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

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

#epilator_re {
	max-width: 800px;
	margin: auto;
	font-family: var(--BP-fonts);
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 24px;
	}

#epilator_re img {
	max-width: 100%;
}

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

#epilator_re .ta_left {
	text-align: left;
}

#epilator_re .ta_center {
	text-align: center!important;
}

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

#epilator_re h2 {
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 1.0em;
}

#epilator_re .pc_ {
	display: block;
}



@media only screen and (max-width: 480px) {
	#epilator_re {
	font-size: 16px;
	}
	
	#epilator_re h2 {
    font-size: 19px;
}
	#epilator_re .pc_ {
		display: none;
	}
}



#epilator_re #intro {
	padding: 2.5em 0;
}

#epilator_re #intro p {
	line-height: 1.8;
	margin-bottom: 2.0em;
}

#epilator_re #intro p span {
	font-size: 30px;
	/*font-weight: bold;*/
	display: inline-block;
	margin-bottom: 0.8em;
}

#epilator_re .advice {
	background: #eef8f6;
	padding: 2.0em 5%;
}

#epilator_re .advice dt {
	font-weight: bold;
	font-size: 35px;
	border-bottom: 2px solid;
	color: #63C4B1;
	padding-bottom: 0.8em;
	margin-bottom: 1.0em;
}

#epilator_re .advice dd {
	margin: 1.0em auto;
	line-height: 1.8;
}

#epilator_re .advice .flex_box .img_box {
	width: 50%;
}

#epilator_re .advice .flex_box .p_box {
	width: 45%;
}

#epilator_re .advice .flex_box .p_box dt {
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	border-bottom: none;
	margin-bottom: auto;
	line-height: 1.8;
	padding-bottom: 0;
}

#epilator_re .advice .flex_box .p_box dd {
	border-bottom: 1px solid;
	border-top: 1px solid;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 0.5em auto auto;
	padding: 0.5em 0;
	line-height: 1.3;
}

#epilator_re .advice .flex_box .p_box dd span {
	letter-spacing: normal;
	font-size: 16px;
}


@media only screen and (max-width: 480px) {
	#epilator_re .advice dt {
    font-size: 20px;
    border-bottom: 1px solid;
}
	#epilator_re #intro p span {
	font-size: 18px;
}
	#epilator_re .advice .flex_box {
		/*flex-direction: column-reverse;*/
		margin-top: 3.0em;
	}
	
	#epilator_re .advice .flex_box .img_box {
	/*width: 100%;*/
    width: 45%;
}

#epilator_re .advice .flex_box .p_box {
	/*width: 100%;*/
    width: 50%;
}

	
	#epilator_re .advice .flex_box .p_box dt {
	font-size: 16px;
}

#epilator_re .advice .flex_box .p_box dd {
	font-size: 22px;
}

#epilator_re .advice .flex_box .p_box dd span {
	font-size: 12px;
}
}

#epilator_re .btn li {
    margin-bottom: 1.3em;
    background: #E3E3E3;
    border-radius: 60px;
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

#epilator_re .btn li.btn2 {
	background: #FFFFFF;
	border: 1px solid #ABABAB;	
}

#epilator_re .btn li:after{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/contents/epilator_hikaku/img/re_btn.png) no-repeat right;
        background-size: 100%;
        height: auto;
        width: 5%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.0em;
}

#epilator_re .btn li a {
	color: #000;
    display: block;
    padding: 1.1em 0;
}


@media only screen and (max-width: 480px) {
	#epilator_re .btn li {
    font-size: 16px;
}
}



#epilator_re #intro .btn {
	margin: 2.0em auto;
}




#epilator_re #onayami .box {
	background: url(https://www.forcise.jp/contents/epilator_hikaku/img/re_bk_01.jpg) no-repeat;
	background-size: cover;
	padding: 2.5em 0 4.0em;
	color: #FFFFFF;
}

