.eng_ttl02 {
    margin-top: 0;
}

main {
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
}

.policy_ttlbg {
    background-image: url(../images/policy_ttlbg.jpg);
}

.policy_box {
    margin-bottom: 100px;
}

.policy_desc span {
    font-size: 20px;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
}

.policy_desc {
    font-weight: 300;
    margin-bottom: 50px;
    line-height: 30px;
}

h3 {
    border-bottom: 1px solid #01A3E4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h3::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #01A3E4;
}

.policy_descBox {
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 40px;
}
.policy_descBox li {
    list-style: disc;
    list-style-position: inside;
}
@media screen and (max-width: 960px) {
    .policy_ttlbg {
        background-image: url(../images/policy_ttlbg_sp.jpg);
    }


}

@media screen and (max-width: 767px) {
    .policy_ttlbg {
        background-image: url(../images/policy_ttlbg_sp.jpg);
    }

    h3 {
        font-size: 18px;
    }
    h3::before {
        content: '';
        width: 8px;
        height: 8px;
        display: inline-block;
        background-color: #01A3E4;
    }
}
