@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		static.scss
Note:			静的ページ用SCSSファイル


New Creation:	2013/03/05 22:02:27.
Last Change:	2014/10/22 17:21:40.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

figure {
  margin: 0;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  min-width: 1034px;
  height: 100%;
}

body {
  background: url(../img/container_bg.png) top center repeat-y, url(../img/bg.gif) top center;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: color 0.1s linear;
  color: #6d9dd0;
}
a:hover {
  color: #ec7c78 !important;
}

a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
a:hover img {
  opacity: 0.5;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
a[href^="tel:"]:hover {
  cursor: default;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  min-height: 100vh;
  background: url(../img/container_bg.png) top center repeat-y;
}
#container .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  background: url(../img/container_bg2.png) top center no-repeat, url(../img/bg2.gif) top center repeat-x;
}
body > #container .wrapper {
  height: auto;
}
#container > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#container > .wrapper #content {
  flex: 1;
}
#container * .wrapper {
  position: static;
  height: auto;
  min-height: auto;
  background: none;
}
body > #container * .wrapper {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

#topicpath ol {
  *zoom: 1;
}
#topicpath ol::after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol li {
  float: left;
  margin-right: 0.5em;
  line-height: 30px;
  color: #7f7875;
}
#topicpath ol li::before {
  content: " > ";
  display: inline-block;
}
#topicpath ol li:first-child::before {
  content: "";
}
#topicpath ol li:last-child a {
  color: #7f7875;
}
#topicpath ol li a {
  display: inline-block;
  white-space: nowrap;
  color: #6d9dd0;
}

.pagetop {
  margin: 23px 10px;
  text-align: right;
}
.pagetop a {
  padding-left: 15px;
  background: url(../img/arrow/arrow3.png) left top no-repeat;
  color: #7f7875;
}
.pagetop a:hover {
  background-image: url(../img/arrow/arrow3_h.png);
}

.assist {
  display: none;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #c40038;
  line-height: 1.2em;
}
#yearend h2,
#yearend p {
  display: table-cell;
}
#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.notice-tax {
  margin: 20px 10px;
  padding: 12px 0;
  border: #c9c9ca 1px solid;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
  color: #e85554;
}

#link_box {
  position: fixed;
  right: calc(50% - 494px - 39px - 5px);
  bottom: calc(50% - 202px);
  z-index: 100;
  width: 39px;
}
#link_box .link_inquiry,
#link_box .link_counseling {
  margin-bottom: 7px;
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px #777;
  text-align: right;
}
#link_box .link_inquiry {
  background-image: url(../img/link_mail_h.png?v=2);
}
#link_box .link_counseling {
  background-image: url(../img/link_counseling_h.png);
}
#link_box .pagetop {
  margin: 0;
}
#link_box .pagetop a {
  padding: 0;
  background: none;
}

sup.copyright {
  font-weight: lighter;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 988px;
  background: url(../img/header_bg.gif) left 24px no-repeat;
}
#header h1 {
  background: url(../img/h1_bg.gif) left top repeat-x #524840;
  text-align: center;
  line-height: 24px;
  font-size: 1em;
  white-space: nowrap;
  color: #b3a79c;
}
#header #logo {
  padding: 27px 0 31px 26px;
}
#header aside {
  display: flex;
  position: absolute;
  top: 37px;
  right: 30px;
}
#header .h-tel {
  margin-right: 15px;
  width: 186px;
}
#header .h-tel .h-tab-list {
  *zoom: 1;
  margin-bottom: 9px;
  width: 186px;
}
#header .h-tel .h-tab-list::after {
  content: "";
  display: table;
  clear: both;
}
#header .h-tel .h-tab-item {
  float: left;
  padding: 4px 0 3px;
  width: 35px;
  border-bottom: 1px solid #56514c;
  border-left: 1px solid #56514c;
  background-color: rgba(0,0,0,.15);
  cursor: pointer;
  text-align: center;
}
#header .h-tel .h-tab-item.nagoya {
  width: 39px;
}
#header .h-tel .h-tab-item:last-child {
  border-right: 1px solid #56514c;
}
#header .h-tel .h-tab-item.is-active {
  padding: 3px 0 4px;
  border-top: 1px solid #56514c;
  border-bottom: 0;
  background-color: transparent;
}
#header .h-tel .h-tab-content {
  position: relative;
}
#header .h-tel .h-tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
}
#header .h-tel .h-tab-content-item.is-active {
  opacity: 1;
}
#header .info {
  display: flex;
  top: 0;
  flex-direction: column;
  flex-wrap: wrap;
  width: 439px;
  height: 66px;
}
#header .info-inner {
  width: 336px;
}
#header .info li {
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info li.mail {
  margin-bottom: 0;
  background-image: url(../img/header_info_mail_h.png?v=2);
}
#header .info li.counseling {
  margin-bottom: 0;
  background-image: url(../img/header_info_counseling_h.png?v=2);
}
#header .info a:hover img {
  opacity: 0;
}
#header .info .line {
  margin-left: 4px;
  border: 2px solid #29211b;
}
#header .info .line a {
  display: block;
  width: 95px;
  height: 62px;
  background: url(../img/header_cv_line_h.png) left top no-repeat;
}
#header .info .line a:hover img {
  display: none;
}
#header .info-list {
  display: flex;
  margin-bottom: 2px;
  height: 32px;
}
#header .info-list .info-item + .info-item {
  margin-left: 2px;
}
#header .h-search {
  position: static;
  border: 2px solid #332a27;
}
#header .h-search__form {
  display: flex;
  width: 332px;
}
#header .h-search__form__input {
  display: block;
  padding: 10px;
  width: 259px;
  height: 28px;
  border: 0;
  border-right: 2px solid #332a27;
  font-size: 1.4em;
  box-sizing: border-box;
}
#header .h-search__form__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#gnavi, #footer #fnavi {
  padding: 1px 0 5px;
  background: url(../img/nav_bg_l.gif) left top repeat-x;
}
#gnavi > ul, #footer #fnavi > ul {
  *zoom: 1;
  position: relative;
  padding: 0 29px;
}
#gnavi > ul::after, #footer #fnavi > ul::after {
  content: "";
  display: table;
  clear: both;
}
#gnavi > ul > li, #footer #fnavi > ul > li {
  float: left;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#gnavi > ul > li.about, #footer #fnavi > ul > li.about {
  background-image: url(../img/nav_about_a.png?v=4);
}
#gnavi > ul > li.trouble, #footer #fnavi > ul > li.trouble {
  background-image: url(../img/nav_trouble_a.png?v=4);
}
#gnavi > ul > li.contents, #footer #fnavi > ul > li.contents {
  background-image: url(../img/nav_contents_a.png?v=4);
}
#gnavi > ul > li.case, #footer #fnavi > ul > li.case {
  background-image: url(../img/nav_case_a.png?v=4);
}
#gnavi > ul > li.price, #footer #fnavi > ul > li.price {
  background-image: url(../img/nav_price_a.png?v=4);
}
#gnavi > ul > li.campaign, #footer #fnavi > ul > li.campaign {
  background-image: url(../img/nav_campaign_a.png?v=4);
}
#gnavi > ul > li.doctor, #footer #fnavi > ul > li.doctor {
  background-image: url(../img/nav_doctor_a.png?v=4);
}
#gnavi > ul > li.access, #footer #fnavi > ul > li.access {
  background-image: url(../img/nav_access_a.png?v=4);
}
#gnavi > ul > li.qa, #footer #fnavi > ul > li.qa {
  background-image: url(../img/nav_qa_a.png?v=4);
}
#gnavi > ul > li .new, #footer #fnavi > ul > li .new {
  position: absolute;
  top: -11px;
  right: 0;
  z-index: 100;
}
#gnavi > ul > li > a, #footer #fnavi > ul > li > a {
  display: block;
  position: relative;
}
#gnavi > ul > li > a:hover > *, #footer #fnavi > ul > li > a:hover > * {
  opacity: 0;
}
#gnavi > ul > li > a img, #footer #fnavi > ul > li > a img {
  transition: opacity 0.15s linear;
}
#gnavi .h-gnavi-contents-submenu, #footer #fnavi .h-gnavi-contents-submenu {
  position: absolute;
  z-index: 10;
  padding-top: 5px;
  opacity: 0;
  transition: all 0.15s linear;
  pointer-events: none;
}
#gnavi .h-gnavi-contents-submenu.is-active, #footer #fnavi .h-gnavi-contents-submenu.is-active {
  opacity: 1;
  pointer-events: all;
}
#gnavi .h-gnavi-contents-submenu-list, #footer #fnavi .h-gnavi-contents-submenu-list {
  display: flex;
  border: 1px solid #c5bbb3;
}
#gnavi .h-gnavi-contents-submenu-item, #footer #fnavi .h-gnavi-contents-submenu-item {
  position: relative;
}
#gnavi .h-gnavi-contents-submenu-item a, #footer #fnavi .h-gnavi-contents-submenu-item a {
  display: block;
}
#gnavi .h-gnavi-contents-submenu-item a::after, #footer #fnavi .h-gnavi-contents-submenu-item a::after {
  transition: all 0.15s linear;
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#gnavi .h-gnavi-contents-submenu-item a:hover img, #footer #fnavi .h-gnavi-contents-submenu-item a:hover img {
  opacity: 1;
}
#gnavi .h-gnavi-contents-submenu-item a:hover::after, #footer #fnavi .h-gnavi-contents-submenu-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}

