@charset "utf-8";
body{
    background: url(../images/bg-img.webp);
    background-position: top center;
    background-size: cover;
}

img{
    width: 100%;
}

.pc-view{
    display: block;
}

.smp-view{
    display: none;
}

section {
    padding: 80px 0;
    width: 90%;
    margin: 2% auto;
    background: #ffffffe8;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.2);
}

p.fv-catch {
    padding: 0 40px 40px;
    font-size: 32px;
    font-weight: bold;
}

p.fv-catch span {
    color: #1F77C5;
}

.fv-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.fv-txt {
    width: 50%;
    margin: 0 0 40px 0;
}

.fv-txt h1 {
    text-align: left;
    font-size: 48px;
    font-weight: 600;
}

.fv-txt h1 span{
    color: #1F77C5;
    display: block;
}

.fv-txt h1 + p{
    text-align: left;
    padding: 24px 0 40px 0;
    font-size: 18px;
}

figure.fv-autholity {
    margin: 32px 0 0 0;
    max-width: 520px;
}

.fv-img {
    width: 50%;
}

.fv-cta a {
    background: #1F77C5;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    padding: 24px 0;
    border-radius: 50px;
    display: block;
    max-width: 520px;
    box-sizing: border-box;
}

.contents-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

h3.content-ttl-sub {
    font-size: 36px;
    font-weight: 600;
}

p.content-caption {
    font-size: 26px;
    line-height: 2.2;
    text-align: center;
}

.image-area {
    padding: 40px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    margin: 40px auto 80px;
    border-radius: 16px;
}

.image-area img {
    max-width: 1024px;
    margin: 0 auto;
}

.contents-3clmn {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
}

.point-box{
    width: 30%;
}

.point-box h4 {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 0 0 24px 0;
}

.point-box h4 span{
    background: #2389ca;
    color: #fff;
    font-size: 18px;
    list-style: 1;
    padding: 8px 16px;
    border-radius: 8px;
    width: fit-content;
    display: inline-block;
    margin: 0 auto 16px;
}

.point-box figure {
    overflow: hidden;
    border-radius: 16px;
}

.table-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-sizing: border-box;
}

table.price-table {
    width: 100%;
}

table.price-table tr{
    border-bottom: 1px dotted #999;
}

table.price-table tr:first-child{
    border-top: 1px dotted #999;
}

table.price-table tr th, table.price-table tr td {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 16px 0;
    width: calc(70% / 4);
}

table.price-table tr th:nth-child(2), table.price-table tr td:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    width: 30%;
    background: #F4B424;
}

img.recommend-deco {
    position: absolute;
    width: 140px;
    top: 52%;
    right: 0%;
}

.price-area {
    padding: 40px;
}

.price-area dl{
    display: flex;
    justify-content: space-between;
    border: 1px solid #999;
    border-radius: 16px;
    max-width: 860px;
    margin: 0 auto 16px;
    font-size: 24px;
    overflow: hidden;
    font-weight: 600;
}

.price-area dl dt{
    width: 50%;
    background: #2389ca;
    color: #fff;
    text-align: center;
    padding: 24px 0;
}

.price-area dl dd{
    width: 50%;
    text-align: center;
    padding: 24px 0;
}


@media screen and (max-width: 1280px){
    .fv-wrap {
        padding: 0 5%;
    }
    .fv-txt h1 {
        font-size: 42px;
    }
    .fv-txt h1 + p {
        padding: 16px 0 32px 0;
        font-size: 16px;
    }
    .fv-img {
        width: 50%;
    }
    .contents-wrap {
        padding: 0 40px;
    }
    img.recommend-deco {
        width: 120px;
        top: 54%;
        right: -3%;
    }
}

@media screen and (max-width: 1024px){
    .fv-txt h1 {
        font-size: 36px;
    }
    .fv-cta a {
        font-size: 18px;
        max-width: 370px;
    }
    figure.fv-autholity {
        max-width: 370px;
    }
    p.content-caption {
        font-size: 16px;
    }
    img.recommend-deco {
        width: 120px;
        top: 54%;
        right: -5%;
    }
    .point-box h4 {
        font-size: 16px;
    }
    
}

/*----------------------------------------------------------------

smartphone

----------------------------------------------------------------*/

@media screen and (max-width: 820px){
    .fv-wrap {
        flex-direction: column;
    }
    .fv-txt {
        width: 100%;
        margin: 0 0 40px 0;
        order: 2;
    }
    .fv-txt h1 {
        font-size: 38px;
        text-align: center;
    }
    .fv-txt h1 + p{
        text-align: center;
    }
    .fv-txt h1 br{
        display: block;
    }
    .fv-img {
        width: 70%;
        order: 1;
        margin: 0 0 32px 0;
    }
    .fv-cta a {
        font-size: 16px;
        margin: 0 auto;
        width: 90%;
    }
    figure.fv-autholity {
        width: 90%;
        max-width: 370px;
        margin: 32px auto 0;
    }
}

@media screen and (max-width: 640px){
    .pc-view{
        display: none;
    }
    .smp-view{
        display: block;
    }
    article {
        padding-top: 50px;
    }
    p.fv-catch {
        padding: 0 24px 24px;
        font-size: 24px;
        font-weight: bold;
    }
    .fv-txt .fv-copy {
        font-size: 14px;
    }
    .fv-txt h1 {
        font-size: 28px;
    }
    .fv-img {
        width: 90%;
    }
    section {
        padding: 40px 0;
        margin: 5% auto;
    }
    .contents-wrap {
        padding: 0 25px;
    }
    p.content-caption {
        font-size: 14px;
    }
    .image-area {
        padding: 8px;
        margin: 20px auto 40px;
    }
    
    .contents-3clmn {
        padding: 20px 0 30px;
        flex-direction: column;
        row-gap: 24px;
    }

    .point-box {
        width: 100%;
    }

    .table-wrap {
        margin: 20px auto;
        padding: 16px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .table-wrap table.price-table{
        width: 150%;
    }

    table.price-table tr th, table.price-table tr td{
        font-size: 12px;
        padding: 8px 0;
    }

    table.price-table tr th:nth-child(2), table.price-table tr td:nth-child(2) {
        font-size: 14px;
    }
    
    .cta-area {
        padding: 40px 0 0 0;
    }

    .cta-area a {
        font-size: 16px;
        padding: 16px;
        width: 80%;
        line-height: 1.4;
    }

    .price-area {
        padding: 20px;
    }

    .price-area dl {
        font-size: 15px;
        flex-direction: column;
    }

    .price-area dl dt, .price-area dl dd{
        width: 100%;
        padding: 16px 0;
    }
}



@media screen and (max-width: 375px){

}