#title{
	padding: 178px 0 129px;
	line-height: 0;
	text-align: right;
	margin: 0 auto 20px;
	position: relative;
}
#title:before{
	content: '';
	width: 100%;
	height: 419px;
	position: absolute;
	top: 0;
	left: 0;
	background: #E4FBFF;
	z-index: -1;
}
@media screen and (min-width:1200px){
	/*
	#title{background-size: cover !important;}
	*/
}
#title h1{
	display: inline-block;
	font-size: 4.5rem;
	font-weight: normal;
	color: #fff;
	line-height: 108%;
	position: relative;
	margin: 0 50px 60px 0;
	text-shadow: 0 0 10px #2b6280, 0 0 10px #2b6280, 0 0 10px #2b6280, 0 0 10px #2b6280, 0 0 10px #2b6280, 0 0 10px #2b6280;
}
#title h1>span{
	font-size: 8rem;
}
#title h1>small{
	display: block;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 5rem;
	line-height: 100%;
	padding: 00;
	text-align: left;
}
#title h1:after{
	content: '';
	width: 1px;
	height: 70px;
	background: #fff;
	position: absolute;
	bottom: -24px;
	left: 180px;
}

#pkz{
	margin: 0 auto;
	display: block;
	text-align: right;
	letter-spacing: -0.4em;
	line-height: 0;
	padding: 0 80px;
}
#pkz>li{
	display: inline-block;
	letter-spacing: normal;
	font-size: 1.2rem;
	color: #333;
	line-height: 120%;
}
#pkz>li:after{
	content: '>';
	padding: 0 1em;
}
#pkz>li:last-child:after{
	content: none;
}
#pkz>li>a{
	color: #333;
}


#contents{
	margin: 0 auto;
	padding: 0 0 100px;
	position: relative;
}
#contents h2{
	font-size: 2.5rem;
	line-height: 120%;
	text-align: left;
	color: #00468c;
	margin: 0 auto 35px;
	padding: 0 50px 50px;
	font-weight: normal;
	background: url(../img/h2_bg.png) left bottom no-repeat;
	position: relative;
}
#contents h2:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: 41px;
	left: 0;
}
#contents h2>small{
	font-size: 1.6rem;
	color: #333;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 30px 0 17px;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	padding-top: 2px;
}
#contents h2>span{
	display: inline-block;
	font-size: 1.4rem;
	color: #333;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	padding-top: 3px;
}
#contents h3{
	font-size: 2.5rem;
	line-height: 140%;
	text-align: left;
	color: #00468c;
	font-weight: normal;
	margin: 0 auto 10px;
}
#contents h4{
	font-size: 1.6rem;
	line-height: 140%;
	text-align: left;
	color: #00468c;
	border-bottom: 1px solid #00468c;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 0 45px 10px;
	position: relative;
}
#contents h4:before{
	content: '';
	width: 5px;
	height: 22px;
	background: #00468c;
	position: absolute;
	top: 0;
	left: 23px;
}
#contents p{
	font-size: 1.4rem;
	line-height: 160%;
	color: #333;
	text-align: left;
}
#contents a[data="tel"]{
	color: #333;
}



#contents table{
	max-width: 1000px;
	border-top: 1px solid #ccc;
	margin: 0 auto 60px;
}
#contents table th{
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 18px 20px 16px 45px;
	line-height: 160%;
	color: #333;
	width: 170px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents table td{
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
	text-align: left;
	vertical-align: top;
	padding: 18px 20px 16px;
	line-height: 160%;
	color: #333;
}

#contents #pager{
	margin: 0px auto;
	letter-spacing: -0.4em;
	line-height: 0;
	text-align: center;
}
#contents #pager>a,
#contents #pager>span{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	padding: 2px 10px;
	margin: 0 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents #pager>a.prev,
#contents #pager>a.next{
	color: #ccc;
}
#contents #pager>a:hover,
#contents #pager>span{
	text-decoration: none;
	color: #50bacb;
}

#contents #single_pager{
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}
#contents #single_pager>a{
	display: inline-block;
	margin: 0 8px;
	line-height: 54px;
	position: relative;
	color: #fff;
	background: #bbb;
	padding: 0 60px;
	font-size: 1.4rem;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents #single_pager>a:before{
	position: absolute;
	top: 50%;
	right: 34px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents #single_pager>a:after{
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents #single_pager>a:hover{
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contents #single_pager>a:hover:before{
	right: 30px;
}
#contents #single_pager>a:hover:after{
	right: 26px;
}

#contents #single_pager>a.prev,
#contents #single_pager>a.next{
	border: 3px solid #eee;
	color: #333;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 48px;
}
#contents #single_pager>a.prev:before,
#contents #single_pager>a.next:before,
#contents #single_pager>a.prev:after,
#contents #single_pager>a.next:after{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
#contents #single_pager>a.prev{
	padding-right: 40px;
}
#contents #single_pager>a.prev:before{
	right: inherit;
	left: 30px;
	-webkit-transform: rotate(220deg);
	transform: rotate(220deg);
}
#contents #single_pager>a.prev:after{
	right: inherit;
	left: 34px;
	-webkit-transform: rotate(220deg);
	transform: rotate(220deg);
}
#contents #single_pager>a.next{
	padding-left: 40px;
}
#contents #single_pager>a.prev:hover:before{
	left: 26px;
}
#contents #single_pager>a.prev:hover:after{
	left: 30px;
}



@media screen and (min-width:768px){
	#contents{
		margin-top: -62px;
	}
	
	#contents #archive>#side ul{
		font-size: 1.6rem;
	}
	#contents [data-object="active"]{
		opacity: 1 !important;
		transform: scale(1) !important;
	}
}

@media screen and (max-width:767px){
	
	#title{padding: 50px 0 0;margin: 0 auto 10px;background-size: cover !important;}
	#title:before{content: none;}
	#title h1{font-size: 3rem;}
	#title h1>span{font-size: 5rem;}
	#title h1>small{font-size: 2rem;}
	#title h1:after{content: none;}
	
	#pkz{
		padding: 0;
		margin: 0 auto 60px;
	}
	#pkz>li{font-size: 1rem;}
	
	#contents h2{
		padding: 0 10px 10px;
		font-size: 2rem;
		background-size: auto 30px;
	}
	#contents h2>small{display: block;padding: 0;margin: 0 auto;}
	#contents h2:before{top: inherit;bottom: 8px;}
	
	#contents h3{
		font-size: 1.8rem;
	}
	
	#contents table,
	#contents table>tbody,
	#contents table>tbody>tr,
	#contents table>tbody>tr>th,
	#contents table>tbody>tr>td{
		display: block;
	}
	#contents table>tbody>tr>th{
		width: auto;
		background: #efefef;
		border-bottom: none;
		padding: 15px;
	}
	#contents table>tbody>tr>td{
		width: auto;
		padding: 15px;
	}
	
	
	#contents #single_pager>a{
		margin: 0 auto 10px;
	}
	#contents #single_pager>a.prev{
		padding: 0 30px 0 50px;
	}
	#contents #single_pager>a.next{
		padding: 0 50px 0 30px;
	}
	
	
}