@charset "utf-8";

#browser-toast-wrapper {
  z-index: 1060;
}
#toast-browser-missmatch {
  opacity: unset;
}
#toast-browser-missmatch .close {
  opacity: 0.85;
  text-shadow: 0 1px 0 #000;
}
#toast-wrapper {
  position: fixed;
  bottom: 2.5rem;
  right: 0;
  z-index: 1060;
  width: 80%;
  margin-right: 10%;
  padding: 0px;
}
#toast-wrapper .toast {
  max-width: unset;
  width: 100%;
}
@media (min-width: 768px) {
  #toast-wrapper {
    max-width: 350px;
    width: 40%;
  }
}
.tx-autosize.tx-height-md {
  min-height: 62px !important;
  max-height: 172px;
  resize: none;
}
.modal-body #redirect-wrapper {
  display: none;
}
.user-thumbnail-img-xl {
  width: 96px;
  height: 96px;
  object-fit: cover !important;
}
.user-thumbnail-img-lg {
  width: 72px;
  height: 72px;
  object-fit: cover !important;
}
.user-thumbnail-img {
  width: 48px;
  height: 48px;
  object-fit: cover !important;
}
.user-thumbnail-img-md {
  width: 32px;
  height: 32px;
  object-fit: cover !important;
}
.user-thumbnail-img-sm {
  width: 24px;
  height: 24px;
  object-fit: cover !important;
}
#geo_map .gm-style .gm-style-iw,
#geo_map .gm-style .gm-style-iw .gm-style-iw-d {
  max-height: 220px !important;
}

@media only screen and (max-width: 768px) {
  #geo_map .gm-style .gm-style-iw {
    max-width: unset !important;
  }
  .user-thumbnail-img-xl {
    width: 72px;
    height: 72px;
    object-fit: cover !important;
  }
  .user-thumbnail-img-lg {
    width: 48px;
    height: 48px;
    object-fit: cover !important;
  }
  .user-thumbnail-img {
    width: 30px;
    height: 30px;
  }
  .user-thumbnail-img-md {
    width: 24px;
    height: 24px;
  }
  .user-thumbnail-img-sm {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  #user-nav-dropdown {
    display: block;
    position: relative;
  }
}
.bootbox {
  color: black !important;
}
.note-video-clip {
  width: 95% !important;
  margin: 0.5em 2.5% !important;
}
.rt-wrapper {
  overflow: hidden;
}
.rt-wrapper > p {
  overflow: hidden;
}
.rt-wrapper img {
  width: 100%;
  object-fit: contain;
}
/**********************
共通
***********************/
html,
body {
  margin: 0px;
  padding: 0px;
  color: #222;
  font-display: swap;
  background-color: #fff;
  /*  background: url("/images/poli.webp");*/
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.op_main {
  flex: 1 0 auto; /*footer最下部固定用*/
}
[data-toggle="popover"][data-trigger="focus"] {
  cursor: pointer;
}
/* .ios div:not(.no-ios-scroll) {
  -webkit-overflow-scrolling: touch !important;
} */

.main-wrapper a,
.main-wrapper .text-blue {
  color: #3a79aa;
}
.main-wrapper a:hover,
.main-wrapper .text-blue:hover {
  color: #fb780e;
}
/* orange */
button.text-orange,
a.text-orange {
  color: #ff8100;
}
button.text-orange:hover,
a.text-orange:hover,
button.text-orange:active,
a.text-orange:active {
  color: #3a79aa;
}
button.bg-orange,
a.bg-orange {
  background: #ff8100;
  color: #fff;
}
button.bg-orange:hover,
button.bg-orange:active,
a.bg-orange:hover,
a.bg-orange:active {
  background: #3a79aa;
  color: #fff;
}
button.border-orange,
a.border-orange {
  border: 1px solid #ff8100;
  background: #fff;
}
button.border-orange:hover,
a.border-orange:hover,
button#btn-select-none:hover,
button.border-orange:active,
a.border-orange:active,
button#btn-select-none:active {
  border: 1px solid #3a79aa;
  background: #3a79aa;
  color: #fff;
}
button#btn-select-none {
  background: #fff;
}
.toast,
.modal-dialog .modal-title {
  color: #333 !important;
}
.modal .btn-dark {
  background: #999 !important;
  border-color: #999 !important;
}
.modal .btn-dark:hover {
  opacity: 0.7;
}
/* blue */
button.text-blue,
a.text-blue {
  color: #3a79aa;
}
button.text-blue:hover,
a.text-blue:hover,
button.text-blue:active,
a.text-blue:active {
  color: #ff8100;
}
button.bg-blue,
a.bg-blue {
  background: #3a79aa;
  color: #fff;
}
button.bg-blue:hover,
button.bg-blue:active,
a.bg-blue:hover,
a.bg-blue:active {
  background: #ff8100;
  color: #fff;
}
button.border-blue,
a.border-blue {
  border: 1px solid #3a79aa;
}
button.border-blue:hover,
a.border-blue:hover,
button.border-blue:active,
a.border-blue:active {
  border: 1px solid #3a79aa;
}
button#btn-display-edit-reset {
  background: linear-gradient(45deg, #094471, #0d6bb5);
  border-color: #0d6bb5;
  color: #fff;
}

