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

File Name:		contents.scss
Note:			診療内容ページ用SCSSファイル


New Creation:	2013/02/08 10:15:02.
Last Change:	2014/10/30 21:59:37.


Created By		Yoshiaki Murakami

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

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

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

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

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

fieldset {
  border: 0;
}

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

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

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

a {
  text-decoration: none;
}

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

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

th,
td {
  padding: 0;
}

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.assist {
  display: none;
}

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

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

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

sup.copyright {
  font-weight: lighter;
}

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

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

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

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

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

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

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

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

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

.m-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  background: url(../img/troubles_title_bg.jpg) left top no-repeat;
}
.m-title .inner-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  flex-basis: 127px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  width: 365px;
  background: rgba(255,255,255,.5);
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3em;
  color: #6c6561;
  box-sizing: border-box;
}
.m-title .inner-text::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-top: 1px solid #d2c9c3;
  border-bottom: 1px solid #d2c9c3;
}
.m-title .inner-text::after {
  content: attr(data-eng);
  margin-top: 15px;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.5882352941em;
  color: #d2c9c3;
}
.m-title .inner-text .text-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.m-title .inner-text .category {
  font-size: 1.4117647059em;
}
.m-title .inner-text .emphasis {
  font-size: 1.375em;
}
.m-title .lead {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #584f4c;
}

.m-anchor {
  margin-bottom: 15px;
}
.m-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.m-anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.m-anchor .anchor-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: 1.3em;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.m-anchor .anchor-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);
}
.m-anchor .anchor-item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}

.m-search {
  margin: 30px 60px;
}
.m-search legend {
  display: none;
}
.m-search dl {
  *zoom: 1;
}
.m-search dl::after {
  content: "";
  display: table;
  clear: both;
}
.m-search dt {
  float: left;
}
.m-search dt input {
  padding: 12px;
  height: 14px;
  border: 1px solid #6b6562;
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.4);
  line-height: normal;
  font-size: 1.4em;
  color: #7f7875;
}
.m-search dd {
  height: 40px;
  background: #6b6562;
}
.m-search dd input {
  transition: opacity 0.1s linear;
}
.m-search dd input:hover {
  opacity: 0.5;
}
.m-search dt input {
  width: 446px;
}

.kwNotfound {
  margin-bottom: 50px;
}
.kwNotfound__text {
  margin: 0 auto 35px;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  color: #7f7875;
}
.kwNotfound__cv {
  display: flex;
  justify-content: center;
}
.kwNotfound__cv .button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.kwNotfound__cv .button a:hover {
  opacity: 0.6;
  color: #f5f2f0 !important;
}
.kwNotfound__cv .button a .inner-text {
  display: inline-block;
  padding: 0 38px;
  width: 100%;
  background: url(../img/arrow/arrow16.png) right 10px center no-repeat;
  text-align: center;
  line-height: 2.5;
  font-size: 1.6em;
  box-sizing: border-box;
}
.kwNotfound__cv .button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
.kwNotfound__cv .button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.kwNotfound__cv .button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.kwNotfound__cv .line {
  overflow: hidden;
}
.kwNotfound__cv .line .link {
  float: right;
  width: 284px;
}
.kwNotfound__cv .line .link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.kwNotfound__cv .line .link a .inner-text {
  margin-left: 70px;
  padding: 0 0 0 40px;
  width: initial;
  background: url(../img/qa_line.png) left center no-repeat;
  text-align: center;
  font-size: 16px;
}
.kwNotfound__cv .line .link a:hover {
  opacity: 0.7;
  color: inherit !important;
}
.kwNotfound__cv .line .link a:hover > *, .kwNotfound__cv .line .link a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
.kwNotfound__cv .line .link a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.kwNotfound__cv .line .link a::after {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  border: none;
  background: url(../img/arrow/arrow16.png) right top no-repeat;
  opacity: 1;
}
.kwNotfound__cv .line .link a::before {
  content: "メアド不要で気軽に質問";
}
.kwNotfound__cv .consultation {
  margin-right: 10px;
}

.m-contents > .lead::before, .m-contents > .lead::after,
.m-contents > .text::before,
.m-contents > .text::after,
.m-sub-contents > .lead::before,
.m-sub-contents > .lead::after,
.m-sub-contents > .text::before,
.m-sub-contents > .text::after {
  content: "";
  display: block;
}
.m-contents > .lead::before,
.m-contents > .text::before,
.m-sub-contents > .lead::before,
.m-sub-contents > .text::before {
  margin-top: -6px;
}
.m-contents > .lead::after,
.m-contents > .text::after,
.m-sub-contents > .lead::after,
.m-sub-contents > .text::after {
  margin-bottom: -6px;
}

.m-contents {
  margin-bottom: 70px;
}
.m-contents > * {
  margin-right: 10px;
  margin-left: 10px;
}
.m-contents > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  width: 704px;
  height: 77px;
  background: url(../img/contents_operation_contents_title_bg.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: 2.8em;
  color: #fff;
  box-sizing: border-box;
  margin: 0 0 30px;
}
.m-contents > .link {
  text-align: right;
  font-size: 1.4em;
}
.m-contents > .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;
}
.m-contents > .link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.m-contents > .m-anchor .anchor-item {
  width: 167px;
}

.m-sub-contents {
  *zoom: 1;
  margin-bottom: 40px;
}
.m-sub-contents::after {
  content: "";
  display: table;
  clear: both;
}
.m-sub-contents > *:last-child:last-child {
  margin-bottom: 0;
}

.m-category {
  margin-bottom: 30px;
}
.m-category .category-list {
  *zoom: 1;
  margin: 0 10px;
}
.m-category .category-list::after {
  content: "";
  display: table;
  clear: both;
}
.m-category .category-item {
  float: left;
}
.m-category .category-item + .category-item {
  margin-left: 10px;
}

