@charset "utf-8";
/* ======================================================

	structure CSS

========================================================= */
.container{
	position:relative;
	width:100%;
	min-width:960px;}

.header{
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-width: 960px;
	height:140px;
	background-color:rgba(255,255,255,0.85);}

.headerArea{
	margin:0 auto;
	width:960px;
	height:80px;}

.contents{
	margin:0 auto 30px;
	padding-top: 140px;
	width:100%;}

.contents_inner{
	margin:20px auto 80px;
	padding:0;
	width:960px;}

#footer{
	width:100%;}

.footerArea{
	margin:0 auto;
	padding:10px 0 20px 550px;
	width:960px;}

.copyright{
	width:100%;}

/* clear */
.headerArea:after,
.footerArea:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}


@media screen and (max-width: 768px) {
	.container{
		min-width:100%;}

	.header{
		min-width: 100%;
		height:auto;
		background-color:rgba(255,255,255,1);}
		
	.headerArea{
		position:relative;
		width:100%;
		height:60px;
		border-bottom:1px solid #D5E6AB;}

	.contents{
		padding:60px 0 0;}

	.contents_inner{
		margin:0 auto 30px;
		padding:10px;
		width:100%;}

	.footerArea{
		width:100%;}

}



/* ======================================================

	body

========================================================= */
body {
	background-color:#fff;
	color:#333;
	font-size:16px;
	line-height:22.5px;
	line-height:2.25rem;/*150%*/}

@media screen and (max-width: 768px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size:14px;}
}



/* ======================================================

	header

========================================================= */
.h_logo{
	float:left;
	margin-top:10px;}

.h_logo a:hover{
	opacity:0.7;}

.h_contact{
	float:right;
	margin-top:25px;
	margin-right:25px;
	padding-left:16px;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: oblique;
	background:url(images/arrow_h_contact.png) 0 40% no-repeat;}

.h_contact a{
	text-decoration:none;}

.h_contact a:hover{
	opacity:0.7;}

.h_logo_tobu{
	float:right;
	margin-right:10px;}

/* clear */
.headerArea:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}


@media screen and (max-width:768px){
	.h_logo{
		float:left;
		margin-left:10px;
		width:200px;}

	.h_logo img{
		width:100%;}

	.h_logo_tobu{
		/*float:right;
		margin-top:5px;
		margin-right:60px;
		width:70px;*/
		display:none;}

	.h_logo_tobu img{
		width:100%;}

}

@media screen and (max-width: 380px) {
	.h_logo_tobu{
		display:none;}

}

/* ======================================================

	gNavi

========================================================= */
.gnav{
	margin-bottom:30px;}

.gnav ul{
	margin:0 auto;
	width:960px;
	height:60px;}

.gnav ul li{
	position:relative;
	float:left;
	background:url(images/gnav_dot.png) 0 0 no-repeat;}

.gnav ul li:last-child{
	background-image:url(images/gnav_dot.png),url(images/gnav_dot.png);
	background-position:left top, right top;
	background-repeat:no-repeat, no-repeat;}

.gnav ul li a:hover{
	opacity:0.7;}

/*プルダウンメニュー*/
.gnav ul li ul{
	z-index:100;
	padding-top: 10px;
	padding-bottom:5px;
	width:100%;
	height:auto;
	text-align: center;
	display:none;
	position:absolute;
	background-color:rgba(255,255,255,0.85);}

.gnav ul li ul.close{
	display:none;}

.gnav ul li ul li{
	float:none;
	display:block;
	padding: 5px 0;
	background-image:none;}

.gnav ul li ul li:last-child{
	background-image:none;}

.gnav ul li ul li a:hover{
	opacity:0.7;}


/* clear */
.gnav ul:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}

#btn_menu {
	display:none;}