button#btn-display-edit-cancel,
button#btn-display-edit-reset,
button.bootbox-cancel,
button.bootbox-cancel.btn-secondary,
button.btn-cancel-default,
a.btn-cancel-default {
  background: #999 !important;
  border-color: #999 !important;
  color: #fff;
}
button#btn-display-edit-confirm {
  background: linear-gradient(45deg, #ec6302, #fa8b33);
  border-color: #ec6302;
  color: #fff;
}
.modal-header .close {
  padding: 1rem 2rem !important;
  margin: -1rem -1.5rem -1rem auto !important;
}
video {
  object-fit: contain;
  border: 0;
}
video,
::after,
::before {
  box-sizing: content-box;
}
.collapse-text-active[data-toggle="collapse"] {
  transition: color 0.25s;
}
.collapse-text-active[data-toggle="collapse"] .collapse-anim-caret {
  transition: transform 0.25s;
}
.collapse-text-active[data-toggle="collapse"][aria-expanded="true"] {
  color: #3a79aa !important;
}
.collapse-text-active[data-toggle="collapse"][aria-expanded="true"] .collapse-anim-caret {
  transform: rotate(90deg);
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.pswp img {
  max-width: none;
  object-fit: contain;
}
img.thumbnail-img {
  height: 64px;
  max-width: 300px;
  object-fit: cover;
  overflow: hidden;
}
.timeline-panel img.thumbnail-img {
  width: 80px;
  max-width: 80px;
}
.img-contain {
  object-fit: contain;
}
.img-cover {
  object-fit: cover;
}
.img-disabled,
.img-disabled image {
  filter: saturate(0.1);
}
.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hover-fade {
  transition: filter 0.25s;
  -webkit-transition: filter 0.25s;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
.hover-fade:hover {
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.dynatable-active-page {
  background: linear-gradient(45deg, #ec6302, #fa8b33) !important;
}
.dynatable-active-page:hover {
  opacity: 0.7;
}
.aspect-1 {
  aspect-ratio: 1;
}
.mw-75 {
  max-width: 75%;
}
.op-75 {
  opacity: 0.75;
}
.lh-130 {
  line-height: 130%;
}
.wb-keep-all {
  word-break: keep-all;
}
.wb-break-all {
  word-break: break-all;
}
.wb-break-word {
  word-break: break-word;
}
.p-line {
  white-space: pre-line;
}
.item-margin {
  margin: 0 auto;
}
.item-margin {
  width: 60%;
}
@media (max-width: 1024px) {
  .item-margin {
  width: 100%;
  }
}
.p-wrap {
  white-space: pre-wrap;
}
.of-break-word {
  overflow-wrap: break-word;
}
.of-anywhere {
  overflow-wrap: anywhere;
}
.cursor-pointer {
  cursor: pointer;
}
.cg-1 {
  column-gap: 0.25rem;
}
.rg-1 {
  row-gap: 0.25rem;
}
/* .ios .clamp-3:not(.no-ios-scroll) {
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: unset !important;
} */
.clamp-1,
.clamp-2,
.clamp-3,
.clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.clamp-1 {
  -webkit-line-clamp: 1;
}
.clamp-2 {
  -webkit-line-clamp: 2;
}
.clamp-3 {
  -webkit-line-clamp: 3;
}
.clamp-4 {
  -webkit-line-clamp: 4;
}
.mvw-70-ellipsis {
  text-overflow: ellipsis;
  overflow-x: hidden;
  max-width: 70vw;
  overflow-y: hidden;
}
.no-decoration {
  text-decoration: none !important;
}
.text-underline {
  text-decoration: underline;
}
.emphasize {
  text-decoration: underline;
  text-decoration-color: red;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.d-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.mb-8 {
  margin-bottom: 4.5rem !important;
}
.rounded-2 {
  border-radius: 8px;
}
/* body */
.top-page-detail .nav-menu {
  position: absolute;
  top: 20px;
  right: 1.5rem;
  height: 4rem;
  z-index: 1000;
}
.top-logo {
  fill: #fff;
  width: 70px;
}
a,
a:hover {
  text-decoration: none !important;
}
.nowrap {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .md-nowrap {
    white-space: nowrap;
  }
}
.main-wrapper ul.login-menu {
  padding: 0;
}
.main-wrapper ul.login-menu li {
  list-style: none;
  padding: 5px;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.main-wrapper ul.login-menu li a {
  position: relative;
  width: 80%;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
  border: none;
  background: linear-gradient(
    45deg,
    #ffae1b,
    #ec6302 300px,
    #ffae1b 500px,
    #ec6302
  ); /*orange*/
  color: #fff;
  text-decoration: none;
  max-width: 24rem;
  margin: 0 auto 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  transition: 0.3s;
  background-size: 800px 400px;
}
.main-wrapper ul.login-menu li a:hover {
  background-position: 100% 0;
  color: #fff;
}
.main-wrapper ul.login-menu li a:last-child {
  background: linear-gradient(
    45deg,
    #20daaf,
    #009e97 300px,
    #20daaf 500px,
    #009e97
  ); /*green*/
  background-size: 800px 400px;
}
.main-wrapper ul.login-menu li a:last-child:hover {
  background-position: 100% 0;
}
/*font-size;*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.55;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.55;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.55;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.55;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.55;
}
h1 {
  font-size: 2.5rem;
  text-align: center;
  margin: 30px auto 0;
  /*margin: 30px auto 0 !important;*/
  padding: 0 0 30px;
}
h1 a.go-index {
  padding: 1.5rem 2rem;
  margin: 2rem auto 1.5rem;
  background: rgba(130, 160, 180, 0.8);
  border-radius: 10px;
  text-decoration: none !important;
  width: 80%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal !important;
}
.op_main h1 {
  padding: 0;
  font-size: 2rem;
  margin: 1.5rem 0 2.25rem;
}
/*public profile用*/
.navbar .brand-wrapper span {
  font-size: 0.6rem;
  font-weight: bold;
}
.navbar .brand-wrapper a.navbar-brand {
  padding: 0;
}
.navbar .brand-wrapper a.navbar-brand img {
  vertical-align: top;
}
.navbar {
  padding: 15px !important;
}
.light {
  overflow: hidden;
}
.light:before {
  content: "";
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -180%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.light:hover:before {
  left: 60%;
}
.container h2,
.container-fluid h2 {
  margin-bottom: 16px;
}
.container .h2,
.container h2,
.container .h3,
.container h3,
.container .h4,
.container h4,
.container .h5,
.container h5,
.container .h6,
.container h6,
.container-fluid .h2,
.container-fluid h2,
.container-fluid .h3,
.container-fluid h3,
.container-fluid .h4,
.container-fluid h4,
.container-fluid .h5,
.container-fluid h5,
.container-fluid .h6,
.container-fluid h6 {
  color: #212529;
  font-weight: 600;
}
.container h2,
.container-fluid h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.container h3,
.container-fluid h3 {
  font-size: 1.3rem;
}
.container h4,
.container-fluid h4 {
  font-size: 1.25rem;
}
.container h5,
.container-fluid h5 {
  font-size: 1.2rem;
}
.main-wrapper > .page-title-wrapper > h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
.main-wrapper > .page-title-wrapper > h2.org_top {
  font-size: 1rem !important;
}
.main-wrapper > .page-title-wrapper > h2 em {
  font-style: normal;
  padding-right: 0.25rem;
  font-size: 1.5rem;
}
div.checkbox label input {
  position: relative;
  top: 0.2rem;
  border-radius: 4px;
  border: 1px solid #eee;
  width: 1.2rem;
  height: 1.2rem;
}
div.checkbox label input:checked {
  color: #fff;
  background: #333;
  font-size: 0.8rem;
}
.form-group label {
  margin-bottom: 0.25rem;
}

/* flash messages */
.flash-info-message {
  background: #62b4c1 !important;
  color: #fff !important;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 30px;
}
.flash-info-message:empty,
.flash-error-message:empty {
  padding: 0 !important;
  margin: 0 !important;
}
.flash-error-message {
  font-weight: bold;
  background: #dc3545 !important;
  color: #fff !important;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 30px;
}

/* .text-info */
div.main-wrapper > div.text-info {
  background: #62b4c1 !important;
  color: #fff !important;
  padding: 12px;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 30px;
}
div.text-info:empty {
  padding: 0 !important;
  margin: 0 !important;
}
.w-80 {
  width: 80% !important;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
/* organization_admin.css */
.template-card p.card-text {
  max-height: 240px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.template-card,
div.border-secondary {
  border: 1px solid #ced4da;
  /*border: 1px solid #ced4da !important;*/
}
.card-body small {
  background: #eee;
  padding: 5px 10px;
  border-radius: 5px;
}
.card-body h6 small {
  background: none;
}
.op_header {
  margin-top: -40px;
}
.link_gray a {
  display: block;
  text-align: center;
  padding: 4px;
  background: #ddd;
  width: 100%;
  border-radius: 2px;
  color: #3a79aa;
  text-decoration: none;
  font-size: 0.8rem;
}
.link_gray a:hover {
  background: #3a79aa;
  color: #fff;
}
.more {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  /*text-align: right;*/
}
.more a {
  display: block;
  text-align: center;
  padding: 3px;
  background: #eee;
  width: 100%;
  border-radius: 2px;
}
.more a:hover {
  background: #3a79aa;
  color: #fff !important;
}
/* organization_setting */
.custom-select .default {
  background: #eee;
}
div.result-info {
  background: rgba(255, 137, 49, 0.6);
  padding: 20px 40px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff !important;
  margin: 30px 15px 15px !important;
}
div.result-info:empty {
  padding: 0 !important;
  margin: 0 !important;
}
/* register */
.op_header h4.logo {
  /*background: linear-gradient(to bottom, #555, #999);*/
  background: #fff;
  padding: 15px;
  color: #222;
  margin: 0;
}
.op_header h4.logo a,
.op_header h4.logo a:hover {
  color: #222;
  text-decoration: none;
  line-height: 1;
}
.op_header h4.logo a img,
.op_header h4.logo a:hover img {
  vertical-align: top;
}
.op_header h4.logo > div {
  /*padding:3px 0;*/
  padding: 0;
}
.goto-index a,
.goto-index a:hover {
  display: inline-block;
  padding: 1rem;
  background: linear-gradient(45deg, #ec6302, #fa8b33) !important;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.2;
}
.small_09 {
  font-size: 0.9rem !important;
}
.small_08 {
  font-size: 0.9rem;
}
.table th.small,
.table td.small {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav #navbar-dropdown-link {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}
.dropdown-menu {
  padding: 0 !important;
}
.card a i,
.card a:hover i {
  color: #6c757d !important;
}
/* org */
.org-stats-dedail {
  background: #fff;
  border-radius: 5px !important;
  border: 1px solid #ced4da;
}
input#inputUrl {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#stats-list-title {
  font-weight: normal;
  font-size: 0.8rem;
}
/* space settings page*/
form.form-wrapper .form-group > label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.qr-code {
  max-width: 180px;
}
div.form-group {
  margin-left: auto;
  margin-right: auto;
}
form.form-signin {
  max-width: 600px;
  margin: 0 auto;
}
.form-group .form-control {
  padding: 0.375rem 0.5rem;
}
form .form-control {
  margin-bottom: 0.75rem;
}
form#settings-form .form-control {
  margin-bottom: 0;
}
textarea.form-control {
  min-height: 6rem;
}
.spacename {
  font-size: 1rem;
}
/* space page */
#stats-wrapper {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.carousel-item .row div {
  background: #eee;
  border-radius: 10px;
  padding: 8px 16px;
}
.f_carousel .carousel .carousel-item {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.f_carousel .carousel img {
  /* height: auto;*/
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
/* space members */
.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(250, 250, 250, 0.5) !important;
}
table.table thead th {
  border-bottom: 1px solid #dee2e6;
  background: #ffd75d;
}
/* space item */
.table {
  background: #fff;
}
.table a, table td a
/*.table a:hover*/ {
  color: #3a79aa;
}
.table a:hover {
  color: #fb780e;
}
#item-table table th {
  word-break: keep-all;
}
.table-wrapper {
  overflow-x: scroll;
}
.dynatable-per-page-label {
  padding: 5px 6px 5px 10px;
  border: 1px solid #999;
  background: #999;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
}
.dynatable-per-page-select {
  border-radius: 5px;
  padding: 4px 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
#dynatable-query-search-item-table {
  padding: 4px 10px;
}
.report-wrapper {
  background: #fff;
}
#v-table-wrapper {
  background: none;
}
/* header */
header {
  background: rgba(130, 160, 180, 0.8);
}
/* form */
.form-signin .form-group {
  margin-bottom: 45px;
}
.form-signin .form-group h4,
#contact-form h5 {
  margin-bottom: 1.5rem !important;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  letter-spacing: 0;
}
.checklist {
  margin: 30px 20px;
}
.checklist .form-group {
  margin-bottom: 0.5rem;
  margin-top: 0 !important;
}
.checklist .form-group a {
  color: #3a79aa;
}
.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
  border-radius: 4px;
  width: 1.2rem;
  height: 1.2rem;
}
.form-check-label {
  padding-left: 5px;
}
#save-form #itemName,
#save-form #templateName {
  background: #fff9eb;
  font-size: 1.3rem;
  color: #222;
  border: #e8e2dc solid 2px;
  height: calc(1.8em + 0.75rem + 5px);
}
/* create new template */
.add-field-btn {
  background: rgba(255, 255, 255, 0.7) !important;
}
.add-field-btn i:focus {
  border: #fff 1px solid !important;
}
/* 角丸 */
.rounded-lg {
  border-radius: 5px !important;
}
/* btn */
a.btn,
button,
a.btn-lg {
  transition: 0.3s;
}
.btn-block {
  width: 50%;
  margin: 0 auto;
}

.btn-gray,
button.btn-gray {
  background: #999 !important;
  border: #999 !important;
  /*background: linear-gradient(45deg, #094471, #0d6bb5) !important;
  border-color: #0d6bb5 !important;*/
  color: #fff !important;
}
.btn-navy,
.button.btn-navy,
.btn-default,
.btn.btn-navy,
.btn.button.btn-navy,
.btn.btn-default {
  background: #3a79aa;
  border-color: #3a79aa;
  color: #fff;
}
.btn-link.btn-move-down,
.btn-link.btn-move-up,
.modal .btn-link {
  color: #3a79aa;
}
.modal .btn-link:hover,
.modal .btn-link:active,
.checklist .form-group a:hover,
.checklist .form-group a:active {
  color: #fb780e;
}
/* オレンジ色のボタン*/
button.btn-secondary,
.btn-secondary {
  background: linear-gradient(45deg, #ec6302, #fa8b33) !important;
  border-color: #ec6302 !important;
  color: #fff !important;
}
.save-btn,
button.lower-menu-btn {
  background: linear-gradient(45deg, #ec6302, #fa8b33);
  color: #fff !important;
  border: none !important;
}
button.lower-menu-btn.preview-btn {
  color: #fff !important;
  background: #17a2b8 !important;
  border-color: #17a2b8 !important;
}
button.lower-menu-btn.content-settings-btn {
  background: linear-gradient(45deg, #094471, #0d6bb5);
  border-color: #0d6bb5;
  color: #fff;
}
button.lower-menu-btn.preview-btn:hover,
button.lower-menu-btn.preview-btn:active,
button.lower-menu-btn.content-settings-btn:hover,
button.lower-menu-btn.content-settings-btn:active,
button.lower-menu-btn.save-btn:hover,
button.lower-menu-btn.save-btn:active {
  color: #fff !important;
}

button#btn-display-edit-cancel:hover,
button#btn-display-edit-reset:hover,
button.bootbox-cancel:hover,
button.bootbox-cancel.btn-secondary:hover,
button.btn-navy:hover,
.btn-navy:hover,
button.btn-gray:hover,
.btn-gray:hover,
.btn-default:hover,
.save-btn:hover,
button.lower-menu-btn:hover,
button.btn-secondary:hover,
.btn-secondary:hover,
button.btn.btn-primary:hover,
button.btn-cancel-default:hover,
a.btn-cancel-default:hover {
  opacity: 0.7;
}
button.btn-cancel-default:hover,
a.btn-cancel-default:hover {
  color: #fff;
}
button.add-field-btn {
  color: #333 !important;
}
/* .btn-lg */
a.btn-lg,
button.btn-lg,
input.btn-lg {
  line-height: 1;
  padding: 1rem;
  font-size: 1.1rem;
}
.container .btn-lg-wrapper,
.container-fluid .btn-lg-wrapper {
  /*max-width:400px;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
a.btn.btn-lg,
button.btn.btn-lg,
input.btn.btn-lg {
  width: 50%;
}
p a.btn-outline-secondary {
  display: inline-block;
  max-width: 80%;
  font-size: 0.8rem;
  min-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
div a.btn-outline-secondary {
  width: 60%;
  display: inline-block;
  font-size: 0.8rem;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 1rem;
  max-width: auto;
}
.btn-lg:hover {
  text-decoration: none;
}
/* btn */
.btn-green,
a.btn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-green,
a.btn-green,
table a.btn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-pink,
a.btn-pink,
table a.btn-pink {
  color: #fff;
  background-color: #ff5479;
  border-color: #ff5479;
}
.btn-violet,
a.btn-violet,
table a.btn-violet {
  color: #fff;
  background-color: #803cee;
  border-color: #803cee;
}
.btn-brown,
a.btn-brown,
table a.btn-brown {
  color: #fff;
  background-color: #8f5219;
  border-color: #8f5219;
}

/* User Responses */
.card-body {
  padding: 0.5rem;
}
/* modal */
.page-title-wrapper {
  padding-top: 30px;
}
.main-wrapper .page-title-wrapper {
  padding-top: 0px;
}
.fa-times:before,
.fa-check:before {
  position: relative;
  top: 0.2rem;
  padding-right: 4px;
}
button.settings-button .fas:before,
button.add-content-menu .fas:before {
  font-size: 1.6rem;
  color: #555;
}
.dynatable-search input {
  padding: 4px 10px;
}
#no-response-display {
  color: #111;
}
/* paging */
ul.dynatable-pagination-links li {
  padding: 2px 6px;
}
li.dynatable-active-page {
  margin-right: 3px;
}
/* live view */
.timeline > li.timeline-inverted > .timeline-panel {
  background: #fff;
  /*padding: 8px 15px;*/
  padding: 10px;
  border-radius: 5px;
}
/* img zoom */
.item-scale-wrapper {
  width: 100%;
  height: 120px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  object-position: 0 0;
}
.item-scale-wrapper img.item-scale {
  width: 100%;
  height: 120px;
  min-height: 120px !important;
  /* transition-duration: 0.3s; */
  transition: all 0.3s !important;
}
.item-scale-wrapper img.item-scale:hover {
  transform: scale(1.2);
}
.list-grid .description {
  max-height: 9rem;
  font-weight: 300;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.6;
}
/* コメント */
#comment-wrapper .comment {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#comment-wrapper .comment .comment-header h5 {
  font-weight: bold;
}
#cardview-row .small-card {
  width: 8rem;
}
#cardview-row .card-img-top {
  margin-left: auto;
  margin-right: auto;
}
.fixed-bottom {
  color: #333;
}
/* navがないページのロゴ */
.logo-parts h2 a {
  color: #555;
  text-decoration: none;
}
/* timeline */
.timeline-heading a {
  color: #3a79aa;
}
.timeline-heading h4 {
  font-size: 1.15rem;
}
.list-group .border-secondary {
  border: 1px solid #ced4da;
}
.list-group .space-header small {
  background: #eee;
  border-radius: 3px;
  display: inline-block;
}
.list-group .space-footer .float-right a {
  color: #3a79aa;
}
.list-group .space-footer .float-right a:hover {
  background: #eee;
  border-radius: 5px;
}
.list-group.space-list .space-footer {
  margin: 0 auto;
  text-align: right;
}
.list-group.space-list .space-footer a.icon_link {
  color: #3a79aa;
  /* border:1px solid #dedede;*/
  display: inline-block;
  margin-right: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
}
.list-group.space-list .space-footer a.icon_link:hover,
.list-group.space-list .space-footer a.icon_link:active {
  background: #3a79aa !important;
  color: #fff !important;
}
.bubble-wrapper {
  display: flex;
  flex-direction: column;
}
.bubble-wrapper .bubble-footer {
  margin-top: auto;
}

.list-group-item a,
.list-group-item a:hover {
  text-decoration: none;
}
.list-group-item h5.card-title {
  font-size: 1.1rem;
  font-weight: bold;
}
.list-group-item h5.card-title:hover {
  color: #fb780e;
}
li.list-group-item .container {
  padding: 0;
}
.table thead th.dynatable-head {
  word-break: keep-all;
}
/* リスト 日付 */
.date-wrapper small {
  background: #eee;
  border-radius: 3px;
}
/* error page*/
/* .error-wrapper {
  height: 100%;
} */
.error-wrapper h1 {
  padding: 15px 0 0 80px;
  position: relative;
  min-height: 90px;
  color: #ec6907;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  font-size: 2rem;
}
.error-wrapper h1:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 75px;
  height: 82px;
  background: url(/images/error_icon.png) no-repeat;
}
.error-wrapper a.d-block {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.error-wrapper .container {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 40px 40px;
  margin-top: 30px;
  border-radius: 10px;
}
sup i.fa-pen:before {
  position: relative;
  top: 3px;
}
/* 削除 */
.delete-text {
  color: #d40505 !important;
  font-weight: bold;
  padding-left: 85px;
  position: relative;
  font-size: 1.2rem;
}
.delete-text:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url(/images/caution_icon.png) no-repeat;
}
/* 共通 */
/* 白背景透過 */
.bg-white-06 {
  background: rgba(255, 255, 255, 0.6);
}
/* 薄グレー背景色 #eee */
.bg-gray {
  background: #eee;
}
/* 紺背景色 */
.bg-navy {
  background: #3a79aa;
  color: #fff;
}
/* 背景白 */
.bg-white {
  background: #fff;
  color: #212529;
}
/* 角丸5px */
.border-radius-05 {
  border-radius: 5px;
}
/* 枠線 #ccc */
.border-01 {
  border: 1px solid #ced4da;
}
/* 丸画像 */
.border-50 {
  border-radius: 50%;
}
/* grid余白 */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

/* footer */
footer {
  background: #333;
  color: #ddd;
  font-size: 0.8em;
}
footer a,
footer button {
  color: #aaa;
}
footer a:hover,
footer button:hover {
  color: #fff;
}
footer ul li {
  list-style: none;
}
footer.footer {
  color: #bbb;
}
.language-button {
  background: transparent;
  border: none;
}
/* Overwrite boostrap to correctly place the dropdown menu on top, aligned to the right */
.footer-subdomain #languages-dropdown .dropdown-menu {
  transform: translate3d(-100%, -100%, 0px) !important;
  left: 100% !important;
}
/* space boardにspace.cssを読み込み追加したら移行 */
li.board-post a,
li.board-post a:hover {
  text-decoration: none;
}
li.board-post .user-name {
  font-size: 0.9rem;
}
li.board-post button {
  line-height: 1;
  padding: 0 6px;
}
li.board-post .board-right-menu {
  min-width: 70px;
  z-index: 10;
}
li.board-post .board-post-text {
  margin-top: -36px;
}
li.board-post .user-thumbnail-wrapper {
  margin-top: 32px;
}
li.board-post .btn-pin-message {
  transform: rotate(-45deg);
  color: #aaa;
}
li.board-post .btn-pin-message.message-pinned {
  font-size: 1.2em;
  color: #2aa2ff !important;
}
/*上書き*/
li.board-post .border-primary {
  border: solid 3px #3a79aa !important;
}
button.btn.btn-primary {
  background: linear-gradient(45deg, #ec6302, #fa8b33);
  border-color: #ec6302;
  color: #fff;
}
.btn.app-btn-outline-primary {
  color: #ec6302;
  border-color: #ec6302;
}
.btn.app-btn-outline-primary:hover,
.btn.app-btn-outline-primary:focus {
  color: #fff;
  background: linear-gradient(45deg, #ec6302, #fa8b33);
}
/* public profile */
.public_profile #logoPreview {
  background-size: 160px;
  width: 160px;
  height: 160px;
  border-radius: 160px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 22px;
}
.container-fluid.public_profile {
  padding-top: 50px;
  background: #fefefe;
}
.public_profile .user_name {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.public_profile .list-grid .item-img-wrapper img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  transition-duration: 0.3s;
  border-radius: 8px;
}
.public_profile h3.name,
.public_profile h4.name {
  font-size: 1.1rem; /*上書き*/
}
.public_profile p {
  margin-bottom: 0;
}
.public_profile .space-link {
  line-height: 1rem;
}
.public_profile a {
  color: #3a79aa;
}
.public_profile a:hover {
  color: #fb780e;
  text-decoration: none;
}
.dtl_lnk /*上書き*/ {
  padding: 0 0 5px;
  border-bottom: 1px dashed #cdcdcd;
  font-size: 0.7rem;
  border-radius: 2px;
  display: block;
  margin-bottom: 5px;
  color: #555;
}
.public_profile h3 {
  font-size: 1rem;
  padding: 0.75rem 1.5rem !important;
  border-radius: 50px;
  font-weight: bold;
  background: #e0e6ec;
  text-align: left;
}
.public_profile h4 {
  font-weight: bold;
  font-size: 1rem !important;
  line-height: 1.5;
}
#settings-form h5 {
  font-weight: bold !important;
  border-top: 1px solid #bbb;
}
.float-right.btn-lg,
.float-left.btn-lg {
  width: 20% !important;
  max-width: 220px;
}
/* #geo_map */
#geo_map h5 {
  font-size: 1rem;
  color: #333;
}
.dataTables_info {
  font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  font-size: 12px;
}

