@charset "utf-8";
@media all and (max-width: 600px) {
	html {
		scroll-padding-top: 130px;
	}
}

.font_red {
	color: #f00 !important;
}

.font_brown {
	color: #600 !important;
}

h3.font_brown {
	text-align: left;
}

.font_blue {
	color: #0177A9 !important;
}

.indent_1em {
	text-indent: -1em;
	padding-left: 1em;
}

.indent_1_5em {
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.indent_1em_b {
	padding-left: 1em;
	display: block;
}

a#pHeadLink {
	display: block;
	overflow: hidden;
	outline: none;
	position: absolute;
	width: 175px;
	height: 27px;
	left: 286px;
	top: 86px;
	background-image: url(../img/peeling_button.jpg);
	background-repeat: no-repeat;
}

a:hover#pHeadLink {
	display: block;
	overflow: hidden;
	outline: none;
	position: absolute;
	width: 175px;
	height: 27px;
	left: 286px;
	top: 86px;
	background-image: url(../img/peeling_button_over.jpg);
	background-repeat: no-repeat;
}

body {
	color: #333333;
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

#container {
	margin-bottom: 15px;
	text-align: left;
	background-color: #fff;
}

#main {
	margin-bottom: 20px;
}

@media screen and (min-width:767px) {
	body {
		font-size: 12px;
		line-height: 18px;
		position: relative;
		height: 100vh;
	}
}

a:link {
	color: #0000ee;
}

img {
	vertical-align: middle;
}

a:hover img {
	opacity: 0.8;
}

#mainImage {
	margin-bottom: 30px;
	position: relative;
	display: block;
}

#mainImage img {
	width: 100%;
	height: auto;
}

#mainImage>h1.ttl {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: clamp(26px, 3vw, 30px);
	line-height: 1.2;
	letter-spacing: 1px;
	color: #b78d00;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}

/* 各症例ページタイトル */
#mainImage>h1.ttl_detail {
	width: 60%;
	position: absolute;
	top: 25%;
	left: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: clamp(16px, 3vw, 24px);
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}

#mainImage>h1.ttl_detail.futae_title {
	top: 30%;
	width: 65%;
	font-size: clamp(23px, 3vw, 30px);
}

#mainImage>h1.ttl_detail.bust_title {
	width: 55%;
}

@media all and (max-width: 768px) {
	#mainImage>h1.ttl {
		width: 100%;
		position: absolute;
		top: 11%;
		left: 0%;
		display: inherit;
		width: 100%;
		height: auto;
		background: none;
		background-size: auto;
		-webkit-background-size: 0;
		background-size: 0;
		border-top: 0;
		border-bottom: 0;
		margin-bottom: 0;
		margin-top: 0;
		text-align: center
	}
	#mainImage>h1.ttl_detail {
		top: 15%;
		left: 5%;
	}
}

/* 各クリニックメインイメージ */
#mainImage.mvClinic {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	aspect-ratio: 900 / 471;
	position: relative;
}
.mvClinic__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#mainImage.mvClinic .mvClinic__bg > img {
	width: 100%;
	height: 100%;
}
.mvClinic__title {
	width: 100%;
	padding: min(100px, calc(100 / 900 * 100vw)) min(60px, calc(60 / 900 * 100vw));
	box-sizing: border-box;
	text-align: left;
	position: relative;
}
.mvClinic__title--clinic {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: min(44px, calc(44 / 900 * 100vw));
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.06em;
	color: #41050A;
	text-shadow: 0 0 10px rgba(255, 255, 255, 1), 10px 0 10px rgba(255, 255, 255, 1), 0 10px 10px rgba(255, 255, 255, 1);
}
.mvClinic__title--clinic > strong {
	font-size: calc(70 / 44 * 1em);
}
.mvClinic__title--clinic h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: min(44px, calc(44 / 900 * 100vw));
	line-height: 1.2;
	letter-spacing: -0.06em;
	margin-bottom: 0;
	margin-top: 0;
}
.mvClinic__title--clinic h1 > strong {
	font-size: calc(70 / 44 * 1em);
}
.mvClinic__title--sub {
	padding-left: 0.3em;
	margin-top: 0.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: min(20px, calc(20 / 900 * 100vw));
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #41050A;
	text-shadow: 0 0 5px rgba(255, 255, 255, 1), 5px 0 5px rgba(255, 255, 255, 1), 0 5px 5px rgba(255, 255, 255, 1);
}
.mvClinic__title--sub > strong {
	font-weight: 700;
	color: #AF4563;
}
.mvClinic__title--sub > small {
	font-size: calc(18 / 20 * 1em);
}
@media all and (max-width: 768px) {
	#mainImage.mvClinic {
		aspect-ratio: 768 / 341;
	}
	.mvClinic__title {
		padding: min(84px, calc(84 / 768 * 100vw)) min(38px, calc(38 / 768 * 100vw));
	}
	.mvClinic__title--clinic {
		font-size: min(36px, calc(36 / 768 * 100vw));
	}
	.mvClinic__title--clinic > strong {
		font-size: calc(62 / 40 * 1em);
	}
	.mvClinic__title--sub {
		font-size: min(22px, calc(22 / 768 * 100vw));
		letter-spacing: 0.18em;
	}
	.mvClinic__title--sub > small {
		font-size: calc(19 / 22 * 1em);
	}
}

/* 各地域タイトル */

#mainImage>h1.ttl_detail2 {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 600;
  display: flex;
  align-items: center;

}
#mainImage>h1.ttl_detail2 span {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin: 0;
  padding-top: 5px;
  text-align: center;
  border-radius: 50%;
  background-color: #56686A;
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
	#mainImage>h1.ttl_detail2 {
		font-size: 18px;
		margin-top: 10px;
		left: 10px;
	}
	#mainImage>h1.ttl_detail2 span {
	  width: 30px;
	  height: 30px;
	  padding-top: 3px;
	}
}

#mainImage>.logo_anniversary {
	width: 80%;
	max-width: 360px;
	position: absolute;
	bottom: 22%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#mainImage>.logo_anniversary img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#mainImage>.ttl_sub {
	width: 90%;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: clamp(16px, 3vw, 30px);
	line-height: 1.2;
	letter-spacing: 1px;
	color: #525252;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}

#mainImage img {
	width: 100%;
}

.w50 li {
	width: 295px;
	float: left;
}

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

.w50 li img {
	width: 100%;
}
.bannerBox {
  margin-bottom: 20px;
}
ul.bannerBox {
	max-width: 605px;
	margin: 34px auto 26px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.bannerBox>li {
	width: 49%;
	margin: 0 0 14px 0;
	padding: 0;
}

ul.bannerBox>li img {
	width: 100%;
	margin: 0;
	padding: 0;
}

@media all and (max-width: 600px) {
	ul.bannerBox>li {
		width: 100%;
		margin: 0 0 14px 0;
		padding: 0;
	}

	ul.bannerBox>li img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
.bannerBox a img {
	margin-bottom: 10px;
}

.bannerBox dl {
	font-size: 1.1em;
	display: flex;
	padding: 0 10px;
}

.bannerBox dt,
.bannerBox dd {
	text-align: left;
	white-space: nowrap;
}

.bannerBox dt {
	width: 45px;
	position: relative;
	padding-left: 10px;
}

.bannerBox dt:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.bannerBox dd:nth-child(2) {
	width: 154px;
	text-align: right !important;
}

.bannerBox dd:nth-child(3) {
	color: #FF0000;
}

.bannerBox_nakamura {
	width: 605px;
	margin: 0 auto 46px;
}

.bannerBox_nakamura img {
	margin: 0 0 10px 0;
	width: 100%;
}

.bannerBox_nakamura a img {
	margin-bottom: 10px;
	width: 100%;
}

.bannerBox_nakamura dl {
	font-size: 1.1em;
	display: flex;
	padding: 0 10px;
}

.bannerBox_nakamura dt,
.bannerBox_nakamura dd {
	text-align: left;
}

.bannerBox_nakamura dt {
	width: 45px;
	position: relative;
	padding-left: 10px;
}

.bannerBox_nakamura dt:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.bannerBox_nakamura dd:nth-child(2) {
	width: 154px;
}

.bannerBox_nakamura dd:nth-child(3) {
	color: #FF0000;
}

.bannerBox.tainkoushinretsu a img {
	width: 100%;
}




/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.head_item {
	font-size: 10px;
	font-weight: normal;
}

.head_item.top {
	font-size: 10px;
	font-weight: normal;
	float: left;
	display: inline !important;
}

/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

h2 {
	color: #3E070D;
	font-size: 28px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
	text-align: left;
	letter-spacing: -0.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* h1 移行 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
h1 {
	color: #3E070D;
	font-size: 28px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
	text-align: left;
	letter-spacing: -0.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* h1 移行(トップページ) ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.top_ttl {
	color: #3E070D;
	font-size: 28px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
	text-align: left;
	letter-spacing: -0.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* h1 移行 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

h3.ttl img {
	vertical-align: top;
	margin-right: 15px;
}

/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.block.ttl img {
	vertical-align: top;
	margin-right: 15px;
}

/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.bannerList {
	width: 605px;
	margin: 0 auto 25px;
}

.bannerList li {
	margin-bottom: 15px;
}

/*anshinArea*/
#anshinArea {
	text-align: left;
	position: relative;
}

#anshinArea h3 {
	margin-top: 0;
}

/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#anshinArea .block {
	margin-top: 0;
}

/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

#anshinArea p {
	margin-left: 4px;
	margin-bottom: 1.4em;
}

#anshinArea ul {
	margin-top: 1.5em;
	margin-left: 4px;
}

#anshinArea li:before {
	content: "・";
}

#anshinArea a img {
	width: 250px;
	margin-top: 10px;
}

#anshinArea #ninteiisho01 {
	position: absolute;
	right: 10px;
	bottom: -1.4em;
}

#anshinArea.canter #ninteiisho01 {
	position: static;
}

#anshinArea #ninteiisho01 ul.nintei_set {
	width: 100%;
	max-width: 215px;
	margin: 0 auto 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
	#anshinArea #ninteiisho01 ul.nintei_set {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 10px;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

#anshinArea #ninteiisho01 ul.nintei_set>li {
	list-style: none !important;
	background-image: none;
}

#anshinArea #ninteiisho01 ul.nintei_set>li::before {
	content: "";
}

#anshinArea #ninteiisho01 ul.nintei_set>li:first-child {
	width: 49%;
	margin: 0;
	padding: 0;
}

#anshinArea #ninteiisho01 ul.nintei_set>li:last-child {
	width: 49%;
	margin: 0;
	padding: 0;
}

#anshinArea #ninteiisho01 ul.nintei_set>li figure {
	margin: 0;
	text-align: center;
	margin: 0 auto 10px;
}

#anshinArea #ninteiisho01 ul.nintei_set>li figure img {
	object-fit: contain;
	filter: drop-shadow(2px 3px 2px #a3a3a3);
	height: 80px;
	width: 80px;
}

@media screen and (max-width: 600px) {
	#anshinArea #ninteiisho01 ul.nintei_set>li figure img {
		object-fit: contain;
		filter: drop-shadow(2px 3px 2px #a3a3a3);
		height: 140px;
		width: 140px;
	}
}

#anshinArea #ninteiisho01 ul.nintei_set>li figcaption {
	text-align: center;
}

/*doctorArea*/
#doctorArea {
	width: 630px;
	margin-bottom: 20px;
}

#doctorArea .topcontentsinner img {
	width: 300px;
}

#doctorArea .doctorUl {
	text-align: left;
	width: 605px;
	margin: 0 auto 30px;
}

#doctorArea .doctorUl p {
	margin-bottom: 10px;
}

#doctorArea .doctorUl>li>a.btn {
	width: 100%;
	margin: 0;
	padding: 3px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
	background-color: #bb8c7c;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

#doctorArea .doctorUl>li>a.btn:hover {
	opacity: 0.8;
}

/*juyoArea*/
#juyoArea {
	text-align: left;
	position: relative;
}

#juyoArea h3 {
	margin-top: 0;
}

/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#juyoArea .block {
	margin-top: 0;
}

/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

#juyoArea p {
	width: 440px;
	margin-left: 4px;
}

#juyoArea a img {
	width: 250px;
	margin-top: 10px;
	margin-bottom: 21px;
}

#juyoArea figure {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 125px;
	margin: 0;
}

#juyoArea figure img {
	width: 100%;
	height: auto;
	margin: 0 10px 10px 0;
	filter: drop-shadow(2px 3px 2px #a3a3a3);
}

#juyoArea figure figcaption {
	text-align: center;
}

/*renkeiArea*/
#renkeiArea {
	text-align: left;
	position: relative;
}

#renkeiArea p {
	width: 440px;
	margin-left: 4px;
}

#renkeiArea a img {
	width: 250px;
	margin-top: 10px;
	margin-bottom: 17px;
}

#renkeiArea figure {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 125px;
	margin: 0;
}

#renkeiArea figure img {
	width: 100%;
	height: auto;
}

/*menuArea*/
#menuArea {
	text-align: left;
	border-top: 15px solid #493A27;
}

#menuArea .title {
	font-size: 28px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5;
	padding-left: 8px;
	border-bottom: 1px solid #453c2b;
	width: 100%;
}

#menuArea h2.title {
	font-size: 28px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5;
	padding-left: 8px;
	border-bottom: 1px solid #453c2b;
	width: 100%;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}

#menuArea .title span {
	font-size: 20px;
}

#menuArea.flex_box,
#menuArea .flex_box {
	display: flex;
	flex-wrap: wrap;
}

#menuArea .cTranslation {
	position: absolute;
	top: 25px;
	right: 10px;
}

#menuArea .cTranslation li {
	margin-left: 10px;
	display: inline-block;
}

#menuArea .cTranslation li a {
	color: #444;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

#menuArea .cTranslation li a span {
	margin-left: 4px;
	padding-top: 3px;
	text-decoration: underline;
}

#menuArea .cTranslation li a img {
	vertical-align: top;
}

#menuArea .cTranslation li a span {
	margin-left: 4px;
	padding-top: 3px;
	text-decoration: underline;
}

#menuArea .cTranslation li a img {
	vertical-align: top;
}

#menuArea .cTranslation li.link02 {
	font-family: 'Tahoma', sans-serif;
}

/*shinryouList*/
.shinryouList {
	width: 307px;
	float: left;
	padding-bottom: 50px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.shinryouList ul {
	width: 155px;
	float: right;
	list-style: none;
	margin-top: 15px;
	display: block;
}

.shinryouList ul li {
	margin-bottom: 3px;
	list-style-type: none;
}

.bgFace {
	background-image: url(../img/top/shinryouList_face_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bgBody {
	background: url(../img/top/shinryouList_body_bg.gif) no-repeat left bottom;
}

.bgSkin {
	background: url(../img/top/shinryouList_skin_bg.gif) no-repeat left bottom;
	clear: both;
}

.bgEtc {
	background: url(../img/top/shinryouList_etc_bg.gif) no-repeat left bottom;
	display: block;
	overflow: hidden;
}

.bgFace-qa {
	background-image: url(../img/top/shinryouList_face_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 370px;
}

.bgBody-qa {
	background: url(../img/top/shinryouList_body_bg.gif) no-repeat left bottom;
	height: 370px;
}

.bgSkin-test {
	background: url(../img/top/test.jpg) no-repeat left bottom;
	clear: both;
	height: 100%;
}

.shinryouList2 {
	width: 310px;
	float: left;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	overflow: hidden;
}

.shinryouList2 ul {
	width: 170px;
	float: right;
	list-style: none;
	margin-top: 15px;
	margin-bottom: 25px;
	display: block;
}

.shinryouList2 ul li {
	margin-bottom: 3px;
	list-style-type: none;
}

.bgFace2 {
	background-image: url(../img/top/shinryouList_face_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 430px;
}

.bgBody2 {
	background: url(../img/top/shinryouList_body_bg.gif) no-repeat left bottom;
	height: 430px;
}

/*topcontentsarea*/
div.topcontentsarea {
	text-align: left;
	width: 100%;
	border-left: 1px solid #3d331f;
	border-right: 1px solid #3d331f;
	box-sizing: border-box;
	line-height: 25px;
	height: auto;
	background-color: #FFFFFF;
}

div.topcontentsinner {
	padding-top: 10px;
	margin: 0px 10px;
}

.newsttl img {
	vertical-align: bottom;
}

div.topcontentsinner dl {
	overflow: hidden;
	zoom: 1;
	line-height: 1em !important
}

div.topcontentsinner dl.english {
	margin-top: 10px;
}

div.topcontentsinner dt {
	float: left;
	clear: left;
	padding: 0px;
	margin: 6px 0 7px;
	width: 72px;
}

html.ua-ie div.topcontentsinner dt {
	width: 70px;
}

html.ua-ie-7 div.topcontentsinner dt {
	margin: 7px 0 6px;
}

html.ua-ie-7 div.topcontentsinner dt.wide {
	width: 100%;
}

div.topcontentsinner dt span {
	border-right: 1px solid #333333;
	padding-right: 5px;
	display: block;
}

html.ua-ie-9 div.topcontentsinner dt span {
	border-right: 1px solid #333333;
	padding-right: 5px;
}

div.topcontentsinner dt span.right {
	text-align: right;
}

div.topcontentsinner dd {
	padding-left: 82px;
	width: 530px;
	line-height: 25px;
}

.contactBox {
	display: none;
}

#top-banner {
	width: 620px;
}

#top-banner ul {
	width: 660px;
	overflow: hidden;
}

#top-banner ul li {
	float: left;
	margin: 0 15px 15px 0;
}

#top-banner ul li a {
	display: block;
}

.shinryouList>div {
	display: none;
}

.menuLink {
	display: none;
}

/* faq */
#faq_count_outer {
	float: right;
	margin: 15px 10px 0;
	border-bottom: 1px solid #604711;
}

