@charset "UTF-8";

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "Noto Sans JP";

    src: local("Noto Sans CJK JP Regular"), local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

/* :is([class^="icon-"], [class*=" icon-"])::before {
    transition: all .1s linear 0s;
} */
/******************************************************************************
 * Common：　共通スタイル設定
******************************************************************************/
body {
    color: #666666;
    font-size: 11pt;
    font-family: "Noto Sans JP", sans-serif;
      /* テキストのレンダリングを改善 */
    -webkit-font-smoothing: antialiased;
    /* https://marco.org/2012/11/15/text-rendering-optimize-legibility */
    text-rendering: optimizeSpeed;
    /* アプリケーションでパーセントによる高さを許可する */
    min-block-size: 100%;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all .3s linear 0s;
}

a:where(:visited) {
    color: inherit;
}

:where(a[href^="mailto"]) {
    text-decoration: underline;
}
:where(a[href^="mailto"]).button-basic {
    text-decoration: none;
}
input, button {
    padding: 0;
    border-radius: 8px;
    line-height: 46px;
    cursor: pointer;
}
input:where([type=text]) {
    min-width: 130px;
}
input:where([type=number]) {
    min-width: 90px;
}
input:where([type=tel]) {
    min-width: 120px;
}
input:where([type=date]) {
    min-width: 140px;
}
input::-webkit-calendar-picker-indicator {
    /* display: none; */
    margin-right: 12px;
}
/* スピンボタン（上下ボタン）を非表示 */
input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 無入力時の 年/月/日 を / / にする */
input[type="date"]::-webkit-datetime-edit-year-field:not([aria-valuenow]), input[type="date"]::-webkit-datetime-edit-month-field:not([aria-valuenow]), input[type="date"]::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

/* /の色を変える */
input[type="date"]::-webkit-datetime-edit-text {
    color: #999999;
}

/* clearボタンの非表示 */
input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
}

/* カレンダーのインジケータ（▼）を非表示 */
input[type="date"]::-webkit-calendar-picker-indicator {
    position: relative;
    background-image: url("/images/symbol-calendar.png");
    color: transparent;
}

input:read-only {
    cursor: default;
}

input::placeholder {
    color: #999999;
}

/* IE */
input:-ms-input-placeholder {
    color: #999999;
}

/* Edge */
input::-ms-input-placeholder {
    color: #999999;
}

select[readonly],
input[type="radio"][readonly],
input[type="checkbox"][readonly]{
    pointer-events: none;
}
:is(input[type="radio"][readonly],input[type="checkbox"][readonly]) + label {
    pointer-events: none;
 }
/* fieldset[disabled] {
    padding: 0;
    border: none;
} */

textarea {
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

/******************************************************************************
 * Common：　共通クラス設定
******************************************************************************/
.fz-13 {
    font-size: 13px;
}
.pointer-event-disabled {
    pointer-events: none;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.hidden {
    display: none !important;
}

.invisible {
    opacity: 0;
}

.char-spacer-right {
    display: inline-block;
    margin-right: 1em;
}

.char-spacer-left {
    display: inline-block;
    margin-left: 1em;
}

.inline-form {
    display: inline-block;
}

select.readonly-select {
    opacity: 1;
    color: initial;
}

table .center-cell {
    text-align: center;
}

.emphasis-info {
    font-size: 1.1em;
    text-decoration: underline;
}

.inline-flex {
    display: inline-flex;
}

/******************************************************************************
 * Layout：　基本レイアウト設定	-> layout.cssに移行
******************************************************************************/

/******************************************************************************
 * Material：　共通部品設定（icon、アクセント素材など）
******************************************************************************/
/** iconセッティング
******************************************************************************/
.icon::before {
    color: var(--theme--color);
}
.icon-people:before {
    content: "\e7fb";
}
.icon.is-disabled::before {
    color: #cccccc !important;
}
.icon-symbol-readonly::before {
    color: #CCCCCC;
}
.side-menu .icon::before {
    display: inline-block;
    width: 45px;
    font-size: 13pt;
    color: inherit;
    text-align: center;
    vertical-align: middle;
}
.side-menu .icon.icon-day-service:before {
    font-size: 20pt;
}
.side-menu > li > ul > li a.icon::before {
    width: 38px !important;
    margin-right: 8px;
    font-size: 13pt;
}

.page-title.icon {
    font-weight: bold;
    line-height: 34px;
}

.page-title.icon::before {
    margin-right: .5em;
    color: inherit;
}

.page-nav-list .icon {
    line-height: 36pt;
}
.page-nav-list .icon.icon-offer-send {
    font-size: 30pt;
}
.page-nav-list .icon.icon-offer-receive {
    font-size: 26pt;
}
.page-nav-list .icon.icon-room {
    font-size: 30px;
}
.page-nav-list .icon.icon-house {
    font-size: 22pt;
}
.page-nav-list .icon.icon-day-service {
    font-size: 26pt;
}
.page-nav-list .icon.icon-license {
    font-size: 24pt;
}
.page-nav-list .icon.icon-footprint {
    font-size: 28pt;
}
.page-nav-list .icon.icon-edit {
    font-size: 28pt;
}
.page-nav-list .icon.icon-favorite {
    font-size: 22pt;
}
.page-nav-list .icon.icon-favorite-receive {
    font-size: 20pt;
}
.page-nav-list .icon.icon-mail {
    font-size: 20pt;
}
.page-nav-list .icon.icon-approval {
    font-size: 24px;
}
.page-nav-list .icon.icon-garbage {
    font-size: 24px;
}
:where(.page-nav-list) :is(a.current, a:hover) .icon::before {
    /* color: inherit; */
    color: #fff;
}

:where(.round-row-list) .icon {
    margin-right: 28px;
    font-size: 24px;
    vertical-align: text-bottom;
}
.round-row-list .icon.button-basic {
    margin-right: 0;
}
.round-row-list .icon.icon-garbage {
    margin-right: 0;
    margin-left: 20px;
}

.round-row-list .icon-garbage::before {
    margin-right: 1em;
}

.is-required::after {
    margin-left: 1em;
    color: red;
    font-weight: inherit;
    font-size: inherit;
    vertical-align: baseline;
    content: "【必須】";
}

/** symbolセッティング
******************************************************************************/
.symbol-feature {
    width: 45px;
    height: 45px;
}

.symbol-condition {
    width: 45px;
    height: 45px;
}

/** 星評価
******************************************************************************/
.star-rating-sprite {
    display: inline-block;
    width: 130px;
    height: 26px;
    margin: 0 auto;
    overflow: hidden;
    background: url("/images/star-rating-sprite.png");
    background-repeat: repeat-x;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}

.star-rating-sprite-rating {
    display: block;
    float: left;
    height: 26px;
    background: url("/images/star-rating-sprite.png");
    background-position: 0 100%;
}

/******************************************************************************
 * Parts：　共通部品設定（グローバルメニュー・フッターメニューなど）
******************************************************************************/
/** ヘッダー内パーツ
******************************************************************************/
.profile {
    cursor: pointer;
}

/* .header .profile {
    float: right;
} */
.header-account-info-box {
    display: flex;
    align-items: center;
    column-gap: 24px;
}
/* 通知 */
.header-notify-icon {
    font-size: 26px;
    cursor: pointer;
}
:where(.header-inner) .notify-popup {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 2;
    width: 320px;
    border: 0.5px solid #e1e1e1;
    /* box-shadow: 0px 0px 6px rgb(0 0 0 / 16%); */
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    transition: all .3s linear 0s;
}
:where(.notify-popup) .notify-article {
    display: grid;
    grid-template-columns: 40px 1fr;
    row-gap: 6px;
    column-gap: 24px;
    padding: 8px 16px;
    border-top: 1px solid #EDEDED;
}
:where(.notify-popup) .notify-article:last-child {
    border-bottom: 1px solid #EDEDED;
}
:where(.notify-article) .notify-article-image-box {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
:where(.notify-article) .notify-article-image {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
:where(.notify-article) .notify-article__content {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    font-size: 12px;
    line-height: 1.6em;
}
:where(.notify-article) .notify-article__notified_at {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    font-size: 10px;
}

/* プロフィール */
.header .profile > img {
    max-height: 40px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.profile-popup {
    position: absolute;
    right: 0;
    bottom: -160px;
    z-index: 1;
    width: 320px;
    border: .5px solid #e1e1e1;
    /* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16); */
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    transition: all .3s linear 0s;
}

.profile-popup-up {
    display: flex;
    justify-content: start;
    padding: 18px 24px 12px;
}

.profile-popup-up .profile-avatar {
    width: 51px;
    margin-right: 24px;

    object-fit: contain;
}

.profile-popup-up .profile-name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
}

.profile-popup-up .profile-email {
    display: block;
    font-size: 10px;
}

.profile-popup-down {
    padding: 12px 16px;
    border-top: 1px solid #e1e1e1;
}

.profile-popup-down .profile-logout {
    font-weight: bold;
    font-size: 12px;
}

.mypage-link {
    font-size: 10pt;
    text-decoration: underline;
}

.menu-trigger, .menu-trigger span {
    z-index: 2;
    box-sizing: border-box;
    transition: all .4s;
}

.menu-trigger {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 36px;
    height: 31px;
    box-sizing: content-box;
}

.menu-trigger span {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.menu-trigger.menu-trigger_fixed {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu-trigger.menu-trigger_fixed.menu-trigger_fixed-left {
    left: 36px;
}

/** フッターナビ
******************************************************************************/
.footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.6em;
}
.footer-nav-list li a {
    color: inherit;
}

.copyright {
    font-size: 11pt;
    white-space: nowrap;
}

/** サイドメニュー
******************************************************************************/
.side-menu .nav-label {
    display: flex;
    align-items: center;
    column-gap: 12px;
    position: relative;
    margin: 0;
    padding-right: 16px;
    color: inherit;
    font-weight: bold;
    font-size: 12pt;
    line-height: 60px;
    transition: all .3s linear 0s;
}
.side-menu .nav-label:is(.current, :hover) {
    color: var(--default-theme--color);
}

.side-menu .nav-label::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent;
    content: "";
    transition: all .3s ease 0s;
}
.side-menu .nav-label:is(.current, :hover)::after {
    border-right-color: #ffffff;
}
.side-menu .nav-label .nav-label-text {
    display: none;
    position: relative;
    line-height: 2em;
}
.side-menu .nav-label .nav-label-text::after {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #5cbaa8;
    content: "";
    transition: all .3s ease 0s;
}
.side-menu .nav-label:hover .nav-label-text::after {
    width: 100%;
}
.side-menu .child-page {
    padding-left: 16px;
}

.side-menu > li > .side-sub-menu {
    display: none;
}

.side-menu > li > .current ~ .side-sub-menu {
    display: block;
}
.side-menu > li > .side-sub-menu > li {
    position: relative;
    padding-left: 56px;
}
.side-menu > li > .side-sub-menu > li::before {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 0;
    color: #5cbaa7;
    content: "";
}
.side-menu > li > .side-sub-menu > li a {
    line-height: 40px;
}

/* sidemenuがない場合 */
.not-has-sidemenu .menu-trigger {
    display: none;
}
.not-has-sidemenu .main-container-wrapper {
    width: 100%;
}
.not-has-sidemenu .page-title-container {
    padding-left: 0;
}

/** ページナビゲーションメニュー
******************************************************************************/
.page-nav-list {
    display: flex;
    justify-content: left;
    align-items: center;
    row-gap: 12.5px;
    column-gap: 3%;
}
.page-nav-list li {
    flex-grow: 1;
    max-width: 250px;
}
.page-nav-list a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 115px;
    padding: 16px;
    border: solid .5px #707070;
    border-radius: 21px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, .16);
    background-color: #eeeeee;
    color: #666666;
    font-size: 16px;
    white-space: nowrap;
}
.page-nav-list a:is(.current, :hover) {
    /* border: none; */
    border-color: var(--default-theme--color);
    box-shadow: none;
    background-color: var(--default-theme--color);
    color: #ffffff;
}
.page-nav-list--column-3 {
    column-gap: 5%;
}
.page-nav-list--column-3 li {
    width: 30%;
}
.page-nav-list--column-4 li {
    width: 22%;
}
:where(.page-nav-list) :is([class^="icon-"],[class*=" icon-"])::before {
    color: #999999;
    transition: all .3s linear 0s;
}
:where(.page-nav-list) .icon-handshake {
    font-size: 36px;
}

/** ページサブメニュー
******************************************************************************/
.sub-nav-heading {
    margin: 0 auto 24px;
    padding: 8px 16px;
    border-bottom: solid 1px #999999;
}
.sub-nav-menu {
    display: flex;
}
.sub-nav-menu > li + li {
    margin-left: 48px;
}
.sub-nav-menu a {
    display: block;
    padding: 16px 8px;
    color: inherit;
    font-weight: bold;
    font-size: 12pt;
    line-height: 1em;
}

.sub-nav-menu a::after {
    display: block;
    width: 0;
    height: 2px;
    margin-top: 8px;
    background-color: #5cbaa8;
    content: "";
    transition: all .3s ease 0s;
}

.sub-nav-menu a:hover::after {
    width: 100%;
}

/** ページサブメニュー内、項目ナビゲーション
******************************************************************************/
.item-nav-heading {
    margin: 8px 0;
    color: #5cbaa8;
    font-weight: bold;
    font-size: 13pt;
    line-height: 13pt;
}

.item-nav-heading::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: solid 1px #5cbaa8;
    border-radius: 50%;
    vertical-align: middle;
    content: "";
}

.item-nav {
    display: flex;
    padding-left: 16px;
}

.item-nav a {
    padding: 8px;
    font-size: 11pt;
}

.item-nav a:hover {
    color: #5cbaa8;
}

/** メッセージ表示エリア
******************************************************************************/
.message-area-container {
    padding: 0 48px;
}

.message-area {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 24px;
    border: 1px solid var(--theme--color);
    border-radius: 12px;
}
.message-area__inner-link-text {
    color: inherit;
    text-decoration: underline;
}
.message-area.message-area--warning {
    border-color: #333333;
}
.message-area.message-area--error {
    border-color: #ff0000;
}
.message-area .message {
    font-weight: bold;
    line-height: 1.6em;
}

.message-area .message.message-notify {
    color: var(--theme--color);
}

.message-area .message.message-warning {
    color: #333333;
}

.message-area .message.message-error {
    color: #ff0000;
}

/** ページ内コンテンツ
******************************************************************************/
/* ページタイトル */
.page-title-logo {
    margin-bottom: 40px;
}
.page-login .page-title-container {
    width: fit-content;
}
.page-notify-request .page-title-container {
    width: fit-content;
}
.page-reissue .page-title-container {
    width: fit-content;
}
.page-title-container.adjust-center {
    justify-content: center;
}
.page-sub-title-container {
    position: relative;
    margin: 20px auto;
}
.page-sub-title-container.has-nav-list {
    display: flex;
    column-gap: 56px;
    align-items: center;
}
@media screen and (max-width: 1440px) {
    .page-sub-title-container.has-nav-list {
        flex-direction: column;
        row-gap: 10px;
        align-items: flex-start;
    }
}
.page-sub-title-container.has-indent {
    padding-left: 44px;
}

:is(.page-purchase, .page-list) .page-sub-title-container {
    padding-left: 44px;
}

.page-sub-title-container.page-sub-title-container-align {
    padding-left: 0;
}

.page-sub-title {
    display: inline-block;
    width: fit-content;
    margin: 0;
    padding: 2px;
    border-bottom: solid 6px #e2f8f7;
    color: #5cbaa8;
    font-weight: bold;
    font-size: 14pt;
    line-height: 13pt;
    white-space: nowrap;
}

.page-sub-title.page-sub-title-wide {
    width: 100%;
    padding-left: 1em;
}

.page-sub-title.icon {
    font-weight: bold;
    line-height: 34px;
    vertical-align: middle;
}

.page-sub-title.icon::before {
    margin-right: 12px;
    vertical-align: baseline;
}

.page-sub-title-container .page-sub-title + .button-basic {
    margin-left: 32px;
    vertical-align: middle;
}

/** ステップ進捗ナビゲーション（登録フォームなどで使用）
******************************************************************************/
.step-progress-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.step-progress-nav::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 98%;
    height: 2px;
    margin: auto;
    background-color: var(--default-theme--color);
    content: "";
}

.step-progress-nav li {
    width: 66px;
    height: 66px;
    border: solid 2px var(--default-theme--color);
    border-radius: 50%;
    box-sizing: content-box;
    background-color: #ffffff;
    color: var(--default-theme--color);
    line-height: 66px;
    text-align: center;
}

.step-progress-nav li.current {
    background-color: var(--default-theme--color);
    color: #ffffff;
}