#epilator_re #onayami .box h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 2.5em;
	line-height: 1.8;
}

#epilator_re #onayami .box h3 span {
	font-size: 38px;
}

#epilator_re #onayami .box ul {
	display: inline-block;
	text-align: left;
	line-height: 3.0;
}

#epilator_re #onayami .box li {
	position: relative;
	padding-left: 60px;
}

#epilator_re #onayami .box li:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/contents/epilator_hikaku/img/re_check.png) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 5%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

#epilator_re #onayami .sankaku {
	margin-top: -1.0em;
}

#epilator_re #onayami .box2 {
	background: #eef8f6;
	margin-top: -1.5em;
	padding: 4.0em 0 3.0em;
}

#epilator_re #onayami .box2 h4 {
	font-weight: normal;
	font-size: 35px;
	line-height: 1.8;
}

#epilator_re #onayami .box2 h4 .span1 {
	font-size: 24px;
}

#epilator_re #onayami .box2 h4 .span2 {
	font-size: 24px;
	background: #8ec9bb;
	color: #FFFFFF;
	display: inline-block;
	padding: 0 10%;
	margin: 1.0em auto;
}

#epilator_re #onayami .box2 p {
	line-height: 1.8;
}

#epilator_re #onayami .box2 img {
	margin: 2.0em auto;
}



@media only screen and (max-width: 480px) {
	#epilator_re #onayami .box h3 {
    font-size: 18px;
}
	#epilator_re #onayami .box h3 span {
    font-size: 24px;
}
	#epilator_re #onayami .box li {
    padding-left: 1.5em;
}
	#epilator_re #onayami .box ul {
    font-size: 15px;
	width: 90%;
		margin: auto;
}
	#epilator_re #onayami .sankaku {
    width: 30%;
    margin: -1.0em auto;
}
	#epilator_re #onayami .box2 h4 .span1 {
    font-size: 14px;
}
	#epilator_re #onayami .box2 h4 .span2 {
    font-size: 14px;
}
	#epilator_re #onayami .box2 h4 {
    font-size: 20px;
}
	
}





#epilator_re .ttl {
	background: #6ebda8;
	color: #FFFFFF;
	font-size: 35px;
	padding: 1.0em 0;
}

#epilator_re .ttl span {
	font-weight: normal;
	font-size: 24px;
}


@media only screen and (max-width: 480px) {
	#epilator_re .ttl {
    font-size: 18px;
}
	#epilator_re .ttl span {
    font-size: 14px;
}
	
}



#epilator_re #comp .box {
	padding: 2.0em 0;
}

#epilator_re #comp .box dl {
	margin: 2.0em auto;
}

#epilator_re #comp .box dt {
	font-size: 30px;
	border-bottom: 2px solid;
	color: #83C1B5;
	padding-bottom: 0.8em;
	margin-bottom: 1.0em;
	font-weight: bold;
}


#epilator_re #comp .box dd ul {
	line-height: 2.0;
	text-align: left;
	display: inline-block;
	list-style: disc;
	padding-left: 5%;
}

/*#epilator_re #comp .box dd li {
	position: relative;
	padding-left: 30px;
}

#epilator_re #comp .box dd li:before{
	content: "●";
        display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 24px;
}*/

#epilator_re #comp .box2 {
	background: #eef8f6;
	padding: 1.5em 5% 2.5em;
	margin-bottom: 3.0em;
}

#epilator_re #comp .box2 dt {
	color: #83C1B5;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 2px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1.0em;
}

#epilator_re #comp .box2 img {
	margin-top: 1.5em;
}

#epilator_re #comp .box2 ul {
	text-align: left;
	display: inline-block;
	list-style: disc;
	padding-left: 5%;
}

#epilator_re #comp .box3 .inner {
	margin: 2.0em auto;
} 

#epilator_re #comp .box3 dt {
	font-size: 30px;
}

