@charset "utf-8";
/* CSS Document */
/* ===========================================
 * COMMON
=========================================== */
/* TEXT
=========================================== */
body {
	color: #2f2d2e;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #2f2d2e;
}
a:visited {
	color: #2f2d2e;
}
a:hover {
	color: #2f2d2e;
}
a:active {
	color: #2f2d2e;
}
a.inlineLink {
	padding: 0 0.2em;
	background-size: 4px;
	color: #ff5792;
	text-decoration: underline;
}
a.inlineLink:before {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: -0.25em 0 0;
	background: url(/sp/common/img/ico_arw05.png) center center no-repeat;
	background-size: 4px 6px;
	vertical-align: middle;
	content: '';
}
i {
	color: #ff5792;
	font-style: normal;
}
em {
	font-style: normal;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
dl dd, dl dt {
	margin-left: 0;
	margin-right: 0;
}
#base {
	line-height: 1.7;
}
/*---------------menu-tit---------------*/

.menu-tit h2{
	background-color: #23b8ba;
	color: #FFFFFF;
	padding: 15px;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	font-size: 16px;
}

/* dlList01
------------------------------ */
.dlList01 {
	counter-reset: chart;
}
.dlList01 dt {
	margin: 15px 0 10px;
	padding: 0 0 5px 24px;
	color: #654b3b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	border-bottom: 2px dotted #d2d3d4;
	text-align: left;
}
.dlList01 dt:before {
	counter-increment: chart;
	content: counter(chart);
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background-color: #ff5792;
}
.dlList01 dd {
	font-size: 16px;
	line-height: 1.7;
}
.dlList01 dd img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.dlList01 dl + p.note {
	margin: -13px 0 10px;
	font-size: 12px;
}
.dlList01 .pic01, .dlList01 .pic02 {
	text-align: center;
}
.dlList01 .pic01 {
	margin-top: 10px;
}
.dlList01 .pic01 img {
	width: 70%;
}
.dlList01 .pic02 img {
	width: 45%;
}
.dlList01 h1 + p.pic01 {
	margin: 0 0 10px;
}
.dlList01 dl p.note {
	margin: 5px 0 0;
	margin: 0;
}

/* table　共通テーブル
------------------------------ */
.cmnTable01 {
	width: 100%;
	background: #fff;
}
.cmnTable01 th, .cmnTable01 td {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #d2d3d4;
	padding: 5px;
}
.cmnTable01 th {
	background: #ecedef;
}
.cmnTable01 td {
	width: 60%;
	color: #ee003b;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
}
.cmnTable01 td span {
	padding-right: 0.5em;
}
.cmnTable01 td .priceTax {
	display: block;
	text-align: right;
}
.cmnTable01 span.option {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	background: #7bccff;
	padding: 3px 5px;
	margin: 2px 0 0;
}
/* NEWアイコン */
.cmnTable01 span.new {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	vertical-align: baseline;
	border: 0;
	background: #ee003b;
	padding: 0 5px;
	margin: 0 0 3px;
}
/* note　注釈
------------------------------ */
.note {
	margin: 10px 0 0;
}
.note + .note {
	margin: 5px 0 0;
}
p.note {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
	text-indent: -1em;
	padding: 0 0 0 1em;
}
ul.note {
	margin: 10px 0 0;
}
.note li {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.note li + li {
	margin-top: 3px;
}
.note li a {
	color: #ff5792;
	text-decoration: underline;
}
p.note.limit, .note li.limit {
	clear: both;
	color: #ff5792;
}
/* note
------------------------------ */
#qanda p.qaNote {
	margin: 10px 15px 15px;
	padding: 0 0 0 1em;
	font-size: 10px;
	text-indent: -1em;
}




/* #about
------------------------------ */
#about {
	margin-bottom: 20px;
}
#about .cmnTit02 {
	margin-bottom: 15px;
}
#about .about__inner {
	/*padding: 0 15px;*/
}
#about .about-box {
	overflow: hidden;
}
#about .about-box__img {
	float: left;
	width: 35%;
	margin: 0 10px 10px 0;
	text-align: center;
}
#about .about-box__txt {
	font-size: 16px;
	line-height: 1.7;
}
#about .about-box__txt p + p {
	margin-top: 10px;
}

/* #effect
------------------------------ */
#effect {
	counter-reset: chart;
	margin-bottom: 20px;
}
#effect .cmnTit02 {
	margin-bottom: 15px;
}
#effect .effectIn {
	/*margin: 0 15px;*/
	text-align: left;
}
#effect .effect-img {
	margin-bottom: 15px;
	text-align: center;
}
#effect .dlList01 dd {
	font-size: 16px;
	line-height: 1.7;
	margin-left: 0;
}
#effect .effect-test {
	margin-top: 15px;
	padding: 13px 15px;
	background: #eef2f2;
}
#effect .effect-test-tit {
	margin-bottom: 10px;
	padding-left: 1em;
	font-size: 16px;
	font-weight: bold;
	color: #330000;
	line-height: 1.4;
	text-indent: -1em;
}
#effect .effect-test-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#effect .effect-test-item {
	width: 48%;
}
#effect .effect-test-item:nth-child(1) {
	order: 1;
}
#effect .effect-test-item:nth-child(2) {
	order: 3;
	width: 80%;
	margin: 15px auto 0;
}
#effect .effect-test-item:nth-child(3) {
	order: 2;
}
#effect .effect-test-item__img img {
	text-align: center;
	margin: 0;
	width: 100%;
}
#effect .effect-test-item__tit {
	margin-top: 7px;
	text-align: center;
}
#effect .effect-test-item__tit span {
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 5px;
	background: #6b6b6b;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
#effect .effect-test-item:nth-child(2) .effect-test-item__tit span {
	min-width: 150px;
	background: #23b8ba;
}
#effect .effect-test-item__list {
	margin-top: 7px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.6;
}

