@charset "UTF-8";
.color_01{
	background:#bbb8bf;
}
.color_02{
	background:#074173;
}
.color_03{
	background:#9da059;
}
.color_04{
	background:#1b1d1c;
}
.color_05{
	background:#5e5751;
}
.color_06{
	background:#733358;
}
.color_07{
	background:#a39894;
}
.color_08{
	background:#81759b;
}
.color_09{
	background:#8b5f56;
}
.color_10{
	background:#314544;
}

.org__image_01{
	text-align: center;
}
.org__image_02 img{
	height:auto;
}
.org__ajuster{
	padding-top: 100px;
	margin-top: -60px;
}
.cpt__color {
    width: 600px;
    margin: 0 auto;
    padding: 0;
}
.cpt__color p {
    width: 100px;
}
.cpt__color ul{
	margin: 0;
}
.cpt__color ul li {
    width:auto;
    margin-right: 30px;
}
.cpt__color ul li.last_br:after{
    content:"\A\A";
    white-space: pre;
}
@media screen and (max-width: 767px){
	.cpt__color {
	    width: 360px;
	    margin: 0 auto;
	}
	.cpt__color ul {
	    width: 80%;
	    padding-left: 10px;
	}
	.cpt__color ul li {
	    width: auto;
	    margin: 0;
	}
	.cpt__color ul li.last_br:after{
	    content:none;
	}
	.cpt__color p {
	    width: 20%;
	    padding-right: 0;
	}
	.org__bag-bg{
		background: none;
	}
	.org__ajuster{
		padding-top: 80px;
		margin-top: -40px;
	}
	.org__image_01 img {
	    height: auto;
	}
	.sp-uvs__mb--24{
		margin-bottom: 24px!important;
	}
}