@charset "utf-8";
body {
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
}

.pc_only_ {
    display: block;
}

.sp_only_ {
    display: none;
}


.text_center {
    text-align: center;
}

.content_wrap {
    width: 1200px;
    margin: 0 auto;
}

.mt_mb_40 {
    margin: 60px auto;
}

.horizontal-item .p_mb {
    margin-bottom: 56px;
}

.p_mb_02 {
    margin-bottom: 30px;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #1B71D1;
    margin-bottom: 35px;
}

.section-lead {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    color: #484343;
}

.section_line {
    border-bottom: 2px solid #1B71D1;
}

.method,
.cta {
    background-color: #F0F5FB;
    padding: 20px;
    text-align: center;
}

.hero {
    background-color: #F0F5FB;
    padding: 20px;
    text-align: center;
    margin-top: 60px;
}

.img_center {
    margin: 0 auto;
}

.hero h1 {
    margin: 0;
}

.hero h1 img {
    width: 1200px;
    height: 360px;
    object-fit: none;
}

.reviews,
.benefits,
.faq {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.horizontal-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.horizontal-item {
    flex: 1;
    margin: 10px;
    background-color: #F0F5FB;
    padding: 40px;
    position: relative;
    height: 320px;
}

.method .horizontal-item {
    background-color: #fff;
    height: auto;
    padding: 20px;
}

.method .horizontal-item .step {
    font-size: 24px;
    font-weight: bold;
    color: #1B71D1;
    margin-bottom: 20px;
}

.horizontal-item span {
    display: inline-block;
    color: #1B71D1;
    margin-right: 20px;
}

.bottom_40 {
    position: absolute;
    bottom: 40px;
    left: 48%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.block-common-lightningrecommend {
    width: 1000px;
    margin: 0 auto;
}

.block-common-lightningrecommend--header {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #1B71D1;
    margin-bottom: 35px;
}

.revico-read-more-review {
    display: none;
}

.faq_content_wrap {
    width: 950px;
    margin: 40px auto;
}

.faq p {
    text-align: left;
    height: 61px;
}

.question {
    color: #1B71D1;
    position: relative;
}

.question::before {
    position: absolute;
    content:url('/stg/img/usr/freepage/bookmark/q.png');
    width: 61px;
    height: 61px;
    left: -100px;
    top: -20px;
}

.answer {
    color: #484343;
    position: relative;
    margin-bottom: 40px;
}

.answer::before {
    position: absolute;
    content:url('/stg/img/usr/freepage/bookmark/a.png');
    width: 61px;
    height: 61px;
    left: -100px;
    top: -20px;
}

.product {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
}

.product-details {
    display: flex;
    flex-direction: column;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.product-details a,
.cta-buttons a {
    position: relative;
    display: inline-block;
    background-color: #ffcc00;
    text-align: left;
    font-weight: bold;
    border: none;
    width: 320px;
    height: 80px;
    border-radius: 20px;
    padding: 24px 30px;
    font-size: 22px;
    cursor: pointer;
    margin-top: 10px;
}

.cta-buttons a:nth-child(1) {
    text-align: center;
}

.product-details a,
.cta-buttons a::before {
    position: absolute;
    content:url('/stg/img/usr/freepage/bookmark/arrow.png');
    width: 32px;
    height: 9px;
    left: 260px;
    top: 18px;
}
@media screen and (max-width: 768px) {
    .pc_only_ {
        display: none;
    }
    .sp_only_ {
        display: block;
    }
    body {
        font-family: Arial, sans-serif;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        }
    .hero {
        padding: 0;
    }
    .hero h1 {
        padding: 0;
        margin-top: 30px;
    }
    .hero h1 img {
    width: auto;
    height: auto;
    object-fit: fill;
}
    h2 {
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        background-color: #fff;
    }
    .content_wrap {
        width: 100%;
        margin: 0 auto;
    }
    .section {
        margin-bottom: 0;
        padding: 0;
        }
    .section-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
        }
    .section-lead {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
        color: #555;
        }
    .cta {
        margin-bottom: 40px;
    }
    .horizontal-list {
        display: flex;
        flex-direction: column;
        }
    .horizontal-item {
        margin-bottom: 20px;
        padding: 20px 20px 80px 20px;
    }
    .horizontal-item span {
        margin-right: 0;
    }
    .bottom_40 {
        position: absolute;
        bottom: 20px;
        left: 48%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .block-top-aireco--wrap {
        padding-left: 0 !important;
        margin: 20px 0 0 0 !important;
    }
    .block-common-lightningrecommend {
        width: 90%;
    }
    .block-common-lightningrecommend--header {
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .faq_content_wrap {
        width: 90%;
        margin: 20px 30px;
    }
    .faq p {
        margin-left: 40px;
    }
    .faq p:nth-child(6) {
        height: auto;
    }
    .answer {
        margin-bottom: 20px;
    }
    .question::before {
        position: absolute;
        content:url('/stg/img/usr/freepage/bookmark/q.png');
        width: 61px;
        height: 61px;
        left: -70px;
        top: -15px;
    }
    .answer::before {
        position: absolute;
        content:url('/stg/img/usr/freepage/bookmark/a.png');
        width: 61px;
        height: 61px;
        left: -70px;
        top: -15px;
    }
    .product {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        }
    .product img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        }
    .product-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        }
    .cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        }
    .product-details a,
    .cta-buttons a {
        position: relative;
        display: inline-block;
        background-color: #ffcc00;
        text-align: center;
        font-weight: bold;
        border: none;
        width: 320px;
        height: 60px;
        border-radius: 20px;
        padding: 17px 30px;
        font-size: 18px;
        cursor: pointer;
        margin-top: 10px;
    }
    .product-details a,
    .cta-buttons a::before {
    top: 14px;
    }
}