/* #drug
------------------------------ */
#drug {
	margin-bottom: 20px;
}
#drug .cmnTit02 {
	margin-bottom: 20px;
}
#drug .drug__inner {
	/*padding: 0 15px;*/
}
#drug .drug-tit01 {
	margin-bottom: 15px;
	text-align: center;
}
#drug .drug-tit01 span {
	display: inline-block;
	padding: 3px 14px;
	background: #e4f1f0;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #1aaaac;
	line-height: 1.4;
}
#drug .drug-tit02 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #330000;
	line-height: 1.4;
	text-align: center;
}
#drug .drug-box {
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
}
#drug .drug-box__img {
	float: left;
	width: 35%;
	margin: 0 10px 10px 0;
	text-align: center;
}
#drug .drug-box + .drug-tit01 {
	margin-top: 20px;
}
#drug .drug-box + .drug-box {
	margin-top: 15px;
}
#drug .drug-box-list__item + .drug-box-list__item {
	margin-top: 5px;
}
#drug .drug-box-list__item strong {
	font-weight: bold;
	color: #000;
}

/* #mechanism
------------------------------ */
#mechanism {
	margin-bottom: 20px;
}
#mechanism .cmnTit02 {
	margin-bottom: 15px;
}
#mechanism .mechanism__inner {
	padding: 0 15px;
}
#mechanism .mechanism-txt01 p {
	font-size: 16px;
	line-height: 1.7;
}
#mechanism .mechanism-txt01 p + p {
	margin-top: 10px;
}
#mechanism .mechanism-movie {
	position: relative;
	margin-top: 15px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#mechanism .mechanism-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* #diamondchip
------------------------------ */
#diamondchip {
	margin-bottom: 20px;
}
#diamondchip .diamondchip__tit {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold
}
#diamondchip .diamondchip__tit img {
	margin-right: 230px;
}
#diamondchip .cmnTit02 {
	margin-bottom: 15px;
}
#diamondchip .diamondchip__inner {
	/*padding: 0 15px;*/
}
#diamondchip .diamondchip-box {
	overflow: hidden;
	margin-bottom: 15px;
}
#diamondchip .diamondchip-box__img {
	float: left;
	width: 35%;
	margin-right: 10px;
	text-align: center;
}
#diamondchip .diamondchip__img {
	margin-bottom: 20px;
}
#diamondchip .diamondchip__img img {
	width: 100%;
	height: auto;
}

/* #qanda
------------------------------ */
#qanda {
	margin-bottom: 20px;
}
#qanda .rsvBtn {
	margin: 15px 15px 0;
}

/* #flow
------------------------------ */
#flow {
	margin-bottom: 20px;
}

/* #price
------------------------------ */
#price {
	margin-bottom: 20px;
}
#price .priceIn {
	/*margin: 15px;*/
}
#price th .note {
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}



/* ===========================================
 * 美容皮膚科下層治療メニューテンプレート
=========================================== */
/* #about
------------------------------ */
#about { margin: 0 0 18px; }

#about h1 { margin: 0 0 15px; }

#about .aboutIn { margin: 15px; }

#about .aboutIn h2 {
	margin: 15px 0 10px;
    padding: 0 0 6px;
    line-height: 1.3;
    color: #ff5792;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px dotted #d2d3d4;
	background: none;
}

#about .match ul { overflow: hidden; }

#about .match ul li {
	float: left;
	width: 50%;
}
#about .match ul li.clear {
	clear: left;
	float: none;
	width: 100%;
}

#about .aboutIn p {
	margin: 10px 0;
	line-height: 1.5;
	font-size: 13px;
}

#about img {
	display: block;
  width: 100%; 
	height:auto; 
	margin: 10px 0;
}


/* #price
------------------------------ */
.price { margin: 0 0 18px; }
/*
#price #priceIn,
#price .priceIn,
.price .priceIn { margin: 15px; }
*/
.priceTit01 {
	margin: 0 0 10px;
    padding: 0;
	height: 30px;
    line-height: 30px;
	text-align: center;
    color: #592c2d;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ff5792;
	background: #f1f1f1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.priceIn h2,
.priceIn .priceTit02 {
	color: #ff5792;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px dotted #d2d3d4;
	padding: 0 0 5px;
	margin: 15px 0 10px;
}

.priceIn h2 + p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.4;
}

.priceIn h3:not(.priceTit02) {
	color: #654b3b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: url(/sp/common/img/h3_icon.png) 0 7px no-repeat;
	background-size: 5px 11px;
	padding: 0 0 0 10px;
	margin: 0 0 5px;
}

.priceIn section + section { margin: 15px 0 0; }

.priceIn + .cmnBnrPriceWrap {
	margin: 0 0 18px;
	padding: 0 20px;
}

.priceIn ul.list li {
	padding: 0 0 0 12px;
    line-height: 1.4;
	font-size: 12px;
    background: url(/sp/common/img/ico_dot01.png) no-repeat 0 5px;
    background-size: 4px;
}

/* price table */
table.priceTable01 {
	margin: 10px 0 0;
}
table.priceTable01 .nowrap {
	white-space: nowrap;
}
.priceTable01 span.attention {
	display: block;
	color: #ff5792;
	font-size: 10px;
}
table.priceTable01 + p.limit,
table.priceTable01 + ul.note li.limit {
	color: #ff5792;
}
table.priceTable01 + ol {
	margin: 10px 0 4px;
}
table.priceTable01 + ol.note + ul.note {
	margin: 0;
}
table.priceTable01 + ol li {
	padding: 0 0 0 2em;
	position: relative;
	font-size: 10px;
	text-indent: 0;
}
table.priceTable01 + ol span {
	color: #ff5792;
	position: absolute;
	left: 0;
}