@media screen and (max-width:768px){
	.gnav ul{
		margin:0 auto;
		width:100%;}

	.sp_gnavArea{
		background-color:#B2C8BD;}

	/* Toggle Button */
	#btn_menu {
		z-index: 101;
		display: block;
		position: absolute;
		right: 16px;
		top: 17px;
		width: 34px;
		height: 36px;
		cursor: pointer;
	}
	#btn_menu div {
		position: relative;
	}
	#btn_menu span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #267C13;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#btn_menu span:nth-child(1) {
		top: 0;
	}
	#btn_menu span:nth-child(2) {
		top: 11px;
	}
	#btn_menu span:nth-child(3) {
		top: 22px;
	}


	/* #nav-toggle 切り替えアニメーション */
	#btn_menu.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#btn_menu.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#btn_menu.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	.sp_gnav {
		display:none;
		z-index:100;
		margin-bottom:0;
		background-color:#093821;}

	.sp_gnav li{
		font-size:14px;
		background:url(images/arrow_spgnav.png) 10px 45% no-repeat;}

	.sp_gnav li a {
		display:block;
		padding:8px 10px 8px 25px;
		border-bottom:1px solid #fff;
		color:#fff;
		text-decoration:none;}

	.sp_gnav li a:hover{
		opacity:0.7;}
}



/* ======================================================

	mv

========================================================= */
.mv{
	aspect-ratio: 95 / 39;
	/*margin-bottom:30px;*/}

.wideslider{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
	text-align: center;
}

.wideslider ul,
.wideslider ul li {
	display: inline;
	overflow: hidden;
	float: left;}

.wideslider ul li img {
	width: 100%;
	height: auto;
	display: none;}

.wideslider_base {
	position: absolute;
	top: 0;}

.wideslider_wrap {
	overflow: hidden;
	position: absolute;
	top: 0;}

.slider_prev,
.slider_next {
	/*display: none;*/
	top: 0;
	position: absolute;
	z-index: 50;
	cursor: pointer;}

.slider_prev img:hover,
.slider_next img:hover{
	opacity:0.7;}

.slider_prev img{
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top:-20px;}
.slider_next img{
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top:-20px;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 99;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}
.pagination a.active {
	background: #267C13;
}

/*clear*/
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;}

.wideslider ul {
	display: inline-block;
	overflow: hidden;}


@media screen and (max-width:768px){
	.mv{
		width:100%;}

	.slider_prev img{
		display:none;}

	.slider_next img{
		display:none;}

}




/* ======================================================

	contents

========================================================= */
.contents{
	overflow: hidden;
	margin:0 auto;}

.section_box{
	padding-bottom: 50px;
}

/*title*/
.top_title{
	overflow: hidden;
	margin: 0 auto 50px;
	width: 960px;
	text-align: center;
	font-size:18px;}

.top_title span{}
.top_title span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 2em;
	text-align: left;
}
.top_title span::before,
.top_title span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 3px;
	background: url("images/title_dot_01.png") left top repeat-x;
}
.top_title span::before {
	right: 100%;
}
.top_title span::after {
	left: 100%;
}

@media screen and (max-width:768px){
	.section_box{
		padding-bottom: 30px;
	}

	
	.top_title{
		position:relative;
		margin-bottom:20px;
		padding-left:20px;
		width: 100%;
		text-align: left;}

	.top_title:before{
		content:''; 
		border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px; 
		height:15px; 
		width:15px; 
		display:block; 
		position:absolute; 
		top:2px; 
		left:0; 
		background-color:#363636;}
	
	.top_title span{
		margin: 0;
		padding: 0 0 0 10px;
		color: #363636;
		font-size: 14px;
		font-weight: normal;}

	.top_title span::before,
	.top_title span::after {
		display: none;
	}
	
}


/* トピックス
========================================== */
.topicsArea{
	padding:60px 0 30px;
	width:100%;}

.topicsArea .inner{
	margin:0 auto 60px;
	width:960px;}

.topics_box{
	display: flex;
	justify-content: center;}

.topics_box li{
	overflow: hidden;
	position: relative;
	width: 50%;
	/*width: 400px;*/}

.topics_box li:first-child{
	background-color: #333;
	margin-right: 30px;}


.topics_box .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.topics_box .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.topics_box li.sdgs:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.topics_box li.sdgs img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition: transform 0.3s linear;
}
.topics_box li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}


@media screen and (max-width:768px){
	.topicsArea{
		padding:30px 0;
		width:100%;}
	
	.topicsArea .inner{
		margin:0 auto;
		padding: 0 10px;
		width:100%;}
	
	.topics_box li{
		width: 49%;}

	.topics_box li:first-child{
		margin-right: 2%;}
}
/*
@media screen and (max-width:599px){
	.topics_box{
		display: block;}
	
	.topics_box li{
		width: 100%;}

	.topics_box li:first-child{
		margin-right: 4%;}
	
	
}*/