.ad #gnavi > ul > li.about, .ad #footer #fnavi > ul > li.about, #footer .ad #fnavi > ul > li.about {
  background-image: url(../img/ad_nav_about_a.png?v=4);
}
.ad #gnavi > ul > li.trouble, .ad #footer #fnavi > ul > li.trouble, #footer .ad #fnavi > ul > li.trouble {
  background-image: url(../img/ad_nav_trouble_a.png?v=4);
}
.ad #gnavi > ul > li.contents, .ad #footer #fnavi > ul > li.contents, #footer .ad #fnavi > ul > li.contents {
  background-image: url(../img/ad_nav_contents_a.png?v=4);
}
.ad #gnavi > ul > li.case, .ad #footer #fnavi > ul > li.case, #footer .ad #fnavi > ul > li.case {
  background-image: url(../img/ad_nav_case_a.png?v=4);
}
.ad #gnavi > ul > li.price, .ad #footer #fnavi > ul > li.price, #footer .ad #fnavi > ul > li.price {
  background-image: url(../img/ad_nav_price_a.png?v=4);
}
.ad #gnavi > ul > li.campaign, .ad #footer #fnavi > ul > li.campaign, #footer .ad #fnavi > ul > li.campaign {
  background-image: url(../img/ad_nav_campaign_a.png?v=4);
}
.ad #gnavi > ul > li.doctor, .ad #footer #fnavi > ul > li.doctor, #footer .ad #fnavi > ul > li.doctor {
  background-image: url(../img/ad_nav_doctor_a.png?v=4);
}
.ad #gnavi > ul > li.access, .ad #footer #fnavi > ul > li.access, #footer .ad #fnavi > ul > li.access {
  background-image: url(../img/ad_nav_access_a.png?v=4);
}
.ad #gnavi > ul > li.qa, .ad #footer #fnavi > ul > li.qa, #footer .ad #fnavi > ul > li.qa {
  background-image: url(../img/ad_nav_qa_a.png?v=4);
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 30px 0;
  width: 928px;
}
#content::after {
  content: "";
  display: table;
  clear: both;
}

.area-link {
  position: relative;
  transition: opacity 0.1s linear;
}
.area-link:hover {
  opacity: 0.5;
}
.area-link a {
  display: block;
}
.area-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.area-link a:hover img {
  opacity: 1;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
article > aside {
  padding-top: 45px;
  border-top: 1px dotted #baafa6;
}

#main {
  float: right;
  margin-bottom: 45px;
  width: 704px;
}

/* 7-1.	サイトマップ
----------------------------------------------------------------------*/
#sitemap #main {
  float: none;
  margin: 0 auto 45px;
  width: 858px;
}
#sitemap .anchor {
  margin-bottom: 12px;
  margin-bottom: 40px;
}
#sitemap .anchor ul {
  *zoom: 1;
}
#sitemap .anchor ul::after {
  content: "";
  display: table;
  clear: both;
}
#sitemap .anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
#sitemap .anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
#sitemap .anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}
#sitemap .p-sitemap {
  margin-bottom: 80px;
  color: #7f7875;
}
#sitemap .p-sitemap__title {
  margin: 70px 0 50px;
  text-align: center;
}
#sitemap .p-sitemap__title .inner-text {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #58504c;
}
#sitemap .p-sitemap-contents {
  margin-bottom: 50px;
}
#sitemap .p-sitemap-contents a {
  display: inline-block;
}
#sitemap .p-sitemap-contents a:hover {
  text-decoration: none;
}
#sitemap .p-sitemap-contents__title {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 16px;
  color: #584f4c;
}
#sitemap .p-sitemap-contents__title a[href] {
  padding-left: 31px;
  background: url(../img/arrow5.png) left center no-repeat;
  line-height: 1.625;
  color: #584f4c;
}
#sitemap .p-sitemap-contents__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}
#sitemap .p-sitemap-contents__list:last-child .p-sitemap-page__list {
  padding-bottom: 0;
}
#sitemap .p-sitemap-contents__item {
  flex-basis: 33.3333333333%;
}
#sitemap .p-sitemap-contents__item > a {
  display: flex;
  align-items: center;
  background: url(../img/arrow6.png) left center no-repeat;
  line-height: 2;
  font-size: 14px;
  color: #7f7875;
}
#sitemap .p-sitemap-contents__item > a::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 14px;
  height: 15px;
  background: url(../img/arrow6.png) 0 0 no-repeat;
}
#sitemap .p-sitemap-contents.p-about .p-sitemap-contents__item, #sitemap .p-sitemap-contents.p-troubles .p-sitemap-contents__item, #sitemap .p-sitemap-contents.p-contents .p-sitemap-contents__item {
  flex-basis: 100%;
}
#sitemap .p-sitemap-contents.p-troubles .p-sitemap-contents__item > a::before, #sitemap .p-sitemap-contents.p-contents .p-sitemap-contents__item > a::before {
  transform: rotate(90deg);
}
#sitemap .p-sitemap-page__list {
  padding: 0 0 20px 30px;
}
#sitemap .p-sitemap-page__item {
  display: inline-block;
  line-height: 1.75;
  font-size: 1.2em;
  color: #7f7875;
}
#sitemap .p-sitemap-page__item + .p-sitemap-page__item::before {
  content: "／";
  margin-left: -0.25em;
}
#sitemap .p-sitemap-page__item a {
  text-decoration: underline;
  color: #7f7875;
}
#sitemap .p-sitemap .js-accordion-button {
  display: inline-flex;
  cursor: pointer;
}
#sitemap .p-sitemap .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
#sitemap .p-sitemap .js-accordion.is-open > .js-accordion-button::before {
  transform: rotate(-90deg);
}

