@charset "Shift_JIS";

/* ====================================================== */
/* Last Update : 2018.9.25 */
/* For : フッター用 */
/* ====================================================== */

/*-------------------------------------
共通
-------------------------------------*/
.footer_201802 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: top;
  font-size: 100%;
}

.footer_201802 {
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
  font-size: 16px;
  line-height: 1.125;
  color: #333;
  -webkit-text-size-adjust:100%;
}

.footer_201802 ul {
  list-style:none;
}

.footer_201802 a {
  color: #333;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.footer_201802 .wrap {
  min-width: 960px;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer_201802 .wrap {
    padding: 0 10px;
  }
}

/*-------------------------------------
footer01
-------------------------------------*/
.footer_201802 .footer01 {
  padding: 40px 0 0;
  background: #f5f5f5;
}

.footer_201802 .footer01 .footerNav {
  overflow: hidden;
  padding-bottom: 49px;
}

.footer_201802 .footerNav dl {
  float: left;
  width: 30.2%;
}

.footer_201802 .footerNav dl:not(:last-child) {
  margin-right: 4.6%;
}

.footer_201802 .footerNav dt {
  overflow: hidden;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.footer_201802 .footerNav dt strong {
  display: inline-block;
  padding-top: 4px;
  padding-left: 38px;
  color: #808080;
  font-size: 1.563em;
  line-height: 1.08;
}

.footer_201802 .footerNav .category01 {
  background: url(/img/footer/ico_01.png) 0 center no-repeat;
}

.footer_201802 .footerNav .category02 {
  background: url(/img/footer/ico_02.png) 0 center no-repeat;
}

.footer_201802 .footerNav .category03 {
  background: url(/img/footer/ico_03.png) 0 center no-repeat;
}

.footer_201802 .footerNav dt a {

}

.footer_201802 .navList {
  display: table-cell;
}

.footer_201802 .navList:first-child {
  width: 53%;
}

.footer_201802 .navList:last-child {
  width: 47%;
}

.footer_201802 .navList li {
  margin-bottom: 6px;
  padding: 0 13px;
  background: url(/img/bullet_arrow_01.png) 0 4px no-repeat;
  font-size: .75em;/*12px*/
  line-height: 1.5;
}

.footer_201802 .navList a {
  color: #666;
}

.footer_201802 .footerBanner {
  padding: 20px 0 8px;
  border-top: 1px solid #d6d6d6;
  text-align: center;
}

.footer_201802 .footerBanner li {
  display: inline-block;
  margin: 0 6px 12px;
}

.footer_201802 .footerBanner a {
  display: block;
}

/*-------------------------------------
footer02
-------------------------------------*/
.footer_201802 .footer02 {
  padding: 19px 0 17px;
  background: #333;
  color: #fff;
  text-align: center;
}

.footer_201802 .footer02 ul {
  display: table;
  margin: 0 auto 13px;
}

.footer_201802 .footer02 li {
  display: table-cell;
  border-right: 1px solid #767676;
  font-size: .75em;/*12px*/
  line-height: 1.17;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width:980px) {
  .footer_201802 .footer02 li {
    font-size: .6875em;/*11px*/
    line-height: 1.28;
  }
}

.footer_201802 .footer02 a {
  padding: 0 11px;
  color: #fff;
  text-decoration: none;
}

.footer_201802 .footer02 a:hover {
  text-decoration: underline;
}

.footer_201802 .footer02 .copy {
  color: #999;
  font-size: .75em;/*12px*/
  line-height: 1.17;
}


/*---------------------------------------------------------------
SP
-------------------------------------*/
@media screen and (max-width: 599px), (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .footer_201802 .wrap {
    min-width: inherit;
    max-width: inherit;
  }

  .footer_201802 .footer01 {
    display: none;
  }

  .footer_201802 .footer02 {
    text-align: left;
  }

  .footer_201802 .footer02.second {
    padding: 19px 0 69px;
  }

  .footer_201802 .footer02 ul {
    display: block;
  }

  .footer_201802 .footer02 li {
    display: inline-block;
    margin-bottom: 1em;
    font-size: .625em;/*10px*/
    line-height: 1.2;
  }

  .footer_201802 .footer02 .copy {
    font-size: .625em;/*10px*/
    line-height: 1.2;
    text-align: center;
  }
}