@charset "UTF-8";
/*----------------------------------------------------------------------
round
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
shadow
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
color
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
gradation
----------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    height: 0;
  }
  100% {
    height: 200px;
  }
}

@keyframes fadeOut {
  0% {
    height: 200px;
  }
  100% {
    height: 0;
  }
}

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

File Name: price.scss
Note: 料金用 SCSS ファイル

Created By		Kosuke Inoue

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

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

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

html {
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 62.5%;
  color: #c0bfbf;
}

body {
  background: url(../img/body_bg.gif) left top 166px repeat-x #000;
}

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

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: none;
  vertical-align: bottom;
}

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

th,
td {
  padding: 0;
}

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

textarea {
  vertical-align: top;
}

iframe {
  border: none;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  font-size: 10px;
}

/*----------------------------------------------------------------------
3.	elements
----------------------------------------------------------------------*/
.content-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  background-color: #2e2c2a;
}

.content-inner:after {
  content: "";
  display: table;
  clear: both;
}

.content-inner > * {
  position: relative;
  z-index: 1;
}

.content-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
  width: 1000px;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #2e2c2a;
}

.main {
  position: relative;
  float: left;
  padding-top: 160px;
  padding-bottom: 100px;
  padding-left: 40px;
  width: 664px;
}

.sub {
  float: right;
  margin-top: 160px;
  margin-right: 40px;
  margin-bottom: 50px;
  width: 221px;
}

.header {
  background: url(../img/dot_bg.gif) left top repeat;
}

.header-text {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 5px 0 0;
  width: 1000px;
  text-align: center;
}

.header-text:after {
  content: "";
  display: table;
  clear: both;
}

.header-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 16px 0;
  width: 1000px;
}

.header-inner:after {
  content: "";
  display: table;
  clear: both;
}

.header .logo {
  float: left;
  margin: 25px 0;
  width: 270px;
}

.header-contact {
  float: right;
}

.header-contact-item {
  overflow: hidden;
  margin-top: 3px;
  width: 254px;
}

.header-contact-item:first-child {
  margin-top: 0;
}

.header-contact-item > a {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 25px;
  width: 100%;
  background-color: #e7f45f;
  font-size: 14px;
  color: #2e2c2a;
}

.header-contact-item > a:hover {
  color: #e7f45f;
}

.header-contact-item > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.header-contact-item:first-child {
  margin-top: 0;
}

.header-contact-item.mail > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.header-contact-item.counseling > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.header-contact-item.counseling > a::before {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(../img/icon_counseling.svg);
}

.header-contact-item a {
  transition: all 0.3s linear;
  padding: 10px 30px 10px 20px;
  font-weight: bold;
}

.header-contact-item a:hover {
  background-color: #f4f9a9;
  color: #676948;
}

.footer {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  background: url(../img/dot_bg.gif) left top repeat #393735;
}

.footer-inner {
  position: relative;
  height: 330px;
  background: url(../img/footer_bg.png) right bottom no-repeat;
}

.footer-inner::after {
  content: '';
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 216px;
  height: 20px;
  background: url(../img/footer_logo.png) left top no-repeat;
}

.footer-link {
  position: absolute;
  top: 40px;
  left: 40px;
}

.footer-link-list {
  *zoom: 1;
}

.footer-link-list:after {
  content: "";
  display: table;
  clear: both;
}

.footer-link-item {
  float: left;
}

.footer-link-item-title {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  background-position: left 10px bottom;
  background-repeat: no-repeat;
}

.footer-link-item-title a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.footer-link-item-title a:hover {
  color: #e7f45f;
}

.footer-link-item-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
  width: 7px;
  height: 2px;
  background-color: #e7f45f;
}

.footer-link-item-detail {
  padding-left: 7px;
}

.footer-link-item-detail-list {
  margin-top: 12px;
}

.footer-link-item-detail-item {
  margin-top: 7px;
  text-indent: -.4em;
}

.footer-link-item-detail-item a {
  font-size: 12px;
  color: #c0bfbf;
}

.footer-link-item-detail-item a:hover {
  text-decoration: underline;
}

.footer-link-item-detail-item a::before {
  content: '・';
}

.footer-link-item-detail-item:first-child {
  margin-top: 0;
}

.footer-link-item.contents {
  width: 124px;
}

.footer-link-item.contents .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_contents.png);
}

.footer-link-item.blog {
  width: 114px;
}

.footer-link-item.blog .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_blog.png);
}

.footer-link-item.case {
  width: 96px;
}

.footer-link-item.case .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_case.png);
}

.footer-link-item.voice {
  margin-top: 60px;
  margin-left: -96px;
  width: 96px;
}

.footer-link-item.voice .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_voice.png);
}

.footer-link-item.doctor {
  width: 114px;
}

.footer-link-item.doctor .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_doctor.png);
}

.footer-link-item.clinic {
  width: 124px;
}

.footer-link-item.clinic .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_clinic.png);
}

.footer-link-item.price {
  margin-top: 140px;
  margin-left: -124px;
  width: 124px;
}

.footer-link-item.price .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_price.png);
}

.footer-link-item.qa {
  width: 90px;
}

.footer-link-item.qa .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_qa.png);
}

.footer-link-item.monitor {
  margin-top: 60px;
  margin-left: -90px;
  width: 90px;
  background-image: url(../img/footer_link_title_bg_monitor.png);
}

.footer-text {
  padding: 15px 0;
  background-color: #000;
  text-align: center;
  line-height: 1.6;
  font-size: 12px;
  color: #e1dedc;
}

.footer-provider {
  padding: 0 0 10px;
  font-size: 10px;
}

.footer-copyright {
  padding-bottom: 15px;
  background-color: #000;
  text-align: center;
  font-size: 10px;
  color: #e1dedc;
}

.g-navi.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.navi {
  border-bottom: 1px solid #090909;
  background-color: #090909;
}

.navi-list {
  *zoom: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  background: url(../img/navi_bg.gif) center center no-repeat;
}

.navi-list:after {
  content: "";
  display: table;
  clear: both;
}

.navi-item {
  float: left;
}

.navi-item a img {
  transition: all 0.3s linear;
}

.navi-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.navi-item:hover .navi-detail {
  overflow: hidden;
  height: 200px;
}

.navi-item .navi-link-list {
  *zoom: 1;
  margin: 0 auto;
}

.navi-item .navi-link-list:after {
  content: "";
  display: table;
  clear: both;
}

.navi-item .navi-link-item {
  float: left;
  border-right: 1px solid #2e2c2a;
  background-position: left top;
  background-repeat: no-repeat;
}

.navi-item .navi-link-item:first-child {
  border-left: 1px solid #2e2c2a;
}

.navi-item .navi-link-item a {
  transition: all 0.3s linear;
}

.navi-item .navi-link-item a > * {
  transition: all 0.3s linear;
}

.navi-item .navi-link-item a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.navi-item .navi-link-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #e7f45f;
}

.navi-item .navi-link-item.ohashi {
  background-image: url(../img/navi_doctor_ohashi_h.jpg);
}

.navi-item .navi-link-item.chiba {
  background-image: url(../img/navi_doctor_chiba_h.jpg);
}

.navi-item .navi-link-item.nakai {
  background-image: url(../img/navi_doctor_nakai_h.jpg);
}

.navi-item .navi-link-item.fukuda {
  background-image: url(../img/navi_doctor_fukuda_h.jpg);
}

.navi-item .navi-link-item.higuchi {
  background-image: url(../img/navi_doctor_higuchi_h.jpg);
}

.navi-item .navi-link-item.kato {
  background-image: url(../img/navi_doctor_kato_h.jpg);
}

.navi-item .navi-link-item.shida {
  background-image: url(../img/navi_doctor_shida_h.jpg);
}

.navi-item .navi-link-item.fukabori {
  background-image: url(../img/navi_doctor_fukabori_h.jpg);
}

.navi-item .navi-link-item.mori {
  background-image: url(../img/navi_doctor_mori_h.jpg);
}

.navi-item .navi-link-item.tokyo {
  background-image: url(../img/navi_clinic_tokyo_h.jpg);
}

.navi-item .navi-link-item.yokohama {
  background-image: url(../img/navi_clinic_yokohama_h.jpg);
}

.navi-item .navi-link-item.nagoya {
  background-image: url(../img/navi_clinic_nagoya_h.jpg);
}

.navi-item .navi-link-item.osaka {
  background-image: url(../img/navi_clinic_osaka_h.jpg);
}

.navi-item .navi-link-item.hiroshima {
  background-image: url(../img/navi_clinic_hiroshima_h.jpg);
}

.navi-item .navi-link-item.fukuoka {
  background-image: url(../img/navi_clinic_fukuoka_h.jpg);
}

.navi-item.contents .navi-link-list {
  margin-top: 2px;
  padding: 10px 42.5px 32px;
  background-color: #090909;
}

