@charset "utf-8";

.c-hero__bg {
    margin-bottom: 7rem;
}

.lead p {
    margin-bottom: 3rem;
}


.lead p:last-child {
    margin-bottom: 0rem;
}

.lead__text {
    line-height: 2;
    margin: 4rem auto;
    max-width: 790px;
}

.btn1 {
    font-weight: bold;
    width: 350px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 15px;
    transition: border-color 0.15s ease-out;
}

.btn2 {
    font-weight: bold;
    width: 250px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 15px;
    transition: border-color 0.15s ease-out;
}

.btn1:hover,
.btn2:hover {
    border: 1px solid rgba(0, 0, 0, 1.0);
}

.btn1 a,
.btn2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    line-height: 1;
    position: relative;
}

.btn1 a::after {
    background-image: url("/renovation/offer/lp/assets/img/arrow.svg");
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 0.8888888889em;
    width: 0.5em;
    margin-left: 1rem;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 0%;
    top: 40%;
    transform: translateX(-30%);
}

.btn2 a::after {
    background-image: url("/renovation/offer/lp/assets/img/arrow.svg");
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 0.8888888889em;
    width: 0.5em;
    margin-left: 1rem;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 0%;
    top: 7%;
    transform: translateX(-30%);
}


.btn1 a:hover::after,
.btn2 a:hover::after {
    transform: translateX(30%);
}


.btn1 img,
.btn2 img {
    width: 25%;
}

.btn1 p,
.btn2 p {
    line-height: 1.2;
}

.c-offerList {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.dcm-rq {
    margin-bottom: 12rem !important;
}


.dcm-rq_h {
    margin-bottom: 3rem;
}

.dcm-rq_p {
    text-align: justify;
    padding: 0 22%;
    margin-bottom: 3rem;
}

.dcm-rp_img {
    width: 20%;
    display: block;
    margin: 0 auto 4rem;
    box-shadow: 0 0 4px 1px #ccc;
}

.p-infill0__reason p:last-child {
    margin-top: 0;
}

.p-infill0__reason_wrapper {
    margin-bottom: 12rem;
    padding: 0;
}


.section-sec {
    line-height: 1;
    margin: 100px auto 100px auto;
    max-width: 790px;
}
.lead__text h2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
}
.section-sec h2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.schedule-list {
    margin-top: 3rem;
}

.schedule-list p {
    margin-bottom: 10px;
    font-size: 14px;
}
.schedule-list a {
	text-decoration: underline !important;
}


@media screen and (max-width:1050px) {
    section {
        width: 100%;
    }

    .c-hero__bg {
        margin-bottom: 4rem;

    }

    .lead__text {
        padding: 0 5%;
    }

    .l-container {
        padding: 0 5%;
    }

    .c-offerList__toggle_btn {
        margin-left: 10px;
    }

    .dcm-rp_img {
        width: 60%;
    }

    .section-sec {
        padding: 0rem 5% 2rem;
    }

.lead__text h2 {
        font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
}
.section-sec h2 {
        font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.l-heading {
    font-size: 1.8rem !important;
    font-weight: bold;
    text-align: center;
}

}

/*追記*/
.c-thumbnailList__sold{display: none;}
.c-thumbnailList__text {display: none;}