@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: qa.scss
Note: QA用 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: 1190px;
  background-image: url(../img/contents_bg_qa.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.case-item {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.case-item-cat {
  padding-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------------------------------------
5.	ページ別個別設定
----------------------------------------------------------------------*/
.m-search legend {
  display: none;
}

.m-search-inner {
  padding: 0;
}

.m-search-wrap {
  box-sizing: border-box;
  *zoom: 1;
}

.m-search-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.m-search-wrap > * {
  display: block;
  float: left;
}

.m-search-wrap input,
.m-search-wrap button {
  border-radius: 0.2rem;
  border: 0;
}

.m-search-input {
  width: 587px;
}

.m-search-input input {
  padding: 13px 14px;
  width: 100%;
  font-size: 16px;
  color: #2e2c2a;
}

.m-search-button {
  float: right;
  padding-left: 5px;
  width: 44px;
}

.m-search-button button {
  display: block;
  position: relative;
  padding-top: 44px;
  padding-bottom: 0;
  width: 100%;
  background-color: #e7f45f;
}

.m-search-button button::after {
  font-family: fontAwesome;
  content: '\f002';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
  width: 100%;
  text-align: center;
  font-size: 30px;
}

.m-keyword {
  margin-top: 30px;
}

.m-keyword-title {
  font-size: 14px;
  font-weight: bold;
  color: #e7f45f;
}

.m-keyword-detail {
  margin-top: 3px;
}

.m-keyword-list {
  *zoom: 1;
}

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

.m-keyword-item {
  border-radius: 0.4rem;
  display: inline-block;
  overflow: hidden;
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid #c0bfbf;
}

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

.m-keyword-item a {
  display: block;
  padding: 6px;
  font-size: 14px;
  color: #c0bfbf;
}

.m-latest-title {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.m-genre {
  margin-bottom: 50px;
}

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

.m-genre-list {
  *zoom: 1;
}

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

.m-genre-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%;
}

.m-genre-item:nth-child(1), .m-genre-item:nth-child(2), .m-genre-item:nth-child(3) {
  margin-top: 0;
}

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

.m-genre-item-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #fff;
}

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

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

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

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

.m-genre-item a {
  transition: all 0.3s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qa-item-date {
  margin-top: 0;
}

.index .m-search {
  margin-top: 0;
}

.index .m-usually {
  margin-top: 50px;
}

.index .m-usually-title {
  margin-bottom: 40px;
}

.index .m-usually-item {
  margin-bottom: 40px;
}

.index .m-usually-item:last-child {
  margin-bottom: 0;
}

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

.index .m-usually-contents-item {
  border-top: 1px solid #6d6c6a;
}

.index .m-usually-contents-item:first-child {
  border-top: 0;
}

.index .m-usually-contents-item-title {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.index .m-usually-contents-item-title::after {
  content: '';
  display: table-cell;
  padding-top: 70px;
  width: 13px;
  background-image: url(../img/icon_arrow_bottom.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.index .m-usually-contents-item-title.is-open::after {
  background-image: url(../img/icon_arrow_top.png);
}

.index .m-usually-contents-item-title-text {
  line-height: 1.2857142857;
  font-size: 16px;
  display: table-cell;
  padding-right: 30px;
  padding-left: 62px;
  width: 489px;
  background: url(../img/icon_q.png) left top 13px no-repeat;
  vertical-align: middle;
  color: #e7f45f;
}

.index .m-usually-contents-item-text {
  line-height: 2;
  font-size: 16px;
  display: none;
  padding-bottom: 30px;
}

.index .m-usually-contents-item-link {
  *zoom: 1;
  overflow: hidden;
  margin-top: 50px;
  background: none;
}

.index .m-usually-contents-item-link:after {
  content: "";
  display: table;
  clear: both;
}

.index .m-usually-contents-item-link:first-child {
  margin-top: 0;
}

.index .m-usually-contents-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;
}

.index .m-usually-contents-item-link > a:hover {
  color: #e7f45f;
}

.index .m-usually-contents-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;
}

.index .m-usually-contents-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;
}

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

.index .m-region .m-genre-item,
.index .m-service .m-genre-item {
  width: 194px;
}

.index .m-region .face .m-genre-item-count,
.index .m-region .chest .m-genre-item-count,
.index .m-region .thigh .m-genre-item-count {
  display: block;
}

.index .m-service .m-genre-title {
  margin-bottom: 15px;
}

.index .m-service .m-genre-item-text {
  text-align: left;
}

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

.category .qa-item-inner {
  padding: 0;
  background: none;
}

.category .qa-item-inner > * {
  padding-left: 62px;
}

.category .qa-item-header {
  padding-bottom: 9px;
  background: url(../img/icon_q.png) left top no-repeat;
}

.category .qa-item-text {
  padding-top: 1px;
}

.category .qa-item-text.answer {
  margin-top: 20px;
  min-height: 47px;
  background: url(../img/icon_a.png) left top no-repeat;
  color: #fff;
}

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

.category .m-category-title {
  margin-bottom: 1.7543859649%;
}

.category .m-category-title em {
  padding-right: .4em;
  font-size: 22px;
  color: #e7f45f;
}

.result .qa-item-inner {
  padding: 0;
  background: none;
}

.result .qa-item-inner > * {
  padding-left: 62px;
}

.result .qa-item-header {
  padding-bottom: 9px;
  background: url(../img/icon_q.png) left top no-repeat;
}

.result .qa-item-text {
  padding-top: 1px;
}

.result .qa-item-text.answer {
  margin-top: 20px;
  min-height: 47px;
  background: url(../img/icon_a.png) left top no-repeat;
  color: #fff;
}

.result .m-search {
  margin-top: 0;
}

.result .m-result-title {
  margin-bottom: 1.7543859649%;
}

.result .m-result-title em {
  padding-right: .4em;
  font-size: 22px;
  color: #e7f45f;
}

.result .m-result-title .count {
  position: relative;
  top: -3px;
  padding-left: 5px;
  font-size: 12px;
}

.result .qa-item-text em {
  color: #ee7773;
}

.m-details-title {
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 60px;
  background: url(../img/icon_q.png) left top no-repeat;
  line-height: 1.4166666667;
  font-size: 24px;
  color: #e7f45f;
}

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

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

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

.m-details-cat-item a {
  transition: all .3s linear;
  color: #c0bfbf;
}

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

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

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

.m-details-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #6d6c6a;
  text-align: right;
  font-size: 10px;
  color: #c0bfbf;
}

.m-details-article {
  padding: 0 20px;
}

.m-details-article-question {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 40px;
}

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

.m-details-article-answer {
  *zoom: 1;
  position: relative;
  margin-top: 50px;
  padding-left: 40px;
}

.m-details-article-answer:after {
  content: "";
  display: table;
  clear: both;
}

.m-details-article-answer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  padding-top: 47px;
  width: 60px;
  background: url(../img/icon_a.png) left top no-repeat;
}

.m-details-article-answer-text {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 40px;
  color: #fff;
}

.m-details-article-note {
  padding-left: 40px;
  line-height: 1.3333333333;
  font-size: 12px;
}

.m-details-article-keyword {
  padding-left: 40px;
}

.m-details-article-mail {
  overflow: hidden;
  border-radius: 0;
  display: table;
  margin-top: 40px;
  margin-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 584px;
  background: url(../img/dot_bg.gif) left top repeat;
  table-layout: fixed;
}

.m-details-article-mail:first-child {
  margin-top: 0;
}

.m-details-article-mail > 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;
}