/* 7-2.	プライバシーポリシー// {{{
----------------------------------------------------------------------*/
#privacypolicy article .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}
#privacypolicy article .wrapper section {
  margin: 0 10px 25px;
}
#privacypolicy article .wrapper section .title {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  font-size: 1.4em;
  color: #ec7c78;
}
#privacypolicy article .wrapper section p,
#privacypolicy article .wrapper section li,
#privacypolicy article .wrapper section dt,
#privacypolicy article .wrapper section dd {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#privacypolicy article .wrapper section p,
#privacypolicy article .wrapper section ul {
  margin-bottom: 10px;
}
#privacypolicy article .wrapper section li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
#privacypolicy article .wrapper section li:nth-child(1):before {
  content: "（1）";
}
#privacypolicy article .wrapper section li:nth-child(2):before {
  content: "（2）";
}
#privacypolicy article .wrapper section li:nth-child(3):before {
  content: "（3）";
}
#privacypolicy article .wrapper section li:nth-child(4):before {
  content: "（4）";
}
#privacypolicy article .wrapper section li:nth-child(5):before {
  content: "（5）";
}
#privacypolicy article .wrapper section li:nth-child(6):before {
  content: "（6）";
}
#privacypolicy article .wrapper section li:nth-child(7):before {
  content: "（7）";
}
#privacypolicy article .wrapper aside {
  margin: 0 10px;
  padding: 0;
  border: 0;
}
#privacypolicy article #reception dt {
  padding-left: 15px;
  background: url(../img/list_bg.gif) left center no-repeat;
}
#privacypolicy article #reception dd {
  padding-left: 15px;
}
#privacypolicy article #reception dd dt,
#privacypolicy article #reception dd dd {
  display: inline;
  padding: 0;
  background: none;
  font-size: 1em;
}
#privacypolicy article #reception dd a {
  color: #7f7875;
}
#privacypolicy article #reference p {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#privacypolicy article > aside {
  padding-top: 56px;
  border-top: 1px dotted #baafa6;
}

/* 関連サイト */
#relation #main {
  float: none;
  margin: 0 auto 45px;
  width: 858px;
}
#relation #main > .title {
  margin: 70px 0 50px;
  text-align: center;
}
#relation #main > .title span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #58504c;
}
#relation #main .relation__inner {
  margin-bottom: 50px;
}
#relation #main .relation__inner.relation-clinic {
  margin-bottom: 35px;
}
#relation #main .relation__title {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #c9c4c2;
  font-size: 16px;
  color: #58504c;
}
#relation #main .relation__list {
  margin-left: 26px;
}
#relation #main .relation__item {
  margin-bottom: 18px;
}
#relation #main .relation__item__title a {
  padding-left: 19px;
  background: url(../img/relation_arrow.png) left center no-repeat;
  line-height: 1.4285714286;
  font-size: 14px;
  color: #7595cc;
  transition: background-image 0.15s linear;
}
#relation #main .relation__item__title a:hover {
  background: url(../img/relation_arrow_h.png) left center no-repeat;
  color: #7595cc !important;
}
#relation #main .relation__item__text {
  position: relative;
  margin: 0 5px 0 19px;
  padding-left: 30px;
  text-align: justify;
  line-height: 1.4285714286;
  font-size: 14px;
  color: #7e7774;
}
#relation #main .relation__item__text::before {
  content: "・・・";
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: -6px;
}
#relation #main .relation__item:last-child {
  margin-bottom: 0;
}
#relation #main aside {
  padding: 45px 77px 0;
  width: 704px;
  border-top: 0;
}

/* 7-3.	フォーム共通部分// {{{
----------------------------------------------------------------------*/
.form #main {
  float: none;
  width: auto;
}
.form article .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}
.form article section {
  margin: 0 10px 30px;
}
.form article section .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  margin-bottom: 30px;
}
.form p {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.form #order {
  float: left;
  margin-right: 30px;
}
.form .js-accordion-title {
  cursor: pointer;
}
.form .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.form .privacypolicy-text {
  margin-top: 20px;
  margin-left: 224px;
  text-align: center;
}
.form .p-privacypolicy {
  position: relative;
  margin-bottom: 45px;
  margin-left: 224px;
  color: #7f7875;
}
.form .p-privacypolicy-inner {
  margin: 0 auto;
  box-sizing: border-box;
}
.form .p-privacypolicy-inner.is-open .p-privacypolicy-title {
  background: url(../img/privacypolicy_arrow2.png) center bottom no-repeat;
}
.form .p-privacypolicy-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  width: 100%;
  background: url(../img/privacypolicy_arrow1.png) center bottom no-repeat;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.18em;
}
.form .p-privacypolicy-title::before, .form .p-privacypolicy-title::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #ccc;
}
.form .p-privacypolicy-title::before {
  margin-right: 1em;
}
.form .p-privacypolicy-title::after {
  margin-left: 1em;
}
.form .p-privacypolicy-contents-wrapper {
  padding-top: 50px;
}
.form .p-privacypolicy .title {
  margin-bottom: 1em;
  padding: 0;
  height: auto;
  border: 0;
  background: 0;
  line-height: 1;
  font-size: 1.4em;
  font-weight: bold;
}
.form .p-privacypolicy .text,
.form .p-privacypolicy .item {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.form .p-privacypolicy .contents-title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.form .p-privacypolicy .list {
  counter-reset: list;
  margin-bottom: 1em;
  margin-left: 1em;
}
.form .p-privacypolicy .item {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
.form .p-privacypolicy .item:nth-child(n)::before {
  counter-increment: list;
  content: "（" counter(list) "）";
}
.form .p-privacypolicy .item .item {
  font-size: 1em;
}
.form .p-privacypolicy .text {
  margin-bottom: 1em;
}
.form .p-privacypolicy .text + .text,
.form .p-privacypolicy .text + .list {
  margin-top: 1em;
}
.form .p-privacypolicy .text.date {
  text-align: right;
}
.form .p-privacypolicy .text + .title,
.form .p-privacypolicy .list + .title {
  margin-top: 2em;
}
.form .p-privacypolicy #reception dt,
.form .p-privacypolicy #reception dd {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.form .p-privacypolicy #reception dl {
  display: flex;
}
.form .p-privacypolicy #reception dl dt,
.form .p-privacypolicy #reception dl dd {
  font-size: 1em;
}
.form .p-privacypolicy #reception a {
  color: #918c88;
  pointer-events: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .form .input-form .input-form-wrapper .input-form-item:nth-child(even) > *,
  .form .input-form .input-form-wrapper .input-form-item.even.even > * {
    background-color: inherit;
  }
}
/* 7-3-1.	メール相談// {{{
----------------------------------------------------------------------*/
#mail #details, #introduction #details, #drseminar #details, #dm #details {
  position: relative;
}
#mail #details > *, #introduction #details > *, #drseminar #details > *, #dm #details > * {
  margin-left: 224px;
}
#mail #details .title, #introduction #details .title, #drseminar #details .title, #dm #details .title {
  margin-bottom: 25px;
  margin-left: 0;
}
#mail #details p, #introduction #details p, #drseminar #details p, #dm #details p {
  padding-bottom: 25px;
}
#mail #details p small, #introduction #details p small, #drseminar #details p small, #dm #details p small {
  font-size: 1em;
}
#mail #details .pic, #introduction #details .pic, #drseminar #details .pic, #dm #details .pic {
  position: absolute;
  top: 66px;
  left: 0;
  margin: 0;
  padding: 0;
}
#mail #details .pic img, #introduction #details .pic img, #drseminar #details .pic img, #dm #details .pic img {
  border: 1px solid #baafa6;
}
#mail #details section, #introduction #details section, #drseminar #details section, #dm #details section {
  margin-bottom: 0;
}
#mail #details section .title, #introduction #details section .title, #drseminar #details section .title, #dm #details section .title {
  margin: 0 0 10px;
  padding: 6px 0 6px 14px;
  min-height: 18px;
  border: 0;
  background: url(../img/operation_feature_body_title_bg.gif) left center no-repeat;
  line-height: 1.2857142857;
  font-size: 1.4em;
  color: #7f7875;
  margin-left: 0;
  height: auto;
}
#mail #form, #introduction #form, #drseminar #form, #dm #form {
  position: relative;
}
#mail #form #order, #introduction #form #order, #drseminar #form #order, #dm #form #order {
  position: absolute;
  top: 66px;
  left: 0;
}
#mail #form .inputform, #introduction #form .inputform, #drseminar #form .inputform, #dm #form .inputform {
  margin-left: 224px;
}
#mail #form .inputform .name label em, #introduction #form .inputform .name label em, #drseminar #form .inputform .name label em, #dm #form .inputform .name label em {
  display: block;
  line-height: 1.4;
  font-size: 0.7142857143em;
}

