﻿@charset "utf-8";

/**
 * 再利用可能なモジュールのレイアウトを定義
 */

/* ダイアログ
   ========================================================================== */

.ui-widget-overlay.ui-front {
    opacity: 0.2;
    background: #000;
}

.c-warn-class.ui-dialog {
    padding: 0;
    border: none;
    border-radius: 0px;
    color: #000;
}

.c-warn-class .ui-dialog-titlebar {
    background-color: #f5f5f5;
    background-image: url(../../../images/favicon.ico);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 50% 20px;
    height: 100px;
    border-bottom: 1px #ffd448 solid;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ui-dialog #ui-id-2.ui-dialog-title  {
    width: fit-content;
    padding-top: 2em;
    font-size: 18pt;
}

.ui-dialog-buttonpane.ui-widget-content {
    border: none;
}

.c-warn-class .ui-dialog-titlebar-close {
    display:none;
}

.ui-dialog-buttonset {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column-reverse;
    align-items: center;
}

div.ui-dialog.ui-widget-content,
div.ui-dialog.ui-widget-content *{
    color: #000;
    font-family: inherit;
}

.c-warn-class .ui-button {
    box-sizing: border-box;
    border-radius: 100vh;
    text-align: center;
    height: 50px;
    width: 320px;
    transition: background-color .3s ease;
}

.c-warn-class .ui-button:nth-child(1) {
    border: 1px solid #65737f;
    background: none;
    color: #000;
    font-weight: bold;
}

.c-warn-class .ui-button:nth-child(1):hover {
    background-color: #f5f5f5;
}

.c-warn-class .ui-button:nth-child(2) {
    background: url(../../../images/arrow_migi.png)no-repeat center right #de3400;
    background-position-x: 95%;
    color: #fff;
    font-weight: bold;
}

.c-warn-class .ui-button:nth-child(2):hover {
    background-color: #cc3000;
}

.c-warn-class .ui-button:nth-child(3) {
    width: 82px;
    visibility: hidden;
}

.c-error-class .ui-button:nth-child(3) {
    width: 130px;
    display: none;
}

.c-overlay {
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
}

.c-install-screen__ol {
    padding: 0;
    margin-bottom: 0;
}

.c-install-screen__ol li {
    list-style: none;
    padding-left: 40px;
    text-indent: -50px;
    margin: 10px 0;
}

.c-install-screen__img--wrapper {
    display: flex;
}

.c-install-screen__img--text {
    line-height: 32px;
    margin-left: 55px;
}

/* ボタンエリア
   ========================================================================== */

.c-navigation-area {
    display: flex;
    justify-content: center;
}

.c-navigation-btns {
    width: 100%;

    display: flex;
    justify-content: space-between;
}

.c-navigation-btns.c-navigation-btns--close {
    /* 閉じるボタンは右端に配置 */
    justify-content: flex-start;
}

.c-navigation-btns.c-navigation-btns--register,
.c-navigation-btns.c-navigation-btns--error {
    /* 利用者登録ボタンは中央に配置 */
    justify-content: center;
}

.c-navigation-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: none;
    border-radius: 100vh;
    text-align: center;
    cursor : pointer;
    border : none;
    transition: background-color .3s ease;
}
.c-navigation-btn:hover {
    background: #f5f5f5;
}

.c-navigation-btn--previous,
.c-navigation-btn--close,
.c-navigation-btn--error {
    height: 50px;
    border: 1px solid #65737f;
    background: none;

    color: #000;
    font-weight: bold;
}

.c-navigation-btn--error {
    width: 182px;
}

.c-navigation-btn--next,
.c-navigation-btn--register {
    background: url(../../../images/arrow_migi.png)no-repeat center right #de3400;
    color: #fff;
    font-weight: bold;
}

.c-navigation-btn--next:hover,
.c-navigation-btn--register:hover {
    background: url(../../../images/arrow_migi.png)no-repeat center right #cc3000;
    background-position-x: 225px;
    opacity: 0.8;
}

.c-navigation--empty {
    width: 100px;
    min-height: 1px;
    visibility:hidden;
}

.c-navigation-btn, .c-navigation-btn:visited, .c-navigation-btn:hover, .c-navigation-btn:active {
    text-decoration: none;
}

/* 強調ボタン*/
.c-emphasis-btn {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    border-radius: 100vh;
    cursor : pointer;
    background: url(../../../images/arrow_migi.png)no-repeat #de3400;
    background-position: center right 0.5em;
    color: #fff;
    font-weight: bold;
    transition: background-color .3s ease;
    padding-left: 2em;
    padding-right: 2em;
}