#faq_count_area {
	float: left;
	margin: 5px 10px 0 0;
	padding-right: 30px;
	background: url(/img/top/qa_coung_bg.png) no-repeat right center;
	font-size: 1.6em;
	font-weight: bold;
	color: #554E3C;
	line-height: 1;
}

#faq_count_outer .button {
	float: right;
	width: 139px;
}

.textImg {
	display: none;
}

#leftside {
	width: 235px;
	float: left;
	padding-left: 10px;
	position: relative;
}

#leftside:after {
	position: absolute;
	top: 0;
	right: -1px;
	content: url(/img/cn_line01.gif);
}

#leftside a {
	color: #663300;
	text-decoration: none;
}

#leftside a:hover {
	color: #663300;
	text-decoration: underline;
}

#boxSoushinTop {
	width: 610px;
	height: 160px;
	background-image: url(../soushin/images/plate_sibou.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	padding-left: 5px;
	margin-top: 10px;
}

#boxSoushinTop a {
	color: #006666;
	width: 220px;
	height: 14px;
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 11px;
}

#boxSoushinTop a#boxA {
	position: absolute;
	left: 163px;
	top: 58px;
}

#boxSoushinTop a#boxB {
	position: absolute;
	left: 163px;
	top: 128px;
}

#boxFutaeTop {
	width: 610px;
	height: 160px;
	background-image: url(../img/plate_futae.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	padding-left: 5px;
	margin-top: 10px;
}

#boxFutaeTop a {
	color: #663300;
	width: 220px;
	height: 14px;
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 11px;
}

#boxFutaeTop a#boxA {
	position: absolute;
	left: 313px;
	top: 58px;
}

#boxFutaeTop a#boxB {
	position: absolute;
	left: 313px;
	top: 128px;
}

#boxTop {
	width: 610px;
	height: 160px;
	background-image: url(../bust/images/plate_houkyou2.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 10px;
}

#boxTop a {
	width: 240px;
	height: 14px;
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 11px;
}

#boxTop a#boxA {
	position: absolute;
	left: 313px;
	top: 58px;
}

#boxTop a#boxB {
	position: absolute;
	left: 313px;
	top: 128px;
}

#boxHoukyouTop {
	width: 610px;
	height: 220px;
	background-image: url(../bust/images/houkyou_header_image.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	padding-left: 5px;
	margin-top: 10px;
}

#boxHoukyouTop a {
	color: #CC3300;
	width: 220px;
	height: 14px;
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 11px;
}

#boxHoukyouTop a#boxA {
	position: absolute;
	left: 185px;
	top: 54px;
}

#boxHoukyouTop a#boxB {
	position: absolute;
	left: 185px;
	top: 121px;
}

#boxHoukyouTop a#boxC {
	position: absolute;
	left: 185px;
	top: 190px;
}

#outline01 {
	width: 900px;
	height: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	clear: both;
}

/*----------- header -----------*/

/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#header .head_item {
	float: left;
}

/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

#header .hTranslation {
	float: right;
}

#header .hTranslation li {
	margin-left: 10px;
	display: inline-block;
}

#header .hTranslation li a {
	color: #444;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

#header .hTranslation li a span {
	margin-left: 4px;
	padding-top: 3px;
	text-decoration: underline;
}

#header .hTranslation li a img {
	vertical-align: top;
}

#header .hTranslation .link01 a {
	padding-left: 10px;
	background: url(../img/index/arrow01.jpg) no-repeat left center;
}

#header .hTranslation li.link03 {
	font-family: 'Tahoma', sans-serif;
}

#header .inner {
	padding: 12px 15px 8px 15px;
}

#header .logo {
	float: left;
	display: block;
}

#header .logo img {
	width: 360px;
}

#header .link {
	margin-top: 2px;
	float: right;
}

#header .link .tel {
	margin-right: 20px;
	width: 190px;
	float: left;
}

#header .link .btn {
	float: right;
}

#header .link .btn a {
	display: block;
}

#header .link .btn a:first-child {
	padding-bottom: 7px;
}

#header .link .btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header #header_txt01 {
	padding: 5px 10px 5px 15px;
	background-color: #F6F3EC;
	color: #444;
	font-size: 11px;
}

/*----------- emergency -----------*/
.emergency_box{
	width: calc(100% - 30px);
	box-sizing: border-box;
	margin: 10px auto 15px;
	padding: 10px 15px;
	border: solid 1px #d4145a;
	background-color: #fff3f2;
	display: flex;
	align-items: center;
}
.emergency_box .ttl{
	display: block;
	font-size: 14px;
  font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #ffffff;
	background-color: #d4145a;
	margin-right: 25px;
	padding: 5px 10px 5px 25px;
  white-space: nowrap;
  position: relative;
}
.emergency_box .ttl::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff3f2;
  border-right: 0;
}
.emergency_box .ttl::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #d4145a;
  border-right: 0;
}
.emergency_box .box{
  flex: 1;
  word-break: break-word;
}
.emergency_box .box p{
	font-size: 14px;
	text-align: left;
}
@media screen and (max-width:768px) {
	.emergency_box{
		width: 95%;
		margin: 10px auto 10px;
		padding: 10px 15px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.emergency_box .ttl{
		font-size: 13px;
		margin-right: 0;
		margin-bottom: 5px;
		padding: 2px 7px 2px 20px;
		line-height: 18px;
	}
	.emergency_box .ttl::before{
		left: -1px;
		border-top: 11px solid transparent;
		border-bottom: 11px solid transparent;
		border-left: 10px solid #fff3f2;
	}
	.emergency_box .ttl::after{
		right: -9.5px;
		border-top: 11px solid transparent;
		border-bottom: 11px solid transparent;
		border-left: 10px solid #d4145a;
	}
	.emergency_box .box p{
		font-size: 13px;
	}
}


/*----------- gnavi -----------*/
#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
}

#nav ul li a img,
#nav ul li a:hover img {
	vertical-align: top;
}

/*----------- pagePath -----------*/
#nav {
	position: relative;
}

#nav #pagePath {
	position: absolute;
	left: 18px;
	bottom: -270px;
	z-index: 10;
}

#nav #pagePath {
	display: none;
}

body.store #nav #pagePath {
	bottom: -405px;
}

#cvNav {
	margin-top: -8px;
	margin-bottom: 20px;
	position: relative;
}

#cvNav #cvPagePath {
	margin-left: 18px;
}

#cvNav #cvPagePath a {
	text-decoration: underline;
}

#cvNav #cvPagePath a:hover {
	color: #0000ee;
}

#cvNav+div,
#cvNav+img {
	margin-bottom: 30px;
}

body.store #cvNav #cvPagePath {
	bottom: -405px;
}

/*----------- A?fA3A?fiA?fr -----------*/
.hdm-left01 {
	float: left;
	margin-left: 0px;
}

.hdm-center01 {
	float: left;
	margin-left: -1px;
}

.hdm-right01 {
	float: left;
	margin-left: -1px;
	margin-right: -1px;
}

/*----------- A?VA?fiA?fr -----------*/
.hdm-left02 {
	float: left;
	margin-left: -1px;
}

.hdm-center02 {
	float: left;
	margin-left: 0px;
}

.hdm-right02 {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

/*.lmBt01 {
	margin-bottom:7px;
}*/
.lmBt02 {
	margin-bottom: 15px;
}

/*----------- A??A?fa??A??A?fA?fA??a??A?A??A?fA? -----------*/
#footer {
	clear: both;
	color: #000;
	text-align: left;
	margin-bottom: 30px;
	padding-top: 20px;
}

#footer a {
	color: #0000ee;
	margin-left: 7px;
	margin-right: 7px;
}

#footer a:visited {
	color: #551a8b;
}

#footer dl {
	margin-bottom: 10px;
	padding-left: 25px;
}

#footer dl dt {
	float: left;
	clear: both;
	width: 80px;
}

#footer dl dd {
	margin-bottom: 10px;
	float: left;
	width: 780px;
}

.lineHeight {
	padding-right: 10px;
}

br {
	letter-spacing: 0;
}

#footer .bnr {
	position: fixed;
	top: 202px;
	right: 0;
	display: none;
	z-index: 10;
}

#footer .bnr a,
#footer .bnr img {
	margin: 0;
	display: block;
}

#footer .bnr a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* A?A?Ca?1A\A?}A? */
#pankuzuLink {
	color: #666666;
}

.pankuzuLink {
	color: #666666;
}

.lm_menuSp {
	width: 225px;
	margin-bottom: 20px;
}

.lm_menuSp .komokuHd01 {
	margin-top: 2px;
	float: left;
}

.lm_menuSp a {
	width: auto;
	padding-left: 30px;
	display: block;
}

.lm_lineUpSp {
	margin-top: 25px;
}

.lm_menuSpEnd {
	margin-left: 10px;
	margin-bottom: 100px;
}

.lm_menuSp.End {
	margin-bottom: 100px;
}

.komokuHd01 {
	vertical-align: middle;
	margin-right: 10px;
}

/* A??A?fa??A??a??AcA??A?fA3A??A?fA?E*/
.newsAomori {
	border: dotted 1px #DF0000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 0 10px 10px 0;
	width: 500px;
	text-align: center;
	float: right;
	color: #DF0000;
	display: inline;
}

/* btn */
#bf_aft_top {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 76px;
	width: 304px;
	position: relative;
	margin-left: 340px;
	/*margin-bottom: 20px;*/
}

#bf_aft_top2 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 45px;
	width: 304px;
	position: relative;
	margin-left: 340px;
	/*margin-bottom: 20px;*/
}

#bf_aft_top2 a {
	width: 128px;
	height: 20px;
	position: absolute;
	left: 172px;
	top: 20px;
	display: block;
	background: url(../img/to-detail.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#bf_aft_top2 a:hover {
	background: url(../img/to-detail_on.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

.documenBn {
	margin-bottom: 20px;
}

.documenBn a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#bf_aft_top_new {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 55px;
	width: 304px;
	position: relative;
	margin-left: 340px;
	/*margin-bottom: 20px;*/
}

#bf_aft_top a {
	width: 128px;
	height: 20px;
	position: absolute;
	left: 172px;
	top: 50px;
	display: block;
	background: url(../img/to-detail.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#bf_aft_top a:hover {
	background: url(../img/to-detail_on.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#bf_aft_top_new a {
	width: 120px;
	height: 17px;
	display: block;
	position: absolute;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	background-image: url(../img/ba_text.jpg);
	background-repeat: no-repeat;
	top: 31px;
	left: 173px;
}

#bf_aft_top_new a:hover {
	background-image: none;
}

.houkyou {
	background-image: url(../img/hokyo_befoaft_top.jpg);
}

.rinkaku {
	background-image: url(../img/rinkaku_ba_top.jpg);
}

.ryobi {
	background-image: url(../img/hana_ba_top.jpg);
}

.futae {
	background-image: url(../img/futae_ba_top.jpg);
}

.futae1 {
	background-image: url(../img/futae_ba_top1.jpg);
}

.futae2 {
	background-image: url(../img/futae_ba_top2.jpg);
}

.futae3 {
	background-image: url(../img/futae_ba_top3.jpg);
}

.futae4 {
	background-image: url(../img/futae_ba_top4.jpg);
}

.soushin {
	background-image: url(../img/shibou_ba_top.jpg);
}

.shiwa {
	background-image: url(../img/shiwa_ba_top.jpg);
}

.thermacool {
	background-image: url(../img/sama_ba_top.jpg);
}

.peeling {
	background-image: url(../img/peeling_befoaft_top.jpg);
}

img {
	border: none;
}

.paragraph {
	width: 610px;
	margin: 0 0 15px 30px;
	line-height: 1.6;
}

.heading {
	padding: 0 0 20px 0;
}

.sub_heading {
	margin: 0 0 15px 0;
	padding: 0 0 20px 0px;
	background: url(../img/heading_line.gif) no-repeat left bottom;
}

.icon01 {
	padding: 0 0 15px 35px;
	background: url(../img/lm_komoku01.jpg) no-repeat left 3px;
}

.Q_txt {
	font-weight: bold;
	color: #17a6e2;
}

table.qa_list01 {
	width: 610px;
	margin: 15px 0 15px;
	0;
	border-collapse: collapse;
}

table.qa_list01 th {
	padding: 5px;
	color: #FFFFFF;
	background: #513d1a;
	border: #cccccc solid 1px;
	text-align: center;
}

table.qa_list01 td {
	padding: 5px;
	border: #cccccc solid 1px;
	text-align: center;
}

.top_page {
	padding-top: 15px;
	text-align: right;
	font-weight: bold;
}

.paragraph span {
	color: #17a6e2;
	font-weight: bold;
	text-decoration: underline;
}

.paragraph a.qaLink {
	color: #17a6e2;
	font-weight: bold;
	text-decoration: underline;
}

.paragraph a.qaLink:hover {
	text-decoration: underline;
}

.mapListUnder {
	margin-bottom: 30px;
}

.mapListUnder td {
	padding: 3px;
	vertical-align: bottom;
}

.summerimg {
	text-align: right;
	padding-top: 20px;
}

.summertxt {
	float: left;
}

.blue {
	color: #17a6e2;
	font-weight: bold;
}

.LatisseLeft {
	float: left;
	width: 300px;
	height: 440px;
}

.LatisseRight {
	float: left;
	width: 180px;
	height: 440px;
}

.LatisseRightTxt {
	height: 88px;
	padding-left: 10px;
	text-align: center;
}

.LatisseRightTxtP {
	padding-top: 35px;
}

.menuNavi {
	width: 910px;
	margin: 0;
	padding: 0;
}

.menuImg {
	float: left;
}

.ishiharaCounseling dt {
	color: #660000;
	font-weight: bold;
	margin: 10px 0 3px 0;
}

.ishiharaCounseling dd {
	padding: 0 80px 0 17px;
	text-align: justify;
}

.midashi {
	font-size: 16px;
}

.entryBtn {
	padding: 35px 0 27px;
	text-align: left;
}

/*  共通バナ�?�*/
.comBnBox {
	width: 610px;
}

.comBnBox .link {
	margin-bottom: 15px;
	display: inline-block;
}

.comBnBox .link01 {
	margin-right: 15px;
}

/*A|A?}A?A??a??A?N*/
.fL {
	float: left;
}

.fR {
	float: right;
}

.txtCenter {
	text-align: center !important;
}

.txtRight {
	text-align: right !important;
}

.txtLeft {
	text-align: left !important;
}

/*A?NA!A?NA\A?a?AcA?a?A\A?a??gA?NA|A3*/
table.omotesandoGaikan td {
	vertical-align: bottom;
}

table.omotesandoFrame td {
	width: 300px;
	text-align: center;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	/* A|a??gA??A??A?a?hA??A?a?A?NA|?A?A???A??A?A?A?A?gA??a??a1 */
	display: block;
	/* A??A?fa?gA??A?fA-A??A?fA?E?A??A?A??A?fA????A?fa???A??A?fA???NA|?A?A???A??A? */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

.case01 {
	clear: both;
	height: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

.case01 h2 {
	padding-bottom: 10px;
	padding-top: 25px;
}

/* h1 移行 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.case01 h1 {
	padding-bottom: 10px;
	padding-top: 25px;
}

/* h1 移行 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.case01 dl {
	float: left;
	width: 206px;
	margin-right: 12px;
}

.case01 dl dt {
	font-weight: bold;
	color: #52070C;
}

.case01 dl dd {
	background-color: #FDF8F2;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-color: #E0D6B6;
	border-bottom-color: #B9A25B;
	border-left-color: #E0D6B6;
	padding: 7px;
	text-align: center;
}

.case01 dl.last {
	margin: 0px;
}

/* a?1A?fA?fa??hA?A?fAA?fXA?fg */
/*A??A?fa1A??A?fA\A??A?fA?A??a??A1*/
.importantNews {
	color: #FF0000;
	padding-left: 64px;
}

.translation {
	background-color: #EAEAEA;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 30px;
	overflow: hidden;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

.traL {
	float: left;
	width: 150px;
	padding-top: 4px;
}

.traR {
	padding-top: 6px;
	overflow: hidden;
}

.traR ul li {
	float: left;
	padding-right: 5px;
	width: 23px;
	list-style-type: none;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

/*A??a??A!A|a??ga???A??a?oA?CA?NA???E?A??A?A??A?fAA?PA?A?E*/
.bannerSoudan {
	text-align: center;
}

.pageTop {
	text-align: right;
	clear: both;
	margin-top: 20px;
}

.dat_Top {
	text-align: left;
	clear: both;
	margin-top: 20px;
}

#outline01 #leftside .textLink a {
	color: #00F;
	text-decoration: underline;
}

#outline01 #leftside .textLink a:hover {
	color: #630;
	text-decoration: none;
}

#leftside ul li {
	margin: 0 0 10px;
}

#leftside #left-language a {
	width: 225px;
	height: 36px;
	display: block;
	margin: 0 0 15px;
}

#leftside .sideBlogBn {
	width: 225px;
}

