@charset "utf-8";
/* CSS Document */

#hosoku h3 {
   color:inherit !important;
   margin: 0 0 30px 0 !important;
}
#hosoku h3 span {
  color: #004BA1;
  background: linear-gradient(transparent 70%, rgba(1, 71, 157, 0.15) 70%);
}
.contBox {
  margin: 0 0 80px 0;
}
@media print,screen and (min-width: 769px){
  .section .img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 33px 0;
  }
  .section .img-wrap.pic-3 figure {
    width: 32%;
  }
  .section .img-wrap.pic-2 figure {
    width: 355px;
    margin: 0 0 10px 0;
  }
  .section .img-wrap.pic2 figure {
    width: 48%;
  }
}
@media screen and (max-width:768px){
  .section .img-wrap figure {
    margin: 0 0 20px 0;
  }
  .contBox {
    margin: 0 0 50px 0;
  }
}