@charset "UTF-8";
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px){
/*=========================
▼▼共通▼▼
===========================*/
#chanel_injection_contents section {
    width: 100%;
	float: left;
	clear: both;
    margin-bottom: 74px;
}
#chanel_injection_contents .lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#chanel_injection_contents .pc_none {
    display: none;
}
#chanel_injection_contents .auto {
	width: 1200px;
	margin: 0 auto;
}
#chanel_injection_contents img {
	display: block;
}
#chanel_injection_contents .price_box {
	width: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px 12px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#chanel_injection_contents #title_conts .price_box {
	padding-bottom: 18px;
}
#chanel_injection_contents .price_box h4 {
	font-size: 23px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
    font-style: italic;
}
#chanel_injection_contents .price_box h4 .small {
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
#chanel_injection_contents .price_box .terms {
	display: inline-block;
	width: 182px;
	border-radius: 16px;
	background-color: #e43c83;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	padding: 2px 0 1px;
}
#chanel_injection_contents .price_box .price_wrap .range {
	display: inline-block;
	font-size: 21px;
	line-height: 1.3;
	font-weight: bold;
}
#chanel_injection_contents .price_box .price_wrap .price {
	display: inline-block;
	font-size: 49px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #e43c83;
	position: relative;
}
#chanel_injection_contents #title_conts .price_box .price_wrap .price {
	line-height: 1;
}
#chanel_injection_contents #title_conts .price_box .price_wrap .price .taxplus {
	font-size: 14px;
}
#chanel_injection_contents .price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 29px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}
#chanel_injection_contents .price_box .price_wrap .price .tax {
	position: absolute;
	font-size: 11px;
	top: 12px;
	right: -6px;
}
#chanel_injection_contents #title_conts .price_box .price_wrap .price .tax {
	top: 6px;
}
#chanel_injection_contents .link_btn_area {
    width: 800px;
	clear: both;
	margin: 0 auto 190px;
}
#chanel_injection_contents .link_btn_area .contact_btn {
    width: 100%;
	display: inline-block;
    vertical-align: top;
	text-align: center;
}
#chanel_injection_contents .link_btn_area .contact_btn a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 21px 0 18px;
    border: 2px solid #e43c83;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #e43c83;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
    font-weight: bold;
    transition-duration: .6s;
}
#chanel_injection_contents .link_btn_area .contact_btn a:hover {
    background-color: #fff;
    color: #e43c83;
}
#chanel_injection_contents .link_btn_area .contact_btn .eng {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
    transition-duration: .6s;
}
#chanel_injection_contents .link_btn_area .contact_btn a:hover .eng {
    color: #e43c83;
}
#chanel_injection_contents .title_box {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
    margin-bottom: 226px;
}
#chanel_injection_contents .title_box::after {
	content: "";
	display: block;
	width: 1px;
	height: 132px;
	background-color: #000;
	position: absolute;
	bottom: -190px;
	left: 50%;
}
#chanel_injection_contents .title_box h2 {
	font-size: 55px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .2em;
    margin-bottom: 14px;
}
#chanel_injection_contents .title_box .jp_title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .2em;
}
#chanel_injection_contents .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#chanel_injection_contents .isPlay {
  animation-name: play;
  animation-duration: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
  animation-timing-function: ease;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
#chanel_injection_contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.55s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #f3f6f7, #edf4f7);
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
/*=========================
▲▲共通▲▲
===========================*/
#chanel_injection_contents {
	width: 100%;
	clear: both;
	float: left;
	background-size: 100%;
	font-size: 17px;
	line-height: 35px;
	color: #000000;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}
