@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: "ヒラギノ角ゴ 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;
}

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

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

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

a[href^=http] img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: opacity 0.1s linear;
}
a[href^=http]:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

a[href^=tel] {
  cursor: default;
}
a[href^=tel]:hover {
  cursor: default;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  height: 100%;
  min-height: 100%;
  background: url(../../img/pc/container_bg.png) top center repeat-y;
}
#container .wrapper {
  background: -owg-url(../../img/pc/container_bg2.png) top center no-repeat, -owg-url(../../img/pc/bg2.gif) top center repeat-x;
  background: -webkit-url(../../img/pc/container_bg2.png) top center no-repeat, -webkit-url(../../img/pc/bg2.gif) top center repeat-x;
  background: -moz-url(../../img/pc/container_bg2.png) top center no-repeat, -moz-url(../../img/pc/bg2.gif) top center repeat-x;
  background: -o-url(../../img/pc/container_bg2.png) top center no-repeat, -o-url(../../img/pc/bg2.gif) top center repeat-x;
  background: url(../../img/pc/container_bg2.png) top center no-repeat, url(../../img/pc/bg2.gif) top center repeat-x;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
}
body > #container .wrapper {
  height: auto;
}
#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;
  color: #6d9dd0;
}

.pagetop {
  margin: 23px 10px;
  text-align: right;
}
.pagetop a {
  padding-left: 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -968px;
  background-repeat: no-repeat;
  color: #7f7875;
}
.pagetop a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -50px;
  background-repeat: no-repeat;
}

.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/pc/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;
}

.area-link:focus {
  outline: 0;
}
.area-link:focus::before {
  outline: -webkit-focus-ring-color auto 5px;
}
.area-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 988px;
  background: url(../../img/pc/header_bg.gif) left 24px no-repeat;
}
#header h1 {
  background: url(../../img/pc/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: 25px 0 25px 25px;
}
#header aside {
  position: absolute;
  top: 37px;
  right: 30px;
}
#header aside div {
  position: absolute;
  right: 0;
}
#header .p-header__tel {
  position: absolute;
  top: 1px;
  right: 404px;
}
#header .info {
  display: flex;
  top: 0;
  width: 376px;
}
#header .info li {
  border: 2px solid #29211b;
}
#header .info li:first-child {
  margin-bottom: 2px;
}
#header .info li.mail {
  background-position: 0 -28px;
}
#header .info li.counseling {
  background-position: 0 0;
}
#header .info li.mail {
  background-image: url(../../img/pc/header_info_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info li.counseling {
  background-image: url(../../img/pc/header_info_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#header .info .line {
  margin-left: 5px;
  border: 2px solid #29211b;
}
#header .info .line a {
  display: block;
  width: 120px;
  height: 62px;
  background: url(../../img/pc/header_cv_line_h.png) left top no-repeat;
}
#header .info .line a:hover img {
  display: none;
}
#header .search {
  top: 0;
  margin: 0;
}
#header .search .ui-datepicker {
  z-index: 2000 !important;
}
#header .search #ui-datepicker-div .ui-datepicker-today {
  opacity: 0.8;
}
#header .search #ui-datepicker-div .ui-datepicker-today span {
  background: #f9e5e0;
}
#header .search legend {
  display: none;
}
#header .search #message {
  margin-bottom: 30px;
  margin-left: 224px;
  padding: 18px 0;
  border: 2px solid #ec7c78;
}
#header .search #message p {
  margin: 0 auto !important;
  padding: 0 50px;
  width: 360px;
  background: url(../../img/pc/form_message_bg.gif) left center no-repeat;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
  color: #ec7c78;
}
#header .search #message p span {
  font-size: 0.8333333333em;
  color: #7f7875;
}
#header .search dl {
  *zoom: 1;
  width: 268px;
  border: 1px solid #29211b;
  background: #29211b;
}
#header .search dl:after {
  content: "";
  display: table;
  clear: both;
}
#header .search dt {
  float: left;
  padding-right: 1px;
}
#header .search dt input {
  padding: 0 6px;
  width: 194px;
  height: 22px;
  border: 0;
  background: #ebe7e4;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5) inset;
  font-size: 1.2em;
  color: #7f7875;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
