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

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

#site-content .post_wrpr {
	width: 987px;
	margin:0 auto 80px 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;
}
#site-content .post_wrpr .post_list article.post .left_column {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
#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;
	left:0;
	width: 58px;
	height: 58px;
	text-align: center;
	padding:24px 0;
	background-color: #93979a;
	color: #fff;
	font-size: 12px;
	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:26px;
	font-weight: 600;
	margin-bottom: 11px;
	margin-top: -7px;
}
#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: 16px;
}
#site-content .post_wrpr .post_list article.post .right_column .lead a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	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:12px;
	line-height: 1em;
	letter-spacing: 0.05em;
	color:#93979a;
	font-weight: 300;
	letter-spacing: 0.2em;
	margin-bottom: 23px;
}
#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: 12px;
	letter-spacing: 0.05em;
	text-decoration: none;
}

#site-content .post_wrpr .archive_list {
	display: inline-block;
	vertical-align: top;
	width: 104px;
}
#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 0 6px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
#site-content .post_wrpr .archive_list ul {
	padding-left: 15px;
}
#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;
}

}