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

File Name:		president.scss
Note:			美容外科学会会長選任あいさつページ用SCSSファイル


New Creation:	2013/07/30 17:15:49.
Last Change:	2014/09/29 21:13:15.


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

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

#content {
  padding-right: 0;
  padding-left: 0;
  width: 988px;
}
* html #content {
  padding-left: 1px;
}
* + html #content {
  padding-left: 1px;
}

article aside {
  margin: 0 142px;
  padding: 0;
  border: 0;
}
#main {
  float: none;
  width: auto;
}

#topicpath {
  margin: 0 30px;
}

#content {
  position: relative;
  overflow: hidden;
}

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

.m-tab {
  margin: 20px auto;
  width: 880px;
}
.m-tab-list {
  display: flex;
  box-sizing: border-box;
}
.m-tab-item {
  flex-basis: 33.3%;
  align-items: center;
  border: 1px solid #c7bcb5;
  background: linear-gradient(rgba(243,240,238,.5), rgba(223,217,212,.5) 50%, rgba(199,188,181,.5) 50%, rgba(236,232,229,.5));
  text-align: center;
}
.m-tab-item a {
  display: block;
  position: relative;
  line-height: 60px;
  font-size: 1.5em;
  color: #7f7875;
}
.m-tab-item.liposuction {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.m-tab-item.breast-hip {
  border-right: 0;
}
.m-tab-item.antiaging {
  border-radius: 0 4px 4px 0;
}
.m-tab-item.is-active {
  background: linear-gradient(#79716f, #716864 50%, #6b605a 50%, #766e6b);
}
.m-tab-item.is-active a {
  color: #fff;
}
.m-tab-item.is-active a::after {
  content: "▼";
  position: absolute;
  bottom: 3px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
}

.m-title {
  position: relative;
  margin-bottom: 10px;
  padding-top: 240px;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-title .title-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 20px;
  align-items: center;
  padding: 6px 0;
  min-width: 533px;
  background: rgba(0,0,0,.5);
  color: #fff;
}
.m-title .count {
  padding: 0 17px;
  border-right: 1px solid #fff;
  text-align: center;
  line-height: 3.3333333333;
  font-size: 1.2em;
  box-sizing: border-box;
}
.m-title .count .category {
  padding-left: 15px;
  line-height: 1;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6666666667em;
}
.m-title .limit {
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
  line-height: 1.5;
  font-size: 1.2em;
}
.m-title .limit > * {
  display: block;
}

.date-list {
  margin: 0 54px 10px;
}
.date-list-item {
  text-align: right;
  line-height: 1.3333333333;
  font-size: 1.1em;
  color: #999490;
}
.date-list-item .fa-clock {
  margin-right: 5px;
  vertical-align: top;
  font-size: 1.3333333333em;
}

.m-anchor {
  margin: 0 auto 25px;
  width: 880px;
}
.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-president-banner {
  margin: 0 auto 30px;
  width: 880px;
}

.p-campaign {
  margin: 42px 0 19px;
  padding-bottom: 43px;
  background: url(../img/contents_condenserich_ex_campaign_bg.png) center bottom no-repeat;
  text-align: center;
}
.p-campaign__title {
  margin: 0 0 21px -3px;
}
.p-campaign__list {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.p-campaign__item {
  width: 252px;
}
.p-campaign__item a {
  display: flex;
  position: relative;
  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;
}
.p-campaign__item a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.p-campaign__item a .inner-text2 {
  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;
}
.p-campaign__item a:hover {
  color: inherit !important;
}
.p-campaign__item a:hover > *, .p-campaign__item a:hover::before {
  color: #f5f2f0;
}
.p-campaign__item a:hover::after {
  background: url(../img/broadcast_common_btn_arrow_h.png) right top no-repeat;
}
.p-campaign__item a::before {
  content: none;
}
.p-campaign__item a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../img/broadcast_common_btn_arrow.png) right top no-repeat;
}
.p-campaign__item.btn-counseling {
  margin-right: 5px;
}

.m-contents {
  margin: 0 auto 70px;
  width: 880px;
}
.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;
  width: 880px;
  background-image: url(../img/campaign_contents_title_bg.png);
}
.m-contents .cv {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.m-contents .cv .lead {
  line-height: 1.5;
  font-size: 1.6em;
  color: #7f7875;
}
.m-contents .button {
  text-align: right;
}
.m-contents .button a {
  display: inline-block;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.m-contents .button a:hover {
  opacity: 0.6;
  color: #f5f2f0 !important;
}
.m-contents .button a .inner-text {
  display: block;
  padding: 0 38px;
  background: url(../img/arrow/arrow16.png) right 10px center no-repeat;
  line-height: 2.375;
  font-size: 1.6em;
}
.m-contents .button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
.m-contents .text .mark {
  background: #f9f7c3;
  font-weight: bold;
  color: #7f7875;
}

.m-sub-contents > .title {
  padding-left: 11px;
  border-left: 3px solid #f4b5ac;
  font-weight: bold;
  color: #7f7875;
  font-size: 1.8em;
}

.m-season {
  margin-bottom: 40px;
}
.m-season .title {
  display: block;
  position: relative;
  margin: 0 0 25px;
  padding: 5px 0 9px;
  width: 100%;
  height: inherit;
  background: #faf9f8;
  background: -moz-linear-gradient(top, #fefefd 0%, #faf9f8 100%);
  background: -webkit-linear-gradient(top, #fefefd 0%, #faf9f8 100%);
  background: linear-gradient(to bottom, #fefefd 0%, #faf9f8 100%);
  text-align: center;
  text-shadow: none;
  line-height: 1;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  letter-spacing: 3px;
  color: #7f7875;
}
.m-season .title .emphasis {
  color: #ec7d7c;
}
.m-season .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 1px;
  width: 100%;
  border-bottom: 1px solid #7f7875;
  background: #fff;
}
.m-season .reason-list {
  display: flex;
  justify-content: center;
}
.m-season .reason-list__item {
  display: block;
  padding-top: 2px;
  background: url(../img/campaign_reason_listitem_bg.png) center top no-repeat;
  text-align: center;
  color: #6d6562;
}
.m-season .reason-list__item:nth-child(1) {
  margin-right: 49px;
}
.m-season .reason-list__item:nth-child(2) {
  margin-right: 63px;
}
.m-season .reason-list__title {
  margin-bottom: 0.4rem;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  font-weight: bold;
}
.m-season .reason-list__text {
  line-height: 1.5714285714;
  font-size: 0.9rem;
}

.m-pickup {
  margin-bottom: 38px;
}
.m-pickup > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 12px;
  padding: 20px 0 12px;
  height: 110px;
  background: url(../img/campaign_pickup_title_bg.jpg) left top no-repeat;
  text-shadow: none;
  line-height: 1;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  color: #58504d;
  box-sizing: border-box;
}
.m-pickup > .title::before {
  content: attr(data-eng);
  display: block;
  margin-bottom: 10px;
  font-size: 1em;
  color: #a3948a;
}
.m-pickup > .title .inner-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 2.9em;
  font-weight: bold;
}
.m-pickup > .title .inner-text::before, .m-pickup > .title .inner-text::after {
  content: "";
  display: block;
  margin: 0 10px;
  width: 121px;
  border-top: 1px solid #58504d;
}
.m-pickup > .title .sub {
  display: inline-block;
  margin: 11px 0 0;
  padding: 0 20px;
  border-radius: 8px;
  background: #58504d;
  box-shadow: 0 0 1px #250708;
  line-height: 1.2857142857;
  font-size: 1.4em;
  color: #fff;
}
.m-pickup .banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.m-monthly {
  display: flex;
  align-items: center;
  border: 1px solid #6c625e;
  background: #6c625e;
  margin-bottom: 12px;
}
.m-monthly__title {
  flex: 1;
  text-align: center;
  color: #f6f4f2;
}
.m-monthly__title__text {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 6px;
}
.m-monthly__title__description {
  font-size: 1.2em;
  line-height: 1.4166666667;
}

.p-pickup2 > .title {
  margin-bottom: 20px;
}
.p-pickup2-list {
  display: flex;
}
.p-pickup2-list__item {
  background: #000;
}
.p-pickup2-list__item a {
  display: block;
  width: 170px;
  height: 170px;
}
.p-pickup2-list__item a img {
  width: 100%;
  height: 100%;
}
.p-pickup2-list__item + .p-pickup2-list__item {
  margin-left: 8px;
}

.m-list .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.m-list .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-180deg);
}
.m-list > .title {
  margin-bottom: 10px;
}
.m-list .operation-item {
  position: relative;
  border-bottom: 1px solid #c7bcb5;
  background-position: left top;
  background-repeat: no-repeat;
  color: #7f7875;
}
.m-list .operation-item .intro {
  *zoom: 1;
  margin-bottom: 5px;
  padding-left: 140px;
}
.m-list .operation-item .intro::after {
  content: "";
  display: table;
  clear: both;
}
.m-list .operation-item .intro > .title {
  margin-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #c7bcb5;
  line-height: 1.4;
  font-size: 1.8em;
  font-weight: bold;
  color: #6d6663;
}
.m-list .operation-item .intro > .title .limit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 7px;
  width: 400px;
}
.m-list .operation-item .intro > .title .limit-item {
  padding-left: 9px;
  border-left: 3px solid #ec7c78;
  line-height: 1.3333333333;
  font-size: 0.6666666667em;
  color: #7f7875;
}
.m-list .operation-item .intro .lead,
.m-list .operation-item .intro .example {
  display: table-cell;
  width: 370px;
}
.m-list .operation-item .intro .lead {
  line-height: 1.5;
  font-size: 1.2em;
}
.m-list .operation-item .intro .example {
  text-align: right;
  font-size: 1.2em;
}
.m-list .operation-item .intro .example .emphasis {
  display: block;
  margin-top: 8.2px;
  margin-left: 0.5em;
  font-size: 1.7142857143em;
  font-weight: bold;
  color: #ec7c78;
}
.m-list .operation-item .intro .example .emphasis span {
  font-size: 12px;
  color: #7f7875;
}
.m-list .operation-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: 77px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.m-list .operation-item:nth-child(1)::before {
  background-image: url(../img/monitor_list_bg1.png);
}
.m-list .operation-item:nth-child(2)::before {
  background-image: url(../img/monitor_list_bg2.png);
}
.m-list .operation-item:nth-child(3)::before {
  background-image: url(../img/monitor_list_bg3.png);
}
.m-list .operation-item:nth-child(4)::before {
  background-image: url(../img/monitor_list_bg4.png);
}
.m-list .operation-item:nth-child(5)::before {
  background-image: url(../img/monitor_list_bg5.png);
}
.m-list .operation-item:nth-child(6)::before {
  background-image: url(../img/monitor_list_bg6.png);
}
.m-list .operation-item:nth-child(7)::before {
  background-image: url(../img/monitor_list_bg7.png);
}
.m-list .operation-item:nth-child(8)::before {
  background-image: url(../img/monitor_list_bg8.png);
}
.m-list .operation-item:nth-child(9)::before {
  background-image: url(../img/monitor_list_bg9.png);
}
.m-list .operation-item:nth-child(10)::before {
  background-image: url(../img/monitor_list_bg10.png);
}
.m-list .operation-item:nth-child(11)::before {
  background-image: url(../img/monitor_list_bg11.png);
}
.m-list .operation-item:nth-child(12)::before {
  background-image: url(../img/monitor_list_bg12.png);
}
.m-list .operation-item:nth-child(13)::before {
  background-image: url(../img/monitor_list_bg13.png);
}
.m-list .operation-item:nth-child(14)::before {
  background-image: url(../img/monitor_list_bg14.png);
}
.m-list .operation-item:nth-child(15)::before {
  background-image: url(../img/monitor_list_bg15.png);
}
.m-list .operation-item:nth-child(16)::before {
  background-image: url(../img/monitor_list_bg16.png);
}
.m-list .operation-item:nth-child(17)::before {
  background-image: url(../img/monitor_list_bg17.png);
}
.m-list .operation-item:nth-child(18)::before {
  background-image: url(../img/monitor_list_bg18.png);
}
.m-list .operation-item:nth-child(19)::before {
  background-image: url(../img/monitor_list_bg19.png);
}
.m-list .operation-item.vaser_seminar {
  background-image: url(../img/monitor_list_operation_bg_vaser_seminar.jpg?v=7);
}
.m-list .operation-item.vaser_monitor {
  background-image: url(../img/monitor_list_operation_bg_vaser_monitor.jpg?v=7);
}
.m-list .operation-item.vaser4dsculpt {
  background-image: url(../img/monitor_list_operation_bg_vaser4dsculpt.jpg?v=7);
}
.m-list .operation-item.\34 dlipo {
  background-image: url(../img/monitor_list_operation_bg_\34 dlipo.jpg?v=7);
}
.m-list .operation-item.embracerf {
  background-image: url(../img/monitor_list_operation_bg_embracerf.jpg?v=7);
}
.m-list .operation-item.embracerf1 {
  background-image: url(../img/monitor_list_operation_bg_embracerf1.jpg?v=7);
}
.m-list .operation-item.renuvion {
  background-image: url(../img/monitor_list_operation_bg_renuvion.jpg?v=7);
}
.m-list .operation-item.thermi_tight {
  background-image: url(../img/monitor_list_operation_bg_thermi_tight.jpg?v=7);
}
.m-list .operation-item.tummy_tuck {
  background-image: url(../img/monitor_list_operation_bg_tummy_tuck.jpg?v=7);
}
.m-list .operation-item.vaser_smooth {
  background-image: url(../img/monitor_list_operation_bg_vaser_smooth.jpg?v=7);
}
.m-list .operation-item.lsn {
  background-image: url(../img/monitor_list_operation_bg_lsn.jpg?v=7);
}
.m-list .operation-item.gynecomastia {
  background-image: url(../img/monitor_list_operation_bg_gynecomastia.jpg?v=7);
}
.m-list .operation-item.ultraaccent {
  background-image: url(../img/monitor_list_operation_bg_ultraaccent.jpg?v=7);
}
.m-list .operation-item.crf_seminar {
  background-image: url(../img/monitor_list_operation_bg_crf_seminar.jpg?v=7);
}
.m-list .operation-item.crf_monitor {
  background-image: url(../img/monitor_list_operation_bg_crf_monitor.jpg?v=7);
}
.m-list .operation-item.upward-breast-pa {
  background-image: url(../img/monitor_list_operation_bg_upward-breast-pa.jpg?v=7);
}
.m-list .operation-item.cellture-breastaugmentation {
  background-image: url(../img/monitor_list_operation_bg_cellture-breastaugmentation.jpg?v=7);
}
.m-list .operation-item.brava {
  background-image: url(../img/monitor_list_operation_bg_brava.jpg?v=7);
}
.m-list .operation-item.bebra {
  background-image: url(../img/monitor_list_operation_bg_bebra.jpg?v=7);
}
.m-list .operation-item.hearthiplift {
  background-image: url(../img/monitor_list_operation_bg_hearthiplift.jpg?v=7);
}
.m-list .operation-item.sd-bodylift {
  background-image: url(../img/monitor_list_operation_bg_sd-bodylift.jpg?v=7);
}
.m-list .operation-item.srf_seminar {
  background-image: url(../img/monitor_list_operation_bg_srf_seminar.jpg?v=7);
}
.m-list .operation-item.srf_monitor {
  background-image: url(../img/monitor_list_operation_bg_srf_monitor.jpg?v=7);
}
.m-list .operation-item.cell_lift {
  background-image: url(../img/monitor_list_operation_bg_cell_lift.jpg?v=7);
}
.m-list .operation-item.elevenlift {
  background-image: url(../img/monitor_list_operation_bg_elevenlift.jpg?v=7);
}
.m-list .operation-item.mintlift {
  background-image: url(../img/monitor_list_operation_bg_mintlift.jpg?v=7);
}
.m-list .operation-item.condenserich_ex {
  background-image: url(../img/monitor_list_operation_bg_condenserich_ex.jpg?v=7);
}
.m-list .operation-item.broadcast {
  background-image: url(../img/monitor_list_operation_bg_broadcast.jpg?v=7);
}
.m-list .operation-item.hiroshima {
  background-image: url(../img/monitor_list_operation_bg_hiroshima.jpg?v=7);
}
.m-list .operation-item.microcrf {
  background-image: url(../img/monitor_list_operation_bg_microcrf.jpg?v=7);
}
.m-list .operation-item.fat_injection_forehead {
  background-image: url(../img/monitor_list_operation_bg_fat_injection_forehead.jpg?v=7);
}
.m-list .operation-item.handrevivemc {
  background-image: url(../img/monitor_list_operation_bg_handrevivemc.jpg?v=7);
}
.m-list .operation-item.new_doctor {
  background-image: url(../img/monitor_list_operation_bg_new_doctor.jpg?v=7);
}
.m-list .operation-item.vov {
  background-image: url(../img/monitor_list_operation_bg_vov.jpg?v=7);
}
.m-list .operation-item.doctor_shida {
  background-image: url(../img/monitor_list_operation_bg_doctor_shida.jpg?v=7);
}
.m-list .operation-item.doctor_murata {
  background-image: url(../img/monitor_list_operation_bg_doctor_murata.jpg?v=7);
}
.m-list .operation-item.doctor_mitsuka {
  background-image: url(../img/monitor_list_operation_bg_doctor_mitsuka.jpg?v=7);
}
.m-list .operation-item.doctor_abe {
  background-image: url(../img/monitor_list_operation_bg_doctor_abe.jpg?v=7);
}
.m-list .operation-item.doctor_imanishi {
  background-image: url(../img/monitor_list_operation_bg_doctor_imanishi.jpg?v=7);
}
.m-list .operation-item.curves-lipo {
  background-image: url(../img/monitor_list_operation_bg_curves-lipo.jpg?v=7);
}
.m-list .operation-item.muscle-lipo {
  background-image: url(../img/monitor_list_operation_bg_muscle-lipo.jpg?v=7);
}
.m-list .operation-item.tightening-lipo {
  background-image: url(../img/monitor_list_operation_bg_tightening-lipo.jpg?v=7);
}
.m-list .operation-item.hiroshima .intro .title {
  background: url(../img/monitor_list_operation_hiroshima_title_bg.png) right center no-repeat;
}
.m-list .operation-item.doctor_shida .intro > .title {
  padding: 10px 0;
}
.m-list .operation-item.embracerf .intro .example > span, .m-list .operation-item.vov .intro .example > span {
  display: block;
}
.m-list .operation-item.embracerf .intro .example > span > span, .m-list .operation-item.vov .intro .example > span > span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8.2px;
  line-height: 1.2;
}
.m-list .operation-item.embracerf .intro .example > span > span em, .m-list .operation-item.vov .intro .example > span > span em {
  margin-top: 0;
}
.m-list .operation-item.embracerf .intro .example > span + span, .m-list .operation-item.vov .intro .example > span + span {
  margin-top: 20px;
}
.m-list .operation-item.embracerf .example sup {
  margin-top: -10px;
  font-size: 10px;
}
.m-list .operation-item.embracerf .example .cap {
  margin-top: 10px !important;
  font-size: 10px;
}
.m-list .operation-item.condenserich_ex .condenserich_ex__comparison {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 21px 20px;
  border-top: 1px solid #c7bcb5;
}
.m-list .operation-item.condenserich_ex .condenserich_ex__comparison__title {
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
  background-color: #a49489;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
}
.m-list .operation-item.condenserich_ex .condenserich_ex__comparison__pic .pic-body {
  margin-bottom: 9px;
}
.m-list .operation-item.condenserich_ex .condenserich_ex__comparison__pic .pic-text {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.m-list .operation-item.condenserich_ex .condenserich_ex__comparison__pic .pic-text::before {
  content: "";
  display: inline-block;
  margin-right: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e26c72;
}
.m-list .operation-item.condenserich_ex .contents-link {
  padding-top: 34px;
}
.m-list .has-case .intro > .title {
  float: left;
  width: 400px;
}
.m-list .has-case .intro .pic {
  display: table;
  float: right;
  margin: 5px 0 0;
  caption-side: bottom;
}
.m-list .has-case .intro figcaption {
  display: table-caption;
  margin-top: 5px;
  line-height: 1.25;
  font-size: 0.8em;
  color: #b0acaa;
}
.m-list .has-case .intro .lead,
.m-list .has-case .intro .example {
  display: block;
  float: left;
  width: 400px;
  vertical-align: bottom;
}
.m-list .has-case .intro .lead {
  margin-bottom: 8.2px;
}
.m-list .has-case .intro .example {
  clear: left;
}
.m-list .price #feature .pic {
  margin-bottom: 10px;
}
.m-list .price #feature .pic img {
  border: 1px solid #baafa6;
}
.m-list .price #feature #service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}
.m-list .price #feature #service li {
  border: 1px solid #baafa6;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.m-list .price #feature #service a:hover img {
  opacity: 0;
}
.m-list .price #feature #service li.transportation {
  background-image: url(../img/sprite/hover/price/price_feature_transportation_h.png);
}
.m-list .price #feature #service li.oneday {
  background-image: url(../img/sprite/hover/price/price_feature_oneday_h.png);
}
.m-list .price #feature #service li.guarantee {
  background-image: url(../img/sprite/hover/price/price_feature_guarantee_h.png);
}
.m-list .price #feature #service li {
  border: 1px solid #baafa6;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.m-list .price #feature #service li a:hover img {
  opacity: 0;
}
.m-list .price #feature #service li:nth-child(1) {
  background-image: url(../img/sprite/hover/price/price_nav_counseling_h.png);
}
.m-list .price #feature #service li:nth-child(2) {
  background-image: url(../img/sprite/hover/price/price_nav_payment_h.png);
}
.m-list .price #feature #service li {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.m-list .price #feature #service a:hover img {
  opacity: 0;
}
.m-list .price #feature #service li.transportation {
  background-image: url(../img/sprite/hover/price/price_feature_transportation_h.png);
}
.m-list .price #feature #service li.oneday {
  background-image: url(../img/sprite/hover/price/price_feature_oneday_h.png);
}
.m-list .price #feature #service li.guarantee {
  background-image: url(../img/sprite/hover/price/price_feature_guarantee_h.png);
}
.m-list .price #counseling dl {
  display: flex;
  align-items: center;
  border: 1px solid #baafa6;
}
.m-list .price #counseling dt,
.m-list .price #counseling dd {
  display: flex;
  align-items: center;
  height: 81px;
}
.m-list .price #counseling dt {
  justify-content: center;
  width: 83px;
  border-right: 1px dotted #baafa6;
  background: #f2efed;
}
.m-list .price #counseling dd {
  padding: 0 15px 0 29px;
}
.m-list .price #counseling dd img {
  margin-right: 30px;
}
.m-list .price #counseling dd small {
  display: inline-block;
  width: 270px;
  text-indent: -1em;
  line-height: 1.25;
  font-size: 1em;
  color: #7f7875;
}
.m-list .price #counseling dd:nth-child(2) {
  flex: 1;
}
.m-list .price #counseling dd:last-child {
  padding: 0 14px 0 0;
}
.m-list .price #counseling dd.c-button {
  width: 206px;
}
.m-list .price #counseling dd.c-button a {
  width: 206px;
  box-sizing: border-box;
}
.m-list .price #counseling dd.c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.m-list .price #counseling dd.c-button a .inner-text::before, .m-list .price #counseling dd.c-button a .inner-text::after {
  right: 4px;
}
.m-list .price #payment p,
.m-list .price #payment li {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.m-list .price #payment p li,
.m-list .price #payment li li {
  font-size: 1em;
}
.m-list .price #payment small {
  font-size: 1em;
}
.m-list .price #payment li,
.m-list .price #payment dt {
  line-height: 39px;
}
.m-list .price #payment li {
  display: list-item;
  padding: 0 0 0 40px;
  min-height: 39px;
  border-bottom: 1px dotted #baafa6;
  background-position: 13px 8px;
  background-repeat: no-repeat;
  font-weight: bold;
}
.m-list .price #payment li:first-child {
  letter-spacing: 0.5em;
}
.m-list .price #payment li:last-child {
  border: 0;
}
.m-list .price #payment li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.m-list .price #payment li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.m-list .price #payment li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.m-list .price #payment li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.m-list .price #payment dt {
  float: left;
  width: 110px;
}
.m-list .price #payment dd {
  overflow: hidden;
  padding: 10px 0 9px;
  line-height: 1.8333333333;
  font-weight: normal;
}
.m-list .price #payment dd li,
.m-list .price #payment dd dt {
  line-height: 1.8333333333;
}
.m-list .price #payment dd dt {
  float: none;
  width: auto;
}
.m-list .price #payment dd dd {
  overflow: auto;
  padding: 0;
}
.m-list .price #payment dd li {
  margin-left: 2em;
  padding: 0;
  min-height: 1px;
  border: 0;
  list-style-type: decimal;
  font-weight: normal;
}
.m-list .price #payment dd li:first-child {
  letter-spacing: 0;
}
.m-list .price #payment dd li:nth-child(n) {
  background-image: none;
}
.m-list .price #payment dd li li {
  margin: 0;
  list-style-type: none;
}
.m-list .price #payment dd li li, .m-list .price #payment dd li li::before {
  content: "◇";
}
.m-list .price #payment .wrapper {
  margin: 0;
  border: 1px solid #baafa6;
}
.m-list .price #payment .wrapper p {
  padding-left: 12px;
  border-bottom: 1px dotted #baafa6;
  line-height: 28px;
}
.m-list .price #pricelist .pagetop {
  margin-right: -10px;
}
.m-list .price #pricelist table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
}
.m-list .price #pricelist table thead td {
  border-bottom: 1px solid #baafa6;
}
.m-list .price #pricelist table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.m-list .price #pricelist table tbody th,
.m-list .price #pricelist table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.m-list .price #pricelist table tbody tr.separate th,
.m-list .price #pricelist table tbody tr.separate td {
  border-bottom-style: solid;
}
.m-list .price #pricelist table tbody tr:last-child th,
.m-list .price #pricelist table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.m-list .price #pricelist table tbody td {
  line-height: 24px;
}
.m-list .price #pricelist table thead th,
.m-list .price #pricelist table thead td {
  height: 33px;
  box-sizing: border-box;
}
.m-list .price #pricelist table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.m-list .price #pricelist table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.m-list .price #pricelist table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.m-list .price #pricelist table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.m-list .price #pricelist table tbody tr:nth-child(even) th,
.m-list .price #pricelist table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.m-list .price #pricelist table tbody th,
.m-list .price #pricelist table tbody td {
  line-height: 16/12;
}
.m-list .price #pricelist table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../img/arrow/arrow.png) 5px center no-repeat;
}
.m-list .price #pricelist table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.m-list .price #pricelist table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.m-list .price #pricelist table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.m-list .price #pricelist table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.m-list .price #pricelist table tfoot td {
  padding: 10px 15px;
}
.m-list .price #pricelist table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.m-list .price #pricelist table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.m-list .price #pricelist table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-list .price #pricelist table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.m-list .price #pricelist table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.m-list .price #pricelist table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.m-list .price #pricelist table tfoot .inclusion-item .price {
  order: 3;
}
.m-list .price #pricelist table thead th {
  line-height: 16px;
}
.m-list .price #pricelist table thead th .tax-include,
.m-list .price #pricelist table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.m-list .price #pricelist table thead th a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.m-list .price #pricelist table thead th a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
.m-list .price #pricelist table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.m-list .price #pricelist table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.m-list .price #pricelist table thead .icon.question .text {
  display: none;
}
.m-list .price #pricelist table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.m-list .price #pricelist table thead .icon.question:hover .text, .m-list .price #pricelist table thead .icon.question:hover::after {
  position: absolute;
}
.m-list .price #pricelist table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.m-list .price #pricelist table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.m-list .price #pricelist table tbody th {
  line-height: 1.3333333333;
}
.m-list .price #pricelist table tbody td {
  line-height: 1.3333333333;
}
.m-list .price #pricelist table tbody td .price + .reduce ol {
  text-align: right;
}
.m-list .price #pricelist table tbody td .reduce ol li > span {
  display: inline;
}
.m-list .price #pricelist table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.m-list .price #pricelist table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.m-list .price #pricelist table .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 10px;
  color: #918b88;
}
.m-list .price #pricelist table .note::before {
  content: "※";
  color: #ec7c78;
}
.m-list .price #pricelist table .note + .head-text {
  margin-bottom: 5px;
}
.m-list .price #pricelist table + table {
  margin-top: 10px;
}
.m-list .price #pricelist li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.m-list .price #pricelist .multiple {
  margin: 10px 0;
}
.m-list .price #pricelist .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.m-list .price #pricelist .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.m-list .price #pricelist .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.m-list .price #pricelist .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.m-list .price #pricelist .multiple dl .info {
  margin-top: 12px;
}
.m-list .price #pricelist .multiple dl .info ul {
  *zoom: 1;
  margin-left: 0;
}
.m-list .price #pricelist .multiple dl .info ul::after {
  content: "";
  display: table;
  clear: both;
}
.m-list .price #pricelist .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.m-list .price #pricelist .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.m-list .price #pricelist .multiple dl .info li a:hover {
  opacity: 0;
}
.m-list .price #pricelist .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../img/sprite/hover/button/button_counseling_h.png);
}
.m-list .price #pricelist .multiple dl .info .mail {
  background-image: url(../img/sprite/hover/button/button_mail_h.png);
}
.m-list .price #pricelist small {
  font-size: 1em;
}
.m-list .price #pricelist small, .m-list .price #pricelist small::before {
  content: "※";
}
.m-list .price #pricelist small::before {
  color: #ec7c78;
}
.m-list .price #pricelist .example {
  margin: 10px 0;
  color: #7f7875;
}
.m-list .price #pricelist .example img {
  display: block;
}
.m-list .price #pricelist .option {
  margin: 40px 0 0;
}
.m-list .price #pricelist .option .title {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
}
.m-list .price #pricelist .option .title::after {
  content: "";
  display: table;
  clear: both;
}
.m-list .price #pricelist .option .title > * {
  float: left;
}
.m-list .price #pricelist .option .title-img {
  margin-right: 10px;
}
.m-list .price #pricelist .option .title-text {
  padding-right: 24px;
  background: url(../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.m-list .price #pricelist .option table thead th {
  background-color: #f2efed;
}
.m-list .price #pricelist .option table thead th > span:not(.tax-included) {
  display: block;
  padding-left: 12px;
  border-left: 4px solid #94bc5a;
  line-height: 34px;
  font-size: 1.1666666667em;
}
.m-list .price #pricelist .option table thead th:nth-child(1) {
  padding-left: 6px;
  width: auto;
  text-align: left;
}
.m-list .price #pricelist table {
  width: 100%;
}
.m-list .price-inner > .title {
  float: right;
  margin-bottom: 20px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #999391;
  cursor: pointer;
  font-size: 1.4em;
  color: #fff;
}
.m-list .price-inner > .title::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 1em;
  background: url(../img/arrow/arrow20.png) center no-repeat;
  vertical-align: top;
}
.m-list .price-inner > .contents {
  clear: both;
}
.m-list .price-inner .contents-inner {
  border-top: 1px dotted #c7bcb5;
}
.m-list .price .example {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0;
}
.m-list .price-item {
  flex: 1;
  margin: 10px;
}
.m-list .price-item > .item-inner > .title {
  margin-bottom: 5px;
  padding: 10px;
  background: #f5f2f0;
  line-height: 1.2;
  font-size: 1.4em;
}
.m-list .price-item .item-note {
  text-align: right;
}
.m-list .price-item .info {
  border-bottom: 1px solid #c7bcb5;
}
.m-list .price-item.wide {
  flex: auto;
  width: 100%;
}
.m-list .price-item.wide > * {
  line-height: 1.4;
  font-size: 1.1em;
}
.m-list .price .info-item .item-inner,
.m-list .price .total-item .item-inner {
  display: table;
  width: 100%;
}
.m-list .price .info-item .item-inner > *,
.m-list .price .total-item .item-inner > * {
  display: table-cell;
  line-height: 2.0833333333;
  font-size: 1.2em;
}
.m-list .price .info-item .item-inner .text,
.m-list .price .total-item .item-inner .text {
  text-align: right;
}
.m-list .price .info-item .item-inner .text > span,
.m-list .price .total-item .item-inner .text > span {
  margin-left: 0.25em;
  font-size: 10px;
}
.m-list .price .info-item + .info-item {
  border-top: 1px dotted #c7bcb5;
}
.m-list .price .total-item.special .title {
  color: #ec7c78;
}
.m-list .price .total-item.special .text {
  font-size: 1.3333333333em;
  font-weight: bold;
}
.m-list .price .total-item.special .text > span {
  margin-left: 0.25em;
  font-size: 10px;
}
.m-list .gynecomastia .price-item > .item-inner > .title {
  text-align: center;
  font-size: 0.8rem;
}
.m-list #pricelist {
  margin: 10px 0;
}
.m-list #pricelist > table + ul {
  margin-top: 10px;
}
.m-list .contents-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  flex-grow: 1;
  justify-content: space-between;
  padding: 20px 0 30px;
  border-top: 1px solid #c7bcb5;
}
.m-list .contents-link .anchor {
  margin-bottom: 12px;
  margin-right: 0;
  margin-left: auto;
}
.m-list .contents-link .anchor ul {
  *zoom: 1;
}
.m-list .contents-link .anchor ul::after {
  content: "";
  display: table;
  clear: both;
}
.m-list .contents-link .anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
.m-list .contents-link .anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
.m-list .contents-link .anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}
.m-list .contents-link .anchor .anchor-list {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.m-list .contents-link .anchor li {
  margin: 0 0 0 15px;
}
.m-list .contents-link .anchor .button {
  margin-bottom: 19px;
  text-align: right;
}
.m-list .contents-link .anchor .button a {
  display: inline-block;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.m-list .contents-link .anchor .button a:hover {
  opacity: 0.6;
  color: #f5f2f0 !important;
}
.m-list .contents-link .anchor .button a .inner-text {
  display: block;
  padding: 0 38px;
  background: url(../img/arrow/arrow16.png) right 10px center no-repeat;
  line-height: 2.375;
  font-size: 1.6em;
}
.m-list .contents-link .anchor .button a::after {
  content: "モニター枠を現行の金額で仮押えできます。";
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
.m-list .contents-link .operation {
  display: table;
  margin: 0 4px 0 0;
  border: 1px solid #d7d4d3;
}
.m-list .contents-link .operation > * {
  display: table-cell;
  vertical-align: middle;
}
.m-list .contents-link .operation > .title {
  width: 154px;
  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;
  box-sizing: border-box;
}
.m-list .contents-link .operation-contents {
  box-sizing: border-box;
  width: 346px;
}
.m-list .contents-link .operation-contents a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.m-list .contents-link .operation-contents a:hover {
  opacity: 1;
}
.m-list .contents-link .operation-contents .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
.m-list .contents-link .operation-contents .item-inner:hover {
  opacity: 0.5;
}
.m-list .contents-link .operation-contents .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.m-list .contents-link .operation-contents .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.m-list .contents-link .operation-contents .text {
  font-size: 1.4em;
}
.m-list .contents-link .operation-contents a {
  display: block;
  background: none;
  color: inherit;
}
.m-list .contents-link .operation-contents a:hover {
  opacity: 1;
}
.m-list .contents-link .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;
}
.m-list .contents-link .operation-contents .item-inner:hover {
  opacity: 0.5;
}
.m-list .contents-link .operation-contents .name,
.m-list .contents-link .operation-contents .text {
  margin-left: 76px;
}
.m-list .contents-link .operation-contents .name {
  margin-bottom: 12px;
}
.m-list .contents-link .operation-contents .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.m-list .contents-link .operation-contents .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.m-list .contents-link .operation-contents .text::before {
  margin-top: -3px;
}
.m-list .contents-link .operation-contents .text::after {
  margin-top: -3px;
}

.m-summary > .title {
  margin-bottom: 40px;
}
.m-summary-contents {
  margin-bottom: 40px;
}
.m-summary-contents > .title {
  margin-bottom: 35px;
}
.m-summary-contents .text {
  line-height: 1.625;
  font-size: 1.6em;
  color: #7f7875;
}
.m-summary-contents .text em {
  font-weight: bold;
}
.m-summary .details .contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-summary .details .contents-inner > .text {
  margin-bottom: 20px;
  width: 100%;
}
.m-summary .details .subbox {
  width: 410px;
  color: #7f7875;
}
.m-summary .details .subbox__title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  height: 50px;
  border-top: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
  font-size: 17px;
  font-weight: bold;
}
.m-summary .details .subbox__title::before {
  content: "";
  margin-right: 7px;
  background: url(../img/monitor_summary_details_subbox_title_bg.png) left center no-repeat;
  width: 26px;
  height: 26px;
}
.m-summary .details .subbox__text mark {
  background: #f9f7c3;
  font-weight: bold;
  color: #7f7875;
}
.m-summary .details .subbox.subbox1 .subbox__subtitle {
  margin-bottom: 4px;
}
.m-summary .details .subbox.subbox1 .subbox__pic {
  margin-bottom: 14px;
}
.m-summary .details .subbox.subbox2 .subbox__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 10px;
  height: 30px;
  background: #ebe6e2;
  font-size: 15px;
}
.m-summary .details .subbox.subbox2 .subbox__pic {
  margin-bottom: 15px;
}
.m-summary .requirment-item {
  position: relative;
  clear: both;
  line-height: 1.5;
  font-size: 1.6em;
  color: #7f7875;
}
.m-summary .requirment-item::before {
  content: "●";
  margin-right: 0.5em;
  color: #ec7c78;
}
.m-summary .requirment-item small {
  position: absolute;
  top: 0;
  left: 270px;
  line-height: 2;
  font-size: 0.75em;
}
.m-summary .requirment-item a {
  text-decoration: underline;
}
.m-summary .flow__wrapper {
  display: flex;
  justify-content: space-between;
}
.m-summary .flow__wrapper__text-area {
  width: 420px;
}
.m-summary .flow__wrapper__text-area .text {
  margin-bottom: 15px;
}
.m-summary .flow__wrapper__text-area .small-text {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2em;
}
.m-summary .flow__wrapper__text-area .cv {
  display: flex;
  justify-content: space-between;
}
.m-summary .flow__wrapper__text-area .cv .lead {
  flex: 1;
  line-height: 1.5;
  font-size: 1.4em;
  color: #7f7875;
}
.m-summary .flow__wrapper__text-area .cv .button {
  overflow: hidden;
  text-align: right;
}
.m-summary .flow__wrapper__text-area .cv .button a::after {
  content: "モニター枠を現行の金額で仮押えできます。";
}
.m-summary .flow__wrapper__text-area .pic {
  overflow: hidden;
  text-align: center;
}
.m-summary .flow__wrapper__text-area.monitor .pic {
  margin-bottom: 25px;
}
.m-summary .flow__wrapper__text-area.counseling .cv {
  display: block;
  margin-bottom: 0;
}
.m-summary .flow__wrapper__text-area.counseling .cv .button {
  float: right;
}
.m-summary .flow__wrapper__text-area.counseling .cv .button a::after {
  content: "ドクターとのカウンセリングです";
}

