/*=======================
共通
=======================*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

html {
  height: 100%;
  background-color: #fff;
}

body {
  height: 100%;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  color: #24313c;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

div,dl,dt,dd,ul,li {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}

#wrapper {
  position: relative;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

/*=======================
header
=======================*/

#header {  width: 100%;
  background-color: #fff;
}

header .header_inner {
  width: 100%;
  padding: 15px 2%;
}

header .header_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header .header_inner .logo {
  width: 250px;
}

header .header_inner .gnav ul {
  justify-content: flex-end;
}

header .header_inner .gnav ul li {
  margin-right: 30px;
}

header .header_inner .gnav ul li:last-child {
  margin-right: 0;
  padding-top: 9px;
}

header .header_inner .gnav ul li a {
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  padding: 20px 0 20px 30px;
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
}

header .header_inner .gnav ul li:first-child a {
  background-image: url(../../img/common/icn1.png);
}

header .header_inner .gnav ul li:nth-child(2) a {
  background-image: url(../../img/common/icn2.png);
}

header .header_inner .gnav ul li:nth-child(3) a {
  background-image: url(../../img/common/icn3.png);
}

header .header_inner .gnav ul li:nth-child(4) a {
  box-sizing: border-box;
  width: 140px;
  background-color: #8dc031;
  background-image: url(../../img/common/icn4.png);
  background-position: 20px center;
  color: #FFF;
  padding: 10px 0 10px 46px;
}

header .header_inner .item03 {
  width: 170px;
  padding-top: 15px;
}

header .header_inner .item03 ul li a {
  display: block;
}

/* gnav*/

#header .header_gnav {
  margin-top: 15px;
  background-color: #19509d;
}

header .header_gnav .gnavbox #nav {
  position: relative;
  width: 968px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.06em;
}

header .header_gnav .gnavbox #nav li {
  float: left;
  position: relative;
}

header .header_gnav .gnavbox #nav li a {
  display: block;
  width: 190px;
  height: 40px;
  background: #19509d;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
}

header .header_gnav .gnavbox #nav li a.none {
  cursor: default;
}

header .header_gnav .gnavbox #nav li.line {
  width: 1px;
  height: 18px;
  background-color: #fff;
  margin-top: 11px;
}

header .header_gnav .gnavbox #nav ul {
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
}

header .header_gnav .gnavbox #nav ul {
  line-height: 0;
}

header .header_gnav .gnavbox #nav ul li {
  float: none;
}

header .header_gnav .gnavbox #nav ul {
  width: 153px;
}

header .header_gnav .gnavbox #nav ul li a {
  display: block;
  height: 40px;
  background: #19509d;
  color: #FFF;
  border-bottom: 1px solid #ffffff;
  zoom: 1;
  line-height: 40px;
}

header .sp_menu {
  display: none;
}

.overlay {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0 , 0, 0, 0.8);
  z-index: 100;
	transition: all 0.6s;
}

/*=======================
pagetop
=======================*/
#pagetop {
  position: absolute;
  left: 0;
  top: 0;
  right: 40px;
  top: -160px;
}

#pagetop:hover {
  opacity: 0.7;
}

/*=======================
footer
=======================*/

footer {
  width: 100%;
  margin-top: 60px;
  background-color: #8dc031;
}

footer .inner {
  padding: 40px 0;
  position: relative;
}

footer .inner ul li {
  color: #FFF;
  margin-right: 10px;
  font-size: 14px;
}

footer .inner ul li a {
  color: #FFF;
  text-decoration: none;
}


footer .copyright {
  color: #FFF;
  font-size: 14px;
  text-align: center;
}