@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/xxm2qgv.css");

#color_sp {
	width: 100%;
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #2e2e2e;
	box-sizing: border-box;
	overflow-x: hidden;
}

#color_sp .inner {
	width: 90%;
	margin: auto;
}

#color_sp .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#color_sp h2,#color_sp h3,#color_sp h4 {
	font-weight: normal;
}

#color_sp h2 {
	color: #d16489;
	font-size: 45px;
}

#color_sp h2 span {
	font-size: 20px;
	letter-spacing: 0.3em;
	color: #e3a6bb;
	display: inline-block;
	margin-bottom: 0.8em;
}

#color_sp .readmore {
	margin-top: 2.0em;
}

#color_sp .readmore h2 {
	color: #2e2e2e;
	font-size: 20px;
	font-weight: 600;
}

#color_sp .sp_ {
	display: none;
}

#color_sp .kome {
	font-size: 12px;
}



@media only screen and (max-width: 480px) {
	#color_sp {
	font-size: 16px;
}
	#color_sp h2 {
    font-size: 22px;
}
	#color_sp .readmore {
    margin-bottom: 3.0em;
}
	#color_sp .readmore h2 {
    font-size: 16px;
}
	#color_sp .readmore-content li p {
    font-size: 15px;
}
	#color_sp h2 span {
    font-size: 14px;
    letter-spacing: 0.3em;
    color: #e3a6bb;
    display: inline-block;
    margin-bottom: 0.8em;
}
	
	#color_sp .sp_ {
	display: block;
}
	#color_sp .pc_ {
	display: none;
}
	

}


#color_sp #intro {
	padding: 2.0em 0;
}

#color_sp #intro .box img {
	margin: 1.0em auto;
}

#color_sp #intro .box {
	margin-bottom: 2.0em;
}

#color_sp #intro p {
	text-align: left;
	line-height: 1.8;
}

#color_sp #intro .box_2 h3 {
	background: #3D3A3B;
    color: #fff;
    border-radius: 50px;
    width: 85%;
    max-width: 400px;
    margin: -9% auto 0;
    padding: 6px 0;
    font-weight: 500;
}

#color_sp #intro .box_2 {
	background: #f2f2f2;
    padding: 5%;
    margin-bottom: 50px;
}

#color_sp #intro .box_2 h4 {
	margin-top: 1.0em;
}

#color_sp #intro .box_2 h4 span {
	font-size: 18px;
}

#color_sp #intro .box_2_1 {
	margin-top: 1.5em;
}

#color_sp #intro .box_2_1 .img_box {
	width: 40%;
}

#color_sp #intro .box_2_1 .text_box {
	width: 55%;
	text-align: left;
	font-size: 18px;
}

#color_sp #intro .box_2_1 .text_box p {
	font-size: 22px;
	margin-bottom: 0.8em;
	font-weight: 500;
}

#color_sp #intro .insta:before {
  content: "";
  display: inline-block;
  width: 5%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-image: url('https://www.forcise.jp/img/comm/footer/2024/f-insta.png');
  background-size: cover;
  margin-right: 0.3em;
  vertical-align: middle;
	max-width: 15px;
}

#color_sp #intro .box_2_2 .img_box {
	width: 20%;
}

#color_sp #intro .box_2_2 dl {
	width: 75%;
	text-align: left;
}

#color_sp #intro .box_2_2 .span1 {
	font-size: 12px;
	border: 1px solid;
	padding: 0.1em 0.5em;
	margin-right: 1.0em;
}

#color_sp #intro .box_2_2 .insta {
	font-size: 14px;
	display: contents;
}

#color_sp #intro .box_2_2 dd {
	font-size: 18px;
	margin-top: 0.8em;
}

#color_sp #intro .box_2_2 .flex_box {
	margin-top: 1.5em;
}

/*#color_sp #intro .box_2_2 dt {
	display: flex;
	align-items: center;
}*/

#color_sp #intro .box_2_2 dt a {
	display: flex;
	align-items: center;
}

#color_sp #intro .box_2_2 .insta:before {
  margin-right: 0.3em;
	margin-left: 1.0em;
}

#color_sp #intro #kensyo {
	padding: 2.0em 0;
}




