/* ---------------

base

--------------- */
/* 既存CSSの上書き */
#base{
  width: 1220px;
}
div#cont{
  margin: 0;
}
div#cont div#c3_lrr{
  width: 950px;
}
@media screen and (max-width: 768px){
  #base{
    width: 100%;
  }
  div#cont div#c3_lrr{
    width: 100%;
  }
}
/* slickオーバーライド */
#mainCont .js_commonSlider{
  padding: 0 36px 32px;
}

/* 基本設定 */
#mainCont{
  line-height: 1.6;
  text-align: left;
  font-family: "helvetica neue","noto sans jp","yu gothic",YuGothic,"ヒラギノ角ゴ pron w3","hiragino kaku gothic pron",Arial,メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* ---------------

layout

--------------- */
/* 節 */
.l_section{}
.l_section__item{}
.l_section--primary .l_section__item + .l_section__item{
  margin-top: 48px;
}

/* ---------------

module

--------------- */
/* ヒーローズエリア */
.m_herosArea{
  margin-bottom: 40px;
}
.m_herosArea__heading{
  margin-bottom: 40px;
  padding: 20px;
  border-top: 2px solid #4366ae;
  border-bottom: 2px solid #4366ae;
}
.m_herosArea__subTtl{
  text-align: right;
}
.m_herosArea__subTtl + .m_herosArea__ttl{
  margin-top: 8px;
}
.m_herosArea__ttl{
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 28px;
  color: #4366ae;
}
@media screen and (max-width: 768px) {
  .m_herosArea__heading{
    padding: 16px 0;
  }
  .m_herosArea__ttl{
    font-size: 20px;
  }
}

/* ---------------

utility

--------------- */
/* 間隙 */
.u_mb64{
  margin-bottom: 64px;
}