/** 水平ナビリスト
******************************************************************************/
.holizontal-list-nav-container {
    /* max-width: 800px; */
    margin-top: 40px;
    margin-bottom: 60px;
}

.horizontal-list-nav {
    display: flex;
    justify-content: space-around;
    position: relative;
    max-width: 650px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
}

.sub-menu-nav-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #5cbaa8;
    transition: all .5s;
}

.horizontal-list-nav li {
    text-align: center;
}

.horizontal-list-nav a {
    display: block;
    color: #5cbaa8;
    font-weight: bold;
    font-size: 13.5pt;
    text-align: center;
}

/* オプション設定 */
/* 1列 */
.horizontal-list-nav.has-col-1 {
    max-width: fit-content;
    padding-right: 32px;
    padding-left: 32px;
}

.horizontal-list-nav.has-col-1 li {
    width: calc(100% / 1);
}

.horizontal-list-nav.has-col-1 li:nth-child(1).current ~ .sub-menu-nav-bar {
    left: 0;
}

.horizontal-list-nav.has-col-1 li:nth-child(1):hover ~ .sub-menu-nav-bar {
    left: 0;
}

/* 2列 */
.horizontal-list-nav.has-col-2 li {
    width: calc(100% / 2);
}

.horizontal-list-nav.has-col-2 li:nth-child(1).current ~ .sub-menu-nav-bar {
    left: 0;
}

.horizontal-list-nav.has-col-2 li:nth-child(2).current ~ .sub-menu-nav-bar {
    left: calc(100% / 2);
}

.horizontal-list-nav.has-col-2 li:nth-child(1):hover ~ .sub-menu-nav-bar {
    left: 0;
}

.horizontal-list-nav.has-col-2 li:nth-child(2):hover ~ .sub-menu-nav-bar {
    left: calc(100% / 2);
}

/* 3列 */
.horizontal-list-nav.has-col-3 li {
    width: calc(100% / 3);
}

.horizontal-list-nav.has-col-3 li:nth-child(1).current ~ .sub-menu-nav-bar {
    left: 0;
}

.horizontal-list-nav.has-col-3 li:nth-child(2).current ~ .sub-menu-nav-bar {
    left: calc(100% / 3);
}

.horizontal-list-nav.has-col-3 li:nth-child(3).current ~ .sub-menu-nav-bar {
    left: calc(calc(100% / 3) * 2);
}

.horizontal-list-nav.has-col-3 li:nth-child(1):hover ~ .sub-menu-nav-bar {
    left: 0;
}

.horizontal-list-nav.has-col-3 li:nth-child(2):hover ~ .sub-menu-nav-bar {
    left: calc(100% / 3);
}

.horizontal-list-nav.has-col-3 li:nth-child(3):hover ~ .sub-menu-nav-bar {
    left: calc(calc(100% / 3) * 2);
}

/** ページネーション
******************************************************************************/
.page-navigation-container {
    margin: 56px auto;
    text-align: center;
}

.pagination {
    display: inline-table;
    color: #5cbaa8;
    line-height: 40px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 24px 0;
}

.pagination .page-numbers {
    display: table-cell;
    width: 40px;
    height: 40px;
    border: 2px solid #5cbaa8;
    border-radius: 6px;
    color: #5cbaa8;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers.current {
    background-color: #5cbaa8;
    color: #ffffff;
}

.pagination .page-numbers.w-arrow:hover::before, .pagination .page-numbers.w-arrow:hover::after {
    border-color: transparent transparent #ffffff #ffffff;
}

.pagination .page-numbers.dots {
    width: auto;
    border: none;
}

.pagination .w-arrow {
    position: relative;
}

.pagination .w-arrow::before, .pagination .w-arrow::after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent var(--theme--color) var(--theme--color);
    content: "";
}

.pagination .w-arrow.w-arrow-prev::before, .pagination .w-arrow.w-arrow-prev::after {
    transform: rotateZ(45deg);
}

.pagination .w-arrow.w-arrow-prev::before {
    left: 12px;
}

.pagination .w-arrow.w-arrow-prev::after {
    right: 6px;
}

.pagination .w-arrow.w-arrow-next::before, .pagination .w-arrow.w-arrow-next::after {
    transform: rotateZ(225deg);
}

.pagination .w-arrow.w-arrow-next::before {
    left: 6px;
}

.pagination .w-arrow.w-arrow-next::after {
    right: 12px;
}

/** ページャー
******************************************************************************/
.pager-container {
    margin-bottom: 48px;
}

.pager-container .pager {
    display: block;
    width: 46%;
    max-width: 440px;
}

.pager-container .pager.pager-prev {
    float: left;
}

.pager-container .pager.pager-next {
    float: right;
}

.pager-container .button-design {
    width: 100%;
    line-height: 65px;
}

/******************************************************************************
 * Module：　共通モジュール設定（ボタン・フォームなど）
******************************************************************************/
.section-container {
    position: relative;
    margin-top: 40px;
    margin-right: auto;
}

.section-container.section-container-middle {
    max-width: 800px;
    margin-bottom: 60px;
    margin-left: auto;
}

.section-container.section-container-regular {
    max-width: 960px;
    margin-bottom: 60px;
    margin-left: auto;
}

.section-container:first-child {
    margin-top: 0;
}

.section-container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 36px;
}

.section-container-flex .section-child-container {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    row-gap: 24px;
    width: 47.88%;
}
@media screen and (max-width: 768px) {
    .section-container-flex .section-child-container {
        width: 100%;
    }
}
.round-block {
    position: relative;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    background: #ffffff;
}

.round-block.round-block-flex {
    display: flex;
    align-items: center;
}

.round-block.dashboard-horizontal-block {
    flex-grow: 1;
    min-height: 385px;
}

.symbol-fold {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

.round-block .symbol-fold {
    position: absolute;
    top: 16px;
    right: 24px;
    color: #707070;
    font-size: 11px;
    text-indent: -6em;
}

.symbol-fold::before, .symbol-fold::after {
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: var(--theme--color);
    box-sizing: content-box;
    content: "";
    transition: all .3s linear 0s;

    transform-origin: center center;
}

.symbol-fold::before {
    bottom: 0;
    left: 0;
    border-width: 2px 2px 0 0;
}

.symbol-fold::after {
    top: 0;
    right: 0;
    border-width: 0 0 2px 2px;
}

.is-fold .is-fold-target {
    display: none;
}

.is-fold .symbol-fold::before, .is-fold .symbol-fold::after {
    transform: rotate3d(1, 1, 0, 180deg);
}

/* symbol-close */
.symbol-close {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

.symbol-close::before, .symbol-close::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    box-sizing: content-box;
    background-color: #ffffff;
    content: "";
    transition: all .3s linear 0s;

    transform-origin: center center;
}

.symbol-close::before {
    transform: rotateZ(45deg);
}

.symbol-close::after {
    transform: rotateZ(-45deg);
}

/* .is-open .symbol-close::before,
.is-open .symbol-close::after {
	transform: rotate3d(1, 1, 0, 180deg);
} */

/** ベースになるコンテナ
******************************************************************************/
.basic-container + .basic-container {
    margin-top: 40px;
}

.main-container.window-center .basic-container p {
    text-align: center;
}

/** フォーム（登録フォームなど）
******************************************************************************/
.form-container.process-form {
    max-width: 450px;
    margin: 0 auto;
}

.process-form .round-area {
    width: 100%;
    padding: 8px 16px;
    border: solid 1px #707070;
    border-radius: 8px;
    line-height: 46px;
}

.process-form .round-area .radio-row {
    display: inline-block;
    width: 30%;
}

.form-header {
    padding: 40px 0;
    text-align: center;
}

:where(.form-header) .page-title {
    margin-bottom: 36px;
}

.form-basic.single-form {
    max-width: 450px;
    margin: 0 auto;
    padding: 80px 30px;
    border: solid 1px #707070;
    border-radius: 10px;
    background-color: #ffffff;
}
.form-basic.single-form.single-form--mini {
    padding-top: 28px;
    padding-bottom: 40px;
}
.form-basic.single-form.form-basic-has-fieldset {
    padding-top: 45px;
}

.form-basic fieldset {
    margin-top: 24px;
    border: none;
}

.form-basic fieldset + fieldset {
    margin-top: 24px;
}

.form-basic legend {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 13pt;
}
.form-basic .form-row {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.form-basic .form-row + .form-row {
    margin-top: 32px;
}

.form-basic .form-row + .form-row.form-annotation-row {
    position: relative;
    margin-top: 24px;
}

.form-basic fieldset + .form-row.form-button-row, .form-basic .form-row + .form-row.form-button-row {
    margin-top: 64px;
}

.form-basic .form-row + .form-row.form-annotation-row + .form-row.form-button-row {
    margin-top: 40px;
}

.form-row.form-button-row button + button, .form-row.form-button-row button + .button-wrapper {
    display: block;
    margin-top: 24px;
}
.facility-regist-edit {
    display: block;
    margin-bottom: 24px;
}

.form-basic .form-row label {
    display: block;
    width: 100%;
}

.input-basic, input:where(:not([type="checkbox"]):not([type="radio"]):not([type="file"])), textarea {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: scroll;
    border: solid 1px #aaaaaa;
}

/* .form-basic .form-row textarea {
	padding-top: 8px;
} */
.form-basic-vertical input:not([type="checkbox"]):not([type="radio"]), .form-basic-vertical textarea, .form-basic-vertical .input-file-design {
    display: block;
    /* margin-top: 8px; */
}

input:where(:not([type="checkbox"]):not([type="radio"])):focus, textarea:focus, .input-basic:focus, .input-file-design:focus {
    border-color: var(--theme--color);
    outline: none;
}

input[disabled], button[disabled], textarea[disabled], .form-basic fieldset[disabled] input, .form-basic fieldset[disabled] button {
    color: #dddddd;
    cursor: not-allowed;
}
.form-basic fieldset[disabled] button {
    border-color: #707070;
    background-color: #fafafa !important;
    color: #333333;
}

.form-basic .form-row input[type="checkbox"] + label, .form-basic .form-row input[type="radio"] + label {
    display: inline-block;
    width: auto;
}

.form-footer {
    margin-top: 30px;
    padding: 0 30px;
}

.form-footer.single-form-footer {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

/** フォーム（テーブルを使ったもの。検索など）
******************************************************************************/
.search-form {
    width: 100%;
}

.search-form .round-label {
    width: 100%;
}

.search-form-title {
    margin: 0;
    margin-bottom: 16px;
    color: #5c7bba;
    font-weight: bold;
    font-size: 16px;
}

.view-count {
    display: inline-block;
    margin-left: 154px;
    padding: 2px;
    border-bottom: solid 6px #fddedb;
    color: #f37a7b;
    font-style: normal;
    font-weight: bold;
    font-size: 14pt;
    line-height: 13pt;
}

.search-form-title .icon::before {
    margin-right: 12px;
}

.search-form-element-container {
    margin-top: 32px;
}

/* フォーム:form-layout-flex */
.form-layout-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    align-items: baseline;
    width: 100%;
}

.form-layout-flex .flex-item {
    margin-bottom: 32px;
    line-height: 48px;
}

.form-layout-flex .flex-item:nth-child(4n + 1) {
    width: 195px;
}

.form-layout-flex .flex-item:nth-child(4n + 2) {
    width: calc(50% - 195px);
    padding-right: 60px;
    padding-left: 30px;
}

.form-layout-flex .flex-item:nth-child(4n + 3) {
    width: 195px;
}

.form-layout-flex .flex-item:nth-child(4n + 4) {
    width: calc(50% - 195px);
    padding-left: 30px;
}

.form-layout-flex .button-item {
    width: calc(100% - 195px);
    padding-left: 30px;
}

/* フォーム:flex-block-layout */
.flex-block-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
}
.flex-block-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 24px;
    column-gap: 24px;
    width: 48%;
}
.flex-block-child--wide {
    width: 100%;
}
.flex-block-child-col__facility-type--list {
    display: flex;
    height: 100%;
}
.flex-block-child--search-button-container {
    width: 100%;
}
.flex-block-child-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
    flex-grow: 1;
}
.flex-block-child-row--v-baseline {
    align-items: baseline;
}
.flex-block-child-row-v-center {
    align-items: center;
}
.flex-block-child-row .flex-block-child-col:nth-child(1) {
    white-space: nowrap;
}

.flex-block-child-row .flex-block-child-col:nth-child(2) {
    flex-grow: 1;
}
.flex-block-child-col--search-button-wrap {
    width: 47%;
    flex-grow: initial !important;
}
.flex-block-child-row.has-col-4 .flex-block-child-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
    width: 47%;
    white-space: nowrap;
}
.flex-block-child-row.has-col-4 .flex-block-child-col > div:nth-child(2) {
    /* width: calc(100% - 128px); */
    flex-grow: 1;
}
.flex-block-child-col__facility-search__label {
    min-width: 120px;
}
.flex-block-child-col__facility-price__content {
    display: flex;
    align-items: center;
    row-gap: 12px;
    column-gap: 16px;
}
@media screen and (max-width: 1740px) {
    .flex-block-child--laptop-wide {
        width: 100%;
        align-items: flex-start;
    }
}
@media screen and (max-width: 1024px) {
    .flex-block-child {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .flex-block-child-col--search-button-wrap {
       width: 100%;
    }
    .flex-block-child-col__facility-type--list {
        height: auto;
    }
    .flex-block-child-col__facility-price__label {
        min-width: initial;
    }
}


/* リスト:.flex-list */
.flex-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
}

.flex-list > li {
    line-height: 40px;
}

.flex-list.flex-list-2 > li {
    width: 50%;
}

/** テーブル
******************************************************************************/
.round-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 28px 32px;
}

.round-table tr > th:nth-child(1), .round-table tr > th:nth-child(3) {
    width: 195px;
}

.round-table tr > td:nth-child(2), .round-table tr > td:nth-child(4) {
    width: calc(50% - 195px);
}

.form-table {
    width: 100%;
}

.form-table th, .form-table td {
    line-height: 64px;
}

.form-table.form-table-col-4 tr.has-col-4 > *:first-child, .form-table.form-table-col-4 tr.has-col-4 > *:nth-child(3) {
    width: 14%;
}

.form-table.form-table-col-4 tr.has-col-4 > *:nth-child(2), .form-table.form-table-col-4 tr.has-col-4 > *:nth-child(4) {
    width: 36%;
}

.form-table tfoot td.button-cell {
    padding: 32px 0;
    text-align: center;
}

.form-table .round-area {
    width: 100%;
    padding: 8px 16px;
    border: solid 1px #707070;
    border-radius: 8px;
    line-height: 46px;
}

/* テーブルレイアウト用 */
.layout-table {
    border: none;
}

.layout-table th, .layout-table td {
    padding: 16px 0;
    border: none;
}

.layout-table th {
    vertical-align: top;
}

.layout-table th[scope="row"] + td {
    padding-left: 54px;
}

.layout-table .basic-label {
    display: block;
    height: 36px;
}

.layout-table .basic-label.basic-label-row-2 {
    font-size: 12px;
    line-height: 1.4em;
}

.basic-label.basic-label-font-sm {
    font-size: 12px;
}
.basic-label.basic-label-sm {
    width: 64px;
}
.basic-label.basic-label-ok {
    color: #f37a7b;
    font-weight: 900;
    font-size: 20px;
}

.basic-label.basic-label-ng {
    color: #5c7bba;
    font-weight: 900;
    font-size: 20px;
    background-color: #f5f5f5;
}

.layout-table strong {
    color: #f37a7b;
    font-weight: bold;
    font-size: 25px;
}

/** バッジ
******************************************************************************/
.badge {
    display: inline-block;
    width: 4em;
    padding: 0 1em;
    border-radius: 1em;
    box-sizing: content-box;
    background-color: #5cbaa7;
    color: #ffffff;
    font-size: 10pt;
    line-height: 2em;
    text-align: center;
}

.badge-state-1 {
    background-color: #ffa500;
}

.badge-state-2 {
    background-color: #ff0000;
}

.badge-state-8 {
    background-color: #ff0000;
}

.badge-favorite-notify-0 {
    background-color: #ff0000;
}

/** 基本のラベルスタイル
******************************************************************************/
.basic-label {
    display: inline-block;
    width: 110px;
    min-height: 36px;
    border-radius: 18px;
    background-color: #e2eff8;
    color: #666666;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
}
.basic-label.fz-sm {
    font-size: 12px;
}
.basic-label.th-label {
    width: 100%;
    border-radius: 17.5px;
    background-color: #fddedb;
}

/** push通知っぽいラベル
******************************************************************************/
.push-label {
    display: inline-block;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    background-color: #cccccc;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.push-label.push-label-enabled {
    background-color: #5cbaa8;
}

.push-label.push-label-disabled {
    background-color: #cccccc;
}