@media only screen and (max-width: 480px) {
	#color_sp #intro .box_2_1 .text_box p {
    font-size: 14px;
}
	#color_sp #intro .box_2_1 .text_box {
    font-size: 12px;
}
	#color_sp #intro .box_2_1,#color_sp #intro .box_2_2 .flex_box {
    align-items: flex-start;
}
	#color_sp #intro .box_2_2 .span1 {
    font-size: 10px;
}
	#color_sp #intro .box_2_2 .insta {
    font-size: 10px;
}
	#color_sp #intro .box_2_2 dd {
    font-size: 12px;
}
	#color_sp #intro .box_2 {
    margin-bottom: 2.0em;
}
	
}


#color_sp #about {
	padding: 1.0em 0 2.0em;
}

#color_sp #about .box {
	margin-top: 2.0em;
}

#color_sp #about h3 {
	color: #d16489;
	font-size: 35px;
	margin: 2.0em auto 1.0em;
}

#color_sp #about p {
	text-align: left;
	line-height: 1.8;
}


@media only screen and (max-width: 480px) {
	#color_sp #about h3 {
    font-size: 18px;
}
}


#color_sp #comp {
	padding: 3.0em 0;
	background: #f2e9f1;
}

#color_sp #comp h2 .span1 {
	font-size: 35px;
	color: #d16489;
	letter-spacing: normal;
	margin: auto;
	margin-top: 0.8em;
}


#color_sp .scrollable {
		max-width: 800px;
		height: auto;
		aspect-ratio: 1 / 1;
		overflow: auto;
		display: block;
        overflow-x: auto;
        margin-top: 2em;
	}
	
	#color_sp .scrollable::-webkit-scrollbar-thumb {
    background-color: darkgray; /* スクロールバーの色を設定 */
    border-radius: 6px; /* 角を丸くする */
	}
	
	#color_sp .scrollable .kotei{
  position: sticky;
  left: -0.1em;
		background: #FFFFFF;
		z-index: 1;
    font-weight: 500;
		font-size: 14px;
}
	#color_sp .scrollable th.kotei {
		font-family: "meiryo", sans-serif;
font-weight: 400;
font-style: normal;
	}

#color_sp .scrollable td.kotei {
	text-align: left;
}
	#color_sp .scrollable .kotei span {
		font-family: "meiryo", sans-serif;
font-weight: 400;
font-style: normal;
		font-size: 10px;		
	}

#color_sp .scrollable .kotei::after
 {
    content: "";
    display: block;
    position: absolute;
    border-right: 1px solid #000;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}

#color_sp .scrollable th.kotei::before
 {
    content: "";
    display: block;
    position: absolute;
    border-left: 2px solid #bd9097;
    width: 1px;
    height: 100%;
    left: -0.1em;
    top: 0;
}

#color_sp .table_re .kotei .flex_box {
	margin: auto!important;
}


#color_sp .table_re .pic img {
	width: 150%;
}


#color_sp #c_sp_table th,#color_sp #c_sp_table td {
	width: 20%;
}

#color_sp #c_sp_table th.kotei,#color_sp #c_sp_table td.kotei {
	width: 30%;
}

#color_sp #c_sp_table th.pri,#color_sp #c_sp_table td.pri {
	width: 10%;
}

#color_sp #c_sp_table th.smo,#color_sp #c_sp_table td.smo {
	width: 10%;
    max-width: 65px;
}

#color_sp #c_sp_table th.smo2,#color_sp #c_sp_table td.smo2 {
	width: 5%;
}

#color_sp #c_sp_table th.hankaku {
	
}

#color_sp #c_sp_table th.maker {
	width: 70%;
}
#color_sp #c_sp_table td.smo{
    font-size: 16px;
}

#color_sp #c_sp_table td.pri span,#color_sp #c_sp_table td.maker span {
	font-size: 12px;
}

#color_sp #c_sp_table td.smo span {
    font-size: 22px;
}

	#color_sp #c_sp_table {
		/*border: 1px solid;*/
		border-collapse: collapse;
		border-spacing: 0;
		background: #FFFFFF;
		font-size: 13px;
		width: 100%;
		table-layout: fixed;
		min-width: 1200px;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
	}

