/*****************************************************************************
CSS only for index.html
*****************************************************************************/
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

#sectionContentsWrap {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    padding-bottom: 50px;
}
.sectionContents {
	background-color: #FFF;
	padding: 60px 0;
}

.sectionContents + .sectionContents {
	margin-top: 5px;
}

.sectionContents:last-child {
	padding-bottom: 60px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

	#sectionContentsWrap {
		top: 0px;
	    margin-bottom: 0;
	    padding-bottom: 20px;
	}
	.sectionContents {
		width: 100%;
		padding: 20px 0;
	}
	.sectionContents + .sectionContents {
		margin-top: 0px;
	}

}


/*  Style pagelink
*****************************************************************************/
.pagelink {
	margin-bottom: 70px;
}
.pagelink .box_three,
.pagelink .box_four {
	overflow: hidden;
}
.pagelink .box_four {
	margin-bottom: 60px;
}
.pagelink .box_four .bnrlink {
	float: left;
	margin-right: 6px;
}
.pagelink .box_four .bnrlink:nth-child(4n+4) {
	margin-right: 0;
}
.pagelink .box_three .bnrlink {
	float: left;
	margin-right: 29px;
}
.pagelink .box_three .bnrlink {
	width: 307px;
}
.pagelink .box_three .bnrlink:nth-child(3n+3) {
	margin-right: 0;
}
.pagelink a {
	display: block;
	color: #333;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.pagelink a:hover {
	opacity: 0.8;
}
.pagelink .bnrlink figure {
	margin-bottom: 15px;
	display: block;
}
.pagelink .bnrlink figure img {
	vertical-align: top;
}
.pagelink a span {
	font-weight: bold;
	padding-left: 25px;
	background: url(../../common/img/arrow02.png) 0 center no-repeat;
	text-decoration: none;
	display: inline-block;
}
.bnrlinkList li {
	margin-bottom: 15px;
}
.bnrlinkList a {
	width: 100%;
	display: table;
}
.bnrlinkList a:last-child {
	margin-bottom: 0;
}
.bnrlinkList a > div {
	display: table-cell;
}
.pagelink .bnrlinkList figure {
	margin-bottom: 0;
}
.bnrlinkList figure img {
	vertical-align: top;
}
.bnrlinkList .txt {
	width: 144px;
	font-size: 17px;
	line-height: 1.4;
	color: #FFF;
	vertical-align: middle;
	background: #319B42 url(../../common/img/arrow03.png) 10px center no-repeat;
	padding: 0 0 0 25px;
}
.bnrlinkList .thum{
	width: 160px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
	.pagelink {
		padding: 0 5px;
		margin-bottom: 20px;
	}
	.pagelink .box_four {
    	margin-bottom: 0px;
	}
	.pagelink .box_three .bnrlink,
	.pagelink .box_four .bnrlink {
		width: 50%;
		padding: 0 5px;
		margin: 0 0 10px 0;
		box-sizing: border-box;
	}
	.bnrlinkList li {
		margin-bottom: 1px;
	}
	.pagelink .bnrlink:nth-child(2n+1){
		clear: both;
	}
	.pagelink .bnrlink figure {
		margin-bottom: 5px;
	}
	.pagelink .bnrlink figure img {
		width: 100%;
		height: auto;
	}
	.pagelink a span {
		font-size: 13px;
		line-height: 18px;
		padding-left: 20px;
		background: url(../../common/img/arrow02.png) 0 0px no-repeat;
	}
	.bnrlinkList {
		width: 100%;
	}
	.bnrlinkList a {
		margin-bottom: 1px;
	}
	.bnrlinkList figure {
		margin-bottom: 0;
	}
	.bnrlinkList .txt {
		width: auto;
		font-size: 15px;
		font-weight: bold;
	}
	.bnrlinkList .txt br {
		display: none;
	}
	.bnrlinkList .thum {
	    width: 115px;
	}

}