#leftside .sideBlogBn .bn {
	display: block;
}

#leftside .sideBlogBn .bn:hover img {
	filter: alpha(opacity=0);
	opacity: 0;
}

#leftside .sideBlogBn .img_blog {
	width: 100%;
}

#leftside .sideBlogBn .img_blog img {
	width: 100%;
	height: auto;
}

#leftside .sideBlogBn .ishihara .bn {
	background: url(../img/lm_ishiharaBlog02.jpg) no-repeat left top;
	background-size: 100%;
}

#leftside .sideBlogBn .kami .bn {
	background: url(../img/dr_kami_over.jpg) no-repeat left top;
	background-size: 100%;
}

#leftside .sideBlogBn .kami_b .bn {
	background: url(../img/dr_kami_b_over.jpg) no-repeat left top;
	background-size: 100%;
}

#leftside .sideBlogBn .kami_you .bn {
	background: url(../img/dr_kami_you_over.jpg) no-repeat left top;
	background-size: 100%;
}

#leftside .sideBlogBn .kudo .bn {
	background: url(../img/dr_kudo_blog_on.jpg) no-repeat left top;
	background-size: 100%;
}

/* #leftside .sideBlogBn .miyoshi .bn {
	background:url(../img/miyosi-blog-on.jpg) no-repeat left top;
}
#leftside .sideBlogBn .yoshinaka .bn {
	background:url(../img/dr_yoshinaka_blog_on.jpg) no-repeat left top;
} */
#leftside .sideBlogBn .kasori .bn {
	background: url(../img/dr_kasori_blog_on.jpg) no-repeat left top;
	background-size: 100%;
}

/* #leftside .sideBlogBn .huzii .bn {
	background:url(../img/Dr_huzii_blog_over.jpg) no-repeat left top;
} */
#leftside .sideBlogBn .nakamura .bn {
	background: url(../img/dr_nakamura_blog_on.jpg) no-repeat left top;
	background-size: 100%;
}

#leftside .sideBlogBn .nakao .bn {
	background: url(../img/dr_nakao_blog_on.jpg) no-repeat left top;
	background-size: 100%;
}

#leftside .sideBlogBn .asahi .bn {
	background: url(../img/dr_asahi_blog_on.jpg) no-repeat left top;
	background-size: 100%;
}

#leftside .sideBlogBn .sone .bn {
	background: url(../img/dr_sone_blog_on.jpg) no-repeat left top;
	background-size: 100%;
}

/* #leftside .sideBlogBn .saito .bn {
	background:url(../img/dr_saito_blog_on.jpg) no-repeat left top;
}
#leftside .sideBlogBn .yamamoto .bn {
	background:url(../img/dr_yamamoto_blog_on.jpg) no-repeat left top;
} */
#leftside .sideBlogBn .kurati .bn {
	background: url(../img/dr_kurati_blog_on.jpg) no-repeat left top;
	background-size: 100%;
}

#leftside .sideBlogBn .maria .bn {
	background: url(../img/lm_marinaBlog02.gif) no-repeat left top;
}

#leftside .sideBlogBn .staffBlog .bn {
	background: url(../img/lm_staff_blog_over.jpg) no-repeat left top;
}

#leftside .sideBlogBn .hifukaBlog .bn {
	background: url(../img/lm_hifuka_blog_over.jpg) no-repeat left top;
}

#leftside .sideBlogBn .cosmeBlog .bn {
	background: url(../img/lm_cosme_blog_over.jpg) no-repeat left top;
}

#leftside .sideBlogBn .cosmeOrder .bn {
	background: url(../img/lm_cosme_order_on.jpg) no-repeat left top;
	background-size: 225px;
}
#leftside .sideBlogBn .onlinCounseling .bn {
	background: url(../img/lm_online_counseling_on.jpg) no-repeat left top;
	background-size: 225px;
}
#leftside .sideBlogBn .onlinShohou .bn {
	background: url(../img/lm_online_shohou_on.jpg) no-repeat left top;
	background-size: 225px;
}

#leftside .sideBlogBn .omotesando .bn {
	background: url(../img/c-bn_omotesandoout.jpg) no-repeat left top;
}

#leftside .sideBlogBn .aomori .bn {
	background: url(../img/c-bn_aomoriout.jpg) no-repeat left top;
}

/* 八戸　hover */
#leftside .sideBlogBn .hachinohe .bn {
	background: url(../img/c-bn_hachinoheout.jpg) no-repeat left top;
}

#leftside .sideBlogBn .morioka .bn {
	background: url(../img/c-bn_moriokaout.jpg) no-repeat left top;
}

#leftside .sideBlogBn .sendai .bn {
	background: url(../img/c-bn_sendaiout.jpg) no-repeat left top;
}

#leftside .sideBlogBn .kooriyama .bn {
	background: url(../img/c-bn_kooriyamaout.jpg) no-repeat left top;
}

#leftside .sideBlogBn .iwaki .bn {
	background: url(../img/bnr_iwaki_over.jpg) no-repeat left top;
}

/*
#leftside .sideBlogBn .agreement.bn {
	background:url(../img/doisho1.jpg) no-repeat left top;
}
*/
/*
#leftside .sideBlogBn .agreement.bn {
	border: 1px solid #bfa065;
	padding: 20px 0px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	text-align: center;
	background: #f5f3f0;
	color: #624f24;
}
#leftside .sideBlogBn .agreement.bn:hover{
	text-decoration: none;
	opacity: 0.8;
}
#leftside .sideBlogBn .agreement.bn span{
	font-size: 14px;
}
#leftside .sideBlogBn .agreement.bn.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  color: #333;
  text-decoration: none;
}
#leftside .sideBlogBn .agreement.bn.arrow_s_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #dfcfb2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -9px;
}
#leftside .sideBlogBn .agreement.bn.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -4px;
}
*/


/* Instagramバナー202311 */
.instagram_box {
	margin: 0 0 10px;
	width: 225px;
}

#leftside .instagram_box .box {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	float: none;
	border: none;
}

.instagram_box .ttl {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 5px;
}

.instagram_box .txt {
	margin-bottom: 5px;
	text-align: left;
}

.instagram_box .ttl::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../img/insta_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 3px;
}

.instagram_box .box a {
	display: block;
	width: 100%;
}

.instagram_box .box a img {
	display: block;
	width: 100%;
}

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

	#leftside .instagram_box {
		display: none;
	}

	.instagram_box.sp {
		width: calc(100% - 30px);
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}


#leftside .sideBlogBn .english .bn {
	background: url(../img/bnr_english2.jpg) no-repeat left top;
}

#leftside .sideBlogBn .russian .bn {
	background: url(../img/bnr_russian2.jpg) no-repeat left top;
}

#leftside .sideBlogBn .korean .bn {
	background: url(../img/bnr_korea2.jpg) no-repeat left top;
}

.onlinCounseling img.lmBt01,
.onlinShohou img.lmBt01,
.cosmeOrder img.lmBt01 {
	width: 100%;
}

#leftside .sideBlogBn .instaBn {
	margin-top: 20px;
	background: url(/img/insta_side_back_l.jpg);
	width: 226px;
	height: 369px;
	text-align: right;
}

#leftside .sideBlogBn .instaBn .bn01 {
	padding-top: 18px;
	padding-right: 6px;
}

#leftside .sideBlogBn .instaBn .bn02,
#leftside .sideBlogBn .instaBn .bn03,
#leftside .sideBlogBn .instaBn .bn04,
#leftside .sideBlogBn .instaBn .bn05 {
	padding-top: 8px;
	padding-right: 6px;
}

/* 八戸修正 */
#leftside .sideBlogBn .instaBn2 {
	margin-top: 20px;
	background: url(/img/insta_side_back_480.jpg);
	width: 226px;
	height: 480px;
	text-align: right;
}

#leftside .sideBlogBn .instaBn2 .bn01 {
	padding-top: 18px;
	padding-right: 6px;
}

#leftside .sideBlogBn .instaBn2 .bn02,
#leftside .sideBlogBn .instaBn2 .bn03,
#leftside .sideBlogBn .instaBn2 .bn04,
#leftside .sideBlogBn .instaBn2 .bn05 {
	padding-top: 8px;
	padding-right: 6px;
}

/* END */

div.cmarea {
	padding-left: 1px;
	width: 227px;
	margin-bottom: 10px;
}

div.cmarea>.ttl {
	/* 	border: 1px solid #cbac70; */
	padding: 10px 0px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	text-align: center;
	background: #d3bb5ab2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #624f24;
}

div.cmarea img {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.top5 {
	margin-top: 5px;
}

.m5 {
	margin: 5px;
}

#leftside table {
	border: 1px solid #330000;
}

#leftside table td {
	padding: 5px;
}

#leftside td.titlearea {
	background-color: #E8DFCA;
	border-bottom: 1px dotted #330000;
}

#leftside table td.img {
	text-align: center;
}

#leftside div.osusumearea {
	border: solid 1px #D2BFB0;
	width: 223px;
}

#leftside div.osusumearea div {
	padding: 5px;
	width: 210px;
	text-align: left;
	border-bottom: dotted 1px #D2BFB0;
}

#leftside div.osusumearea div.titlearea {
	width: 213px;
	background-color: #F4F0EC;
	border-bottom: dotted 1px #D2BFB0;
	text-align: center;
}

img.centerline {
	float: left;
}

.fura {
	margin: 20px auto 0;
	padding: 0;
}

.youtube_bnr {
	margin: 20px auto 0;
	padding: 0;
}

.blades-btn {
	margin: 20px auto 0;
	padding: 0;
}

#main {
	text-align: center;
	width: 635px;
	height: auto;
	padding: 0px 10px;
	float: right;
	border: 0px #666666 solid;
	overflow: hidden;
}

#main p {
	text-align: left;
}

.underline {
	margin: 10px 0px 15px 0px;
	clear: both;
}

#main .imgHl {
	padding-top: 30px;
}

#main .shinryouList p {
	float: left;
	width: 133px;
}

#main .shinryouList .txt {
	padding-top: 20px;
	text-align: center;
}

#main .shinryouList .txt_re {
	font-size: 18px;
	line-height: 1.4;
	padding-top: 20px;
	color: #666666;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.botox-table-first {
	text-align: center;
}

.botox-table-first td {
	width: 20%;
}

.toppad {
	padding-top: 15px;
}

.toppad02 {
	padding-top: 30px;
}

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}

.highslide-html {
	background-color: white;
}

.highslide-maincontent {
	display: none;
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

/* Styles for the popup */
.highslide-wrapper,
.rounded-white {
	background-color: white;
}

.highslide-wrapper .highslide-html-content {
	width: 640px;
	padding: 0 0 0 5px;
}

.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}

.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}

.highslide-wrapper .highslide-header ul li.highslide-previous,
.highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}

.highslide-wrapper .highslide-header a:hover {
	color: black;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

.highslide-wrapper .highslide-footer {
	height: 11px;
}

.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}

.highslide-wrapper .highslide-body {}

.highslide-move {
	cursor: move;
}

.highslide-resize {
	cursor: nw-resize;
}

.bottom15 {
	margin-bottom: 15px;
}

a:hover img.alfa {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

ul.navi {
	overflow: hidden;
	width: 648px;
}

ul.navi li {
	width: 148px;
	float: left;
	padding-left: 0px;
	padding-right: 17px;
	list-style-type: none;
	margin-bottom: 10px;
}

ul.navi li.nocss {
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
}

table.futae01 {
	border-collapse: collapse;
	text-align: center;
	float: right;
	margin-right: 30px;
}

.img01 {
	width: 300px;
	height: 150px;
	position: relative;
	float: right;
	margin-right: 30px;
}

.img01 .before {
	position: absolute;
	left: 40px;
	bottom: 0px;
}

.img01 .after {
	position: absolute;
	right: 50px;
	bottom: 0px;
}

.img02 {
	width: 320px;
	height: 170px;
	position: relative;
	float: right;
	margin-right: 30px;
}

.img02 .before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

.img02 .after {
	position: absolute;
	right: 45px;
	bottom: 20px;
}

.img03 {
	width: 320px;
	height: 170px;
	position: relative;
	float: right;
	margin-right: 30px;
}

.img03 .before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

.img03 .after {
	position: absolute;
	right: 45px;
	bottom: 20px;
}

.img04 {
	width: 340px;
	height: 170px;
	position: relative;
	float: right;
	margin-right: 30px;
}

.img04 .before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

.img04 .after {
	position: absolute;
	right: 45px;
	bottom: 20px;
}

.alignC {
	vertical-align: top;
}

.bottom15 {
	margin-bottom: 15px !important;
}

#boxFutaeTop2 {
	width: 610px;
	height: 160px;
	background-image: url(../images/3/img00.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	padding-left: 5px;
	margin-top: 10px;
}

#boxFutaeTop2 a {
	color: #663300;
	width: 220px;
	height: 14px;
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 11px;
}

#boxFutaeTop2 a#boxA {
	position: absolute;
	left: 316px;
	top: 57px;
}

#boxFutaeTop2 a#boxB {
	position: absolute;
	left: 316px;
	top: 122px;
}

.floatL {
	float: left;
	width: 410px;
}

.floatR {
	float: right;
	width: 200px;
	padding-right: 20px;
}

.BrownTitle {
	font-weight: bold;
	color: #660000;
}

.kind {
	width: 600px;
	clear: both;
	margin-bottom: 30px;
}

.kind ul {
	list-style: none;
}

.kind dl dt {
	color: #0177A9;
	margin-bottom: 15px;
}

.kind table {
	border-collapse: collapse;
	float: right;
}

.kind table td {
	padding: 0 2px;
	text-align: center;
	vertical-align: bottom;
}

/*------------ clearfix -----------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}

.gotop {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

#main .gotop {
	clear: none;
}

dd.floatR {
	width: auto;
	margin-left: 20px;
	text-align: center;
}

dd.left10 {
	margin-left: 10px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
	margin-left: 20px;
	vertical-align: middle;
}

.fright img {
	vertical-align: middle;
}

p.centerline {
	float: left;
	width: 1px;
}

#leftside .comment {
	width: 230px;
}

#hd_home01 li {
	float: left;
	text-align: center;
}

#hd_home01 ul {
	overflow: hidden;
}

.medi_tra li {
	text-align: center;
}

.medi_tra p {
	text-align: center;
}

.medi_tra ul {
	overflow: hidden;
}

.medi_tra {
	float: right;
	background-color: #EAEAEA;
	margin-bottom: 10px;
	padding: 10px;
	margin-right: 10px;
}

.medi_tra img {
	vertical-align: middle;
}

.medicalinfo .eng {
	margin-top: 8px;
	width: 158px;
}

.medicalinfo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #483A27;
	margin-bottom: 10px;
	overflow: hidden;
}

.medicalinfo .rus {
	margin-top: 10px;
}

.logoarea {
	background-image: url(/img/ttl_ban01.png);
	background-repeat: no-repeat;
	width: 900px;
	background-position: top;
	height: 132px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.logoarea p {
	padding-top: 34px;
}

.logoarea ul {
	margin-top: 18px;
	padding-left: 5px;
}

.logoarea li {
	margin-right: 5px;
	float: left;
}

.logoarea #hd_sitemap01 {
	margin-top: 18px;
}

.topbanner {
	position: relative;
	display: block;
	top: -50px;
}

.eng p {
	float: left;
	margin-right: 8px;
	font-size: 15px;
	font-weight: bold;
}

.eng .flag {
	width: 60px;
	text-align: center;
}

p.flag img {
	margin-top: 3px;
	margin-bottom: 3px;
}

.columnImg {
	float: right;
	margin: 0 0 15px 15px;
}

.movieArea {
	position: relative;
	width: 900px;
	height: 400px;
}

.movieArea .movieConts {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.movieBnr {
	position: absolute;
	width: 320px;
	height: 142px;
	bottom: 23px;
	left: 12px;
	display: block;
	z-index: 5;
}

.aomoriMap {
	text-align: center;
	margin-bottom: 20px;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px;
}

.mt5 {
	margin-top: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

/*.lmBt01 {
	margin-bottom:10px;
}*/
.lmBt02 {
	margin-bottom: 20px;
}