/** ボタン
******************************************************************************/
.fixed-submit-button {
    position: fixed;
    right: 100px;
    bottom: 120px;
    z-index: 10;
    width: 100px;
    min-width: 100px;
    height: 100px;
    border: 3px solid #5c7bba;
    border-radius: 100px;
    background-color: #5c7bba;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    line-height: 35px;
    text-align: center;

    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .4));
    /* transition: all 0.2s linear 0s; */
}

.fixed-submit-button.fixed-submit-button-square {
    top: 120px;
    bottom: initial;
    border-radius: 8px;
}

.dialog .fixed-submit-button {
    position: absolute;
}

.fixed-submit-button .icon {
    display: inline-block;
    margin-top: 12px;
    font-size: 35px;
    vertical-align: middle;
}

.fixed-submit-button .icon::before {
    color: #ffffff !important;
}
.fixed-submit-button:disabled .icon::before {
    color: #dddddd !important;
}

.fixed-submit-button .select-design {
    /* display: none; */
    display: inline-block;
    opacity: 0;
    width: 0;
    margin-left: 8px;
    vertical-align: middle;
}

.fixed-submit-button .action-name {
    display: block;
}

.fixed-submit-button .symbol-close {
    display: none;
    position: absolute;
    bottom: 12px;
    left: 58px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

/* openした時 */
.fixed-submit-button.is-open {
    width: 300px;
}

.fixed-submit-button .select-design.is-show {
    opacity: 1;
    /* display: inline-block; */
    width: 150px;
}

.fixed-submit-button .select-design.is-show select {
    height: 35px;
    line-height: 35px;
}

.fixed-submit-button.is-open .action-name {
    text-decoration: underline;
}

.fixed-submit-button.is-open .symbol-close {
    display: block;
}

.button-design {
    width: 100% !important;
    /* border: none; */
    border: solid 2px #5cbaa8;
    background-color: #5cbaa8;
    color: #ffffff;
    font-weight: bold;
    font-size: 13pt;
    text-align: center;
    transition: all .1s linear 0s;
}

.button-design:hover {
    background-color: #ffffff;
    color: #5cbaa8;
}

.button-design[disabled] {
    /* border-color: #707070;
    background-color: #fafafa !important;
    color: #333333; */
    border-color: #cccccc !important;
    background-color: #f3f3f3 !important;
    color: #cccccc !important;
}

.button-design.dropshadow {
    filter: drop-shadow(0 5px 0px #4fa292);
}

.button-design.dropshadow:hover {
    background-color: #5cbaa8;
    color: #ffffff;

    filter: drop-shadow(0 5px 0px #5cbaa8);
}
.button-design.dropshadow[disabled] {
    filter: drop-shadow(0 5px 0px #cccccc);
}
.button-design.dropshadow[disabled]:hover {
    filter: drop-shadow(0 5px 0px #cccccc);
}
.button-design.button-design-half {
    display: inline-block;
    width: 45%;
}

.form-layout-flex .button-design.button-design-wide {
    letter-spacing: 3em;
}

.button-basic {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 159px;
    height: 53px;
    border: solid 3px var(--theme--color);
    border-radius: 6px;
    background-color: #ffffff;
    color: var(--theme--color);
    font-size: 12pt;
    text-align: center;
    cursor: pointer;
    transition: all .1s linear 0s;
}

:where(a).button-basic {
    color: var(--theme--color);
}

.button-basic:hover {
    background-color: var(--theme--color);
    color: #ffffff;
}
.button-basic:hover .icon-info::before {
    color: #ffffff;
}

/* .button-basic.icon */
.button-basic:where(.icon) {
    font-size: 12pt;
}

.button-basic.icon::before {
    position: relative;
    left: -10%;
    font-size: 16pt;
    color: #ffffff;
}
.button-basic.icon.icon-note::before {
    font-size: 12px;
}

/* disabled */
.button-basic[disabled], .button-basic.button-basic-disabled {
    border-color: #cccccc !important;
    background-color: #f3f3f3 !important;
    color: #cccccc !important;
    cursor: not-allowed;
}
.button-basic[disabled].icon::before, .button-basic.button-basic-disabled.icon::before {
    color: #cccccc !important;
}

.button-basic[disabled] .icon::before, .button-basic.button-basic-disabled .icon::before {
    color: #cccccc !important;
    cursor: not-allowed;
}

/* button-basic-middle */
:where(.button-basic).button-basic-middle {
    width: 100%;
    min-width: 243px;
    max-width: 345px;
    height: 50px;
    border: 3px solid var(--theme--color);
    background-color: transparent;
    color: var(--theme--color);
    font-weight: bold;
    font-size: 16px;
}
:where(.button-basic).button-basic-middle.icon::before {
    color: var(--theme--color);
}
:where(.button-basic).button-basic-middle.icon:hover::before {
    color: #ffffff;
}
.button-basic.button-basic-middle.icon::before {
    position: relative;
    left: -10%;
}

.button-basic.button-basic-large {
    line-height: 48px;
}

.button-basic.button-basic-half {
    width: 48%;
}

.button-basic.button-basic-wide {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}
.button-basic.button-basic-wide.icon::before {
    color: var(--theme--color);
}
.button-style--campaign.button-basic.button-basic-wide.icon::before {
    color: #ffffff;
}
.button-basic.button-basic-wide.icon:hover::before {
    color: #ffffff;
}
.button-basic.button-basic-wide.icon::before {
    position: relative;
    left: -10%;
}

.button-basic.button-basic-large + .button-basic.button-basic-large, .button-basic.button-basic-half + .button-basic.button-basic-half, .button-basic.button-basic-wide + .button-basic.button-basic-wide {
    margin-top: 24px;
}

.button-basic .icon {
    margin-right: .5em;
    font-size: 16pt;
}

/* 何かアクションが起こるボタン */
.action-button-box {
    display: inline-flex;
    align-items: center;
    column-gap: 16px;
}
.page-sub-title + .action-button-box {
    margin-left: 32px;
}
:where(.button-basic).action-button {
    display: inline-flex;
    column-gap: 12px;
    width: 120px;
    min-width: auto;
    height: 37px;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    background-color: #5cbaa8;
    color: #ffffff;
}
:where(.button-basic).action-button:hover {
    background-color: #ffffff;
    color: #5cbaa8;
}
:where(.button-basic).action-button.is-approval-finished {
    background-color: #ffffff;
    color: #5cbaa8;
    cursor: none;
    pointer-events: none;
}
:where(.button-basic).action-button.is-approval-finished::before {
    color: var(--theme--color);
}

:where(.button-basic).action-button.is-interview-process {
    cursor: none;
    pointer-events: none;
}
:where(.button-basic).action-button.is-interview-process:hover {
    background-color: #5cbaa8;
    color: #ffffff;
}
.button-basic.action-button::before {
    left: 0;
    font-size: 12px;
}
:where(.button-basic).action-button:hover::before {
    color: var(--theme--color);
}
.button-basic.action-button.icon {
    min-width: 150px;
}

.pinned-action-button {
    position: relative;
}

.pinned-action-button .action-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 147px;
    height: 45px;
    font-size: 14px;
}

/* .round-button */
.round-button {
    display: inline-block;
    width: 130px;
    height: 40px;
    border: 3px solid var(--default-theme--color);;
    border-radius: 20px;
    background-color: #ffffff;
    color: var(--default-theme--color);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.round-button:where(.icon) {
    margin-right: 0;
    font-weight: bold;
    font-size: inherit;
    line-height: 32px;
    vertical-align: middle;
}
.round-button:where(.icon):hover {
    background-color: var(--default-theme--color);
    color: #ffffff;
}
.round-button:where(.icon):hover::before {
    color: #ffffff !important;
}
.round-button.icon::before {
    margin-right: .5em;
}

/** デイトピッカー
******************************************************************************/
.date-design {
    width: 100%;
    padding-left: 16px;
    border: solid 1px #707070;
}

/** セレクト
******************************************************************************/
.select-design {
    display: block;
    position: relative;
    /* margin-top: 8px; */
}
.select-address {
    min-width: 120px;
}
.select-municipalities {
    min-width: 200px;
}
.select-design::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-width: 10px 8px 0;
    border-style: solid;
    border-color: #5cbaa8 transparent transparent transparent;
    vertical-align: inherit;
    content: "";
    cursor: pointer;
    pointer-events: none;
}

.select-design select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0;
    padding-right: 36px;
    padding-left: 16px;
    /* margin-top: 8px; */
    border: solid 1px #707070;
    border-radius: 8px;
    box-sizing: border-box;
    line-height: 48px;
    cursor: pointer;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-design.select-design-inline {
    display: inline-block;
}

.select-design.select-design-inline select {
    height: 40px;
    margin-top: 0;
    padding-right: 40px;
    line-height: 40px;
}

/* select[multiple] */
.select-root {
    position: relative;
}

.select-root select {
    display: none;
}

/* .select-active-area */
.select-active-area {
    position: relative;
    z-index: 2;
    min-height: 44px;
    padding: 0 48px 4px 0;
    border-bottom: 1px solid #707070;
    /* border-radius: 8px; */
    background: #ffffff;
    /* box-shadow: 0 4px 16px 0 rgb(22 42 90 / 12%); */
    font-size: 14px;
    line-height: 44px;
    white-space: initial;
    transition: box-shadow .3s ease;
}

.select-active-area a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 200px;
    height: 36px;
    margin: 0 6px 4px 0;
    padding: 0 8px;
    color: #ffffff;
}

.select-active-area a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    /* background-color: #5c7bba; */
    background-color: var(--theme--color);
    content: "";
}

.select-active-area a em {
    display: inline-block;
    overflow: hidden;
    font-style: normal;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.select-active-area a i {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    cursor: pointer;
}

.select-active-area a i::before, .select-active-area a i::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    border-radius: 1px;
    background-color: #ffffff;
    content: "";
}

.select-active-area a i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.select-active-area a i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.select-active-area .select-placeholder {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 12px;
    width: 100%;
    color: #99a3ba;
    line-height: 28px;
    cursor: pointer;
    transition: all .3s ease;
}

.select-active-area .select-placeholder.hide {
    visibility: hidden;
    opacity: 0;
    transform: translate(-4px, 0);
}

.select-active-area .mark {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 48px;
    height: 100%;
    cursor: pointer;
}

.select-active-area .mark::before, .select-active-area .mark::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 13px;
    margin: auto;
    border-radius: 1px;
    /* background-color: #5c7bba; */
    background-color: var(--theme--color);
    content: "";
    transition: all .1s linear 0s;

    transform-origin: center center;
}

.select-active-area .mark::after {
    transform: rotate(90deg);
}

/* .select-list-area */
.select-root > .select-list-area {
    visibility: hidden;
    opacity: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 3;
    transform: translate(0, 20px) scale(.8);
    max-height: 320px;
    margin: 0;
    padding: 0;
    overflow: scroll;
    border-radius: 8px;
    font-size: 16px;
    transition: all .4s ease, transform .4s cubic-bezier(.87, -.41, .19, 1.44), filter .3s ease .2s;
    /* transition: all .4s ease, transform .4s cubic-bezier(.87, -.41, .19, 1.44), filter .3s ease .2s, -webkit-transform .4s cubic-bezier(.87, -.41, .19, 1.44), -webkit-filter .3s ease .2s; */

    transform-origin: 0 0;
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, .08));
}

.select-list-area li {
    position: relative;
    padding: 12px 16px;
    overflow: hidden;
    background: #ffffff;
    color: #1e2330;
    cursor: pointer;
    /* transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s; */
    transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
    /* transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s; */
}

.select-list-area li:first-child {
    border-radius: 8px 8px 0 0;
}

.select-list-area li:after {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .4);
    content: "";

    transform-origin: 50% 50%;
}

/* openの時の変更点 */
.select-root.open .select-list-area {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 12px) scale(1);

    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, .16));
}

.select-root.open .mark {
    border-top-width: 0;
    border-bottom-width: 10px;
}

.select-root.open .select-active-area .mark::before {
    transform: rotate(45deg);
}

.select-root.open .select-active-area .mark::after {
    transform: rotate(135deg);
}

/** input[type=file]
******************************************************************************/
.input-file-design {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border: none !important;
}

.input-file-design > .file-name {
    display: inline-block;
    width: 70%;
    padding: 8px 16px;
    border-bottom: 1px solid #707070;
    line-height: 32px;
}

.input-file-design > input[type="file"] {
    display: none !important;
}

.input-file-design .placeholder {
    color: #999999;
}

/** トグルスイッチ
******************************************************************************/
input[type="checkbox"].toggle-switch {
    position: relative;
    width: 60px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 15px;
    background-color: #f3f3f3;
    vertical-align: top;
    outline: none;
    transition: background-color 450ms ease;

    appearance: none;
}

input[type="checkbox"].toggle-switch:before {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 100%;
    background-color: #ffffff;
    content: "";
    transition: background-color 450ms ease, transform 450ms ease;

    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, .16));
}

input[type="checkbox"].toggle-switch:checked:not(:disabled) {
    border-color: #5cbaa8;
    background-color: #5cbaa8;
}
input[type="checkbox"].toggle-switch:checked:before {
    transform: translateX(100%);
}
input[type="checkbox"].toggle-switch:checked:not(:disabled):before {
    border-color: #5cbaa8;
}
.toggle-switch-inline-wrapper {
    display: inline-flex;
    column-gap: 16px;
    white-space: nowrap;
}

/** ナビゲーション用リンク
******************************************************************************/
.nav-link {
    color: var(--default-theme--color);
    font-weight: bold;
    text-decoration: underline;
}
.nav-link:visited {
    color: var(--default-theme--color);
}
.nav-link:hover {
    color: #4fa292;
}
.nav-link.nav-link-reverse {
    color: #ffffff;
}
.nav-link.nav-link-reverse:hover {
    color: #eeeeee;
}

/** ページ内リンク
******************************************************************************/
a.link-text {
    color: #08439a;
    text-decoration: underline;
}

a.has-link-icon {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    color: #08439a;
    text-decoration: underline;
}

a.has-link-icon::before, a.has-link-icon::after {
    display: inline-block;
    position: absolute;
    border-style: solid;
    border-color: #08439a;
    box-sizing: border-box;
    content: "";
}

a.has-link-icon::before {
    top: 10px;
    left: 4px;
    width: 12px;
    height: 10px;
    border-width: 1px;
}

a.has-link-icon::after {
    top: 12px;
    left: 0;
    width: 13px;
    height: 11px;
    border-width: 0 0 1px 1px;
}

/* 動画再生アイコン */
a.movie-play-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: solid 2px #5cbaa8;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: #ffffff;
    color: #5cbaa8;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    text-indent: 2px;
    transition: all .3s linear 0s;
}

a.movie-play-icon:hover {
    background-color: #5cbaa8;
    color: #ffffff;
}

.info-list-thumbnail a.movie-play-icon {
    position: absolute;
    top: 8px;
    right: 8px;
}

/* マークアイコン */
.mark-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #eeeeee;
    vertical-align: middle;
}

.mark-icon.mark-icon-sm {
    width: 20px;
    height: 20px;
}

.mark-icon.mark-icon-1 {
    background-color: #f37a7b;
}

.mark-icon.mark-icon-2 {
    background-color: #fad669;
}

.mark-icon.mark-icon-3 {
    background-color: #5cbaa8;
}

/* .mark-icon.mark-icon-progress-state-0   { background-color: #F37A7B; }
.mark-icon.mark-icon-progress-state-1   { background-color: #FAD669; }
.mark-icon.mark-icon-progress-state-2   { background-color: #FAD669; }
.mark-icon.mark-icon-progress-state-3   { background-color: #5CBAA8; } */

.mark-icon.mark-icon-progress-stage-0 {
    background-color: #f37a7b;
}

.mark-icon.mark-icon-progress-stage-1 {
    background-color: #fad669;
}

.mark-icon.mark-icon-progress-stage-2 {
    background-color: #5cbaa8;
}

.mark-icon.mark-icon-progress-stage-3 {
    background-color: #fad669;
}

.mark-icon.mark-icon-progress-stage-4 {
    background-color: #5cbaa8;
}

.mark-icon.mark-icon-progress-stage-5 {
    background-color: #5c7bba;
}

.mark-icon.mark-icon-progress-stage-6 {
    background-color: #f37a7b;
}

.mark-icon.mark-icon-offer-activity-state-0 {
    background-color: #f37a7b;
}

.mark-icon.mark-icon-offer-activity-state-1 {
    background-color: #fad669;
}

.mark-icon.mark-icon-offer-activity-state-2 {
    background-color: #5cbaa8;
}
.mark-icon-container {
    display: inline-flex;
    align-items: center;
    column-gap: 24px;
}
.mark-icon-container__item {
    display: flex;
    column-gap: 16px;
    align-items: center;
    white-space: nowrap;
}
/* @media screen and (max-width: 960px) {
    .page-sub-title-container .mark-icon-container {
        display: block;
        margin-top: 24px;
        margin-left: 0;
        text-align: center;
    }
} */

