@media all and (max-width: 751px) {

#site-content {
	/*padding-top:75px;*/
	padding-top:15.3%;
}
#site-content .header {
	background-color: #93979a;
	/*padding:92px 0;
	margin-bottom: 80px;*/
	padding:17.333% 0;
	margin-bottom: 13.333%;
}
#site-content .header h1 {
	font-size: 5.6vw;
	/*font-size: 34px;*/
	font-weight: 700;
	color:#fff;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	/*margin-bottom: 13px;*/
	margin-bottom: 2%;
}
#site-content .header .sub_txt {
	line-height: 1em;
	color: #fff;
	font-weight: 100;
	text-align:center;
	/*margin-bottom: 30px;*/
	margin-bottom: 4.4%;
}
#site-content .header hr {
	display: block;
	border:none;
	border-top:1px solid #fff;
	/*width:55px;*/
	width:7.333%;
	margin:0 auto 0 auto;
}

#site-content .post_wrpr {
	/*width: 987px;
	margin:0 auto 80px auto;*/
	margin:0 auto 6% auto;
}
#site-content .post_wrpr .post_list {
	display: inline-block;
	vertical-align: top;
	/*margin-right: 108px;*/
}
#site-content .post_wrpr .post_list article.post {
	/*margin-bottom: 80px;*/
	width:85.866%;/*644px*/
	margin: 0 auto 11.333% auto;
}
#site-content .post_wrpr .post_list article.post .left_column {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 7.763%;
}
#site-content .post_wrpr .post_list article.post .left_column .thumb {
	font-size: 0;
	/*width: 400px;*/
}
#site-content .post_wrpr .post_list article.post .left_column .thumb a {}
#site-content .post_wrpr .post_list article.post .left_column .thumb a img {
	width: 100%;
	height: auto;
}
#site-content .post_wrpr .post_list article.post .left_column .icon_new {
	box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 14%;
    /* padding: 58px; */
    text-align: center;
    padding: 5.5% 0;
    background-color: #93979a;
    color: #fff;
    font-size: 2vw;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 100;
}

#site-content .post_wrpr .post_list article.post .right_column {
	display: inline-block;
	vertical-align: top;
	/*width:324px;*/
}
#site-content .post_wrpr .post_list article.post .right_column h4 {
	color: #16234a;
	font-size:5.733vw;
	font-weight: 600;
	margin-bottom: 2.173%;
}
#site-content .post_wrpr .post_list article.post .right_column h4 a {
	color: #16234a;
	text-decoration: none;	
}
#site-content .post_wrpr .post_list article.post .right_column .lead {
	margin-bottom: 2.018%;
}
#site-content .post_wrpr .post_list article.post .right_column .lead a {
	color: #000;
	text-decoration: none;
	font-size: 4vw;
	line-height: 1.8em;
	letter-spacing: 0em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#site-content .post_wrpr .post_list article.post .right_column .date {
	font-size:2.933vw;
	line-height: 1em;
	letter-spacing: 0.05em;
	color:#93979a;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-bottom: 6.677%;
}
#site-content .post_wrpr .post_list article.post .right_column .tag {
	border-top:1px solid #93979a;
	padding-top: 12px;
}
#site-content .post_wrpr .post_list article.post .right_column .tag ul {}
#site-content .post_wrpr .post_list article.post .right_column .tag ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 1.2em;
}
#site-content .post_wrpr .post_list article.post .right_column .tag ul li a {
	color: #93979a;
	font-size: 2.9vw;
	letter-spacing: 0.05em;
	text-decoration: none;
}

#site-content .post_wrpr .archive_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#site-content .post_wrpr .archive_list h4 {
	background-color: #16234a;
	color: #fff;
	border-radius: 100px;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1em;
	padding: 7px 10px 6px;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 0 12px 6.666%;
	display: inline-block;
	/*width:30.8%;*/
}
#site-content .post_wrpr .archive_list ul {
	padding-left: 15px;
	margin: 0 0 0 6.666%;
}
#site-content .post_wrpr .archive_list ul li {
	list-style: '・';
}
#site-content .post_wrpr .archive_list ul li a {
	color:#16234a;
	font-size: 13px;
	line-height: 2.2em;
	letter-spacing: 0.05em;
}

}