@charset "UTF-8";

/*@media screen and (max-width: 768px){}*/


/*ハイフ メインビジュアル SP
---------------------------------------------*/
#mv_hifu {
	position: relative;
	background-image: url(../img/hifu/main-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_hifu:before {
    content: "";
    display: block;
    padding-top: 63%;
  }
#mv_hifu .sub {
	display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 3.4vw;
	font-weight: normal;
	letter-spacing: -0.15em;
	line-height: 1.6;
	color: #e88a95;
	position: absolute;
	top: 32%;
	left: 5vw;
}
#mv_hifu .title {
	display: block;
	font-size: 8vw;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	color: #555;
	position: absolute;
	top: 48%;
	left: 5vw;
}
#mv_hifu .title span {
	display: inline-block;
	font-size: 4vw;
	font-family: 'Noto Sans', sans-serif;
	margin-left: .8vw;
	vertical-align: middle;
}
/*ハイフ メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_hifu {
	background-image: url(../img/hifu/main.webp);
}
#mv_hifu:before {
    content: "";
    display: block;
    padding-top: 28%;
  }
#mv_hifu .sub {
	font-size: 28px;
	position: absolute;
	top: 30%;
	left: 22vw;
	letter-spacing: 0;
}
#mv_hifu .title {
	font-size: 62px;
	position: absolute;
	top: 48%;
	left: 22vw;
}
#mv_hifu .title span {
	font-size: 20px;
}	
}

/*ハイフ 初回価格 SP
---------------------------------------------*/
.first_time_price {
	width: 96%;
	height: auto;
	margin: 30px 2%;
	text-align: center;
}
.first_time_price .treatment_area{
}
.first_time_price .treatment_area p{
    display: inline-block;
    width: auto;
    padding: 0.4em;
    line-height: 1;
    border: solid 1px #aaa;
    font-size: 20px;
}
.first_time_price .treatment_area .sup {
    vertical-align: super;
    font-size: 50%;
}
.first_time_price dl {
	display: inline-block;
	margin: 10px 0 0;
}
.first_time_price dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}
.first_time_price dt span {
	font-size: 15px;
	display: inline-block;
}
.first_time_price dd {
	font-size: 52px;
	font-weight: nomal;
	line-height: 1em;
	color: #d25965;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.first_time_price dd .mini {
	font-size: 22px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding-right: 0.2em;
}
.first_time_price dd .mini2 {
	font-size: 22px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.1em;
	padding-right: 0.2em;
}
.first_time_price dd .mini2 .minitx{
	font-size: 16px;
}
.first_time_price dd .tax_in {
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.first_time_price dd .tx_exp {
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: block;
	line-height: 1em;
}
.first_time_price p {
	font-size: 12px;
	width: 94%;
	height: auto;
	margin: 0 auto;
	text-align:center;
}
/*ハイフ 初回価格 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.first_time_price dl {
	margin: 10px 40px;
}
.first_time_price p {
	text-align: center;
}
}


/*ハイフ 医療ハイフのPOINT SP
---------------------------------------------*/
.hifu_point {
	position: relative;
	background-image: url(../img/hifu/point-background-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	margin: 30px 0;
	padding: 30px 0;
}
.hifu_point h2 {
	font-size: 21pt;
	line-height: 1.2em;
	font-weight: normal;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-feature-settings: "palt";
}
.hifu_point h2 span.tx_mini {
	font-size: 16pt;
}
.hifu_point p.tx_exp {
	font-size: 13px;
	display: block;
	width: 100%;
	height: auto;
	margin: 15px auto;
	text-align: center;
}
.hifu_point ul {
}
.hifu_point li {
	margin: 1em auto;
	text-align: left;
	width: 92%;
	height: auto;
}
.hifu_point li a {
	display: inline-block;
	padding: 0.5em 0.75em;
	color: #fff;
	border-radius: 3px;
	background-color: #ea9ea8;
	width: 100%;
	height: auto;
	font-size: 3.7vw;
	position: relative;
	vertical-align: middle;
	display: flex; 
}
.hifu_point li a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
} 
/*ハイフ 医療ハイフのPOINT PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.hifu_point {
	position: relative;
	background-image: url(../img/hifu/point-background.webp);
	width: 100%;
	margin: 60px auto;
	padding: 40px 0;
}
.hifu_point h2 {
	font-size: 28pt;
	line-height: 1.2em;
	font-weight: normal;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-feature-settings: "palt";
}
.hifu_point h2 span.tx_mini {
	font-size: 18pt;
}
.hifu_point p.tx_exp {
	font-size: 15px;
}
.hifu_point ul {
	margin-top: 40px;
}
.hifu_point li {
	width: 600px;
}
.hifu_point li a {
	font-size: 16px;
}
.hifu_point li a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 12px;
} 
}


/*ハイフとは SP
---------------------------------------------*/
#whats_hifu {
	margin-bottom: 0;
}
#whats_hifu .whats_heading {
	position: relative;
	background-image: url(../img/hifu/whats-hifi-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#whats_hifu .whats_heading:before {
    content: "";
    display: block;
    padding-top: 40%;
}
#whats_hifu .whats_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#whats_hifu .whats_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
#whats_hifu .hifu_tx01 {
	width: 94%;
	height: auto;
	margin: 20px auto;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: solid 1px #e88a95;
}
#whats_hifu .hifu_tx01 h3{
	font-size: 20px;
	text-align: left;
}
#whats_hifu .fig01{
	width: 70%;
	height: auto;
}
#whats_hifu .hifu_tx01 .tx_large {
	font-size: 130%;
}
#whats_hifu .hifu_tx02 {
	width: 94%;
	height: auto;
	margin: 20px auto;
	padding-bottom: 20px;
	text-align: center;
}
#whats_hifu .fig02{
	width: 70%;
	height: auto;
	margin-top: 20px;
}
#whats_hifu .fig03{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
#whats_hifu .hifu_tx03 {
	position: relative;
	background-image: url(../img/hifu/recommended-sp.webp);
	background-size:  cover; 
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0;
}
#whats_hifu .hifu_tx03 h3 {
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
	color: #e88a95;
	display: block;
}	
#whats_hifu .hifu_tx03 h3 span {
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 3.1vw;
	color: #edbfc1;
	display: block;
}
#whats_hifu .hifu_tx03 ul {
	width: 75%;
	height: auto;
	margin: 20px auto 0;
	text-align: left;
}
#whats_hifu .hifu_tx03 ul li {
	 list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
	line-height: 2em;
}
#whats_hifu .hifu_tx03 ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.8em; /*点の位置*/
    content: "";
    background: #e88a95; /*点の色*/
    }