/* alert original */
.alert-primary-wearee {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-secondary-wearee {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-success-wearee {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-danger-wearee {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-warning-wearee {
  color: #664d03;
  background-color: #ffde75;
  border-color: #ffd04a;
}
.alert-info-wearee {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-light-wearee {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-dark-wearee {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.note-template a,
.note-dropdown-menu a {
  color: #212529;
}

/* スマホだけ */
@media screen and (max-width: 768px) {
  body {
    line-height: 1.4;
  }
  h2 {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
  h3 {
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
  }
  h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  li.board-post .board-post-text {
    margin-top: 0.5rem;
  }
  li.board-post .user-thumbnail-wrapper {
    margin-top: 0;
  }
  li.board-post .user-name {
    font-size: 0.8rem;
  }
  .small-sp {
    font-size: 0.75rem;
  }
}
/* space boardにspace.cssを読み込み追加したら移行 */
/* スマホだけ */
@media screen and (max-width: 768px) {
  .table th,
  .table td {
    font-size: 0.9rem;
  }
  div.main-wrapper {
    font-size: 14px;
  }
  .container .h2,
  .container h2,
  .container-fluid .h2,
  .container-fluid h2 {
    /*  color: #1c5078;*/
    font-weight: 600;
  }
  .container .h3,
  .container h3,
  .container-fluid .h3,
  .container-fluid h3 {
    font-size: 1.2rem;
  }
  .container .h4,
  .container h4,
  .container-fluid .h4,
  .container-fluid h4 {
    font-size: 1.1rem;
  }
  .container .h5,
  .container h5,
  .container-fluid .h5,
  .container-fluid h5 {
    font-size: 1rem;
  }
  button.btn-lg {
    font-size: 16px;
    line-height: 1;
  }
  .public-space-url h3,
  .public-space-qrcord h3 {
    margin-bottom: 15px;
    padding-bottom: 10px !important;
    border-bottom: 1px dotted #ddd;
  }

  .public_profile h3,
  .public_profile h4 {
    font-size: 1rem;
  }
  .list-group-item h5.card-title {
    font-size: 1rem;
    line-height: 1.2em !important;
  }
  div .small,
  sub.small,
  div small {
    font-size: 11px;
  }
  .page-title-wrapper {
    padding-top: 10px !important;
  }
  .error-wrapper h1 {
    padding: 0;
    font-size: 1.3rem;
    margin-top: 10px !important;
  }
  .error-wrapper h1:before {
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .main-wrapper ul.login-menu li a {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5px !important;
  }
  button.btn-lg {
    line-height: 1rem;
  }
  .btn-lg.btn-secondary.w-100 {
    width: 100%;
    min-width: inherit;
  }
  footer {
    font-size: 12px;
  }
}
/* space settings.pugにspace.cssを追加したら削除 */
@media screen and (max-width: 768px) {
  .container-fluid.main-wrapper .form-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
  #settings-form label {
    font-size: 1rem;
  }
  form .form-control {
    margin-bottom: 0.5rem;
  }
  a.btn-lg,
  button.btn-lg,
  input.btn-lg {
    line-height: 1;
    padding: 1rem;
    font-size: 1rem;
  }
  a.btn.btn-lg,
  button.btn.btn-lg,
  input.btn.btn-lg,
  .container.op_main button.btn-lg.btn,
  .container.op_main a.btn-lg.btn {
    width: 100%;
    font-size: 1.1rem;
  }
  .float-right.btn-lg,
  .float-left.btn-lg {
    width: auto !important;
    max-width: 220px;
  }
  .btn_set {
    margin: 0 -15px;
  }
  .btn_set .float-right.btn-lg,
  .btn_set .float-left.btn-lg {
    max-width: 220px;
    width: 49% !important;
    font-size: 1rem;
  }
  .container-fluid.page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .main-wrapper > .page-title-wrapper > h2 {
    font-size: 1.1rem !important;
    line-height: 1.5;
  }
  .main-wrapper > .page-title-wrapper > h2 em {
    font-size: 1.1rem !important;
  }
}
/* //space settings.pugにspace.cssを追加したら削除 */

.blink-once {
  animation: 0.5s ease-in-out 0.25s 2 alternate blink-yellow;
}
@keyframes blink-yellow {
  to {
    background-color: #ffc1076b;
  }
}

.bs-form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.bs-form-check .bs-form-check-input {
  float: left;
  margin-left: -1.5em;
}

.bs-form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

.bs-form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.bs-form-check-input[type="radio"] {
  border-radius: 50%;
}

.bs-form-check-input:active {
  filter: brightness(90%);
}

.bs-form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bs-form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bs-form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.bs-form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.bs-form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.bs-form-check-input:disabled ~ .bs-form-check-label,
.bs-form-check-input[disabled] ~ .bs-form-check-label {
  opacity: 0.5;
}

.bs-form-switch {
  padding-left: 2.5em;
}

.bs-form-switch .bs-form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs-form-switch .bs-form-check-input {
    transition: none;
  }
}

.bs-form-switch .bs-form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.bs-form-switch .bs-form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.bs-form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
