@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: 'Noto Sans JP', sans-serif;
}
p, ul, li, span, dl, dt, dd, a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
p {
  text-align: center;
}
.sp_only {
  display: none !important;
}
.container {
  padding-top: 80px;
}
.content_bg_grey {
  padding: 60px 0;
  background: #f6f7f8;
}
.content_bg_white {
  padding: 60px 0;
  background: #ffffff;
}
h1 {
  margin: 0 auto 40px;
  font-size: 35px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
h1 span {
  color: #00a246;
  font-size: 18px;
}

/* header */
header {
  width: 100%;
  height: 80px;
  position: fixed;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
  z-index: 100;
}
.header_wrap {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
}
#logo {
  float: left;
  margin-top: 18px;
  margin-right: 10%;
}
.hamburger {
  display: none;
}
#header_nav ul {
  margin-top: 35px;
  overflow: hidden;
}
#header_nav ul li {
  float: left;
  margin-right: 7%;
}
#header_nav ul li:last-child {
  margin-right: 0;
}
#header_nav ul li a {
  font-size: 20px;
  font-weight: bold;
}
#header_nav ul li span {
  margin-left: 12px;
  color: #00a246;
  font-size: 12px;
}

/* footer */
footer {
  background: #202020;
}
.footer_nav_wrap {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 960px;
}
#footer_logo{
  margin-bottom: 15px;
  text-align: left;
}
#footer_logo img {
  width: 130px;
}
#footer_nav ul li {
  padding: 15px 0 15px 5px;
  border-top: 1px solid #ffffff;
}
#footer_nav ul li:last-child {
  border-bottom: 1px solid #ffffff;
}
#footer_nav ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
#footer_nav ul li span {
  color: #ffffff;
  margin-left: 12px;
  font-size: 10px;
}
#copyright {
  padding: 12px 0;
  background: #16bf6b;
  color: #ffffff;
  font-size: 16px;
}

@media (max-width:830px){
  #logo {
    margin-right: 8%;
  }
  #header_nav ul li {
    margin-right: 4%;
  }
  #header_nav ul li span {
    margin-left: 8px;
  }
}

/* SP */
@media (max-width:767px){
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .container {
    padding-top: 60px;
  }
  .content_bg_grey, .content_bg_white {
    padding: 35px 0;
  }
  h1 {
    margin-bottom: 25px;
    font-size: 25px;
  }
  h1 span {
    font-size: 15px;
  }

  /* header */
  header {
    height: 60px;
  }
  .header_wrap {
    max-width: 767px;
  }
  #logo {
    margin: 12px 0 12px 20px;
    height: 36px;
  }
  #logo img {
    height: 36px;
  }
  /*hamburger*/
  .hamburger {
    position: absolute;
    width: 30px;
    height: 25px;
    top: 17px;
    right: 10px;
  }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333333;
    border-radius: 4px;
  }
  .hamburger, .hamburger span {
    display: block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .hamburger span:nth-of-type(1) {
    top: 0;
  }
  .hamburger span:nth-of-type(2) {
    top: 11px;
  }
  .hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  #header_nav {
    display: none;
    clear: both;
    border-top: 1px solid #333333;
    background: #ffffff;
  }
  #header_nav ul {
    margin: 0;
  }
  #header_nav ul li {
    float: none;
    margin: 0;
    text-align: center;
    padding: 15px 0;
  }
  #header_nav ul li a {
    font-size: 16px;
  }
  #header_nav ul li span {
    font-size: 10px;
  }

  /* footer */
  .footer_nav_wrap {
    padding: 25px;
    width: auto;
  }
  #copyright {
    padding: 20px 40px;
    line-height: 1.7;
  }
}
