@charset "UTF-8";
.c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.c-button a:hover {
  color: #f5f2f0 !important;
}
.c-button a .inner-text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  box-sizing: border-box;
}
.c-button a .inner-text::before, .c-button a .inner-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) top left no-repeat;
  opacity: 1;
  transition: opacity 0.1s;
}
.c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.c-button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.c-button.line a::after {
  content: "メールアドレス不要で気軽に質問。";
}
.c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.c-button.line .inner-text::after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 31px;
  height: 29px;
  background: url(../img/qa_line.png) top left no-repeat;
}
.c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.c-button.attribute a::after {
  content: attr(data-subtext);
}
.c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity 0.1s;
}

.m-for-customers.p-supervision3 {
  margin-bottom: 50px;
}
.m-for-customers.p-supervision3 .for-customers-contents {
  color: #7f7875;
}
.m-for-customers.p-supervision3 .for-customers-contents + .for-customers-contents {
  margin: 40px 0 0;
}
.m-for-customers.p-supervision3 .for-customers-contents > .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #c7bcb5;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8em;
  font-weight: bold;
}
.m-for-customers.p-supervision3 .for-customers-contents .text {
  line-height: 1.6666666667;
  font-size: 1.2em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider {
  margin-top: 40px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 10px 0 20px;
  background: #f5f2f0;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents {
  position: relative;
  padding: 20px 10px 60px 0;
  width: 50%;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > * {
  position: relative;
  z-index: 2;
  margin-left: 140px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > .title {
  margin-bottom: 17px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > .title a {
  display: inline-block;
  color: #7f7875;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > .title .position {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents > .title .name {
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2em;
  font-weight: bold;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .pic {
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 1;
  margin: 0;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license,
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .history {
  font-size: 1.2em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license > .title,
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .history > .title {
  margin-bottom: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c7bcb5;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license-list {
  margin-left: 2em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license-item {
  list-style-type: disc;
  line-height: 1.1666666667;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .license-item + .license-item {
  margin-top: 4px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .link {
  position: absolute;
  right: 10px;
  bottom: 20px;
  left: 0;
  margin: 0;
  text-align: right;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .link a {
  background: url(../img/arrow/arrow2_h.png) right center no-repeat;
  font-size: 1.2em;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .link a::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) top left no-repeat;
  opacity: 1;
  transition: opacity 0.1s;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors-contents .link:hover a::after {
  opacity: 0;
  transition: opacity 0.1s;
}
.m-for-customers.p-supervision3 .for-customers-contents.lead > .title, .m-for-customers.p-supervision3 .for-customers-contents.doctors > .title {
  margin-bottom: 6px;
}

.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors {
  display: flex;
  flex-direction: column;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0;
  width: auto;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents > .title {
  width: 100%;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .license,
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history {
  width: 240px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history {
  margin-left: 0;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item .item-inner {
  display: flex;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item .item-inner > * {
  line-height: 1.2;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item .item-title {
  width: 50px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item .item-text {
  width: 190px;
}
.m-for-customers.p-supervision3 .for-customers-contents.provider .doctors .doctors-contents .history-item + .history-item {
  margin-top: 10px;
}

.f-imp {
  padding-top: 40px;
}
.f-imp__title {
  margin-bottom: 20px;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #595656;
}
.f-imp__text {
  text-align: justify;
  line-height: 1.4285714286;
  font-size: 12px;
  color: #7f7875;
}
.f-imp-doctor {
  margin-bottom: 60px;
}
.f-imp-doctor__box__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.f-imp-doctor__box + .f-imp-doctor__box {
  margin-top: 40px;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: troubles_new2.scss
Note: お悩み解説用 SCSS ファイル

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイル
3.	parts
4.	共通
5.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイル
----------------------------------------------------------------------*/
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;
}

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;
}

#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;
}

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

#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);
}

#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;
}

article > aside {
  padding-top: 45px;
  border-top: 1px dotted #baafa6;
}

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

#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;
}

.p-cvArea {
  position: relative;
  padding: 30px;
  border: none;
  background-color: #f5f2f0;
  color: #6d6663;
}
.p-cvArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 188px;
  right: 72px;
  bottom: 56px;
  width: 131px;
  background: url(../img/common_content_cvarea_bg.png?v=2) 0 center no-repeat;
}
.p-cvArea__lead {
  margin-bottom: 15px;
  background: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  color: #584f4c;
}
.p-cvArea__buttons {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7bcb5;
}
.p-cvArea__buttons::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.p-cvArea__buttons .c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.p-cvArea__buttons .c-button a:hover {
  color: #f5f2f0 !important;
}
.p-cvArea__buttons .c-button a .inner-text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  box-sizing: border-box;
}
.p-cvArea__buttons .c-button a .inner-text::before, .p-cvArea__buttons .c-button a .inner-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) top left no-repeat;
  opacity: 1;
  transition: opacity 0.1s;
}
.p-cvArea__buttons .c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.p-cvArea__buttons .c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.p-cvArea__buttons .c-button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.p-cvArea__buttons .c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.p-cvArea__buttons .c-button.line a::after {
  content: "メールアドレス不要で気軽に質問。";
}
.p-cvArea__buttons .c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.p-cvArea__buttons .c-button.line .inner-text::after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 31px;
  height: 29px;
  background: url(../img/qa_line.png) top left no-repeat;
}
.p-cvArea__buttons .c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.p-cvArea__buttons .c-button.attribute a::after {
  content: attr(data-subtext);
}
.p-cvArea__buttons .c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity 0.1s;
}
.p-cvArea__buttons .c-button a {
  width: 204px;
}
.p-cvArea__buttons .c-button a .inner-text {
  justify-content: left;
  padding: 0 0 0 40px;
  line-height: 45px;
  font-size: 13px;
}
.p-cvArea__buttons .c-button a .inner-text::before, .p-cvArea__buttons .c-button a .inner-text::after {
  right: inherit;
  left: 12px;
}
.p-cvArea__buttons .c-button.consultation a::after {
  content: "24時間以内に返答します";
}
.p-cvArea__buttons .c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.p-cvArea__buttons .c-button.line a::after {
  content: "メールアドレス不要で気軽に質問";
}
.p-cvArea__buttons .c-button.line a .inner-text {
  justify-content: flex-end;
  padding: 0 0 0 88px;
}
.p-cvArea__buttons .c-button.line a .inner-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 42px;
  margin-right: 6px;
  width: 40px;
  height: 38px;
  background: url(../img/common_content_cvarea_button_line.png) top left no-repeat;
}
.p-cvArea__buttons .c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.p-cvArea__clinic {
  margin: 0;
}
.p-cvArea__clinic__list__item {
  display: flex;
  align-items: center;
  height: 27px;
}
.p-cvArea__clinic__list__item .clinicName {
  margin-top: -3px;
  margin-right: 10px;
}
.p-cvArea__clinic__list__item .clinicAddress {
  font-size: 11px;
}
.p-cvArea__clinic__list__item:not(:last-child) {
  margin-bottom: 10px;
}
.p-cvArea__clinic__list__item:not(:first-child) .clinicName {
  margin-top: -7px;
}
.p-cvArea__clinic .c-link1 {
  display: flex;
  align-items: center;
  width: 400px;
  width: fit-content;
  border: 1px solid #c7bcb5;
  background: #e3ded9;
  background: -moz-linear-gradient(top, #fff 0%, #e3ded9 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e3ded9 100%);
  background: linear-gradient(to bottom, #fff 0%, #e3ded9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e3ded9",GradientType=0 );
}
.p-cvArea__clinic .c-link1 a {
  display: flex;
  align-items: center;
  padding: 9px 10px;
  background: url(../img/arrow/arrow2_h.png) left 10px center no-repeat;
  font-size: 11px;
  color: #6d6663;
}
.p-cvArea__clinic .c-link1 a::before {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) top left no-repeat;
  opacity: 1;
  transition: opacity 0.1s;
}
.p-cvArea__clinic .c-link1:hover a::before {
  opacity: 0;
  transition: opacity 0.1s;
}
.p-cvArea__clinic__toDetails {
  position: absolute;
  right: 10px;
  bottom: 11px;
  z-index: 1;
}

.m-operation-list + .p-cvArea {
  margin-top: 23px;
}

.p-reference.p-reference {
  margin: 40px 0 60px;
  padding: 0 0 0 24px;
  border: 0;
  background: url(../img/reference_title_bg.png) 0 0 no-repeat;
  color: #7f7875;
}
.p-reference__title {
  margin-bottom: 18px;
  padding: 0 0 6px 6px;
  border-bottom: 1px solid #c7bcb5;
  font-size: 1.5em;
  font-weight: bold;
}
.p-reference__item {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-reference__item > a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 3em;
  font-weight: bold;
}
.p-reference__item > a::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow3.png) 0 0 no-repeat;
}
.p-reference__item > a:hover::before {
  background-image: url(../img/arrow/arrow3_h.png);
}
.p-reference__item .p-reference__text {
  flex: 1;
}
.p-reference__item .p-reference__text a {
  color: #7e7774;
}
.p-reference__item + .p-reference__item {
  margin-top: 0.5em;
}
.p-reference__item:target .p-reference__text {
  background: #f1ea4d;
  font-weight: bold;
  color: #221814;
}
.p-reference__item:target .p-reference__text a {
  font-weight: bold;
  color: #221814;
}

sup[id^=cite] {
  padding: 2px;
  line-height: 0;
}
sup[id^=cite] a {
  text-decoration: none;
}
sup[id^=cite]:target {
  background: #f1ea4d;
}
sup[id^=cite]:target a {
  font-weight: bold;
  color: #221814;
}

.p-supervisor {
  position: relative;
  margin: 15px 0 20px;
  padding: 10px;
  background: #efece9;
  color: #7f7875;
}
.p-supervisor a {
  color: #7f7875;
}
.p-supervisor__headline {
  position: absolute;
  top: 15px;
  left: 90px;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: normal;
}
.p-supervisor__details {
  display: flex;
  align-items: center;
}
.p-supervisor__details__pic {
  margin-right: 10px;
  background: #fff;
}
.p-supervisor__details__name {
  margin-top: 7px;
  line-height: 1.3;
  font-size: 0.75rem;
}
.p-supervisor__details__name a:hover > * {
  opacity: 1;
}
.p-supervisor__details__name .name-emphasis {
  font-size: 1rem;
  font-weight: bold;
}
.p-supervisor__link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  line-height: 1;
  font-size: 1.2em;
}
.p-supervisor__link a {
  padding-left: 15px;
  background: url(../../img/arrow/arrow2.png) left center no-repeat;
}
.p-supervisor__link a:hover {
  background: url(../../img/arrow/arrow2_h.png) left center no-repeat;
  color: #6d9dd0;
}

.m-provider {
  position: relative;
  margin: 15px 0 40px;
  padding: 10px;
  background: #efece9;
  color: #7f7875;
}
.m-provider a {
  color: #7f7875;
}
.m-provider .title {
  position: absolute;
  top: 15px;
  left: 90px;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 1.3em;
  font-weight: normal;
}
.m-provider .doctor {
  display: flex;
  align-items: center;
}
.m-provider .doctor .pic {
  margin-right: 10px;
  background: #fff;
}
.m-provider .doctor .name {
  margin-top: 7px;
  line-height: 1.3;
  font-size: 1.2em;
}
.m-provider .doctor .name .emphasis {
  font-size: 1.3333333333em;
  font-weight: bold;
}
.m-provider .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  line-height: 1;
  font-size: 1.2em;
}
.m-provider .link a {
  padding-left: 15px;
  background: url(../../img/pc/arrow2.png) left center no-repeat;
}
.m-provider .link a:hover {
  background: url(../../img/pc/arrow2_h.png) left center no-repeat;
  color: #6d9dd0;
}

#profile {
  padding: 2em;
}
#profile .title {
  top: 20px;
  left: 100px;
  margin-bottom: 0.4em;
  opacity: 0.8;
  font-size: 1em;
}
#profile .doctor {
  margin-bottom: 1.4em;
}
#profile .doctor .name {
  margin-top: 1em;
}
#profile .doctor .name .emphasis {
  margin-top: 0.7em;
  font-size: 15px;
}
#profile .doctor .name .position {
  font-size: 1.25em;
}
#profile .doctor .name .position .job-title {
  display: block;
  margin-top: 0.7em;
  opacity: 0.9;
  font-size: 12px;
}
#profile .introduction,
#profile .license,
#profile .society,
#profile .history {
  text-align: justify;
  line-height: 1.7;
  font-size: 1.25em;
}
#profile .introduction a,
#profile .license a,
#profile .society a,
#profile .history a {
  color: #6d9dd0;
}
#profile .introduction {
  margin-bottom: 0.8em;
}
#profile .society {
  margin-top: 0.8em;
}

