@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Gilda+Display);
@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Libre+Baskerville:400,400i');

body {
  font-family: 'Noto Serif JP', serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝" !important;
  color: #000;
  font-weight: 500;
}
.logo-image {
  padding: 0 !important;
  font-size: inherit;
}
.header {
  color: #fff;
  background-color: #FFF !important;
  padding-top: 80px;
}
.main, .sidebar {
  background-color: #fff !important;
}
.sidebar h3 {
  border: 1.5px solid #fff !important;;
}
.ls2 {
  letter-spacing: 2px;
}
.fz16 {
  font-size: 16px;
}
.pt15 {
  padding-top: 15px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.fz9 {
  font-size: .9rem;
}
.pb10 {
  padding-bottom: 10px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
footer.last {
  background: #333631;
  text-align: center;
  color: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section#contents {
  padding-top: 30px;
}
section#contents h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400 !important;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 36px;
}
.headers{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 100000;
}
.header_inner {
  position: relative;
  padding: 15px;
}
.logos{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
}
.title{
  width: 60px;

}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 60px;
}
.nav_item a {
  display: inline-block;
  position: relative;
  color: #333631 !important;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
}
.cp_link {
  padding: 0.1em 0.3em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(193, 13, 23,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  color: rgb(193, 13, 23);
}
.cp_link:hover {
  background-position: -100% 0;
  color: #fff !important;
}


nav.nav {
  padding-top: 14px;
}
@media only screen and (max-width: 768px) {
  nav.nav {
    padding-top: 56px;
  }
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background: #ff00003d;
    color: #fff !important;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 40px;
    height: 25px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #fff !important;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 6px;
    width: 29px;
    height: 4px;
    background-color: #333;
    transition: all .6s;
    border-radius: 4px;
  }
  .hamburger_border_top {
    top: 18px;
  }
  .hamburger_border_center {
    top: 28px;
  }
  .hamburger_border_bottom {
    top: 8px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}/* sp */

@media only screen and (min-width: 769px) {
  .header_inner{
    max-width: 1300px;
    width: 100%;
    padding: 15px 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .logos{
    padding: 12px 30px
  }
  .nav_list{
    text-align: right;
  }
  .nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
  .nav_list li a{
    color: #fff;
    font-weight: 600;
  }
}/* pc */

.go-to-top-button {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #c10d17;
  border-radius: 50%;
}