#whats_hifu .hifu_tx03 .p_left{
	display: none;
}
/*ハイフとは PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#whats_hifu {
	margin-bottom: 60px;
}
#whats_hifu .whats_heading {
	background-image: url(../img/hifu/whats-hifu.webp);
}
#whats_hifu .whats_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
#whats_hifu .whats_heading .jp_title {
	font-size: 36px;
}
#whats_hifu .whats_heading .en_sub {
	font-size: 22px;
}
#whats_hifu .hifu_tx01 {
	width: 1000px;
	height: auto;
	margin: 20px auto;
	padding-bottom: 40px;
	display:flex;
}
#whats_hifu .hifu_tx01 h3{
	font-size: 30px;
}
#whats_hifu .fig01{
	width: 33%;
	height: auto;
}
#whats_hifu .hifu_tx02 {
	width: 1000px;
	height: auto;
	margin: 40px auto;
	padding-bottom: 40px;
}
#whats_hifu .fig02{
	width: 30%;
	height: auto;
	margin-top: 30px;
	margin-right: 5%;
	vertical-align: top;
}
#whats_hifu .fig03{
	width: 60%;
	height: auto;
	margin-top: 30px;
	vertical-align: top;
}
#whats_hifu .hifu_tx03 {
	position: relative;
	background-image:none;
	background-color: #fef3f3;
	width: 1000px;
	height: auto;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	display: flex;
}
#whats_hifu .hifu_tx03 h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-left: 40px;
}	
#whats_hifu .hifu_tx03 h3 span {
	font-size: 15px;
	margin-left: 10px;
}
#whats_hifu .hifu_tx03 ul {
	width: 500px;
	height: auto;
	text-align: left;
	margin-top: 20px;
	margin-left: 40px;
}
#whats_hifu .hifu_tx03 ul li {
}
	
#whats_hifu .hifu_tx03 .p_left{
	display: block;
		
}
}	


/*使用機種 SP
---------------------------------------------*/
#hifu_model {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	padding: 40px 3% 10px;
	text-align: center;
}
#hifu_model .model_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#hifu_model .model_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#hifu_model .model_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
#hifu_model h3 img{
	width: 84%;
}
#hifu_model .tx_exp {
	margin-top: 20px;
}
#hifu_model .cartridge {
}
#hifu_model .cartridge h4 {
	font-size: 16px;
	color: #e88a95;
	border-top: solid 1px #e88a95;
	border-bottom: solid 1px #e88a95;
	margin: 30px 0;
	padding: 0.5em 0;
	font-weight: bold;
	text-align: center;
}
#hifu_model .cartridge .inner {
	text-align: center;
}
#hifu_model .cartridge dl {
	display: inline-block;
	margin-bottom: 30px;
}
#hifu_model .cartridge dl.box250 {
	width: 80%;
	height: auto;
}
#hifu_model .cartridge dt {
	color: #e88a95;
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
}
#hifu_model .cartridge dt span.number {
	font-size: 24px;
	display: inline-block;
}
#hifu_model .cartridge dt .tx_small {
	color: #333;
	font-size: 15px;
	display: block;
	margin-left: 26px;
}
#hifu_model .cartridge dd img {
	width: 100%;
	margin: 10px 0;
}
#hifu_model .cartridge dd {
	font-size: 14px;
	text-align: left;
}
#hifu_model .cartridge dl.box420 {
	width: 80%;
	height: auto;
}
#hifu_model .hifu_shower {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#hifu_model .hifu_shower h4{
	display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	font-size: 6vw;
	font-weight: normal;
}
#hifu_model .hifu_shower h4{
	font-size: 21px;
}
#hifu_model .hifu_shower .hifu_wrap{
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 0;
}
#hifu_model .hifu_shower .hifu_wrap dl{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#hifu_model .hifu_shower .hifu_wrap dt{
	font-size: 18px;
	color: #e88a95;
}
#hifu_model .hifu_shower .hifu_wrap dd {
	text-align: left;
	margin-top: .2em;
}
#hifu_model .hifu_shower .hifu_wrap dd:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    margin-left: 5px;
    border: transparent solid 5px;
    border-left-color: #e88a95;
    vertical-align: 0x;
}
#hifu_model .hifu_shower .hifu_wrap img{
	width: 100%;
	height: auto;
	margin-top: 10px;
}

/*使用機種 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#hifu_model {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	padding: 50px 100px 30px;
}
#hifu_model .model_heading .jp_title {
	font-size: 36px;
}
#hifu_model .model_heading .en_sub {
	font-size: 22px;
}
#hifu_model h3 img{
	width: 541px;
	height: auto;
}
#hifu_model .tx_exp {
	width: 700px;
	height: auto;
	margin: 20px auto 0;
}
#hifu_model .cartridge {
	width: 1000px;
	height: auto;
	margin: 20px auto 0;
}
#hifu_model .cartridge h4 {
	font-size: 18px;
}
#hifu_model .cartridge .hifu_wrap {	
	display: flex;
}
#hifu_model .cartridge dl.box250 {
	width: 250px;
	height: auto;
	margin-right: 40px;
}
#hifu_model .cartridge dt {
	color: #e88a95;
	font-size: 18px;
	line-height: 1.2em;
}
#hifu_model .cartridge dt span.number {
	font-size: 24px;
	display: inline-block;
}
#hifu_model .cartridge dt span.tx_small {
	color: #333;
	font-size: 13px;
	display: block;
	margin-left: 24px;
}
#hifu_model .cartridge dl.box420 {
	width: 420px;
	height: auto;
}
#hifu_model .hifu_shower {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 40px;
	text-align: left;
}
#hifu_model .hifu_shower .hifu_wrap{
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}
#hifu_model .hifu_shower .hifu_wrap dl{
	width: 100%;
}
#hifu_model .hifu_shower .hifu_wrap img{
	width: 50%;
	height: auto;
}
}

/*料金 SP
---------------------------------------------*/
.hifu_price {
	width: 100%;
	height: auto;
	background-color: #edecec;
	padding: 40px 3%;
	text-align: center;
}
.hifu_price .price_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
.hifu_price .price_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
.hifu_price .price_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}

/*料金 テーブル　*/
.hifu_price caption {
    margin-bottom: 5px;
    caption-side: top;
	text-align: left;
}
.hifu_price table {
    border-collapse: collapse;
    border: 1px solid #666;
	width: 100%;
}
.hifu_price td, th {
    border: 1px solid #666;
    padding: 7px;
}
.hifu_price th {
	background-color: #d1d1ce;
	font-size: 13px;
	vertical-align: middle;
}
.hifu_price td {
    text-align: center;
	 background-color: #fff;
	vertical-align: middle;
}

/*料金 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.hifu_price {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 40px;
}
.hifu_price .price_heading .jp_title {
	font-size: 36px;
}
.hifu_price .price_heading .en_sub {
	font-size: 22px;
} 
.hifu_price .tx_exp {
     width: 800px;
    margin: 20px auto 0;
}
/*料金 テーブル　*/
.hifu_price table {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
}



/*対象、取り扱い医院 SP
---------------------------------------------*/
.contents_target_clinic {
	width: 92%;
	height: auto;
	margin: 2em auto 0;
	padding: 0.7em 1.5em 1em;
	border: solid 1px #ccc;
    text-align: left;
}
.contents_target_clinic dt {
	font-size: 3.8vw;
	color: #e88a95;
	float: left;
	padding-top: 0.3em;

}
.contents_target_clinic dd {
	font-size: 3.8vw;
	padding-top: 0.3em;
}
/*対象、取り扱い医院 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.contents_target_clinic {
	width: 800px;
	height: auto;
	margin-top: 2em;
}
.contents_target_clinic dt {
	font-size: 17px;
	color: #e88a95;
}
.contents_target_clinic dd {
	font-size: 17px;
}
}	
	

.target_clinic_boder_none{
    padding: 0;
	border:none;
}



/*ハイフ リニア　ドット　ご予約方法 SP
---------------------------------------------*/
.appointment_box {
	background-image: url(../img/hifu/appointment-box-back-sp.webp);
	background-size:  cover; 
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	padding: 10px 1px;
}
.appointment_box dl {
	display: inline-block;
	width: 47%;
	height: auto;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #fff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.appointment_box dt {
	font-size: 5vw;
	font-weight: normal;
	line-height: 1.3em;
	color: #fff;
}
.appointment_box dt span {
	font-size: 3vw;
	display: block;
}
.appointment_box dd {
	font-size: 5.5vw;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	margin-top: 5px;
}
.appointment_box dd .mini {
	font-size: 3vw;
	display: inline-block;
	margin-left: 0.1em;
	margin-right: 0.2em;
}
.appointment_box dd .tax_in {
	font-size: 3vw;
}
.appointment_box a {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0;
	font-size: 20px;
	letter-spacing: 0.25em;
	color: #fff;
	position: relative;
}
.appointment_box a::after {
border-right: 1px solid #fff;
border-top: 1px solid #fff;
content: '';
display: block;
height: 3vw;
position: absolute;
right: 20vw;
top: 50%;
transform: translate(0, -50%) rotate(45deg); width: 3vw;
 } 

@media screen and (min-width: 769px){
.appointment_box {
	background-image: url(../img/hifu/appointment-box-back.webp);
	background-size:  cover; 
	background-repeat: no-repeat;
	margin: 0;
	text-align: center;
	padding: 10px;
}
.appointment_box dl {
	display: inline-block;
	margin: 20px;
	padding-top: 10px;
	width: 380px;
}
.appointment_box dt {
	font-size: 20px;
	line-height: 1.3em;
	color: #fff;
}
.appointment_box dt span {
	font-size: 15px;
	display: block;
}
.appointment_box dd {
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	margin: 5px 0;
}
.appointment_box dd .mini {
	font-size: 18px;
	display: inline-block;
	margin-left: 0.1em;
	margin-right: 0.2em;
}
.appointment_box dd .tax_in {
	font-size: 13px;
}
.appointment_box a {
	width: 1000px;
	height: auto;
	display: block;
	padding: 10px 0;
	font-size: 20px;
	letter-spacing: 0.25em;
	color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.appointment_box a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: '';
	display: block;
	height: 13px;
	position: absolute;
	right: 380px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 13px;
} 
}

