@charset "utf-8";

.section_block {
  margin-top: 72px;
}
.mT32 { margin-top: 32px; }
.dInline { display: inline-block; }
.clr_gray { color: #656565; }
.cmn_imgtxt_wrap .item:nth-of-type(2){
  background-color: #fff;
  text-align: center;
  padding: 40px 0;
  border-radius: 5px;
}
.cmn_imgtxt_wrap .item:nth-of-type(2) img{
  height: 160px;
  width: auto;
}
@media screen and (max-width:640px){
  .section_block { 
    margin-top: 56px; 
  }
  .cmn_imgtxt_wrap .item:nth-of-type(2){
    padding: 20px 0;
  }
  .cmn_imgtxt_wrap .item:nth-of-type(2) img{
    height: 96px;
    width: auto;
  }
  .sp_mT48 { margin-top: 48px; }
  .cmn_w100p_wrap > .inner {
    padding: 40px 24px;
  }
  .cmn_imgtxt_wrap._reverse {
    flex-direction: column-reverse;
  }
  .v-center {
    display: block;
    margin: 0 auto;
  }
}