@charset "utf-8";

/* ===== request.css ===== */
/* -- dlBox -- */
.dlBox {
    margin-top: 3rem;
}
.dlBox > dt {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    color: #FFF;
    padding: 2.6rem 2.5rem 2.5rem;
    background: #1E2864;
}
.dlBox > dd {
    padding: 5rem 6rem;
    background: #FFF;
}
.dlBox > dd > :first-child {
    margin-top: 0;
}
/* - formBtn - */
.dlBox .formBtn {
    margin-top: 5.6rem;
}
@media screen and ( max-width: 900px ) {
    .dlBox {
        margin-top: 15px;
    }
    .dlBox > dd {
        padding: 20px 15px;
    }
}

/* -- tableBox -- */
.tableBox {
    line-height: 1.5;
    width: 100%;
    border-top: 1px solid #DEDEDE;
}
.tableBox th,
.tableBox td {
    padding: 2.6rem 0 2.5rem 2rem;
    border-bottom: 1px solid #DEDEDE;
}
.tableBox th {
    font-weight: normal;
    position: relative;
    width: 14.8rem;
}
.tableBox th::after {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background: #DEDEDE;
    content: "";
}
@media screen and ( max-width: 900px ) {
    .tableBox th,
    .tableBox td {
        padding: 20px 0 20px 10px;
    }
    .tableBox th {
        width: 115px;
    }
}

