@charset "EUC-JP";

/* --------------------
common
-------------------- */

#header_0704130 {
  margin: 0 auto 10px;
  box-sizing: border-box;
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 14px;
	color: #888;
	line-height: 24px;
	text-align: left;
}

#header_v2 {
  margin:0;
  font-size: inherit !important;
}

#header_v2 .inner {width: 100%;}

#header_v2 div {
  margin: auto;
  padding: revert;
}

#header_v2 .new {
  background: transparent;
  width: 960px;
}

#header_v2 .new .side {font-size: 12px;}

#header_v2 ul {margin: 0 auto;}

#header_0704130 div:after,
#header_v2 div:after {content: "";}

#header_0704130 figure,
#footer_0704130 figure {margin: 0;}


#header_0704130 a {
	transition: all 0.3s ease;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

.printNav {
	top: 0px;
}

/* --------------------
header
-------------------- */

#header_0704130 .header {
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}

#header_0704130 .header .topbar {
	background-color: #000;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	box-sizing: border-box;
}

#header_0704130 .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
	box-sizing: border-box;
}

#header_0704130 .inner {
	box-sizing: border-box;
}

#header_0704130 .row {
	display: flex;
	flex-wrap: nowrap;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}

#header_0704130 .col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
}

#header_0704130 .header .top-link {
	float: left;
	box-sizing: border-box;
}

#header_0704130 .header .top-link li {
	display: inline-block;
	margin-right: 15px;
	box-sizing: border-box;
}

#header_0704130 .header .top-link li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
}

#header_0704130 .header .top-link li:last-child {
	margin-right: 0px;
}

#header_0704130 .header .top-contact {
	float: right;
	box-sizing: border-box;
}

#header_0704130 .header .top-contact li {
	display: inline-block;
	margin-right: 25px;
	color: #fff;
	box-sizing: border-box;
}

#header_0704130 .header .top-contact li:last-child {
	margin-right: 0;
}

#header_0704130 .header .top-contact li a {
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
}

#header_0704130 .header .top-contact li i {
	color: #fff;
	margin-right: 8px;
	box-sizing: border-box;
}

#header_0704130 .header .header-inner {
	background: #fff;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
}

#header_0704130 .col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0;
}

#header_0704130 .header .logo {
	float: left;
	margin-top: 18px;
	box-sizing: border-box;
}

#header_0704130 .header .inner .logo img {
	width: 100%;
	box-sizing: border-box;
}

#header_0704130 .col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

#header_0704130 .nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	justify-content: space-between;
	box-sizing: border-box;
}

#header_0704130 .header .nav li {
	margin-right: 15px;
	float: left;
	position: relative;
	box-sizing: border-box;
}

#header_0704130 .header .nav li:last-child {
	margin: 0;
}

#header_0704130 .header .nav li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 2px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}

#header_0704130 .header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
	background: #1A76D1;
	border-radius: 5px 5px 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header_0704130 .header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
#header_0704130 .header .nav li.active a{
	color:#1A76D1;
}
#header_0704130 .header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
#header_0704130 .header .nav li:hover a{
	color:#1a76d1;
}
#header_0704130 .header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}


/* --------------------
footer
-------------------- */

#footer_0704130 {
	margin: 0 auto;
	box-sizing: border-box;
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	transform: translateY(1px);
}

#footer_0704130 .copyright {
	background: #000;
	padding: 25px 0px 25px 0px;
	text-align: center;
	box-sizing: border-box;
}

#footer_070413 .container {
	max-width: 1140px;
	box-sizing: border-box;
}