@charset "UTF-8";

.colorchart {
	padding-bottom: 120px;
	color: #949494;
	padding: 80px 0 120px;
	font-size: 13px;
}

.colorchart li{
	list-style: none;
}



.main_area {
	text-align: center;
	margin-bottom: 80px;
}

.main_area h1 {
    display: block;
    width: 100%;
	margin-bottom: 20px;
}

.main_area .read_text {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 60px;
    text-align: center;
}

.main_area .color_list {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.main_area .color_list li {
	margin: 0 10px;
	font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}

.main_area .color_list img{
	padding-right: 16px;
    vertical-align: middle;
    width: 44px;
    box-sizing: content-box;
}



.colorchart_inner {
	width: 840px;
	margin: 0 auto;
	padding: 0 40px;
}



.colorchart_box {
	margin-bottom: 60px;
}

.colorchart_beige {
	width: 750px;
	margin: 0 auto;
}

.colorchart_box h2 {
	text-align: center;
	margin-bottom: 30px;
}

.colorchart_box .colorchart_box_list {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.colorchart_box .colorchart_box_list li {
	margin: 0 16px 40px;
	width: 158px;
	position: relative;
}

.colorchart_box .colorchart_box_list li.colorchart_box_list_yellow:before{
	content: "";
	background: url(../../Contents/ImagesPkg/lp/colorchart/icon_yellow.png);
	position: absolute;
	bottom: -60px;
	top: 0;
	margin: auto;
	right: 0;
	width: 44px;
	height: 44px;
	-webkit-background-size: cover;
	background-size: cover;
}
.colorchart_box .colorchart_box_list li.colorchart_box_list_blue:before{
	content: "";
	background: url(../../Contents/ImagesPkg/lp/colorchart/icon_blue.png);
	position: absolute;
	bottom: -60px;
	top: 0;
	margin: auto;
	right: 0;
	width: 44px;
	height: 44px;
	-webkit-background-size: cover;
	background-size: cover;
}

.colorchart_box .colorchart_box_list li p {
	margin-top: 18px;
	    text-align: center;
}

.vb_btn {
	text-align: center;	
}

.vb_btn a {
    margin-top: 60px;
    border: 1px solid #888;
    padding: 6px 60px;
}