@charset "UTF-8";
.request_wrap {
    background: #fbfbfb;
    padding: 92px 0 90px;
    position: relative;
}
.request_wrap:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1;
    height: 20px;
    background: url(../img/top_bg_down.png) no-repeat center bottom / 100% auto;
    background: url(../webp/top_bg_down.webp) no-repeat center bottom / 100% auto;
}
.reqFlow_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 42px;
}
.reqFlow_lst li {
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid #d4d4d4;
    background: #fff;
    color: #d3d3d3;
    border-radius: 50%;
    z-index: 2;
    margin: 0 31px;
    position: relative;
}
.reqFlow_lst li.is-on {
    border: 2px solid #01c69a;
    background: #01c69a;
    color: #fff;
}
.reqFlow_lst li:before {
    content: '';
    display: block;
    width: 62px;
    height: 2px;
    position: absolute;
    right: -64px;
    top: 50%;
    margin-top: -1px;
    background: #d4d4d4;
    z-index: 1;
}
.reqFlow_lst li:last-child:before {
    content: none;
}
.reqFlow_lst .txt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}
.reqFlow_lst .txt span {
    width: 100%;
    display: block;
    font-size: 12px;
}
.reqRead_txt {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 40px;
}
.request_in {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.01);
    position: relative;
    padding: 130px 68px 86px;
}
.reqEnd_wrap {
    text-align: center;
}
.reqEnd_wrap .ttl {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 40px;
}
.reqEnd_wrap .txt {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}
.reqBtn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 110px;
}
.reqBtn_wrap .c-btn {
    margin: 0 10px;
}
.c-btn.is-gry {
    max-width: 260px;
}
.c-btn.is-gry a:before,
.c-btn.is-gry button:before {
    right: auto;
    left: 24px;
    transform: none;
    translate: 0 -50%;
    rotate: 180deg;
}
.c-btn.is-gry a span,
.c-btn.is-gry button span {
    padding-right: 0;
    padding-left: 24px;
}
.reqForm_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.reqForm_box:first-child {
    margin-top: 0;
}
.reqForm_box .ttl {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    width: 355px;
    box-sizing: border-box;
    position: relative;
}
.reqForm_box .add {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: .4em;
}
.reqForm_box .his {
    position: absolute;
    top: 2px;
    right: 78px;
    z-index: 1;
    width: 50px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background: #01c69a;
    box-sizing: border-box;
    padding-top: 4px;
}
.reqForm_box .box {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    width: -webkit-calc(100% - 355px);
    width: calc(100% - 355px);
    box-sizing: border-box;
}
.reqForm_box .addtxt {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: .4em;
}
.reqForm_box .addtxt.is-inline {
    display: inline-block;
    padding-left: 2em;
}
.reqForm_box .lst.is-ver1,
.reqForm_box .lst.is-ver3,
.reqForm_box .lst.is-ver4 {
    display: flex;
    flex-wrap: wrap;
}
.reqForm_box .lst.is-ver1{
    padding-top: 12px;
}
.reqForm_box .lst.is-ver2,
.reqForm_box .lst.is-ver4,
.reqForm_box .lst.is-ver3 {
    margin-top: -20px;
}
.reqForm_box .lst.is-ver1 li {
    margin-right: 46px;
}
.reqForm_box .lst.is-ver2 li {
    margin-top: 20px;
}
.reqForm_box .lst.is-ver2 li.is-add-lst {
    margin-top: 10px;
    padding-left: 32px;
}
.reqForm_box .lst.is-ver4 li {
    width: 50%;
    margin-top: 20px;
}
.reqForm_box .lst.is-ver3 li {
    margin-right: 46px;
    margin-top: 20px;
}
.reqForm_box .is-center {
    margin: 0 auto;
}
.reqForm_box .is-sex_wrap span {
    margin-right: 20px;
}
select[name="hopedate"] + select[name="hopetime"] {
    margin-left: 40px;
}
.com_ppbox {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    padding: 24px;
    overflow-y: scroll;
    border: 1px solid #d4d4d4;
    background: #fff;
    margin-bottom: 26px;
}
.com_ppbox .ttl {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2em;
}
.com_ppbox .txt {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
}
.com_ppbox .txt a {
    text-decoration: underline;
}
.confirm .reqForm_box .his {
    display: none;
}
.confirm .reqForm_box .add {
    display: none;
}
.error {
    color: #c10303;
    margin-top: .6em;
    font-size: 14px;
    font-weight: 500;
}
/*part*/
fieldset {
    border: none;
}
legend {
    display: none;
}
label {
    cursor: pointer;
}
label input[type="radio"],
label input[type="checkbox"] {
    visibility: hidden;
    outline-color: #01c69a;
}
label input[type="radio"] + span,
label input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
}
label input[type="radio"] + span {
    line-height: 1;
}
label input[type="checkbox"] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}
label input[type="radio"] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}
label input[type="checkbox"] + span:after {
    display: block;
    position: absolute;
    top: -4px;
    left: 2px;
    width: 13px;
    height: 20px;
    border-bottom: 3px solid #21977d;
    border-right: 3px solid #21977d;
    transform: rotate(40deg);
    box-sizing: border-box;
}
label input[type="radio"] + span:after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #21977d;
    box-sizing: border-box;
}
label input[type="radio"]:checked + span:before,
label input[type="checkbox"]:checked + span:before {
    border: 1px solid #01c69a;
    /*background: #01c69a;*/
}
label input[type="radio"]:checked + span:after,
label input[type="checkbox"]:checked + span:after {
    content: "";
}
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=number] {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
    outline-color: #01c69a;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    box-sizing: border-box;
    outline-color: #01c69a;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    outline-color: #01c69a;
}
select,
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=number],
textarea {
    background: #fff;
    border: 1px solid #d4d4d4;
    width: 100%;
    max-width: 492px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 0 14px;
    border-radius: 3px;
}
select {
    background:#fff url(../svg/entry_arw.svg) no-repeat right 14px center / 16px auto;
}
textarea {
    height: 176px;
    padding: 14px;
    line-height: 1.6;
}
.is-wid1 {
    width: 220px !important;
}
.is-wid2 {
    width: 168px !important;
}
.is-wid3 {
    width: 168px !important;
}
.is-wid4 {
    width: 168px !important;
}
.is-wid5 {
    width: 386px !important;
}
.is-wid6 {
    width: 168px !important;
}
.is-wid7 {
    width: 284px !important;
}
.is-wid8 {
    width: 494px !important;
}
.reqForm-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.reqForm_in {
    padding-top: 60px;
}
.reqForm_in:nth-child(1) {
    padding: 0;
}
.ppin-ttl {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2em;
}
.reqEndP_wrap ,
.reqEndG_wrap {
    text-align: center;
}
.reqEndP_wrap {
    margin: -17px 0 50px;
}
.reqEndP-txt {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    padding-bottom: 28px;
    margin-bottom: 32px;
    border-bottom: 3px solid #01c69a;
}
.reqEndP-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding-top: 59px;
    margin-bottom: 32px;
    background: url(../svg/icn_present_lg.svg) no-repeat center top;
    background-size: 42px auto;
}
.reqEndP-tx {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 32px;
    font-weight: 500;
}
.reqEndP-tx span {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ff914d; /* 線の色を指定 */
    text-decoration-thickness: 4px;
    color: #20b491;
}
.reqEndG_wrap {
    margin-bottom: 120px;
}
.reqEndG-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding-top: 71px;
    margin-bottom: 20px;
    background: url(../svg/icn_light_or.svg) no-repeat center top;
    background-size: 49px auto;
}
.reqEndG_list {
    margin: 0 -68px 48px;
    background: #e0f8f3;
    padding: 32px 0;
    text-align: left;
    display: flex;
    justify-content: center;
}
.reqEndG_list ul li {
    padding-left: 32px;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-bottom: 14px;
}
.reqEndG_list ul li::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 9;
    width: 23px;
    height: 23px;
    background: url(../svg/icn_check_or.svg) no-repeat center center;
    background-size: 100% auto;
}
.reqEndG_list ul li:last-child {
    margin-bottom: 0;
}
.reqEndG-txt {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
}
.reqBtn2_wrap .c-btn {
    margin-bottom: 28px;
}
.reqBtn2_wrap .c-btn:last-child {
    margin-bottom: 0;
}
@media (min-width: 896px) {
    .com_ppbox .txt a:hover {
        text-decoration: none;
    }
    body.confirm .reqBtn_wrap .c-btn button {
        width: 360px;
    }
    body.confirm .reqBtn_wrap .c-btn.is-gry button {
        width: 260px;
    }
    .reqEndP-txt {
        width: 643px;
        margin: 0 auto 48px;
    }
}
@media only screen and (max-width: 896px) {
    .request_wrap {
        padding: 30px 12px 45px;
    }
    .request_wrap:before {
        height: 10px;
        background: url(../img/sp/top_bg_down.png) no-repeat center bottom / 100% auto;
        background: url(../webp/sp/top_bg_down.webp) no-repeat center bottom / 100% auto;
    }
    .reqFlow_lst {
        margin-bottom: 20px;
    }
    .reqFlow_lst li {
        width: 82px;
        height: 82px;
        margin: 0 32px 0 0;
    }
    .reqFlow_lst li:last-child {
        margin: 0;
    }
    .reqFlow_lst li:before {
        width: 32px;
        right: -34px;
    }
    .reqFlow_lst .txt {
        font-size: 14px;
    }
    .reqRead_txt {
        font-size: 14px;
        margin-bottom: 45px;
    }
    .request_in {
        border-radius: 15px;
        box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.01);
        padding: 30px 15px 50px;
    }
    .reqEnd_wrap {
        text-align: center;
    }
    .reqEnd_wrap .ttl {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .reqEnd_wrap .txt {
        text-align: left;
        font-size: 14px;
    }
    .reqBtn_wrap {
        display: block;
        margin-top: 20px;
    }
    .reqBtn_wrap .c-btn {
        margin: 0 auto;
    }
    .c-btn.is-gry {
        max-width: 310px;
        margin-top: 20px;
    }
    .c-btn.is-gry a:before,
    .c-btn.is-gry button:before {
        left: 18px;
    }
    .c-btn.is-gry a span,
    .c-btn.is-gry button span {
        padding-left: 18px;
    }
    .reqForm_box {
        display: block;
        margin-top: 30px;
    }
    .reqForm_box .ttl {
        font-size: 13px;
        width: 100%;
        margin-bottom: 12px;
    }
    .reqForm_box .add {
        display: inline-block;
        font-size: 10px;
        line-height: 1.6;
        margin-top: 0;
    }
    .reqForm_box .his {
        display: inline-block;
        position: static;
        transform:none;
        text-align: center;
        width: 30px;
        height: 15px;
        border-radius: 3px;
        font-size: 10px;
        padding-top: 2px;
        margin-left: 1em;
    }
    .reqForm_box .box {
        font-size: 13px;
        width: 100%;
    }
    .reqForm_box .addtxt {
        font-size: 10px;
        line-height: 1.4;
    }
    .reqForm_box .addtxt.is-inline {
        display: block;
        padding-left: 0;
    }
    .reqForm_box .lst {
        display: block;
        flex-wrap: wrap;
    }
    .reqForm_box .lst.is-ver1,
    .reqForm_box .lst.is-ver2,
    .reqForm_box .lst.is-ver3,
    .reqForm_box .lst.is-ver4 {
        padding-top: 0;
        margin-top: -10px;
    }
    .reqForm_box .lst.is-ver1 li,
    .reqForm_box .lst.is-ver2 li,
    .reqForm_box .lst.is-ver3 li,
    .reqForm_box .lst.is-ver4 li {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
    select[name="hopedate"] + select[name="hopetime"] {
        margin-left: 4%;
    }
    .com_ppbox {
        width: 100%;
        height: 165px;
        padding: 12px;
        margin-bottom: 38px;
    }
    .com_ppbox .ttl {
        font-size: 12px;
        line-height: 1.8;
    }
    .com_ppbox .txt {
        font-size: 12px;
        line-height: 1.8;
    }
    .error {
        font-size: 12px;
    }
    /*part*/
    label input[type="radio"] + span,
    label input[type="checkbox"] + span {
        padding-left: 20px;
        font-size: 13px;
        line-height: 1.4;
    }
    label input[type="checkbox"] + span:before {
        top: 2px;
        width: 14px;
        height: 14px;
    }
    label input[type="radio"] + span:before {
        width: 14px;
        height: 14px;
    }
    label input[type="checkbox"] + span:after {
        top: -4px;
        left: 2px;
        width: 10px;
        height: 16px;
    }
    label input[type="radio"] + span:after {
        left: 3px;
        width: 8px;
        height: 8px;
    }
    select,
    input[type=text],
    input[type=tel],
    input[type=email],
    input[type=date],
    input[type=number],
    textarea {
        width: 100%;
        height: 30px;
        font-size: 13px;
        padding: 0 10px;
        border-radius: 3px;
    }
    select {
        padding-right: 20px;
        background:#fff url(../svg/entry_arw.svg) no-repeat right 8px center / 12px auto;
    }
    textarea {
        height: 165px;
        padding: 12px;
    }
    .is-wid1 {
        width: 50% !important;
    }
    .is-wid2 {
        width: 42% !important;
    }
    .is-wid3 {
        width: 100% !important;
    }
    .is-wid4 {
        width: 100% !important;
    }
    .is-wid5 {
        width: 80% !important;
    }
    .is-wid6 {
        width: 100% !important;
    }
    .is-wid7 {
        width: 100% !important;
    }
    .is-wid8 {
        width: 100% !important;
    }
    .reqForm-ttl {
        font-size: 16px;
    }
    .reqForm_in {
        padding-top: 45px;
    }
    .reqForm_box .is-sex_wrap span {
        margin-right: 10px;
    }
    .ppin-ttl {
        font-size: 12px;
        line-height: 1.8;
        width: 100%;
        margin-bottom: 12px;
    }
    .reqEndP_wrap {
        margin: 0 0 40px;
    }
    .reqEndP-txt {
        font-size: 14px;
        line-height: 1.714;
        font-weight: 500;
        padding-bottom: 24px;
        margin-bottom: 40px;
        border-bottom: 3px solid #01c69a;
    }
    .reqEndP-ttl {
        font-size: 14px;
        line-height: 1;
        padding-top: 44px;
        margin-bottom: 24px;
        background-size: 37px auto;
    }
    .reqEndP-tx {
        font-size: 14px;
        line-height: 1.714;
        margin-bottom: 20px;
    }
    .reqEndG_wrap {
        margin-bottom: 60px;
    }
    .reqEndG-ttl {
        font-size: 14px;
        padding-top: 50px;
        margin-bottom: 24px;
        background-size: 37px auto;
    }
    .reqEndG_list {
        margin: 0 -15px 24px;
        background: #e0f8f3;
        padding: 24px 15px;
    }
    .reqEndG_list ul li {
        padding-left: 29px;
        line-height: 1.715;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .reqEndG_list ul li::before {
        top: 1px;
        width: 20px;
        height: 20px;
    }
    .reqEndG-txt {
        font-size: 14px;
        line-height: 1.715;
    }
    .reqBtn2_wrap .c-btn {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 374px) {
    .reqFlow_lst li {
        width: 82px;
        height: 82px;
        margin: 0 20px 0 0;
    }
    .reqRead_txt {
        font-size: 12px;
    }
}