.m-ranking .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.m-ranking .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-90deg);
}
.m-ranking > .title {
  flex-direction: column;
  margin: 0;
  padding: 20px 0 12px;
  height: 110px;
  background: url(../img/qa_index_ranking_title_bg.png) left top no-repeat;
  text-shadow: none;
  line-height: 1;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.9em;
  color: #58504d;
}
.m-ranking > .title::before {
  content: attr(data-eng);
  display: block;
  margin-bottom: 10px;
  font-size: 0.3448275862em;
  color: #d2c9c3;
}
.m-ranking > .title .inner-text {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 470px;
  text-align: center;
  font-weight: bold;
}
.m-ranking > .title .inner-text::before, .m-ranking > .title .inner-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  width: 121px;
  border-top: 1px solid #58504d;
}
.m-ranking > .title .inner-text::before {
  left: 0;
}
.m-ranking > .title .inner-text::after {
  right: 0;
}
.m-ranking > .title .sub {
  display: inline-block;
  margin: 11px auto 0;
  padding: 0 38px;
  border-radius: 8px;
  background: #58504d;
  box-shadow: 0 0 1px #250708;
  line-height: 1.2857142857;
  font-size: 0.4827586207em;
  color: #fff;
}
.m-ranking .ranking-list {
  margin: 0;
}
.m-ranking .ranking-item {
  overflow: hidden;
}
.m-ranking .ranking-item .question .text,
.m-ranking .ranking-item .answer .text {
  font-size: 1.6em;
  color: #7f7875;
}
.m-ranking .ranking-item .question {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  border-bottom: 1px solid #d4d0ce;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
  cursor: pointer;
}
.m-ranking .ranking-item .question::after {
  transform: rotate(90deg);
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 14px;
  height: 14px;
  background: url(../img/arrow/arrow18.png) center no-repeat;
}
.m-ranking .ranking-item .question .text {
  font-weight: bold;
}
.m-ranking .ranking-item .answer {
  position: relative;
  padding-top: 25px;
  padding-right: 9px;
  padding-bottom: 15px;
}
.m-ranking .ranking-item .answer::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.m-ranking .ranking-item .answer .text {
  line-height: 1.625;
}
.m-ranking .ranking-item:nth-child(1) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no1_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(2) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no2_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(3) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no3_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(4) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no4_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(5) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no5_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(6) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no6_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(7) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no7_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(8) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no8_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(9) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no9_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(10) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no10_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(11) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no11_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(12) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no12_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(13) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no13_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(14) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no14_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(15) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no15_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(16) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no16_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(17) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no17_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(18) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no18_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(19) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no19_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item:nth-child(20) .question {
  background: url(../img/qa_question_title_bg.png) 21px center no-repeat, url(../img/qa_index_ranking_no20_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item .question.question {
  padding-left: 76px;
  padding-left: 77px;
  height: 100px;
  background: url(../img/qa_question_title_bg.png) 20px center no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-ranking .ranking-item .question.question .text {
  line-height: 1.4;
}
.m-ranking .ranking-item .question.question .category {
  font-size: 1.2em;
  color: #7f7875;
}
.m-ranking .ranking-item .answer {
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 77px;
  background: url(../img/qa_answer_title_bg.png) 23px 30px no-repeat, linear-gradient(280deg, #fdeeeb, #fef6f4);
}
.m-ranking .ranking-item .answer .text {
  margin-bottom: 15px;
}
.m-ranking .ranking-item .answer > .pic.right {
  float: right;
  margin: 0 0 20px 20px;
}
.m-ranking .ranking-item .answer .link {
  text-align: right;
}
.m-ranking .ranking-item .answer .link a {
  display: inline-block;
  padding: 0 30px 0 15px;
  border: 1px solid #d0cac8;
  border-radius: 8px;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat #fff;
  line-height: 27px;
  color: #7f7875;
}
.m-ranking .ranking-item .answer *:last-child {
  margin-bottom: 0;
}
.m-ranking .ranking-item .sub-contents {
  *zoom: 1;
}
.m-ranking .ranking-item .sub-contents::after {
  content: "";
  display: table;
  clear: both;
}
.m-ranking .ranking-item .sub-contents + .sub-contents {
  margin-top: 20px;
}
.m-ranking .ranking-item .sub-contents > .title {
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
.m-ranking .ranking-item .sub-contents .pic {
  overflow: hidden;
  float: none;
  margin: 0 0 20px;
  text-align: right;
}
.m-ranking .ranking-item .sub-contents.right .text {
  float: left;
  margin: 0;
  width: 365px;
}
.m-ranking .ranking-item .sub-contents.right .pic {
  float: right;
  margin: 0 0 20px 20px;
}

.movie {
  margin: 15px 0;
}

.qa-item {
  position: relative;
  padding: 32px 0 26px 21px;
  border-bottom: 1px solid #d4d0ce;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 #fff;
}
.qa-item:nth-child(even) {
  background-color: #eff2f9;
}
.qa-item .item-inner {
  padding: 0 55px;
  background: url(../img/qa_question_title_bg.png) left top no-repeat;
}
.qa-item .item-inner > *,
.qa-item .item-inner .title a {
  color: #7f7875;
}
.qa-item .title {
  margin-bottom: 11px;
  font-size: 1.6em;
}
.qa-item .title a {
  font-weight: bold;
}
.qa-item .text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}
.qa-item .date {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 1.2em;
}
.qa-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.qa-item.new .date::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 14px;
  background: url(../img/qa_icon_new.gif) center no-repeat;
  vertical-align: top;
}

.m-latest > .title {
  position: relative;
  margin: 0;
}
.m-latest > .title .date {
  position: absolute;
  top: 26px;
  right: 18px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  text-shadow: none;
  line-height: 1;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.4285714286em;
  color: #7f7875;
}
.m-latest .latest-list {
  margin: 0;
}
.m-latest .link-load-more {
  margin-top: 16px;
}

.link-load-more {
  text-align: right;
}
.link-load-more a {
  padding-right: 18px;
  background: url(../img/arrow/arrow17.png) right center no-repeat;
  cursor: pointer;
  font-size: 1.4em;
  color: #7f7875;
}
.link-load-more.is-hide {
  display: none;
}

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

#sub {
  position: relative;
}
#sub .s-contents {
  margin-bottom: 20px;
  color: #7f7875;
}
#sub .s-contents > .title {
  border-bottom: 1px solid #cac6c5;
  background: linear-gradient(rgba(236,232,229,.5), rgba(199,188,181,.5) 50%, rgba(223,216,211,.5) 50%, rgba(242,239,237,.5));
  text-align: center;
  color: #7f7875;
}
#sub .s-menu {
  border-bottom: 0;
}
#sub .s-menu > .title {
  background: linear-gradient(rgba(242,239,237,.8), rgba(223,216,211,.8) 50%, rgba(199,188,181,.8) 50%, rgba(236,232,229,.8));
  text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
  line-height: 3.3125;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6em;
  color: #58504d;
}
#sub .s-menu .menu-item {
  border-bottom: 1px solid #baafa6;
}
#sub .s-menu .menu-item .title {
  border: 0;
}
#sub .s-menu .menu-item > .title,
#sub .s-menu .menu-item > .item-inner > .title {
  display: block;
  position: relative;
  padding-left: 21px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #f5f2f0;
  line-height: 49px;
  font-size: 1.4em;
  color: #7f7875;
}
#sub .s-menu .menu-item > .title::before,
#sub .s-menu .menu-item > .item-inner > .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  width: 9px;
  background: linear-gradient(#c7bcb5, #7f7875 50%, #584f4c 50%, #7f7875);
}
#sub .s-menu .menu-item.top > .title,
#sub .s-menu .menu-item.top > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_top_bg.png);
}
#sub .s-menu .menu-item.liposuction > .title,
#sub .s-menu .menu-item.liposuction > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_liposuction_bg.png);
}
#sub .s-menu .menu-item.breast-hip > .title,
#sub .s-menu .menu-item.breast-hip > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_breast-hip_bg.png);
}
#sub .s-menu .menu-item.antiaging > .title,
#sub .s-menu .menu-item.antiaging > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_antiaging_bg.png);
}
#sub .s-menu .menu-item.anxiety > .title,
#sub .s-menu .menu-item.anxiety > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_anxiety_bg.png);
}
#sub .s-menu .menu-item.parts > .title,
#sub .s-menu .menu-item.parts > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_parts_bg.png);
}
#sub .s-menu .menu-item.service > .title,
#sub .s-menu .menu-item.service > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_service_bg.png);
}
#sub .s-menu .menu-item.keyword > .title,
#sub .s-menu .menu-item.keyword > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_keyword_bg.png);
}
#sub .s-menu .category-list,
#sub .s-menu .keyword-list {
  background-color: #efece9;
  box-shadow: inset 0 1px 0 0 #baafa6;
}
#sub .s-menu .category-item,
#sub .s-menu .keyword-item {
  border: 0;
  border-top: 1px dotted #baafa6;
  color: #a39e9b;
}
#sub .s-menu .category-item a,
#sub .s-menu .keyword-item a {
  display: inline;
  line-height: 1.1666666667;
  font-size: 1.2em;
}
#sub .s-menu .category-item a::before,
#sub .s-menu .keyword-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sub .s-menu .category-item .item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
#sub .s-menu .category-item .pic {
  margin-right: 10px;
}
#sub .s-menu .keyword-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: center;
  height: 40px;
}
#sub .s-menu .keyword-item a {
  padding-left: 24px;
  background: url(../img/arrow/arrow.png) 10px center no-repeat;
}
#sub .s-monitor > .title {
  border: 1px solid #cac6c5;
  line-height: 50px;
  font-size: 1.4em;
}
#sub .s-monitor .contents-inner {
  *zoom: 1;
  margin-bottom: 5px;
  border: 1px solid #cac6c5;
  border-top: 0;
}
#sub .s-monitor .contents-inner::after {
  content: "";
  display: table;
  clear: both;
}
#sub .s-monitor .monitor-item {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 20px;
}
#sub .s-monitor .monitor-item .fas,
#sub .s-monitor .monitor-item .far {
  margin-right: 5px;
}
#sub .s-related {
  border: 1px solid #cac6c5;
}
#sub .s-related > .title {
  line-height: 30px;
  font-size: 1.2em;
  color: #7f7875;
}
#sub .s-related .operation-contents {
  position: relative;
}
#sub .s-related .operation-contents a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sub .s-related .operation-contents .item-inner {
  *zoom: 1;
  padding: 10px 5px 5px 10px;
}
#sub .s-related .operation-contents .item-inner::after {
  content: "";
  display: table;
  clear: both;
}
#sub .s-related .operation-contents .name {
  margin-bottom: 10px;
  background: url(../img/arrow/arrow.png) right center no-repeat;
  font-size: 1.4em;
}
#sub .s-related .operation-contents .pic {
  float: left;
  margin-right: 5px;
  border: 1px solid #cac6c5;
}
#sub .s-related .operation-contents .pic img {
  width: 50px;
  height: 50px;
}
#sub .s-related .operation-contents .text {
  overflow: hidden;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#sub .contents .s-menu-item + .s-menu-item {
  border-top: 1px solid #c7bcb5;
}
#sub .contents .s-menu-item a {
  display: flex;
  position: static;
  align-items: center;
  padding: 1px;
}
#sub .contents .s-menu-item a::before, #sub .contents .s-menu-item a::after {
  content: "";
  display: block;
}
#sub .contents .s-menu-item a::before {
  margin-right: 8px;
  width: 7px;
  height: 30px;
  background: linear-gradient(#c7bcb5, #7f7875 50%, #584f4c 50%, #7f7875);
}
#sub .contents .s-menu-item a::after {
  margin: 0 10px 0 auto;
  padding-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) right 0 no-repeat;
}
#sub .contents .s-menu-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
#sub .category .s-menu-item {
  position: relative;
  background: #eae5e2;
}
#sub .category .s-menu-item:hover img {
  opacity: 0.5;
}
#sub .category .s-menu-item + .s-menu-item {
  border-top: 1px dotted #c7bcb5;
}
#sub .category .s-menu-item a {
  padding: 0;
  color: #6d9dd0;
}
#sub .category .s-menu-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#sub .category .s-menu-item img {
  transition: opacity 0.1s linear;
}
#sub .category .s-menu-item .item-inner {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
#sub .category .s-menu-item .pic {
  margin-right: 10px;
  border: 1px solid #c7bcb5;
}
#sub .category .s-menu-item .text {
  line-height: 1.4;
}

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

