@charset "UTF-8";

.mb20{
    margin-bottom: 20px;
}

.mb40{
    margin-bottom: 40px;
}

.head32{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
    padding: 0 0 25px 20px;
    letter-spacing: 0.05em;
}

.head20{
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 3px solid #0081cc;
    margin-bottom: 40px;
    padding: 0 0 20px 10px;
}

.text15{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.1333333333;
}

.text18{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 2.1333333333;
}

#privacypolicy{
    padding: 70px 0 70px;
}

#privacypolicy .inner{
    margin: 0 auto;
    width: 80%;
}

.top-intro{
    margin-bottom: 90px;
}

.text-right{
    margin-bottom: 45px;
}

.text-right .text15{
    text-align: right;
    line-height: 2.1333333333;
    padding-top: 5px;
}

.about{
    margin-bottom: 50px;
}

.no-list li {
    padding-left: 2em;
    text-indent: -2.5em;
}

.no-c-list li{
    padding-left: 1em;
    text-indent: -1em;
}

.al-list li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.al-list li .no-c-list li{
    padding-left: 1em;
    text-indent: -1em;
}


.no-list li,
.no-c-list li,
.al-list li{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.1333333333;
}

.no-list{
    margin-top: 20px;
}

.no-c-list li{

}

.al-list li{
    margin-bottom: 10px;
}

.tbl-wrap {
    margin-top: 20px;
}

.tbl-wrap table{
    width: 100%;
}

.tbl-wrap table th{
    border: 1px solid #dddddd;
    font-size: 15px;
    background: #f7f7f7;
    padding: 15px;
    line-height: 2.1333333333;
}

.tbl-wrap table th:first-child{
    width: 40%;
}

.tbl-wrap table td{
    border: 1px solid #dddddd;
    font-size: 15px;
    padding: 15px;
    line-height: 2.1333333333;
}

a.mail{
    color: #168bcf;
    border-bottom: 1px solid #168bcf;
    line-height: 1;
    display: inline;
}

.pp-tel{
    display: inline;
}

.is-sp{
    display: none;
}

@media screen and (max-width: 834px){
#privacypolicy .inner {
    width: 100%;
    padding: 0 5%;
}

#privacypolicy {
    padding: 0;
}

.head32 {
    font-size: 2.2rem;
    margin-bottom: 25px;
}

.head20 {
    font-size: 1.8rem;
    margin: 0 0 30px;
    padding: 0 0 10px 10px;
}

.text-right .text15 {
    padding-top: 0;
    font-size: 1.3rem;
}

.text18 {
    font-size: 1.6rem;
    margin: 0 0 0;
}

.tbl-wrap table th,
.tbl-wrap table td{
    font-size: 1.3rem;
    line-height: 1.4;
}

.is-sp{
    display: block;
}

}





