@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  common
* --------------------------------------------------------------------------------------------------*/

#contents h3{
	padding: 50px 0;
	text-align: center;
	color:#3c3c3c;
	font-weight: 500;
	font-size:2.1rem;
}

@media screen and (max-width: 768px) {

#contents h3{
	padding: 5% 0;
	font-size: 1.6rem;
	line-height: 1.4;
}
}

.news_wrap{
	width:980px;
	margin:0 auto;
}
.news_wrap a{
	color:#333;
}
.news_wrap a:hover{
	text-decoration:underline;
}
.news_list{
	float:left;
	width:700px;
}

@media screen and (max-width: 768px) {

.news_wrap{
	width:90%;
}
.news_list{
	float:none;
	width:auto;
}

}

.news_list .info{
	position:relative;
	font-size:1.4rem;
	line-height:1.6;
}
.news_list .info span .fa{
	margin:0 5px 0 0;
}
.news_list .info span{
	position:relative;
	display:inline-block;
	background:#fff;
	z-index:1;
	padding:0 10px 0 0;
}
.news_list .info::after{
	content:'';
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	background:#e5e5e5;
}
.news_list h4{
	font-size:2.8rem;
	font-weight:bold;
	line-height:1.4;
	margin:20px 0;
}
.news_list .text p{
	line-height:1.6;
	color:#333;
}
.news_list .text p+p,
.news_list .text img+p,
.news_list .text img+img,
.news_list .text p+img{
	margin-top:1em;
}
.news_list .news_inner{
	border:1px #e5e5e5 solid;
	padding:35px 45px;
}

.news_side{
	float:right;
	width:250px;
}
.news_side .screen-reader-text{
	display:none;
}
.news_side #searchform{
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding-bottom: 0;
    border-radius: 2px;
    margin:0;
}
.news_side input[type="text"]{
	float:left;
	width:calc(100% - 40px);
	border:none;
	box-sizing:border-box;
	line-height:3.4rem;
	font-size:1.4rem;
	padding:0 5px;
	outline:none;
}
.ie11 .news_side input[type="text"]{
	height:3.4rem;
}
.news_side #searchsubmit{
	position:relative;
	float:right;
	width:40px;
	border:none;
	text-align:center;
	background-color:transparent;
	line-height:3.4rem;
	font-size:2.0rem;
	padding:0;
	outline:none;
	cursor:pointer;
}
#contents .news_side h3{
	padding:0;
	font-size:1.6rem;
	text-align:left;
	margin:80px 0 13px;
}
.news_side div ul li{
	line-height:1.45;
	border-bottom:1px solid #e5e5e5;
	padding:15px 0;
}
.news_side div ul li a{
	position:relative;
	display:inline-block;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	padding:0 0 0 36px;
}
.news_side div ul li a:hover{
	color:#003F23;
}
.news_side div ul li a::before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width: 20px;
	height: 16px;
	background: #e5e5e5;
	margin-top:-8px;
}
.news_side div ul li a:hover::before{
	background: #333;
}
.news_side div ul li a::after{
	content:'';
	position:absolute;
	top:50%;
	left:6px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:-3px;
}

.pager{
	font-size:0;
	text-align:center;
	margin:30px 0 0 0;
}
.pager li{
	display:inline-block;
	width:35px;
	font-size:1.4rem;
	line-height:1.0;
	color:#c11221
	box-sizing:border-box;
	text-align:center;
}
.pager .active{
	border:1px solid #003F23;
	background:#fff;
	padding:10px 0;
}
.pager li a{
	display:block;
	font-size:1.4rem;
	line-height:1.0;
	border:1px solid #003F23;
	background:#003F23;
	color:#fff;
	padding:10px 0;
}
.pager li a:hover{
	text-decoration:none;
}
.pager li+li{
	margin-left:10px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

.pager{
	margin:5% 0 10% 0;
}
.pager li{
	width:30px;
	font-size:1.2rem;
}
.pager .active{
	padding:8px 0;
}
.pager li a{
	font-size:1.2rem;
	padding:8px 0;
}
.pager li+li{
	margin-left:3%;
}

.news_list h4{
	font-size:1.8rem;
	margin:5% 0;
}
.news_list .text img{
	width:100%;
	height:auto;
}
.news_list .text p+p,
.news_list .text img+p,
.news_list .text img+img,
.news_list .text p+img{
	margin-top:4%;
}

.news_side{
	float:none;
	width:auto;
	margin-top:10%;
}
.news_list .news_inner{
	padding:5%;
}
#contents .news_side h3{
	margin:10% 0 3%;
}


}

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
    margin-top:1em;
    margin-right:1em;
}