#chanel_injection_contents #back-top {
	display: none;
	bottom: 70px;
	right: 40px;
	clear: both;
	float: left;
	position: fixed;
	width: 62px;
	z-index: 99;
}
#chanel_injection_contents header {
    width: 100%;
    height: auto;
	float: left;
	clear: both;
    padding: 12px 0 8px;
	margin: 0;
    position: fixed;
    top: 0;
    left: 0;
}
#chanel_injection_contents header .main_logo {
    width: 222px;
	float: left;
    margin-top: 16px;
}
#chanel_injection_contents header .right_wrap {
    width: 524px;
	float: right;
	text-align: right;
}
#chanel_injection_contents header .right_wrap .tel_box {
    width: 287px;
	text-align: left;
	display: inline-block;
}
#chanel_injection_contents header .right_wrap .tel_box .box {
    margin-bottom: 8px;
}
#chanel_injection_contents header .right_wrap .tel_box .box:nth-of-type(2) {
    margin-bottom: 0;
}
#chanel_injection_contents header .right_wrap .tel_box .box dt {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 3px;
    margin-right: 6px;
}
#chanel_injection_contents header .right_wrap .tel_box .box dd {
    display: inline-block;
    width: 220px;
    vertical-align: top;
}
#chanel_injection_contents header .right_wrap .tel_box .tel_number {
    font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
	font-style: italic;
	padding-left: 28px;
	background-image: url("../images/chanel/icon_tel_g.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
}
#chanel_injection_contents header .right_wrap .tel_box .box:nth-of-type(2) .tel_number {
	background-image: url("../images/chanel/icon_tel_y.jpg");
}
#chanel_injection_contents header .right_wrap .tel_box .closed {
    font-size: 11px;
	line-height: 1.2;
	padding-left: 28px;
}
#chanel_injection_contents header .right_wrap .contact_btn {
    width: 228px;
	display: inline-block;
    vertical-align: top;
	text-align: center;
    padding-top: 11px;
}
#chanel_injection_contents header .right_wrap .contact_btn a {
    width: 100%;
	display: block;
	text-align: center;
    border-radius: 5px;
    padding: 8px 0 5px;
    border: 2px solid #e43c83;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e43c83;
	color: #fff;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
    transition-duration: .6s;
}
#chanel_injection_contents header .right_wrap .contact_btn a:hover {
	background-color: #fff;
	color: #e43c83;
}
#chanel_injection_contents header .right_wrap .contact_btn .eng {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
    transition-duration: .6s;
}
#chanel_injection_contents header .right_wrap .contact_btn a:hover .eng {
	color: #e43c83;
}
#chanel_injection_contents #title_conts {
	width: 100%;
	height: 625px;
	clear: both;
	margin-bottom: 182px;
	position: relative;
}
#chanel_injection_contents #title_conts .auto {
	padding: 68px 60px 0 750px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#chanel_injection_contents #title_conts .text_box {
	position: relative;
	z-index: 9;
}
#chanel_injection_contents #title_conts .title_jp {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: .7em;
	margin-bottom: 10px;
}
#chanel_injection_contents #title_conts h1 {
	font-size: 63px;
	line-height: 1.2;
	font-weight: bold;
    text-align: center;
}
#chanel_injection_contents #title_conts h1 .small {
	font-size: 34px;
    display: block;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: 0.03em;
    padding-left: 5px;
}
#chanel_injection_contents #title_conts .title_line {
	font-size: 20px;
    font-weight: bold;
    text-align: right;
	position: relative;
    margin-bottom: 30px;
}
#chanel_injection_contents #title_conts .title_line::after {
	content: "";
	display: block;
	width: 175px;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 16px;
	left: 0;
}
#chanel_injection_contents #title_conts .sub_title {
	font-size: 22px;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    margin-bottom: 34px;
}
#chanel_injection_contents #title_conts .sub_title .small {
	font-size: 14px;
    letter-spacing: .3em;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 4px;
}
#chanel_injection_contents #title_conts #slider_bg {
	width: 62vw;
	min-width: 787px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    overflow: hidden;
}
#chanel_injection_contents .swiper-container {
    width: 100%;
    height: 100%;
    display: block;
}
#chanel_injection_contents #title_conts #slider .slide {
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#chanel_injection_contents #title_conts #slider .slide_01 {
    background-image:url("../images/chanel/main_slide_01.jpg");
}
#chanel_injection_contents #title_conts #slider .slide_02 {
    background-image:url("../images/chanel/main_slide_02.jpg");
}
#chanel_injection_contents #title_conts #slider .slide_03 {
    background-image:url("../images/chanel/main_slide_03.jpg");
}
#chanel_injection_contents #title_conts .price_box {
	width: 100%;
	position: relative;
	z-index: 9;
}
#chanel_injection_contents #about_conts {
	position: relative;
}
#chanel_injection_contents #about_conts .area_1 {
	width: 100%;
	float: left;
	clear: both;
    margin-bottom: 158px;
}
#chanel_injection_contents #about_conts .area_1 .box {
	width: 100%;
	float: left;
	clear: both;
    margin-bottom: 164px;
	position: relative;
}
#chanel_injection_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 0;
}
#chanel_injection_contents #about_conts .area_1 .box .text_box {
	width: 650px;
	float: left;
    padding-top: 107px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    z-index: 9;
}
#chanel_injection_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box {
	float: right;
    padding-top: 87px;
    padding-right: 35px;
}
#chanel_injection_contents #about_conts .area_1 .box .text_box h4 {
	font-size: 26px;
	line-height: 56px;
	font-weight: bold;
	margin-bottom: 28px;
    letter-spacing: .2em;
}
#chanel_injection_contents #about_conts .area_1 .box .text_box .text {
	width: 480px;
}
#chanel_injection_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box .text {
	width: 570px;
}
#chanel_injection_contents #about_conts .area_1 .box .img {
	width: 643px;
	position: absolute;
	top: 0;
	right: 28px;
    overflow: hidden;
}
#chanel_injection_contents #about_conts .area_1 .box:nth-of-type(2n) .img {
	right: auto;
	left: 0;
}
#chanel_injection_contents #about_conts .area_2 {
	width: 1100px;
	float: left;
	clear: both;
	margin-left: 100px;
	position: relative;
}
#chanel_injection_contents #about_conts .area_2 .img {
	width: 289px;
	float: left;
	margin-top: 60px;
	margin-right: 500px;
	margin-bottom: 256px;
    overflow: hidden;
}
#chanel_injection_contents #about_conts .area_2 .img2 {
	width: 289px;
    margin-top: 362px;
	float: right;
    overflow: hidden;
}
#chanel_injection_contents #about_conts .area_2 .img3 {
	width: 371px;
	float: left;
	margin-left: 288px;
    overflow: hidden;
}
#chanel_injection_contents #about_conts .area_2 p {
	width: 245px;
	height: 245px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 27px 0;
	border: 1px solid #dcdcdc;
	font-size: 23px;
	line-height: 47px;
	display: table;
	position: absolute;
}
#chanel_injection_contents #about_conts .area_2 p.small {
	width: 210px;
	height: 210px;
	padding: 0 25px 0;
}
#chanel_injection_contents #about_conts .area_2 p .inner {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#chanel_injection_contents #about_conts .area_2 p.b_text1 {
	top: 0;
	left: 368px;
}
#chanel_injection_contents #about_conts .area_2 p.b_text2 {
	top: 70px;
	right: 189px;
}
#chanel_injection_contents #about_conts .area_2 p.b_text3 {
	top: 280px;
	right: 369px;
}
#chanel_injection_contents #about_conts .area_2 p.b_text4 {
	top: 385px;
	left: 227px;
}
#chanel_injection_contents #about_conts .area_2 p.b_text5 {
	bottom: 135px;
	left: 6px;
}
#chanel_injection_contents #about_conts .area_2 p.b_text6 {
	bottom: 64px;
	right: 156px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper {
	width: 1150px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #cccccc;
	padding: 80px 50px 68px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#chanel_injection_contents #ingredient_conts .bg_wrapper h3 {
	font-size: 36px;
    line-height: 1.3;
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl {
	width: 320px;
	display: inline-block;
	margin: 0 10px 43px;
	vertical-align: top;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) {
	width: 1000px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(5) {
	width: 660px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	background-color: #dbc040;
	border-radius: 25px;
	padding: 9px 0 8px;
	text-align: center;
	margin-bottom: 9px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(2) dt {
	background-color: #7bc0c5;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(3) dt {
	background-color: #ea7798;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) dt {
	background-color: #72a4d8;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(5) dt {
	background-color: #db9b40;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(6) dt {
	background-color: #a78fca;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dd li {
	font-size: 16px;
	line-height: 20px;
	padding-left: 1em;
	text-indent: -1em;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
    margin-bottom: 7px;
    vertical-align: top;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:first-of-type li {
	width: 60%;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:first-of-type li:nth-of-type(2n) {
	width: 40%;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li {
	width: 167px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li.col2 {
	width: 154px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li.col3 {
	width: 200px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li.col4 {
	width: 185px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li.col5 {
	width: 137px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li.col6 {
	width: 157px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(5) li {
	width: 37%;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(5) li:nth-of-type(2n) {
	width: 63%;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .bg_text {
	width: 1000px;
	margin: 0 auto;
	background-color: #f8f8f8;
	font-size: 16px;
	line-height: 31px;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 52px 104px 49px;
}

#chanel_injection_contents #merit_conts .box {
	margin-bottom: 120px;
}
#chanel_injection_contents #merit_conts .box:last-of-type {
	margin-bottom: 0;
}
#chanel_injection_contents #merit_conts .title_box {
	margin-bottom: 221px;
}
#chanel_injection_contents #merit_conts .number {
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
    margin-bottom: 30px;
    letter-spacing: .2em;
}
#chanel_injection_contents #merit_conts .number .big {
	font-size: 61px;
	line-height: 1.2;
	font-weight: bold;
}
#chanel_injection_contents #merit_conts h3 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
    margin-bottom: 30px;
    color: #30b3bd;
}
#chanel_injection_contents #merit_conts h3 .small {
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
    color: #30b3bd;
}
#chanel_injection_contents #merit_conts .detail_text {
	font-size: 26px;
	line-height: 55px;
	font-weight: bold;
	text-align: center;
    margin-bottom: 44px;
}
#chanel_injection_contents #merit_conts .detail_text .small {
	font-size: 16px;
	font-weight: bold;
}
#chanel_injection_contents #merit_conts .detail_text .blue {
	color: #30b3bd;
	font-weight: bold;
}
#chanel_injection_contents #merit_conts .detail_text .pink {
	color: #ff8fb4;
	font-weight: bold;
}
#chanel_injection_contents #merit_conts .info_graph {
	margin-bottom: 62px;
}
#chanel_injection_contents #merit_conts .bg_text {
	width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 41px 72px 33px;
	background-color: #f8f8f8;
}
#chanel_injection_contents #merit_conts .bg_text dt {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#chanel_injection_contents #merit_conts .bg_text dd {
	font-size: 17px;
	line-height: 35px;
}
#chanel_injection_contents #merit_conts .lr_wrapper {
    width: 1000px;
    margin: 61px auto 0;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#chanel_injection_contents #merit_conts .lr_wrapper .text {
    width: 520px;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table {
    width: 460px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #dcdcdc;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table tr {
    border-bottom: 1px solid #dcdcdc;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table tr:first-of-type {
    background-color: #f8f8f8;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table th {
    width: 140px;
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table tr th {
    font-weight: bold;
	text-align: left;
    vertical-align: middle;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table td {
    width: 160px;
    text-align: center;
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table td .small {
    font-size: 9px;
    line-height: 1.4;
    display: block;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table tr:first-of-type td {
    font-weight: bold;
    vertical-align: middle;
}

#chanel_injection_contents #flow_conts .title_box {
	margin-bottom: 245px;
}
#chanel_injection_contents #flow_conts .flow_list li {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 107px;
}
#chanel_injection_contents #flow_conts .flow_list li:last-of-type {
	margin-bottom: 0;
}
#chanel_injection_contents #flow_conts .flow_list li .text_box {
	width: 557px;
	min-height: 363px;
	float: left;
	position: relative;
	z-index: 9;
}
#chanel_injection_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box {
	float: right;
}
#chanel_injection_contents #flow_conts .flow_list li .text_box .number {
	font-size: 90px;
	line-height: 1.2;
	margin-bottom: 20px;
}
#chanel_injection_contents #flow_conts .flow_list li .text_box h4 {
	font-size: 31px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