.m-details-article-mail > a:hover {
  color: #e7f45f;
}

.m-details-article-mail > 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;
}

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

.m-details-article-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;
}

.m-details-article-mail > * {
  display: table-cell;
  vertical-align: middle;
}

.m-details-article-mail-lead {
  text-align: center;
  font-size: 14px;
}

.m-details-article-mail a {
  width: 246px;
}

.m-related-item {
  margin-top: 30px;
}

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

.m-related-contents-title {
  background-position: right 10.5263157895% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 0.3s linear;
}

.m-related-contents-title-text {
  padding: 17px 16px;
  background: url(../img/title3_bg.png) left top no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  color: #fff;
}

.m-related-contents-title-text::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 5.2631578947%;
  width: 1.9298245614%;
  height: 100%;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.m-related-contents-title-count {
  padding-left: .4em;
  vertical-align: middle;
  font-size: .8rem;
}

.m-related-contents-title a {
  transition: all 0.3s linear;
}

.m-related-contents-title:hover a {
  color: #e7f45f;
}

.m-related-contents-title-count {
  position: relative;
  top: -2px;
  padding-left: 5px;
  font-size: 12px;
}

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

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

.m-related-contents-link:first-child {
  margin-top: 0;
}

.m-related-contents-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;
}

.m-related-contents-link > a:hover {
  color: #e7f45f;
}

.m-related-contents-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;
}

.m-related-contents-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;
}

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

.m-related-contents .tab-list {
  *zoom: 1;
}

