section#price {
    background: url(../../img/png/price_bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section#price .titleBox h2 {
    position: relative;
}

section#price .titleBox h2::before {
    content: "";
    background: url(../../img/png/h2_price.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 426px;
    height: 138px;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
}

section#price .titleBox h2 span {
    position: relative;
}

.priceContent_plan {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.priceContent_plan .priceContent_block {
    width: 30%;
    padding: 40px;
    border: solid 8px #E08801;
}

.priceContent_plan .priceContent_block.light_plan {
    border: solid 8px #DFA413;
}

.priceContent_plan .priceContent_block.premium_plan {
    border: solid 8px #E98338;
}

.priceContent_plan .priceContent_block h4 {
    margin-bottom: 20px;
}

.priceContent_plan .priceContent_block h4 {
    margin-bottom: 20px;
}

.priceContent_plan .priceContent_block p em {
    padding-right: 5px;
    letter-spacing: -0.05rem;
}

.priceContent_plan .priceContent_block p.joken {
    margin-top: 10px;
}

.priceContent_option {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.priceContent_option .priceContent_block {
    padding: 0px;
    border: solid 8px #767676;
    display: flex;
    align-items: center;
    width: 45%;
}

.priceContent_option .priceContent_block:nth-child(2) {
    width: 55%;
}

.priceContent_option .priceContent_block .ttl {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option_data {
    width: 70%;
    padding: 30px;
    padding-bottom: 25px;
}

.option_data dl {
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #E5E5E5;
}

.option_data dl dd em {
    padding: 0 5px;
}

@media (max-width: 1024px) {
    .priceContent_plan {
        flex-wrap: wrap;
        gap: 10px;
    }
}


/*********************************/


/*        SP Responsive          */


/*********************************/

@media (max-width: 768px) {
    section#price {
        background-position: center;
    }
    section#price .titleBox h2::before {
        width: 40%;
        height: 100px;
        bottom: -15px;
    }
    .priceContent_plan {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }
    .priceContent_option {
        flex-wrap: wrap;
        gap: 10px;
        margin: 30px auto 0;
        width: 80%;
    }
    .priceContent_plan .priceContent_block {
        padding: 20px;
        width: 34%;
    }
    .priceContent_plan .priceContent_block p.fs28 {
        font-size: 1.2rem;
    }
    .priceContent_plan .priceContent_block p small {
        font-size: 1.2rem;
    }
    .priceContent_plan .priceContent_block p.joken {
        margin-top: 5px;
        font-size: 1rem;
    }
    .priceContent_option .priceContent_block,
    .priceContent_option .priceContent_block:nth-child(2) {
        width: 100%;
    }
    .option_data dl {
        gap: 5px;
    }
    .option_data dl dt {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
    .priceContent_option .priceContent_block {
        border: solid 4px #767676;
    }
    .option_data {
        gap: 10px;
        padding: 20px 10px;
        padding-bottom: 15px;
        width: 65%;
    }
    .priceContent_option .priceContent_block .ttl {
        width: 35%;
    }
    .priceContent_option .priceContent_block .ttl h4 {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    .priceContent_plan .priceContent_block.light_plan h4 img {
        width: 126px;
        margin: 0 auto;
    }
    .priceContent_plan .priceContent_block.premium_plan {
        border: solid 4px #E98338;
    }
    .priceContent_plan .priceContent_block h4 {
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    section#price .titleBox h2::before {
        width: 70%;
        height: 100px;
        bottom: -15px;
    }
    .priceContent_option {
        width: 100%;
    }
    .priceContent_plan .priceContent_block.light_plan h4 img {
        width: 119px;
        margin: 0 auto;
    }
}

@media (max-width: 390px) {
    .priceContent_plan .priceContent_block {
        padding: 20px 10px;
        width: 36%;
    }
}