@charset "utf-8";
body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	min-width: 1000px;
}
h2, h3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#74B6BC;
}
h3{
	font-size: 16px;
}
a {
	color: #400DAB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D64074;
}
a, a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.9;
	-webkit-filter: sepia(80%);
}
/*common*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.lh {
	line-height: 1.6;
}
.pr {
	padding: 5px 0;
	line-height: 1.6;
}
.contents {
	width: 980px;
	margin: 0 auto;
}
.item {
	width: 980px;
	margin: 0 auto;
}
/*all*/
.wrap {
	min-width: 980px;
}
/*header*/
.header {
	margin: 0 0 50px;
	background: url(../image/main_image.jpg) no-repeat bottom center;
	height: 300px;background-size: cover;
	position: relative;
}
.headline {
	background: rgba(134,203,210,0.6);
}
.headline {
}
.headIn {
	padding: 0;
	height: 280px;
	position: relative;
}
h1 {
	color: #000;
	letter-spacing: 2px;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	width: 980px;
	margin: 0 auto;
}
.logo {
	width: 300px;
	position: absolute;
	top: 90px;
	bottom: 0;
}
.logo a {
	display: block;
}
/*menu*/
.menu {
	background: #86CBD2;
	position: absolute;
	width: 100%;
	bottom: -30px;
}
.menu li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 25px;
	padding: 5px 0 0;
}
.menu a {
	display: block;
	border-bottom: 5px solid transparent;
	margin: 0 5px;
	color: #1E33ED;
}
.menu a:hover {
	border-bottom: 2px solid #C0E4E8;
	text-decoration: none;
}
/*footer*/
.footer {
	margin: 0;
	background: #86CBD2;
}
.footIn {
	position: relative;
	padding: 30px 0 0;
}
.pageTop {
	position: absolute;
	top: -31px;
	right: 0;
}
.pageTop a {
	background: #86CBD2;
	display: block;
	width: 150px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border: 1px solid #86CBD2;
}
.pageTop a:hover {
	background: #fff;
	color: #043C77;
	border: 1ps solid;
}
.siteMap li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	margin: 0 0 15px;
}
.siteMap a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 5px;
	border: 5px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.siteMap a {
	position: relative;
	padding: 0 0 0 15px;
	color: #6A79E8;
}
.siteMap a:hover {
	color: #F19F00;
}
.copyRight {
	text-align: center;
	padding: 50px 0 20px;
	letter-spacing: 1px;
	color: #fff;
}
.copyRight a {
	padding: 0 0 3px;
	color: #6A79E8;
	border-bottom: 1px solid rgba(0,0,0,0);
	margin: 0 10px;
}
.copyRight a:hover {
	color: #F19F00;
	border-bottom: 1px solid #F19F00;
}
/*contents*/
.caption {
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 auto 30px;
	padding: 0 0 5px;
	border-bottom: 1px solid #999893;
}
.caption02 {
	font-size: 20px;
	text-align: center;
	background: #86CBD2;
	line-height: 40px;
	color: #fff;
	position: relative;
	margin: 0 -10px 0 -10px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
}
.caption02:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #999893;
}
.caption02:after {
	content: " ";
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 0;
	border-style: solid;
	border-color: transparent;
	border-top-color: #999893;
}
.btn {
	max-width: 300px;
	margin: 0 auto;
}
.btn a {
	display: block;
	text-align: center;
	background: #fff;
	color: #043C77;
	border: 1px solid;
	line-height: 40px;
}
.btn a:hover {
	background: #043C77;
	color: #fff;
	border: 1px solid #043C77;
}
.boxList01 .btn {
	width: 280px;
}
.boxList01 h3 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	margin: 20px 0;
}
.boxList01 li:first-child {
	border-top: 1px solid #ccc;
}
.boxList01 li {
	padding: 30px;
	border-bottom: 1px solid #ccc;
}
.boxList02 {
	margin: 70px auto;
}
.boxList02 .last {
	margin: 0;
}
.boxList02 .inner {
	padding: 30px 10px;
	background: #fff;
}
.col2 {
	margin: 0 0 20px;
}
.col2 .inner {
	padding: 30px;
}
.col2 .btn {
	margin: 20px auto 0;
}
.col3 {
	margin: 0 0 20px;
}
.col4 {
	margin: 0 0 20px;
}
.col2 li {
	float: left;
	margin: 0 58px 0 0;
	width: 47%;
}
.col3 li {
	float: left;
	margin: 0 70px 0 0;
	width: 280px;
}
.col4 li {
	float: left;
	margin: 0 30px 0 0;
	width: 222px;
}
.textContents {
	margin: 70px auto;
	background: #fff;
	padding: 20px;
}
.textContents h3 {
	border-bottom: 1px dotted #E6E3DE;
	margin: 25px 0 0;color: #86CBD2;
}
.textContents .lh {
	padding: 0 0 20px;
}
.linkList {
	margin: 0 0 70px;
	background: #fff;
	padding: 20px;
}
.linkList li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #E6E3DE;
}
/*sub page*/
.subHeader {
	margin: 0;
	height: 270px;
	background: url(../image/sub_image.jpg) no-repeat bottom center;
}
.subHeader .headIn {
	padding: 0;
	height: 250px;
	position: relative;
}
.subPage .textContents {
}