/* 7-3-2.	無料カウンセリング予約// {{{
----------------------------------------------------------------------*/
#reservation #main > .title {
  margin-bottom: 20px;
}
#reservation .m-anchor {
  margin-bottom: 12px;
  margin: 0 10px 10px;
}
#reservation .m-anchor ul {
  *zoom: 1;
}
#reservation .m-anchor ul::after {
  content: "";
  display: table;
  clear: both;
}
#reservation .m-anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
#reservation .m-anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
#reservation .m-anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}
#reservation .m-reason {
  margin-bottom: 40px;
}
#reservation .m-reason .sub-title,
#reservation .m-reason .text {
  box-sizing: border-box;
  float: right;
  margin-left: 30px;
  width: 634px;
}
#reservation .m-reason .sub-title {
  position: relative;
  margin-bottom: 25px;
  padding-left: 14px;
  line-height: 1.5625;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
#reservation .m-reason .sub-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(#f7cec7, #ed9891 50%, #ea7d7a 50%, #ed9891);
}
#reservation .m-reason .pic {
  overflow: hidden;
  margin-left: 30px;
}
#reservation .m-reason .pic img {
  border: 1px solid #baafa6;
}
#reservation .m-details {
  margin-bottom: 40px;
}
#reservation .m-details > .title {
  margin-bottom: 2px;
}
#reservation .m-details-inner {
  display: flex;
  column-gap: 12px;
  height: 156px;
  padding: 35px 0 0 30px;
  box-sizing: border-box;
  background: url(../../../img/counseling_details_bg.png) right top no-repeat #f5f2f0;
}
#reservation .m-details-item {
  padding-left: 24px;
  width: 195px;
  background: url(../../../img/counseling_details_item_bg.png) 0 0 no-repeat;
}
#reservation .m-details-item > .title {
  margin-bottom: 7px;
  padding: 0 0 13px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #999490;
  background: none;
  line-height: 1;
  font-size: 1.6em;
  font-weight: bold;
  white-space: nowrap;
}
#reservation .m-details-item .text {
  line-height: 1.5;
}
#reservation #tel {
  margin-bottom: 50px;
}
#reservation #tel > p {
  margin-bottom: 25px;
  text-align: center;
}
#reservation #tel > p a {
  text-decoration: underline;
}
#reservation #tel ul {
  *zoom: 1;
  margin: 0 112px;
}
#reservation #tel ul::after {
  content: "";
  display: table;
  clear: both;
}
#reservation #tel li {
  float: left;
  margin: 0 10px 10px 0;
  width: 335px;
  border: 1px solid #c7bcb5;
  border-top-width: 5px;
  vertical-align: bottom;
}
#reservation #tel li:nth-child(even) {
  margin-right: 0;
}
#reservation #tel dl > * {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
#reservation #tel dl .title {
  margin: 0;
  padding: 0 0 8px;
  width: 102px;
  height: auto;
  border: 0;
  border-right: 2px solid #c7bcb5;
  background: none;
}
#reservation #tel dl .contents {
  padding-bottom: 8px;
  width: 231px;
  height: 100px;
}
#reservation #tel dl .contents p {
  line-height: 1;
}
#reservation #tel dl .tel {
  margin-bottom: 5px;
}
#reservation #tel dl .tel img {
  margin-bottom: 18px;
}
#reservation #net {
  position: relative;
}
#reservation #net .title,
#reservation #net > p {
  margin-bottom: 25px;
}
#reservation #net #order {
  position: absolute;
  top: 66px;
  left: 0;
}
#reservation #net > p,
#reservation #net .inputform {
  margin-left: 224px;
}
#reservation #net > p em {
  color: #ec7c78;
}
#reservation #net .inputform th p,
#reservation #net .inputform td p {
  margin: 0;
}
#reservation #net .inputform .date p {
  margin: 0;
}
#reservation #net .inputform .date label {
  margin-right: 0;
}
#reservation #net .inputform .date .wrapper {
  margin-left: -3px;
}
#reservation #net .inputform .date .wrapper img {
  border: 1px solid #baafa6;
  border-left: 0;
}

