@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i');

/*=================================
	reset.css
================================ */

body {
	margin: 0;
	padding: 0;
}
div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	width/***/
	: auto;
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: 400;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a, a:visited {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
a:focus {
	outline: none;
}
table {
	border-collapse: collapse;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
@media screen and (max-width:768px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
		width/***/
		: auto;
		/*IE8のみ適用*/
	}
}
/*=================================
	common
================================ */

html {
	font-size: 62.5%;
	height: 100%;
}
#wrapper {
font-family: "游明朝 Medium", YuMincho Medium, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Times New Roman", Times, serif;
	font-size: 15px;
	font-size: 1.5rem;
	color: #000;
	font-weight: 400;
	line-height: 1.8;
}
/*=================================
	header
================================ */

#header {
	background: #fff;
	border-bottom: 1px solid #eee;
}
.headcont {
	padding: 20px 30px 10px;
	float: left;
	width: 20%;
	box-sizing: border-box;
}
.headcont .logo {
	width: 225px;
}
.headcont .logo span {
	display: block;
	font-weight: 700;
	font-size: 13px;
	font-size: 1.3rem;
	color: #1351A6;
}
#spbtn {
	display: none;
}
/*--------------------  START Media Queries  --------------------*/

@media (max-width: 880px) {
	.headcont {
		padding: 15px 0 10px 8px;
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	.logo {
		float: left;
		width: 50%;
	}
	.logo img {
		width: 140px;
		height: auto;
		margin: 0;
	}
	.headcont .hlogo {
		font-size: 0.8em;
		font-weight: 700;
		color: #0050a5;
	}
	.headcont .logo span {
		font-size: 11px;
		font-size: 1.1rem;
	}
	/*---------- toggle ----------*/
	#spbtn {
		display: block;
		float: right;
		width: 42px;
		height: 42px;
		position: relative;
		margin-right: 10px;
		z-index: 3;
	}
	#spbtn span {
		display: block;
		background: #666;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	#spbtn span:first-child {
		top: 12px;
	}
	#spbtn span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	#spbtn span:last-child {
		bottom: 12px;
	}
	#spbtn.gnavon span:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#spbtn.gnavon span:nth-child(2) {
		opacity: 0;
	}
	#spbtn.gnavon span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
}
/*=================================
	navigation
================================ */

.headerinner {
	float: right;
	width: 70%;
	text-align: right;
}
.gnavbox {
	width: 100%;
}
#gnav {
	clear: both;
	*zoom: 1;
	width: 100%;
}
#gnav {
	clear: both;
	*zoom: 1;
	width: 100%;
}
#gnav:before, #gnav:after {
	content: "";
	display: table;
}
#gnav:after {
	clear: both;
}
#gnav li {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
}
#gnav li a {
	display: block;
	padding: 36px 0 35px;
	line-height: 1;
	text-decoration: none;
	font-weight: 700;
	color: #555;
	letter-spacing: 0.1em;
}
#gnav li span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-family: 'Crimson Text', serif;
}
#gnav li p {
	display: block;
	padding-top: 5px;
	font-size: 10px;
	font-size: 1rem;
	color: #999;
}
#gnav li.entry{
background:#0050a5;
}
#gnav li.entry a,
#gnav li.entry p{
color:#fff;
}
#gnav li.entry a:hover{
color:#fff;
}
#gnav li ul {
	list-style: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
#gnav li ul li {
	width: 100%;
	padding: 0;
}

#gnav li:hover ul {
	visibility: visible;
	opacity: 1;
}
#gnav li ul li a {
	display: block;
	padding: 15px 10px !important;
	border-top: 1px solid #829DBA;
	background: rgba(0, 80, 165, .95);
	font-size: 11px;
	color: #fff;
}
#gnav li:hover, #gnav li.navon {
	box-shadow: inset 0 -1px #0050a5;
}
#gnav li:hover>a {
	color: #0050a5;
}
#gnav li ul li:hover>a {
	color: #fff;
	background: rgba(5, 57, 116, 1);
}
/*--------------------  START Media Queries  --------------------*/