.c-supervision {
  margin-bottom: 15px;
  color: #7f7875;
}
.c-supervision__headline {
  margin-bottom: 19px;
  padding: 10px;
  background-color: #f3f0ed;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.c-supervision__lead {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a39e9b;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
}
.c-supervision__text {
  margin-bottom: 27px;
  line-height: 1.8333333333;
  font-size: 12px;
}
.c-supervision__text mark {
  padding: 0.3em 0;
  background-color: #f2f1a3;
  color: #7f7875;
}
.c-supervision__text a {
  text-decoration: underline;
}
.c-supervision__doctor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px auto 0;
  width: 571px;
}
.c-supervision__doctor__item {
  margin-right: 50px;
  margin-bottom: 23px;
}
.c-supervision__doctor__item:nth-of-type(3n) {
  margin-right: 0;
}
.c-supervision__doctor__item figure {
  margin: 0;
}
.c-supervision__doctor__item figure figcaption {
  padding-top: 10px;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17px;
  color: #7f7875;
}

/*----------------------------------------------------------------------
3.	parts
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
4.	共通
----------------------------------------------------------------------*/
.modal-video-close-btn.modal-video-close-btn {
  right: 0;
}

#header {
  background: url(../img/h1_bg.gif) left top repeat-x, url(../img/header_bg.gif) left 24px no-repeat, #524840;
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
}

