@charset "UTF-8";
/*---------------------------------------------
 ** ブログ
---------------------------------------------*/
.module_blog {
    max-width: 1240px; margin:0 auto; padding:0 20px; 
    box-sizing: border-box; position: relative;
}
.module_blog h2{
	width: 100%; height: auto; border-radius: 4px 4px 0 0;
	position: relative;
	margin: 0; padding: 9px 2.5%; background: #8a7056; 
	font-size: 20px !important; line-height: 30px; font-weight: 500 !important; 
	color: #fff;
}
.module_blog .target{
	padding: 2.5%; display: block;
	box-sizing: border-box; width: auto; background: rgba(0,0,0,.08);
}
.module_blog .target a{ text-decoration: none; color: #333;}
.module_blog .target ul{ padding:0; margin: 0; list-style: none; overflow: hidden;}
.module_blog .target ul li{ padding:0; margin: 0; float: left; width: 48%;}
.module_blog .target ul li + li{ margin-left: 4%;}
.module_blog .target p{ padding: 0; margin: 0; }

.module_blog .target .blog-info{ padding: 0; margin:0;}
.module_blog .target .date{ font-size: 13px; margin-top: 20px;}
.module_blog .target .name{ 
    padding: 6px 0; font-size: 18px; text-decoration: underline; font-weight: 600;
}

.module_blog .target .content{ padding: 0; margin:0;}
.module_blog .target .excerpt{ font-size: 14px;}

.module_blog .target .photo img{ 
	max-width: 100%; width: 70%;
	display: block;	margin:0 auto;
}

/*もっと読む*/
.box_list_more{
	padding: 0; margin:0; position: absolute; right: 40px; top: 8px;
}
.box_list_more a{
	text-decoration: none; color: #333 !important; display: block;
	background: #fff; border-radius: 3px; color: #fff; height: 30px; line-height: 32px; text-align: left;
    margin: 0 !important; padding: 0 8px !important; 
}
.box_list_more a>.icon_arw_r{ color: #333 !important; padding-right: 15px;}

/*/--------------------------------------------
 ** ブログ
---------------------------------------------*/

/*変更・休止*/
.s_change{ padding: 0; margin: 30px auto 40px auto; text-align: center;}

/*打ち消し*/
body #article {
    border-bottom: none;
}

@media only screen and (max-width:690px) {
/*---------------------------------------------
 ** ブログ
---------------------------------------------*/
.module_blog .target ul li{ padding:0; margin: 0 0 35px 0; float: none; width: 100%;}
.module_blog .target ul li + li{ margin-left: 0;}
.module_blog .target ul li:last-child{ margin: 0 0 15px 0;}

.module_blog .target .photo img{ width: 100%;}
.module_blog .target .date{ margin-top: 12px;}

/*もっと読む*/
.box_list_more{ right: 30px;}

/*変更・休止*/
.s_change{ margin: 20px auto 25px auto;}

/*/--------------------------------------------
 ** ブログ
---------------------------------------------*/


/*打ち消し*/
#box_list .photo>img{ max-height: 100%;}
#modalCloseSp{ display: none; }

}