/* safety */
.price .safety {
	margin: 15px;
    padding: 0 15px 15px;
    text-align: center;
    background-color: #f9f6e6;
}
.price .safety h2 {
	display: inline-block;
	height: 42px;
	margin: 0 0 8px;
	overflow: hidden;
	line-height: 50px;
	color: #975710;
	font-size: 14px;
}
.price .safety h2:before,
.price .safety h2:after {
	content: '';
	display: inline-block;
	width: 37px;
	height: 26px;
	margin: 12px 0 0;
	overflow: hidden;
	vertical-align: top;
	background: url(/sp/common/img/bg_safety01.png) left top no-repeat;
	background-size: contain;
}
.price .safety h2:after {
	background: url(/sp/common/img/bg_safety02.png) left top no-repeat;
	background-size: contain;
}
.price .safety p {
	line-height: 1.4;
	text-align: left;
	font-size: 11px;
}
.price .safety p + p { margin: 6px 0 0; }
.price .safety .pink { color: #ff5792; }
.price .safety .f12 { font-size: 12px; }
.price .safety .note {
	display: block;
	font-size: 10px;
	margin-top: 10px;
}


/* flow　流れ
------------------------------ */
.flowList01 li {
	overflow: hidden;
}
.flowList01 li {
	overflow: hidden;
}
.flowList01 li .pic {
	float: left;
	width: 30%;
}
.flowList01 li .pic img {
	width: 100%;
	height: auto;
}
.flowList01 li .txt {
	float: right;
	width: 65%;
}
.flowList01 li .txt h2 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ff5792;
	line-height: 1.3;
}
.flowList01 li .txt h3 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ff5792;
	line-height: 1.3;
}
.flowList01 li .txt p {
	line-height: 1.4;
	font-size: 13px;
}
.flowList01 li + li {
	margin: 15px 0 0;
}
/* .flowList02
------------------------------ */
.flowList02 > .item {
	position: relative;
	margin-bottom: 40px;
}
.flowList02 > .item:after {
	content: "";
	display: block;
	width: 105px;
	height: 21px;
	background: url(/sp/common/img/ico_arw_flow01.png) 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
.flowList02 > .item:last-of-type {
	margin-bottom: 0;
}
.flowList02 > .item:last-of-type:after {
	content: none;
}
.flowList02 .item .tit01 {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #592c2d;
	line-height: 1.4;
	text-align: center;
	background: #f1f1f1;
	border-bottom: solid 1px #ff5792;
	padding: 8px 8px 7px;
}
.flowList02 .itemIn {
	overflow: hidden;
	position: relative;
	padding: 15px 15px 0;
}
.flowList02 .item .ico01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #ff5792 transparent transparent transparent;
	color: #fff;
}
.flowList02 .item .ico01 .step {
	display: block;
	font-size: 9px;
	line-height: 1.2;
	position: absolute;
	left: 1px;
	top: -55px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.flowList02 .item .ico01 .number {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	left: 16px;
	top: -50px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.flowList02 .item .img01 {
	float: left;
	width: 130px;
	margin: 0 10px 5px 0;
}
.flowList02 .item .img01 img {
	width: 100%;
	height: auto;
}
.flowList02 .item .txt01 {
	font-size: 14px;
	line-height: 1.7;
}
.flowList02 .item .table01 {
	clear: both;
	width: 100%;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
.flowList02 .item .table01 th {
	width: 40%;
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid #d2d3d4;
	background-color: #ecedef;
}
.flowList02 .item .table01 td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #d2d3d4;
}



/* attend  詳細情報・特徴
------------------------------ */
#attend {
	margin: 0 0 20px;
}
#attendIn {
	padding: 1px 15px 15px;
	background: #f9f6e6;
}
.attendIn h2 {
	margin: 15px 0 10px;
	line-height: 1.5;
	color: #654b3b;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px dotted #bcb8ac;
}
#attendIn h3, .attendIn h3 {
	color: #654b3b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px dotted #bcb8ac;
	padding-bottom: 5px;
	margin: 15px 0 10px;
}
#attendIn p:not(.note) {
	font-size: 14px;
	line-height: 1.7;
}
#attendIn section p:not(:last-child) {
	margin: 0 0 10px;
}
#attendIn table {
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	background: #fff;
}
#attend table small {
	font-size: smaller;
}
#attendIn table .nowrap {
	white-space: nowrap;
}
#attendIn table .taCenter {
	text-align: center;
}
#attendIn table .taLeft {
	text-align: left;
}
#attendIn th {
	font-weight: normal;
	vertical-align: middle;
	background-color: #ecedef;
	border: 1px solid #d2d3d4;
	padding: 5px;
}
#attendIn td {
	width: 70%;
	vertical-align: middle;
	border: 1px solid #d2d3d4;
	padding: 5px;
}
#attend .bgWh {
	background-color: #fff;
}
#attend tr.bgPk th {
	background-color: #ffdadf;
}
#attend tr.bgPk td {
	background-color: #ffedef;
}
#attendIn td ul li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
#attendIn td ul li:before {
	content: '・';
}
#attendIn td p a {
	padding: 3px 0 3px 11px;
	background: url(/sp/common/img/ico_arw02.png) no-repeat 1px center;
	background-size: 5px 8px;
	font-size: 12px;
	text-decoration: underline;
}
#attend .note01 {
	margin: 10px 0 10px 1em;
	line-height: 1.4;
	text-indent: -1em;
	color: #ff5792;
	font-size: 12px;
}
#attend .note02 {
	margin: 10px 0;
	line-height: 1.4;
	color: #975710;
	font-size: 12px;
}
#attend .note03 {
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-size: 12px;
}
#attend .attendImg {
	margin: 10px -10px;
	text-align: center;
}
#attend .attendImg img {
	margin: 0 5px 5px;
	vertical-align: top;
	border: 2px solid #d3d3d3;
}
#attend ol.progressList01 {
	counter-reset: number;
	margin: 0 0 0 1.5em;
}
#attend ol.progressList01 li {
	position: relative;
	font-size: 14px;
	line-height: 1.7;
}
#attend ol.progressList01 li:before {
	counter-increment: number;
	content: counter(number)'.';
	position: absolute;
	color: #ff5792;
	font-weight: bold;
	left: -1.5em;
}
#attend dl {
	font-size: 14px;
	line-height: 1.7;
}
#attend dt {
	color: #975710;
	font-size: 14px;
	font-weight: bold;
}
#attend dl dd:not(:last-child) {
	margin-bottom: 5px;
}
#attendIn ul.linkList01 li {
	margin: 0 0 6px;
}
#attendIn ul.linkList01 li:last-child {
	margin: 0 0 10px;
}
#attendIn ul.linkList01 li a {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0 0 0 30px;
	overflow: hidden;
	line-height: 32px;
	color: #592c2d;
	font-size: 12px;
	border: solid 2px #c2bab6;
	border-radius: 5px;
	background: url(/sp/common/img/ico_arw05.png) no-repeat 13px center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: url(/sp/common/img/ico_arw05.png) no-repeat 13px center, -webkit-linear-gradient(top, #fff, #f0f0f0);
	background: url(/sp/common/img/ico_arw05.png) no-repeat 13px center, linear-gradient(to bottom, #fff, #f0f0f0);
	background-size: 5px 8px, 100% 100%;
	box-shadow: 0 2px #e6e3d4, inset 0 0 0 2px #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#attendIn ul.list li {
	font-size: 14px;
	line-height: 1.7;
	background: url(/sp/common/img/ico_dot01.png) no-repeat 0 12px;
	background-size: 4px;
	padding: 0 0 0 10px;
}

/* list
------------------------------ */
/* ベーシックリスト */
.basicList > li {
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	padding-left: 15px;
	margin-bottom: 5px;
}
.basicList > li:before {
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #ff5792;
}
/* 数字付きリスト */
.c-list-num01 {
	counter-reset: chart;
}
.c-list-num01__item {
	position: relative;
	font-size: 16px;
	line-height: 1.7;
	padding-left: 1em;
}
.c-list-num01__item::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: chart;
	content: counter(chart)'.';
}
.c-list-num01__item + .c-list-num01__item {
	margin-top: 5px;
}
/* toggle
------------------------------ */
/* .toggleTit01 */
.toggleTit01 {
	padding: 15px 32px 15px 15px;
	border-bottom: 2px solid #d2d3d4;
	background-image: url(/sp/common/img/ico_toggle01.png), url(/sp/common/img/tit_popular01.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right 10px center, 0 0;
	background-size: 22px, cover;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.toggleTit01.open {
	background-image: url(../img/ico_toggle02.png);
}
/* .toggleTit02 */
.toggleTit02 {
	font-size: 16px;
	line-height: 1.7;
	background: url(../img/ico_toggle01.png) no-repeat right 10px center;
	background-size: 22px;
	border-bottom: 1px solid #d2d3d4;
	padding: 15px 32px 15px 15px;
	text-align: left;
}
.toggleTit02.open {
	background: url(../img/ico_toggle02.png) no-repeat right 10px center;
	background-size: 22px;
}
.toggleTit02 span {
	font-size: 12px;
	vertical-align: middle;
}
.toggleTit02.bdn {
	border-bottom: none;
}
/* .toggleTit03 */
.toggleTit03 {
	font-size: 16px;
	line-height: 1.7;
	background: url(/sp/common/img/ico_toggle03.png) no-repeat right 10px center;
	background-size: 22px;
	border-bottom: 1px solid #d2d3d4;
	padding: 15px 32px 15px 15px;
}
.toggleTit03.open {
	background: url(/sp/common/img/ico_toggle04.png) no-repeat right 10px center;
	background-size: 22px;
}
.toggleTit03 span {
	font-size: 12px;
	vertical-align: middle;
}
.toggleTit03.bdn {
	border-bottom: none;
}


/* qanda
------------------------------ */
#qanda dd.toggle-content {
	font-size: 16px;
	line-height: 1.7;
	background-color: #f9f6e6;
	padding: 15px;
	text-align: left;
}
#qanda dl + p {
	font-size: 12px;
	text-indent: -1em;
	padding: 0 0 0 1em;
	margin: 10px 15px 15px;
}
