#content {
  padding: 0;
  width: 988px;
}

#main {
  float: none;
  width: 988px;
}

.p-topicpath {
  margin: 0 30px;
}

.p-mainvisual {
  position: relative;
  margin-bottom: 5px;
  height: 420px;
}
.p-mainvisual-cta {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.p-mainvisual-cta-list {
  display: flex;
}
.p-mainvisual-cta-list__item + .p-mainvisual-cta-list__item {
  margin-left: 10px;
}

.c-date {
  margin: 0 80px 10px;
  text-align: right;
  line-height: 1.3333333333;
  font-size: 11px;
  color: #999490;
}
.c-date .fa-clock {
  margin-right: 5px;
  vertical-align: top;
  font-size: 14px;
}

.p-supervisor {
  margin-right: 80px;
  margin-left: 80px;
}

.p-anchor {
  margin: 0 80px 35px;
}
.p-anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.p-anchor-list__item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.p-anchor-list__item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
  line-height: 1.2307692308;
  font-size: 13px;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.p-anchor-list__item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor-list__item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}

.p-box {
  margin: 0 80px 80px;
}
.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  padding-top: 3px;
  width: 100%;
  height: 77px;
  background: url(../img/contents_operation_contents_title_bg2.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17px;
  color: #fff;
  box-sizing: border-box;
}
.p-box__title__text {
  font-size: 28px;
}
.p-box__inner {
  margin: 0 10px;
}
.p-box__lead {
  margin-bottom: 25px;
  line-height: 2;
  font-size: 15px;
  color: #7f7875;
}

