  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

a.h_res  {
	position: relative;
  color: #fff;
	text-decoration: none;
}
a.h_res:hover {
	color: #fff;
  text-decoration: none;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}





img {
    max-width: 100%;
    height: auto;
    width /***/:auto;/*IE8のみ適用*/
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

header {
  position: fixed;
  z-index: 99;
	width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
	padding: 0;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	background-color: #fff!important;
}
  #h_top {
    align-items: center;
	max-width: 100%;
	margin: 0 auto;
  }

.hbg {
	position: fixed;
	background-color: rgba(255,255,255,1);
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  -webkit-transition: all .4s;
  transition: all .4s;
}

#gNav a:hover {
  color: #333333;
	text-decoration: none;
}
nav li a{
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #F4F4F4 0%, #FFF 100%);
}

@media print, screen and ( min-width : 1100px ) {
header {
  height: 80px;
  z-index: 9999;
}
  .h_logo  {
    width: 25%;
	  float: left;
	  padding: 0 0 0 10px;
  }
  .h_res  {
    width: 130px;
	  padding:0 20px;
	  line-height: 80px;
	  height: 80px;
	  margin: 0 0 0 20px;
	  float: right;
	  background: linear-gradient(220deg, rgba(0,13,72,1.00) 52%, rgba(1,64,152,1.00) 100%);
  }
	
  #gNav ul {
    position: relative;
	  float: right;
  display: flex;
  flex-wrap: wrap;
  }
  #gNav li {
    position: relative;
    margin-right: 0.7em;
	  font-weight: bold;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li i.pcgm {
    font-size: 12px;
	  margin-right: 5px;
	  color: #6A6A6A!important;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  	color: #6A6A6A!important;
	text-decoration: none!important;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
	.sub-menu200{width: 200px;}
	.sub-menu600{width: 602px;}
	.sub-menu600 li{width: 200px;border-right: solid 1px #D9D9D9;}
 	.sub-menu600 li:nth-of-type(3)  {border-right: none;}
 	.sub-menu600 li:nth-of-type(6)  {border-right: none;}
 	.sub-menu600 li:nth-of-type(9)  {border-right: none;}
 	.sub-menu600 li:nth-of-type(12)  {border-right: none;}
 	.sub-menu600 li:nth-of-type(15)  {border-right: none;}
 	.sub-menu600 li:nth-of-type(18)  {border-right: none;}
 	.sub-menu600 li:nth-of-type(21)  {border-right: none;}
 	.sub-menu600 li:nth-of-type(22)  {border-bottom: none!important;}
 	.sub-menu600 li:nth-of-type(23)  {border-bottom: none!important;}
 	.sub-menu600 li:nth-of-type(24)  {border-bottom: none!important;border-right: none!important;}
  #gNav .sub-menu a {
    padding:20px 10px;
    display: block;
    border-bottom: none;
    line-height: 1;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
	border-bottom: solid 1px #D9D9D9;
	 width: 200px;
	  float: left;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #979797;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

@media print, screen and ( min-width :1300px ) {
  .h_logo  {
    width: 300px;
  }
  .h_res {
    width: 140px;
  }
  #gNav li {
    margin-right: 2em;
  }
}

@media only screen and ( max-width : 1099px ) {
  header {
	  position: relative;
    padding:0;
    height: 70px;
  }

.hbgs {
	background-color: rgba(255,255,255,1);
}

.nav a{
	text-decoration: none!important;
	color: #6A6A6A!important;
	}
	
  .h_logo {
    height: 70px;
    width: 320px;
    top: 4px;
    left: 10px;
    z-index: 100;
	  float: left;
  }
	
	
  .h_res {
	  display: none
  }
	
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa-angle-down {
    display: none;
  }
  nav li .fa-angle-right {
  padding:0 .5em;
  font-size: 24px;
	 color: #969696;
    float: right;
  }
	.pcgm{color: #6A6A6A!important;}
}

@media only screen and ( max-width : 480px ) {
	
  header {
	  position: relative;
    padding: 10px 0;
    height: 70px;
  }

.hbg {
	position: relative;
	background-color: rgba(255,255,255,0);
  box-shadow: none;
}
  .h_logo {
    width: calc(100% - 80px) ;
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 100;
  }
	
  .h_logo img{
    width: 90% ;
  }
}
.site-title { 
    color: rgb(102, 102, 102);
    font-size: 10px !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
    font-weight: normal !important;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}