/* サイト構成上書き*/
.pane-contents .pane-main .container{
	display: block;
	max-width: 100%;
}

/* フリーページ */
#special_wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 60px auto;
}

/* 共通要素上書き */
h1::before, h1::after, .h1::before, .h1::after{
	display: none;
}

h3 {
	padding: 0;
	margin: 0;
	background: none;
}
h3::after {
	display: none;
}
b, strong {
    font-weight: bold;
}
.ab_list_bt_dw li a {
	text-decoration: none;
	line-height: 1.4;
}
.section-title {

}



/* special_2col.css 転記 */
.products-list {
  margin-top: 10px!important;
}
.section-title {

}

@media (max-width: 767px) {
.block-event-page--header-freespace>h1+p{
  margin-bottom: 0.5em;
}
.products-list.col4 > * {
  width: 50%!important;
}
.products-list.col3 > * {
  width: 50%!important;
}
.side-nav {
  margin-top: 31px!important;
}
.section-title {

}
.recommend-bnr-list{
	padding: 0 10px;
}
.block-footer--banner h3 {
	font-size: 20px;
	line-height: 1.4;
	/*padding: 0 0 0 15px;*/
	padding: 0 0 0 4vw;
	/*margin: 36px 15px 10px;*/
	margin: 9.6vw 4vw 2.67vw;
	position: relative;
	background: none;
}
.block-footer--banner h3::before {
	content: "";
	position: absolute;
	left: 0;
	/*top: 4px;*/
	top: 1.07vw;
	/*width: 7px;*/
	width: 1.87vw;
	/*height: 19px;*/
	height: 5.07vw;
	/*border-radius: 5px;*/
	border-radius: 1.33vw;
	background-color: #443829;
}
}