.p-subbox {
  margin-bottom: 40px;
}
.p-subbox__title {
  margin-bottom: 25px;
  padding: 0 0 1px 12px;
  height: 41px;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
  background: linear-gradient(#fefdfd, #f4f2f0);
  line-height: 41px;
  font-size: 15px;
  color: #7f7875;
  margin-bottom: 25px;
  border-top-color: #ec7c78;
  font-size: 15px;
}
.p-subbox-box {
  margin: 25px 0;
}
.p-subbox-box__title {
  clear: both;
  margin-bottom: 20px;
  line-height: 1.3125;
  font-size: 16px;
  font-weight: bold;
  color: #7f7875;
}
.p-subbox-box__title::before {
  content: "";
  display: inline-block;
  margin-right: 11px;
  height: 21px;
  border-left: 3px solid #f4b5ac;
  vertical-align: top;
}

.c-banner {
  display: table;
  margin: 20px auto 70px;
  width: auto;
  border: 1px solid #d4d0ce;
  box-sizing: border-box;
  background: #f5f2f0;
  box-shadow: inset 0 0 1px #fff;
  text-align: center;
  color: #7f7875;
}
.c-banner > * {
  display: table-cell;
  vertical-align: middle;
}
.c-banner__lead {
  margin: 0;
  padding: 0 20px;
  width: 216px;
  background: #eae5e2;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  box-sizing: border-box;
}
.c-banner__item {
  padding: 11px 37px 11px 42px;
}
.c-banner__item + .c-banner__item {
  margin-top: 5px;
}
.c-banner + .c-banner {
  margin-top: -50px;
}

.c-info {
  margin-top: 20px;
  padding: 0 20px 20px;
  background: #f5f2f0;
  color: #7f7875;
}
.c-info__title {
  margin-bottom: 20px;
  padding: 20px 0 0 6px;
  border-left: 1px solid #ec7c78;
  font-size: 14px;
  font-weight: bold;
}
.c-info__text {
  margin-bottom: 20px;
  line-height: 1.6153846154;
  font-size: 13px;
}
.c-info__inner {
  display: flex;
  justify-content: space-between;
}
.c-info__contents {
  padding-right: 10px;
  width: 374px;
  font-size: 13px;
}
.c-info__contents__title {
  margin-bottom: 15px;
  font-feature-settings: "palt";
  font-weight: bold;
  color: #ec7c78;
}
.c-info__contents__text {
  margin-bottom: 15px;
  min-height: 63px;
  line-height: 1.6153846154;
}
.c-info__contents__pic {
  text-align: center;
}
.c-info__contents + .c-info__contents {
  padding-right: 0;
  padding-left: 10px;
  border-left: 1px solid #c8bdb5;
}

.p-flow-list__item {
  position: relative;
  padding: 30px 0;
  min-height: 156px;
  border-top: 1px dotted #c7bcb5;
  background-position: left 30px;
  background-repeat: no-repeat;
  background-size: 212px 156px;
}
.p-flow-list__item > .item-inner {
  padding-left: 237px;
}
.p-flow-list__item > .item-inner > .title {
  clear: both;
  margin-bottom: 20px;
  line-height: 1.3125;
  font-size: 16px;
  font-weight: bold;
  color: #7f7875;
  margin-bottom: 20px;
  line-height: 1.1666666667;
  font-size: 18px;
}
.p-flow-list__item > .item-inner > .title::before {
  content: "";
  display: inline-block;
  margin-right: 11px;
  height: 21px;
  border-left: 3px solid #f4b5ac;
  vertical-align: top;
}
.p-flow-list__item > .item-inner .text {
  line-height: 2;
  font-size: 15px;
  color: #7f7875;
}
.p-flow-list__item > .item-inner .link {
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
  text-align: right;
}
.p-flow-list__item > .item-inner .link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.p-flow-list__item > .item-inner .link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.p-flow-list__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: 1;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background: url(../img/arrow/arrow14.png) center no-repeat #fff;
}
.p-flow-list__item:last-child {
  padding-bottom: 0;
}
.p-flow-list__item:last-child::before {
  content: initial;
}
.p-flow-list__item:nth-child(1) {
  background-image: url(../img/operation_flow_bg1.jpg);
}
.p-flow-list__item:nth-child(2) {
  background-image: url(../img/operation_flow_bg2.jpg);
}
.p-flow-list__item:nth-child(3) {
  background-image: url(../img/operation_flow_bg3.jpg);
}
.p-flow-list__item:nth-child(4) {
  background-image: url(../img/operation_flow_bg4.jpg);
}
.p-flow-list__item:nth-child(5) {
  background-image: url(../img/operation_flow_bg5.jpg);
}
.p-flow-list__item:nth-child(6) {
  background-image: url(../img/operation_flow_bg6.jpg);
}