.index .m-troubles-contents > .title,
.search .m-troubles-contents > .title {
  padding-bottom: 1px;
  box-shadow: inset 1px 0 0 #cccacc, inset -1px 0 0 #cccacc;
}
.index .m-troubles .trouble-list,
.search .m-troubles .trouble-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset 1px 0 0 0 #cccacc, inset -1px 0 0 0 #cccacc, inset 0 -1px 0 0 #cccacc;
  border-top: 1px solid #cccacc;
}
.index .m-troubles .trouble-item,
.search .m-troubles .trouble-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  width: 25%;
  border-right: 1px dotted #cccacc;
  border-bottom: 1px dotted #cccacc;
  box-sizing: border-box;
}
.index .m-troubles .trouble-item a,
.search .m-troubles .trouble-item a {
  display: block;
  padding: 6px 11px;
  width: 100%;
  line-height: 1.25;
  font-size: 1.2em;
  color: #7f7875;
}
.index .m-troubles .trouble-item .item-inner,
.search .m-troubles .trouble-item .item-inner {
  display: table;
}
.index .m-troubles .trouble-item .item-inner > *,
.search .m-troubles .trouble-item .item-inner > * {
  display: table-cell;
  vertical-align: middle;
}
.index .m-troubles .trouble-item .item-inner .pic,
.search .m-troubles .trouble-item .item-inner .pic {
  padding-right: 10px;
}
.index .m-troubles .trouble-item .item-inner img,
.search .m-troubles .trouble-item .item-inner img {
  border: 1px solid #cccacc;
}
.index .m-operations-contents > .title,
.search .m-operations-contents > .title {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccacc;
}
.index .m-operations-item,
.search .m-operations-item {
  margin-bottom: 15px;
}
.index .m-operations-item > .title,
.search .m-operations-item > .title {
  margin-bottom: 7px;
  padding-left: 7px;
  border-left: 3px solid #94bc5a;
  line-height: 1.4285714286;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.index .m-operations .operation-list,
.search .m-operations .operation-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset 1px 0 0 0 #cccacc, inset -1px 0 0 0 #cccacc, inset 0 -1px 0 0 #cccacc;
  border-top: 1px solid #cccacc;
}
.index .m-operations .operation-item,
.search .m-operations .operation-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  width: 25%;
  border-right: 1px dotted #cccacc;
  border-bottom: 1px dotted #cccacc;
  box-sizing: border-box;
}
.index .m-operations .operation-item a,
.search .m-operations .operation-item a {
  display: block;
  padding: 6px 11px;
  width: 100%;
  line-height: 1.25;
  font-size: 1.2em;
  color: #7f7875;
}
.index .m-operations .operation-item .item-inner,
.search .m-operations .operation-item .item-inner {
  display: table;
}
.index .m-operations .operation-item .item-inner > *,
.search .m-operations .operation-item .item-inner > * {
  display: table-cell;
  vertical-align: middle;
}
.index .m-operations .operation-item .item-inner .pic,
.search .m-operations .operation-item .item-inner .pic {
  padding-right: 10px;
}
.index .m-operations .operation-item .item-inner img,
.search .m-operations .operation-item .item-inner img {
  border: 1px solid #cccacc;
}