.mark-icon-text {
    font-size: 9pt;
    color: #666666;
}

.page-sub-title-container .mark-icon-text + .mark-icon {
    margin-left: 54px;
}

.round-row-list .mark-icon-text {
    font-size: 11pt;
}

.round-row-list .mark-icon + .mark-icon-text {
    display: inline-block;
    min-width: 3em;
    margin-left: 21px;
}

/** 一覧表示用テーブル
******************************************************************************/
.list-container {
    /*    max-width: 1400px;*/
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}

.list-container.list-container-middle {
    max-width: 960px;
}

.list-container.list-container-large {
    max-width: 1200px;
}

.list-table {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

.list-table.list-table-middle {
    max-width: 960px;
}

.list-table tr:nth-child(odd) td {
    background: #eeeeee;
}

.list-table thead tr:first-child th:first-child {
    border-radius: 9px 0 0 0;
}

.list-table thead tr:first-child th:last-child {
    border-radius: 0 9px 0 0;
}

.list-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 9px;
}

.list-table tbody tr:last-child td:last-child {
    border-radius: 0 0 9px 0;
}

.list-table th, .list-table td {
    padding: 24px 16px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #707070;
}

.list-table th {
    background-color: #5cbaa8;
    color: #ffffff;
    font-weight: bold;
}

.list-table td hr {
    margin: 18px 0;
}

.list-table .operate-buttons {
    text-align: center;
}

.list-table .operate-buttons button {
    margin-left: 8px;
}

.list-table .operate-buttons button:first-child {
    margin-right: 0;
}

.list-table .info-list-vertical {
    display: block;
    line-height: 2em;
}

/** 詳細表示用テーブル
******************************************************************************/
.detail-table {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}

.detail-table tr.has-col-1 th, .detail-table tr.has-col-1 td {
    width: 100%;
}

.detail-table th, .detail-table td {
    height: 58px;
    padding: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: #707070 #cccccc;
    text-align: center;
}

.detail-table th {
    background-color: #efefef;
}

.detail-table th[scope="row"] {
    width: 33.33%;
    width: calc(100% / 3);
}

.detail-table td.pre-wrap {
    white-space: pre-wrap;
}

.detail-table tfoot td {
    border: none;
}

.detail-table.detail-table-vertical th[scope="row"] + td {
    text-align: left;
}

.detail-table tfoot td.button-cell {
    padding: 32px 0;
    text-align: center;
}

.detail-table .round-area {
    display: inline-block;
    width: 100%;
    padding: 0 16px;
    border: solid 1px #707070;
    border-radius: 8px;
    line-height: 46px;
}

.detail-table div.round-area, .detail-table p.round-area {
    padding: 16px;
    line-height: inherit;
}

.detail-table .info-list-vertical {
    display: block;
    line-height: 2em;
}

.detail-table .radio-row + .radio-row {
    margin-left: 16px;
}

.button-cell .button-design + .button-design {
    margin-top: 16px;
}

.button-cell .button-design.button-design-half {
    float: left;
    margin-top: 0;
    margin-left: 10%;
}

.button-cell .button-design.button-design-half:first-child {
    margin-left: 0;
}

.detail-info .detail-table + .detail-table {
    margin-top: 24px;
}

.detail-info .detail-resource {
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    text-align: center;
}

.detail-info .detail-resource img, .detail-info .detail-resource video {
    width: 100%;
    height: auto;
}

.detail-info .detail-sub-title {
    margin-top: 0;
    padding-bottom: 4px;
    padding-left: .5em;
    border-bottom: 3px solid #5cbaa8;
    color: #5cbaa8;
}

.detail-info .detail-sub-title::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: .5em;
    background-color: #5cbaa8;
    content: "";
}

/** テーブル内テーブル
******************************************************************************/
.inner-table {
    width: 100%;
    margin: 0 auto;
}

.inner-table tr {
    height: 32px;
}

.detail-table .inner-table th, .detail-table .inner-table td {
    text-align: center;
}

.detail-table .inner-table th[scope="row"], .detail-table .inner-table th[scope="row"] ~ td {
    height: auto;
    padding: 4px 8px;
    border: 1px solid #cccccc;
    text-align: center;
}

.detail-table .inner-table th[scope="row"] {
    border-right: 1px solid #707070;
}

.detail-table .inner-table thead th[scope="row"], .detail-table .inner-table thead th[scope="row"] ~ td {
    border-bottom: 1px solid #707070;
    background-color: #efefef;
}

.inner-table.care_insurance-table tbody tr:first-child > *:nth-child(n + 4) {
    background-color: #eeeeee;
}

.inner-table.care_insurance-table tr > *:nth-child(1) {
    width: 25%;
}

/** パネルレイアウト
******************************************************************************/
.panel {
    /* overflow: scroll; */
    min-height: 480px;
    max-height: 800px;
}

.panel.panel-left {
    float: left;
    width: 40%;
}

.panel.panel-right {
    float: right;
    width: 56%;
}

/** 丸囲いリスト
******************************************************************************/
.round-row-list > li {
    padding: 18px 27px;
    border-radius: 35px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .16);
    background-color: #ffffff;
    color: #666666;
    font-size: 12pt;

    contain: content;
    content-visibility: auto;
}

.round-row-list > li:not(.has-multi-row), .round-row-list > li.has-multi-row .dummy-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.round-row-list > li.has-multi-row .dummy-li {
    align-items: center;
}

.round-row-list > li + li {
    margin-top: 16px;
    margin-top: 32px;
}
.round-row-list.round-row-list-vertical .round-row-item .round-label.fz-sm {
    font-size: 8pt;
}
.round-label-has-direction {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    width: 322px;
    max-width: 322px;
    height: 43px;
    border-radius: 20px;
    background-color: #fddedb;
    line-height: 43px;
}
:where(.round-label-has-direction).round-label-has-direction--no-bgc {
    background-color: transparent;
}
.round-label-has-direction--condition {
    min-width: auto;
}
.round-label-has-direction.round-label-has-direction--wrap {
    height: 72px;
    border-radius: 36px;
}
@media screen and (max-width: 960px) {
    .round-label-has-direction.round-label-has-direction--wrap {
        height: 108px;
        border-radius: 54px;
    }
}
.round-label-has-direction--secondary {
    background-color: #f3f7ff;
}

.round-label-has-direction.round-label-has-direction--bg-transparent {
    background-color: transparent;
}
.round-label {
    overflow: hidden;
    display: block;
    min-width: 120px;
    width: 120px;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 24px;
    background-color: #e2eff8;
    line-height: 43px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.round-label.emphasis-info {
    color: var(--emphasis-color);
    font-weight: bold;
    text-decoration: none;
}
.round-label--wide {
    width: 100%;
    max-width: 200px;
    font-size: 12px;
}
.round-label-fz-sm {
    font-size: 11px;
}
.round-label-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 36px;
    border-radius: 18px;
    background-color: #F5F5F5;
    text-align: center;
}
.round-label-mini--sat {
    background-color: #E2EFF8;
}
.round-label-mini--sun {
    background-color: #fddedb;
}
.round-label-emphasis {
    background-color: #fddedb;
}
.round-label.round-label-sm {
    display: inline-block;
    width: 120px;
    min-width: 120px;
    /* min-width: initial; */
    height: 40px;
    border-radius: 20px;
    background-color: #e2eff8;
    font-size: 10pt;
    vertical-align: middle;
}

.round-label.round-label-vertical {
    width: 37px;
    min-width: auto;
    height: auto;
    margin-right: 0;
    padding: 18.5px 0;
    border-radius: 18.5px;
    background-color: #fddedb;
    line-height: 37px;

    writing-mode: vertical-rl;
}

.round-label-has-direction .round-label {
    min-width: auto;
}
:where(.round-label-has-direction) .round-label-from {
    width: 120px;
    padding: 0 16px;
    background-color: #e2eff8;
}
:where(.round-label-has-direction) .round-label-to {
    background-color: transparent;
    padding-right: 16px;
    border-radius: 0 24px 24px 0;
}
.round-label-from--wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 36px;
}
.round-label-to--wrap {
    display: flex;
    align-items: center;
}
/* 半分分割 */
.round-label-has-direction:where(.round-label-has-direction-half) .round-label-from {
    width: calc(50% + 20px);
}
.round-label-has-direction:where(.round-label-has-direction-single) .round-label-from {
    width: 100%;
}
/* @media screen and (max-width: 1300px) {
    .round-label-has-direction.round-label-has-direction-half .round-label-from {
        width: 100%;
    }
} */
.round-row-list-button-container {
    margin-top: 32px;
    padding: 18px 27px;
}

.round-label .sub-label {
    display: inline-block;
    margin: 0 32px 0 72px;
}
/* サイズが可変 */
:where(.has-free-size-round-label) .round-label-has-direction {
    width: auto;
    min-width: 243px;
    max-width: initial;
    background-color: #f3f7ff;
}
:where(.has-free-size-round-label) .round-label {
    width: auto;
}

/* 縦方向　丸囲いリスト */
.round-row-list.round-row-list-vertical li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.round-row-list.round-row-list-vertical .round-row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 32px;
}

.round-row-list.round-row-list-vertical .round-row.round-row-sb {
    justify-content: space-between;
}

.round-row-list.round-row-list-vertical .round-row:first-child {
    margin-top: 0;
}

.round-row-list.round-row-list-vertical .round-row-item {
    display: flex;
    justify-content: flex-start;
    column-gap: 12px;
    margin-left: 36px;
}

.round-row-list.round-row-list-vertical .round-row-item:first-child {
    margin-left: 0;
}

.round-row-list.round-row-list-vertical .round-row-item .round-label-has-direction {
    width: 243px;
    margin-left: 24px;
}
.round-row-list.round-row-list-vertical .round-row-item .round-label-has-direction-value-stretch {
    width: 385px;
}
.round-row-list.round-row-list-vertical .round-row-item .round-label-has-direction-value-stretch .round-label-to {
    width: calc(100% - 120px);
    text-align: left;
}
.round-row-list.round-row-list-vertical .round-row-item .round-label-has-direction:first-child {
    margin-left: 0;
}

.round-row-list.round-row-list-vertical .round-row-item .round-label {
    display: inline-block;
    width: 120px;
    min-width: initial;
    height: 40px;
    border-radius: 20px;
    font-size: 10pt;
    vertical-align: middle;
}

.round-row-list.round-row-list-vertical .round-row-item .round-label.round-label-from {
    padding: 0;
    font-weight: bold;
}

.round-row-list.round-row-list-vertical .round-row-item .category-propriety-list {
    margin-left: 24px;
}

.round-row-list.round-row-list-vertical .round-row-item .category-propriety-list.edit-propriety-list .propriety-item {
    margin: 0 auto;
}

.round-row-list.round-row-list-vertical .round-row-item .info-link {
    color: #5c7bba;
    font-size: 16px;
    text-decoration: underline;
}

.round-row-list.round-row-list-vertical .button-basic.action-button {
    width: 135px;
    height: 37px;
    border-color: #5cbaa8;
    background: #5cbaa8;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
}

.round-row-list.round-row-list-vertical .button-basic.icon::before {
    left: -5px;
    margin-right: 0;
    color: #ffffff;
    font-size: 10pt;
}

.round-row-list.round-row-list-vertical .button-basic.action-button:hover {
    background-color: #ffffff;
    color: #5cbaa8;
}

.round-row-list.round-row-list-vertical .button-basic:not([disabled]).action-button.icon:hover::before {
    color: #5cbaa8 !important;
}

/* 角丸台形 */
.rounded-rectangle-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 122px;
}

.rounded-rectangle {
    display: block;
    width: 183px;
    height: 43px;
    padding: 0 16px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background-color: #e2eff8;
    color: #666666;
    line-height: 43px;
    text-align: center;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.rounded-rectangle-container .rounded-rectangle-from {
    order: 1;
}

.rounded-rectangle-container .rounded-rectangle-to {
    order: 3;
    border-radius: 0 0 16px 16px;
    background-color: #fddedb;
}

.rounded-rectangle-container::after {
    display: inline-block;
    order: 2;
    width: 0;
    height: 0;
    border-width: 20px 32px 0;
    border-style: solid;
    border-color: #5c7bba transparent transparent;
    content: "";
}

/** カードレイアウト
******************************************************************************/
.card-layout::after {
    display: block;
    clear: both;
    content: "";
}

.card-layout .card {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding: 12px 16px;
    border: solid 1px #5cbaa8;
    border-radius: 8px;
    background-color: #ffffff;
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    padding-left: 8px;
    border-bottom: solid 1px #5cbaa8;
}

.card .card-mark {
    display: inline-block;
    width: 100%;
}

.card .card-mark::after {
    display: block;
    clear: both;
    content: "";
}

.card .card-mark .card-badge {
    float: right;
}

.card .card-name {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 12pt;
    line-height: 22px;
    vertical-align: sub;
}

.card .card-name > a {
    color: inherit;
}

.card .card-content {
    padding: 8px;
}

.card .card-content .card-content-main {
    margin-bottom: 16px;
}

.card .button-basic-wide {
    margin-top: 16px;
}

.card.active {
    background-color: #5cbaa8;
    color: #ffffff;
}

.card .card-content .card-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .card-content .card-content-bottom .label-list {
    display: inline-block;
}

/* .card.active 上書き設定 */
.card.active .card-header {
    border-bottom: solid 1px #ffffff;
}

.card.active .checkbox-design + label::before {
    border-color: #ffffff;
}

.card.active .checkbox-design:checked + label::after {
    border-color: #ffffff;
}

.card.active .radio-design + label::before {
    border-color: #ffffff;
}

.card.active .radio-design:checked + label::after {
    border: solid 1px #ffffff;
    background-color: #ffffff;
}

.card.active .card-badge {
    border: solid 1px #ffffff;
}

.card.active .button-basic {
    border-color: #ffffff;
    background-color: #5cbaa8;
    color: #ffffff;
}

.card.active .button-basic:hover {
    background-color: #ffffff;
    color: #5cbaa8;
}

.card.active .label-list li {
    background-color: #ffffff;
    color: #5cbaa8;
}

/* .card-layout.card-layout-col-2 */
.card-layout.card-layout-col-2 .card {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}

/* .card-layout.card-layout-tile */
.card-layout.card-layout-tile .card {
    max-width: 200px;
    margin-right: 1%;
    margin-left: 1%;
}

/* オプション（.defalt-fold） */
.card-layout.default-fold .card .card-toggle {
    max-height: 0;
    overflow: hidden;
    transition: all .3s linear 0s;
}

.card-layout.default-fold .card.active .card-toggle {
    max-height: 240px;
}

/** ラベルリスト
******************************************************************************/
.label-list.label-list-inline {
    display: inline-block;
}

.label-list li {
    display: inline-block;
    opacity: .9;
    padding: 0 12px;
    border-radius: 8px;
    background-color: #5cbaa8;
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    line-height: 2em;
}

/** ダイアログ
******************************************************************************/
.dialog {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 50%;
    height: 100%;
    padding: 40px;
    overflow: scroll;
    /* background-color: #5cbaa7b3; */
    background-color: rgba(255, 255, 255, .9);
    transition: all .2s linear 0s;
}
.dialog--wide {
    width: 100%;
}
.dialog.dialog-right-to-left {
    left: 100%;
}

.dialog.dialog-right-to-left.active {
    left: 0;
}

.dialog.dialog-landing-right-half {
    right: -50%;
}

.dialog.is-open.dialog-landing-right-half {
    right: 0;
}
.dialog .checkbox-wrapper {
	display: inline-block;
    width: 200px;
    margin-left: 0;
}
.dialog .checkbox-wrapper + .checkbox-wrapper {
    margin-left: 0;
}
.dialog-close-button {
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
}

/** 角丸入力ボックス
******************************************************************************/
.round-edit-box {
    position: relative;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    background: #ffffff;
}

.round-edit-box .edit-box-title {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 2px;
    padding-bottom: 8px;
    border-bottom: solid 6px #e2eff8;
    color: #5c7bba;
    font-weight: bold;
    font-size: 18px;
    line-height: 13pt;
}

.round-edit-box .edit-box-title.icon::before {
    margin-right: 1em;
    vertical-align: middle;
}

.round-edit-box textarea {
    width: 100%;
    height: 83vh;
}

.fixed-pos-rb {
    right: 100px;
}

.fixed-pos-lb {
    left: 100px;
}

/******************************************************************************
 * Module：　棒グラフ
******************************************************************************/
.bar-chart-area {
    /* width: 90%;
    max-width: 650px; */
    height: var(--chart-area--basic-height);
    margin: 0 auto;
}

.pie-chart-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 16px;
    column-gap: 36px;
    height: var(--chart-area--basic-height);
    margin: 0 auto;
}