.p-faq-list {
  margin-bottom: 30px;
  border-top: 1px solid #e5dfdb;
}
.p-faq-list__item {
  border-bottom: 1px solid #e5dfdb;
}
.p-faq-list__item:nth-child(odd) {
  background: #f5f2f0;
}
.p-faq-list__item .item-inner > * {
  padding: 20px 15px 20px 60px;
}
.p-faq-list__item .question {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 36px;
  background: url(../img/troubles_faq_question_bg.png) 15px 20px no-repeat;
  background-position: 15px 10px;
  vertical-align: middle;
  line-height: 1.625;
  font-size: 15px;
  color: #6d9dd0;
}
.p-faq-list__item .question::before, .p-faq-list__item .question::after {
  content: "";
  display: block;
}
.p-faq-list__item .question::before {
  margin-top: -5px;
}
.p-faq-list__item .question::after {
  margin-bottom: -5px;
}
.p-faq-list__item .answer {
  *zoom: 1;
  border-top: 1px dotted #c7bcb5;
  background: url(../img/troubles_faq_answer_bg_ohashi.png) 15px 20px no-repeat;
}
.p-faq-list__item .answer::after {
  content: "";
  display: table;
  clear: both;
}
.p-faq-list__item .answer .text,
.p-faq-list__item .answer .list-item {
  line-height: 1.7;
  font-size: 14px;
}
.p-faq-list__item .answer .text {
  float: left;
  text-align: justify;
  color: #7f7875;
}
.p-faq-list__item .answer .text::before {
  margin-top: -5px;
}
.p-faq-list__item .answer .text::after {
  margin-bottom: -5px;
}
.p-faq-list__item .answer .text a {
  text-decoration: underline;
}
.p-faq-list__item .answer .pic {
  overflow: hidden;
  text-align: right;
}

.p-summary table {
  margin-bottom: 20px;
}
.p-summary table th,
.p-summary table td {
  padding: 10px;
  height: 50px;
  border: 1px solid #e5dfdb;
  font-size: 12px;
  color: #7f7875;
  box-sizing: border-box;
}
.p-summary table th:empty,
.p-summary table td:empty {
  background: linear-gradient(21deg, #fff 50%, #e5dfdb 51%, #fff 51%);
}
.p-summary table th {
  width: 150px;
  background: #f8f6f5;
  text-align: center;
}
.p-summary table td {
  line-height: 1.5;
}
.p-summary table td > ul li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  line-height: 1.2;
}
.p-summary table td > ul li + li {
  margin-top: 8px;
}
.p-summary table td > ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-reference.p-reference {
  margin-right: 80px;
  margin-left: 80px;
}