.index .m-ranking .ranking-item .question .text,
.category .m-ranking .ranking-item .question .text {
  margin-bottom: 20px;
}

.index #header::before {
  content: initial;
}
.index #content {
  position: relative;
  overflow: hidden;
}
.index article > .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}
.index #anchor {
  margin-bottom: 12px;
  margin: 22px 10px;
}
.index #anchor ul {
  *zoom: 1;
}
.index #anchor ul::after {
  content: "";
  display: table;
  clear: both;
}
.index #anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
.index #anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
.index #anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}
.index .m-category {
  margin-right: 10px;
  margin-left: 10px;
}
.index .m-category > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #6d9dd0;
  border-bottom: 1px solid #baafa6;
}
.index .m-category .category-list {
  margin: 0;
}

.category .m-anxieties > .title,
.genre .m-anxieties > .title,
.entry .m-anxieties > .title {
  margin: 0;
}
.category .m-anxieties .anxiety-list,
.genre .m-anxieties .anxiety-list,
.entry .m-anxieties .anxiety-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.category .m-anxieties .anxiety-item,
.genre .m-anxieties .anxiety-item,
.entry .m-anxieties .anxiety-item {
  border-bottom: 1px dotted #c7bcb5;
  color: #7f7875;
  position: relative;
  padding: 22px 0;
  width: 342px;
}
.category .m-anxieties .anxiety-item .title,
.genre .m-anxieties .anxiety-item .title,
.entry .m-anxieties .anxiety-item .title {
  margin-bottom: 12px;
  padding-left: 20px;
  background: url(../img/arrow/arrow.png) left center no-repeat;
  font-size: 1.6em;
  font-weight: bold;
}
.category .m-anxieties .anxiety-item .title a,
.genre .m-anxieties .anxiety-item .title a,
.entry .m-anxieties .anxiety-item .title a {
  font-weight: bold;
  color: #7f7875;
}
.category .m-anxieties .anxiety-item .title a::before,
.genre .m-anxieties .anxiety-item .title a::before,
.entry .m-anxieties .anxiety-item .title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.category .m-anxieties .anxiety-item .text,
.genre .m-anxieties .anxiety-item .text,
.entry .m-anxieties .anxiety-item .text {
  padding-left: 20px;
  font-size: 1.4em;
}
.category .m-anxieties .anxiety-item .count,
.genre .m-anxieties .anxiety-item .count,
.entry .m-anxieties .anxiety-item .count {
  display: block;
  width: 50px;
  border-radius: 8px;
  background: #f8f6f5;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 22px;
  right: 0;
}