#chanel_injection_contents #flow_conts .flow_list li .text_box .gray_text {
	font-size: 100px;
    line-height: 1;
	color: #f6f6f6;
	position: absolute;
    bottom: -42px;
    left: 0;
	z-index: -1;
	letter-spacing: .1em;
}
#chanel_injection_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box .gray_text {
    left: auto;
	right: 0;
	text-align: right;
}
#chanel_injection_contents #flow_conts .flow_list li .img {
	width: 557px;
	float: right;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
#chanel_injection_contents #flow_conts .flow_list li:nth-of-type(2n) .img {
	float: left;
}
#chanel_injection_contents #price_conts .top_box {
	width: 100%;
    height: 466px;
	margin-bottom: 60px;
	position: relative;
}
#chanel_injection_contents #price_conts .top_box .img {
	width: 714px;
	position: absolute;
	left: 0;
	top: 0;
    overflow: hidden;
}
#chanel_injection_contents #price_conts .top_box .text {
    padding-top: 115px;
	padding-left: 664px;
	font-size: 26px;
	line-height: 56px;
	font-weight: bold;
	position: relative;
	z-index: 9;
    letter-spacing: .15em;
}
#chanel_injection_contents #price_conts .top_box .text .small {
	font-size: 16px;
	line-height: 56px;
	font-weight: bold;
}
#chanel_injection_contents #price_conts .price_wrapper {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 33px;
}
#chanel_injection_contents #price_conts .price_wrapper .price_box {
	width: 475px;
	float: left;
    margin-bottom: 35px;
}
#chanel_injection_contents #price_conts .price_wrapper .price_box:nth-of-type(2n) {
	float: right;
}
#chanel_injection_contents #price_conts .price_box:nth-of-type(3), #chanel_injection_contents #price_conts .price_box:nth-of-type(4) {
	padding: 34px 10px 22px;
}
#chanel_injection_contents #price_conts .price_box h4 {
	font-size: 28px;
}
#chanel_injection_contents #price_conts .price_box:nth-of-type(3) h4, #chanel_injection_contents #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#chanel_injection_contents #price_conts .price_box h4 .small {
	font-size: 22px;
}
#chanel_injection_contents #price_conts .price_box .terms {
	width: 223px;
	font-size: 21px;
}
#chanel_injection_contents #price_conts .price_box .price_wrap .price {
	font-size: 60px;
}
#chanel_injection_contents #price_conts .price_box:nth-of-type(3) .price_wrap .price, #chanel_injection_contents #price_conts .price_box:nth-of-type(4) .price_wrap .price {
	color: #30b3bd;
}
#chanel_injection_contents #price_conts .price_box .price_wrap .price .small {
	font-size: 36px;
}
#chanel_injection_contents #price_conts .price_box .price_wrap .price .taxplus {
	font-size: 22px;
}
#chanel_injection_contents #price_conts .price_box:nth-of-type(3) .price_wrap .price .small, #chanel_injection_contents #price_conts .price_box:nth-of-type(4) .price_wrap .price .small {
	color: #30b3bd;
}
#chanel_injection_contents #price_conts .price_box .price_wrap .price .tax {
	font-size: 13px;
    font-weight: bold;
	top: 16px;
}
#chanel_injection_contents #price_conts .detail_box {
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
	border-radius: 6px;
	padding: 60px 50px 82px;
}
#chanel_injection_contents #price_conts .detail_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
#chanel_injection_contents #price_conts .detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
#chanel_injection_contents #price_conts .detail_box table th {
	width: 217px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding: 15px 23px 12px 35px;
}
#chanel_injection_contents #price_conts .detail_box table td {
	font-size: 16px;
	line-height: 27px;
	padding: 15px 23px 12px 0;
}
#chanel_injection_contents #option_conts {
	margin-bottom: 39px;
}
#chanel_injection_contents #option_conts .title_box {
	margin-bottom: 200px;
}
#chanel_injection_contents #option_conts .top_text {
	font-size: 26px;
	line-height: 56px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 34px;
}
#chanel_injection_contents #option_conts .top_text .small {
	font-size: 16px;
}
#chanel_injection_contents #option_conts .top_text .small2 {
	font-size: 14px;
}
#chanel_injection_contents #option_conts .price_wrapper {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 100px;
    text-align: center;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
#chanel_injection_contents #option_conts .price_wrapper .price_box {
	width: 475px;
	float: left;
    margin-bottom: 35px;
}
#chanel_injection_contents #option_conts .price_wrapper .price_box:nth-of-type(2n) {
	float: right;
}
#chanel_injection_contents #option_conts .price_box:nth-of-type(3), #chanel_injection_contents #option_conts .price_box:nth-of-type(4) {
	padding: 34px 10px 22px;
}
#chanel_injection_contents #option_conts .price_box h4 {
	font-size: 28px;
}
#chanel_injection_contents #option_conts .price_box .text {
	height: 70px;
}
#chanel_injection_contents #option_conts .price_box:nth-of-type(3) h4, #chanel_injection_contents #option_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#chanel_injection_contents #option_conts .price_box h4 .small {
	font-size: 22px;
}
#chanel_injection_contents #option_conts .price_box .terms {
	width: 223px;
	font-size: 21px;
}
#chanel_injection_contents #option_conts .price_box .price_wrap .price {
	font-size: 32px;
}
#chanel_injection_contents #option_conts .price_box .price_wrap .price .small {
	font-size: 36px;
}
#chanel_injection_contents #option_conts .price_box .price_wrap .price .tax {
	font-size: 13px;
    font-weight: bold;
	top: 16px;
}
#chanel_injection_contents #doctor_conts {
	margin-bottom: 23px;
}
#chanel_injection_contents #doctor_conts .box {
	width: 100%;
	float: left;
	clear: both;
    margin-bottom: 51px;
}
#chanel_injection_contents #doctor_conts .box .name_box {
	width: 100%;
	float: left;
	clear: both;
	background-color: #f2f2f2;
	margin-bottom: 38px;
}
#chanel_injection_contents #doctor_conts .box .name_box .name {
	width: 580px;
	float: left;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 190px;
    padding-top: 106px;
}
#chanel_injection_contents #doctor_conts .box .name_box .eng {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	color: #afafaf;
}
#chanel_injection_contents #doctor_conts .box .name_box dt {
	font-size: 17px;
	font-weight: bold;
	margin-right: 20px;
	display: inline-block;
	vertical-align: bottom;
}
#chanel_injection_contents #doctor_conts .box .dr_img {
	width: 290px;
	float: right;
	margin-right: 200px;
}
#chanel_injection_contents #doctor_conts .box .name_box dd {
	font-size: 35px;
	line-height: 1.3;
	font-weight: bold;
	margin-right: 20px;
	display: inline-block;
}
#chanel_injection_contents #doctor_conts .box .history_box {
	width: 100%;
	float: left;
	clear: both;
}
#chanel_injection_contents #doctor_conts .box .history_box dl {
	width: 600px;
	float: left;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