#color_sp #c_sp_table th span {
	font-size: 12px;
}

	
	#color_sp #c_sp_table td,#c_sp_table th {
		border-bottom: 1px solid;
		border-left: 1px dotted;
		border-collapse: collapse;
		padding: 10px;
		vertical-align: middle;
	}

	#color_sp #c_sp_table td:nth-of-type(2), #c_sp_table th:nth-of-type(2) {
    border-left: 0px dotted;
}

	#color_sp #c_sp_table td {
		padding:5px 10px;
	}

	#color_sp #c_sp_table td .tex{
		text-align: left;
	}

	#color_sp #c_sp_table td.smo{
        font-family: var(--BP-fonts);
	}



	
	#color_sp #c_sp_table th,#c_sp_table th {
    white-space: nowrap;
	}
	
	#color_sp #c_sp_table th {
    background-color: #bd9097;
    color: #fff;
    text-align: center;
	font-weight: normal;
	}

	#color_sp #c_sp_table th p{
    margin-bottom: 0;
	}
    /* スマホズレるやつ？ */
	#color_sp #c_sp_table thead {
		position:sticky;
		top:-0.1em;
		z-index: 2;
	}


#color_sp #c_sp_table td {
	font-weight: 600;
	text-align: center;
}

#color_sp #c_sp_table td:last-child{
    background: #E3E3E3;
    padding: 0;
    height: 0;
}
#color_sp #c_sp_table td:last-child a {
    height: 100%;
    width: 100%;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#color_sp #c_sp_table td:last-child img{
    width: 25%;
    max-width: 22px;
}
/*#color_sp #c_sp_table td img {
    width: 90%;
}*/

#color_sp #c_sp_table .td_img {
	padding: 0;
	width: 10%;
}

#color_sp #c_sp_table th.td_img {
	padding: 0 1em;
}


@media only screen and (max-width: 480px) {
	#color_sp #comp h2 .span1 {
    font-size: 24px;
}
	#color_sp .scrollable .kotei {
    font-size: 10px;
}
	#color_sp #c_sp_table {
    min-width: 600px;
		font-size: 10px;
}
	#color_sp #c_sp_table th.kotei,#color_sp #c_sp_table td.kotei {
	width: 30%;
}
	#color_sp #c_sp_table th span {
    font-size: 8px;
}
	#color_sp #c_sp_table td.smo {
		font-size: 13px;
	}
	#color_sp #c_sp_table td.smo span {
    font-size: 14px;
}
	#color_sp #c_sp_table .td_img {
    width: 20%;
}
	#color_sp #c_sp_table th.pri, #color_sp #c_sp_table td.pri {
    width: 15%;
}
	#color_sp #c_sp_table td.pri span, #color_sp #c_sp_table td.maker span {
    font-size: 10px;
}
	#color_sp #c_sp_table th.smo, #color_sp #c_sp_table td.smo {
    width: 15%;
}
	#color_sp #c_sp_table th.smo2, #color_sp #c_sp_table td.smo2 {
    width: 12%;
}
}



#color_sp .btn_box {
	padding: 3.0em 0;
}

#color_sp .btn a {
	background-image: linear-gradient(to top, #d46c8f, #e39db4);
	border-radius: 40px;
	padding: 0.8em 0.5em;
	display: inline-block;
	width: 100%;
	margin-bottom: 1.0em;
	color: #FFFFFF;
	position: relative;
	box-sizing: border-box;
	}

#color_sp .btn2 a {
	border: 1px solid #d16489;
	border-radius: 40px;
	padding: 0.8em 0.5em;
	display: inline-block;
	width: 100%;
	margin-bottom: 1.0em;
	color: #d16489;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	box-sizing: border-box;
	}

#color_sp .btn a:after{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/colorshampoo/yajirushi.png) no-repeat right;
        background-size: 100%;
        height: auto;
        width: 4%;
       aspect-ratio: 29 / 9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.0em;
	min-width: 1.0em;
}

#color_sp .btn2 a:after{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/colorshampoo/yajirushi2.jpg) no-repeat right;
        background-size: 100%;
        height: auto;
        width: 4%;
       aspect-ratio: 29 / 9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.0em;
	min-width: 1.0em;
}

#color_sp .btn a span {
	font-size: 22px;
}



#color_sp #trouble .box {
	padding: 3.0em 0 2.0em;
	background: url(https://www.forcise.jp/img/item/colorshampoo/trouble_2.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 3.0em;
	position: relative;
}


#color_sp #trouble .box h2,#color_sp #trouble .box h2 span {
	color: #2e2e2e;
}

#color_sp #trouble .box .w_box {
	background: rgba(255,255,255,0.65);
	padding: 2.0em 0;	
	border-radius: 20px;
	margin-top: 1.5em;
}

#color_sp #trouble .box .w_box ul {
	display: inline-block;
	text-align: left;
	line-height: 2.5;	
}