.mt35 {
	margin-top: 35px;
}

.thumbArea {
	margin: 20px 0 0 4px;
	overflow: hidden;
}

.thumbBox {
	float: left;
	margin-right: 8px;
	width: 115px;
	line-height: 18px;
}

.thumbBox.last {
	float: left;
	margin-right: 0px;
	width: 115px;
	line-height: 18px;
}

.thumbArea .thumbBox img {
	width: 100%;
}

.newMark {
	color: #FF0000;
	margin-left: 20px;
}

#main .instaBn {
	margin-bottom: 20px;
	margin-left: 106px;
	background: url(/img/insta_back.jpg);
	width: 434px;
	height: 127px;
	text-align: right;
}

#main .instaBn .bn01 {
	padding-top: 19px;
	margin-right: 20px;
}

#main .instaBn .bn02 {
	padding-top: 5px;
	margin-right: 20px;
}

/* 八戸追加 */
#main .instaBn2 {
	margin-bottom: 20px;
	margin-left: 106px;
	background: url(/img/insta_back.jpg);
	width: 434px;
	height: 127px;
	text-align: right;
}

#main .instaBn2 .bn01 {
	padding-top: 19px;
	margin-right: 20px;
}

#main .instaBn2 .bn02 {
	padding-top: 5px;
	margin-right: 20px;
}

/* END */
.rssttl {
	position: relative;
}

.rssttl a {
	position: absolute;
	top: 5px;
	right: 50px;
	color: #fff;
}

.catBox {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.catBox-qa {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.catBox ul {
	padding-left: 20px;
}

.catBox li {
	list-style-type: disc;
	margin: 5px 20px;
}

.hyaluron-image-container-left {
	float: left;
	width: 324px;
}

.hyaluron-image-container-right {
	float: right;
	width: 324px;
}

.hyaluron-image {
	width: 251px;
	height: 194px;
	margin: 0 auto;
}

.hyaluron-text {
	width: 251px;
	margin: 0 auto;
}

.hyaluron-text img {
	vertical-align: sub;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.isihara-l {
	float: left;
	width: 434px;
	margin-bottom: 15px;
}

.isihara-r {
	float: right;
	margin-left: 15px;
}

.clear {
	clear: both;
}

.float-r {
	float: right;
}

/* blog.cssa??A?a?aA?g */
.mt_wds {
	background-image: url(/mt_imgs/dot_bk6t.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	color: #666;
	overflow: hidden;
	zoom: 1;
}

.m_menu_t {
	width: 226px !important;
}

.m_menu {
	margin-bottom: 20px;
	width: 226px !important;
}

.fleft {
	float: left;
}

.date {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	font-weight: normal;
}

.paging ul {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #fff;
	text-align: center;
}

.paging li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

.paging li span.current,
.paging li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #f8edd4;
	text-decoration: none;
	vertical-align: middle;
	border-color: #a07424;
}

.paging li a:hover {
	color: #000;
	background: #e5d48e;
	border-color: #a07424;
}

.searchBox {
	margin-top: 10px;
	margin-bottom: 30px;
}

.linkList li {
	margin-bottom: 5px;
}

/*  /recruit/doctor.php  */
#recruitDoctor #main {
	padding-right: 15px;
	width: 625px;
	height: auto;
	border: 0px #666666 solid;
	float: right;
	overflow: hidden;
}

/*  /futae/index.php  */
table .double {
	height: 25px;
}

table .double td {
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 100;
}

/*  /nurse.html  */
.nurseBnBox {
	position: relative;
}

.nurseRecruitBn {
	position: absolute;
	bottom: -59px;
	right: 26px;
	display: inline-block;
}

/* #index_english.html */
#index_english .mainVisual {
	position: relative;
}

#index_english .mainVisual .bn {
	position: absolute;
	top: 262px;
	left: 10px;
}

#index_english #header_txt01 {
	color: #777;
	font-size: 11px;
	margin-left: 11px;
	margin-top: 10px;
	overflow: hidden;
}

#index_english #hd_home01 {
	width: 700;
	margin-bottom: 2px;
	float: left;
}

#index_english #hd_sitemap01 {
	width: 150px;
	margin-bottom: 2px;
	padding-right: 0px;
	float: right;
	text-align: right;
	display: inline;
}

/* #index_ru.html */
#index_ru .bn {
	position: relative;
}

#index_ru .bn a {
	display: inline-block;
	position: absolute;
	top: -136px;
	left: 10px;
}

/* TOP */
#main #top-banner .rizeBn {
	padding: 15px 0;
	background: #FCF7E9;
}

#main #top-banner .rizeBn p {
	margin-bottom: 8px;
	font-size: 17px;
	color: #333;
	text-align: center;
}

#main #top-banner .rizeBn .bnWoman {
	margin-left: 55px;
	float: left;
}

#main #top-banner .rizeBn .bnMan {
	margin-right: 65px;
	float: right;
}

#main #top-banner .rizeBn .bnWoman:hover,
#main #top-banner .rizeBn .bnMan:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#main #top-banner .rizeBn .bnTxt {
	padding-top: 10px;
	font-size: 13px;
	clear: both;
	text-align: center;
}

/* ?�???^?C?? */
#main .case {
	margin-top: 70px;
}

#main .case .photo {
	margin: 0 auto 15px;
	display: block;
}

#main .case .caseBox {
	background: #F8F3E0;
	width: 560px;
	margin: 0 auto 15px;
	padding: 15px 20px;
}

#main .case .caseBox p.ttl {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

#main .case .caseBox dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 15em;
}

#main .case .caseBox dd {
	padding-left: 15em;
	padding-bottom: 3px;
}

#main .case .photo {
	margin: 0 auto 15px;
	display: block;
}

#main .case .caseTtl {
	color: #663300;
}

#main .case p {
	margin: auto;
	width: 600px;
}

#main .case p span {
	margin-right: 1em;
	color: #0177A9;
}

/* bnBox */
.bnBox {
	text-align: center;
}

.bnBox a {
	display: inline-block;
}

.bnBox a:hover img {
	opacity: 0.8;
}

.bnBox01 {
	padding-bottom: 35px;
}

/* index_engrish.html */
#index_english #leftside a {
	margin-bottom: 10px;
	display: inline-block;
}

#index_english #leftside .enBanner {
	margin-bottom: 10px;
}

/* サーマクール・医療レーザー脱毛キャンペ�?�ン 印刷ボタン*/
.mPrintBtn {
	padding: 0 3px;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,dddddd+100 */
	background: #f7f7f7;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7f7f7 0%, #dddddd 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #333;
	text-decoration: none !important;
	border: 1px solid #a2a2a2;
	cursor: pointer;
	font-family: MS PGothic;
}

.mPrintBtn02 {
	width: 190px;
}

.mPrintBtn:link {
	color: #333;
	text-decoration: none;
}

.mPrintBtn:hover {
	border: 1px solid #838383;
}

/*iwaki.html */
body.iwaki .mainVisual {
	position: relative;
}

body.iwaki .ban01 {
	display: block;
	position: absolute;
	top: 132px;
	right: 8px;
}

body.iwaki .ban01:hover img {
	visibility: hidden;
}

body.iwaki .ban01:hover {
	display: block;
	background: url(/img/transfer_bn01_over.png);
}

body.iwaki #map span {
	margin-top: 17px;
	display: block;
}

/*TOPバナー*/
.rankingBn {
	margin-bottom: 20px;
}

/*thermacool*/
#main .chipBox .chip {
	float: left;
	width: 360px;
}

#main .chipBox .ninteiImg {
	text-align: center;
}

/*bodytherma*/
#main .bodythermaChip {
	width: 613px;
	text-align: center;
}

#main .bodythermaChip img {
	vertical-align: top;
}

#main .bodythermaChip img:first-child {
	margin: 40px 60px 0 0;
}

/*hyaluron botox table*/
table td.circleSize {
	font-size: 14px;
	font-family: Osaka, "?��?�� ?��ゴシ�?ク", "MS PGothic", Sans-Serif;
}

.noteTxt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 36px;
}

/* �?例ドクター吹き�?��? */

/*------------------------------------------------------------
	術式テーブル、術式詳細�?ーブル
------------------------------------------------------------*/
/*------------------------------------------------------------
	術式テーブル、術式詳細テーブル
------------------------------------------------------------*/
/*------------------------------------------------------------
	top banner
------------------------------------------------------------*/
#top-banner .bannerBox02 .bannerList {
	width: 620px;
	margin: 15px auto 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top-banner .bannerBox02 .bannerList li a {
	width: 295px;
}

#top-banner .bannerBox02 .bannerList li a img {
	width: 100%;
}

div.topcontentsinner>ul.doctorUl {}

div.topcontentsinner>ul.doctorUl li {
	display: flex;
	margin-bottom: 30px;
}

div.topcontentsinner>ul.doctorUl li>div {
	width: 300px;
	margin-right: 10px;
}

div.topcontentsinner>ul.doctorUl li>div:nth-child(2) {
	width: 300px;
	margin-right: 0;
}

div.topcontentsinner>ul.doctorUl li>div>p {
	margin-bottom: 10px;
}

/*�A�R�[�f�B�I��*/
#main .acd {
	display: block;
}

#main .acdWrap {}

#main #acdTrg,
#main #closeBtn {
	text-align: right;
	padding-top: 5px;
}

#main #acdTrg a,
#main #closeBtn a {}

#main .acdBody dl {}

#main .acdHead dt,
#main .acdBody dt {}

#main .place {
	min-height: 327px;
}

#main .place .line {
	width: 420px;
}

/* フッター */
#footer {
	clear: both;
	color: #000;
	text-align: left;
	margin-bottom: 30px;
	padding-top: 20px;
}

#footer a {
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: block;
}

#footer a:visited {
	color: #551a8b;
}

#footer>.inner {
	display: none;
}

#footer>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 0 20px 0;
}


#footer>ul li:first-child {
	width: 100%;
}

#footer>ul li:nth-child(2) {
	width: 230px;
	border-right: 1px solid #cccccc;
	padding-right: 13px;
}

#footer>ul li {
	width: 180px;
	border-right: 1px solid #cccccc;
	padding-right: 15px;
}

#footer>ul li:first-child,
#footer>ul li:last-child {
	border-right: none;
	padding-right: 0;
}

#footer>ul li dl {
	padding: 0;
}

#footer>ul li:first-child dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footer>ul li dl dt {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #660000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	float: none;
	border-bottom: 1px solid #CCCCCC;
}

#footer>ul li:first-child dl dd {
	width: calc(800px / 4);
}

#footer>ul li dl dd {
	width: 100%;
	margin-bottom: 20px;
}

#footer>ul li dl dd a {
	margin-bottom: 3px;
	position: relative;
	padding-left: 10px;
}

#footer>ul li dl dd a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #CCCCCC;
}

.lineHeight {}

br {
	letter-spacing: 0;
}

/*----------- コピーライト 20190214-----------*/