/*料金表はこちら ボタン
---------------------------------------------*/
.price_btn a {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0;
	font-size: 20px;
	letter-spacing: 0.25em;
	color: #e88a95;
	position: relative;
	text-align: center;
}
.price_btn a::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: '';
	display: block;
	height: 3vw;
	position: absolute;
	right: 24vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 3vw;
} 
@media screen and (min-width: 769px){
.price_btn a {
	width: 1000px;
	padding: 20px 0;
	margin-left: auto;
	margin-right: auto;
}
.price_btn a::after {
	height: 13px;
	right: 400px;
	transform: translate(0, -50%) rotate(45deg); width: 13px;
} 
}


/*リニアファームとは SP
---------------------------------------------*/
#linearfirm {
	width: 100%;
	height: auto;
	padding: 40px 0 0;
	text-align: center;
}
#linearfirm .linearfirm_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#linearfirm .linearfirm_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#linearfirm .linearfirm_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
#linearfirm .linearfirm_wrap {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
#linearfirm .linear_wrap {
	margin: 20px 0;
}
#linearfirm .linear_wrap h3 img{
	width: 54%;
	height: auto;
}
#linearfirm .linear_wrap p{
	margin: 15px 0;
	width: 100%;
}
#linearfirm .fig08 {
	width: 80%;
	height: auto;
}
#linearfirm .recommended_wap {
	position: relative;
	background-image: url(../img/hifu/linearfirm-sp.webp);
	background-size:  cover; 
	width: 100%;
	height: auto;
	text-align: center;
	margin: 30px 0 0;
	padding: 20px 0;
}
#linearfirm .recommended_wap h3 {
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
	color: #e88a95;
	display: block;
}	
#linearfirm .recommended_wap h3 span {
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 3.1vw;
	color: #edbfc1;
	display: block;
}
#linearfirm .recommended_wap ul {
	width: 80%;
	height: auto;
	margin: 20px auto 0;
	text-align: left;
}
#linearfirm .recommended_wap ul li {
	 list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
	line-height: 2em;
}
#linearfirm .recommended_wap ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.8em; /*点の位置*/
    content: "";
    background: #e88a95; /*点の色*/
    }
#linearfirm .recommended_wap .p_left{
	display: none;
}

#linearfirm .tx_highlight{
	color: #e88a95;
}

/*リニアファームとは PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#linearfirm {
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding:  0;
}
#linearfirm .linearfirm_heading .jp_title {
	font-size: 36px;
}
#linearfirm .linearfirm_heading .en_sub {
	font-size: 22px;
}
#linearfirm .linearfirm_wrap {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#linearfirm .linear_wrap {
	width: 600px;
	margin: 10px 0;
}
#linearfirm .linear_wrap h3 img {
	width: 34%;
	height: auto;
}
#linearfirm .fig08 {
	width: 33%;
	height: auto;
}
#linearfirm .recommended_wap {
	position: relative;
	background-image:none;
	background-color: #fef3f3;
	width: 1000px;
	height: auto;
	text-align: left;
	padding: 0;
	margin: 60px auto 0;
	display: flex;
}
#linearfirm .recommended_wap h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-left: 40px;
}	
#linearfirm .recommended_wap h3 span {
	font-size: 15px;
	margin-left: 10px;
}
#linearfirm .recommended_wap ul {
	width: 500px;
	height: auto;
	text-align: left;
	margin-top: 20px;
	margin-left: 40px;
}
#linearfirm .recommended_wap ul li {
}
	
#linearfirm .recommended_wap .p_left{
	display: block;
}
}


/*使用機種 リニアファーム SP
---------------------------------------------*/
#linearfirm_model {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	padding: 40px 3% 10px;
	text-align: center;
}
#linearfirm_model .model_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#linearfirm_model .model_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#linearfirm_model .model_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
#linearfirm_model .model_wrap {
	width: 100%;
	height: auto;
	margin: 20px 0;
}
#linearfirm_model .model_wrap img {
	width: 50%;
	height: auto;
}
#linearfirm_model .model_wrap p {
	margin: 20px 0;
}
#linearfirm_model dl{
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 20px ;
	background-color: #fff;
}
#linearfirm_model dt{
	color: #e88a95;
	font-size: 18px;
	text-align: center;
}
#linearfirm_model dd{
	margin-top: 10px;
	text-align: left;
}

/*使用機種 リニアファーム PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#linearfirm_model {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 30px;
}
#linearfirm_model .model_heading .jp_title {
	font-size: 36px;
}
#linearfirm_model .model_heading .en_sub {
	font-size: 22px;
}
#linearfirm_model .model_wrap {
	width: 1000px;
	height: auto;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#linearfirm_model .model_wrap img {
	width: 13%;
	height: auto;
}
#linearfirm_model .model_wrap p {
	width: 80%;
	height: auto;
}
#linearfirm_model dl{
	width: 1000px;
	height: auto;
	margin: 20px auto;
	padding: 20px 30px;
	background-color: #fff;
}
#linearfirm_model dt{
	color: #e88a95;
	font-size: 18px;
	text-align: left;
}
}



/*よくあるご質問 SP
---------------------------------------------*/
#faq_contents {
	width: 100%;
	height: auto;
	padding: 40px 0;
	text-align: center;
}
#faq_contents .faq_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#faq_contents .faq_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#faq_contents .faq_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}

/* Q&A SP
********************************************/
/*ボックス全体*/
.accbox {
	font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 2em auto;
    max-width: 94%;/*最大幅*/
	text-align: left;
}
/*ラベル*/
.accbox label {
	display: block;
	margin: 0;
	padding : 5px 5px;
	color: #e88a95;
	background: #fff;
	cursor : pointer;
	transition: all 0.5s;
	position: relative;
	font-size: 15px;
	line-height: 1.4em;
}
/*アイコンを表示*/
.accbox label:after {
	content: "＋";
	position: absolute;
	right: 0;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 5px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}
