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

#site-content {
	padding-top:15.3%;
}
#site-content .header {
	background-color: #ebeef0;
	padding:6.4% 0 6.4% 0;
	margin-bottom: 9.333%;
}
#site-content .header .search_txt {
	text-align: center;
	color:#16234a;
	font-size: 3.6vw;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin: 0 0 3.2% 0;
	padding-bottom:2px;
	background-image: url(https://laroute.jp/cms/wp-content/themes/laroute/assets/images/search/search_bg.svg);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
#site-content .header h1 {
	font-size: 5.866vw;
	font-weight: 700;
	color:#16234a;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
}

#site-content .post_wrpr {
	text-align: left;
	margin:0 auto 3.2% auto;
}
#site-content .post_wrpr .post_list {
	margin:0 auto;
	width:94.666%;/*710px*/
}
#site-content .post_wrpr .post_list article.post {
	display: inline-block;
	vertical-align: top;
	margin: 0 4.225% 5.07% 4.225%;
	width:40.845%;
}
#site-content .post_wrpr .post_list article.post .category {
	font-size: 3.066vw;
	line-height: 1em;
	text-align: left;
	color: #16234a;
	margin-bottom: 4.482%;
	text-transform: uppercase;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#site-content .post_wrpr .post_list article.post .category a {
	font-size: 3.066vw;
	color: #16234a;
	line-height: 1em;
	margin-right: 0.25em;
}
#site-content .post_wrpr .post_list article.post .thumb {
	position: relative;
	font-size: 0;
	width: 100%;
	padding-top:67.586%;
	margin-bottom: 6.896%;
}
#site-content .post_wrpr .post_list article.post .thumb a {
	position: absolute;
	top:0;
	left:0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: cover;
}

#site-content .post_wrpr .post_list article.post h4 {
	color: #16234a;
	font-size:3.466vw;
	font-weight: 600;
	margin-bottom: 3.448%;
	text-align: left;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#site-content .post_wrpr .post_list article.post h4 a {
	color: #16234a;
	text-decoration: none;	
}
#site-content .post_wrpr .post_list article.post .date {
	font-size:2.666vw;
	line-height: 1em;
	text-align: left;
	letter-spacing: 0.05em;
	color:#93979a;
	font-weight: 300;
	letter-spacing: 0.05em;
	padding-bottom: 13.79%;
	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:10% 0 18% 0;
}
#site-content .post_wrpr .not_found h2 {
	font-size: 4VW;
	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;
}

.ftr_nav {
	padding:3% 0 9% 0;
}

}