.copyright {
	width: 100%;
	background: #54421e;
	/* Old browsers */
	background: -moz-linear-gradient(left, #54421e 0%, #ffffff 30%, #ffffff 70%, #54421e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #54421e 0%, #ffffff 30%, #ffffff 70%, #54421e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #54421e 0%, #ffffff 30%, #ffffff 70%, #54421e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54421e', endColorstr='#54421e', GradientType=1);
	/* IE6-9 */
}

.copyright p {
	text-align: center;
	font-size: 1.2em;
	padding: 3px 0 3px;
}

.sp {
	display: none;
}

.sp_b {
	display: none;
}

.sp_t {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

@media screen and (max-width:768px) {
	body {
		font-size: inherit;
		overflow-x: hidden;
	}

	#cvNav {
		display: none;
	}

	/*------------------------------------------------------------
	ヘッダー
	------------------------------------------------------------*/
	#sp_header {
		padding-top: 5px;
	}

	/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	#sp_header .head_item {
		padding-top: 30vw;
		margin-right: 10px;
		/* 		margin-bottom: 5px; */
		margin-left: 10px;
	}

	#sp_header .head_item a,
	#sp_header .hTel {
		display: none;
	}

	/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


	#footer .fTel,
	#sp_header .hTel {
		padding: 6px 8px 4px;
		border-bottom: 1px solid #CFCFCF;
		background: url(/sp/img/common/h_tel_bg.png) repeat-x left bottom;
		-webkit-background-size: 3px 25px;
		background-size: 3px 25px;
		color: #5E6A70;
		font-size: 0.9em;
	}

	#footer .fTel {
		border-top: 1px solid #CFCFCF;
	}

	#sp_header .hNavi li {
		float: left;
		width: 50%;
		font-size: 1.15em;
		line-height: 1.2;
		display: table;
		box-sizing: border-box;
	}

	#sp_header .hNavi li a {
		padding: 2px 4px 2px 45px;
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		text-decoration: none;
		border-bottom: 1px solid #CFCFCF;
		background: url(/sp/img/common/h_img01.png) no-repeat 10px center;
		-webkit-background-size: 18px 10px;
		background-size: 18px 10px;
	}

	#sp_header .hNavi li.f_number a {
		padding: 2px 4px;
		text-decoration: none;
		border-bottom: none;
		background: none;
		text-align: center;
		font-size: 1.1em;
	}

	.f_number {
		width: 100% !important;
		border-bottom: 1px solid #CFCFCF;
	}

	#sp_header .hNavi li.f_number a img {
		width: 20px;
		vertical-align: baseline;
		margin-right: 15px;
	}

	#sp_header .hNavi li:nth-child(1n) {
		border-left: 1px solid #CFCFCF;
	}

	#sp_header .hNavi li span {
		text-decoration: underline;
	}

	#sp_header .hNavi li .txt {
		margin-bottom: 3px;
		font-size: 0.95em;
		display: block;
		color: #5E6A70;
		text-decoration: none;
	}

	#sp_header .hNavi li .txt2 {
		margin: 0 15px 3px 0;
		font-size: 1em;
		color: #5E6A70;
		text-decoration: none;

	}

	#sp_header .hNavi li a span {
		font-size: 1.4rem;
	}

	#sp_header .hNavi li:nth-child(4) a {
		background: url(/sp/img/common/h_img02.jpg) no-repeat 10px center;
		-webkit-background-size: 19px 13px;
		background-size: 19px 13px;
	}

	#sp_header .hNavi li:nth-child(5) a {
		background: url(/sp/img/common/h_img03.jpg) no-repeat 10px center;
		-webkit-background-size: 20px 19px;
		background-size: 20px 19px;
	}

	nav.globalmenuSp .title {
		width: 100%;
		background-color: #ba8b7c;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.1;
		padding: 8px 0;
		margin-bottom: 5px;
	}

	/*------------------------------------------------------------
	グローバルナビ
	------------------------------------------------------------*/
	#gNavi {
		/* 		background: #0e4395 repeat-x left bottom; */
		-webkit-background-size: 3px 70px;
		background-size: 3px 70px;
	}

	#gNavi li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table;
		width: 25%;
		float: left;
		line-height: 1.2;
		background: #f9f3e5;
		background: -moz-linear-gradient(top, #f9f3e5 0%, #ebd272 99%);
		background: -webkit-linear-gradient(top, #f9f3e5 0%, #ebd272 99%);
		background: linear-gradient(to bottom, #f9f3e5 0%, #ebd272 99%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f3e5', endColorstr='#ebd272', GradientType=0);
	}

	#gNavi li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 6px 0;
		display: table-cell;
		text-align: center;
		font-size: 1.2em;
		/* 		color: #603813; */
		color: #40260d;
		text-decoration: none;
		vertical-align: middle;
		border-bottom: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	#gNavi li:nth-child(4n) a {
		border-right: none;
	}

	#gNavi li:last-child a {
		border-right: none;
	}

	#gNavi li.half {
		width: 50%;
	}

	/*------------------------------------------------------------
	フッター
	------------------------------------------------------------*/
	#footer .bnr {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		display: none;
		background: #fff;
	}

	#footer .bnr ul {
		display: flex;
	}

	#footer .bnr a {
		display: block;
	}

	#footer .bnr img {
		width: 100%;
		height: auto;
	}

	#footer .bnr .bnrContactLink li {
		width: 50%;
	}

	#footer .fContactBox {
		background: #EFEDEE;
		padding: 15px 10px;
	}

	#footer .fContactImg {
		width: 90%;
		margin: 0 auto 10px;
	}

	#footer .fNavi {
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#footer .fNavi li {
		margin-top: 1.5%;
		width: 100%;
	}

	#footer .fNavi li a {
		text-decoration: none;
	}

	#footer .fNavi li a img {
		width: 100%;
	}

	#footer .fContact {
		display: flex;
		justify-content: space-between;
	}

	#footer .fContact li {
		width: 49%;
	}

	#footer .fContact img {
		width: 100%;
	}

	#footer .subBox {
		margin: 15px;
	}

	#footer .fTtl {
		padding: 8px 15px;
		font-size: 1.3em;
		font-weight: bold;
		color: #2F3E46;
		border-bottom: 1px solid #CFCFCF;
		border-top: 1px solid #CFCFCF;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbe8c0+0,dfd3b7+100 */
		background: #fbe8c0;
		/* Old browsers */
		background: -moz-linear-gradient(top, #fbe8c0 0%, #dfd3b7 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, #fbe8c0 0%, #dfd3b7 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #fbe8c0 0%, #dfd3b7 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe8c0', endColorstr='#dfd3b7', GradientType=0);
		/* IE6-9 */
	}

	#footer .fLinkUl {
		margin: 15px 15px 30px;
	}

	#footer .fLinkUl li:not(:first-child) {
		margin-top: 15px;
	}

	#footer .fLinkUl li img {
		width: 100%;
		height: auto;
	}

	#footer .fBlog li:not(:last-child) {
		margin-bottom: 10px;
	}

	#footer .fBlog img {
		width: 100%;
		height: auto;
	}

	#footer .fInsta {
		margin: -10px auto 20px;
		background: url(/sp/img/common/f_insta_back.jpg) no-repeat;
		background-size: 300px 355px;
		text-align: right;
		width: 300px;
		height: 355px;
	}

	#footer .bn01 {
		padding-top: 18px;
		margin-right: 12px !important;
		display: inline-block;
	}

	#footer .bn02,
	#footer .bn03,
	#footer .bn04,
	#footer .bn05 {
		padding-top: 12px;
		margin-right: 12px !important;
		display: inline-block;
	}

	#footer .linkList li {
		border-bottom: 1px solid #CACACA;
		margin-bottom: 0;
	}

	#footer .linkList a {
		padding: 11px 15px;
		position: relative;
		display: block;
		font-size: 1.3em;
		word-break: break-all;
		overflow: hidden;
		zoom: 1;
	}

	#footer .linkList a img {
		position: absolute;
		top: 50%;
		left: 15px;
		margin-top: -11px;
	}

	#footer .linkList a span {
		display: block;
		padding-left: 35px;
	}

	#footer .language {
		margin-bottom: 10px;
		background: #FCEAC4 url(/sp/img/common/g_navi_bg.png) repeat-x left bottom;
		-webkit-background-size: 3px 70px;
		background-size: 3px 70px;
		overflow: hidden;
	}

	#footer .language li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table;
		width: 33.3%;
		float: left;
		font-size: 1.3em;
		line-height: 1.2;
	}

	#footer .language li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 8px;
		display: table-cell;
		text-align: center;
		color: #2F3E46;
		text-decoration: none;
		vertical-align: middle;
		border-bottom: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
	}

	#footer .language li a .icon {
		padding-right: 8px;
	}

	#footer .language li:last-child a {
		border-right: none;
	}

	#footer .hospitalList {
		font-size: 1.28em;
	}

	#footer .hospitalList img {
		width: 100%;
	}

	#footer .hospitalList a {
		margin-top: 5px display: inline-block;
		text-decoration: underline;
	}

	#footer .hospitalList {
		padding: 15px 15px 5px;
		max-width: 384px;
		margin: auto;
	}

	#footer .hospital:not(:last-child) {
		margin-bottom: 15px;
	}

	#footer .hospitalInner {
		display: flex;
		margin-bottom: 10px;
	}

	#footer .hospitalImg {
		height: 83px;
		margin-right: 10px;
	}

	#footer .hospitalImg img {
		width: auto;
		height: 100%;
	}

	#footer .hospitalTtl {
		font-size: 1.4em;
		font-weight: bold;
		vertical-align: middle;
		margin-right: 5px;
		display: inline-block;
	}

	#footer .hospitalTag {
		display: inline-flex;
		vertical-align: middle;
	}

	#footer .hospitalTag li {
		font-size: 0.781em;
		font-weight: bold;
		color: #fff;
		padding: 1px 3px;
		border-radius: 2px;
	}

	#footer .hospitalTag li:not(:last-child) {
		margin-right: 4px;
	}

	#footer .hospitalTag li.tagBlue {
		background: #56B9FB
	}

	#footer .hospitalTag li.tagPink {
		background: #FF8FAB
	}

	#footer .hospitalLink {
		display: flex;
	}

	#footer .hospitalLink li:not(:last-child) {
		margin-right: 5px;
	}

	#footer .pageTop {
		margin: 0 15px 20px;
		text-align: right;
	}

	.copyright {
		/* 		padding-bottom: 120px; */
		font-size: 5px;
		background: url(/sp/img/common/copyright_bg.jpg) no-repeat center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

	.copyright img {
		vertical-align: bottom;
	}

	/*------------------------------------------------------------
		common
	------------------------------------------------------------*/
	#main p ,
	#main figcaption {
		/*margin-bottom: 1.5em;*/
		font-size: 1.3rem;
		line-height: 1.6;
		color: #2F3E46;
	}

	#main dl {
		color: #2F3E46;
	}

	#main .txtRed {
		color: #FF0000;
	}

	#main .link {
		line-height: 1.4;
	}

	#main .bgLink {
		padding: 10px;
		line-height: 1.4;
		background-color: #FFECFF;
	}

	#main .linkList02 {
		margin-bottom: 15px;
		font-size: 1.3em;
		line-height: 1.4;
		padding: 20px 15px;
	}

	#main .linkList02 li {
		margin-bottom: 15px;
	}

	#main .color01 {
		color: #663300;
		font-weight: bold;
		margin-bottom: 5px !important;
	}

	#main .color02 {
		color: #0177A9;
	}

	#main .color03 {
		display: block;
		font-size: 13px;
		color: #671334;
		font-weight: bold;
	}

	#main .subBox {
		margin: 15px;
	}

	/*------------------------------------------------------------
		acdBtn/acd
	------------------------------------------------------------*/
	/*------------------------------------------------------------
	アコーディオンメニューのborder
	------------------------------------------------------------*/
	#main .bt {
		border-top: 1px solid #CFCFCF !important;
	}

	#main .btn {
		border-top: none !important;
	}

	.bbn {
		border-bottom: none !important;
	}

	/*------------------------------------------------------------
		textList
	------------------------------------------------------------*/
	#main .textList {
		margin-bottom: 5px;
		margin-left: 3px;
	}

	#main .textList li {
		padding-left: 10px;
		font-size: 1.3em;
		line-height: 1.8;
		color: #463825;
		background: url(/sp/img/common/icon01.png) no-repeat left 8px;
		-webkit-background-size: 3px 3px;
		background-size: 3px 3px;
	}

	/*------------------------------------------------------------
		menuBox
	------------------------------------------------------------*/
	.menuBox {
		margin-bottom: 25px;
	}

	.menuBox .comTitle {
		padding: 10px 15px 8px;
		margin-bottom: 0 !important;
		border-top: 7px solid #493A27;
		color: #483926;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 1.2;
	}

	.menuBox .qaDl {
		border-bottom: 1px solid #CACACA;
	}

	.menuBox .qaDl dt {
		padding: 10px 14px 11px;
		border-top: 1px solid #CACACA;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6daae+0,fdfef8+100 */
		background: #e6daae;
		/* Old browsers */
		background: -moz-linear-gradient(top, #e6daae 0%, #fdfef8 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, #e6daae 0%, #fdfef8 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #e6daae 0%, #fdfef8 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6daae', endColorstr='#fdfef8', GradientType=0);
		/* IE6-9 */
		color: #27373F;
		font-size: 1.4em;
		font-weight: bold;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.menuBox .qaDl dt img {}

	.menuBox .qaDl dt span {
		display: inline-block;
		padding-left: 20px;
		font-weight: bold;
		font-size: 15px;
	}

	.menuBox .qaDl dt.on {
		/*background: #EAEAEA url(/sp/img/common/icon05.png) no-repeat 95% center;*/
		background: #EAEAEA;
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
	}

	.menuBox .qaDl dt span {
		vertical-align: middle;
	}

	.menuBox .qaDl dd {
		display: block;
		border-top: 1px solid #CACACA;
		background-color: #faf9ef;
	}

	.menuBox .qaDl dt.on {
		/*background: #EAEAEA url(/sp/img/common/icon04.png) no-repeat 95% center;*/
		background: #EAEAEA;
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
	}

	.menuBox .qaDl dd ul li {
		font-size: 1.3em;
		line-height: 1.4;
		border-top: 1px solid #CACACA;
	}

	.menuBox .qaDl dd ul li:first-child {
		border: none;
	}

	.menuBox .qaDl dd ul li a {
		padding: 12px 15px;
		display: block;
	}

	.menuBox .menuLink {
		padding: 10px 15px 0;
		text-align: center;
	}

	.menuBox .noteTxt {
		padding: 15px 15px 0;
		margin-bottom: 0 !important;
		display: block;
		font-size: 1.3em;
		font-weight: bold;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 15px;
		display: table;
		width: 100%;
		height: 40px;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 1.2;
		background: #fff url(/sp/img/common/h_tel_bg.png) repeat-x left bottom;
		-webkit-background-size: 5px 46px;
		background-size: 5px 46px;
		border-top: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
	}

	#main .headLine01 span {
		text-align: left;
		padding: 7px 15px 5px;
		display: table-cell;
		color: #2D3E46;
		vertical-align: middle;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin: 5px 0 10px;
		color: #660000;
		font-size: 1.3em;
		font-weight: normal;
	}

	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	#main .headLine03 {
		margin: 15px 0 10px;
		color: #0077A9;
		font-size: 1.3em;
		line-height: 1.6;
		font-weight: normal;
	}

	/*------------------------------------------------------------
		headLine04
	------------------------------------------------------------*/
	#main .headLine04 {
		margin: 0 15px 20px;
		padding-bottom: 20px;
		background: url(/sp/img/common/line01.jpg) no-repeat center bottom;
		-webkit-background-size: 100% 2px;
		background-size: 100% 2px;
	}

	#main .subBox .headLine04 {
		margin: 0 0 20px 0 !important;
	}

	/*------------------------------------------------------------
		headLine05
	------------------------------------------------------------*/
	#main .headLine05 {
		margin-bottom: 8px;
	}

	/*------------------------------------------------------------
		headLine06
	------------------------------------------------------------*/
	#main .headLine06 {
		margin-bottom: 10px;
	}

	/*------------------------------------------------------------
		headLine07
	------------------------------------------------------------*/
	#main .headLine07 {
		padding: 0 0 5px 28px;
		font-size: 1.3em;
		font-weight: normal;
		background: url(/sp/img/common/icon12.jpg) no-repeat left top;
		-webkit-background-size: 21px 13px;
		background-size: 21px 13px;
	}

	/*------------------------------------------------------------
		subBox
	------------------------------------------------------------*/
	/*#main .subBox {
		margin: 0 13px;
	}*/
	#main .subBox p {
		margin-bottom: 20px;
		font-size: 1.3em;
		line-height: 1.8;
	}

	#main .subBox p:last-child {
		margin-bottom: 0;
	}

	#main .subBox .txt01 {
		margin-bottom: 10px;
	}

	#main .subBox .link {
		line-height: 1.4;
	}

	#main .subBox .bgLink {
		padding: 10px;
		line-height: 1.4;
		background-color: #FFECFF;
	}

	/*------------------------------------------------------------
		comNote
	------------------------------------------------------------*/
	#main .comNote {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 1.3em;
		background: url(/sp/img/common/line01.jpg) no-repeat center bottom;
		-webkit-background-size: 100% 2px;
		background-size: 100% 2px;
	}

	#main .subBox .comNote {
		font-size: 1.1em;
	}

	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	#main .comTable {
		width: 100%;
		border-collapse: collapse;
	}

	#main .comTable th,
	#main .comTable td {
		padding: 0.6em 0.2em;
		text-align: left;
		vertical-align: middle;
		border: solid 1px #ccc;
		line-height: 1.2;
		color: #2F3E46;
	}

	#main .comTable th {
		text-align: center;
		background-color: #F6F5ED;
	}

	#main .comTable .red {
		color: #F00;
	}

	#main .comTable .center {
		text-align: center;
	}

	#main .comTable .txt {
		float: right;
		text-align: right;
	}

	#main .comTable .width25 {
		width: 25%;
	}

	#main .comTable .width33 {
		width: 33%;
	}

	/*------------------------------------------------------------
		lineBox
	------------------------------------------------------------*/
	#main .lineBox {
		margin: 0 10px 18px;
	}

	#main .lineBox img {
		display: block;
	}

	#main .red {
		color: #F00;
	}

	/*------------------------------------------------------------
		linkSec
	------------------------------------------------------------*/
	#main .linkSec {
		margin-bottom: 25px;
		position: relative;
	}

	#main .linkSec ul {
		position: absolute;
		top: 0;
		left: 0;
		padding: 6% 5% 0 36%;
	}

	#main .linkSec li {
		margin-bottom: 15px;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.1em;
		line-height: 1.2;
	}

	#main .linkSec li:last-child {
		margin-bottom: 0;
	}

	/*------------------------------------------------------------
		comLinkUl
	------------------------------------------------------------*/
	#main .comLinkUl {
		margin: 15px 15px 25px;
	}

	#main .comLinkUl li {
		margin-top: 15px;
		text-align: center;
	}

	#main .comLinkUl li:first-child {
		margin: 0;
	}

	/*------------------------------------------------------------
		comLinkUl01
	------------------------------------------------------------*/
	#main .comLinkUl01 li {
		margin-top: 12px;
	}

	/*------------------------------------------------------------
		comLinkUl02
	------------------------------------------------------------*/
	#main .comLinkUl02 {
		margin: 15px 15px 25px;
	}

	#main .comLinkUl02 li:first-child {
		margin-bottom: 15px;
	}

	#main .comLinkUl02 a {
		margin-bottom: 10px;
		display: block;
	}

	#main .comLinkUl02 a img {
		width: 100%;
		height: auto;
	}

	#main .comLinkUl02 dl {
		font-size: 1.3em;
		display: flex;
		padding: 0 10px;
	}

	#main .comLinkUl02 dt {
		width: 50px;
		position: relative;
		padding-left: 10px;
	}

	#main .comLinkUl02 dt:before {
		content: "";
		position: absolute;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #000;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#main .comLinkUl02 dd:nth-child(2) {
		width: 150px;
	}

	#main .comLinkUl02 dd:nth-child(3) {
		color: #FF0000;
	}

	/*------------------------------------------------------------
		comPhoto
	------------------------------------------------------------*/
	#main .comPhoto {
		margin: 10px 0;
		text-align: center;
	}

	#main .comPhoto01 img {
		border: 1px solid #ddd;
	}

	/*------------------------------------------------------------
		comBan
	------------------------------------------------------------*/
	#main .comBan {
		margin: 10px 15px;
		text-align: center;
	}

	/*------------------------------------------------------------
		more
	------------------------------------------------------------*/
	#main .more {
		padding-right: 20px;
		padding-left: 15px;
		margin-bottom: 15px;
	}

	#main .more a {
		margin-top: 15px;
		display: inline-block;
		font-size: 1.3em;
		line-height: 1.4;
	}

	/*------------------------------------------------------------
		link
	------------------------------------------------------------*/
	#main .caption {
		margin: 0 auto;
	}

	#main .comLinkList {
		border-top: 1px solid #CFCFCF;
	}

	#main .comLinkList li {
		width: 33.3%;
		display: table;
		float: left;
		font-size: 1.15em;
	}

	#main .comLinkList li:nth-child(3n+1) {
		width: 33.4%;
	}

	#main .comLinkList li:nth-child(3n+1) a {
		border-left: none;
	}

	#main .comLinkList li a {
		padding: 7px 0 6px;
		display: table-cell;
		color: #731919;
		font-size: 0.9em;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		line-height: 1.2;
		border-bottom: 1px solid #CFCFCF;
		border-left: 1px solid #CFCFCF;
		background: -moz-linear-gradient(top, #FFF 0%, #E9E9E9);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E9E9E9));
	}

	/*------------------------------------------------------------
		comTtl
	------------------------------------------------------------*/
	#main .comTtl {
		margin: 0 -13px 10px;
		padding: 5px 15px;
		color: #993333;
		border-bottom: 1px solid #CCC;
		background-color: #FFCCCC;
	}

	#main .borderNone {
		border-top: none !important;
	}

	#main .bbn {
		border-bottom: none !important;
	}

	/*------------------------------------------------------------
		caseBox
	------------------------------------------------------------*/
	#main .caseBox {
		background: #F8F3E0;
		margin: 0 auto 15px;
		padding: 10px 15px;
	}

	#main .caseBox .ttl {
		font-size: 1.5em !important;
		font-weight: bold;
		margin-bottom: 0;
	}

	#main .caseBox dt,
	#main .caseBox dd {
		font-size: 1.3em;
	}

	#main .caseBox dt {
		font-weight: bold;
		margin-top: 8px;
	}

	/*------------------------------------------------------------
	インタビュー、ブログバナー
	------------------------------------------------------------*/
	#main .bnTxt {
		margin-bottom: 5px;
	}

	/*------------------------------------------------------------
	インタビューバナー
	------------------------------------------------------------*/
	#main .intBanner {
		text-align: center;
	}

	#main .intBanner img {
		padding: 0 !important;
		float: none !important;
		border: none;
	}

	#main .intBanner a {
		display: inline-block;
	}

	#main .intBanner p {
		margin-bottom: 5px;
		text-align: center;
	}

	#main .intBanner .txt {
		margin-top: 10px;
	}

	/*------------------------------------------------------------
		entryBtn
	------------------------------------------------------------*/
	.entryBtn {
		padding-top: 15px;
		text-align: center;
	}

	/*------------------------------------------------------------
		rizeLinkBox
	------------------------------------------------------------*/
	.rizeLinkBox {
		margin-bottom: 15px;
		text-align: center;
	}

	.rizeLinkBox a {
		display: inline-block;
	}

	.rizeLinkBox a:first-child {
		margin-right: 10px;
	}

	#main .rizeTxt01 {
		margin: 0 15px 10px;
		color: #FF0000;
	}

	#main .rizeTxt02 {
		margin: 10px 15px 5px;
	}

	#main .rizeTxt03 {
		margin: 0 15px 0;
	}

	#main .rizeLinkBox01 {
		margin: 0 13px;
		text-align: center;
	}

	/*------------------------------------------------------------
	対策ページ用ブログバナー
	------------------------------------------------------------*/
	#main .blogBn {
		margin: 25px 30px 25px;
	}

	#main .blogBn li {
		margin-bottom: 10px;
		width: 100%;
	}

	#main .blogBn li.interview {
		margin-bottom: 30px;
	}

	#main .blogBn li.mb25 {
		margin-bottom: 25px;
	}

	/*------------------------------------------------------------
	口コミバナー
	------------------------------------------------------------*/
	.rankingBn {
		margin: 0 15px 10px;
		text-align: center;
	}

	/*------------------------------------------------------------
	症例コメント
	------------------------------------------------------------*/
	/*------------------------------------------------------------
	術式テーブル、術式詳細テーブル
	------------------------------------------------------------*/
	.table_futae_sp {
		width: 100%;
		border-collapse: collapse;
		margin: 0 0 30px;
	}

	.table_futae_sp th,
	.table_futae_sp td {
		border: 1px solid #ccc;
		padding: 10px 0 10px 10px;
		font-size: 14px;
	}

	.w50 {
		width: 50%;
	}

	.w100 {
		width: 100%;
	}

	.table_futae_sp th {
		background: #fdf8ec;
		color: #731919;
	}

	.bottom_line_no {
		border-bottom: none !important;
	}

	.left_line_no {
		border-left: none !important;
	}

	.right_line_no {
		border-right: none !important;
	}

	/*------------------------------------------------------------
	術式テーブル、術式詳細テーブル
	------------------------------------------------------------*/
	/*#main .fs15 {
		font-size: 15px;
	}*/
	#mainImage {
		margin-bottom: 20px;
	}

	#main .textImg {
		margin: 0 15px 20px;
		text-align: center;
	}

	#main .bnList {
		padding: 0 15px;
		width: 100%;
		text-align: center;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main .bnList li {
		width: 50%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main .bnList li:first-child {
		padding-right: 7px;
	}

	#main .bnList li:nth-child(2) {
		padding-left: 7px;
	}

	#main .photoUl {
		margin: 0 12px 7px 25px;
	}

	#main .photoUl li {
		margin-right: 2%;
		float: left;
		width: 49%;
		text-align: center;
		line-height: 1.2;
		font-size: 1.2em;
	}

	#main .photoUl li:nth-child(2n) {
		margin: 0;
	}

	#main .photoUl li img {
		margin-bottom: 2px;
	}

	#main .acd p {
		margin-bottom: 5px;
		font-size: 1.3em;
		line-height: 1.8;
	}

	#main li.comPhoto {
		margin-top: 10px;
		margin-bottom: 0;
	}

	#main li.comPhoto.banner {
		margin: 15px 0 0 0;
		width: 50%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main li.comPhoto.banner:nth-child(odd) {
		padding-right: 7px;
	}

	#main li.comPhoto.banner:nth-child(even) {
		padding-left: 7px;
	}

	#main .comPhoto .caption {
		font-size: 1.2em;
		line-height: 1.2;
		padding-top: 10px;
	}

	#main .comPhoto img {
		width: 100%;
		height: auto;
	}

	#main .comPhoto.original img {
		width: auto;
	}

	#main .acd .comLinkUl {
		margin: 0 20px;
	}

	#main .comLinkBox01 {
		padding-bottom: 20px;
	}

	#main .acd {
		display: block;
	}

	#main .acd .subBox p {
		font-size: 1.28em;
	}

	#main .news h2 {
		border-top: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF !important;
	}

	/* h1 移行 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	#main .news h1 {
		border-top: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF !important;
	}

	/* h1 移行 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	#main .news .acd {
		border-bottom: none;
	}

	#main .rizeLink {
		margin: 10px 15px 15px;
		padding: 10px 0;
		background: #FCF7E9;
	}

	#main .rizeLink p {
		margin-bottom: 5px;
		font-size: 1.2rem;
		color: #212121;
		text-align: center;
	}

	#main .rizeLink ul {
		text-align: center;
	}

	#main .rizeLink ul li:first-child {
		margin-right: 2px;
		display: inline-block;
	}

	#main .rizeLink ul li:last-child {
		margin-left: 2px;
		display: inline-block;
	}

	#main .rizeLink ul li:first-child img,
	#main .rizeLink ul li:last-child img {
		height: 66px;
	}

	#main .rizeLink .bnTxt {
		margin: 10px 10px 0;
		text-align: left;
	}

	#main .textList {
		margin-bottom: 20px;
	}

	#main .textList li {
		padding-left: 15px;
		background: url(/sp/img/index_renewal/check01.png) no-repeat left 5px;
		background-size: 11px 10px;
	}

	#main .btn01 {
		display: block;
		text-decoration: none;
		text-align: center;
		margin: 20px 0;
	}

	#main .btn01 img {
		width: 100%;
		height: auto;
	}

	#main .acdWrap {
		padding: 15px;
		border: 1px solid #ccc;
	}

	#main #acdTrg,
	#main #closeBtn {
		text-align: right;
		padding-top: 5px;
	}

	#main #acdTrg a,
	#main #closeBtn a {
		font-size: 1.6em;
	}

	#main .acdHead dl {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px dotted #CFCFCF;
	}

	#main .acdBody dl {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px dotted #CFCFCF;
	}

	#main .acdHead dt,
	#main .acdBody dt {
		font-size: 1.28em;
	}

	/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	#header .head_item {
		padding-top: 32%;
	}

	#header .head_item a {
		display: none;
	}

	/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	#header .hTel {
		display: none;
	}

	/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.sphd_menu .head_item {
		width: 78%;
		padding: 5px 0 0 5px;
		box-sizing: border-box;
	}

	/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	.sphd_menu .hTel {
		padding: 6px 8px 8px;
		border-bottom: 1px solid #CFCFCF;
		/* 		background: url(/sp/img/common/h_tel_bg.png) repeat-x left bottom; */
		-webkit-background-size: 3px 25px;
		background-size: 3px 25px;
		color: #5E6A70;
		font-size: 0.9em;
		text-align: left;
		background: linear-gradient(to bottom, #FFF, #FFF 90%, #eee);
	}

	.sphd_menu {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 9999;
		padding-bottom: 20px;
		background: -moz-linear-gradient(top, #FFF, #FFF 90%, #eee);
		background: -webkit-linear-gradient(top, #FFF, #FFF 90%, #eee);
		background: linear-gradient(to bottom, #FFF, #FFF 90%, #eee);
	}

	.sphd_menu a {
		color: #000;
		text-decoration: none;
	}

	.sphd_menu .cl_list {
		text-align: center;
		display: block;
		width: 52px;
		height: 52px;
		position: absolute;
		right: 11px;
		top: 5px;
		z-index: 10000;
		background-color: #f1e8e5;
		padding: 1px 0 0 0;
		box-sizing: border-box;
	}

	/*
	.sphd_menu .cl_list i {
		font-size: 28px;
		color: #ba8b7c;
		margin-bottom: 3px;
	}

*/
	.sphd_menu .cl_list_icon {
		display: block;
		width: 31px;
		margin: 0 auto 3px;
	}

	.sphd_menu .cl_list>span {
		display: block;
		font-size: 8px;
		line-height: 1.1;
	}

	/* .nosc{
			height: 100%;
			overflow: hidden;
		} */
	nav.globalmenuSp {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		background: #ffffff;
		text-align: center;
		transform: translateY(-200%);
		transition: all 0.4s;
		width: 100%;
		height: 100%;
		padding: 5px 0 0 0;
		box-sizing: border-box;
	}

	nav.globalmenuSp>div {
		width: 100%;
		height: 100%;
		padding: 0 5px 180px;
		box-sizing: border-box;
		background: #eee;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}

	nav.globalmenuSp .menuBox .noteTxt,
	nav.globalmenuSp .menuBox .menuLink {
		display: none;
	}

	nav.globalmenuSp h4 {
		width: 100%;
		background-color: #ba8b7c;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		padding: 8px 0;
		margin-bottom: 5px;
	}

	nav.globalmenuSp .sp_menu {
		background: #fff;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}

	nav.globalmenuSp .sp_menu>li {
		font-weight: 600;
		padding: 0;
		width: 50%;
		border: 0.5px solid #eee;
		box-sizing: border-box;
	}

	nav.globalmenuSp .sp_menu>li>a {
		display: block;
		text-align: left;
		font-size: 12px;
		padding: 10px 0 10px 8px;
		box-sizing: border-box;
	}

	nav.globalmenuSp .sp_menu>li>a i {
		font-size: 15px;
		color: #ba8b7c;
		margin-right: 5px;
		display: none;
	}

	nav.globalmenuSp .sp_menu>li>a>.sp_menu_icon {
		height: 15px;
		margin-right: 5px;
	}


	nav.globalmenuSp.active {
		transform: translateY(0%);
	}

	nav.globalmenuSp .menuBox {
		background-color: #fff;
	}

	nav.globalmenuSp .menuBox a {
		text-align: left;
	}

	.navtoggle {
		display: block;
		position: absolute;
		right: 11px;
		top: 60px;
		width: 52px;
		height: 52px;
		cursor: pointer;
		z-index: 10000;
		text-align: center;
		background-color: #f1e8e5;
	}

	.navtoggle>span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 3px #ba8b7c;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 0;
		right: 0;
		margin: auto;
	}

	.navtoggle>span:nth-child(1) {
		top: 7px;
	}

	.navtoggle>span:nth-child(2) {
		top: 16px;
	}

	.navtoggle>span:nth-child(3) {
		top: 25px;
	}

	.navtoggle>span:nth-child(4) {
		width: 100%;
		border: none;
		top: 34px;
		text-align: center;
	}

	.navtoggle.active>span:nth-child(1) {
		top: 18px;
		left: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navtoggle.active>span:nth-child(2),
	.navtoggle.active>span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	nav.globalmenuSp .fContactBox {
		background: #EFEDEE;
		padding: 15px 10px;
	}

	nav.globalmenuSp .fContactImg {
		width: 90%;
		margin: 0 auto 10px;
	}

	nav.globalmenuSp .fNavi {
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	nav.globalmenuSp .fNavi li {
		margin-top: 1.5%;
		width: 100%;
	}

	nav.globalmenuSp .fNavi li a {
		text-decoration: none;
	}

	nav.globalmenuSp .fNavi li a img {
		width: 100%;
	}

	nav.globalmenuSp .fContact {
		display: flex;
		justify-content: space-between;
	}

	nav.globalmenuSp .fContact li {
		width: 49%;
	}

	nav.globalmenuSp .fContact img {
		width: 100%;
	}

	a.sp_close {
		width: 40%;
		margin: 5px auto 0;
		display: block;
		padding: 5px 0;
		text-align: center;
		background-color: #ba8b7c;
		color: #fff;
		font-size: 14px;
		border-radius: 5px;
	}

	#outline01 {
		width: 100%;
		border: none;
	}

	.translation {
		display: none;
	}

	/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	#header .head_item {
		float: none;
	}

	/* hタグ削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	#nav {
		display: none;
	}

	#movieArea {
		display: none;
	}

	.headLine06 {
		margin-bottom: 10px;
	}

	#main {
		text-align: left;
		width: 100%;
		padding: 0;
		margin: 0;
		float: none;
	}

	#main img {
		width: 100%;
	}

	#index h2 {
		font-size: 1.3em;
		font-weight: bold;
		font-family: sans-serif;
		display: table;
		width: 100%;
		height: 40px;
		line-height: 1.2;
		background: #fff url(/sp/img/common/h_tel_bg.png) repeat-x left bottom;
		-webkit-background-size: 5px 46px;
		background-size: 5px 46px;
		border-top: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
		margin-bottom: 15px;
	}

	#index h2 span {
		text-align: left;
		padding: 7px 15px 5px;
		display: table-cell;
		color: #2D3E46;
		vertical-align: middle;
	}

	/* h1 移行 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	#index h1 {
		font-size: 1.3em;
		font-weight: bold;
		font-family: sans-serif;
		display: table;
		width: 100%;
		height: 40px;
		line-height: 1.2;
		background: #fff url(/sp/img/common/h_tel_bg.png) repeat-x left bottom;
		-webkit-background-size: 5px 46px;
		background-size: 5px 46px;
		border-top: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
		margin-bottom: 15px;
	}

	#index h1 span {
		text-align: left;
		padding: 7px 15px 5px;
		display: table-cell;
		color: #2D3E46;
		vertical-align: middle;
	}

	/* h1 移行 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	/* h1 移行(トップページ) ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	#index .top_ttl {
		font-size: 1.3em;
		font-weight: bold;
		font-family: sans-serif;
		display: table;
		width: 100%;
		height: 40px;
		line-height: 1.2;
		background: #fff url(/sp/img/common/h_tel_bg.png) repeat-x left bottom;
		-webkit-background-size: 5px 46px;
		background-size: 5px 46px;
		border-top: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
		margin-bottom: 15px;
	}

	#index .top_ttl span {
		text-align: left;
		padding: 7px 15px 5px;
		display: table-cell;
		color: #2D3E46;
		vertical-align: middle;
	}

	/* h1 移行 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	#top-banner {
		width: 100%;
	}

	#top-banner ul li {
		margin: 0;
		float: none;
	}

	.textImg {
		display: block;
		margin: 0 15px 20px;
		text-align: center;
	}

	#top-banner ul.bannerBox {
		font-size: 1.3rem;
		margin: 0 0 10px;
		width: 100%;
		display: block;
	}

	#top-banner ul.bannerBox li {
		margin: 0 15px 15px;
	}

	#top-banner ul.bannerBox dd:nth-child(2) {
		width: 150px;
	}

	#top-banner ul.bannerBox dl {
		font-size: 1.3rem;
	}

	#top-banner .bannerBox02 .bannerList {
		width: 100%;
		display: block;
		margin: 0;
	}

	#main li.comPhoto:first-child {
		margin: 0 !important;
	}

	#top-banner .bannerBox02 .bannerList li a {
		width: 100%;
	}

	.w50 li {
		width: 100%;
		float: none;
	}

	.w50 li:nth-child(2n) {
		float: none;
	}

	/*bannerBox*/
	.bannerBox {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.bannerBox li {
		margin-bottom: 15px;
	}

	.bannerBox li:nth-child(2) {
		margin-bottom: 15px;
	}

	.bannerBox li dl {
		font-size: 1.3rem;
	}

	.bannerBox dt {
		width: 4em;
	}

	.bannerBox dd:nth-child(2) {
		width: 12em;
	}

	.bannerBox_nakamura {
		width: calc(100% - 30px);
		margin: 0 15px;
		display: block;
	}

	.bannerBox_nakamura a {
		width: 100%;
	}

	.bannerBox_nakamura li {
		margin-bottom: 15px;
	}

	.bannerBox_nakamura li:nth-child(2) {
		margin-bottom: 5px;
	}

	.bannerBox_nakamura dl {
		font-size: 1.3rem;
	}

	.bannerBox_nakamura dt {
		width: 4em;
	}

	.bannerBox_nakamura dd:nth-child(2) {
		width: 12em;
	}

	/*bannerList*/
	.bannerList {
		width: calc(100% - 30px);
		margin: 0 auto 15px;
	}

	/*anshinArea*/
	#anshinArea p {
		font-size: 1.3rem;
		line-height: 1.8;
		margin: 15px 15px 20px;
	}

	#anshinArea ul {
		margin: 0 15px;
	}

	#anshinArea li {
		font-size: 1.3rem;
		line-height: 1.8;
		background: url(/sp/img/index_renewal/check01.png) no-repeat left 5px;
		background-size: 11px 10px;
		padding-left: 15px;
		margin-left: 3px;
	}

	#anshinArea li:before {
		content: "";
	}

	#anshinArea a img {
		width: 100%;
		margin-top: 5px;
	}

	#anshinArea #ninteiisho01 {
		width: auto;
		position: static;
		display: block;
		margin: 0 auto;
	}

	/*doctorArea*/
	#doctorArea {
		width: 100%;
		margin-bottom: 0;
	}

	#doctorArea .doctorUl {
		width: calc(100% - 30px);
		margin-bottom: 10px;
	}

	#doctorArea .doctorUl img {
		margin-bottom: 10px;
	}

	div.topcontentsinner {
		padding-top: 0;
		margin: 0 15px 15px;
	}

	div.topcontentsinner>ul.doctorUl li {
		display: block;
		margin-bottom: 0;
	}

	div.topcontentsinner>ul.doctorUl li>div,
	div.topcontentsinner>ul.doctorUl li>div:nth-child(2) {
		width: 100%;
		margin-right: 0;
	}

	#doctorArea .topcontentsinner img {
		width: 100%;
		margin-bottom: 10px;
	}

	#doctorArea li p {
		line-height: 1.8;
		margin-bottom: 20px;
	}

	#doctorArea .topcontentsinner>p {
		margin-bottom: 0;
	}

	#doctorArea .bannerList img {
		margin-bottom: 0;
	}

	/*juyoArea*/
	#juyoArea p {
		line-height: 1.8;
		width: auto;
		margin: 15px 15px 20px;
	}

	#juyoArea figure {
		position: static;
		display: block;
		margin: 0 auto;
	}

	#juyoArea figure img {
		width: 100%;
		margin: 0 10px 10px 0;
	}

	#juyoArea a img {
		width: 100%;
		margin: 5px 0 0;
	}

	/*renkeiArea*/
	#renkeiArea p {
		line-height: 1.8;
		width: auto;
		margin: 15px 15px 20px;
	}

	#renkeiArea figure {
		position: static;
		display: block;
		margin: 0 auto;
	}

	#renkeiArea a img {
		width: 100%;
		margin: 5px 0 0;
	}

	/*menuArea*/
	#menuArea {
		border-top: 7px solid #493A27;
	}

	#menuArea .title {
		font-size: 1.3rem;
		font-family: sans-serif;
		padding: 10px 15px 8px;
		margin-bottom: 0;
	}

	#menuArea .title span {
		font-size: 1.3rem;
		font-family: sans-serif;
	}

	.menuBox {
		display: block;
		margin-bottom: 0;
	}

	.shinryouList {
		width: 100%;
		float: left;
		padding-bottom: 0;
		margin: 0;
	}

	.shinryouList ul {
		width: 100%;
		float: none;
		margin: 0;
	}

	.shinryouList ul li {
		font-size: 1.3rem;
		line-height: 1.4;
		border-top: 1px solid #CACACA;
		margin-bottom: 0;
	}

	.shinryouList ul li a {
		padding: 12px 15px;
		display: block;
	}

	.shinryouList>div {
		display: block;
		padding: 10px 14px 11px;
		border-top: 1px solid #CACACA;
		background: #e6daae;
		background: -moz-linear-gradient(top, #e6daae 0%, #fdfef8 100%);
		background: -webkit-linear-gradient(top, #e6daae 0%, #fdfef8 100%);
		background: linear-gradient(to bottom, #e6daae 0%, #fdfef8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6daae', endColorstr='#fdfef8', GradientType=0);
		color: #27373F;
		font-size: 1.4em;
		font-weight: bold;
		justify-content: flex-start;
		align-items: center;
	}

	.shinryouList>div img {
		width: 50px !important;
		vertical-align: middle;
	}

	.shinryouList>div span {
		vertical-align: middle;
		display: inline-block;
		padding-left: 20px;
		font-weight: bold;
		font-size: 15px;
	}

	.bgFace,
	.bgBody,
	.bgSkin,
	.bgEtc {
		background: none;
		height: auto;
		float: none;
	}

	.bgFace>p,
	.bgBody p,
	.bgSkin p,
	.bgEtc p {
		display: none;
	}

	.bgEtc li:last-child {
		border-bottom: 1px solid #CACACA;
	}

	.noteTxt {
		display: block;
		font-size: 1.3em;
		font-weight: bold;
		padding: 15px 15px 0;
		margin-bottom: 0 !important;
	}

	#topFaq {
		display: none;
	}

	.menuLink {
		display: block;
		padding: 10px 15px 0;
		text-align: center;
	}

	div.topcontentsarea {
		width: 100%;
		border: none;
	}

	div.topcontentsinner dl {
		border-top: none !important;
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	div.topcontentsinner dt {
		font-size: 1.28rem;
		line-height: 1.5;
		width: 100%;
		border-top: 1px dotted #CFCFCF;
		padding-top: 15px;
		margin-top: 15px;
		margin-bottom: 0;
	}

	div.topcontentsinner dt span {
		border: none;
		padding-right: 0;
	}

	div.topcontentsinner dd {
		font-size: 1.28rem;
		line-height: 1.8;
		width: 100%;
		float: none;
		padding-left: 0;
	}

	#main #acdTrg a,
	#main #closeBtn a {
		font-size: 1.6rem !important;
	}

	.acd {
		/* 		border-bottom: 1px solid #cfcfcf !important; */
	}

	.gotop {
		display: none;
	}

	#leftside {
		width: 100%;
		float: none;
		padding-left: 0;
		margin: 15px 0 25px;
	}

	#leftside .fNavi li {
		margin: 1.5% 0 0;
	}

	.contactBox {
		display: block;
		padding: 20px 15px 15px;
	}

	.contactBox .fContactBox {
		background: #EFEDEE;
		padding: 15px 10px;
	}

	.contactBox .fContactImg {
		width: 90%;
		margin: 0 auto 10px;
	}

	.contactBox .fNavi {
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactBox .fNavi li {
		margin-top: 1.5%;
		width: 100% !important;
	}

	.contactBox .fNavi li a {
		text-decoration: none;
	}

	.contactBox .fNavi li a img {
		width: 100%;
	}

	.contactBox .fContact {
		display: flex;
		justify-content: space-between;
	}

	#leftside .contactBox .fContact li {
		width: 49%;
		margin: 0;
	}

	.contactBox .fContact img {
		width: 100%;
	}

	.contactBox .subBox {
		margin: 15px;
	}

	.fTtl {
		font-size: 1.3rem;
		font-weight: bold;
		text-align: left;
		color: #2F3E46;
		border-bottom: 1px solid #CFCFCF;
		border-top: 1px solid #CFCFCF;
		background: #fbe8c0;
		background: -moz-linear-gradient(top, #fbe8c0 0%, #dfd3b7 100%);
		background: -webkit-linear-gradient(top, #fbe8c0 0%, #dfd3b7 100%);
		background: linear-gradient(to bottom, #fbe8c0 0%, #dfd3b7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe8c0', endColorstr='#dfd3b7', GradientType=0);
		padding: 8px 15px;
		margin-bottom: 15px;
	}

	#leftside .hospitalList {
		padding: 15px 15px 5px;
		max-width: 384px;
		margin: auto;
	}

	#leftside .hospital:not(:last-child) {
		margin-bottom: 15px;
	}

	.hospitalList.sp_b>li.hospital {
		border-bottom: 1px solid #cccccc;
	}

	#leftside .hospitalInner {
		text-align: left;
		display: flex;
		margin-bottom: 10px;
	}

	#leftside .hospitalImg {
		height: 83px;
		margin-right: 10px;
	}

	#leftside .hospitalImg img {
		width: auto;
		height: 100%;
	}

	#leftside .hospitalTtl {
		font-size: 1.4rem;
		font-weight: bold;
		vertical-align: middle;
		margin-right: 5px;
		display: inline-block;
	}

	#leftside .hospitalTag {
		display: inline-flex;
		vertical-align: middle;
	}

	#leftside .hospitalTag li {
		font-size: 0.781rem;
		font-weight: bold;
		color: #fff;
		padding: 1px 3px;
		border-radius: 2px;
	}

	#leftside .hospitalTag li:not(:last-child) {
		margin-right: 4px;
	}

	#leftside .hospitalTag li.tagBlue {
		background: #56B9FB
	}

	#leftside .hospitalTag li.tagPink {
		background: #FF8FAB
	}

	#leftside .hospitalLink {
		display: flex;
	}

	#leftside .hospitalLink li {
		width: 24.95572916666667%;
	}

	#leftside .hospitalLink li:first-child {
		width: 47.484375%;
	}

	#leftside .hospitalLink li img {
		width: 100%;
	}

	#leftside .hospitalLink li:not(:last-child) {
		margin-right: 5px;
	}

	#leftside .sideBlogBn {
		width: 100%;
	}

	#leftside .sideBlogBn li p {
		display: none;
	}

	#leftside .sideBlogBn li {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	#leftside .sideBlogBn li img {
		width: 100%;
		margin-bottom: 10px;
	}

	#leftside .sideBlogBn li .bn {
		background: none !important;
	}

	#leftside .sideBlogBn li .bn:hover img {
		opacity: 1;
	}

	#leftside .sideBlogBn .instaBn {
		background: url(/sp/img/common/f_insta_back.jpg) no-repeat;
		background-size: 300px 420px;
		text-align: right;
		width: 300px;
		height: 420px;
		margin: 20px auto;
	}

	#leftside .sideBlogBn .instaBn div {
		padding-top: 12px !important;
		padding-right: 12px !important;
	}

	#leftside .sideBlogBn .instaBn div:first-child {
		padding-top: 18px !important;
	}

	#leftside .sideBlogBn .instaBn a img {
		width: 175px;
	}

	/* 八戸追加 */
	#leftside .sideBlogBn .instaBn2 {
		background: url(/sp/img/common/insta_side_back_550.jpg) no-repeat;
		background-size: 300px 550px;
		text-align: right;
		width: 300px;
		height: 550px;
		margin: 20px auto;
	}

	#leftside .sideBlogBn .instaBn2 div {
		padding-top: 12px !important;
		padding-right: 12px !important;
	}

	#leftside .sideBlogBn .instaBn2 div:first-child {
		padding-top: 18px !important;
	}

	#leftside .sideBlogBn .instaBn2 a img {
		width: 175px;
	}

	/* END */
	#leftside .sideBlogBn>p a img,
	.fura img,
	.youtube_bnr img,
	.blades-btn img {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	/* フッター */
	#footer {
		padding-top: 5px;
		margin-bottom: 0;
	}

	#footer>.inner {
		width: 100%;
		display: block;
		background: #fff;
		padding: 0;
		margin: 0;
		position: fixed;
		bottom: 0;
	}

	#footer>.inner ul {
		padding: 0;
		margin: 0;
	}

	#footer .inner img {
		width: 100%;
	}

	#footer .fInsta a img {
		width: 175px;
	}

	#footer .bnrTelLink li {
		width: 100% !important;
		border-right: none !important;
		padding-right: 0 !important;
		display: inline-block;
	}

	#footer .bnrContactLink {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px !important;
		background-color: #e0dfe0;
	}

	#footer .bnrContactLink li {
		width: 32.5% !important;
	}

	#footer>ul {
		display: none;
	}

	.copyright {
		background: none;
	}

	.sp {
		display: inline-block;
	}

	.sp_b {
		display: block;
	}

	.sp_t {
		display: table;
	}

	.pc {
		display: none;
	}

	.pc_b {
		display: none;
	}
}