/* 事業内容
========================================== */
.businessArea{
	max-width: 1920px;
	margin: 0 auto;
	padding:50px 20px 50px;
	width:100%;}

.businessArea .inner{
	margin:0 auto;
	width: 960px;
	/*width:100%;*/}

.businessTitle02{
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;}

.businessListBox{}

.businessList{
	position: relative;
	margin: 0 auto;}

.businessList p{
	font-size: 12px;
	line-height: 15px;}

.businessList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;}

.businessList li{
	/*margin: 0 1%;*/
	margin-right: 30px;
	margin-bottom: 30px;
	width:300px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px 3px #E1E1E1;
	background-color:#fff;}

.businessList li:nth-child(3),
.businessList li:nth-child(5){margin-right: 0;}

.businessList li a{
	width: 100%;
	text-decoration: none;
}

.businessList li a{
	color:#333;
	text-decoration:none;}

.businessList dl{
	position: relative;
	padding: 10px;
}

.businessList dt{} 
.businessList dt{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.businessList dt:before{
	content: "";
	display: block;
	padding-top: 60%;
}
.businessList dt img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition: transform 0.3s linear;
}
.businessList li:hover dt img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}


.businessList dd{}


@media screen and (max-width:960px){
	.businessList li{
		margin: 0 1% 20px;
		width: 30%;}
}

@media screen and (max-width:768px){
	.businessArea{
		padding: 30px 0;
		background-image:none;}
		
	.businessArea .inner{
		padding:0 10px;
		width:100%;}

	.businessTitle02{
		margin-bottom:0;
		font-size:14px;}

	.businessListBox{}

	.businessList li{
		margin: 0 0 20px;
		width: 49%;}

	.businessList li:nth-child(1),
	.businessList li:nth-child(3){
		margin-right: 2%;}

	.businessList dd p{
		display:none;}
}

@media screen and (max-width:599px){

}



/* 採用情報
========================================== */
.recruitArea{
	padding:40px 0 0;
	width:100%;}


.recruitArea .inner{
	margin:0 auto 60px;
	width:960px;}


.recruitList{
	position: relative;
	margin: 0 auto;}

.recruitList .title{
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;}

.recruitList p{
	font-size: 12px;
	line-height: 15px;}

.recruitList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;}

.recruitList li{
	/*margin: 0 1%;*/
	margin-right: 30px;
	margin-bottom:20px;
	width: 300px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px 3px #E1E1E1;
	background-color:#fff;}

.recruitList li:nth-child(3){margin-right: 0;}

.recruitList li a{
	width: 100%;
	text-decoration: none;
}

.recruitList li a{
	color:#333;
	text-decoration:none;}

.recruitList dl{
	position: relative;
	padding: 10px;
}

.recruitList dt{} 
.recruitList dt{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.recruitList dt:before{
	content: "";
	display: block;
	padding-top: 60%;
}
.recruitList dt img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition: transform 0.3s linear;
}
.recruitList li:hover dt img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}


@media screen and (max-width:768px){
	.recruitArea{
		padding:20px 0 0;}
	
	.recruitArea .inner{
		margin:0 auto 30px;
		padding:0 10px;
		width:100%;}

	.recruitList li{
		margin: 0 0 20px;
		width: 49%;}

	.recruitList li:nth-child(1),
	.recruitList li:nth-child(3){
		margin-right: 2%;}
	
	.recruitList .title{
		margin-bottom:0;
		font-size:14px;}
	
	.recruitList dd p{
		display:none;}
	

}

@media screen and (max-width:599px){
}

/* リンク
========================================== */
.linkArea{
	padding:50px 0 0;
	margin-bottom:50px;
	background-position:
		left top, right top;
	background-repeat:
		no-repeat, no-repeat;}

.linkArea .inner{
	margin:0 auto;
	width:960px;}

/*運営施設*/

.facilityList{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:80px;
	text-align:center;}

.facilityList li{
	margin-right: 30px;
	margin-bottom: 30px;
	width: 216px;
	font-size: 20px;
	overflow: hidden;}

.facilityList li img{
	width: 100%;
	height: auto;}

.facilityList li:nth-child(4),
.facilityList li:last-child{
	margin-right: 0px;}