.accbox .accshow ul {
	margin: 0px;
	padding: 0px;
	width: 99%;
	margin: 0 0 0 1%;
}
.accbox .accshow li {
	margin: 0;
	list-style-type: none;
	display: inline-block;
	height: auto;
	min-width: 33%;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 14px;;
}
.accbox .accshow p {
	font-size: 13px;
	margin: 5px 5px;
	color: #74c4f2;
	display: flex;
	align-items: center;
}
.accbox .accshow p:after {
	content: "";
	flex-grow: 1;
	display: block;
	border-top: 1px dashed #c4e1f2;
}
.accbox .accshow p:after {
	margin-left: .4em;
}	
/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: "−";
}
.sp_shop_box {
	margin: 1em 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.sp_shop_box .figure {
	width: 90%;
	height: auto;
	display: block;
	margin: 15px auto;
}

/*よくあるご質問 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#faq_contents {
	width: 1000px;
	height: auto;
	margin: 60px auto;
	padding: 50px  0 0;
}
#faq_contents .faq_heading .jp_title {
	font-size: 36px;
}
#faq_contents .faq_heading .en_sub {
	font-size: 22px;
}
.accbox{
	max-width:600px;
	margin:0 auto;
	padding: 20px 0;
	text-align: left;
}
.accbox label {
	font-size: 18px;
}
.accbox label:after {
	right: 5px;
}
.accbox .accshow li {
	font-size: 16px;;
}
.sp_shop_box .figure {
	width: 70%;
}
}

/*あおばクリニックが選ばれる理由 SP
---------------------------------------------*/
#aoba_selected {
	width: 100%;
	height: auto;
	padding: 40px 4%;
	background-color: #fef3f3;
}
#aoba_selected .selected_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#aoba_selected .selected_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#aoba_selected .selected_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
#aoba_selected .number_cases {
	font-size: 5.6vw;
	line-height: 1.6em;
	text-align: center;
	margin: 25px 0;
}
#aoba_selected .number_cases .tx_large {
	font-size: 8.8vw;
	color: #e88a95;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
}
#aoba_selected .number_cases .tx_middle {
	font-size: 3.5vw;
	display: inline-block;
	line-height: 1em;
}
#aoba_selected .number_cases .tx_small {
	font-size: 13px;
	display: block;
	line-height: 1.2em;
}
#aoba_selected .tx_exp {
	text-align: center;
	margin: 25px 0;
}
#aoba_selected ul {
	width: 14em;
	margin: 20px auto;
}
#aoba_selected ul li {
	font-size: 4vw;
	line-height: 2em;
	background-image: url(../img/hifu/check.svg);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left center;
	padding-left: 1.4em;
}
#aoba_selected .ph_center{
	display: block;
	margin: 20px auto;
}
/*あおばクリニックが選ばれる理由 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#aoba_selected {
	width: 1000px;
	height: auto;
	margin: 60px auto;
	padding: 50px 30px 30px;
}
#aoba_selected .selected_heading .jp_title {
	font-size: 36px;
}
#aoba_selected .selected_heading .en_sub {
	font-size: 22px;
}
#aoba_selected .number_cases {
	font-size: 24px;
}
#aoba_selected .number_cases .tx_large {
	font-size: 32px;
}
#aoba_selected .number_cases .tx_large {
	font-size: 38px;
}
#aoba_selected .number_cases .tx_middle {
	font-size: 16px;
}
#aoba_selected .number_cases .tx_small {
	display: inline-block;
}
#aoba_selected ul {
	width: 28em;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}
#aoba_selected ul li {
	font-size: 17px;
	width: 13em;
}
}


/*お支払い方法 SP
---------------------------------------------*/
#payment_contents {
	width: 94%;
	height: auto;
	margin: 20px 3%;
	padding: 40px 4%;
	border: solid 1px #e88a95;
}
#payment_contents .payment_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#payment_contents .payment_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#payment_contents .payment_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
#payment_contents .tx_type {
	color: #666;
	margin-top: 1em;
}
#payment_contents .type_wap {
	width: 100%;
	margin-top: 1em;
}
#payment_contents .type_wap .credit {
	margin: 2em 0;
}
#payment_contents .type_wap .qr {
	margin: 2em 0 0;
}
#payment_contents .type_wap img{
	width: 70%;
	height: auto;
	margin-top: 0.5em;
}

/*お支払い方法 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#payment_contents {
	width: 1000px;
	height: auto;
	margin: 60px auto;
	padding: 50px 80px 40px;
}
#payment_contents .payment_heading .jp_title {
	font-size: 36px;
}
#payment_contents .payment_heading .en_sub {
	font-size: 22px;
}
#payment_contents .type_wap {
	display: flex;
	justify-content: space-between;
}
#payment_contents .type_wap .credit {
	margin: 0;
}
#payment_contents .type_wap .qr {
	margin: 0;
}
}


/*対応クリニック SP
---------------------------------------------*/
#clinic_contents {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 25px 0;
	background-color: #f5f5f5;
}
#clinic_contents .clinic_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#clinic_contents .clinic_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
		line-height: 1.2em;
}
#clinic_contents .clinic_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
	margin-top: 0.2em;
}
#clinic_contents .tx_clinic {
	font-size: 4vw;
	text-align: center;
	margin-top: 20px;
}
#clinic_contents .tx_exp{
	font-size: 3vw;
	text-align: center;
	margin-top: 10px;
}
#clinic_contents .tx_mini {
	font-size: 60%;
}
/*対応クリニック PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#clinic_contents {
	margin: 60px 0;
	padding: 30px 0 40px;
}
#clinic_contents .clinic_heading .jp_title {
	font-size: 36px;
}
#clinic_contents .clinic_heading .en_sub {
	font-size: 22px;
}
#clinic_contents .tx_clinic {
	font-size: 18px;
}
#clinic_contents .tx_exp{
	font-size: 13px;
}
}	
	
/*ご来院時の流れ SP
---------------------------------------------*/
.flow_contents {
	width: 100%;
	height: auto;
	text-align: center;
}
.flow_contents .inner{
	padding: 40px 0;
}
.flow_contents .flow_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
.flow_contents .flow_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
.flow_contents .flow_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
.flow_contents .flow_step {
	width: 94%;
	height: auto;
	text-align: left;
	margin: 20px 3%;
}
.flow_contents .flow_step dt {
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	margin-top: 2.5em;
}
.flow_contents .flow_step .step_number{
	font-size: 16px;
	color: #e88a95;
	display: inline-block;
	margin-right: 0.2em;
}
.flow_contents .flow_step .step_time {
	font-size: 14px;
	color: #999;
	margin-left: 0.2em;
}
.flow_contents .flow_step dd {
	margin-top: 15px;
	padding-bottom: 20px;
	text-align: left;
}
.flow_contents .flow_step .step_wrap {
	display: block;
}
.flow_contents .flow_step .step_wrap img{
	width: 70%;
	height: auto;
	margin: 20px 15%;
}
.flow_contents .flow_exp {
	width: 94%;
	margin:  30px auto;
	text-align: left;
}
.flow_contents .flow_exp h3 {
	font-size: 4vw;
}
.flow_contents .flow_exp ul {
	margin-top: 10px;
	margin-left: 1.6em;
}
.flow_contents .flow_exp li {
	margin-top: 0.25em;
	list-style: outside;
	list-style-type: disc;
}
/*ご来院時の流れ PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.flow_contents {
}
.flow_contents .inner{
	width: 1000px;
	height: auto;
	margin: 40px auto 0;
	padding:  50px 0;
}
.flow_contents .flow_heading .jp_title {
	font-size: 36px;
}
.flow_contents .flow_heading .en_sub {
	font-size: 22px;
}
.flow_contents .flow_step {
	width: 1000px;
	height: auto;
	margin: 20px 0;
}
.flow_contents .flow_step dt {
	display: block;
	margin-top: 50px;
}
.flow_contents .flow_step .step_number{
	font-size: 16px;
	color: #e88a95;
	display: block;
}
.flow_contents .flow_step .step_time {
	color: #999;	
	display: block;
}	
.flow_contents .flow_step dd {
	margin-top: 5px;
	padding-bottom: 40px;
}
.flow_contents .flow_step .step_wrap {
	display: flex;
	justify-content: space-between;
}

.flow_contents .flow_step .step_wrap img{
	width: 300px;
	height: auto;
	margin: -40px 0 0 10px;
}
.flow_contents .flow_exp {
	width: 1000px;
	height: auto;
	margin:  40px 0;
}
.flow_contents .flow_exp h3 {
	font-size: 18px;
}
.flow_contents .flow_exp ul {
	margin-top: 10px;
	margin-left: 1em;
}
}

/*施術の流れ 左写真 SP
---------------------------------------------*/
.flow_contents_left_ph {
	width: 100%;
	height: auto;
	text-align: center;
}
.flow_contents_left_ph .inner{
	padding: 40px 0;
}
.flow_contents_left_ph .flow_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
.flow_contents_left_ph .flow_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
.flow_contents_left_ph .flow_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
.flow_contents_left_ph .flow_step {
	width: 94p%;
	height: auto;
	text-align: left;
	margin: 20px 3%;
}
.flow_contents_left_ph .flow_step dt {
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	margin-top: 2.5em;
}
.flow_contents_left_ph .flow_step .step_number{
	font-size: 16px;
	color: #e88a95;
	display: inline-block;
	margin-right: 0.2em;
}
.flow_contents_left_ph .flow_step .step_time {
	font-size: 14px;
	color: #999;
	margin-left: 0.2em;
}
.flow_contents_left_ph .flow_step dd {
	margin-top: 15px;
	padding-bottom: 20px;
	text-align: left;
}
.flow_contents_left_ph .flow_step img{
	width: 70%;
	height: auto;
	margin: 20px 15%;
}
.flow_contents_left_ph .flow_exp {
	width: 94%;
	margin:  30px auto;
	text-align: left;
}
.flow_contents_left_ph .flow_exp h3 {
	font-size: 4vw;
}
.flow_contents_left_ph .flow_exp ul {
	margin-top: 10px;
	margin-left: 1.6em;
}
.flow_contents_left_ph .flow_exp li {
	margin-top: 0.25em;
	list-style: outside;
	list-style-type: disc;
}
/*施術の流れ 左写真 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.flow_contents_left_ph {
}
.flow_contents_left_ph .inner{
	width: 1000px;
	height: auto;
	margin: 40px auto 0;
	padding:  50px 0 10px;
}
.flow_contents_left_ph .flow_heading .jp_title {
	font-size: 36px;
}
.flow_contents_left_ph .flow_heading .en_sub {
	font-size: 22px;
}
.flow_contents_left_ph .flow_step {
	width: 1000px;
	height: auto;
	margin: 20px 0;
}
.flow_contents_left_ph .flow_step dt {
	display: block;
	margin-top: 50px;
	margin-left: 340px;
}
.flow_contents_left_ph .flow_step .step_number{
	font-size: 16px;
	color: #e88a95;
	display: block;
}
.flow_contents_left_ph .flow_step .step_time {
	color: #999;	
	display: block;
}	
.flow_contents_left_ph .flow_step dd {
	margin-top: 5px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.flow_contents_left_ph .flow_step dd p {
	width: 660px;
	height: auto;
}
.flow_contents_left_ph .flow_step img{
	width: 300px;
	height: auto;
	margin: -50px 0 0;
}
.flow_contents_left_ph .flow_exp {
	width: 1000px;
	height: auto;
	margin:  40px 0;
}
.flow_contents_left_ph .flow_exp h3 {
	font-size: 18px;
}
.flow_contents_left_ph .flow_exp ul {
	margin-top: 10px;
	margin-left: 1em;
}
}


/*区切り線 下向き矢印 白背景用
---------------------------------------------*/
.step_arrow {
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #999;
    padding-bottom: 20px;
    width: 100%;
    /*text-align: center;*/
}
.step_arrow:before,
.step_arrow:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step_arrow:before {
    border: solid 11px transparent;
    border-top: solid 11px #999;
}
.step_arrow:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}