@media screen and (min-width:767px) {
	a[href^="tel:"] {
		color: #333;
		text-decoration: none;
		pointer-events: none;
	}
}

/* 八戸バナー調整 */
.hachi img {
	width: 100%;
}

.coming_ttl {
	font-size: 2.4em;
	font-weight: bold;
	padding-bottom: 20px;
	letter-spacing: 2px;
	color: rgb(91, 61, 29);
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0px 15px 20px;
	background: url(/sp/img/common/line01.jpg) center bottom / 100% 2px no-repeat;
	text-align: center;
}

@media screen and (min-width:767px) {
	.coming_ttl {
		font-size: 24px;
		margin-bottom: 20px;
		font-weight: bold;
		margin: 0 15px 20px;
		padding-bottom: 20px;
		letter-spacing: 1px;
		background: url(../sp/img/common/line01.jpg) no-repeat center bottom;
		background-size: 100% 2px;
		color: #5b3d1d;
		line-height: 1.4;
		text-align: center;
	}
}


/* SP用　石原先生による美容外科Q&A
------------------------------------------------------------------- */
.pc_only {
	display: block !important;
}

.sp_only {
	display: none !important;
}

@media print,
screen and (max-width: 767px) {
	.pc_only {
		display: none !important;
	}

	.sp_only {
		display: block !important;
	}
}

