@charset "UTF-8";
/*-----------------------------------------*
    Common
*------------------------------------------*/
html {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 62.5%;
    color: #333;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.bold {
    font-weight: 700;
}

.red-text {
    color: #CF000D;
}

@media only screen and (max-width:768px) {
	.pcVer {
        display: none;
    }
}

@media (min-width: 769px) {
    .spVer {
        display: none;
    }
}

/*-----------------------------------------*
    Header
*------------------------------------------*/
.header {
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
}

.header-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
@media screen and (max-width : 768px ) {
    .header-title {
        font-size: 2rem;
        line-height: calc(29 / 20);
    }
}

/*-----------------------------------------*
    Footer
*------------------------------------------*/
.footer {
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    margin-top: auto;
}
@media screen and (max-width : 768px ) {
    .footer {
        height: 6rem;
    }
}

.footer.-other {
    margin-top: 0;
}

.copy {
    font-size: 1.2rem;
    color: #fff;
}
@media screen and (max-width : 768px ) {
    .copy {
        font-size: 1rem;
    }
}

/*-----------------------------------------*
    Page: Top
*------------------------------------------*/
.main {
    padding: 4.5rem 1rem 5rem;
}
@media screen and (max-width : 768px ) {
    .main {
        padding: 2.8rem 1rem 4rem;
    }
}

