@charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
.section:nth-child(n+2) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .section:nth-child(n+2) {
    margin-top: 50px;
  }
}
.section .txt_wrap {
  padding: 10px 20px;
  background-color: blanchedalmond;
  color: #161834;
}
.section .txt_wrap p {
  margin-top: 8px;
}
.section .img_wrap {
  width: 100%;
  text-align: center;
}
.section .img_wrap img {
  width: 80%;
  height: auto;
}

.img03 {
  margin-top: 30px;
}
/*# sourceMappingURL=custom.css.map */