#epilator_re #comp .box3 dt span {
	font-size: 27px;
	font-weight: bold;
	border-bottom: 2px solid #63C4B1;
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
	display: block;
}

#epilator_re #comp .box3 dd {
	text-align: left;
	line-height: 1.8;
	margin: 1.0em auto 2.0em;
}


@media only screen and (max-width: 480px) {
	#epilator_re #comp .box dt {
    font-size: 18px;
    border-bottom: 1px solid;
}
	
	
	#epilator_re #comp .sankaku2 {
		width: 30%;
		margin: auto;
	}
	
	#epilator_re #comp .box2 dt {
    font-size: 20px;
    border-bottom: 1px solid;
}
	#epilator_re #comp .box2 dd {
		font-size: 15px;
	}
	
	#epilator_re #comp .box3 dt span {
    font-size: 20px;
    border-bottom: 1px solid #63C4B1;
}
	#epilator_re #comp .box3 dt {
    font-size: 18px;
}
}



#epilator_re #w_used img {
	margin: 1.5em auto 2.0em;
} 

#epilator_re #point .flex_box {
	flex-wrap: wrap;
	margin: 1.5em auto 4.0em;
}

#epilator_re #point .flex_box li {
	width: 48%;
}

#epilator_re #point .btn .flex_box li:after{
        width: 10%;
}

#epilator_re #point .box {
	margin-bottom: 5.0em;
}

#epilator_re #point .box h4 {
	position: relative;
	font-weight: normal;
	font-size: 30px;
	border-top: 2px solid #63C4B1;
	border-bottom:  2px solid #63C4B1;
	padding: 2.0em 0 1.5em;
	margin-bottom: 1.5em;
}

#epilator_re #point .box h4 span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1.5em;
	color: #FFFFFF;
	background: #63C4B1;
	font-size: 24px;
	border-radius: 30px;
	padding: 0.5em 2.0em;
}

#epilator_re #point .box dt {
	font-size: 35px;
	margin-bottom: 1.0em;
}

#epilator_re #point .box dd {
	text-align: left;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

#epilator_re #point .box .btn {
	margin: 1.5em auto;
}


@media only screen and (max-width: 480px) {
	#epilator_re #point .flex_box li {
    width: 100%;
}
	#epilator_re #point .box h4 span {
    font-size: 14px;
}
	#epilator_re #point .box h4 {
    font-size: 18px;
    border-top: 1px solid #63C4B1;
    border-bottom: 1px solid #63C4B1;
    padding: 1.5em 0 1.0em;
}
	#epilator_re #point .box dt {
    font-size: 20px;
}

}



#epilator_re .table_re {
	background: #EEF9F7;
	padding: 2.0em 0 3.0em;
    margin-bottom: 2.0em; 
    width: 90%;
    margin: 0 auto 2.0em; 
}

#epilator_re .table_re h3 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 1.0em;
	line-height: 2.0;
}

#epilator_re .table_re h3 span {
	font-size: 35px;
}

#epilator_re .table_re p span{
    text-align: right;
    margin-bottom: 0.3rem;
    font-size: 14px;
    color: #c21a1f;
    max-width: 800px;
    width: 90%;
    margin: auto;
    display: inline-block;
}




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

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

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

	#epilator_re #ipl_table td {
		padding:0 10px;
	}
	
	#epilator_re #ipl_table th,#epilator_re #ipl_table td,#ipl_table th {
    white-space: nowrap;
	}
	
	#epilator_re #ipl_table th {
    background-color: #2F2E2C;
    color: #fff;
    text-align: center;
	font-weight: normal;
	}

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


#epilator_re #ipl_table td {
	font-weight: 600;
	/*text-align: left;*/
}

