@charset "utf-8";
@media only screen and (min-width: 600px) {

/*=================================
アイキャッチここから
=================================*/
.eyecatch{
	width: 100%;
	height: auto;
}
.eyecatch img{
	width: 129px;
	height: auto;
	margin: 50px auto 5px;
	display: block;
}
.eyecatch h2{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 70px;
}

/*=================================
articleここから
=================================*/
main{
	width: 100%;
	height: auto;
}

/*=================================
tab_sectionここから
=================================*/
section.tab_section{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	position: relative;
}
section.tab_section ul#tab_cont{
	width: 980px;
	height: auto;
	margin: 0 auto 44px;
	overflow: hidden;
}
section.tab_section ul#tab_cont li{
	width: 150px;
	height: auto;
	margin-right: 16px;
	background-color: #f5f5f5;
	text-align: center;
	float: left;
}
section.tab_section ul#tab_cont li:last-child{
	margin-right: 0;
}
section.tab_section ul#tab_cont li.on{
	background-color: #000000;
}
section.tab_section ul#tab_cont li.on h2{
	color: #ffffff;
	background-image: url(../img/common/tab_arrow_on.png);
}
section.tab_section ul#tab_cont li:hover{
	background-color: #000000;
}
section.tab_section ul#tab_cont li h2:hover{
	color: #ffffff;
	background-image: url(../img/common/tab_arrow_on.png);
}
section.tab_section ul#tab_cont li h2{
	padding: 17px 0 27px;
	font-size: 13px;
	font-weight: 600;
	background-image: url(../img/common/tab_arrow_off.png);
	background-repeat: no-repeat;
	background-position: center 43px;
	background-size: 11px auto;
}
section.tab_section ul#tab_cont li h2.two_lines{
	line-height: 15px;
	padding: 9px 0 18px;
}

/*=================================
tab_section内部ここから
=================================*/
div.contents_inner{
	width: 980px;
	height: auto;
	margin: 81px auto 0;
	overflow: hidden;
}
section.tab_section div.contents{
	width: 294px;
	height: auto;
	margin-right: 49px;
	padding: 0;
	float: left;
	position: relative;
}
section.tab_section div.contents:nth-child(3n){
	margin-right: 0;
}
section.tab_section div.contents img{
	width: 100%;
	height: 220px;
	margin-bottom: 13px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
section.tab_section div.contents img.icon{
	width: 123px;
	height: auto;
	margin-bottom: 13px;
	position: absolute;
	top: 0;
	right: 0;
}
section.tab_section div.contents h3{
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	color: #000000;
	margin-bottom: 66px;
}
section.tab_section img.bg_img{
	width: 570px;
	height: auto;
	position: absolute;
	top: 97px;
	left: 13px;
	z-index: -1;
}

/*=================================
page_naviここから
=================================*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	padding: 120px 0 10px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #fff;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#FFF;
	background-color:#000;
	border-color:#fff;
	}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #333333;
	border-color: #fff;
	font-weight: bold;
	}

div.wp-pagenavi span{
	border: none;
}

div.wp-pagenavi a{
	border: none;
}

/*バナー部分*/
section.tab_section a.link_banner{
	width: 720px;
	height: auto;
	display: block;
	margin: 123px auto 0;
	box-shadow:0px 0px 20px -2px #9f9f9f;
}
section.tab_section a.link_banner img{
	width: 720px;
	height: auto;
	display: block;
}
/*section.contact div.inner a{
	display: block;
	width: 220px;
	height: auto;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	border: 2px solid #fff;
	padding: 12px 20px;
	margin: 30px auto 0;
	float: none;
}*/

}












@charset "utf-8";
@media only screen and (max-width: 599px) {

/*=================================
アイキャッチここから
=================================*/
.eyecatch{
	width: 100%;
	height: auto;
	padding-top: 27px;
}
.eyecatch img{
	width: auto;
	height: 45px;
	margin: 0 auto 5px;
	display: block;
}
.eyecatch h2{
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

/*=================================
articleここから
=================================*/
main{
	width: 100%;
	height: auto;
}

/*=================================
tab_sectionここから
=================================*/
section.tab_section{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
section.tab_section ul#tab_cont{
	width: 100%;
	height: auto;
	margin: 0 auto 44px;
	overflow: hidden;
}
section.tab_section ul#tab_cont li{
	width: 80%;
	height: auto;
	margin: 0 auto 5px;
	background-color: #f5f5f5;
	text-align: left;
}
section.tab_section ul#tab_cont li:last-child{
	margin-bottom: 0;
}
section.tab_section ul#tab_cont li.on{
	background-color: #000000;
}
section.tab_section ul#tab_cont li.on h2{
	color: #ffffff;
	background-image: url(../img/question/arrow_on.png);
}
section.tab_section ul#tab_cont li:hover{
	background-color: #000000;
}
section.tab_section ul#tab_cont li h2:hover{
	color: #ffffff;
	background-image: url(../img/question/arrow_on.png);
}
section.tab_section ul#tab_cont li h2{
	padding: 11px 5%;
	font-size: 13px;
	font-weight: 600;
	line-height: 15
	background-image: url(../img/question/arrow_off.png);
	background-repeat: no-repeat;
	background-position: 95% 17px;
	background-size: 11px auto;
}

/*=================================
tab_section内部ここから
=================================*/
div.contents_inner{
	width: 100%;
	height: auto;
	margin: 59px auto 0;
}
section.tab_section div.contents{
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
section.tab_section div.contents img{
	width: 100%;
	height: 200px;
	margin-bottom: 13px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
section.tab_section div.contents img.icon{
	width: 123px;
	height: auto;
	margin-bottom: 13px;
	position: absolute;
	top: 0;
	right: 0;
}
section.tab_section div.contents h3{
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	color: #000000;
	margin-bottom: 35px;
}
section.tab_section img.bg_img{
	width: 90%;
	height: auto;
	position: absolute;
	top: 229px;
	left: 0;
	z-index: -1;
}

/*=================================
page_naviここから
=================================*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	padding: 80px 0 10px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #fff;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#FFF;
	background-color:#000;
	border-color:#fff;
	}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #333333;
	border-color: #fff;
	font-weight: bold;
	}

div.wp-pagenavi span{
	border: none;
}

div.wp-pagenavi a{
	border: none;
}

/*リンクバーナー部分*/
section.tab_section a.link_banner{
	width: 90%;
	height: auto;
	display: block;
	margin: 43px auto 0;
	box-shadow:0px 0px 20px -2px #9f9f9f;
}
section.tab_section a.link_banner img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
/*section.contact{
	padding: 19% 0;
}
section.contact div.inner a{
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	border: 2px solid #fff;
	padding: 5% 5%;
	margin-top: 30px;
}*/

}