.pie-chart-legend-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    height: 41px;
    padding-right: 1em;
    padding-left: 1em;
    border-bottom: 1px solid #dddddd;
    color: #666666;
}

.pie-chart-legend-list li .legend-label {
	width: calc(100% - 160px);
    overflow: hidden;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.pie-chart-legend-list li .legend-val {
	width: 80px;
    font-weight: bold;
    font-size: 13pt;
    text-align: right;
    white-space: nowrap;
}

.pie-chart-legend-list li .legend-percent {
    width: 80px;
    text-align: right;
}

/* 入居者の要介護度 */
.pie-chart-legend-list.pie-chart-legend-care-list .legend-label {
    width: 30%;
}

.pie-chart-legend-list.pie-chart-legend-care-list .legend-val {
    width: 40%;
    color: #f37a7b;
}

.pie-chart-legend-list.pie-chart-legend-care-list .legend-percent {
    width: 30%;
}

/* 入居者の男女比率 */
.pie-chart-legend-list.pie-chart-legend-gender-ratio-list .legend-label {
    width: 30%;
}

.pie-chart-legend-list.pie-chart-legend-gender-ratio-list .legend-val {
    width: 30%;
    font-weight: bold;
    font-size: 24px;
    text-align: center !important;
}

.pie-chart-legend-list.pie-chart-legend-gender-ratio-list li:nth-child(odd) .legend-val {
    color: #1d4ba7;
}

.pie-chart-legend-list.pie-chart-legend-gender-ratio-list li:nth-child(even) .legend-val {
    color: #f37a7b;
}

.pie-chart-legend-list.pie-chart-legend-gender-ratio-list .legend-percent {
    width: 40%;
    font-weight: bold;
    font-size: 18px;
}

.pie-chart-area > .pie-chart-wrapper {
    width: var(--pie-chart--basic-width);
    height: var(--pie-chart--basic-height);
}

.pie-chart-legend {
    width: calc(100% - var(--pie-chart--basic-width));
    max-width: 400px;
}
.resident-info__heading-box {

}
@media screen and (max-width: 1740px) {
    .pie-chart-area {
        flex-direction: column;
        height: auto;
    }
    .pie-chart-legend {
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .statistics-info__container {
        flex-direction: column;
    }
    .section-container-flex .section-child-container {
        width: 100%;
    }
}

/******************************************************************************
 * Module：　ローダー
******************************************************************************/
.loaded, #loader.loaded:before, #loader.loaded:after {
    visibility: hidden;
    opacity: 0;
}

#loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: all 2s;
}

.spinner {
    position: relative;
    transform: translateZ(0);
    width: 1em;
    height: 1em;
    margin: 72px auto;
    overflow: hidden;
    border-radius: 50%;
    color: #5cbaa8;
    font-size: 90px;
    text-indent: -9999em;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes load6 {
    0% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
    }

    5%, 95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
    }

    10%, 59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
    }

    100% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
    }
}

@keyframes round {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/******************************************************************************
 * Design：　ページごとの個別設定
******************************************************************************/
.page-login .main {
    background-color: #efefef;
}
.page-notify-request .main {
    background-color: #efefef;
}
.page-reissue .main {
    background-color: #efefef;
}
.page-login .message-area {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}

.page-signup .message-area {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    border-color: #707070;
    background-color: #ffffff;
}

.page-register-process .message-area, .page-regist-child .message-area {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}


.page-delete-request .message-area {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}

.page-notify-request .message-area {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}

.page-reissue .message-area {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}

.page-list .message-area {
    /* max-width: 960px; */
    margin-right: auto;
    margin-left: auto;
}

/******************************************************************************
	/application/hospital/signup/
******************************************************************************/
.page-register-process input[disabled], .page-register-process button[disabled], .page-register-process textarea[disabled], .page-register-process .form-basic fieldset[disabled] input, .page-register-process .form-basic fieldset[disabled] button {
    color: #666666;
}

/******************************************************************************
	/admin/posts/
******************************************************************************/
.list-table-posts thead th:nth-child(4) {
    width: 20%;
}

.list-table-posts thead th:nth-child(5) {
    width: 12%;
}

/******************************************************************************
	/staff/dashboard.php
******************************************************************************/
.round-row-list.dashboard-patient-progress-list > li > div:not(.dummy-li):nth-child(1), .round-row-list.dashboard-patient-progress-list > li.has-multi-row > .dummy-li > div:nth-child(1) {
    /* width: 20%; */
    width: 322px;
}

.round-row-list.dashboard-patient-progress-list > li > div:not(.dummy-li):nth-child(2), .round-row-list.dashboard-patient-progress-list > li.has-multi-row > .dummy-li > div:nth-child(2) {
    /* width: 16%; */
    /* padding-left: 32px; */
    width: 200px;
    margin-left: 32px;
}

.round-row-list.dashboard-patient-progress-list > li > div:not(.dummy-li):nth-child(3), .round-row-list.dashboard-patient-progress-list > li.has-multi-row > .dummy-li > div:nth-child(3) {
    /* width: 20%; */
    width: 240px;
    margin-left: 32px;
}

.dashboard-patient-progress-list__progress-info {
    width: 160px;
}
/* .round-row-list.dashboard-patient-progress-list > li > div:not(.dummy-li):nth-child(4), .round-row-list.dashboard-patient-progress-list > li.has-multi-row > .dummy-li > div:nth-child(4) {
    width: 110px;
} */

.round-row-list.dashboard-patient-progress-list > li > div:not(.dummy-li):nth-child(5), .round-row-list.dashboard-patient-progress-list > li.has-multi-row > .dummy-li > div:nth-child(5) {
    /* width: 15%; */
    margin-left: auto;
}

/******************************************************************************
	/staff/offer.php
******************************************************************************/
.inline-flex.date {
    /* justify-content: space-around; */
    column-gap: 24px;
}
.offer-state-list__item__progress-box :is(.leaving_at, .move_in_at) {
    width: 180px;
}

.round-row-list.offer-state-list > li {
    height: 158px;
}

.round-row-list.offer-state-list > li > div {
    height: 100%;
}

.round-row-list.offer-state-list > li > div:nth-child(1) {
    width: 183px;
}

.round-row-list.offer-state-list > li > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 562px;
}

.round-row-list.offer-state-list > li > div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 408px;
    margin-right: 64px;
}

/******************************************************************************
	スタッフ　訪問履歴  -   /staff/visited.php
******************************************************************************/
.round-row-list.visited-list > li > div:nth-child(1) {
    width: 25.6%;
}

.round-row-list.visited-list > li > div:nth-child(2) {
    width: 35.8%;
}

.round-row-list.visited-list > li > div:nth-child(3) {
    width: 23.7%;
}

.round-row-list.visited-list > li > div:nth-child(4) {
    width: 14.9%;
}

.round-row-list.visited-list .mark-icon-text {
    margin-right: 32px;
}

.round-row-list.visited-list .icon-footprint:before {
    color: #999999 !important;
}
.round-label--campaign, .round-label--campaign .icon-ribbon::before {
    color: var(--campaign-color--default);
    margin-right: 6px;
}
.round-label--campaign-1, .round-label--campaign-1 .icon-ribbon::before {
    color: var(--campaign-color--cost);
}
.round-label--campaign-2, .round-label--campaign-2 .icon-ribbon::before {
    color: var(--campaign-color--event);
}

/******************************************************************************
	/staff/favorite.php
******************************************************************************/
.icon-nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #5C7BBA;
    column-gap: 32px;
}
.icon-nav-item {
    display: inline-flex;
    align-items: center;
    column-gap: 16px;
}
.round-card-layout .rounded-rectangle {
    position: relative;
    background-color: #fddedb;
}

.round-card-layout .rounded-rectangle .icon {
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 16px;
    height: 100%;
}

.round-card-layout .rounded-rectangle .icon::before {
    color: #666666;
}

/* キャンペーンでの表示 */
.round-card-layout :where(.campaign-facility-card) .rounded-rectangle {
    text-align: left;
    color: #ffffff;
}
.rounded-rectangle.rounded-rectangle--campaign-1 {
    background: linear-gradient(#fbab7e 0%, #f7ce68 100%, #5cbaa8 100%);
}
.rounded-rectangle.rounded-rectangle--campaign-2 {
    background: linear-gradient(#ff9a8b 0%, #ff6a88 53.2%, #ff99ac 100%, #5cbaa8 100%);
}
.round-card-layout :where(.campaign-facility-card) .rounded-rectangle .icon::before {
    color: #ffffff;
}
.round-card-layout :where(.campaign-facility-card) .rounded-rectangle .icon.icon-ribbon {
    position: static;
    margin-right: 12px;
}

.round-card-layout .sub-item-title {
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.toggle-switch-wrapper {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1em;
    white-space: nowrap;
}
.round-card-layout .toggle-switch-wrapper {
    /* display: inline-flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1em; */
    width: 100%;
    font-size: 14px;
}

.campaign-type-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #5C7BBA;
    column-gap: 32px;
}
.campaign-type-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 24px;
}
.campaign-type-item .icon::before {
    margin-right: 8px;
}
.campaign-type-item, .campaign-type-item .icon::before {
    color: #5C7BBA;
}
.campaign-type-item.campaign-type-item--id-1, .campaign-type-item.campaign-type-item--id-1 .icon::before {
    color: #FBAB7E;
}
.campaign-type-item.campaign-type-item--id-2, .campaign-type-item.campaign-type-item--id-2 .icon::before {
    color: #FF99AC;
}
/******************************************************************************
	/staff/message.php
******************************************************************************/
.chat-area {
    width: 100%;
    height: 100vh;
}

/******************************************************************************
	/staff/applicants/
******************************************************************************/
.area-separate-table tr td {
    width: 33.33%;
    padding: 32px 12px 0;
}

.area-separate-table tr:first-child td {
    padding-top: 0;
}

.list-applicants-info .area-separate-table {
    width: 50%;
}

.area-separate-table .round-label-has-direction {
    width: 243px;
}

.area-separate-table .round-label {
    display: inline-block;
    font-size: 10pt;
    vertical-align: middle;
}
.area-separate-table .round-label.fz-sm {
    font-size: 8pt;
}

.area-separate-table .round-label.round-label-fz-sm {
    font-size: 12px;
}

.area-separate-table .round-label.round-label-from {
    padding: 0;
    font-weight: bold;
}

.area-separate-table .info-link {
    color: #5c7bba;
    font-size: 16px;
    text-decoration: underline;
}

.area-separate-table .progress-label {
    margin-right: 80px;
}

/* 右側：担当者リスト */
.charges-block-title {
    float: left;
    margin-right: 40px;
}

.charges-block-title .round-label.round-label-sm.round-label-link {
    display: block;
    margin-top: 37px;
    padding: 0;
    background-color: transparent;
}

.charges-block-title .round-label.round-label-sm.round-label-link a {
    min-width: inherit;
    height: 43px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
}

.charges-block-title .round-label.round-label-sm.round-label-link a.icon::before {
    left: -5%;
}

.charges-list {
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    column-gap: 20px;
    row-gap: 20px;
    /* width: calc(100% - 160px); */
    width: 100%;
}
.charges-list.charges-list-right {
    float: right;
}
.name-card {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 235px;
    width: 224px;
    height: 55px;
    padding: 8px 16px;
    border: .5px solid #aaaaaa;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #ffffff;
}
@media screen and (max-width: 768px) {
    .name-card {
        width: 220px;
    }
}
.name-card.disabled {
    opacity: .7;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0%);
    background-color: #efefef;
}

.name-card-avatar {
    height: 100%;
    margin: 0 16px 0 0;
    border-radius: 50%;
}

.name-card-avatar img {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 37px;
    height: 100%;
    border-radius: 50%;
    /* object-fit: cover; */
    object-fit: contain;
    aspect-ratio: 1/1;
}

.name-card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 148px;
    line-height: 1.1em;
}

.name-card .name-card-name {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.name-card .name-card-email {
    overflow: hidden;
    color: #000000;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.charges-info-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.list-applicants-info .button-container {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}

/******************************************************************************
	/staff/applicants/edit.php
******************************************************************************/

/* 入居希望条件 */
/* .move-in-hope-area {
    display: flex;
    justify-content: start;
    column-gap: 24px;
}

.move-in-hope-area-left {
    flex-grow: 2;
}

.move-in-hope-area-right {
    flex-grow: 1;
}

.move-in-hope-area .flex-row + .flex-row {
    margin-top: 24px;
}
.move-in-hope-area .hope-price {
    width: 155px !important;
    margin-right: 12px;
}
.move-in-hope-area-left .select-root#hope_feature-root {
    width: 100%;
    max-width: 1040px;
}

.move-in-hope-area-left .select-root#hope_condition_id-root {
    width: 100%;
    max-width: 1040px;
} */
.select-root#hope_prefecture_id-root {
    flex-grow: 1;
}
.select-root#hope_municipalitie_id-root {
    flex-grow: 1;
}
.select-root#hope_feature-root {
    flex-grow: 1;
}
.move-in-hope-area--root {
    display: flex;
    column-gap: 32px;
    row-gap: 24px;
}
.move-in-hope-area--left {
    flex-grow: 2;
    width: auto;
}
.move-in-hope-area--left .information-container__box-group--wide .information-container__box-item {
    flex-grow: 1;
}
.move-in-hope-area--right {
    flex-grow: 1;
    width: auto;
}
.move-in-hope-area--right .information-container__box-group {
    flex-direction: column;
}
.hope-price {
    max-width: 180px !important;
}
@media screen and (max-width: 1560px) {
    .move-in-hope-area--root {
        flex-direction: column;
    }
    .move-in-hope-area--right .information-container__box-group {
        flex-direction: row;
    }
}
@media screen and (max-width: 768px) {
    .move-in-hope-area--root {
        flex-direction: column;
    }
    .move-in-hope-area--right .information-container__box-group {
        flex-direction: row;
    }
}
/* 退院後に必要な事柄 */
.many-condition-item-table .checkbox-wrapper + .checkbox-wrapper {
    margin-left: 0;
}

.many-condition-item-table {
    display: flex;
    /* justify-content: space-between; */
    justify-content: stretch;
    align-items: flex-start;
    column-gap: 24px;
}

.many-condition-item-table .item-table-th {
    height: 100%;
    /* margin-right: 24px; */
}

.many-condition-item-table .item-table-td {
    width: calc(100% - 64px);
    padding-right: 24px;
}

.many-condition-item-table .item-table-td .item-table-td-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.many-condition-item-table .round-label.round-label-vertical {
    min-height: 240px;
}

.many-condition-item-table .checkbox-wrapper {
    margin-top: 6px;
    margin-bottom: 6px;
}

/* 過去の病気・疾患 */
/* .past-illness-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.past-illness-table .checkbox-wrapper {
    width: 200px;
}

.past-illness-table input {
    max-width: 375px !important;
}
.past-illness-table input.input-dementia {
    margin-right: 25px;
}

@media screen and (max-width: 768px) {
    .past-illness-table input.input-dementia {
        margin-right: 0;
    }
}
.past-illness-table input.input-etc {
    width: calc(100% - 220px) !important;
}

/* 医療処置 */
.medical-procedure-table {
    float: left;
    width: 50%;
    min-height: 240px;
    margin-top: 24px;
}

.medical-procedure-table .checkbox-wrapper {
    width: 150px;
}

.medical-procedure-table .checkbox-wrapper.item-2 {
    width: 300px;
}

/* 介護の視点 */
.care-view-table {
    float: left;
    width: 50%;
    min-height: 240px;
    margin-top: 24px;
}

.care-view-table .checkbox-wrapper {
    width: 150px;
}

.care-view-table .checkbox-wrapper.item-2 {
    width: 300px;
}

/* リハビリの視点 */
.rehabilitation-view-table {
    float: left;
    width: 50%;
    min-height: 240px;
    margin-top: 24px;
}

.rehabilitation-view-table .checkbox-wrapper {
    width: 200px;
}

.rehabilitation-view-table .checkbox-wrapper.item-2 {
    width: 400px;
}

/* 禁忌事項 */
.contraindications-table {
    float: left;
    width: 50%;
    min-height: 240px;
    margin-top: 24px;
}

.contraindications-table .textarea-label {
    display: block;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 6px;
}

.contraindications-table .textarea-label.disabled {
    color: #dddddd;
}

.contraindications-table textarea {
    width: calc(100% - 24px);
    height: 8em;
}

/* 身体・生活状況 */
.physical-life-area .flex-row + .flex-row {
    margin-top: 24px;
}
.physical-life-area .round-label-has-direction-half {
    min-width: 240px;
}
.physical-life-area .radio-row, .physical-life-area .checkbox-wrapper {
    width: 130px;
    font-size: 14px;
}

