@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  YOLO LIFE TOPPAN
* --------------------------------------------------------------------------------------------------*/

/* PC */

.pc { display:block; }
.sp { display:none; }

/* body {
    color: #535353;
    font: normal normal medium 14px/20px Noto Sans CJK JP;
} */

section.key-visual {
    background: url(/assets/yololife/img/residenceCard/kv_pc.jpg) center center / cover no-repeat;
    margin-bottom: 100px;
    color: #FFF;
    max-height: 800px;
}
section.key-visual .content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0 0;
    font-size: 1.1rem;
}
section.key-visual .content h1 {
    font-weight: 600;
    padding: 15px 0 20px;
    font-size: 3rem;
}
section.key-visual .content p {
    font-size: 0.9rem;
    width: 65%;
    margin-bottom: 40px;
}
.application-wrap {
    width: 65%;
    height: 340px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E0E0;
    border-radius: 17px;
    padding: 40px 30px 30px;
}
.application-wrap.company {
    height: unset;
    /* margin-bottom: 340px; */
}
.user-page-link {
    margin-top: 30px;
    margin-bottom: 340px;
    text-decoration-line: underline;
}
.user-page-link a {
    color: #FFF;
    margin: 0px 82px;
    font-size: 1rem;
}
.form-head {
    font-size: 1.1rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.text-black {
    font-size: 1.3rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 25% auto;
}
.residence-card-form-label {
    font-size: 1rem;
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 5px 0px 10px 10px;
}
.residence-card-application-btn {
    width: 250px;
    height: 55px;
    background-color: #FEB300;
    border-radius: 43px;
    color: #FFF;
}

section.rate {
    max-width: 1000px;
    margin: 0 auto;
}
section.rate .success {
    color: #2080E3;
    font-size: 2.5rem;
    font-weight: 600;
    max-width: 950px;
}
section.rate .success-text {
    margin-bottom: -30px;
}

section.rate .discounted {
    color: #2FBE78;
    font-size: 1.8rem;
    font-weight: 600;
    max-width: 950px;
    margin-bottom: 50px;
}
section.rate .discounted-text {
    margin-bottom: -20px;
    font-size: 1.2rem;
    font-weight: 600;
}
section.rate .discounted-text2 {
    font-size: 1.5rem;
    text-align: right;
}

section.rate .number1,
section.rate .number2 {
    font-size: 8rem;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
}
section.rate .percent {
    font-size: 3rem;
    position: relative;
}
section.rate .percent .annotation {
    font-size: 0.6rem;
    position: absolute;
    top: 50px;
    right: -10px;
    white-space: nowrap;
}

section.rate .partition {
    width: 250px;
    height: 15px;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    background: #EFEFEF 0% 0% no-repeat padding-box;
    margin-left: 20px;
}

section.rate .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E0E0;
    border-radius: 17px;
    min-height: 300px;
    padding: 30px;
    margin-bottom: 80px;
}
section.rate .card .icon-1 {
    margin: 0 auto 20px;
    padding-top: 12px;
    width: 49px;
    height: 49px;
    background: #00B25A 0% 0% no-repeat padding-box;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
}
section.rate .card .icon-2 {
    margin: 0 auto 20px;
    padding-top: 6px;
    width: 49px;
    height: 49px;
    background: #B560DF 0% 0% no-repeat padding-box;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    font-size: 1.5rem;
}
section.rate .card .icon-3 {
    margin: 0 auto 20px;
    padding-top: 11px;
    width: 49px;
    height: 49px;
    background: #00CCF8 0% 0% no-repeat padding-box;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
}
section.rate .card .head {
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 10px;
}
section.rate .card .body {
    font-size: 0.9rem;
}

.request-wrap {
    text-align: center;
    margin-bottom: 100px;
}
.request-wrap p {
    font-weight: 600;
    margin-bottom: 30px;
}
.request-wrap .request-btn {
    min-width: 300px;
    background: #0B7DF3 0% 0% no-repeat padding-box;
    border-radius: 13px;
    color: #FFF;
    padding: 20px 0;
}
.request-wrap .request-btn:hover {
    color: #000;
}
.request-wrap .request-btn i {
    padding-right: 15px;
}

section.service {
    background-color: #F5FAFF;
    padding: 50px 15px;
    margin-bottom: 100px;
}
section.service .label {
    color: #B2B1B1;
    font-weight: 600;
    margin-bottom: 10px;
}
section.service .h2 {
    font-size: 2.2rem;
    font-weight: 600;
    width: 70%;
    margin-bottom: 40px;
}
section.service .content {
    max-width: 1000px;
    margin: 0 auto 50px;
}
section.service .content .label {
    color: #B2B1B1;
    font-weight: 600;
}
section.service .content h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 50px;
    width: 70%;
}
section.service .row {
    position: relative;
}
section.service .card-wrap {
    position: absolute;
    right: 60px;
    top: 50px;
}
section.service .card-wrap .card {
    margin-bottom: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 13px;
}
section.service .card-wrap .card i {
    font-size: 2rem;
    color: #2080E3;
}
section.service .card-wrap .card p {
    margin: 10px auto 0;
    font-size: 0.8rem;
}
section.service .content .pdf-btn {
    min-width: 400px;
    background: #D10B1B 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 58px;
    padding: 25px 15px;
    color: #FFF;
}
section.service .content .pdf-btn:hover {
    color: #000;
}
section.service .content .btn-wrap {
    text-align: center;
    margin: 150px auto 50px;
}
section.service .content .btn-wrap i {
    padding-right: 15px;
    font-size: 1.5rem;
}

