@charset "UTF-8";

/* ======================================= */
/* フッター
/* ======================================= */
footer {
  width: 100%;
  background: #00a0de;
  color: #FFF;
}
footer #contactWrap {
  padding: 80px 0;
}
footer #contactWrap .inner {
  width: 1100px;
  margin: 0 auto;
}
footer #contactWrap .inner p {
  text-align: center;
}
footer #contactWrap .inner p#fcTitle {
  font-size: 177%;
  font-weight: bold;
  margin: 0 0 15px;
}
footer #contactWrap .inner p#fcTxt {
  font-size: 93%;
  margin: 0 0 15px;
}
footer #contactWrap .inner p#footContactBtn {
  width: 260px;
  margin: 0 auto;
}
footer #contactWrap .inner p#footContactBtn a {
  color: #00a0de;
  font-size: 139%;
  background: #FFF;
  border-radius: 40px;
  display: block;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.1s ease-in-out;
}
footer #contactWrap .inner p#footContactBtn a:hover {
  opacity: .75;
}
footer #footerNav {
  background: #FFF;
  padding: 30px 0;
}

footer #footerNav div.footerlink {
  display: flex;
max-width: 1100px;
margin: 0 auto;
}


footer #footerNav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: left;
  margin: 0 auto;
  flex-wrap: wrap;
}
footer #footerNav ul li {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
footer #footerNav ul li:first-of-type {
  margin-right: 2rem;
}
footer #footerNav ul li a {
  color: #00a0de;
  text-decoration: none;
}
footer #footerNav ul li a svg {
  color: #999;
  font-size: 70%;
  margin: 0 0 0 10px;
}
footer #footerNav ul li a:hover {
  text-decoration: underline;
}
footer #footerAdd {
  padding: 20px 0;
}
footer #footerAdd address {
  font-style: normal;
  font-size: 77%;
  text-align: center;
}

/* ======================================= */
/* ページスクロール
/* ======================================= */
#pageScroll {
  position: fixed;
  bottom: -60px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 989;
  transition: 0.25s ease-in-out;
}
#pageScroll a {
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 12px 0 0;
  color: #00a0de;
  background: -webkit-linear-gradient(45deg, #00a0de 0%, #5427da 100%);
  color: #FFF;
}
#pageScroll a:hover {
  opacity: .75;
}
#pageScroll.fixed {
  bottom: 20px;
}

/* ======================================= */
/* メディアクエリ
/* ======================================= */
@media screen and (max-width: 768px) {
  /* ======================================= */
  /* フッター
  /* ======================================= */
  footer #contactWrap {
    padding: 40px 0;
  }
  footer #contactWrap .inner {
    width: 100%;
    margin: 0;
    padding: 0 5%;
  }
  footer #contactWrap .inner p {
    text-align: center;
  }
  footer #contactWrap .inner p#fcTitle {
    font-size: 124%;
    margin: 0 0 10px;
  }
  footer #contactWrap .inner p#fcTitle br {
    display: none;
  }
  footer #contactWrap .inner p#fcTxt {
    font-size: 77%;
    margin: 0 0 15px;
  }
  footer #contactWrap .inner p#footContactBtn {
    width: 100%;
    margin: 0;
  }
  footer #contactWrap .inner p#footContactBtn a {
    font-size: 100%;
    border-radius: 30px;
    padding: 14px 0;
    transition: none;
  }
  footer #footerNav {
    padding: 50px 0;
  }

  footer #footerNav div.footerlink {
    display: block;
    width: auto;
    margin: 0 auto;
    }

    footer #footerNav .footerlinkimg{
      text-align: center;
    }

  footer #footerNav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
        width: auto;
  }
  footer #footerNav ul li {
    width: 50%;
    margin: 0 0 1rem;
  }
  footer #footerNav ul li:first-of-type {
    margin: 0;
  }
  footer #footerNav ul li a {
    display: block;
    text-align: center;
    font-size: 85%;
    text-decoration: none;
    padding: 2px 0;
  }
  footer #footerNav ul li a svg {
    display: inline-block;
    vertical-align: baseline;
    color: #999;
    font-size: 85%;
    margin: 0 0 0 5px;
  }
  footer #footerAdd {
    padding: 15px 0 70px;
  }
  footer #footerAdd address {
    font-size: 63%;
  }

  /* ======================================= */
  /* ページスクロール
  /* ======================================= */
  #pageScroll {
    right: 10px;
    width: 36px;
    height: 36px;
  }
  #pageScroll a {
    width: 36px;
    height: 36px;
    padding: 6px 0 0;
  }
  #pageScroll.fixed {
    bottom: 85px;
  }
}
/*
フォントサイズ表 (base: 15px)
62% =  10px
70% =  11px
77% = 12px   154% = 22px  231% = 32px
85% = 13px   162% = 23px  239% = 33px
93% = 14px   170% = 24px  247% = 34px
100% = 15px  177% = 25px  254% = 35px
108% = 16px  185% = 26px  262% = 36px
116% = 17px  193% = 27px  270% = 37px
124% = 18px  200% = 28px  277% = 38px
131% = 19px  208% = 29px  285% = 39px
139% = 20px  216% = 30px  293% = 40px
147% = 21px  224% = 31px  300% = 41px

メディアクエリ・基本設定項目
@media screen and (max-width: 1024px) {  1024pxまでの幅の場合に適応される　例）タブレット横まで　iPadPro縦  }
@media screen and (max-width: 768px) {  768pxまでの幅の場合に適応される　例）タブレット縦〜スマホ横  }
@media screen and (max-width: 480px) {  480pxまでの幅の場合に適応される　例）iPhone縦  }
@media screen and (max-width: 320px) {  320pxまでの幅の場合に適応される　例）iPhone5以下  }

メディアクエリ・内訳
Nexus10横 = max-width: 1280px
iPad、iPad mini、Nexus9横 = max-width: 1024px
Nexus7横 = max-width: 960px
Nexus10縦 = max-width: 800px
iPad、iPad mini、Nexus9縦 = max-width: 768px
Nexus7縦 = max-width: 600px
iPhone6 Plus縦 = max-width: 414px
Nexus6縦 = max-width: 412px
iPhone6縦 = max-width: 375px
Nexus5横 = max-width: 360px
iPhone5以下横 = max-width: 320px
*/