.physical-life-area .radio-row + .radio-row, .physical-life-area .checkbox-wrapper + .checkbox-wrapper {
    margin-left: 0;
}

.physical-life-area input {
    width: 375px !important;
}

.physical-life-area .catheter {
    width: 200px;
}

.physical-life-area-inner-left {
    float: left;
    width: 50%;
    margin-top: 24px;
}

.physical-life-area-inner-right {
    float: left;
    width: 50%;
    margin-top: 24px;
}

.physical-life-area .inner-checkbox-box {
    width: calc(100% - 140px);
}

.physical-life-area .option-item-title {
    display: inline-block;
    width: 4em;
    margin-right: 32px;
}

.physical-life-area-inner-bottom {
    clear: both;
    margin-top: 24px;
}

.physical-life-area-inner-bottom .notice-label {
    margin-right: 40px;
}

/******************************************************************************
	/staff/applicants/detail.php
******************************************************************************/
.detail-operate-button-container .info-link {
    text-decoration: underline;
}

.patient-hope-feature-icon-list {
    display: inline-flex;
    flex-wrap: wrap;
}

.patient-hope-feature-icon-list li {
    width: 80px;
}

.patient-hope-feature-icon-list figure {
    margin: 0;
    text-align: center;
}

.patient-hope-feature-icon-list img {
    width: 43px;
}

.patient-hope-feature-icon-list figcaption {
    margin-top: 8px;
    color: #666666;
    font-size: 7px;
    white-space: normal;
}

/******************************************************************************
	/staff/applicants/progress.php
******************************************************************************/
.progress-patient-info .area-separate-table tr:first-child td {
    vertical-align: top;
}

.progress-patient-info .area-separate-table tr:last-child td {
    vertical-align: bottom;
}

.progress-patient-info .charges-block {
    display: flex;
    justify-content: space-between;
}

.progress-patient-info .charges-block-title {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    row-gap: 36px;
}

.round-row-list.list-facility.progress-list-facility > li {
    position: relative;
    margin: 0 0 100px;
}

.matching-content {
    /* position: absolute;
	right: 0;
	top: -56px; */
    width: 100%;
}

.matching-content .not-matching {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 44px;
    color: #f37a7b;
    font-weight: bold;
    font-size: 16px;
}

.matching-content .not-matching.offer-complete {
    color: #797979;
}

.matching-content .not-matching.offer-wait {
    margin-bottom: 32px;
}

.matching-content a.button-basic {
    margin-left: 44px;
}

.matching-description {
    position: relative;
    width: 100%;
}

.offer-btn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.offer-btn a.button-basic.action-button {
    width: 195px;
}

.flow-tour {
    display: flex;
    margin-top: 50px;
    padding-left: 44px;
}

.flow-tour li {
    display: flex;
    flex-direction: column;
    width: 154px;
    height: 71px;
    padding-top: 15px;
    border: .5px solid #707070;
    border-radius: 35.5px;
    background-color: #eeeeee;
    color: #999999;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.flow-tour li:not(:first-child) {
    margin-left: 50px;
}

.flow-tour li span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1;
}

.flow-tour li span::before, .flow-tour li span::after {
    display: inline-block;
    content: "-";
}

.flow-tour li span::before {
    margin-right: 3px;
}

.flow-tour li span::after {
    margin-left: 3px;
}

.common_state {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}

/*　進捗状況 未着手 */
.flow-tour li.untouched {
    border: none;
    background: #f37a7b;
    color: #ffffff;
}

/*　進捗状況 待機 */
.flow-tour li.wait {
    background: #fad669;
    color: #666666;
}

/*　進捗状況 進行中 */
.flow-tour li.in-progress {
    border: none;
    background: #5cbaa8;
    color: #ffffff;
}

/*　進捗状況 完了 */
.flow-tour li.complete {
    position: relative;
    border: none;
    background: #5c7bba;
    color: #ffffff;
}

.flow-tour li.complete::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: -1;
    transform: translateY(-50%);
    width: 100%;
    height: 6px;
    background-color: #5c7bba;
    content: "";
}

.flow-tour li.complete.next-clothing::after, .flow-tour li.complete:last-child::after {
    display: none;
}

.status-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

:where(.round-row-list) .base-content {
    flex-direction: column;
}


.base-content h4 {
    display: block;
    width: calc(100% - 24px);
    margin: 0 auto 30px;
    font-size: 18px;
}

.matching-form-btn {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.matching-form-btn .patient-date-set {
    min-width: auto;
    /* height: 37px; */
    margin: 0;
    border: none;
    border-radius: 6px;
    background-color: transparent;
    color: #5c7bba;
    font-weight: bold;
    font-size: 12px;
}

.matching-form-btn .patient-date-set:hover::before {
    color: #5c7bba !important;
}

.matching-form-btn .button-basic.action-button {
    width: 195px;
}

.has-input-file {
    position: relative;
}

.has-input-file input[type="file"] {
    display: none;
}

.matching-content .list-facility-lower table {
    width: 100%;
}

.matching-content .list-facility-lower table tbody tr td dl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.matching-content .list-facility-lower table tbody tr td dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background: #e2eff8;
}

/**/
.category-propriety-list.edit-propriety-list li {
    line-height: normal;
}

.category-propriety-list.edit-propriety-list .propriety-item {
    font-size: 20px;
    vertical-align: middle;
}

.edit-btn {
    display: flex;
}

.edit-title {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}

.edit-btn {
    margin-left: 55px;
}

.edit-btn li {
    margin-left: 55px;
}

.edit-btn li:first-child {
    margin-left: 0;
    border-radius: unset;
}

.edit-btn .patient-date-set {
    min-width: auto;
    height: 37px;
    margin: 0;
    border: none;
    border-radius: 0;
    font-weight: bold;
    font-size: 12px;
}

.edit-btn .patient-date-set span {
    padding-bottom: 2px;
    border-bottom: 1px solid #5c7bba;
}

.edit-btn .patient-date-set:hover::before {
    color: #5c7bba !important;
}

.edit-btn .patient-date-set:hover {
    background-color: transparent;
    color: #5c7bba;
}

.edit-btn a.button-basic.action-button {
    width: 195px;
}

/* detail.php */
.plus-display {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    margin: 30px auto 0;
    padding: 8.5px 0;
    border-radius: 6px;
}

/* hospital */
.add-charges {
    display: flex;
}

.add-charges a.button-basic {
    width: 145px;
    height: 45px;
    margin-right: 55px;
}

.list-facility__save-closing-info {
    margin-left: auto;
}
.list-facility__save-closing-info .save-closing-info {
    margin-right: 0;
}

/******************************************************************************
	/hospital/dashboard.php
******************************************************************************/
.round-row-list > li.has-multi-row .dummy-li.dummy-li-wide {
    width: 100%;
}

.round-row-list.dashboard-patient-progress-list > li.has-multi-row > .dummy-li.dummy-li-wide > div {
    width: initial;
}

.dashboard-patient-progress-list .charges-list > li {
    margin-top: 10px;
    margin-bottom: 10px;
}

/******************************************************************************
	/hospital/mypage.view.php
******************************************************************************/
.round-block-hospital-mypage {
    padding: 56px 0 32px;
}

.hospital-mypage-max-box {
    width: 100%;
    /* max-width: 1920px; */
    /* margin-top: 40px;
	margin-bottom: 60px; */
}

.hospital-mypage-section-container {
    position: relative;
    /* margin-top: 40px;
	margin-bottom: 60px; */
}

.hospital-mypage-flex-box {
    display: flex;
}

/* .hospital-mypage-margin-top {
	margin-top: 5%;
} */
.hospital-mypage-float-left {
    float: left;
}

.hospital-mypage-float-right {
    float: right;
}

.hospital-mypage-box-width {
    width: 50%;
    margin-bottom: 4em;
    padding: 0 28px;
}

/*****画像アップロード・削除関連*****/
.hospital-mypage-flex {
    display: flex;
    /*justify-content: space-between;*/
}

.hospital-mypage-image-position {
    width: 200px;
    text-align: right !important;
}

.hospital-mypage-trim-image-circle {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    object-fit: cover;
    object-fit: contain;
    background-size: cover;
}

.hospital-mypage-uploadbox-left {
    margin-top: -1.5em;
    margin-left: 2.6em;
    line-height: 0;
    vertical-align: top;
}

.hospital-mypage-uploadbox-bottom {
    margin-top: 6vh;
    margin-bottom: 6vh;
}

.hoapital-mypage-upload-text-left {
    display: inline-block;
    text-align: left;
}

.hospital-mypage-text-link {
    color: #5c7bba;
    text-decoration: underline;
    /* font-size: small;
	color: #08439A;
	background-color: transparent; */
}

/* .hospital-mypage-text-link:hover {
	color: #ff0000;
	text-decoration: none;
} */
.hospital-mypage-text-link.icon::before {
    margin-right: 1em;
}

.hospital-mypage-input-layout {
    display: none;
}

.hospital-mypage-icon {
    position: relative;
    top: 5px;
    left: 5px;
}

/*****ラベル・インプット関連*****/
.hospital-mypage-margin-bottom {
    /* margin-bottom: 4em; */
    /* margin-right: 2vh;
	width: 60%; */
    width: calc(100% - 243px);
    min-height: 50px;
}

.round-label-hospital-mypage {
    /*overflow: hidden;*/
    width: 100%;
    min-width: 20%;
    max-width: 200px;
    min-height: 43px;
    padding: 0;
    /* margin-right: 2.5em; */
    border-radius: 22px;
    background-color: #e2eff8;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    /*display: block;*/
    white-space: nowrap;

    text-overflow: ellipsis;
}

.round-label-hospital-mypage.round-label-sm {
    /*display: inline-block;*/
    width: 120px;
    min-width: initial;
    height: 40px;
    border-radius: 20px;
    background-color: #e2eff8;
    font-size: 10pt;
    vertical-align: middle;
}

.hospital-mypage-input-basic {
    width: 100%;
    /* max-width: 500px; */
    min-width: 20%;
    /*    padding-left: 16px;
	border: solid 1px #AAAAAA; */
}

/*都道府県セレクトボタン*/
.hospital-mypage-select-design {
    position: relative;
    /* width: 60%; */
    width: calc(100% - 243px);
    /* max-width: 500px; */
    /* border: solid 1px #AAAAAA; */
}

.hospital-mypage-select-design::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-width: 10px 8px 0;
    border-style: solid;
    border-color: #5c7bba transparent transparent transparent;
    vertical-align: inherit;
    content: "";
    cursor: pointer;
}

.hospital-mypage-select-design select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0;
    padding-left: 16px;
    /* margin-top: 8px; */
    border: solid 1px #aaaaaa;
    border-radius: 8px;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 48px;
    cursor: pointer;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.hospital-mypage-select-design.select-design-inline select {
    height: 40px;
    margin-top: 50px;
    padding-right: 40px;
    line-height: 40px;
}

/*****更新ボタン関連*****/
.button-text-wide-hospital-mypage {
    letter-spacing: .4em;
}

.hosipital-mypage-button-box {
    clear: both;
    width: 100%;
    padding: 0 28px;
}

.hospital-mypage-button-witdh {
    /* float: left;
	width: 80%; */
    float: right;
    width: calc(100% - 243px);
}

.hospital-mypage-box-mini {
    width: 100%;
    max-width: 200px;
    min-height: 43px;
    border-radius: 22px;
    font-weight: bold;
    line-height: 43px;
    text-align: right;
    text-overflow: ellipsis;
}

/*****レスポンシブ関連*****/
.hospital-mypage-responsive {
    width: 100%;
    overflow-x: auto;
}

/******************************************************************************
	/hospital/charge-settings.php
******************************************************************************/

/******************************************************************************
	/hospital/mypage.view.php
******************************************************************************/
.round-block-staff-edit {
    padding: 56px 0 64px;
}

/******************************************************************************
	/hospital/applicants/edit.php
******************************************************************************/
.section-container.section-container-account-info {
    margin-top: 0;
    margin-bottom: 0;
}

.section-container-account-info .level-info {
    margin-bottom: 0;
}

.applicants-edit .round-label:not(.round-label-vertical) {
    /* margin-right: 24px; */
}
.self_pay_rate-box, .disability_certification-box, .pension_type-box {
    float: left;
    margin-right: 16px;
}
/******************************************************************************
	/hospital/applicants/detail.php
******************************************************************************/
.applicants-detail .round-label:not(.round-label-vertical) {
    margin-right: 24px;
}
.round-label-feature {
    margin-bottom: 24px;
    vertical-align: top;
}

/******************************************************************************
	/hospital/applicants/regist.php
******************************************************************************/
.prefecture-municipalitie {
    margin-bottom: 24px;
}
.municipalitie-name {
    display: block;
    margin-top: 0;
    padding: 2px;
    border-bottom: solid 6px #e2eff8;
    /* color: #5c7bba; */
    color: var(--theme--color);
    font-weight: bold;
    font-size: 14pt;
    line-height: 13pt;
}
.municipalitie-body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}

/******************************************************************************
	/admin/regist/hospitals.php
******************************************************************************/
.list-table.list-table-hospitals-approval thead th:nth-child(2) {
    width: 6%;
}

.list-table.list-table-hospitals-approval thead th:nth-child(3) {
    width: 14%;
}

/******************************************************************************
	/applicants/detail.php
******************************************************************************/
.patient-defail-block .favorite-button {
    position: absolute;
    top: 0;
    right: 0;
}

:where(.detail-round-block) .round-label-has-direction {
    /* width: 360px;
	max-width: initial; */
    flex-grow: 1;
    /* width: 100%; */
    max-width: 360px;
    border-radius: 20px;
    background-color: #f3f7ff;
}

.detail-round-block .round-label-has-direction .round-label-to {
    width: calc(100% - 120px);
    text-align: left;
}
.detail-round-block .round-label-has-direction.round-label-has-direction-wide {
    /* width: 50%; */
    width: auto;
    min-width: 50%;
    min-width: fit-content;
    max-width: initial;
}

.inline-tag-style-list {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 12px;
}

.inline-tag-style-list li {
    min-width: 57px;
    padding: 0 12px;
    border-radius: 9px;
    background-color: #5cbaa8;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
}

.physical-life-area-info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.physical-life-area-info-list .round-label-has-direction {
    flex-grow: initial;
    width: 240px;
    margin-bottom: 24px;
}

/******************************************************************************
	/facility/
******************************************************************************/
.container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-flex.container-flex-item-align-left {
    text-align: left;
}

.container-flex > .container-flex-cell.checkbox-row {
    margin: 0;
}

.container-flex.container-flex-has-2-cell > .container-flex-cell {
    width: 50%;
}

.container-flex.container-flex-has-3-cell > .container-flex-cell {
    width: calc(100% / 3);
}

/* 検索フォーム */
.facility-search-block-up {
	height: 200px;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) {
    .facility-search-block-up {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }
    .facility-search-block-up .flex-block-child-row {
        width: 47%;
    }
}
@media screen and (max-width: 768px) {
    .facility-search-block-up .flex-block-child-row {
        width: 100%;
    }
}
.flex-block-layout .flex-block-child-vertical.facility-search-block-down {
    /* height: 120px; */
    margin-top: 40px;
}
.prefecture-select-has-button {
    display: flex;
    align-items: center;
}
.prefecture-select-has-button #prefecture-root {
    width: calc(100% - 144px);
}

/* 介護施設一覧 */
.round-row-list.list-facility > li {
    flex-flow: column;
}
.list-facility-upper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px 8px;
    border-bottom: 6px solid #e2eff8;
    font-size: 14px;
}

.list-facility-upper .left-block {
    display: flex;
    justify-content: start;
    align-items: center;
    min-width: 17%;
    max-width: 325px;
}

.list-facility-name {
    min-width: 129px;
    margin: 0;
    overflow: hidden;
    color: #5c7bba;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.list-facility-type {
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;

    text-overflow: ellipsis;
}

/* .list-facility .pickup-info {
    width: 10.5%;
    min-width: 160px;
    max-width: 200px;
} */
.evaluation-area {
    display: flex;
    /* align-items: center; */
    column-gap: 18px;
}

/* .list-facility .evaluation-area {
    width: 17.5%;
    min-width: 250px;
    max-width: 330px;
} */

.evaluation-text {
    display: inline-block;
    vertical-align: inherit;
    white-space: nowrap;
}
.updated-date {
    white-space: nowrap;
}

.list-facility-lower {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 12px 8px;
}

.list-facility .list-thumbnail {
    position: relative;
    width: 17%;
    max-width: 325px;
    height: 236px;
    margin: 0;
    overflow: hidden;
}

.list-facility .list-thumbnail > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.list-facility .list-contents {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    /* width: calc(100% - 357px); 325px + 32px  */
    width: 81%;
}