#header .search dt input:focus {
  outline-offset: -2px;
}
#header .search dt input::-webkit-search-decoration {
  display: none;
}
#header .search dd {
  height: 22px;
}
#header .search dd input {
  transition: opacity 0.1s linear;
}
#header .search dd input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#header .link {
  top: 1px;
  right: 265px;
}
#header .link li:first-child {
  margin-right: 14px;
}
#header .link li.sitemap {
  background-position: 0 -67px;
}
#header .link li.inquiry {
  background-position: 0 -56px;
}
#header .link li.sitemap {
  background-image: url(../../img/pc/sprite/hover/header.png);
  background-repeat: no-repeat;
}
#header .link li.inquiry {
  background-image: url(../../img/pc/sprite/hover/header.png);
  background-repeat: no-repeat;
}
#header .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#gnavi, #footer #fnavi {
  padding-bottom: 4px;
  background: url(../../img/pc/nav_bg.gif) left top repeat-x;
}
#gnavi ul, #footer #fnavi ul {
  *zoom: 1;
  margin: 0 29px;
  background-image: url(../../img/pc/sprite/hover/header.png);
  background-position: 0 -86px;
  background-repeat: no-repeat;
}
#gnavi ul:after, #footer #fnavi ul:after {
  content: "";
  display: table;
  clear: both;
}
#gnavi ul li, #footer #fnavi ul li {
  position: relative;
  float: left;
}
#gnavi ul li .new, #footer #fnavi ul li .new {
  position: absolute;
  top: -11px;
  right: 0;
  z-index: 100;
}
#gnavi ul a:hover img, #footer #fnavi ul a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.sp #header #logo {
  margin-bottom: 160px;
  padding: 53px 0 48px 51px;
  background-image: url(../../img/pc/sp_header_bg.gif);
}
.sp #header #logo a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.sp #header aside {
  top: 0;
  right: 0;
  width: 100%;
}
.sp #header .info {
  top: 214px;
}
.sp #header .info li:nth-child(n) {
  float: left;
  margin: 0;
  border: 0;
}
.sp #header .info a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.sp #header .link {
  top: 49px;
  right: 25px;
}
.sp #header .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

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

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

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