#color_sp #trouble .box .w_box li {
	position: relative;
	padding-left: 1.5em;	
}

#color_sp #trouble .box .w_box li:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/colorshampoo/check.png) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 4%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}



#color_sp #trouble .box .v-notch {
	width: 0;
  height: 0;
  border-left: 3.0em solid transparent;
  border-right: 3.0em solid transparent;
  border-top: 2.5em solid #e6e7eb;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1.5em;
	z-index: -1;
}

#color_sp #trouble .box_2 {
	padding: 1.5em 0 3.0em;
}

#color_sp #trouble .box_2 h2 .span1 {
	letter-spacing: normal;
	color: #2e2e2e;
	font-size: 30px;
}

#color_sp #trouble .box_2 h2 .span2 {
	color: #d16489;
	font-size: 35px;
	margin: auto;
}

#color_sp #trouble .box_2 img {
	margin: 2.0em auto;
}

#color_sp #trouble .box_2 p {
	text-align: left;
	line-height: 1.8;
}

#color_sp #trouble .box_2 p span {
	color: #d16489;
}


@media only screen and (max-width: 480px) {
	#color_sp #trouble .box .w_box ul {
    width: 90%;
    font-size: 12px;
}
	    #color_sp #trouble .box h2 {
        font-size: 20px;
    }
	#color_sp #trouble .box_2 h2 .span1 {
    font-size: 20px;
}
	#color_sp #trouble .box_2 h2 .span2 {
    font-size: 18px;
}
}



#color_sp #point {
	padding: 3.0em 0;
	background: #f2e9f1;
}

#color_sp #point .btn_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#color_sp #point .btn_box ul li {
	width: 48%;
	
}

#color_sp #point .box {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 4.0em 0 1.0em;
	margin-bottom: 5.0em;
	position: relative;
}

#color_sp #point .last_box {
	margin-bottom: 0;
}

#color_sp #point .box .point {
	border-radius: 50%;
	padding: 0.8em;
	/*margin-top: -3.5em;*/
	background: #FFFFFF;
	/*display: inline-block;*/
	height: auto;
	width: 15%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: -2.0em;
	left: 50%;
	transform: translateX(-50%);
}

#color_sp #point .box .inner {
	position: relative;
	z-index: 2;
	margin-top: -1.0em;
}

#color_sp #point .box .point p {
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #d16489;
	font-size: 14px;
	letter-spacing: 0.1em;
    line-height: 1.1;
}

#color_sp #point .box .point p span {
	font-size: 37px;
	color: #FFFFFF;
	text-shadow:1.2px 1.2px 0 #d16489, -1.2px -1.2px 0 #d16489,
              -1.2px 1.2px 0 #d16489, 1.2px -1.2px 0 #d16489,
              0px 1.2px 0 #d16489,  0 -1.2px 0 #d16489,
              -1.2px 0 0 #d16489, 1.2px 0 0 #d16489;
}

#color_sp #point h3 {
	color: #d16489;
	font-size: 30px;
	margin-bottom: 1.0em;
}

#color_sp #point .box .inner p {
	text-align: left;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

#color_sp #point .kome {
	display: inline-block;
	margin-top: 1.0em;
}



@media only screen and (max-width: 480px) {
	#color_sp #point .btn_box {
    font-size: 13px;
}
	#color_sp #point .btn a:after {
    right: 0.6em;
}
	#color_sp #point .box .point {
    width: 20%;
}
	#color_sp #point .box .point p {
    font-size: 10px;
}
	#color_sp #point .box .point p span {
    font-size: 28px;
}
	#color_sp #point h3 {
    font-size: 18px;
}
	#color_sp #point .btn a {
    font-size: 13px;
}
	#color_sp .btn a span {
    font-size: 12px;
}
}



#color_sp #howtouse {
	padding: 3.0em 0;
}

#color_sp #howtouse h2 .span1 {
	font-size: 35px;
	color: #d16489;
	letter-spacing: normal;
	margin: auto;
	margin-top: 0.8em;
}

#color_sp #howtouse .inner {
	margin-top: 3.0em;
}

#color_sp #howtouse .step {
	border-top: 2px dotted;
	color: #d16489;
	position: relative;
}

#color_sp #howtouse .step p {
	font-size: 20px;
	position: absolute;
	left: 0;
	bottom: -0.8em;
	background: #FFFFFF;
	display: inline-block;
	padding-right: 1.0em;
	letter-spacing: 0.1em;
}