#chanel_injection_contents #doctor_conts .box .history_box dl:first-of-type {
	width: 600px;
	float: left;
	padding-left: 100px;
}
#chanel_injection_contents #doctor_conts .box .history_box dt {
	width: 90px;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
	display: table-cell;
	vertical-align: top;
}
#chanel_injection_contents #doctor_conts .box .history_box dl:nth-of-type(2) dt {
	width: 133px;
}
#chanel_injection_contents #doctor_conts .box .history_box dl:nth-of-type(2) dt .small {
	font-size: 18px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
}
#chanel_injection_contents #doctor_conts .box .history_box dd {
	border-left: 1px solid #e9e9e9;
	display: table-cell;
	vertical-align: top;
	font-size: 17px;
	line-height: 1.4;
	padding-left: 35px;
	padding-right: 20px;
}
#chanel_injection_contents #doctor_conts .box .history_box dd th {
	width: 80px;
}
#chanel_injection_contents #doctor_conts .box .history_box dd td, #chanel_injection_contents #doctor_conts .box .history_box dd li {
	padding-bottom: 11px;
}
#chanel_injection_contents #clinic_conts {
    width: 100%;
	min-width: 1000px;
	margin: 0 auto 34px;
    overflow: hidden;
}
#chanel_injection_contents #clinic_conts .pc_top {
    width: 100%;
    clear: both;
	height: 342px;
}
#chanel_injection_contents #clinic_conts .pc_top .slide_in_image {
    width: 100%;
	background-image: url("../images/chanel/img_14.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#chanel_injection_contents #clinic_conts .cl_2 .slide_in_image {
	background-image: url("../images/chanel/img_15.jpg");
}
#chanel_injection_contents #clinic_conts .auto {
    width: 1000px;
    clear: both;
}
#chanel_injection_contents #clinic_conts .box {
    width: 100%;
	float: left;
	clear: both;
	position: relative;
    padding-top: 44px;
    margin-bottom: 135px;
}
#chanel_injection_contents #clinic_conts .box .bg_text {
	font-size: 140px;
	line-height: 0.7;
	color: #fbfbfb;
	position: absolute;
	left: -50px;
	top: 0;
}
#chanel_injection_contents #clinic_conts .box .text_box {
    width: 500px;
	float: left;
	padding-top: 10px;
    position: relative;
}
#chanel_injection_contents #clinic_conts .box .text_box h5 {
    font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 12px;
}
#chanel_injection_contents #clinic_conts .box .text_box dl {
    width: 100%;
	display: table;
	font-size: 16px;
	line-height: 33px;
}
#chanel_injection_contents #clinic_conts .box .text_box dl dt {
    width: 84px;
	display: table-cell;
}
#chanel_injection_contents #clinic_conts .box .text_box dl dd {
	display: table-cell;
}
#chanel_injection_contents #clinic_conts .box .text_box p.tel-link {
    font-size: 28px;
    margin-top: 8px;
	padding-left: 37px;
	background-image: url("../images/chanel/icon_tel_g.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 29px;
    font-style: italic;
}
#chanel_injection_contents #clinic_conts .box_2 .text_box p.tel-link {
	background-image: url("../images/chanel/icon_tel_y.jpg");
}
#chanel_injection_contents #clinic_conts .box .text_box p.tel-link a {
    font-size: 28px;
	color: #b5833a;
    text-decoration: none;
    font-style: italic;
}
#chanel_injection_contents #clinic_conts .box .gmap {
    width: 462px;
	height: 256px;
	float: right;
	position: relative;
}
#chanel_injection_contents #clinic_conts .box .gmap iframe {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#chanel_injection_contents #reserved_conts {
	margin-bottom: 0;
}
#chanel_injection_contents #reserved_conts .title_box {
    margin-bottom: 225px;
}
#chanel_injection_contents #reserved_conts .form_box {
	width: 100%;
	background-color: #ffebde;
}
#chanel_injection_contents #reserved_conts .form_box .auto {
	width: 830px;
	padding: 36px 0 70px;
}
#chanel_injection_contents #reserved_conts .form_box dl {
	margin-bottom: 28px;
}
#chanel_injection_contents #reserved_conts .form_box .dl_clinic label {
	margin-right: 16px;
}
#chanel_injection_contents #reserved_conts .form_box .dl_clinic input {
	margin-right: 6px;
}
#chanel_injection_contents #reserved_conts .error,#chanel_injection_contents #reserved_conts .error_place {
	color: #fc1d2a;
    font-weight: bold;
}
#chanel_injection_contents #reserved_conts .form_box dl dt {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
    margin-bottom: 8px;
}
#chanel_injection_contents #reserved_conts .form_box dl dt .small {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	display: inline-block;
	margin-left: 10px;
}
#chanel_injection_contents #reserved_conts .form_box dl dt .small {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	display: inline-block;
	margin-left: 10px;
}
#chanel_injection_contents #reserved_conts .form_box dl dt .red {
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	padding: 2px 5px 1px;
	background-color: #f28d6e;
	margin-left: 8px;
}
.years,
.months,
.days,
.times {
    width: 120px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
}
.dates {
    display: inline-block;
    position: relative;
}
.months,
.days,
.times {
    margin-left: 4px;
}
.years:before, .months:before, .days:before, .times:before, .dates:before  {
    z-index: 1;
    position: absolute;
    right: 13px;
    top: 18px;;
    content: "";
    color: #7F878C;
    pointer-events: none;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.9px solid #333;
    border-right: 1.9px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
form dd select {
    height: 49px;
    width: 100%;
	font-size: 18px;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    padding-left: 14px;
}
form dd select.dates {
    width: 230px;
    margin-right: 5px;
}
form dd select.wpcf7-select {
    width: 120px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
form dd .years select {
    margin: 0 0px 0 0;
}
form dd .wpcf7-text {
    height: 48px;
    width: 100%;
    padding: 0 0 0 10px;
    border-radius: 3px;
    border: none;
	font-size: 18px;
}
form dd textarea {
    width: 100%;
    padding: 10px 0 10px 10px;
	font-size: 18px;
	border: none;
}
::placeholder {
	color: #ccc;
}
form p.tel_error, form p.email_error, form p.name_error {
    display: none;
    margin: 2px 0 0;
    color: #FF282B;
}
form p .wpcf7-submit {
    width: 360px;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f994c0;
    color: #f994c0;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    display: block;
}
.wpcf7-not-valid-tip {
    color: #FF282B;
}
.wpcf7-validation-errors {
    text-align: center;
    border: 2px solid #FF282B;
    padding: 10px 0;
    color: #FF282B;
    font-weight: bold;
}
.wpcf7-response-output {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    background: #fff;
	margin: 20px 0;
}
.screen-reader-response, .wpcf7-display-none {
    display: none;
}
form dd .radio-bui, form dd .menu {
    width: 100%;
    display: block;
}
span.wpcf7-list-item {
	display: block;
	margin: 0;
}
#chanel_injection_contents #reserved_conts .form_box button {
	width: 364px;
	display: block;
	margin: 0 auto;
    padding: 0;
    border: none;
}
form .wpcf7-submit {
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f28d6e;
    color: #f28d6e;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    display: block;
    transition-duration: .6s;
}
form .wpcf7-submit:hover {
    background: #f28d6e;
    color: #fff;
}
form p .wpcf7-submit {
    
    width: 360px;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f994c0;
    color: #f994c0;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    display: block;
}
#chanel_injection_contents #thanks_conts {
	width: 100%;
    clear: both;
    padding: 120px 0 100px;
	text-align: center;
}
#chanel_injection_contents #thanks_conts h2 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 12px;
	font-weight: bold;
}
#chanel_injection_contents #thanks_conts p {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 12px;
}
#chanel_injection_contents footer {
	width: 100%;
    clear: both;
    padding: 30px 0 18px;
	text-align: center;
	font-size: 13px;
    font-weight: bold;
    letter-spacing: .2em;
}
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:760px){
/*=========================
▼▼共通▼▼
===========================*/
#chanel_injection_contents .lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#chanel_injection_contents .sp_none{
    display: none;
}
#chanel_injection_contents .auto {
	width: 92%;
	margin: 0 auto;
}
#chanel_injection_contents img {
	width: 100%;
	height: auto;
	display: block;
}
#chanel_injection_contents section {
	width: 100%;
	margin-bottom: 120px;
}
#chanel_injection_contents .price_box {
	width: 100%;
	text-align: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px 12px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#chanel_injection_contents #title_conts .price_box {
	padding-bottom: 18px;
}
#chanel_injection_contents .price_box h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 6px;
    font-style: italic;
}
#chanel_injection_contents .price_box h4 .small {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
#chanel_injection_contents .price_box .terms {
	display: inline-block;
	width: 140px;
	border-radius: 16px;
	background-color: #e43c83;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding: 2px 0 1px;
}
#chanel_injection_contents #title_conts .price_box .terms {
	margin-bottom: 8px;
}
#chanel_injection_contents .price_box .price_wrap .range {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
#chanel_injection_contents .price_box .price_wrap .price {
	display: inline-block;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #e43c83;
	position: relative;
}
#chanel_injection_contents  .price_box .price_wrap .price .taxplus {
	font-size: 5vw;
}
#chanel_injection_contents #title_conts .price_box .price_wrap .price {
	line-height: 1;
}
#chanel_injection_contents .price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}
#chanel_injection_contents .price_box .price_wrap .price .tax {
	position: absolute;
	font-size: 10px;
	top: 8px;
	right: -10px;
}
#chanel_injection_contents .title_box {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
    margin-bottom: 140px;
}
#chanel_injection_contents .title_box::after {
	content: "";
	display: block;
	width: 1px;
	height: 82px;
	background-color: #000;
	position: absolute;
	bottom: -120px;
	left: 50%;
}
#chanel_injection_contents .title_box h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
    margin-bottom: 14px;
}
#chanel_injection_contents .title_box .jp_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
}
#chanel_injection_contents .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#chanel_injection_contents .isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
#chanel_injection_contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #f3f6f7, #edf4f7);
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
/*=========================
▲▲共通▲▲
===========================*/
#chanel_injection_contents {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.7;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: left;
    -webkit-font-smoothing: antialiased;
	overflow: hidden;
}
#chanel_injection_contents #back-top {
    display: none;
	position: fixed;
	bottom: 86px;
	right: 3%;
	width: 48px;
	z-index: 99;
	clear: both;
	float: left;
}
#chanel_injection_contents header {
    width: 100%;
    height: auto;
	float: left;
	clear: both;
    padding: 20px 0 12px;
	margin: 0;
    position: relative;
}
#chanel_injection_contents header .main_logo {
    width: 150px;
	float: left;
    padding-top: 8px;
}
#chanel_injection_contents header .right_wrap {
    width: 120px;
	float: right;
	text-align: right;
}
#chanel_injection_contents header .right_wrap .tel_box {
    width: 92px;
	text-align: left;
	display: inline-block;
    font-size: 0;
}
#chanel_injection_contents header .right_wrap .tel_box .box {
    width: 38px;
	text-align: left;
	display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 19px;
}
#chanel_injection_contents header .right_wrap .tel_box .box img {
    width: 28px;
    margin: 0 auto;
}
#chanel_injection_contents header .right_wrap .tel_box .box:last-of-type {
    margin-right: 0;
}
#chanel_injection_contents header .right_wrap .tel_box .box dt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#sp_contact_btn {
    width: 100%;
	text-align: center;
    border-radius: 5px;
    padding: 12px 5% 10px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	position: fixed;
    top: auto;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
