@charset "UTF-8";
/* reset */
body {
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
}
#contents_outer *, #ui-meiriyo *{
  font-family: 'Noto Sans CJK JP',Helvetica, "hiragino kaku gothic pro","ms pgothic",sans-serif;
  letter-spacing: -0.03em;
}
#contents {
  width: 100%;
  padding-bottom: 80px;
}

.h1_section {
  display: none;
}

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

.l-page {
  background: url(../images/mv-bg..png) center top no-repeat;
}

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

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

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

.mainCont {
  width: 100%;
}

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

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