#color_sp #howtouse .flex_box {
	margin: 2.0em auto 3.0em;
}

#color_sp #howtouse .flex_box dl {
	text-align: left;
	width: 60%;
}

#color_sp #howtouse .flex_box dt {
	font-size: 30px;
	margin-bottom: 0.5em;
	font-weight: 500;
}

#color_sp #howtouse .flex_box dd span {
	font-size: 12px;
    display: inline-block;
    margin-top: 0.5em;
}

#color_sp #howtouse .img_box {
	width: 45%;
}

#color_sp #howtouse .box {
	background: #f5ecf3;
	border-radius: 20px;
	padding: 1.0em 5% 2.0em;
}

#color_sp #howtouse .box dt {
	letter-spacing: 0.2em;
	color: #d16489;
	margin-bottom: 1.0em;
}

#color_sp #howtouse .box dd ul {
	display: inline-block;	
}

#color_sp #howtouse .box dd li {
	font-size: 22px;
	line-height: 2.0;
	position: relative;
	padding-left: 1.0em;
	text-align: left;
}

#color_sp #howtouse .box dd li:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/colorshampoo/check2.png) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 3%;
       aspect-ratio: 16 / 18;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}


@media only screen and (max-width: 480px) {
	#color_sp #howtouse h2 .span1 {
    font-size: 18px;
}
	#color_sp #howtouse .flex_box dt {
    font-size: 17px;
}
	#color_sp #howtouse .flex_box dl {
    width: 63%;
}
	#color_sp #howtouse .img_box {
    width: 35%;
}
	#color_sp #howtouse .step p {
    font-size: 13px;
}
	#color_sp #howtouse .flex_box dd span {
    font-size: 10px;
}
	#color_sp #howtouse .box dd li {
    font-size: 14px;
}
	#color_sp #howtouse .box dd li:before {
    top: 0.7em;
		transform: none;
}
}


#color_sp #faq {
	padding: 3.0em 0;
	background: #f5ecf3;
}

#color_sp #faq h2 .span1 {
	font-size: 35px;
	color: #d16489;
	letter-spacing: normal;
	margin: auto;
	margin-top: 0.8em;
}

#color_sp #faq dl {
	text-align: left;
	margin: 2.0em auto;
}

#color_sp #faq dt,#color_sp #faq .a_box {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 0.5em;
	/*display: flex;	*/
	padding: 0;
}

#color_sp #faq dt {
	border-bottom: 2px dotted #d16489;
	/*align-items: center;*/
    margin-bottom: 10px;
    padding: 0 0 15px 55px;
    text-indent: -48px;
}

#color_sp #faq .a_box {
	/*align-items: flex-start;
    margin-bottom: 0;*/
    padding-left: 55px;
    text-indent: -48px;
}

#color_sp #faq .a_box p {
	margin-top: 0.6em;
}

#color_sp #faq dt::before {
	content: "Q.";
	font-size: 45px;
	/*margin-right: 0.5em;*/
	color: #d16489;
    margin-right: 5px;
}

#color_sp #faq .a_box::before {
	content: "A.";
	font-size: 45px;
	/*margin-right: 0.5em;*/
	color: #e3a6bb;
    margin-right: 11px;
}

#color_sp #faq dd {
	padding-left: 60px;
	font-size: 22px;
}



@media only screen and (max-width: 480px) {
	#color_sp #faq h2 .span1 {
    font-size: 17px;
}
	    #color_sp #faq h2 {
        font-size: 24px;
    }
	#color_sp #faq dt, #color_sp #faq .a_box {
    font-size: 18px;
    padding-left: 38px;
    text-indent: -33px;   
}
	#color_sp #faq dt::before,#color_sp #faq .a_box::before {
    font-size: 26px;
}
    #color_sp #faq .a_box::before {
    margin-right: 6px;
}
	#color_sp #faq .a_box p {
    margin-top: 0.3em;
}
	#color_sp #faq dd {
    padding-left: 38px;
    font-size: 16px;
}
}


#color_sp #recommend {
	counter-reset: number;
}

#color_sp #recommend .box {
	counter-increment: number;
}

#color_sp #recommend .intro {
	padding: 3.0em 0;
}

#color_sp #recommend .box::before {
    content: "No." counter(number);
    background: #d16489;
    color: #fff;
    display: block;
    margin-bottom: 40px;
    letter-spacing: 0.18em;
    font-size: 80%;
    padding: 10px 0;
}