#sp_contact_btn a {
    width: 100%;
	display: block;
	text-align: center;
    border-radius: 5px;
    padding: 8px 0 6px;
	background-color: #e43c83;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}
#sp_contact_btn .eng {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
#chanel_injection_contents #title_conts {
	width: 100%;
	clear: both;
	position: relative;
}
#chanel_injection_contents #title_conts .text_box {
	padding-left: 40%;
    padding-top: 40px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
	z-index: 9;
}
#chanel_injection_contents #title_conts .title_jp {
	font-size: 3vw;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: .7em;
	margin-bottom: 11px;
    text-align: center;
}
#chanel_injection_contents #title_conts h1 {
	font-size: 8vw;
	line-height: 1.1;
	font-weight: bold;
    text-align: center;
	margin-bottom: 10px;
}
#chanel_injection_contents #title_conts h1 .small {
	font-size: 3vw;
    display: block;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: .4em;
    margin-top: 8px;padding-left: 5px;
}
#chanel_injection_contents #title_conts .title_line {
	font-size: 4vw;
    font-weight: bold;
    text-align: right;
	position: relative;
    margin-bottom: 10px;display: none;
}
#chanel_injection_contents #title_conts .title_line::after {
	content: "";
	display: block;
	width: 29vw;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 16px;
	left: 0;
}
#chanel_injection_contents #title_conts .sub_title {
	font-size: 2.9vw;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    margin: auto;
    margin-bottom: 34px;
    width: 80%;
}
#chanel_injection_contents #title_conts .sub_title .small {
	font-size: 1.8vw;
    letter-spacing: .3em;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 4px;
}
#chanel_injection_contents #title_conts #slider_bg {
	width: 45vw;
	height: calc(100% - 135px);
	position: absolute;
	top: 0;
	left: 0;
    overflow: hidden;
}
#chanel_injection_contents #title_conts #slider {
	width: auto;
	height: 100%;
    display: block;
}
#chanel_injection_contents #title_conts #slider .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#chanel_injection_contents #title_conts #slider .slide_01 {
    background-image:url("../images/chanel/main_slide_01.jpg");
}
#chanel_injection_contents #title_conts #slider .slide_02 {
    background-image:url("../images/chanel/main_slide_02.jpg");
    background-position: right 20% center;
}
#chanel_injection_contents #title_conts #slider .slide_03 {
    background-image:url("../images/chanel/main_slide_03.jpg");
    background-position: right 20% center;
}
#chanel_injection_contents #title_conts .price_box {
	width: 100%;
	position: relative;
	z-index: 9;
}
#chanel_injection_contents #about_conts {
	position: relative;
    float: left;
    clear: both;
}
#chanel_injection_contents #about_conts .area_1 {
	width: 100%;
    margin-bottom: 158px;
}
#chanel_injection_contents #about_conts .area_1 .box {
	width: 100%;
    margin-bottom: 68px;
	position: relative;
}
#chanel_injection_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 0;
}
#chanel_injection_contents #about_conts .area_1 .box .text_box {
	width: 100%;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    z-index: 9;
}
#chanel_injection_contents #about_conts .area_1 .box .text_box h4 {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 12px;
    letter-spacing: .1em;
}
#chanel_injection_contents #about_conts .area_1 .box .text_box .text {
	width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
#chanel_injection_contents #about_conts .area_1 .box .img {
	width: 100%;
    overflow: hidden;
}
#chanel_injection_contents #about_conts .area_2 {
	width: 100%;
	position: relative;
}
#chanel_injection_contents #about_conts .area_2 .column {
	width: 100%;
	float: left;
    clear: both;
    margin-bottom: 240px;
    position: relative;
}
#chanel_injection_contents #about_conts .area_2 .column:nth-of-type(2) {
    margin-bottom: 180px;
}
#chanel_injection_contents #about_conts .area_2 .column:last-of-type {
    margin-bottom: 0;
}
#chanel_injection_contents #about_conts .area_2 .img {
	width: 40%;
    float: left;
    overflow: hidden;
}
#chanel_injection_contents #about_conts .area_2 .img2 {
	width: 40%;
    float: right;
    overflow: hidden;
}
#chanel_injection_contents #about_conts .area_2 .img3 {
	width: 65%;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
