@charset "utf-8";

section {
    padding-top: 5%;
    color: #666666;
}

section h3 {
    font-size: 4rem;
    font-weight: bold;
    color: #cf9a3d;
}

section .box1 {
    margin-bottom: 80px;
}
section .box1 p {
    font-size: 1.6rem;
}

section .box1 .box1inR img {
    display: block;
    width: 100%;
}

section .box2 {
    overflow: hidden;
    margin-bottom: 40px;
}
section .box2 h4 {
    display: block;
    padding: 20px 20px 20px 120px;
    margin-bottom: 20px;
    background-color: #cf9a3d;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

section .box2 h4:before {
    content: "";
    width: 100px;
    height: 80px;
    display: block;
    border: 7px solid #ded090;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: -7px;
    left: 0;
}

section .box2 div img {
    margin-top: 27px;
}

section .box2 h4.point1:before {
    background-image: url(../../img/about_service_icon1.gif);
}
section .box2 h4.point2:before {
    background-image: url(../../img/about_service_icon2.gif);
}
section .box2 h4.point3:before {
    background-image: url(../../img/about_service_icon3.gif);
}
section .box2 h4.point4:before {
    background-image: url(../../img/about_service_icon4.gif);
}
section .box2 h4.point5:before {
    background-image: url(../../img/about_service_icon5.gif);
}
section .box2 h4.point6:before {
    background-image: url(../../img/about_service_icon6.gif);
}
section .box2 h4.point7:before {
    background-image: url(../../img/about_service_icon7.gif);
}
section .box2 h4.point8:before {
    background-image: url(../../img/about_service_icon8.gif);
}

section .box2 h4 + p {
    font-size: 1.6rem;
}

h3.spTit01 {
	margin-bottom: 40px;
}

@media screen and (min-width:1010px) and ( max-width:1400px) {
    /* PC用　*/
    section {
        padding-top: 80px;
    }

    section .box2 h4 {
        font-size: 2.4rem;
    }

}

@media screen and (min-width:1400px) {
    /* 右サイド広告がコンテンツに被らない　*/
    section {
        padding-top: 80px;
    }

    section .box2 h4 {
        font-size: 2.4rem;
    }

}