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

.back {
    background-image: url(../img/terms_back.png);
    background-size: 4465px 4375px;
    background-repeat: no-repeat;
    background-position: center top;
}
#contents .container {
    padding: 97px 0 120px;
}
#contents img {
    width: 100%;
    height: auto;
}

#contents .wbase {
    position: relative;
    overflow: visible;
    background-color: #FFF;
    border-radius: 54px;
    padding: 40px 60px 10px;
}
#contents .wbase h2 {
    font-size: 28px;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    width: 326px;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin: 0 auto;
}
#contents .wbase div {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 1.75;
    font-weight: 300;
    text-align: justify;
}
#contents .wbase div ul {
    list-style: none;
    padding-bottom: 1em;
}
#contents .wbase div ul.npb {
    padding-bottom: 0;
}
#contents .wbase div ul li {
    text-indent: -1em;
    padding-left: 1em;
}
#contents .wbase div ul.pl {
    padding-left: 1em;
}
#contents .wbase div ul li::before {
    content: "・";
}
#contents .wbase div ul.idt li::before {
    content: "";
}
#contents .wbase a {
    text-decoration: underline;
    color: #333;
}
#contents .wbase div ul li span {
    padding-right: 0.5em;
}
#contents .wbase div ul.idt li {
    text-indent: -1.5em;
}
#contents .backhomebtn {
    width: 766px;
    margin: 76px auto 0;
}
#contents .backhomebtn img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1023px) {
    .back {
        background-image: none;
    }
    #contents .container {
        padding: 20px 0 60px;
    }
    #contents .wbase {
        border-radius: 15px;
        padding: 15px 10px 0;
    }
    #contents .wbase h2 {
        font-size: 16px;
        width: 100%;
    }
    #contents .wbase div {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
        line-height: 1.75;
    }
    #contents .wbase div ul li span {
        padding-right: 0;
    }
    #contents .backhomebtn {
        width: 100%;
        margin: 30px auto;
    }
}