@charset "UTF-8";
/* =========================================================
	Parts / Lower Parts
========================================================= */
/* Layout
--------------------------------------------------------- */
#conts {
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	#conts {
		padding-top: 0;
	}
}

/* Common
--------------------------------------------------------- */
#conts .cmnCourseBox .bnBox {
	bottom: 16px;
	right: 26px;
}

@media screen and (max-width: 767px) {
	#conts .cmnCourseBox {
		padding: 0;
	}

	#conts .cmnCourseBox .bnBox {
		right: 0;
		bottom: 10px;
	}
}

/* Contents
--------------------------------------------------------- */
#conts .introBox {
	display: flex;
	flex-wrap: wrap;
}

#conts .introBox .imgBox {
	width: 500px;
	margin-right: 20px;
}

#conts .introBox .textBox {
	width: 480px;
	padding-top: 18px;
}

#conts .introBox .textBox p {
	margin-top: 25px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#conts .introBox .textBox p:first-child {
	margin-top: 0;
}

#conts .cmnMonitorSec {
	margin-top: 60px;
}

#conts .cmnPriceSec {
	margin-top: 30px;
}

#conts .cmnPriceSec .detailBtn01 {
	position: absolute;
  bottom: 25px;
  right: 90px;
}

#conts .cmnPriceSec .detailBtn01 a {
	display: block;
	width: 320px;
	padding: 14px 0 16px;
	background: #bba171;
	-webkit-border-radius: 8px 8px;
	border-radius: 8px 8px;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#conts .cmnPriceSec .detailBtn01 a::after {
	content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/operation/epilation/body/assets/img/parts/index/icon_navi01_wh.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}

#conts .cmnPriceSec .cmnInstallmentSec {
	margin-top: 30px;
}

#conts .cmnPriceSec .courseSec {
	margin-top: 40px;
	padding: 0 20px;
}

#conts .cmnPriceSec .courseSec h3 {
	padding: 8px 0 5px;
	background: #000;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

#conts .cmnPriceSec .courseSec .cmnCourseBox {
	margin-top: 30px;
}

#conts .cmnCourseBox .detailBtn01 {
	position: absolute;
  bottom: 5px;
  right: 44px;
}

#conts .cmnCourseBox .detailBtn01 a {
	display: block;
	width: 320px;
	padding: 14px 0 16px;
	background: #bba171;
	-webkit-border-radius: 8px 8px;
	border-radius: 8px 8px;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#conts .cmnCourseBox .detailBtn01 a::after {
	content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/operation/epilation/body/assets/img/parts/index/icon_navi01_wh.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}

#conts .cmnPriceSec .courseSec .cmnSelectBox {
	margin-top: 40px;
}

#conts .infoSec {
	margin-top: 40px;
}

#conts .infoSec .infoTable {
	width: 960px;
	margin: 30px auto 0;
	border-collapse: collapse;
}

#conts .infoSec .infoTable th,
#conts .infoSec .infoTable td {
	padding: 10px 0;
	border: 1px solid #000;
	vertical-align: middle;
}

#conts .infoSec .infoTable th {
	width: 150px;
	background: #E5E5E5;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#conts .infoSec .infoTable td.time {
	width: 330px;
	text-align: center;
}

#conts .infoSec .infoTable td.parts {
	padding-left: 20px;
}

#conts .infoSec .infoTable td.pain {
	padding: 35px 28px;
}

#conts .infoSec .infoTable td.pain .graph {
	float: left;
	margin-right: 60px;
}

#conts .infoSec .infoTable td.pain p {
	float: left;
	color: #7D7D7D;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}

#conts .processSec {
	margin-top: 80px;
}

#conts .processSec .inner {
	padding: 0 20px;
}

#conts .processSec .inner .lead {
	margin-top: 25px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#conts .processSec .inner h3 {
	padding: 10px 0 7px;
	background: #ECECEC;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

#conts .processSec .inner .toolSec {
	margin-top: 50px;
}

#conts .processSec .inner .toolSec .toolList {
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 30px;
}

#conts .processSec .inner .toolSec .toolList li {
	width: 176px;
	margin-left: 20px;
	text-align: center;
}

#conts .processSec .inner .toolSec .toolList li:first-child {
	margin-left: 0;
}

#conts .processSec .inner .toolSec .toolList li .ttl {
	padding: 7px 0 4px;
	background: #A41A19;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
}

#conts .processSec .inner .toolSec .toolList li:nth-child(1) .imgBox {
	margin-top: 18px;
}