@media (max-width: 880px) {
	.headerinner {
		float: none;
		width: 100%;
	}
	.gnavbox {
		display: none;
		position: absolute;
		width: 100%;
		padding: 0;
		background: rgba(0, 80, 165, .95);
		z-index: 9999;
		color: #FFF;
	}
	.gnavbox a {
		color: #FFF;
	}
	#gnav {
		float: none;
		width: 100%;
	}
	#gnav:before, #gnav:after {
		content: normal;
		display: block;
	}
	#gnav:after {
		clear: both;
	}
	#gnav li {
		position: relative;
		width: 100%;
		padding: 10px 0;
		float: none;
		font-weight: bold;
		text-align: center;
	}
	#gnav>li {
		border-top: 1px solid #829DBA;
	}
	#gnav li a {
		display: block;
		padding: 20px 0;
		color: #fff;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
	}
	/*submenu*/
	#gnav li ul {
		position: relative;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 10px 0;
		text-align: center;
		opacity: 1;
		visibility: visible;
		transition: 0;
		min-height: 1%;
		/* for Firefox　*/
		zoom: 1;
	}
	#gnav li ul:after {
		content: "";
		display: block;
		clear: both;
	}
	#gnav li ul li {
		width: auto;
		padding: 0;
		display: inline-block;
	}
	#gnav li:hover ul {
		visibility: visible;
		opacity: 1;
	}
	#gnav li ul li a {
		float: none;
		display: inline-block;
		padding: 0px 15px 0px !important;
		border-top: none;
		background: none;
		text-align: left;
		font-weight: normal;
		font-size: 13px;
		color: #fff;
	}
	#gnav li:hover>a {
		color: #fff;
	}
	#gnav li:hover, #gnav li.navon {
		box-shadow: none;
	}
	#gnav li ul li:hover>a {
		color: #fff;
		background: none;
	}
	#gnav li span {
		display: inline-block;
	}
	#gnav li p,
	#gnav li.entry p{
		display: inline-block;
		color: #C2CFE7;
		padding-left: 10px;
	}
}
/*=================================
	footer
================================ */

#footer {
	text-align: center;
	border-top: 1px solid #d9d9d9;
}
#footer .inner {
	padding: 40px 0;
}
.privacy {
	font-size: 12px;
	font-size: 1.2rem;
}
.ftr_sec {
	display: inline-block;
	margin: 15px 0 0;
	padding-top: 15px;
	border-top: 1px solid #d9d9d9;
	letter-spacing: 0.03em;
	font-size: 13px;
	font-size: 1.3rem;
}
.ftr_sec ul li {
	display: inline-block;
	font-family: 'Crimson Text', serif;
}
.ftr_sec ul li:last-child:before {
	content: "/";
	display: inline-block;
	padding: 0 10px;
	color: #d9d9d9;
}
.copyright {
	padding: 15px 0;
	font-size: 0.8em;
	font-family: 'Crimson Text', serif;
	color: #BFD0E7;
	letter-spacing: 0.1em;
	background: #0050a5;
}
.pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
}
.pagetop a {
	display: block;
	width: 54px;
	height: 54px;
	text-indent: 100%;

	white-space: nowrap;
	overflow: hidden;
	background: url("../images/cmn_pagetop.png") 0 0 no-repeat;
}
/*--------------------  START Media Queries  --------------------*/

@media screen and (max-width:768px) {}
/*768px*/

@media screen and (max-width:480px) {
	.copyright {
		padding: 10px;
		line-height: 1.3;
	}
	.pagetop {
		position: fixed;
		bottom: 40px;
		right: 20px;
		z-index: 10;
	}
	.pagetop a {
		display: block;
		width: 40px;
		height: 40px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url("../images/cmn_pagetop.png") 0 0 no-repeat;
		background-size: cover;
	}
}
/*480px*/

/*=================================
	contents
================================ */

#contents {
	padding: 0;
}
.inner {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
.cttlbox {
	text-align: center;
}
.cttl {
	padding: 70px 0 60px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	color: #0050a5;
}
.cttl span {
	display: block;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: normal;
	line-height: 1.3;
	color: #333;
	font-family: 'Crimson Text', serif;
}
.sec {
	margin-top: 80px;
}
#contents h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}
#contents h3 {
	font-weight: 700;
}
.txtlink {
	background: #F1F1C8;
}
/*--------------------  START Media Queries  --------------------*/

@media screen and (max-width:880px) {
	.inner {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
}
/*880px*/

@media screen and (max-width:640px) {
	.cttl {
		padding: 30px 0;
		text-align: center;
		font-weight: 700;
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
		color: #0050a5;
	}
	.cttl span {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
/*640px*/

@media screen and (max-width:480px) {
	#contents h2 {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
	}
	#contents h3 {
		font-weight: 700;
	}
	.sec {
		margin-top: 40px;
	}
}
/*480px*/