@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: "Noto Sans JP", sans-serif!important;
  letter-spacing: 0!important;
  box-sizing: border-box;
}

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

.mainCatch {
  width: 100%;
  padding-top: 65px;
  text-align: center;
}

.mainCatch__ttl {
  padding-bottom: 255px;
}

.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: 32px;
  font-size: 30px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

/*  
#contents_outer *, #ui-meiriyo *{
  letter-spacing: 0;
}
*/
