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

#site-content {
	padding-top:75px;
}
#site-content .header {
	background-color: #ebeef0;
	padding:35px 0 27px 0;
	margin-bottom: 80px;
}
#site-content .header .search_txt {
	text-align: center;
	color:#16234a;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin: 0 0 19px 0;
	padding-bottom:2px;
	background-image: url(https://laroute.jp/cms/wp-content/themes/laroute/assets/images/search/search_bg.svg);
	background-size: 124px 16px;
	background-position: center 2px;
	background-repeat: no-repeat;
}
#site-content .header h1 {
	font-size: 25px;
	font-weight: 700;
	color:#16234a;
	line-height: 1em;
	letter-spacing: 0.2em;
	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: 1046px;
	text-align: left;
	margin:0 auto 80px auto;
}
#site-content .post_wrpr .post_list {}
#site-content .post_wrpr .post_list article.post {
	display: inline-block;
	vertical-align: top;
	margin: 0 29px 37px 29px;
	width:290px;
}
#site-content .post_wrpr .post_list article.post .category {
	font-size: 14px;
	height: 14px;
	line-height: 1em;
	color: #16234a;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#site-content .post_wrpr .post_list article.post .category a {
	font-size: 14px;
	color: #16234a;
	line-height: 1em;
	margin-right: 0.25em;
}
#site-content .post_wrpr .post_list article.post .thumb {
	font-size: 0;
	width: 290px;
	height:196px;
	margin-bottom: 22px;
}
#site-content .post_wrpr .post_list article.post .thumb a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: cover;
}

#site-content .post_wrpr .post_list article.post h4 {
	color: #16234a;
	font-size:20px;
	font-weight: 600;
	margin-bottom: 11px;
	margin-top: -7px;
}
#site-content .post_wrpr .post_list article.post h4 a {
	color: #16234a;
	text-decoration: none;	
}
#site-content .post_wrpr .post_list article.post .lead {
	margin-bottom: 16px;
}
#site-content .post_wrpr .post_list article.post .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 .date {
	font-size:12px;
	line-height: 1em;
	letter-spacing: 0.05em;
	color:#93979a;
	font-weight: 300;
	letter-spacing: 0.05em;
	padding-bottom: 39px;
	border-bottom: 1px solid #c3c3c8;
}

#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: 15px;
}
#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;
}

#site-content .post_wrpr .not_found {
	text-align: center;
	padding:100px 0 300px 0;
}
#site-content .post_wrpr .not_found h2 {
	font-size: 20px;
	font-weight: bold;
	color: #16234a;
	line-height: 1em;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
#site-content .post_wrpr .not_found a {
	color: #000;
	text-decoration: underline;
}

}