#confirmation article aside .clinic, #confirmation article aside #footer .kuchikomi, #footer #confirmation article aside .kuchikomi, #privacypolicy article aside .clinic, #privacypolicy article aside #footer .kuchikomi, #footer #privacypolicy article aside .kuchikomi, #sitemap.error article aside .clinic, #sitemap.error article aside #footer .kuchikomi, #footer #sitemap.error article aside .kuchikomi {
  position: relative;
  margin: 0;
  padding: 15px;
  background: #f2efed;
}
#confirmation article aside .clinic > *, #confirmation article aside #footer .kuchikomi > *, #footer #confirmation article aside .kuchikomi > *, #privacypolicy article aside .clinic > *, #privacypolicy article aside #footer .kuchikomi > *, #footer #privacypolicy article aside .kuchikomi > *, #sitemap.error article aside .clinic > *, #sitemap.error article aside #footer .kuchikomi > *, #footer #sitemap.error article aside .kuchikomi > * {
  margin: 0;
  padding: 0;
  width: 245px;
  text-align: center;
}
#confirmation article aside .clinic .title, #confirmation article aside #footer .kuchikomi .title, #footer #confirmation article aside .kuchikomi .title, #privacypolicy article aside .clinic .title, #privacypolicy article aside #footer .kuchikomi .title, #footer #privacypolicy article aside .kuchikomi .title, #sitemap.error article aside .clinic .title, #sitemap.error article aside #footer .kuchikomi .title, #footer #sitemap.error article aside .kuchikomi .title {
  margin-bottom: 0;
  padding: 2px 0 0;
  height: auto;
  border: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
  text-align: left;
}
#confirmation article aside .clinic .address, #confirmation article aside #footer .kuchikomi .address, #footer #confirmation article aside .kuchikomi .address, #privacypolicy article aside .clinic .address, #privacypolicy article aside #footer .kuchikomi .address, #footer #privacypolicy article aside .kuchikomi .address, #sitemap.error article aside .clinic .address, #sitemap.error article aside #footer .kuchikomi .address, #footer #sitemap.error article aside .kuchikomi .address {
  margin-bottom: 11px;
  padding-top: 8px;
  border-top: 1px solid #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#confirmation article aside .clinic .tel, #confirmation article aside #footer .kuchikomi .tel, #footer #confirmation article aside .kuchikomi .tel, #privacypolicy article aside .clinic .tel, #privacypolicy article aside #footer .kuchikomi .tel, #footer #privacypolicy article aside .kuchikomi .tel, #sitemap.error article aside .clinic .tel, #sitemap.error article aside #footer .kuchikomi .tel, #footer #sitemap.error article aside .kuchikomi .tel {
  color: #7f7875;
}
#confirmation article aside .clinic .tel img, #confirmation article aside #footer .kuchikomi .tel img, #footer #confirmation article aside .kuchikomi .tel img, #privacypolicy article aside .clinic .tel img, #privacypolicy article aside #footer .kuchikomi .tel img, #footer #privacypolicy article aside .kuchikomi .tel img, #sitemap.error article aside .clinic .tel img, #sitemap.error article aside #footer .kuchikomi .tel img, #footer #sitemap.error article aside .kuchikomi .tel img {
  margin-bottom: 8px;
}
#confirmation article aside .clinic .tel a, #confirmation article aside #footer .kuchikomi .tel a, #footer #confirmation article aside .kuchikomi .tel a, #privacypolicy article aside .clinic .tel a, #privacypolicy article aside #footer .kuchikomi .tel a, #footer #privacypolicy article aside .kuchikomi .tel a, #sitemap.error article aside .clinic .tel a, #sitemap.error article aside #footer .kuchikomi .tel a, #footer #sitemap.error article aside .kuchikomi .tel a {
  color: #7f7875;
}
#confirmation article aside .clinic .tel dd, #confirmation article aside #footer .kuchikomi .tel dd, #footer #confirmation article aside .kuchikomi .tel dd, #privacypolicy article aside .clinic .tel dd, #privacypolicy article aside #footer .kuchikomi .tel dd, #footer #privacypolicy article aside .kuchikomi .tel dd, #sitemap.error article aside .clinic .tel dd, #sitemap.error article aside #footer .kuchikomi .tel dd, #footer #sitemap.error article aside .kuchikomi .tel dd {
  margin-top: 6px;
  margin-bottom: 5px;
}
#confirmation article aside .clinic .tel dd dt, #confirmation article aside #footer .kuchikomi .tel dd dt, #footer #confirmation article aside .kuchikomi .tel dd dt, #privacypolicy article aside .clinic .tel dd dt, #privacypolicy article aside #footer .kuchikomi .tel dd dt, #footer #privacypolicy article aside .kuchikomi .tel dd dt, #sitemap.error article aside .clinic .tel dd dt, #sitemap.error article aside #footer .kuchikomi .tel dd dt, #footer #sitemap.error article aside .kuchikomi .tel dd dt,
#confirmation article aside .clinic .tel dd dd,
#confirmation article aside #footer .kuchikomi .tel dd dd,
#footer #confirmation article aside .kuchikomi .tel dd dd,
#privacypolicy article aside .clinic .tel dd dd,
#privacypolicy article aside #footer .kuchikomi .tel dd dd,
#footer #privacypolicy article aside .kuchikomi .tel dd dd,
#sitemap.error article aside .clinic .tel dd dd,
#sitemap.error article aside #footer .kuchikomi .tel dd dd,
#footer #sitemap.error article aside .kuchikomi .tel dd dd {
  display: inline;
}
#confirmation article aside .clinic .tel dd dt, #confirmation article aside #footer .kuchikomi .tel dd dt, #footer #confirmation article aside .kuchikomi .tel dd dt, #privacypolicy article aside .clinic .tel dd dt, #privacypolicy article aside #footer .kuchikomi .tel dd dt, #footer #privacypolicy article aside .kuchikomi .tel dd dt, #sitemap.error article aside .clinic .tel dd dt, #sitemap.error article aside #footer .kuchikomi .tel dd dt, #footer #sitemap.error article aside .kuchikomi .tel dd dt,
#confirmation article aside .clinic .tel dd em,
#confirmation article aside #footer .kuchikomi .tel dd em,
#footer #confirmation article aside .kuchikomi .tel dd em,
#privacypolicy article aside .clinic .tel dd em,
#privacypolicy article aside #footer .kuchikomi .tel dd em,
#footer #privacypolicy article aside .kuchikomi .tel dd em,
#sitemap.error article aside .clinic .tel dd em,
#sitemap.error article aside #footer .kuchikomi .tel dd em,
#footer #sitemap.error article aside .kuchikomi .tel dd em {
  font-weight: bold;
}
#confirmation article aside .clinic .tel dd em, #confirmation article aside #footer .kuchikomi .tel dd em, #footer #confirmation article aside .kuchikomi .tel dd em, #privacypolicy article aside .clinic .tel dd em, #privacypolicy article aside #footer .kuchikomi .tel dd em, #footer #privacypolicy article aside .kuchikomi .tel dd em, #sitemap.error article aside .clinic .tel dd em, #sitemap.error article aside #footer .kuchikomi .tel dd em, #footer #sitemap.error article aside .kuchikomi .tel dd em {
  margin-left: 1em;
}
#confirmation article aside .clinic .form, #confirmation article aside #footer .kuchikomi .form, #footer #confirmation article aside .kuchikomi .form, #privacypolicy article aside .clinic .form, #privacypolicy article aside #footer .kuchikomi .form, #footer #privacypolicy article aside .kuchikomi .form, #sitemap.error article aside .clinic .form, #sitemap.error article aside #footer .kuchikomi .form, #footer #sitemap.error article aside .kuchikomi .form {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  width: auto;
}
#confirmation article aside .clinic .form li, #confirmation article aside #footer .kuchikomi .form li, #footer #confirmation article aside .kuchikomi .form li, #privacypolicy article aside .clinic .form li, #privacypolicy article aside #footer .kuchikomi .form li, #footer #privacypolicy article aside .kuchikomi .form li, #sitemap.error article aside .clinic .form li, #sitemap.error article aside #footer .kuchikomi .form li, #footer #sitemap.error article aside .kuchikomi .form li {
  margin-bottom: 10px;
  border: 2px solid #433c38;
}
#confirmation article aside .clinic .form li:nth-child(1), #confirmation article aside #footer .kuchikomi .form li:nth-child(1), #footer #confirmation article aside .kuchikomi .form li:nth-child(1), #privacypolicy article aside .clinic .form li:nth-child(1), #privacypolicy article aside #footer .kuchikomi .form li:nth-child(1), #footer #privacypolicy article aside .kuchikomi .form li:nth-child(1), #sitemap.error article aside .clinic .form li:nth-child(1), #sitemap.error article aside #footer .kuchikomi .form li:nth-child(1), #footer #sitemap.error article aside .kuchikomi .form li:nth-child(1) {
  background-position: 0 -66px;
}
#confirmation article aside .clinic .form li:nth-child(2), #confirmation article aside #footer .kuchikomi .form li:nth-child(2), #footer #confirmation article aside .kuchikomi .form li:nth-child(2), #privacypolicy article aside .clinic .form li:nth-child(2), #privacypolicy article aside #footer .kuchikomi .form li:nth-child(2), #footer #privacypolicy article aside .kuchikomi .form li:nth-child(2), #sitemap.error article aside .clinic .form li:nth-child(2), #sitemap.error article aside #footer .kuchikomi .form li:nth-child(2), #footer #sitemap.error article aside .kuchikomi .form li:nth-child(2) {
  background-position: 0 -26px;
}
#confirmation article aside .clinic .form li:nth-child(1), #confirmation article aside #footer .kuchikomi .form li:nth-child(1), #footer #confirmation article aside .kuchikomi .form li:nth-child(1), #privacypolicy article aside .clinic .form li:nth-child(1), #privacypolicy article aside #footer .kuchikomi .form li:nth-child(1), #footer #privacypolicy article aside .kuchikomi .form li:nth-child(1), #sitemap.error article aside .clinic .form li:nth-child(1), #sitemap.error article aside #footer .kuchikomi .form li:nth-child(1), #footer #sitemap.error article aside .kuchikomi .form li:nth-child(1) {
  background-image: url(../../img/pc/main_clinic_button_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#confirmation article aside .clinic .form li:nth-child(2), #confirmation article aside #footer .kuchikomi .form li:nth-child(2), #footer #confirmation article aside .kuchikomi .form li:nth-child(2), #privacypolicy article aside .clinic .form li:nth-child(2), #privacypolicy article aside #footer .kuchikomi .form li:nth-child(2), #footer #privacypolicy article aside .kuchikomi .form li:nth-child(2), #sitemap.error article aside .clinic .form li:nth-child(2), #sitemap.error article aside #footer .kuchikomi .form li:nth-child(2), #footer #sitemap.error article aside .kuchikomi .form li:nth-child(2) {
  background-image: url(../../img/pc/main_clinic_button_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#confirmation article aside .clinic .form a:hover img, #confirmation article aside #footer .kuchikomi .form a:hover img, #footer #confirmation article aside .kuchikomi .form a:hover img, #privacypolicy article aside .clinic .form a:hover img, #privacypolicy article aside #footer .kuchikomi .form a:hover img, #footer #privacypolicy article aside .kuchikomi .form a:hover img, #sitemap.error article aside .clinic .form a:hover img, #sitemap.error article aside #footer .kuchikomi .form a:hover img, #footer #sitemap.error article aside .kuchikomi .form a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#confirmation article aside .clinic .link, #confirmation article aside #footer .kuchikomi .link, #footer #confirmation article aside .kuchikomi .link, #privacypolicy article aside .clinic .link, #privacypolicy article aside #footer .kuchikomi .link, #footer #privacypolicy article aside .kuchikomi .link, #sitemap.error article aside .clinic .link, #sitemap.error article aside #footer .kuchikomi .link, #footer #sitemap.error article aside .kuchikomi .link {
  position: absolute;
  right: 15px;
  bottom: 19px;
  width: 164px;
}
#confirmation article aside .clinic .link a, #confirmation article aside #footer .kuchikomi .link a, #footer #confirmation article aside .kuchikomi .link a, #privacypolicy article aside .clinic .link a, #privacypolicy article aside #footer .kuchikomi .link a, #footer #privacypolicy article aside .kuchikomi .link a, #sitemap.error article aside .clinic .link a, #sitemap.error article aside #footer .kuchikomi .link a, #footer #sitemap.error article aside .kuchikomi .link a {
  display: block;
  margin: 0 auto;
  width: 162px;
  border: 1px solid #baafa6;
  background-image: url(../../img/pc/sprite/hover/main.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#confirmation article aside .clinic .link a img, #confirmation article aside #footer .kuchikomi .link a img, #footer #confirmation article aside .kuchikomi .link a img, #privacypolicy article aside .clinic .link a img, #privacypolicy article aside #footer .kuchikomi .link a img, #footer #privacypolicy article aside .kuchikomi .link a img, #sitemap.error article aside .clinic .link a img, #sitemap.error article aside #footer .kuchikomi .link a img, #footer #sitemap.error article aside .kuchikomi .link a img {
  border: 0;
}
#confirmation article aside .clinic .link a:hover img, #confirmation article aside #footer .kuchikomi .link a:hover img, #footer #confirmation article aside .kuchikomi .link a:hover img, #privacypolicy article aside .clinic .link a:hover img, #privacypolicy article aside #footer .kuchikomi .link a:hover img, #footer #privacypolicy article aside .kuchikomi .link a:hover img, #sitemap.error article aside .clinic .link a:hover img, #sitemap.error article aside #footer .kuchikomi .link a:hover img, #footer #sitemap.error article aside .kuchikomi .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#confirmation article aside .clinic .slide, #confirmation article aside #footer .kuchikomi .slide, #footer #confirmation article aside .kuchikomi .slide, #privacypolicy article aside .clinic .slide, #privacypolicy article aside #footer .kuchikomi .slide, #footer #privacypolicy article aside .kuchikomi .slide, #sitemap.error article aside .clinic .slide, #sitemap.error article aside #footer .kuchikomi .slide, #footer #sitemap.error article aside .kuchikomi .slide {
  position: absolute;
  top: 15px;
  right: 230px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 180px;
  border: 0;
  background: none;
}
#confirmation article aside .clinic .slide div, #confirmation article aside #footer .kuchikomi .slide div, #footer #confirmation article aside .kuchikomi .slide div, #privacypolicy article aside .clinic .slide div, #privacypolicy article aside #footer .kuchikomi .slide div, #footer #privacypolicy article aside .kuchikomi .slide div, #sitemap.error article aside .clinic .slide div, #sitemap.error article aside #footer .kuchikomi .slide div, #footer #sitemap.error article aside .kuchikomi .slide div {
  margin: 0;
}