.p-column-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #baafa6;
}
.p-column-list__item {
  box-sizing: border-box;
  width: 50%;
}
.p-column-list__item .item-inner {
  display: flex;
  align-items: center;
}
.p-column-list__item .title,
.p-column-list__item .text {
  margin-left: 15px;
}
.p-column-list__item .title {
  line-height: 1.5;
  font-size: 14px;
  color: #6d9dd0;
}
.p-column-list__item .item-inner {
  padding: 10px;
  min-height: 70px;
}
.p-column-list__item .pic {
  top: 10px;
  left: 10px;
}
.p-column-list__item .pic img {
  width: 70px;
  height: auto;
}
.p-column-list__item a {
  display: block;
}
.p-column-list__item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
.p-column-list__item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
.p-column-list__item:hover > * {
  opacity: 1;
}
.p-column-list__item:nth-child(odd) {
  border-right: 1px dotted #baafa6;
}
.p-column-list__item:nth-child(4n), .p-column-list__item:nth-child(4n+3) {
  background: #f2efed;
}
.p-column-list__item:last-child, .p-column-list__item:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

.p-movie {
  margin: 0 80px 80px;
}
.p-movie > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  padding-top: 3px;
  width: 100%;
  height: 77px;
  background: url(../img/contents_operation_contents_title_bg2.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 28px;
  color: #fff;
  box-sizing: border-box;
}
.p-movie__list {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fit, 214px);
  margin: 0 auto;
  width: 684px;
}
.p-movie__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-template-columns: min-content max-content 1fr;
  row-gap: 8px;
}
.p-movie__item__title {
  grid-column: 2/4;
  grid-row: 2/3;
  line-height: 1.3076923077;
  font-size: 13px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.p-movie__item__title a {
  color: #8c8683;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-movie__item.is-new .p-movie__date::before {
  content: "NEW";
  margin-right: 8px;
  padding: 2px 6px;
  border-radius: 6px;
  background: #ec7c78;
  font-size: 0.6428571429em;
  color: #fff;
}
.p-movie__img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  grid-column: 1/4;
  grid-row: 1/2;
}
.p-movie__doctor__pic {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-right: 10px;
}
.p-movie__doctor__pic img {
  width: 40px;
  height: auto;
}
.p-movie__doctor__name {
  grid-column: 2/3;
  grid-row: 3/4;
  align-self: flex-start;
  font-size: 11px;
  color: #b2aeac;
}
.p-movie__date {
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: flex-end;
  text-align: right;
  font-size: 11px;
  color: #b2aeac;
  grid-column: 3/4;
  grid-row: 3/4;
}

.p-operations .p-operations__contents {
  margin: 0 10px;
}
.p-operations .p-operations__contents .title {
  margin-bottom: 7px;
  padding-left: 14px;
  border: 0;
  border-left: 5px solid #94bc5a;
  background: #f7f5f3;
  text-align: left;
  line-height: 2.2857142857;
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.p-operations .p-operations__contents .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-operations .p-operations__contents .item {
  flex-basis: 48%;
  margin: 0;
  border-top: 1px dotted #d7d4d3;
}
.p-operations .p-operations__contents .item__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 6px;
  background-position: right top 25px;
}
.p-operations .p-operations__contents .item__pic {
  position: static;
  order: 1;
  margin: 0 10px 6px 0;
}
.p-operations .p-operations__contents .item__pic img {
  width: 38px;
  height: auto;
}
.p-operations .p-operations__contents .item__name {
  flex: 1;
  order: 2;
  margin: 0 20px 6px 0;
  line-height: 1.2857142857;
  font-size: 15px;
}
.p-operations .p-operations__contents .item__name a {
  text-decoration: none;
  font-weight: bold;
  color: #7f7875;
}
.p-operations .p-operations__contents .item__name a {
  font-weight: bold;
}
.p-operations .p-operations__contents .item__text {
  flex-basis: 100%;
  order: 3;
  margin: 0;
  line-height: 1.5714285714;
  font-size: 12px;
  color: #7f7875;
}
.p-operations .p-operations__contents .item__text::before, .p-operations .p-operations__contents .item__text::after {
  margin-top: -4px;
}
.p-operations .p-operations__contents .item:nth-child(1), .p-operations .p-operations__contents .item:nth-child(2) {
  border-top: 0;
}

