@charset "UTF-8";
/* blog single.css */

/* == outletSale & ニュース詳細.css == */
header {
    top: 62px;
}
#bread_list {
    display: none !important;
    margin-top: 100px;
}
.heading_wrap {
    justify-content: space-between;
    margin-top: 100px;
}
section.sub_sec:last-of-type {
  padding-bottom: 30px !important;
}
/* 大体最初のセクション */
.heading_wrap {
	align-items: baseline;
	margin-bottom:  30px;
	padding-bottom: 10px;
	border-bottom:   1px solid #707070;
}
.heading_wrap span {
    font-size: 14px;
    color: #A6A7A7;
}
.blog_content h1 {
    width: 100%;
    text-align: left;
    margin-left:  0;
    margin-right: 1em;
    margin-bottom: 10px;
}
.blog_content .img_wrap { margin-bottom:20px; }
.blog_content p         { text-align:justify; }

/*　大体ふたつ目以降のセクション　*/
.blog_content h2 {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.heading_wrap h2 { margin-bottom:0; }

.all_news {
	font-size: 14px;
	padding-bottom: .25em;
	border-bottom: 1px solid #3B3938;
}
div.pagenation {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	margin-top:    60px;
	margin-bottom: 60px;
	padding: 0 0;
}
.pagenation a {
	font-size: 12px;
	display: inline-block;
	line-height: 1;
	color: #4d4d4d;
}
/*prev & next */
.page_prev a,
.page_next a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.page_prev a {
	justify-content: flex-start;
}
.page_next a {
	justify-content: flex-end;
}
.page_prev a:before,
.page_next a:after {
	content: "";
	width: 35px;
	height: 8px;
	display: inline-block;
	position: relative;
	margin-left:  5px;
	margin-right: 5px;
	border-bottom: 1px solid #A6A7A7;
}
.page_prev a:before {
	transform: skew(-55deg);
	border-left: 1.5px solid #A6A7A7;
}
.page_next a:after {
	transform: skew(55deg);
	border-right: 1.5px solid #A6A7A7;
}









@media screen and (min-width:769px) {
	header {
		top: 89px;
	}
	.blog_content h1 {
		max-width: 100%;
	}    
	section.sub_sec:last-of-type {
		padding-bottom: 80px !important;
	}
	.heading_wrap {
		margin-top: 150px;
		margin-bottom:  40px;
		padding-bottom: 20px;
	}
	.heading_wrap h1   { font-size:min(30px,3.3vw); }

	.blog_content h2        { margin-bottom:30px; }
	.blog_content .img_wrap { margin-bottom:30px; }

	.heading_wrap h2   { margin-bottom:0; }
	.heading_wrap span { font-size:16px; padding-top: 0; }

	div.pagenation {
		margin-top:    80px;
		margin-bottom: 80px;
	}
	/*prev & next */

}