@charset "utf-8";
#sec01 h3 {
  /*text-align: center;*/
  font-weight: bold;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width:768px) {
  #sec01 .wrap_in {
    padding: 70px 130px;
  }
  #sec01 .visual {
    margin-bottom: 40px;
  }
  #sec01 h3 {
    margin: 45px 0 10px;
  }
  #sec01 .txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width:767px) {
  #sec01 {
    padding: 0 6% 30px;
  }
  #sec01 .visual {
    margin-bottom: 15px;
  }
  #sec01 h3 {
    margin: 15px 0;
  }
}