@charset "utf-8";



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

@media only screen and ( max-width : 768px ) {
  .container {
    padding: 0 30px;
  }


}

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

　   HEADER

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

#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000099;
}
#gNav a:hover {
  color: #fff;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;

}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 40px;
  }
  .h_logo {
    width: 110px;
    position: absolute;
    top: 17px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
#header {
	display: none;
}

}


.cp_breadcrumb {
	margin-top: 10px;
	padding: 6px 6px;
	background-color: #f0f0f0;
	color: #606060;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7986cb;
	font-size: 12px;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #4e4e4e;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(10px + 4px);
	margin-right: 6px;
	color: #4e4e4e;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	color: #2c2c2c;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}

#gNav {
    display: none;
}