/*  Style search_blk
*****************************************************************************/
.search_blk {
	background-color: #F8F6EF;
	padding: 30px;
	margin-bottom: 30px;
}
.search_blk .ex_title01 {
	border-bottom: 1px solid #BFCCC1;
	padding-bottom: 5px;
}
.search_blk .slide_box_wrap {
	padding: 40px 5px 10px 5px;
}
.search_blk .slide_box_wrap_in {
	overflow: hidden;
}
.search_blk .box {
	float: left;
	width: 33.333333%;
	margin-bottom: 20px;
}
.search_blk .slide_box_wrap_in + .slide_box_wrap_in {
	margin-top: 20px;
}
.search_blk .box {
	font-size: 17px;
}
.search_blk .box dt {
	color: #4D4D4D;
	font-weight: bold;
	margin-bottom: 10px;
}
.search_blk .box dd {
	padding-left: 1em;
}
.search_blk a {
	background: url(../../common/img/arrow04.png) 0 center no-repeat;
	padding-left: 15px;
	color: #3FA9DD;
	text-decoration: underline;
}
.search_blk a span {
	background: url(../../common/img/icon-window-gray.png) right center no-repeat;
	padding-right: 18px;
}
.search_blk a.no-icon span {
	background: none;
}
.search_blk a:hover span {
	color: #0370A5;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.search_blk .slide_toggle_btn {
	display: none;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
	.search_blk {
		padding: 20px 0 0 0;
	}
	.search_blk .slide_box_wrap_in + .slide_box_wrap_in {
    	 margin-top: 0px;
	}
	.search_blk .ex_title01 {
		text-align: center;
		line-height: 40px;
		padding: 0 0 20px 0;
	}
	.search_blk .ex_title01 h2 {
		display: inline-block;
	}
	.search_blk .box {
		float: none;
		padding: 0 20px 0 15px;
		width: 100%;
		margin-bottom: 30px;
		box-sizing: content-box;
	}
	.search_blk .slide_toggle_btn {
		width: 40px;
		height: 40px;
		text-align: center;
		display: inline-block;
		background-color: #FFF;
		border: 1px solid #d1d1d1;
		border-radius: 50%;
		position: relative;
		top: 10px;
		margin-left: 5px;
	}
	.search_blk .slide_toggle_btn:before,
	.search_blk .slide_toggle_btn:after {
		content: "";
		width: 16px;
		height: 2px;
		background-color: #319B42;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -8px;
		margin-top: -1px;
		font-size: 20px;
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
		    -ms-transition: all .25s linear;
		     -o-transition: all .25s linear;
		        transition: all .25s linear;
	}
	.search_blk .slide_toggle_btn.active:before {
		-webkit-transform: rotate(270deg);
		   -moz-transform: rotate(270deg);
		    -ms-transform: rotate(270deg);
		     -o-transform: rotate(270deg);
		        transform: rotate(270deg);
	}
	.search_blk .slide_toggle_btn.active:after {
		-webkit-transform: rotate(-180deg);
		   -moz-transform: rotate(-180deg);
		    -ms-transform: rotate(-180deg);
		     -o-transform: rotate(-180deg);
		        transform: rotate(-180deg);
	}

}

/*  Style search_blk
*****************************************************************************/
.news_blk .ex_title01{
	margin-bottom: 20px;
	padding: 0 10px;
}
.newsinfo {
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	max-height: 560px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-top: 1px solid #BFCCC1;
	padding: 20px 0;
}
.newsinfo article {
	margin-bottom: 20px;
	padding: 0 10px 25px 10px;
	border-bottom: 1px solid #BFCCC1;
}
.news_meta {
	margin-bottom: 20px;
}
.news_meta .date {
	font-size: 15px;
}

.news_meta .tag {
	font-size: 15px;
	padding: 5px 9px;
	background-color: #D2DBD3;
	display: inline-block;
	margin-left: 8px;
}
.newsinfo a {
	font-size: 16px;
	color: #4D4D4D;
	line-height: 1.8;
	padding-bottom: 3px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.newsinfo a span {
	padding-bottom: 3px;
	border-bottom: 1px dotted #B3B3B3;
}
.newsinfo a:hover {
	opacity: 0.6;
}
.newsinfo a:hover span {
	border-bottom: 1px dotted #000;
}
.icon-window {
	background: url(../../common/img/icon-window-gray.png) right center no-repeat;
	padding-right: 18px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
	.news_blk .ex_title01{
		text-align: center;
	}
	.newsinfo {
		max-height: 390px;
		padding: 0;
	}
	.newsinfo article {
		padding: 15px 0;
		border-bottom: 1px solid #BFCCC1;
		margin-bottom: 0;
	}

	.news_blk {
		padding: 0 20px;
	}
	.news_meta {
		margin-bottom: 5px;
	}
	.news_meta .date,
	.news_meta .tag {
		font-size: 15px;
	}

	.newsinfo a {
		font-size: 14px;
	}

}


/* CommonAdd Style
*****************************************************************************/
/* mod_section
-----------------------------------------*/




@media only screen and (max-width:640px) and (max-device-width:1280px){
}