/* 7-3-3.	お問い合わせ// {{{
----------------------------------------------------------------------*/
#inquiry #tel, #media #tel {
  margin-bottom: 50px;
}
#inquiry #tel p, #media #tel p {
  margin-bottom: 25px;
  text-align: center;
}
#inquiry #tel ul, #media #tel ul {
  margin: -20px 132px 0;
}
#inquiry #tel li, #media #tel li {
  margin-bottom: 10px;
}
#inquiry #tel dl, #media #tel dl {
  *zoom: 1;
  border: 1px solid #baafa6;
}
#inquiry #tel dl::after, #media #tel dl::after {
  content: "";
  display: table;
  clear: both;
}
#inquiry #tel dl dt, #media #tel dl dt,
#inquiry #tel dl dd,
#media #tel dl dd {
  float: left;
}
#inquiry #net, #media #net {
  position: relative;
}
#inquiry #net .title, #media #net .title,
#inquiry #net > p,
#media #net > p {
  margin-bottom: 25px;
}
#inquiry #net .title small, #media #net .title small,
#inquiry #net > p small,
#media #net > p small {
  display: block;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 0.8333333333em;
}
#inquiry #net #order, #media #net #order {
  position: absolute;
  top: 66px;
  left: 0;
}
#inquiry #net > p, #media #net > p,
#inquiry #net .inputform,
#media #net .inputform {
  margin-left: 224px;
}
#inquiry #net .inputform .name label em, #media #net .inputform .name label em {
  display: block;
  line-height: 1.4;
  font-size: 0.7142857143em;
}

/* 7-3-5.	メディアの皆さま// {{{
----------------------------------------------------------------------*/
#media #tel .pic {
  *zoom: 1;
  display: flex;
  align-items: center;
  margin: -20px 132px 0;
  border: 1px solid #baafa6;
}
#media #tel .pic::after {
  content: "";
  display: table;
  clear: both;
}
#media #tel .pic .bhour {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 231px;
  height: 48px;
  border-left: 1px dashed #baafa6;
  font-size: 1.2em;
  color: #7f7875;
}
#media #tel .pic dt,
#media #tel .pic dd {
  float: left;
}

/* 7-3-6.	モニター申込み// {{{
----------------------------------------------------------------------*/
#monitor #details {
  position: relative;
}
#monitor #details .title,
#monitor #details > p {
  margin-bottom: 25px;
}
#monitor #details #order {
  position: absolute;
  top: 66px;
  left: 0;
}
#monitor #details > p,
#monitor #details .inputform {
  margin-left: 224px;
}
#monitor #details > p em {
  color: #ec7c78;
}
#monitor select#monitor_form_operation {
  height: 2em;
}
#monitor #monitor_form_cource li,
#monitor #monitor_form_course li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#monitor .inputform .date label {
  margin-right: 0;
}
#monitor.new-doctor_icc .input-form-wrapper .input-form-item.clinic .input-form-label, #monitor.new-doctor_icc .input-form-wrapper #footer .input-form-item.kuchikomi .input-form-label, #footer #monitor.new-doctor_icc .input-form-wrapper .input-form-item.kuchikomi .input-form-label {
  padding-bottom: 120px;
}
#monitor.new-doctor_icc .input-form-wrapper .input-form-item.clinic .input-form-label label, #monitor.new-doctor_icc .input-form-wrapper #footer .input-form-item.kuchikomi .input-form-label label, #footer #monitor.new-doctor_icc .input-form-wrapper .input-form-item.kuchikomi .input-form-label label {
  position: relative;
}
#monitor.new-doctor_icc .input-form-wrapper .input-form-item.clinic .input-form-label label::before, #monitor.new-doctor_icc .input-form-wrapper #footer .input-form-item.kuchikomi .input-form-label label::before, #footer #monitor.new-doctor_icc .input-form-wrapper .input-form-item.kuchikomi .input-form-label label::before {
  content: "・東京院(吉塚Dr.／大塚Dr.)\a・名古屋院(加藤Dr.)\a・大阪院(加藤Dr.)\a・福岡院(吉塚Dr.)\a※東京院でドクターの指名がある場合は、備考欄にご記入ください。";
  display: block;
  position: absolute;
  top: 25px;
  font-size: 10px;
  font-weight: normal;
  white-space: break-spaces;
}

/* 7-3-7.	ご意見・ご不満メール相談// {{{
----------------------------------------------------------------------*/
/* 7-3-8.	ご紹介のお問い合わせ// {{{
----------------------------------------------------------------------*/
#introduction #details, #drseminar #details {
  min-height: 260px;
}
#introduction #form > p, #drseminar #form > p,
#introduction #form .inputform,
#drseminar #form .inputform {
  margin-left: 224px;
}
#introduction #form > p, #drseminar #form > p {
  margin-bottom: 25px;
}

/* 7-3-9.	ドクターセミナー参加申し込み// {{{
----------------------------------------------------------------------*/
#drseminar #flow {
  margin-bottom: 60px;
}
#drseminar #flow .pic {
  margin: 0 auto;
  width: 684px;
}
#drseminar #flow small {
  display: block;
  margin-top: 15px;
  line-height: 1;
  font-size: 1em;
}
#drseminar form .career .short {
  margin-right: 0.5em;
}