@media screen and (max-width:768px) {
	#topFaq {
		display: block !important;
		width: 96%;
		margin: auto;
	}

	.thumbBox.last {
		display: none;
	}

	div.topcontentsarea {
		width: 100%;
		border-left: none;
		border-right: none;
	}

	.thumbArea {
		margin: 20px 0 0 0;
		overflow: hidden;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.thumbBox {
		float: none;
		margin: 0 auto 16px;
		width: 46%;
		line-height: 18px;
	}

	div.topcontentsinner {
		padding-top: 0;
		margin: 0 15px 0;
	}

	#faq_count_outer {
		float: right;
		margin: 15px 0 0;
		border-bottom: 1px solid #604711;
	}
}

.topcontentsarea .acdWrap a {
	color: #0000FF;
}



/* 8/28 追記 */
.each_institute {
	font-size: 16px;
	margin-bottom: 6px;
}

.each_institute2 {
	margin-bottom: 6px;
}

.flashArea .Filler iframe {
	width: 480px !important;
	height: 270px !important;
}



@media screen and (max-width: 768px) {
	.flashArea .Filler {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 6px;
	}

	.flashArea .Filler iframe {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 auto;
	}

	.each_institute span {
		font-size: 13px;
		margin-bottom: 3px;
	}

	.each_institute {
		font-size: 11px;
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 768px) {
	.m22 {
		width: 40%;
		margin: 0 auto;
	}

	.m22 div {
		text-align: center;
	}
}

/* 2020/12/17 ブログボタン追記 */
a.bnr_link_blog {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto 10px;
	padding: 6px 12.0% 6px 1.6%;
	box-sizing: border-box;
	text-align: left;
	border-radius: 6px;
	font-size: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
	text-decoration: none;
	color: #333333;
	transition: all .3s;
	font-weight: bold;
	max-width: 420px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	min-height: 70px;
}

a.bnr_link_you {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto 10px;
	padding: 6px 11.0% 6px 100px;
	box-sizing: border-box;
	text-align: left;
	border-radius: 6px;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
	text-decoration: none;
	color: #333333;
	transition: all .3s;
	font-weight: bold;
	max-width: 420px;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, 80px;
	background-position: right center, left 2% center;
	min-height: 70px;
	line-height: 1.4;
}

a.bnr_link_you.f14 {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	a.bnr_link_blog {
		padding: 6px 18.0% 6px 1.6%;
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	a.bnr_link_blog {
		padding: 6px 26.0% 6px 1.6%;
		font-size: 16px;
	}

	a.bnr_link_you {
		padding: 6px 17.0% 6px 95px;
		font-size: 14px;
	}

	a.bnr_link_you.f14 {
		font-size: 13px;
		line-height: 1.3;
	}
}

a.bnr_link_blog span.ib {
	display: inline-block;
}

a.bnr_link_blog:hover {
	opacity: 0.8;
}

/*
a.bnr_link_blog::after{
	content: "▶︎";
	display: inline-block;
}
*/
@media screen and (min-width: 600px) {
	.pc_only {
		display: block;
	}

	.sp_only {
		display: none;
	}
}

@media screen and (max-width: 599px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
}

a.bnr_link_blog.bnr_ishihara {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_ishihara.jpg);
	border: 2px solid #15415a;
	color: #15415a;
}

a.bnr_link_you.bnr_ishihara {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_ishihara.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #15415a;
	color: #15415a;
}

a.bnr_link_blog.bnr_kami {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_kami.jpg);
	border: 2px solid #105a40;
	color: #105a40;
}