#epilator_re #ipl_table td:last-child{
    background: #E3E3E3;
}
/*#epilator_re #ipl_table td img {
    width: 90%;
}*/
		
	
	#epilator_re .scrollable {
		max-width: 800px;
		height: auto;
		aspect-ratio: 1 / 1;
		overflow: auto;
		display: block;
        overflow-x: auto;
	}
	
	/*#epilator_re .scrollable::-webkit-scrollbar {
    width: 12px;
	}*/
	
	#epilator_re .scrollable::-webkit-scrollbar-thumb {
    background-color: darkgray; /* スクロールバーの色を設定 */
    border-radius: 6px; /* 角を丸くする */
	}
	
	#epilator_re .scrollable .kotei{
  position: sticky;
  left: -0.1em;
		background: #FFFFFF;
		z-index: 1;
		/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
    font-weight: 500;
		font-size: 14px;
}
	#epilator_re .scrollable th.kotei {
		font-family: "meiryo", sans-serif;
font-weight: 400;
font-style: normal;
	}

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

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



/*#epilator_re .table_re .pic {
	width: 35%;
}*/

#epilator_re .table_re .pic img {
	width: 100%;
}

/*#epilator_re .table_re .tex {
	width: 63%;
}*/

#epilator_re #ipl_table th,#epilator_re #ipl_table td {
	width: 15%;
}

#epilator_re #ipl_table th.kotei,#epilator_re #ipl_table td.kotei {
	width: 30%;
}

#epilator_re #ipl_table th.pri,#epilator_re #ipl_table td.pri {
	width: 15%;
}

#epilator_re #ipl_table th.smo,#epilator_re #ipl_table td.smo {
	width: 12%;
    max-width: 65px;
}
#epilator_re #ipl_table td.smo{
    font-size: 16px;
}

/*#epilator_re .scrollable th p {
	margin: 0 2.0em;
}*/

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

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




@media only screen and (max-width: 480px) {
    
    #epilator_re .table_re {
    width: 100%;
}
    
	#epilator_re .table_re h3 {
    font-size: 15px;
}
	#epilator_re .table_re h3 span {
    font-size: 18px;
}
#epilator_re .table_re p span{
    font-size: 12px;
}    
    
	#epilator_re #ipl_table {
    font-size: 10px;
}
	#epilator_re .scrollable .kotei {
    font-size: 10px;
}
	#epilator_re .scrollable {
    aspect-ratio: 1 / 1.5;
}
    #epilator_re #ipl_table {
    min-width: 600px;
}
    #epilator_re #ipl_table td.smo{
    font-size: 14px;
}
    /*#epilator_re #ipl_table th.kotei, #epilator_re #ipl_table td.kotei {
    width: 26%;
}*/
    
	#epilator_re .scrollable .kotei span {
    font-size: 8px;
}
}

#epilator_re #howto .ttl .span1 {
	font-size: 35px;
	font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;
}

#epilator_re #howto .ttl .span2 {
	font-size: 24px;
}

#epilator_re #howto .box {
	margin-bottom: 2.0em;
}

#epilator_re #howto .box ul {
	margin: 1.5em auto;
}

#epilator_re #howto .box li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 1.0em;
}

#epilator_re #howto .box li span {
	font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;
	width: 15%;
}

#epilator_re #howto .box li p {
	width: 80%;
}

#epilator_re #howto .box_1 {
	border: 1px solid #707070;
	padding: 1.5em;
}

#epilator_re #howto .box_1 dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 27px;
}

#epilator_re #howto .box_1 dd {
	line-height: 1.8;
}

#epilator_re #howto .box_1 .dd_1 {
	margin-bottom: 1.5em;
}

#epilator_re #howto .box1 {
	background: #F6F6F6;
	padding: 1.5em 0;
}

#epilator_re #howto .box1 h4 {
	font-size: 35px;
}

#epilator_re #howto .box1 h4 span {
	font-weight: normal;
	font-size: 24px;
}

#epilator_re #howto .box1 img {
	margin: 1.0em auto 2.0em;
}

#epilator_re #howto .box1 p {
	line-height: 1.8;
	margin-bottom: 1.5em;
}

