@charset "UTF-8";
/* CSS Document */
/*PC用スタイル*/
@media screen and (min-width: 960px) {
    .cta {
        padding: 60px 0;
    }
    .cta .box{
        margin-top: 40px;
        font-size: 14px;
        line-height: 1.4;
    }
    .cta .box h3 {
        font-size: 18px;
    }
    .cta .img01 {
        margin-right: -28px;
    }
    .tokuten_box .link_btn {
        position: absolute;
        top: 790px;
        left: 50px;
        width: auto;
    }
    .sec02 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cta2 .fx{
        justify-content: space-between;
    }
    .cta2 .box .inner {
        background-color: #FFF;
        padding: 15px 40px;
    }
    .sec07 .white_box {
        padding: 30px;
    }
    .sec10 .bg {
        padding: 20px 30px;
    }
    .sec13 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec15 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec15 .white_box{
        margin-bottom: 0;
    }
    .sec20 .white_box:nth-of-type(3) {
        padding-bottom: 460px;
    }
    .sec20 .bg{
        padding-bottom: 30px;
    }
    .sec21 .bg {
        padding: 30px 30px;
    }
    .sec21 .white_box {
        padding: 45px;
        padding-bottom: 300px;
    }
    .tel_box h3 {
        width: auto;
        margin: 30px auto;
    }
    .qa .icon {
        width: 60px;
        flex-shrink: 0;
    }
    .qa .q .txt {
        font-size: 21px;
        padding-top: 15px;
    }
    .qa .a .txt {
        font-size: 16px;
    }
    /* swiper */
    .bg_swiper .box .txt {
        padding: 30px;
    }
}

/*PC用スタイルend*/