/* 7-1.	サイトマップ// {{{
----------------------------------------------------------------------*/
#sitemap #main {
  float: none;
  width: auto;
}
#sitemap .p-maintitle {
  margin: 70px 0 50px;
  text-align: center;
  font-size: 20px;
  color: #7f7875;
}
#sitemap .p-maintitle::before {
  content: "";
  display: block;
  margin-bottom: 1rem;
  height: 50px;
  background: url(../../img/pc/sitemap_title.png) center no-repeat;
}
#sitemap .p-contents {
  margin: 0 65px 50px;
  color: #7f7875;
}
#sitemap .p-contents:last-of-type {
  margin-bottom: 80px;
}
#sitemap .p-contents a {
  display: inline-block;
  color: #7f7875;
}
#sitemap .p-contents a:hover {
  text-decoration: none;
}
#sitemap .p-contents__title {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 18px;
  font-weight: bold;
}
#sitemap .p-contents__title a {
  padding-left: 22px;
  background: url(../../img/pc/arrow5.png) left center no-repeat;
  line-height: 1.625;
  font-size: 16px;
}
#sitemap .p-contents__title a:hover {
  background: url(../../img/pc/arrow5_h.png) left center no-repeat;
}
#sitemap .p-contents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 15px;
}
#sitemap .p-contents__item {
  flex-basis: 33.3333333333%;
  margin: 0;
}
#sitemap .p-contents__item a {
  padding-left: 19px;
  background: url(../../img/pc/arrow6.png) left center no-repeat;
  line-height: 2;
  font-size: 14px;
}
#sitemap .p-contents__item a:hover {
  background: url(../../img/pc/arrow6_h.png) left center no-repeat;
}
#sitemap .p-contents:last-child {
  margin-bottom: 0;
}
#sitemap .p-page__list {
  margin-left: 30px;
}
#sitemap.error article#main {
  float: right;
  width: 704px;
}
#sitemap.error article .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}
#sitemap.error article div {
  margin: 0 10px 30px;
}
#sitemap.error article div .title {
  margin: 0;
  padding: 0;
  border: 0;
}
#sitemap.error article div div {
  margin: 0;
}
#sitemap.error article > h1 {
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: bold;
  color: #ec7c78;
}
#sitemap.error article > h2 {
  margin-bottom: 20px;
  font-size: 1.4em;
  color: #7f7875;
}
#sitemap.error article > p {
  margin-bottom: 27px;
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
#sitemap.error #list {
  *zoom: 1;
  margin-bottom: 30px;
}
#sitemap.error #list:after {
  content: "";
  display: table;
  clear: both;
}
#sitemap.error #list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 226px;
}
#sitemap.error #list li {
  margin-right: 30px;
  width: 208px;
  border-bottom: 1px dotted #baafa6;
  line-height: 1.2857142857;
  font-size: 1.4em;
}
#sitemap.error #list li:nth-child(14) {
  margin-bottom: 9px;
}
#sitemap.error #list li a {
  display: block;
  padding: 4px 0 3px 15px;
  background: url(../../img/pc/sprite/arrow/arrow2.png) 0 7px no-repeat;
  color: #7f7875;
}
#sitemap.error #list li a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow/arrow2_h.png);
}
#sitemap.error #operation dl {
  display: table;
  vertical-align: middle;
}
#sitemap.error #operation dt,
#sitemap.error #operation dd {
  display: table-cell;
  vertical-align: middle;
}
#sitemap.error #operation dt {
  padding-right: 10px;
  width: 32px;
}
#sitemap.error #operation dt img {
  border: 1px solid #baafa6;
}
#sitemap.error #operation dd {
  line-height: 1.1666666667;
  font-size: 1.2em;
}
#sitemap.error #operation .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
}
#sitemap.error #operation ul {
  *zoom: 1;
  border: 1px solid #baafa6;
}
#sitemap.error #operation ul:after {
  content: "";
  display: table;
  clear: both;
}
#sitemap.error #operation li {
  float: left;
  border-top: 1px dotted #baafa6;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
