@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: contents.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: 1149px;
  background-image: url(../img/contents_bg_contents.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.	ページ別個別設定
----------------------------------------------------------------------*/
.index .parts .m-trouble-list {
  position: relative;
  margin-top: 20px;
  padding-top: 26px;
  width: 768px;
  height: 731px;
  background: url(../img/contents_front_bg.png) left top no-repeat;
}

.index .parts .m-trouble-item {
  float: none;
  margin-top: 4px;
  width: 335px;
  border-bottom: 0;
}

.index .parts .m-trouble-item:first-child {
  margin-top: 0;
}

.index .parts .m-trouble-item:nth-child(even) {
  float: none;
}

.index .other .m-trouble-title {
  bottom: 40px;
}

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

body.face .m-details-header {
  background-image: url(../img/parts_list_pic_face.png), url(../img/parts_list_pic_face_sub.png);
  background-position: left top, right bottom -8px;
  background-repeat: no-repeat;
  background-size: auto, auto;
}

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

body.upperarm .m-details-header {
  background-image: url(../img/parts_list_pic_upperarm.png), url(../img/parts_list_pic_upperarm_sub.png);
  background-position: left top, right bottom -8px;
  background-repeat: no-repeat;
  background-size: auto, auto;
}

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

body.chest .m-details-header {
  background-image: url(../img/parts_list_pic_chest.png), url(../img/parts_list_pic_chest_sub.png);
  background-position: left top, right bottom -8px;
  background-repeat: no-repeat;
  background-size: auto, auto;
}

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

body.back .m-details-header {
  background-image: url(../img/parts_list_pic_back.png), url(../img/parts_list_pic_back_sub.png);
  background-position: left top, right bottom -8px;
  background-repeat: no-repeat;
  background-size: auto, auto;
}

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

body.abdomen .m-details-header {
  background-image: url(../img/parts_list_pic_abdomen.png), url(../img/parts_list_pic_abdomen_sub.png);
  background-position: left top, right bottom -8px;
  background-repeat: no-repeat;
  background-size: auto, auto;
}

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

body.waist .m-details-header {
  background-image: url(../img/parts_list_pic_waist.png), url(../img/parts_list_pic_waist_sub.png);
  background-position: left top, right bottom -8px;
  background-repeat: no-repeat;
  background-size: auto, auto;
}

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

body.hip .m-details-header {
  background-image: url(../img/parts_list_pic_hip.png), url(../img/parts_list_pic_hip_sub.png);
  background-position: left top, right bottom -8px;
  background-repeat: no-repeat;
  background-size: auto, auto;
}

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

body.thigh .m-details-header {
  background-image: url(../img/parts_list_pic_thigh.png), url(../img/parts_list_pic_thigh_sub.png);
  background-position: left top, right bottom -8px;
  background-repeat: no-repeat;
  background-size: auto, auto;
}

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

body.gynecomastia .m-details-header {
  background-image: url(../img/parts_list_pic_gynecomastia.png), url(../img/parts_list_pic_gynecomastia_sub.png);
  background-position: left top, right bottom;
  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.funnel_chest .m-details-header {
  background-image: url(../img/parts_list_pic_funnel_chest.png), url(../img/parts_list_pic_funnel_chest_sub.png);
  background-position: left top, right bottom;
  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.nipple_reduction .m-details-header {
  background-image: url(../img/parts_list_pic_nipple_reduction.png), url(../img/parts_list_pic_nipple_reduction_sub.png);
  background-position: left top, right bottom;
  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;
}

body.modification .m-details-header {
  background-image: url(../img/parts_list_pic_modification.png), url(../img/parts_list_pic_modification_sub.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}

.m-trouble.parts {
  margin-top: 0;
}

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

.m-trouble-item {
  float: left;
  width: 302px;
  border-bottom: 1px solid #6d6c6a;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

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

.m-trouble-item a {
  transition: all 0.3s linear;
  display: table;
  width: 100%;
  color: #c0bfbf;
}

.m-trouble-item a > * {
  transition: all 0.3s linear;
}

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

.m-trouble-item a::after {
  content: '';
  display: table-cell;
  width: 16px;
  background: url(../img/link_arrow3.png) right center no-repeat;
}

.m-trouble-item-inner {
  display: table-cell;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 95px;
  vertical-align: middle;
}

.m-trouble-item-title {
  margin-bottom: 6px;
  font-size: 16px;
  color: #fff;
}

.m-trouble-item-text {
  line-height: 1.5;
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-style1 {
  border-radius: 10px;
  margin-top: 25px;
  padding: 0 20px 20px;
  border: 1px solid #6d6c6a;
}

.m-style1-title {
  line-height: 2;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7f45f;
  text-align: center;
  line-height: 2.25;
  color: #fff;
}

.m-style1-lead {
  margin-top: 20px;
  line-height: 1.7142857143;
  font-size: 14px;
}

table {
  width: 95%;
}

table th,
table td {
  line-height: 1.2857142857;
  font-size: 14px;
}

table thead th {
  border-left: 1px solid #2e2c2a;
}

table thead th span {
  border-radius: 8px 8px 0 0;
  display: block;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #c0bfbf;
  text-align: center;
  line-height: 1.2857142857;
  font-size: 14px;
  color: #2e2c2a;
}

table thead .focus span {
  background-color: #e7f45f;
  color: #000;
}

table tbody th,
table tbody td {
  padding: .5em;
  text-align: center;
}

table tbody th {
  width: 105px;
  border-bottom: 1px solid #6d6c6a;
  line-height: 1.3333333333;
  font-size: 12px;
}

table tbody td {
  width: 110px;
  border-bottom: 1px solid #393735;
  border-left: 1px solid #2e2c2a;
  background-color: #585655;
}

table tbody .focus {
  width: 150px;
  background-color: #000;
  color: #fff;
}

table tbody tr:first-child th {
  border-top: 1px solid #6d6c6a;
}

table tbody tr:first-child td {
  border-top: 1px solid #393735;
}

.m-link {
  position: relative;
  margin-top: 60px;
}

.m-link-list {
  overflow: hidden;
}

.m-link-item {
  float: left;
  margin-left: 5px;
  width: 218px;
  border-bottom: 2px solid #e7f45f;
  background-color: #000;
}

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

.m-link-item a {
  display: block;
  padding: 10px 0;
  background: url(../img/link_arrow3.png) right 15px center no-repeat;
  text-align: center;
  line-height: 1.7142857143;
  font-size: 14px;
  color: #fff;
}

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

/*============================================================
 詳細ページ
============================================================*/
.details {
  /*------------------------------------------------------------
   目的別施術
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   こだわり
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   施術の流れ
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   注意点
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   関連 体験談
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   関連 QA
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   症例ブログ
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   その他のお悩み
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   その他のお悩み -施術別-
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   女性化乳房
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   漏斗胸
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   乳頭縮小
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
   失敗修正
  ------------------------------------------------------------*/
}

.details .m-details-header {
  display: table;
  width: 100%;
  background-position: left center,left top;
  background-repeat: no-repeat,repeat;
  background-size: auto 100%,auto auto;
  table-layout: fixed;
}

.details .m-details-header::before {
  content: '';
  display: table-cell;
  width: 24%;
}

.details .m-details-header-inner {
  padding: 26px 0 47px;
  padding-left: 50px;
}

.details .m-details-title {
  display: block;
  line-height: 1.7692307692;
  font-size: 26px;
  letter-spacing: -.05em;
  color: #e7f45f;
}

.details .m-details-text {
  line-height: 1.7777777778;
  font-size: 18px;
}

.details .m-details-sub {
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 15px;
  background-color: #e7f45f;
  font-size: 17px;
  color: #000;
}

.details .m-details-lead {
  margin-top: 20px;
}

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

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

.details .m-details-lead-summary-title {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #6d6c6a;
  font-size: 14px;
  font-weight: bold;
}

.details .m-details-lead-summary-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  width: 13px;
  height: 100%;
  background-image: url(../img/icon_arrow_bottom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.details .m-details-lead-summary-title.is-open::after {
  background-image: url(../img/icon_arrow_top.png);
}

.details .m-details-lead-summary-detail {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #6d6c6a;
}

.details .m-details-lead-summary-item {
  margin-top: 15px;
}

.details .m-details-lead-summary-item:first-child {
  margin-top: 0;
}

.details .m-details-lead-summary-item a {
  display: block;
  padding-left: 20px;
  background: url(../img/icon_anchor.png) left center no-repeat;
  background-size: 1em auto;
  font-size: 14px;
  color: #c0bfbf;
}

.details .m-details-lead-summary-item a:hover {
  text-decoration: underline;
}

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

.details .m-case-list {
  overflow: hidden;
  margin-top: 20px;
}

.details .m-case-item {
  margin-top: 30px;
  float: left;
  margin-top: 0;
  width: 302px;
}

.details .m-case-item a {
  *zoom: 1;
  transition: all 0.3s linear;
  display: block;
  color: #c0bfbf;
}

.details .m-case-item a:after {
  content: "";
  display: table;
  clear: both;
}

.details .m-case-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.details .m-case-item-title {
  float: left;
  padding-right: 20px;
  width: 304px;
  float: left;
  margin-bottom: 7px;
  line-height: 1.375;
  font-size: 16px;
  color: #e7f45f;
}

.details .m-case-item-title-sub {
  display: block;
  text-indent: -.5em;
  font-size: 14px;
}

.details .m-case-item-cat {
  float: left;
  padding-right: 20px;
  width: 304px;
  padding-top: 5px;
  text-align: left;
  font-size: 12px;
}

.details .m-case-item-text {
  float: left;
  padding-right: 20px;
  width: 304px;
  margin-top: 15px;
  line-height: 1.5;
  font-size: 12px;
}

.details .m-case-item-text span,
.details .m-case-item-text em,
.details .m-case-item-text strong {
  font-weight: bold;
  color: #ee7773;
}

.details .m-case-item .before-after-list {
  *zoom: 1;
  width: 300px;
}

.details .m-case-item .before-after-list:after {
  content: "";
  display: table;
  clear: both;
}

.details .m-case-item .before-after-item {
  position: relative;
  float: left;
  width: 148px;
}

.details .m-case-item .before-after-item img {
  width: 100%;
  height: auto;
}

.details .m-case-item .before-after-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
}

.details .m-case-item .before-after-item.before::before {
  content: 'Before';
  background-color: rgba(46, 44, 42, 0.6);
  color: #fff;
}

.details .m-case-item .before-after-item.after {
  float: right;
}

.details .m-case-item .before-after-item.after::before {
  content: 'After';
  background-color: rgba(231, 244, 95, 0.6);
  color: #fff;
  color: #000;
}

.details .m-case-item .before-after-item:last-child {
  position: relative;
  float: right;
}

.details .m-case-item .before-after-list {
  float: right;
}

.details .m-case-item:first-child {
  margin-right: 20px;
}

.details .m-case-item-title {
  line-height: 1.2857142857;
  font-size: 14px;
  color: #e7f45f;
}

.details .m-case-item-title span {
  display: block;
  line-height: 1.5;
  font-size: 12px;
}

.details .m-case-item-cat {
  padding-right: 0;
  width: 302px;
  text-align: right;
}

.details .m-case-item-text {
  margin-top: 10px;
  padding-right: 0;
  width: 302px;
}

.details .m-case-link {
  *zoom: 1;
  overflow: hidden;
  margin-top: 50px;
  background: none;
  margin-top: 20px;
}

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

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

.details .m-case-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-case-link > a:hover {
  color: #e7f45f;
}

.details .m-case-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-case-link a {
  border-radius: 20px;
  display: inline-block;
  float: right;
  padding-top: 13px;
  padding-right: 55px;
  padding-bottom: 13px;
  padding-left: 35px;
  width: auto;
  background-color: #000;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.details .m-case-link a::after {
  right: 0;
  margin-right: 18px;
  width: 11px;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
}

.details .m-method-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6d6c6a;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #e7f45f;
}

.details .m-method-lead {
  line-height: 2;
  font-size: 16px;
  float: left;
  margin-right: 30px;
  width: 293px;
}

.details .m-method-detail {
  overflow: hidden;
}

.details .m-features-list {
  margin-top: 50px;
}

.details .m-features-item {
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid #6d6c6a;
  background-position: right top;
  background-repeat: no-repeat;
}

.details .m-features-item:nth-child(2) {
  background-image: url(../img/contents_features_bg2.png);
  background-position: left -50px top 50px;
  background-size: 292px auto;
}

.details .m-features-item:nth-child(2) .m-features-text {
  float: right;
}

.details .m-features-item:nth-child(1) {
  background-image: url(../img/contents_features_bg1.png);
  background-size: 203px auto;
}

.details .m-features-item:nth-child(1) .m-features-title::before {
  background-image: url(../img/contents_features_icon1.gif);
}

.details .m-features-item:nth-child(2) {
  background-image: url(../img/contents_features_bg2.png);
  background-size: 292px auto;
}

.details .m-features-item:nth-child(2) .m-features-title::before {
  background-image: url(../img/contents_features_icon2.gif);
}

.details .m-features-item:nth-child(3) {
  background-image: url(../img/contents_features_bg3.png);
  background-size: 238px auto;
}

.details .m-features-item:nth-child(3) .m-features-title::before {
  background-image: url(../img/contents_features_icon3.gif);
}

.details .m-features-inner {
  overflow: hidden;
}

.details .m-features-title {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.details .m-features-title::before {
  content: '';
  display: table-cell;
  padding-top: 50px;
  width: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.details .m-features-title-text {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #e7f45f;
}

.details .m-features-text {
  float: left;
  margin-top: 10px;
  width: 380px;
  line-height: 1.7142857143;
  font-size: 14px;
}

.details .m-difference-comparison {
  position: relative;
  margin-top: 30px;
  width: 615px;
}

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

.details .m-purpose-box-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6d6c6a;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #e7f45f;
  margin-top: 30px;
}

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

.details .m-purpose-box-link {
  *zoom: 1;
  overflow: hidden;
  margin-top: 50px;
  background: none;
  margin-top: 25px;
}

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

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

.details .m-purpose-box-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-purpose-box-link > a:hover {
  color: #e7f45f;
}

.details .m-purpose-box-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-purpose-box-link a {
  border-radius: 20px;
  display: inline-block;
  float: right;
  padding-top: 13px;
  padding-right: 55px;
  padding-bottom: 13px;
  padding-left: 35px;
  width: auto;
  background-color: #000;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.details .m-purpose-box-link a::after {
  right: 0;
  margin-right: 18px;
  width: 11px;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
}

.details .m-purpose-box-text-link {
  margin-top: 25px;
  text-align: right;
}

.details .m-purpose-box-text-link:last-child {
  margin-top: 10px;
}

.details .m-purpose-box-text-link a {
  display: inline-block;
  padding-right: 1.5em;
  background: url(../img/link_arrow3.png) right center no-repeat;
  background-size: auto 100%;
  font-size: 14px;
  color: #fff;
}

.details .m-purpose-box-text-link a:hover {
  text-decoration: underline;
}

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

.details .m-commitment-box {
  overflow: hidden;
  margin-top: 40px;
}

.details .m-commitment-box-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6d6c6a;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #e7f45f;
}

.details .m-commitment-box-lead {
  line-height: 2;
  font-size: 16px;
  float: left;
  margin-top: 0;
  margin-right: 30px;
  width: 273px;
}

.details .m-commitment-box-lead sup {
  font-size: 0.625em;
}

.details .m-commitment-box-note {
  display: block;
  text-align: right;
  line-height: 1;
  font-size: 0.625em;
}

.details .m-commitment-box-pic {
  float: left;
  margin-top: 8px;
}

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

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

.details .m-flow-item {
  border-bottom: 1px solid #6d6c6a;
}

.details .m-flow-item::before {
  content: '';
  display: table-cell;
  padding-top: 100px;
  width: 80px;
  background-position: left top 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.details .m-flow-item-inner {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
  padding-bottom: 20px;
}

.details .m-flow-item-title {
  padding-left: 80px;
}

.details .m-flow-item-title-text {
  padding-left: 20px;
  line-height: 1.7777777778;
  font-size: 18px;
  color: #fff;
}

.details .m-flow-item-detail {
  margin-top: 20px;
  padding-left: 80px;
}

.details .m-flow-item-detail-text, .details .m-flow-item-detail-text-item {
  line-height: 2;
  font-size: 16px;
  position: relative;
  margin-top: 20px;
  line-height: 1.75;
}

.details .m-flow-item-detail-text:first-child, .details .m-flow-item-detail-text-item:first-child {
  margin-top: 0;
}

.details .m-flow-item-detail-text-item {
  padding-left: 40px;
}

.details .m-flow-item-detail-text-item::before {
  content: '●';
  display: block;
  position: absolute;
  top: -15px;
  left: 20px;
  text-align: center;
  font-size: 30px;
  color: #e7f45f;
}

.details .m-flow-item:first-child::before {
  content: '';
  display: table-cell;
  padding-top: 80px;
  width: 80px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.details .m-flow-item:first-child .m-flow-item-inner {
  padding-top: 0;
}

.details .m-flow-item:first-child .m-flow-item-detail-text {
  padding-left: 40px;
}

.details .m-flow-item:first-child .m-flow-item-detail-text::before {
  content: '●';
  display: block;
  position: absolute;
  top: -15px;
  left: 20px;
  text-align: center;
  font-size: 30px;
  color: #e7f45f;
}

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

.details .m-flow-item:last-child .m-flow-item-inner {
  padding-bottom: 0;
}

.details .m-flow-item:nth-child(1)::before {
  background-image: url(../img/contents_flow_icon1.jpg);
}

.details .m-flow-item:nth-child(2)::before {
  background-image: url(../img/contents_flow_icon2.jpg);
}

.details .m-flow-item:nth-child(3)::before {
  background-image: url(../img/contents_flow_icon3.jpg);
}

.details .m-flow-item:nth-child(4)::before {
  background-image: url(../img/contents_flow_icon4.jpg);
}

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

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

.details .m-attention-box-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6d6c6a;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #e7f45f;
}

.details .m-attention-box-text {
  line-height: 2;
  font-size: 16px;
  margin-top: 15px;
}

.details .m-attention-box-theclinic {
  margin-top: 10px;
}

.details .m-attention-box-theclinic-title {
  border-radius: 8px 8px 0 0;
  display: inline-block;
  padding: .5em 1em;
  background-color: #000;
  font-size: 14px;
  color: #e7f45f;
}

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

.details .m-attention-box-theclinic-lead {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 19px 20px;
  border-bottom: 1px solid #6d6c6a;
  line-height: 1.375;
  color: #fff;
}

.details .m-attention-box-theclinic-text {
  padding: 0 20px;
  line-height: 1.7142857143;
  font-size: 14px;
}

.details .m-attention-box-theclinic-text.no-margin {
  padding-right: 265px;
  padding-left: 20px;
}

.details .m-attention-box-theclinic-pic {
  margin-top: 30px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.details .m-attention-box-theclinic-pic-right {
  float: right;
  margin-left: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.details .m-attention-box-theclinic-pic-right.thermi-pic-right {
  float: right;
  margin-top: 32px;
  margin-right: -15px;
  margin-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  width: 185px;
}

.details .m-attention-box-theclinic-pic.no-margin {
  margin-top: 0;
  padding-bottom: 0;
}

.details .m-attention-box-theclinic-pic.fit-left {
  margin-left: -5.6862745098%;
  width: 105.882352941%;
}

.details .m-attention-box-theclinic-pic.fit-full {
  margin-left: -5.6862745098%;
  width: 111.764705882%;
}

.details .m-attention-box-theclinic-flow-list {
  overflow: hidden;
  clear: both;
  margin-top: 19px;
  padding: 0 20px;
}

.details .m-attention-box-theclinic-flow-item {
  float: left;
  padding-left: 19px;
  width: 184px;
}

.details .m-attention-box-theclinic-flow-item::before {
  content: '▶︎';
  position: relative;
  top: 61px;
  left: -13px;
}

.details .m-attention-box-theclinic-flow-item-text {
  margin-top: 11px;
  line-height: 1.5;
  font-size: 12px;
}

.details .m-attention-box-theclinic-flow-item:first-child {
  padding-left: 0;
  width: 174px;
}

.details .m-attention-box-theclinic-flow-item:first-child::before {
  color: #2e2c2a;
}

.details .m-attention-box-theclinic-flow-item:first-child .m-attention-box-theclinic-flow-item-pic::before {
  display: none;
}

.details .m-attention-box-theclinic-comparison {
  margin-top: 17px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.details .m-attention-box-theclinic-comparison table {
  width: 70%;
}

.details .m-downtime-text {
  line-height: 2;
  font-size: 16px;
}

.details .m-downtime-box {
  margin-top: 30px;
  padding: 0 20px;
}

.details .m-downtime-box-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 2.2857142857;
  font-size: 14px;
  color: #fff;
}

.details .m-downtime-box-title::before {
  content: '●';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.55em;
  line-height: 1;
  font-size: 30px;
  color: #e7f45f;
}

.details .m-downtime-box-comparison table {
  width: 100%;
}

.details.face .m-attention-box:first-child .m-attention-box-theclinic-lead {
  padding-right: 260px;
}

.details.face .m-attention-box:first-child .no-margin {
  margin-top: -100px;
  padding-top: 100px;
  padding-right: 320px;
  padding-bottom: 80px;
  background: url(../img/contents_attention_face_pic1.png) right top no-repeat;
}

.details.face .m-attention-box:nth-child(2) .m-attention-box-theclinic-lead {
  padding-right: 230px;
}

.details.face .m-attention-box:nth-child(2) .no-margin {
  margin-top: -75px;
  padding-top: 75px;
  padding-right: 290px;
  padding-bottom: 15px;
  background: url(../img/contents_attention_face_pic2.png) right top 11px no-repeat;
}

.details.upperarm .m-attention-box .no-margin {
  margin-top: -60px;
  padding-top: 60px;
  padding-right: 250px;
  padding-bottom: 20px;
  background: url(../img/contents_attention_upperarm_pic2.png) right top 10px no-repeat;
}

.details.chest .m-attention-box:nth-child(3) .m-attention-box-theclinic-inner {
  overflow: hidden;
}

.details.back .m-attention-box:nth-child(2) .m-attention-box-theclinic-text, .details.thigh .m-attention-box:nth-child(2) .m-attention-box-theclinic-text {
  padding-bottom: 20px;
}

.details.waist .m-attention-box .no-margin {
  padding-right: 330px;
  padding-bottom: 53px;
  background: url(../img/contents_attention_waist_pic2.png) right 20px bottom no-repeat;
}

.details.waist .m-attention-box:nth-child(2) .m-attention-box-theclinic-inner {
  overflow: hidden;
  padding-bottom: 20px;
}

.details.waist .m-attention-box:nth-child(3) .m-attention-box-theclinic-inner {
  overflow: hidden;
}

.details.hip .m-attention-box .no-margin {
  margin-top: -30px;
  padding-top: 30px;
  padding-right: 285px;
  padding-bottom: 50px;
  background: url(../img/contents_attention_hip_pic2.png) right 10px top 2px no-repeat;
}

.details.modification .m-modification .case4 .m-attention-box-theclinic-text {
  margin-top: -66px;
  padding-top: 66px;
  padding-right: 323px;
  padding-bottom: 66px;
  background: url(../img/contents_modification_case_pic4.png) right top no-repeat;
}

.details.modification .m-modification .case6 .m-attention-box-theclinic-text {
  margin-top: -60px;
  padding-top: 60px;
  padding-right: 325px;
  padding-bottom: 64px;
  background: url(../img/contents_modification_case_pic5.png) right top no-repeat;
}

.details .m-voice-title {
  margin-bottom: 0;
}

.details .m-voice-link {
  *zoom: 1;
  overflow: hidden;
  margin-top: 50px;
  background: none;
  margin-top: 10px;
}

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

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

.details .m-voice-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-voice-link > a:hover {
  color: #e7f45f;
}

.details .m-voice-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-voice-link a {
  border-radius: 20px;
  display: inline-block;
  float: right;
  padding-top: 13px;
  padding-right: 55px;
  padding-bottom: 13px;
  padding-left: 35px;
  width: auto;
  background-color: #000;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.details .m-voice-link a::after {
  right: 0;
  margin-right: 18px;
  width: 11px;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
}

.details .voice-item {
  padding: 15px 0;
  border-top: 1px solid #6d6c6a;
}

.details .voice-item a {
  transition: all .3s linear;
}

.details .voice-item a:hover {
  text-decoration: underline;
  color: #e7f45f;
}

.details .voice-item:first-child {
  border-top: 0;
}

.details .voice-item-header-link {
  color: #e7f45f;
}

.details .voice-item-title {
  line-height: 1.2857142857;
  font-size: 16px;
  color: #e7f45f;
}

.details .voice-item-title-sub {
  font-size: 12px;
  color: #e7f45f;
}

.details .voice-item-text {
  line-height: 1.5714285714;
  font-size: 14px;
  margin-top: 16px;
  color: #c0bfbf;
}

.details .voice-item-more {
  margin-top: 10px;
}

.details .voice-item-more-link {
  line-height: 1.5714285714;
  font-size: 14px;
  text-decoration: underline;
  color: #fff;
}

.details .voice-item-cat {
  margin-top: 15px;
}

.details .voice-item-cat-list {
  line-height: 1.625;
  font-size: 10px;
  text-align: right;
  color: #c0bfbf;
}

.details .voice-item-cat-item {
  display: inline-block;
}

.details .voice-item-cat-item::before {
  content: '／';
  margin-right: .4em;
  margin-left: .4em;
}

.details .voice-item-cat-item:first-child::before {
  display: none;
}

.details .voice-item-cat-item-link {
  color: #c0bfbf;
}

.details .voice-item-date {
  margin-top: 3px;
  text-align: right;
  font-size: 8px;
  color: #c0bfbf;
}

.details .voice-item-date.new::before {
  border-radius: 5px;
  content: 'NEW';
  display: inline-block;
  margin-right: .5em;
  padding: 2px 5px 1px;
  background-color: #ee7773;
  font-size: 10px;
  color: #fff;
}

.details .voice-item-inner {
  padding-top: 11px;
  padding-left: 85px;
  background-position: left 10px top;
  background-repeat: no-repeat;
  background-size: 55px auto;
}

.details .voice-item.voice-bg1 .voice-item-inner {
  background-image: url(../img/icon_voice1.png);
}

.details .voice-item.voice-bg2 .voice-item-inner {
  background-image: url(../img/icon_voice2.png);
}

.details .voice-item.voice-bg3 .voice-item-inner {
  background-image: url(../img/icon_voice3.png);
}

.details .voice-item.voice-bg4 .voice-item-inner {
  background-image: url(../img/icon_voice4.png);
}

.details .voice-item.voice-bg5 .voice-item-inner {
  background-image: url(../img/icon_voice5.png);
}

.details .m-qa-item {
  padding: 15px 0;
  border-top: 1px solid #6d6c6a;
}

.details .m-qa-item a {
  transition: all .3s linear;
}

.details .m-qa-item a:hover {
  text-decoration: underline;
  color: #e7f45f;
}

.details .m-qa-item:first-child {
  border-top: 0;
}

.details .m-qa-item-inner {
  padding-left: 62px;
  background: url(../img/icon_q.png) left top no-repeat;
}

.details .m-qa-item-header {
  display: table;
  height: 42px;
}

.details .m-qa-item-header-link {
  color: #e7f45f;
}

.details .m-qa-item-title {
  line-height: 1.2857142857;
  font-size: 16px;
  display: table-cell;
  margin: 0;
  padding: 0;
  height: 42px;
  vertical-align: middle;
  color: #e7f45f;
}

.details .m-qa-item-text {
  line-height: 1.5714285714;
  font-size: 14px;
  padding-top: 10px;
  color: #c0bfbf;
}

.details .m-qa-item-more {
  padding-top: 10px;
}

.details .m-qa-item-more-link {
  line-height: 1.5714285714;
  font-size: 14px;
  text-decoration: underline;
  color: #fff;
}

.details .m-qa-item-cat {
  margin-top: 10px;
}

.details .m-qa-item-cat-list {
  line-height: 1.625;
  font-size: 10px;
  text-align: right;
  color: #c0bfbf;
}

.details .m-qa-item-cat-item {
  display: inline-block;
}

.details .m-qa-item-cat-item::before {
  content: '／';
  margin-right: .4em;
  margin-left: .4em;
}

.details .m-qa-item-cat-item:first-child::before {
  display: none;
}

.details .m-qa-item-cat-item-link {
  color: #c0bfbf;
}

.details .m-qa-item-date {
  margin-top: 3px;
  text-align: right;
  font-size: 8px;
  color: #c0bfbf;
}

.details .m-qa-item-date.new::before {
  border-radius: 5px;
  content: 'NEW';
  display: inline-block;
  margin-right: .5em;
  padding: 2px 5px 1px;
  background-color: #ee7773;
  font-size: 10px;
  color: #fff;
}

.details .m-qa-link {
  *zoom: 1;
  overflow: hidden;
  margin-top: 50px;
  background: none;
  margin-top: 10px;
}

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

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

.details .m-qa-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-qa-link > a:hover {
  color: #e7f45f;
}

.details .m-qa-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-qa-link a {
  border-radius: 20px;
  display: inline-block;
  float: right;
  padding-top: 13px;
  padding-right: 55px;
  padding-bottom: 13px;
  padding-left: 35px;
  width: auto;
  background-color: #000;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.details .m-qa-link a::after {
  right: 0;
  margin-right: 18px;
  width: 11px;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
}

.details .m-blog-list {
  overflow: hidden;
}

.details .m-blog-item {
  float: left;
  margin-top: 20px;
  margin-right: 24px;
  width: 300px;
}

.details .m-blog-item:first-child, .details .m-blog-item:nth-child(2) {
  margin-top: 0;
}

.details .m-blog-item:nth-child(even) {
  margin-right: 0;
}

.details .m-blog-item a {
  transition: all 0.3s linear;
  display: block;
}

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

.details .m-blog-item-pic {
  overflow: hidden;
  margin-bottom: 15px;
  width: 300px;
  height: 170px;
}

.details .m-blog-item-pic img {
  width: 100%;
}

.details .m-blog-item-title {
  margin-bottom: 10px;
  min-height: 48px;
  line-height: 1.5;
  font-size: 16px;
  color: #e7f45f;
}

.details .m-blog-item-text {
  line-height: 1.5714285714;
  font-size: 14px;
  color: #c0bfbf;
}

.details .m-blog-item-text span {
  display: block;
  text-align: right;
}

.details .m-blog-item-date, .details .m-blog-item-category {
  font-size: 10px;
  color: #c0bfbf;
}

.details .m-blog-item-date {
  margin-top: 20px;
  text-align: right;
}

.details .m-blog-item-date.new::before {
  border-radius: 5px;
  content: 'NEW';
  display: inline-block;
  margin-right: .5em;
  padding: 0 5px;
  background-color: #ee7773;
  font-size: 10px;
  color: #fff;
}

.details .m-blog-link {
  *zoom: 1;
  overflow: hidden;
  margin-top: 50px;
  background: none;
  margin-top: 30px;
}

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

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

.details .m-blog-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-blog-link > a:hover {
  color: #e7f45f;
}

.details .m-blog-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-blog-link a {
  border-radius: 20px;
  display: inline-block;
  float: right;
  padding-top: 13px;
  padding-right: 55px;
  padding-bottom: 13px;
  padding-left: 35px;
  width: auto;
  background-color: #000;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.details .m-blog-link a::after {
  right: 0;
  margin-right: 18px;
  width: 11px;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
}

.details .m-kind-lead {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 40px;
}

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

.details .m-kind .m-type-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-left: 70px;
  border-bottom: 1px solid #6d6c6a;
  font-size: 18px;
  letter-spacing: -.02em;
  color: #e7f45f;
}

.details .m-kind .m-type-title::before {
  border-radius: 5px;
  content: 'Type1';
  display: block;
  position: absolute;
  top: -.17em;
  left: 0;
  overflow: hidden;
  padding: 3px 0;
  width: 55px;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #e7f45f;
}

.details .m-kind .m-type-lead {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 40px;
}

.details .m-kind .m-type-box-title {
  font-size: 16px;
  color: #e7f45f;
}

.details .m-kind .m-type-box-detail {
  margin-top: 15px;
}

.details .m-kind .m-type-cause {
  background-position: right top;
  background-repeat: no-repeat;
}

.details .m-kind .m-type-cause-lead {
  line-height: 2;
  font-size: 16px;
}

.details .m-kind .m-type-cause-list {
  margin-top: 20px;
}

.details .m-kind .m-type-cause-item {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.details .m-kind .m-type-cause-item:first-child {
  margin-top: 0;
}

.details .m-kind .m-type-cause-item-title {
  line-height: 1.7777777778;
  font-size: 18px;
  color: #fff;
}

.details .m-kind .m-type-cause-item-detail {
  margin-top: 2px;
}

.details .m-kind .m-type-cause-item-text {
  line-height: 1.7142857143;
  font-size: 14px;
}

.details .m-kind .m-type-cause-item-image {
  float: left;
  margin-right: 20px;
}

.details .m-kind .m-type-treatment {
  padding-top: 30px;
}

.details .m-kind .m-type-treatment-text {
  line-height: 2;
  font-size: 16px;
}

.details .m-kind .m-type-treatment-vaser-title {
  float: right;
  margin-bottom: 15px;
  margin-left: 30px;
}

.details .m-kind .m-type-treatment-vaser-pic {
  margin-top: 30px;
  padding: 0 20px;
}

.details .m-kind .m-type-commentary-caption {
  margin-top: 8px;
  line-height: 1.7142857143;
  font-size: 14px;
}

.details .m-kind .type1 .m-type-title::before {
  content: "Type1";
}

.details .m-kind .type2 .m-type-title::before {
  content: "Type2";
}

.details .m-kind .type3 .m-type-title::before {
  content: "Type3";
}

.details .m-kind .type4 .m-type-title::before {
  content: "Type4";
}

.details .m-kind .type5 .m-type-title::before {
  content: "Type5";
}

.details .m-kind .type6 .m-type-title::before {
  content: "Type6";
}

.details .m-kind .step1 .m-type-title::before {
  content: "Step1";
}

.details .m-kind .step2 .m-type-title::before {
  content: "Step2";
}

.details .m-kind .step3 .m-type-title::before {
  content: "Step3";
}

.details .m-kind .step4 .m-type-title::before {
  content: "Step4";
}

.details .m-kind .step5 .m-type-title::before {
  content: "Step5";
}

.details .m-kind .step6 .m-type-title::before {
  content: "Step6";
}

.details .m-cause-lead {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 40px;
}

.details .m-cause-list {
  margin-top: 30px;
}

.details .m-cause-item {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

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

.details .m-cause-item-title {
  line-height: 1.7777777778;
  font-size: 18px;
  color: #fff;
}

.details .m-cause-item-detail {
  margin-top: 12px;
}

.details .m-cause-item-text {
  line-height: 1.7142857143;
  font-size: 14px;
}

.details .m-cause-item-pic {
  float: left;
  margin-right: 20px;
}

.details .m-cause-item-link {
  *zoom: 1;
  overflow: hidden;
  margin-top: 50px;
  background: none;
  margin-top: 15px;
}

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

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

.details .m-cause-item-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-cause-item-link > a:hover {
  color: #e7f45f;
}

.details .m-cause-item-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-cause-item-link a {
  border-radius: 20px;
  display: inline-block;
  float: right;
  padding-top: 13px;
  padding-right: 55px;
  padding-bottom: 13px;
  padding-left: 35px;
  width: auto;
  background-color: #000;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.details .m-cause-item-link a::after {
  right: 0;
  margin-right: 18px;
  width: 11px;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
}

.details .m-characteristic-lead {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 40px;
}

.details .m-characteristic-box {
  overflow: hidden;
  margin-top: 35px;
}

.details .m-characteristic-box-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6d6c6a;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #e7f45f;
  margin-bottom: 30px;
}

.details .m-characteristic-box-text {
  line-height: 2;
  font-size: 16px;
}

.details .m-characteristic-box-pic {
  float: right;
  margin-left: 30px;
}

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

.details .m-modification .m-type-title {
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 175px;
  border: 0;
}

.details .m-modification .m-type-title::before {
  width: 160px;
}

.details .m-modification .m-type-lead {
  width: 480px;
}

.details .m-modification .m-type-box-title {
  color: #fff;
}

.details .m-modification .m-type-box-detail {
  margin-top: 20px;
}

.details .m-modification .m-type-cause {
  border-top: 0;
}

.details .m-modification .m-type-cause-parts-item {
  margin-top: 20px;
}

.details .m-modification .m-type-cause-parts-item:first-child {
  margin-top: 0;
}

.details .m-modification .m-type-cause-parts-item-inner {
  overflow: hidden;
}

.details .m-modification .m-type-cause-parts-item-title {
  line-height: 2;
  font-size: 16px;
  position: relative;
  float: left;
  padding-left: 20px;
  width: 70px;
  line-height: 1.5;
  font-weight: bold;
}

.details .m-modification .m-type-cause-parts-item-title::before {
  content: '●';
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -.55em;
  line-height: 1;
  font-size: 30px;
  color: #e7f45f;
}

.details .m-modification .m-type-cause-parts-item-text {
  float: left;
  line-height: 1.7142857143;
  font-size: 14px;
}

.details .m-modification .m-type-cause-detail .m-attention-box-theclinic {
  margin-top: 30px;
}

.details .m-modification .m-type-cause-detail .m-attention-box-theclinic-pic {
  text-align: center;
}

.details .m-modification .case6 {
  background-image: url(../img/contents_modification_case_bg6.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}

.details .m-modification .case1 {
  background-image: url(../img/contents_modification_case_bg1.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}

.details .m-modification .case2 {
  background-image: url(../img/contents_modification_case_bg2.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}

.details .m-modification .case3 {
  background-image: url(../img/contents_modification_case_bg3.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}

.details .m-modification .case4 {
  background-image: url(../img/contents_modification_case_bg4.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}

.details .m-modification .case5 {
  background-image: url(../img/contents_modification_case_bg5.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}

.details .m-modification .case1 .m-type-title::before {
  content: '脂肪吸引失敗ケース①';
}

.details .m-modification .case2 .m-type-title::before {
  content: '脂肪吸引失敗ケース②';
}

.details .m-modification .case3 .m-type-title::before {
  content: '脂肪吸引失敗ケース③';
}

.details .m-modification .case4 .m-type-title::before {
  content: '脂肪吸引失敗ケース④';
}

.details .m-modification .case6 .m-type-title::before {
  content: '脂肪吸引失敗ケース⑤';
}

.details.gynecomastia .m-details-header-inner {
  padding: 30px 0 76px;
  padding-left: 50px;
}

.details.gynecomastia .type1 .m-type-cause .m-type-commentary {
  float: right;
  margin-top: 30px;
  margin-left: 30px;
  width: 183px;
}

.details.gynecomastia .type1 .m-type-treatment-detail {
  overflow: hidden;
}

.details.gynecomastia .type1 .m-type-treatment-text {
  float: left;
  margin-right: 30px;
  width: 208px;
}

.details.gynecomastia .type1 .m-type-treatment .m-type-commentary-list {
  overflow: hidden;
  float: left;
  width: 386px;
}

.details.gynecomastia .type1 .m-type-treatment .m-type-commentary-item {
  float: left;
  margin-left: 20px;
  width: 183px;
}

.details.gynecomastia .type1 .m-type-treatment .m-type-commentary-item:first-child {
  margin-left: 0;
}

.details.gynecomastia .type1 .m-type-treatment .m-type-commentary-item .m-type-commentary {
  margin-top: 0;
}

.details.gynecomastia .type2 .m-type-cause-detail {
  overflow: hidden;
}

.details.gynecomastia .type2 .m-type-cause .m-type-commentary {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
  width: 183px;
}

.details.gynecomastia .type2 .m-type-cause .m-type-commentary-list {
  overflow: hidden;
  float: left;
  margin-top: 15px;
  width: 407px;
}

.details.gynecomastia .type2 .m-type-cause .m-type-commentary-list .m-type-commentary {
  float: none;
  margin: 0;
  width: auto;
}

.details.gynecomastia .type2 .m-type-cause .m-type-commentary-item {
  float: left;
  margin-left: 15px;
  width: 196px;
}

.details.gynecomastia .type2 .m-type-cause .m-type-commentary-item:first-child {
  margin-left: 0;
}

.details.gynecomastia .m-features-main-title {
  line-height: 2;
  font-size: 16px;
  margin-top: 35px;
  line-height: 3.25;
}

.details.gynecomastia .m-features-list {
  margin-top: 0;
}

.details.gynecomastia .m-treatment-flow-pic {
  float: right;
  margin-left: 30px;
}

.details.gynecomastia .m-treatment-flow-lead {
  line-height: 2;
  font-size: 16px;
}

.details.gynecomastia .m-commitment-box:nth-child(4) .m-commitment-box-lead {
  float: none;
  margin-right: 0;
  width: auto;
}

.details.gynecomastia .m-commitment-box:nth-child(4) .m-commitment-box-link {
  *zoom: 1;
  overflow: hidden;
  margin-top: 50px;
  background: none;
}

.details.gynecomastia .m-commitment-box:nth-child(4) .m-commitment-box-link:after {
  content: "";
  display: table;
  clear: both;
}

.details.gynecomastia .m-commitment-box:nth-child(4) .m-commitment-box-link:first-child {
  margin-top: 0;
}

.details.gynecomastia .m-commitment-box:nth-child(4) .m-commitment-box-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.gynecomastia .m-commitment-box:nth-child(4) .m-commitment-box-link > a:hover {
  color: #e7f45f;
}

.details.gynecomastia .m-commitment-box:nth-child(4) .m-commitment-box-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.gynecomastia .m-commitment-box:nth-child(4) .m-commitment-box-link a {
  border-radius: 20px;
  display: inline-block;
  float: right;
  padding-top: 13px;
  padding-right: 55px;
  padding-bottom: 13px;
  padding-left: 35px;
  width: auto;
  background-color: #000;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.details.gynecomastia .m-commitment-box:nth-child(4) .m-commitment-box-link a::after {
  right: 0;
  margin-right: 18px;
  width: 11px;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
}

.details.funnel_chest .step2 .m-type-pic {
  margin: 0 auto;
  width: 607px;
}

.details.funnel_chest .step3 .m-type-lead {
  margin-bottom: 0;
}

.details.funnel_chest .step3 .m-type-pic {
  margin: 0 auto;
  width: 575px;
}

.details.funnel_chest .m-commitment-box:nth-child(2) .m-commitment-box-lead {
  float: none;
  margin-right: 0;
  width: auto;
}

.details.funnel_chest .m-commitment-box:nth-child(2) .m-commitment-box-pic {
  margin: 30px auto 0;
  width: 624px;
}

.details.nipple_reduction .m-cause-item-inner {
  float: left;
  width: 520px;
}

.details.nipple_reduction .m-cause-item-link {
  clear: both;
}

.details.nipple_reduction .m-cause-item:nth-child(2) .m-cause-item-inner {
  margin-bottom: 15px;
}

.details.nipple_reduction .m-treatment-lead {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 40px;
}

.details.nipple_reduction .m-treatment .m-method {
  overflow: hidden;
  margin-top: 35px;
}

.details.nipple_reduction .m-treatment .m-method:first-child {
  margin-top: 0;
}

.details.nipple_reduction .m-treatment .m-method-pic {
  float: right;
  margin-left: 30px;
}

.details.nipple_reduction .m-treatment .m-method-lead {
  float: inherit;
  margin: 0;
  width: auto;
}

.details.modification .m-details-header-inner {
  padding: 30px 0 76px;
  padding-left: 50px;
}

.details.modification .m-kind .m-type-lead {
  margin-bottom: 25px;
}

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

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