/*
---
---------------------------------------------------------------------------*/
.top_juken_bnr{
	margin: 40px -5px 0;
}
.top_juken_bnr .box01{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5px;
}
.top_juken_bnr .inner01{
	padding: 15px;
	border-radius: 3px;
	border: solid 1px;
}
.top_juken_bnr .jhs .inner01{
	border-color: #7C963C;
	background-color: #F3F8E6;
}
.top_juken_bnr .hs .inner01{
	border-color: #35874c;
	background-color: #EDF5EF;
}
.top_juken_bnr .inner01 h3{
	line-height: 1.2;
}
.top_juken_bnr .jhs .inner01 h3{
	color: #7C963C;
}
.top_juken_bnr .hs .inner01 h3{
	color: #35874c;
}
.top_juken_bnr .inner01 .lead{
	margin: 5px 0 0;
}
.top_juken_bnr .inner01 .loop01{
	margin: 0 -5px;
}
.top_juken_bnr .inner01 .loop01 .subbox01{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 10px 5px 0;
}
.top_juken_bnr .inner01 .loop01 .subbox01:nth-of-type(2n+1){
	clear: both;
}
.top_juken_bnr .inner01 .loop01 .subbox01 a{
	display: block;
	padding: 10px;
	border-radius: 3px;
	color: #fff;
	border-bottom: solid 3px;
	text-align: center;
	text-decoration: none;
	transition: none;
}
.top_juken_bnr .inner01 .loop01 .subbox01 a:hover{
	position: relative;
	top: 3px;
	border-bottom-color: transparent!important;
}
.top_juken_bnr .jhs .inner01 .loop01 .subbox01 a{
	background-color: #7C963C;
	border-color: #698033;
}
.top_juken_bnr .hs .inner01 .loop01 .subbox01 a{
	background-color: #35874c;
	border-color: #255e35;
}
.top_juken_bnr .inner01 .biko{
	margin: 10px 0 0;
	font-size: 12px;
}



/*
---
---------------------------------------------------------------------------*/
.pickup .rowInner{
	border-style: solid;
	border-bottom-width: 5px;
}
.pickup .jhs .rowInner{
	border-color: #7C963C;
}
.pickup .hs .rowInner{
	border-color: #35874c;
}
.pickup .h .logo a{
	padding: 10px;
	display: block;
}
.pickup .jhs .h .logo a{
	background-color: #7C963C;
}
.pickup .hs .h .logo a{
	background-color: #35874c;
}
.pickup .h .logo img{
	width: auto;
	display: block;
	margin: 0 auto;
}
.pickup .jhs .h .logo a:hover{
	background-color: #698033;
}
.pickup .hs .h .logo a:hover{
	background-color: #255e35;
}

.pickup .h .t{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.pickup .h .t a{
	display: table-cell;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-style: solid;
	border-color: #fff;
}
.pickup .h .t a:first-child{
	border-right-width: 1px;
}
.pickup .h .t a:last-child{
	border-left-width: 1px;
}
.pickup .jhs .h .t a{
	background-color: #698033;
}
.pickup .hs .h .t a{
	background-color: #255e35;
}

.pickup .imgs{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.pickup .imgs .cell{
	display: table-cell;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.pickup .imgs a{
	display: block;
	padding-bottom: 100%;
	position: relative;
}
.pickup .imgs .cell:nth-of-type(2) a{
	border-style: solid;
	border-width: 0 1px;
}
.pickup .jhs .imgs .cell a{
	border-color: #7C963C;
}
.pickup .hs .imgs .cell a{
	border-color: #35874c;
}
.pickup .imgs a:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	transition: all .5s;
}
.pickup .imgs a:hover:before{
	background-color: rgba(0, 0, 0, 0);
}

.pickup .imgs a .txt{
	position: absolute;
	width: 100%;
	color: #fff;
	bottom: 0;
	left: 0;
	padding: 5px;
}
.pickup .imgs a .sub{
	font-size: 1.1rem;
}


/*
---
---------------------------------------------------------------------------*/
.news_and_bnr {
	margin: 20px 0 40px;
}
.news_and_bnr h2{
	color: #68502A;
	font-size: 2.1rem;
	padding-top: 10px;
	background-image: url(../images/bg_h2_squares.png);
	background-repeat: no-repeat;
	-webkit-background-size: 19px auto;
	background-size: 19px auto;
	background-position: 0 0;
	font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "MS P明朝","MS PMincho",Meiryo, serif;
}

.news_and_bnr .block {
}

.news_and_bnr .tfoot {
	width: 370px;
	float: right;
	padding-left: 20px;
	position: relative;
	max-width: 50%;
}
.news_and_bnr .tfoot:after{
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #68502A;
}


.news_and_bnr .tfoot .top{
	padding: 20px 0 10px;
}
.news_and_bnr .tfoot .top a{
	display: block;
	margin-bottom: 10px;
}

.news_and_bnr .tfoot .middle {
	padding-top: 20px;
	position: relative;
	box-sizing: content-box;
}
.news_and_bnr .tfoot .middle:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	padding-left: 20px;
	top: 0;
	left: -20px;
	background-color: #68502A;
}

.news_and_bnr .tfoot .middle .map {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #E3E0CC;
}

.news_and_bnr .tfoot .middle .thumb {
	float: left;
	margin-right: 10px;
}

.news_and_bnr .tfoot .middle .add {
	overflow: hidden;
	font-size: 1.3rem;
	color: #68502A;
}

.news_and_bnr .tfoot .middle .title {
	font-size: 1.5rem;
}
.news_and_bnr .tfoot .middle .add p{
	line-height: 1.5;
}
.news_and_bnr .tfoot .middle .root{
	margin-top: 10px;
}
.news_and_bnr .tfoot .middle .root a{
	display: block;
	margin-bottom: 10px;
}

.news_and_bnr .tfoot .bottom {
	padding: 20px 0 10px;
	margin-top: 20px;
	position: relative;
}
.news_and_bnr .tfoot .bottom:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	padding-left: 20px;
	top: 0;
	left: -20px;
	background-color: #68502A;
	box-sizing: content-box;
}
.news_and_bnr .tfoot .bottom a{
	display: block;
	margin-bottom: 10px;
}