/* 7-3-10.	確認画面// {{{
----------------------------------------------------------------------*/
#confirmation .ui-datepicker {
  z-index: 2000 !important;
}
#confirmation #ui-datepicker-div .ui-datepicker-today {
  opacity: 0.8;
}
#confirmation #ui-datepicker-div .ui-datepicker-today span {
  background: #f9e5e0;
}
#confirmation legend {
  display: none;
}
#confirmation #message {
  margin-bottom: 30px;
  margin-left: 224px;
  padding: 18px 0;
  border: 2px solid #ec7c78;
}
#confirmation #message p {
  margin: 0 auto !important;
  padding: 0 50px;
  width: 360px;
  background: url(../img/form_message_bg.gif) left center no-repeat;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
  color: #ec7c78;
}
#confirmation #message p span {
  font-size: 0.8333333333em;
  color: #7f7875;
}
#confirmation > img {
  display: none;
}
#confirmation #content {
  padding-top: 30px;
}
#confirmation article {
  position: relative;
}
#confirmation article section p,
#confirmation article section #inputform,
#confirmation article section #send,
#confirmation article section aside {
  margin-left: 224px;
}
#confirmation article section p {
  margin-bottom: 25px;
}
#confirmation article section aside .link {
  margin: 0 auto 50px;
  width: 164px;
  border: 1px solid #ec7c78;
}
#confirmation article > aside {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px dotted #baafa6;
}
#confirmation #order {
  position: absolute;
  top: 146px;
  left: 10px;
}
#confirmation form table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 46px;
  font-size: 1em;
}
#confirmation form table thead td {
  border-bottom: 1px solid #baafa6;
}
#confirmation form table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
#confirmation form table tbody th,
#confirmation form table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
#confirmation form table tbody tr.separate th,
#confirmation form table tbody tr.separate td {
  border-bottom-style: solid;
}
#confirmation form table tbody tr:last-child th,
#confirmation form table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
#confirmation form table tbody td {
  line-height: 24px;
}
#confirmation form table tr th,
#confirmation form table tr td {
  border: 1px solid #baafa6;
  line-height: 1;
  font-size: 1.4em;
}
#confirmation form table tr:nth-child(even) th, #confirmation form table tr:nth-child(even) td {
  background-color: #f2efed;
}
#confirmation form table tr p {
  font-size: 1em;
}
#confirmation form table tr p em {
  color: #ec7c78;
}
#confirmation form table th {
  padding: 0 10px 0 15px;
  width: 245px;
  background: url(../img/form_table_bg.gif) 225px 10px no-repeat;
  vertical-align: middle;
}
#confirmation form table th.required {
  background-image: url(../img/form_required.gif) !important;
}
#confirmation form table th label,
#confirmation form table th span {
  display: block;
  padding-left: 15px;
  background: url(../img/arrow/arrow.png) left 6px no-repeat;
  line-height: 1.5714285714;
}
#confirmation form table th label span,
#confirmation form table th span span {
  display: inline;
  padding: 0;
  background: none;
  font-size: 0.7142857143em;
}
#confirmation form table th label em,
#confirmation form table th span em {
  margin-top: 5px;
}
#confirmation form table th p {
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 0.7142857143em;
}
#confirmation form table th p small {
  font-size: 1em;
}
#confirmation form table th small {
  display: block;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 0.7142857143em;
}
#confirmation form table td {
  padding: 12px 15px;
  width: 381px;
  font-size: 1em;
}
#confirmation form table td p {
  margin: 0;
  font-size: 1em;
}
#confirmation form table td li {
  margin-right: 0.75em;
  line-height: 1.5714285714;
}
#confirmation form table td label {
  margin-right: 0.75em;
}
#confirmation form table td.errbg {
  background-color: #fae5e1;
}
#confirmation form table tr:nth-child(even) td.errbg {
  background-color: #f4c7c2;
}
#confirmation form table .history ul,
#confirmation form table .possibletime ul,
#confirmation form table .sex ul,
#confirmation form table .forfemale ul,
#confirmation form table .notice ul,
#confirmation form table .experience ul {
  *zoom: 1;
}
#confirmation form table .history ul::after,
#confirmation form table .possibletime ul::after,
#confirmation form table .sex ul::after,
#confirmation form table .forfemale ul::after,
#confirmation form table .notice ul::after,
#confirmation form table .experience ul::after {
  content: "";
  display: table;
  clear: both;
}
#confirmation form table .history li,
#confirmation form table .possibletime li,
#confirmation form table .sex li,
#confirmation form table .forfemale li,
#confirmation form table .notice li,
#confirmation form table .experience li {
  float: left;
  white-space: nowrap;
}
#confirmation form table input[type=radio],
#confirmation form table input[type=checkbox] {
  margin-right: 0.5em;
}
#confirmation form table input[type=text],
#confirmation form table textarea {
  padding: 4px 8px;
  height: 100%;
  border: 1px solid #baafa6;
  line-height: 23px;
  color: #7f7875;
}
#confirmation form table input[type=text].full,
#confirmation form table textarea.full {
  width: 363px;
}
#confirmation form table input[type=text].middle,
#confirmation form table textarea.middle {
  width: 140px;
}
#confirmation form table input[type=text].short,
#confirmation form table textarea.short {
  width: 80px;
}
#confirmation form table input[type=text] {
  height: 23px;
}
#confirmation form table select {
  font-size: 1em;
  color: #7f7875;
}
#confirmation form table .name .middle,
#confirmation form table .kana .middle {
  margin-right: 0.5em;
}
#confirmation form table .age .short {
  margin-right: 0.5em;
}
#confirmation form #button li {
  margin: 0 auto;
  width: 198px;
  border: 1px solid #ec7c78;
}
#confirmation form #button li img,
#confirmation form #button li input {
  display: block;
}
#confirmation form table {
  width: 100%;
}
#confirmation #inputform table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: none;
}
#confirmation #inputform table td {
  line-height: 1.5714285714;
}
#confirmation #inputform table .email td {
  font-size: 1.8em;
  font-weight: bold;
  color: #ec7c78;
}
#confirmation #inputform table .email td p {
  margin: 5px 0 0;
  line-height: 1.2;
  font-size: 0.5555555556em;
  font-weight: normal;
}
#confirmation #inputform table .email td p small {
  font-size: 1em;
}
#confirmation #inputform #button .back {
  float: left;
  margin: 10.5px 0;
  width: 164px;
  border: 1px solid #baafa6;
}
#confirmation .completed-text {
  margin-bottom: 15px;
}
#confirmation .completed-mail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border: 2px solid #6b6562;
  background: #473f3d;
}
#confirmation .completed-mail > * {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px;
  min-height: 60px;
  box-sizing: border-box;
}
#confirmation .completed-mail__text {
  width: 133px;
  text-align: center;
  line-height: 1.4285714286;
  font-size: 14px;
  color: #fff;
}
#confirmation .completed-mail__address {
  width: 551px;
  background: #f2f2f3;
  line-height: 1.3888888889;
  font-size: 18px;
  font-weight: bold;
  color: #de5361;
  word-break: break-all;
}
#confirmation .recieve-text {
  line-height: 1;
  font-size: 11px;
  color: #7f7875;
}
#confirmation #recieve {
  margin: 0 0 5px;
  padding: 6px;
  background: #f2efed;
}
#confirmation #recieve > * {
  margin: 0;
  padding-left: 14px;
  border-left: 4px solid #ec7c78;
}
#confirmation #recieve .title {
  margin: 0;
  padding: 15px 0 4px 14px;
  height: auto;
  border-top: 0;
  border-bottom: 0;
  background: none;
  line-height: 1;
  font-family: auto;
  font-weight: bold;
}
#confirmation #recieve p {
  padding-bottom: 14px;
  color: #7f7875;
}
#confirmation #recieve p em {
  color: #ec7c78;
}
#confirmation #recieve ul {
  padding-bottom: 11px;
}
#confirmation #recieve li {
  margin-left: 2em;
  list-style-type: disc;
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #ec7c78;
}
#confirmation.reservation #recieve {
  margin: 0 0 50px;
}
#confirmation .careful {
  margin-top: 30px;
}
#confirmation .careful__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 38px;
  background: #ec7c78;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
