@charset "utf-8";
/* 1. テーブル自体のリセットとスマホ対応 */
#_____01 {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: 100% !important;
    max-width: 1000px; /* PCで見た時の最大幅 */
    height: auto !important;
    margin: 0 auto;
}

/* 2. セルの余白・文字の高さを完全に消す */
#_____01 td {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    vertical-align: top !important;
}

/* 3. 画像の隙間を消し、比率を保ったまま縮小可能にする */
#_____01 img {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    vertical-align: top !important;
    max-width: 100% !important; /* ←ココが重要です！ width ではなく max-width */
    height: auto !important;
}





.ec-footerRole {
  border-top: 1px solid #7d7d7d;
  margin-top: 30px;
  background: #000a46;
}

.ec-footerNavi {
  padding: 0;
  color: white;
  list-style: none;
  text-align: center;
}

.ec-footerNavi .ec-footerNavi__link {
  display: block;
}

.ec-footerNavi .ec-footerNavi__link a {
  display: block;
  border-bottom: 1px solid #7d7d7d;
  padding: 15px 0;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

.ec-footerNavi .ec-footerNavi__link:hover a {
  opacity: 0.8;
  text-decoration: none;
}

.ec-footerTitle {
  padding: 40px 0 60px;
  text-align: center;
  color: white;
}

.ec-footerTitle .ec-footerTitle__logo {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.ec-footerTitle .ec-footerTitle__logo a {
  color: inherit;
  text-decoration: none;
  font-size: 22px;
}

.ec-footerTitle .ec-footerTitle__logo a:hover {
  text-decoration: none;
}

.ec-footerTitle .ec-footerTitle__logo:hover a {
  opacity: 0.8;
  text-decoration: none;
}

.ec-footerTitle .ec-footerTitle__copyright {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .ec-footerRole {
    padding-top: 40px;
    margin-top: 100px;
  }

  .ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1130px;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
  }

  .ec-footerRole .ec-footerRole__inner:after {
    content: " ";
    display: table;
    clear: both;
  }

  .ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
  }

  .ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline;
  }

  .ec-footerTitle {
    padding: 50px 0 80px;
  }

  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 24px;
  }

  .ec-footerTitle .ec-footerTitle__copyright {
    font-size: 12px;
  }
}