@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
*  メイン共通
* --------------------------------------------------------------------------------------------------*/

.main {
	margin-bottom: 100px;
}

.main h3 {
	font-size: 2.0rem;
	text-align: left;
	line-height: 1.6;
}

.main p {
	line-height: 2;
}

.main h3 + p {
	margin-top: 1.5em;
}

.main p + p {
	margin-top: 2em;
}

.main h3 + dl {
	margin-top: 1.5em;
}

.main p.mv {
	margin-bottom: 2em;
	text-align: center;
}

.set_img {
	text-align: center;
}

.set_img_r {
	text-align: right;
}

.m_top {
	margin-top:25px;
}

.flexEnd {
	display: flex;
	align-items: flex-end;
}
/* btn ---------- */
.main p.btn {
	margin-top:70px;
}

.main p.btn a {

    text-align: center;
    background: -moz-linear-gradient(top, #fff, #f2f2f2);
    background: -webkit-gradient(linear, top, from(#fff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background: -o-linear-gradient(top, #fff, #f2f2f2);
    background: -ms-linear-gradient(top, #fff, #f2f2f2);
    -pie-background: linear-gradient(top, #fff, #f2f2f2);
    padding: 18px 0;
    margin: 0 2px 12px 0px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	text-align:center;
	font-size:1.8rem;
	display:block;
	
}

.main p.btn a:hover {
	opacity:0.7;
}

.main .btn03 {
	text-align:center;
}

.main .btn03 a {
	display:block;
	border:1px solid #999999;
	text-align:center;
	font-weight:bold;
	width:200px;
	margin:0 auto;
	padding:0.8em 0 0.6em;
	border-radius: 4px;
}

.main .btn03 li a {
	line-height:1.6;
}

.main .btn03 li {
	display:inline-block;
	margin:0 10px;
}

.main .btn03 a:after {
	content:"＞";
	padding-left:0.5em;
}

.main .btn03 li:first-child a:after {
	display:none;
}

.main .btn03 li:first-child a:before {
	content:"＜";
	padding-right:0.5em;
}

.main .btn03 a:hover {
	opacity:0.7;
}

/* 各パーツ ---------- */
.main .tm40 {
	margin-top:40px
}

.main .tm60 {
	margin-top:60px
}

.main .tm70 {
	margin-top:70px
}

.main .tm80 {
	margin-top:80px
}

.main .tm90 {
	margin-top:90px
}

.main .tm100 {
	margin-top:100px
}

.main .tm130 {
	margin-top:130px
}

.main .w80 {
	width:80%;
}

.main .num01 {
	text-align:left;
	font-size:2.0rem;
	font-weight:bold;
	margin-bottom:15px;
}

.main .date01 {
	text-align:left;
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:15px;
}

.main .head01 {
	font-size:1.6rem;
	font-weight:bold;
}

.main .set_tit01 {
	text-align:left;
	background:#EAEFF4;
	font-size:1.6rem;
	padding:0.5em 1em;
	margin-bottom:15px;
	margin-top:28px;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------------
*  各ページ共通
* --------------------------------------------------------------------------------------------------*/
.dot_set li {
	padding:30px 0;
	border-bottom:1px dotted #333;
}

/* 当院共通 ---------- */
.main .set_touin {
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  margin-bottom:30px;
}

.main .set_touin.set_bottom {
  margin-top:90px;
}


.main .set_touin li {
	width: 200px;
}

.main .set_touin li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #DBDBDB;
	padding: 1em 0;
	border-radius: 5px;
}

.main .set_touin li a:hover ,
.main .set_touin li.active a {
	color: #4C4C4C;
	background: #EAEFF4;
}
/* next_back ---------- */
.next_back {
	display:block;
	margin:25px 0;
	text-align:right;
}

.next_back li {
	display:inline-block;
}

.next_back li + li {
	padding-left:2em;
}

.next_back li.back:before {
	content:"◀";
	padding-right:1em;
}

.next_back li.next:after {
	content:"▶";
	padding-left:1em;
}

.next_back li a {
	text-decoration:underline;
}

.next_back li a:hover {
	text-decoration:none;
}

.clinic .slick-dotted.slick-slider .slick-prev:before,.clinic .slick-dotted.slick-slider .slick-next:before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 7px solid transparent;
}
.clinic .slick-dotted.slick-slider .slick-next:before{
    border-left: 10px solid rgba(255,255,255,0.75);
    margin-left: 9px;
}
.clinic .slick-dotted.slick-slider .slick-prev:before{
	border-right: 10px solid rgba(255,255,255,0.75);
    margin-right: 9px;
}
/* pager ---------- */
.pager {
	margin:15px 0;
}

.pager p ,
.pager ul {
	text-align:right;
}

.pager ul {
	margin-top:10px;
}

.pager ul li {
	display:inline-block;
	margin-left: 5px;
}

.pager ul li a {
	font-size:1.5rem;
	display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: rgb(0, 0, 0);
    margin-right: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    text-decoration: none;
    padding: 3px;
}

.pager ul li a:hover ,
.pager ul li a.cur {
	background:#CCC;
}

/* qa共通 ---------- */
.main.qa dl {
	border:1px solid #BBBBBB;
	border-bottom:none;
}

.main.qa dl + dl {
	margin-top:15px;
}

.main.qa dl dt {
	padding:33px 23px;
	border-bottom:1px solid #BBBBBB;
	position:relative;
}

.main.qa dl dd {
	padding:33px 23px;
	display:none;
	border-bottom:1px solid #BBBBBB;
}

.main p.btn01 {
	position:absolute;
	right:16px;
	bottom:33px;
}

.main .btn01 a {
	text-align:center;
	background:#EAEFF4;
	display:block;
	padding:0.8em 0;
	width:157px;
}

.main .btn01 a:hover {
	opacity:0.7;
}

.main .btn01 a.active:after {
	content:"閉じる";
}

.main .btn01 a.active span {
	display:none;
}

/* set_kakko ---------- */
.set_kakko {
	font-size:2.0rem;
	text-align:center;
	font-weight:bold;
	padding:40px 0;
	position:relative;
	margin:0 auto;
}

.set_kakko:before ,
.set_kakko:after {
	content:"";
	display:block;
	width:35%;
	height:65%;
	position:absolute;
}

.set_kakko02:before ,
.set_kakko02:after {
	width: 35%;
    height: 30%;
}

.set_kakko03:before ,
.set_kakko03:after {
	width: 35%;
    height: 90%;
}


.set_kakko:after {
	right:0;
	bottom:0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

.set_kakko:before {
	leftt:0;
	top:0;
	border-left:1px solid #999;
	border-top:1px solid #999;
}

.s_11_2 .set_kakko {
	line-height:1.4;
	padding:25px 0;
	width:70%;
}

.s_11_3 .set_kakko {
	line-height:1.4;
	padding:25px 0;
	width:80%;
}

.set_kakko strong {
	color:#FF9999;
}

.s_11_4 .set_kakko {
	font-size:1.5rem;
	line-height:1.4;
	padding:25px 0;
	width:80%;
	font-weight:normal;
}

.s_11_4 .set_kakko strong {
	font-size:2.4rem;
}

.s_11_4 .set_kakko:before ,
.s_11_4 .set_kakko:after {
    height: 40%;
}

.s_11_8 .set_kakko {
	padding:25px 0;
	width:80%;
}

.s_11_8 .set_kakko h4 {
	text-align:center;
	background:none;
	color:#FF8C8C;
	font-weight:bold;
	font-size:2.0rem;
	margin:10px 0;
	padding:0;
}

.s_11_8 .set_kakko p{
	width:85%;
	margin:0 auto;
}

.s_11_10 .set_kakko03 {
	padding:25px 0;
	width:70%;
	margin:60px auto 0;
	font-size:2.0rem;
	color:#FF8C8C;
	line-height:1.4;
}

.s_11_10 .set_kakko03:after ,
.s_11_10 .set_kakko03:before {
    height: 40%;
}

/* ----------------------------------------------------------------------------------------------------
*  各ページ
* --------------------------------------------------------------------------------------------------*/
/* コンセプト ---------- */
.concept .set_img_r {
	margin:0 30px 91px 0;
}

/*スタッフ* ---------- */
.staff .mv {
	margin: 0 0 60px;	
}

.staff_set01 {
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #CCCCCC;
	padding: 10px 20px 0;
	box-sizing: border-box;
	text-align: left;
}

.staff_set01 .set_l {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.staff_set01 .set_l + .set_l {
	padding-left: 35px;
}

.staff_set01 .set_l ul {
	padding-left: 2em;
}

.staff_set01 .set_l ul li {
	line-height: 1.4;
}

.staff_set01 .set_l ul li:before {
	content: "・";
}

.staff_set01 .set_l h4 ,
.staff_set02 .set_l h4 {
	font-size: 2.0rem;
	margin: 5px 0;
}

.staff_set01 .set_l p.min ,
.staff_set02 .set_l p.min {
	font-size: 1.0rem;
}

/*staff_set02*/
.staff_set02 {
	width: 100%;
}

.staff_set02 li {
	width: 400px;
	float: left;
	margin-bottom: 28px;
}

.staff_set02 li .set_non {
	margin-top: 30px;
}

.staff_set02 li:nth-child(2n) {
	float: right;
}

.staff_set02 li .set_l:nth-child(2) {
	border-bottom: 1px solid #AAAAAA;
	display: block;
	width:275px;
}

.staff_set02 li .set_l:nth-child(2) div {
	padding-left: 10px;
}

.staff_set02 li .set_l:nth-child(3) {
	width:275px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 1.0rem;
}

/*サイドバー*/
.s_staff_set {
	width: 100%;
	margin-bottom: 25px;
	line-height: 1;
}
.s_staff_set li {
	margin: 0;
	padding: 0;
}
.s_staff_set li a {
	display: block;
	width: 100%;
	padding: 0.8em 1.2em;
	box-sizing: border-box;
	text-align: left;
	color: #4C4C4C;
	letter-spacing: -0.01em;
}
.s_staff_set li a:before {
	content: "＞";
	padding-right: 0.2em;
}
.s_staff_set li a:hover ,
.s_staff_set li.active a {
	color: #4C4C4C;
	font-weight: bold;
	background: #EAEFF4;
	border-radius: 6px;
	text-decoration: none;
}

.s_11_1 li.active01 a,
.s_11_2 li.active02 a,
.reason li.active_reason a,
.s_11_3 li.active03 a,
.s_11_4 li.active05 a,
.s_11_5 li.active04 a,
.s_11_6 li.active06 a,
.s_11_7 li.active07 a,
.s_11_8 li.active08 a,
.s_11_9 li.active09 a,
.s_11_10 li.active10 a,
.s_11_11 li.active11 a,
.s_11_12 li.active12 a
{
	color: #4C4C4C;
	font-weight: bold;
	background: #EAEFF4;
	border-radius: 6px;
	text-decoration: none;
}
.s_11_12 .s_staff_se li:last-child a
{
	color: #4C4C4C;
	font-weight: bold;
	background: #EAEFF4;
	border-radius: 6px;
	text-decoration: none;
}

/*スタッフ紹介 個人* ---------- */

.set_staff {
}

.set_staff .set_l {
	width:556px;
}

.set_staff .set_l li {
	margin-bottom:45px;
}

.set_staff .set_l li h4 {
	font-weight:bold;
	padding:0.8em 1em 0.5em;
	border:1px solid #CCC;
	margin-bottom:10px;
}

.set_staff_h {
	border-bottom:1px solid #AAAAAA;
}

.set_staff_h h3{
	font-size:2.0rem;
}

.set_staff_h h3 span{
	font-size:1.0rem;
	padding-left:1.5em;
}

.set_staff_c {
	font-size:1.2rem;
	margin-top:5px;
	line-height:1.4;
}

.set_staff .set_r {
	width:234px;
}

.set_staff .set_r li + li {
	margin-top:32px;
}

/*クリニック紹介* ---------- */
.clinic_img {
	margin:30px 0 0;
}

.clinic_img li img {
	display:block;
	margin:0 auto;
}

.clinic_img li .tit {
	display:inline-block;
	padding-top:10px;
}

.clinic .slick-dots {
    bottom: 0px;

}

.clinic_img + div {
	margin-top:60px;
}

.clinic .main .set_r h4 {
	margin:23px 0 0;
	font-size:1.8rem;
	line-height:1.4;
}

.clinic .main .set_r h4 + p {
	margin:0 0 23px;
	font-size:1.2rem;
	line-height:1.4;
}

.clinic .main .set_r h4 + p + p {
	line-height:1.4;
}

/* 選ばれる理由 ---------- */
.reason_set h4 {
	font-size:2.2rem;
	text-align:left;
	padding:0 0 0 90px;
	border:1px solid #DDDDDD;
	position:relative;
	line-height:58px;
	margin-bottom:20px;
}

.reason_set h4 span {
	position:absolute;
	display:block;
	width:60px;
	line-height:58px;
	border-right:1px solid #DDDDDD;
	left:0;
	top:0;
	text-align:center;
}

.reason_set .set_l {
	width:530px;
}

.reason_set li + li {
	margin-top:70px;
}

/*サイトマップ* ---------- */
.sitemap .main .f_gl {
	display: block;
	padding-bottom:0;
}

.sitemap .main .s_h3 > li ,
.sitemap .main .f_gl > li {
	border-bottom: 1px dotted #666;
	padding: 30px 0.3em 30px;
	margin: 0;
}

.sitemap .main .s_h3.set_sm > li:last-child {
	border-bottom: none;
}

.sitemap .main .s_h3 > li a ,
.sitemap .main .f_gl > li h3 ,
.sitemap .main .f_gl > li a {
	font-size: 1.4rem;
}
.sitemap .main .s_h3 > li a:hover {
	text-decoration:underline;
}

.sitemap .main .f_gl > li ul {
	text-align: left;
}

.sitemap .main .f_gl > li ul li {
	display: inline-block;
	padding-right: 3em;
}

.sitemap .main .f_gl > li:nth-child(3) ul {
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}

.sitemap .main .f_gl > li:nth-child(3) ul li {
	width: 25%;
	padding: 0;
}

.sitemap .main .s_h3 > li {
	padding: 30px 0.3em 30px;
	margin: 0;
	width: 395px;
	box-sizing:  border-box;
}

.sitemap .main .s_h3 {
	float: left;
}

.sitemap .main .s_h3:last-of-type {
	float: right;
}

.sitemap .f_gl > li:first-of-type {
	padding-top:0;
	padding-bottom:30px;
}

.sitemap .f_gl li:first-of-type h3:first-child {
	margin:0;
}
/* ご利用者様の声 */

.voice .main dd .set_l {
	width:590px;
}

.voice .main dd .set_l h5 {
	font-size:1.6rem;
	font-weight:bold;
	padding:0.2em 0 0.2em 0.5em;
	border-left:5px solid #EAEFF4;
	margin:30px 0 15px;
}


.voice .main dd .set_l p {
	word-wrap:break-word;
}

.voice .main dd p.set_r {
	width:157px;
	text-align:center;
}

.s_voice_set {
	margin-bottom:40px;
}

.s_voice_set h3{
	color:#FFF;
	font-size:1.0rem;
	padding:0.8em 1em;
	background:#AAAAAA;
	margin-bottom:15px;
}

.s_voice_set ul li{
	line-height:1.8em;
}

.s_voice_set ul li a{
	text-decoration:underline;
}

.s_voice_set ul li a:hover{
	text-decoration:none;
	font-weight:bold;
}

.s_voice_set ul li.active a{
	font-weight:bold;
}

/* 新着情報 ---------- */
.news .dot_set li a span {
	text-decoration:underline;
}

.news .dot_set li a:hover span {
	text-decoration:none;
}
.news .voice_c,
.news .voice_b {
	border:1px solid #CCC;
	padding:33px 23px;
}
.news .voice_c {
	border-bottom:none;
}

.main p + p.com_c {
	margin:0;
	text-decoration:underline;
}

/* 個人情報保護 ---------- */

.line_set01  {
	padding:30px 0 0;
}

.line_set01 li {
	padding:30px 0;
	border-top:1px solid #CCC;
}

.line_set01 li h4 {
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:10px;
}

/* 会社概要 ---------- */

.company table{
	width:100%;
}

.company table th,
.company table td{
	padding:30px 0;
	border-bottom:1px solid #DDDDDD;
}

.company table th {
	width:25%;
}

/* ご予約・お問い合わせ ---------- */

.contact .main .set_l + .set_r {
	margin-top:25px;
}

.contact .main .set_l + .set_r {
	margin-top:0px;
}

.contact_set01 {
	border:1px solid #ED8196;
	padding:25px 35px;
	margin:35px 0;
	position:relative;
	box-sizing:border-box;
}

.contact_set01 h4 {
	color:#EC8096;
	font-size:2.0rem;
	font-weight:bold;
	margin-bottom:10px;
}

.contact_set01 p.set_btn {
	position:absolute;
	right:18px;
	top:32px;
	padding:0;
}

.contact  .tit_tel {
	background:url(../img/contact/icon_tel.png) no-repeat 9px center #EAEFF4;
	padding:14px 0 13px 52px;
	font-weight:bold;
}

.contact .tit_form ,
.contact_f .main h3.tit_form {
	background:url(../img/contact/icon_mail.png) no-repeat 12px center #EAEFF4;
	padding:14px 0 13px 52px;
	margin-bottom:32px;
	font-weight:bold;
}

.contact .btn_set02 {
	text-align:center;
}

.contact .btn_set02 li {
	display:inline-block;
	width:350px;
	margin:0 7px;
}

.contact .btn_set02 li a {
	display:block;
	line-height:120px;
	background:url(../img/contact/btn_bg.jpg) repeat-x bottom center;
	text-align:center;
	color:#ED8196;
	font-size:1.6rem;
	border:1px solid #CCC;
	border-radius: 6px;
}

.contact .btn_set02 li a:hover {
	opacity: 0.7;
}

.contact .main h5 {
	font-size:2.0rem;
	margin-bottom:5px;
}

.contact_set02 {
	text-align:left;
}

.contact_set02 p ,
.contact p.info {
	padding-left:10px;
}

.contact_set02 .set_tel {
	color:#ED8196;
	font-size:4.4rem;
	line-height:1em;
}

.contact_set02 .set_tel img {
	margin-right:10px;
}

.contact_set02 .set_l {
	display:inline-block;
	vertical-align:middle;
	float:none;
	margin:5px 0 10px;
	
}

.contact_set02 .set_l + .set_l{
	line-height:1.4;
	padding-left:10px;
	
}

/* 毛の仕組み -------------*/

.s_11_2 .set_s11_01 {
	border:3px solid #E0E0E0;
	padding:25px 27px;
	margin:20px 0 25px;
}

.s_11_2 .set_s11_01 .set_r {
	padding-top:1em;
}

.s_11_2 .set_s11_02 .set_l {
	width:330px;
}

.s_11_2 .set_s11_02 .set_r {
	width:445px;
	margin-top:30px;
}

.s_11_2 .set_s11_02 .set_r table th {
	border-right:12px solid #FFF;
	width:80px;
	height:80px;
	text-align:center;
	vertical-align:middle;
	background:#FFDFDF;
}

.s_11_2 .set_s11_02 .set_r table tr:nth-child(2) th {
	background:#E1E9F0;
}

.s_11_2 .set_s11_02 .set_r table tr:nth-child(3) th {
	background:#CCC;
}

.s_11_2 .set_s11_02 .set_r table th ,
.s_11_2 .set_s11_02 .set_r table td {
	border-bottom:20px solid #FFF;
}

.s_11_2 .set_s11_02 .set_r table td {
	line-height:1.4;
	vertical-align:top;
}

/* 自己処理の危険性 -------------*/

.set_s11_03 h4 {
	color:#CC0000;
	font-weight:bold;
	font-size:2.0rem;
	margin:30px 0 15px;
}

.set_s11_03 table {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	margin:0 auto 30px;
	box-sizing: border-box;
}

.set_s11_03 table tr td ,
.set_s11_03 table tr th {
	box-sizing: border-box;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:15px;
}

.set_s11_03 table tr th {
	text-align:center;
	font-weight:bold;
	background:#E4E4E4;
}

.set_s11_03 table tr th:last-child {
	background:#CC0000;
	color:#FFF;
	font-weight:normal;
}

.set_s11_03 table tr td:first-child ,
.set_s11_03 table tr th:first-child {
	width:130px;
	text-align:center;
}

.set_s11_03 table tr td:first-child {
	font-size:1.6rem;
	font-weight:bold;
}

.set_s11_03 table tr td:last-child ,
.set_s11_03 table tr th:last-child {
	width:217px;
}

.set_s11_03 table tr td:last-child ul {
	display:inline-block;
	vertical-align:top;
}

.set_s11_03 table tr td:last-child ul + ul {

}

.set_s11_03 table tr td:last-child ul li {
	font-size:1.2rem;
	line-height:1.6;
	font-weight:bold;
}

.set_s11_03 table tr td:last-child ul li:before {
	content:"●";
}


.set_s11_03 table td .set_r {
	width:300px;
	margin:0 0 0 35px;
}

/* 脱毛は医療行為！？ -------------*/
.s_11_5 .main_wrap {
	background:url(../img/service/11_5/bg.jpg) no-repeat right top;
}

.s_11_5 .main_wrap p strong {
	background:#FEF3C9;
	font-weight:normal;
}

/* 医療機関だからできる事 -------------*/
.s_11_4 .set_txt{
	background:url(../img/service/11_4/h1_bg.jpg) no-repeat center top;
	height:328px;
	margin-bottom:60px;
}

.s_11_4 .main h4 {
	font-size:2.0rem;
	color:#FF8C8C;
	text-align:center;
	font-weight:bold;
	padding:1em 0;
	border:1px solid #FF8C8C;
}

.s11_04 li {
	padding:30px 0;
	border-bottom:1px dotted #999999;
}

.s11_04 li:last-child {
	border-bottom:none;
}

.s11_04 li .set_l {
	width:570px;
}

.s11_04 li .set_l h5 {
	color:#FF8C8C;
	font-weight:bold;
	font-size:1.8rem;
	margin-top:10px;
	margin-bottom:15px;
}

/* 脱毛のプロセス -------------*/
.s_11_6 .main_wrap.b01 {
	background:url(../img/service/11_6/h1.jpg) no-repeat right top 28px;
}

.s_11_6 .main_wrap p strong {
	color:#FF8C8C;
}

.s_11_6 h4 ,
.s_11_8 .main h4.set_tit ,
.s_11_9 .main h3.set_tit ,
.recruit .set_rec_03 h3 ,
.recruit .set_rec_04 h3 ,
.s11_10_set02 h4 ,
.set_prp_02 h4 ,
.set_prp_04 h4 ,
.set_price02 h4 ,
.contact_f .main h3{
	margin:40px 0 30px;
	font-size:1.7rem;
	font-weight:bold;
	padding:1em 1em 0.95em;
	background:#EAEFF4;
}

.s_11_6 h4 span {
	display: inline-block;
	float: right;
	font-size: 1rem;
	font-weight: normal;
}

.s11_06 li {
	padding:20px 0;
	border-bottom:1px dotted #999999;
}

.s11_06 li:last-child {
	border-bottom:none;
}

.s11_06 li .set_l {
	position:relative;
}

.s11_06 li .set_l:after {
	position:absolute;
	bottom:-50px;
	left:0;
	width:110px;
	content:"";
	height:50px;
	background:url(../img/service/11_6/arrow.png) #FFF no-repeat left 32px center;
}

.s11_06 li:last-child .set_l:after {
	display:none;
}

.s11_06 li .set_r {
	width:702px;
}

.s11_06 li .set_r h5 {
	color:#FF8C8C;
	font-weight:bold;
	font-size:1.8rem;
	margin-bottom:5px;
}

.s11_06 li a {
	text-decoration:underline;
}

.s11_06 li a:hover {
	text-decoration:none;
}

/* 脱毛スケジュール -------------*/
.s_11_7 .main_wrap {
	background:url(../img/service/11_7/h1.jpg) no-repeat right top;
}

/* 最新型レーザーを採用 -------------*/
.s_11_8 .main h4.set_tit {
	margin:40px 0 10px;
}
.s_11_8 .main .s11_8 > li {
	padding:15px 0 35px;
	border-bottom:1px dotted #999999;
}

.s_11_8 .main .s11_8 > li:last-child{
	border-bottom: 0;
}

.s_11_8 .main ul li .set_l {
	width:560px;
}

.s_11_8 .main ul li .set_l h5 {
	color:#FF8C8C;
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:15px;
}

.s_11_8 .main ul li .set_l h5:before {
	content:"●";
}

.s_11_8 .main ul li .set_r {
	padding:20px 0 0;
}

/* 脱毛法の違い -------------*/
.s_11_9 .main h3.set_tit {
	margin-top:30px;
	padding:0.8em 1em 0.6em;
}
.s_11_9 .main h3.tm90.set_tit {
	margin-top:90px;
}



.s_11_11 .main .main_wrap {
	margin-top:30px;
}
.s11_12 .main .main_wrap {
	margin-top:30px;
}



table.s11_9_t01 {
	width:100%;
	height:100%;
}

table.s11_9_t01 th ,
table.s11_9_t01 td {
	box-sizing:border-box;
}

table.s11_9_t01 th {
	padding:0.8em 1em 0.6em;
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	border-bottom:5px solid #FFF;
	box-sizing:border-box;
}
table.s11_9_t01 th:nth-child(1) {
	width:160px;
}

table.s11_9_t01 th:nth-child(2) {
	background:#FFE1E1;
	color:#FF8C8C;
	border-left:9px solid #FFF;
	border-right:2.5px solid #FFF;
	width: 330px;
}

table.s11_9_t01 th:nth-child(3) {
	background:#E4E4E4;
	color:#4C4C4C;
	border-left:2.5px solid #FFF;
	width: 330px;
}

table.s11_9_t01 td {
	padding:20px;
	vertical-align:top;
	line-height:1.8;
}

table.s11_9_t01 td:first-child {
	border-bottom:5px solid #FFF;
	border-right:9px solid #FFF;
	padding:0;
	height:100%;
}

table.s11_9_t01 tr:last-child td:first-child {
	border-bottom:none;
}

table.s11_9_t01 td:first-child span {
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	vertical-align:middle;
	border:1px solid #CCCCCC;
	position:relative;
	padding:40% 0;
	display:inline-block;
	width:100%;
	height:100%;
	box-sizing: border-box;
}

table.s11_9_t01 td:first-child span:after {
	position:absolute;
	right:-13px;
	top:50%;
	content:"▶";
	color:#CCC;
	font-size:1.6rem;
	display:inline-block;
	margin-top:-8px;
}

table.s11_9_t01 td:nth-child(2) {
	border-right:1px dotted #999;
	border-bottom:1px dotted #999;
	color:#FF8C8C;
	width: 330px;
}

table.s11_9_t01 td:nth-child(2) a {
	text-decoration:underline;
	color:#FF8C8C;
}

table.s11_9_t01 td:nth-child(2) a:hover {
	text-decoration:none;
}

table.s11_9_t01 td:nth-child(3) {
	border-bottom:1px dotted #999;
	width: 330px;
}

table.s11_9_t02 {
	width:100%;
	height:100%;
}

table.s11_9_t02 {
	width:100%;
	height:100%;
	margin-bottom:20px;
	border:1px solid #CCC;
}

table.s11_9_t02 th {
	border-bottom:1px solid #CCC;
	background:#E4E4E4;
	font-size:1.6rem;
	font-weight:bold;
	width:33%;
}

table.s11_9_t02 th ,
table.s11_9_t02 td {
	padding:15px;
}

table.s11_9_t02 td {
	vertical-align:top;
}

table.s11_9_t02 th:nth-of-type(2) ,
table.s11_9_t02 td:nth-of-type(2) {
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}

table.s11_9_t02 td h4 {
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.4;
	min-height:2.8em;
}

.s11_9_set {
	border:2px solid #FF8C8C;
	border-radius: 6px;
	padding:16px 20px;
}

.s11_9_set + .s11_9_set {
	margin-top:20px;
}

.s11_9_set .set_l {
	width:510px;
	}

.s11_9_set .set_l h4 {
	color:#FF8C8C;
	font-size:1.8rem;
	font-weight:bold;
	margin:6px 0 15px;
	}

.s11_9_set .set_l h5 {
	color:#FF8C8C;
	font-size:1.6rem;
	font-weight:bold;
	margin:0 0 15px;
	}

.s11_9_set .set_l h4:before {
	content:"●";
	}

.s11_9_set .set_l h4 span {
	background-color:#FF8C8C;
	color:#FFF;
	font-size:1.4rem;
	padding:0.2em 1em 0.2em 0.9em;
	display:inline-block;
	margin-left:1em;
}

.s11_9_set .set_l p {
	line-height:2.0em;
	}
	
.s11_9_set .set_img.set_r {
	width:30%;
}
/* アフターケアへのこだわり -------------*/

.s11_10_set01 {
	margin: 50px 0 90px;
    padding: 40px 50px;
    background-color: #EBF1F9;
}

.s11_10_set01 .set_l {
	width:580px;
}

.s11_10_set01 .s11_tit {
    display: inline-block;
    color: #727171;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.s11_10_set01 h4 {
	color:#727171;
	font-size:3rem;
	margin-bottom:16px;
	font-family:'Century Gothic';
	letter-spacing: 3px;	
}

.s11_10_set01 h4 span {
	color:#B5B5B6;
	font-size:1.8rem;
	margin-bottom:25px;
	padding-left:0.5em;
}

.s11_10_set01 h4 + p {
	font-size:1.6rem;
	margin-bottom:20px;
}

.s11_10_set01 h4 + p strong {
	font-size:2.5rem;
	margin-bottom:10px;
	letter-spacing: -0.01em;
}

.s11_10_set01 h4 + p span {
	font-size:1.2rem;
}

.main .s11_10_set01 p.mbcho {
    margin-top: 0.5em;
	margin-right: 50px;
	font-size: 1.6rem;
    line-height: 1.8;
}

.s11_10_set01 strong.big{
	font-size: 3.4rem;
}

.s11_10_set01 table {
	width:100%;
	margin-bottom:46px;
	margin-top: 15px;
}

.s11_10_set01 table th{
	text-align:center;
	vertical-align:middle;
	width:105px;
	background:#FFE8E8;
	color:#FF8C8C;
	border-right:18px solid #FFF;
	font-size:1.6rem;
}

.s11_10_set01 table tr:first-child td,
.s11_10_set01 table tr:first-child th{
	border-bottom:18px solid #FFF;
}

.s11_10_set01 table td{
	vertical-align:middle;
}

.s11_10_set01 table td p{
	font-size:1.2rem;
}

.s11_10_set01 table tr:first-child td p{
	margin: -10px 0;
}

.s11_10_set01 table tr:last-child td{
	padding: 10px 0;
}

.s11_10_set01 h5 {
	clear:both;
	background:#E3E3E3;
	padding:.8em 1em 0.7em;
	margin-bottom:1.5em;
	font-weight:bold;
	font-size:1.6rem;
}

.s11_10_set01 .set_l01 {
	margin-bottom:55px;
}

.s11_10_set01 .set_l01 li {
	padding-bottom:35px;
	border-bottom:1px dotted #999;
}

.s11_10_set01 .set_l01 li + li {
	padding-top:35px;
}

.s11_10_set01 .set_l01 li:last-child {
	border-bottom:none;
}

.s11_10_set01 h6 {
	margin-bottom:0.8em;
	font-weight:bold;
	font-size:1.6rem;
}

.s11_10_set01 h6:before{
	content:"●";
}

.s11_10_set01 .set_l02 li {
	padding-left:1em;
	text-indent:-1em;
	line-height:2.0em;
}

.s11_10_set01 .set_l02 li:before{
	content:"●";
}
.s11_10_set02 h4 {
	margin-bottom:17px;
}


.s11_10_set01 .set_l03{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: -5px;
	margin-top: 0.5em;
    margin-right: 100px;
}

.s11_10_set01 .set_l03 li{
	width: 50%;
}

.s11_10_set01 .set_l03 li .inner{
	margin: 5px;
    padding: 5px 10px;
    text-align: center;
	font-size: 1.6rem;
    line-height: 1.8;
    background-color: #ffffff;
    box-sizing: border-box;
}

.s11_10_set01 .txtBox {
    margin-top: 10px;
    text-align: right;
}
/* 診療の流れ -------------*/

.s11_11_set li {
	margin-bottom:45px;
}

.s11_11_set li .set_l {
	position:relative;
}

.s11_11_set li .set_l:after {
	content:"▼";
	color:#CCCCCC;
	font-size:2.0rem;
	position:absolute;
	bottom:-38px;
	left:50%;
	margin-left:-15px;
	display:inline-block;
}

.s_11_11 .s11_11_set li:nth-child(1) .set_l:after {
	bottom:-43px;
}

.s_11_11 .s11_11_set li:nth-child(3) .set_l:after {
	bottom:-80px;
}

.s11_11_set li:last-child .set_l:after {
	display:none;
}


.s11_11_set .set_r {
	width:613px;
}

.s11_11_set .set_r h3 ,
.s11_11_set .set_r h4 ,
.s11_11_set .set_r h5 {
	font-size:1.6rem;
	margin-bottom:5px;
	font-weight:bold;
	margin-top:0px;
}

.s11_11_set .set_r h3 + p ,
.s11_11_set .set_r h4 + p ,
.s11_11_set .set_r h5 + p {
	margin-top:0;
}

/* 価格表 -------------*/
.main .ma_set {
	margin-bottom:30px;
}

.main .ma_set table {
	border:1px solid #CBC8CA;
	width:100%;
}

.main .ma_set table th ,
.main .ma_set table td {
	padding:15px 10px;
	box-sizing:border-box;
	vertical-align:middle;
}

.main .ma_set table th {
	border-right:1px solid #CBC8CA;
	width:200px;
	background:#EFEFEF;
	text-align:center;
	font-weight:bold;
}

.main .ma_set table td img {
	vertical-align:middle;
	padding-left:50px;
	padding-right:10px;
}

.main .ma_set table + table td img {
	padding-left:40px;
}

.main .ma_set_01 {
	text-align:center;
	margin:55px auto 23px;
}

.main .ma_set_01 li {
	display:inline-block;
	padding:0 8px;
}
.s11_12 .main .info {
	text-align:center;
	color:#FF0000;
}
.s_pr_tit {
	font-weight:bold;
	padding:0.8em 1em;
	border:1px solid #999;
	margin-bottom:10px;
}

/* prp-*/
.prp .main {
	background:url(../img/service/02/h1.jpg) no-repeat right 45px;
}

.prp_set01 p {
	width:520px;
}

.prp_set01_c {
	margin:30px 0;
	width:504px;
	border:2px solid #FFD2D2;
	border-radius:3px;
	background:#FFEEEE;
	padding:15px 20px 5px;
	box-sizing:border-box;
}

.prp_set01_c h4 ,
.prp_set01_c li strong {
	color:#FF8C8C;
	font-weight:bold;
	font-size:1.6rem;
	margin-bottom:10px;
	background:#FFEEEE;
}

.prp_set01_c li {
	position:relative;
	padding-left:40px;
	margin-bottom:10px;
}
.prp_set01_c li:before{
	content:"………………";
}

.prp_set01_c li strong {
	position:absolute;
	left:0;
	top:0;
	padding-right:1em;
}
.prp_set01_c li strong:before{
	content:"●";
}
.prp_set01_c li span{
	position: relative;
	z-index: 1;
}



.set_nl {
	width:100%;
	margin-bottom:0;
}

.set_nl li {
	width:159px;
	display:inline-block;
	margin-right:7px;
}

.set_nl5 li:last-child {
	margin-right:0px;
}

.set_nl li a {
	display:block;
	text-align:center;
	border:1px solid #CCC;
	padding:1em 0 2.0em;
	position:relative;
	box-sizing:border-box;
	margin-bottom:2px;
	margin-top:2px;
}

.set_nl li a:hover {
	border:2px solid #999999;
	margin-bottom:0;
	margin-top:0;
}

.set_nl5 li a {
	margin-bottom:1px;
	margin-top:1px;
}

.set_nl5 li a:hover {
	margin-bottom:0;
	margin-top:0;
}

.set_nl li a:after {
	content:"▼";
	color:#999;
	font-size:1.6rem;
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-8px;
	display:inline-block;
}

/* set_prp */
.set_prp_02 h4 .red {
	font-weight:normal;
	color:#FF0000;
	font-size:1.4rem;
	padding-left:1em;
}

.set_prp_02 + .set_prp_02 ,
.set_prp_04 + .set_prp_02 ,
.set_prp_02 + .set_prp_04 {
	margin-top:50px;
}

.set_prp_02 li {
	width:471px;
}

.set_prp_02 li .set_c img {
	min-width: 210px;
}


.set_prp_02 ul.set_prp_l > li ,
.set_prp_02 .cf ul.set_prp_l > li {
	padding-bottom:35px;
	border-bottom:1px dotted #999;
	width:100%;
}

.set_prp_02 ul.set_prp_l > li + li ,
.set_prp_02 .cf ul.set_prp_l > li + li {
	padding　:30px　0;
	padding-top: 30px;
}

.set_prp_02 ul.set_prp_l > li:last-child ,
.set_prp_02  ul.set_prp_l .cf > li:last-child {
	border-bottom:none;
	
}

.set_prp_02 .set_l {
	width:471px;
}

.set_prp_02 h5 {
	color:#FF8C8C;
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:0.5em;
	padding-left: 1em;
	text-indent: -1em;
}

.set_prp_02 h5.nowrap{
	white-space: nowrap;
}

.set_prp_02 h5:before{
	content:"●";
}

.set_prp_02 p ,
.set_prp_02 ul.set_prp_l > li li {
	line-height:2em;
}

.set_prp_02 .set_r {
	text-align:center;
	font-size:1.2rem;
	padding-right:10px;
}

.set_prp_02 .info {
	text-align:right;
	margin-top:-2em;
}
/* set_prp_03 */

.set_prp_03 {
	margin-top:2em;
	}

.set_prp_03 > * {
	display:inline-block;
	vertical-align:top;
	padding-right:1em;
	}

.set_prp_03 li {
	width:inherit;
	line-height:1.6em;
	}
/* set_prp_05 */

.set_prp_05 {
	background:#EFEFEF;
	border-radius:3px;
	padding:20px 25px;
}

.set_prp_05 h4 {
	background:none;
	margin:0;
	padding:0;
	font-size:1.6rem;
	margin-bottom:15px;
	position:relative;
}

.set_prp_05 h4:before {
	content:"";
	width:87%;
	height:1px;
	top:50%;
	right:0;
	background:#999;
	position:absolute;
}

.set_prp_05 ul {
	display:flex;
}

.set_prp_05 ul li {
	width:50%;
}

.set_prp_05 ul li:first-child {
	margin-right:20px;
}

.set_prp_05 ul li h5 {
	font-weight:bold;
	margin-bottom:5px;
}

/* set_tab01 -------------*/

.set_tab01 h5 {
	color:#4C4C4C;
	font-size:1.4rem;
}

.set_tab01 h5:before {
	display:none;
}

.set_tab01 table + h5 {
	margin-top:25px;
}

/* 2019.5.14 margin-bottom追加 -------------*/

.set_tab01 table {
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.set_tab01 table th {
	text-align:center;
	vertical-align:middle;
}

.set_tab01 table th ,
.set_tab01 table td {
	padding:1em 2em;
	box-sizing:border-box;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.set_tab01 table th:first-child {
	width:200px;
	background:#EFEFEF;
}

.set_tab01 table tr:first-child th {
	background:#CCCCCC;
	font-weight:bold;
}

.set_tab01 table td {
	width:310px;
}
.set_tab01 table.s08_set td span {
	padding-left:5em;
}

.set_tab01 table td:last-child {
	border-left:1px solid #CCC;
}
.set_tab01 table + table {
	margin-top:25px;
}
.set_tab01 table + table td:last-child {
	width:auto;
	border-left:none;
}
.set_tab01 table + table tr:first-child th {
	background:#EFEFEF;
	font-weight:normal;
}

.set_tab01 table td p.info_set {
	display:inline-block;
	vertical-align:middle;
	font-size:1.2rem;
	line-height:1.4;
}

.set_tab01 table td strong {
	font-weight:bold;
	font-size:1.6rem;
	display:inline-block;
	vertical-align:middle;
	padding-right:3em;
}

.set_tab01 table td span {
	display:inline-block;
	vertical-align:middle;
	padding-right:1em;
}

.set_tab01 table td.set_c {
	text-align:center;
	padding:1em 0;
}

.set_tab01 table td.set_c .txts {
	font-size: 1.1rem;
}

.set_tab01 table td p.info_set.red {
	color:#FF0000;
	font-size:1.1rem;
}

.set_tab01 table td.w210 {
	width:250px;
	padding-right:0;
	vertical-align:top;
}

.set_tab01 table td.w280 {
	width:300px;
	padding-left:0;
	vertical-align:top;
}

.set_tab01 table td ul {
	display:block;
}

.set_tab01 table td ul li {
	width:inherit;
	display:inline-block;
	line-height:1.8;
	padding-left:1em;
	text-indent:-1em;
}

.set_tab01 table td ul li:before{
	content:"・";
}

/* e-max */
.s12 .main {
	background:url(../img/service/12/h1.jpg) no-repeat right 20px top 45px;
}

.set_prp_04 h4 ,
.set_prp_02 h4 {
margin-top:0;
margin-bottom:20px;
}

.set_prp_02 ,
.set_prp_04 {
padding-top:40px;
}

.set_prp_02.t38  {
padding-top:38px;
}

.set_nl5 {
	display:flex;
	margin-bottom:0;
}

.set_prp_02 .set_m {
	display:flex;
}

.ie .set_prp_02 .set_m li{
	width: auto;
}

.ie .set_prp_02 .set_m li:nth-child(2),
.ie .set_prp_02 .set_m li:nth-child(4){
	margin: 0 15px;
}

.set_prp_02 .set_m li table {
	border:1px solid #CCC;
	height:100%;
}

.set_prp_02 .set_m li table tr:first-child th {
	border-bottom:1px solid #CCC;
	padding:10px 25px;
	height:2.5em;
	box-sizing:border-box;
}

.set_prp_02 .set_m li table tr:first-child th:first-child {
	background:#CCC;
	color:#FFF;
	font-weight:bold;
}

.set_prp_02 .set_m li table tr:first-child th:last-child {
	font-weight:bold;
	font-size:1.8rem;
/*	padding-right:5em;*/
}

.set_prp_02 .set_m li table tr:last-child td {
	padding:22px 10px 10px;
	vertical-align:top;
}

.set_prp_02 .set_m li table tr:last-child p {
	line-height:1.6em;
}

.set_prp_02 .set_m li table tr:last-child p.set_c {
	min-height:170px;
}

.set_prp_02 .set_m li table tr:last-child p + p {
	margin:0;
}

.set_prp_02 .set_txt {
	text-align:center;
	font-size:1.6rem;
	color:#CCC;
	margin-top:10px;
}

.set_prp_02 .blue {
	color:#3399CC;
}

.set_prp_02 .set_m02 {
	display:flex;
	width:100%;
	margin:20px 0 0;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.set_prp_02 .set_m02 li {
	width:inherit;
}

.set_prp_02 .set_m02 > li:nth-child(2) {
	margin:0 20px;
}

.set_prp_02 .set_m02 li h6 {
	text-align:center;
	font-size:1.6rem;
	border:1px solid #CCC;
	padding:5px 0;
	margin-bottom:10px;
}

.set_prp_02 .set_m02 li  ul {
	margin:0;
	padding:0;
}

.set_prp_02 .set_m02 li  ul li {
	margin:0;
	padding:0;
	line-height:1.6;
}

.set_prp_02 .set_m02 li ul li:before{
	content:"〇";
}

.set_prp_02 .set_m02 li dt {
	line-height:1.6;
}

.set_prp_02 .set_m02 li dd + dt {
	margin-top:2em;
}

.set_prp_02 .set_m03 {
	width:100%;
	margin:20px 0 0;
}

.set_prp_02 .set_m03 p {
	color:#FF8C8C;
}

.set_prp_02 .set_m03 p.set_l {
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	padding:1.5em 0;
	border:1px solid #FF8C8C;
	width:95px;
	display:inline-block;
	vertical-align:middle;
	line-height:1.5;
}

.set_prp_02 .set_m03 p.set_r {
	font-size:1.6rem;
	text-align:left;
	line-height:1.8;
	padding:0;
	margin:10px 0 0;
	font-size:1.4rem;
	width:697px;
	display:inline-block;
	vertical-align:middle;
}


/* ヒアルロン酸 */
.s03 .main {
	background:url(../img/service/03/h1.jpg) no-repeat right 0px;
}

.s03 .prp_set01_c li {
	position:relative;
	padding-left:85px;
	margin-bottom:10px;
}

.set_prp_02 .set_l03 {
	width:389px;
}

.set_prp_02 .set_r03{
	padding-top:5px;
}

.set_prp_02 .set_r03 img + img {
	padding-left:10px;
}

.s03 .set_prp_02 li {
	width: auto;
}
.set_tab01 table th:first-child {
    width: auto;
}
.set_tab01 table td {
    width: auto;
}
.flexBox {
	display: flex;
}
.s03 .set_prp_02 .flexBox {
}
.s03 .set_prp_02 .flexBox .left {
	position: relative;
	width: 40%;
	padding-right: 4rem;
}
.s03 .set_prp_02 .flexBox .right {
	width: 60%;
}
.s03 .set_prp_02 .flexBox .set_tab01 table th,
.s03 .set_prp_02 .flexBox .set_tab01 table td {
    padding: 1em 1em;
}
.s03 .set_prp_02 .flexBox .right table .redBox th {
	color: #ffffff;
    background-color: #dc143c;
}
.redBox .txtSmoll {
	text-align: left;
	font-size: 11px;
}
.s03 .set_prp_02 .flexBox .set_tab01 table .priceBox th,
.s03 .set_prp_02 .flexBox .set_tab01 table .priceBox td {
	padding: 0.5rem 1rem;
}
.s03 .set_prp_02 .flexBox .set_tab01 table .priceBox th {
	text-align: left;
}
.priceTxt {
	text-align: center;
	color: #dc143c;
}
.priceTxt .txtBig {
	padding-right: 0;
	font-size: 3rem;
}
.s03 .set_prp_02 .flexBox .left:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.s03 .set_prp_02 .flexBox .left:after{
    right: 0;
    bottom: 150px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 14px solid transparent;
    border-left: 14px solid #dc143c;
}


/* ボトックス */
.s05 .main {
	background:url(../img/service/05/h1.jpg) no-repeat right 45px;
}

.set_prp_02 .set_l.w617 ,
.set_prp_02 .w617 li {
	width:617px;
}

.set_prp_02 .set_l.w563 ,
.set_prp_02 .w563 li {
	width:563px;
}

.set_prp_02 .set_l.w594 ,
.set_prp_02 ul.w594 {
	width:594px;
}
.cometxt {
	margin-top: -10px;
	margin-bottom: 30px;
	font-size: 1.2rem;
}
.borderBox .box {
    margin-bottom: 30px;
}
.borderBox .box ul {
	border: 1px solid #000000;
}
.borderBox .box li {
	float: left;
    width: auto;
    padding: 1rem;
}

/* set_tab02 -------------*/

.set_tab02 table {
	width:100%;
	border:1px solid #CCC;
	border-collapse: collapse;
}

.set_tab02 table th {
	text-align:left;
	vertical-align:middle;
	font-size:1.6rem;
	font-weight:bold;
	border-right:1px solid #CCC;
	background:#EFEFEF;
	width:150px;
	line-height:1.4;
}

.set_tab02 table th ul ,
.set_tab02 table th li {
	width:auto;
	font-size:1.2rem;
	line-height:1.4;
}

.set_tab02 table th li:before{
	content:"・";
}

.set_tab02 table th span {
	font-size:1.3rem;
}

.set_tab02 table th ,
.set_tab02 table td {
	padding:1em;
	box-sizing:border-box;
	border-bottom:1px solid #CCC;
	vertical-align:middle;
}

.set_tab02 table tr:last-child th ,
.set_tab02 table tr:last-child td {
	border-bottom:none;
}

.set_tab02 table td .set_l {
	width:392px;
	display:inline-block;
	vertical-align:middle;
}

.set_tab02 table td .set_r {
	margin:0;
	display:inline-block;
	vertical-align:middle;
}

.s05 .set_tab02 table td .set_r {
	margin-top:6px;
}

.set_tab02 table td .set_l.w270 {
	width:270px;
}

.set_tab02 table .w280 {
	width:280px;
}

.set_tab02 table td .set_l.tm25 {
	margin-top:25px;
}

.set_tab02 table td .set_l.tm30 {
	margin-top:35px;
}

.set_tab01 table th:first-child.w240,
.set_tab01 table th.w240 {
	width:20%;
	padding-left:0.5em;
	padding-right:0.5em;
}

.set_tab01 table th.w450 {
	width:450px;
}

.set_tab01 table th.w100 {
	width:100px;
}

.set_tab01 table .set_t_l {
	text-align:left;
	padding-left:0.5em;
	padding-right:0.5em;
}

/* 美容点滴 */
.s08 .main {
	background:url(../img/service/08/h1.jpg) no-repeat right 45px;
}

.s08 .prp_set01_c li {
	padding-left:60px;
}

.s08 .prp_set01_c li:before{
	content:"………………………………";
}

.s08 .main .prp_set01 > p{
	width:470px;
}

.s08 .main h5.set_08 {

padding-top: 40px;
    border-top: 1px dotted #999 !important;

}

.s08 .main .set_r > img {
	padding-top:20px;
	padding-bottom:25px;
}

.s08 .main .set_prp_l li.b_ari{
	padding-bottom: 50px;
	border-bottom:1px dotted #999 !important;
}

/* 美容点滴（uuuth追記 2019/05/20) ---------- */	
	
.set_tab01 table.s08_set td span {
    padding-left: 0;
}
.set_tab01 table td .font_s {
    font-size: 10px;
}
.set_tab01 table .padding_RS {
    padding-right: 0.25em;
    width: 220px!important;
}
.set_tab01 table .padding_LS {
    padding-left: 0.25em;
    padding-right: 0.25em;
}
.set_prp_02 h6 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
.s08 .main .set_prp_l li.b_ari {
    border-bottom: none!important;
}
.set_prp_02 .img {
    text-align: center;
    margin: 20px 0;
}

/* 価格表 -------------*/
.price .mv.pc {
	margin-top:60px;
}
.set_price01 .set_p_01 {
	border:2px solid #FF8C8C;
	border-radius: 6px;
	padding:10px 20px;
	margin-bottom:15px;
}

.set_price01 .set_p_01 li {
	display:inline-block;

}

.set_price01 .set_p_01 li:first-child {
	padding-right:1em;

}

.set_price02 .info {
	color:#FF0000;
}

.set_price02 h4 {
	margin-bottom:0;
	margin-top: 0px;
}

.set_tab03 table {
	width:100%;
	border:1px solid #CCC;
	margin-bottom: 40px;
border-collapse: collapse;
}

.set_tab03 table th {
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #CCC;
	background:#DFDFDF;
	padding:0.5em 0;
}

.set_tab03 table th:nth-child(1) ,
.set_tab03 table th:nth-child(2) {
	width:300px;
}

.set_tab03 table th:nth-child(3) {
	width:100px;
}

.set_tab03 table th ,
.set_tab03 table td {
	box-sizing:border-box;
	border-bottom:1px solid #CCC;
}

.set_tab03 table td {
	padding:1em;
	border-right:1px solid #CCC;
}
.set_tab03 table tr:last-child td {
	border-bottom:none;
}
.set_tab03 table tr td:last-child {
	border-right:none;
}

.set_tab03 table tr td.t_head {
	font-weight:bold;
	background:#EFEFEF;
}

.set_tab03 table tr td.t_head:last-of-type {
	border-bottom:none;
}


.set_tab03 table td:nth-last-child(2) ,
.set_tab03 table td:last-child {
	text-align:center;

}
.set_tab03 table td span {
	font-size:1.0rem;
	letter-spacing:-0.1em;
}

.set_tab03 td a {
	text-decoration: underline;
}

.price .txts,
.ma_set .txts {
	font-size: 1.1rem;
}

/* 頂く日々詳細 -------------*/

ul.set_every {
	padding:25px 0 0;
}

.set_every li {
	padding:25px 0;
	border-top:1px dotted #999;
}

.set_every li:last-child {
	border-bottom:1px dotted #999;
}

.set_every li p + p {
	margin-top:0;
}

/* 比較写真-------------*/
.main .ba_ph_i {
	border-bottom:1px solid #BBB;
	margin-top:20px;
}

.ba_ph_i > li {
	border:1px solid #BBB;
	border-bottom:none;
	padding:25px;
}

.ba_ph_i > li p + p {
	margin-top:0;
	word-wrap:break-word;
}

.ba_ph_i li p.set_name {
	padding-left:0;
}

.ba_ph_i li p.set_menu ,
.ba_ph_set p.set_menu {
	position:relative;
	padding-left:5em;
	margin-top:1em;
	word-wrap:break-word;
}

.ba_ph_set p.set_menu span ,
.ba_ph_i li p.set_menu span {
	width:5em;
	display:inline-block;
	position:absolute;
	left:0;
	table-layout:0;
}

.ba_ph_i li .set_l {
	width:400px;
}

.ba_ph_i li .det_img {
	display:flex;
	float:right;
	width:318px;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.ba_ph_i li .det_img li {
	text-align:center;
	font-size:1.2rem;
}

.ba_ph_i li .det_img li span {
	line-height:162px;
	color:#999;
	font-size:2.0rem;
}

.ba_ph_i li .det_img li img{
	padding-bottom:5px;
}
/* 比較写真個人-------------*/

.main .ba_ph_h h3 {
	margin-bottom:50px;
}

.ba_ph_h .s_voice_set h3 {
	margin-bottom:1em;
}


.ba_ph_h .next_back{
	width:100%;
	display:flex;
	text-align:center;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.ba_ph_h .next_back li {
	display: inline-block;
}

.ba_ph_h .det_img{
	text-align:center;
}

.ba_ph_set table {
	border:1px solid #BBB;
	border-bottom:none;
	width:100%;
}

.ba_ph_set table td {
	padding:25px 20px;
	border-bottom:1px solid #BBB;
}

.ba_ph_set table td:nth-child(2) {
	border-left:1px solid #BBB;
	width:517px;
	word-wrap:break-word;
}
.ba_ph_set p.set_menu {
	margin-top:0;
	word-wrap:break-word;
}
.det_img_a {
	padding:50px 20px;
	border:1px solid #BBB;
	border-top:none;
	text-align:center;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}



.det_img_a li {
	padding:0 10px;
}

.det_img_a li span{
	display:block;
	text-align:center;
	font-size:2.0rem;
	color:#999;
	padding:0.8em 0;
}

.det_img_a li.child {
	display: inline-block;
}

/* 採用情報 -------------*/
.recruit .set_rec_01 {
	margin:2em 0;
}

.recruit .set_rec_01 li{
	color:#FF8C8C;
	line-height:2.0rem;
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:1em;
}

.recruit .set_rec_01 li:before{
	content:"●";
}

.recruit .set_rec_02 {
	margin:30px 0 60px;
	display:flex;
}

.recruit .set_rec_02 div {
	width:50%;
	border:1px solid #999;
	padding: 30px 22px 22px;
	box-sizing:border-box;
}

.recruit .set_rec_02 div:first-of-type {
	margin-right:20px;
}

.recruit .set_rec_02 div h4 {
	font-size:1.8rem;
	margin-bottom:1em;
	font-weight:bold;
}

.recruit .set_rec_02 div li {
	font-size:1.6rem;
	margin-bottom:0.3em;
	line-height:1.8;
	padding-left:1em;
	text-indent:-1em;
}

.recruit .set_rec_02 div li:before {
	content:"・";
}

.recruit .set_rec_03 h3 ,
.recruit .set_rec_04 h3 {
	text-align:center;
}

.recruit .set_rec_03 h3 {
	margin-bottom:0;
}

.recruit .set_rec_03 table {
	width:100%;
}

.recruit .set_rec_03 table th ,
.recruit .set_rec_03 table td {
	border-bottom:1px solid #DDD;
	text-align:left;
	padding:23px 0;
	line-height:1.8;
}

.recruit .set_rec_03 table th {
	width:120px;
	vertical-align:top;
}

.recruit .set_rec_03 table td span {
	padding-right:1.5em;
}

.recruit .set_rec_04 {
	margin:60px 0 0;
}

.recruit .set_rec_04 p{
	text-align:center;
}

.recruit .set_rec_04 h3 + p{
	font-size:3.6rem;
	margin-top:0;
}

.recruit .set_rec_04 p + p{
	margin-top:0;
}



/* お問い合わせ -------------*/
.contact_f .main h3.tit_form{
	margin-top:0;
	padding-bottom:11px;
	margin-bottom:15px;
}

.contact_f .progress {
	margin-top:0;
	display:flex;
	text-align:center;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	margin-bottom:15px;
}

.contact_f .progress li {
	display:inline-block;
	width:240px;
	text-align:center;
	padding:0.8em 0;
	background:#EFEFEF;
	border-radius: 6px;
	position:relative;
}

.contact_f .progress li:after {
	content:"";
	background:url(../img/contact/icon_arrow.png) no-repeat center center;
	width:46px;
	height:35px;
	display:block;
	position:absolute;
	right:-46px;
	top:0;
}

.contact_f .progress li:last-child:after {
	display:none;
}

.contact_f .progress li.active {
	background:#CCC;
	font-weight:bold;
}



.set_tab04 table {
	width:100%;
	border:3px solid #CCC;
	margin-bottom:30px;
}

.set_tab04 table td ,
.set_tab04 table th {
	padding:10px 20px;
	border-bottom:1px solid #CCC;
}

.set_tab04 table th {
	border-right:1px solid #CCC;
	background:#EFEFEF;
	width:154px;
	position:relative;
}

.set_tab04 table th span{
	position:absolute;
	right:10px;
	top:50%;
	display:inline-block;
	border:1px solid #F00;
	background:#FFF;
	font-size:1.2rem;
	line-height:17px;
	padding:2px 5px 0;
	color:#F00;
	margin-top:-8.5px;
}

.set_tab04 table td .select_set select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  
  width:130%;
  border:1px solid #999;
  padding:5px 26px  4px 5px;
  background:url(../img/contact/select.png) no-repeat right center;
  background-size: auto 100%;
  }


.set_tab04 table td .select_set {
	overflow:hidden;
}


.set_tab04 table td input[type="checkbox"] {
	vertical-align:text-bottom;
}

.set_tab04 table td input.w570 {
	width:570px;
	padding:5px 0;
}

.set_tab04 table td input.w470 {
	width:470px;
	padding:5px 0;
}

.set_tab04 table td input.w100 {
	width:100px;
	padding:5px 0;
}

.set_tab04 table td select.w140 {
	width:140px;
	margin-bottom: 10px;
}

.set_tab04 table td p select.w180{
	width:180px;
}

.set_tab04 table td textarea {
	width:570px;
	resize: none;
	height:134px;
	padding:5px;
	margin-top:5px;
}

.form-where-in li {
	display:inline-block;
	padding-right:1em;
}

.form-where-in li p {
	display:inline-block;
	line-height:1.5;
	margin:0;
}

.form-where-in li p select.w120 {
	width:120px;
}

.form-where-in li p select.w85 {
	width:85px;
}

.set_tab04 table td p.info {
	color:#F00;
	font-weight: bold;
	line-height: 1.5;
}

.set_tab04 table td p + p {
	margin-top:10px;
}

.set_tab04 table td .set_l ,
.set_tab04 table td .set_r {
	display:inline-block;
}

.contact_f .main .set_l + .set_r {
	margin:0;
}

.form-where + .form-where {
	margin-top:2em;
}

.form-where + .form-where .cf {
	margin-top:5px;
}

.contact_f .set_cont li p {
	display:inline-block;
	margin-right:1em;
}

.contact_f .set_cont {
	margin-bottom:5px;
}

.contact_f .set_cont li > * {
	display:inline-block;
	vertical-align:middle;
}

.contact_f .set_cont02 {
	margin-bottom:10px;
	padding-left:1em;
	text-indent:-1em;
}

.contact_f .set_cont02 input {
	margin:0 5px 10px;
}

.contact_f .set_cont02 a{
	color:#187EC3;
	text-decoration:underline;
}

.contact_f .info_t {
	margin-top:10px;
	color:#F00;
	margin-bottom:30px;
}

.contact_set02 table p, .contact table p.info {
	padding-left:0;
}

.contact_f .pp {
	border:1px solid #CCC;
	padding:20px;
	margin-bottom:20px;
}

.contact_f .pp_innar {
	height:175px;
	overflow:auto;
}

.contact_f .pp_innar h4 ,
.contact_f .pp_innar h5 {
	font-weight:bold;
	font-size:1.4rem;
	line-height:1.2;
}

.contact_f .pp_innar h5 {
	margin-top:1.5em;
}

.contact_f .pp_innar h4 + p,
.contact_f .pp_innar h5 + p {
	margin-top:1em;
}

.contact_f .notes {
	padding:25px 0;
	background:#E3E3E3;
	margin-bottom:20px;
}

.contact_f .notes + .notes3 {
	margin-top:70px;
}

.contact_f .notes h4 ,
.contact_f .notes p {
	text-align:center;
	font-size:1.6rem;
	line-height:1.4;
}

.contact_f .notes h4 {
	margin-bottom:0.5em;
	font-weight:bold;
}

.contact_f .notes p span {
	text-decoration:underline;
}

.contact_f .notes2 {
	text-align:center;
	font-weight:bold;
	color:#F00;
	margin:0 auto;
	font-size:1.6rem;
	border:1px solid #F00;
	line-height:1.4;
	padding:1em 0;
}

.contact_f .notes3 {
	text-align:center;
	font-weight:bold;
	color:#F00;
}

.contact_f .submit {
	text-align:center;
	margin-top:10px;
}

.contact_f .submit input {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;	background:url(../img/contact/btn_bg.jpg) repeat-x bottom center;
	height:85px;
	width:272px;
	border-radius:4px;
	text-align:center;
	line-height:85px;
	box-shadow:none;
	border:1px solid #CCC;
	font-size:1.6rem;
}

.contact_f .submit input:hover {
	opacity:0.7;
}


@media screen and (max-width:766px) {


	
/* ----------------------------------------------------------------------------------------------------
*  メイン共通
* --------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 761px) { /*横幅が761px以上になったら適用*/
.brSmt{ display: none; }
}
	
.main {
	margin-bottom: 10%;
}

.main h3 {
	font-size: 1.9rem;
}

.main_wrap {
	margin: 0 2%;
}

.main p.mv.pc + p {
	margin-top:1.5em;
}

.main p br.sp {
	display:inline;
}

.main p.mv {
	margin-bottom: 7px;
}

.main p.set_img {
	line-height: 1;
}


.main p.btn {
	margin-top:10%;
	margin-bottom:5%
}

.main p.btn a {
	padding:1.5em 0;
box-shadow:0px 3px 11px -2px rgba(0,0,0,0.23);
}

.set_img90 img{
	width:90%;
	margin:0 auto;
	display:block;
}

.set_img80 img{
	width:80%;
	margin:0 auto;
	display:block;
}

.set_img50 img{
	width:50%;
	margin:0 auto;
	display:block;
}

.set_img30 {
	text-align:center;
}

.set_img30 img{
	width:30%;
	margin:0 auto;
	display:block;
}

/* pager ---------- */
.pager {
	margin:3% 0 0;
}

.pager p ,
.pager ul {
	text-align:center;
}

/* next_back ---------- */
.next_back {
	margin:5% 0;
	text-align:center;
}

/* set_kakko ---------- */
.set_kakko {
	font-size:1.8rem;
	padding:15px 2%;
	clear:both;
}

.set_kakko:before ,
.set_kakko:after {
	height:30%;
}

.s_11_2 .set_kakko ,
.s_11_3 .set_kakko ,
.s_11_4 .set_kakko ,
.s_11_8 .set_kakko {
	width:96%;
	padding-right:2%;
	padding-left:2%;
	box-sizing:border-box;
}
.s_11_2 .set_kakko {
	font-size:1.4rem;
}

.s_11_8 .set_kakko h4 {
	font-size:1.8rem;
	margin:0 0 10px;
}

.s_11_8 .set_kakko p{
	width:95%;
}

.s_11_10 .set_kakko {
	width:100%;
}


/* qa共通 ---------- */

.main.qa dl + dl {
	margin-top:3%;
}

.main.qa dl {
	position:relative;
}

.main.qa dl dt ,
.main.qa dl dd {
	padding:5%;
}

.main.qa dl dd p ,
.main.qa dl dt p{
word-wrap:break-word;
}

.main p.btn01 {
	right:0;
	position:relative;
	bottom:0;
	width:100%;
	clear:both;
}

.main.qa dl dt p.btn01 {
	display:none;
}

.main .btn01 a {
	width:90%;
	margin:0 5%;
}


/* 各パーツ ---------- */
.main .tm40 ,
.main .tm60 {
	margin-top:10%;
}

.main .tm70 ,
.main .tm80 ,
.main .tm90 {
	margin-top:10%;
}

.main .tm100 ,
.main .tm130 {
	margin-top:12%;
}


.main .num01 {
	text-align:left;
	font-size:2.0rem;
	font-weight:bold;
	margin-bottom:15px;
}

.main .date01 {
	margin-bottom:1%;
}

.main .set_tit01 {
	background:url(../img/contact/icon_mail.png) no-repeat 9px center #EAEFF4;
	background-size:20px;
	padding:14px 0 13px 40px;
/*
	text-align:left;
	background:#EAEFF4;
	font-size:1.6rem;
	padding:0.5em 1em;
	margin-bottom:15px;
	margin-top:28px;
	font-weight:bold;
*/
}



/* ----------------------------------------------------------------------------------------------------
*  各ページ共通
* --------------------------------------------------------------------------------------------------*/


/*サイドバーをページフッターへ*/
.s_staff_set {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin:5% 0 0;
	border:1px solid #CCC;
	border-bottom:none;
	box-sizing:border-box;
}
.s_staff_set li {
	margin: 0;
	padding: 0;
	width:50%;
	display:inline-block;
	box-sizing:border-box;
	border-bottom:1px solid #CCC;
}
.s_staff_set li:nth-child(odd) {
	border-right:1px solid #CCC;
}
.s_staff_set li a {
	display: block;
	width: 100%;
	padding: 15px 0.5em;
	font-size:1.4rem;
	letter-spacing:-0.01em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.s_staff_set li a:hover ,
.s_staff_set li.active a {
	border-radius: 0px;
}
.s_staff_set li.t_s a {
/*
	letter-spacing:-0.02em;
	font-size:1.0rem;
*/
}

	
/* btn ---------- */
.main p.btn {
	margin-top:10%;
}

.main p.btn a {
	text-align:center;
	font-size:1.8rem;
	background:#EAEFF4;
	display:block;
	padding:1.8em 0;
	box-shadow:0px 4px 16px -2px rgba(0,0,0,0.23);
}



.main .btn03 {
	margin:10% 0 6%;
}


.main .btn03.set_sp_r a {
	margin:0 0 0 auto;
	display: block;
	width: 48%;
	    border: 2px solid #CCC;
}

.main .btn03 a {
	text-align:center;
	font-weight:bold;
	width:50%;
	font-size:1.4rem;
	letter-spacing:-0.01em;
	margin:0 auto;
	padding:20px 0;
	border-radius: 0;
	/**/
	border:none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.main ul.btn03 {
	display:flex;
}

.main ul.btn03 li {
	width:50%;
	border:2px solid #CCC;
	display:inline-block;
	margin:0;
}

.main ul.btn03 li:first-child {
	margin-right:2%;
}

.main ul.btn03 li:last-child {
	margin-left:2%;
}

.main .btn03 li a {
	width:100%;
}








/* 当院共通 ----------  */
.main .set_touin {
	display: block;
	margin-top: 5%;
	margin-bottom:0;
}

.main .set_touin.set_bottom {
  margin-top:5%;
}

.main .set_touin li {
	width: 100%;
	margin-bottom: 2%;
}

.main .set_touin li a {
	box-sizing: border-box;
	text-align:left;
	color: #4C4C4C;
	background: #FFF;
	padding: 1.2em 0 1.2em 1.2em;
	border-radius: 0;
	border: 1px solid #CCCCCC;
}

.main .set_touin li a:before {
	content: "▶";
	font-size: 1.2rem;
	color: #4C4C4C;
	padding-right: 1em;
}

.main .set_touin li a:hover ,
.main .set_touin li.active a {
	color: #4C4C4C;
	background: #FFF;
	font-weight:bold;
	border: 1px solid #4C4C4C;
}

.clinic .slick-dotted.slick-slider .slick-prev:before,.clinic .slick-dotted.slick-slider .slick-next:before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 7px solid transparent;
}
.clinic .slick-dotted.slick-slider .slick-next:before{
    border-left: 10px solid rgba(255,255,255,0.75);
    margin-left: 9px;
}
.clinic .slick-dotted.slick-slider .slick-prev:before{
	border-right: 10px solid rgba(255,255,255,0.75);
    margin-right: 9px;
}

.nb_touin{
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  margin-top:16%;
}

.nb_touin li{
	width: 48%;
}

.nb_touin li:first-child a:before {
	content: "◀";
	font-size: 1.2rem;
	color: #4C4C4C;
	padding-right: 0.5em;
}

.nb_touin li:last-child a:after {
	content: "▶";
	font-size: 1.2rem;
	color: #4C4C4C;
	padding-left: 0.5em;
}

.nb_touin li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #4C4C4C;
	background: #EAEFF4;
	padding: 1em 0;
	border-radius: 5px;
}
	
/* コンセプト  ---------- */
.concept .set_img_r {
	margin:0 0 10% 0;
}

/*スタッフ ---------- */
.staff .mv {
	margin: 0;	
}

.staff_set01 {
	margin-bottom: 8%;
	border: none;
	padding: 0;
	margin-top: 8%;
}

.staff_set01 .set_img {
	width: 30%;
	float:left;
}

.staff_set01 .set_l + .set_l {
	padding-left: 10px;
	float:left;
	width: 70%;
	box-sizing: border-box;
}

.staff_set01 .set_l:nth-child(2){
	border-bottom: 1px solid #AAAAAA;
}

.staff_set01 .set_l ul {
	width:100%;
	box-sizing: border-box;
	padding-left: 0;
	padding-top: 8px;
	margin: 0;
	font-size: 1.0rem;
}

.staff_set01 .set_l ul li {
	line-height: 1.4;
	font-size: 0.9rem;
}

.staff_set01 .set_l ul li:before {
	display: none;
}
	
.staff_set01 .set_l h4 ,
.staff_set02 .set_l h4 {
	font-size: 1.9rem;
	margin: 8px 0;
	display: inline-block;
}

.staff_set01 .set_l p.min ,
.staff_set02 .set_l p.min {
	font-size: 0.9rem;
	display: inline;
}


.staff_set02 li ,
.staff_set02 li:nth-child(2n) {
	width: 100%;
	float: none;
	margin-bottom: 8%;
}

.staff_set02 li:last-child {
	margin-bottom: 0;
}

.staff_set02 li .set_non {
	margin-top: 30px;
}

.staff_set02 li .set_l:nth-child(1) {
	float: left;
	width:30%;
	display:inline-block;
}

.staff_set02 li .set_l:nth-child(2) {
	display:inline-block;
	width:70%;
	float: left;

}

.staff_set02 li .set_l:nth-child(2) div {
	padding-left: 10px;
	width: 100%;
}

.staff_set02 li .set_l:nth-child(3) {
	width:70%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 1.0rem;
}

/* 新着情報 ---------- */
.news .voice_c,
.news .voice_b {
	padding:6% 3%;
}
.main p + p.com_c {
	text-decoration:none;
}

.news .m_top {
	margin:0;
}

.news .dot_set li a span {
	display:block;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:100%;
}
/* 会社概要 ---------- */


.company table th,
.company table td{
	padding:2% 0 2% 2%;
	line-height:1.4;
	height:5em;
}

.company table td span{
	display:inline-block;
}

.company table th {
	width:30%;
}


/*スタッフ紹介 個人* ---------- */

.set_staff .set_l {
	width:100%;
}

p.set_staff_c {
	font-size:1.2rem;
}

.set_staff .set_l li {
	margin-bottom:10%;
}

.set_staff .set_r {
	width:100%;
}

.set_staff .sp img {
	width:50%;
	display:block;
	margin:0 auto;
}

.set_staff .set_l_sp {
	width:70%;
	float:left;
}

.set_staff .set_r_sp {
	width:30%;
	float:left;
}

.set_staff .set_r_sp img {
	width:100%;
}

.set_staff_h h3 {
	margin-top:0;
}

.main .set_staff br {
	display:inline;
}

/*クリニック紹介* ---------- */

.clinic_img li p{
	/* padding-top: 66%; */
	height: 207px;
    overflow: hidden;
    position: relative;
}

.clinic_img li img {
	position: absolute;
	left: 50%;
    top: 50%;
	-webkit-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.clinic_img li.tate img {
	width: auto;
	max-width: auto;
	height: 100%;
}

/* .clinic_img li img {
	width: auto;
	height: 100%;
} */

/* .clinic_img li img {
	width:100%;
	max-height:207px;
}
 */


.clinic_img {
	margin-top:0;
}

.clinic_img li .tit {
	text-align:center;
	padding-top:20px;
	margin:0 auto;
	display:block;
}

.clinic .slick-dots {
    bottom: -55px;

}

.clinic .main .set_l {
	text-align:center;
	width:100%;
	margin:5% auto;
}

.clinic .main .set_l img {
	width:80%;
}

.clinic .main .set_r {
	text-align:center;
	width:100%;
}

.clinic .main .set_r h4 ,
.clinic .main .set_r h4 + p {
	text-align:center;
}

.clinic .main .set_r h4 + p + p br {
	display:inline;
}

.clinic .main .set_img_l img {
	display:block;
	margin:0 auto;
	width:30%;
}
/* 選ばれる理由 ---------- */

.reason_set h4 {
	font-size:1.7rem;
	padding:0 0 0 90px;
	border:1px solid #DDDDDD;
	position:relative;
	line-height:58px;
	margin-bottom:10px;
}

.reason_set h4 span {
	position:absolute;
	display:block;
	width:60px;
	line-height:58px;
	border-right:1px solid #DDDDDD;
	left:0;
	top:0;
	text-align:center;
}

.reason_set {
	margin-top:5%;
}

.reason_set .set_l {
	width:100%;
}

.reason_set li + li {
	margin-top:10%;
}

.reason_set .set_r {
	width:100%;
	margin-top:5%;
}


/* 毛の仕組み -------------*/

.s_11_2 .set_s11_01 {
	padding:5%;
	margin:5% 0 8%;
}

.s_11_2 .set_s11_02 .set_l {
	width:100%;
}

.s_11_2 .set_s11_02 .set_r {
	width:100%;
	margin-top:8%;
}

.s_11_2 .set_s11_02 .set_r table th {
	border-right:12px solid #FFF;
	width:80px;
	height:80px;
	text-align:center;
	vertical-align:middle;
	background:#FFDFDF;
}


/* 自己処理の危険性 -------------*/

.set_s11_03 h4 {
	font-size:1.8rem;
	margin:8% 0 3%;
}

.set_s11_03 table {
	margin:0 auto 8%;
}

.set_s11_03 table tr td ,
.set_s11_03 table tr th {
	padding:3% 1%;
}

.set_s11_03 table tr td:first-child ,
.set_s11_03 table tr th:first-child {
	width:24%;
}

.set_s11_03 table tr td:last-child ,
.set_s11_03 table tr th:last-child {
	width:33%;
}

.set_s11_03 table tr td:last-child {
	vertical-align:top;
}

.set_s11_03 table tr td:last-child ul + ul {
	margin-left:0;
}

.set_s11_03 table td .set_r {
	width:auto;
	margin:0;
}

.set_s11_03 table td .set_l {
	float:none;
}

.set_s11_03 table td .set_l img {
	width:80%;
	display:block;
	margin:0 auto 2%;
}

/* 脱毛は医療行為！？ -------------*/
.s_11_5 .main_wrap {
	background:none;
}


/* 医療機関だからできる事 -------------*/
.s_11_4 .set_txt{
	background:none;
	height:auto;
	margin-bottom:8%;
}

.s_11_4 .main h4 {
	font-size: 1.6rem;
	letter-spacing: -0.01em;
}

.s11_04 li {
	padding:5% 0;
}

.s11_04 li .set_l {
	width:100%;
}

.s11_04 li .set_r {
	width:100%;
	margin-top:5%;
}

.s11_04 li .set_r img {
	width:80%;
	margin:0 auto;
	display:block;
}

.s11_04 li .set_l h5 {
	font-size:1.7rem;
	margin-bottom:2%;
}

.s_11_4 .set_kakko strong {
	font-size:1.5rem;
}

/* 脱毛のプロセス -------------*/
.s_11_6 .main {
	background:none;
}
.s_11_6 .main_wrap.b01 {
	background:none;
}

.s_11_6 h4 ,
.s_11_8 .main h4.set_tit ,
.s_11_9 .main h3.set_tit ,
.recruit .set_rec_03 h3 ,
.recruit .set_rec_04 h3 ,
.s11_10_set02 h4 ,
.set_prp_02 h4 ,
.set_prp_04 h4 ,
.set_price02 h4 ,
.contact_f .main h3{
	margin:10% 0 5%;
	padding:1.0em 2%;
}

.s_11_6 h4 span {
	font-size: 0.8rem;
	margin-top: -0.5em;
	line-height: 1.2;
	padding-left: 1em;
	text-indent: -1em;
}

.s11_06 li {
	padding:3% 0;
}


.s11_06 li .set_l:after {
	position:absolute;
	bottom:-40%;
	left:0;
	width:100%;
	content:"";
	height:50%;
	background:url(../img/service/11_6/arrow.png) #FFF no-repeat left 50% center;
}

.s11_06 li:nth-child(8) .set_l:after{
	bottom: -45%;
}

.s11_06 li:last-child .set_l:after {
	display:none;
}

.s11_06 li .set_l {
	width:20%;
	margin-top:3%;
}

.s11_06 li .set_r {
	width:77%;
}

.s11_06 li .set_r h5 {
	color:#FF8C8C;
	font-weight:bold;
	font-size:1.6rem;
	margin-bottom:5px;
}
/* 脱毛スケジュール -------------*/
.s_11_7 .main_wrap {
	background:none;
}

/* 最新型レーザーを採用 -------------*/
.s_11_8 .main h4.set_tit {
	margin:10% 0 0;
}
.s_11_8 .main .s11_8 > li {
	padding:7% 0 5%;
}

.s_11_8 .main ul li .set_l {
	width:100%;
}

.s_11_8 .main ul li .set_l h5 {
	margin-bottom:3%;
}

.s_11_8 .main ul li .set_r {
	padding:5% 0 0;
	width:100%;
}

.s_11_8 .main ul li .set_r img {
	width:80%;
	margin:0 auto;
	display:block;
}

.s_11_8 .main ul.s11_8 li:last-child{
	border-bottom:none;
}


/* 脱毛法の違い -------------*/
.s_11_9 .main h3.set_tit {
	margin:0 0 3%;
	padding:0.8em 2% 0.6em;
}
.s_11_9 .main h3.tm90.set_tit {
	margin-top:10%;
}

table.s11_9_t01 th {
	padding:0.8em 1% 0.6em;
	width:41%;
	font-size: 1.1rem;
}

table.s11_9_t01 th:nth-child(1) {
	width:18%;
}

table.s11_9_t01 th:nth-child(2) {
	border-left:none;
	border-right:1px solid #FFF;
}

table.s11_9_t01 th:nth-child(3) {
	border-left:1px solid #FFF;
}

table.s11_9_t01 td {
	padding:3%;
	font-size: 1.2rem;
}

table.s11_9_t01 td:first-child {
	border-bottom:5px solid #FFF;
	border-right:9px solid #FFF;
	padding:0;
}

table.s11_9_t01 td:first-child span:after {
	position:absolute;
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	border-top: transparent 5px solid;
	border-right: transparent 1px solid;
	border-bottom: transparent 5px solid;
	border-left: #ccc 8px solid;
	margin-top: -5px;
}

table.s11_9_t01 tr:last-child td:first-child {
	border-bottom:none;
}

table.s11_9_t01 td:first-child span {
	font-size:1.2rem;
	padding:0;
	width:100%;
	height:100%;
}

table.s11_9_t01 td:first-child span:after {
	right:-10px;
	font-size:1.2rem;
}

table.s11_9_t01 td:first-child span strong {
	position:absolute;
	top:50%;
	width:100%;
	left:0%;
	margin-top:-0.8em;
}

table.s11_9_t01 td:first-child span strong.l02 {
	margin-top:-1.5em;
}

table.s11_9_t01 td:nth-child(2) {
	border-right:1px dotted #999;
	border-bottom:1px dotted #999;
}

table.s11_9_t02 {
	margin-bottom:5%;
	border:1px solid #CCC;
}

table.s11_9_t02 th {
	border-bottom:1px solid #CCC;
	background:#E4E4E4;
	font-size:1.6rem;
	font-weight:bold;
	width:33%;
}

table.s11_9_t02 th ,
table.s11_9_t02 td {
	padding:3% 2%;
	display:block;
	width:100%;
	box-sizing:border-box;
}

table.s11_9_t02 td {
	vertical-align:top;
}

table.s11_9_t02 th:nth-of-type(2) ,
table.s11_9_t02 td:nth-of-type(2) {
	border-right:none;
	border-left:none;
}

table.s11_9_t02 td h4 {
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.4;
	min-height:inherit;
}

.s11_9_set {
	padding:3% 2%;
}

.s11_9_set + .s11_9_set {
	margin-top:5%;
}

.s11_9_set .set_l {
	width:100%;
	}

.s11_9_set .set_l h4 {
	font-size:1.6rem;
	margin:6px 0 5%;
	position: relative;
	letter-spacing: -0.01em;
	}

.s11_9_set .set_l h5 {
	font-size:1.5rem;
	margin:0 0 3%;
	}

.s11_9_set .set_l h4 span {
	font-size:1.0rem;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.s11_9_set .set_r {
	width:100%;
}
	
.s11_9_set .set_img.set_r  {
	width:50%;
	margin:5% auto 0;
	display:block;
	float:none;
	
}

	
/* アフターケアへのこだわり -------------*/

.s11_10_set01 {
	margin:10% 0 5%;
	padding:10% 2%;
}

.s11_10_set01 .set_l {
	width:100%;
}

.s11_10_set01 .s11_tit {
	border-radius:3px;
	padding:0.3em 0.5em 0;
	font-size:1.5rem;
	line-height: 1.8;
	margin:0 auto 5%;
	display:block;
	text-align:center;
}

.s11_10_set01 h4 {
	font-size:3.0rem;
	margin-bottom:3%;
	line-height:1.0;
	text-align:center;
}

.s11_10_set01 h4 span {
	font-size:1.2rem;
	margin-bottom:5%;
	padding-left:0;
}

.s11_10_set01 h4 + p {
	font-size:1.2rem;
	margin-bottom:20px;
	line-height:1.2;
}

.s11_10_set01 h4 + p + p {
	font-size:1.2rem;
	text-align:center;
	margin-bottom:5%;
}

.s11_10_set01 h4 + p + p strong.big {
	font-size: 2.5rem;
	margin-bottom: 10px;
}

.s11_10_set01 h4 + p span {
	font-size:1.2rem;
}

.s11_10_set01 table {
	width:100%;
	margin-bottom:5%;
}

.s11_10_set01 table th{
	font-size:1.4rem;
	width: 6em;
	display: block;
}

.s11_10_set01 table th.double{
	height: 4em;
	padding-top: 2em;
}

.s11_10_set01 table th.single{
	height: 3.4em;
	padding-top: 2.5em;
}


.s11_10_set01 table td p{
	font-size:1.5rem;
}


.s11_10_set01 h5 {
	margin-bottom:3%;
	padding:1.0em;
}

.s11_10_set01 .set_l01 {
	margin-bottom:5%;
}

.s11_10_set01 .set_l01 li {
	padding-bottom:5%;
	letter-spacing:normal;
}

.s11_10_set01 .set_l01 li + li {
	padding-top:5%;
}

.s11_10_set01 h6 {
	margin-bottom:0.1em;
}


.s11_10_set01 .set_l02 li {
	line-height:1.8em;
	font-size:1.2rem;
}

.s11_10_set02 .set_r {
	width:100%;
}

.s11_10_set02 .set_r img {
	width:60%;
	margin:5% auto 0;
	display:block;
}

.main .s11_10_set01 p.mbcho {
    margin-right: 0;
    text-align: left;
}

.s11_10_set01 .set_l03 {
	margin-right: 0;
}


/* 診療の流れ -------------*/

.s11_11_set li {
	margin-bottom:5%;
}

.s11_11_set li .set_l:after {
	font-size:1.0rem;
	margin-left:-5px;
	bottom:-20%;
}

.s11_11_set li:last-child .set_l:after {
	display:none;
}


.s11_11_set .set_l {
	width:28%;
}

.s11_11_set .set_r {
	width:70%;
}

.s11_11_set .set_r h3 ,
.s11_11_set .set_r h4 ,
.s11_11_set .set_r h5 {
	margin-bottom:1px;
	margin-top:0;
}

.s11_11_set .set_r h3 + p ,
.s11_11_set .set_r h4 + p ,
.s11_11_set .set_r h5 + p {
	margin-top:0;
}


/* 価格表 -------------*/
.main .ma_set {
	margin-bottom:5%;
}

.main .ma_set table {
	width:100%;
}

.main .ma_set table th ,
.main .ma_set table td {
	padding:1em 2%;
}

.main .ma_set table th {
	width:20%;
}
.main .ma_set table td {
	text-align:center;
	line-height: 1.8;
}
.main .ma_set table td img {
	vertical-align:middle;
	padding-left:40px;
	padding-right:0;
	max-height:40px;
	width:auto;
}

.main .ma_set table + table {
	margin-top:2%;
}

.main .ma_set table + table td img {
	padding-left:10px;
}

.main .ma_set_01 {
	text-align:center;
	margin:10% auto 1%;
	width:100%;
	display:flex;
}

.main .ma_set_01 li {
	display:inline-block;
	padding:0 1%;
	width:48%;
}


.main .ma_set.wi-w table {
	width:49%;
}

.main .ma_set.wi-w table + table {
	margin-top:0;
}

.main .ma_set.wi-w table th ,
.main .ma_set.wi-w table td {
	display:block;
	width:100%;
	font-size: 1.2rem;
}

.main .ma_set.wi-w table th {
	border-right:none;
	border-bottom:1px solid #CBC8CA;
}
.main .ma_set.wi-w table td img {
	display:block;
	width:auto;
	height:25px;
	padding:0;
	margin:2% auto 0;
}

.set_tab01 table td strong{
	display: table-cell;
	width: 95px;
	padding-right: 0!important;
	padding-top: 0!important;
	vertical-align: middle;
}
.prp .set_tab01 table td p.info_set {
	display: table-cell;
	font-size:0.8rem;
	vertical-align: middle;
/*	width:100%;	*/
	width: calc(100% - 95px);
/*	margin-top:2%;	*/
}


/* prp-*/
.prp .main {
	background:none;
}

.prp_set01 p {
	width:100%;
}

.prp_set01 p br {
	display:inline;
}

.prp_set01_c {
	margin:5% 0;
	width:100%;
	padding:5% 2%;
}

.prp_set01_c h4 ,
.prp_set01_c li strong {
	font-size:1.4rem;
	margin-bottom:2%;
}

.prp_set01_c li {
	padding-left:8em;
	text-indent:-6em;
	margin-bottom:10px;
	line-height:1.4;
	font-size:1.4rem;
}

.prp_set01_c li:before{
	content:"………………";
}

.prp_set01_c li strong {
	position:absolute;
	left:0;
	top:0;
	padding-right:0.5em;
	text-indent:0;
}


.prp_set01_c li {
    padding-left: 0em;
    text-indent: 0;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 1.4rem;
}
.prp_set01_c li:before {
    display: none;
}
.android .prp_set01_c li:before{
	top: -4px;
}
.prp_set01_c li span {
    position: relative;
    z-index: 1;
    display: block;
    margin-left: 8em;
    background: #FFEEEE;
}

.set_nl {
	width:100%;
	margin-bottom:5%x;
	margin-top:5%;
}

.set_nl li {
	width:20%;
	margin-right:0;
	vertical-align:top;
}

.set_nl li a {
	display:block;
	box-sizing:border-box;
	text-align:center;
	border:1px solid #CCC;
	padding:1em 0 2.0em;
	position:relative;
	height:5.5em;
	line-height:1.4;
}

.set_nl li.single a {
	padding-top: 2em;
}

.set_nl li a:after {
	font-size:1.4rem;
	bottom:0px;
	left:50%;
	margin-left:-7px;
}

/* set_prp */
.set_prp_02 h4 .red {
	font-size:1rem;
	float: right;
}

.set_prp_02 + .set_prp_02 {
	margin-top:5%;
}

.set_prp_02 li {
	width:100%;
	font-size: 1.2rem;
}

.set_prp_02 ul.set_prp_l > li ,
.set_prp_02  ul.set_prp_l .cf > li {
	padding-bottom:10%;
}

.set_prp_02 ul.set_prp_l > li + li ,
.set_prp_02  ul.set_prp_l .cf > li + li {
	padding-top:10%;
}

.set_prp_02 .set_l {
	width:100%;
}

.set_prp_02 .set_r {
	padding-right:0;
	width:100%;
	margin-top: 3%;
	font-size: 1rem;
}

.set_prp_02 .set_r img {
	width:80%;
	display:block;
	margin:5% auto 0;
}

.set_prp_02 .info {
	margin-top:0em;
}


.set_prp_02 .set_prp_l li div .set_l {
	float: none;
	width: 100%;
}

.set_prp_02 .set_prp_l li div .set_r {
	margin:3% 0 0;
	float: none;
	width: 100%;
	margin: 0;

}

.set_prp_02 .set_prp_l li div .set_r img {
	margin: 0;
	width: 100%;
}


.set_prp_02 h5 {
	margin-bottom:3%;
	line-height:1.4;
}


/* set_prp_03 */

.set_prp_03 {
	margin-top:2em;
	}

.set_prp_03 > h6 {
	display:block;
	margin-bottom:2%;
	}


/* set_prp_05 */

.set_prp_05 {
	padding:5% 2%;
	margin-bottom:15%;
}

.set_prp_05 h4 {
	background:none;
	margin:0;
	padding:0;
	font-size:1.6rem;
	margin-bottom:15px;
	position:relative;
}

.set_prp_05 h4:before {
	display:none;
}

.set_prp_05 ul {
	display:block;
}

.set_prp_05 ul li {
	width:100%;
}

.set_prp_05 ul li + li {
	margin-top:5%;
}

.set_prp_05 ul li:first-child {
	margin-right:0;
}

.set_prp_05 ul li h5 {
	font-weight:bold;
	margin-bottom:5px;
}

/* set_tab01 -------------*/

.set_tab01 table + h5 {
	margin-top:10%;
}

.set_tab01 table th ,
.set_tab01 table td {
	padding:0.5em 1%;
}

.set_tab01 table th:first-child {
	width:18%;
}

.set_tab01 table td {
	width:42%;
}

.set_tab01 table td.set_c {
	text-align: center;
	padding: 1em 0 1em 0;
	font-size: 1.2rem;
}

.set_tab01 table.purpose td.set_c {
	padding: 1em 6% 1em 0;
}

.set_tab01 table + table {
	margin-top:3%;
}

.set_tab01 table td p.info_set {
	font-size:0.8rem;
	width:63%;
}

.set_tab01 table td strong {
	padding-right:1em;
	padding-top: 1em;
}

.set_tab01 table td span {
/*	padding-right:1em;	*/
	padding-right: 0;
}

.set_tab01 table td p.info_set.red {
	font-size:1.0rem;
}


/* e-max */
.s12 .main {
	background:none;
}

p + p.s12_01 {
	width:28%;
	padding:0 3%;
	margin-bottom:5%;
	margin-top:0;
}

p.s12_01 + p{
	margin-top:0;
}
p + p.s12_02 {
	margin-top:0;
	margin-bottom:1em;
}

.set_nl5 li + li {
	margin-left:1%;
}

.set_prp_02 .set_m {
	display:block;
}

.set_prp_02 .set_m li {
	width:100%;
}

.set_prp_02 .set_m li table {
	height:100%;
}

.set_prp_02 .set_m li table tr:last-child td {
	padding:3% 2%;
}

.set_prp_02 .set_m li table tr:last-child p {
	line-height:1.6em;
	float: right;
}

.set_prp_02 .set_m li table tr:last-child p.set_c {
	min-height:inherit;
}

.set_prp_02 .set_m li table tr:last-child p + p {
	margin:0;
}

.set_prp_02 .set_m table {
	position:relative;
}

.set_prp_02 .set_m table .set_c {
	text-align: center;
	width:100%;
	display:block;
	margin:0 3% 3% 0;
}

.set_prp_02 .set_m table .set_c .set_m_sp {
	position:absolute;
	left:0;
	top:0;
}

.set_prp_02 .set_m table .set_c .set_m_sp strong {
	color:#FFF;
	background:#CCC;
	text-align:center;
	padding:0.5em 0.8em;
	display:inline-block;
	line-height:1;
}

.set_prp_02 .set_m table .set_c .set_m_sp strong + span {
	padding-left:1em;
}

.set_prp_02 .set_m table .set_c img {
	padding-top:2em;
}

.set_prp_02 .set_txt {
	text-align:left;
	padding-left:4em;
	margin-top:-0.3em;
}

.s03 .set_prp_02 p.set_img_r ,
.s12 .set_prp_02 p.set_img_r {
	font-size:1.0rem;
	line-height:1.4;
	margin-top:2%;
}
.s12 .set_tab01 table td p.info_set.red {
	font-size:1.0rem;
	width:95%;
	margin-top:2%;
	text-align: center;
}



.set_prp_04 h4 ,
.set_prp_02 h4 {
margin-top:0;
margin-bottom:5%;
}

.set_prp_02 ,
.set_prp_04 {
padding-top:10%;
}

.set_prp_02.t38  {
padding-top:10%;
}






.set_prp_02 .set_m02 {
	margin:3% 0 0;
}

.set_prp_02 .set_m02 > li:nth-child(2) {
	margin:0 2%;
}

.set_prp_02 .set_m02 li h6 {
	margin-bottom:2%;
}

.set_prp_02 .set_m02 li  ul li {
	font-size:1.3rem;
}

.set_prp_02 .set_m02 li dd + dt {
	margin-top:1em;
}

.set_prp_02 .set_m02 li dt ,
.set_prp_02 .set_m02 li dd {
	font-size:1.3rem;
}

.set_prp_02 .set_m03 {
	margin:3% 0 0;
}

.set_prp_02 .set_m03 p.set_l {
	padding:1.0em 0;
	width:100%;
	display:block;
	line-height:1.0;
}

.set_prp_02 .set_m03 p.set_r {
	margin:2% 0 0;
	font-size:1.4rem;
	width:100%;
}

/* ヒアルロン酸 */
.s03 .main {
	background:none;
}

.s03 .prp_set01_c li {
	position:relative;
	/* padding-left:130px; */
	padding-left:2em;
	text-indent:0;
}

.s03 .prp_set01_c li span:before{
	content:"……";
}

.s03 .set_prp_02 .flexBox {
	display: block;
}
.s03 .set_prp_02 .flexBox .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 3rem;
}
.s03 .set_prp_02 .flexBox .right {
	width: 100%;
}
.s03 .set_prp_02 .flexBox .set_tab01 table td {
	width: 24%;
}
.s03 .set_prp_02 .flexBox .left:after{
    top: unset;
    left: 0;
    bottom: 0px;
    border-left: 14px solid transparent;
    border-top: 14px solid #dc143c;
}
.set_prp_02 .set_l03 {
	width:100%;
}
.set_prp_02 .set_r03{
	padding-top:5px;
}
.set_prp_02 .set_r03 img + img {
	padding-left:10px;
}

/* set_tab02 -------------*/

.set_tab02 table {
	width:100%;
	border:none;
}

.set_tab02 table th span {
	font-size:1.3rem;
}

.set_tab02 table th ,
.set_tab02 table td {
	padding:3%;
	border:1px solid #CCC;
	display:block;
	width:100%;
}

.set_tab02 table th ul ,
.set_tab02 table th li {
	display:inline-block;
}

.set_tab02 table td {
	margin-bottom:3%;
	border-top:none;
}
.set_tab02 table tr:last-child td {
	border-bottom:1px solid #CCC;
}

.set_tab02 table td .set_l {
	width:100%;
}

.set_tab02 table td .set_r {
	margin:0;
}

.set_tab02 table td div .set_l {
	width:61%;
	float: left;
}

.set_tab02 table td div .set_r {
	margin:0;
	float: right;
	width: 36%;
}

.set_tab02 table td div .set_r img {
	margin: 0;
	width: 100%;
}

.set_tab02 table td.chin .set_l {
	width:56%;
	float: left;
}

.set_tab02 table td.chin .set_r {
	margin:0;
	float: right;
	width: 40%;
}

.set_tab02 table td.chin .set_r img {
	margin: 0;
	width: 100%;
}

.set_tab02 table td .set_l.w270 {
	width:100%;
	margin-top:0;
}

.set_tab02 table td .set_l.tm30 {
	margin-top:0;
}

.set_tab02 table .w280 {
	width:50%;
	font-size:0.9rem;
}

.set_tab02 table .w280 + td {
	width:10%;
}

.set_tab01 table th:first-child.w240,
.set_tab01 table th.w240 {
	width:20%;
	padding-left:0.5em;
	padding-right:0.5em;
}

.set_tab01 table td.w250 {
	width:55%;
}

.set_tab01 table .set_t_l {
	text-align:left;
	padding-left:0.5em;
	padding-right:0.5em;
}

.set_prp_02 .set_r03 img {
	display:inline-block;
	width:43%;
	}

/* ボトックス */
.s05 .main {
	background:none;
}

.set_prp_02 .set_l.w617 ,
.set_prp_02 .w617 li {
	width:100%;	
}

.set_prp_02 .set_l.w563 ,
.set_prp_02 .w563 li {
	width:100%;
}

.set_prp_02 .set_l.w594 ,
.set_prp_02 ul.w594 {
	width:100%;
}

.set_prp_02 ul.set_prp_l > li, 
.set_prp_02 .cf ul.set_prp_l > li{
	padding-bottom: 10%;
}

.set_prp_02 ul.set_prp_l > li + li, 
.set_prp_02 .cf ul.set_prp_l > li + li{
	padding-top: 10%;
}

.s05 .set_l.w563 + .set_r img{
	width: 50%;
}

.s05 .set_tab01 table tr:first-child th{
	font-size: 1.1rem;
}

.s05 .set_tab01 table td{
	font-size: 1.2rem;
}

.borderBox .box ul {
    padding: 0.5rem 0;
}
.borderBox .box li {
    padding: 0.5rem 1rem;
}

/* 比較写真-------------*/

.ba_ph_i > li {
	padding:3%;
}

.ba_ph_i li p.set_menu ,
.ba_ph_set p.set_menu {
	margin-top:0;
}

.ba_ph_i li .set_l {
	width:100%;
}

.ba_ph_i li .det_img {
	margin-top:1em;
	width:100%;
}
/* 比較写真個人-------------*/

.ba_ph_h h3 {
	margin-bottom:0;
}

.ba_ph_h .next_back{
	margin:5% 0 3%;
}

.ba_ph_h .next_back:last-of-type{
	margin:5% 0 0;
}

.ba_ph_h .det_img{
	text-align:center;
}

.ba_ph_set table {
	border:1px solid #BBB;
	width:100%;
	padding:3%;
}

.ba_ph_set table td {
	display:block;
	padding:0;
	border-bottom:none;
}

.ba_ph_set table td:nth-child(2) {
	border-left:none;
	width:100%;
}
.ba_ph_set p.set_menu {
	margin-top:0;
	word-wrap:break-word;
}
.det_img_a {
	padding:3% 0;
	border:none;
	display:block;
	text-align:center;
}

.det_img_a li {
	padding:0;
	height:100%;
}

.det_img_a > li + li {
	margin-top:3%;
}

.det_img_a li ul {
	display:flex;
}

.det_img_a li ul li:first-child {
	padding-right:10%;
	position:relative;
}

.det_img_a li ul li p{
	text-align:center;
}

.det_img_a li ul li:first-child:after {
	content:"▶";
	color:#999;
	font-size:1.4rem;
	display:inline-block;
	right:12px;
	top:50%;
	margin-top:-7px;
	position:absolute;
}

/*サイトマップ* ---------- */
.sitemap .main .f_gl {
	display: block;
	padding-bottom:0;
	padding-top:5%;
}

.sitemap .main .f_gl li{
	width:100%;
}

.sitemap .main .f_gl li h3 ,
.sitemap .main .f_gl li h3 a {
	background:#FFF;
}

.sitemap .main .s_h3 > li ,
.sitemap .main .f_gl > li {
	padding: 0 2%;
}

.sitemap .main .s_h3.set_sm > li:last-child {
	border-bottom: 1px dotted #666;
}

.sitemap .main .s_h3 > li a ,
.sitemap .main .f_gl > li h3 ,
.sitemap .main .f_gl > li a {
	font-size: 1.4rem;
}
.sitemap .main .f_gl > li h3  {
	padding-bottom:0.8em;
}

.sitemap .main .f_gl > li ul li {
	padding-right: 0;
}

.sitemap .main .s_h3 > li {
	padding: 0;
	margin: 0;
	width: 100%;
}

.sitemap .main .s_h3 ,
.sitemap .main .s_h3:last-of-type {
	float: none;
}

.sitemap .main .f_gl li a,
.sitemap .main .f_gl h3,
.sitemap .main ul.s_h3 li a {
	padding:1em 0;
}
.sitemap .main .f_gl h3 a {
	padding:0;
}

.sitemap .main .f_gl > li > ul ,
.sitemap .main .f_gl > li:nth-child(3) ul {
	display:block;
}

.sitemap .main .f_gl > li:nth-child(3) ul li {
	width: 100%;
	padding:0 0 1em ;
}


.sitemap .main .f_gl > li > ul li a {
	padding:0;
	border:none;
}

.sitemap .main .f_gl > li > ul li{
	padding-bottom:1em;
}

.sitemap .main ul.s_h3 li a {
	border:none;
	padding-left:2%;
}

/* 個人情報保護 ---------- */

.privacy .main p br {
	display:inline;
}

.line_set01 li:last-child {
	padding:30px 0 0;
}

/* 頂く日々詳細 -------------*/

ul.set_every {
	padding:25px 0 0;
}

.set_every li {
	padding:5% 3%;
}

/* ご利用者様の声 */

.voice .main dd .set_l {
	width:100%;
}

.voice .main dd .set_l h5 {
	margin:5% 0 3%;
}

.voice .main dd p.set_r {
	width:100%;
	text-align:center;
	margin:10% auto;
}

.voice .main dd p.set_r img {
	width:50%;
	display:block;
	margin:0 auto 1em;
}

.voice .main .s_voice_set {
	margin-bottom:5%;
	margin-top:3%;
}

.s_voice_set ul {
	display:inline-block;
	width:100%;
	vertical-align:top;
}


	.s_voice_set ul li{
	line-height:1.8em;
	float: left;
	width: 50%;
}

.s_voice_set ul li:before {
	content:"＞";
}

/* 採用情報 -------------*/


.recruit .set_rec_02 {
	margin:10% 0;
	display:block;
}

.recruit .set_rec_02 div {
	width:100%;
	padding: 5% 3%;
	box-sizing:border-box;
}

.recruit .set_rec_02 div:first-of-type {
	margin-right:0;
	margin-bottom:3%;
}

.recruit .set_rec_02 div h4 {
	font-size:1.5rem;
}

.recruit .set_rec_02 div li {
	font-size:1.5rem;
}

.recruit .set_rec_03 table {
	margin-top:-5%;
}

.recruit .set_rec_03 table th ,
.recruit .set_rec_03 table td {
	padding:3%;
}

.recruit .set_rec_03 table th {
	width:25%;
}


.recruit .set_rec_04 {
	margin:15% 0 0;
}

.recruit .set_rec_04 p a{
	display:block;
	width:90%;
	margin:0 auto 5%;
	font-size:2.5rem;
	text-align:center;
	box-sizing:border-box;
	padding:1em 5% 0.8em;
	line-height:1.2;
	background:url(../img/contact/btn_bg.jpg) repeat-x top center;
}


/* 美容点滴 */
.s08 .main {
	background:none;
}

.s08 .prp_set01_c li {
	/* padding-left:7.5em; */
	padding-left: 0;
}

.s08 .prp_set01_c li:before{
	/* content:"………………"; */
	content:"………………………………";
}

.s08 .main .prp_set01 > p{
	width:100%;
}

.s08 .main .set_prp_l li.b_ari{
	padding-bottom: 10%;
}

.s08 .set_nl5 li.sp_l3 a {
	letter-spacing:-0.05em;
}

.s08 .main h5.set_08 {
	padding-top:10%;
	border-top:1px dotted #999;
}

.s08 .set_prp_l .set_img_r  {
	float:right;
	width:40%;
	margin: 8% 0 0 2%;
}

.s08 .set_prp_l .set_img_c img {
	width:60%;
	display:block;
	margin:0 auto;
}

/*
.s08 .set_tab02 table tr:last-child th,
.s08 .set_tab02 table td {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
*/

.s08 .set_tab02 table th.w280 {
	width:100%;
	font-size:1.6rem;
}

.s08 .set_tab02 table th.w280 + td {
	width:100%;
}
.s08 .set_tab01 table.s08_set td span {
	padding:0;
}

.s08 .set_tab02 table th {
	display: table-cell;
	width: 35% !important;
	border: #ccc 1px solid !important;
}

.s08 .set_tab02 table td {
	display: table-cell;
	width: 65% !important;
	border: #ccc 1px solid !important;
}
	
/* 美容点滴（uuuth追記 2019/05/20) ---------- */	
	
.main .ma_set.wi-w table {
    margin: 0 auto;
    float: none;
}
.prp_set01_c li strong {
    position: static;
}
.prp_set01_c li span {
    margin: 0.25em 1em 0.25em 0em;
}
.s08 .prp_set01_c li:before {
    content: none!important;
}
	
/* ご予約・お問い合わせ ---------- */
.contact .main h3 {
	margin:0;
}

.main .contact_set01 {
	padding:5% 3% 3%;
	margin:5% 0;
	position:relative;
	box-sizing:border-box;
}

.main .contact_set01 h4 {
	font-size:1.7rem;
}

.main .contact_set01 p.set_btn {
	position:relative;
	right:0;
	top:0;
	padding:0;
	margin-top:1em;
}

.contact .main .tit_tel {
	background:url(../img/contact/icon_tel.png) no-repeat 9px center #EAEFF4;
	background-size:20px;
	padding:14px 0 13px 30px;
}

.contact.main .tit_form ,
.contact_f .main h3.tit_form {
	background:url(../img/contact/icon_mail.png) no-repeat 9px center #EAEFF4;
	background-size:18px;
	padding:14px 0 13px 30px;
	margin-bottom:5%;
}

.contact .main .tit_form.set_tit01{
	background:url(../img/contact/icon_mail.png) no-repeat 4px center #EAEFF4;
	background-size:18px;
	padding-left:25px;
	letter-spacing:-0.01em;
}

.contact .main .btn_set02 {
	text-align:center;
}

.contact .main .btn_set02 li {
	display:inline-block;
	width:48%;
	vertical-align:top;
	margin:0 0;
}

.contact .main .btn_set02 li a {
	line-height:1.4;
	min-height:5em;
	padding-top:1em;
	box-sizing:border-box;
	background:url(../img/contact/btn_bg.jpg) repeat-x bottom center;
	background-size:100% 30%;
	font-size:1.4rem;
	border:1px solid #CCC;
}

.contact .main .btn_set02 li a:hover {
	opacity: 0.7;
}

.contact .main h5 {
	font-size:1.8rem;
	line-height:1.4;
	margin-bottom:5px;
	text-align:center;
}

.main .contact_set02 {
	text-align:center;
}

.contact_set02 p ,
.contact .main p.info {
	padding-left:0;
}

.contact_set02 .set_img a img {
	width:80%;
}

.contact_set02 .set_l + .set_l{
	padding-left:0;
	font-size:1.4rem;
}

.contact_set02 .set_l + .set_l + .info {
	font-size:1.2rem;
	
}

/* 価格表 -------------*/
.price .main p br {
	display:inline;
}
.set_price01 .set_p_01 {
	border:2px solid #FF8C8C;
	border-radius: 6px;
	padding:10px 20px;
	margin:10% 0;
}

.set_price01 .set_p_01 li {
	display:inline-block;

}

.set_price01 .set_p_01 li + li {
	width:100%;
	text-align:center;
	margin-top:3%;
}

.set_price01 .set_p_01 li + li img {
    width: 80%;
    margin: 0 auto;
}

.set_price01 .set_p_01 li:first-child {
	padding-right:1em;

}

.set_price02 p.info {
	margin-top:-1em;
	margin-bottom:10%;
}

.set_price02 h4 {
	margin-bottom:1%;
	margin-top: 0px;
}

.set_tab03 table {
	width:96%;
margin:0 2% 10%;
}


.set_tab03 table th:nth-child(1) ,
.set_tab03 table th:nth-child(2) {
	width:30%;
}

.set_tab03 table th:nth-child(3) {
	width:20%;
}

.set_tab03 table th ,
.set_tab03 table td {
	font-size:1.0rem;
	line-height:1.2;
}

.set_tab03 table td {
	padding:1em 0.2em 1em 0.5em;
}

.set_tab03 table td:nth-last-child(2) ,
.set_tab03 table td:last-child {
	text-align:center;

}
.set_tab03 table td:last-child {
	text-align: right;
	padding-right: 5px;
}
.set_tab03 table td span,
.price .txts,
.ma_set .txts {
	font-size:0.8rem;
}


/* お問い合わせ -------------*/
.contact_f .main h3.tit_form{
	margin-top:0;
	padding-bottom:11px;
	margin-bottom:5%;
}

.contact_f .progress {
	margin-top:0;
	margin-bottom:5%;
}

.contact_f .progress li {
	width:30%;
	border-radius: 2px;
	font-size:1.0rem;
}

.contact_f .progress li:after {
	content:"";
	background:url(../img/contact/icon_arrow.png) no-repeat center center;
	background-size:5px;
	width:15%;
	height:10px;
	display:block;
	position:absolute;
	right:-15%;
	top:50%;
	margin-top:-5px;
}

.contact_f .progress li:last-child:after {
	display:none;
}

.set_tab04 table {
	border:2px solid #CCC;
	margin-bottom:5%;
}

.set_tab04 table td ,
.set_tab04 table th {
	padding:3% 2%;
	font-size:1.1rem;
	line-height:1.2;
}

.set_tab04 table th {
	width:30%;
}

.set_tab04 table th span{
	position:relative;
	right:0;
	top:0;
	font-size:1.2rem;
	line-height:17px;
	padding:2px 5px 0;
	margin-top:0;
	display:block;
	text-align:center;
	width:2em;
	margin-top:5px;
}

.set_tab04 table td input.w570 ,
.set_tab04 table td input.w470 ,
.set_tab04 table td select.w140 ,
.set_tab04 table td p select.w180,
.set_tab04 table td textarea {
	width:100%;
	box-sizing:border-box;
}

.set_tab04 table td input.w100 {
	width:25%;
	box-sizing:border-box;
}

.form-where-in li {
	display:block;
	padding-right:0;
}
.form-where-in li .select_set {
	width:40%;
}

.form-where-in li p select.w85 {
	width:2em;
}

.set_tab04 table td p.info {
	font-size:1.0rem;
}

.set_tab04 table td .set_l ,
.set_tab04 table td .set_r {
	display:block;
	float:none;
}

.contact_f .main .set_l + .set_r {
	margin:0;
}

.form-where + .form-where {
	margin-top:1em;
}

.form-where + .form-where .cf {
	margin-top:0;
}

.contact_f .set_cont li p {
	display:inline-block;
	margin-right:1em;
	line-height:1.4;
}

.contact_f .set_cont li {
	width:100%;
}

.contact_f .set_cont li + li {
	margin-top:10%;
}

.contact_f .set_cont li .select_set  {
	width:80%;
}

.contact_f .set_cont li .select_set input {
	width:100%;
}

.contact_f .set_cont02 {
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
	font-size:1.0rem;
	line-height:1.2;
}

.contact_f .set_cont02 input {
	margin:0 0 10px;
}

.contact_f .set_tab04 table td .form-mail p.select_set + p + p ,
.contact_f .set_tab04 table td .form-mail p.select_set + p + p + p {
	margin-top:0;
}


.contact_f .info_t {
	margin-top:0;
	line-height:1.2;
	margin-bottom:5%;
}

.contact_set02 table p, .contact table p.info {
	padding-left:0;
	line-height:1.2;
}



.contact_f .pp {
	padding:3%;
	margin-bottom:5%;
}

.contact_f .pp_innar h4 ,
.contact_f .pp_innar h5 ,
.contact_f .pp_innar p {
	font-size:1.2rem;
	text-align:left;
}

.contact_f .notes {
	padding:5% 2%;
	margin-bottom:10%;
}

.contact_f .notes + .notes3 {
	margin-top:10%;
}

.contact_f .notes h4 {
	font-size:1.5rem;
}

.contact_f .notes p {
	font-size:1.3rem;
}

.contact_f .notes2 {
	font-size:1.2rem;
	padding:1em 0;
	border-right:none;
	border-left:0;
}

.contact_f .submit input {
	width:80%;
}

.contact_f .domein a {
	text-align:center;
	display:block;
	border:2px solid #CCC;
	padding:1.5em 0;
	margin-bottom:10%;
}

.contact_f .main .tm100 {
	line-height:1.6;
}

}


.error {
	color: red;
	padding-top: 5px;
	display: inline-block;
	padding: 10px 0 0 0;
}

.price .btn {
	text-align: right;
}

.price .btn img {
	width: 250px;
}

@media screen and (max-width: 767px)
{

	.pagenation ul a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: rgb(0, 0, 0);
    margin-right: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    text-decoration: none;
    padding: 3px;
}


.pagenation ul li.cur {
    background-color: #ccc;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 3px;
    margin-right: 3px;
    display: inline-block;
}

.pagenation ul li.last a {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 3px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.price .btn {
	text-align: center;
}

.price .btn img {
	width: 70%;
	margin-bottom: 30px;
}


}

/* 医療HIFU（uuuth追記 2022/10/11) ---------- */	

.contents.s13 .sec-00  {
   background: url("../img/service/13/img-mv.jpg") no-repeat 100% 0;      
}

.contents.s13 .sec-00 .txt {
    width: 360px;
    margin-bottom: 4em;
}

.contents.s13 .sec-01 .set_l.width-pc {
    width: 330px;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(1) .set_l.width-pc {
    width: 300px;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-flex {
    display: flex;
    justify-content: space-between;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge h6 {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge table {
    width: 100%;
    border-collapse: collapse;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge th,
.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge td {
    border: 1px solid #727171;
    text-align: center;
    line-height: 1.25;
    width: calc(100% / 3);
    white-space: nowrap;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge th {
    padding: 5px 15px;
    font-weight: bold;
    color: #fff;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge td {
    padding: 15px;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(1) th:nth-child(1) {
    background: #D34444;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(1) th:nth-child(2) {
    background: #ED6464;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(1) th:nth-child(3) {
    background: #EF8989;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td {
    font-size: 1.2rem;
    font-weight: bold;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td img {
    padding-bottom: 10px;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td:nth-child(1) {
    color: #D34444;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td:nth-child(2) {
    color: #ED6464;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td:nth-child(3) {
    color: #EF8989;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(4) td {
    font-size: 1.1rem;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-approach h6 {
    padding-left: 60px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .set_l.width-pc {
    width: 460px;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex h6 {
    display: inline-block;
    margin: 20px 0 15px;
    padding: 2px 10px;
    background: #9FA0A0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex dl {
    display: flex;
    flex-wrap: wrap;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex dt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 40px;
    margin: 0 15px 20px 0;
    padding-top: 5px;
    border: 1px solid #E48383;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    color: #E48383;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex dt::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -14px;
    font-size: 10px;
    color: #9FA0A0;
    border-top: 6px solid #9FA0A0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
    margin: 0 0 20px 0;
    font-size: 1.3rem;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd::before {
    display: block;
    content: "";
    position: absolute;
    left: 118px;
    bottom: -12px;
    width: 2px;
    height: 17px;
    background-color: #9FA0A0;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd::after {
    display: block;
    content: "";
    position: absolute;
    left: 115px;
    bottom: -18px;
    font-size: 12px;
    color: #9FA0A0;
    border-top: 6px solid #9FA0A0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex dt.last::after,
.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd.last::before,
.contents.s13 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd.last::after {
    display: none;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(4) .set_l.width-pc {
    width: 400px;
}

.contents.s13 .sec-02 .set_prp_l li:nth-child(4) .border-top {
    border-top: 1px dotted #999;
    margin-top: 30px;
    padding-top: 30px;
}

.contents.s13 .sec-03 .set_l.width-pc {
    width: 460px;
}

.contents.s13 .sec-03 .set_m03 p.set_r  {
    float: left;
    width: auto;
    margin-left: 20px;
}

.contents.s13 .sec-05 h5 span {
    margin-left: 10px;
    font-size: 10px;
    font-weight: normal;
}

.contents.s13 .sec-05 .set_tab01 table th:first-child {
    width: 200px;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    
    .contents.s13 .set_nl li a {
        font-size: 1.2rem;
    }
    
    .contents.s13 .mv.sp  {
        margin: 0 0 5%;
    }
    
    .contents.s13 .sec-00  {
       background: none;   
    }
	
    
    .contents.s13 .sec-00 .txt {
        width: auto;
    }
    
    .contents.s13 .sec-00 .txt span {
        display: block;
        background: url("../img/service/13/img-mv-02_sp.jpg") no-repeat calc(100% - 10px) 100% / auto 200px;  
        padding-right: 100px;
        min-height: 200px;
    }
    
    .contents.s13 .sec-01 .set_l.width-pc,
    .contents.s13 .sec-02 .set_prp_l li:nth-child(1) .set_l.width-pc,
    .contents.s13 .sec-02 .set_prp_l li:nth-child(3) .set_l.width-pc,
    .contents.s13 .sec-02 .set_prp_l li:nth-child(4) .set_l.width-pc,
    .contents.s13 .sec-03 .set_l.width-pc {
        width: auto;
    }
    
    .contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-flex {
        display: block;
    }
    
    .contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge th,
    .contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge td {
        white-space: inherit;
    }
    
    .contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge th {
        padding: 5px 5px;
        font-size: 1.3rem;
    }

    .contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge td {
        padding: 10px 5px;
        font-size: 1.2rem;
    }
    
    .contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(4) td {
        font-size: 1.0rem;
    }
    
    .contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge h6 {
        font-size: 1.3rem;
    }
    
    .contents.s13 .sec-02 .set_prp_l li:nth-child(2) .box-approach h6 {
        font-size: 1.3rem;
        padding-left: 0px;
    }
    
    .contents.s13 .sec-02 .set_prp_l li:nth-child(3) .sp {
        margin: 2em auto;
        text-align: center;
    }
    
    .contents.s13 .img-01-01,
    .contents.s13 .img-02-01,
    .contents.s13 .img-02-02,
    .contents.s13 .img-02-03,
    .contents.s13 .img-02-04,
    .contents.s13 .img-03-01 {
        width: 90% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .contents.s13 .sec-03 .set_m03 p.set_r  {
        margin-left: 0px;
    }
    
    .contents.s13 .sec-05 .set_tab01 table th:first-child {
        width: 25%;
    }
    
    .contents.s13 .s11_11_set li:nth-of-type(1) .set_l::after,
    .contents.s13 .s11_11_set li:nth-of-type(2) .set_l::after,
    .contents.s13 .s11_11_set li:nth-of-type(3) .set_l::after {
        top: auto;
        bottom: -30px;
    }
    
}



/* 水光注射（uuuth追記 2024/5/20) ---------- */	

.contents.s14 .sec-00  {
	background: url("../img/service/14/img-mv.jpg") no-repeat 100% 0;
	background-size: 375px;
	}
 
 .contents.s14 .sec-00 .txt {
	 width: 421px;
	 margin-bottom: 4em;
	}
 
 .contents.s14 .sec-01 .set_l.width-pc {
	 width: 441px;
	}
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(1) .set_l.width-pc {
	 /* width: 300px; */
	}
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-flex {
	 display: flex;
	 justify-content: space-between;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge h6 {
	 font-size: 1.6rem;
	 font-weight: normal;
	 text-align: center;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge table {
	 width: 100%;
	 border-collapse: collapse;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge th,
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge td {
	 border: 1px solid #727171;
	 text-align: center;
	 line-height: 1.25;
	 width: calc(100% / 3);
	 white-space: nowrap;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge th {
	 padding: 5px 15px;
	 font-weight: bold;
	 color: #fff;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge td {
	 padding: 15px;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(1) th:nth-child(1) {
	 background: #D34444;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(1) th:nth-child(2) {
	 background: #ED6464;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(1) th:nth-child(3) {
	 background: #EF8989;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td {
	 font-size: 1.2rem;
	 font-weight: bold;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td img {
	 padding-bottom: 10px;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td:nth-child(1) {
	 color: #D34444;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td:nth-child(2) {
	 color: #ED6464;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(2) td:nth-child(3) {
	 color: #EF8989;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(4) td {
	 font-size: 1.1rem;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-approach h6 {
	 padding-left: 60px;
	 font-size: 1.6rem;
	 font-weight: normal;
	 text-align: center;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .set_l.width-pc {
	 /* width: 460px; */
	}
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex h6 {
	 display: inline-block;
	 margin: 20px 0 15px;
	 padding: 2px 10px;
	 background: #9FA0A0;
	 color: #fff;
	 font-size: 1.4rem;
	 font-weight: normal;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex dl {
	 display: flex;
	 flex-wrap: wrap;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex dt {
	 position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 45px;
	 height: 40px;
	 margin: 0 15px 20px 0;
	 padding-top: 5px;
	 border: 1px solid #E48383;
	 border-radius: 50%;
	 font-size: 1.2rem;
	 font-weight: bold;
	 line-height: 1.1;
	 text-align: center;
	 color: #E48383;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex dt::after {
	 display: block;
	 content: "";
	 position: absolute;
	 bottom: -14px;
	 font-size: 10px;
	 color: #9FA0A0;
	 border-top: 6px solid #9FA0A0;
	 border-right: 4px solid transparent;
	 border-left: 4px solid transparent;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd {
	 position: relative;
	 display: flex;
	 align-items: center;
	 width: calc(100% - 80px);
	 margin: 0 0 20px 0;
	 font-size: 1.3rem;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd::before {
	 display: block;
	 content: "";
	 position: absolute;
	 left: 118px;
	 bottom: -12px;
	 width: 2px;
	 height: 17px;
	 background-color: #9FA0A0;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd::after {
	 display: block;
	 content: "";
	 position: absolute;
	 left: 115px;
	 bottom: -18px;
	 font-size: 12px;
	 color: #9FA0A0;
	 border-top: 6px solid #9FA0A0;
	 border-right: 4px solid transparent;
	 border-left: 4px solid transparent;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex dt.last::after,
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd.last::before,
 .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .box-ex dd.last::after {
	 display: none;
 }
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(4) .set_l.width-pc {
	 width: 355px;
	}
 
 .contents.s14 .sec-02 .set_prp_l li:nth-child(4) .border-top {
	 border-top: 1px dotted #999;
	 margin-top: 30px;
	 padding-top: 30px;
 }
 
 .contents.s14 .sec-03 .set_l.width-pc {
	 width: 460px;
 }
 
 .contents.s14 .sec-03 .set_m03 p.set_r  {
	 float: left;
	 width: auto;
	 margin-left: 20px;
 }
 
 .contents.s14 .sec-05 h5 span {
	 margin-left: 10px;
	 font-size: 10px;
	 font-weight: normal;
 }
 
 .contents.s14 .sec-05 .set_tab01 table th:first-child {
	 width: 200px;
	 white-space: nowrap;
 }
.contents.s14 .set_prp_02 ul.set_prp_l > li ,
.contents.s14 .set_prp_02 .cf ul.set_prp_l > li {
	padding-bottom: 15px;
	border:none;
}
.contents.s14 .sec-02 .set_prp_l li:nth-child(4)  img{
	width: 420px;	
	margin-top: -60px;
}
.contents.s14 .set_prp_02 h5.black{
	color: #000;
	margin-top:  30px;
}
.contents.s14 .sec-04-1 table{
	border-collapse:  collapse; 
}
.contents.s14 .sec-04-1 table th,
.contents.s14 .sec-04-1 table td{
	border: 1px solid;
}
.contents.s14 .sec-04-1 table th{
	width: 155px;	
	text-align:center;
	background: #EFEFEF;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}
.contents.s14 .sec-04-1 table td.caption{
	width: 256px;
	padding: 20px 0 20px 15px;
}
.contents.s14 .sec-04-1 table td.caption img{
	display: block;
	width: 162px;
	margin: 0 auto 20px;
}
.contents.s14 .sec-04-1 table td.caption p{
	color: #FF8C8C;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}

.contents.s14 .sec-04-1 table td.caption + td{
	padding: 40px 45px;
	line-height: 2;
	/* font-size: 12px; */
	font-weight: 100;
}
.contents.s14 .sec-04-1 table td.caption + td .bold{
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}
.contents.s14 .sec-04-1 .sp  div.wrapBox{
	border: 1px solid;
	margin-bottom: 50px;
}
.contents.s14 .sec-04-1 .sp  div.wrapBox p.ttl{
	background: #EFEFEF;
	padding: 15px 30px ;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}
.contents.s14 .sec-04-1 .sp  div.wrapBox p{
	padding: 2.5%;
	font-size: 13px;
}
.contents.s14 .sec-04-1 .sp  div.wrapBox p span.bold{
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}
.contents.s14 .sec-04-1 .sp  div.wrapBox .flexBox{
	display: flex;
	padding: 2.5%;
	justify-content: space-around;
	align-items: center;
}
.contents.s14 .sec-04-1 .sp  div.wrapBox .flexBox img{
	display: block;
	width: 35%;
}
.contents.s14 .sec-04-1 .sp  div.wrapBox .flexBox p{
	color: #FF8C8C;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
	width: 60%;
	padding: 0;
	line-height: 1.5;
}
.contents.s14 .sec-05 .set_tab01 table th .txts{
	font-size: 1.1rem;
}
.contents.s14 .sec-05 .set_tab01 p.note{
	margin-bottom: 30px;
}
.contents.s14 .s11_11_set .set_r h5{
		font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
	.contents.s14 .set_nl li a {
        font-size: 1.2rem;
    }
    
    .contents.s14 .mv.sp  {
        margin: 0 0 5%;
    }
    
    .contents.s14 .sec-00  {
       background: none;   
    }
    
    .contents.s14 .sec-00 .txt {
        width: auto;
        margin-bottom: 0;
    }
    
    .contents.s14 .sec-00 .txt span {
        display: block;
        background: url("../img/service/13/img-mv-02_sp.jpg") no-repeat calc(100% - 10px) 100% / auto 200px;  
        padding-right: 100px;
        min-height: 200px;
    }
    .contents.s14 .sec-00 .flexBox{
		align-items: flex-start;
	}
    .contents.s14 .sec-00 .flexBox img{
		width: 42%;
	}
    .contents.s14 .sec-01 .set_l.width-pc,
    .contents.s14 .sec-02 .set_prp_l li:nth-child(1) .set_l.width-pc,
    .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .set_l.width-pc,
    .contents.s14 .sec-02 .set_prp_l li:nth-child(4) .set_l.width-pc,
    .contents.s14 .sec-03 .set_l.width-pc {
        width: auto;
    }
    
    .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-flex {
        display: block;
    }
    
    .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge th,
    .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge td {
        white-space: inherit;
    }
    
    .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge th {
        padding: 5px 5px;
        font-size: 1.3rem;
    }

    .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge td {
        padding: 10px 5px;
        font-size: 1.2rem;
    }
    
    .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge tr:nth-child(4) td {
        font-size: 1.0rem;
    }
    
    .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-cartridge h6 {
        font-size: 1.3rem;
    }
    
    .contents.s14 .sec-02 .set_prp_l li:nth-child(2) .box-approach h6 {
        font-size: 1.3rem;
        padding-left: 0px;
    }
    
    .contents.s14 .sec-02 .set_prp_l li:nth-child(3) .sp {
        margin: 2em auto;
        text-align: center;
    }
    
    .contents.s14 .img-01-01,
    .contents.s14 .img-02-01,
    .contents.s14 .img-02-02,
    .contents.s14 .img-02-03,
    .contents.s14 .img-02-04,
    .contents.s14 .img-03-01 {
        width: 90% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .contents.s14 .sec-03 .set_m03 p.set_r  {
        margin-left: 0px;
    }
    
    .contents.s14 .sec-05 .set_tab01 table th:first-child,
	.contents.s14 .sec-05 .set_tab01 table td{
        width: 20%;
    }
    
    .contents.s14 .s11_11_set li:nth-of-type(1) .set_l::after,
    .contents.s14 .s11_11_set li:nth-of-type(2) .set_l::after,
    .contents.s14 .s11_11_set li:nth-of-type(3) .set_l::after {
        top: auto;
        bottom: -30px;
    }

.contents.s14 .sec-02 .set_prp_l li:nth-child(4) img {
    width: 100%;
    margin-top: 0;
}

.contents.s14 .sec-05 .set_tab01 p.note{
		font-size: 1.1rem;
	}
.contents.s14 .main .ma_set.wi-w table{
	width: 65%;	
	}
	.contents.s14 .s11_11_set li:nth-child(3){margin-bottom: 40px;}
}


/* インモード（追記 2025/5/31) ---------- */
.contents.inmode p{
	text-align: justify;
}

.contents.inmode .br{
	display: block;
}

.contents.inmode .line{
	border-bottom: 1px dotted #ccc;
	padding: 0 0 60px;
	margin: 0 0 60px;
}

.contents.inmode .sec-00{
	position: relative;
}

.contents.inmode .sec-00:after{
	content: "";
	display: block;
	width: 152px;
	height: 280px;
	position: absolute;
	left: calc(50% + 140px);
	top: 0;
	background: url("../img/service/inmode/main_tool.png") no-repeat;
	background-size: contain;
}


.contents.inmode .set_nl5{
	padding-top: 100px;
}

.contents.inmode .sec-01 .set_l,
.contents.inmode .sec-02 .set_l{
	width: 50%;
}

.contents.inmode .sec-01 .about{
	padding: 0 0 60px;
	margin: 0 0 60px;
	border-bottom: 1px dotted #ccc;
}

.contents.inmode .sec-01 .tool_list{
	display: flex;
	justify-content: space-between;
	width: 48%;
}

.contents.inmode .sec-01 .tool_list li{
	flex-basis: 33%;
	color: #FF8C8C;
}

.contents.inmode .sec-01 .tool_list li figure{
	margin: 0;
	text-align: center;
}

.contents.inmode .sec-01 .tool_list li figure img{
	padding: 10px;
}

.contents.inmode .sec-01 .tool_list li figcaption{
	font-weight: 600;
}

.contents.inmode .sec-01 .tool_list li span{
	font-size: 11px;
}

.contents.inmode .sec-01 .tool_list li .small_caption{
	display: block;
	font-weight: 400;
}

.contents.inmode .flex{
	display: flex;
	justify-content: space-between;
}

.contents.inmode .sec-01 .flex p{
	flex-basis: 50%;
}

.contents.inmode .sec-01 .movie{
	flex-basis: 48%;
	margin: 0 0 30px;
}
video{
	width: 100%;
}

.contents.inmode .sec-01 table td{
	text-align: justify;
}

.contents.inmode .sec-01 table td ul li:before{
	content: "〇";
}

.contents.inmode .downtime p{
	margin: 0 0 30px;
}

.contents.inmode .downtime table th{
	text-align: center;
}

.contents.inmode .sec-02 h5{
	color: #333;
	margin: 0 0 5px;
}

.contents.inmode .sec-02 ul {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
.contents.inmode .sec-02 ul li {
	width: 100%;
	flex-basis: 48%;
}

.contents.inmode .sec-02 ul li figure{
	margin: 0;
}

.contents.inmode .sec-02 ul li figure figcaption{
	margin: 0 0 5px;
}

.contents.inmode .sec-03 dl dt{
	font-weight: 600;
}

.contents.inmode .sec-03 dl dt{
	margin: 0 0 10px;
}

.contents.inmode .sec-03 dl dt:before{
	content: "Q";
	color: #FF8C8C;
	display: inline-block;
	margin: 0 10px 0 0;
}

.contents.inmode .sec-03 dl dd:before{
	content: "A";
	color: #FF8C8C;
	display: inline-block;
	font-weight: 600;
	margin: 0 10px 0 0;
}
.contents.inmode .sec-03 dl dd{
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
	margin: 0 10px 20px 0;
}

.contents.inmode .sec-03 dl dd ul{
	padding-left: 2rem;
}

.contents.inmode .sec-04 ul li .set_l{
	width: 170px;
}

.contents.inmode .sec-05 .price_desc{
	text-align: center;
	margin: 0 0 30px;
}

.contents.inmode .sec-05 .bnr_area{
	justify-content: center;
}

.contents.inmode .sec-05 .bnr_area li{
	flex-basis: 280px;
	text-align: center;
}

@media screen and (max-width:766px) {
	.contents.inmode .br{
		display: inline;
	}
	.contents.inmode .sec-00:after{
		display: none;
	}
	.contents.inmode .sec-00 .set_r{
		width: 35%;
		margin: 0 0 30px 20px;
	}

	.contents.inmode .sec-00>p:first-child{
		margin-bottom: 20px;
	}

	.contents.inmode .set_nl5{
	padding-top: 0;
}
	
	.contents.inmode .set_nl li a{
		font-size: 1.2rem;
	}
	.contents.inmode .sec-01 .set_l,
	.contents.inmode .sec-02 .set_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.contents.inmode .sec-01 .tool_list{
		width: 100%;
	}

	.contents.inmode .flex{
		display: block;
	}

	.contents.inmode .sec-01 table th{
		display: table-cell;
		width: 35%;
	}
	.contents.inmode .sec-01 table td{
		display: table-cell;
		width: 65%;
	}

	.contents.inmode .set_tab02 table .w280{
		font-size: 16px;
	}

	.contents.inmode .set_tab02 table th,
	.contents.inmode .set_tab02 table td{
		border: #ccc 1px solid !important;
	}
	
	.contents.inmode .set_prp_02 li{
		font-size: 1.4rem;
	}

	.contents.inmode .sec-02 ul{
		flex-wrap: wrap;
	}
	.contents.inmode .sec-02 ul li{
		flex-basis: 100%;
	}
	.contents.inmode .sec-02 ul li:first-child{
		margin-bottom: 20px;
	}
	.contents.inmode .sec-02 .main_wrap>div:last-child h5{
		font-size: 1.5rem;
	}

	.contents.inmode .sec-04 ul li .set_l{
		width: 28%;
	}

	.contents.inmode .sec-05 .bnr_area{
		display: flex;
		justify-content: space-between;
	}

	.contents.inmode .sec-05 .bnr_area li{
		flex-basis: 49%;
	}

	.contents.inmode .bnr_area li:first-child{
		margin-bottom: 20px;
	}
}