@charset "UTF-8";

/* //////////////////////////////////////////////////

　事業・サービスページのスタイル

////////////////////////////////////////////////// */
.check li{
    background: url('/assets/img/service/check_g.png') no-repeat;
}
.check li {
    padding-left: 20px;
}
img.center {
    margin: 0 auto 30px;
    display: block;
}
img.w25 {
    width: 24%;
}
.link_btn {
    padding: 30px 0 0;
}
.linkBox{
  cursor: pointer;
}
.linkBox:hover{
  opacity: 0.8;
}
.grid .fixLink{
  font-size:22px;
  text-decoration: none;
  padding:25px 0;
}
#design_section .inbox:first-child{
  float:left;
}
#design_section .inbox:last-child{
  float:right;
}
#design_section .inbox{
  width:48%;
  background-color: #F4F6F1;
}
#design_section .inbox p{
  padding:10px 20px 20px 20px;
}
.h118{
  height:118px;
}
#design_section h3{
  background-color: #dadcd7;
  padding:20px 10px;
  font-weight: normal;
  text-align: center;
}
#design_section h3:before{
  display: none;
}

@media screen and (max-width: 640px) {
 #design_section .inbox{width:auto;}
}