/* -- formDl -- */
.formDl > dt {
    font-weight: normal;
    line-height: 1.5;
}
.formDl > dt:not(:first-child) {
    margin-top: 4.9rem;
}
.formDl > dt.rqr::after {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
    color: #E52375;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.2rem;
    margin-left: 1rem;
    width: 3.8rem;
    height: 2.2rem;
    border: 1px solid #E52375;
    content: "必須";
}
.formDl > dd {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #727272;
    margin-top: 0.8rem;
}
.formDl > dd > :not(:last-child) {
    margin-bottom: 0.7rem;
}
.formDl > dd input[type="text"] {
    font-size: 1.6rem;
}
/* - calendar - */
.formDl .calendar {
    display: flex;
    flex-wrap: wrap;
}
.formDl .calendar .date {
    width: calc(50% - 3rem);
}
.formDl .calendar .date.w100 {
    width: 100%;
}
.formDl .calendar .date label {
    display: block;
    position: relative;
    background: #fff;
}
.formDl .calendar .date label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.9rem;
    margin: auto;
    width: 1.5rem;
    height: 1.6rem;
    background: url(/asset/img/common/calendar.svg) no-repeat 0 0 / 100% auto;
    content: "";
    z-index: 10;
}
.formDl .calendar .date input[type="date"] {
    text-align: left;
    line-height: 56px;
    cursor: pointer;
    position: relative;
    background: none;
    z-index: 20;
}
.formDl .calendar .date input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}
.formDl .calendar .date input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-appearance: none;
}
.formDl .calendar .date input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.formDl .calendar .date input[type="date"]::-webkit-clear-button{
    -webkit-appearance: none;
}
.formDl .calendar .date span {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 20px;
}
.formDl .calendar .txt {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
}
/* - address - */
.formDl .address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.formDl .address > :nth-child(1) {
    width: 200px;
}
.formDl .address > :nth-child(2) {
    width: calc(100% - 220px);
}
.formDl .address_txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 0.5rem;
}
/* - address02 - */
.formDl .address02 {
    margin-top: 1.9rem;
}
/* - postal - */
.formDl .postal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.formDl .postal .address_txt {
    width: 100%;
}
.formDl .postal .inputTxt {
    margin-right: 1.6rem;
    width: 200px;
}
.formDl .postal .btn {
    width: 10.4rem;
}
.formDl .postal .btn input,
.formDl .postal .btn button {
    font-size: 1.4rem;
    line-height: 3.1rem;
    color: #967F00;
    text-align: center;
    width: 100%;
    height: 3.1rem;
    border: 1px solid #967F00;
    border-radius: 0.5rem;
}
/* - radio - */
.formDl > dd > .radio {
    margin-bottom: 0.5rem;
}
/* price */
.formDl > dd .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.formDl > dd .price input[type="text"] {
    width: calc(100% - 68px);
}
.formDl > dd .min.price {
    justify-content: flex-start;
}
.formDl > dd .min.price input[type="text"] {
    margin-right: 1.2rem;
    width: 24rem;
}
/* - cmp - */
.cmp.formDl > dt {
    color: #727272;
}
.cmp.formDl > dt:not(:first-child) {
    margin-top: 3.2rem;
}
.cmp.formDl > dd {
    font-size: 1.6rem;
    color: #000;
    margin-top: 0.7rem;
}
/* - checkbox ptrn01 - */
.formDl .ptrn01.checkbox {
    font-size: 1.6rem;
    color: #000;
    margin-top: 2.3rem;
}
.formDl .ptrn01.checkbox > * {
    width: 100%;
}
.formDl .ptrn01.checkbox > *:not(:last-child) {
    margin-bottom: 1.8rem;
}
.formDl .ptrn01.checkbox > * label span {
    font-size: 1.4rem;
    display: block;
    margin: 0.1rem 0 0 3.5rem;
}
/* - lfspan - */
.lfspan {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.lfspan span {
    margin-left: 1.1rem;
    order: 3;
}
@media screen and ( max-width: 900px ) {
    /* - calendar - */
    .formDl .calendar {
        display: block;
    }
    .formDl .calendar .date {
        width: 100%;
    }
    .formDl .calendar .txt {
        text-align: left;
        display: block;
        padding: 8px 15px;
        width: 100%;
    }
    /* - address - */
    .formDl .address {
        display: block;
    }
    .formDl .address > :nth-child(1),
    .formDl .address > :nth-child(2) {
        width: 100%;
    }
    .formDl .address .select {
        margin-bottom: 8px;
    }
    /* - address02 - */
    .formDl .address02 {
        margin-top: 0;
    }
}

/* -- formCheck -- */
.formCheck {
    line-height: 1.5;
    margin-top: 4.9rem;
}
.formCheck > :not(:last-child) {
    margin-bottom: 1.8rem;
}
.formCheck > .rqr label::after {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
    color: #E52375;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.1rem;
    margin-left: 1rem;
    width: 3.8rem;
    height: 2.2rem;
    border: 1px solid #E52375;
    content: "必須";
}
.formCheck a {
    color: #003EC9;
    text-decoration: underline;
}
.formCheck a::after {
    display: inline-block;
    position: relative;
    margin: 0 0.3rem 0 0.3rem;
    width: 1.5rem;
    height: 1.1rem;
    background: url(/asset/img/common/blank.svg) no-repeat 0 0/100% auto;
    content: "";
}
@media screen and ( max-width: 900px ) {
    .formCheck .checkbox {
        font-size: 12px;
        display: block;
    }
    .formCheck .checkbox label {
        text-indent: -35px;
        padding-left: 35px;
        display: inline-block;
        width: 100%;
    }
    .formCheck > .rqr label::after {
        font-size: 10px;
        margin-left: 6px;
        text-indent: 0;
        padding-left: 0;
    }
}

/* -- formBtn -- */
.formBtn {
    margin-top: 4.8rem;
}
.formBtn .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.1rem;
    padding-top: 0.9rem;
}
.formBtn > :not(.txt) {
    margin: 0 auto;
    max-width: 42rem;
}
.formBtn > :not(:last-child) {
    margin-bottom: 2rem;
}
.formBtn > :not(.txt) > * {
    line-height: 1.5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    border: 1px solid;
    border-radius: 0.5rem;
}
/* - submit - */
.formBtn .submit * {
    color: #FFF;
    background: #967F00;
    border-color: #967F00;
}
/* - prev - */
.formBtn .prev * {
    color: #FFF;
    background: #727272;
    border-color: #727272;
}
/* - login - */
.formBtn .login * {
    color: #967F00;
    background: #FFF;
    border-color: #967F00;
}
/* - login - */
.formBtn .back * {
    color: #727272;
    background: #FFF;
    border-color: #DEDEDE;
}
/* - min - */
.formBtn .min {
    max-width: 28.5rem;
}

/* -- formBox -- */
.formBox {
    padding: 5rem 5rem 6rem;
    background: #FFF;
}
.formBox .formDl .postal {
    margin-top: 1.3rem;
}
.formBox .formDl .address {
    margin-top: 1.7rem;
}
.formBox .formDl .address > :nth-child(2) {
    width: calc(100% - 215px);
}
.formBox > .errorTxt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #E52375;
    margin-bottom: 5rem;
    padding: 0.6rem 0.5rem 0.5rem;
    background: #FFEBF4;
    border: 1px solid #E52375;
}
.formBox .formDl .errorTxt {
    color: #E52375;
}
/* - cmp - */
.cmp.formDl > dt:not(:first-child) {
    margin-top: 4.1rem;
}
@media screen and ( max-width: 900px ) {
    .formBox {
        padding: 20px 15px;
    }
    .formBox .formDl .address > :nth-child(2) {
        width: 100%;
    }
}