/* カスタマイズ用CSS */
body {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, sans-serif;
  color: #999 !important;
}

/* ヘッダータイトル */
.ec-headerTitle .ec-headerTitle__title a {
    color: #377bb5;
}

.ec-headerRole img.header-logo {
    max-width: 360px;
  margin-bottom: 20px;
}

/* クルクルキャッチ4つ */
@media only screen and (min-width: 768px) {
  .ec-topicRole .ec-topicRole__listItem {
    width: 25%;
  }
  
  .ec-borderedDefs dd {
    width: 70%;
    line-height: 2;
  }
}

/* QRブロック*/
.qr_col {
    background: #F8F8F8;
    padding: 30px ;
    margin-bottom: 50px;
}

.qr_col h2 {
    margin-bottom: 1em;
    font-size: 26px;
    font-weight: bold;
    color: #525263;
}

.qr_col p {
    font-size: 16px;
    color: #525263;
    line-height: 1.4;
}

/* フッタ */
.ec-footerRole {
  border-top: 1px solid #7d7d7d;
  margin-top: 60px;
  background: #377bb5;
}

/* ボタン */
.ec-blockBtn--top {
  color: #fff;
  background-color: #377bb5;
  border-color: #377bb5;
}

.ec-blockBtn--top:hover {
  color: #fff;
  opacity: 0.8 ;
}

@media only screen and (max-width: 768px) {
    .ec-headerTitle .ec-headerTitle__title a {
        font-size: 16px ;
    }
}