<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";




.honbunWrapper{
	width:990px;
	margin:0 auto;
	padding:60px 0;
}
/**/
.bukenBox {
	display:block;
	width: 990px;
	margin: 30px auto 0;
	padding:25px;
	text-align: left;
	color: #000;
	_background: #f6f6f6;
	border: solid 2px #d6d6d6;
	border-radius: 6px;
	color:#000;
}
.bukenBox:hover{
	background: #f6f6f6;
}
.bukenBox .inner{
	display:flex;
}
.bukenBox .imgBox {
	width:265px;
	height:200px;
	margin-right:10px;
	_border-radius: 4px;
	background-position: center center;
	background-size: cover;
	background-color:#ccc;
}
.bukenBox .right{
	width:450px;
	padding-left:10px;
}
.bukenBox .right h3{
	width:100%;
	margin:20px 0;
	padding:10px 0;
	font-size:20px;
	font-weight:bold;
	border:dotted 1px #666;
	border-width:1px 0;
	color:#000;
}
.bukenBox .right p{
	color:#000;
}
/**********************/
.sekoDetail .honbunWrapper{
	width:1030px;
}
.sekoDetail .detailBody{
	display:flex;
	justify-content:space-between;
	width:1030px;
	margin:40px 0 0 0;
}
.sekoDetail .detailBody .left{
	width:500px;
}
.sekoDetail .left h4 {
    padding: 12px 0;
	margin:0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #8db949;
    border-radius: 6px;
}
.sekoDetail .left .beforeBox,
.sekoDetail .left .afterBox{
	display:flex;
	justify-content:space-between;
	padding:0 0 30px 0;
}
.sekoDetail .left .afterBox{
	flex-wrap:wrap;
}
.sekoDetail .left .lead{
	margin:-10px 0 15px 0;
	font-weight:bold;
	font-size:16px;
	color:#8db949;
}
.sekoDetail .left .beforeBox .imgBox {
	width:117px;
	height:117px;
	background-position: center center;
	background-size: cover;
}
.sekoDetail .left .afterBox .innerBox{
	width:243px;
}
.sekoDetail .left .afterBox .innerBox .imgBox {
	width:243px;
	height:158px;
	background-position: center center;
	background-size: cover;
}
.sekoDetail .left .afterBox .innerBox p{
	padding:6px 0 20px;
	text-align:left;
}
/**/
.sekoDetail .detailBody .right{
	width:500px;
	text-align:left;
}
.sekoDetail .right h3{
	width:100%;
	margin:20px 0 14px;
	padding:10px 0;
	font-size:20px;
	font-weight:bold;
	border:dotted 1px #666;
	border-width:1px 0;
	color:#000;
}
.sekoDetail .right h4{
	display:inline-block;
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	font-weight:bold;
	font-size:15px;
	border-bottom:solid 2px #666;
}
.sekoDetail .right .zuBox{
	margin:30px 0 0;
	padding:26px;
	border: solid 2px #d6d6d6;
	border-radius: 6px;
}
/**/
.bodyCopy{
	padding:0 0 20px;
}
/*pager*/
.pagerWrapper{
	display:flex;
	justify-content:center;
	padding:50px 0;
}
.pagerWrapper.ue{
	padding:50px 0 0;
}
.pagerWrapper.sita{
	padding:50px 0 0;
}
.pagerWrapper p,
.pagerWrapper span,
.current_page,
.link_page{
	display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:40px;
	margin:0 5px;
	_padding:10px;
	border:solid 1px #8db949;
	color: #fff;
	background: #8db949;
}
.pagerWrapper span{
	width:100px;
	border:0;
}
.pagerWrapper span a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100px;
	height:40px;
	border:solid 1px #8db949;
}
.link_before,
.link_next,
.link_page{
	background:#ffc;
}
.pagerWrapper .current_page{
	width:40px;
	_background:#fff;
	_border:solid 1px #999;
}
.pagerWrapper a:link,
.pagerWrapper a:visited{
	color:#000;
	transition: all 400ms 0s ease;
}
.pagerWrapper a:hover{
	color:#fff;
	background:#8db949;
}





/*responsive---------------------------------------------------------------------------------------*/
.ip5{
	display:none;
}
.img100per{
	width:100%;
	height: auto;
}
.img-sp100per{
}
.img-max100per{
	display: block;
	max-width: 100%;
	height: auto;
}
/*############################################*/
/*  */
/*############################################*/
.sp{
	display:none;
}
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {
	.scroll_position{
		_margin-top:0px;
		_padding-top:0px;
	}
	body{
		font-size:14px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.img100per{
		width:100%;
		height: auto;
	}
	.img-sp100per{
		width:100%;
		height: auto;
	}
	.img-max100per{
		display: block;
		max-width: 100%;
		height: auto;
	}

	/*------------------------------------------*/
	.honbunWrapper{
		width:94%;
		margin:0 auto;
		padding:60px 0;
	}
.headWrapper .inner .right {
	width:100%;
	text-align: center;
	padding-bottom: 0px;
}


	/**/
	.bukenBox {
		width: 100%;
	}
	.bukenBox:hover{
	}
	.bukenBox .inner{
		display:flex;
		flex-wrap:wrap;
		width: 100%;
	}
	.bukenBox .inner .left{
		order:2;
		width: 100%;
	}
	.bukenBox .inner .center{
		order:3;
		width: 100%;
	}
	.bukenBox .imgBox {
		width:100%;
		height:57vw;
		margin-right:0px;
	}
	.bukenBox .right{
		order:1;
		width:100%;
		padding:0px 0 20px;
	}
	.bukenBox .right h3{
		width:100%;
	}
	.bukenBox .right p{
	}
	/**********************/
	.sekoDetail .honbunWrapper{
		width:94%;
	}
	.sekoDetail .detailBody{
		flex-wrap:wrap;
		width:100%;
		margin:40px 0 0 0;
	}
	.sekoDetail .detailBody .left{
		order:2;
		width:100%;
	}
	.sekoDetail .left h4 {
	}
	.sekoDetail .left .beforeBox,
	.sekoDetail .left .afterBox{
		flex-wrap:wrap;
	}
	.sekoDetail .left .afterBox{
	}
	.sekoDetail .left .lead{
	}
	.sekoDetail .left .beforeBox .imgBox {
		width:49%;
		height:42vw;
		margin-bottom:2vw;
	}
	.sekoDetail .left .afterBox .innerBox{
		width:100%;
	}
	.sekoDetail .left .afterBox .innerBox .imgBox {
		width:100%;
		height:65vw;
	}
	.sekoDetail .left .afterBox .innerBox p{
	}
	/**/
	.sekoDetail .detailBody .right{
		order:1;
		width:100%;
		padding-bottom:30px;
	}
	.sekoDetail .right h3{
		width:100%;
	}
	.sekoDetail .right h4{
	}
	.sekoDetail .right .zuBox{
	}
	.sekoDetail .right .zuBox img{
		width:100%;
		height:auto;
	}








} /* /@media */
@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/



} /* /@media */





</pre></body></html>