.p-instagram__list {
  padding-bottom: 60px;
  height: 249px;
}
.p-instagram__item {
  margin: 0 10px;
  box-sizing: border-box;
  width: 189px;
  height: 189px;
}
.p-instagram__item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 28px;
  background: linear-gradient(#b0b1b1, #b0b1b1 60%, #7a7a7a 60%, #7a7a7a 100%);
}
.p-instagram__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
  background: url(../img/index_sns_instagram_slide_bg.png) center no-repeat rgba(0,0,0,.7);
  opacity: 0;
  font-size: 1.2em;
  transition: opacity 0.15s linear;
}
.p-instagram__item a:hover img {
  opacity: 1;
}
.p-instagram__item a:hover::before {
  opacity: 1;
}
.p-instagram__item img {
  width: 129px;
  border: 2px solid #fff;
}
.p-instagram__item .attr {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 28px;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2em;
  color: #fff;
}
.p-instagram__item .attr.date {
  top: 0;
}
.p-instagram__item .attr.tag {
  bottom: 0;
}
.p-instagram .slick-dotted.slick-slider {
  margin: 0;
}
.p-instagram .slick-list {
  position: relative;
}
.p-instagram .slick-list::before, .p-instagram .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 70px;
  height: 189px;
  background: linear-gradient(to right, #fff, transparent);
}
.p-instagram .slick-list::before {
  left: 0;
}
.p-instagram .slick-list::after {
  transform: rotate(180deg);
  right: 0;
}
.p-instagram .slick-arrow {
  top: auto;
  bottom: 11px;
  transform: none;
}
.p-instagram .slick-prev {
  left: 11px;
}
.p-instagram .slick-next {
  transform: rotate(180deg);
  right: 11px;
}
.p-instagram .slick-dots {
  display: flex;
  bottom: 11px;
  overflow: hidden;
  justify-content: space-between;
  padding: 11px 328px;
  height: 38px;
  box-sizing: border-box;
}
.p-instagram .slick-dots li {
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #a39489;
  border-radius: 100%;
}
.p-instagram .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
}
.p-instagram .slick-dots li button::before {
  content: initial;
}
.p-instagram .slick-dots .slick-active {
  background-color: #a39489;
}
.p-instagram .slick-slider .slick-arrow {
  z-index: 1;
}
.p-instagram .slick-slider .slick-prev::before,
.p-instagram .slick-slider .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-instagram .slick-slider .slick-prev,
.p-instagram .slick-slider .slick-next {
  width: 38px;
  height: 38px;
}
.p-instagram .slick-slider .slick-prev::before,
.p-instagram .slick-slider .slick-next::before {
  background-image: url(../img/index_sns_instagram_slide_arrow.png);
  opacity: 1;
}