#chanel_injection_contents #about_conts .area_2 p {
	width: 140px;
	height: 140px;
    display: table;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0;
	border: 1px solid #dcdcdc;
	font-size: 13px;
	line-height: 1.8;
    position: absolute;
}
#chanel_injection_contents #about_conts .area_2 p.small {
	width: 100px;
	height: 100px;
	padding: 0 10px 0;
}
#chanel_injection_contents #about_conts .area_2 p.b_text1 {
	top: 10vw;
    right: calc(30% - 70px);
}
#chanel_injection_contents #about_conts .area_2 p.b_text2 {
	bottom: -125px;
    left: calc(50% - 70px);
}
#chanel_injection_contents #about_conts .area_2 p.b_text3 {
	top: -125px;
    right: 15%;
}
#chanel_injection_contents #about_conts .area_2 p.b_text4 {
	left: 5%;
    top: -55px;
}
#chanel_injection_contents #about_conts .area_2 p.b_text5 {
	top: -250px;
    left: 15%;
}
#chanel_injection_contents #about_conts .area_2 p.b_text6 {
	top: -125px;
    right: calc(50% - 50px);
}
#chanel_injection_contents #about_conts .area_2 p .inner {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
#chanel_injection_contents #ingredient_conts {
    clear: both;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper {
	width: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #cccccc;
	padding: 40px 5% 68px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#chanel_injection_contents #ingredient_conts .bg_wrapper h3 {
	font-size: 18px;
    line-height: 1.3;
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	background-color: #dbc040;
	border-radius: 25px;
	padding: 7px 0 5px;
	text-align: center;
	margin-bottom: 9px;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(2) dt {
	background-color: #7bc0c5;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(3) dt {
	background-color: #ea7798;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) dt {
	background-color: #72a4d8;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(5) dt {
	background-color: #db9b40;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(6) dt {
	background-color: #a78fca;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dd li {
	font-size: 14px;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
    margin-bottom: 7px;
    vertical-align: top;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:first-of-type li {
	width: 50%;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:first-of-type li:nth-of-type(2n) {
	width: 50%;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li {
	width: 50%;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li:nth-of-type(2n) {
	width: 50%;
}
#chanel_injection_contents #ingredient_conts .bg_wrapper .bg_text {
	width: 100%;
	margin: 0 auto;
	background-color: #f8f8f8;
	font-size: 15px;
	line-height: 1.8;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 22px 5% 20px;
}

#chanel_injection_contents #merit_conts {
	
}
#chanel_injection_contents #merit_conts .box {
	margin-bottom: 120px;
}
#chanel_injection_contents #merit_conts .box:last-of-type {
	margin-bottom: 0;
}
#chanel_injection_contents #merit_conts .number {
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
    margin-bottom: 20px;
    letter-spacing: .2em;
}
#chanel_injection_contents #merit_conts .number .big {
	font-size: 34px;
	line-height: 1.2;
	font-weight: bold;
}
#chanel_injection_contents #merit_conts h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
    margin-bottom: 22px;
    color: #30b3bd;
}
#chanel_injection_contents #merit_conts h3 .small {
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
    color: #30b3bd;
}
#chanel_injection_contents #merit_conts .detail_text {
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
    margin-bottom: 48px;
}
#chanel_injection_contents #merit_conts .detail_text .small {
	font-size: 15px;
	font-weight: bold;
}
#chanel_injection_contents #merit_conts .detail_text .blue {
	color: #30b3bd;
	font-weight: bold;
}
#chanel_injection_contents #merit_conts .detail_text .pink {
	color: #ff8fb4;
	font-weight: bold;
}
#chanel_injection_contents #merit_conts .info_graph {
	margin-bottom: 48px;
}
#chanel_injection_contents #merit_conts .bg_text {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 5% 20px;
	background-color: #f8f8f8;
}
#chanel_injection_contents #merit_conts .bg_text dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#chanel_injection_contents #merit_conts .bg_text dd {
	font-size: 15px;
	line-height: 1.8;
}
#chanel_injection_contents #merit_conts .lr_wrapper {
    width: 100%;
    margin: 50px auto 0;
}
#chanel_injection_contents #merit_conts .lr_wrapper .text {
    width: 100%;
    line-height: 1.9;
    margin-bottom: 30px;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    border: 1px solid #dcdcdc;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table tr {
    border-bottom: 1px solid #dcdcdc;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table tr:first-of-type {
    background-color: #f8f8f8;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table th {
    width: 30%;
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table tr th {
    font-weight: bold;
	text-align: left;
    vertical-align: middle;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table td {
    width: 35%;
    text-align: center;
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table td .small {
    font-size: 10px;
    line-height: 1.5;
    display: block;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
#chanel_injection_contents #merit_conts .lr_wrapper .bv_table tr:first-of-type td {
    font-weight: bold;
    vertical-align: middle;
}

#chanel_injection_contents #flow_conts {
	
}
#chanel_injection_contents #flow_conts .title_box {
	
}
#chanel_injection_contents #flow_conts .flow_list li {
	width: 100%;
	margin-bottom: 50px;
}
#chanel_injection_contents #flow_conts .flow_list li:last-of-type {
	margin-bottom: 0;
}
#chanel_injection_contents #flow_conts .flow_list li .text_box {
	width: 100%;
	position: relative;
	z-index: 9;
}
#chanel_injection_contents #flow_conts .flow_list li .text_box .number {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 12px;
}
#chanel_injection_contents #flow_conts .flow_list li .text_box h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#chanel_injection_contents #flow_conts .flow_list li .text_box .gray_text {
	font-size: 40px;
    line-height: 1;
	color: #f6f6f6;
	position: absolute;
    top: 0;
    right: 0;
	z-index: -1;
    text-align: right;
	letter-spacing: .1em;
}
#chanel_injection_contents #flow_conts .flow_list li .img {
	width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
}
#chanel_injection_contents #price_conts {
	
}
#chanel_injection_contents #price_conts .top_box {
	width: 100%;
	margin-bottom: 60px;
}
#chanel_injection_contents #price_conts .top_box .img {
	width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
#chanel_injection_contents #price_conts .top_box .text {
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
    letter-spacing: .15em;
    text-align: center;
}
#chanel_injection_contents #price_conts .top_box .text .small {
	font-size: 14px;
	font-weight: bold;
}
#chanel_injection_contents #price_conts .price_wrapper {
	width: 100%;
	text-align: center;
    margin-bottom: 33px;
}
#chanel_injection_contents #price_conts .price_wrapper .price_box {
	width: 100%;
    margin-bottom: 20px;
}
#chanel_injection_contents #price_conts .price_box:nth-of-type(3) h4, #chanel_injection_contents #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#chanel_injection_contents #price_conts .price_box:nth-of-type(3) .price_wrap .price, #chanel_injection_contents #price_conts .price_box:nth-of-type(4) .price_wrap .price {
	color: #30b3bd;
}
#chanel_injection_contents #price_conts .price_box:nth-of-type(3) .price_wrap .price .small, #chanel_injection_contents #price_conts .price_box:nth-of-type(4) .price_wrap .price .small {
	color: #30b3bd;
}
#chanel_injection_contents #price_conts .price_box .price_wrap .price .tax {
	top: 13px;
}
#chanel_injection_contents #price_conts .detail_box {
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
	border-radius: 6px;
	padding: 30px 5% 32px;
}
#chanel_injection_contents #price_conts .detail_box h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: center;
}
#chanel_injection_contents #price_conts .detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
#chanel_injection_contents #price_conts .detail_box table th {
	width: 30%;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	padding: 12px 5% 10px 5%;
}
#chanel_injection_contents #price_conts .detail_box table td {
	font-size: 14px;
	line-height: 1.6;
	padding: 12px 5% 10px 0;
}
#chanel_injection_contents #option_conts {
	
}
#chanel_injection_contents #option_conts .top_text {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	font-weight: bold;
	margin-bottom: 34px;
}
#chanel_injection_contents #option_conts .top_text .small {
	font-size: 15px;
    display: inline-block;
    line-height: 1.5;
}
#chanel_injection_contents #option_conts .top_text .small2 {
	font-size: 12px;
}
#chanel_injection_contents #option_conts .price_wrapper {
	width: 100%;
    text-align: center;
}
#chanel_injection_contents #option_conts .price_wrapper .price_box {
	padding: 34px 10px 22px;
    margin-bottom: 20px;
}
#chanel_injection_contents #option_conts .price_box:nth-of-type(3) h4, #chanel_injection_contents #option_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#chanel_injection_contents #option_conts .price_box .terms {
	width: 223px;
	font-size: 21px;
}
#chanel_injection_contents #option_conts .price_box .price_wrap .price .tax {
	top: 12px;
}
#chanel_injection_contents #doctor_conts {
	margin-bottom: 0;
}
#chanel_injection_contents #doctor_conts .box {
	width: 100%;
	margin-bottom: 51px;
}
#chanel_injection_contents #doctor_conts .box .name_box {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #f2f2f2;
	margin-bottom: 68px;
	position: relative;
}
#chanel_injection_contents #doctor_conts .box .name_box .name {
	width: 90%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 5% 18px;
	margin-bottom: 20px;
	position: absolute;
	bottom: -61px;
	left: 5%;
	box-shadow: 0px 1px 4px 4px rgba(0,0,0,0.04);
	text-align: center;
}
#chanel_injection_contents #doctor_conts .box .name_box .eng {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #afafaf;
}
#chanel_injection_contents #doctor_conts .box .name_box dt {
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	display: inline-block;
	vertical-align: bottom;
}
#chanel_injection_contents #doctor_conts .box .dr_img {
	width: 200px;
    margin: 0 auto;
}
#chanel_injection_contents #doctor_conts .box .name_box dd {
	font-size: 23px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
