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

.policy_wrapper{
    margin-bottom: 100px;
}
.policy_wrapper h3{
    font-size: 24px;
    font-weight: 500;
    color: #1dc765;
    text-align: center;
    padding-bottom: 40px;
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-bottom: 50px;
}
.policy_container{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.policy_container h4{
    font-size: 22px;
    font-weight: 500;
    border-bottom: solid 2px #3ccb9c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.policy_box{
    background-color: #fdf9ee;
    margin-bottom: 10px;
    padding: 25px;
}
.policy_box:last-of-type{
    margin-bottom: 0;
}
.policy_box h5{
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}
.policy_box h5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/customer-policy/check.png) center / 20px auto no-repeat;
    transition: .35s;
}
.policy_container ul{
    padding-left: 65px;
    position: relative;
}
.policy_container ul::before{
    content: '〈事例〉';
    font-family: YakuHanJP_Noto, 'Noto Sans JP', Hiragino Sans, "ヒラギノ角ゴ ProN W3", Yu Gothic Medium, "游ゴシック", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    position: absolute;
    left: 0;
    top: 0;
}

.circle{
    padding-left: 12px;
    position: relative;
}
.circle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3ccb9c;
}


@media print, screen and (max-width: 750px) {
    .title_wrapper .title span {
        padding-bottom: 15px;
    }
    .policy_wrapper h3 {
        font-size: 20px;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .policy_container {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        margin-bottom: 0px;
    }
    .policy_container:first-of-type{
        margin-bottom: 30px;
    }
    .policy_container h4 {
        font-size: 18px;
    }
    .policy_box {
        padding: 15px;
    }
    .policy_box h5 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.5em;
        padding-left: 28px;
    }
    .policy_box h5::before {
        top: 3px;
        transform: none;
    }
    .policy_container ul {
        padding-left: 0;
        padding-top: 20px;
    }
    .policy_container ul::before {
        font-size: 15px;
        line-height: 1em;
        left: 0;
        top: 0;
    }
    .policy_wrapper {
        margin-bottom: 60px;
    }
































}