.category .m-contents > *,
.genre .m-contents > * {
  margin-right: 0;
  margin-left: 0;
}
.category .m-operations > .title,
.genre .m-operations > .title {
  margin-bottom: 5px;
}
.category .m-operations .operation-list,
.genre .m-operations .operation-list {
  *zoom: 1;
}
.category .m-operations .operation-list::after,
.genre .m-operations .operation-list::after {
  content: "";
  display: table;
  clear: both;
}
.category .m-operations .operation-item,
.genre .m-operations .operation-item {
  border-bottom: 1px dotted #c7bcb5;
  color: #7f7875;
  position: relative;
  float: left;
  margin-left: 20px;
  padding: 5px 0;
  width: 221px;
}
.category .m-operations .operation-item:nth-child(3n+1),
.genre .m-operations .operation-item:nth-child(3n+1) {
  margin-left: 0;
}
.category .m-operations .operation-item .pic,
.genre .m-operations .operation-item .pic {
  float: left;
  padding-right: 10px;
}
.category .m-operations .operation-item .title,
.genre .m-operations .operation-item .title {
  overflow: hidden;
  padding-top: 4px;
  font-size: 1.4em;
}
.category .m-operations .operation-item .title a,
.genre .m-operations .operation-item .title a {
  color: #7f7875;
}
.category .m-operations .operation-item .title a::before,
.genre .m-operations .operation-item .title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.category .m-operations .operation-item .count,
.genre .m-operations .operation-item .count {
  display: block;
  width: 50px;
  border-radius: 8px;
  background: #f8f6f5;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.category .m-troubles > .title,
.genre .m-troubles > .title {
  margin-bottom: 5px;
}
.category .m-troubles .trouble-list,
.genre .m-troubles .trouble-list {
  *zoom: 1;
}
.category .m-troubles .trouble-list::after,
.genre .m-troubles .trouble-list::after {
  content: "";
  display: table;
  clear: both;
}
.category .m-troubles .trouble-item,
.genre .m-troubles .trouble-item {
  border-bottom: 1px dotted #c7bcb5;
  color: #7f7875;
  position: relative;
  float: left;
  margin-left: 20px;
  padding: 5px 0;
  width: 221px;
}
.category .m-troubles .trouble-item:nth-child(3n+1),
.genre .m-troubles .trouble-item:nth-child(3n+1) {
  margin-left: 0;
}
.category .m-troubles .trouble-item .pic,
.genre .m-troubles .trouble-item .pic {
  float: left;
  padding-right: 10px;
}
.category .m-troubles .trouble-item .title,
.genre .m-troubles .trouble-item .title {
  overflow: hidden;
  padding-top: 4px;
  font-size: 1.4em;
}
.category .m-troubles .trouble-item .title a,
.genre .m-troubles .trouble-item .title a {
  color: #7f7875;
}
.category .m-troubles .trouble-item .title a::before,
.genre .m-troubles .trouble-item .title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.category .m-troubles .trouble-item .count,
.genre .m-troubles .trouble-item .count {
  display: block;
  width: 50px;
  border-radius: 8px;
  background: #f8f6f5;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.category .m-troubles .trouble-item.is-hide,
.genre .m-troubles .trouble-item.is-hide {
  display: none;
}
.category .m-troubles .link-load-more,
.genre .m-troubles .link-load-more {
  margin-top: -14px;
}

.category .m-related,
.search .m-related {
  margin-bottom: 40px;
}
.category .m-related > .title,
.search .m-related > .title {
  padding: 20px 0 16px;
  border-bottom: 1px solid #fff;
  background: #f5f2f0;
  box-shadow: inset 0 -1px 0 0 #d4d0ce;
  text-align: center;
  font-size: 1.6em;
  color: #7f7875;
}
.category .m-related .related-list,
.search .m-related .related-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 35px;
  background: #f5f2f0;
}
.category .m-related .related-item,
.search .m-related .related-item {
  position: relative;
  margin: 5px;
  padding: 8px;
  border: 1px solid #e3e1e0;
  border-radius: 8px;
  background: #fff;
  font-size: 1.2em;
  white-space: nowrap;
}
.category .m-related .related-item a::before,
.search .m-related .related-item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.category .m-related .related-item .fas,
.search .m-related .related-item .fas {
  margin-right: 5px;
  color: #d4d0ce;
}
.category .m-related .link,
.search .m-related .link {
  margin-top: 10px;
  text-align: right;
}
.category .m-related .link a,
.search .m-related .link a {
  cursor: pointer;
  font-size: 1.4em;
  color: #7f7875;
}
.category .m-related .link a::after,
.search .m-related .link a::after {
  transform: rotate(-90deg);
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 13px;
  background: url(../img/arrow/arrow17.png) center no-repeat;
  vertical-align: top;
}

.category.liposuction .m-title::before,
.entry.liposuction .m-title::before {
  background-image: url(../img/contents_liposuction_title_bg.png);
}
.category.breast-hip .m-title::before,
.entry.breast-hip .m-title::before {
  background-image: url(../img/contents_breast-hip_title_bg.png);
}
.category.antiaging .m-title::before,
.entry.antiaging .m-title::before {
  background-image: url(../img/contents_antiaging_title_bg.png);
}

.category .m-title {
  align-items: flex-start;
  margin-bottom: 24px;
  padding-left: 54px;
  height: 230px;
}
.category .m-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: right top;
  background-repeat: no-repeat;
}
.category .m-title .inner-text {
  padding-top: 22px;
}
.category .m-title .lead {
  width: 365px;
}
.category .m-lead {
  margin: 0 20px 24px;
  line-height: 1.75;
  font-size: 1.6em;
  color: #7f7875;
}
.category .m-category .category-list {
  margin: 0 10px;
}

.genre .m-title,
.search .m-title,
.entry .m-title {
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 12px 0 10px;
  box-sizing: border-box;
}
.genre .m-title::before,
.search .m-title::before,
.entry .m-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 59px;
  z-index: 1;
  background-position: left top;
  background-repeat: no-repeat;
}
.genre .m-title .inner-text,
.search .m-title .inner-text,
.entry .m-title .inner-text {
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 19px;
  width: calc(100% - 100px);
}
.genre .m-title .inner-text::before,
.search .m-title .inner-text::before,
.entry .m-title .inner-text::before {
  top: 24px;
}
.genre .m-title .inner-text::after,
.search .m-title .inner-text::after,
.entry .m-title .inner-text::after {
  content: initial;
}
.genre .m-title .text-wrapper,
.search .m-title .text-wrapper,
.entry .m-title .text-wrapper {
  flex-direction: row;
}
.genre .m-title .lead,
.search .m-title .lead,
.entry .m-title .lead {
  width: 100%;
}

.genre .m-title .attr,
.entry .m-title .attr {
  position: absolute;
  top: 20px;
  right: 55px;
  color: #d2c9c3;
}
.genre .m-operation-item,
.entry .m-operation-item {
  box-sizing: border-box;
  flex-basis: 339px;
  margin-bottom: 6px;
  border: 0;
}
.genre .m-operation-item a,
.entry .m-operation-item a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.genre .m-operation-item a:hover,
.entry .m-operation-item a:hover {
  opacity: 1;
}
.genre .m-operation-item .item-inner,
.entry .m-operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
.genre .m-operation-item .item-inner:hover,
.entry .m-operation-item .item-inner:hover {
  opacity: 0.5;
}
.genre .m-operation-item .name,
.entry .m-operation-item .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.genre .m-operation-item .pic,
.entry .m-operation-item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.genre .m-operation-item .text,
.entry .m-operation-item .text {
  font-size: 1.4em;
}
.genre .m-operation-item a,
.entry .m-operation-item a {
  display: block;
  background: none;
  color: inherit;
}
.genre .m-operation-item a:hover,
.entry .m-operation-item a:hover {
  opacity: 1;
}
.genre .m-operation-item .item-inner,
.entry .m-operation-item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 30px 10px 10px;
  min-height: 65px;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.genre .m-operation-item .item-inner:hover,
.entry .m-operation-item .item-inner:hover {
  opacity: 0.5;
}
.genre .m-operation-item .name,
.genre .m-operation-item .text,
.entry .m-operation-item .name,
.entry .m-operation-item .text {
  margin-left: 76px;
}
.genre .m-operation-item .name,
.entry .m-operation-item .name {
  margin-bottom: 12px;
}
.genre .m-operation-item .pic,
.entry .m-operation-item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.genre .m-operation-item .text,
.entry .m-operation-item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.genre .m-operation-item .text::before,
.entry .m-operation-item .text::before {
  margin-top: -3px;
}
.genre .m-operation-item .text::after,
.entry .m-operation-item .text::after {
  margin-top: -3px;
}
.genre .m-operation-item .item-inner,
.entry .m-operation-item .item-inner {
  border: 1px solid #d7d4d3;
}
.genre .m-operation-item .notice,
.entry .m-operation-item .notice {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 1em;
  color: #7f7875;
}