#chanel_injection_contents #doctor_conts .box .history_box {
	width: 90%;
    margin: 0 auto;
}
#chanel_injection_contents #doctor_conts .box .history_box dl {
	width: 100%;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 20px;
}
#chanel_injection_contents #doctor_conts .box .history_box dt {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
    margin-bottom: 8px;
}
#chanel_injection_contents #doctor_conts .box .history_box dl dt .small {
	font-size: 14px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
}
#chanel_injection_contents #doctor_conts .box .history_box dd {
	width: 100%;
    padding-top: 12px;
    border-top: 1px solid #e9e9e9;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.3;
}
#chanel_injection_contents #doctor_conts .box .history_box dd th {
	width: 70px;
}
#chanel_injection_contents #doctor_conts .box .history_box dd td, #chanel_injection_contents #doctor_conts .box .history_box dd li {
	padding-bottom: 11px;
}
#chanel_injection_contents #clinic_conts {
    width: 100%;
	padding-top: 74px;
    overflow: hidden;
}
#chanel_injection_contents #clinic_conts .title_box {
    margin-bottom: 90px;
}
#chanel_injection_contents #clinic_conts .pc_top {
    width: 100%;
	height: 200px;
    overflow: hidden;
}
#chanel_injection_contents #clinic_conts .pc_top .slide_in_image {
    width: 100%;
	background-image: url("../images/chanel/img_14.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    overflow: hidden;
}
#chanel_injection_contents #clinic_conts .cl_2 .slide_in_image {
	background-image: url("../images/chanel/img_15.jpg");
}
#chanel_injection_contents #clinic_conts .box {
    width: 100%;
	position: relative;
    padding-top: 40px;
    margin-bottom: 85px;
}
#chanel_injection_contents #clinic_conts .box .bg_text {
	font-size: 80px;
	line-height: 0.7;
	color: #fbfbfb;
	position: absolute;
	left: -5%;
	top: 0;
}
#chanel_injection_contents #clinic_conts .box .text_box {
    margin-bottom: 24px;
    position: relative;
}
#chanel_injection_contents #clinic_conts .box .text_box h5 {
    font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 12px;
}
#chanel_injection_contents #clinic_conts .box .text_box dl {
    width: 100%;
	display: table;
	font-size: 14px;
	line-height: 1.9;
}
#chanel_injection_contents #clinic_conts .box .text_box dl dt {
    width: 84px;
	display: table-cell;
}
#chanel_injection_contents #clinic_conts .box .text_box dl dd {
	display: table-cell;
}
#chanel_injection_contents #clinic_conts .box .text_box p.tel-link {
    font-size: 28px;
    margin-top: 4px;
	padding-left: 32px;
	background-image: url("../images/chanel/icon_tel_g.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
    font-style: italic;
}
#chanel_injection_contents #clinic_conts .box_2 .text_box p.tel-link {
	background-image: url("../images/chanel/icon_tel_y.jpg");
}
#chanel_injection_contents #clinic_conts .box .text_box p.tel-link a {
    font-style: italic;
    color: #000;
}
#chanel_injection_contents #clinic_conts .box .gmap {
    width: 100%;
	height: 240px;
	position: relative;
}
#chanel_injection_contents #clinic_conts .box .gmap iframe {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#chanel_injection_contents #reserved_conts {
	margin-bottom: 0;
}
#chanel_injection_contents #reserved_conts .form_box {
	width: 100%;
	background-color: #ffebde;
}
#chanel_injection_contents #reserved_conts .form_box .auto {
	padding: 36px 0 70px;
}
#chanel_injection_contents #reserved_conts .form_box dl {
	margin-bottom: 28px;
}
#chanel_injection_contents #reserved_conts .form_box dl dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
    margin-bottom: 8px;
}
#chanel_injection_contents #reserved_conts .form_box dl dt .small {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	display: block;
    margin-top: 4px;
}
#chanel_injection_contents #reserved_conts .form_box dl dt .red {
	font-size: 11px;
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	padding: 2px 5px 2px;
	background-color: #f28d6e;
	margin-left: 8px;
}
#chanel_injection_contents #reserved_conts .form_box button {
	width: 250px;
	display: block;
	margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
}
form .wpcf7-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	display: block;
    font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #f28d6e;
	padding: 12px 0 10px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #f28d6e;
    margin: 0;
}

