main#pc_main {
    background-image: url('../../common/images/common/deco_bg.png');
    background-repeat: repeat-y;
    background-size: initial;
    background-position: 170px 470px;
}
section#mv_area {
	position: relative;
	width: 1920px;
	height: 400px;
    background-image: url('../../common/images/sitemap/mainvis_img.jpg');/*ディレクトリだけ変えてファイル名は固定にする*/
    background-repeat: no-repeat;
}
#mv_catch {
	position: relative;
	width: 420px;
	height: 130px;
	padding-top: 110px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
#mv_boeder {
	width: 30px;
	height: 2px;
	border-bottom: solid 2px #fff;
}

.area_ttl {
	width: 420px;
	/* height: 90px; */
	margin: 0 auto 50px;
	padding-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.h2_under {
	width: 95px;
	height: 3px;
	border-bottom: solid 3px #28489f;
	border-image: linear-gradient(270deg,#28489f 0%, #89a2e5 100%);
	border-image-slice: 1;
}
/*↑ここまで下層共通で使用（商品個別を除く）*/

section#area01 {
	width: 1920px;
	margin-bottom: 70px;
}
#area01 .area_ttl {
}
#area01_inner {
	width: 530px;
	height: 416px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;

}
#area01_inner > ul {
	width: 194px;
	margin-left: 90px;
}
#area01_inner ul:nth-of-type(1) > li {
	line-height: 2em;
}
#area01_inner ul:nth-of-type(2) > li {
	line-height: 2.4em;
}
#area01_inner ul > li a {
}
#area01_inner ul > li {
}

#area01_inner ul > li li a::before {
	content: '−';
	margin-left: 15px;
}