.genre .m-title img {
  position: absolute;
  top: 31px;
  left: 5px;
}
.genre .m-title .inner-text {
  flex-basis: 106px;
  padding-left: 68px;
}
.genre .tab {
  margin: 20px 0;
}
.genre .tab ul {
  *zoom: 1;
}
.genre .tab ul::after {
  content: "";
  display: table;
  clear: both;
}
.genre .tab li {
  float: left;
}
.genre .tab li.active a:hover img {
  opacity: 1;
}
.genre .tab a:hover img {
  opacity: 0;
}
.genre .tab.top ul {
  border-bottom: 1px solid #baafa6;
}
.genre .tab.top li {
  margin-top: 8px;
}
.genre .tab.top li.active {
  margin: 0;
}
.genre .tab.bottom {
  margin-bottom: 45px;
}
.genre .tab.bottom ul {
  border-top: 1px solid #baafa6;
}
.genre .tab.bottom li {
  margin-bottom: 8px;
}
.genre .tab.top li.index {
  background: url(../img/operation_tab_top_index_h.png) 0 0 no-repeat;
}
.genre .tab.top li.case {
  background: url(../img/operation_tab_top_case_h.png) 0 0 no-repeat;
}
.genre .tab.top li.flow {
  background: url(../img/operation_tab_top_flow_h.png) 0 0 no-repeat;
}
.genre .tab.top li.price {
  background: url(../img/operation_tab_top_price_h.png) 0 0 no-repeat;
}
.genre .tab.top li.campaign {
  background: url(../img/operation_tab_top_campaign_h.png) 0 0 no-repeat;
}
.genre .tab.top li.qa {
  background: url(../img/operation_tab_top_qa_h.png) 0 0 no-repeat;
}
.genre .m-contents .operation.related {
  display: table;
  margin: 20px 0 0 auto;
  border: 1px solid #d7d4d3;
}
.genre .m-contents .operation.related > * {
  display: table-cell;
  vertical-align: middle;
}
.genre .m-contents .operation.related > .title {
  width: 148px;
  border-right: 1px solid #d7d4d3;
  border-bottom: 0;
  background: linear-gradient(#fff, #f4f2f0 45%);
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.genre .m-contents .operation.related .operation-contents {
  box-sizing: border-box;
  width: 346px;
}
.genre .m-contents .operation.related .operation-contents a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.genre .m-contents .operation.related .operation-contents a:hover {
  opacity: 1;
}
.genre .m-contents .operation.related .operation-contents .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
.genre .m-contents .operation.related .operation-contents .item-inner:hover {
  opacity: 0.5;
}
.genre .m-contents .operation.related .operation-contents .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.genre .m-contents .operation.related .operation-contents .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.genre .m-contents .operation.related .operation-contents .text {
  font-size: 1.4em;
}
.genre .m-contents .operation.related .operation-contents a {
  display: block;
  background: none;
  color: inherit;
}
.genre .m-contents .operation.related .operation-contents a:hover {
  opacity: 1;
}
.genre .m-contents .operation.related .operation-contents .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 30px 10px 10px;
  min-height: 65px;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.genre .m-contents .operation.related .operation-contents .item-inner:hover {
  opacity: 0.5;
}
.genre .m-contents .operation.related .operation-contents .name,
.genre .m-contents .operation.related .operation-contents .text {
  margin-left: 76px;
}
.genre .m-contents .operation.related .operation-contents .name {
  margin-bottom: 12px;
}
.genre .m-contents .operation.related .operation-contents .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.genre .m-contents .operation.related .operation-contents .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.genre .m-contents .operation.related .operation-contents .text::before {
  margin-top: -3px;
}
.genre .m-contents .operation.related .operation-contents .text::after {
  margin-top: -3px;
}
.genre.liposuction .m-title::before {
  width: 108px;
  height: 14px;
  background-image: url(../img/qa_liposuction_title_bg.png);
}
.genre.breast-hip .m-title::before {
  width: 84px;
  height: 14px;
  background-image: url(../img/qa_breast-hip_title_bg.png);
}
.genre.antiaging .m-title::before {
  width: 102px;
  height: 14px;
  background-image: url(../img/qa_antiaging_title_bg.png);
}
.genre.operation #header::before {
  content: initial;
}
.genre.operation .m-title {
  margin-bottom: 10px;
  padding: 0;
}
.genre.operation .m-title::before {
  content: initial;
}
.genre.operation .m-title img {
  position: static;
}
.genre.operation:not(.focus) .m-title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}
.genre .m-operation-list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search .m-title::before {
  width: 29px;
  height: 13px;
  background-image: url(../img/qa_search_title_bg.png);
}
.search .m-title .count {
  margin-top: 8px;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.5882352941em;
  color: #999490;
}
.search .result-list {
  margin: 0;
}
.search .qa-item em {
  color: #ec7c78;
}
.search .qa-item .title a {
  font-weight: bold;
}
.search .qa-item .title em {
  font-weight: bold;
}
.search .link-load-more {
  margin-top: 16px;
}

