@charset "UTF-8";
/* reset */
body {
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

#contents {
  width: 100%;
  padding-bottom: 80px;
}

.h1_section {
  display: none;
}

/* outline */
.l-page * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.l-page {
  background: url(../images/catch_bg.jpg) center top no-repeat;
}

.mainCatch {
  width: 100%;
  padding: 72px 0 91px;
  text-align: center;
}

.mainCatch__ttl {
  font-size: 40px;
  color: #fff;
}

.mainCatch__text {
  font-size: 18px;
  color: #fff;
}

.mainCont {
  width: 100%;
}

[class$="__contWrap"] {
  width: 950px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}

[class*="__contTtl"] {
  margin-bottom: 34px;
  font-size: 30px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

