@charset "UTF-8";
/* CSS Document */
.bgServ{
    background-image: url(../images/mv_service.jpg);
}
.servList li{
    overflow: hidden;
}
.servList li:nth-child(odd){
    background: #dfe0e7;
}
.servList li:nth-child(even){
    background: #1c2125;
}
.servList li dl{
    padding: 50px 0 40px;
    float: left;
    width: 47%;
}
.servList li dl dt{
    font-size: 3.2rem;
    font-weight: 500;
    color: #005ea1;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.servList li dl dt span{
    display: block;
    font-size: 2.6rem;
    font-weight: 600;
    color: #1c2125;
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.servList li dl dd{
    font-size: 1.6rem;
    line-height: 2;
}
.servList li p{
    float: right;
    width: 50%;
    text-align: center;
}
.servList li p img{
    max-width: 100%;
}
.servList li:nth-child(even) dl{
    float: right;
    color: #FFF;
}
.servList li:nth-child(even) p{
    float: left;
}
.servList li:nth-child(even) dl dt{
    color: #fff479;
}
.servList li:nth-child(even) dl dt span{
    color: #FFF;
}
.bg01{
    background: url(../images/bg_service.jpg) no-repeat center / cover;
    padding: 70px 0;
    margin-bottom: 0;
}
.bg01 .scInr{
    background: #FFF;
    padding: 3%;
}
.bg01 h3{
    color: #000;
    font-size: 3.2rem;
    margin-bottom: 20px;
    text-align: center;
}
.bg01 .servList02{
    overflow: hidden;
    margin: 50px 0;
}
.bg01 .servList02 li{
    float: left;
    width: 20%;
}
.bg01 .servList02 li p{
    color: #00a0e9;
    font-family:'Oswald', sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    text-align: center;
    margin: 0 10% 20px;
    border-top: 2px solid #00a0e9;
    border-bottom: 2px solid #00a0e9;
}
.bg01 .servList02 li p+p{
    border: none;
    padding: 0;
}
.bg01 .servList li{
    background: none;
    margin-bottom: 50px;
}
.bg01 .servList li dl{
    width: 55%;
    padding: 0;
}
.bg01 .servList li p{
    width: 40%;
}
.bg01 .servList li dt{
    color: #005ea1 !important;
    background-image:url(../images/icon_service_01.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 3em;
    border-bottom: 2px solid #00a0e9;
}
.bg01 .servList li+li dt{background-image:url(../images/icon_service_02.png);}
.bg01 .servList li+li+li dt{background-image:url(../images/icon_service_03.png);}
.bg01 .servList li+li+li+li dt{background-image:url(../images/icon_service_04.png);}
.bg01 .servList li+li+li+li+li dt{background-image:url(../images/icon_service_05.png);}
.bg01 .servList li dd{
    color: #000 !important;
}
.bg01 .servList li dt span{
    color: #b5b5b5 !important;
    font-family:'Oswald', sans-serif;
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 10px;
}
.bg01 .servList li:nth-child(even) p{
    text-align: left;
}
.bg01 .servList li:nth-child(odd) p{
    text-align: right;
}


/*SP*/
@media only screen and (max-width: 800px) {
.servList li{
    padding: 30px 0;
}
.servList li dl{
    padding:0;
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
.servList li dl dt{
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.servList li dl dt span{
    font-size: 1.8rem;
}
.servList li dl dd{
    font-size: 1.4rem;
}
.servList li p{
    float: none;
    width: 100%;
}
.servList li:nth-child(even) dl{
    float: none;
}
.servList li:nth-child(even) p{
    float: none;
}
.bg01{
    padding: 40px 0;
}
.bg01 .scInr{
    padding: 8% 3%;
}
.bg01 h3{
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: center;
}
.bg01 .servList02{
    overflow: hidden;
    margin: 30px 0;
}
.bg01 .servList02 li{
    width: 20%;
}
.bg01 .servList02 li p{
    font-size: 1.8rem;
}
.bg01 .servList02 li p+p{
    border: none;
    padding: 0;
}
.bg01 .servList02 li p+p img{
    max-width: 100%;
    vertical-align: bottom;
}
.bg01 .servList li{
    margin-bottom: 30px;
    padding: 0;
}
.bg01 .servList li dl{
    width: 100%;
}
.bg01 .servList li p{
    width: 100%;
    text-align: center !important;
}
.bg01 .servList li dt{
    padding-left: 3em;
    padding-bottom: 15px;
    background-size: 60px;
    
}
.bg01 .servList li dt span{
    font-size: 2.0rem;
}



}
/*/*/