/*---------------contents---------------*/

#contents{
	width: 100%;
}

#contents img{
	width: 100%;
}


#menu01{
	margin: 30px 0 0 0;
	background-color: #FFF0F3;
	border-bottom: 1px solid #FFE8F4;
}

#menu02{
	margin: 30px 0 0 0;
	background-color: #FAFFF4;
	border-bottom: 1px solid #FAFFF4;
}

#menu03{
	margin: 30px 0 0 0;
	background-color: #FFF7FE;
	border-bottom: 1px solid #FFF7FE;
}


/*---------------sub-tit---------------*/

.sub-tit {
	border: 4px #f1caeb solid;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
}

.sub-tit li:first-child{
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.2;
}

.sub-tit li:last-child{
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	margin-top: 5px;
}


/*---------------mechanism---------------*/

.mechanism li:first-child{
	float: left;
	width: 45.1612903%;
	margin-right: 5%;
}

.mechanism li:nth-child(2){
	float: left;
	width: 48.8387097%;
	line-height: 1.4;
	text-align: center;
	border: #ae5da1 2px solid;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 10px;
	color: #ae5da1;
}

.mechanism li:last-child{
	float: left;
	width: 48.8387097%;
	line-height: 1.4;
	padding-top: 10px;
}

/*---------------component02---------------*/

.component02 h4{
	background-color: #fe9ec9;
	font-weight: 700;
	padding: 10px 5px;
	box-sizing: border-box;
}

.component02 ul{
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff2f2;
}

.component02 li:first-child{
	float: left;
	width: 29.516129%;
	margin-right: 5%;
}

.component02 li:last-child{
	float: left;
	width: 60%;
	line-height: 1.3;
}

/*---------------counseling---------------*/

.counseling li:first-child{
	width: 27.5%;
	float: left;
	margin-right: 3%;
}

.counseling li:last-child{
	width: 60%;
	float: left;
	line-height: 1.3;
}

/*---------------characteristic---------------*/

.characteristic li:first-child{
	float: left;
	width: 25.8064516%;
	margin-right: 5%;
}

.characteristic li:last-child{
	float: left;
	width: 69%;
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.2rem;
}


/* アコーディオン
--------------------------------*/

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ae5da1;
	font-size: 1.3rem;
	font-weight: 300;
    background: #e9c3e3;
    cursor :pointer;
    transition: all 0.5s;
	
	
	display: flex;
  justify-content: center;
  align-items: center;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-right: 20px;
	color: #ae5da1;
	font-size: 1.6em;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#f5dbf1;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
}

.accbox .accshow p {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.4;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f106';
}

/*メニューの中身*/
.accshow h3{
	font-size: 1.2rem;
	background-color: #fffece;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}





/*---------------price---------------*/

#price .inner01 {
    padding-top: 20px;
    padding-bottom: 40px;
	
}

.inner01 {
    width: 100%;
    margin: 0 auto;
}

#price .type {
    margin-bottom: 20px;
    overflow: hidden;
}

#price .type li {
    width: 35%;
    border-radius: 6px;
    font-size: 1.2rem;;
    padding: 5px 0;
    font-weight: bold;
    background: #e64183;
    color: #fff;
    text-align: center;
    float: left;
	min-height:  67px;
}

#price .type li .min {
    font-size: 1.0rem;
    font-weight: normal;
    vertical-align: middle;
}

