@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

.section  dl{
    overflow: hidden;
}
.section01 .imgright dt{
    background: url("../image/service01.jpg") top left no-repeat;
}
.section  dl dt{
    color: #352A1F;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 9px 0px 2px 46px;
    margin-top: 15px;
}
.section01 .imgright{
    margin-bottom: 12px;
}
.section01 .imgleft{
    margin-bottom: 4px;
}
.section02 .imgright{
    margin-bottom: 22px;
}
.section02 .imgleft{
    margin-bottom: 15px;
}
.section .imgright dl{
    margin-left: 30px;
}
.section  dl dd{
    padding-left: 10px;
}
.section01 .imgleft dt{
    background: url("../image/service04.jpg") top left no-repeat;
}
.section01 .imgleft dl{
    padding-right: 40px;
}
#content .section01 .imgleft ul.image{
    margin-right: 8px;
}
.section02 .imgright dt{
    background: url("../image/service05.jpg") top left no-repeat;
}
#content .section02 .imgright ul.image{
    margin-left: 13px;
}
.section02 .imgleft dt{
    background: url("../image/service08.jpg") top left no-repeat;
}
#content .section02 .imgleft ul.image{
    margin-right: 40px;
}
.section03 .imgright dt{
    background: url("../image/service09.jpg") top left no-repeat;
}
#content .section03 .imgright ul.image{
    margin-left: 20px;
}
.section04{
    background: #FFFAEB;
    padding: 26px 78px 25px 28px;
    line-height: 1.8;
    margin-bottom: 48px;
}
.section05 p.img{
    margin-top: 33px;
    margin-bottom: 25px;
    text-align: center;
}
.section05 p.btn{
    margin-top: 35px;
    text-align: center;
}

/*===============================================
  画面の横幅が480px以下に適用
===============================================*/
@media screen and (max-width: 480px){
#content .imgleft .image,
#content .imgright .image {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}
.section .imgleft dl,
.section .imgright dl{
   margin: 0 auto 20px;
}
#content .section01 .imgleft ul.image,
#content .section01 .imgright ul.image,
#content .section02 .imgleft ul.image,
#content .section02 .imgright ul.image,
#content .section03 .imgleft ul.image,
#content .section03 .imgright ul.image{
   margin: 0 auto 20px;
}
.section03{

    margin-bottom:60px;
}
.section01 .imgright,
.section01 .imgleft,
.section02 .imgright,
.section02 .imgleft
{
    margin-bottom: 30px;
}
}