.main-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width : 768px ) {
    .main-title {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

.main-title-strong {
    font-size: 2.4rem;
    color: #BAA346;
}
@media screen and (max-width : 768px ) {
    .main-title-strong {
        font-size: 1.6rem;
    }
}

/*
.reservation {
    margin-top: 3rem;
}
@media screen and (max-width : 768px ) {
    .reservation {
        margin-top: 2rem;
    }
}
*/

.reservation-box {
    background-color: #F3F3F3;
    border: 0.1rem solid #C1C1C1;
    border-radius: 1rem;
    max-width: 76rem;
    margin: auto;
    padding: 3rem 0;
}
@media screen and (max-width : 768px ) {
    .reservation-box {
        padding: 2rem 0;
    }
}

.reservation-text {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: calc(30 / 18);
}
@media screen and (max-width : 768px ) {
    .reservation-text {
        font-size: 1.2rem;
        line-height: calc(22 / 12);
    }
}

.btnArea {
    text-align: center;
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
@media screen and (max-width : 768px ) {
    .btnArea {
        flex-direction: column;
        align-items: center;
    }
}

.lineBtn {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 30rem;
}

.lineBtn a {
    display: block;
    padding: 0.8rem 0;
    border-radius: 0.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.lineBtn a {
    background: #48b210;
    background: -moz-linear-gradient(top, #48b210 0%, #37980d 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #48b210), color-stop(100%, #37980d));
    background: -webkit-linear-gradient(top, #48b210 0%, #37980d 100%);
    background: -ms-linear-gradient(top, #48b210 0%, #37980d 100%);
    background: linear-gradient(to bottom, #48b210 0%, #37980d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48b210', endColorstr='#37980d', GradientType=0);
    -ms-box-shadow: #31820a 0 0.3rem;
    -webkit-box-shadow: #31820a 0 0.3rem;
    box-shadow: #31820a 0 0.3rem;
}

.lineBtn .lineLink {
    padding: 1.4rem 0 1rem;
}

.lineBtn a .ico {
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    margin: 0 0.6rem 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    position: relative;
    top: -0.1rem;
}

.lineBtn a .ico {
    background-image: url("../../../images/common/icon_line.png");
}

.lineBtn a .sub {
    font-size: 1.4rem;
    display: block;
}

.telBtn {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 30rem;
    padding: 0.6rem 0;
    background: #fff;
    border: solid 0.1rem #bfbfbf;
    border-radius: 0.5rem;
    color: #333;
    text-align: center;
}

.telBtn {
    border: solid 0.1rem #ccc;
}

.telBtn a {
    text-decoration: none;
    color: #333;
}

.telBtn {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.telBtn .tel {
    font-size: 2.3rem;
    letter-spacing: -0.1rem;
    white-space: nowrap;
    position: relative;
    line-height: 1.25;
    display: block;
}

.telBtn .tel .ico {
    width: 3.5rem;
    height: 2.4rem;
    vertical-align: middle;
    margin: -0.6rem 0.5rem 0 0;
    background: url("../../../images/common/icon_freedial_gold.png") no-repeat center center;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

/*-----------------------------------------*
    Step Area
*------------------------------------------*/
.step {
    margin-top: 5rem;
}
@media screen and (max-width : 768px ) {
    .step {
        margin-top: 3rem;
    }
}

.step-inner {
    max-width: 98rem;
    margin: auto;
    display: flex;
}

.step-list {
    width: calc(100% / 5);
    height: 8rem;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    color: #888888;
    background-color: #F3F3F3;
    text-align: center;
}
@media screen and (max-width : 768px ) {
    .step-list {
        font-size: 1.2rem;
        line-height: calc(16 / 12);
    }
}

.step-list:first-child {
    width: calc(100% / 5 - 2rem);
}
@media screen and (max-width : 768px ) {
    .step-list:first-child {
        width: calc(100% / 5 - 1rem);
    }
}

.step-list.on {
    background-color: #BAA346;
    color: #fff;
}

.step-list::before {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    width: 2px;
    height: 100%;
    z-index: 1;
    background: #fff;
}

.step-list::after {
    content: '';
    position: absolute;
    right: -2rem;
    top: 0;
    width:0;
    height:0;
    border-style:solid;
    border-width: 4rem 0 4rem 2rem;
    border-color: transparent transparent transparent #F3F3F3;
    z-index: 1;
}
@media screen and (max-width : 768px ) {
    .step-list::after {
        border-width: 4rem 0 4rem 1rem;
        right: -1rem;
    }
}

.step-list.on::after {
    border-color: transparent transparent transparent #BAA346;
}

.step-list-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step-list:not(:first-child) .step-list-inner {
    padding-left: 2rem;
}
@media screen and (max-width : 768px ) {
    .step-list:not(:first-child) .step-list-inner {
        padding-left: 1rem;
    }
}

.step-list-inner::before {
    content: '';
    position: absolute;
    right: -2.2rem;
    top: 0;
    width:0;
    height:0;
    border-style:solid;
    border-width: 4rem 0 4rem 2rem;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
}
@media screen and (max-width : 768px ) {
    .step-list-inner::before {
        right: -1.2rem;
        border-width: 4rem 0 4rem 1rem;
    }
}

.step-list-num {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.3rem;
}
@media screen and (max-width : 768px ) {
    .step-list-num {
        font-size: 1rem;
        margin-bottom: 0.7rem;
    }
}

/*-----------------------------------------*
    Form
*------------------------------------------*/

/* API処理中は画面をロック */
#counselingForm.hold { 
    pointer-events:none; 
}
/* Top: 選択項目非表示（デフォルト） */
#counselingForm .hide {
    display: none;
}

.form-container {
    max-width: 90rem;
    margin: auto;
}

.form-title {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 1.4rem;
}
@media screen and (max-width : 768px ) {
    .form-title {
        font-size: 1.4rem;
        padding-bottom: 1rem;
    }
}

.form-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.5rem;
    background-color: #F3F3F3;
}
@media screen and (max-width : 768px ) {
    .form-title::before {
        height: 0.3rem;
    }
}

.form-sub-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 1.2rem;
}
@media screen and (max-width : 768px ) {
    .form-sub-title {
        font-size: 1.2rem;
        padding-bottom: 0.6rem;
    }
}


.form-area {
    margin-top: 4rem;
}
@media screen and (max-width : 768px ) {
    .form-area {
        margin-top:2.2rem;
    }    
}

.form-area-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}
@media screen and (max-width : 768px ) {
    .form-area-items {
        margin-top: 1.5rem;
    }
}

.form-area-item {
    width: calc((100% - 3rem) / 4);
    border: 0.1rem solid #C1C1C1;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
}
@media screen and (max-width : 768px ) {
    .form-area-item {
        width: calc((100% - 2rem) / 3);
        font-size: 1.4rem;
        height: 5rem;
    }
}
@media screen and (min-width : 769px) {
    .form-area-item:hover {
        background-color: #F3F3F3;
    }
}

.form-area-item.selected {
    background-color: #BAA346;
    border: 0.1rem solid #BAA346;
    color: #fff;
}

.form-area-input {
    display: none;
}

.form-area-input:checked + .form-area-item {
    background-color: #BAA346;
    border: 0.1rem solid #BAA346;
    color: #fff;
}

.form-clinic {
    margin-top: 3rem;
}
@media screen and (max-width : 768px ) {
    .form-clinic {
        margin-top:2.2rem;
    }    
}

.form-clinic-list {
    position: relative;
    width: 44.6rem;
    max-width: 100%;
}

.form-clinic-list::before {
    content: "";
    position: absolute;
    right: 2.3rem;
    top: 4.8rem;
    background-image: url(../img/icon_arrow.svg);
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    pointer-events: none;
}
@media screen and (max-width : 768px ) {
    .form-clinic-list::before {
        top: 3.6rem;
        right: 1.6rem;
    }
}

.form-clinic-select {
    border: 0.1rem solid #C1C1C1;
    width: 100%;
    height: 6rem;
    font-size: 1.6rem;
    padding: 2rem;
    margin-top: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (max-width : 768px ) {
    .form-clinic-select {
        height: 5rem;
        padding: 1.5rem;
        margin-top: 1.5rem;
    }
}

.form-clinic-select::-ms-expand {
    display: none;
}
.form-clinic-select.loading {
    background: #F3F3F3;
}


.form-treatment {
    margin-top: 3rem;
}
@media screen and (max-width : 768px ) {
    .form-treatment {
        margin-top:2.2rem;
    }    
}

.form-treatment-list {
    position: relative;
    width: 44.6rem;
    max-width: 100%;
}

.form-treatment-list::before {
    content: "";
    position: absolute;
    top: 4.8rem;
    right: 2.3rem;
    background-image: url(../img/icon_arrow.svg);
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    pointer-events: none;
}
@media screen and (max-width : 768px ) {
    .form-treatment-list::before {
        top: 3.6rem;
        right: 1.6rem;
    }
}

.form-treatment-select {
    border: 0.1rem solid #C1C1C1;
    width: 100%;
    height: 6rem;
    font-size: 1.6rem;
    padding: 2rem;
    margin-top: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (max-width : 768px ) {
    .form-treatment-select {
        height: 5rem;
        padding: 1.5rem;
        margin-top: 1.5rem;
    }
}

.form-treatment-select::-ms-expand {
    display: none;
}
.form-treatment-select.loading {
    background: #F3F3F3;
}

.form-treatment-other {
    display: none;
    margin-top: 2rem;
    position: relative;
}
@media screen and (max-width : 768px ) {
    .form-treatment-other {
        margin-top:1.5rem;
    }    
}

.form-button-container {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    gap: 4rem;
}
@media screen and (max-width : 768px ) {
    .form-button-container {
        margin-top: 3rem;
        gap: 1.5rem;
        flex-direction: column-reverse;
        align-items: center;
    }
}

.form-button {
    width: 28rem;
    height: 6rem;
    border: 0.1rem solid #C1C1C1;
    background-color: #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
}
@media screen and (max-width : 768px ) {
    .form-button {
        width: 30rem;
        height: 5.8rem;
        font-size: 1.4rem;
    }
}

.form-button::before {
    content: "";
    position: absolute;
    right: 1.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/icon_arrow_next.svg);
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    pointer-events: none;
}

.form-button.-prev {
    font-weight: 400;
}

.form-button.-prev::before {
    right: initial;
    left: 2rem;
    background-image: url(../img/icon_arrow_prev.svg);
}


/*-----------------------------------------*
    Banner
*------------------------------------------*/
.section-banner{
    max-width: 90rem;
    margin: auto;
    margin-top: 4rem;
}
.section-banner-image{
    max-width: 65rem;
    width: 100%;
}

/*-----------------------------------------*
    Page: Reserve
*------------------------------------------*/
.main.reserve {
    padding: 5.2rem 1rem 6rem;
}
@media screen and (max-width : 768px ) {
    .main.reserve {
        padding: 3rem 1rem 4rem;
    }
}

.reserve .step {
    margin-top: 0;
}

.reserve .form-container {
    position: relative;
}

.form-date {
    margin-top: 4rem;
}
@media screen and (max-width : 768px ) {
    .form-date {
        margin-top: 2.2rem;
    }
}

.form-date-error {
    font-size: 1.8rem;
    font-weight: 700;
    color: #CF000D;
    text-align: center;
    margin-top: 4rem;
}
@media screen and (max-width : 768px ) {
    .form-date-error {
        font-size: 1.4rem;
        margin-top: 3rem;
    }
}

.form-date ul {
    display: inline-block;
    width: calc((90rem - 0.2rem) / 8.3);
    text-align: center;
}
@media screen and (max-width : 768px ) {
    .form-date ul {
        width: calc((100vw - 0.2rem - 2rem) / 6);
    }
}

.form-date ul > *:not(:first-child) {
    border-top: 0.1rem solid #CBCBCB;
}

.form-date-items {
    position: relative;
    border: 0.1rem solid #CBCBCB;
    margin-top: 2.5rem;
}
@media screen and (max-width : 768px ) {
    .form-date-items {
        margin-top: 1.5rem;
    }
}

.form-date .form-date-time {
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
    border-right: 0.1rem solid #CBCBCB;
    z-index: 1;
    font-size: 1.2rem;
    font-weight: 700;
}
@media screen and (max-width : 768px ) {
    .form-date .form-date-time {
        font-size: 1.1rem;
    }
}

.form-date-items li {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width : 768px ) {
    .form-date-items li {
        height: 4rem;
    }
}

.form-date-scroll {
    overflow-x: auto;
    white-space: nowrap;
    padding-left: calc((90rem - 0.2rem) / 8.3);
    font-size: 0;
    line-height: 0;
}
@media screen and (max-width : 768px ) {
    .form-date-scroll {
        padding-left: calc((100vw - 0.2rem - 2rem) / 6);
    }
}

.form-date-items ul:not(:first-child) {
    border-left: 0.1rem solid #CBCBCB;
}

.form-date-scroll ul {
    position: relative;
    vertical-align: top;
}

.form-date-scroll li {
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #CBCBCB;
}

.form-date-scroll .form-date-scroll-date {
    background: #eee;
    font-size: 1.2rem;
    color: #333;
}
@media screen and (max-width : 768px ) {
    .form-date-scroll .form-date-scroll-date {
        font-size: 1.1rem;
        line-height: calc(14 / 11);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

.form-date-scroll li.-active {
    font-size: 2.3rem;
    background-color: #fff;
    color: #BAA346;
    cursor: pointer;
}
@media screen and (max-width : 768px ) {
    .form-date-scroll li:nth-child(2) {
        margin-top: 4rem;
    }
}
@media screen and (min-width : 769px) {
    .form-date-scroll li.-active:hover {
        background-color: #fffbe9;
    }
}

.form-date-fixed {
    display: none;
    position: fixed;
    left: calc(50% - 45rem);
    top: 0;
    width: 90rem;
    overflow: hidden;
    z-index: 2;
    background: #fff;
}
@media screen and (max-width : 768px ) {
    .form-date-fixed {
        left: 1rem;
        right: 1rem;
        width: calc(100% - 2rem);
    }
}

.form-date-fixed.active {
    display: block;
}

.form-date-fixed .form-date-items {
    overflow: hidden;
}

.form-date-fixed-scroll {
    white-space: nowrap;
    padding-left: calc((90rem - 0.2rem) / 8.3);
    font-size: 0;
    line-height: 0;
}
@media screen and (max-width : 768px ) {
    .form-date-fixed-scroll {
        padding-left: calc((100vw - 0.2rem - 2rem) / 6);
    }
}

.form-date-fixed-scroll::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc((90rem - 0.2rem) / 8.3);
    height: 3.5rem;
    border-right: 0.1rem solid #CBCBCB;
    background: #eee;
}
@media screen and (max-width : 768px ) {
    .form-date-fixed-scroll::after {
        width: calc((100vw - 0.2rem - 2rem) / 6);
        height: 4rem;
    }
}

.form-date-fixed-scroll .form-date-fixed-scroll-date {
    width: calc((90rem - 0.2rem) / 8.3);
    display: inline-flex;
    background: #eee;
    font-size: 1.2rem;
    color: #333;
    font-weight: 700;
}
@media screen and (max-width : 768px ) {
    .form-date-fixed-scroll .form-date-fixed-scroll-date {
        width: calc((100vw - 0.2rem - 2rem) / 6);
        font-size: 1.1rem;
        line-height: calc(14 / 11);
    }
}

.form-date-fixed li:not(:first-child) {
    border-left: 0.1rem solid #CBCBCB;
}

/*-----------------------------------------*
    Page: Userinfo
*------------------------------------------*/
.main.userinfo {
    padding: 5.2rem 1rem 6rem;
}
@media screen and (max-width : 768px ) {
    .main.userinfo {
        padding: 3rem 1rem 4rem;
    }
}

.userinfo .step {
    margin-top: 0;
}

.form-items {
    display: flex;
    align-items: center;
    min-height: 8.5rem;
    padding: 2rem 0;
}
@media screen and (max-width : 768px ) {
    .form-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 0;
    }
}

.form-items:not(:first-child) {
    border-top: 0.1rem dotted #ccc;
}
@media screen and (max-width : 768px ) {
    .form-items:not(:first-child) {
        border: none;
    }
}

.form-items.-textarea {
    align-items: flex-start;
}

.form-item {
    display: flex;
    align-items: center;
    width: 25.2rem;
}
@media screen and (max-width : 768px ) {
    .form-item {
        font-size: 1.4rem;
        background-color: #F3F3F3;
        height: 4.2rem;
        padding: 0 1.1rem;
        width: 100%;
        margin-top: 1.5rem;
    }
}

.-textarea .form-item {
    margin-top: 2.8rem;
}
@media screen and (max-width : 768px ) {
    .-textarea .form-item {
        margin-top: 1.5rem;
    }
}

.form-input {
    width: calc(100% - 25.2rem);
}
@media screen and (max-width : 768px ) {
    .form-input {
        width: 100%;
    }
}

.-textarea .form-input {
    margin-top: 2rem;
}
@media screen and (max-width : 768px ) {
    .-textarea .form-input {
        margin-top: 0;
    }
}

.form-flex {
    display: flex;
    align-items: center;
}
@media screen and (max-width : 768px ) {
    .form-flex {
        flex-direction: column;
        align-items: flex-start;
    }
}

.form-flex.-name {
    gap: 2rem;
}
@media screen and (max-width : 768px ) {
    .form-flex.-name {
        gap: 1rem;
        flex-direction: column;
    }
}

.form-flex-age {
    display: flex;
    align-items: center;
}

.form-text-label {
    width: 100%;
    max-width: 31.5rem;
    border: 0.1rem solid #ccc;
    height: 4.2rem;
    display: block;
    font-size: 16px;
    position: relative;
}
@media screen and (max-width : 768px ) {
    .form-text-label {
        max-width: 100%;
    }
}

.form-flex-age .form-text-label {
    width: 10rem;
}
@media screen and (max-width : 768px ) {
    .form-flex-age .form-text-label {
        width: 6rem;
    }
}

.form-text {
    width: 100%;
    height: 100%;
    padding: 1rem;
}

.form-text::placeholder {
    color: #C8C7C7;
}

.form-sub-text {
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 1rem;
}

.form-notes {
    font-size: 1.4rem;
    margin-left: 2rem;
}
@media screen and (max-width : 768px ) {
    .form-notes {
        margin: 1rem 0 0 0;
    }
}

.form-required {
    width: 3.9rem;
    height: 2.1rem;
    border: 0.1rem solid #CF000D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5rem;
    font-size: 1.2rem;
    color: #CF000D;
    padding-top: 0.3rem;
    font-weight: 400;
}
@media screen and (max-width : 768px ) {
    .form-required {
        width: 3rem;
        height: 1.8rem;
        font-size: 1rem;
        margin-right: 1.1rem;
        padding-top: 0.1rem;
    }
}

/* エラーチップ */
.form-error-text {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0rem, calc(100% + 0.6rem));
    border-radius: 0.5rem;
    padding: 0.8rem 1.2rem;
    background: #BAA346;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    white-space: nowrap;
    font-size: 0.8em;
    line-height: 1;
    pointer-events: none;
}
.form-error-text::before {
    content: '';
    position: absolute;
    left: 2rem;
    top: -1rem;
    border-style: solid;
    border-color: transparent transparent #BAA346;
    border-width: 0 0.5rem 1.2rem;
    pointer-events: none;
}
@media screen and (max-width : 768px ) {
    .form-error-text {
        font-size: 1.2rem;
        padding: 0.6rem 0.8rem;
        bottom: 0.2rem;
    }
    .form-error-text::before {
        top: -0.8rem;
    }
}

.form-optional {
    width: 4rem;
    height: 2rem;
    background-color: #888888;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5rem;
    font-size: 1.2rem;
    color: #fff;
    padding-top: 0.3rem;
    font-weight: 400;
}
@media screen and (max-width : 768px ) {
    .form-optional {
        width: 3rem;
        height: 1.8rem;
        font-size: 1rem;
        margin-right: 1.1rem;
        padding-top: 0.1rem;
    }
}

.form-item-title {
    display: block;
    padding-top: 0.2rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.form-radio-group {
    position: relative;
    padding-left: 0.5rem;
    font-size: 1.6rem;
}
@media screen and (max-width : 768px ) {
    .form-radio-group {
        flex-direction: row;
    }
}

.form-radio-label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.2rem 0 0 2.5rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.form-radio-label.-ml {
    margin-left: 2rem;
}

.form-radio-label::before,
.form-radio-label::after {
    content: "";
    display: block; 
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.form-radio-label::before {
    border: 0.1rem solid #ccc;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    left: -0.4rem;
}

.form-radio-label::after {
    background-color: #BAA346;
    border-radius: 50%;
    opacity: 0;
    width: 1rem;
    height: 1rem;
    left: 0.1rem
}

.form-radio:checked + .form-radio-label::after {
    opacity: 1;
}

.form-textarea {
    width: 100%;
    height: 16rem;
    border: 0.1rem solid #ccc;
    font-size: 16px;
    padding: 1rem;
    resize: none;
    line-height: 1.5;
}
@media screen and (max-width : 768px ) {
    .form-textarea {
        height: 17rem;
    }
}

.form-policy {
    width: 100%;
    margin-top: 4rem;
}
@media screen and (max-width : 768px ) {
    .form-policy {
        margin-top: 1.5rem;
    }
}

.form-policy-title {
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background-color: #888888;
    color: #fff;
    height: 5.2rem;
}
@media screen and (max-width : 768px ) {
    .form-policy-title {
        font-size: 1.4rem;
        height: 4.2rem;
        padding: 0 1rem;
    }
}

.form-policy-box {
    border: 0.1rem solid #ccc;
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    height: 25.7rem;
    overflow: auto;
}
@media screen and (max-width : 768px ) {
    .form-policy-box {
        padding: 1rem;
        font-size: 1.2rem;
    }
}

.form-policy-box p:not(:last-child) {
    margin-bottom: 2em;
}
.form-policy-box p.mb0 {
    margin-bottom: 0;
}
.form-policy-box a {
    text-decoration: underline;
}
.form-policy-box a:hover {
    text-decoration: none;
}
.form-policy-box table {
    margin-bottom: 2em;
    font-size: 0.9em;
    width: 100%;
    word-break: break-all;
}
.form-policy-box table th,
.form-policy-box table td {
    border: 1px solid #c1c1c1;
    padding: 0.5em;
}
.form-policy-box table th {
    background-color: #f4f6f7;
}
@media screen and (max-width : 768px ) {
    .form-policy-box table {
        margin-bottom: 1.6em;
    }
}

.form-policy-text {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 3rem;
}
@media screen and (max-width : 768px ) {
    .form-policy-text {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        line-height: 1.5;
    }
}

.form-checkbox-container {
    text-align: center;
    margin-top: 2rem;
}
@media screen and (max-width : 768px ) {
    .form-checkbox-container {
        margin-top: 1.5rem;
    }
}

.form-checkbox-label {
    position: relative;
    cursor: pointer;
    padding: 0.2rem 0 0 3rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.form-checkbox-label::before,
.form-checkbox-label::after {
    content: "";
    display: block; 
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.form-checkbox-label::before {
    border: 0.1rem solid #ccc;
    width: 2rem;
    height: 2rem;
    left: -0.4rem;
}

.form-checkbox-label::after {
    background-image: url(../img/icon_check.svg);
    opacity: 0;
    width: 1.8rem;
    height: 1.3rem;
    left: -0.3rem;
    margin-top: 0.1rem;
}

.form-checkbox:checked + .form-checkbox-label::after {
    opacity: 1;
}

.userinfo .form-button-container {
    margin-top: 4rem;
}
@media screen and (max-width : 768px ) {
    .userinfo .form-button-container {
        margin-top: 3rem;
    }
}

.form-message {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 1.0rem;
}
@media screen and (max-width : 768px ) {
}


/*-----------------------------------------*
    Page: Confirm
*------------------------------------------*/
.main.confirm {
    padding: 5.2rem 1rem 6rem;
}
@media screen and (max-width : 768px ) {
    .main.confirm {
        padding: 3rem 1rem 4rem;
    }
}

.confirm .step {
    margin-top: 0;
}

.form-confirm-items {
    display: flex;
    align-items: flex-start;
    border-bottom: 0.1rem solid #ccc;
}
@media screen and (max-width : 768px ) {
    .form-confirm-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        border: none;
    }
}

.form-confirm-item {
    font-size: 1.6rem;
    font-weight: 700;
    width: 25rem;
    line-height: 1.5;
    padding: 2.9rem 0 2.9rem 1.5rem;
}
@media screen and (max-width : 768px ) {
    .form-confirm-item {
        font-size: 1.4rem;
        background-color: #F3F3F3;
        height: 4.2rem;
        padding: 0 1.2rem;
        width: 100%;
        margin-top: 1.5rem;
        display: flex;
        align-items: center;
    }
}

.form-confirm-input {
    font-size: 1.6rem;
    width: calc(100% - 25rem);
    color: #888888;
    line-height: 1.5;
    padding: 2.9rem 2rem 2.9rem 0;
}
@media screen and (max-width : 768px ) {
    .form-confirm-input {
        width: 100%;
        padding: 0 1rem;
    }
}
@media screen and (max-width : 768px ) {
    .form-confirm-input.-textarea {
        padding: 0;
    }
}

.form-confirm-text {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 5rem;
    line-height: calc(30 / 16);
}
@media screen and (max-width : 768px ) {
    .form-confirm-text {
        font-size: 1.2rem;
        margin-top: 3rem;
    }
}

/*-----------------------------------------*
    Page: Thanks
*------------------------------------------*/
.main.thanks {
    padding: 5.2rem 1rem 8rem;
}
@media screen and (max-width : 768px ) {
    .main.thanks {
        padding: 3rem 1rem 4.6rem;
    }
}

.thanks .step {
    margin-top: 0;
}

.main-thanks-title {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-top: 5rem;
}
@media screen and (max-width : 768px ) {
    .main-thanks-title {
        font-size: 1.8rem;
        margin-top: 3rem;
    }
}

.thanks-text1 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #CF000D;
    margin-top: 4.4rem;
}
@media screen and (max-width : 768px ) {
    .thanks-text1 {
        font-size: 1.4rem;
        margin-top: 3rem;
    }
}

.thanks-text2 {
    font-size: 1.6rem;
    text-align: center;
    line-height: calc(30 / 16);
    margin-top: 1.7rem;
}
@media screen and (max-width : 768px ) {
    .thanks-text2 {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        line-height: calc(22 / 12);
    }
}

.thanks-text3 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: calc(26 / 16);
    margin: 4rem auto;
    padding: 3rem;
    max-width: 76rem;
    background-color: #F3F3F3;
    border: 0.1rem solid #C1C1C1;
    border-radius: 1rem;
}
@media screen and (max-width : 768px ) {
    .thanks-text3 {
        font-size: 1.2rem;
        margin: 3rem auto;
        padding: 2rem 1.4rem;
        line-height: calc(22 / 12);
    }
}

/*-----------------------------------------*
    Page: Callcenter
*------------------------------------------*/
.main.callcenter {
    padding: 24rem 1rem;
    margin: auto;
}
@media screen and (max-width : 768px ) {
    .main.callcenter {
        padding: 21rem 1rem;
    }
}

.main-callcenter-title {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 4rem;
}
@media screen and (max-width : 768px ) {
    .main-callcenter-title {
        font-size: 1.8rem;
        line-height: 3rem;
    }
}

.callcenter-text {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 3rem;
    line-height: 1.8;
}
@media screen and (max-width : 768px ) {
    .callcenter-text {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        line-height: calc(22 / 12);
    }
}

.callcenter-tel {
    color: #BAA346;
    font-weight: 700;
}
@media screen and (max-width : 768px ) {
    .callcenter-tel {
        text-decoration: underline;
    }
}

/*-----------------------------------------*
    Page: Error
*------------------------------------------*/
.main.error {
    padding: 20rem 0;
    margin: auto;
}
@media screen and (max-width : 768px ) {
    .main.error {
        padding: 16rem 0;
    }
}

.main-error-title {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #CF000D;
}
@media screen and (max-width : 768px ) {
    .main-error-title {
        font-size: 1.8rem;
    }
}

.error-text1 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 3.5rem;
}
@media screen and (max-width : 768px ) {
    .error-text1 {
        font-size: 1.2rem;
        margin-top: 2rem;
    }
}

.error-text2 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1.2rem;
    line-height: 1.8;
}
@media screen and (max-width : 768px ) {
    .error-text2 {
        font-size: 1.2rem;
        margin-top: 0.9rem;
        line-height: calc(22 / 12);
    }
}

.error-tel {
    color: #BAA346;
    font-weight: 700;
}
@media screen and (max-width : 768px ) {
    .error-tel {
        text-decoration: underline;
    }
}

.error .form-button-container {
    margin-top: 4rem;
}
@media screen and (max-width : 768px ) {
    .error .form-button-container {
        margin-top: 3rem;
    }
}