@charset "UTF-8";

.section .Head {margin-bottom:30px;}
.section .Head h3 {background:#e8446c !important;}
.section ul {margin-bottom:50px;}
.section ul li {margin-bottom:30px;}
.fixHeight.cbox {display:grid; grid-template-columns:repeat(auto-fit, minmax(160px,1fr)); gap:20pxx;}
.section dl dd h4 {color:#e8446c!important; padding-top:12px; padding-left:30px;}
.section dl dd h4.f01 {background:url(../img/icon_01f.gif) no-repeat left center;}
.section dl dd h4.f02 {background:url(../img/icon_02f.gif) no-repeat left center;}
.section dl dd h4.f03 {background:url(../img/icon_03f.gif) no-repeat left center;}
.section dl dd h4.f05 {background:url(../img/icon_05f.gif) no-repeat left center;}
.section dl dd h4.f06 {background:url(../img/icon_06f.gif) no-repeat left center;}
.section dl dd h4.rf {background:url(../img/icon_rf.gif) no-repeat left center;}

@media (max-width:715px){
  .section ul li img {width:100%; height:auto;}
  .section dl {margin-bottom:3%;}
  .section dl dt img {width:100%; height:auto;}
  .section dl dd h4 {padding-bottom:10px!important;}
}