#confirmation .careful__title::before, #confirmation .careful__title::after {
  content: "";
  display: block;
  width: 27px;
  height: 24px;
  background: url(../m/img/form_send_careful_title_bg.png) left center no-repeat;
  background-size: 27px;
}
#confirmation .careful__title::before {
  margin-right: 13px;
}
#confirmation .careful__title::after {
  margin-left: 13px;
}
#confirmation .careful__inner {
  padding: 15px 20px 20px;
  background: #f6f4f2;
}
#confirmation .careful__text1, #confirmation .careful__text2 {
  margin: 0;
  text-align: center;
  font-size: 13px;
}
#confirmation .careful__text1 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #ec7c78;
}
#confirmation .careful__clinic {
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
}
#confirmation .careful__clinic > * {
  margin: 0;
  text-align: center;
  line-height: 1;
}
#confirmation .careful__clinic__name {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #7f7875;
}
#confirmation .careful__clinic__tel {
  font-size: 20px;
  font-weight: bold;
  color: #ec7c78;
}
#confirmation .careful__text2 {
  color: #7f7875;
}
#confirmation .toCounseling {
  display: flex;
  position: relative;
  margin: 50px 0;
  padding: 24px;
  background: #f2efed;
}
#confirmation .toCounseling > * {
  margin: 0;
}
#confirmation .toCounseling .pic {
  display: flex;
}
#confirmation .toCounseling .pic img {
  margin-right: -1px;
}
#confirmation .toCounseling .text {
  margin-left: 19px;
}
#confirmation .toCounseling .text__lead {
  margin: 0;
  padding: 4px 0;
  height: auto;
  border-top: 0;
  border-bottom: 0;
  background: none;
  line-height: 1;
  font-family: auto;
  font-size: 1.4em;
  font-weight: bold;
}
#confirmation .toCounseling .text__detail {
  margin: 0;
  line-height: 1.8333333333;
  font-size: 1.2em;
}
#confirmation .toCounseling .text__link {
  position: absolute;
  right: 24px;
  bottom: 24px;
  margin: 0;
  text-align: right;
  line-height: 1;
}
#confirmation .toCounseling .text__link a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 center no-repeat;
  text-decoration: none;
  color: #7f7875;
}
#confirmation.oneday h4 {
  display: block;
  margin-bottom: 10px;
}
#confirmation.oneday td p {
  margin: 0;
}
#confirmation .m-column,
#confirmation .m-campaign {
  margin-right: 0;
  margin-left: 0;
}
#confirmation .m-column-title,
#confirmation .m-campaign-title {
  position: relative;
  margin-bottom: 1px;
  padding-top: 1px;
  border-top: 1px solid #ad9f95;
}
#confirmation .m-column-title .inner-text,
#confirmation .m-campaign-title .inner-text {
  position: absolute;
  color: #7f7875;
}
#confirmation .m-column-list, #confirmation .m-column-page-list,
#confirmation .m-campaign-list,
#confirmation .m-campaign-page-list {
  *zoom: 1;
  border: 1px solid #ad9f95;
  background: #e5dfdb;
  box-shadow: inset 0 0 0 1px #fff;
}
#confirmation .m-column-list::after, #confirmation .m-column-page-list::after,
#confirmation .m-campaign-list::after,
#confirmation .m-campaign-page-list::after {
  content: "";
  display: table;
  clear: both;
}
#confirmation .m-column-item .item-inner,
#confirmation .m-campaign-item .item-inner {
  background: #fff;
}
#confirmation .m-column-item a,
#confirmation .m-campaign-item a {
  display: block;
}
#confirmation .m-column-item a > *,
#confirmation .m-campaign-item a > * {
  transition: opacity 0.1s linear;
}
#confirmation .m-column-item a:hover > *,
#confirmation .m-campaign-item a:hover > * {
  opacity: 0.5;
}
#confirmation .m-column-link,
#confirmation .m-campaign-link {
  margin: 0;
  text-align: right;
}
#confirmation .m-column-link a,
#confirmation .m-campaign-link a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left center no-repeat;
  font-size: 0.8333333333em;
  color: #7f7875;
}
#confirmation .m-column-link a:hover,
#confirmation .m-campaign-link a:hover {
  background-image: url(../img/sprite/hover/arrow/arrow2_h.png);
}
#confirmation .m-column {
  margin-top: 50px;
}
#confirmation .m-column-title .duration {
  right: 10px;
  bottom: 10px;
}
#confirmation .m-column-list {
  padding: 5px;
}
#confirmation .m-column-item {
  float: left;
  width: 50%;
  border: 4px solid transparent;
  box-sizing: border-box;
}
#confirmation .m-column-item .item-inner {
  padding: 10px 6px;
}
#confirmation .m-column-item .item-inner > * {
  display: inline-block;
  vertical-align: middle;
}
#confirmation .m-column-item .item-pic {
  overflow: hidden;
  width: 164px;
  height: 64px;
}
#confirmation .m-column-item img {
  width: 164px;
  height: auto;
}
#confirmation .m-column-item .item-text {
  margin-left: 12px;
  width: 136px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  font-weight: bold;
  color: #7f7875;
}
#confirmation .m-campaign-title .month {
  top: 18px;
  left: 28px;
  font-size: 2.2em;
}
#confirmation .m-campaign-title .limit {
  bottom: 22px;
  left: 250px;
  font-weight: bold;
}
#confirmation .m-campaign-title .limit .day {
  font-size: 1.2em;
  font-weight: bold;
  color: #ec7c78;
}
#confirmation .m-campaign-list {
  padding: 10px;
}
#confirmation .m-campaign-page-item {
  float: left;
}
#confirmation .m-campaign-page-item + .m-campaign-page-item {
  border-left: 1px solid #ad9f95;
}
#confirmation .m-campaign-item {
  margin-bottom: 10px;
}
#confirmation .m-campaign-item:last-child {
  margin: 0;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: left;
  margin-bottom: 45px;
  width: 194px;
}
#sub .s-contents:last-child {
  margin: 0;
}
#sub .menu {
  margin-bottom: 20px;
  border-bottom: 1px solid #baafa6;
}
#sub .menu .title {
  border: 1px solid #baafa6;
}
#sub .menu li {
  border-right: 1px solid #baafa6;
  border-left: 1px solid #baafa6;
}
#sub .menu a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #7f7875;
}
#sub .medical {
  margin-bottom: 20px;
}
#sub .medicallist {
  padding: 2px 4px;
  border: 4px solid #3b4762;
  border-top: 0;
  background: #9693a3;
}
#sub .medicallist-item {
  margin: 2px 0;
  border: 2px solid #454d68;
}
#sub .medicallist-item.drseminar {
  background: url(../img/sprite/hover/sub/sub_medical_drseminar_h.png) 0 0 no-repeat;
}
#sub .medicallist-item.introduction {
  background: url(../img/sprite/hover/sub/sub_medical_introduction_h.png) 0 0 no-repeat;
}
#sub .medicallist-item a:hover img {
  opacity: 0;
}
#sub .info {
  margin-bottom: 20px;
  padding: 4px;
  background: url(../img/sub_info_bg.gif) left top repeat-x;
}
#sub .info ul {
  padding: 4px;
  background: #b7afa8;
}
#sub .info li {
  margin-bottom: 4px;
  border: 2px solid #463f3c;
}
#sub .info li:last-child {
  margin: 0;
}
#sub .president img {
  border: 1px solid #baafa6;
}
#sub .blog {
  margin-bottom: 20px;
}
#sub .blog li {
  margin-bottom: 5px;
}
#sub .blog li:last-child {
  margin: 0;
}
#sub .lp {
  margin-bottom: 20px;
}
#sub .lp li {
  margin-bottom: 5px;
}
#sub .lp li:last-child {
  margin: 0;
}
#sub .banner {
  margin-bottom: 20px;
}
#sub .banner li {
  margin-bottom: 10px;
}
#sub .banner li:last-child {
  margin-bottom: 0;
}
#sub .banner li a > * {
  border: 1px solid #baafa6;
}
#sub .banner .clinic, #sub .banner #footer .kuchikomi, #footer #sub .banner .kuchikomi {
  margin-bottom: 20px;
}
#sub .banner .clinic-item {
  background: url(../img/sub_banner_clinic_bg.gif) left bottom repeat-x #f5f3f1;
}
#sub .banner .clinic-item a:hover > * {
  opacity: 0.5;
}
#sub .banner .clinic-item .pic {
  border-bottom: 1px solid #fff;
}
#sub .banner .clinic-item .text {
  padding: 3px 13px 5px;
  border-top: 1px solid #cbc0b8;
  background: url(../img/arrow/arrow2.png) 176px 17px no-repeat;
  line-height: 1.2;
  color: #7f7875;
}
#sub .banner .others .trouble img {
  border: 0;
}
#sub .social {
  margin-bottom: 20px;
}
#sub .social ul {
  margin: 0 auto;
  width: 71px;
  height: 40px;
}
#sub .social li {
  float: left;
  margin-left: 7px;
  height: 40px;
}
#sub .social li:first-child {
  margin: 0;
}
#sub .feature {
  margin-bottom: 20px;
}
#sub .feature li + li {
  margin-top: 10px;
}
#sub .feature img {
  border: 1px solid #baafa6;
}
#sub .feature .feature-item img {
  border: 0;
}
#sub .feature .feature-item .text {
  margin-top: 3px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
  white-space: nowrap;
}
#sub .regenerative {
  margin-bottom: 20px;
}
#sub .regenerative p {
  margin-bottom: 10px;
}
#sub .regenerative img {
  border: 1px solid #baafa6;
}
#sub .regenerative .cooperation img {
  border: 0;
}
#sub .matome {
  margin-bottom: 20px;
}
#sub .matome > .title {
  position: relative;
}
#sub .matome > .title::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: url(../img/sub_matome_title_bg.png) left top no-repeat;
}
#sub .matome .s-matome-item {
  border-bottom: 1px dotted #baafa6;
}
#sub .matome .s-matome-item a {
  display: block;
  padding: 10px;
}
#sub .matome .s-matome-item .item-inner {
  position: relative;
  min-height: 55px;
}
#sub .matome .s-matome-item .item-inner > * {
  margin-left: 65px;
}
#sub .matome .s-matome-item .item-inner .title {
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#sub .matome .s-matome-item .item-inner .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#sub .matome .s-matome-wrapper {
  position: relative;
  padding: 12px 0;
  border: 1px solid #baafa6;
  border-top: 0;
  background: #f5f2f0;
}
#sub .matome .s-matome-wrapper .bx-wrapper {
  position: static;
}
#sub .matome .s-matome-wrapper .bx-wrapper .bx-viewport {
  left: 0;
  height: 227px !important;
  border: 0;
  background: none;
  box-shadow: none;
}
#sub .matome .s-matome-wrapper .bx-controls a {
  display: block;
  position: absolute;
  left: 0;
  z-index: 800;
  margin: 0;
  width: 100%;
  height: 12px;
  background-color: #a39489;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-prev {
  top: 0;
  background-image: url(../img/index_relatedsites_arrow1.gif);
  background-position: center;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-next {
  bottom: 0;
  background-image: url(../img/index_relatedsites_arrow2.gif);
  background-position: center;
}
#sub .js-fix-contents {
  width: 194px;
}
#sub .js-fix-contents.is-fixed {
  position: fixed;
}
#sub .js-fix-contents.is-bottom {
  position: absolute;
  bottom: 0;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer .wrapper {
  margin: 0 auto;
  width: 988px;
}
#footer .wrapper .wrapper {
  width: auto;
  border-bottom: 1px solid #baafa6;
  background: #f2efed;
}
#footer .f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
#footer .f-clinic-item {
  position: relative;
  flex-basis: 20%;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