#conts .processSec .inner .toolSec .toolList li:nth-child(2) .imgBox {
	margin-top: 17px;
}

#conts .processSec .inner .toolSec .toolList li:nth-child(3) .imgBox {
	margin-top: 23px;
}

#conts .processSec .inner .toolSec .toolList li:nth-child(4) .imgBox {
	margin-top: 31px;
}

#conts .processSec .inner .toolSec .toolList li:nth-child(5) .imgBox {
	margin-top: 22px;
}

#conts .processSec .inner .toolSec > p {
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#conts .processSec .inner .toolSec .toolList + p {
	margin-top: 50px;
}

#conts .processSec .inner .flowSec {
	margin-top: 50px;
}

#conts .processSec .inner .flowSec .flowBox {
	margin-top: 45px;
}

#conts .processSec .inner .flowSec h3 + .flowBox {
	margin-top: 30px;
}

#conts .processSec .inner .flowSec .flowBox h4 {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #bba171;
}

#conts .processSec .inner .flowSec .flowBox h4 span {
	display: inline-block;
}

#conts .processSec .inner .flowSec .flowBox h4 .step {
	width: 120px;
	margin-right: 30px;
	padding: 12px 0 9px;
	background: #000;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#conts .processSec .inner .flowSec .flowBox h4 .ttl {
	padding-top: 4px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}

#conts .processSec .inner .flowSec .flowBox p {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 2.0;
}

#conts .processSec .inner .flowSec .flowBox p + p {
	margin-top: 30px;
}

#conts .processSec .inner .attSec {
	margin-top: 50px;
}

#conts .processSec .inner .attSec .attList {
	margin-top: 25px;
}

#conts .processSec .inner .attSec .attList li {
	margin: 10px 0 0 1.0em;
	text-indent: -1.0em;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}

#conts .processSec .inner .attSec .attList li:first-child {
	margin-top: 0;
}

#conts .cmnFaqSec .cmnCourseBox {
	margin: 50px 20px 0;
}