/*区切り線 下向き矢印 ピンク背景用
---------------------------------------------*/
.step_pink_arrow {
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #999;
    padding-bottom: 20px;
    width: 100%;
    /*text-align: center;*/
}
.step_pink_arrow:before,
.step_pink_arrow:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step_pink_arrow:before {
    border: solid 11px transparent;
    border-top: solid 11px #999;
}
.step_pink_arrow:after {
    border: solid 14px transparent;
    border-top: solid 14px #fef3f3;
    margin-top: -5px;
}

/*区切り線 下向き矢印 グレイ背景用
---------------------------------------------*/
.step_gray_arrow {
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #999;
    padding-bottom: 20px;
    width: 100%;
    /*text-align: center;*/
}
.step_gray_arrow:before,
.step_gray_arrow:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step_gray_arrow:before {
    border: solid 11px transparent;
    border-top: solid 11px #999;
}
.step_gray_arrow:after {
    border: solid 14px transparent;
    border-top: solid 14px #f5f5f5;
    margin-top: -5px;
}

/*区切り線 下向き矢印 ピンク線
---------------------------------------------*/
.step_arrow_pinkline {
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #E88A95;
    padding-bottom: 20px;
    width: 100%;
    /*text-align: center;*/
}
.step_arrow_pinkline:before,
.step_arrow_pinkline:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step_arrow_pinkline:before {
    border: solid 11px transparent;
    border-top: solid 11px #E88A95;
}
.step_arrow_pinkline:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
@media screen and (min-width: 769px){
.step_arrow_pinkline:before {
    border: solid 22px transparent;
    border-top: solid 22px #E88A95;
}
.step_arrow_pinkline:after {
    border: solid 25px transparent;
    border-top: solid 25px #fff;
}
}
	
/*お電話でのご予約方法 SP
---------------------------------------------*/
#reservation_phone {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	padding: 50px 3% 10px;
	text-align: center;
}
#reservation_phone .phone_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#reservation_phone .phone_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#reservation_phone .phone_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}

#reservation_phone .phone_exp {
	text-align: center;
	margin: 20px auto 30px;
}
#reservation_phone .inner{
	max-width:100%;
	margin:0;
}
#reservation_phone .clnc_list{
	width: 100%;
	height: auto;
	margin-top: 14px;
	margin-bottom: 0;
	text-align: left;
}
#reservation_phone .clnc_list h3{
	font-size: 15px;
	color: #e88a95;
}
#reservation_phone .clnc_list ul{
	width: 100%;
	margin-top: 5px;
}
#reservation_phone .clnc_list li{
	font-size: 13px;
	line-height: 1.6em;
	list-style: none;
	display: inline-block;
	margin-right: 6vw;
	margin-bottom: 20px;
	vertical-align: top;
}
#reservation_phone .clnc_list .clnc_name{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.75em;
	line-height: 1.6em;
}
#reservation_phone .clnc_list a{
	position: relative;
	display: inline-block;
	padding-right: 0.7em;
	text-decoration: underline;
}
#reservation_phone .clnc_list a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
	margin-top: -2px;;
}
#reservation_phone .clnc_list a:hover{
	color: #f4bdab;
	opacity: 1;
}

/*お電話でのご予約方法 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#reservation_phone {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 85px 0 30px;
}
#reservation_phone .phone_heading .jp_title {
	font-size: 36px;
}
#reservation_phone .phone_heading .en_sub {
	font-size: 22px;
}
#reservation_phone .inner{
	max-width:1000px;
	margin:0 auto;
}
#reservation_phone .clnc_list{
	margin-top: 10px;
	margin-bottom: 30px;
}
#reservation_phone .clnc_list h3{
	font-size: 16px;
}
#reservation_phone .clnc_list li{
	font-size: 14px;
	margin-right: 50px;
	margin-bottom: 20px;
}
#reservation_phone .clnc_list .clnc_name{
	font-size: 16px;
}
}


/*WEBでのご予約方法 SP
---------------------------------------------*/
#reservation_web {
	width: 100%;
	height: auto;
	padding: 25px 0 0;
	text-align: center;
}
#reservation_web .web_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#reservation_web .web_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#reservation_web .web_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
#reservation_web .tx_intro{
	width: 94%;
	height: auto;
	margin: 1em auto;
}
#reservation_web .tx_intro a {
	color: #e88a95;
	text-decoration: underline;
}
#reservation_web .reservation_step {
	width: 94%;
	height: auto;
	margin: 30px auto 50px;
	text-align: left;
}
#reservation_web .reservation_step .step_number {
	font-size: 5vw;
	color: #e88a95;
	display: block;
	margin-bottom: 0.5em;
}
#reservation_web .reservation_step .tx_member {
	font-size: 4vw;
	display: block;
	color: #e88a95;
	margin: 0.5em 0 0.2em;
}
#reservation_web .reservation_step li {
	margin: 30px 0 0;
	padding-bottom: 30px;
}
#reservation_web .reservation_step .tx_att{
	font-size: 13px;
	padding-left:1em;
	text-indent:-1em;
}
#reservation_web .reservation_step img{
	margin-top: 15px;
}

/*WEBでのご予約方法 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#reservation_web {
	width: 1000px;
	height: auto;
	margin: 40px auto;
	padding:  0;
}
#reservation_web .web_heading .jp_title {
	font-size: 36px;
}
#reservation_web .web_heading .en_sub {
	font-size: 22px;
}
#reservation_web .tx_intro{
	width: 100%;
	margin-top: 30px;
}
#reservation_web .reservation_wrap {
	width: 100%;
	height: auto;
}
#reservation_web .reservation_step {
	width: 100%;
	height: auto;
	margin:  0;
}
#reservation_web .reservation_step li{
	display: flex;
	justify-content: space-between;
}
#reservation_web .reservation_step li .left_box{
	width: 450px;
	height: auto;
}
#reservation_web .reservation_step .step_number {
	font-size: 21px;
}
#reservation_web .reservation_step .tx_member {
	font-size: 18px;
}
#reservation_web .reservation_step .tx_att{
	font-size: 13px;
	padding-left:1em;
	text-indent:-1em;
		
}
}

/*WEBでのご予約方法　ボタン
---------------------------------------------*/
.appointment_btn {
	margin :40px auto;
}
.appointment_btn a {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0;
	font-size: 4.2vw;
	letter-spacing: 0.25em;
	color: #fff;
	position: relative;
	text-align: center;
	background-color: #e88a95;
}
.appointment_btn p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

