@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,700,900,900i&display=swap");
/* CSS Document */
/*--------------------------------------------------------------------
　　header
--------------------------------------------------------------------*/
header {
  border-top: 4px solid #0A6FCB;
}

#header-content {
  width: auto;
  margin: 0 auto;
  padding: 0 0 16px 0;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1199px) {
  #header-content {
    padding: 0 3% 16px 3%;
  }
}
#header-l {
  width: 100%;
  padding: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#header-l #header-copy {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
}
#header-l h1 {
  width: 192px;
}
#header-l #header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-l #header-nav ul li {
  margin: 0 24px 0 0;
}
#header-l #header-nav ul li a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#header-l #header-nav ul li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#header-r {
  width: 20%;
  padding: 10px 0 0 0;
  display: none;
}
#header-r dl dt {
  margin: 0 0 3px 0;
}
#header-r dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header-r #header-mypage {
  width: 48%;
  background-color: #0A6FCB;
  border-radius: 5px;
  text-align: center;
}
#header-r #header-mypage a {
  padding: 10px;
  text-decoration: none;
  color: #fff;
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#header-r #header-mypage a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#header-r #header-login {
  width: 48%;
  text-align: center;
  border: solid #0A6FCB 1px;
  border-radius: 5px;
}
#header-r #header-login a {
  padding: 10px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#header-r #header-login a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (max-width: 960px) {
  header {
    border-top: 2px solid #0A6FCB;
  }

  #header-content {
    padding: 0 40px 16px 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  #header-l {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  #header-l #header-copy {
    margin: 0 0 2px 0;
    font-size: 1rem;
  }
  #header-l h1 {
    width: 120px;
  }
  #header-l #header-nav ul {
    display: none;
  }

  #header-r {
    display: none;
  }
}
/*--------------------------------------------------------------------
　　nav
--------------------------------------------------------------------*/
#nav {
  height: 60px;
  background-color: #0A6FCB;
}
#nav ul {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nav ul li {
  width: 18%;
  background-color: #277FD0;
  text-align: center;
  line-height: 60px;
}
#nav ul li a {
  text-indent: 1em;
  color: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#nav ul li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#nav #nav-domestic a {
  background: url(../img/icon_japan.png) no-repeat;
  background-size: 23px auto;
  background-position: 25% 50%;
}
#nav #nav-goto {
  width: 82%;
}
#nav #nav-goto a {
  font-weight: bold;
  text-decoration: underline;
  background-color: #0A6FCB;
  text-align: left;
}

@media (max-width: 960px) {
  #nav {
    height: 40px;
  }
  #nav ul {
    width: 100%;
    height: 40px;
  }
  #nav ul li {
    width: 50%;
    line-height: 40px;
    font-size: 1.2rem;
  }
  #nav ul li a {
    text-indent: 1em;
  }
  #nav #nav-domestic a {
    background: url(../img/icon_japan.png) no-repeat;
    background-size: 23px auto;
    background-position: 25% 50%;
  }
  #nav #nav-goto {
    display: none;
  }
}
#nav-goto-sp {
  padding: 10px 3%;
  font-weight: bold;
  font-size: 1.2rem;
}

/*--------------------------------------------------------------------
　　drawer-nav
--------------------------------------------------------------------*/
@media (max-width: 960px) {
  .drawer-hamburger {
    width: 2.8rem;
  }

  .drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    height: 3px;
  }

  .drawer-nav {
    padding: 0 0;
    z-index: 4;
    background: #2B65B9;
    width: 20.25rem;
  }

  .drawer--right .drawer-nav {
    right: -20.25rem;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 20.25rem;
  }

  .drawer-submenu {
    background: #EFEFEF;
  }
  .drawer-submenu ul {
    padding: 10px 5% 10px 5%;
  }
  .drawer-submenu ul li {
    margin: 0 0 5px 0;
  }
  .drawer-submenu ul li:last-child {
    margin: 0 0 0 0;
  }
  .drawer-submenu a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 5%;
    font-size: 1.4rem;
    font-weight: bold;
    background: #fff;
    border-radius: 3px;
  }
  .drawer-submenu i {
    color: #2B65B9;
    margin: 0 0.3em 0 0;
    font-size: 1rem;
  }

  .drawer-menu a {
    padding: 10px 5%;
    text-decoration: none;
    color: #fff;
    display: block;
    border-bottom: 1px solid #E9E9E9;
  }
  .drawer-menu i {
    margin: 0 0.3em 0 0;
    font-size: 1rem;
    color: #fff;
  }
}
/*--------------------------------------------------------------------
　　main-contents
--------------------------------------------------------------------*/
#main-contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*--------------------------------------------------------------------
　　pankuzu
--------------------------------------------------------------------*/
/*--------------------------------------------------------------------
　　footer
--------------------------------------------------------------------*/
#footer-contents-wrap {
  padding: 30px 0;
  background: #363636;
}

#footer-contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#footer-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer-contents ul li {
  margin: 0 15px;
}
#footer-contents ul li a {
  color: #fff;
  text-decoration: none;
}

#footer-copy {
  padding: 16px 0;
  text-align: center;
}

@media (max-width: 960px) {
  #footer-contents-wrap {
    padding: 8px 3%;
    background: #363636;
  }

  #footer-contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer-contents ul li {
    margin: 0 15px;
    font-size: 1rem;
  }

  #footer-copy {
    padding: 8px 0;
    font-size: 1rem;
  }
}
/*----------------------------------------------------------------------------------------------
  pagetop
----------------------------------------------------------------------------------------------*/
#pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000000;
  cursor: pointer;
  color: #fff;
  font-size: 4.6rem;
  text-align: center;
  line-height: 70px;
}

@media (max-width: 960px) {
  #pagetop {
    width: 50px;
    height: 50px;
    font-size: 3.6rem;
    text-align: center;
    line-height: 50px;
  }
}