.m-movie .m-sub-contents {
  display: flex;
  justify-content: space-between;
}
.m-movie .m-sub-contents video {
  width: 49%;
  height: auto;
}

.m-faq .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.m-faq .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-180deg);
}
.m-faq > .title {
  margin-bottom: 40px;
}
.m-faq .m-sub-contents > .title {
  margin-bottom: 40px;
}
.m-faq .m-sub-contents + .m-sub-contents {
  margin-top: 40px;
}
.m-faq .faq-item {
  overflow: hidden;
}
.m-faq .faq-item .question .text,
.m-faq .faq-item .answer .text {
  font-size: 1.6em;
  color: #7f7875;
}
.m-faq .faq-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-faq .faq-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-faq .faq-item .question .text {
  font-weight: bold;
}
.m-faq .faq-item .answer {
  position: relative;
  padding-top: 25px;
  padding-right: 9px;
  padding-bottom: 15px;
}
.m-faq .faq-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-faq .faq-item .answer .text {
  line-height: 1.625;
}
.m-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-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-faq .faq-item .question,
.m-faq .faq-item .answer {
  padding-left: 76px;
}
.m-faq .faq-item .question {
  height: 80px;
}
.m-faq .faq-item .question .text {
  line-height: 1.25;
}
.m-faq .faq-item .answer {
  background: url(../img/qa_answer_title_bg.png) 21px 25px no-repeat, linear-gradient(280deg, #fdeeeb, #fef6f4);
}
.m-faq .faq-item .is-open .js-accordion-button::after {
  transform: rotate(-90deg);
}
.m-faq .faq-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-faq .cv {
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.m-faq .cv .lead {
  margin-right: 1em;
}
.m-faq .cv .button a::after {
  content: "24時間以内に返答します";
}

.m-entry {
  *zoom: 1;
}
.m-entry::after {
  content: "";
  display: table;
  clear: both;
}
.m-entry > .title {
  margin-bottom: 40px;
}
.m-entry .m-sub-contents {
  float: left;
  width: 50%;
}
.m-entry .m-sub-contents > .title {
  margin-bottom: 20px;
}
.m-entry .tel-item {
  margin-left: 14px;
  font-size: 1.2em;
  color: #7f7875;
}
.m-entry .tel-item .item-inner > * {
  display: inline;
  line-height: 28px;
}
.m-entry .tel-item .title {
  display: inline-block;
  width: 5em;
  font-size: 1.1666666667em;
  color: #ec7c78;
}
.m-entry .tel-item .number {
  font-size: 1.5em;
  font-weight: bold;
  color: #ec7c78;
}
.m-entry .net .text {
  margin-bottom: 14px;
  margin-left: 14px;
  font-size: 1.6em;
  color: #7f7875;
}
.m-entry .net .text small {
  display: block;
  margin-top: 1em;
  line-height: 1.3333333333;
  font-size: 0.75em;
}
.m-entry .net .button a::after {
  content: "モニター枠を現行の金額で仮押えできます。";
}

.soon .m-title .limit .date::after {
  content: "もうすぐ終了";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  border-radius: 1em;
  background: #ec7c78;
  font-size: 0.8333333333em;
  color: #fff;
}

.month1 .m-title {
  background-image: url(../img/monitor_title1.jpg);
}

.month2 .m-title {
  background-image: url(../img/monitor_title2.jpg);
}

.month3 .m-title {
  background-image: url(../img/monitor_title3.jpg);
}

.month4 .m-title {
  background-image: url(../img/monitor_title4.jpg);
}

.month5 .m-title {
  background-image: url(../img/monitor_title5.jpg);
}

.month6 .m-title {
  background-image: url(../img/monitor_title6.jpg);
}

.month7 .m-title {
  background-image: url(../img/monitor_title7.jpg);
}

.month8 .m-title {
  background-image: url(../img/monitor_title8.jpg);
}

.month9 .m-title {
  background-image: url(../img/monitor_title9.jpg);
}

.month10 .m-title {
  background-image: url(../img/monitor_title10.jpg);
}

.month11 .m-title {
  background-image: url(../img/monitor_title11.jpg);
}

.month12 .m-title {
  background-image: url(../img/monitor_title12.jpg);
}

.ad.month1 .m-title {
  background-image: url(../img/ad_monitor_title1.jpg);
}

.ad.month2 .m-title {
  background-image: url(../img/ad_monitor_title2.jpg);
}

.ad.month3 .m-title {
  background-image: url(../img/ad_monitor_title3.jpg);
}

.ad.month4 .m-title {
  background-image: url(../img/ad_monitor_title4.jpg);
}

.ad.month5 .m-title {
  background-image: url(../img/ad_monitor_title5.jpg);
}

.ad.month6 .m-title {
  background-image: url(../img/ad_monitor_title6.jpg);
}

.ad.month7 .m-title {
  background-image: url(../img/ad_monitor_title7.jpg);
}

.ad.month8 .m-title {
  background-image: url(../img/ad_monitor_title8.jpg);
}

.ad.month9 .m-title {
  background-image: url(../img/ad_monitor_title9.jpg);
}

.ad.month10 .m-title {
  background-image: url(../img/ad_monitor_title10.jpg);
}

.ad.month11 .m-title {
  background-image: url(../img/ad_monitor_title11.jpg);
}

.ad.month12 .m-title {
  background-image: url(../img/ad_monitor_title12.jpg);
}

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