@charset "UTF-8";
.dtlCnt_ttl {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 18px;
    position: relative;
    border-left: 5px solid #b19b77;
}
.dtlCnt_ttlbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 60px;
}
.dtlCnt_ttlbx .red {
    font-size: 12px;
    color: #ff0000;
    padding: 0 0 0 1.5em;
    font-weight: 500;
}
.appCnt_warp {
    margin: 0 0 80px;
}
.appCnt_form {
    margin: 0 0 60px;
}
.appPop_btn {
    width: 200px;
    margin: 0 auto;
}
.appPop_btn.c-btn.ver2 a {
    height: 40px;
    font-size: 14px;
    background: #000 url(../svg/icn_arw_right_w.svg) no-repeat right 10px center;
    background-size: 4px auto;
}
.appBtn_btn {
    width: 340px;
    margin: 40px auto 0;
}
.appBtn_btn.is-back {
    width: 200px;
}
.appBtn_btn a {
    height: 80px;
    font-size: 20px;
}
.appBtn_btn.is-back a {
    height: 60px;
    background: #999999;
    border: 1px solid #999999;
}
.appBtn_btn .lt {
    display: block;
    font-size: 14px;
}
.appEx_wrap {
    border: 1px solid #b19b77;
    padding: 25px 30px;
}
.appEx_wrap dt {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
.appSc_warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 40px 0;
}
.appSc_box {
    margin: 0 20px;
}
.appSc_box > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}
.appSc_box:first-child .appSc_img {
    padding: 0 20px 0 0;
}
.appSc_txt {
    font-size: 12px;
}
.appScs_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}
.appScs-gbl {
    margin: 0 20px 0 0;
}
@media (min-width: 896px) {
    .appSc_box a:hover {
        opacity: 0.7;
    }
}