#color_sp #recommend h3 {
	font-size: 35px;
	font-weight: 500;
}

#color_sp #recommend h3 span {
	font-size: 24px;
}

#color_sp #recommend .flex_box {
	margin: 1.5em auto;
}

#color_sp #recommend .img_box {
	width: 40%;
}

#color_sp #recommend .img_box img {
	width: 100%;
}

#color_sp #recommend .p_box {
	width: 55%;
}

#color_sp #recommend .p_box .price {
	font-size: 20px;
	margin-bottom: 1.0em;
	text-align: left;
}

#color_sp #recommend .p_box .btn a {
	padding: 0.5em 0.5em 0.5em 1.5em;
	margin-bottom: 0.8em;
	text-align: left;
	font-size: 20px;
}

#color_sp #recommend .p_box .btn a::after {
	content: "＞";
	background: none;
}

#color_sp #recommend h4 {
	color: #d16489;
	font-size: 30px;
	border-bottom: 2px dotted;
	border-top: 2px dotted;
	line-height: 3.0;
	margin-bottom: 1.5em;
}

#color_sp #recommend .c_vari {
	padding-bottom: 1.5em;
}

#color_sp #recommend .c_vari ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
}

#color_sp #recommend .c_vari li {
	margin-bottom: 1.0em;
}

/*#color_sp #recommend .c_vari li img {
	max-width: 120px;
}*/

#color_sp #recommend .c_vari li p {
	font-size: 16px;
	line-height: 2.0;
}

#color_sp #recommend .c_vari ul.var_2 li {
	/*width: 45%;
	margin: 0 2% 1.0em;*/
	width: 18%;
	margin: 0 1% 1.0em;
}

/*#color_sp #recommend .c_vari ul.var_2 li img {
	max-width: 200px;
}*/

#color_sp #recommend .c_vari ul.var_3 li {
	/*width: 30%;*/
	margin: 0 1% 1.0em;
	width: 18%;
}

#color_sp #recommend .c_vari ul.var_4 li {
	/*width: 21%;
	margin: 0 2% 1.0em;*/
	width: 18%;
	margin: 0 1% 1.0em;
}

#color_sp #recommend .c_vari ul.var_5 li {
	width: 18%;
	margin: 0 1% 1.0em;
}

#color_sp #recommend .c_vari ul.var_6 li {
	width: 14%;
	margin: 0 1% 1.0em;
}


#color_sp #recommend .feature p,#color_sp #recommend .staff p {
	text-align: left;
	line-height: 1.8;
	margin-bottom: 3.0em;
}

#color_sp #recommend .spec {
	margin: 2.0em auto 5.0em;
}

#color_sp #recommend .spec dl {	
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
	font-size: 15px;
	align-items: flex-start;
}

#color_sp #recommend .spec dt {
	text-align: left;
	width: 35%;
	/*padding-right: 3%;*/
	padding-top: 0.5em;
	line-height: 1.5;
	box-sizing: border-box;
	/*padding: 0.5em 0 0.5em 3%;*/
}

#color_sp #recommend .spec dd {
	text-align: left;
	width: 65%;
	padding: 0.5em 0 0.5em 3%;
	box-sizing: border-box;
	border-left: 1px solid #2e2e2e;
	line-height: 1.5;
}

#color_sp #recommend .spec a {
	text-decoration: underline;
}


@media only screen and (max-width: 480px) {
	#color_sp #recommend h3 span {
    font-size: 16px;
}
	#color_sp #recommend h3 {
    font-size: 20px;
}
	#color_sp #recommend .p_box .price {
    font-size: 12px;
}
	#color_sp #recommend .p_box .btn a {
    font-size: 12px;
}
	#color_sp #recommend .flex_box {
    align-items: flex-start;
}
	#color_sp #recommend .img_box {
    width: 35%;
}
	#color_sp #recommend .p_box {
	width: 60%;
}
	#color_sp #recommend h4 {
    font-size: 18px;
}
	#color_sp #recommend .c_vari li img {
    width: 100%;
}
	#color_sp #recommend .c_vari li p {
    font-size: 10px;
}
	#color_sp #recommend .spec dl {
    font-size: 12px;
}
	#color_sp #recommend .spec dt {
	width: 42%;
}

#color_sp #recommend .spec dd {
	width: 58%;
}

/*#color_sp #recommend .c_vari ul.var_5 li {
	width: 30%;
}*/
}


