@charset "UTF-8";
/* ==========================================================================
   Layout
   ========================================================================== */
.section-inner {
  overflow: hidden;
}

/* セクション背景色
   ----------------------------------------------------------------- */

#support {
  background: #d6d6d6;
}

/* サポート情報
   ----------------------------------------------------------------- */
.supportlist {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto 40px;
}
.supportlist li {
  width: 25%;
  padding: 0 10px;
  border-left: 1px solid #999;
}
.supportlist li:nth-child(4n+1) {
  border-left: none;
}
.supportlist li:nth-child(n+5) {
  margin-top: 20px;
}
.supportlist li:nth-child(n+5)::before {
  position: relative;
  top: -10px;
  display: block;
  width: calc(100%);
  height: 1px;
  content: '';
  border-top: 1px solid #999;
}
.supportlist a {
  display: block;
  min-height: 160px;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
}
.supportlist a:hover {
  text-decoration: underline;
}
.supportlist a img {
  display: block;
  margin: 0 auto;
}
.supportlist a span {
  display: block;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 768px) {
  .supportlist li {
    width: 50%;
  }
  .supportlist li:nth-child(odd) {
    border-left: none;
  }
  .supportlist li:nth-child(n+3) {
    margin-top: 20px;
  }
  .supportlist li:nth-child(n+3)::before {
    position: relative;
    top: -10px;
    display: block;
    width: calc(100%);
    height: 1px;
    content: '';
    border-top: 1px solid #999;
  }
}

/* サポート&サービス
   ----------------------------------------------------------------- */

/* リンクテキストボタン *gig5-country.css 高さ揃え追記 */
.diff-col2.lyt-idx-b > *	{display: flex;}
.lyt-idx-b > * a { background: #fff; width: 100%; display: flex; }


/* お知らせ
   ----------------------------------------------------------------- */
.list-accordion-a > li:first-child, .list-news-a > li:first-child { border-top: none; }　/* re-setting */