.c-emphasis-btn:hover {
    background-color: #cc3000;
    opacity: 0.8;
}

.disabledButton{
    pointer-events : none;
    color : #767676;
    background-color : #e6e6e6!important;
    border : none;
}

/* 表組み
   ========================================================================== */

.c-status-table {
    width: 100%;
    border: 1px #c5c0af;
    border-collapse: collapse;
}

.c-status-table th {
    padding-top: 4px;
}


.c-status-table td {
    border: 1px solid #c5c0af;
}

.c-status-table tr {
    height: 34px;
}

.c-status-table tbody {
    background-color: #fff;
}

.c-status-table td {
    padding: 12px;
}

.c-status-table--bg-blue {
    background-color: #fffae3 !important;;
}

.c-status-table--bg-white {
    background-color: #fff;
}

.c-status-table__icon-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-status-table-comment{
    border-right: rgb(255, 249, 227) !important;
    border-left: rgb(255, 249, 227) !important;
    border-bottom: rgb(255, 249, 227) !important;
}

.c-style-list-sp li::before,
.c-style-list-pc li::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #de3400;
    border-radius: 50%;
    left: 0;
    margin-top: 0.4em;
}

.c-status-table__sp-item-wrap {
    display: flex;
    align-items: center;
}

.c-status-table-sp {
    width: 100%;

    border-collapse: collapse;
}

.c-status-table-row-th-sp {
    padding: 5px 12px;
    border: solid 1px #c5c0af;
    border-bottom: none;
}

.c-status-table-row-td-sp {
    padding: 16px 6px 16px 12px ;
    border: solid 1px #c5c0af;
    border-bottom: none;
}

.c-status-table-row-td-box-sp {
    padding: 16px 6px 16px 12px ;
    border: solid 1px #c5c0af;
}

.c-status-table__icon-area-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.c-style-color-red{
    color: red;
}

.c-style-list-pc,
.c-style-list-sp {
    padding-left: 1.2em;
    list-style: none;
    position: relative;
}

li#listMessageMedicalInsuranceInfo_PC{
    visibility: hidden;
}

li#listMessageMedicalInsuranceInfo_SP{
    visibility: hidden;
}

/* パンくずリスト
   ========================================================================== */

/* 基本パンくずリスト */
.c-breadcrumbs {
    overflow: hidden;
    width: 100%;

    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    color: #676f75;
    font-weight: bold;
}

.c-breadcrumbs li {
    float: left;
    position: relative;
    margin: 0 8px 0 12px;
}

.c-breadcrumbs a {
    float: left;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.c-breadcrumbs a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -24px;
}

.c-breadcrumbs__arrow--left:before {
    width:16px;
    height: 44px;
    left: -16px;
    border-width: 2px;
}

.c-breadcrumbs__arrow--other:before {
    left: -16px;
    border-width: 24px 16px 24px 16px;
}

.c-breadcrumbs a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: -20px;
}

/* 基本パンくずリスト(カレント) */
.c-breadcrumbs .current {
    background: none;
}

/* 黄色用装飾 */
.c-breadcrumbs--yellow a {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 110px;
}

.c-breadcrumbs__arrow--other-yellow:before {
    border-color: #eef2f4 transparent #eef2f4 transparent;
}

/* 黄色用装飾(カレント) */
.c-breadcrumbs--yellow .current a {
    color: #de3400;
}

.current .c-breadcrumbs__arrow--left-yellow:before {
    border-color: #ffcc12 #ffcc12 #ffcc12 transparent;
}

.current .c-breadcrumbs__arrow--other-yellow:before {
    border-color: #ffcc12 transparent #ffcc12 transparent;
}

.c-breadcrumbs--yellow .current ::after {
    border-left: 16px solid #de3400;
}

.c-breadcrumbs--yellow :nth-child(3) ::after {
    border: none;
}

nav.module-nav-step {
    font-size: min(1em, 4vw);
}

nav.module-nav-step span.item-label {
    white-space: nowrap;
}

nav.module-nav-step li {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* チェックボックス
   ========================================================================== */
.c-checkbox {
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}
.c-checkbox input[type="checkbox"] {
    display:none;
}
.c-checkbox input[type="checkbox"] ~ .c-checkbox-item {
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #4d4d4d;
    margin-right: 0.8em;
}
.c-checkbox input[type="checkbox"]:checked ~ .c-checkbox-item {
    background-image: url(../../../images/checkbox_checked.svg);
    background-color: #de3400;
    border-color: transparent;
} 

/* その他
   ========================================================================== */