@charset "UTF-8";@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);body {
    min-width: 100%;
}.wrapper {
    height: 100%;
    padding: 0;
}@media screen and (min-width: 769px) {
    .webpatient-number:not(.is-top) {
        background-color: #f5f5f5;
        color: #13131e;
        min-height: 100vh;
        padding: 30px 0;
        width: 100%;
    }

    .webpatient-number.is-top {
        color: #13131e;
    }

    .web-number-screen *,
    .webpatient-number * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro","Noto Sans JP", sans-serif;
    }

    .header-hs-area {
        background-color: #fff;
        display: table;
        padding-bottom: 25px;
        width: 100%;
    }
    .webpatient-number .header-hs-area img {
        display: block;
        margin: auto;
    }

    .webpatient-list-body {
        /* min-width: 1000px; */
        background-color: #f5f5f5;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .webpatient-list-body .inner-cts {
        display: block;
        margin: auto;
        max-width: 1000px;
        padding-bottom: 60px;
        width: 100%;
    }

    .webpatient-number .webpatient-list-body .webpatient-ttl {
        font-size: 2.6rem;
        font-weight: 600;
        margin: 0 auto 28px;
        padding-top: 60px;
        text-align: center;
    }

    .webpatient-number .webpatient-list-body .webpatient-ttl .day {
        display: block;
        font-size: 2rem;
        font-weight: 300;
        margin-top: 15px;
        text-align: center;
    }

    .webpatient-number .webpatient-list-body .read-txt {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 17px;
        text-align: center;
    }

    .webpatient-number .webpatient-list-body .scroll-box {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }

    .webpatient-number .webpatient-list-body .subject-list {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        /* min-width: 1000px; */
        padding: 0 10px;
        white-space: nowrap;
    }

    .webpatient-number .webpatient-list-body .subject-list-cts {
        align-items: center;
        background: linear-gradient(to right, #317de5 0%, #1dbdff 100%);
        border-radius: 8px;
        display: flex;
        height: 180px;
        justify-content: center;
        margin: 0 20px 0 0;
        padding: 0 6px;
        position: relative;
        white-space: normal;
        width: 230px;
    }
    .webpatient-number .webpatient-list-body .subject-list-cts:last-of-type {
        margin-right: 0;
    }
    /* 表示のみ状態: カラフルデザインを維持しつつクリック遷移を無効化 */
    .webpatient-number .webpatient-list-body .subject-list-cts.is-unavailable,
    .webpatient-number .webpatient-list-body .subject-list-cts.is-unavailable a {
        cursor: default;
        pointer-events: none;
    }
    .webpatient-number .webpatient-list-body .subject-list-cts.is-disabled::after {
        -webkit-align-items: center;
        align-items: center;
        background: rgba(0, 0, 0, .7);
        border-radius: 8px;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        color: #fff;
        content: "ただいま受付時間外です";
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        font-size: 1.5rem;
        font-weight: bold;
        height: 180px;
        -webkit-justify-content: center;
        justify-content: center;
        left: 50%;
        margin: auto;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 230px;
    }
    .webpatient-number .webpatient-list-body .subject-menu, 
    .webpatient-number .webpatient-list-body .subject-menu-row {
        align-items: center;
        background-color: #fff;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        height: 174px;
        justify-content: center;
        padding: 20px;
        position: relative;
        width: 224px;
    }

    .webpatient-number .webpatient-list-body .subject-menu .name, 
    .webpatient-number .webpatient-list-body .subject-menu-row .name {
        align-items: center;
        border-bottom: 1px solid #eee;
        display: flex;
        height: 60px;
        justify-content: center;
        margin: 0 0 10px;
        padding: 0 0 15px;
        width: 100%;
    }

    .webpatient-number .webpatient-list-body .subject-menu .name p, 
    .webpatient-number .webpatient-list-body .subject-menu-row .name p {
        -webkit-box-orient: vertical;
        color: #317de5;
        display: -webkit-box;
        font-size: 1.8rem;
        font-weight: 600;
        -webkit-line-clamp: 2;
        line-height: 26px;
        max-height: calc(26px * 2);
        overflow: hidden;
        text-align: center;
    }

    .webpatient-number .webpatient-list-body .subject-menu .stand-num, 
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num {
        color: #2b2b2b;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: -.4em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .webpatient-number .webpatient-list-body .subject-menu .stand-num:first-of-type, 
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num:first-of-type {
        margin-bottom: 5px;
    }

    .webpatient-number .webpatient-list-body .subject-menu .stand-num .notes, 
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num .notes {
        display: inline-block;
        letter-spacing: normal;
    }

    .webpatient-number .webpatient-list-body .subject-menu .stand-num .num-txt, 
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num .num-txt {
        display: inline-block;
        letter-spacing: normal;
    }

    .webpatient-number .webpatient-list-body .subject-menu .stand-num .num-txt .num, 
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num .num-txt .num {
        font-family: Arial;
        font-size: 2.6rem;
        font-weight: bold;
        padding: 0 5px;
    }

    .webpatient-number .inner-box {
        background-color: #fff;
        border-radius: 10px;
        display: block;
        height: auto;
        margin: auto;
        max-width: 980px;
        min-height: 708px;
        padding: 50px 0;
        position: relative;
    }

    .webpatient-number .header-data {
        margin: 0 auto 43px;
        width: 600px;
        min-height: 68px;
    }
    .webpatient-number .header-data .hs-name {
        font-size: 2.6rem;
        font-weight: 600;
        margin-bottom: 11px;
        text-align: center;
    }
    .webpatient-number .header-data .hs-subject {
        font-size: 1.8rem;
        font-weight: 300;
        letter-spacing: -.8px;
        line-height: 20px;
        text-align: center;
    }

    .webpatient-number .form-body {
        margin: auto;
        width: 600px;
    }

    .webpatient-number .form-body .form-menu-ttl {
        align-items: center;
        display: flex;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 17px;
    }

    .webpatient-number .form-menu-ttl.is-required::before {
        align-items: center;
        background-color: #f55;
        border-radius: 2px;
        color: #fff;
        content: "必須";
        display: flex;
        font-size: 1.3rem;
        font-weight: 600;
        height: 20px;
        justify-content: center;
        line-height: 20px;
        margin-right: 8px;
        width: 36px;
    }

    .webpatient-number .form-body .read-txt {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 24px;
    }

    .webpatient-number .input-form-list {
        padding-top: 23px;
    }

    .webpatient-number .input-form-list > li {
        min-height: 72px;
        margin-bottom: 27px;
    }

    .webpatient-number .input-form-list > li.is-error {
        min-height: 91px;
        margin-bottom: 25px;
    }

    .webpatient-number .input-form-list > li:last-of-type {
        margin-bottom: 0;
    }

    .webpatient-number .input-form-list .flex-cts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .webpatient-number .input-form-list .flex-cts .input-form {
        width: 290px;
    }

    .webpatient-number .input-form .input-ttl {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .webpatient-number .input-form .input-ttl span {
        font-size: 1.2rem;
        font-weight: normal;
        margin-left: 10px;
    }

    .webpatient-number .input-form input {
        align-items: center;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: flex;
        font-size: 1.8rem;
        height: 44px;
        line-height: 44px;
        outline: none;
        padding: 0 20px;
        width: 290px;
    }

    .webpatient-number .input-form input.name {
        width: 600px;
    }

    .webpatient-number .input-form input::-webkit-input-placeholder {
        color: #ddd;
    }
    .webpatient-number .input-form input::-moz-placeholder {
        color: #ddd;
    }
    .webpatient-number .input-form input:-ms-input-placeholder {
        color: #ddd;
    }
    .webpatient-number .input-form input::-ms-input-placeholder {
        color: #ddd;
    }
    .webpatient-number .input-form input::placeholder {
        color: #ddd;
    }

    .webpatient-number .input-form-list .is-error .input-form input {
        background-color: #ffeded;
        border: 1px solid #ffcbcb;
    }

    .webpatient-number .input-form-list .error-message {
        align-items: center;
        color: #eb0a0a;
        display: flex;
        font-size: 1.1rem;
        font-weight: 600;
        margin-top: 4px;
    }
    .webpatient-number .input-form-list .error-message::before {
        content: "!";
        color: #ffffff;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px 0 0;
        padding: 1px;
        text-align: center;
        vertical-align: middle;
        border-radius: 2px;
        background-color: #eb0a0a;
    }

    .webpatient-number .form-body .submit-btn {
        position: relative;
        margin: 50px auto 0;
    }

    .webpatient-number .submit-btn button,
    .webpatient-number .submit-btn input,
    .webpatient-number .submit-btn a {
        align-items: center;
        background-color: #417bf1;
        border-radius: 6px;
        color: #fff;
        display: flex;
        font-size: 2.2rem;
        font-weight: 600;
        height: 50px;
        justify-content: center;
        margin: auto;
        width: 250px;
    }

    .webpatient-number .form-body.confirm .input-form-list {
        padding-top: 26px;
    }

    .webpatient-number .form-body.confirm .input-form-list li {
        min-height: auto;
        margin-bottom: 35px;
    }

    .webpatient-number .form-body.confirm .input-form-list li:last-of-type {
        margin-bottom: 0;
    }

    .webpatient-number .form-body.confirm .form-menu-ttl {
        align-items: center;
        display: flex;
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .webpatient-number .form-body.confirm .input-ttl {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .webpatient-number .form-body.confirm .input-body {
        font-size: 1.8rem;
        font-weight: 300;
        padding-left: 20px;
        overflow-wrap: break-word;
    }

    .webpatient-number .input-form .input-body .birthday {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .webpatient-number .input-form .input-body .birthday label {
        width: 186px;
        height: 44px;
        border-radius: 4px;
        margin-right: 21px;
        position: relative;
    }
    .webpatient-number .input-form .input-body .birthday label::after {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 18px;
        right: 10px;
        transform: rotate(45deg);
        border-right: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
    }
    .webpatient-number .input-form .input-body .birthday label:last-of-type {
        margin-right: 0;
    }
    .webpatient-number .input-form .input-body .birthday label select {
        width: 100%;
        height: 100%;
        padding-left: 20px;
        border-radius: 4px;
        font-size: 1.8rem;
        background: #ffffff;
        border: solid 1px #dfe3ea;
    }
    .webpatient-number .input-form .input-body .birthday label select.default {
        color: #dddddd;
    }

    .webpatient-number .input-form .input-body .birthday label select option {
        color: #000000;
    }

    .webpatient-number .input-form .input-body .birthday label select option:first-of-type{
        color: #dddddd;
    }

    .webpatient-number .input-form-list .is-error .input-form .input-body .birthday label select {
        background-color: #ffeded;
        border-color: #ffcbcb;
    }
    .webpatient-number .waiting-complete .complete-message-box {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .webpatient-number .waiting-complete .complete-icon {
        height: 75px;
        margin: 0 auto;
        width: 75px;
    }

    .webpatient-number .waiting-complete .complete-icon img {
        max-width: 100%;
    }

    .webpatient-number .waiting-complete .complete-message {
        color: #2b2b2b;
        font-size: 3rem;
        font-weight: 600;
        line-height: 1;
        margin: 25px auto;
        text-align: center;
    }

    .webpatient-number .waiting-complete .read-txt {
        color: #2b2b2b;
        font-size: 2rem;
        font-weight: 300;
        line-height: 30px;
        text-align: center;
    }

    .webpatient-number .waiting-complete .submit-btn {
        bottom: 50px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }

    .is-sp {
        display: none;
    }

    /* お知らせ */
    .webpatient-list-body .inner-cts .information {
        width: 980px;
        height: 200px;
        margin: 0 auto 47px;
        color: #212529;
        border: solid 1px #dddddd;
        border-radius: 5px;
        background: #ffffff;
    }

    .webpatient-list-body .inner-cts .information h2 {
        display: block;
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px #dddddd;
    }

    .webpatient-list-body .inner-cts .information .information-text {
        font-size: 1.3rem;
        line-height: 20px;
        padding: 10px 20px 0;
        max-height: 159px;
        overflow-y: auto;
        white-space: pre-wrap;
    }

}@media screen and (max-width: 768px){
    .webpatient-number {
        background: #f5f5f5;
        color: #13131e;
    }
    .webpatient-number * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: Arial, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
    }
    .webpatient-number img {
        max-width: 100%;
    }
    .webpatient-number a[href*="tel:"] {
        color: unset;
        pointer-events: none;
    }
    .webpatient-number .webpatient-list-body {
        margin: 0 auto;
        max-width: calc(518px + 60px);
        padding: 50px 30px;
    }
    .webpatient-number .webpatient-list-body .webpatient-ttl {
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
        font-size: 2rem;
        font-weight: 600;
        margin: 0 0 23px;
        text-align: center;
    }
    .webpatient-number .webpatient-list-body .webpatient-ttl .day {
        display: block;
        font-size: 1.4rem;
        font-weight: 300;
        margin: 11px 0 0;
    }
    .webpatient-number .webpatient-list-body .read-txt {
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
    }
    .webpatient-number .webpatient-list-body .subject-list {
        margin: 20px auto 0;
    }
    .webpatient-number .webpatient-list-body .subject-list-cts {
        background: -webkit-linear-gradient(45deg, #317de5, #1ebafe);
        background:         linear-gradient(45deg, #317de5, #1ebafe);
        border-radius: 8px;
        margin: 0 0 15px;
        padding: 2px;
        position: relative;
        width: 100%;
    }
    .webpatient-number .webpatient-list-body .subject-list-cts:last-of-type {
        margin-bottom: 0;
    }
    /* 表示のみ状態: カラフルデザインを維持しつつクリック遷移を無効化 */
    .webpatient-number .webpatient-list-body .subject-list-cts.is-unavailable,
    .webpatient-number .webpatient-list-body .subject-list-cts.is-unavailable a {
        cursor: default;
        pointer-events: none;
    }
    .webpatient-number .webpatient-list-body .subject-list-cts.is-disabled::after {
        -webkit-align-items: center;
        align-items: center;
        background: rgba(0, 0, 0, .7);
        border-radius: 8px;
        bottom: 0;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        color: #fff;
        content: "ただいま受付時間外です";
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        font-size: 1.5rem;
        font-weight: 600;
        height: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .webpatient-number .webpatient-list-body .subject-menu {
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        border-radius: 6px;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        height: 120px;
        padding: 20px 15px;
        flex-wrap: wrap;
    }
    .webpatient-number .webpatient-list-body .subject-menu .name {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .webpatient-number .webpatient-list-body .subject-menu .name p {
        -webkit-box-orient: vertical;
        color: #317de5;
        display: -webkit-box;
        font-size: 1.6rem;
        -webkit-line-clamp: 2;
        line-height: 1.45;
        max-height: 2.9em;
        overflow: hidden;
    }
    .webpatient-number .webpatient-list-body .subject-menu .stand-num {
        color: #2b2b2b;
        position: relative;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 22px;
    }
    .webpatient-number .webpatient-list-body .subject-menu .stand-num:first-of-type {
        padding-right: 15px;
        border-right: solid 1px #eeeeee;
    }
    .webpatient-number .webpatient-list-body .subject-menu .stand-num:last-of-type {
        padding-left: 15px;
    }
    .webpatient-number .webpatient-list-body .subject-menu .stand-num .notes {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 0;
    }
    .webpatient-number .webpatient-list-body .subject-menu .stand-num .num-txt {
        font-size: 1.3rem;
        font-weight: 600;
    }
    .webpatient-number .webpatient-list-body .subject-menu .stand-num .num-txt .num {
        font-size: 2rem;
        font-weight: bold;
        padding: 0 2px 0 0;
    }
    .webpatient-number .webpatient-list-body .subject-menu-row {
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        border-radius: 6px;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        height: 97px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
    }
    .webpatient-number .webpatient-list-body .subject-menu-row .name {
        padding: 0 15px;
        width: calc(100% - 107px);
    }
    .webpatient-number .webpatient-list-body .subject-menu-row .name p {
        -webkit-box-orient: vertical;
        color: #317de5;
        display: -webkit-box;
        font-size: 1.6rem;
        -webkit-line-clamp: 2;
        line-height: 1.45;
        max-height: 2.9em;
        overflow: hidden;
    }
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num {
        color: #2b2b2b;
        position: relative;
        text-align: center;
        width: 107px;
    }
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num::before {
        background: #eee;
        content: "";
        display: block;
        height: 67px;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 1px;
    }
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num .notes {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 0 0 5px;
    }
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num .num-txt {
        font-size: 1.3rem;
        font-weight: 600;
    }
    .webpatient-number .webpatient-list-body .subject-menu-row .stand-num .num-txt .num {
        font-size: 2rem;
        font-weight: bold;
        padding: 0 2px 0 0;
    }
    .webpatient-number .header-data {
        background: #fff;
        -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, .05);
        padding: 0 30px 0;
        text-align: center;
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .webpatient-number .header-data .hs-detail-box {
        padding: 20px 0;
    }
    .webpatient-number .header-data .hs-name {
        font-size: 1.8rem;
        font-weight: 600;
        margin: 0 0 6px;
    }
    .webpatient-number .header-data .hs-subject {
        font-size: 1.4rem;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .webpatient-number .header-data .reception-num {
        letter-spacing: -.4em;
        padding: 14px 0;
        position: relative;
    }
    .webpatient-number .header-data .reception-num::before {
        background: #eee;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 140px;
    }
    .webpatient-number .header-data .reception-num dt,
    .webpatient-number .header-data .reception-num dd {
        display: inline-block;
        font-weight: 600;
        letter-spacing: normal;
    }
    .webpatient-number .header-data .reception-num .ttl {
        font-size: 1.4rem;
    }
    .webpatient-number .header-data .reception-num .num {
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
        font-size: 1.7rem;
        margin: 0 0 0 1em;
    }
    .webpatient-number .header-data {
        background: #fff;
        -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, .05);
        padding: 0 30px 0;
        /* position: relative; */
        text-align: center;
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .webpatient-number .header-data .hs-detail-box {
        padding: 20px 0;
    }
    .webpatient-number .header-data .hs-address {
        color: #88888e;
        font-size: 1.3rem;
        margin: 0 0 9px;
    }
    .webpatient-number .header-data .hs-name {
        font-size: 1.8rem;
        font-weight: 600;
        margin: 0 0 8px;
    }
    .webpatient-number .header-data .hs-subject {
        font-size: 1.4rem;
    }
    .webpatient-number .form-menu-ttl {
        font-size: 1.6rem;
        font-weight: 600;
    }
    .webpatient-number .form-menu-ttl.is-required::before {
        background: #f55;
        border-radius: 2px;
        color: #fff;
        content: "必須";
        display: inline-block;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1;
        margin: -3.5px 10px 0 0;
        padding: 3px 0;
        text-align: center;
        vertical-align: middle;
        width: 32px;
    }
    .webpatient-number .input-form .input-ttl {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 0 0 10px;
    }
    .webpatient-number .input-form .input-ttl span {
        display: block;
        font-size: 1.1rem;
        font-weight: normal;
        margin-top: 6px;
    }
    .webpatient-number .input-form .input-body {
        font-size: 1.5rem;
    }
    .webpatient-number .input-form .input-body .birthday {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .webpatient-number .input-form .input-body .birthday label {
        width: 95px;
        height: 50px;
        border-radius: 4px;
        margin-right: 15px;
        position: relative;
    }
    .webpatient-number .input-form .input-body .birthday label::after {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 18px;
        right: 10px;
        transform: rotate(45deg);
        border-right: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
    }
    .webpatient-number .input-form .input-body .birthday label:last-of-type {
        margin-right: 0;
    }
    .webpatient-number .input-form .input-body .birthday label select {
        width: 100%;
        height: 100%;
        padding-left: 10px;
        border-radius: 4px;
        background: #ffffff;
        border: solid 1px #dfe3ea;
    }
    .webpatient-number .input-form .input-body .birthday label select.default {
        color: #dddddd;
    }
    .webpatient-number .input-form .input-body .birthday label select option {
        color: #000000;
    }
    .webpatient-number .input-form .input-body .birthday label select option:first-of-type{
        color: #dddddd;
    }
    .webpatient-number .input-form-list .is-error .input-form .input-body .birthday label select {
        background-color: #ffeded;
        border-color: #ffcbcb;
    }
    .webpatient-number .input-form input {
        background: #fff;
        border: 1px solid #dfe3ea;
        border-radius: 4px;
        display: inline-block;
        font-size: 1.5rem;
        height: 50px;
        max-width: 314px;
        padding: 0 15px;
        width: 100%;
    }
    .webpatient-number .input-form input::-webkit-input-placeholder {
        color: #ddd;
    }
    .webpatient-number .input-form input::-moz-placeholder {
        color: #ddd;
    }
    .webpatient-number .input-form input:-ms-input-placeholder {
        color: #ddd;
    }
    .webpatient-number .input-form input::-ms-input-placeholder {
        color: #ddd;
    }
    .webpatient-number .input-form input::placeholder {
        color: #ddd;
    }
    .webpatient-number .input-form input[type=checkbox],
    .webpatient-number .input-form input[type=radio] {
        display: none;
    }
    .webpatient-number .input-form-list {
        padding: 20px 0;
    }
    .webpatient-number .input-form-list > li {
        margin: 0 0 22px;
    }
    .webpatient-number .input-form-list > li:last-of-type {
        margin-bottom: 0;
    }
    .webpatient-number .input-form-list .flex-cts {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: start;
        -ms-flex-pack: start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    /* .webpatient-number .input-form-list .flex-cts .input-form {
      margin: 0 20px 0 0;
      width: calc((100% - 20px) / 2);
    } */
    /* @media screen and (max-width: 600px) { */
    .webpatient-number .input-form-list .flex-cts .input-form {
        margin: 0 15px 0 0;
        width: calc((100% - 15px) / 2);
    }
    /* } */
    .webpatient-number .input-form-list .flex-cts .input-form:last-of-type {
        margin-right: 0;
    }
    .webpatient-number .input-form-list .is-error .input-form input {
        background-color: #ffeded;
        border-color: #ffcbcb;
    }
    .webpatient-number .input-form-list .error-message {
        color: #eb0a0a;
        font-size: 1.1rem;
        font-weight: 600;
        margin: 5px 0 0;
        width: 100%;
    }
    .webpatient-number .input-form-list .error-message::before {
        content: "!";
        color: #ffffff;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px 0 0;
        padding: 1px;
        text-align: center;
        vertical-align: middle;
        border-radius: 2px;
        background-color: #eb0a0a;
    }
    .webpatient-number .submit-btn {
        width: 100%;
    }
    .webpatient-number .submit-btn button,
    .webpatient-number .submit-btn input,
    .webpatient-number .submit-btn a {
        -webkit-align-items: center;
        align-items: center;
        background: #417bf1;
        border-radius: 50px;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        color: #fffefe;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        font-size: 1.5rem;
        font-weight: 600;
        height: 42px;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
    }
    .webpatient-number .form-body {
        background: #f5f5f5;
        margin: 0 auto;
        max-width: calc(668px + 60px);
        min-height: 100vh;
        /* padding: 50px 30px 84px; */
        padding: 134px 30px 82px;
        position: relative;
    }
    @media screen and (max-width: 429px) {
        .webpatient-number .form-body {
            padding-top: 114px;
        }
    }
    .webpatient-number .form-body .form-menu-ttl {
        margin: 0 0 8px;
    }
    .webpatient-number .form-body .read-txt {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .webpatient-number .form-body .submit-btn {
        bottom: 0px;
        left: 50%;
        position: fixed;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 20px 0;
        background: #fff;
    }
    .webpatient-number .form-body.confirm {
        max-width: calc(518px + 60px);
    }
    .webpatient-number .form-body.confirm .form-menu-ttl {
        margin-bottom: 10px;
    }
    .webpatient-number .form-body.confirm .input-body {
        padding-left: 1em;
        overflow-wrap: break-word;
    }
    .webpatient-number .waiting-complete {
        -webkit-align-items: center;
        align-items: center;
        background: #f5f5f5;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto;
        max-width: calc(668px + 60px);
        min-height: 100vh;
        padding: 5px 30px 122px;
        position: relative;
    }
    .webpatient-number .waiting-complete .submit-btn {
        bottom: 0px;
        left: 50%;
        position: fixed;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 40px 0;
        background: #fff;
    }
    .webpatient-number .waiting-complete .complete-message-box {
        text-align: center;
    }
    .webpatient-number .waiting-complete .complete-icon {
        height: 75px;
        margin: 0 auto 20px;
        width: 100%;
    }
    .webpatient-number .waiting-complete .complete-icon img {
        height: 100%;
        width: auto;
    }
    .webpatient-number .waiting-complete .complete-message {
        color: #2b2b2b;
        font-size: 2.5rem;
        font-weight: 600;
        margin: 0 0 20px;
    }
    .webpatient-number .waiting-complete .read-txt {
        color: #2b2b2b;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    /* お知らせ */
    .webpatient-list-body .inner-cts .information {
        width: 100%;
        height: 175px;
        margin: 0 auto 25px;
        padding: 15px 10px 0;
        border: solid 1px #dddddd;
        border-radius: 8px;
        background: #e8e8e8;
    }

    .webpatient-list-body .inner-cts .information h2 {
        color: #13131E;
        display: block;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        height: 19px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .webpatient-list-body .inner-cts .information .information-text {
        color: #212529;
        font-size: 1.2rem;
        line-height: 19px;
        max-height: 130px;
        overflow-y: auto;
        white-space: pre-wrap;
    }
}