@charset "utf-8";

/* === normalize === */

html, body, section, article, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, input, textarea, select, option, address, blockquote, del, noscript, img, hr { margin: 0; padding: 0; font-size: 100.01%; font: inherit; vertical-align: baseline; } html { overflow-y: scroll; } ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; border: 0; } img { border: 0; line-height: 0; vertical-align: middle; } address { font-style: normal; } hr { 	clear: both; visibility: hidden; } sub, sup { font-size: 75%; line-height: 0; vertical-align: baseline; position: relative; } sup { top: -0.5em; } sub { bottom: -0.25em; }

/* font color #333 */
/* key color  #014d9e */
/* bg color   #dbe4f0 */
/* bg color   #edefec */


/* === basic === */

html {
	height: 100%;
	font-size: 62.5%; /* 10px */
	overflow-y: scroll;
}
body {
	width: 100%;
	height: 100%;
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 1.6em; /* 16px */
	font-weight: 400;
	line-height: 2;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
#wrap {
	width: 100%;
	min-height: 100%;
	position: relative;
}
.scroll_prevent {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 1.4em; /* 14px */
		position: relative;
		right: 0;
	}

	#wrap {
		padding-top: 60px;
	}
}
@media print {
	body {
		width: 1280px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
}


/* === anchor === */

a {
	color: #014d9e;
	text-decoration: none;
	transition: all .5s;
}
a:hover {
	color: #333;
}
a:link, a:visited, a:active, a:hover {
	outline: none;
}
a[href^="tel:"] {
	color: #333;
}

@media only screen and (min-width: 1025px) {
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}


/* === clearfix === */

.cf {
	zoom: 1;
}
.cf:after {
	content:"";
	display: block;
	clear: both;
}


/* === break === */

br.pc { display: inline; }
br.sp { display: none; }

@media only screen and (max-width: 767px) {
	br.pc { display: none; }
	br.sp { display: inline; }
}


/* === header === */

header {
	padding-top: 40px;
	position: relative;
}
.logo {
	width: 320px;
	height: 120px;
	background: #014d9e;
	text-align: center;
	position: relative;
	float: left;
}
.logo img {
	width: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1023px) {
	.logo {
		width: 200px;
		height: 100px;
		background: #014d9e;
		text-align: center;
		position: relative;
		float: left;
	}
	.logo img {
		width: 160px;
	}
}

@media only screen and (max-width: 767px) {
	header {
		width: calc(100% - 30px);
		height: 60px;
		padding: 0 15px;
		background: #014d9e;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.logo {
		width: 120px;
		height: 60px;
		background: none;
	}
	.logo img {
		width: 120px;
	}
}


/* === navi === */

nav {
	position: relative;
}

@media only screen and (max-width: 767px) {
	nav {
		text-align: left;
		position: absolute;
		top: 0;
		right: 0;
	}
}

/* -- slide navi -- */

@media only screen and (max-width: 767px) {
	.slide_nav {
		width: 100%;
		height: 100%;
		background: #fff;
		overflow-x: hidden;
		position: fixed;
		top: 60px;
		left: 0;
		z-index: 1000;
		display: none;
	}
}

/* -- global navi -- */

.gnav {
	float: right;
}
.gnav a {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.4;
	display: block;
}
.gnav > li {
	border-left: 1px solid #ccc;
	text-align: center;
	float: left;
	position: relative;
	z-index: 100;
}
.gnav > li > a {
	width: 140px;
	height: 120px;
	background: url(../../img/common/gnav.svg) no-repeat center bottom 5px;
	position: relative;
}
.gnav > li > a:hover,
.gnav > li.current > a  {
	color: #014d9e;
	font-weight: 700;
}
.gnav > li > a.nochild {
	background: none;
}
.gnav > li > a span {
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1023px) {
	.gnav a {
		font-size: 1.3rem;
	}
	.gnav > li > a {
		width: 120px;
		height: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.gnav {
		float: none;
	}
	.gnav > li {
		width: 100%;
		border-bottom: 1px solid #eee;
		border-left: none;
		float: none;
	}
	.gnav > li > a {
		width: calc(100% - 30px);
		height: auto;
		padding: 15px;
		background: url(../../img/common/nav_plus.svg) no-repeat right 15px center;
		font-size: 1.6rem;
		text-align: left;
	}
	.gnav > li > a.current {
		background-image: url(../../img/common/nav_minus.svg);
	}
	.gnav > li > a.nochild {
		background-image: none;
	}
	.gnav > li > a span {
		white-space: nowrap;
		position: relative;
		top: inherit;
		left: inherit;
		transform: inherit;
		-webkit- transform: inherit;
	}
	.gnav > li > a br {
		display: none;
	}
}

/* -- global navi (child) -- */

.gnav li > ul {
	width: 240px;
	padding: 5px;
	background: #80a6ce;
	display: none;
	position: absolute;
	top: 120px;
	left: -40px;
}
.gnav li:last-child > ul {
	right: 0;
	left: auto;
}
.gnav li > ul li {
	margin-bottom: 1px;
	text-align: left;
}
.gnav li > ul li.sp {
	display: none;
}
.gnav li > ul li a {
	padding: 1em;
	background: #fff;
}
.gnav li > ul li a:hover {
	background: #edefec;
	color: #014d9e;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.gnav li > ul {
		top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.gnav li > ul {
		width: calc(100% - 30px);
		padding: 0 15px;
		background: none;
		position: relative;
		top: inherit;
		left: inherit;
	}
	.gnav li:last-child > ul {
		right: inherit;
		left: inherit;
	}
	.gnav li > ul li {
		margin-bottom: 0;
		border-top: 1px dotted #eee;
	}
	.gnav li > ul li.sp {
		display: block;
	}
	.gnav li > ul li a {
		padding: 10px 15px;
		background: #fff;
		font-size: 1.3rem;
	}
}

/* -- header navi -- */

.hd_nav {
	width: 100%;
	height: 40px;
	background: #000;
	position: absolute;
	top: -40px;
	left: 0;
}
.hd_nav ul {
	float: right;
}
.hd_nav ul li {
	font-size: 1.3rem;
	float: left;
}
.hd_nav ul li a {
	height: 40px;
	padding: 0 10px;
	color: #fff;
	line-height: 40px;
	display: block;
}
.hd_nav ul li a:hover {
	background: #666;
}
.hd_nav ul li.lang {
	width: 140px;
	background: #014d9e;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.hd_nav {
		width: 100%;
		height: auto;
		background: #fff;
		position: relative;
		top: 0;
		left: inherit;
		clear: both;
	}
	.hd_nav ul {
		float: none;
	}
	.hd_nav ul li {
		border-bottom: 1px solid #eee;
		float: none;
	}
	.hd_nav ul li a {
		height: auto;
		padding: 10px 15px;
		color: #333;
		line-height: inherit;
		display: block;
	}
	.hd_nav ul li a:hover {
		background: #666;
	}
	.hd_nav ul li.lang {
		width: auto;
		border-bottom: none;
		text-align: left;
	}
	.hd_nav ul li.lang a {
		color: #fff;
	}
}

/* -- trigger -- */

.slide_nav_trigger {
	display: none;
}

@media only screen and (max-width: 767px) {
	.slide_nav_trigger {
		width: 60px;
		height: 60px;
		background: #333;
		border: none;
		position: absolute;
		top: 0;
		right: 0;
		display: inherit;
		cursor: pointer;
	}
	.slide_nav_trigger:focus,
	.slide_nav_trigger:active {
		outline: none;
	}
	.slide_nav_trigger span.nav_icon {
		width: 18px;
		height: 16px;
		background: url(../../img/common/nav_open.svg) no-repeat center;
		display: block;
		position: absolute;
		top: 15px;
		left: 21px;
	}
	.slide_nav_trigger.close span.nav_icon {
		background-image: url(../../img/common/nav_close.svg);
	}
	.slide_nav_trigger span.nav_txt {
		width: 100%;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		display: block;
		position: absolute;
		bottom: 5px;
		left: 0;
	}
}

/* -- access button-- */

.btn_access {
	display: none;
}

@media only screen and (max-width: 767px) {
	.btn_access {
		width: 60px;
		height: 60px;
		border-right: 1px solid #666;
		display: block;
		position: absolute;
		top: 0;
		right: 60px;
	}
	.btn_access a {
		width: 60px;
		height: 60px;
		background: url(../../img/common/access.svg) no-repeat center top 12px #333;
		display: block;
	}
	.btn_access a span {
		width: 100%;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		display: block;
		position: absolute;
		bottom: 5px;
		left: 0;
	}
}


/* === breadcrumb === */

.breadcrumb {
	padding: 15px 80px;
	background: #dbe4f0;
	font-size: 1.4rem;
}
.breadcrumb ul {
	max-width: 1200px;
	margin: 0 auto;
}
.breadcrumb ul li {
	margin-right: 7px;
	float: left;
}
.breadcrumb ul li a {
	padding-right: 22px;
	text-decoration: none;
	position: relative;
}
.breadcrumb ul li a:after {
	width: 15px;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.breadcrumb {
		padding: 15px 40px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb {
		padding: 8px 15px;
		font-size: 1.2rem;
	}
	.breadcrumb ul li {
		margin-right: 5px;
	}
	.breadcrumb ul li a {
		padding-right: 15px;
		font-weight: 700;
	}
	.breadcrumb ul li a:after {
		width: 10px;
		height: 1px;
	}
}


/* === footer === */

footer {
	width: 100%;
	padding-top: 60px;
	background: #014d9e;
	position: absolute;
	bottom: 0;
}
address {
	margin: 0 80px 60px 0;
	color: #fff;
	font-size: 1.4rem;
	float: right;
}
address p {
	margin-bottom: 20px;
	line-height: 1.5;
}
address p a[href^="tel:"] {
	color: #fff;
}
.ft_logo {
	margin-bottom: 25px;
}
.ft_logo img {
	width: 240px;
}
.sns {
	margin-top: 30px;
}
.sns li {
	margin-right: 10px;
	float: left;
}
.ft_nav {
	margin: 0 0 60px 80px;
	float: left;
}
.ft_nav a {
	color: #fff;
}
.ft_nav a:hover {
	color: #dbe4f0;
}
.ft_nav ul li {
	margin-right: 15px;
	float: left;
}
.ft_nav ul li strong {
	padding-left: 25px;
	position: relative;
}
.ft_nav ul li strong:before {
	width: 20px;
	height: 2px;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}
.ft_nav ul li ul {
	margin: 15px 0 0 25px;
	font-size: 1.4rem;
}
.ft_nav ul li ul li {
	float: none;
}
.other_nav {
	margin: 30px 0 0 25px;
	font-size: 1.4rem;
}
.other_nav li {
	margin-right: 15px !important;
}
.related_nav {
	margin-top: 30px;
	clear: both;
}
.related_nav li {
	padding-left: 25px;
	font-size: 1.5rem;
	position: relative;
	float: none !important;
}
.related_nav li:before {
	width: 20px;
	height: 2px;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
}
.copyright {
	width: 100%;
	padding: 15px 0;
	background: #fff;
	font-size: 1.4rem;
	text-align: center;
	clear: both;
}
.pageup {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 0;
}
.pageup a {
	display: block;
}

@media (min-width: 1200px) and (max-width: 1365px) {
	.ft_logo img {
		width: 200px;
	}
	.ft_nav ul li ul {
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	footer {
		position: relative;
		bottom: inherit;
	}
	address {
		margin: 0 40px 60px;
		float: none;
	}
	address p {
		margin-bottom: 5px;
	}
	address p br {
		display: none;
	}
	.ft_logo {
		margin: 0 50px 0 0;
		float: left;
	}
	.sns {
		margin-top: 0;
	}
	.ft_nav {
		margin: 0 40px 60px;
	}
}

@media only screen and (max-width: 767px) {
	footer {
		width: 100%;
		padding-top: 40px;
		position: relative;
		bottom: auto;
	}
	address {
		margin: 0;
		padding: 0 15px;
		font-size: 1.3rem;
		text-align: center;
		float: none;
	}
	address p {
		margin-bottom: 15px;
		text-align: center;
	}
	.ft_logo {
		margin-bottom: 25px;
	}
	.ft_logo img {
		width: 180px;
	}
	.sns li {
		margin: 0 5px;
		display: inline-block;
		float: none;
	}
	.ft_nav {
		margin: 0;
		float: none;
	}
	.ft_nav ul li {
		margin-right: 0;
		float: none;
	}
	.sitemap_nav {
		display: none;
	}
	.other_nav {
		display: none;
	}
	.related_nav {
		margin-top: 30px;
	}
	.related_nav li {
		padding-left: 0;
		font-size: 1.3rem;
	}
	.related_nav li:before {
		display: none;
	}
	.related_nav li a {
		padding: 10px 15px;
		background:  #333;
		border-bottom: 1px solid #666;
		color: #fff;
		display: block;
	}
	.copyright {
		padding: 1em 0;
		font-size: 1.2rem;
	}
	.pageup {
		bottom: 0;
	}
	.pageup a img {
		width: 48px;
	}
}