@charset "UTF-8";

/* //////////////////////////////////////////////////

　下層ページのスタイル

////////////////////////////////////////////////// */


/* パンくず
-------------------------------------------------- */
#breadcrumb {
	margin-bottom: 20px;
	text-align: right;
	color: #1bb8ce;
}
#breadcrumb span,
#breadcrumb a {
	display: inline-block;
	margin-bottom: 1em;
	padding-left: 80px;
	background: url(../img/common/mrk_breadcrumb.png) no-repeat 37px 50%;
}
#breadcrumb a:first-child {
	padding-left: 25px;
	background: url(../img/common/ico_home.png) no-repeat 0 50%;
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	/* パンくず */
	#breadcrumb {
		display: none;
	}
}



/* TITLE
-------------------------------------------------- */
.h2 {
	margin-bottom: 80px;
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	/* TITLE */
	.h2 {
		margin-bottom: 30px;
	}
	.h2 img {
		max-width: 100%;
		zoom: .8;
	}
}
@media screen and (max-width: 600px) {
	.h2 img {
		zoom: .65;
	}
}



/* LAYOUT
-------------------------------------------------- */
.sec .container {
	padding-bottom: 180px;
}
/* dl */
.dl dt,
.dl dd {
	float: left;
	padding: 1px 10px;
	margin-top: 10px;
}
.dl dt {
	background: #e6e8e3;
	border-radius: 2px;
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	/* LAYOUT */
	.sec .container {
		padding-bottom: 100px;
	}
}



/* bottom contact box
-------------------------------------------------- */
#contact_info .grid {
	margin: 0 -40px;
}
#contact_info ._item {
	padding: 0 40px;
}


#contact_info .box {
	position: relative;
	border: 3px solid #19b8cd;
	border-radius: 10px;
	padding: 60px 30px 30px;
}


#contact_info .box.tel,
#contact_info .box.faq
 {
	min-height: 310px;
}


#contact_info .box::after {
	position: absolute;
	top: -42px;
	left: 50%;
	margin-left: -40px;
}
#contact_info .box.mail::after {
	content: url(../img/common/ico_mail.png);
}
#contact_info .box.tel::after {
	content: url(../img/common/ico_tel.png);
}
#contact_info .box.faq::after {
	content: url(../img/common/ico_faq.png);
}
#contact_info  h3 {
	margin-bottom: 0.7em;
	line-height: 1.3;
}
#contact_info .button {
	display: block;
	margin-top: 20px;
	padding: 10px 5px;
	padding-right: 20px;
	background: url(../img/funding/mrk_btn.png) no-repeat 97% 50%;
	background-color: #1cb8cf;
	border-radius: 4px;
}
#contact_info .button:hover {
	text-decoration: none;
	opacity: .8;
}
#contact_info p.tel {
	font-size: 2.5em;
}
#contact_info .dl {
	display: inline-block;
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#contact_info ._item + ._item {
		margin-top: 40px;
	}
	#contact_info .box {
		border: 2px solid #19b8cd;
		padding: 35px 25px 20px;
	}
	#contact_info .box::after {
		zoom: .6;
	}
	#contact_info .button {
		background-size: 10px;
	}
	
	#contact_info .box.tel,
	#contact_info .box.faq
	 {
		min-height: auto;
	}
}




/* inview
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	.inview_item {
		display: none;
	}
}





/* PAGE NAVI
-------------------------------------------------- */
.nav_page01 li {
	display: inline-block;
	margin: 0 20px;
	line-height: 1;
	font-size: 2.5em;
}
.nav_page01 li a {
	display: block;
}
.nav_page01 a.prev ,
.nav_page01 a.next  {
	text-indent: -9999px;
	width: 23px;
	height: 30px;
}
.nav_page01 a.prev{
	background: url(../img/common/btn_prev.png) no-repeat center;
}
.nav_page01 a.next{
	background: url(../img/common/btn_next.png) no-repeat center;
}


.nav_page02 {
	margin-top: 140px;
}
.nav_page02 ul {
	display: inline-block;
	position: relative;
}
.nav_page02 li {
	display: inline-block;
	margin: 0 20px;
	line-height: 1;
}
.nav_page02 .prev {
	position: absolute;
	top: 0;
	left: -130px;
}
.nav_page02 a.prev{
	background: url(../img/common/btn_prev.png) no-repeat 0 50%;
	background-size: 12px;
	padding-left: 20px;
}
.nav_page02 .next {
	position: absolute;
	top: 0;
	right: -130px;
}
.nav_page02 a.next{
	background: url(../img/common/btn_next.png) no-repeat 100% 50%;
	background-size: 12px;
	padding-right: 20px;
}

.nav_page02 .prev a{
	background: url(../img/common/btn_prev.png) no-repeat 0 50%;
	background-size: 12px;
	padding-left: 20px;
}

.nav_page02 .next a{
	background: url(../img/common/btn_next.png) no-repeat 100% 50%;
	background-size: 12px;
	padding-right: 20px;
}


/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.nav_page01 li {
		margin: 0 15px;
	}
	.nav_page01 a.prev,
	.nav_page01 a.next{
		width: 16px;
		height: 28px;
		background-size: 16px;
	}
	
	.nav_page02 {
		margin-top: 100px;
	}
	.nav_page02 li {
		margin: 0 10px;
	}
	.nav_page02 .prev {
		left: -90px;
	}
	.nav_page02 a.prev{
		background-size: 9px;
		padding-left: 15px;
	}
	.nav_page02 .next {
		right: -90px;
	}
	.nav_page02 a.next{
		background-size: 9px;
		padding-right: 15px;
	}
	
	.nav_page02 .prev a{
		background-size: 9px;
		padding-left: 15px;
	}

	.nav_page02 .next a{
		background-size: 9px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 600px) {
}