.m-related-contents .tab-list:after {
  content: "";
  display: table;
  clear: both;
}

.m-related-contents .tab-item {
  float: left;
  width: 330px;
  background-position: bottom left;
  background-repeat: no-repeat;
}

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

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

.m-related-contents .tab-item:last-child {
  float: right;
}

.m-related-contents .tab-item a {
  transition: all 0.3s linear;
  display: block;
}

.m-related-contents .tab-contents-item {
  *zoom: 1;
  display: none;
}

.m-related-contents .tab-contents-item:after {
  content: "";
  display: table;
  clear: both;
}

.m-related-contents .tab-contents-item:first-child {
  display: block;
}

.m-related-contents .tab-item.voice a {
  background-image: url(../img/related_tab_title_voice_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.m-related-contents .tab-item.voice a:hover {
  background-image: url(../img/related_tab_title_voice_bg_h.gif);
}

.m-related-contents .tab-item.voice .m-related-contents .tab-item.is-active a {
  background-image: url(../img/related_tab_title_voice_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.m-related-contents .tab-item.voice .m-related-contents .tab-item.is-active a:hover {
  background-image: url(../img/related_tab_title_voice_bg_h.gif);
}

.m-related-contents .tab-item.blog a {
  background-image: url(../img/related_tab_title_blog_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.m-related-contents .tab-item.blog a:hover {
  background-image: url(../img/related_tab_title_blog_bg_h.gif);
}

.m-related-contents .tab-item.blog .m-related-contents .tab-item.is-active a {
  background-image: url(../img/related_tab_title_blog_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.m-related-contents .tab-item.blog .m-related-contents .tab-item.is-active a:hover {
  background-image: url(../img/related_tab_title_blog_bg_h.gif);
}

.m-related-contents .tab-contents-item .no-data {
  line-height: 1.5714285714;
  font-size: 14px;
  color: #c0bfbf;
}

.m-related-contents .tab-contents-item:first-child .no-data {
  margin-top: 20px;
}

.m-related-contents .tab-contents-item:last-child {
  margin-top: 20px;
}

.m-related .qa-item-inner {
  padding: 0;
  background: none;
}

.m-related .qa-item-inner > * {
  padding-left: 62px;
}

.m-related .qa-item-header {
  padding-bottom: 9px;
  background: url(../img/icon_q.png) left top no-repeat;
}

.m-related .qa-item-text {
  padding-top: 1px;
}

.m-related .qa-item-text.answer {
  margin-top: 20px;
  min-height: 47px;
  background: url(../img/icon_a.png) left top no-repeat;
  color: #fff;
}

.m-related .face .m-related-contents-title {
  background-image: url(../img/related_cat_face.png);
}

.m-related .face .m-related-contents-title:hover {
  background-image: url(../img/related_cat_face_h.png);
}

.m-related .upperarm .m-related-contents-title {
  background-image: url(../img/related_cat_upperarm.png);
}

.m-related .upperarm .m-related-contents-title:hover {
  background-image: url(../img/related_cat_upperarm_h.png);
}

.m-related .chest .m-related-contents-title {
  background-image: url(../img/related_cat_chest.png);
}

.m-related .chest .m-related-contents-title:hover {
  background-image: url(../img/related_cat_chest_h.png);
}

.m-related .back .m-related-contents-title {
  background-image: url(../img/related_cat_back.png);
}

.m-related .back .m-related-contents-title:hover {
  background-image: url(../img/related_cat_back_h.png);
}

.m-related .abdomen .m-related-contents-title {
  background-image: url(../img/related_cat_abdomen.png);
}

.m-related .abdomen .m-related-contents-title:hover {
  background-image: url(../img/related_cat_abdomen_h.png);
}

.m-related .waist .m-related-contents-title {
  background-image: url(../img/related_cat_waist.png);
}

.m-related .waist .m-related-contents-title:hover {
  background-image: url(../img/related_cat_waist_h.png);
}

.m-related .hip .m-related-contents-title {
  background-image: url(../img/related_cat_hip.png);
}

.m-related .hip .m-related-contents-title:hover {
  background-image: url(../img/related_cat_hip_h.png);
}

.m-related .thigh .m-related-contents-title {
  background-image: url(../img/related_cat_thigh.png);
}

.m-related .thigh .m-related-contents-title:hover {
  background-image: url(../img/related_cat_thigh_h.png);
}

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

.m-trouble-list {
  *zoom: 1;
}

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

.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-voice-title {
  margin-bottom: 0;
}

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

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

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

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