#footer .f-clinic-item:first-child {
  border-left: 0;
}
#footer .f-clinic-item:last-child {
  border-right: 0;
}
#footer .f-clinic-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all 0.15s linear;
}
#footer .f-clinic-item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#footer .f-clinic-item a:hover img {
  opacity: 1;
}
#footer .f-clinic-item a:hover::before {
  background-color: rgba(255,255,255,.5);
}
#footer .f-clinic-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
#footer .f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
#footer .f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
#footer .f-sitemap {
  display: flex;
  padding: 36px 55px 18px;
}
#footer .f-sitemap-contents {
  flex-basis: 24%;
}
#footer .f-sitemap-contents > .title {
  margin-bottom: 12px;
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-contents.others {
  flex: 1;
  flex-basis: 52%;
}
#footer .f-sitemap-contents.others .f-sitemap-page-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 240px;
}
#footer .f-sitemap-contents.others .f-sitemap-page-item a {
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-page-item {
  margin-bottom: 12px;
}
#footer .f-sitemap-page-item a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 center no-repeat;
  text-decoration: none;
  font-size: 1.2em;
  color: #7f7875;
}
#footer .f-sitemap-page-item.subitem a {
  margin-left: 20px;
}
#footer .sitemap {
  *zoom: 1;
  float: left;
  margin: 36px 0 0 60px;
  padding-bottom: 30px;
  width: 614px;
}
#footer .sitemap::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap ul {
  *zoom: 1;
  clear: both;
  background: url(../img/footer_sitemap_bg.gif) left top repeat-x, url(../img/footer_sitemap_bg.gif) left 42px repeat-x, url(../img/footer_sitemap_bg.gif) left 84px repeat-x, url(../img/footer_sitemap_bg.gif) left bottom repeat-x;
}
#footer .sitemap ul::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap ul li {
  float: left;
  margin-right: 12px;
  padding-bottom: 2px;
}
#footer .sitemap ul li a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 2px no-repeat;
  text-decoration: none;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap ul li a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .sitemap section {
  float: left;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 130px;
}
#footer .sitemap section:first-child {
  margin: 0;
}
#footer .sitemap section .title {
  margin-bottom: 8px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap section ul {
  padding: 0;
  background: none;
}
#footer .sitemap section ul li {
  float: none;
  margin: 0;
  line-height: 1;
}
#footer .sitemap section ul li a {
  display: block;
  background-position: 0 4px;
  line-height: 1.8;
  font-size: 1em;
  font-weight: normal;
  color: #7f7875;
}
#footer .clinic, #footer .kuchikomi {
  float: right;
  margin: 36px 60px 0 0;
  padding-bottom: 26px;
  width: 239px;
}
#footer .clinic-item {
  margin-bottom: 4px;
}
#footer .clinic-item a:hover > * {
  opacity: 0.5;
}
#footer .clinic-item img {
  border: 1px solid #baafa6;
}
#footer .clinic-item .item-inner {
  position: relative;
}
#footer .clinic-item .text {
  position: absolute;
  right: 11px;
  bottom: 5px;
  padding: 0;
  width: 164px;
  border: 0;
  background: none;
  text-align: center;
  line-height: 1.25;
  font-size: 0.8em;
  color: #7f7875;
}
#footer .text {
  clear: both;
  padding: 15px 0;
  border-top: 1px solid #fff;
  background: #f2efed;
  text-align: center;
  line-height: 1.6;
  color: #7f7875;
}
#footer #fnavi {
  border-top: 1px solid #ccc3ba;
}
#footer #copyright {
  padding-top: 45px;
  width: 100%;
  height: 25px;
  background: url(../img/copyright_bg.gif) left top no-repeat;
  text-align: center;
  color: #f5f3f1;
}
#footer .kuchikomi {
  margin-top: 0;
  text-align: right;
}
#footer .kuchikomi img {
  border: 0;
}
/*# sourceMappingURL=static.css.map */
