@charset "UTF-8";
/* CSS Document */

.back {
    background-image: url(../img/imp_effect_backtop.png);
    background-size: 4465px 1796px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.back::after {
    content: '';
    position: absolute;
    top: 1796px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../img/imp_effect_back.png);
    background-size: 4465px auto;
    background-repeat: repeat-y;
    background-position: center top;
}
#contents img {
    width: 100%;
    height: auto;
}

#contents h1 {
    font-size: 0;
    display: block;
    text-align: center;
    padding: 96px 0 50px;
}
#contents h1 .tt {
    width: 581px;
    height: auto;
}
#contents h1 .timg {
    width: 448px;
    height: auto;
    margin-top: 54px;
}
#contents h1 + p {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 50px;
}

#contents .wbase {
    position: relative;
    overflow: visible;
    background-color: #FFF;
    border-radius: 54px;
    padding: 40px;
}
#contents .wbase img {
    width: 100%;
    height: auto;
}

#contents .wbase .item {
    border-top: 1px solid #3C9BB4;
    border-bottom: 1px solid #3C9BB4;
    margin-bottom: 20px;
}
#contents .wbase .item:last-child {
    margin-bottom: 0;
}
#contents .wbase .item a {
    display: block;
}
#contents .wbase .item strong {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 104px;
    font-weight: 500;
    color: #3C9BB4;
    padding: 0 20px;
}
#contents .wbase .item strong::after {
    content: '＋';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    font-size: 40px;
    line-height: 104px;
    font-weight: 700;
    color: #3C9BB4;
}
#contents .wbase .item a.slt strong::after {
    content: '－';
}
#contents .wbase .item .img {
    padding: 0 70px;
    display: none;
    font-size: 0;
}
#contents .wbase .item a.slt + .img {
    display: block;
    padding-bottom: 40px;
}

#contents .btns {
    justify-content: center;
    gap: 33px;
    padding: 300px 0 68px;
}
#contents .btns img {
    width: auto;
    height: 279px;
}

@media screen and (max-width: 1023px) {
    .back {
        background-image: none;
    }
    .back::after {
        display: none;
    }
    #contents h1 {
        padding: 50px 0 30px;
    }
    #contents h1 .tt {
        width: 100%;
    }
    #contents h1 .timg {
        width: 100%;
        margin-top: 30px;
    }
    #contents h1 + p {
        font-size: 14px;
        line-height: 1.8;
        padding-bottom: 30px;
    }
    #contents .wbase {
        border-radius: 15px;
        padding: 15px 10px;
    }
    #contents .wbase .item {
        margin-bottom: 5px;
    }
    #contents .wbase .item:last-child {
        margin-bottom: 0;
    }
    #contents .wbase .item .img {
        padding: 0;
    }
    #contents .wbase .item a.slt + .img {
        padding-bottom: 10px;
    }
    #contents .wbase .item strong {
        font-size: 18px;
        line-height: 50px;
        padding: 0 10px;
    }
    #contents .wbase .item strong::after {
        right: 10px;
        font-size: 20px;
        line-height: 50px;
    }
    #contents .btns {
        padding: 50px 0;
        gap: 5px;
        align-items: center;
    }
    #contents .btns img {
        width: auto;
        height: 220px;
    }
}