.font-mc {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.poli {
    padding: 50px 0 50px 0;
}

.poli-bg {
    background: repeating-linear-gradient(-45deg, #F9ECE4, #F9ECE4 10px, rgba(249, 236, 228, 0.4) 10px, rgba(249, 236, 228, 0.4) 20px);
    margin-top: 30px;
}

.poli-wrap{
    width: 100%;
    background: url(../../img/policy/bg1.png) center center no-repeat;
}

.poli-box1{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: auto;
}

.poli-box1-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: dotted 1px #000000;
    padding-bottom: 25px;
    margin-top: 30px;
}

.poli-box1-left{
    width: 40%;
    float: left;
    padding-left: 8%;
    box-sizing: border-box;
}

.poli-box1-right{
    width: 60%;
    float: right;
}

.poli-box1-item:last-child{

    border-bottom: none;

}

/* .poli-box1-num{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #CB141D;
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
}

.poli-box1-tit{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #231815;
    font-size: 30px;
    font-weight: bold;
} */


.poli-area{
    width: 100%;
    height: auto;
    padding: 120px 0px 85px 0px;
}

.poli-wrap2{

    width: 100%;
    max-width: 900px;
    height: auto;
    margin-left: auto;
    margin: auto;
}

.title-child-3{
    max-width: 620px;
    margin: auto;
    text-align: center;
    border-top: 1px solid #CB141D;
    border-bottom: 1px solid #CB141D;
    padding: 16px 0;
    line-height: 160%;
}

.poli-cnt2{
    font-size: 19px;
    line-height: 220%;
    color: #231815;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    padding-top: 30px;
    letter-spacing: 2px
}

@media screen and (max-width:767px) {
    .poli {
        padding: 30px 0 20px 0;
    }
    .poli-bg {
        margin-top: 20px;
    }

    .poli-box1-left {
        width: 100%;
        padding-left: 2%;
    }

    .poli-box1-right {
        width: 100%;
        float: right;
        margin-top: 30px;
    }

    .poli-area {
        width: 100%;
        height: auto;
        padding: 30px 0px 30px 0px;
    }

    .poli-cnt2 {
        font-size: 16px;
    }

}