#sitemap.error #operation dl {
  position: relative;
  padding: 6px 11px;
  box-sizing: border-box;
  width: 100%;
}
#sitemap.error #operation dl > * {
  transition: opacity 0.1s linear;
}
#sitemap.error #operation dl:hover > * {
  opacity: 0.5;
}
#sitemap.error #operation a {
  display: block;
  text-decoration: none;
  color: #7f7875;
}
#sitemap.error #operation ul {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  box-shadow: inset 0 0 0 1px #baafa6;
}
#sitemap.error #operation li {
  display: flex;
  flex-basis: 25%;
  align-items: center;
  float: none;
  border-top: 0;
  box-sizing: border-box;
}
#sitemap.error #operation div {
  margin: 0;
}
#sitemap.error #trouble .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin-bottom: 0;
}
#sitemap.error #trouble div,
#sitemap.error #trouble section {
  margin-bottom: 15px;
}
#sitemap.error #trouble ul {
  *zoom: 1;
  border: 1px solid #baafa6;
  border-top: 0;
}
#sitemap.error #trouble ul:after {
  content: "";
  display: table;
  clear: both;
}
#sitemap.error #trouble li {
  display: table;
  float: left;
  border-top: 1px dotted #baafa6;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
#sitemap.error #trouble li dl {
  padding: 8px 5px 8px 10px;
  box-sizing: border-box;
  width: 100%;
}
#sitemap.error #trouble li a {
  display: block;
  text-decoration: none;
  line-height: 1.25;
  font-size: 1.2em;
  color: #7f7875;
}
#sitemap.error #trouble li a span {
  display: table-cell;
  padding-left: 15px;
  background: url(../../img/pc/arrow/arrow2.png) left center no-repeat;
  vertical-align: middle;
}
#sitemap.error #trouble li a:hover span {
  background: url(../../img/pc/sprite/hover/arrow/arrow2_h.png) left center no-repeat;
}
#sitemap.error #trouble .title {
  border-bottom: 0;
}
#sitemap.error #trouble ul {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  box-shadow: inset 0 0 0 1px #baafa6;
}
#sitemap.error #trouble li {
  display: flex;
  flex-basis: 25%;
  align-items: center;
  float: none;
  padding: 6px 11px;
  border-top: 0;
  box-sizing: border-box;
}

