/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.blogBox {
	border: solid 1px #dfdfdf;
}
.blogBox, .blogBox::after, .blogBox::before,
.blogBox *,
.blogBox *::after,
.blogBox *::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media screen and (min-width: 900px), print {
	.blogBox + .blogBox {
		margin-top: 80px;
	}
}
@media screen and (max-width: 899px) {
	.blogBox + .blogBox {
		margin-top: 40px;
	}
}
@media screen and (min-width: 900px), print {
	.blogBox {
		padding: 2em 2em;
	}
}
@media screen and (max-width: 899px) {
	.blogBox {
		padding: 1em;
	}
}
.blogBox ._head {
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 1em;
}
.blogBox ._head > *:first-child {
	margin-top: 0 !important;
}
.blogBox ._head > *:last-child {
	margin-bottom: 0 !important;
}
.blogBox ._head ._title {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.625rem;
	font-weight: bold;
	border-bottom: 1px solid #db0012;
}
.blogBox ._head ._info {
	text-align: right;
}
.blogBox ._body {
	padding-top: 1em;
	padding-bottom: 3em;
}
@media screen and (max-width: 899px) {
	.blogBox ._foot .btn {
		min-width: 0;
		width: 100%;
	}
}

.sub_box {
	border: solid 1px #dfdfdf;
}
@media screen and (min-width: 900px), print {
	.sub_box + .sub_box {
		margin-top: 30px;
	}
}
@media screen and (max-width: 899px) {
	.sub_box + .sub_box {
		margin-top: 10px;
	}
}
.sub_box ._head {
	background-color: #e5968c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 0.938rem;
	padding: 0.5em 1em;
}
.sub_box ._body {
	font-size: 0.938rem;
	padding: 1em 1em 1.5em;
}
.sub_box ._body ._list > li + li {
	margin-top: 0.3em;
}

.search_box {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media screen and (min-width: 900px), print {
	.search_box {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 899px) {
	.search_box {
		margin-bottom: 20px;
	}
}

.search_box ._form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: solid 1px #dcdcdc;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.search_box ._form ._input {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
	border: none;
	line-height: 40px;
	height: 40px;
	width: calc(100% - 40px);
	display: block;
	padding: 0 0.5em;
	outline: none;
	font-size: 14px;
	-webkit-box-shadow: 0 0 2px #ccc inset;
	        box-shadow: 0 0 2px #ccc inset;
	/* border-right: solid 1px #dcdcdc; */
}

.search_box ._form ._input:active,
.search_box ._form ._input:focus {
	/* background-color: #efefef; */
}

.search_box ._form ._btn {
	cursor: pointer;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	text-indent: -10000em;
	height: 40px;
	width: 40px;
	display: block;
	background-color: #f8f8f8;
	background-image: url("../img/icon/search.png");
	background-size: 21px 21px;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
}

.wpnews__foot {
	margin-top: 50px;
}

.wpnews__body .bg_gray {
	background-color: #f1f1f1;
	padding: 30px 15px;
}

.wpnews__body .flex {
	display: flex;
}

.wpnews__body .aline-center {
	align-items: center;
}

@media screen and (min-width: 900px), print {
	.prev_next_link_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media screen and (max-width: 899px) {
	.prev_next_link_list {
		text-align: center;
	}
}
@media screen and (max-width: 899px) {
	.prev_next_link_list > li + li {
		margin-top: 0.5em;
	}
}
.prev_next_link_list > li._prev > a {
	padding-left: 25px;
}
.prev_next_link_list > li._prev > a::before {
	left: 0;
}
.prev_next_link_list > li._next > a {
	padding-right: 25px;
}
.prev_next_link_list > li._next > a::before {
	right: 0;
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.prev_next_link_list > li > a {
	position: relative;
}
.prev_next_link_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url("/common/img/icon/arrow/prev.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 899px) {
	.sub_content > ._inner {
		padding: 0 10px;
	}
}
/*# sourceMappingURL=blog.css.map */
