@charset "utf-8";
/* CSS Document */

.news_ttl1 {
	margin-bottom: 60px;
}

.news {
	font-size: 14px;
}

.news div {
	width: 800px;
	margin: 0 auto;
}

.news div ul {
}

.news div ul li {
	position: relative;
}

.news div ul li a {
	display: block;
	border-bottom: 2px solid #f6f6f6;
	transition: 0.3s ease-in-out;
}

.news div ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	border: 5px solid transparent;        /*top right bottom を透明化 */
	border-left: 5px solid #96c339;
	transition: 0.2s ease-in-out;
}

.news div ul li a:hover:before {
	right: 25px;        /*マウスオーバーで三角をずらす */
}

.news div ul li a:hover {
	background: #F4F4F4;
}

.news div ul li .time,
.news div ul li .title {
	display: inline-block;
	letter-spacing: normal;
	line-height: 60px;
	vertical-align: middle;
	padding: 0 20px;
}

.news div ul li .time {
	margin-right: 50px;
	width: 150px;
}

.news .pgntn {
	letter-spacing: -0.5em;
	text-align: center;
	margin: 50px auto 100px;
}

.news .pgntn a,
.news .pgntn .current,
.news .pgntn .pages,
.news .pgntn .extend {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	background: #96c339;
	color: #fff;
	transition: 0.3s ease-in-out;
	border: 1px solid #96c339;
}

.news .pgntn a {
	background: #96c339;
	color: #fff;
	width: 30px;
	transition: 0.3s ease-in-out;
	border: 1px solid #96c339;
}

.news .pgntn a:hover {
	background: #fff;
	color: #96c339;
}

.news .pgntn a:last-child {
	margin-right: 0px;
}

.news .pgntn .current {
	border: 1px solid #96c339;
	background: #fff;
	color: #96c339;
	width: 30px;
}

.news .pgntn .pages {
	border: 1px solid #96c339;
	background: #fff;
	color: #96c339;
}

.news .pgntn .extend {
	color: #96c339;
	background: #fff;
	border: none;
	padding-bottom: 10px;
}



/*====================================================
==                 News個別ページ　  　　　　　　　　　　==
===================================================*/

.blog {
	width: 800px;
	margin: 0 auto 100px;
	font-size: 14px;
}

.b_info {
	margin-bottom: 40px;
	border-bottom: 1px solid #96c339;
	padding: 0 20px 10px;
	overflow: hidden;
	font-size: 12px;
	vertical-align: middle;
}

.b_info p,
.b_info ul {
	float: left;
}
.b_info p {
	line-height: 29px;
}

.b_info ul li {
	margin-left: 20px;
}

.b_info ul li a {
	display: block;
	background: #f4f4f4;
	padding: 5px;
	border-radius: 5px;
	vertical-align: middle;
	transition: 0.3s ease-in-out;
}

.b_info ul li a:hover {
	opacity: 0.6;
}

.b_cont {
	clear: both;
	padding: 0 20px;
	margin-bottom: 50px;
}

.b_cont a {
	text-decoration: underline;
	transition: 0.3s ease-in-out;
}

.b_cont a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.blog .back {
	width: 150px;
	line-height: 50px;
	border: 1px solid #96c339;
	text-align: center;
	margin: 0 auto;
	font-family: "Noto Sans Japanese","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.blog .back a {
	color: #96c339;
	transition: 0.3s ease-in-out;
	display: block;
}

.blog .back a:hover {
	color: #fff;
	background: #96c339;
}



/*====================================================
==                 News個別WP設定　  　　　　　　　　　　==
===================================================*/



.b_cont {
}

.b_cont img {
    max-width: 100%;
    height: auto;
}

.b_cont .alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.b_cont .alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.b_cont .aligncenter {
    display: block;
    margin: 0 auto;
}

.b_cont strong {
    font-weight: bold;
}

.b_cont em {
    font-style: italic;
}

.b_cont del {
    text-decoration: line-through;
}

.b_cont blockquote {
    display: inline-block;
    padding: 1em;
    position: relative;
}

.b_cont blockquote:before {
    content: '"';
    position: absolute;
    left: 0;
    top: 0;
}

.b_cont blockquote:after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: 0;
}

.b_cont ol{
    list-style:decimal;
    padding:0 0 0 1.5em;
}




/*===================================================
==                 レスポンシブ　　　　　　　　　　　　　==
===================================================*/

@media (max-width:767px) {
	
	.news_ttl1 {
		margin-top: 50px;
	}
	
	.news div {
		width: 100%;
		padding: 0 5px;
	}

	.news div ul li a:before {
		right: 4%;
	}

	.news div ul li a:hover:before {
		right: 3%;        /*マウスオーバーで三角をずらす */
	}
	
	.news div ul li .time,
	.news div ul li .title {
		display: block;
		letter-spacing: normal;
		line-height: 30px;
		vertical-align: middle;
		width: 100%;
	}

	.news div ul li .time {
		margin-right: 0;
		padding: 10px 20px 0;
	}
	
	.news div ul li .title {
		padding: 0 20px 10px;
	}

	.news .pgntn {
		margin: 50px 0 100px;
	}
	
	
	
	/*====================================================
	==                 News個別ページ　  　　　　　　　　　　==
	===================================================*/

	.blog {
		width: 100%;
		padding: 0 5px;
	}

	.b_cont {
		text-align: justify;
	}
	
}