@charset "UTF-8";
/* reset */
body {
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

#contents {
  width: 100%;
}

.h1_section {
  display: none;
}

/* outline */
.l-page * {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  box-sizing: border-box;
}

@font-face {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  src: url(/fonts/meiryo.ttc);
  font-weight: 400;
}

@font-face {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  src: url(/fonts/meiryo.ttc);
  font-weight: 500;
}

@font-face {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  src: url(/fonts/meiryo.ttc);
  font-weight: bold;
}

.mainCatch {
  width: 100%;
  text-align: center;
}

.mainCatch__ttl {
  font-size: 40px;
  color: #fff;
}

.mainCatch__text {
  font-size: 18px;
  color: #fff;
}

.mainCont {
  width: 100%;
}

[class$="__contWrap"] {
  width: 1140px;
  margin: 0 auto;
  padding: 40px 0;
  background: #fff;
}

[class*="__contTtl"] {
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.62;
  color: #263238;
}

[class$="__subttl"]{
  font-size: 14px;
  font-weight: 400;
  color: #002A5C;
  letter-spacing: 2.5px;
}

.l-wrapper{
  background-color: #fff;
}

#contents{
  padding-bottom: 0px;
}