@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  YOLO LIFE リクエストフォーム
* --------------------------------------------------------------------------------------------------*/
.pc {
    display: none;
}

.sp {
    display: block;
}

.pc-content {
    width: 100%;
    margin: 70px auto;
}

.btn2 {
     font-size: 1rem;
     font-weight: 700;
     line-height: 1.5;
     position: relative;
     display: inline-block;
     padding: 1rem 3.3rem;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     text-align: center;
     vertical-align: middle;
     text-decoration: none;
     letter-spacing: 0.1em;
     color: #fff;
     border-radius: 0.5rem;
 }

.btn-black {
    color: #fff !important;
    background-color: #000;
    border-radius: 100vh;
}

.btn-black:hover {
    opacity: 0.6;
}

.btn-red {
    color: #fff !important;
    background-color: #DB1616;
    border-radius: 100vh;
}

.btn-red:hover {
    opacity: 0.6;
}

.btn-icon {
    position: absolute;
    top: calc(50% - .5em);
    right: 1.3rem;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-red {
    color: #d00b1e;
}

.font-bold {
    font-weight: bold;
}

.font-bolder {
    font-weight: bolder;
}

.text-shadow {
    text-shadow: 0 3px 6px #00000099;
}

.w-80 {
    width: 80%;
}

.full-area {
    position: relative;
    overflow: hidden;
}

.full-area-img {
    width: 100%;
    height: auto;
}

.full-area-logo-img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.full-area-text-center {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.full-area-text-left {
    width: 70%;
    position: absolute;
    bottom: 2.2rem;
    left: 2rem;
}

.full-area-text-right {
    width: 60%;
    position: absolute;
    bottom: 2.2rem;
    right: 2rem;
}

.full-area h1 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 13px;
}

.full-area h2,
.deferred-payment h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    word-break: break-all;
}

.what-life {
    margin: 3rem 1rem;
}

.what-life h2 {
    margin: 5rem 0 3rem 0;
    font-size: 1.8rem;
    font-weight: 900;
}

.payday.ja {
    background-color: #f7d661;
}
.payday.en {
    background-color: #DAACAC;
}
.payday.ko {
    background-color: #85DEE1;
}
.payday.zh {
    background-color: #FEAAB9;
}
.payday.vi {
    background-color: #E0DEDF;
}
.payday.pt {
    background-color: #FFC056;
}

.deferred-payment {
    background-color: #149ed5;
    padding: 2rem 0;
}

.deferred-payment .row {
    align-items: flex-end;
}

.deferred-payment .img-area {
    margin-left: -25%;
}

.deferred-payment-img {
    width: 100%;
    max-width: 379px;
}

.deferred-payment .font-bolder {
    margin-bottom: 2rem;
}

.services .full-area-text-center {
    width: 90%;
}

.services h2 {
    font-size: 2.3rem;
    font-weight: 900;
    margin-bottom: 0.4rem;
}

.services h3 {
    font-size: 0.8rem;
    font-weight: 900;
    margin-bottom: 0.4rem;
}

.services .full-area-logo-img {
    width: 100%;
    max-height: 19px;
}

.request-form-section h2,
.life-user-section h2 {
    font-size: 1rem;
    font-weight: 900;
}

.request-form-section .step-wrap {
    max-width: 600px;
    margin: 50px auto;
    font-size: 0.9rem;
    padding: 0 15px;
}
.request-form-section .step-wrap .step {
    color: #4286E8;
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin: 15px auto 10px;
}
.request-form-section .step-wrap .step-icon {
    width: 85px;
    height: 85px;
    background: #4286E8 0% 0% no-repeat padding-box;
    font-size: 2rem;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
}
.request-form-section .step-wrap .row {
    border-bottom: 1px solid;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.request-form-section .step-wrap .row.no-border {
    border-bottom: unset;
}
.request-form-section .step-wrap .content {
    text-align: center;
}

.form-img {
    width: 70%;
    max-width: 290px;
    padding: 3rem 0;
}

.life-user-service {
    height: 200px;
    padding: 0.3rem;
}

.life-user-service a,
.life-user-service a:hover {
    color: #000;
}

.life-user-service-card {
    height: 100%;
    border: 2px solid #000000;
}

.life-user-service-card:hover {
    background-color: #f5f5f5;
}

.life-user-service-card img {
    position: absolute;
    max-width: 55px;
    max-height: 55px;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.life-user-service-card span {
    position: absolute;
    width: 85%;
    bottom: 1.5rem;
    transform: translate(-50%, 0);
    line-height: 1.2rem;
    word-break: break-all;
}

.request-form-area {
    padding: 20px 20px 50px;
    background-color: #4286E8;
    color: #fff;
}

.request-form-area .form-content {
    max-width: 500px;
    margin: 0 auto;
}

.request-form-area .form-content h3 {
    font-size: 1.5rem;
}

.request-form-area .form-content .request_form {
    text-align: center;
}

.request-form-area .form-content .request_form .form-control {
    height: 150px;
    text-align: center;
    border-radius: 18px;
}

.btn-request {
    min-width: 234px;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 4px solid #FFFFFF;
    border-radius: 10px;
    color: #fff;
}

.request-fix-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    border: unset;
    height: 60px;
    width: 60px;
    z-index: 3;
    text-align: center;
    background-color: #4286E8;
    color: #FFF;
    font-size: 0.6rem;
    padding-top: 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.request-fix-btn i {
    font-size: 1.3rem;
    top: 33%;
    position: absolute;
    right: 33%;
    color: #fff;
}

.select-wrap:before {
    color: #fff;
}

/* ----------------------------------------------------------------------------------------------------
*  PC
* --------------------------------------------------------------------------------------------------*/
@media (min-width:768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .text-area {
        font-size: 1.1rem;
    }

    .key-visual,
    .key-visual .full-area {
        max-height: 600px;
    }

    .full-area h1 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .what-life {
        margin: 8rem auto;
    }

    .what-life .text-area {
        width: 600px;
        margin: 3rem auto;
    }

    .payday h2,
    .deferred-payment h2 {
        font-size: 5rem;
    }

    .payday-img {
        height: 100%;
        width: auto;
        margin: 0 0 0 auto;
    }

    .payday .full-area-text-left {
        width: 100%;
        max-width: 1080px;
        left: 0;
        right: 0;
        margin: auto auto 3rem auto;
        padding-left: 2rem;
    }

    .payday .full-area-text-left .text-area {
        width: 60%;
    }

    .deferred-payment {
        padding-top: 5rem;
    }

    .deferred-payment .row {
        max-width: 1080px;
        margin: 0 auto;
    }

    .deferred-payment .img-area {
        margin-left: 0;
        margin-bottom: -100px;
        text-align: center;
    }

    .services h3 {
        font-size: 1rem;
    }

    .services .full-area-logo-img {
        max-height: 26px;
    }

    .request-form-section h2,
    .life-user-section h2 {
        font-size: 2rem;
    }

    .request-form-section .step-wrap .content {
        text-align: left;
    }

    .request-form-section .step-wrap .step {
        color: #4286E8;
        font-size: 1.2rem;
        padding-bottom: 5px;
        margin: unset;
    }

    .life-user-service {
        height: 160px;
        padding: 0.5rem;
    }

    .life-user-service-card img {
        top: 40%;
    }

    .request-form-area .form-content h3 {
        font-size: 1.75rem;
    }
}