#price .type li:nth-of-type(2) {
    background: #bf57bf;
    width: 30.2040816%;
}

#price .type li + li {
    margin-left: 2.1%;
}

#price .type li:nth-of-type(3) {
    background: #13a6d8;
    width: 30.2040816%;
}


#price .priceTbl {
    font-size: 1.2rem;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}


#price .priceTbl thead th {
    font-size: 1.1rem;;
    background: #a69ad9;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

#price .priceTbl th, #price .priceTbl td {
    border: solid 1px #a69ad9;
}

#price .priceTbl thead th.main:first-child {
    width: 40.8163265%;
}

#price .priceTbl thead th.main {
    background: #d3c8e7;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}

#price .priceTbl thead th.main:first-child {
    width: 37.8163265%;
}

#price .priceTbl thead th.main {
    background: #d3c8e7;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}

#price .priceTbl thead th.a {
    background: #e64183;
}

#price .priceTbl thead th.a, #price .priceTbl thead th.b, #price .priceTbl thead th.c {
    padding: 5px 0;
    font-size: 1.3rem;
}

#price .priceTbl thead th.b {
    background: #bf57bf;
}

#price .priceTbl thead th.c {
    background: #13a6d8;
}

#price .priceTbl tbody th.main {
    font-size: 1.0rem;
    line-height: 1.3;
    font-weight: bold;
}

#price .priceTbl tbody .circle.b::before {
	box-shadow: 0 0 0 4px #bf57bf;
}

/*---------------
#price .priceTbl tbody .circle.on::before {
    content: "";
    display: inline-block;
    width: 2.0408163%;
    height: 2.0408163%;
    border-radius: 50%;
}
--------------*/

#price .priceTbl tbody .circle {
    width: 10.2040816%;
    text-align: center;
}

#price .priceTbl tbody .circle.a::before {
    box-shadow: 0 0 0 4px #e64183;
}

#price .priceTbl tbody .circle.c::before {
    box-shadow: 0 0 0 4px #13a6d8;
}

#price .priceTbl tbody td {
    box-sizing: border-box;
    /*padding: 15px 20px;--*/
    text-align: right;
    vertical-align: middle;
}

#price .priceTbl tbody th {
    box-sizing: border-box;
    background: #d3c8e7;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
}

#price .priceTbl tbody td .price {
    padding-top: 5px;
    color: #f06;
    font-size: 1.2rem;
    font-weight: bold;
}

#price .priceTbl tbody td .price span {
    font-size: 18px;
}

#price .priceTbl tbody th.main .min {
    font-size: 0.9rem;;
    font-weight: normal;
}


/* hifu-details
------------------------------*/

.hifu-details {
	background-color: #ffebeb;
	padding: 30px;
	box-sizing: border-box;
}

.hifu-details li:first-child{
	font-weight: 700;
	text-align: center;
}

