@charset "utf-8";
/* ****************************************************************************

 CSS base設定
 - base
 - footer 
 - header 

 - Media Query
   - SPのみ　max-width: 767px
   - PCのみ　min-width: 768px, print

****************************************************************************** */


/* -----------------------------------------------------
 base
-------------------------------------------------------- */
html {
  font-size: 62.5%; 
}
footer {
  line-height: 1.6;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", '游ゴシック体','YuGothic', "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-size: 3.733vw;/* 14px(375px BreakPoint) */
  color: #000;
}
html, body, h1, h2, h3, h4, h5, h6, p, figure, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
footer ul, ol, li {
  list-style: none;
}
footer em {
  font-style: normal;
}
footer {
  display: block;
  box-sizing: border-box;
}
footer a {
  outline: none;
  text-decoration: none;
  transition: opacity .3s ease;
  color: #005FAE;
}
footer img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  border: none;
}
@media screen and (min-width: 768px), print {
 footer {
    min-width: 1000px;
    font-size: 1.4rem;
  }
 footer a {
    transition: all .3s ease;
  }
 footer a:hover {
    opacity: .6;
  }
}

/* -----------------------------------------------------
 footer 
-------------------------------------------------------- */
.n4946-footer {
  border-top: solid 1px #ddd;
  line-height: 1.6;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","HiraKakuProN-W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.n4946-footer-inner {
  margin: auto;
}
.n4946-footer-nav-01 a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #005FAE;
  text-decoration: none;
}
.n4946-footer-nav-01 a:hover,
.n4946-footer-nav-01 a:link,
.n4946-footer-nav-01 a:visited,
.n4946-footer-nav-01 a:active,
.n4946-footer-nav-01 a:hover {
  text-decoration: none;
}
.n4946-footer-ttl-02 {
  display: block;
  color: #333;
}
.n4946-footer-nav-02 a {
  color: #6E6E6E;
  text-decoration: none;
}
.n4946-footer-nav-02 a:hover,
.n4946-footer-nav-02 a:link,
.n4946-footer-nav-02 a:visited,
.n4946-footer-nav-02 a:active,
.n4946-footer-nav-02 a:hover {
  text-decoration: none;
}
.n4946-footer-grid {
  display: flex;
  align-items: flex-start;
}
.n4946-footer-logo img {
  display: block;
  margin: auto;
}
.n4946-footer-copyright {
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .n4946-footer {
    padding-bottom: 4em;
    font-size: 3.733vw;
  }
  .n4946-footer-inner {
    width: 86.67%;
  }
  .n4946-footer-nav-01 li {
    border-bottom: solid 1px #ddd;
  }
  .n4946-footer-nav-01 li a {
    padding: 1.393em 0;
  }
  .n4946-footer-nav-02 {
    padding: 2.5em 0;
  }
  .n4946-footer-grid + .n4946-footer-ttl-02 {
    margin-top: 1em;
  }
  .n4946-footer-ttl-02 {
    margin-bottom: 1.5em;
  }
  .n4946-footer-grid {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .n4946-footer-item {
    width: 50%;
    margin-bottom: 1.5em;
  }
  .n4946-footer-item::before {
    content: "|";
    display: inline-block;
    margin-right: .5em;
    color: #ddd;
  }
  .n4946-footer-item a {
    font-size: 92.9%;
  }
  .n4946-footer-logo {
    margin-bottom: 1.75em;
  }
  .n4946-footer-logo img {
    width: 26.67vw;
    height: 5.61vw;
  }
  .n4946-footer-copyright p {
    font-size: 78.6%;
  }
}
@media screen and (min-width: 768px), print {
  .n4946-footer {
    padding: 60px 0 70px;
    font-size: 14px;
  }
  .n4946-footer-inner {
    max-width: 1150px;
    width: 90%;
  }
  .n4946-footer-pc-inner {
    max-width: 1150px;
    width: 90%;
    margin: 0 auto 90px;
  }
  .n4946-footer-pc-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .n4946-footer-nav-01 li {
    width: calc(100%/6 - 1px);
    border-right: solid 1px #ddd;
  }
  .n4946-footer-nav-01 li:first-child {
    border-left: solid 1px #ddd;
  }
  .n4946-footer-nav-01 li a {
    padding: 18px 5px;
    font-size: 15px;
  }
  .n4946-footer-nav-02 {
    padding: 0 0 82px;
  }
  .n4946-footer-grid + .n4946-footer-ttl-02 {
    margin-top: 60px;
  }
  .n4946-footer-ttl-02 {
    margin-bottom: 10px;
  }
  .n4946-footer-grid {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .n4946-footer-item {
    padding: 0 14px;
  }
  .n4946-footer-item:first-child {
    padding-left: 0;
  }
  .n4946-footer-item:not(:first-child)::before {
    content: "|";
    display: inline-block;
    margin-right: 21px;
    color: #ddd;
  }
  .n4946-footer-item a {
    font-size: 13px;
  }
  .n4946-footer-logo {
    margin-bottom: 30px;
  }
  .n4946-footer-logo img {
    width: 164px;
    height: 35.04px;
  }
  .n4946-footer-copyright p {
    font-size: 12px;
  }
}

/* -----------------------------------------------------
 header 
-------------------------------------------------------- */
.n4946-header {
  box-shadow: 0 0 .8em .1em rgba(0,0,0,.08);
  background-color: #fff;
  margin-bottom: 20px;
}
.n4946-header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n4946-header-logo img,
.n4946-header-logo a {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .n4946-header-grid {
    width: calc(100% - 16vw);
  }
  .n4946-header-logo {
    padding: 1.179em 0;
  }
  .n4946-header-logo img {
    width: 38.248vw;
    height: 7.2vw;
  }
  .n4946-header-col-logo {
    max-width: 47.46vw;
    width: 57%;
  }
}
@media screen and (min-width: 768px), print {
  .n4946-header-grid {
    border-bottom: solid 1px #ddd;
  }
  .n4946-header-logo {
    padding: 16px 20px 17px;
  }
  .n4946-header-logo a{
    width: 196px;
  }
  .n4946-header-logo img {
    width: 196px;
    height: auto;
  }
}