.contactForm {
	background: #fff6f7;
	padding: 60px 0;
	display: inline-block;
	width: 100%;
}
.contactForm h2 {
	font-size: 32px;
	margin: 0 0 40px;
	text-align: center;
	font-weight: bold;
}
.contactForm form {
	width: 800px;
	margin: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

form dl {
    font-weight: bold;
    margin-bottom: 27px;
    clear: both;
    display: inline-block;
    width: 100%;
}
form dt {
    font-size: 18px;
    margin-bottom: 3px;
	font-weight: bold;
}
form dd {
	font-weight: bold;
}
form .dl_clinic dd label {
	margin-right: 20px;
}
form dd .place {
	margin-right: 6px;
}
form dd .wpcf7-list-item input {
    display: none;
	font-size: 18px;
}
form dd .wpcf7-list-item-label {
    background: #fff;
    color: #ccc;
    padding: 5px;
    width: 28%;
    text-align: center;
    margin-right: 10px;
    display: block;
    float: left;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}
form dt span.req {
    font-size: 12px;
    color: #fff;
    background: #f994c0;
    padding: 5px;
    margin: 0 5px 0;
    position: relative;
    top: -2px;
}
form dd input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #f994c0;
    color: #fff;
}
form dt .att {
    font-size: 12px;
    margin-left: 10px;
}
.years,
.months,
.days,
.times {
    width: 120px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
}
.months,
.days,
.times {
    margin-left: 4px;
}
.years:before, .months:before, .days:before, .times:before  {
    z-index: 1;
    position: absolute;
    right: 13px;
    top: 18px;;
    content: "";
    color: #7F878C;
    pointer-events: none;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.9px solid #333;
    border-right: 1.9px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
form dd select {
    height: 49px;
    width: 100%;
	font-size: 18px;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    padding-left: 14px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
form dd .years select {
    margin: 0 0px 0 0;
}
form dd .wpcf7-text {
    height: 48px;
    width: 100%;
    padding: 0 0 0 10px;
    border-radius: 3px;
    border: none;
	font-size: 18px;
}
form dd textarea {
    width: 100%;
    padding: 10px 0 10px 10px;
	font-size: 18px;
}
::placeholder {
	color: #ccc;
}
form p.tel_error, form p.email_error, form p.name_error {
    display: none;
    margin: 2px 0 0;
    color: #FF282B;
}
.wpcf7-not-valid-tip {
    color: #FF282B;
}
.wpcf7-validation-errors {
    text-align: center;
    border: 2px solid #FF282B;
    padding: 10px 0;
    color: #FF282B;
    font-weight: bold;
}
.wpcf7-response-output {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    background: #fff;
	margin: 20px 0;
}
.screen-reader-response, .wpcf7-display-none {
    display: none;
}
form dd .radio-bui, form dd .menu {
    width: 100%;
    display: block;
}
span.wpcf7-list-item {
	display: block;
	margin: 0;
}
.yokohamaAthread form {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.yokohamaAthread form dd .wpcf7-list-item-label {
	margin-bottom: 10px;
}
.date-text {
    font-size: 15px;
    font-weight: bold;
}
.thanks {
    text-align: center;
    padding: 190px 0 260px;
    background-color: #fff6f7;
}
.thanks dt {
    font-size: 22px;
    margin-bottom: 16px;
}
.thanks dd {
    line-height: 28px;
    font-size: 15px;
}
@media screen and (max-width: 760px) {
.sp_none {
	display: none;
}
	.picolp {
		overflow: hidden;
	}
	.mainImgTop {
	    height: 107vw;
	}
	.mainImgTopInner {
		width: 100%;
		margin: auto;
		padding: 0;
	}
	.mainImgTopLeft {
		float: none;
		width: 100%;
		margin-left: 0;
		position: absolute;
		z-index: 2;
	}
	.textObi {
		font-size: 2.8vw;
		/* position: absolute; */
		width: 96%;
		padding: 2%;
	}
	.h1text {
		width: 58vw;
    	margin: 10px 20px;
	}
	.fives {
		width: 58vw;
    	margin: 10px 20px;
	}
	.mainImgTopRight {
		float: none;
		width: 0;
		position: absolute;
		right: 184px;
		top: 100px;
	}
	.woman {
		width: 44vw;
		position: absolute;
		top: 7vw;
		left: 0;
	}
	.topPrice {
		background: url(../images/contents/picolp/pink_bg2.jpg);
		width: 100%;
		background-size: 100px;
	}
	.topPriceInner {
		width: 80vw;
		text-align: center;
		position: relative;
		top: -34vw;
		margin: auto;
	}
	.topPriceInner img.plus {
		width: 30px;
		margin: 10px 0;
	}
	.topPriceText {
    	font-size: 16px;
	}
	.topPriceInner img.under {
		width: 100px;
		margin: 10px 0 20px;
	}
	.topPriceText span {
		font-size: 20px;
		color: #c74965;
		font-weight: bold;
	}
	.reserveBtn {
    	width: 100%;
	}
	.midContentsImg img {
    	width: 90%;
	}
	.midContentsBlock {
		width: 80%;
		position: relative;
		z-index: 2;
		background: #fff;
		box-shadow: 1px 1px 1px 1px #ccc;
		top: -30px;
		margin: 0 auto;
		padding: 20px 5%;
		display: table;
	}
	
	.midContentsBlock h2 {
		font-size: 24px;
		margin-bottom: 20px;
		letter-spacing: 0.2em;
		padding: 0;
		line-height: 1.3;
		padding-left: 13px;
		border-left: 7px solid #333;
	}
	.midContentsBlockLeft img {
		width: 25%;
		float: left;
		margin-right: 1%;
	}
	.midContentsBlockLeft {
		width: 100%;
		float: none;
		display: inline-block;
	}
	.midContentsBlockLeft ul {
		padding: 0 0;
		float: right;
		width: 72%;
	}
	.midContentsBlockLeft li {
		font-size: 12px;
		margin-bottom: 5px;
		letter-spacing: 0.16em;
	}
	.midContentsBlockRight {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.midContentsBlock table th {
		background: #e7e7e7;
		font-size: 12px;
		text-align: center;
		width: 27%;
		padding: 10px 0;
	}
	.midContentsBlock table td {
		padding-left: 10px;
		font-size: 12px;
	}
	.midContentsBlock p {
		font-size: 12px;
	}
	.lineContact {
		width: 70%;
		float: none;
		margin: 15px auto 0;
	}
	.lineTel {
		width: 70%;
		float: none;
		margin: auto;
	}
	.blueLinesInner {
    	width: 100%;
		padding: 20px 0;
	}
	.comparison h2 {
		font-size: 20px;
		margin: 20px 0;
	}
	.comparisonImg {
		width: 96%;
		margin: 0 auto 20px;
	}
	.comparisonImg2 {
		width: 96%;
		margin: 0 auto 20px;
	}
	.pricebox h2 {
    	font-size: 20px;
		margin: 20px 0;
	}
	.pricebox {
		width: 96%;
	}
	.pricebox h3 {
		font-size: 18px;
	}
	.pricebox h3 {
    	font-size: 16px;
	}
	.pricebox dl dt {
    	font-size: 13px;
	}
	.pricebox dl dd {
    	font-size: 20px;
	}
	.pricebox dl dd span {
		font-size: 18px;
	}
	.doctor_info {
	background: #f9f9f9;
	padding: 60px 0;
	width: 100%;
	margin: 40px 0 0;
	text-align: center;
	}
	.doctor_info img {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	}
	.yokohamaGallary {
		padding: 0;
		margin: 20px 0 0;
	}
	.yokohamaGallary h2 {
   		font-size: 20px;
		margin: 20px 0;
	}
	.yokohamaRight {
		float: none;
		width: 90%;
		margin-top: 0;
	}
	.yokohamaImg {
		width: 90%;
		margin: auto;
	}
	.yokohamaGallary h3 {
		font-size: 22px;
		font-weight: bold;
		margin: 20px 0 10px;
	}
	.yokohamaGallary h4 {
    	font-size: 12px;
	}
	.yokohamaGallary p {
    	font-size: 12px;
	}
	.yokohamaGallary .yokohamaImg img {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.contactForm {
		padding: 20px 2%;
    	width: 96%;
	}
	.contactForm h2 {
   		font-size: 20px;
		margin: 20px 0;
	}
	.contactForm form {
		width: 100%;
	}
	form dd select {
		height: 48px;
		width: 20%;
		margin: 0;
		font-size: 16px;
	}
	form dd .years select {
		margin: 0 2px 0 0;
	}
	form dt .att {
		display: block;
		letter-spacing: 0.05em;
		margin-left: 0;
	}
	form dd .wpcf7-list-item-label {
		font-size: 14px;
	}
	form dt {
    	font-size: 16px;
	}
	form dd .wpcf7-text {
		height: 40px;
		width: 100%;
		padding: 0 0 0 5px;
		border-radius: 3px;
		border: none;
		font-size: 16px;
        box-sizing: border-box;
	}
	form dd textarea {
		width: 97%;
		padding: 5px 0 5px 5px;
		font-size: 16px;
	}
.years,
.months,
.days,
.times {
    width: 60px;
    margin-right: 3px;
    display: inline-block;
    position: relative;
}
.dates {
    display: inline-block;
    position: relative;
}
.months,
.days {
    width: 40px;
}
.months,
.days,
.times {
    margin-left: 0px;
}
.years:before,
.months:before,
.days:before,
.times:before,
.dates:before {
    z-index: 1;
    position: absolute;
    right: 8px;
    top: 13.5px;;
    content: "";
    color: #7F878C;
    pointer-events: none;
    display: block;
    width: 3px;
    height: 3px;
    border-top: 1.6px solid #333;
    border-right: 1.6px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.date-text {
    font-size: 14px;
    font-weight: bold;
}
form dd select {
    height: 34px;
    width: 100%;
	font-size: 14px;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    padding-left: 6px;
}
form dd select.dates {
    width: 150px;
}
form .dl_day select.wpcf7-select {
    width: 70px;
}
form dd .wpcf7-list-item-label {
    width: 48%;
    padding: 9px 5px 7px 5px;
    font-size: 13px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2%;
    letter-spacing: 0;
}
#chanel_injection_contents #reserved_conts .error,#chanel_injection_contents #reserved_conts .error_place {
	color: #fc1d2a;
}

#chanel_injection_contents #thanks_conts {
	width: 100%;
    clear: both;
    padding: 120px 3% 100px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#chanel_injection_contents #thanks_conts h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#chanel_injection_contents #thanks_conts p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 12px;
}
#chanel_injection_contents footer {
	width: 100%;
    clear: both;
    padding: 20px 0 16px;
	text-align: center;
	font-size: 10px;
    font-weight: bold;
    letter-spacing: .2em;
    margin-bottom: 68px;
    color: #000;
}


}