@media screen and (min-width: 768px) {
	#conts .priceSec .priceBox .textBox .bnBox a:hover img {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	#conts .introBox {
		display: block;
	}

	#conts .introBox .imgBox {
		width: 100%;
		margin-right: 0;
	}

	#conts .introBox .textBox {
		width: 100%;
		padding: 10px 7px;
		background: #EDEDED;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#conts .introBox .textBox p {
		margin-top: 0;
		font-size: 1.2rem;
		line-height: 2.2;
	}

	#conts .cmnMonitorSec {
		margin-top: 40px;
	}

	#conts .cmnMonitorSec .headLine01 {
		font-size: 1.5rem;
	}

	#conts .cmnMonitorSec .headLine01 .pcText {
		display: none;
	}

	#conts .cmnPriceSec {
		margin-top: 40px;
	}

	#conts .cmnPriceSec .priceBox .textBox .bnBox {
	  margin-top: 90px;
		display: flex;
	}

	#conts .cmnPriceSec .detailBtn01 {
		bottom: 10px;
		right: 34px;
	}

	#conts .cmnPriceSec .courseSec {
		padding: 0 7px;
	}

	#conts .cmnPriceSec .courseSec h3 {
		padding: 8px 0;
		font-size: 1.5rem;
	}

	#conts .cmnPriceSec .courseSec .cmnCourseBox {
		margin-top: 15px;
	}

	#conts .cmnPriceSec .detailBtn01 {
		bottom: 10px;
		right: 34px;
	}

	#conts .cmnCourseBox .detailBtn01 {
		bottom: 5px;
		right: 28px;
	}

	#conts .cmnPriceSec .courseSec .cmnSelectBox {
		margin-top: 30px;
	}

	#conts .infoSec .headLine02 {
		text-align: center;
	}

	#conts .infoSec .tableOuter {
		padding: 0 7px;
	}

	#conts .infoSec .infoTable {
		width: 100%;
		margin-top: 15px;
	}

	#conts .infoSec .infoTable th {
		width: 90px;
		font-size: 1.2rem;
	}

	#conts .infoSec .infoTable td.time {
		width: auto;
		padding: 6px 0;
	}

	#conts .infoSec .infoTable td.time img {
		width: 62px;
	}

	#conts .infoSec .infoTable td.parts {
		padding: 3px 0;
		text-align: center;
	}

	#conts .infoSec .infoTable td.parts img {
		width: auto;
		height: 68px;
	}

	#conts .infoSec .infoTable td.pain {
		padding: 12px 20px;
	}

	#conts .infoSec .infoTable td.pain .graph {
		float: none;
		margin-right: 0;
		text-align: center;
	}

	#conts .infoSec .infoTable td.pain .graph img {
		width: 227px;
	}

	#conts .infoSec .infoTable td.pain p {
		float: none;
		margin: 8px 0 0 1.0em;
		font-size: 1.0rem;
		text-indent: -1.0em;
	}

	#conts .processSec {
		margin-top: 40px;
	}

	#conts .processSec .headLine02 {
		text-align: center;
	}

	#conts .processSec .inner {
		padding: 0 7px;
	}

	#conts .processSec .inner .lead {
		margin-top: 10px;
		font-size: 1.2rem;
	}

	#conts .processSec .inner h3 {
		padding: 10px 0;
		font-size: 1.5rem;
	}

	#conts .processSec .inner .toolSec {
		margin-top: 25px;
	}

	#conts .processSec .inner .toolSec .toolList {
		justify-content: center;
		margin-top: 20px;
	}

	#conts .processSec .inner .toolSec .toolList li {
		width: 31.5%;
		margin-left: 2.75%;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(4) {
		margin-left: 0;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(n+4) {
		margin-top: 30px;
	}

	#conts .processSec .inner .toolSec .toolList li .ttl {
		padding: 3px 0;
		font-size: 1.0rem;
		line-height: 1.4;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(1) .imgBox {
		margin-top: 12px;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(1) .imgBox img {
		width: 77.5px;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(2) .imgBox {
		margin-top: 11px;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(2) .imgBox img {
		width: 77.5px;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(3) .imgBox {
		margin-top: 14px;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(3) .imgBox img {
		width: 59.5px;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(4) .imgBox {
		margin-top: 20px;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(4) .imgBox img {
		width: 82px;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(5) .imgBox {
		margin-top: 14px;
	}

	#conts .processSec .inner .toolSec .toolList li:nth-child(5) .imgBox img {
		width: 59.5px;
	}

	#conts .processSec .inner .toolSec > p {
		font-size: 1.2rem;
	}

	#conts .processSec .inner .toolSec .toolList + p {
		margin-top: 35px;
	}

	#conts .processSec .inner .flowSec {
		margin-top: 25px;
	}

	#conts .processSec .inner .flowSec .flowBox {
		margin-top: 25px;
	}

	#conts .processSec .inner .flowSec h3 + .flowBox {
		margin-top: 15px;
	}

	#conts .processSec .inner .flowSec .flowBox h4 {
		border-bottom-width: 1px;
	}

	#conts .processSec .inner .flowSec .flowBox h4 .step {
		width: 24vw;
		margin-right: 4vw;
		padding: 12px 0;
		font-size: 1.5rem;
	}

	#conts .processSec .inner .flowSec .flowBox h4 .ttl {
		width: 68vw;
		padding-top: 0;
		font-size: 1.5rem;
	}

	#conts .processSec .inner .flowSec .flowBox p {
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 1.8;
	}

	#conts .processSec .inner .flowSec .flowBox p + p {
		margin-top: 20px;
	}

	#conts .processSec .inner .attSec {
		margin-top: 25px;
	}

	#conts .processSec .inner .attSec .attList {
		margin-top: 10px;
	}

	#conts .processSec .inner .attSec .attList li {
		margin-top: 0;
		font-size: 1.3rem;
		line-height: 2.0;
	}

	#conts .cmnFaqSec {
		margin-top: 35px;
	}

	#conts .cmnFaqSec .cmnCourseBox {
		margin: 40px 7px 0;
	}
}

.priceBox {
	position: relative;
}
.priceBox .priceBox_text {
	position: absolute;
	top: 40%;
    /* left: 5px; */
	width: 100%;
	left: auto;
    font-size: 78px;
    color: #bba171;
	transform: scale(1, 1);
    font-weight: bold;
	letter-spacing: 0em;
	text-align: center;
}
.priceBox .priceBox_text span {
    font-size: 38px;
}
.priceBox .priceBox_text {
	right: auto;
}

@media screen and (max-width: 767px) {
	.priceBox .priceBox_text {
		width: auto;
		top: 22%;
		left: 43vw;
		right: 1vw;
		font-size: 10vw;
	}
	.priceBox .priceBox_text span {
		font-size: 38px;
	}
}
