@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/
 
 
body, #proContents, #proContents p {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}




img {
vertical-align:top;
}


.contener_m {
	padding-top: 15px;
	padding-bottom: 22px;
}

/* 追加記述 */
/* 共通 */
a:hover img.hoverimg{
	opacity: 0.6;
}

.btn-img01:active{
	position: relative;
	top: 3px;
}

.flex-between{
	display: flex;
	justify-content: space-between;
}
.flex-wrap{
	display: flex;
	flex-wrap: wrap;
}
.flex-center{
	display: flex;
	justify-content: center;
}
.flex-column{
	display: flex;
	flex-direction: column;
}

/* トップ画像 */
.top-img_mgn-01{margin-bottom: 3px}

/* 買取例 */
.kaitori-BG{
	background-color: #e6f7ff;
	padding: 20px;
	margin-bottom: 30px;
}
.kaitori-rei_mgn{margin-bottom: 50px;}

/* ブランド拠点 */
.shoplist_mgn-01{margin: 20px 20px 70px}
.shop-item_mgn-01{margin-bottom: 20px}

.shop-item_aki-01::after{
	content: "";
	display: block;
	width: 223px;
	height: auto;
}
.shop-item_aki-02::after, .shop-item_aki-02::before{
	content: "";
	display: block;
	width: 223px;
	height: auto;
}
.shop-item_aki-02::before{
	order: 1;
}

/* アプルーブド宗像 */
.munakata_box-01{
	width: 376px;
	height: 318px;
	border: 5px solid;
	border-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}