#epilator_re #howto .box1 .box_1 ul {
	text-align: left;
	display: inline-block;
	font-size: 21px;
	padding-left: 5%;
}

#epilator_re #howto .box1 .box_1 li {
	list-style: disc;
}


@media only screen and (max-width: 480px) {
	#epilator_re #howto .box li span {
    font-size: 14px;
}
	#epilator_re #howto .ttl .span1 {
    font-size: 20px;
}
	#epilator_re #howto .box_1 dt {
    font-size: 18px;
}
	#epilator_re #howto .box_1 dd {
    font-size: 15px;
    text-align: left;
}
	#epilator_re #howto .box1 h4 {
    font-size: 20px;
}
	#epilator_re #howto .box1 h4 span {
    font-size: 16px;
}
	#epilator_re #howto .box1 .box_1 ul {
    font-size: 16px;
}
}


#epilator_re #osusume {
	padding: 3.5em 0;
	background: #ecf7f5;
	counter-reset: number;
}

#epilator_re #osusume h3 {
	color: #63C4B2;
	font-size: 40px;
}

#epilator_re #osusume h3 span {
	font-size: 30px;
	border-bottom: 2px solid;
	border-top: 2px solid;
	display: inline-block;
	padding: 0.1em 3.5em;
	font-weight: normal;
	margin-top: 0.5em;
}

#epilator_re #osusume .ttl_box p {
	line-height: 1.8;
	margin: 1.5em auto 2.0em;
}

#epilator_re #osusume .p_box {
	margin-top: 5.5em;
	/*counter-reset: number 0;*/
}

#epilator_re #osusume .primary {
    padding-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*counter-reset: number 0;*/
	position: relative;
	counter-increment: number;
}

#epilator_re #osusume .primary:before {
	/*counter-increment: number 1;*/
	/*content: counter(number);*/
	content: "No." counter(number) "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1.5em;
	font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;
	border-bottom: 2px solid;
	border-top: 2px solid;
	width: 100%;
	font-size: 40px;
	padding: 0.3em 0;
}



#epilator_re #osusume .primary .item {
	width: 45%;
}

#epilator_re #osusume .primary .cont {
	width: 50%;
}

#epilator_re #osusume .primary .cont p {
	text-align: left;
	font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;
}

#epilator_re #osusume .primary .cont .span1 {
	font-size: 22px;
	margin-bottom: 0.5em;
}

#epilator_re #osusume .primary .cont .span2 {
	font-size: 32px;
	margin-bottom: 1.0em;
}

#epilator_re #osusume .primary .cont .price,#epilator_re #osusume .primary .cont .maker {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "meiryo", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 20px;
}

#epilator_re #osusume .primary .cont .price:before{
	content: "価格";
        display: inline-block;
	width: 20%;
	margin-right: 5%;
	font-size: 15px;
	text-align: center;
	border: 1px solid #707070;
}

#epilator_re #osusume .primary .cont .maker:before{
	content: "メーカー";
        display: inline-block;
	width: 20%;
	margin-right: 5%;
	font-size: 15px;
	text-align: center;
	border: 1px solid #707070;
}

#epilator_re #osusume .btn_ {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 1.0em auto 2.0em;
}

#epilator_re #osusume .btn_ li {
	margin-bottom: 0.8em;
	background-image: linear-gradient(to top, #69b09e ,#7ad0b9);
    border-radius: 60px;
    box-sizing: border-box;
    position: relative;
    font-size: 27px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	font-weight: bold;
}

#epilator_re #osusume .btn_ .btn1 {
	width: 100%;
}

#epilator_re #osusume .btn_ .btn2 {
	width: 32%;
}

#epilator_re #osusume .btn_ .btn3 {
	width: 48%;
}

#epilator_re #osusume .btn_ li a {
	color: #fff;
    display: block;
    padding: 0.8em 0;
}