a.bnr_link_you.bnr_kami {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_kami.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #105a40;
	color: #105a40;
}

a.bnr_link_blog.bnr_yoshinaka {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_yoshinaka.jpg);
	border: 2px solid #15415a;
	color: #15415a;
}

a.bnr_link_you.bnr_yoshinaka {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_yoshinaka.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #15415a;
	color: #15415a;
}

a.bnr_link_blog.bnr_fujii {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_fujii.jpg);
	border: 2px solid #15415a;
	color: #15415a;
}

a.bnr_link_you.bnr_fujii {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_fujii.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #15415a;
	color: #15415a;
}

a.bnr_link_blog.bnr_nakamura {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_nakamura.jpg);
	border: 2px solid #8f1900;
	color: #8f1900;
}

a.bnr_link_you.bnr_nakamura {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_nakamura.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #8f1900;
	color: #8f1900;
}

a.bnr_link_blog.bnr_nakao {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_nakao.jpg);
	border: 2px solid #0053a2;
	color: #0053a2;
}

a.bnr_link_you.bnr_nakao {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_nakao.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #0053a2;
	color: #0053a2;
}

a.bnr_link_blog.bnr_saito {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_saito.jpg);
	border: 2px solid #de7651;
	color: #de7651;
}

a.bnr_link_you.bnr_saito {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_saito.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #de7651;
	color: #de7651;
}

a.bnr_link_blog.bnr_kurati {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_kurati.jpg);
	border: 2px solid #2D17B4;
	color: #2D17B4;
}

a.bnr_link_you.bnr_kurati {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_kurati.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #2D17B4;
	color: #2D17B4;
}

a.bnr_link_blog.bnr_kudo {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_kudo.jpg);
	border: 2px solid #eb8a4c;
	color: #eb8a4c;
}

a.bnr_link_you.bnr_kudo {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_kudo.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #eb8a4c;
	color: #eb8a4c;
}

a.bnr_link_blog.bnr_kasori {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_kasori.jpg);
	border: 2px solid #820000;
	color: #820000;
}

a.bnr_link_you.bnr_kasori {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_kasori.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #820000;
	color: #820000;
}

a.bnr_link_you.bnr_tateyama {
	background-image: url(https://www.keisei.ne.jp/img/bnr_link_bg_tateyama.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #2D17B4;
	color: #2D17B4;
}

a.bnr_link_you.bnr_hokazono {
	background-image: url(/img/bnr_link_bg_hokazono.jpg), url(https://www.keisei.ne.jp/img/you.png);
	border: 2px solid #449120;
	color: #449120;
}




/* 2021/1/27 インスタボタン追記 */
a.insta_btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: 2px solid #333333;
	border-image: url(https://www.keisei.ne.jp/img/insta_img.jpg);
	border-image-slice: 1;
	border-image-repeat: stretch;
	margin: 25px auto 10px;
	padding: 6px 12px 6px 100px;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.2;
	text-decoration: none;
	color: #333333;
	transition: all .3s;
	font-weight: normal;
	max-width: 420px;
	background-image: url(https://www.keisei.ne.jp/img/insta_bg_01.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
	min-height: 70px;
	background-size: auto 60px;
}

a.insta_btn>.inner_btn {
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #c5c5c5;
	padding: 4px 26px 4px 10px;
	font-size: 15px;
	color: #ffffff;
	text-align: left;
	position: relative;
	height: 40px;
}

a.insta_btn>.inner_btn::after {
	content: "〉";
	display: inline-block;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	color: #ffffff;
}

a.insta_btn:hover {
	opacity: 0.8;
}

.inner_btn.ins_official {
	background-color: #B7A251;
}

.inner_btn.ins_ishihara {
	background-color: #323a8f;
}

.inner_btn.ins_clinic {
	background-color: #323a8f;
}

.inner_btn.ins_kami {
	background-color: #833cc0;
}

.inner_btn.ins_kasori {
	background-color: #820000;
}

.inner_btn.ins_nakamura {
	background-color: #be4aeb;
}

.inner_btn.ins_nakao {
	background-color: #0053a2;
}

.inner_btn.ins_asahi {
	background-color: #de7651;
}

.inner_btn.ins_sone {
	background-color: #FF8C9D;
}

.inner_btn.ins_saito {
	background-color: #C13035;
}

.inner_btn.ins_yamamoto {
	background-color: #edac46;
}

.inner_btn.ins_kurachi {
	background-color: #d54c02;
}

@media screen and (max-width: 600px) {
	a.insta_btn>.inner_btn {
		padding: 4px 26px 4px 10px;
		font-size: 13px;
	}
}

.intlink {
	max-width: 420px;
	margin: 0 auto 10px;
	padding: 0;
}

.intlink img {
	width: 100%;
}

.intlink_max {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
}

.intlink_max img {
	width: 100%;
}

/* 2021/1/29 インスタサイドボタン追記 */
.insta_side_btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: 2px solid #333333;
	border-image: url(https://www.keisei.ne.jp/img/insta_img.jpg);
	border-image-slice: 1;
	border-image-repeat: stretch;
	margin: 20px 0 10px;
	padding: 10px 12px 10px 80px;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.2;
	text-decoration: none;
	color: #333333;
	transition: all .3s;
	font-weight: normal;
	max-width: 226px;
	background-image: url(https://www.keisei.ne.jp/img/insta_bg_02.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: auto 74px;
}

@media screen and (max-width: 600px) {
	.insta_side_btn {
		margin: 20px auto 10px;
		padding: 10px 12px 10px 80px;
		width: 92%;
		max-width: 100%;
	}
}

.insta_side_btn>a.inner_btn {
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #c5c5c5;
	padding: 4px 12px 4px 10px;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	position: relative;
	height: 40px;
	color: #ffffff !important;
	margin: 0 0 6px 0;
}

.insta_side_btn>a.inner_btn::after {
	content: "〉";
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	color: #ffffff;
}

.insta_side_btn>a.inner_btn:hover {
	opacity: 0.8;
	text-decoration: none !important;
}

.insta_side_btn>.inner_btn.ins_ishihara {
	background-color: #323a8f;
}

.insta_side_btn>.inner_btn.ins_clinic {
	background-color: #323a8f;
}

.insta_side_btn>.inner_btn.ins_kami {
	background-color: #833cc0;
}

.insta_side_btn>.inner_btn.ins_kasori {
	background-color: #820000;
}

.insta_side_btn>.inner_btn.ins_nakamura {
	background-color: #be4aeb;
}

.insta_side_btn>.inner_btn.ins_nakao {
	background-color: #0053a2;
}

.insta_side_btn>.inner_btn.ins_asahi {
	background-color: #de7651;
}

.insta_side_btn>.inner_btn.ins_saito {
	background-color: #C13035;
}

.insta_side_btn>.inner_btn.ins_yamamoto {
	background-color: #edac46;
}

@media screen and (max-width: 600px) {
	.insta_side_btn>.inner_btn>.inner_btn {
		padding: 4px 26px 4px 10px;
		font-size: 13px;
	}
}

/* 202112ヘッダー改修 */
.tab_container {
	padding-bottom: 1em;
	background-color: #fff;
	margin: 0 auto;
}

.tab_item {
	width: calc(96%/4);
	padding: 15px 0;
	background-color: #f7efd8;
	text-align: center;
	color: #333333;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	font-size: 1.4em;
	border-radius: 6px 6px 0px 0px;
	margin: 0 0.5% 0 0.5%;
}

.tab_item:hover {
	opacity: 1;
}

input[name="tab_item"] {
	display: none;
}

.tab_content {
	display: none;
	/*   padding: 1em 1em 0; */
	clear: both;
	overflow: hidden;
}

#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content,
#tab3:checked~#tab3_content,
#tab4:checked~#tab4_content {
	display: block;
}

.tab_container input:checked+.tab_item {
	background-color: #d6ae3c;
	color: #fff;
}

.remodal_inner {
	margin: 0;
	padding: 0;
}

.remodal_inner .ttl {
	font-size: 2.3em;
	line-height: 1;
	padding: 0;
	margin: 0 0 20px 0;
}

.remodal_inner .ttl span {
	font-size: 0.6em;
}

.remodal_inner .subttl {
	font-size: 1.6em;
	margin: 0 0 6px 0;
}

.remodal_inner a.tel_btn {
	background-color: #e2718e;
	margin: 0 auto 14px;
	padding: 6px;
	display: block;
	max-width: 260px;
	text-align: center;
	font-size: 2.0em;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
}

.remodal_inner a.tel_btn span {
	position: relative;
}

.remodal_inner a.tel_btn span::before {
	content: url('data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE1LjMxIDE1LjMxIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNy42NiwwYTcuNjYsNy42NiwwLDEsMCwwLDE1LjMxaDBhMi44NywyLjg3LDAsMCwwLDEuOTUtLjY3LDIuMTUsMi4xNSwwLDAsMCwuNzEtMS41OCwyLjEsMi4xLDAsMCwwLS4xNy0uODFjLjE4LS4xLjMtLjIuMzQtLjIycy40OC0uNTYuMjMtLjk1QTguMjUsOC4yNSwwLDAsMCw5LjM1LDkuNjVhLjY5LjY5LDAsMCwwLS44NC4yOGMtLjIuMjktLjM1LjItLjM1LjJhNi4xMiw2LjEyLDAsMCwxLTEuMzItMiw2LjMxLDYuMzEsMCwwLDEtLjc5LTIuMjZzMC0uMTcuMzctLjE1YS43LjcsMCwwLDAsLjc0LS41LDguNDMsOC40MywwLDAsMC0uMy0yYy0uMTYtLjQ0LS43NS0uNDQtLjktLjRhMi4yOCwyLjI4LDAsMCwwLTEuNzYsMkE4LDgsMCwwLDAsNS4wNiw5YTgsOCwwLDAsMCwyLjc5LDMuMjEsMiwyLDAsMCwwLDEuNDguMzIsMS4xOSwxLjE5LDAsMCwxLC4xMi41MUExLjI2LDEuMjYsMCwwLDEsOSwxNGEyLDIsMCwwLDEtMS4zNi40NGgwYTYuNzUsNi43NSwwLDEsMSw2LTMuNTgsNi44OSw2Ljg5LDAsMCwxLTEuMDYsMS40Ni40NS40NSwwLDAsMCwwLC42Mi40My40MywwLDAsMCwuNjIsMCw3LjM5LDcuMzksMCwwLDAsMS4xOS0xLjY0QTcuNjcsNy42NywwLDAsMCw3LjY2LDBaIi8+PC9zdmc+');
	width: 20px;
	height: 20px;
	position: absolute;
	left: -1.2em;
	top: -2px;
}

.bnrTelLink {
	display: none;
}

.bnrContactLink {
	display: none !;
}


ul.gnav_set {
	width: 100%;
	margin: 0 0 0 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 50px;
}

ul.gnav_set>li {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 14.28%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #e9d0a0;
	box-sizing: border-box;
}

ul.gnav_set>li:last-child {
	width: 14.28%;
	margin: 0;
	padding: 0;
	border-right: 0px solid #e9d0a0;
}

ul.gnav_set>li a {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	position: relative;
	letter-spacing: 1px;
	background: rgb(248, 241, 222);
	background: -moz-linear-gradient(top, rgb(248, 241, 222) 0%, rgb(235, 210, 116) 100%);
	background: -webkit-linear-gradient(top, rgb(248, 241, 222) 0%, rgb(235, 210, 116) 100%);
	background: linear-gradient(to bottom, rgb(248, 241, 222) 0%, rgb(235, 210, 116) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f1de', endColorstr='#ebd274', GradientType=0);
}

ul.gnav_set>li a p {
	color: #40260d;
}

ul.gnav_set>li a:hover {
	opacity: 0.7;
}

/*
ul.gnav_set > li a::after{
	content: "";
	margin: 0 0 0 6px;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #B59751;
	border-top: 6px solid transparent;
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0px;
}
*/

/*
ul.gnav_set > li a::after{
	content: '';
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 8px;
	height: 8px;
	background: url(../img/arrow01_white.png) no-repeat;
  background-size: auto;
	background-size: 8px;
	opacity: 0.4;
}
*/

.img_w420 {
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
}

.img_w420 img {
	width: 100%;
	height: auto;
}

img.img_w100 {
	width: 100%;
}

img.img_w250 {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}

.certificate_area {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.doctor_img {
	width: 100%;
	margin: 20px auto;
}

.doctor_img p {
	width: 100%;
	text-align: center !important;
}

.doctor_img>img {
	width: 200px !important;
}

.asahi_note {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
}

.asahi_note p {
	line-height: 1.6;
}

.asahi_note span {
	font-weight: normal;
	font-size: 16px;
}

.asahi_note>div.subttl {
	display: block;
	font-weight: normal;
	margin: 0 auto 10px 0;
	text-align: left;
}

.asahi_note>div.subttl>span {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

.asahi_note>ul {
	font-size: 14px;
	margin: 0 0 6px 0;
}

.asahi_note>ul li {
	list-style: disc;
	margin: 0 0 3px 1em;
	padding: 0 0 0 -1em;
}


/* 20230425 院長インタビュー動画追加 ーーーーーーーーーーーーーーー*/

.D-interview {
	max-width: 480px;
	width: 90%;
	margin: 0px auto 60px;
	aspect-ratio: 16 / 9;
}

.D-interview.tm {
	max-width: 570px;
	margin: 30px auto 30px;
	width: 100%;
}

.D-interview iframe {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}

#main .D-interview p {
	text-align: center;
	margin: 15px 0 0;
	width: 100%;
	font-size: 13px;
	color: #660000 !important;
	font-weight: bold;
}



.D-inside {
	max-width: 480px;
	width: 90%;
	margin: 0px auto 60px;
	aspect-ratio: 16 / 9;
}

.D-inside.tm {
	max-width: 570px;
	margin: 30px auto 30px;
	width: 100%;
}

.D-inside iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#main .D-inside p {
	text-align: center;
	margin: 15px 0 0;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#main .D-inside p {
		text-align: left;
		font-size: 13px;
		margin: 0px 0 0;
	}
}

/* 20230425 院長インタビュー動画追加 ーーーーーーーーーーーーーーー*/

.spaceBottom {
	max-width: 600px;
	margin: 0 auto 6px;
	padding: 0;
}

.spaceBottom img {
	width: 100%;
}

#tel_area {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
}

#tel_area .tel_set {
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #6c5e3c;
}

#tel_area .tel_set>.tel_item:first-child {
	width: 50%;
	margin: 0;
	padding: 16px;
	box-sizing: border-box;
	background-color: #f8f3e0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#tel_area .tel_set>.tel_item:last-child {
	width: 50%;
	margin: 0;
	padding: 16px;
	box-sizing: border-box;
	background-color: white;
}

#tel_area .tel_set>.tel_item .ttl {
	font-size: 14px;
	font-weight: bold;
	color: #6f6446;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
	margin: 0 0 6px 0;
	text-align: center;
}
#tel_area .tel_set>.tel_item > p {
	text-align: center;
}

#tel_area .tel_set>.tel_item .leadbox {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #dddcd5;
}

#tel_area .tel_set>.tel_item a.tel_num {
	margin: 0 0 6px 0;
	position: relative;
	display: block;
	padding: 2px;
	cursor: pointer;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	#tel_area .tel_set>.tel_item:first-child {
		width: 100%;
		margin: 0 0 0 0;
		padding: 16px;
		box-sizing: border-box;
		background-color: #f8f3e0;
	}

	#tel_area .tel_set>.tel_item:last-child {
		width: 100%;
		margin: 0;
		padding: 16px;
		box-sizing: border-box;
		background-color: white;
	}
}

.botox_bn_type_a {
	width: 100%;
	max-width: 605px;
	padding: 0;
	margin: 0 auto 15px;
}

.botox_bn_type_a img {
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
	.botox_bn_type_a {
		width: calc(100% - 30px);
	}
}

/* 202404 パンクズリスト ーーーーーーーーーーーーーーー*/
.breadcrumbs_box {
	margin-left: 5px;
	margin-bottom: 20px;
}

.breadcrumbs_box ul.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs_box ul.breadcrumbs li {
	font-size: 11px;
	margin-left: 0.5em;
}

.breadcrumbs_box ul.breadcrumbs li::after {
	content: "»";
	margin-left: 0.5em;
}

.breadcrumbs_box ul.breadcrumbs li:last-child::after {
	content: "";
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.breadcrumbs_box {
		margin-left: 10px;
		margin-bottom: 20px;
	}
}

/* 202404 footer totopボタン ーーーーーーーーーーーーーーー*/
.toTopButton {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.toTopButton>a {
	width: 50px;
}

@media screen and (max-width: 768px) {
	.toTopButton {
		position: static;
		margin: 15px;
		text-align: right;
		padding-bottom: 70px;
	}

	.toTopButton>a {
		display: inline-block !important;
	}
}
