@charset "UTF-8";

/*----------------------------------------------------------------
光脱毛
----------------------------------------------------------------*/
.content section{
	margin-bottom: 80px;
}
.secttl {
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 4px solid #005c3f;
}

.secttl img {
	vertical-align: bottom;
}

/* ------------------------------
    intro
------------------------------ */
.sec_intro .inner {
	width: 620px;
	margin-top: 80px;
}

.sec_intro .txt {
	letter-spacing: 0.04em;
}

.sec_intro .point {
	margin-top: 80px;
}

.sec_intro .point .ttl {
	text-align: center;
	margin: 0 0 28px;
}

.sec_intro .point ul {
	display: flex;
	justify-content: space-between;
}

.sec_intro .point ul li {
	width: 260px;
	height: 80px;
	border-top: 1px solid #005c3f;
	border-bottom: 1px solid #005c3f;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ------------------------------
    menu
------------------------------ */
.sec_menu .img {
	margin: 65px 0;
	text-align: center;
}

.sec_menu .coupon {
	margin: 60px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec_menu .coupon li {
	height: 130px;
	background-color: #005c3f;
	outline: 1px solid #fff;
	outline-offset: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec_menu .parts .item + .item {
	margin-top: 50px;
}

.sec_menu .parts .item .ttl {
	line-height: 24px;
	margin: 0 0 15px;
}

.sec_menu .parts .item .ttl span {
	display: inline-block;
	background-color: #fff;
	padding: 0 16px 0 0;
}

.sec_menu .parts .item .flex {
	display: flex;
	justify-content: space-between;
}

.sec_menu .parts .item ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.sec_menu .parts .item ul li {
	font-size: 14px;
	padding: 6px 10px;
	border-radius: 4px;
	margin: 5px 0 0 0;
}

.sec_menu .parts .item ul li + li {
	margin-left: 10px;
}

.sec_menu .parts .item._01 .ttl {
	background-color: rgba(154, 187, 213, .8);
}

.sec_menu .parts .item._01 ul li {
	background-color: rgba(154, 187, 213, .3);
}

.sec_menu .parts .item._02 .ttl {
	background-color: rgba(150, 207, 190, .8);
}

.sec_menu .parts .item._02 ul li {
	background-color: rgba(150, 207, 190, .3);
}

.sec_menu .parts .item._03 .ttl {
	background-color: rgba(205, 227, 154, .8);
}

.sec_menu .parts .item._03 ul li {
	background-color: rgba(205, 227, 154, .3);
}

.sec_menu .parts .item._04 .ttl {
	background-color: rgba(208, 232, 228, .8);
}

.sec_menu .parts .item._04 ul li {
	background-color: rgba(208, 232, 228, .3);
}


.sec_menu .parts .item .price {
	flex: 0 0 auto;
	margin-left: 20px;
}

.sec_menu .parts .item .price p {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 0;
}

.sec_menu .parts .item .price .tax {
	font-size: 13px;
}

.sec_menu .parts .item .price p.small {
	font-size: 12px;
}

.sec_menu .parts .coupon li {
	width: 300px;
}

.sec_menu .course {
	margin-top: 80px;
}

.sec_menu .course .coursettl {
	text-align: center;
	margin-bottom: 35px;
}

.sec_menu .course .coursettl img {
	vertical-align: bottom;
}

.sec_menu .course .coursettl span {
	display: inline-block;
	padding: 0 2px 10px;
	border-bottom: 4px solid #005c3f;
}

.sec_menu .course .item {
	padding: 0 0 19px 0;
	border-bottom: 1px solid #005c3f;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sec_menu .course .item + .item {
	margin-top: 20px;
}

.sec_menu .course .item .ttl {
	width: 490px;
	margin: 0;
}

.sec_menu .course .item .ttl img{
	vertical-align: bottom;
}

.sec_menu .course .item .times {
	width: 60px;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

.sec_menu .course .item .price {
	width: 330px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	margin: 0 0 0 30px;
}

.sec_menu .course .item .price p {
	font-weight: bold;
	margin: 0;
	letter-spacing: 0;
}

.sec_menu .course .item .price .large {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	padding-left: 28px;
	position: relative;
}

.sec_menu .course .item .price .large::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #005c3f;
	position: absolute;
	left: 0;
	top: 7px;

}

.sec_menu .course .item .price .large span {
	font-size: 13px;
}

.sec_menu .course .coupon li {
	width: 220px;
}


/* ------------------------------
    flow
------------------------------ */
.sec_flow .imgwrap {
	display: flex;
	justify-content: center;
}

.sec_flow .imgwrap .img{
	margin: 0 10px;
}

.sec_flow .step{
	margin-top: 40px;
}
.sec_flow .step .item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0;
}
.sec_flow .step .item + .item{
	margin-top: 36px;
}
.sec_flow .step .item dt{
	width: 384px;
}

.sec_flow .step .item dd{
	width: 540px;
	min-height: 59px;
	display: flex;
	align-items: center;
	margin: 0;
	line-height: 1.9;
	letter-spacing: 0.02em;
}

/* ------------------------------
    qa
------------------------------ */
.sec_qa .item{
	margin: 0;
}
.sec_qa .item + .item{
	margin-top: 40px;
}
.sec_qa .item dt{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.75;
	padding-bottom: 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #005c3f;
}
.sec_qa .item dd{
	line-height: 1.9;
	letter-spacing: 0.02em;
	margin: 0;
}

.sec_qa .item dt,
.sec_qa .item dd{
	position: relative;
	padding-left: 30px;
}
.sec_qa .item dt::before,
.sec_qa .item dd::before{
	content: "";
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.sec_qa .item dt::before{
	width: 14px;
	height: 17px;
	background-image: url(../../../content/images/photopilation/qa_ico_q.png);
	top: 6px;
}

.sec_qa .item dd::before{
	width: 13px;
	height: 16px;
	background-image: url(../../../content/images/photopilation/qa_ico_a.png);
	top: 4px;
}


/*bnr*/
.bnrwrap{
	text-align: center;
	margin-top: 45px;
}

.bnrwrap .txt{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 .8em 0;
}

.bnr-hair-removal {
	display: none;
}
