@charset "UTF-8";
/* COMMON SET OVERWRITE
--------------------------*/
#conts_bg {
	max-width: 1200px;
	margin: -150px auto 0;
	padding: 150px 0 0;
	background-image: url("../images/sb_mark_r.png"), url("../images/bg_total.jpg");
	background-position: center top, center top 250px;
	background-size: 1200px auto, 1200px auto;
	background-repeat: no-repeat, no-repeat;
	position: relative;
	z-index: 15;
}


/* TOTAL BEAUTY
--------------------------*/
#total_beauty {
	width: 90%;
	max-width: 740px;
	margin: 0 auto;
	padding: 3em 0 2em;
	position: relative;
	z-index: 15;
}
.tb_exps {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 2em auto 1em;
	padding: 1em;
	border: 1px solid #4d4d4d;
	/*background: rgba(255,255,255,.6);*/
	text-align: left;
}
.tb_exps dt {
	width: 7rem;
}
.tb_exps dd {
	width: calc(100% - 8rem);
}
.tb_exps_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.tb_exps_list li {
	margin: 0 1em 0 0;
	font-size: .9em;
}
.tb_exps_list li::before {
	content: "□";
}


#ti_consl {
	margin: 0 auto;
	padding: 3em 0 2em;
}
.tic_inf {
	padding: 1rem 0;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}
.tic_inf dt {
	display: block;
	width: 100%;
	font-size: 1.2em;
}
.tic_inf dd {
	margin: .5em 0 0;
	font-size: .9em;
	line-height: 1.4;
}
.tic_app {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 2em auto;
	text-align: left;
}
.tic_app dt {
	width: 10rem;
}
.tic_app dd {
	width: calc(100% - 11rem);
}
.tic_app_list li {
	margin: 0 1rem 0 1.5rem;
	text-indent: -1.5em;
}
.tic_pic {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 1em auto;
}
.tic_pic li {
	width: calc(100% / 3 - 1%);
	margin: .5%;
}


#ws_lesson {
	margin: 0 auto;
	padding: 3em 0 2em;
}
#wsl_menu dl {
	margin: 0;
	padding: 1em 0 1em 50px;
	border-top: 1px solid #4d4d4d;
	text-align: left;
	line-height: 1.4;
	position: relative;
}
#wsl_menu dl:last-of-type {
	border-bottom: 1px solid #4d4d4d;
}
#wsl_menu dl::before {
	font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	left: 10px;
	top: calc(50% - 15px);
}
.wsl_01::before {content: "1";}
.wsl_02::before {content: "2";}
.wsl_03::before {content: "3";}
.wsl_04::before {content: "4";}
.wsl_05::before {content: "5";}
.wsl_06::before {content: "6";}
.wsl_07::before {content: "7";}
.wsl_08::before {content: "8";}
#wsl_menu dt {
	margin: 0 0 .5rem;
	font-size: 1.2em;
}
#wsl_menu dd {
	font-size: .9em;
}
#wsl_app_pshop {
	margin: 1em auto 0;
}
#wsl_app_pshop dl {
	margin: 1.5em auto 0;
	text-align: left;
	line-height: 1.4;
	font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: .9em;
}
#wsl_app_pshop dt {
	margin: 0 0 .5em;
}
#wsl_app_pshop dd {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
#wsl_app_pshop dd::before {
	content: "●";
}


#seminar_req {
	margin: 0 auto;
	padding: 3em 0 0;
}
#seminar_req p.tt_sub {
	display: inline-block;
	width: auto;
	margin: .5em auto 0;
}



/* 834px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 834px) {

/* COMMON SET OVERWRITE
--------------------------*/
#conts_bg {
	background-image: url("../images/sb_mark_r.png"), url("../images/bg_total.jpg");
	background-position: center top 50px, center top 250px;
	background-size: 900px auto, 840px auto;
	background-repeat: no-repeat, no-repeat;
}


}

/* 480px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 480px) {

/* COMMON SET OVERWRITE
--------------------------*/
#conts_bg {
	background-image: url("../images/sb_mark_r.png");
	background-position: right -40px top 80px;
	background-size: 140% auto;
	background-repeat: no-repeat;
}

.tb_exps dt,
.tb_exps dd,
.tic_app dt,
.tic_app dd {
	width: 100%;
}
.tb_exps dt,
.tic_app dt {
	margin: 0 0 .5em;
}




}
