@charset "UTF-8";

.about {
    padding: 100px 0;
}

.sec_ttl {
    font-size: 50px;
    margin-bottom: 50px;
    text-align: left;
}

.policy_cnt.-first {
    margin-bottom: 150px;
}

.policy_cnt_ttl {
    font-size: 30px;
    margin-bottom: 20px;
}

.policy_item {
    margin-bottom: 40px;
}

.policy_item_ttl {
    font-size: 18px;
    color: #314D98;
    margin-bottom: 10px;
}

.policy_item_txt a {
    color: #314D98;
    text-decoration: underline;
}

.policy_item_txt a:hover {
    text-decoration: none;
}


@media screen and (max-width:767px) {

    .about {
        padding: 50px 0;
    }
    
    .sec_ttl {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .policy_cnt_ttl {
        font-size: 24px;
    }
    
}