.entry .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;
}
.entry .p-reference__title {
  margin-bottom: 18px;
  padding: 0 0 6px 6px;
  border-bottom: 1px solid #c7bcb5;
  font-size: 1.5em;
  font-weight: bold;
}
.entry .p-reference__item {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 1.2em;
}
.entry .p-reference__item > a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 3em;
  font-weight: bold;
}
.entry .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;
}
.entry .p-reference__item > a:hover::before {
  background-image: url(../img/arrow/arrow3_h.png);
}
.entry .p-reference__item .p-reference__text {
  flex: 1;
}
.entry .p-reference__item .p-reference__text a {
  color: #7e7774;
}
.entry .p-reference__item + .entry .p-reference__item {
  margin-top: 0.5em;
}
.entry .p-reference__item:target .p-reference__text {
  background: #f1ea4d;
  font-weight: bold;
  color: #221814;
}
.entry .p-reference__item:target .p-reference__text a {
  font-weight: bold;
  color: #221814;
}
.entry sup[id^=cite] {
  padding: 2px;
  line-height: 0;
}
.entry sup[id^=cite] a {
  text-decoration: none;
}
.entry sup[id^=cite]:target {
  background: #f1ea4d;
}
.entry sup[id^=cite]:target a {
  font-weight: bold;
  color: #221814;
}
.entry .m-title::before {
  content: "/ No." attr(data-id);
  color: #d2c9c3;
}
.entry .m-title .inner-text {
  text-align: left;
  line-height: 1.4166666667;
  font-size: 2.4em;
}
.entry .m-title .text-wrapper {
  padding: 0 30px;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
}
.entry .m-contents > * {
  margin-right: 0;
  margin-left: 0;
}
.entry .m-details > * {
  margin: 0;
}
.entry .m-details-contents {
  padding: 30px 40px 20px 30px;
  border: 1px solid #d4d0ce;
  box-shadow: inset 0 0 0 1px #fff;
}
.entry .m-details-contents > .title {
  margin-bottom: 19px;
  padding-left: 57px;
  background-repeat: no-repeat;
  line-height: 45px;
  font-size: 1.4em;
  color: #6d6663;
}
.entry .m-details-contents .text {
  line-height: 1.6;
  font-size: 1.4em;
  color: #7f7875;
}
.entry .m-details .question {
  position: relative;
  border-bottom-style: dotted;
  background: #eff2f9;
}
.entry .m-details .question > .title {
  background-image: url(../img/qa_question_title_bg.png);
  background-position: left center;
}
.entry .m-details .question .text {
  margin-bottom: 24px;
  padding-left: 10px;
  line-height: 1.4;
  font-size: 1rem;
}
.entry .m-details .question .text a {
  font-size: 1.3em;
}
.entry .m-details .question .date {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 1.3333333333;
  font-size: 1.1em;
  color: #999490;
}
.entry .m-details .question .date .fa-clock {
  margin-right: 5px;
  vertical-align: top;
  font-size: 1.3333333333em;
}
.entry .m-details .question .notice {
  padding: 10px 0;
  border: 1px solid #d4d0ce;
  background: #fff;
  text-align: center;
  line-height: 1.4;
  color: #b4afac;
}
.entry .m-details .answer {
  border-top: 0;
  background: #fdf3f1;
}
.entry .m-details .answer > .title {
  background-image: url(../img/qa_answer_title_bg.png);
  background-position: 2px center;
}
.entry .m-details .answer .inner {
  display: flex;
  flex-direction: column;
}
.entry .m-details .answer .inner .pic {
  order: 2;
  margin-bottom: 20px;
  text-align: center;
}
.entry .m-details .answer .inner > .text,
.entry .m-details .answer .inner .text-wrapper {
  order: 1;
}
.entry .m-details .answer .inner .text {
  margin-bottom: 14px;
  padding-left: 10px;
}
.entry .m-details .answer .inner .text b {
  line-height: 1.4;
  font-size: 1.1428571429em;
}
.entry .m-details .answer .inner .text a {
  font-size: 0.9285714286em;
}
.entry .m-details .answer .inner h2 {
  margin-bottom: 14px;
  padding-left: 10px;
  line-height: 1.6;
  font-size: 1.4em;
  color: #7f7875;
}
.entry .m-details .answer .inner.right {
  display: block;
  overflow: hidden;
}
.entry .m-details .answer .inner.right .pic {
  float: right;
  margin-left: 20px;
}
.entry .m-details .attr {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}
.entry .m-details .attr .attr-item {
  display: inline-block;
  line-height: 1.25;
  color: #7f7875;
  display: block;
  vertical-align: middle;
  font-size: 1.2em;
}
.entry .m-details .attr .attr-item::before {
  display: inline-block;
  margin-right: 2px;
  width: 1em;
  text-align: center;
  font-family: fontAwesome;
  font-size: 1.2em;
}
.entry .m-details .attr .attr-item.sex::before {
  content: "\f007";
}
.entry .m-details .attr .attr-item.operation::before {
  content: "\f005";
}
.entry .m-details .attr .attr-item.part::before {
  content: "\f140";
}
.entry .m-details .attr .attr-item .part-list,
.entry .m-details .attr .attr-item .part-item {
  display: inline-block;
}
.entry .m-details .attr .attr-item .part-item + .part-item {
  margin-left: -0.25em;
}
.entry .m-details .attr .attr-item .part-item + .part-item::before {
  content: "／";
}
.entry .m-details .mail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.entry .m-details .mail .lead {
  margin-right: 15px;
  font-size: 1.4em;
  color: #6d6663;
}
.entry .m-details .mail .button a {
  display: inline-block;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.entry .m-details .mail .button a:hover {
  opacity: 0.6;
  color: #f5f2f0 !important;
}
.entry .m-details .mail .button a .inner-text {
  box-sizing: border-box;
  display: block;
  background: url(../img/arrow/arrow16.png) right 10px center no-repeat;
  text-align: center;
}
.entry .m-details .mail .button .inner-text {
  width: 296px;
  line-height: 3.75;
  font-size: 1.6em;
}
.entry .m-details .button-area {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 10px;
}
.entry .m-details .button-area .link {
  float: right;
  width: 284px;
}
.entry .m-details .button-area .link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.entry .m-details .button-area .link a .inner-text {
  margin-left: 70px;
  padding-left: 40px;
  background: url(../img/qa_line.png) left center no-repeat;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.entry .m-details .button-area .link a:hover {
  opacity: 0.7;
  color: inherit !important;
}
.entry .m-details .button-area .link a:hover > *, .entry .m-details .button-area .link a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
.entry .m-details .button-area .link a::before {
  content: "メアド不要で気軽に質問";
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.entry .m-details .button-area .link a::after {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  background: url(../img/qa_line_arrow.png) right top no-repeat;
}
.entry .m-details .button-area .link.counseling a {
  position: relative;
}
.entry .m-details .button-area .link.counseling a .inner-text {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  background: none;
}
.entry .m-details .button-area .link.counseling a::before {
  content: "ドクターが診察します";
}
.entry .m-details .button-area .link.counseling a::after {
  position: absolute;
  top: 9px;
  right: 0;
}
.entry .m-keyword {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #d4d0ce;
}
.entry .m-keyword .title {
  font-size: 1.4em;
  white-space: nowrap;
  color: #6d6663;
}
.entry .m-keyword .title::after {
  content: "：";
}
.entry .m-keyword .keyword-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.entry .m-keyword .keyword-item {
  position: relative;
  margin: 5px;
  padding: 8px;
  border: 1px solid #e3e1e0;
  border-radius: 8px;
  background: #fff;
  font-size: 1.2em;
  white-space: nowrap;
}
.entry .m-keyword .keyword-item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.entry .m-keyword .keyword-item .fas {
  margin-right: 5px;
  color: #d4d0ce;
}
.entry .m-banner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 6px 32px 6px 30px;
  border: 1px solid #d4d0ce;
  border-top: 0;
  background: #f5f2f0;
  box-shadow: inset 0 0 0 1px #fff;
  text-align: center;
  box-sizing: border-box;
}
.entry .m-banner > * {
  margin: 0;
}
.entry .m-banner .lead {
  margin: 6px 12px 6px 0;
  text-align: left;
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #7f7875;
  box-sizing: border-box;
}
.entry .m-banner .banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-basis: 416px;
  align-items: center;
  justify-content: space-between;
  margin: 1px -5px;
}
.entry .m-banner .banner-item {
  margin: 5px;
}
.entry .m-banner.row .banner-list {
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -5px;
  margin-left: -5px;
}
.entry .m-banner.row .banner-item + .banner-item {
  margin-left: 24px;
}
.entry .m-banner.row .banner-item + .banner-item:nth-child(3n+4) {
  margin-left: 5px;
}
.entry .m-related > * {
  margin-right: 0;
  margin-left: 0;
}
.entry .m-related > .title {
  margin: 0;
}
.entry .m-related-contents .contents-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #d4d0ce;
  background: linear-gradient(#fff, #f4f2f0 50%, #f4f2f0);
}
.entry .m-related-contents .contents-inner > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 30px;
  width: 142px;
}
.entry .m-related-contents .contents-inner > .title a {
  text-align: center;
  line-height: 1.25;
  font-size: 1.6em;
}
.entry .m-related-contents .contents-inner > .title a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(../img/arrow/arrow.png) right 10px bottom 10px no-repeat;
}
.entry .m-related-contents .contents-inner > .title img {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #d4d0ce;
}
.entry .m-related-contents .contents-inner > .title .count {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #999490;
}
.entry .m-related-contents + .m-related-contents .contents-inner {
  border-top: 1px solid #d4d0ce;
}
.entry .m-related .related-item {
  position: relative;
  padding: 32px 0 26px 21px;
  border-bottom: 1px solid #d4d0ce;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 #fff;
  background-color: #fff;
}
.entry .m-related .related-item:nth-child(even) {
  background-color: #eff2f9;
}
.entry .m-related .related-item .item-inner {
  padding: 0 55px;
  background: url(../img/qa_question_title_bg.png) left top no-repeat;
}
.entry .m-related .related-item .item-inner > *,
.entry .m-related .related-item .item-inner .title a {
  color: #7f7875;
}
.entry .m-related .related-item .title {
  margin-bottom: 11px;
  font-size: 1.6em;
}
.entry .m-related .related-item .title a {
  font-weight: bold;
}
.entry .m-related .related-item .text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}
.entry .m-related .related-item .date {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 1.2em;
}
.entry .m-related .related-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.entry .m-related .related-item.new .date::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 14px;
  background: url(../img/qa_icon_new.gif) center no-repeat;
  vertical-align: top;
}
.entry .m-related .related-item:last-child {
  border-bottom: 0;
}
.entry .m-related .operation.related {
  display: table;
  margin: 20px 0 0 auto;
  border: 1px solid #d7d4d3;
}
.entry .m-related .operation.related > * {
  display: table-cell;
  vertical-align: middle;
}
.entry .m-related .operation.related > .title {
  width: 148px;
  border-right: 1px solid #d7d4d3;
  border-bottom: 0;
  background: linear-gradient(#fff, #f4f2f0 45%);
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.entry .m-related .operation.related .operation-contents {
  box-sizing: border-box;
  width: 346px;
}
.entry .m-related .operation.related .operation-contents a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.entry .m-related .operation.related .operation-contents a:hover {
  opacity: 1;
}
.entry .m-related .operation.related .operation-contents .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
.entry .m-related .operation.related .operation-contents .item-inner:hover {
  opacity: 0.5;
}
.entry .m-related .operation.related .operation-contents .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.entry .m-related .operation.related .operation-contents .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.entry .m-related .operation.related .operation-contents .text {
  font-size: 1.4em;
}
.entry .m-related .operation.related .operation-contents a {
  display: block;
  background: none;
  color: inherit;
}
.entry .m-related .operation.related .operation-contents a:hover {
  opacity: 1;
}
.entry .m-related .operation.related .operation-contents .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 30px 10px 10px;
  min-height: 65px;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.entry .m-related .operation.related .operation-contents .item-inner:hover {
  opacity: 0.5;
}
.entry .m-related .operation.related .operation-contents .name,
.entry .m-related .operation.related .operation-contents .text {
  margin-left: 76px;
}
.entry .m-related .operation.related .operation-contents .name {
  margin-bottom: 12px;
}
.entry .m-related .operation.related .operation-contents .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.entry .m-related .operation.related .operation-contents .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.entry .m-related .operation.related .operation-contents .text::before {
  margin-top: -3px;
}
.entry .m-related .operation.related .operation-contents .text::after {
  margin-top: -3px;
}
.entry .m-popular > .title {
  margin: 0;
}
.entry .m-popular .contents-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry .m-popular .contents-item {
  border-bottom: 1px dotted #c7bcb5;
  color: #7f7875;
  position: relative;
  padding: 10px 0;
  width: 342px;
}
.entry .m-popular .contents-item .item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 85px;
  height: 75px;
}
.entry .m-popular .contents-item .title a {
  line-height: 1.4285714286;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.entry .m-popular .contents-item .title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.entry .m-popular .contents-item .pic {
  position: absolute;
  top: 10px;
  left: 0;
}
.entry .m-popular .contents-item .attr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-left: 2px;
}
.entry .m-popular .contents-item .attr .view .fas {
  margin-right: 5px;
}
.entry .m-operation {
  margin-bottom: 34px;
}
.entry .m-operation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry .p-reference.p-reference {
  margin-bottom: 0;
}
.entry.liposuction .m-title::before {
  padding-left: 113px;
  height: 14px;
  background-image: url(../img/qa_liposuction_title_bg.png);
}
.entry.breast-hip .m-title::before {
  padding-left: 89px;
  height: 14px;
  background-image: url(../img/qa_breast-hip_title_bg.png);
}
.entry.antiaging .m-title::before {
  padding-left: 107px;
  height: 14px;
  background-image: url(../img/qa_antiaging_title_bg.png);
}
/*# sourceMappingURL=qa_new.css.map */
