@charset "UTF-8";

/* Contents ------------------------- */
#contents{
margin-top:0;
}

/* infoBlc ------------------------- */
#infoBlc{
height:700px;
background:url(../img/service/info_bg.jpg) no-repeat center top;
box-shadow:rgba(0, 0, 0, 0.2) 0 22px 22px -20px;
}

#infoBlc h1{
padding:120px 0 60px;
}

#infoBlc li{
float:left;
width:20%;
margin:0 15px 15px 0;
}

#infoBlc li:nth-child(4){
clear:both;
}

#infoBlc li a{
display:block;
padding:15px 0;
background:#cdae93;
border-radius:5px;
text-align:center;
text-decoration:none;
color:#fff;
box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 5px 0;
font-size:14px;
}