@media screen and (min-width: 769px){
.appointment_btn a {
	width: 400px;
	margin: 0 auto;
	font-size: 20px;
}
.appointment_btn p {
	font-size: 13px;
}
}

.tx_right_pink {
	color: #e88a95;
	display: inline-block;
}


/*　ご予約の前に必ずご確認ください
---------------------------------------------*/
.please_confirm{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.please_confirm a{
	width: 78.7vw;
	height: 13.2vw;
	letter-spacing: 0.1em;
	color: #e88a95;
	border: 1px solid #e88a95;
	margin:1em auto;
	font-size: 3.6vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 769px){
.please_confirm{
	width: 480px;
	/*width: 100%;*/
	height: auto;
	margin: 30px auto 20px;
	text-align: center;
}
.please_confirm a{
	width: 100%;
	height: 70px!important;
	height: auto;
	font-size: 17px;
}
}

/*　医院選択
---------------------------------------------*/
.btn-select{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.btn-select a{
	width: 78.7vw;
	height: 13.2vw;
	letter-spacing: 0.1em;
	color: #fff;
	margin:1em auto;
	font-size: 3.8vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e88a95;
}
@media screen and (min-width: 769px){
.btn-select{
	width: 480px;
	/*width: 100%;*/
	height: auto;
	margin: 30px auto 20px;
	text-align: center;
}
.btn-select a{
	width: 100%;
	height: 70px!important;
	height: auto;
	font-size: 18px;
}
}



/*************************************************************

施術全体 共通スタイル

*************************************************************/


/*共通 中タイトル SP
---------------------------------------------*/
.title_middle .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
	text-align: center;
	line-height: 1.2em;
	letter-spacing: -0.07em;
}
.title_middle .jp_sub {
	font-size: 4vw;
	text-align: center;
}
.title_middle .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
/*共通 中タイトル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.title_middle .jp_title {
	font-size: 36px;
}
.title_middle .jp_sub {
	font-size: 17px;
}
.title_middle .en_sub {
	font-size: 22px;
}
}


/*タイトルが英文字の際の文字感
---------------------------------------------*/
.en_letter_spacing{
    letter-spacing: 0.07em;
}


/*詳細情報 SP
---------------------------------------------*/
.detail_wrap {
	width: 94%;
	height: auto;
	margin: 40px auto;
}
.detail_wrap .inner{
	margin: 20px 0;
}
.detail_wrap dl{
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
	margin-top: 20px;
}
.detail_wrap dt{
	font-size: 4vw;
	color: #e88a95;
	padding: 0.75em 1em 0.1em 1em;
}
.detail_wrap dd{
	padding: 0.1em 1.2em 1.3em 1.2em;
	border-bottom: solid 1px #ccc;
}
/*詳細情報 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.detail_wrap {
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.detail_wrap .inner{
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
.detail_wrap dl{
	margin-top: 40px;
}
.detail_wrap dt{
	font-size: 20px;
	color: #e88a95;
}
}


/*詳細情報 ピンク背景 SP
---------------------------------------------*/
.detail_wrap2 {
	width: 100%;
	height: auto;
	margin: 40px auto 0;
	padding: 30px 0;
	background-color: #FEF3F3;
}
.detail_wrap2 .inner{
	width: 94%;
	height: auto;
	margin: 0 auto;
}
.detail_wrap2 dl{
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
	margin-top: 20px;
}
.detail_wrap2 dt{
	font-size: 4vw;
	color: #e88a95;
	padding: 0.75em 1em 0.1em 1em;
}
.detail_wrap2 dd{
	padding: 0.1em 1.2em 1.3em 1.2em;
	border-bottom: solid 1px #ccc;
}
/*詳細情報 ピンク背景 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.detail_wrap2 {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	padding: 50px 0;
}
.detail_wrap2 .inner {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.detail_wrap2 dl{
	margin-top: 40px;
}
.detail_wrap2 dt{
	font-size: 20px;
	color: #e88a95;
}
}

/*フェイスデザイン 料金表 3列 SP
---------------------------------------------*/
.price_list_wrap {
	width: 96%;
	height: auto;
	margin: 10px auto 40px; 
}
.price_list_wrap ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.price_list_wrap li {
	width: 46%;
	height: auto;
	font-size: 3.8vw;
	line-height: 1.4em;
	margin: 0.2em auto 1em;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
}
.price_list_wrap li::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.price_list_wrap ul::after {/* 最後の行左寄せスペース */
	display: block;
	content:"";
	width: 50%;
}
.price_list_wrap li a {
	display: inline-block;
	width: 100%;
	height: auto;
}

.price_list_wrap .space{
    visibility:hidden;
}

/*フェイスデザイン 料金表 3列 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.price_list_wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	margin-top: 10px;
}
.price_list_wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.price_list_wrap li {
	width: 300px;
	margin: 0.75em 0;
	font-size: 16px;
	font-weight: 700;
}
.price_list_wrap li::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 8px;
}
.price_list_wrap_2rows{
	width: 680px!important;
}
}

/*施術動画全体囲み
---------------------------------------------*/
.movie_wrap {
	width: 100%;
	height: auto;
	margin: 40px 0;
	padding: 40px 0 10px;
}
.movie_wrap .movie_exp{
	text-align: center;
	font-size: 4vw;
	color: #E88A95;
	margin: 0;
}
.movie_wrap .tx_treatment{
	width: 94%;
	margin: 0 auto;
}	
.movie_mt0{
	margin-top: 0!important;
}
.movie_wrap .btn_price_link{
	text-align: center;
	position: relative;
	width: 13em;
	display: block;
	margin: 10px auto;
}
.movie_wrap .btn_price_link a{
	font-size: 4.8vw;
	color: #E88A95;
}
.movie_wrap .btn_price_link a::after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: inline-block;
	height: 12px;
	position: absolute;
	right: 1vw;
	top: 51%;
	transform: translate(0, -50%) rotate(45deg); width: 12px;
}
@media screen and (min-width: 769px){
.movie_wrap {
	margin: 70px 0;
	padding: 50px 0;
}
.movie_wrap .movie_exp{
	font-size: 24px;
}
.movie_wrap .tx_treatment{
	width: 800px;
	margin: 0 auto;
}	
.movie_wrap .btn_price_link a{
	font-size: 20px;
}
}
/*施術動画個別囲み
---------------------------------------------*/
.movie_box {
	width: 96%;
	height: auto;
	margin: 10px 2%;
}
.movie_box .left_box {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px){
.movie_box {
	width: 1000px;
	height: auto;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
}	
/*動画 
---------------------------------------------*/
.movie_box .movie{
 	margin: 20px auto;
	text-align: center;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.movie_box .movie iframe{
 	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 769px){
.movie_box .movie{
	width: 800px;
	height: 450px;
	padding-bottom: 0;
}
}


/*症例写真 SP（動画内）
---------------------------------------------*/
.caseBox{
	width: 96%;
	height: auto;
	margin: 30px auto 0;
}
.caseBox .caseBox_box{
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}
.caseBox .caseBox_box h3{
	font-size: 4vw;
	color: #E88A95;
	text-align: center;
}
.caseBox .caseBox_box .tx_exp2{
	text-align: center;
	margin-bottom: 1em;
}
.caseBox dl{
 width: 100%;
 padding: 0px 3% 20px;
}
.caseBox dt{
 text-align:center;
}
.caseBox dd.tx_cost{
	font-size: 4vw;
	color: #E88A95;
	line-height: 1.5em;
	margin-top: 20px;
}
.caseBox dd.tx_cost .tax{
	font-size: 70%;
	display: inline;
	line-height: 1.5em;
	margin-top: 0;
}
.caseBox dd.tx_exp{
	font-size:3vw;
	width: 100%;
	height: auto;
	float: none;
	text-align: left;
	word-wrap: break-word;
	margin-top: 8px;
	padding: 3%;
	border: solid 1px #999;
}
.caseBox .cap_case{
	font-family: 'A1MINCHOSTD';
	font-size: 18px;
	display: inline-block;
	margin-bottom: 6px;
}
/*症例写真 PC（動画内）
---------------------------------------------*/
@media screen and (min-width: 769px){
.caseBox{
	width: 1000px;
	height: auto;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseBox .caseBox_box{
	width: 460px;
	height: auto;
}
.caseBox .caseBox_box h3{
	font-size: 20px;
}
.caseBox dl{
 	width: 460px;
}
.caseBox dd.tx_cost{
	font-size: 19px;
	color: #E88A95;
	line-height: 1.5em;
	margin-top: 20px;
}
.caseBox dd.tx_cost .tax{
	font-size: 70%;
	display: inline;
	line-height: 1.5em;
	margin-top: 0;
}
.caseBox dd.tx_exp{
	width: 460px;
	float: left;
	font-size: 14px;
	text-align: left;
	word-wrap: break-word;
	height: auto;
	margin-top: 20px;
	padding: 10px 14px;
	border: solid 1px #999;
}
.caseBox dd span{
	font-size: 20px;
	line-height: 2.8em;
}
.caseBox .cap_case{
	font-family: 'A1MINCHOSTD';
	font-size: 23px;
	display: inline-block;
	margin-bottom: 8px;
}
}

/*症例写真 SP、PC　一列用
---------------------------------------------*/
.caseBox .caseBox_box_1row{
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}
.caseBox .caseBox_box_1row .one_row img{
    margin-bottom: 10px;
}
.caseBox .caseBox_box_1row h3{
	font-size: 4vw;
	color: #E88A95;
	text-align: center;
}
.caseBox dd.tx_exp_1row{
	font-size:3vw;
	width: 100%;
	height: auto;
	float: none;
	text-align: left;
	word-wrap: break-word;
	margin-top: 8px;
	padding: 3%;
	border: solid 1px #999;
}
.caseBox .caseBox_box_1row .tx_exp2{
	text-align: center;
	margin-bottom: 1em;
}
@media screen and (min-width: 769px){
.caseBox .caseBox_box_1row{
	width: 1000px;
	height: auto;
}
.caseBox .caseBox_box_1row .one_row{
    width: 1000px;
    display: flex;
    justify-content: space-between;
}
.caseBox .caseBox_box_1row .one_row img{
    margin-bottom: 0;
}
.caseBox .caseBox_box_1row h3{
	font-size: 20px;
}
.caseBox dd.tx_exp_1row{
	width: 1000px;
	float: left;
	font-size: 14px;
	text-align: left;
	word-wrap: break-word;
	height: auto;
	margin-top: 20px;
	padding: 10px 14px;
	border: solid 1px #999;
}
.caseBox dd.tx_exp_1row .two_rows{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.caseBox dd.tx_exp_1row .two_rows .tx_box{
    width: 460px;
}
}


/*フラクショナルレーザーMOSAICとは？ SP
各施術共通
---------------------------------------------*/
.treatment_whats{
	width: 100%;
	height: auto;
	margin: 20px auto;
}
.treatment_whats .inner{
	margin: 20px auto;
}
.treatment_whats .tx_box{
	width: 96%;
	height: auto;
	margin: 30px auto;
}
.treatment_whats .tx_box h3{
	font-size: 4vw;
	color: #E88A95;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
.treatment_whats .tx_box h3 span{
	width: 45vw;
	font-size: 3.5vw;
	color: #fff;
	padding: 0.3em 0.5em;
	background-color: #E88A95;
	text-align: center;
	display: inline-block;
	margin-bottom: 0.3em;
}
.treatment_whats .tx_box .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
}
.treatment_whats .tx_mini{
	font-size: 60%!important;
}
.treatment_whats h3 .tx_mini{
	width: 1em!important;
	font-size: 60%!important;
	color: #E88A95!important;
	background-color: #FFF!important;
	padding: 0!important;
	margin-bottom: 0!important;
	text-align: left;
	display: inline;
}
.treatment_whats .tx_box img{
	width: 70%;
	height: auto;
	display: block;
	margin: 10px auto;
}
.treatment_whats .tx_box .img_mini{
	width: 35%;
	height: auto;
}
.treatment_whats .fig_illust_pc{
	display: none;
}
.treatment_whats .fig_illust_sp{
}
.treatment_whats .fig_illust_sp img{
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
}
/*フラクショナルレーザーMOSAICとは？ PC
各施術共通
---------------------------------------------*/
@media screen and (min-width: 769px){
.treatment_whats{
}
.treatment_whats .inner{
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.treatment_whats .tx_box{
	width: 100%;
	margin: 50px 0;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.treatment_whats .tx_box img{
	width: auto;
	height: auto;
	margin-left: 40px;
}
.treatment_whats .tx_box .img_mini{
	width: auto;
	height: auto;
}
.treatment_whats .fig_illust_sp{
	display: none;
}
.treatment_whats .fig_illust_pc{
	margin-top: -30px;
	display: block;
}
.treatment_whats .fig_illust_pc img{
	margin-left: 0;	
}
.treatment_whats .tx_box h3{
	font-size: 21px;
	color: #E88A95;
	margin-bottom: 5px;
}
.treatment_whats .tx_box .head_h4{
	font-size: 18px;
	margin: 5px 0 2px;
}
.treatment_whats .tx_box h3 span{
	width: 280px;
	font-size: 20px;
	color: #fff;
	padding: 0.3em 0.5em;
	background-color: #E88A95;
	text-align: center;
	display: inline-block;
	margin-bottom: 0.5em;
}
}



/*成長因子の併用でより新しくキメ細やかな肌に SP
---------------------------------------------*/
.growth_factor{
	width: 96%;
	height: auto;
	margin: 50px auto;
}
.growth_factor h2{
	font-size: 4vw;
	color: #EDBFC1;
	text-align: center;
	display: block;
	border-top: solid 1px #E88A95;
	border-bottom: solid 1px #E88A95;
	padding: 0.5em 0;
	vertical-align: middle;
}
.growth_factor h2 span{
	font-size: 5vw;
	color: #E88A95;
}
.growth_factor h2 .small{
	font-size: 3vw;
	display: inline-block;
	vertical-align: top;
}
.growth_factor .tx_box{
	margin: 1.5em 0;
}
.growth_factor h3{
	font-size: 4vw;
	color: #E88A95;
}
.growth_factor .tx_box img{
	width: 30%;
	height: auto;
	display: block;
	margin: 10px auto;
}
.growth_factor .ph_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.growth_factor .ph_box li{
	width: 48%;
	height: auto;
	margin-bottom: 15px;
}
.growth_factor .ph_box img{
	width: 100%;
	height: auto;
	padding: 10px;
	border: solid 1px #999;
}
.growth_factor .ph_box span{
	font-size: 17px;
	display: block;
	color: #E88A95;
	margin-top: 5px;
}
.growth_factor .progress_box{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.growth_factor .progress_box .progress_h3{
	font-size: 3.5vw;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
.growth_factor .progress_box img{
	width: 45%;
	height: auto;
	margin: 0;
}
.growth_factor .progress_box .tx_box{
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0;
	display: inline-block;
	font-size: 3vw;
	line-height: 1.4em;
}

/*成長因子の併用でより新しくキメ細やかな肌に PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.growth_factor{
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.growth_factor h2{
	font-size: 22px;
	color: #EDBFC1;
}
.growth_factor h2 span{
	font-size: 30px;
	color: #E88A95;
}
.growth_factor h2 .small{
	font-size: 18px;
}
.growth_factor .tx_box{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.growth_factor .mt0{
	margin: 0 0 20px;
}
.growth_factor .mt40{
	margin-top: 40px;
}
.growth_factor h3{
	font-size: 21px;
	color: #E88A95;
}
.growth_factor .tx_box img{
	width: 140px;
	height: auto;
	margin-left: 40px;
}
.growth_factor .ph_box{
	width: 1000px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 30px;
}
.growth_factor .ph_box li{
	width: 23%;
	height: auto
}
.growth_factor .ph_box img{
	width: 100%;
	height: auto;
	padding: 10px;
	border: solid 1px #999;
}
.growth_factor .ph_box span{
	font-size: 17px;
	display: block;
	color: #E88A95;
	margin-top: 5px;
}
.growth_factor .progress_box{
	width: 1000px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
}
.growth_factor .progress_box .progress_h3{
	font-size: 21px;	
}
.growth_factor .progress_box img{
	width: 251px;
	height: auto;
	margin: 0;
}
.growth_factor .progress_box .tx_box{
	margin-top: 20px;
	margin-left: 20px;
	display: inline-block;
	font-size: 16px;
}
}


/*トップバナー囲み SP
---------------------------------------------*/
.bnr_contents_wrap {
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding: 0 3% ;
	text-align: center;
}
.bnr_contents_wrap .bnr_box_single {
	margin: 20px 0 0;
}
.bnr_contents_wrap .bnr_box_double {
	margin: 15px auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bnr_contents_wrap .bnr_box_double a {
	width: 48%;
}
.bnr_contents_wrap .bnr_box_other {
	margin: 10px auto;
}
.bnr_contents_wrap .bnr_box_other .other_inner {
	width: 100%;
	height: auto;
	margin-top: 15px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
	border-bottom: solid 1px #e88a95;
}
.bnr_contents_wrap .bnr_box_other .other_inner img {
	width: 20%;
	height: 20%;
}
.bnr_contents_wrap .bnr_box_other .other_inner .tx_main {
	width: 70%;
	height: auto;
	font-size: 4vw;
	color: #e88a95;
	vertical-align: middle;
	line-height: 1.5em;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.bnr_contents_wrap .bnr_box_other .other_inner .tx_sub {
	margin-top: 10px;
}
.bnr_contents_wrap .bnr_box_other .other_inner a {
	color: #e88a95;
}


/*トップバナー囲み PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.bnr_contents_wrap {
	margin: 20px 0;
	padding: 30px 0;
}
.bnr_contents_wrap .bnr_box_single {
	margin: 30px 0 0;
}
.bnr_contents_wrap .bnr_box_double {
	margin: 20px auto;
	width: 1000px;
	height: auto;
}
.bnr_contents_wrap .bnr_box_other {
	margin: 20px auto;
	width: 1000px;
	height: auto;
	text-align: left;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bnr_contents_wrap .bnr_box_other .other_inner {
	width: 49%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bnr_contents_wrap .bnr_box_other .other_inner img {
	width: 110px;
	height: 110px;
}
.bnr_contents_wrap .bnr_box_other .other_inner .tx_main{
	width: 350px;
	height: 110px;
	font-size: 20px;
}
}



/*レーザー脱毛 各施術リンク
---------------------------------------------*/
.laser_link_box{
	width: 96%;
	height: auto;
	margin: 40px auto;
}
.laser_link_box .link_btn{
	width: 98%;
	height: 20vw;
	margin:0 auto 5vw;
	background-color: #F0F0F0;
	position: relative;
}
.laser_link_box .link_btn::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 4vw;
	top: 51%;
	transform: translate(0, -50%) rotate(45deg);
	width: 2vw;
}
.laser_link_box .link_btn a{
	width: 100%;
	height: 20vw;
	font-size: 4vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.laser_link_box .link_btn_pink{
	width: 98%;
	height: 20vw;
	margin:0 auto 5vw;
	background-color: #fff;
	position: relative;
	border: solid 1px #E88A95;
}
.laser_link_box .link_btn_pink::after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 4vw;
	top: 51%;
	transform: translate(0, -50%) rotate(45deg);
	width: 2vw;
}
.laser_link_box .link_btn_pink a{
	width: 100%;
	height: 20vw;
	font-size: 4vw;
	color: #E88A95;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 769px){
.laser_link_box {
	width: 1040px;
	height: auto;
	margin: 90px auto 50px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.laser_link_box .link_btn{
	width: 480px;
	height: 72px;
	margin-bottom: 40px;
}
.laser_link_box .link_btn::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 51%;
	transform: translate(0, -50%) rotate(45deg);
	width: 12px;
}
.laser_link_box .link_btn a{
	width: 480px;
	height: 72px;
	font-size: 18px;
}
.laser_link_box .link_btn_pink{
	width: 480px;
	height: 72px;
	margin-bottom: 40px;
}
.laser_link_box .link_btn_pink::after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 51%;
	transform: translate(0, -50%) rotate(45deg);
	width: 12px;
}
.laser_link_box .link_btn_pink a{
	width: 480px;
	height: 72px;
	font-size: 18px;
}
}



/*料金表 レーザーページ用リンク SP
---------------------------------------------*/
.price_laser_wrap {
	width: 96%;
	height: auto;
	margin: 10px auto 40px; 
	display: flex;
	flex-wrap: wrap;
}
.price_laser_wrap dl {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.price_laser_wrap dt {
	font-size: 4vw;
	line-height: 1.4em;
	margin-top: 2em;
	font-weight: 700;
}
.price_laser_wrap dd {
	font-size: 3.8vw;
	margin: 0.4em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
}
.price_laser_wrap dd::after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 2vw;
}
.price_laser_wrap dd a {
	display: inline-block;
	width: 100%;
	height: auto;
}
/*料金表 レーザーページ用リンク PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.price_laser_wrap {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.price_laser_wrap dl {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
}
.price_laser_wrap dt {
	font-size: 16px;
	font-weight: 700;
}
.price_laser_wrap dd {
	font-size: 16px;
}
.price_laser_wrap dd::after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 8px;
}
}



/*レーザー脱毛のみ 施術項目 アンカー SP
---------------------------------------------*/
.price_pege_anchor_laser {
	width: 100%;
	height: auto;
	margin-top: 1em;
}
.price_pege_anchor_laser .pege_anchor_wrap{
	width: 94%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.price_pege_anchor_laser dl {
	width: 48%;
	height: auto;
	margin: 0 auto;
}
.price_pege_anchor_laser dt {
	font-size: 4vw;
	line-height: 1.4em;
	margin-top: 1em;
	font-weight: 700;
}
.price_pege_anchor_laser dd {
	width: 100%;
	font-size: 3.8vw;
	margin: 0.2em 4% 2em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
	float: left;
}
.price_pege_anchor_laser dd::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 2vw;
}
.price_pege_anchor_laser dd.m_r_none {
	margin-right: 0; /*dd右マージン0指定*/
}
.price_pege_anchor_laser dd span {
	font-size: 75%;
}
.price_pege_anchor_laser dd a {
	display: block;
}
.price_pege_anchor_laser ul {
	width: 92%;
	height: auto;
	margin: 0 auto;
}
.price_pege_anchor_laser dt {
	font-size: 4vw;
	line-height: 1.4em;
	margin-top: 1em;
	font-weight: 700;
}
.price_pege_anchor_laser li {
	width: 48%;
	font-size: 3.8vw;
	margin: 0.2em 4% 1em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
	float: left;
}
.price_pege_anchor_laser li:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 2vw;
}
.price_pege_anchor_laser li:nth-child(even) {
	margin-right: 0; /*liの2個目右マージン0指定*/
}
.price_pege_anchor li a {
	display: block;
}

/*レーザー脱毛のみ 施術項目 アンカー PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.price_pege_anchor_laser {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.price_pege_anchor_laser .pege_anchor_wrap{
	width: 100%;
}
.price_pege_anchor_laser dl {
}
.price_pege_anchor_laser dt {
	font-size: 16px;
	font-weight: 700;
}
.price_pege_anchor_laser dd {
	margin-bottom: 1.2em;
	font-size: 16px;
	width: 98%;
}
.price_pege_anchor_laser dd:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 8px;
}
.price_pege_anchor_laser ul {
	width: 100%;
	height: auto;
}
.price_pege_anchor_laser li {
	margin-bottom: 1.2em;
	font-size: 16px;
}
.price_pege_anchor_laser li:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 8px;
}
}	


/*欄外の注釈用
---------------------------------------------*/
.anno {
	font-size: 3.4vw;
	line-height: 1.5;
	text-align: left;
	width: 100%;
	color: #F00;
	margin-bottom: 15px;
}
@media screen and (min-width: 769px){
.anno{
	font-size: 15px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
}


/*style2.css対策用
---------------------------------------------*/
.img_mt {
	margin-top: 10vh!important;
}
@media screen and (min-width: 769px){
.img_mt {
	margin-top: 120px!important;
}
}	

#header{
	font-feature-settings: "tnum";
}

#header .headLink{
    webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	-o-box-sizing: content-box; 
	-ms-box-sizing: content-box; 
	box-sizing: content-box; 
}