.list-facility .list-contents .list-contents-summary {
    margin: 0;
    line-height: 1.4em;
}

.facility-summary-info-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.facility-summary-info-area .summary-info-block {
    display: flex;
    align-items: center;
    min-height: 45px;
}

.facility-summary-info-area .summary-info-block:nth-child(n + 3) {
    margin-top: 12px;
}

.facility-summary-info-area .summary-info-block:nth-child(odd) {
    width: 44%;
}

.facility-summary-info-area .summary-info-block:nth-child(even) {
    width: 56%;
}

.summary-info-block .basic-label {
    margin-right: 48px;
}

.summary-info-block .summary-info-text {
    vertical-align: middle;
}

.facility-summary-info-area .info-link {
    color: #5c7bba;
    text-decoration: underline;
}

.price-range {
    color: #f37a7b;
    font-weight: bold;
    font-size: 20px;
}

.facility-summary-link-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
}

.category-propriety-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 12px;
    column-gap: 8px;
    width: 100%;
    vertical-align: middle;
}

.category-propriety-list li {
    /* margin-right: 8px; */
    line-height: 54px;
}

.category-propriety-list li:last-child {
    margin-right: 0;
}

.propriety-item {
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 4px 0;
    /* border: 2px solid #5c7bba; */
    border-radius: 10px;
    background-color: #ffffff;
    color: #5c7bba;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

.propriety-item.propriety-item-disabled {
    border-color: #cccccc;
    color: #cccccc;
}

.icon-with-text {
    display: inline-block;
    text-align: center;
}

.icon-with-text .icon-text {
    display: block;
    margin-top: 8px;
    font-size: 7px;
}

/******************************************************************************
	/facility/day-service.php
******************************************************************************/
.day-service-search-form {
    width: 100%;
}
.day-service-search-form-block__up {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.flex-block-layout .flex-block-child.day-service-search-form-block__up {
    flex-direction: row;
}
.day-service-search-form-block__up-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48.5%;
}
.day-service-search-form-block__middle {
    width: 100%;
    margin: 48px auto;
}
.day-service-search-form-block__bottom {
    display: flex;
    width: 100%;
    row-gap: 32px;
    column-gap: 32px;
}
.flex-block-layout .flex-block-child.day-service-search-form-block__bottom {
    flex-direction: row;
    flex-wrap: wrap;
}
.search-form--separate__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    color: #707070;
}
.search-form--separate__heading::after {
    content: "";
    width: calc(100% - 100px);
    height: 1px;
    background-color: #707070;
}
.day-service-search-form-block__bottom-item {
    width: auto;
}
fieldset.day-service-search-form-block__bottom-item {
    padding: 0;
    margin: 0;
    border: none;
}
fieldset.day-service-search-form-block__bottom-item:disabled {
    display: none;
}
.day-service-search-form-block__bottom-item .flex-block-child-row {
    padding-top: 8px;
    padding-bottom: 8px;
}
.day-service-search-form-block__bottom-item .radio-wrapper {
    display: inline-block;
    min-width: 80px;
    margin-right: 16px;
    vertical-align: middle;
}
.day-service-search-form-block__submit {
    width: 100%;
}
.flex-block-layout .flex-block-child-vertical.day-service-search-form-block__submit {
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
    margin-top: 48px;
}
.day-service-search-form-block__submit-right {
    width: 50%;
}
.is_meal--takeout-items {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
}
.round-wrap-sub-item {
    display: inline-flex;
    align-items: center;
    margin-left: 48px;
    vertical-align: middle;
}
.round-wrap-sub-item__label {
    margin-right: 1em;
    font-size: 11px;
}
.round-wrap-sub-item__body {
    display: inline-flex;
    align-items: center;
    column-gap: 32px;
    margin-left: 1em;
    margin-right: 1em;
}
.experience_utilization_time-box {
    display: flex;
    align-items: center;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]).inline-time-input {
    width: 140px;
}
/* .experience_meal--box {
    display: flex;
    align-items: center;
} */
.experience_meal_bill--box {
    display: inline-flex;
    align-items: center;
    margin-left: 40px;
}
.experience_meal_bill__label {
    margin-right: 16px;
    white-space: nowrap;
}
.day-service-search-form.flex-block-layout .flex-block-child-vertical.facility-search-block-down {
    height: auto;
}
.checkbox-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
}
.checkbox-list__item {
    display: inline-block;
    min-width: 56px;
}
.capacity-scale__item {
    display: inline-block;
}
.capacity-scale__item + .capacity-scale__item {
    margin-left: 16px;
}
/* .list-day-service .evaluation-area {
    width: 25%;
} */
.day-service-info-title-container.page-title-container {
    justify-content: flex-start;
}
.day-service-info-table-container--middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.day-service-spend-info-table-container {
    width: calc(100% - 460px)
}
.day-service-spend-info__table {
    width: 100%;
}
.day-service-spend-info__th {
    width: 110px;
}
.day-service-spend-info__td {
    width: calc(50% - 110px);
}
.day-service-spend-info__table.layout-table th, .day-service-spend-info__table.layout-table td {
    padding-top: 6px;
    padding-bottom: 6px;
}
.day-service-medical-info-table-container {
    width: 440px;
}
.day-service-nursing__list {
    display: flex;
    flex-wrap: wrap;
}
.day-service-nursing__item {
    display: flex;
    align-items: center;
    column-gap: 12px;
    max-width: 50%;
    padding: 6px;
}
.day-service-nursing__item .basic-label--medical-value {
    background-color: #f5f5f5;
}
.basic-label--medical {
    width: 130px;
    font-size: 12px;
}
/* .basic-label--medical-value {
    margin-left: 12px;
} */
.day-service-other-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 81%;
}
.day-service-type-block {

}
.play-button-detail{
    width:20%;
    height:26%;
    position:absolute;
    top:26%;
    left:40%;
}
.equipment-introduction-container{
    display:flex;
    column-gap : 2%;
    row-gap : 2em;
    flex-wrap:wrap;
}
.equipment-introduction-content{
    width:49%;
    height:254px;
    border-radius : 30px ;
    padding-top:25px;
    padding-bottom:25px;
    padding-left : 22px;
    padding-right: 30px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    background:#ffffff;
}
.equipment-introduction-title{
    font-size : 20px;
    color:#5C7BBA;
    font-weight : bold;
    margin-bottom : 2%;
}
.equipment-detail-container{
    display:flex;
    column-gap:25px;
}
.introduction-image-video{
    display:flex;
    flex-direction:column;
    column-gap:8% !important;
}
.introduction-video{
    position:relative;
    margin-bottom:10px;
}
.introduction-video-custom{
    width:197px;
    height:110px;
    display:block;
    position:relative;
}
.introduction-image-container{
    display:flex;
    column-gap:8%;
}
.introduction-image{
    width:50px;
    height:30px;
    object-fit:cover;
}
.equipment-description{
    font-size:16px;
    color:#000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.no-movie-image{
    width: 197px;
    display: block;
    position: relative;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/
.equipment-image {
    text-align: center;
}
.overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pop-up {
  display: none;
}
.pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
.popWindow {
  border-radius: 5px;
  overflow: auto; /* スクロールバー用 */
  max-height: 95%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%; /* すき間 */
  position: fixed;
  top: 50%; /* 中央に */
  left: 50%; /* 中央に */
  transform: translate(-50%, -50%); /* 中央に */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #FFFD; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #333;
}
.popWindow .close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}
.popWindow .close:hover {
  color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
  background: none;
}
.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
/* .no-equipment-data{
    border-radius:35px;
    box-shadow:0px 0px 2px #707070;
    width:100%;
    padding:23px;
    color:black !important;
} */

@media screen and (max-width: 700px){
  .pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}