.facilityList li a{
	color: #000;}

.facilityList li a:hover{
	opacity:0.7;}


/*関連会社*/
.associateArea{
	margin-bottom:30px;
}

.associateList{
	margin:0;
	text-align: center;}

.associateList li{
	display:inline-block;
	margin-right: 20px;
	font-size: 20px;
	overflow: hidden;}

.associateList li:last-child{
	margin-right: 0px;}

.associateList li a{
	color: #000;}

.associateList li a:hover{
	opacity:0.7;}

.voiceLink{
	text-align: center;
	margin-top: 30px;
}
.voiceLink img{
    max-width: 280px;
    height: auto;
}
.voiceLink a:hover img{
	opacity: 0.7;
	transition: 0.3s;
}

@media screen and (max-width:768px){
	.linkArea{
		padding:30px 0 0;
		margin-bottom:50px;
		background-image:none;}

	.linkArea .inner{
		padding:0 10px;
		width:100%;}
	
	.facilityList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom:30px;
		text-align: left;
	}
	.facilityList li{
		display: block;
		margin-right: 2%;
		width: 49%;
		margin-bottom: 20px;}

	.facilityList li:nth-child(even){margin-right: 0;}
	
	.facilityList li img{
		width:100%;
		height: auto;}

	.associateList{
		margin:0 0 10px 3px;
		width:100%;
		text-align: left;}

	.associateList li{
		position: relative;
		width: 100%;
		margin-bottom: 10px;
		padding-left: 15px;
		font-size: 100%;}

	.associateList li::before{
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		width: 10px;
		height: 10px;
		background: #24830E;
	}
	.associateList li a{
		font-size: 120%;}

}


/* 新着情報
========================================== */
.newsArea {
	padding: 60px 0 30px;
	width: 100%;
}

.newsArea .inner{
	margin:0 auto;
	width:960px;}

.newsList{
	display:table;
	width:100%;
	border-bottom: 1px solid #e7e7e7;}

.newsList dt,
.newsList dd{
	display:table-cell;
	padding:15px;
	vertical-align:top;
	text-align:left;}

.newsList dt{
	width:100px;}

.newsList dd a{
	color: #333;
	text-decoration:none;}

.newsList dd a:hover{
	opacity:0.7;}

@media screen and (max-width:768px){
	.newsArea{
		background-image:none;}
	
	.newsArea .inner{
		padding:0 10px;
		width:100%;}

	.newsTitle{
		position:relative;
		margin-bottom:15px;
		padding-left:20px;
		color:#fff;}

	.newsTitle:before{
		content:''; 
		border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px; 
		height:15px; 
		width:15px; 
		display:block; 
		position:absolute; 
		top:2px; 
		left:0; 
		background-color:#fff;}

	.newsTitle span{
		padding-left:10px;
		color:#fff;
		font-size:14px;
		font-weight:normal;}


	.newsBanner li{
		width:32.3%;
		margin-right:1%;}

	.newsBanner li:last-child{
		margin-right:0;}

	.newsBanner li img{
		width:100%;}

	.newsListBox{
		padding:10px;
		margin: 30px 0 0px 0;}
	
	.newsList dt,
	.newsList dd{
		display:block;
		width:100%;
		font-size:14px;}

	.newsList dt{
		padding:10px 5px 0px;}
	
	.newsList dd{
		padding:5px 5px 10px;}
	
}

@media screen and (max-width:599px){
	.newsBanner{
		margin-bottom:10px;}
	
}



/* ======================================================

	footer

========================================================= */
#footer{}

#footer .inner{
	background-color:#D5E6AB;}

.footerArea{
	padding:30px 0 30px;}
.footerInner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.f_infoArea{
	font-size:14px;}
	
.f_logo{
	margin-bottom:20px;}

.f_logo a:hover{
	opacity:0.7;}

.f_logo img{
	max-width: 100%;
	height: auto;}

.f_info{
	display:table;
	width:100%;
	color:#003519;}

.f_info dt{
	float:left;
	margin-right:10px;
	width:40px;
	background-color:#24830E;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color:#fff;
	text-align:center;}

.f_info dd{
	float:left;
	width:350px;}

.f_info:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;}

.fnavArea{
	font-size:14px;}

.fnav01,
.fnav02,
.fnav03{
	float:left;}

.fnav01,
.fnav02{
	margin-right:20px;}

.fnav01 li,
.fnav02 li,
.fnav03 li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/arrow_fnav.png) 0 5px no-repeat;}

.fnav01 li a,
.fnav02 li a,
.fnav03 li a{
	color:#003519;
	text-decoration:none;}

.fnav01 li a:hover,
.fnav02 li a:hover,
.fnav03 li a:hover{
	text-decoration:underline;}

.fnav01 li.no_link a:hover,
.fnav02 li.no_link a:hover,
.fnav03 li.no_link a:hover{
	text-decoration:none;
	cursor:auto;}

@media screen and (max-width: 768px) {
	#footer{
		padding-top: 10px;
		background-size:contain;}

	.footerArea{
		padding:30px 0 0;}

	.f_infoArea{
		width:100%;}
	
	.f_logo{
		float:none;
		margin-bottom: 10px;
		padding:0 10px;
		width:100%;
		text-align:center;}

	.f_info{
		margin:0 auto 10px;
		width:400px;}

	.fnavArea{
		margin:20px 0 0;
		padding:0;
		width:100%;}

	.fnav01,
	.fnav02,
	.fnav03{
		float:none;
		margin-right:0;}

	.fnav01{
		border-top:1px dotted #267C13;}

	.fnav01 li,
	.fnav02 li,
	.fnav03 li{
		float:left;
		margin-bottom:0;
		padding-left:0;
		width:50%;
		text-align:center;
		border-bottom:1px dotted #267C13;
		background:none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*奇数のli要素に適応*/
	.fnav01 li:nth-child(odd),
	.fnav02 li:nth-child(even),
	.fnav03 li:nth-child(odd){
		border-right: 1px dotted #267C13;
	}
	.fnav01 a,
	.fnav02 a,
	.fnav03 a{
		display: block;
		line-height: 44px;
		color: #000;
		text-decoration: none;
	}

}

@media screen and (max-width: 400px) {
	.f_info{
		margin:0 auto 10px;
		padding:0 10px;
		width:100%;}

	.f_info dt{
		float:none;
		margin-right:0;
		margin-bottom:5px;
		width:100%;}
	
	.f_info dd{
		float:none;
		width:100%;}

/*
	.fnav01 li,
	.fnav02 li,
	.fnav03 li{
		float:none;
		width:100%;
		text-align:center;
		border-top:1px dotted #267C13;
		background:none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fnav01 li:nth-child(odd),
	.fnav02 li:nth-child(odd),
	.fnav03 li:nth-child(odd){
		border-right:none;
	}
*/
}

@media screen and (max-width: 380px) {
	.f_logo{
		padding-top:10px;}

	.f_logo img{
		width:90%;}

}


/* ==============================================

	copyright

================================================= */
.copyright{
	clear:both;
	padding:10px 5px;
	background-color:#24830E;
	color:#fff;
	font-size:14px;
	text-align:center;}


@media screen and (max-width: 768px) {

}

/* =======================================

	#pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:50px;
	z-index: 100;}

#pageTop:hover{
	opacity:0.7;}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom:10px;
		right:10px;}
}




/* =======================================

	#topicPath

========================================== */
#topicPath{
	margin-bottom:30px;
	font-size:12px;}

#topicPath li{
	display: inline;
	list-style-type: none;}

#topicPath li a {
	color:#6B7B0F;}

#topicPath li a:hover{
	color:#A6BF70;}

#topicPath li:before {
	content: " > ";}

#topicPath li:first-child:before {
	content: none;}


@media screen and (max-width: 768px) {
	#topicPath{}
}


/* =======================================

	sub index list

========================================== */
/*下層ページインデックス*/
.sub_index_list_container{
	margin-bottom:20px;
	width:100%;}

.sub_index_list{
	float:left;
	margin-right:14px;
	width:310px;
}
.sub_index_list dt{
	margin-bottom:10px;}

.sub_index_list dd p{
	line-height:1.5em;}

.sub_index_list:nth-child(3n){
	margin-right:0;
}
/* clear */
.sub_index_list_container:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

@media screen and (max-width: 768px) {
	.sub_index_list{
		margin-right:2%;
		width:31%;
	}

	.sub_index_list img{
		width:100%;
	}
}

@media screen and (max-width: 480px) {
	.sub_index_list{
		float:none;
		margin-right:0;
		width:100%;
	}

}

/* 
=======================================*/
.message {
    position: relative;
}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
    /*background: none repeat scroll 0 0 #EEFFEE;
    border: 1px solid #CCCCCC;*/
	z-index: 5000px;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0em;
    padding: 0em;
    position: absolute;
    top: 25px;
    width: 12em;
}