.hifu-details li:nth-child(2){
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hifu-details li:last-child{
	line-height: 1.2;
}

/*-------------hifu-box01-----------------*/

.hifu-box01 {
	background-color: #f9ebed;
	padding: 20px;
	box-sizing: border-box;
}

.hifu-box01 li:first-child{
	background-color: #e64183;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1.2rem;
}

.hifu-box01 li:nth-child(2){
	font-weight: 700;
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.f-10{
	font-size: 1.0rem;
}

.hifu-box01 li:nth-child(3){
	float: left;
	width: 57%;
	margin-left: 3%;
	line-height: 1.2;
}

.hifu-box01 li:last-child{
	float: left;
	width: 38.9655171%;
}


/*-------------hifu-box02-----------------*/

.hifu-box02 {
	background-color: #f1ebf3;
	padding: 20px;
	box-sizing: border-box;
}

.hifu-box02 li:first-child{
	background-color: #bf57bf;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1.2rem;
}

.hifu-box02 li:nth-child(2){
	font-weight: 700;
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.f-10{
	font-size: 1.0rem;
}

.hifu-box02 li:nth-child(3){
	float: left;
	width: 57%;
	margin-left: 3%;
	line-height: 1.2;
}

.hifu-box02 li:last-child{
	float: left;
	width: 38.9655171%;
}


/*-------------hifu-box03-----------------*/

.hifu-box03 {
	background-color: #eaf5f9;
	padding: 20px;
	box-sizing: border-box;
}

.hifu-box03 li:first-child{
	background-color: #13a6d8;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1.2rem;
}

.hifu-box03 li:nth-child(2){
	font-weight: 700;
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.f-10{
	font-size: 1.0rem;
}

.hifu-box03 li:nth-child(3){
	float: left;
	width: 57%;
	margin-left: 3%;
	line-height: 1.2;
}

.hifu-box03 li:last-child{
	float: left;
	width: 38.9655171%;
}

.under {
    background: linear-gradient(transparent 50%, #a8eaff 50%);
}


/* characteristic2
------------------------------*/

.characteristic2 li:first-child{
	float: left;
	width: 16.6774193%;
	margin-right: 3.66%;
}

.characteristic2 li:nth-child(2){
	font-weight: 700;
	font-size: 1.2rem;
	height: 40px;
	padding-top: 3px;
	color: #ae5da1;
	min-height: 50px;
}

.characteristic2 li:nth-child(3){
	font-weight: 700;
	font-size: 1.0rem;
	padding-top: 3px;
	line-height: 1.3;
}

.characteristic2 li:last-child{
	margin-bottom: 20px;
	line-height: 1.4;
}



/*---------------counseling-box---------------*/

.counseling-box li:first-child{
	float: left;
	width: 10.6451612%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.counseling-box li:nth-child(2){
	float: left;
	width: 80%;
	font-weight: 700;
	color: #ae5da1;
	font-size: 1.3rem;
	padding-top: 5px;
}

.counseling-box li:last-child{
	line-height: 1.4;
	margin-top: 10px;
}



/*---------------counseling-point---------------*/

.counseling-point {
	line-height: 1.4;
	background-color: #fffdde;
	padding: 20px;
	box-sizing: border-box;
}

.counseling-point li:first-child{
	font-weight: 700;
}

.counseling-point li:nth-child(2){
	font-weight: 700;
	margin-top: 10px;
	color: #FF3063;
}

.counseling-point li:nth-child(4){
	font-weight: 700;
	margin-top: 10px;
	color: #FF3063;
}

.counseling-point li:last-child{
	color: #FF3063;
}

/*---------------component---------------*/

.component li:first-child{
	color: #a00029;
	font-weight: 700;
	line-height: 1.2;
	font-size: 1.2rem;
}

.component li:nth-child(2){
	float: left;
	width: 26.6%;
	margin-right: 5%;
	margin-top: 10px;
}

.component li:last-child{
	line-height: 1.4;
	float: left;
	width: 66%;
	margin-top: 10px;
}



/*---------------menu2-box---------------*/

.menu2-box {
	background-color: #e5faff;
	padding: 20px 0;
}

.menu2-box h2{
	background-color: #00b7ee;
	color: #FFFFFF;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}

.point-tit01{
	padding-left: 12%;
    background-image: url(../img/menu3-img01.gif);
    background-size: 9.8360655%;
    background-repeat: no-repeat;
    font-weight: 700;
    color: #00b7ee;
    font-size: 1.2rem;
    min-height: 40px;
}

.point-tit02{
	padding-left: 12%;
    background-image: url(../img/menu3-img02.gif);
    background-size: 9.8360655%;
    background-repeat: no-repeat;
    font-weight: 700;
    color: #00b7ee;
    font-size: 1.2rem;
    min-height: 40px;
}


.point-tit03{
	padding-left: 12%;
    background-image: url(../img/menu3-img03.gif);
    background-size: 9.8360655%;
    background-repeat: no-repeat;
    font-weight: 700;
    color: #00b7ee;
    font-size: 1.2rem;
    min-height: 40px;
}

.point-tit04{
	padding-left: 12%;
    background-image: url(../img/menu3-img04.gif);
    background-size: 9.8360655%;
    background-repeat: no-repeat;
    font-weight: 700;
    color: #00b7ee;
    font-size: 1.2rem;
    min-height: 40px;
}

/*---------------menu02-point---------------*/

.menu02-point ul{
	margin-bottom: 10px;
}

.menu02-point li{
	float: left;
	width: 32%;
	border: 2px #00b7ee solid;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.0rem;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	color: #00b7ee;
	min-height: 80px;
}

.menu02-point li:first-child{
	padding-top: 20px;
}

.menu02-point li:nth-child(2){
	margin-left: 5px;
	margin-right: 5px;
}

/*---------------shikumi01---------------*/

.shikumi01 {
	background-color: #FFFFFF;
	border: 6px #fffbdb solid;
	margin-top: 30px;
	box-sizing: border-box;
}

.shikumi01 li{
	padding: 10px;
	box-sizing: border-box;
}

.shikumi01 li:first-child{
	float: left;
	width: 37.625418%;
}


.shikumi01 li:last-child{
	float: left;
	width: 57.374582%;
}

.arrow {
	width: 30.1003344%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------shikumi02---------------*/

.shikumi02 {
	background-color: #FFFFFF;
	border: 6px #fffbdb solid;
	margin-top: 30px;
	box-sizing: border-box;
}

.shikumi02 li{
	padding: 10px;
	box-sizing: border-box;
}

/*---------------hy-list01---------------*/

.hy-list01 h3{
	color: #ff2079;
	line-height: 1.2;
	font-size: 1.2rem;
}

.hy-list01 h4{
	background-color: #ffe0ed;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	font-size: 1.2rem;
	
}



.yoyaku_box{
	background-color: #6FB7FF;
	padding: 25px 1.5625% 15px;
	margin: 30px 0 0 0;
}

.yoyaku_box h1{
	margin-bottom: 25px;
}

.yoyaku_inner{
	background-color: #fff;
	border: 1px solid #CBEDF6;
	padding: 3.226%;
	margin: 10px 0 0 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.yoyaku_inner p{
	margin: 10px 0 0 0;
	font-size: 0.9rem;
	line-height: 1.4;
}


h1.clinic{
	text-align: center;
	color: #EC6397;
	font-weight: normal;
	background-color: #FFE5F0;
	font-size: 1.2em;
	padding: 15px 0;
	margin: 30px 0 20px 0;
}

/*contact_box
-------------------------*/

.contact_box{
	width: 100%;
	background-image: url(../img/cv_bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}

.contact_btn{
	width: 100%;
	background-image: url(../img/cv_bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	text-align: center;
	padding: 0 auto;
}

.contact_fadein{
	width: 86.25%;
	margin: 0 auto;
}

.contact_btn img{
	margin: 0 0 a0px;
}

.contact_tel{
	margin: 0 auto;
	text-align: center;
}

.contact_tel img{
width: 86.25%;
	margin: 0 auto;	
}

/*accordion--*/

dl.accordion2 {
	margin:0;
}

dl.accordion2 > dt {
	cursor:pointer;
	font-size:;
	color: #fff;
	background-color: #EC6397;
	background-image: url(../img/q_icon.jpg);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	background-size: 29px;
	padding: 10px 0 15px 40px;
	line-height: 130%;
	border-bottom: 1px solid #fff;
}

dl.accordion2 > dt span{
	display:block;
    background:url(../img/open_icon.jpg) right no-repeat;
	background-size: 20px;
	padding: 4px 24px 0 0;
	margin: 0 5px 0 0;
}

dl.accordion2 > dt.open span{
    background:url(../img/close_icon.jpg) right no-repeat;
	background-size: 20px;
	padding: 4px 24px 0 0;
}

dl.accordion2 > dd {
	margin: 10px 0 0 0;
	padding: 0 5px 15px 40px;
	background-image: url(../img/a_icon.jpg);
	background-position: 5px 0;
	background-repeat: no-repeat;
	background-size: 29px;
	display: none;
	font-size: 0.9em;
	line-height: 140%;
}


dl.accordion2 > dd p+p{
	margin-top:1em;
}


/*--dropdown_CLINIC--*/
#container article.pulldown02 h2 { position:relative; padding:14px 10px; border-bottom:#cecece solid 1px; text-shadow:#FFF 2px 2px 0; color:#000; text-decoration:none; /*font-size:12px;*/ font-weight:normal;
background: -moz-linear-gradient(top,  #fff 0%, #dadada 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fff 0%,#dadada 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom,  #fff 0%,#dadada 100%); /* W3C */
font-size: 12px;}
#container article.pulldown02 h2.mid1st { border-top:#cecece solid 1px;}
#container article.pulldown02 h2:after { content:url(../img/clinic_openarrow.png); position:absolute; right:5px; top:40%;}
#container article.pulldown02 h2.open:after { content:url(../img/clinic_closearrow.png); position:absolute; right:5px; top:40%;}
#container article.pulldown02 section.txtarea { display:none;}
#container article.pulldown02 section.txtarea {}
/*--CLINIC table--*/
table.typelp02 {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	font-size: 14px;
}
table.typelp02 tr th {
	border: 0;
	text-shadow: #FFF 1px 1px 0;
	color: #000;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


table.typelp02 tr td.biyou {
	background-color: #f7e7cb;
	background-image: url(../img/logomark_b.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 110px;
}
table.typelp02 tr td.skin {
	background-color: #EDEDED;
	background-image: url(../img/logomark_s.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 110px;
}
table.typelp02 tr th.w50p { width:50%;}
table.typelp02 tr th.w55p { width:55%;}
table.typelp02 tr th.w60p { width:60%;}
table.typelp02 tr th.w70p { width:70%;}
table.typelp02 tr th a { color: #E63E73;}
table.typelp02 tr td { border:0; padding:5px; border-bottom:#ccc solid 1px; border-right:#ccc solid 1px;}
table.typelp02 tr td a { color: #E63E73;}
table.typelp02 tr td.map { /*width:100px;*/ text-align:center;}
table.typelp02 tr td {
	text-align: right;
	margin-right: 5px;
}

/*--クリニックの注意文--*/
.clinicInfo{
	font-size: 12px;
	color: #666;
	padding: 1em 0.5em 1.5em 0.5em;
}



/*---------------
クリニック一覧
---------------*/
h2.clinic{
	background: #e9e9e9;
	color: #f23888;
	border-top: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
	padding: 0.5em;
	font-size: 14px;
	margin-bottom:18px;
}


.clinic_b{
	width: 216px;
	margin-left: auto;
	margin-right: auto;
}

.clinic_s{
	width: 270px;
	margin-left: auto;
	margin-right: auto;
}


.txtarea .biyou img{
	width: 80px;
}

.txtarea .skin img{
	width: 80px;
}

/*footer
------------------------------------*/
footer{
	text-align: center;
	background-color: #FCE4ED;
	border-top: 1px solid #FCE4ED;
	border-bottom: 1px solid #FCE4ED;
	margin: 20px 0 0;
	
}

footer p{
	margin: 10px auto 80px;
	font-size: 10px;
	text-align: center;
}

.dr{
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}
.dr .profile{
	padding: 5px;
	height: auto;
	width: 190px;
	float: left;
}
.dr .pic{
	height: auto;
	width: 100px;
	float: left;
	text-align: center;
}





/*pagetop
------------------------------------*/
#pagetop{
	z-index: 10;
	position: fixed;
	right: 1.5625%;
	bottom: 70px;
	width: 40px;
}


/*---------------
common class
---------------*/
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

.clear{clear:both;}


.fs10{font-size: 10px;}

.taL { text-align:left; }
.taC { text-align:center; }
.taR { text-align:right; }
.fL { float:left; }
.fR { float:right; }




.mB0{margin-bottom: 0px!important;}
.mB05{ margin-bottom: 5px;}
.mB10{margin-bottom: 10px;}
.mB15{margin-bottom: 15px;}
.mB20{margin-bottom: 20px;}
.mB30{margin-bottom: 30px;}
.mB40{margin-bottom: 40px;}


.mt05 { margin-top: 5px;}
.mT10{margin-top: 10px;}
.mT20{margin-top: 20px;}
.mT30{margin-top: 30px;}
.mT50{margin-top: 50px;}
.mT100{margin-top: 100px;}

.mR10{margin-right: 1.5625%;}

.pT5{padding-top: 5px;}
.pT10{padding-top: 10px;}
.pT20{padding-top: 20px;}

.pB10{padding-bottom: 10px;}
.pB20{padding-bottom: 20px;}

.fs12 { font-size:12px !important;}
.fs14 { font-size:14px !important;}
.fs18 { font-size:18px !important;}
.fs20 { font-size:20px !important;}
.fs22 { font-size:22px !important;}
.fs26 { font-size:26px !important;}
.blue { color:#024fb7;}
.fsm {font-size: 1.0rem; line-height: 1.4;}
.fwb{font-weight: 700}
.fss{font-size: 0.8rem; line-height: 1.4;}
.fsl {font-size: 1.3rem; line-height: 1.4;}
.cyusyaku{
	font-size: 0.7rem;
	line-height: 1.3;
}


.txt_small{
	font-size: 0.7rem;
	line-height: 1.3;
}

.w560{
	width: 87.5%;
	margin-left: auto;
	margin-right: auto;
}


.w600{
	width: 93.75%;
	margin-left: auto;
	margin-right: auto;
}

.w610{
	width: 95.3125%;
	margin-left: auto;
	margin-right: auto;
}

.w620{
	width: 96.875%;
	margin-left: auto;
	margin-right: auto;
}

.w506{
	width: 79.0625%;
	margin: 20px auto 10px;
}

.txt_pink{
	color: #ff4978;
}


.txt_l_pink{
	font-size: 1.3em;
	color: #F06;
}

.meiryo{
	margin: 10px auto;
	width: 96.875%;
	font-size: 14px;
	line-height: 1.3;
}

.meiryo span{
	font-weight: bold;
}


.osusume-menu {
	background-color: #fffbc3;
	padding: 20px 0;
}

.osusume-menu h2{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 10px 0;
	line-height: 1.2;
}

.osusume-menu li{
	float: left;
	width: 47.5%;
	margin-top: 5px;
}

.osusume-menu li:first-child{
	margin-left: 2%;
	margin-right: 0.78125%;
}

.osusume-menu li:nth-child(3){
	margin-left: 2%;
	margin-right: 0.78125%;
}



/*fixed_btn
------------------------------------*/

#fixed_btn {
	width:100%;
	position: fixed;
	bottom: 0px;
	display: none;
	z-index: 12;
	
}

#fixed_btn ul{
	text-align: center;
	width: 100%;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-size: 3px 60px;
	border-top: 1px solid #fff;
	/* box-shadow */
box-shadow:0px 0px 7px 2px #a8a8a8;
-moz-box-shadow:0px 0px 7px 2px #a8a8a8;
-webkit-box-shadow:0px 0px 7px 2px #a8a8a8;
}

#fixed_btn ul li{
	display: block;
	font-size: 0;
	text-align: center;
}

#fixed_btn ul li:first-child{
		float: left;
	width: 35.9375%;
	box-sizing: border-box;
	text-align: center;
	margin: 4px 0 0 1.5625%;
}

#fixed_btn ul li:first-child img{
	width: 115px;
	height: 50px;
}

#fixed_btn ul li:last-child{
	float: right;
	width: 60.625%;
	box-sizing: border-box;
	text-align: center;
	background-image: url(../img/footer_cv_bg_r.jpg) , url(../img/footer_cv_bg_l.jpg) , url(../img/footer_cv_bg.png);
	background-position: right , left , left;
	background-repeat: no-repeat , no-repeat , repeat-x;
	background-size: 14px 55px , 14px 55px , 2px 55px;
	margin: 4px 0.625% 0 0;
}

#fixed_btn ul li:last-child img{
	width: 165px;
	height: 55px;
}

/* fadeInDown
----------------------------------*/

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.contact_fadein{
	visibility: hidden;
}






/*---------------price-box---------------*/

.price-tit {
	background-color: #fdf1f6;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	border-top: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
	border-left: 1px #c4a281 solid;
}


.p-big{
	font-size: 2.0rem;
	color: #FF2281;
}

.price-box h2{
	background-color: #FFE6F5;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	border-top: 1px #c4a281 solid;
	border-left: 1px #c4a281 solid;
	border-right: 1px #c4a281 solid;
}


.price-box table {
	border: 1px #c4a281 solid;
	border-collapse: collapse;
	width: 95.3125%;
	margin-left: auto;
	margin-right: auto;
}

.price-box th {
	border: 1px #c4a281 solid;
	padding: 15px 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	width: 50%;
}

.price-box td {
	border: 1px #c4a281 solid;
	padding: 10px 10px;
	text-align: center;
	vertical-align: middle;
	width: 10%;
}




.price-box table {
	border: 1px  #CDCDCD solid;
	border-collapse: collapse;
}

.price-box td th{
	border: 1px #CDCDCD solid;
}

.price-box td {
	border: 1px #CDCDCD solid;
	padding: 15px 15px;
	vertical-align: middle;
}

.price-box th {
	border: 1px #CDCDCD solid;
	padding: 15px 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
	

.txt-price{
	font-size: 1.2rem;
	font-weight: 700;
	color: #D93234;
}

.txt-price02{
	font-size: 0.8rem;
	font-weight: 700;
	color: #D93234;
}

.txt-price03{
	font-size: 1.2rem;
}

.txt-price04{
	font-size: 0.8rem;
}



/* bg-purple
------------------------------*/

.bg-purple{
	background-color: #a69ad9;
}

.bg-purple2{
	background-color: #d3c8e7;
}

/* menu-box
------------------------------*/

.menu-box{
	width: 93.55%;
	margin-right: auto;
	margin-left: auto;
}

.menu-box h2{
	background-color: #ae5da1;
	color: #FFFFFF;
	padding: 15px;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
}

.menu-box h3{
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
}

.menu-box table{
	border-collapse:collapse;
}

.menu-box th{
	background-color: #ffe7f1;
	text-align: center;
	border-top: 1px solid #C4A281;
	border-left: 1px solid #C4A281;
	border-right: 1px solid #C4A281;
	padding: 10px;
	font-size: 1.2rem;
}

.menu-box td{
	border: 1px solid #C4A281;
	padding: 10px;
}

.bg-yellow {
	background-color: #fffdde;
}

.menu-box2 {
	border-collapse: collapse;
}

.menu-box2 th{
	background-color: #ffe7f1;
	text-align: center;
	border-top: 1px solid #C4A281;
	border-left: 1px solid #C4A281;
	border-right: 1px solid #C4A281;
	padding: 10px;
	font-weight: 300;
	line-height: 1.4;
}

.menu-box2 td{
	border: 1px solid #C4A281;
	padding: 10px;
	text-align: left;
	line-height: 1.4;
}


.type_menu {
  margin: 10px 0 20px 0;
}
.type_menu li{
	margin: 0 0 10px 0;
}

.menu-tit.green h2{
	background-color: #12b5b0;
}
.menu-tit.green h2 span{
	font-size: 14px;
}

.sub-tit.green {
    border: 4px #a0e1df solid;
}
.sub-tit.green li:first-child {
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    margin-top: 5px;
}
.sub-tit.green li:nth-child(2) {
    font-size: 1.0rem;
    text-align: center;
    line-height: 1.2;
}
span.tt_min {
  font-size: 14px;
  font-weight: normal;
}
img.wd-70 {
  width: 70%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
/* #mechanism
----------------------------------------------- */
#tt_mechanism {
	margin-bottom: 20px;
}
#tt_mechanism .mechanism-list__item {
	position: relative;
	margin-top: 40px;
}
#tt_mechanism .mechanism-list__item::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	display: block;
	width: 45px;
	height: 23px;
	background: url(../img/ico_arw01.png) no-repeat center / cover;
	transform: translate(-50%, 0);
}
#tt_mechanism .mechanism-list__item:first-child {
	margin-top: 0;
}
#tt_mechanism .mechanism-list__item:first-child::before {
	display: none;
}
#tt_mechanism .mechanism-list__img {
	width: 60%;
	margin: 0 auto 15px;
	text-align: center;
}
#tt_mechanism .mechanism-list__head {
	text-align: center;
}
#tt_mechanism .mechanism-list__head span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 15px 5px;
	background: #12b5b0;
	border-radius: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 1.3
}
#tt_mechanism .mechanism-list__txt {
  line-height: 1.5;
}
/* .cartridge-list
----------------------------------------------- */

 .cartridge-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.cartridge-list__item {
	width: 32%;
}
/* #price
----------------------------------------------- */
/* price-img */
#price .price-img {
  margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
  align-items: end;
	margin-bottom: 50px;
}
#price .price-img__item {
	width: 24%;
	text-align: center;
}
#price .price-img__item:first-child {
	margin-left: 0;
}
#price .price-img__txt p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}
#price .price-img__txt p span {
    font-size: 12px;
}