@media screen and (max-width: 1300px){
    .equipment-introduction-content{
        width:100%;
    }
}
/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media screen and (max-width: 1840px) {
    .day-service-spend-info__table.layout-table th[scope="row"] + td {
        padding-left: 56px;
        text-align: left;
    }
}
@media screen and (max-width: 1440px) {
    .flex-block-layout .flex-block-child.day-service-search-form-block__up {
        flex-direction: column;
    }
    .flex-block-layout .flex-block-child.day-service-search-form-block__bottom {
        flex-direction: column;
    }
    .day-service-search-form-block__up-item {
        width: 100%;
        margin-bottom: 24px;
    }
    .day-service-search-form-block__bottom-item {
        width: 100%;
    }
    .day-service-search-form-block__up .flex-block-child-row {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .flex-block-layout .flex-block-child-vertical {
        height: auto;
    }
}
@media screen and (max-width: 1200px) {
    .day-service-info-table-container--middle {
        flex-direction: column;
    }
    .day-service-spend-info-table-container {
        width: 100%;
    }
    .day-service-medical-info-table-container {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .day-service-search-form-block__submit-right {
        width: 100%;
    }
}
/******************************************************************************
	/facility/detail.php
******************************************************************************/
.page-title-container .icon:not(.page-title)::before {
    font-size: 36px;
    vertical-align: sub;
    color: var(--theme--color);
}
.page-title-container .icon:not(.page-title):hover::before {
    /* color: #ffffff; */
}
.page-title-container .item-title-text {
    margin-right: 12px;
}

.button-basic.favorite-button.registed {
    background-color: #ffffff;
    color: #5cbaa8;
}

.button-basic.favorite-button.registed::before {
    color: #5cbaa8;
}

.movie-place .play-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    cursor: pointer;
}

.summary-place {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 33.8%;
}

.introduction-text {
    line-height: 1.6em;
}

.facility-detail-summary-info-area {
    display: table;
    border-collapse: separate;
    border-spacing: 12px 0px;
    margin-top: 12px;
}

.facility-detail-summary-info-area .summary-info-block {
    display: table-row;
}

.facility-detail-summary-info-area .summary-info-block > * {
    display: table-cell;
}

/* 居室プランエリア */
.facility__room-list {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.room-plan-info {
    display: grid;
    grid-template-columns: 30% 240px 1fr;
    row-gap: 24px;
    column-gap: 32px;
}
.thumbnail-area {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    display: grid;
    row-gap: 24px;
}
.room-resource-place {
    grid-row: 1 / 2;
    position: relative;
}
.room-resource-place figure {
    width: 100%;
    margin: auto;
}
.room-resource-place figure img.poster {
    display: block;
    width: 100%;

    aspect-ratio: 16 / 9;
}
.room-resource-place img.poster, .room-resource-place video {
    width: 460px;
    height: 258px;

    /* object-fit: cover; */
    object-fit: contain;
    background-color: #efefef;
}
.room-movie-element .play-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    cursor: pointer;
}
.room-movie-element video {
    width: 100%;
    max-width: 100%;

    object-fit: cover;
}
.room-image-element-poster {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
/* .room-plan-detail-area {
    display: grid;
    grid-template-columns: 26% 1fr;
    column-gap: 32px;
    row-gap: 24px;
} */
.thumbnail-list {
    grid-row: 2 / 3;
    white-space: nowrap;
    overflow-x: scroll;
}
.thumbnail-list li {
    display: inline-block;
    margin-right: 2%;
}
.thumbnail-list li:last-child {
    margin-right: 0;
}
.thumbnail-list__resource, .thumbnail-list img {
    width: 68px;
    height: 51px;
    object-fit: cover;
}

/* 居室プランの概要 */
.room-detail-summary {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.room-detail-costs {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.room-detail-costs-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 24px;
    height: 50px;
}
.room-detail-costs-header .select-design-inline {
    /* float: left; */
    margin-top: 0;
    margin-right: 24px;
}
.room-detail-costs-header .js-request-room-tour-fire {
    float: right;
}
.select-design .room-detail-costs-header__select {
    width: 120px;
}
.room-detail-summary-table, .room-detail-table-container .layout-table {
    height: 180px;
}
.room-detail-summary-table tr:last-child th, .room-detail-summary-table tr:last-child td {
    padding-bottom: 0;
}

.room-detail-table-vertical.layout-table th, .room-detail-table-vertical.layout-table td {
    width: 110px;
}

.room-detail-table-vertical.layout-table th, .room-detail-table-vertical.layout-table td {
    padding: 4px 3px;
}

.room-detail-table-vertical.layout-table td .basic-label {
    width: 100%;
    background-color: #f5f5f5;
}

.room-detail-table-vertical.layout-table th[scope="row"] + td {
    padding-left: 12px;
}

.room-detail-table-lamp-sum {
    float: left;
    width: 29.5%;
}

.room-detail-table-monthly-cost {
    float: right;
    width: 68%;
}

.room-detail-table-vertical.layout-table.room-detail-table-monthly-cost th, .room-detail-table-vertical.layout-table.room-detail-table-monthly-cost td, .layout-table.room-detail-table-monthly-cost .basic-label {
    width: 70px;
}

.room-detail-table-vertical.layout-table th .basic-label {
    width: 100%;
}

.layout-table.room-detail-table-monthly-cost .basic-label.th-label {
    width: 100%;
}

.room-capacity {
    display: flex;
    align-items: center;
    height: 50px;
    color: var(--default-theme--color);
    font-weight: bold;
    font-size: 20px;
}

.room-detail-feature-list {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room-detail-feature-list__edit-button {
    max-width: 337px;
}

.summary-info-text strong {
    color: #f37a7b;
    font-weight: bold;
    font-size: 18px;
}

/* 施設の特徴 */
.feature-icon-list {
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
}

.feature-icon-list li + li {
    margin-left: 24px;
}

.feature-icon-list figure {
    margin: 0;
    text-align: center;
}

.feature-icon-list figcaption {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1em;
    white-space: nowrap;
}

.feature-icon-list img {
    width: 70px;
}
/* .service-icon-list-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
}
.service-icon-list-item {
    flex-grow: 1;
} */
/* .service-icon-list-item-how-to-use {
    max-width: 660px;
    max-width: fit-content;
}
.service-icon-list-item .th-label {
    margin-top: 0;
}
.service-icon-list {
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
}
.service-icon-list figure {
    width: 100%;
    margin: 0;
    text-align: center;
}
.service-icon-list figcaption {
    color: #666666;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
}
.service-icon-list img {
    width: 70px;
}
@media screen and (max-width: 960px) {
    .service-icon-list-container {
        flex-direction: column;
    }
    .service-icon-list-item {
        max-width: initial;
    }
    .service-icon-list {
        justify-content: flex-start;
    }
    .service-icon-list-item-how-to-use {
        max-width: initial;
    }
} */

/* デイサービス詳細 */
.day-service-info__container {
    display: grid;
    grid-template-columns: 660px 440px 220px;
    grid-auto-flow: dense;
    row-gap: 24px;
    column-gap: 24px;
}
.day-service-info__block {
    display: flex;
    justify-content: space-between;
    width: 700px;
}
.day-service-info__item--basic-info {
    width: 660px;
}
.day-service-info__item--equipment-info {
	width: 440px;
}
.day-service-info__item--rehabilitation-info {
	width: 220px;
}
@media screen and (max-width: 1720px) {
    .day-service-info__container {
        grid-template-columns: 660px 440px;
    }
    .day-service-info__item--basic-info {
        grid-row: 1 / span 2;
    }
}
@media screen and (max-width: 1280px) {
    .day-service-info__container {
        grid-template-columns: auto;
    }
    .day-service-info__item--basic-info {
        grid-row: auto;
        grid-column: 1 / span 2;
        width: 100%;
    }
}
.day-service-info__content {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 100%;
}
.day-service-info__content__row {
    display: flex;
    column-gap: 24px;
    align-items: baseline;
}
.day-service-info__table {
	width: 100%;
}
.day-service-info__td {
	text-align: left;
}
.layout-table th[scope="row"] + .day-service-info__td {
    padding-bottom: 16px;
}
.day-service-info__pickup_service {
    display: flex;
    column-gap: 24px;
}
.meal_form__item, .is_meal__item {
    display: inline-block;
    width: 120px;
}
.bathing_method__item {
    display: inline-block;
    width: 120px;
}
@media screen and (max-width: 1840px) {
	.layout-table th[scope="row"] + .day-service-info__td {
		text-align: left;
	}
}
@media screen and (max-width: 1560px) {
    .day-service-info__block {
        width: 100%;
    }
}
/* 居室プラン:医療・看護の受け入れ体制 */
.info-table-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.medical-info-table-container {
    margin-top: 36px;
}

.medical-info-table-container .th-label {
    margin-top: 0;
}

.facility-detail-info-table.layout-table th, .facility-detail-info-table.layout-table td {
    padding: 6px;
}

.facility-detail-info-table.layout-table th[scope="row"] + td {
    padding-left: 6px;
}

.facility-detail-info-table.layout-table th {
    width: 130px;
}

.facility-detail-info-table.layout-table td {
    width: 64px;
}

.facility-detail-info-table.layout-table th .basic-label {
    width: 130px;
}

.facility-detail-info-table.layout-table td .basic-label {
    width: 64px;
    background-color: #f5f5f5;
}

.facility-detail-info-table.facility-detail-info-table-3-col tr td:nth-child(3) .basic-label {
    width: 207px;
}

.facility-detail-info-table-4-col td[colspan="2"] .basic-label {
    width: 100%;
}

.facility-detail-info-table .total-th-cell .basic-label, .facility-detail-info-table .total-td-cell .basic-label {
    height: 84px;
    line-height: 84px;
}

.facility-detail-info-table .total-th-cell .basic-label {
    background-color: #fddedb;
}

.facility-detail-info-table .total-td-cell .basic-label {
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

/* 職員体制 */
.staff-info-table-container {
    display: flex;
    justify-content: space-between;
    row-gap: 24px;
    column-gap: 24px;
}
.staff-setup-status-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 基本情報 */
.basic-info-container {
    display: flex;
    justify-content: space-between;
    row-gap: 24px;
    margin-bottom: 64px;
}
.basic-info-container-item {
    width: 50%;
}
.basic-info-table {
    margin-left: 72px;
}

@media screen and (max-width: 1024px) {
    .staff-info-table-container {
        flex-direction: column;
    }
    .staff-setup-status-list {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 768px) {
    .basic-info-container {
        flex-direction: column;
    }
    .basic-info-container-item {
        width: 100%;
    }
    .basic-info-table {
        margin-left: 0;
    }
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-basic.button-basic-middle.is-open {
    max-width: 600px;
    margin-left: auto;
}

.button-basic.button-basic-middle.is-open .select-design {
    opacity: 1;
    width: 150px;
    font-weight: bold;
    font-size: 10px;
}

.button-basic.button-basic-middle.is-open .select-item-container {
    height: 35px;
    line-height: 35px;
}

/******************************************************************************
	/organization/facility/signup.php
	/organization/facility/register-process.php
******************************************************************************/
.label-flex-inner-horizontal {
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
}

.label-flex-inner-horizontal + .label-flex-inner-horizontal {
    margin-top: 8px;
}

.label-flex-inner-horizontal > input[type="text"], .label-flex-inner-horizontal > input[type="number"] {
    width: calc(100% - 6em);
}

.label-flex-inner-horizontal.paid-service input:first-child {
    width: 5em;
}

.label-flex-inner-horizontal.paid-service input:nth-child(2) {
    width: unset;
}

.label-flex-inner-horizontal.public-transport > input[type="text"] {
    width: unset;
}

.label-flex-inner-horizontal.public-transport > input[type="number"] {
    width: 4em;
}

.vertical-checkbox-list > .checkbox-row {
    display: block;
    width: 100%;
    padding: .3em 0;
}
.checkbox-row {
    position: relative;
}
.checkbox-row + .checkbox-row {
    margin-left: 2em;
}

/******************************************************************************
	/rooms/
******************************************************************************/
.info-list > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 36px 0;
    border-bottom: 1px solid #aaaaaa;
}

.info-list .info-list-thumbnail {
    position: relative;
    width: 250px;
    height: 205px;
    margin: 0;
    overflow: hidden;
}

.info-list .info-list-thumbnail > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.info-list .info-list-block {
    display: flex;
    flex-direction: column;
    width: calc(95% - 250px);
}

.info-list-block .info-list-block-heading {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin: 0;
    padding: 0 1em;
    border-bottom: solid 3px #30b394;
}

.info-list-block .info-list-block-heading .info-list-block-title {
    display: inline-block;
    margin: 0;
    padding-bottom: 4px;
    color: #30b394;
    font-size: 13pt;
}

.info-list-block .info-list-block-heading .info-list-block-title::before {
    display: inline-block;
    margin-right: 8px;
    content: "-";
}

.info-list-block .info-list-block-content {
    flex: 3;
    padding: 1em;
}

.info-list-block .info-list-block-link {
    flex: 1;
    text-align: right;
}

.info-list-block .info-list-block-link > a + a {
    margin-left: 16px;
}

.info-list-block .info-list-block-content .cell-heading {
    display: inline-block;
    min-width: 3em;
}

.info-list-facility .info-list-block .info-list-block-content .cell-heading {
    min-width: 4em;
}

.info-list-room .info-list-block .info-list-block-content .cell-heading {
    min-width: 3em;
}

.favorite-button-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #5cbaa8;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
}

/******************************************************************************
	/rooms/detail.php
******************************************************************************/
.facility__page-title-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
}
.facility__side-box {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
}
.facility__side-box-left {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.facility__button-box {
    display: flex;
    column-gap: 12px;
}
.button-basic.qrcode-button {
    /* width: 120px; */
    width: 140px;
    min-width: auto;
    height: 37px;
    border-color: var(--hospital-theme--color);
    border-radius: 6px;
    color: var(--hospital-theme--color);
    font-weight: bold;
    font-size: 12px;
}
.button-basic.qrcode-button:hover {
    color: #ffffff;
    background-color: #5c7bba;
}
.button-basic.qrcode-button.icon-qrcode::before {
    font-size: 16px;
}
.button-basic.favorite-button {
    /* width: 120px; */
    width: 140px;
    min-width: auto;
    height: 37px;
    border-color: #cccccc;
    border-radius: 6px;
    background-color: #f3f3f3;
    color: #cccccc;
    font-weight: bold;
    font-size: 12px;
}

.button-basic.favorite-button.icon::before {
    margin-right: .5em;
    color: #cccccc;
    font-size: 16px;
}

/* .registed */
.button-basic.favorite-button.registed.icon {
    border-color: #5cbaa8;
    background-color: #5cbaa8;
    color: #ffffff;
}

.button-basic.favorite-button.registed.icon::before {
    color: #ffffff;
}
.wrapper.side-menu-open .side-menu {
    width: 100%;
}
.wrapper.side-menu-open .side-menu .nav-label-text {
    display: inline-block;
    white-space: nowrap;
}
.review-comment__list {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    width: 100%;
}
.review-comment__item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 100%;
}
.review-comment__item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    border-bottom: solid 3px var(--facility-theme--color);
    line-height: 13pt;
}
.review-comment__evaluation-box {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.review-comment__closing-at-box {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.review-comment__closing-at__title {
    font-weight: bold;
}
.review-comment__item-body {
    padding-left: 16px;
    padding-right: 16px;
}
.review-comment__content {
    margin-top: 0;
    margin-bottom: 0;
}




@media screen and (max-width: 1840px) {
    .self_pay_rate-box {
        margin-bottom: 24px;
    }
    .disability_certification-box {
        margin-bottom: 24px;
    }
    .pension_type-box {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1440px) {
    .menu-trigger.menu-trigger_fixed.menu-trigger_fixed-left {
        left: 26px;
    }
    .side-menu {
        width: 88px;
        margin-left: 0;
    }
    :where(.wrapper:not(.side-menu-open)) .side-menu li {
        display: flex;
        justify-content: center;
    }
    :where(.wrapper:not(.side-menu-open)) .side-menu .nav-label {
        text-align: center;
    }
    .side-menu .nav-label, .side-menu .nav-label:hover, .side-menu .nav-label.current {
        padding: 0;
        white-space: nowrap;
    }

    .side-menu .nav-label::before {
        margin-right: 0;
    }

    .side-menu .nav-label::after {
        display: none;
    }

    .side-menu .nav-label-text {
        display: none !important;
    }
    .wrapper.side-menu-open .side-menu .nav-label-text {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1560px) {
	.dashboard-statistics {
		display: block;
	}
	.dashboard-statistics .section-child-container {
		width: 100%;
	}
    /** 担当患者様一覧
	**************************************************************************/
    .round-row-list.list-applicants-info > li {
        display: block;
    }

    .list-applicants-info .area-separate-table {
        width: 100%;
    }

    .list-applicants-info .charges-info-block {
        width: 100%;
        margin: 48px auto 0;
    }

    .list-applicants-info .charges-info-block .charges-block {
        min-height: auto;
    }

    .list-applicants-info .charges-info-block .button-container {
        margin-top: 24px;
    }

    /** 担当患者様編集
	**************************************************************************/
    .medical-procedure-table, .care-view-table, .rehabilitation-view-table, .contraindications-table {
        float: none;
        width: 100%;
    }

    .many-condition-item-table .round-label.round-label-vertical {
        min-height: 160px;
    }

    .rehabilitation-view-table .input-etc {
        width: calc(100% - 220px) !important;
    }

    .physical-life-area-inner-left, .physical-life-area-inner-right {
        float: none;
        width: 100%;
    }

    /** 進捗状況
	**************************************************************************/
    .status-content {
        display: block;
    }

    .offer-btn {
        position: inherit;
        margin-bottom: 30px;
    }

    /** お気に入り送信
	**************************************************************************/
    .round-row-list.round-row-list-vertical .round-row {
        display: block;
    }
    .round-row-list.round-row-list-vertical .round-row.list-applicants-favorite-button-box {
        display: flex;
        flex-direction: column-reverse;
    }
    .round-row-list.round-row-list-vertical .round-row.list-applicants-favorite-button-box .list-applicants-favorite-button {
        padding-bottom: 32px;
        text-align: right;
    }
    .round-row-list.round-row-list-vertical .round-row-item {
        display: block;
        margin-left: 0;
    }
    .round-row-list.round-row-list-vertical .round-row-item .round-label-has-direction {
        margin-right: 20px;
        margin-bottom: 24px;
        margin-left: 0;
    }
    .round-row-list.round-row-list-vertical .round-row-item.button-container {
        margin-top: 48px;
    }
    .round-row-list.round-row-list-vertical .round-row-item.button-container .button-basic-middle {
        max-width: initial;
    }
}

@media screen and (max-width: 1480px) {
    .dialog {
        width: 100%;
    }
    .dialog.dialog-landing-right-half {
        right: -100%;
    }
    .hospital-mypage-inclusion-box {
        /*position: relative;*/
        display: inline-block;
        width: 100%;
        min-width: 100px;
        max-width: 1480px;
        /*background-color:#ffff00;*/
    }

    .hospital-mypage-box-width {
        display: block;
        width: 100%;
    }

    .round-block-hospital-mypage {
        width: 100%;
        /* padding: 0px 0px 0px 2em; */
    }

    /*****画像アップロード・削除関連*****/
    .hospital-mypage-flex {
        flex-direction: column;
        /*display: none;*/
        float: none;
        padding: initial;
    }

    .hospital-mypage-image-position {
        width: 100% !important;
        text-align: center !important;
    }

    .hospital-mypage-uploadbox-left {
        text-align: center;

        /*margin: initial !important;*/
    }

    .hoapital-mypage-upload-text-left {
        display: inline-block;
        margin-top: 2em;
        margin-bottom: 4em;
        text-align: left;
    }

    /*.hospital-mypage-margin-auto{
		margin: auto !important;
		width: 80%;
	}*/
    .hospital-mypage-margin-bottom {
        width: 50%;
    }

    .hospital-mypage-box-widt-center {
        /*width: 100% !important;*/
        text-align: center;
    }

    .hospital-mypage-input-basic {
        width: 100%;
        min-width: 20%;
        max-width: 1480px;
        /*    padding-left: 16px;
		border: solid 1px #AAAAAA; */
    }

    .hospital-mypage-calc-big {
        width: calc(100% - 270px) !important;
    }

    /* .hospital-mypage-calc-mini {
		width: calc(100% * (1/3)) !important;
	} */

    /*****都道府県セレクトボタン*****/
    .hospital-mypage-select-design select {
        max-width: 1480px;
    }

    /*****更新ボタン関連*****/
    .hosipital-mypage-button-box {
        width: 100%;
        max-width: 1480px;
    }

    /*.hospital-mypage-box-mini{
		text-align: center
		width: 100%;
		margin-right: 1.8em;
	}*/
    /* .hospital-mypage-box-mini {
		text-align: right;
		width: 100%;
		max-width: 200px;
		margin-right: 2.5em;
	} */
    /*
	.hospital-mypage-button-witdh {
		width: 100%;
		max-width: 700px;
		float: left;
	} */
}

@media screen and (max-width: 1200px) {
    /** 担当患者様一覧
	**************************************************************************/
    .form-layout-flex .flex-item:nth-child(4n + 2) {
        width: calc(100% - 195px);
        padding-right: 0;
    }

    .form-layout-flex .flex-item:nth-child(4n + 4) {
        width: calc(100% - 195px);
    }

    .charges-block {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 960px) {

    /** 担当患者様編集
	**************************************************************************/
    .round-label-hospital-mypage {
        margin-bottom: 1em;
    }

    .hospital-mypage-calc-big {
        width: 100% !important;
    }

    .hospital-mypage-box-mini {
        width: 100%;
        max-width: 768px;
        margin-bottom: 16px;
        text-align: left;
    }

    .hospital-mypage-button-witdh {
        float: initial;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .hospital-mypage-inclusion-box {
        /*position: relative;*/
        display: inline-block;
        width: 100%;
        /*background-color:#ffff00;*/
        min-width: 100px;
        max-width: 768px;
    }

    .hospital-mypage-box-width {
        display: block;
        width: 100%;
    }

    .round-label-hospital-mypage {
        width: 100%;
        min-width: 10%;
        max-width: 8em;
        /* margin-bottom: 1em; */
    }

    .hospital-mypage-float-left {
        float: initial;
    }

    /*****画像アップロード・削除関連*****/
    .hospital-mypage-flex {
        flex-direction: column;
        /*display: none;*/
        float: none;
        padding: initial;
    }

    .hospital-mypage-image-position {
        width: 100% !important;
        text-align: center !important;
    }

    .hospital-mypage-uploadbox-left {
        text-align: center;

        /*margin: initial !important;*/
    }

    .hoapital-mypage-upload-text-left {
        display: inline-block;
        margin-top: 2em;
        margin-bottom: 3em;
        text-align: left;
    }

    .hospital-mypage-uploadbox-left {
        margin-left: 0;
    }

    /*****ラベル・インプット関連*****/
    /*.hospital-mypage-margin-auto{
		margin: auto !important;
		width: 80%;
	}*/
    /* .hospital-mypage-responsive-center {
		text-align: center;
	} */

    .hospital-mypage-box-widt-center {
        /*width: 100% !important;*/
        text-align: center;
    }

    .round-label-hospital-mypage {
        width: 100%;
        min-width: 10%;
        max-width: 200px;
    }

    .hospital-mypage-input-basic {
        width: 100%;
        min-width: 20%;
        max-width: 768px;
        /*    padding-left: 16px;
			border: solid 1px #AAAAAA; */
    }

    /* .hospital-mypage-calc-mini {
		width: 100% !important;
	} */

    /*****都道府県セレクトボタン*****/
    .hospital-mypage-select-design select {
        max-width: 768px;
    }

    /*****更新ボタン関連*****/
    .hosipital-mypage-button-box {
        width: 100%;
        max-width: 768px;
    }
}

@media screen and (max-width: 480px) {
    .card-layout.card-layout-tile {
        padding: 16px 24px;
    }

    .card-layout.card-layout-col-2 .card, .card-layout.card-layout-tile .card {
        float: none;
        width: initial;
        max-width: initial;
        margin-right: 0;
        margin-left: 0;
    }

    .button-basic.button-basic-large {
        display: block;
        width: 100%;
    }
}

/******************************************************************************
	/nurcing-facility/equipments
******************************************************************************/
.title-equipment-type-introduce-wrapper{
    display:flex;
    column-gap:5%;
}

.equipment-type-wrapper{
    width:100%;
}
.introduce-textarea{
    overflow:auto !important;
}
/* .equipment-title-text-box{
    width:30vw !important;
} */
.equipment-page-title-container{
    width:40% !important;
}
.insert-check-container-button{
    width:50%;
}
.movie-upload-wrapper{
    display:flex;
    height:50px;
    column-gap:10px;
}
.equipment-upload-box{
    display: grid;
    justify-content: center;
    align-content: center;
    row-gap: 12px;
    column-gap: 24px;
    padding: 16px;
    background-color: #ededed;
    aspect-ratio: 16/9;
    overflow:hidden;
    position:relative;
}
.movie-wrapper{
    display:flex;
    margin-top:24px;
    column-gap: 20px;
}
.upload-explanation{
    font-size:12px;
    font-weight:bold;
}
.drug-and-drop-explanation{
    font-size:10px;
}
.equipment-upload-icon{

}
.edit-delete-wrapper{
    display:flex;
    justify-content:flex-end;
    column-gap:10px;
}
.title-edit-delete-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.upload-file{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.introduction-image{
}
.equipment-title{
    font-size: 20px;
    color: #5cbaa8;
    font-weight: bold;
    width:80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/******************************************************************************
	/operator/login/
******************************************************************************/
.notice-message {
	color: var(--default-theme--color);
	font-weight: bold;
}