section.process {
    max-width: 1000px;
    margin: 0 auto;
}

section.process h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0B7BF0;
    line-height: 1.5;
}
section.process .content {
    margin: 0 auto 70px;
    text-align: center;
}
section.process .content .red-text {
    color: #D10B1B;
    font-weight: 600;
    margin-bottom: 30px;
}

section.process .content .case-box {
    border: 2px solid #0B7DF3;
    text-align: center;
}
section.process .content .case-box .blue-box {
    background-color: #0B7DF3;
    color: #FFF;
}
section.process .content .case-box .blue-box i {
    padding-right: 15px;
    font-size: 1.5rem;
}
section.process .content p {
    font-size: 0.9rem;
    width: 70%;
    margin: 0 auto 50px;
    text-align: left;
}
section.process .content .blue-text {
    color: #0B7DF3;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-decoration: underline;
}

section.necessary {
    padding: 50px;
    background-color: #F5FAFF;
}
section.necessary h3 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 50px;
    font-weight: 600;
}
section.necessary .content {
    max-width: 1000px;
    background-color: #FFF;
    margin: 0 auto 30px;
    padding: 25px 50px;
}
section.necessary .content i {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

section.flow {
    padding: 50px 0;
    background-color: #2080E3;
}
section.flow h3 {
    color: #FFF;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 50px;
    font-weight: 600;
}
section.flow .content {
    max-width: 500px;
    margin: 0 auto;
}
section.flow .content p {
    color: #FFF;
    font-size: 0.9rem;
    margin: 20px auto 40px;
}

section.toppan {
    padding: 50px;
    background-color: #F5FAFF;
    font-size: 0.9rem;
    line-height: 2;
}
section.toppan .content {
    max-width: 1000px;
    margin: 0 auto 30px;
    padding: 25px 0;
}
section.toppan .content .toppan-img {
    margin: 40px auto;
}
section.toppan .content .manager-wrap {
    background-color: #FFF;
}
/* section.toppan .manager-wrap {
    background-color: #FFF;
    padding: 15px;
} */
section.toppan .content i {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

section.toppan .content .history-table{
    border-collapse: separate;
    border-spacing: 5px;
}

section.toppan .content .history-table th {
    vertical-align: top;
    white-space: nowrap;
}

section.application {
    max-width: 500px;
    margin: 50px auto;
}
section.faq {
    background-color: #F5FAFF;
}
section.faq.company {
    background-color: #FFF;
}
section.faq .content {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
 }
 section.faq h2 {
     text-align: center;
     font-size: 1.8rem;
     padding: 15px;
     margin-bottom: 40px;
}
section.faq .opened .faq-title {
    color: #000000;
}
section.faq .faq-title {
    background-color: #FFF;
    color: #000;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #888;
    border-bottom: 0px;
}
section.faq .faq-title label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 10px 50px 10px 0px;
}
section.faq .faq-title label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 15%;
    margin: auto;
}
section.faq .opened .faq-title label:after {
    content:"";
    display:block;
    width:10px;
    height:10px;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 3%;
    top: 7%;
    bottom: 0;
    margin: auto;
}
.accordion-content {
    background-color: #FFF;
    color: #000;
    padding: 0px 30px 15px;
    border: 1px solid #888;
    border-width: 0px 1px 0px 1px;
}
.last {
    border-bottom: 1px solid #000!important;;
}
dd {
    margin-bottom: unset;
}

section.service-header {
    width: 100%;
    margin: 50px auto;
    background-color: #2080E3;
    text-align: center;
    padding: 70px 0;
}
section.service-header h1 {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 600;
}

section.success {
    max-width: 800px;
    margin: 100px auto;
    text-align: center;
}
section.success .success-text {
    color: #D10B1B;
    font-size: 1.5rem;
    margin: 70px auto;
    font-weight: 600;
}
section.success .success-text i {
    margin-bottom: 30px;
    font-size: 2.5rem;
}
section.success p {
    color: #000;
    font-size: 1rem;
    text-align: left;
}
section.yolo-life {
    max-width: 1000px;
    margin: 100px auto;
    text-align: center;
    position: relative;

}
section.yolo-life h3 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 65px;
    font-weight: 600;
}
section.yolo-life .copy {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 70px;
}
section.yolo-life .service-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #FFF;
    line-height: 1.7;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