/* 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/pc/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;
}

/* 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/pc/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 .input-form-wrapper .input-form-input li {
  display: flex;
  align-items: center;
}
.form .input-form-wrapper .required .input-form-input {
  position: static;
  overflow: hidden;
}
.form .input-form-wrapper .required.is-fold .is-empty {
  position: relative;
}
.form .input-form-wrapper .required.is-fold .is-empty::before {
  top: -15px;
  right: -20px;
  bottom: -15px;
  left: -20px;
}
.form .input-form-wrapper .required.is-fold .is-empty.err::before {
  top: -43.5px;
}
.form .input-form-wrapper .required .is-empty.chkradio, .form .input-form-wrapper .required .is-empty.chkcheckbox {
  position: relative;
}
.form .input-form-wrapper .required .is-empty.chkradio::before, .form .input-form-wrapper .required .is-empty.chkcheckbox::before {
  top: -15px;
  right: -20px;
  bottom: -15px;
  left: -20px;
}
.form .input-form-wrapper .required .is-empty.err.chkradio::before, .form .input-form-wrapper .required .is-empty.err.chkcheckbox::before {
  top: -43.5px;
}
.form .fixed .formErrorContent {
  margin-top: 0;
}
.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/pc/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/pc/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;
}

/* 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 {
  min-height: 18px;
  height: auto !important;
  height: 18px;
  margin: 0 0 10px;
  padding: 6px 0 6px 14px;
  border: 0;
  background: url(../../img/pc/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-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -1126px;
  background-repeat: no-repeat;
  color: #6d9dd0;
}
#reservation .m-anchor a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -98px;
  background-repeat: no-repeat;
}
#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 {
  background: -owg-linear-gradient(#f7cec7, #ed9891 50%, #ea7d7a 50%, #ed9891);
  background: linear-gradient(#f7cec7, #ed9891 50%, #ea7d7a 50%, #ed9891);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
}
#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 {
  *zoom: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px;
  background: #f5f2f0;
}
#reservation .m-details-inner:after {
  content: "";
  display: table;
  clear: both;
}
#reservation .m-details-item {
  padding-left: 110px;
  height: 100px;
  background-position: left center;
  background-repeat: no-repeat;
}
#reservation .m-details-item + .m-details-item {
  margin-left: 16px;
}
#reservation .m-details-item > .title {
  margin-bottom: 7px;
  padding: 2px 0 5px;
  min-width: 155px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #999490;
  background: none;
  line-height: 1.375;
  font-size: 1.6em;
  font-weight: bold;
  white-space: nowrap;
}
#reservation .m-details-item .text {
  line-height: 1.5;
}
#reservation .m-details-item:nth-child(1) {
  background-image: url(../../img/pc/counseling_details_bg1.jpg);
}
#reservation .m-details-item:nth-child(2) {
  background-image: url(../../img/pc/counseling_details_bg2.jpg);
}
#reservation .m-details-item:nth-child(3) {
  background-image: url(../../img/pc/counseling_details_bg3.jpg);
}
#reservation .m-details-item:nth-child(4) {
  background-image: url(../../img/pc/counseling_details_bg4.jpg);
}
#reservation .m-details-item:nth-child(5) {
  background-image: url(../../img/pc/counseling_details_bg5.jpg);
}
#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;
}
* html #reservation #tel dl > * {
  display: inline;
  zoom: 1;
}
* + html #reservation #tel dl > * {
  display: inline;
  zoom: 1;
}
#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;
  margin: -20px 132px 0;
  border: 1px solid #baafa6;
}
#media #tel .pic:after {
  content: "";
  display: table;
  clear: both;
}
#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;
}

/* 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/pc/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 #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 .clinic, #confirmation article aside #footer .kuchikomi, #footer #confirmation article aside .kuchikomi {
  margin-left: 224px;
}
#confirmation article aside .clinic p, #confirmation article aside #footer .kuchikomi p, #footer #confirmation article aside .kuchikomi p {
  margin-left: 0;
}
#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: 100%;
  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/pc/form_table_bg.gif) 225px 10px no-repeat;
  vertical-align: middle;
}
#confirmation form table th.required {
  background-image: url(../../img/pc/form_required.gif) !important;
}
#confirmation form table th label,
#confirmation form table th span {
  display: block;
  padding-left: 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 6px;
  background-repeat: 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 #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 #send {
  margin-bottom: 30px;
  border: 2px solid #6b6562;
}
#confirmation #send dt,
#confirmation #send dd {
  display: table-cell;
  vertical-align: middle;
}
#confirmation #send dt {
  padding-right: 15px;
}
#confirmation #send dd {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #ec7c78;
}
#confirmation #recieve {
  margin: 0 0 50px;
  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-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.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;
  box-shadow: inset 0 0 0 1px #fff;
  border: 1px solid #ad9f95;
  background: #e5dfdb;
}
#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 a,
#confirmation .m-campaign-item a {
  display: block;
  background: #fff;
}
#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 > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  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/pc/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/pc/sprite/hover/arrow/arrow2_h.png);
}
#confirmation .m-column-title .duration {
  right: 10px;
  bottom: 10px;
}
#confirmation .m-column-list {
  padding: 5px;
}
#confirmation .m-column-item {
  box-sizing: border-box;
  float: left;
  padding: 4px;
  width: 50%;
}
#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;
}
#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: 80px;
  width: 194px;
}
#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-image: url(../../img/pc/sprite/hover/sub.png);
  background-repeat: no-repeat;
}
#sub .medicallist-item.introduction {
  background-image: url(../../img/pc/sprite/hover/sub.png);
  background-repeat: no-repeat;
}
#sub .medicallist-item.drseminar {
  background-position: 0 -132px;
}
#sub .medicallist-item.introduction {
  background-position: 0 -182px;
}
#sub .medicallist-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#sub .info {
  margin-bottom: 20px;
  padding: 4px;
  background: url(../../img/pc/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:nth-child(2) {
  background-position: 0 -66px;
}
#sub .info li:nth-child(3) {
  background-position: 0 0;
}
#sub .info li:last-child {
  margin: 0;
}
#sub .info li:nth-child(2) {
  background-image: url(../../img/pc/sub_info_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#sub .info li:nth-child(2) a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#sub .info li:nth-child(3) {
  background-image: url(../../img/pc/sub_info_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#sub .info li:nth-child(3) a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 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 > * {
  display: block;
  border: 1px solid #baafa6;
}
#sub .banner .clinic, #sub .banner #footer .kuchikomi, #footer #sub .banner .kuchikomi {
  margin-bottom: 20px;
}
#sub .banner .clinic li, #sub .banner #footer .kuchikomi li, #footer #sub .banner .kuchikomi li {
  margin-bottom: 5px;
}
#sub .banner .clinic-item {
  background: url(../../img/pc/sub_banner_clinic_bg.gif) left bottom repeat-x #f5f3f1;
}
#sub .banner .clinic-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  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-image: url(../../img/pc/sprite/arrow.png);
  background-position: 176px -791px;
  background-repeat: no-repeat;
  line-height: 1.2;
  color: #7f7875;
}
#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 {
  margin-bottom: 10px;
}
#sub .feature img {
  border: 1px solid #baafa6;
}
#sub .feature .feature-item img,
#sub .feature .tummy-tuck img,
#sub .feature .owo img,
#sub .feature .quality img {
  border: 0;
}
#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/pc/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 {
  box-shadow: none;
  left: 0;
  height: 227px !important;
  border: 0;
  background: 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/pc/index_relatedsites_arrow1.gif);
  background-position: center;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-next {
  bottom: 0;
  background-image: url(../../img/pc/index_relatedsites_arrow2.gif);
  background-position: center;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
.f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
.f-clinic-item {
  display: flex;
  position: relative;
  flex-basis: 20%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
.f-clinic-item:first-child {
  border-left: 0;
}
.f-clinic-item:last-child {
  border-right: 0;
}
.f-clinic-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all 0.15s linear;
}
.f-clinic-item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../../img/pc/arrow/arrow2.png) 0 0 no-repeat;
}
.f-clinic-item a:hover > *,
.f-clinic-item a:hover img {
  opacity: 1;
}
.f-clinic-item a:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.f-clinic-item a:hover::after {
  background-image: url(../../img/pc/arrow/arrow2_h.png);
}
.f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
.f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
.f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
.f-clinic-item.brand {
  align-items: center;
}
.f-clinic-item.brand .pic img {
  border: 0;
}

#footer {
  position: absolute;
  bottom: 0;
  z-index: 50;
  width: 100%;
}
#footer .wrapper {
  margin: 0 auto;
  width: 988px;
}
* html #footer .wrapper {
  padding-left: 1px;
}
* + html #footer .wrapper {
  padding-left: 1px;
}
.ie8 #footer .wrapper {
  padding-left: 1px;
}
#footer .wrapper .wrapper {
  width: auto;
  border-bottom: 1px solid #baafa6;
  background: #f2efed;
}
#footer .text {
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #fff;
  background: #f2efed;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1em;
  color: #7f7875;
}
#footer #fnavi {
  border-top: 1px solid #ccc3ba;
}
* html #footer #fnavi {
  height: 1%;
}
* + html #footer #fnavi {
  height: 1%;
}
#footer .kuchikomi {
  margin-top: 0;
  text-align: right;
}
#footer .kuchikomi img {
  border: 0;
}

.p-footer-subnav {
  display: flex;
  justify-content: space-between;
  padding: 36px 140px 31px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  font-size: 1.1em;
  color: #7f7875;
}
.p-footer-subnav a {
  color: #7f7875 !important;
}
.p-footer-subnav a:hover {
  text-decoration: underline;
}
.p-footer-subnav__title {
  margin-bottom: 12px;
  font-size: 1.2em;
}
.p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 8px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before, .p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transition: opacity 0.1s linear;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before {
  z-index: 1;
  background: url(../../img/pc/arrow/arrow2.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  background: url(../../img/pc/arrow/arrow2_h.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover {
  text-decoration: none;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover::before {
  opacity: 0;
}
.others .p-footer-subnav__item a {
  font-size: 1.2em;
}
.others .p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 16px;
}
.p-footer-regions {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  text-align: center;
  color: #7f7875;
}
.p-footer-regions__title {
  margin-right: 40px;
  font-size: 1.3em;
}
.p-footer-regions__list {
  display: flex;
}
.p-footer-regions__item a {
  text-decoration: underline;
  font-size: 1.2em;
  color: #7595cc;
}
.p-footer-regions__item + .p-footer-regions__item::before {
  content: "|";
  display: inline-block;
  margin: 0 1.2rem;
}
.p-footer__lead {
  display: block;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1em;
  color: #7f7875;
}