.navi-item.contents .navi-link-item {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  width: 290px;
  border-bottom: 1px solid #6d6c6a;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 20px;
  margin-right: 20px;
  width: 135px;
  border-right: 0;
  border-left: 0;
}

.navi-item.contents .navi-link-item:nth-child(1), .navi-item.contents .navi-link-item:nth-child(2), .navi-item.contents .navi-link-item:nth-child(3) {
  margin-top: 0;
}

.navi-item.contents .navi-link-item:nth-child(3n+3) {
  margin-right: 0;
}

.navi-item.contents .navi-link-item-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #fff;
}

.navi-item.contents .navi-link-item-inner::after {
  content: '';
  display: table-cell;
  padding-top: 58px;
  width: 11px;
  background: url(../img/link_arrow3.png) center center no-repeat;
}

.navi-item.contents .navi-link-item-text {
  transition: all 0.3s linear;
  box-sizing: border-box;
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  text-align: right;
  font-size: 16px;
}

.navi-item.contents .navi-link-item-cap {
  display: block;
  padding: 20px 10px 10px 90px;
  line-height: 1.4545454545;
  font-size: 11px;
  color: #c0bfbf;
}

.navi-item.contents .navi-link-item-count {
  margin-left: 4px;
  vertical-align: middle;
  font-size: 12px;
  color: #c0bfbf;
}

.navi-item.contents .navi-link-item a {
  transition: all 0.3s linear;
}

.navi-item.contents .navi-link-item a:hover .m-genre-item-text {
  color: #e7f45f;
}