section.yolo-life .service-text .service-title {
    font-size: 1.2rem;
    color: #FFF;
}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    line-height: 43px;
    color: #BEBEBE;
    pointer-events: none;
    font-weight: 600;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* SP */
@media screen and (max-width: 767px) {
    .pc { display:none; }
    .sp { display:block; }

    section.key-visual {
        background-image: unset;
        background-color: #2180E5;
        margin-bottom: unset;
        color: #FFF;
        height: 750px;
        margin-top: 50px;
        max-height: unset;
    }
    section.key-visual.en,
    section.key-visual.vi,
    section.key-visual.pt {
        height: 850px;
    }

    section.key-visual .content {
        padding: 0px 0 0;
        font-size: 1rem;
        position: relative;
        /* top: 40px; */
    }
    section.key-visual .content h1 {
        font-weight: 600;
        padding: 15px 0;
        font-size: 1.6rem;
    }
    section.key-visual .content p {
        font-size: 0.9rem;
        width: 100%;
        margin-bottom: 20px;
    }
    .application-wrap {
        width: 90%;
        min-height: 340px;
        height: unset;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #E2E0E0;
        border-radius: 17px;
        padding: 40px 10px 30px;
        margin: 80px auto 0;
    }

    .application-wrap.company {
        min-height: unset;
        margin: 40px auto 0;
    }
    .user-page-link {
        margin-top: 0;
        margin-bottom: 0;
        text-decoration-line: underline;
        text-align: center;
        padding: 30px 0 0;
    }
    .user-page-link a {
        color: #000;
        margin: 0px auto;
        font-size: 1rem;
    }

    section.rate {
        margin: 0 auto 30px;
    }
    section.rate .partition {
        width: 200px;
        height: 15px;
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        background: #EFEFEF 0% 0% no-repeat padding-box;
        margin: 50px auto 100px;
    }
    section.rate .discounted {
        margin-bottom: 0;
    }
    section.rate .discounted-text {
        margin-bottom: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }
    section.rate .discounted-text2 {
        font-size: 1.5rem;
        text-align: right;
        line-height: 1;
    }
    section.rate .number1 {
        font-size: 9rem;
    }
    section.rate .card {
        margin: 15px;
    }
    section.rate .card .icon-1,
    section.rate .card .icon-2,
    section.rate .card .icon-3 {
        margin: 0 auto 30px;
    }

    section.service {
        background-color: #F5FAFF;
        padding: 50px 15px;
        margin-bottom: 50px;
    }

    section.service .content h2 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 50px;
        width: unset;
    }

    section.service .card-wrap {
        position: unset;
        padding: 0;
        margin-top: -20px;
    }

    section.service .card-wrap .card i {
        margin: 0 -5px;
    }
    section.service .content {
        margin: 0 auto;
    }
    section.service .content .btn-wrap {
        text-align: center;
        margin: 40px auto 0;
    }
    section.service .content .pdf-btn {
        min-width: 300px;
    }
    section.process .content {
        margin: 0 auto 50px;
        text-align: center;
    }
    section.process h2 {
        font-size: 1.7rem;
        margin-bottom: 30px;
    }
    section.process .content .red-text {
        margin: 30px 15px 30px;
    }
    section.process .content .case-box {
        border: 2px solid #0B7DF3;
        text-align: center;
        margin-bottom: 30px;
    }
    section.process .content p {
        width: 90%;
    }
    section.process .content .blue-text {
        font-size: 1.3rem;
        width: 90%;
        margin: 0 auto;
    }
    section.necessary .content {
        padding: 25px 15px;
    }
    section.necessary {
        padding: 50px 15px;
        background-color: #F5FAFF;
    }
    section.flow .content {
        max-width: 500px;
        margin: 0 15px;
    }
    section.flow {
        padding: 50px 0 5px;
        background-color: #2080E3;
    }
    section.flow .content p {
        margin: 40px auto 40px;
    }
    section.toppan {
        padding: 30px 15px 1px;
        background-color: #F5FAFF;
        font-size: 0.9rem;
        line-height: 2;
    }
    section.toppan .content .manager-wrap {
        background-color: #FFF;
        padding: 15px;
    }
    section.faq h2 {
        font-size: 1.5rem;
        padding: 15px;
        margin: 20px auto 30px;
        font-weight: 600;
    }
    section.service-header {
        margin: 50px auto 0;
    }
    section.success {
        padding: 15px;
        margin: 0 auto;
    }
    section.yolo-life .service-text {
        font-size: 0.8rem;
        line-height: 1.7;
    }
    .text-black {
        font-size: 1.3rem;
        color: #000;
        font-weight: 600;
        text-align: center;
        margin: 30% auto;
    }
}

/* タブレット */
@media screen and (max-width: 1020px) and (min-width: 768px) {
    section.service .card-wrap {
        top: 0px;
    }

}