.apply_table {
    width: 100%;
    margin: 0 0 60px;
}
.apply_table th {
    width: 200px;
    background: #ded8cd;
    border-bottom: 1px solid #f2eee7;
    border-left: 1px solid #f2eee7;
    padding: 20px 20px;
    position: relative;
    font-weight: bold;
}
.apply_table td {
    background: #fff;
    border-bottom: 1px solid #f2eee7;
    padding: 20px 20px;
    width: 760px;
    box-sizing: border-box;
}
.apply_table .icn:before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    padding: 4px 5px;
}
.apply_table .icn.hi:before {
    content: '必須';
    background: #ff0000;
    color: #fff;
}
.apply_table .icn.ni:before {
    content: '任意';
    background: #fff;
}
.apply_table .poppt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.apply_table input[type="text"],
.apply_table input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 16px;
    width: 380px;
    height: 36px;
    padding: 5px 10px;
}
.apply_table textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 16px;
    width: 500px;
    height: 120px;
    padding: 10px 10px;
}
.apply_table select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    background: url(../svg/icn_arw3_down_gry.svg) no-repeat right 10px center;
    background-size: 7px auto;
    font-size: 16px;
    width: 380px;
    height: 36px;
    padding: 5px 10px;
}
.apply_table select::-ms-expand {
    display: none;
}
.apply_table .wh01 {
    width: 170px !important;
}
.apply_table .wh02 {
    width: 70px !important;
}
.apply_table .wh03 {
    width: 90px !important;
}
.apply_table .required {
    background-color: #fff2f2 !important;
}
.apply_table .hstxt {
    font-size: 12px;
}
.apply_table .hstx {
    padding: 0 .5em;
}
.apply_table .fl:first-child {
    padding: 0 22px 0 0;
}
#modal {
    display: none;
}
#modal.active {
    display: block;
}
/*
#open01 {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
*/
.popup_bg {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.popup_bg.active {
    display: block;
}
.m_ttl p {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    height: 26px;
    z-index: 99;
    padding: 0;
    cursor: pointer;
    padding: 27px;
}
.m_ttl p a {
    position: relative;
    margin: 12px 0 0;
    transform: rotate(45deg);
    font-size: 0;
}
.m_ttl p a,
.m_ttl p a:before,
.m_ttl p a:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #b19b77;
}
.m_ttl p a:before,
.m_ttl p a:after {
    position: absolute;
    content: "";
}
.m_ttl p a:before {
    top: -12px;
}
.m_ttl p a:after {
    top: 12px;
}
.m_ttl p a:after {
    transform: translate(0px, -12px) rotate(-90deg);
}
.m_ttl p a:before {
    transform: translate(0px, 12px) rotate(-90deg);
}
.pwindow {
    background: #fff;
    left: 50%;
    position: fixed;
    top: 20px;
    transform: translateX(-50%);
    width: 60%;
    box-sizing: border-box;
    z-index: 9999;
}
.m_ttl h2 {
    background: #ded8cd;
    font-size: 20px;
    line-height: 1;
    padding: 30px 40px;
}
.pwindow .txt {
    height: 500px;
    padding: 40px;
    overflow-y: scroll;
    box-sizing: border-box;
}
.error {
    display: block;
    color: #ff0000;
    padding: .5em 0 0;
}
.appEnd_warp {
    margin: 0 0 100px;
}
.appEnd_txt {
    background: #fff;
    padding: 40px;
    margin: 0 0 50px;
}
.appEnd-txt a {
    text-decoration: underline;
}
.appEnd-btn {
    width: 240px;
    margin: 0 auto;
}
.appEnd-bnr {
    margin: 50px 0 0 0;
    text-align: center;
}
.appEnd-bnr a {
    display: inline-block;
}
.close_overlay {
    display: none;
}
/*
@media only screen and (min-width: 896px) and (min-height: 899px) {
    body.is-of footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
    }
}
*/
.radio_lst {
    display: -webkit-box;
    display: flex;
}
.radio_lst li {
    margin-right: 30px;
}
.radio_lst li:last-child {
    margin-right: 0;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
}
input[type="radio"]:checked+label {
    background: 0 0;
}
input[type="radio"] + label::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 24px;
    height: 24px;
    border: solid 1px #dcdcdc;
    left: 0;
    border-radius: 9999px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -12px;
}
input[type="radio"].required + label::before {
    background: #fff2f2 !important;
}
input[type="radio"]:checked + label::before {
    border: solid 1px #b19b77;
}
input[type="radio"]:checked + label::after {
    position: absolute;
    content: "";
    background: #b19b77;
    width: 14px;
    height: 14px;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    border-radius: 9999px;
    box-sizing: border-box;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    position: relative;
    padding-left: 34px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
}
input[type="checkbox"] + label::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 24px;
    height: 24px;
    border: solid 1px #b19b77;
    left: 0;
    border-radius: 4px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -12px;
}
input[type="checkbox"]:checked + label::before {
    background: #b19b77;
}
input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 7px;
    width: 7px;
    height: 12px;
    margin: -10px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.apply_table tr.is-hide {
    display: none !important;
}
.next_btn {
    width: 200px;
    margin: 0 auto;
}
/* カレンダー */
.formCd_wrap {
    background: #F3F6F5;
    border-radius: 8px;
    padding: 18px 15px 20px;
}
.formCd-ttl {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 12px;
}
.formCd_box {
    width: calc(100% - 74px);
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-left: none;
    box-sizing: border-box;
    border-radius: 0 8px 8px 0;
}
.formCd_box ul {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #E6E6E6;
    box-sizing: border-box;
}
.formCd_box ul.is-hidden {
    display: none;
}
.formCd_box ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #E6E6E6;
    width: calc(100% / 7);
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.formCd_box ul li span {
    display: block;
    width: 30px;
    padding: 0 0 30px;
    background: url(../svg/icn_open.svg) no-repeat center center;
    background-size: 24px auto;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.formCd_box ul.is-ttl {
    height: 60px;
    border-top: none;
}
.formCd_box ul.is-ttl li {
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 400;
    line-height: 1.4;
    cursor: auto;
}
.formCd_box ul.is-ttl li span {
    padding: 0;
    background: none;
}
.formCd_box ul li.is-sun {
    color: #E82C64;
}
.formCd_box ul li.is-sat {
    color: #006CAF;
}
.formCd_box ul li:last-child {
    border-right: none;
}
.formCd_box ul li.is-non {
    pointer-events: none;
}
.formCd_box ul li.is-off,
.formCd_box ul li.is-non {
    background: #F3F6F5;
}
.formCd_box ul li.is-online span {
    background: url(../svg/icn_online.svg) no-repeat center center;
    background-size: 26px auto;
}
.formCd_box ul li.is-off span,
.formCd_box ul li.is-non span {
    background: url(../svg/icn_close.svg) no-repeat center center;
    background-size: 20px auto;
}
.formCd_box ul li.is-on {
    background: #b19b77;
    color: #fff;
}
.formCd_box ul li.is-on.is-online {
    background: #147EFF;
}
.formCd_box ul li.is-on span {
    background: url(../svg/icn_open_wh.svg) no-repeat center center;
    background-size: 24px auto;
}
.formCd_box ul li.is-on.is-online span {
    background: url(../svg/icn_online_wh.svg) no-repeat center center;
    background-size: 26px auto;
}
.formCd_btn {
    width: 172px;
    height: 52px;
    margin: 0 auto;
}
.formCd_btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    color: #ac8b54;
    border: 1px solid #ac8b54;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}
.formCd_btn span {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.formCd_lst {
    margin: 8px 0 24px;
}
.formCd_lst ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.formCd_lst ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-left: 20px;
}
.formCd_lst ul li:first-child {
    margin-left: 0;
}
.formCd_lst ul li.is-ver1 span {
    padding: 0 0 0 25px;
    background: url(../svg/icn_open.svg) no-repeat left center;
    background-size: 20px auto;
}
.formCd_lst ul li.is-ver2 span {
    padding: 0 0 0 26px;
    background: url(../svg/icn_online.svg) no-repeat left center;
    background-size: 20px auto;
}
.formCd_lst ul li.is-ver3 span {
    padding: 0 0 0 23px;
    background: url(../svg/icn_close.svg) no-repeat left center;
    background-size: 18px auto;
}
.formTm_wrap {
    margin: 32px 0 0 0;
    padding: 57px 0 0 0;
    background: url(../svg/arw_down_green.svg) no-repeat top center;
    background-size: 40px auto;
}
.formCd_wrap.is-time {
    padding: 30px 20px 20px;
}
.formCd-ttl.is-time {
    margin: 0 0 25px;
}
.formCd_date {
    display: flex;
    justify-content: space-between;
    margin: 0 0 7px;
    position: relative;
}
.formCd-date {
    font-size: 24px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.formCd-prev,
.formCd-next {
    font-size: 16px;
    line-height: 1.6;
    color: #ac8b54;
    cursor: pointer;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: inline-block;
}
.formCd-prev {
    padding-left: 30px;
    position: absolute;
    left: 10px;
    top: 7px;
}
.formCd-next {
    padding-right: 30px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.formCd-prev span,
.formCd-next span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    border-radius: 50%;
    background: #ac8b54;
    overflow: hidden;
}
.formCd-prev span {
    left: 0;
}
.formCd-prev span::after,
.formCd-next span::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: url(../svg/icn_arw_r.svg) no-repeat center / 100% auto;
}
.formCd-prev span::after {
    background: url(../svg/icn_arw_l.svg) no-repeat center / 100% auto;
}
.formCd_box.is-time {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
}
.formCd_box.is-time ul.is-ttl {
    height: auto;
    margin: 0 0 15px;
}
.formCd_box.is-time ul li:first-child {
    color: #222;
}
.formCd_box.is-time ul li:last-child {
    color: #222;
}
.formCd_box.is-time ul li.is-on {
    color: #fff;
}
.formCd_time {
    display: flex;
    justify-content: space-around;
}
.formCd_time ul {
    width: calc(100% / 3 - 6px);
    height: 100%;
    flex-wrap: wrap;
    border: none;
}
.formCd_time ul li {
    height: 88px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    background: #fff;
    margin: 0 0 6px;
}
.formCd_time ul li:last-child {
    margin: 0;
}
.applyTable tr.c-pc {
    display: table-row;
}
.applyTable tr.is-hide {
    display: none !important;
}

.formCdBox_wrap {
    display: -webkit-box;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.month_ttl {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 36px;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
}
.month-ttl {
    height: 100%;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    box-sizing: border-box;
}
.month-ttl:last-child {
    border-right: none;
}
.month-ttl.is-wid1 {
    width: calc(calc(100% / 7) * 1);
}
.month-ttl.is-wid2 {
    width: calc(calc(100% / 7) * 2);
}
.month-ttl.is-wid3 {
    width: calc(calc(100% / 7) * 3);
}
.month-ttl.is-wid4 {
    width: calc(calc(100% / 7) * 4);
}
.month-ttl.is-wid5 {
    width: calc(calc(100% / 7) * 5);
}
.month-ttl.is-wid6 {
    width: calc(calc(100% / 7) * 6);
}
.monthChg_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
    position: relative;
}
.formCdTime_wrap {
    width: 74px;
    border: 1px solid #e6e6e6;
    border-radius: 8px 0 0 8px;
    background: #fff;
    box-sizing: border-box;
}
.tiem-ttl {
    height: 136px;
    line-height: 136px;
    text-align: center;
}
.tiem_lst li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
}
/*面談日時変更・キャンセル*/
.user-name {
    font-size: 20px;
    margin-top: 10px;
}
.formNote-txt {
    margin-bottom: 30px;
}
.error-txt span {
    display: block;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 50px;
}
.interview-date {
    font-size: 18px;
}
.change_calendar {
    display: none;
    margin-top: 30px;
}
.change_calendar.is-on {
    display: block;
}
.end-txt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.calendarPop_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}
.calendarPop_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 40px 32px;
    background: #fff;
    border-radius: 8px;
}
.cls-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 26px;
    height: 26px;
    overflow: hidden;
    cursor: pointer;
}
.cls-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 26px 0 0 0;
}
.cls-btn span:before,
.cls-btn span:after {
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    left: 3px;
    z-index: 10;
    width: 20px;
    height: 2px;
    background: #9A9A9A;
}
.cls-btn span:before {
    transform: rotate(45deg);
}
.cls-btn span:after {
    transform: rotate(-45deg);
}
.calendarPop-txt {
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 200%;
    text-align: center;
    padding-top: 58px;
    margin-bottom: 32px;
    background: url("../svg/icn_info.svg") no-repeat center top;
    background-size: 40px auto;
}
.calendarPop-txt span {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-decoration: underline;
}
.calendarPop_btn {
    width: 390px;
    max-width: 390px;
    border-radius: 4px;
    margin-bottom: 24px;
}
.calendarPop_btn a {
    height: 72px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    background: #b19b77;
    border-radius: 4px;
}
.calendarPop_clsbtn {
    max-width: 160px;
    height: 40px;
    border-radius: 4px;
    margin: 0 auto;
}
.calendarPop_clsbtn a {
    position: relative;
    height: 40px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    border-radius: 4px;
    padding-left: 16px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
}
.calendarPop_clsbtn a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 16px;
    transform: rotate(180deg);
    z-index: 10;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 4px solid transparent;
    border-left: 4px solid #c1c1c1;
    box-sizing: border-box;
}
@media (min-width: 1024px) {
    .formCd_btn a:hover {
        color: #fff;
        background: #ac8b54;
    }
}
@media only screen and (min-width: 896px) {
    .appEnd-bnr a:hover {
        opacity: 0.7;
    }
}
@media screen and (min-width: 767px) {
    .formCd_box ul li.is-normal:not(.is-non):hover,
    .formCd_box ul li.is-sta:not(.is-off):hover,
    .formCd_box ul li.is-sth:not(.is-off):hover {
        background: #b19b77;
        color: #fff;
    }
    .formCd_box ul li.is-normal:not(.is-non):hover span,
    .formCd_box ul li.is-sta:not(.is-off):hover span,
    .formCd_box ul li.is-sth:not(.is-off):hover span {
        background: url(../svg/icn_open_wh.svg) no-repeat center center;
        background-size: 24px auto;
    }
    .formCd_box ul li.is-sta.is-online:not(.is-off):hover,
    .formCd_box ul li.is-sth.is-online:not(.is-off):hover {
        background: #147EFF;
        color: #fff;
    }
    .formCd_box ul li.is-sta.is-online:not(.is-off):hover span,
    .formCd_box ul li.is-sth.is-online:not(.is-off):hover span {
        background: url(../svg/icn_online_wh.svg) no-repeat center center;
        background-size: 26px auto;
    }
    .calendarPop_clsbtn a:hover {
        opacity: 1;
        color: #fff;
        background: #b19b77;
    }
    .calendarPop_clsbtn a:hover:before {
        border-left: 4px solid #fff;
    }
}
@media only screen and (max-width: 896px) {
    .dtlCnt_ttl {
        font-size: 16px;
        line-height: 1.4;
        padding: 0 0 0 15px;
        border-left: 4px solid #b19b77;
    }
    .dtlCnt_ttlbx {
        display: block;
        margin: 0 0 20px;
    }
    .dtlCnt_ttlbx .red {
        padding: 10px 0 0 1em;
        position: relative;
    }
    .dtlCnt_ttlbx .red span {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 9;
    }
    .appCnt_warp {
        padding: 0 20px;
        margin: 0 0 50px;
    }
    .appCnt_form {
        margin: 0 0 30px;
    }
    .appPop_btn.c-btn.ver2 a {
        font-size: 12px;
    }
    .appBtn_btn {
        width: 100%;
        margin: 30px auto 0;
    }
    .appBtn_btn.is-back {
        width: 150px;
    }
    .appBtn_btn a {
        height: 80px;
        font-size: 18px;
    }
    .appBtn_btn.is-back a {
        height: 40px;
        font-size: 14px;
    }
    .appBtn_btn .lt {
        display: block;
        font-size: 13px;
    }
    .appEx_wrap {
        padding: 10px 20px;
    }
    .appEx_wrap dt {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .appSc_warp {
        display: block;
        padding: 0;
    }
    .appSc_box {
        margin: 0;
        border-top: 1px solid #dcdcdc;
    }
    .appSc_box > a {
        padding: 20px 50px 20px 20px;
        background: url(../svg/icn_arw_right_gry.svg) no-repeat right 20px center;
        background-size: 4px auto;
    }
    .appScs_in {
        padding: 20px 50px 20px 20px;
    }
    .appScs-gbl {
        margin: 0 10px 0 0;
    }
    .appSc_box:first-child .appSc_img {
        padding: 0 10px 0 0;
    }
    .appSc_box .appSc_img {
        padding: 0 10px 0 0;
    }
    .appSc_txt {
        font-size: 12px;
    }
    .apply_table {
        width: 100%;
        margin: 0 0 30px;
    }
    .apply_table th.top {
        display: none;
    }
    .apply_table th {
        width: 100%;
        display: block;
        border-bottom: none;
        border-left: none;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .apply_table td {
        display: block;
        border-bottom: none;
        padding: 10px 10px;
        width: 100%;
    }
    .apply_table input[type="text"],
    .apply_table input[type="tel"] {
        width: 100%;
        height: 40px;
        padding: 5px 10px;
    }
    .apply_table textarea {
        width: 100%;
        height: 80px;
        padding: 10px 10px;
    }
    .apply_table select {
        font-size: 16px;
        width: 100%;
        height: 40px;
        padding: 5px 30px 5px 10px;
    }
    .apply_table .wh01 {
        width: 100% !important;
    }
    .apply_table .wh02 {
        width: 100% !important;
    }
    .apply_table .wh03 {
        width: 100% !important;
    }
    .apply_table .hstxt {
        padding: .5em 0 0 0;
    }
    .apply_table .hstx {
        padding: 0 .5em;
    }
    .apply_table .fl {
        width: 48%;
    }
    .apply_table .fl:first-child {
        padding: 0 4% 0 0;
    }
    .apply_table .fl2 {
        width: 52%;
        padding: 0 0 1em;
    }
    .apply_table .fl2 + .hstx {
        padding: 0 .5em 1em;
    }
    .apply_table .fl3 {
        width: 42%;
    }
    .apply_table .fl4 {
        width: 28%;
    }
    .appEnd_warp {
        margin: 0 0 50px;
    }
    .appEnd_in {
        padding: 0 20px;
    }
    .appEnd_txt {
        padding: 15px;
        margin: 0 0 40px;
    }
    .pwindow {
        top: 0;
        width: 100%;
    }
    .m_ttl p {
        padding: 15px;
    }
    .m_ttl h2 {
        font-size: 16px;
        line-height: 1;
        padding: 20px 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .pwindow .txt {
        height: 100vh;
        overflow-y: scroll;
        padding: 76px 15px 20px;
    }
    /* カレンダー */
    .formCd_wrap {
        width: 100%;
        border-radius: 8px;
        padding: 18px 10px 20px;
        box-sizing: border-box;
    }
    .formCd-ttl {
        font-size: 14px;
        margin: 0 0 12px;
    }
    .formCd_box {
        width: calc(100% - 40px);
    }
    .formCd_box ul {
        height: 40px;
    }
    .formCd_box ul li {
        font-size: 10px;
    }
    .formCd_box ul li span {
        width: 24px;
        padding: 0 0 24px;
        background: url(../svg/icn_open.svg) no-repeat center center;
        background-size: 16px auto;
    }
    .formCd_box ul.is-ttl {
        height: 40px;
    }
    .formCd_box ul.is-ttl li {
        font-size: 12px;
    }
    .formCd_box ul li.is-online span {
        background: url(../svg/icn_online.svg) no-repeat center center;
        background-size: 18px auto;
    }
    .formCd_box ul li.is-off span,
    .formCd_box ul li.is-non span {
        background: url(../svg/icn_close.svg) no-repeat center center;
        background-size: 14px auto;
    }
    .formCd_box ul li.is-on span {
        background: url(../svg/icn_open_wh.svg) no-repeat center center;
        background-size: 16px auto;
    }
    .formCd_box ul li.is-on.is-online span {
        background: url(../svg/icn_online_wh.svg) no-repeat center center;
        background-size: 18px auto;
    }
    .formCd_btn {
        width: 124px;
        height: 42px;
    }
    .formCd_btn a {
        font-size: 12px;
    }
    .formCd_lst {
        margin: 0 0 16px;
    }
    .formCd_lst ul li {
        font-size: 12px;
        margin-left: 10px;
    }
    .formCd_lst ul li.is-ver1 span {
        padding: 0 0 0 17px;
        background: url(../svg/icn_open.svg) no-repeat left center;
        background-size: 12px auto;
    }
    .formCd_lst ul li.is-ver2 span {
        padding: 0 0 0 16px;
        background: url(../svg/icn_online.svg) no-repeat left center;
        background-size: 14px auto;
    }
    .formCd_lst ul li.is-ver3 span {
        padding: 0 0 0 17px;
        background: url(../svg/icn_close.svg) no-repeat left center;
        background-size: 12px auto;
    }
    .formTm_wrap {
        margin: 20px 0 0 0;
        padding: 40px 0 0 0;
        background: url(../svg/arw_down_green.svg) no-repeat top center;
        background-size: 40px auto;
    }
    .formCd_wrap.is-time {
        padding: 14px 10px 10px;
    }
    .formCd-ttl.is-time {
        margin: 0 0 25px;
    }
    .formCd_date {
        margin: 0 0 17px;
    }
    .formCd-date {
        font-size: 20px;
        text-align: center;
        margin: 30px 0 6px;
    }
    .formCd-prev,
    .formCd-next {
        font-size: 13px;
        line-height: 1.6;
        top: 5px;
    }
    .formCd-prev {
        padding-left: 22px;
    }
    .formCd-next {
        padding-right: 22px;
    }
    .formCd-prev span,
    .formCd-next span {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }
    .formCd-prev span::after,
    .formCd-next span::after {
        width: 10px;
        height: 10px;
    }
    .formCd_box.is-time ul.is-ttl {
        margin: 0 0 10px;
    }
    .formCd_time ul {
        width: calc(100% / 3 - 4px);
        height: 100%;
    }
    .formCd_time ul li {
        height: 80px;
        margin: 0 0 4px;
        font-size: 14px;
    }
    .formCd_time ul li span {
        padding: 0 0 30px;
        background: url(../svg/icn_open.svg) no-repeat center bottom;
        background-size: 20px auto;
    }
    .formCd_time ul li.is-on span {
        background: url(../svg/icn_open_wh.svg) no-repeat center bottom;
        background-size: 20px auto;
    }

    .month_ttl {
        height: 30px;
    }
    .month-ttl {
        font-size: 14px;
        line-height: 29px;
    }
    .monthChg_wrap {
        height: 30px;
        padding: 0 10px;
    }
    .formCdTime_wrap {
        width: 40px;
    }
    .tiem-ttl {
        height: 100px;
        line-height: 100px;
    }
    .tiem_lst li {
        font-size: 12px;
        height: 40px;
    }
    .formCnt_wrap {
        padding: 40px 15px;
    }
    input[type="radio"] + label {
        padding-left: 30px;
        font-size: 14px;
        line-height: 1.6;
    }
    input[type="radio"] + label::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    input[type=radio]:checked + label::after {
        width: 10px;
        height: 10px;
        left: 5px;
        margin-top: -5px;
    }
    input[type=checkbox] + label {
        padding-left: 30px;
        margin-right: 30px;
        font-size: 14px;
        line-height: 1.6;
    }
    input[type=checkbox] + label::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    input[type=checkbox]:checked + label::after {
        left: 6px;
        width: 6px;
        height: 10px;
        margin: -8px 0 0 0;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .calendarPop_in {
        width: calc(100% - 48px);
        padding: 32px 24px;
        border-radius: 4px;
        box-sizing: border-box;
    }
    .cls-btn {
        top: 8px;
        right: 8px;
        width: 24px;
        height: 24px;
    }
    .cls-btn span {
        padding: 24px 0 0 0;
    }
    .cls-btn span:before,
    .cls-btn span:after {
        top: 11px;
        left: 3px;
        width: 18px;
        height: 2px;
    }
    .calendarPop-txt {
        font-size: 14px;
        padding-top: 42px;
        margin-bottom: 18px;
        background: url("../svg/icn_info.svg") no-repeat center top;
        background-size: 32px auto;
    }
    .calendarPop_btn {
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
        margin-bottom: 16px;
    }
    .calendarPop_clsbtn {
        max-width: 150px;
    }
    .calendarPop_clsbtn a {
        font-size: 14px;
    }
    .calendarPop_clsbtn a:before {
        left: 12px;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .formCd_lst ul li {
        font-size: 10px;
        margin-left: 10px;
    }
    .apply_table .fl3 {
        width: 40%;
    }
    .m_ttl h2 {
        font-size: 15px;
    }
    .radio_lst li {
        margin-right: 20px;
    }
    .calendarPop_in {
        width: calc(100% - 32px);
        padding: 32px 16px;
    }
}/*@media*/
@media only screen and (max-width: 340px) {
    .formCd_lst ul li {
        font-size: 10px;
        margin-left: 5px;
    }
}