.navi-item.contents .navi-link-item.face a {
  background: url(../img/genre_bg_face.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.face a:hover {
  background: url(../img/genre_bg_face_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.upperarm a {
  background: url(../img/genre_bg_upperarm.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.upperarm a:hover {
  background: url(../img/genre_bg_upperarm_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.chest a {
  background: url(../img/genre_bg_chest.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.chest a:hover {
  background: url(../img/genre_bg_chest_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.back a {
  background: url(../img/genre_bg_back.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.back a:hover {
  background: url(../img/genre_bg_back_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.abdomen a {
  background: url(../img/genre_bg_abdomen.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.abdomen a:hover {
  background: url(../img/genre_bg_abdomen_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.waist a {
  background: url(../img/genre_bg_waist.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.waist a:hover {
  background: url(../img/genre_bg_waist_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.hip a {
  background: url(../img/genre_bg_hip.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.hip a:hover {
  background: url(../img/genre_bg_hip_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.thigh a {
  background: url(../img/genre_bg_thigh.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.thigh a:hover {
  background: url(../img/genre_bg_thigh_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.gynecomastia a {
  background: url(../img/genre_bg_gynecomastia.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.gynecomastia a:hover {
  background: url(../img/genre_bg_gynecomastia_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.funnel_chest a {
  background: url(../img/genre_bg_funnel_chest.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.funnel_chest a:hover {
  background: url(../img/genre_bg_funnel_chest_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.nipple_reduction a {
  background: url(../img/genre_bg_nipple_reduction.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.nipple_reduction a:hover {
  background: url(../img/genre_bg_nipple_reduction_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.modification a {
  background: url(../img/genre_bg_modification.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.modification a:hover {
  background: url(../img/genre_bg_modification_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item:nth-child(1), .navi-item.contents .navi-link-item:nth-child(2), .navi-item.contents .navi-link-item:nth-child(3) {
  margin-top: 20px;
}

.navi-item.contents .navi-link-item:nth-child(3n+3) {
  margin-right: 20px;
}

.navi-item.contents .navi-link-item:nth-child(6n+6) {
  float: right;
  margin-right: 0;
}

.navi-item.contents .navi-link-item a > * {
  font-size: 13px;
}

.navi-item.doctor .navi-link-list, .navi-item.clinic .navi-link-list {
  padding-top: 20px;
  width: 914px;
}

.navi-link-list {
  *zoom: 1;
  margin: 0 auto;
}

.navi-link-list:after {
  content: "";
  display: table;
  clear: both;
}

.navi-link-item {
  float: left;
  border-right: 1px solid #2e2c2a;
}

.navi-link-item:first-child {
  border-left: 1px solid #2e2c2a;
}

.navi-link-item a {
  transition: all 0.3s linear;
}

.navi-link-item a > * {
  transition: all 0.3s linear;
}

.navi-link-item a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.navi-link-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #e7f45f;
}

.navi-detail {
  transition: height .25s ease;
  display: block;
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #090909;
}

.sub-menu {
  padding: 3px;
  background: url(../img/sub_dot_bg.png) left top repeat;
}

.sub-menu-title {
  border-bottom: 1px solid #000;
}

.sub-menu-title a {
  transition: all 0.3s linear;
  display: block;
  padding: 30px 20px;
  background-position: right 5px bottom 5px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #e9e7e5;
}

.sub-menu-title a:hover {
  color: #e7f45f;
}

.sub-menu-list {
  *zoom: 1;
}

.sub-menu-list:after {
  content: "";
  display: table;
  clear: both;
}

.sub-menu-item {
  margin-top: 1px;
  padding: 16px 20px;
  background-color: #000;
}

.sub-menu-item:first-child {
  margin-top: 2px;
}

.sub-menu-item a {
  transition: all 0.3s linear;
  display: block;
  font-size: 14px;
  color: #e9e7e5;
}

.sub-menu-item a:hover {
  color: #e7f45f;
}

.sub-menu-item a:hover .sub-trouble-item-count,
.sub-menu-item a:hover .sub-menu-item-count {
  color: #e7f45f;
}

.sub-menu-item.active a {
  color: #e7f45f;
}

.sub-menu-item-count {
  transition: all 0.3s linear;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: 0;
  color: #c0bfbf;
}

.sub-box-title {
  padding: 16px 0 16px 20px;
  background-position: right 5px bottom 5px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #e9e7e5;
}

.sub-navi-item a {
  font-weight: bold;
}

.sub-service-title {
  background-image: url(../img/sub_title_service_bg.png);
}

.sub-service-item {
  background-position: right center;
  background-repeat: no-repeat;
}

.sub-service-item.guarantee {
  background-image: url(../img/sub_service_guarantee_bg.png);
}

.sub-service-item.transportation {
  background-image: url(../img/sub_service_transportation_bg.png);
}

.sub-service-item.oneday {
  background-image: url(../img/sub_service_oneday_bg.png);
}

.sub-trouble-title {
  background-image: url(../img/sub_title_trouble_bg.png);
}

.sub-trouble-list {
  position: relative;
}

.sub-trouble-item a {
  padding: 0;
}

.sub-trouble-item-inner {
  display: table;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.sub-trouble-item-text {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
  letter-spacing: -.05em;
}

.sub-trouble-item-count {
  transition: all 0.3s linear;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: 0;
  color: #c0bfbf;
}

.sub-other-title {
  background-image: url(../img/sub_title_other_bg.png);
}

.sub-concierge {
  position: relative;
  margin-top: 30px;
}

.sub-concierge::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  width: 84px;
  height: 104px;
  background: url(../img/sub_concierge_bg.png) left top no-repeat;
}

.sub-concierge-title {
  padding: 0 3px;
}

.sub-concierge-lead {
  padding: 13px 3px;
  font-size: 12px;
  letter-spacing: -.08em;
  color: #c0bfbf;
}

.sub-concierge-tab-list {
  *zoom: 1;
  position: relative;
  z-index: 1;
}

.sub-concierge-tab-list:after {
  content: "";
  display: table;
  clear: both;
}

.sub-concierge-tab-item {
  float: left;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.sub-concierge-tab-item img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.sub-concierge-tab-item a {
  display: block;
}

.sub-concierge-tab-item a > * {
  transition: all 0.3s linear;
}

.sub-concierge-tab-item:last-child {
  float: right;
}

.sub-concierge-tab-item.mail a {
  transition: all 0.3s linear;
  background-image: url(../img/sub_concierge_tab_mail_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.sub-concierge-tab-item.mail a:hover {
  background-image: url(../img/sub_concierge_tab_mail_bg_h.gif);
}

.sub-concierge-tab-item.tel a {
  transition: all 0.3s linear;
  background-image: url(../img/sub_concierge_tab_tel_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.sub-concierge-tab-item.tel a:hover {
  background-image: url(../img/sub_concierge_tab_tel_bg_h.gif);
}

.sub-concierge-tab-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.sub-concierge-contents {
  position: relative;
  overflow: hidden;
}

.sub-concierge-contents-item {
  transition: all 0.3s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sub-concierge-contents-item.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: static;
}

.sub-concierge-mail {
  padding: 10px 20px 12px;
  background: url(../img/dot_bg.png) left top repeat;
}

.sub-concierge-mail .lead {
  margin-bottom: 10px;
  font-size: 12px;
  color: #e7f45f;
}

.sub-concierge-mail-form-item {
  margin-bottom: 8px;
}

.sub-concierge-mail-form .label {
  margin-bottom: 3px;
  font-size: 12px;
  color: #c0bfbf;
}

.sub-concierge-mail-form .input input,
.sub-concierge-mail-form .input textarea {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 28px;
  border: 1px solid #6d6c6a;
  border-radius: 4px;
  font-size: 12px;
}

.sub-concierge-mail-form .input textarea {
  padding: 10px;
  height: 84px;
  resize: vertical;
}

.sub-concierge-mail-form-button {
  overflow: hidden;
  margin: 0 auto;
  width: 150px;
  border-radius: 5px;
}

.sub-concierge-mail-form-button .button-inner input {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 20px;
  width: 100%;
  border: 1px solid #e7f45f;
  background-color: #e7f45f;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #2e2c2a;
}

.sub-concierge-mail-form-button .button-inner input::before, .sub-concierge-mail-form-button .button-inner input::after {
  transition: opacity 0.3s linear;
}

.sub-concierge-mail-form-button .button-inner input:hover {
  background-color: #f4f9a9;
  color: #676948;
}

.sub-concierge-mail-form-button .button-inner input:hover::before, .sub-concierge-mail-form-button .button-inner input:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.sub-concierge-mail-form-button .button-inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 254px;
  right: 54px;
  margin-right: 17px;
  width: 10px;
  height: 15px;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.sub-concierge-mail-send .text {
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 12px;
  color: #c0bfbf;
}

.sub-concierge-mail-send .s-sendto {
  margin-bottom: 5px;
}

.sub-concierge-mail-send .s-sendto .title {
  padding-bottom: 3px;
  border-bottom: 1px solid #b2b2b2;
}

.sub-concierge-mail-send .s-sendto .email {
  padding: 8px 0 6px;
  border-bottom: 1px solid #b2b2b2;
  font-size: 14px;
  font-weight: bold;
  color: #e7f45f;
}

.sub-concierge-mail-send .s-sendto .s-attention {
  margin-bottom: 17px;
}

.sub-concierge-mail-send .s-sendto .s-attention .text {
  line-height: 1.6;
  font-size: 10px;
  color: #c0bfbf;
}

.sub-concierge-mail-send .s-sendto .s-attention .attention-item {
  margin-left: 1em;
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 10px;
  color: #c0bfbf;
}

.sub-concierge-mail-send .s-sendto .back {
  overflow: hidden;
  margin: 0 auto;
  width: 150px;
  cursor: pointer;
}

.sub-concierge-tel {
  padding: 14px 10px 15px;
  background: url(../img/dot_bg.png) left top repeat;
}

.sub-concierge-tel-item {
  margin-bottom: 18px;
}

.sub-concierge-tel-item:last-child {
  margin-bottom: 21px;
}

.sub-concierge-tel-item .title {
  float: left;
  padding: 8px 0  11px;
  width: 55px;
  height: 13px;
  border-left: 1px solid #e7f45f;
  text-align: center;
  font-size: 14px;
}

.sub-concierge-tel-item .title img {
  vertical-align: middle;
}

.sub-concierge-tel-item .item-contents {
  overflow: hidden;
}

.sub-concierge-tel-item .free {
  margin-bottom: 4px;
}

.sub-concierge-tel-item .international {
  line-height: 1.2;
  font-size: 10px;
  color: #c0bfbf;
}

.sub-concierge-tel-reception-hours {
  margin-left: 8px;
}

.sub-concierge-tel-reception-hours .sales {
  border-radius: 8px;
  display: inline-block;
  margin-left: 10px;
  padding: .25em 1em;
  vertical-align: text-bottom;
  line-height: 1;
  font-size: 11px;
  color: #fff;
}

.sub-concierge-tel-reception-hours .open {
  background-color: #ee7773;
}

.sub-concierge-tel-reception-hours .close {
  background-color: #c0bfbf;
}

.sub-concierge-tel-reception-hours > * {
  display: inline-block;
  line-height: 1.4166666667;
  font-size: 1.2em;
}

.sub-doctor {
  position: relative;
  margin-top: 30px;
}

.sub-doctor::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 110px;
  background: url(../img/sub_doctor_bg.png) left top no-repeat;
}

.sub-doctor-title {
  padding: 0 3px;
}

.sub-doctor-lead {
  padding: 13px 0 9px 5px;
  line-height: 1.3333333333;
  font-size: 12px;
  letter-spacing: -.05em;
  color: #c0bfbf;
}

.sub-doctor-form-list {
  position: relative;
}

.sub-doctor-form-item {
  overflow: hidden;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  width: 221px;
}

.sub-doctor-form-item:first-child {
  margin-top: 0;
}

.sub-doctor-form-item > a {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 25px;
  width: 100%;
  background-color: #e7f45f;
  font-size: 14px;
  color: #2e2c2a;
}

.sub-doctor-form-item > a:hover {
  color: #e7f45f;
}

.sub-doctor-form-item > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.sub-doctor-form-item:first-child {
  margin-top: 0;
}

.sub-doctor-form-item.mail > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.sub-doctor-form-item.counseling > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.sub-doctor-form-item.counseling > a::before {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(../img/icon_counseling.svg);
}

.sub-doctor-form-item.line > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.sub-doctor-form-item.line > a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_line.png);
  margin-top: -2px;
  margin-bottom: -3px;
}

.sub-doctor-form-item a {
  font-weight: bold;
}

.sub-doctor-form-item a::before, .sub-doctor-form-item a::after {
  transition: opacity 0.3s linear;
}

.sub-doctor-form-item a:hover {
  background-color: #f4f9a9;
  color: #676948;
}

.sub-doctor-form-item a:hover::before, .sub-doctor-form-item a:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.sub-banner-list {
  margin-top: 30px;
}

.sub-banner-item {
  margin-top: 10px;
  text-align: center;
}

.sub-banner-item:first-child {
  margin-top: 0;
}

.sub-banner-item a {
  transition: opacity 0.3s linear;
  display: block;
}

.sub-banner-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.s-fix-contents.is-fixed {
  position: fixed;
  top: 100px;
  margin-top: -40px;
  width: 221px;
}

.s-fix-contents.is-bottom {
  position: absolute;
  bottom: 0;
}

.formErrorMsg {
  position: relative;
  padding: 6px 10px;
  width: 180px;
  border-radius: 3px;
  background: #d1000f;
  box-shadow: 0 0 6px #888;
  font-family: 'Lucida Sans Unicode','Lucida Grande',Arial,Helvetica,'ヒラギノ丸ゴ Pro W4',HiraMaruPro-W4,'ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka,sans-serif;
  font-size: 11px;
  color: #fff;
}

.formErrorMsg .errMsg {
  display: block;
  margin-left: 1em;
  padding-bottom: 1px;
  text-indent: -.9em;
  line-height: 1.4;
}

.formErrorClose {
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  border: solid #d1000f 2px;
  border-radius: 9px;
  background: #b8000c;
  box-shadow: 1px -1px 3px #888;
  cursor: pointer;
  text-align: center;
  line-height: middle;
  font-weight: bold;
  color: #efefef;
}

.topicpath {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10px 15px;
  width: 970px;
  word-break: break-all;
}

.topicpath-item {
  display: inline-block;
  position: relative;
  font-size: 10px;
  color: #e7f45f;
}

.topicpath-item::after {
  content: '＞';
  display: inline-block;
  margin-right: .3em;
  margin-left: .5em;
  color: rgba(255, 255, 255, 0.5);
}

.topicpath-item a {
  display: inline-block;
  text-decoration: underline;
  font-size: 10px;
  color: #c0bfbf;
}

.topicpath-item a:hover {
  text-decoration: none;
}

.topicpath-item:last-child a {
  text-decoration: none;
}

.topicpath-item:last-child a span {
  color: #e7f45f;
}

.topicpath-item:last-child::after {
  display: none;
}

.r-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 60px;
}

.content-inner::before {
  min-height: 1177px;
  background-image: url(../img/contents_bg_price.jpg);
  background-position: left top;
}

/*----------------------------------------------------------------------
4.	parts
----------------------------------------------------------------------*/
.m-title {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 1000px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e7f45f;
  background: url(../img/title_bg.png) left top repeat;
  text-align: center;
}

.m-title-sub {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #c0bfbf;
}

.m-title-s {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 1000px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e7f45f;
  background: url(../img/title_bg.png) left top repeat;
  text-align: center;
}

.m-title-s-sub {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #c0bfbf;
}

.m-contents {
  margin-top: 60px;
}

.m-contents-inner {
  *zoom: 1;
  padding: 0 20px;
}

.m-contents-inner:after {
  content: "";
  display: table;
  clear: both;
}

.m-contents-title {
  position: relative;
  margin-bottom: 30px;
  padding: 24px 20px 23px 37px;
  background: url(../img/dot_bg.gif) left top repeat;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.m-contents-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: 10px;
  padding-top: 45px;
  width: 2px;
  background-color: #e7f45f;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(https://www.theclinic-system.com/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;
}

/*----------------------------------------------------------------------
5.	ページ別個別設定
----------------------------------------------------------------------*/
.m-front-title {
  margin-bottom: 30px;
}

.m-front-item a {
  position: relative;
  transition: all 0.3s linear;
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 105px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}

.m-front-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.m-front-item a::after {
  right: 0;
  background-image: url(../img/link_arrow3.png);
}

.m-front-item a:hover {
  color: #e7f45f;
}

.m-pricetable {
  margin-top: 0;
}

.m-pricetable-title {
  margin-bottom: 0;
}

.m-pricetable-list {
  position: relative;
  margin-top: 20px;
  padding-top: 26px;
  width: 769px;
  height: 731px;
  background: url(../img/price_front_bg.png) left top no-repeat;
}

.m-pricetable-item {
  transition: all 0.3s linear;
  margin-top: 4px;
  width: 234px;
}

.m-pricetable-item:first-child {
  margin-top: 0;
}

.m-pricetable-item.face a {
  background: url(../img/parts_list_pic_face_front.png) left bottom no-repeat;
}

.m-pricetable-item.face a:hover {
  background: url(../img/parts_list_pic_face_front_h.png) left bottom no-repeat;
}

.m-pricetable-item.upperarm a {
  background: url(../img/parts_list_pic_upperarm_front.png) left bottom no-repeat;
}

.m-pricetable-item.upperarm a:hover {
  background: url(../img/parts_list_pic_upperarm_front_h.png) left bottom no-repeat;
}

.m-pricetable-item.chest a {
  background: url(../img/parts_list_pic_chest_front.png) left bottom no-repeat;
}

.m-pricetable-item.chest a:hover {
  background: url(../img/parts_list_pic_chest_front_h.png) left bottom no-repeat;
}

.m-pricetable-item.back a {
  background: url(../img/parts_list_pic_back_front.png) left bottom no-repeat;
}

.m-pricetable-item.back a:hover {
  background: url(../img/parts_list_pic_back_front_h.png) left bottom no-repeat;
}

.m-pricetable-item.abdomen a {
  background: url(../img/parts_list_pic_abdomen_front.png) left bottom no-repeat;
}

.m-pricetable-item.abdomen a:hover {
  background: url(../img/parts_list_pic_abdomen_front_h.png) left bottom no-repeat;
}

.m-pricetable-item.waist a {
  background: url(../img/parts_list_pic_waist_front.png) left bottom no-repeat;
}

.m-pricetable-item.waist a:hover {
  background: url(../img/parts_list_pic_waist_front_h.png) left bottom no-repeat;
}

.m-pricetable-item.hip a {
  background: url(../img/parts_list_pic_hip_front.png) left bottom no-repeat;
}

.m-pricetable-item.hip a:hover {
  background: url(../img/parts_list_pic_hip_front_h.png) left bottom no-repeat;
}

.m-pricetable-item.thigh a {
  background: url(../img/parts_list_pic_thigh_front.png) left bottom no-repeat;
}

.m-pricetable-item.thigh a:hover {
  background: url(../img/parts_list_pic_thigh_front_h.png) left bottom no-repeat;
}

.m-trouble-item {
  transition: all 0.3s linear;
  float: left;
  width: 291px;
  border-bottom: 1px solid #6d6c6a;
}

.m-trouble-item:nth-child(even) {
  float: right;
}

.m-trouble-item.gynecomastia a {
  background: url(../img/parts_list_pic_gynecomastia_front.png) left center no-repeat;
  background-size: auto 100%;
}

.m-trouble-item.gynecomastia a:hover {
  background: url(../img/parts_list_pic_gynecomastia_front_h.png) left center no-repeat;
  background-size: auto 100%;
}

.m-trouble-item.funnel_chest a {
  background: url(../img/parts_list_pic_funnel_chest_front.png) left center no-repeat;
  background-size: auto 100%;
}

.m-trouble-item.funnel_chest a:hover {
  background: url(../img/parts_list_pic_funnel_chest_front_h.png) left center no-repeat;
  background-size: auto 100%;
}

.m-trouble-item.nipple_reduction a {
  background: url(../img/parts_list_pic_nipple_reduction_front.png) left center no-repeat;
  background-size: auto 100%;
}

.m-trouble-item.nipple_reduction a:hover {
  background: url(../img/parts_list_pic_nipple_reduction_front_h.png) left center no-repeat;
  background-size: auto 100%;
}

.m-trouble-item.modification a {
  background: url(../img/parts_list_pic_modification_front.png) left center no-repeat;
  background-size: auto 100%;
}

.m-trouble-item.modification a:hover {
  background: url(../img/parts_list_pic_modification_front_h.png) left center no-repeat;
  background-size: auto 100%;
}

.m-service-item {
  float: left;
  margin-left: 12px;
  width: 200px;
  background: #000;
}

.m-service-item a {
  position: relative;
  transition: all 0.3s linear;
  display: block;
  padding: 3px 3px 11px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.m-service-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.m-service-item a::after {
  right: 0;
  background-image: url(../img/link_arrow3.png);
}

.m-service-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.m-service-item a::after {
  top: 0;
  left: 180px;
}

.m-service-item:first-child {
  margin-left: 0;
}

.m-service-item-inner-txt {
  margin: 12px 0 0 6px;
  font-size: 16px;
  color: #e7f45f;
}

.m-service-item-inner-cap {
  margin: 12px 0 0 6px;
  font-size: 12px;
  color: #c0bfbf;
}

.price-title {
  margin-left: -40px;
  padding: 62px 0 62px 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  font-size: 26px;
  color: #e7f45f;
}

.price-title.face {
  background-image: url(../img/parts_list_pic_face.png);
}

.price-title.upperarm {
  background-image: url(../img/parts_list_pic_upperarm.png);
}

.price-title.chest {
  background-image: url(../img/parts_list_pic_chest.png);
}

.price-title.back {
  background-image: url(../img/parts_list_pic_back.png);
}

.price-title.abdomen {
  background-image: url(../img/parts_list_pic_abdomen.png);
}

.price-title.waist {
  background-image: url(../img/parts_list_pic_waist.png);
}

.price-title.hip {
  background-image: url(../img/parts_list_pic_hip.png);
}

.price-title.thigh {
  background-image: url(../img/parts_list_pic_thigh.png);
}

.price-title.gynecomastia {
  background-image: url(../img/parts_list_pic_gynecomastia.png);
}

.price-title.funnel_chest {
  background-image: url(../img/parts_list_pic_funnel_chest.png);
}

.price-title.nipple_reduction {
  background-image: url(../img/parts_list_pic_nipple_reduction.png);
}

.price-title.modification {
  background-image: url(../img/parts_list_pic_modification.png);
}

.price-title.guarantee {
  background-image: url(../img/service_list_pic_guarantee.png);
}

.price-title.transportation {
  background-image: url(../img/service_list_pic_transportation.png);
}

.price-title.oneday {
  background-image: url(../img/service_list_pic_oneday.png);
}

body.face .content-inner::before {
  background-image: url(../img/contents_contents_face_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.upperarm .content-inner::before {
  background-image: url(../img/contents_contents_upperarm_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.chest .content-inner::before {
  background-image: url(../img/contents_contents_chest_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.back .content-inner::before {
  background-image: url(../img/contents_contents_back_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.abdomen .content-inner::before {
  background-image: url(../img/contents_contents_abdomen_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.waist .content-inner::before {
  background-image: url(../img/contents_contents_waist_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.hip .content-inner::before {
  background-image: url(../img/contents_contents_hip_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.thigh .content-inner::before {
  background-image: url(../img/contents_contents_thigh_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.gynecomastia .content-inner::before {
  background-image: url(../img/contents_contents_trouble_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.funnel_chest .content-inner::before {
  background-image: url(../img/contents_contents_trouble_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.nipple_reduction .content-inner::before {
  background-image: url(../img/contents_contents_trouble_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

body.modification .content-inner::before {
  background-image: url(../img/contents_contents_trouble_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.details .m-counseling {
  margin-top: 0;
}

.details .m-counseling-title {
  margin-bottom: 30px;
}

.details .m-counseling-box {
  display: table;
  margin-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #6d6c6a;
}

.details .m-counseling-box > * {
  display: table-cell;
  table-layout: fixed;
  vertical-align: top;
  font-size: 10px;
}

.details .m-counseling-box-title {
  width: 416px;
  line-height: 1.3;
  line-height: 10px;
}

.details .m-counseling-box-title em {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}

.details .m-counseling-box-detail em {
  display: block;
  float: left;
  padding-top: 18px;
  line-height: 1;
  font-size: 20px;
  color: #e7f45f;
}

.details .m-counseling-box-detail span {
  display: block;
  float: right;
  padding: 10px;
  border: 1px solid #e7f45f;
  text-align: left;
  line-height: 1.3333333333;
  font-size: 12px;
  letter-spacing: 2px;
  color: #e7f45f;
}

.details .m-counseling-link {
  *zoom: 1;
  overflow: hidden;
  border-radius: 0;
  margin-top: 20px;
  background: none;
}

.details .m-counseling-link:after {
  content: "";
  display: table;
  clear: both;
}

.details .m-counseling-link:first-child {
  margin-top: 0;
}

.details .m-counseling-link > a {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 25px;
  width: 100%;
  background-color: #e7f45f;
  font-size: 14px;
  color: #2e2c2a;
}

.details .m-counseling-link > a:hover {
  color: #e7f45f;
}

.details .m-counseling-link > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.details .m-counseling-link-lead {
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.details .m-counseling-link > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.details .m-counseling-link > a::before {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(../img/icon_counseling.svg);
}

.details .m-counseling-link a {
  border-radius: 20px;
  transition: all 0.3s linear;
  float: right;
  width: 246px;
  font-weight: bold;
}

.details .m-counseling-link a:hover {
  background-color: #f4f9a9;
  color: #676948;
}

.details .m-treatment-box {
  margin-top: 5px;
}

.details .m-treatment-box-tel {
  margin-top: 50px;
}

.details .m-treatment-box-tel-title {
  padding: 17px 16px;
  background: url(../img/title3_bg.png) left top no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-top: 0;
}

.details .m-treatment-box-tel-detail {
  margin-top: 30px;
  background: url(../img/monitor_detail_tel_bg.png) right 5px center no-repeat;
}

.details .m-treatment-box-tel-item {
  margin-bottom: 10px;
}

.details .m-treatment-box-tel-item-inner {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 4px;
}

.details .m-treatment-box-tel-item-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.details .m-treatment-box-tel-item-name {
  display: block;
  float: left;
  padding: 0 15px 3px 73px;
  width: 80px;
  text-align: center;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  color: #e7f45f;
}

.details .m-treatment-box-tel-item-name::before {
  content: '';
  display: block;
  margin-bottom: 5px;
  margin-left: 0;
  width: 83px;
  height: 14px;
  background: url(../img/icon_clinic_name.png) left center no-repeat;
  background-size: 100% auto;
}

.details .m-treatment-box-tel-item-telnumber {
  float: left;
}

.details .m-treatment-box-tel-item-telnumber span {
  display: block;
  margin-top: 7px;
  text-align: right;
  font-size: 10px;
}

.details .m-treatment-box-tel-item.yokohama dl::before {
  left: 15px;
}

.details .m-treatment-box-tel-item.nagoya dl::before {
  left: 16px;
}

.details .m-treatment-box-tel-item.osaka dl::before {
  left: 18px;
}

.details .m-treatment-box-tel-item.hiroshima dl::before {
  left: 18px;
}

.details .m-treatment-box-tel-item.fukuoka dl::before {
  left: 18px;
}

.details .m-treatment-box-tel-item.tokyo dl::before {
  width: 55px;
  height: 45px;
  background-image: url(../img/clinic_pic_tokyo.png);
}

.details .m-treatment-box-tel-item.yokohama dl::before {
  width: 48px;
  height: 49px;
  background-image: url(../img/clinic_pic_yokohama.png);
}

.details .m-treatment-box-tel-item.nagoya dl::before {
  width: 44px;
  height: 54px;
  background-image: url(../img/clinic_pic_nagoya.png);
}

.details .m-treatment-box-tel-item.osaka dl::before {
  width: 38px;
  height: 55px;
  background-image: url(../img/clinic_pic_osaka.png);
}

.details .m-treatment-box-tel-item.hiroshima dl::before {
  width: 39px;
  height: 44px;
  background-image: url(../img/clinic_pic_hiroshima.png);
}

.details .m-treatment-box-tel-item.fukuoka dl::before {
  width: 43px;
  height: 51px;
  background-image: url(../img/clinic_pic_fukuoka.png);
}

.details .m-treatment-box-tel-time {
  overflow: hidden;
}

.details .m-treatment-box-tel-time-acceptance {
  float: left;
  width: 263px;
  background-color: #000;
  text-align: center;
  line-height: 2.5;
  font-size: 12px;
  color: #fff;
}

.details .m-treatment-box-tel-time-info {
  float: left;
  width: 108px;
  text-align: center;
  line-height: 2.5;
  font-size: 12px;
}

.details .m-treatment-box-tel-time-info.open {
  background-color: #ee7773;
  color: #000;
}

.details .m-treatment-box-tel-time-info.close {
  background-color: #c0bfbf;
  color: #404040;
}

.details .m-treatment-box:first-child {
  margin-top: 30px;
}

.details .m-treatment-box-inner {
  border-bottom: 1px solid #6d6c6a;
}

.details .m-treatment-box-inner:last-child {
  border-bottom: 0;
}

.details .m-treatment-box-title {
  padding: 17px 16px;
  background: url(../img/title3_bg.png) left top no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 18px 16px;
  font-weight: normal;
}

.details .m-treatment-box-title small,
.details .m-treatment-box-title em {
  padding-left: 10px;
  font-size: 12px;
}

.details .m-treatment-box-price {
  display: table;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 1px dashed #6d6c6a;
  table-layout: fixed;
}

.details .m-treatment-box-price > * {
  display: table-cell;
  vertical-align: middle;
}

.details .m-treatment-box-price-title {
  padding-left: 20px;
  width: 490px;
  font-size: 16px;
  color: #fff;
}

.details .m-treatment-box-price-text {
  padding-right: 20px;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
}

.details .m-treatment-box-price-text span {
  display: block;
  line-height: 1;
  font-size: 0.5555555556em;
}

.details .m-treatment-box-monitor-price {
  display: table;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  table-layout: fixed;
}

.details .m-treatment-box-monitor-price::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  width: 13px;
  height: 100%;
  background-image: url(../img/icon_arrow_bottom.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.details .m-treatment-box-monitor-price.is-open::after {
  background-image: url(../img/icon_arrow_top.png);
}

.details .m-treatment-box-monitor-price > * {
  display: table-cell;
  vertical-align: middle;
}

.details .m-treatment-box-monitor-price-title {
  padding-left: 20px;
  width: 490px;
  font-size: 16px;
  color: #fff;
}

.details .m-treatment-box-monitor-price-text {
  padding-right: 20px;
  width: 100%;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
}

.details .m-treatment-box-monitor-price-text span {
  display: block;
  line-height: 1;
  font-size: 0.5555555556em;
}

.details .m-treatment-box-wrap {
  display: none;
  padding-bottom: 60px;
}

.details .m-treatment-box-summary {
  margin-top: 50px;
}

.details .m-treatment-box-summary:first-child {
  margin-top: 0;
}

.details .m-treatment-box-summary-title {
  padding: 17px 16px;
  background: url(../img/title3_bg.png) left top no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 18px 16px;
  font-size: 14px;
}

.details .m-treatment-box-summary-detail-inner {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #6d6c6a;
}

.details .m-treatment-box-summary-detail-title {
  float: left;
  width: 145px;
  text-align: center;
  line-height: 2.5714285714;
  font-size: 14px;
}

.details .m-treatment-box-summary-detail-text {
  float: left;
  width: 479px;
  text-align: left;
  line-height: 2.5714285714;
  font-size: 14px;
}

.details .m-treatment-box-summary-detail-condition-item {
  line-height: 1.5714285714;
  font-size: 14px;
  position: relative;
  margin-top: 20px;
  padding-left: 18px;
}

.details .m-treatment-box-summary-detail-condition-item:first-child {
  margin-top: 0;
}

.details .m-treatment-box-summary-detail-condition-item::before {
  content: '●';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  text-align: center;
}

.details .m-treatment-box-summary-detail-condition-item small {
  display: block;
  line-height: 2.2;
  font-size: 10px;
}

.details .m-treatment-box-summary-detail-flow-item {
  line-height: 1.5714285714;
  font-size: 14px;
  position: relative;
  margin-top: 20px;
  padding-left: 18px;
}

.details .m-treatment-box-summary-detail-flow-item:first-child {
  margin-top: 0;
}

.details .m-treatment-box-summary-detail-flow-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  text-align: center;
}

.details .m-treatment-box-summary-detail-flow-item small {
  display: block;
  line-height: 2.2;
  font-size: 10px;
}

.details .m-treatment-box-summary-detail-flow-item:nth-child(1)::before {
  content: "1.";
}

.details .m-treatment-box-summary-detail-flow-item:nth-child(2)::before {
  content: "2.";
}

.details .m-treatment-box-summary-detail-flow-item:nth-child(3)::before {
  content: "3.";
}

.details .m-treatment-box-summary-detail-flow-item:nth-child(4)::before {
  content: "4.";
}

.details .m-treatment-box-summary-detail-flow-item:nth-child(5)::before {
  content: "5.";
}

.details .m-treatment-box-tel-time {
  padding-left: 12px;
}

.details .m-treatment-box-net {
  margin-top: 50px;
}

.details .m-treatment-box-net-title {
  padding: 17px 16px;
  background: url(../img/title3_bg.png) left top no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.details .m-treatment-box-net-lead {
  line-height: 2;
  font-size: 16px;
  margin-top: 30px;
}

.details .m-treatment-box-net-lead small {
  display: block;
  line-height: 3.2;
  font-size: 10px;
}

.details .m-treatment-box-net-link {
  overflow: hidden;
  margin-top: 30px;
}

.details .m-treatment-box-net-link:first-child {
  margin-top: 0;
}

.details .m-treatment-box-net-link > a {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 25px;
  width: 100%;
  background-color: #e7f45f;
  font-size: 14px;
  color: #2e2c2a;
}

.details .m-treatment-box-net-link > a:hover {
  color: #e7f45f;
}

.details .m-treatment-box-net-link > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.details .m-treatment-box-net-link-lead {
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.details .m-treatment-box-net-link > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.details .m-treatment-box-net-link a {
  float: right;
  width: 246px;
}

.details .m-payment {
  margin-top: 40px;
}

.details .m-payment > .m-payment-title {
  width: 607px;
  color: #fff;
}

.details .m-payment-lead {
  margin-bottom: 30px;
  font-size: 16px;
}

.details .m-payment-item {
  position: relative;
  padding: 12px 0 12px 40px;
  border-bottom: 1px solid #6d6c6a;
  font-size: 14px;
}

.details .m-payment-item::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 12px;
  font-size: 20px;
  color: #e7f45f;
}

.details .m-payment-item:first-child {
  border-top: 1px solid #6d6c6a;
}

.details .m-payment-item:nth-child(1)::before {
  content: '1';
}

.details .m-payment-item:last-child {
  border-bottom: 0;
}

.details .m-payment-item:nth-child(2)::before {
  content: "2";
}

.details .m-payment-item:nth-child(3)::before {
  content: "3";
}

.details .m-payment-item:nth-child(4)::before {
  content: "4";
}

.details .m-payment-box {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.details .m-payment-box > * {
  display: table-cell;
}

.details .m-payment-title {
  width: 130px;
  color: #c0bfbf;
}

.details .m-payment-detail {
  font-size: 12px;
  color: #c0bfbf;
}

.details .m-payment-detail-card {
  margin-top: 10px;
  width: 200px;
}

.details .m-payment-detail-card img {
  width: 100%;
}

.details .m-payment-detail-sub {
  display: block;
  font-size: 12px;
}

.details .m-payment-detail-sub small {
  display: block;
  padding-top: 8px;
}

.details .m-payment-detail-things {
  margin-top: 10px;
}

.details .m-payment-detail-things-title {
  margin-bottom: 10px;
  font-size: 12px;
}

.details .m-payment-detail-things-item {
  position: relative;
  margin-top: 5px;
  padding-left: 12px;
  line-height: 1.4545454545;
  font-size: 12px;
}

.details .m-payment-detail-things-item:first-child {
  margin-top: 0;
}

.details .m-payment-detail-things-item:nth-child(1) .m-payment-detail-things-item-title::before {
  content: '1.';
  position: absolute;
  top: 0;
  left: 0;
}

.details .m-payment-detail-things-item-detail-list {
  margin-top: 5px;
}

.details .m-payment-detail-things-item-detail-item {
  margin-top: 3px;
  line-height: 1.1666666667;
  font-size: 12px;
}

.details .m-payment-detail-things-item-detail-item::before {
  content: '◇';
  margin-right: 3px;
}

.details .m-payment-detail-things-item-detail-item:first-child {
  margin-top: 0;
}

.details .m-payment-detail-things-item:nth-child(2)::before {
  content: "2.";
  position: absolute;
  top: 0;
  left: 0;
}

.details .m-payment-detail-things-item:nth-child(3)::before {
  content: "3.";
  position: absolute;
  top: 0;
  left: 0;
}

.guarantee .price-lead {
  line-height: 2;
  font-size: 16px;
  margin: 20px 0;
}

.guarantee .m-guarantee {
  margin-top: 0;
}

.guarantee .m-guarantee-list {
  padding: 0;
}

.guarantee .m-guarantee-item {
  float: left;
  margin-left: 14px;
  width: 210px;
  border: 1px solid #6d6c6a;
}

.guarantee .m-guarantee-item:first-child {
  margin-left: 0;
}

.guarantee .m-guarantee-item-text {
  padding: 10px 8px;
  line-height: 1.5833333333;
  font-size: 12px;
}

.guarantee .m-detail {
  margin-top: 65px;
}

.guarantee .m-detail-list {
  padding: 0;
}

.guarantee .m-detail-item {
  margin-bottom: 20px;
}

.guarantee .m-detail-item-title {
  position: relative;
  padding: 10px 30px;
  width: 203px;
  background: url(../img/dot_bg.gif) left top repeat;
  font-size: 14px;
  color: #fff;
}

.guarantee .m-detail-item-title::before, .guarantee .m-detail-item-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 15px;
  text-align: center;
  color: #000;
}

.guarantee .m-detail-item-title::after {
  border-radius: 50%;
  z-index: 1;
  height: 15px;
  background-color: #e7f45f;
}

.guarantee .m-detail-item-contents {
  padding: 20px 20px 0;
  border-top: 1px solid #6d6c6a;
}

.guarantee .m-detail-item-contents-list {
  float: left;
  margin-right: 4px;
  width: 310px;
}

.guarantee .m-detail-item-contents-item {
  line-height: 1.7142857143;
  font-size: 14px;
}

.guarantee .m-detail-item-contents-item::before {
  content: '■';
  position: relative;
  top: -2px;
  padding-right: 5px;
  color: #e7f45f;
}

.guarantee .m-detail-item-contents-inner {
  display: table;
  width: 310px;
  table-layout: fixed;
}

.guarantee .m-detail-item-contents-inner > * {
  display: table-cell;
  vertical-align: middle;
}

.guarantee .m-detail-item-contents-pic {
  width: 60px;
}

.guarantee .m-detail-item-contents-text {
  padding-left: 5px;
  line-height: 1.3333333333;
  font-size: 12px;
}

.guarantee .m-detail-item:last-child {
  margin-bottom: 0;
}

.guarantee .m-detail-item:nth-child(1) .m-detail-item-title::before {
  content: "1";
}

.guarantee .m-detail-item:nth-child(2) .m-detail-item-title::before {
  content: "2";
}

.guarantee .m-detail-item:nth-child(3) .m-detail-item-title::before {
  content: "3";
}

.guarantee .m-pricetable {
  margin-top: 60px;
}

.guarantee .m-pricetable-title {
  margin-bottom: 30px;
}

.guarantee .m-pricetable-list {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  width: auto;
  height: auto;
  background: none;
}

.guarantee .m-pricetable-item {
  transition: all 0.3s linear;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
  width: 188px;
  border-bottom: 1px solid #6d6c6a;
  text-align: right;
}

.guarantee .m-pricetable-item a {
  padding: 21px 20px 21px 50px;
}

.guarantee .m-pricetable-item:first-child, .guarantee .m-pricetable-item:nth-child(2), .guarantee .m-pricetable-item:nth-child(3) {
  margin-top: 0;
}

.guarantee .m-pricetable-item:nth-child(3n+3) {
  margin-right: 0;
}

.guarantee .m-pricetable-item.face a {
  background: url(../img/genre_bg_face.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.face a:hover {
  background: url(../img/genre_bg_face_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.upperarm a {
  background: url(../img/genre_bg_upperarm.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.upperarm a:hover {
  background: url(../img/genre_bg_upperarm_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.chest a {
  background: url(../img/genre_bg_chest.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.chest a:hover {
  background: url(../img/genre_bg_chest_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.back a {
  background: url(../img/genre_bg_back.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.back a:hover {
  background: url(../img/genre_bg_back_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.abdomen a {
  background: url(../img/genre_bg_abdomen.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.abdomen a:hover {
  background: url(../img/genre_bg_abdomen_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.waist a {
  background: url(../img/genre_bg_waist.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.waist a:hover {
  background: url(../img/genre_bg_waist_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.hip a {
  background: url(../img/genre_bg_hip.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.hip a:hover {
  background: url(../img/genre_bg_hip_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.thigh a {
  background: url(../img/genre_bg_thigh.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.thigh a:hover {
  background: url(../img/genre_bg_thigh_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.gynecomastia a {
  background: url(../img/genre_bg_gynecomastia.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.gynecomastia a:hover {
  background: url(../img/genre_bg_gynecomastia_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.funnel_chest a {
  background: url(../img/genre_bg_funnel_chest.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.funnel_chest a:hover {
  background: url(../img/genre_bg_funnel_chest_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.nipple_reduction a {
  background: url(../img/genre_bg_nipple_reduction.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.nipple_reduction a:hover {
  background: url(../img/genre_bg_nipple_reduction_h.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.modification a {
  background: url(../img/genre_bg_modification.png) left bottom no-repeat;
}

.guarantee .m-pricetable-item.modification a:hover {
  background: url(../img/genre_bg_modification_h.png) left bottom no-repeat;
}

.transportation .price-lead {
  line-height: 2;
  font-size: 16px;
  margin: 20px 0;
}

.transportation .m-targetcondition-lead {
  line-height: 2;
  font-size: 16px;
}

.transportation .m-targetcondition-box {
  margin-top: 25px;
}

.transportation .m-targetcondition-box-clinic {
  overflow: hidden;
  padding-top: 15px;
  border-bottom: 1px solid #6d6c6a;
}

.transportation .m-targetcondition-box-clinic:first-child {
  padding-top: 0;
}

.transportation .m-targetcondition-box-clinic::before {
  content: '●';
  position: absolute;
  font-size: 28px;
  color: #e7f45f;
}

.transportation .m-targetcondition-box-clinic-item {
  float: left;
  padding-left: 25px;
  width: 80px;
  line-height: 2.1428571429;
  font-size: 14px;
  color: #fff;
}

.transportation .m-targetcondition-box-text {
  float: left;
  width: 345px;
  line-height: 2.1428571429;
  font-size: 14px;
}

.transportation .m-subsidy-case {
  line-height: 2;
  font-size: 16px;
  padding: 25px 0;
  border-top: 1px solid #6d6c6a;
  border-bottom: 1px solid #6d6c6a;
  line-height: 1.125;
}

.transportation .m-subsidy-case em {
  color: #e7f45f;
}

.transportation .m-subsidy-case strong {
  position: relative;
  top: -10px;
  right: -150px;
}

.transportation .m-subsidy-case strong em {
  font-size: 20px;
}

.transportation .m-subsidy-sub {
  position: relative;
  top: -30px;
  right: -375px;
  font-size: 9px;
}

.transportation .m-example {
  margin-top: 20px;
}

.transportation .m-example-lead {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.transportation .m-example-lead::before {
  content: '●';
  position: absolute;
  top: -9px;
  left: 0;
  font-size: 30px;
  color: #e7f45f;
}

.transportation .m-example-list {
  margin-top: 10px;
}

.transportation .m-example-item {
  margin-bottom: 10px;
}

.transportation .m-example-item:last-child {
  margin-bottom: 0;
}

.transportation .m-example-title {
  padding: 10px 0;
  background: url(../img/sub_dot_bg.png) left top repeat;
  background-size: auto auto;
  text-align: center;
  line-height: 1.3571428571;
  font-size: 14px;
  color: #fff;
}

.transportation .m-example-area {
  margin-top: 6px;
}

.transportation .m-example-area-list {
  overflow: hidden;
}

.transportation .m-example-area-item {
  float: left;
  margin-left: 6px;
  width: 204px;
}

.transportation .m-example-area-item:first-child {
  margin-left: 0;
}

.transportation .m-example-area-title {
  padding: 12px;
  border-left: 2px solid #e7f45f;
  background-color: #000;
  line-height: 1.5;
  font-size: 12px;
  border-top: 0;
}

.transportation .m-example-area-title em {
  color: #e7f45f;
}

.transportation .m-example-area-detail {
  padding: 0 3px;
  background: url(../img/price_transportation_detail_bg.png);
}

.transportation .m-example-area-detail table {
  width: 100%;
  table-layout: fixed;
}

.transportation .m-example-area-detail th,
.transportation .m-example-area-detail td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.transportation .m-example-area-detail th {
  padding-left: 3px;
  font-size: 12px;
}

.transportation .m-example-area-detail td {
  padding-right: 3px;
  width: 45px;
  text-align: right;
  font-size: 12px;
}

.transportation .m-example-area-detail tbody tr:first-child th,
.transportation .m-example-area-detail tbody tr:first-child td {
  padding-top: 10px;
}

.transportation .m-example-area-detail tbody tr:last-child th,
.transportation .m-example-area-detail tbody tr:last-child td {
  padding-bottom: 10px;
}

.transportation .m-example-area-detail tfoot th,
.transportation .m-example-area-detail tfoot td {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #6d6c6a;
}

.transportation .m-example-area-detail tfoot td {
  font-size: 12px;
  color: #e7f45f;
}

.transportation .m-receive-title {
  margin-bottom: 30px;
}

.transportation .m-receive-lead {
  line-height: 2;
  font-size: 16px;
}

.transportation .m-receive-list {
  margin-top: 25px;
}

.transportation .m-receive-item {
  margin-top: 20px;
}

.transportation .m-receive-item:first-child {
  margin-top: 0;
}

.transportation .m-receive-item-title {
  font-size: 14px;
  color: #fff;
}

.transportation .m-receive-item-title::before {
  content: '';
  display: inline-block;
  margin-right: 15px;
}

.transportation .m-receive-item-title small {
  font-size: 10px;
  color: #c0bfbf;
}

.transportation .m-receive-item-detail {
  margin-top: 5px;
  padding-left: 25px;
  line-height: 1.6666666667;
  font-size: 12px;
}

.transportation .m-receive-item:nth-child(1) .m-receive-item-title::before {
  content: "1";
  font-size: 20px;
  color: #e7f45f;
}

.transportation .m-receive-item:nth-child(2) .m-receive-item-title::before {
  content: "2";
  font-size: 20px;
  color: #e7f45f;
}

.transportation .m-receive-attention {
  margin-top: 20px;
  padding: 20px 0;
  border: 1px solid #6d6c6a;
}

.transportation .m-receive-attention-lead {
  padding-left: 65px;
  background: url(../img/price_icon_attention.png) left 25px center no-repeat;
  background-size: 25px auto;
  line-height: 2.25;
  font-size: 12px;
}

.transportation .m-receive-attention-lead a {
  text-decoration: underline;
  color: #fff;
}

.transportation .m-hotel-title {
  margin-bottom: 30px;
}

.transportation .m-hotel-lead {
  line-height: 2;
  font-size: 16px;
}

.transportation .m-hotel-list {
  overflow: hidden;
  margin-top: 25px;
}

.transportation .m-hotel-item {
  float: left;
  margin-left: 5px;
  width: 204px;
}

.transportation .m-hotel-item.tokyo {
  margin-left: 0;
  width: 413px;
}

.transportation .m-hotel-item.tokyo .m-hotel-item-place-item:first-child {
  margin-right: 5px;
}

.transportation .m-hotel-item.nagoya {
  clear: left;
  margin-left: 0;
}

.transportation .m-hotel-item-title {
  padding: 10px 0;
  background: url(../img/sub_dot_bg.png) left top repeat;
  background-size: auto auto;
  text-align: center;
  line-height: 1.3571428571;
  font-size: 14px;
  color: #fff;
}

.transportation .m-hotel-item-place {
  margin-top: 5px;
}

.transportation .m-hotel-item-place-list {
  overflow: hidden;
}

.transportation .m-hotel-item-place-item {
  float: left;
  width: 204px;
}

.transportation .m-hotel-item-place-title {
  padding: 12px;
  border-left: 2px solid #e7f45f;
  background-color: #000;
  line-height: 1.5;
  font-size: 12px;
  padding: 0;
}

.transportation .m-hotel-item-place-title a {
  transition: all 0.3s linear;
  display: block;
  padding: 12px;
  background: url(../img/link_arrow3.png) right 10px center no-repeat;
  color: #c0bfbf;
}

.transportation .m-hotel-item-place-title a:hover {
  color: #e7f45f;
}

.transportation .m-hotel-item-place-detail {
  *zoom: 1;
  margin-bottom: 19px;
  padding: 7px 7px 5px;
  background: url(../img/price_transportation_detail_bg.png);
}

.transportation .m-hotel-item-place-detail:after {
  content: "";
  display: table;
  clear: both;
}

.transportation .m-hotel-item-place-detail-pic {
  float: left;
  padding-right: 8px;
  padding-bottom: 10px;
  width: 60px;
}

.transportation .m-hotel-item-place-detail-address {
  line-height: 1.6;
  font-size: 10px;
}

.transportation .m-support-lead {
  line-height: 2;
  font-size: 16px;
}

.transportation .m-support-tel-list {
  margin-top: 30px;
  background: url(../img/monitor_detail_tel_bg.png) right 5px center no-repeat;
}

.transportation .m-support-tel-item {
  margin-bottom: 10px;
}

.transportation .m-support-tel-item-inner {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 4px;
}

.transportation .m-support-tel-item-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.transportation .m-support-tel-item-name {
  display: block;
  float: left;
  padding: 0 15px 3px 63px;
  width: 80px;
  text-align: center;
  font-size: 18px;
  color: #e7f45f;
}

.transportation .m-support-tel-item-name::before {
  content: '';
  display: block;
  margin-bottom: 5px;
  margin-left: 0;
  width: 83px;
  height: 14px;
  background: url(../img/icon_clinic_name.png) left center no-repeat;
  background-size: 100% auto;
}

.transportation .m-support-tel-item-telnumber {
  float: left;
}

.transportation .m-support-tel-item-telnumber span {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
}

.transportation .m-support-tel-item.tokyo dl::before {
  background-image: url(../img/clinic_pic_tokyo.png);
}

.transportation .m-support-tel-item.yokohama dl::before {
  background-image: url(../img/clinic_pic_yokohama.png);
}

.transportation .m-support-tel-item.nagoya dl::before {
  background-image: url(../img/clinic_pic_nagoya.png);
}

.transportation .m-support-tel-item.osaka dl::before {
  background-image: url(../img/clinic_pic_osaka.png);
}

.transportation .m-support-tel-item.hiroshima dl::before {
  background-image: url(../img/clinic_pic_hiroshima.png);
}

.transportation .m-support-tel-item.fukuoka dl::before {
  background-image: url(../img/clinic_pic_fukuoka.png);
}

.transportation .m-support-tel-time {
  overflow: hidden;
}

.transportation .m-support-tel-time-acceptance {
  float: left;
  width: 263px;
  background-color: #000;
  text-align: center;
  line-height: 2.5;
  font-size: 12px;
  color: #fff;
}

.transportation .m-support-tel-time-info {
  float: left;
  width: 108px;
  text-align: center;
  line-height: 2.5;
  font-size: 12px;
}

.transportation .m-support-tel-time-info.open {
  background-color: #ee7773;
  color: #000;
}

.transportation .m-support-tel-time-info.close {
  background-color: #c0bfbf;
  color: #404040;
}

.transportation .m-pricetable {
  margin-top: 60px;
}

.transportation .m-pricetable-title {
  margin-bottom: 30px;
}

.transportation .m-pricetable-list {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  width: auto;
  height: auto;
  background: none;
}

.transportation .m-pricetable-item {
  transition: all 0.3s linear;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
  width: 188px;
  border-bottom: 1px solid #6d6c6a;
  text-align: right;
}

.transportation .m-pricetable-item a {
  padding: 21px 20px 21px 50px;
}

.transportation .m-pricetable-item:first-child, .transportation .m-pricetable-item:nth-child(2), .transportation .m-pricetable-item:nth-child(3) {
  margin-top: 0;
}

.transportation .m-pricetable-item:nth-child(3n+3) {
  margin-right: 0;
}

.transportation .m-pricetable-item.face a {
  background: url(../img/genre_bg_face.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.face a:hover {
  background: url(../img/genre_bg_face_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.upperarm a {
  background: url(../img/genre_bg_upperarm.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.upperarm a:hover {
  background: url(../img/genre_bg_upperarm_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.chest a {
  background: url(../img/genre_bg_chest.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.chest a:hover {
  background: url(../img/genre_bg_chest_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.back a {
  background: url(../img/genre_bg_back.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.back a:hover {
  background: url(../img/genre_bg_back_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.abdomen a {
  background: url(../img/genre_bg_abdomen.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.abdomen a:hover {
  background: url(../img/genre_bg_abdomen_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.waist a {
  background: url(../img/genre_bg_waist.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.waist a:hover {
  background: url(../img/genre_bg_waist_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.hip a {
  background: url(../img/genre_bg_hip.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.hip a:hover {
  background: url(../img/genre_bg_hip_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.thigh a {
  background: url(../img/genre_bg_thigh.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.thigh a:hover {
  background: url(../img/genre_bg_thigh_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.gynecomastia a {
  background: url(../img/genre_bg_gynecomastia.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.gynecomastia a:hover {
  background: url(../img/genre_bg_gynecomastia_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.funnel_chest a {
  background: url(../img/genre_bg_funnel_chest.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.funnel_chest a:hover {
  background: url(../img/genre_bg_funnel_chest_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.nipple_reduction a {
  background: url(../img/genre_bg_nipple_reduction.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.nipple_reduction a:hover {
  background: url(../img/genre_bg_nipple_reduction_h.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.modification a {
  background: url(../img/genre_bg_modification.png) left bottom no-repeat;
}

.transportation .m-pricetable-item.modification a:hover {
  background: url(../img/genre_bg_modification_h.png) left bottom no-repeat;
}

.oneday .progress {
  margin: 20px 0;
}

.oneday .input-form legend {
  display: none;
}

.oneday .input-form .input-form-wrapper {
  color: #c0bfbf !important;
}

.oneday .input-form .input-form-wrapper .input-form-item:nth-child(even) > * {
  background-color: inherit !important;
}

.oneday .input-form .input-form-wrapper .input-form-item p em {
  color: #e7f45f;
}

.oneday .input-form .input-form-wrapper .input-form-input .short,
.oneday .input-form .input-form-wrapper .input-form-input .middle,
.oneday .input-form .input-form-wrapper .input-form-input select,
.oneday .input-form .input-form-wrapper .input-form-input .full {
  background-color: #fff !important;
  color: #000 !important;
}

.oneday .input-form .input-form-wrapper .required .chkradio::before {
  background: inherit !important;
}

.oneday .input-form .input-form-wrapper .required .err .short, .oneday .input-form .input-form-wrapper .required .err.full {
  background-color: #fae5e1 !important;
}

.oneday .input-form .input-form-wrapper .required .formErrorMsg {
  width: 180px;
}

.oneday .input-form .input-form-wrapper .required .formErrorMsg .chkrequired {
  background-color: #d1000f !important;
}

.oneday .input-form .input-form-wrapper .required .errMsg {
  display: block;
  margin-left: 1em;
  padding-bottom: 1px;
  text-indent: -.9em;
  line-height: 1.4;
  color: #fff;
}

.oneday .input-form .input-form-button .is-clear button {
  background: #e7f45f;
  color: #000;
}

.oneday .input-form .input-form-button .is-clear button::before {
  color: #000;
}

.oneday .input-form .input-form-button .is-clear button:hover {
  background: #e7f45f;
}

.oneday .price-lead {
  line-height: 2;
  font-size: 16px;
  margin: 20px 0;
}

.oneday .m-step-list {
  overflow: hidden;
  margin-top: 30px;
  padding: 0 20px;
}

.oneday .m-step-item {
  float: left;
  margin-left: 20px;
  width: 194px;
}

.oneday .m-step-item:first-child {
  margin-left: 0;
}

.oneday .m-oneday-lead {
  line-height: 2;
  font-size: 16px;
}

.oneday .m-oneday-lead em,
.oneday .m-oneday-lead mark,
.oneday .m-oneday-lead strong {
  color: #e7f45f;
}

.oneday .m-form {
  margin-top: 20px;
}

.oneday .input-form .input-form-wrapper .input-form-label {
  width: 229px !important;
  background-position: right 10px top 10px !important;
}

.oneday .input-form .input-form-wrapper .input-form-input {
  width: 364px !important;
}

.oneday .header-contents::before {
  display: none;
}

/* プレカウンセリング */
body.precounseling {
  background: url(../img/body_bg.gif) left top repeat-x #000;
}

.precounseling .content-inner::before {
  top: 0;
  min-height: 0;
  background-image: none;
}

.precounseling .main {
  padding-top: 90px;
  padding-left: 0;
  width: 1000px;
}

.precounseling .m-oneday {
  margin-top: 60px;
  padding: 0 120px;
}

.precounseling .m-oneday-title {
  margin-bottom: 20px;
}

.precounseling .progress {
  margin: 20px 48px;
}

.precounseling .input-form {
  margin-bottom: 0;
}

.precounseling .input-form .input-form-wrapper .input-form-item.even.even > * {
  background-color: inherit !important;
}

.precounseling .input-form .input-form-wrapper .chkcheckbox::before {
  background-color: inherit !important;
}

.precounseling .input-form-button .go-back {
  float: left;
  padding-left: 80px;
  width: 205px;
}

.precounseling .input-form-button .go-back a {
  display: inline-block;
  padding-top: 13px;
  padding-right: 35px;
  padding-bottom: 13px;
  padding-left: 55px;
  width: 115px;
  border-radius: 30px;
  background-color: #000;
  text-align: right;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.precounseling .input-form-button .go-back a:hover {
  color: #e7f45f;
}

.precounseling .input-form-button .go-back a::before {
  content: '＜';
  position: relative;
  left: -25px;
}

.precounseling .footer-copyright {
  padding-top: 15px;
}

.yui-skin-sam .yui-calcontainer {
  margin: 0 5% !important;
  width: 90% !important;
  min-width: 1px !important;
}

.yui-skin-sam .yui-calendar {
  width: 100% !important;
}

.yui-skin-sam .yui-calendar .calnavleft,
.yui-skin-sam .yui-calendar .calnavright {
  width: 20px !important;
  height: 20px !important;
  background-size: 20px !important;
}

.sub-menu-title.price a {
  background-image: url(../img/sub_title_price_bg.png);
}