.p-troubles .list {
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset 0 0 0 1px #baafa6;
}
.p-troubles .item {
  display: flex;
  align-items: center;
  flex-basis: 25%;
  box-sizing: border-box;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
.p-troubles .item__inner {
  display: table;
  padding: 6px 11px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.p-troubles .item__pic, .p-troubles .item__name {
  display: table-cell;
  vertical-align: middle;
}
.p-troubles .item__pic {
  padding-right: 10px;
  width: 32px;
}
.p-troubles .item__pic img {
  border: 1px solid #baafa6;
}
.p-troubles .item__name {
  line-height: 1.1666666667;
  font-size: 12px;
}
.p-troubles .item__name a {
  display: block;
  text-decoration: none;
  color: #7f7875;
}
.p-troubles .item__inner:not(.area-link) {
  opacity: 0.6;
}
.p-troubles .item__inner:not(.area-link) .item__name {
  color: #7f7875;
}

.m-provider,
.p-cvArea,
.f-imp {
  margin-right: auto;
  margin-left: auto;
  width: 704px;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------
5.	ページ別個別設定
----------------------------------------------------------------------*/
.p-feature {
  margin-bottom: 40px;
  background: url(../img/troubles_feature_bg2.png) left top no-repeat #a39489;
}
.p-feature .p-box__title {
  margin-bottom: 0;
  height: 72px;
  background: none;
}
.p-feature .p-box__title__text {
  margin-left: 6px;
}
.p-feature__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px 10px;
}
.p-feature__contents {
  padding: 165px 10px 15px;
  width: 266px;
  background-position: center 15px;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #7f7875;
  box-sizing: border-box;
}
.p-feature__contents__title {
  margin-bottom: 9px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.p-feature__contents__title em {
  font-weight: bold;
  color: #ec7c78;
}
.p-feature__contents__text {
  line-height: 1.625;
  font-size: 16px;
}
.p-feature__contents:nth-child(1) {
  background-image: url(../img/troubles_eye-darkcircle_feature_pic1.jpg?v=2);
  background-repeat: no-repeat;
}
.p-feature__contents:nth-child(2) {
  background-image: url(../img/troubles_eye-darkcircle_feature_pic2.jpg?v=2);
  background-repeat: no-repeat;
}
.p-feature__contents:nth-child(3) {
  background-image: url(../img/troubles_eye-darkcircle_feature_pic3.jpg?v=2);
  background-repeat: no-repeat;
}

.p-introduction {
  color: #7f7875;
}
.p-introduction__text {
  padding: 30px 0 20px;
  background: url(../img/troubles_eye-darkcircle_introduction_bg.png) right top no-repeat;
  background-size: contain;
}
.p-introduction__text > * {
  display: block;
}
.p-introduction__text .text1 {
  width: 439px;
  line-height: 1.3636363636;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
}
.p-introduction__text .text1 > * {
  display: block;
  width: 100%;
  font-weight: bold;
}
.p-introduction__text .text1-1 {
  text-align: left;
}
.p-introduction__text .text1-2 {
  text-align: right;
}
.p-introduction__text .text1 em {
  font-weight: bold;
  color: #ec7c78;
}
.p-introduction__text .text2 {
  margin-top: 30px;
  padding-top: 20px;
  width: 579px;
  border-top: 1px dashed #c5c1bf;
  line-height: 1.5625;
  font-feature-settings: "palt";
  font-size: 16px;
}

.p-effect {
  color: #7f7875;
}
.p-effect-list {
  margin-bottom: 15px;
  padding: 30px;
  background: url(../img/troubles_eye-darkcircle_effect_bg.png) left top no-repeat;
  background-size: contain;
}
.p-effect-list__item {
  margin-top: 17px;
  padding-left: 30px;
  background: url(../img/troubles_list_item_bg2.png) left top no-repeat;
  line-height: 18px;
  font-size: 16px;
}
.p-effect-list__item:nth-child(1) {
  margin-top: 0;
}
.p-effect__text {
  text-align: center;
  line-height: 1.3181818182;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: bold;
}
.p-effect__text em {
  font-weight: bold;
  color: #ec7c78;
}

.p-case .p-case__movie {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background: #dfd8d3;
}
.p-case .p-case__movie__item {
  padding: 20px 20px 15px;
}
.p-case .p-case__movie__item .item__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #59514d;
  text-align: left;
}
.p-case .p-case__movie__item .item__title .icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 13px 3px;
  border-radius: 26px;
  background: #59514d;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.p-case .p-case__movie__item .item__title .text {
  display: block;
  line-height: 1.4444444444;
  font-size: 18px;
  font-weight: bold;
  color: #59514d;
}
.p-case .p-case__movie__item .item__text {
  line-height: 1.6666666667;
  font-size: 15px;
  color: #59514d;
}
.p-case-list__item {
  margin-bottom: 80px;
  border-top: 4px solid #7a5b9a;
  background-image: linear-gradient(to bottom, #e3deda 0%, #f7f5f4 90%, #fff 100%);
}
.p-case-list__item .item__title {
  position: relative;
  padding: 20px;
  line-height: 1.2307692308;
  font-size: 26px;
  color: #7f7875;
}
.p-case-list__item .item__title .sex-age {
  font-size: 20px;
}
.p-case-list__item .item__pic {
  margin-bottom: 30px;
  text-align: center;
}
.p-case-list__item .item__comment {
  position: relative;
  margin: 0 20px 30px 115px;
  padding-bottom: 1px;
  background: url(../img/case_details_comment.gif) left top repeat;
  line-height: 30px;
  font-size: 14px;
  color: #7f7875;
}
.p-case-list__item .item__comment::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -87px;
  margin-top: -36px;
  width: 80px;
  height: 72px;
  background: url(../img/case_details_comment_icon.png) left top no-repeat;
}
.p-case__link {
  text-align: right;
  font-size: 14px;
  clear: both;
  position: relative;
  margin: 30px 0;
}
.p-case__link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.p-case__link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.p-case__info {
  clear: both;
  color: #7f7875;
}
.p-case__info + .p-case__info {
  margin-top: 20px;
}
.p-case__info .title {
  padding: 10px;
  border: 1px solid #d3cac3;
  border-top: 0;
  border-bottom: 0;
  background: #a39388;
  font-size: 14px;
  font-weight: bold;
  color: #fefefe;
}
.p-case__info table {
  font-size: 1.2em;
}
.p-case__info th,
.p-case__info td {
  padding: 5px 10px;
  border: 1px solid #d3cac3;
  line-height: 1.5;
}
.p-case__info th {
  width: 90px;
  background: #f5f3f1;
  text-align: center;
  white-space: nowrap;
}
.p-case__movie {
  margin: 30px 0 0;
}

.p-cause__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-cause__contents .p-subbox__title {
  width: 100%;
}
.p-cause__contents .text {
  width: 450px;
  text-align: justify;
  line-height: 2;
  font-size: 15px;
  color: #7f7875;
}

.p-committed__contents .text {
  line-height: 2;
  font-size: 15px;
  color: #7f7875;
}
.p-committed__contents__info {
  clear: both;
  color: #7f7875;
}
.p-committed__contents__info + .p-committed__contents__info {
  margin-top: 20px;
}
.p-committed__contents__info .title {
  padding: 10px;
  border: 1px solid #d3cac3;
  border-top: 0;
  border-bottom: 0;
  background: #a39388;
  font-size: 14px;
  font-weight: bold;
  color: #fefefe;
}
.p-committed__contents__info table {
  font-size: 1.2em;
}
.p-committed__contents__info th,
.p-committed__contents__info td {
  padding: 5px 10px;
  border: 1px solid #d3cac3;
  line-height: 1.5;
}
.p-committed__contents__info th {
  width: 90px;
  background: #f5f3f1;
  text-align: center;
  white-space: nowrap;
}
.p-committed__contents.section1, .p-committed__contents.section2, .p-committed__contents.section3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-committed__contents.section1 .p-subbox__title, .p-committed__contents.section2 .p-subbox__title, .p-committed__contents.section3 .p-subbox__title {
  width: 100%;
}
.p-committed__contents.section1 .text, .p-committed__contents.section2 .text, .p-committed__contents.section3 .text {
  width: 450px;
  text-align: justify;
}
.p-committed__contents.section4 .text {
  margin-bottom: 20px;
}
.p-committed__contents.section4 .pic {
  margin-bottom: 20px;
  text-align: center;
}

.p-price .p-box__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-price .p-box__lead {
  width: 100%;
}
.p-price__contents {
  width: 395px;
}
.p-price__contents__title {
  padding: 15px 0;
  background: #727171;
  text-align: center;
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: bold;
  color: #e6e4e2;
}
.p-price__contents__title em {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.p-price__contents-list__item {
  padding: 15px 0;
  border-bottom: 1px solid #e5dfdb;
}
.p-price__contents-list__item > * {
  padding: 0 20px;
  color: #7f7875;
}
.p-price__contents-list__item .item__title {
  margin-bottom: 10px;
  font-size: 16px;
}
.p-price__contents-list__item .item__text {
  font-size: 15px;
  font-weight: bold;
}
.p-price__contents-list__item .item__text span {
  font-weight: bold;
}
/*# sourceMappingURL=troubles_new2.css.map */