#epilator_re #osusume .box2 {
	margin: 1.5em auto 3.0em;
}

#epilator_re #osusume .box2 p {
	font-size: 32px;
	font-weight: bold;
	color: #63C4B1;
	border-bottom: 5px dotted;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.2em;
	margin-bottom: 1.0em;
}

#epilator_re #osusume .box_point p:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/contents/epilator_hikaku/img/re_heart.jpg) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 7%;
	aspect-ratio: 23 / 20;
	margin-right: 3%;
	mix-blend-mode: darken;
}

#epilator_re #osusume .box_kuchikomi p:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/contents/epilator_hikaku/img/re_fuki.jpg) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 7%;
	aspect-ratio: 46 / 43;
	margin-right: 3%;
	mix-blend-mode: darken;
}

#epilator_re #osusume .box_spec p:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/contents/epilator_hikaku/img/re_graph.jpg) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 7%;
	aspect-ratio: 1 / 1;
	margin-right: 3%;
	mix-blend-mode: darken;
}

#epilator_re #osusume .box_point dl {
	text-align: left;
}

#epilator_re #osusume .box_point dt {
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 0.5em;
}

#epilator_re #osusume .box_point dd {
	line-height: 1.8;
}

#epilator_re #osusume .box_point dt span,#epilator_re #osusume .box_point dd span{
	font-size: 14px;
    vertical-align: text-top;
}

#epilator_re #osusume .box_kuchikomi ul {
	padding-left: 5%;
}

#epilator_re #osusume .box_kuchikomi li {
	text-align: left;
	list-style: disc;
	line-height: 1.8;
	margin-bottom: 1.0em;	
}

#epilator_re #osusume .box_spec li {
	border-bottom: 1px solid #C8C8C8;
	font-size: 20px;
}

#epilator_re #osusume .box_spec dl {	
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#epilator_re #osusume .box_spec dt {
	text-align: left;
	width: 30%;
	padding-top: 0.5em;
	padding-right: 3%;
	box-sizing: border-box;
}

#epilator_re #osusume .box_spec dd {
	text-align: left;
	width: 70%;
	padding: 0.3em 0 0.3em 3%;
	box-sizing: border-box;
}



@media only screen and (max-width: 480px) {
	#epilator_re #osusume h3 {
    font-size: 22px;
}
	#epilator_re #osusume h3 span {
    font-size: 18px;
    border-bottom: 1px solid;
    border-top: 1px solid;
}

	#epilator_re #osusume .primary:before {
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-size: 20px;
}
	#epilator_re #osusume .primary {
    padding-top: 1.5em;
    flex-direction: column;
}
	#epilator_re #osusume .primary .item {
    width: 100%;
}
	#epilator_re #osusume .primary .cont {
    width: 100%;
    margin-top: 1.0em;
}
	#epilator_re #osusume .primary .cont .span1 {
    font-size: 14px;
}
	#epilator_re #osusume .primary .cont .span2 {
    font-size: 20px;
}
	#epilator_re #osusume .primary .cont .price:before,#epilator_re #osusume .primary .cont .maker:before {
    font-size: 10px;
}
	#epilator_re #osusume .primary .cont .price, #epilator_re #osusume .primary .cont .maker {
    font-size: 14px;
}
	#epilator_re #osusume .btn_ li {
    font-size: 14px;
}
	#epilator_re #osusume .box2 p {
    font-size: 18px;
    border-bottom: 3px dotted;
}
	#epilator_re #osusume .box_point dt {
    font-size: 18px;
}
	#epilator_re #osusume .box_spec li {
    font-size: 11px;
}
#epilator_re #osusume .box_point dt span,#epilator_re #osusume .box_point dd span{
	font-size: 9px;
} 
    

    #epilator_re #osusume .box_spec dd {
	padding: 0.5em 0 0.5em 3%;
}
}

#epilator_re .last {
	margin: 2.0em auto;
}