/*
---
---------------------------------------------------------------------------*/
.news_and_bnr .thead {
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}
.news_and_bnr .thead:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #68502A;
}

.news_and_bnr .thead .articles {
	margin-top: 10px;
	border-top: 1px solid #E3E0CC;
}
.news_and_bnr .thead .article {
	display: table;
	color: #1C801E;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #E3E0CC;
}
.news_and_bnr .thead .article:hover{
	background-color: rgba(227, 224, 204, 0.5);
}
.news_and_bnr .thead .article span{
	display: table-cell;
	vertical-align: top;
}
.news_and_bnr .thead .article .date {
	width: 100px;
}
.news_and_bnr .thead .article .tag {
	width: 90px;
}
.news_and_bnr .thead .article .title {
}
.news_and_bnr .thead .noarticle {
	padding: 30px 10px;
}
.news_and_bnr .thead .btn {
}





@media only screen and (min-width: 961px) {
	/*
	---
	---------------------------------------------------------------------------*/
	header .menu_wrapper {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
}


@media only screen and (max-width: 960px) {
	/*
	---
	---------------------------------------------------------------------------*/
	.news_and_bnr .thead .article{
		display: block;
		width: auto;
	}
	.news_and_bnr .thead .article:after{
		content: '';
		display: table;
		clear: both;
	}
	.news_and_bnr .thead .article span{
		display: block;
		float: left;
	}
	.news_and_bnr .thead .article .title{
		margin-top: 5px;
		clear: both;
	}
}


@media only screen and (max-width: 767px) {
	/*
	---
	---------------------------------------------------------------------------*/
	.top_juken_bnr{
		margin: 20px 0 0;
	}
	.top_juken_bnr .box01{
		float: none;
		width: auto;
		padding: 10px 0 0;
	}
	.top_juken_bnr .inner01 .loop01{
		margin: 0;
	}
	.top_juken_bnr .inner01 .loop01 .subbox01{
		float: none;
		width: auto;
		padding: 10px 0 0;
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	.news_and_bnr{
		display: table;
		width: 100%;
	}
	.news_and_bnr .tfoot {
		display: table-footer-group;
		width: auto;
		float: none;
		padding-left: 0;
		max-width: none;
	}
	.news_and_bnr .tfoot .block {
		border: 1px solid #68502A;
		background-color: #fff;
		padding: 0 15px;
		max-width: 377px;
		margin: 0 auto;
	}
	.news_and_bnr .tfoot .middle:before,
	.news_and_bnr .tfoot .bottom:before{
		padding-left: 0;
		left: 0;
	}
	
	.news_and_bnr .thead{
		display: table-header-group;
		padding-right: 0;
	}
	.news_and_bnr .thead:after{
		display: none;
	}
}
