@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea,
figure {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

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

body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (max-width: 319px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  html {
    font-size: calc(2.6666666667vw + 0rem);
  }
}
@media (min-width: 750.1px) {
  html {
    font-size: 14px;
  }
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #9f774b;
  text-decoration: underline;
  outline: none;
  transition: all 0.4s ease;
}
a:hover {
  color: #9f774b;
}

.is-pc {
  display: none;
}

@media (min-width: 750px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.is-bold {
  font-weight: bold;
}

.is-blur {
  filter: blur(3px);
}

.shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

mark {
  background: none;
  font-weight: bold;
  font-style: normal;
  color: #be3565;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 750px) {
  .flex-pc {
    display: flex;
    flex-wrap: wrap;
  }
}
.is-left {
  float: left;
  padding-right: 1.5rem;
}

@media (min-width: 750px) {
  .is-left {
    padding-right: 20px;
  }
}
.is-right {
  float: right;
  padding-left: 1.25rem;
}

@media (min-width: 750px) {
  .is-left {
    padding-left: 20px;
  }
}
@media (min-width: 750px) {
  .is-left-pc {
    float: left;
  }
  .is-right-pc {
    float: right;
  }
}
.f-goth {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-en {
  font-family: "Times New Roman", Times, serif;
}

.f-wb {
  font-weight: bold;
}

.f-wn {
  font-weight: normal;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.mt0.mt0 {
  margin-top: 0;
}

.mr0.mr0 {
  margin-right: 0;
}

.ml0.ml0 {
  margin-left: 0;
}

.mb0.mb0 {
  margin-bottom: 0;
}

.mt5.mt5 {
  margin-top: 0.5rem;
}

@media (min-width: 750px) {
  .mt5.mt5 {
    margin-top: 8px;
  }
}
.mt10.mt10 {
  margin-top: 1rem;
}

@media (min-width: 750px) {
  .mt10.mt10 {
    margin-top: 15px;
  }
}
.mt15.mt15 {
  margin-top: 1.5rem;
}

@media (min-width: 750px) {
  .mt15.mt15 {
    margin-top: 20px;
  }
}
.mt20.mt20 {
  margin-top: 2rem;
}

@media (min-width: 750px) {
  .mt20.mt20 {
    margin-top: 30px;
  }
}
.mt30.mt30 {
  margin-top: 3rem;
}

@media (min-width: 750px) {
  .mt30.mt30 {
    margin-top: 40px;
  }
}
.mt40.mt40 {
  margin-top: 4rem;
}

@media (min-width: 750px) {
  .mt40.mt40 {
    margin-top: 60px;
  }
}
.mt50.mt50 {
  margin-top: 5rem;
}

@media (min-width: 750px) {
  .mt50.mt50 {
    margin-top: 80px;
  }
}
.mt60.mt60 {
  margin-top: 6rem;
}

@media (min-width: 750px) {
  .mt60.mt60 {
    margin-top: 100px;
  }
}
.mt70.mt70 {
  margin-top: 7rem;
}

@media (min-width: 750px) {
  .mt70.mt70 {
    margin-top: 110px;
  }
}
.mb10.mb10 {
  margin-bottom: 1rem;
}

@media (min-width: 750px) {
  .mb10.mb10 {
    margin-bottom: 15px;
  }
}
.mb20.mb20 {
  margin-bottom: 2rem;
}

@media (min-width: 750px) {
  .mb20.mb20 {
    margin-bottom: 30px;
  }
}
.mb30.mb30 {
  margin-bottom: 3rem;
}

@media (min-width: 750px) {
  .mb30.mb30 {
    margin-bottom: 40px;
  }
}
.mb40.mb40 {
  margin-bottom: 4rem;
}

@media (min-width: 750px) {
  .mb40.mb40 {
    margin-bottom: 60px;
  }
}
.mb50.mb50 {
  margin-bottom: 5rem;
}

@media (min-width: 750px) {
  .mb50.mb50 {
    margin-bottom: 70px;
  }
}
.mb60.mb60 {
  margin-bottom: 6rem;
}

@media (min-width: 750px) {
  .mb60.mb60 {
    margin-bottom: 90px;
  }
}
.mb70.mb70 {
  margin-bottom: 7rem;
}

@media (min-width: 750px) {
  .mb70.mb70 {
    margin-bottom: 110px;
  }
}
.section {
  margin-top: 4rem;
}

@media (min-width: 750px) {
  .section {
    margin-top: 60px;
  }
  .section-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.block {
  margin-top: 2rem;
}

@media (min-width: 750px) {
  .block {
    margin-top: 30px;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.main-block {
  padding: 1.6rem 1.5rem 0.5rem;
}

.sub-block {
  margin: 3rem 0 0;
  padding: 0 1.5rem;
}

@media (min-width: 750px) {
  body {
    min-width: 1100px;
  }
  .contents {
    width: 1100px;
    margin: 0 auto;
    padding: 24px 0 100px;
    display: flex;
    justify-content: space-between;
  }
  .contents .main-block {
    padding: 0;
    width: 830px;
  }
  .contents .sub-block {
    order: -1;
    display: block;
    margin-top: 0;
    padding: 0;
    width: 226px;
  }
}
.header {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(3px);
}
.header.is-blur {
  transition: all 0.4s;
}
.header p, .header ul {
  margin-bottom: 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
}
.header-h1 {
  display: none;
}
.header-logo {
  margin: 0.45rem 0 0;
  width: 17rem;
  line-height: 1;
}
.header-tel-lead {
  display: none;
}
.header-tel-item {
  width: 3.8rem;
  height: 3.8rem;
}
.header-tel-item a {
  display: block;
}
.header-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 16rem;
}
.header-link img {
  width: 100%;
}
.header-link-list {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-link-item {
  width: 3.8rem;
  height: 3.8rem;
}
.header .is-cn,
.header .is-mail,
.header .is-osaka {
  display: none;
}

@media (min-width: 750px) {
  body {
    position: relative;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    height: 116px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
  }
  .header {
    z-index: 2222;
    padding: 0;
    background: none;
    backdrop-filter: blur(0px);
  }
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-color: #000;
  }
  .header-inner {
    position: relative;
    margin: -18px auto 0;
    padding: 0;
    width: 1100px;
    height: 68px;
  }
  .header-h1 {
    position: relative;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    width: 1100px;
    height: 18px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    color: #999;
  }
  .header-logo {
    margin-top: 2px;
    width: 258px;
    height: 36px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-tel {
    order: -1;
    width: 365px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-tel-lead, .header-tel-list {
    height: 38px;
  }
  .header-tel-lead {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 178px;
    background-color: #fff;
  }
  .header-tel-lead-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 22px;
    background-color: #909090;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
  }
  .header-tel-lead-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 10px;
  }
  .header-tel-wrap {
    position: relative;
  }
  .header-tel-clinic {
    display: flex;
    justify-content: space-between;
    width: 178px;
  }
  .header-tel-clinic-item {
    width: calc((100% - 6px) / 4);
    padding: 4px 0 2px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    background: #fff;
    transition: 0.2s all;
    cursor: pointer;
  }
  .header-tel-clinic-item.is-active {
    color: #fff;
    background: #666;
  }
  .header-tel-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 1px 0 0;
    width: 170px;
  }
  .header-tel-item {
    padding: 5px 0 0;
    width: 170px;
    height: auto;
    position: absolute;
    left: 4px;
    opacity: 0;
    transition: 0.2s all;
  }
  .header-tel-item.is-show {
    opacity: 1;
  }
  .header-link {
    width: 720px;
    height: 40px;
  }
  .header-link-list {
    margin: 0 0 0 6px;
    width: 258px;
    height: 38px;
  }
  .header-link-item {
    width: 127px;
    height: 38px;
  }
  .header-link-item a:hover {
    opacity: 0.8;
  }
  .header .is-cn,
  .header .is-mail {
    display: block;
  }
  .header .is-cn,
  .header .is-line {
    width: 38px;
  }
  .header .is-menu {
    display: none;
  }
  .header .is-osaka {
    display: block;
  }
}
.gnav {
  display: block;
  padding: 1.45rem 1rem 2.5rem;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  transition: all 0.2s;
  backdrop-filter: blur(3px);
  color: #fff;
}
.gnav.is-open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: scroll;
}
.gnav-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gnav-logo {
  width: 17rem;
}
.gnav-list {
  padding-top: 2rem;
  margin: 0 auto 1rem;
  width: 28.5rem;
}
.gnav-item {
  border-bottom: 1px solid #666;
}
.gnav-item a {
  display: block;
  padding: 1.5rem 0;
  background: url(/theme/img/arrow_right_bold.svg) no-repeat 97% center;
  background-size: 0.7rem auto;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gnav-item:last-child {
  border-bottom: 1px solid #666;
}
.gnav-item-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0 0.6rem;
  width: 2.4rem;
  height: 4.9rem;
  transition: all 0.2s ease;
}
.gnav-item .gnav-item-title {
  display: block;
  padding-right: 10%;
  padding-left: 10%;
  width: 100%;
  background-image: none;
  border-bottom: 1px solid #666;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gnav .is-slide {
  border-bottom: 0;
  position: relative;
}
.gnav .is-open {
  transform: rotateZ(-180deg);
}
.gnav-child {
  display: none;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #666;
}
.gnav-child-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gnav-child-item a {
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
  background: url(/theme/img/arrow_right.svg) no-repeat 96.5% center;
  background-size: 0.6rem auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.25;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gnav-child .is-link-item-img {
  display: none;
}
.gnav-contact {
  display: flex;
  margin: 4rem auto 0;
  width: 34.5rem;
  background-color: #333;
}
.gnav-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 0;
  width: 100%;
  height: 6rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.gnav-contact-item {
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.gnav-contact .is-line {
  width: 6rem;
  background-color: #21b903;
  background-image: url(/theme/img/icon_line.svg);
  background-position: top 1.4rem center;
}
.gnav-contact .is-tel {
  width: 7.5rem;
  background-color: #b7738a;
  background-image: url(/theme/img/icon_tel.svg);
  background-size: 1.5rem auto;
  background-position: top 1.3rem center;
}
.gnav-contact .is-mail {
  width: 9rem;
  background-color: #9aa5a7;
  background-image: url(/theme/img/icon_mail.svg);
  background-position: top 1.5rem center;
}
.gnav-contact .is-counseling {
  flex: 1;
  background-color: #8d9da0;
  background-image: url(/theme/img/icon_counseling.svg);
  background-position: top 1.15rem center;
}
.gnav .close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 3.5rem auto 0;
  width: 22rem;
  height: 5rem;
  border: 1px solid #666;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
}

@media (min-width: 750px) {
  .gnav {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9500;
    top: 68px;
    opacity: 1;
    padding: 0;
    height: 48px;
    background: none;
    backdrop-filter: blur(0px);
  }
  .gnav-header, .gnav-logo {
    display: none;
  }
  .gnav-logo {
    width: 17rem;
  }
  .gnav .is-slide {
    position: static;
  }
  .gnav-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 13px 0 0;
    width: 1100px;
    position: relative;
  }
  .gnav-list a,
  .gnav-list span {
    border-bottom: 0;
  }
  .gnav-item {
    transition: all 0.4s ease;
    width: 122px;
    height: 26px;
    border-right: 1px solid #eee;
    border-bottom: 0;
  }
  .gnav-item:first-child {
    border-left: 1px solid #eee;
  }
  .gnav-item-icon {
    display: none;
  }
  .gnav-item a,
  .gnav-item .gnav-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
    border-bottom: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666;
    font-size: 13px;
    font-weight: bold;
  }
  .gnav-item a:hover,
  .gnav-item .gnav-item-title:hover {
    opacity: 0.5;
  }
  .gnav-item.is-about a {
    position: static;
  }
  .gnav-item.is-worry {
    width: 145px;
  }
  .gnav-item.is-case {
    width: 100px;
  }
  .gnav-child {
    position: absolute;
    top: 38px;
    right: 0;
    padding: 15px 0 0;
    border-bottom: none;
  }
  .gnav-child-list {
    padding: 25px 60px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .gnav-child-item {
    margin: 20px 0 0 0;
    width: 25%;
  }
  .gnav-child-item.is-mt.is-mt {
    margin-top: 0;
  }
  .gnav-child-item a {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 30px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
    color: #666;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(/theme/img/arrow_long_darkgray.svg);
    background-repeat: no-repeat;
    background-position: bottom 4px left;
    background-size: 20px auto;
  }
  .gnav-child-item a:hover {
    background-position: bottom 4px left 4px;
    opacity: 1;
  }
  .gnav-child-item.is-link-item {
    margin: 15px 0 0 20px;
    width: calc((100% - 40px) / 3);
  }
  .gnav-child-item.is-link-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .gnav-child-item .is-link-item-a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    text-decoration: none;
    background-image: url(/theme/img/arrow_long_gray.svg);
    background-color: #f5f5f5;
    transition: 0.2s all all;
    background-repeat: no-repeat;
    background-position: right 10px bottom 5px;
    background-size: 30px auto;
    color: #666;
  }
  .gnav-child-item .is-link-item-a:hover {
    background-color: #fff;
    background-position: right 7px bottom 5px;
    opacity: 1;
  }
  .gnav-child-item .is-link-item-a::before {
    content: "";
    display: block;
    margin-right: 11px;
    width: 85px;
    height: 85px;
    background-image: url(/theme/img/thum_lipo.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 85px auto;
  }
  .gnav-child-item .is-link-item-a.is-agingcare::before {
    background-image: url(/theme/img/thum_agingcare.jpg);
  }
  .gnav-child-item .is-link-item-a.is-bust::before {
    background-image: url(/theme/img/thum_bustup.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-body::before {
    background-image: url(/theme/img/thum_worry_body.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-bust::before {
    background-image: url(/theme/img/thum_worry_bust.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-agingcare::before {
    background-image: url(/theme/img/thum_worry_agingcare.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-skin::before {
    background-image: url(/theme/img/thum_worry_skin.jpg);
  }
  .gnav-child-item .is-link-item-title {
    flex: 1;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
  }
  .gnav-contact,
  .gnav .close-menu {
    display: none;
  }
}
.header-menu-btn {
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem 0.3rem 0;
  position: relative;
}
.header-menu-btn-parts {
  margin-bottom: 0.8rem;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  transition: transform 0.3s;
}
.header-menu-btn-parts:last-child {
  margin-bottom: 0;
}
.header-menu-btn-parts.active {
  position: absolute;
  width: 2.7rem;
}
.header-menu-btn.is-active {
  padding: 0;
  margin-right: 0.3rem;
}
.header-menu-btn.is-active .header-menu-btn-parts {
  position: absolute;
  margin: 0;
  width: 3rem;
}
.header-menu-btn.is-active .menu__line--top {
  top: 1.1rem;
  transform: rotate(45deg);
}
.header-menu-btn.is-active .menu__line--center {
  opacity: 0;
  transform: scaleX(0);
}
.header-menu-btn.is-active .menu__line--bottom {
  bottom: 1.7rem;
  transform: rotate(135deg);
}

.page-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5.8rem 1.5rem 0;
  width: 100%;
  min-height: 15rem;
  background-image: url(/theme/img/fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-title-text {
  font-weight: normal;
  line-height: 1.2;
  font-size: 2.1rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666;
  text-shadow: 1px 0 1px #fff;
}
.page-title-text span {
  display: inline-block;
  margin: 0 0 0 0.25em;
  font-size: 0.65em;
}
.page-title-text::after {
  content: attr(data-text);
  display: block;
  margin: 0.2em 0 0;
  width: 100%;
  line-height: 1;
  font-size: 0.5em;
  color: #c7b27c;
}
.page-title-catch {
  margin: 1rem 0 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
}
.page-title.is-big {
  padding-top: 11rem;
  padding-bottom: 5rem;
  min-height: 25rem;
}

@media (min-width: 750px) {
  .page-title {
    position: relative;
    padding: 116px 0 0;
    min-height: 300px;
    background-image: url(/theme/img/fv_pc.png);
    background-size: auto auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
  }
  .page-title-text, .page-title-catch {
    margin: 0 auto;
    padding-left: 50px;
    width: 1100px;
  }
  .page-title-text {
    text-shadow: none;
    font-size: 46px;
  }
  .page-title-text::after {
    margin-top: 1px;
    padding-left: 2px;
    font-size: 18px;
  }
  .page-title-catch {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .page-title.is-big {
    padding-top: 206px;
    padding-bottom: 100px;
    min-height: 450px;
    height: 450px;
  }
}
@media screen and (min-width: 2200px) {
  .page-title.is-big {
    display: block;
  }
}
.topicpath {
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.topicpath li {
  display: inline-block;
  font-size: 10px;
  line-height: 1.4;
  color: #9f774b;
}
.topicpath li a {
  padding-right: 1em;
  margin-right: 0.3em;
  background: url(/theme/img/arrow_right.svg) no-repeat right center;
  background-size: 0.5rem auto;
}
.topicpath li:last-child a {
  background: none;
  padding-right: 0;
}

@media (min-width: 750px) {
  .topicpath {
    margin-bottom: 20px;
  }
  .topicpath li {
    font-size: 12px;
    line-height: 1.3;
  }
  .topicpath li a {
    margin-right: 2px;
    padding-right: 15px;
  }
}
.service {
  margin: 2rem 0;
}
.service-item {
  margin: 1rem 0 0;
  background-color: #f5f5f5;
}
.service-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.3rem 0;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1.5rem;
  background-size: 3rem auto;
  text-decoration: none;
}
.service-item a::before {
  content: "";
  display: block;
  width: 7.6rem;
  height: 5.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3.5rem auto;
  background-image: url(/theme/img/icon_train.svg);
  border-right: 1px solid #e0e0e0;
}
.service-item:first-child {
  margin-top: 0;
}
.service-item.is-loan a::before {
  background-image: url(/theme/img/icon_credit.svg);
  background-size: 4.3rem auto;
}
.service-item.is-1day a::before {
  background-image: url(/theme/img/icon_1day.svg);
}
.service-item.is-guarantee a::before {
  background-image: url(/theme/img/icon_guarantee.svg);
  background-size: 3.1rem auto;
}
.service-inner {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3rem 0 1.7rem;
}
.service-title {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #93846a;
}
.service-text {
  margin: 0.4rem 0 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #666;
}

@media (min-width: 750px) {
  .service {
    margin: 20px 0;
  }
  .service-list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .service-item {
    margin: 0;
    width: 256px;
  }
  .service-item a {
    transition: 0.2s all;
    padding: 14px 0;
    background-position: right 10px bottom 12px;
    background-size: 30px auto;
  }
  .service-item a:hover {
    background-position: right 7px bottom 12px;
  }
  .service-item a::before {
    width: 75px;
    height: 70px;
    background-size: 35px auto;
  }
  .service-item.is-loan a::before {
    background-size: 43px auto;
  }
  .service-item.is-1day a::before {
    background-size: 43px auto;
  }
  .service-item.is-guarantee a::before {
    background-size: 31px auto;
  }
  .service-inner {
    padding: 0 30px 0 16px;
  }
  .service-title {
    line-height: 1.3;
    font-size: 16px;
  }
  .service-text {
    margin: 4px 0 0;
    font-size: 12px;
  }
}
.local-nav {
  margin: 2rem 0;
}

@media (min-width: 750px) {
  .local-nav {
    margin: 20px 0;
  }
  .local-nav:first-child {
    margin-top: 0;
  }
  .local-nav-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
  }
  .local-nav-title a {
    transition: 0.2s all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(/theme/img/arrow_long_gray.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 28px auto;
    color: #666;
    text-decoration: none;
  }
  .local-nav-title a:hover:hover {
    background-position: right 7px bottom 10px;
  }
  .local-nav-contents {
    margin: 0;
    padding: 0 10px;
  }
  .local-nav-contents a {
    transition: 0.2s all;
    display: flex;
    align-items: center;
    line-height: 1.2;
    text-decoration: none;
  }
  .local-nav-list {
    margin: 5px 0 0;
  }
  .local-nav-item a {
    padding: 6px 15px 6px 2px;
    width: 100%;
    min-height: 32px;
    background-image: url(/theme/img/arrow_long_gray.svg);
    background-repeat: no-repeat;
    background-position: right 3px bottom 6px;
    background-size: 26px auto;
    border-bottom: 1px solid #e0e0e0;
    color: #666;
    font-size: 12px;
    line-height: 1.25;
  }
  .local-nav-item a:hover {
    background-position: right 0 bottom 6px;
  }
  .local-nav-sub-list {
    margin: 10px 0 2px;
    padding: 0 0 0 6px;
  }
  .local-nav-sub-item a {
    min-height: 30px;
    background: none;
    border-bottom: 0;
    background-size: 28px auto;
    color: rgba(102, 102, 102, 0.8);
    font-size: 12px;
  }
  .local-nav-sub-item a:hover {
    color: #93846a;
  }
  .sidenav-main {
    margin: 20px 0;
  }
  .sidenav-main-item {
    margin: 10px 0 0;
  }
  .sidenav-main-item:first-child {
    margin-top: 0;
  }
  .sidenav-main-item a {
    transition: 0.2s all all;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 17px;
    width: 100%;
    height: 47px;
    background-color: #f5f5f5;
    background-image: url(/theme/img/arrow_long_gold.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 28px auto;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
  }
  .sidenav-main-item a:hover {
    background-position: right 7px bottom 10px;
  }
  .sidenav-main-item.is-cv a {
    letter-spacing: -0.025em;
    color: #fff;
    background-color: #93846a;
    background-image: url(/theme/img/arrow_long_white.svg);
  }
  .side-access {
    margin: 20px 0;
  }
  .side-access-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
  }
  .side-access-pic {
    width: 100%;
    margin: 0;
  }
  .side-access-text {
    margin: 10px 0 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .side-access-button {
    text-align: right;
    margin: 0;
  }
  .side-access-button a {
    transition: 0.2s all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 40px;
    margin: 10px auto 0;
    background-color: #93846a;
    color: #fff;
    text-decoration: none;
  }
  .side-access-button a:hover {
    opacity: 0.7;
  }
  .side-blog {
    margin-bottom: 20px;
  }
  .side-blog a:hover {
    opacity: 0.8;
  }
  .side-mov a:hover {
    opacity: 0.8;
  }
  .local-nav-sub-list {
    display: none;
  }
  .side-banner {
    margin-top: 10px;
  }
  .side-banner:first-child {
    margin-top: 20px;
  }
  .side-banner a:hover {
    opacity: 0.7;
  }
  .antiagingpage .local-nav #side_antiaging .local-nav-sub-list,
  .liposuctionpage .local-nav #side_liposuction .local-nav-sub-list,
  .bustuppage .local-nav #side_bustup .local-nav-sub-list,
  .siliconbagpage .local-nav #side_siliconbag .local-nav-sub-list {
    display: block;
  }
}
.push {
  margin: 2rem 0 0 -1.5rem;
  width: 37.5rem;
}
.push-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 4.5rem;
  background-color: #f5f5f5;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
}
.push-inner {
  margin: 0;
  padding: 1.2rem 3rem 0;
}
.push-lead {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.push-lead em {
  font-style: normal;
  font-weight: bold;
  color: #a0293c;
}
.push-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  padding: 0;
}
.push-item {
  margin: 1rem 0 0;
  width: 15rem;
}
.push-item:nth-child(1), .push-item:nth-child(2) {
  margin-top: 0;
}
.push-item.is-full {
  width: 100%;
}
.push-item.is-link a {
  transition: 0.2s all all;
  display: flex;
  align-items: center;
  padding: 0 0 0 17px;
  height: 70px;
  background-color: #f5f5f5;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  background-size: 28px auto;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.25;
}
.push-item.is-link a:hover {
  background-position: right 7px bottom 10px;
}
.push-book {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem 0 0;
}
.push-book-pic {
  margin: 0;
  width: 8.5rem;
}
.push-book-info {
  flex: 1;
  padding: 0 0 0 1.5rem;
}
.push-book-title {
  margin: 0;
  text-indent: -0.4em;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #93846a;
}
.push-book-author {
  margin: 0.6rem 0 0;
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.push-book-text {
  margin: 0.8rem 0 0;
  line-height: 1.6;
  font-size: 1.1rem;
}
.push-promise {
  margin-top: 1rem;
}
.push-promise:first-child {
  margin-top: 0;
}

@media (min-width: 750px) {
  .push {
    margin: 20px 0;
    width: 100%;
  }
  .push-title {
    border-radius: 6px 6px 0 0;
    height: 45px;
    font-size: 16px;
  }
  .push-inner {
    padding: 8px 10px 0;
  }
  .push-lead {
    font-size: 12px;
    line-height: 1.2;
  }
  .push-lead em {
    font-weight: normal;
  }
  .push-list {
    margin: 8px 0 0;
  }
  .push-item {
    margin: 10px 0 0;
    width: 100%;
  }
  .push-item a {
    transition: 0.2s all;
  }
  .push-item a:hover {
    opacity: 0.7;
  }
  .push-item.is-link a {
    height: 68px;
    font-size: 14px;
    text-align: left;
  }
  .push-item.is-link a:hover {
    background-position: right 7px bottom 10px;
  }
  .push-item:nth-child(2) {
    margin-top: 10px;
  }
  .push-book {
    margin: 8px 0 0;
  }
  .push-book-pic {
    width: 68px;
  }
  .push-book-info {
    padding: 0 0 0 10px;
  }
  .push-book-title {
    font-size: 15px;
  }
  .push-book-author {
    margin: 8px 0 0;
    font-size: 10px;
  }
  .push-book-text {
    margin: 10px 0 0;
    font-size: 10px;
  }
  .push-promise {
    margin-top: 10px;
  }
}
.sub-block .service {
  margin: 2rem 0;
}
.sub-block .service-item {
  margin: 1rem 0 0;
  background-color: #f5f5f5;
}
.sub-block .service-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.3rem 0;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1.5rem;
  background-size: 3rem auto;
  text-decoration: none;
}
.sub-block .service-item a::before {
  content: "";
  display: block;
  width: 7.6rem;
  height: 5.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3.5rem auto;
  background-image: url(/theme/img/icon_train.svg);
  border-right: 1px solid #e0e0e0;
}
.sub-block .service-item:first-child {
  margin-top: 0;
}
.sub-block .service-item.is-loan a::before {
  background-image: url(/theme/img/icon_credit.svg);
  background-size: 4.3rem auto;
}
.sub-block .service-item.is-1day a::before {
  background-image: url(/theme/img/icon_1day.svg);
}
.sub-block .service-item.is-guarantee a::before {
  background-image: url(/theme/img/icon_guarantee.svg);
  background-size: 3.1rem auto;
}

@media (min-width: 750px) {
  .sub-block .service {
    margin: 20px 0;
  }
  .sub-block .service-list {
    display: block;
  }
  .sub-block .service-item {
    margin: 10px 0 0;
    width: 100%;
  }
  .sub-block .service-item:first-child {
    margin-top: 0;
  }
  .sub-block .service-item a {
    padding: 13px 0;
    background-position: right 10px bottom 10px;
    background-size: 28px auto;
  }
  .sub-block .service-item a:hover {
    background-position: right 7px bottom 10px;
  }
  .sub-block .service-item a::before {
    width: 55px;
    height: 60px;
    background-size: 28px auto;
  }
  .sub-block .service-item.is-loan a::before {
    background-size: 35px auto;
  }
  .sub-block .service-item.is-guarantee a::before {
    background-size: 25px auto;
  }
  .sub-block .service-inner {
    padding: 0 25px 0 14px;
  }
  .sub-block .service-title {
    margin-top: 2px;
    font-size: 14px;
  }
}
.footer {
  margin: 3rem 0 0;
  background-color: #313131;
  border-top: 10px solid #c7b27c;
  color: #fff;
}
.footer-top {
  padding: 3.5rem 0 0;
}
.footer-top-logo {
  margin: 0 auto;
  width: 22.4rem;
}
.footer-top-lead {
  margin: 1.75rem 0;
  text-align: center;
  font-size: 1.2rem;
}
.footer-top-text {
  margin: 0;
  padding: 0 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
.footer-supervision {
  margin: 2.5rem 0 2rem;
  padding: 0 1.5rem;
}
.footer-supervision-title {
  font-size: 1.2rem;
  line-height: 1;
  color: #c7b27c;
  text-align: center;
}
.footer-supervision-title::before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c7b27c;
  vertical-align: middle;
}
.footer-supervision-title:nth-of-type(2) {
  margin: 2rem 0 0;
}
.footer-supervision-text {
  margin-top: 0.7rem;
  font-size: 1rem;
  font-weight: light;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.footer-link-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 1.2rem 0;
}
.footer-link-item {
  width: 50%;
}
.footer-link-item a {
  display: block;
  padding: 1.2rem 0.65rem 1.2rem 4.5rem;
  background: url(/theme/img/arrow_long_gold.svg) no-repeat left 2.25rem center;
  background-size: 1.53rem auto;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.footer-link-sub-list {
  display: none;
}
.footer-clinic {
  padding: 2.6rem 0 0;
  background-color: #1c1c24;
}
.footer-clinic-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #c7b27c;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer-clinic-title span {
  font-size: 1.4rem;
}
.footer-clinic-title span span {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}
.footer-clinic-list {
  margin: 2.5rem 0 0;
  padding: 0 2rem;
}
.footer-clinic-item {
  margin: 1.5rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-clinic-item:first-child {
  margin-top: 0;
}
.footer-clinic-item::before {
  content: "";
  display: block;
  width: 8rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer-clinic-item.is-tokyo::before {
  background-image: url(/theme/img/tokyo_pic.jpg);
}
.footer-clinic-item.is-osaka::before {
  background-image: url(/theme/img/osaka_pic.jpg);
}
.footer-clinic-item.is-nagoya::before {
  background-image: url(/theme/img/nagoya_pic.jpg);
}
.footer-clinic-item.is-fukuoka::before {
  background-image: url(/theme/img/fukuoka_pic.jpg);
}
.footer-clinic-box {
  position: relative;
  margin: 0;
  padding: 0.2rem 0 0 1.5rem;
  flex: 1;
}
.footer-clinic-box-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.footer-clinic-box-title a {
  color: #fff;
  text-decoration: none;
}
.footer-clinic-box-title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-clinic-box-text {
  line-height: 1.5;
  font-size: 1rem;
}
.footer-sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3.5rem 0 4.5rem;
  margin: 0;
  background-color: #1c1c24;
}
.footer-sns-item {
  margin: 0 0.5rem;
  width: 2.8rem;
  border-radius: 2px;
  overflow: hidden;
}
.footer-sns-item a {
  display: block;
}

.copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-size: 10px;
  background-color: #1c1c24;
}

@media (min-width: 750px) {
  .footer {
    margin: 0;
  }
  .footer-inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .footer-contact {
    display: none;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0 0;
    margin: 0 auto;
    width: 1100px;
  }
  .footer-top-header {
    width: 500px;
  }
  .footer-top-logo {
    width: 265px;
  }
  .footer-top-logo img {
    width: 100%;
  }
  .footer-top-lead {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .footer-top-lead::after {
    display: none;
  }
  .footer-top-text {
    width: 600px;
    margin: 0;
    padding: 5px 0 5px 60px;
    border-left: 1px solid #707070;
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
  }
  .footer-supervision {
    margin: 35px auto 0;
    padding: 0;
    width: 1000px;
  }
  .footer-supervision-list {
    margin-left: 70px;
  }
  .footer-supervision-title {
    font-size: 12px;
    text-align: left;
  }
  .footer-supervision-title::before {
    margin-right: 4px;
    width: 5px;
    height: 5px;
  }
  .footer-supervision-title:nth-of-type(2) {
    margin: 20px 0 0;
  }
  .footer-supervision-text {
    margin-top: 7px;
    font-size: 10px;
    text-align: left;
  }
  .footer-link {
    margin: 0 auto;
    width: 1100px;
  }
  .footer-link-list {
    position: relative;
    display: block;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
    height: 400px;
  }
  .footer-link-item {
    box-sizing: content-box;
    margin: 14px 0 0;
    padding-left: 875px;
    width: auto;
  }
  .footer-link-item.is-flow {
    display: none;
  }
  .footer-link-item:nth-child(odd) {
    border-right: 0;
  }
  .footer-link-item:nth-child(1) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 250px;
  }
  .footer-link-item:nth-child(2) {
    position: absolute;
    padding-left: 0;
    top: 0;
    left: 250px;
    margin-top: 0;
    width: 245px;
  }
  .footer-link-item:nth-child(3) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 490px;
    margin-top: 0;
    width: 335px;
  }
  .footer-link-item a {
    display: block;
    padding: 0 0 0 25px;
    background-size: 16px auto;
    background-position: left center;
    border-bottom: 0;
    letter-spacing: -0.025em;
    font-size: 12px;
    line-height: 1.2;
  }
  .footer-link-item a:hover {
    background-position: left 4px center;
  }
  .footer-link-sub-list {
    display: block;
    margin: 0 0 0 28px;
  }
  .footer-link-sub-item {
    margin: 14px 0 0;
  }
  .footer-clinic {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .footer-clinic-title {
    margin: 0;
    width: 355px;
    font-size: 14px;
  }
  .footer-clinic-title span {
    font-size: 14px;
  }
  .footer-clinic-title span span {
    font-size: 12px;
  }
  .footer-clinic-title br {
    display: none;
  }
  .footer-clinic-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 8px 0 8px 55px;
    width: 736px;
    border-left: 1px solid #707070;
  }
  .footer-clinic-item {
    margin: 10px 0 0;
    padding: 0 30px 0 0;
    width: 339px;
  }
  .footer-clinic-item:nth-child(1), .footer-clinic-item:nth-child(2) {
    margin-top: 0;
  }
  .footer-clinic-item::before {
    width: 80px;
    height: 50px;
  }
  .footer-clinic-box {
    margin: 0;
    padding: 5px 0 0 15px;
    flex: 1;
  }
  .footer-clinic-box-title {
    margin: 0 0 6px;
    font-size: 11px;
  }
  .footer-clinic-box-text {
    font-size: 10px;
  }
  .footer-sns {
    padding: 30px 0 0;
  }
  .footer-sns-item {
    margin: 0 8px;
    width: 30px;
  }
  .footer-sns-item a:hover {
    opacity: 0.7;
  }
  .footer .copyright {
    padding: 26px 0 15px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
  }
}
.flow-navi {
  position: fixed;
  bottom: -5.5rem;
  left: 0;
  z-index: 3;
  width: 100%;
  opacity: 0;
  transition: 0.7s all;
}
.flow-navi.menu-active {
  opacity: 1;
  bottom: 0;
}
.flow-navi-list {
  margin: 0;
  display: flex;
  width: 100%;
}
.flow-navi-item {
  flex: 1;
  width: 100%;
  background-repeat: no-repeat;
}
.flow-navi-item a, .flow-navi-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 0;
  width: 100%;
  height: 5.5rem;
  border: 0;
  background: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.flow-navi-item a:focus, .flow-navi-item button:focus {
  outline: 0;
}
.flow-navi .is-line {
  background-color: #21b903;
  background-image: url(/theme/img/icon_line.svg);
  background-size: 1.6rem auto;
  background-position: top 1.2rem center;
}
.flow-navi .is-tel {
  background-color: #b7738a;
  background-image: url(/theme/img/icon_tel.svg);
  background-size: 1.5rem auto;
  background-position: top 1.1rem center;
}
.flow-navi .is-chat {
  background-color: #498faf;
  background-image: url(/theme/img/icon_chat.svg);
  background-size: 1.75rem auto;
  background-position: top 0.9rem center;
}
.flow-navi .is-mail {
  background-color: #9aa5a7;
  background-image: url(/theme/img/icon_mail.svg);
  background-position: top 1.3rem center;
}
.flow-navi .is-counseling {
  width: 3.5rem;
  flex: auto;
  background-color: #8d9da0;
  background-image: url(/theme/img/icon_counseling.svg);
  background-position: top 0.95rem center;
}

@media (min-width: 750px) {
  .flow-navi {
    top: 350px;
    bottom: auto;
    right: 0;
    left: auto;
    width: 80px;
  }
  .flow-navi-list {
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .flow-navi-item {
    width: 80px;
    flex: auto;
  }
  .flow-navi-item a, .flow-navi-item button {
    padding: 32px 2px 0;
    height: 72px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    transition: 0.3s all;
  }
  .flow-navi-item a:hover, .flow-navi-item button:hover {
    opacity: 0.7;
  }
  .flow-navi-item:first-child {
    margin-top: 0;
  }
  .flow-navi .is-line {
    background-size: 25px auto;
    background-position: top 13px center;
  }
  .flow-navi .is-tel {
    background-size: 22px auto;
    background-position: top 12px center;
  }
  .flow-navi .is-chat {
    background-size: 24px auto;
    background-position: top 12px center;
  }
  .flow-navi .is-mail {
    background-size: 24px auto;
    background-position: top 15px center;
  }
  .flow-navi .is-counseling {
    background-size: 20px auto;
    background-position: top 7px center;
  }
  .flow-navi .is-counseling a {
    letter-spacing: -0.1em;
  }
}
.title-a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 2.5rem -1.5rem;
  padding: 0.3rem 1rem 0;
  width: 37.5rem;
  height: 7.6rem;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.title-a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 37.5rem;
  height: 7.3rem;
  background: rgb(235, 235, 235);
  background: -moz-linear-gradient(top, rgb(235, 235, 235) 0%, rgb(244, 243, 243) 100%);
  background: -webkit-linear-gradient(top, rgb(235, 235, 235) 0%, rgb(244, 243, 243) 100%);
  background: linear-gradient(to bottom, rgb(235, 235, 235) 0%, rgb(244, 243, 243) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebebeb", endColorstr="#f4f3f3",GradientType=0 );
  z-index: -1;
}
.title-a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(224, 213, 184) 15%, rgb(199, 178, 124) 50%, rgb(224, 213, 184) 85%, rgb(224, 213, 184) 85%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(224, 213, 184) 15%, rgb(199, 178, 124) 50%, rgb(224, 213, 184) 85%, rgb(224, 213, 184) 85%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(224, 213, 184) 15%, rgb(199, 178, 124) 50%, rgb(224, 213, 184) 85%, rgb(224, 213, 184) 85%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
}

@media (min-width: 750px) {
  .title-a {
    margin: 0 0 25px;
    padding: 3px 20px 0;
    width: 100%;
    height: 88px;
    font-size: 24px;
    line-height: 1.2;
  }
  .title-a::before {
    width: 100%;
    height: 85px;
  }
}
.title-b {
  position: relative;
  margin-bottom: 2.3rem;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  text-align: center;
}
.title-b::before {
  content: attr(data-text);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.3rem;
  width: 18rem;
  height: 2.2rem;
  border: 1px solid #e0e0e0;
  color: #c7b27c;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.4rem;
  background-color: #fff;
}
.title-b::after {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: #e0e0e0;
}

@media (min-width: 750px) {
  .title-b {
    margin-bottom: 32px;
    font-size: 26px;
  }
  .title-b::before {
    margin: 0 auto 25px;
    width: 180px;
    height: 22px;
    font-size: 14px;
  }
  .title-b::after {
    top: 11px;
  }
}
.title-c {
  position: relative;
  padding: 0 0 0 1rem;
  border-left: 10px solid #93846a;
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #93846a;
}
.title-c::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0.5rem 0 0 -20px;
  width: calc(100% + 10px);
  height: 1px;
  background-color: #93846a;
}

@media (min-width: 750px) {
  .title-c {
    padding: 0 0 0 15px;
    font-size: 26px;
  }
  .title-c::after {
    margin: 7px 0 0 -25px;
  }
}
.title-d {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0.6rem;
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c7b27c;
  border-bottom: 1px solid #e0e0e0;
}
.title-d::before {
  content: "1";
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem 0 0;
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid #c7b27c;
  border-radius: 50%;
  font-size: 2.3rem;
  color: #c7b27c;
}
.title-d.is-no2::before {
  content: "2";
}
.title-d.is-no3::before {
  content: "3";
}
.title-d.is-no4::before {
  content: "4";
}
.title-d.is-no5::before {
  content: "5";
}
.title-d.is-no6::before {
  content: "6";
}
.title-d.is-no7::before {
  content: "7";
}
.title-d.is-no8::before {
  content: "8";
}
.title-d.is-no9::before {
  content: "9";
}
.title-d.is-no10::before {
  content: "10";
}

@media (min-width: 750px) {
  .title-d {
    padding: 0 0 5px;
    font-size: 20px;
    line-height: 1.25;
  }
  .title-d::before {
    margin: 0 6px 0 0;
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 23px;
  }
}
.title-e {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 4rem;
  padding: 0 0 0 1rem;
  width: calc(100% + 15px);
  margin: 0 0 0 -1.5rem;
  border-left: 15px solid #c7b27c;
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c7b27c;
}

@media (min-width: 750px) {
  .title-e {
    min-height: 40px;
    padding: 0 0 0 10px;
    width: 100%;
    margin: 0;
    border-left: 10px solid #c7b27c;
    font-size: 20px;
  }
}
.title-f {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c7b27c;
  font-size: 1.8rem;
  line-height: 1;
}
.title-f::before {
  content: "●";
  display: inline-block;
  margin-right: 0.25em;
}

@media (min-width: 750px) {
  .title-f {
    font-size: 20px;
  }
}
.title-h {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.8rem;
  background-color: #666;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

@media (min-width: 750px) {
  .title-h {
    height: 32px;
    font-size: 18px;
  }
}
.title-i {
  margin: 2.5rem 0 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  color: #635a51;
}

@media (min-width: 750px) {
  .title-i {
    margin: 30px 0 12px;
    font-size: 16px;
  }
}
.text {
  font-size: 14px;
  line-height: 1.65;
}

@media (min-width: 750px) {
  .text {
    line-height: 1.8;
  }
}
.text-a {
  font-size: 12px;
  line-height: 1.4;
}

.text-b {
  font-size: 10px;
  line-height: 1.5;
}

.text-d {
  font-size: 14px;
  line-height: 1.7;
}

.link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 1rem;
  width: 27.5rem;
  height: 5rem;
  background-color: #93846a;
  background-image: url(/theme/img/arrow_long_white.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1rem;
  background-size: 3rem auto;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.25;
}

@media (min-width: 750px) {
  .link a {
    transition: 0.2s all all;
    width: 365px;
    height: 64px;
    background-position: right 13px bottom 10px;
    background-size: 30px auto;
    font-size: 16px;
  }
  .link a:hover {
    background-position: right 10px bottom 10px;
  }
}
.link-b a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 1rem;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1.5rem;
  background-size: 3rem auto;
}
.link-b-inner {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
  width: auto;
}
.link-b-title {
  margin: 0.25rem 0 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  color: #c7b27c;
  line-height: 1;
}
.link-b-text {
  order: -1;
  width: 100%;
  color: #666;
  line-height: 1.25;
  font-size: 1.2rem;
}
.link-b-img {
  order: -1;
  width: 35.385%;
  min-height: 6rem;
}

@media (min-width: 750px) {
  .link-b a {
    transition: 0.2s all all;
    justify-content: flex-start;
    height: auto;
    padding: 6px 20px 6px 6px;
    background-position: right 10px bottom 15px;
    background-size: 30px auto;
  }
  .link-b a:hover {
    background-position: right 7px bottom 15px;
  }
  .link-b-inner {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding-left: 1rem;
    width: auto;
  }
  .link-b-title {
    margin: 8px 0 0;
    font-size: 24px;
  }
  .link-b-text {
    line-height: 1;
    font-size: 14px;
  }
  .link-b-img {
    order: -1;
    max-width: 195px;
  }
}
.link-d-item {
  margin: 1rem 0 0;
}
.link-d-item:nth-child(1) {
  margin-top: 0;
}
.link-d-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-image: url(/theme/img/arrow_long_gray.svg);
  background-repeat: no-repeat;
  background-position: right 1.4rem bottom 1.4rem;
  background-size: 3rem auto;
  color: #666;
}
.link-d-inner {
  flex: 1;
  padding: 0 2rem 0 1rem;
}
.link-d-title {
  margin: 0.2rem 0 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.25;
  font-weight: bold;
}
.link-d-title span {
  display: inline-block;
  font-size: 0.75em;
}
.link-d-text {
  margin: 0.5rem 0 0;
  width: 100%;
  color: #666;
  align-items: center;
  line-height: 1.35;
  font-size: 1.2rem;
}
.link-d-img {
  order: -1;
  margin: 0;
  width: 8rem;
}

@media (min-width: 750px) {
  .link-d-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .link-d-item {
    margin: 10px 0 0;
    width: calc(50% - 10px);
  }
  .link-d-item:nth-child(1), .link-d-item:nth-child(2) {
    margin-top: 0;
  }
  .link-d-item a {
    transition: 0.2s all all;
    background-position: right 15px bottom 15px;
    background-size: 30px auto;
  }
  .link-d-item a:hover {
    background-color: #f5f5f5;
    background-position: right 12px bottom 15px;
  }
  .link-d-inner {
    padding: 0 0 0 10px;
  }
  .link-d-title {
    margin-top: 2px;
    font-size: 16px;
  }
  .link-d-text {
    margin: 6px 0 0;
    font-size: 12px;
  }
  .link-d-img {
    width: 93px;
  }
}
.link-e-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link-e-item {
  margin: 0.5rem 0 0;
  width: calc(50% - 0.25rem);
}
.link-e-item:nth-child(1), .link-e-item:nth-child(2) {
  margin-top: 0;
}
.link-e-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-image: url(/theme/img/arrow_long_gray.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 0.5rem;
  background-size: 3rem auto;
  color: #666;
}
.link-e-inner {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 1rem;
}
.link-e-title {
  flex: 1;
  margin: 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.2;
}
.link-e-img {
  order: -1;
  margin: 0;
  width: 4.8rem;
}

@media (min-width: 750px) {
  .link-e-item {
    margin: 6px 0 0;
    width: calc(50% - 3px);
  }
  .link-e-item a {
    transition: 0.2s all all;
    background-position: right 10px bottom 5px;
    background-size: 30px auto;
  }
  .link-e-item a:hover {
    background-color: #f5f5f5;
    background-position: right 7px bottom 5px;
  }
  .link-e-inner {
    padding: 0 0 0 12px;
  }
  .link-e-title {
    font-size: 12;
  }
  .link-e-img {
    width: 73px;
  }
}
.link-f-item {
  margin: 1rem 0 0;
}
.link-f-item:nth-child(1) {
  margin-top: 0;
}
.link-f a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-image: url(/theme/img/arrow_long_gray.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem bottom 0.5rem;
  background-size: 3rem auto;
  color: #666;
}
.link-f-inner {
  flex: 1;
  padding: 0 2rem 0 1rem;
}
.link-f-title {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  min-height: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.link-f-detail {
  margin: 0.4rem 0 0;
  width: 100%;
  color: #666;
  align-items: center;
}
.link-f-detail-list {
  margin-top: 0;
}
.link-f-detail-item {
  margin: 0.3rem 0 0;
  line-height: 1.1;
  font-size: 1.1rem;
}
.link-f-detail-item:nth-child(1) {
  margin-top: 0;
}
.link-f-detail-item::before {
  content: "・";
}
.link-f-img {
  order: -1;
  margin: 0;
  width: 8rem;
}

@media (min-width: 750px) {
  .link-f-item {
    margin: 10px 0 0;
  }
  .link-f a {
    transition: 0.2s all all;
    background-position: right 5px bottom 5px;
    background-size: 30px auto;
  }
  .link-f a:hover {
    background-color: #f5f5f5;
    background-position: right 12px bottom 15px;
  }
  .link-f-inner {
    padding: 0 20px 0 10px;
  }
  .link-f-title {
    min-height: 45px;
    font-size: 18px;
    line-height: 1.3;
  }
  .link-f-detail {
    margin: 5px 0 0;
  }
  .link-f-detail-item {
    margin: 4px 0 0;
    font-size: 12px;
  }
  .link-f-img {
    width: 93px;
  }
}
.link-g-item {
  margin: 1rem 0 0;
}
.link-g-item:nth-child(1) {
  margin-top: 0;
}
.link-g-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-image: url(/theme/img/arrow_long_gray.svg);
  background-repeat: no-repeat;
  background-position: right 1.4rem bottom 1.4rem;
  background-size: 3rem auto;
  color: #666;
}
.link-g-inner {
  flex: 1;
  padding: 0 2rem 0 1rem;
}
.link-g-text {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}
.link-g-title {
  margin: 0;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.link-g-title ruby {
  color: #666;
}
.link-g-title rt {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 1rem;
  color: #c7b27c;
}
.link-g-img {
  order: -1;
  margin: 0;
  width: 8rem;
}

@media (min-width: 750px) {
  .link-g-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .link-g-item {
    margin: 15px 0 0;
    width: calc(50% - 15px);
  }
  .link-g-item:nth-child(1), .link-g-item:nth-child(2) {
    margin-top: 0;
  }
  .link-g-item a {
    transition: 0.2s all all;
    background-position: right 15px bottom 15px;
    background-size: 30px auto;
  }
  .link-g-item a:hover {
    background-color: #f5f5f5;
    background-position: right 12px bottom 15px;
  }
  .link-g-inner {
    flex: 1;
    padding: 0 20px 0 12px;
  }
  .link-g-text {
    margin: 0 0 5px;
    font-size: 12px;
  }
  .link-g-title {
    font-size: 20px;
  }
  .link-g-title rt {
    margin: 0 0 0 10px;
    font-size: 10px;
  }
  .link-g-img {
    width: 93px;
  }
}
.card-case-list {
  margin: 0;
}
.card-case-item {
  margin: 2rem 0 0;
}
.card-case-item:first-child {
  margin-top: 0;
}
.card-case-box {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.card-case-box-inner {
  position: relative;
  padding: 49.712% 0 1.5rem;
}
.card-case-box-title {
  margin: 1rem 1.5rem 0.75rem;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
.card-case-box-title a {
  text-decoration: none;
  color: #666;
}
.card-case-box-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.2rem 1.2rem 0;
}
.card-case-box-data-time {
  font-size: 12px;
}
.card-case-box-data-time.is-new::after {
  content: "NEW";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.3em;
  background-color: #be3565;
  line-height: 1;
  font-size: 11px;
  color: #fff;
}
.card-case-box-data-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.2rem;
  padding: 0.2em 0.75em;
  border: 1px solid #c7b27c;
  font-size: 10px;
  line-height: 1;
  color: #c7b27c;
}
.card-case-box-photo-list {
  display: flex;
  position: absolute;
  justify-content: space-between;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.card-case-box-photo-item {
  position: relative;
  overflow: hidden;
  margin: 1rem 0 0;
  width: calc(50% - 1px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card-case-box-photo-item a {
  display: block;
  position: relative;
}
.card-case-box-photo-item img {
  width: 100%;
  height: 100%;
}
.card-case-box-photo-item:nth-child(1), .card-case-box-photo-item:nth-child(2) {
  margin-top: 0;
}
.card-case-box-photo-item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  min-width: 5.5rem;
  min-height: 1.8rem;
  height: auto;
  background-color: rgba(147, 132, 106, 0.8);
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.card-case-box-photo-item:nth-child(even)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -3px 0 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.card-case-box-photo-item:nth-child(even).is-silicon::after {
  display: none;
}
.card-case-box-photo-item:nth-child(even) .card-case-box-photo-item-text {
  background-color: rgba(190, 53, 101, 0.6);
}
.card-case-box-button {
  margin: 0;
  padding: 0;
  text-align: right;
}
.card-case-box-button a {
  display: block;
  padding: 2.2rem 5.5rem 0 0;
  transition: all 0.4s ease;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-size: 3rem auto;
  background-position: right 1.5rem bottom 0.45rem;
  font-weight: normal;
  color: #c7b27c;
  text-decoration: none;
  font-size: 1.2rem;
}
.card-case-box-small {
  margin: 1rem 1.5rem 0;
  font-size: 10px;
}
.card-case-box-small-doctor, .card-case-box-small-text {
  letter-spacing: -0.025em;
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  color: #666;
}

@media (min-width: 750px) {
  .card-case-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .card-case-item {
    margin: 20px 0 0;
    width: calc(50% - 10px);
  }
  .card-case-item:nth-child(2) {
    margin-top: 0;
  }
  .card-case-box-inner {
    position: relative;
    padding-bottom: 40px;
    height: 100%;
  }
  .card-case-box-title {
    margin: 10px 10px;
    font-size: 14px;
  }
  .card-case-box-data {
    padding: 1.2rem 1.2rem 0;
  }
  .card-case-box-data-time {
    font-size: 12px;
  }
  .card-case-box-data-time.is-new::after {
    top: -1px;
    margin-right: 10px;
    font-size: 11px;
  }
  .card-case-box-data-cat {
    top: -2px;
  }
  .card-case-box-photo-item-text {
    min-width: 60px;
    min-height: 20px;
    font-size: 11px;
  }
  .card-case-box-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .card-case-box-button a {
    transition: all 0.2s all;
    padding: 20px 50px 15px 0;
    background-size: 30px auto;
    background-position: right 10px bottom 18px;
    font-size: 12px;
  }
  .card-case-box-button a:hover {
    background-position: right 7px bottom 18px;
  }
  .card-case-box-small {
    margin: 13px 10px 0;
  }
}
@media (min-width: 750px) {
  .card-case-box-inner {
    padding-bottom: 20px;
  }
}
.card-clinic-list {
  margin: 0;
}
.card-clinic-item {
  margin: 2rem 0 0;
}
.card-clinic-item:first-child {
  margin-top: 0;
}
.card-clinic-item a {
  text-decoration: none;
}
.card-clinic-item.is-osaka .card-clinic-title {
  background-image: url(/theme/img/card_clinic_osaka.png);
}
.card-clinic-item.is-nagoya .card-clinic-title {
  background-image: url(/theme/img/card_clinic_nagoya.png);
}
.card-clinic-item.is-fukuoka .card-clinic-title {
  background-image: url(/theme/img/card_clinic_fukuoka.png);
}
.card-clinic-inner {
  position: relative;
  padding: 1.5rem 1.5rem 5rem;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.card-clinic-title {
  background-image: url(/theme/img/card_clinic_tokyo.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.card-clinic-title a {
  display: block;
  margin: 0;
  padding: 3.5rem 21rem 5.5rem 0;
  height: 15.6rem;
  line-height: 1;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #666;
}
.card-clinic-title a::after {
  content: attr(data-text);
  display: block;
  margin: 0.5rem 0 0;
  width: 100%;
  color: #c7b27c;
  font-size: 1rem;
  text-transform: uppercase;
}
.card-clinic-table {
  margin: 1rem 0 0;
  width: 100%;
}
.card-clinic-table tr {
  border-bottom: 1px #e0e0e0 solid;
}
.card-clinic-table tr:first-child {
  border-top: 1px #e0e0e0 solid;
}
.card-clinic-table th, .card-clinic-table td {
  padding: 0.6em 1em 0.5em;
  font-size: 12px;
  line-height: 1.5;
}
.card-clinic-table td {
  padding-right: 0;
  text-align: left;
}
.card-clinic-table td a {
  text-decoration: underline;
  color: #c7b27c;
}
.card-clinic-table td a::after {
  content: "電話をかける";
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  margin: 0 0 0 0.75em;
  background-color: #c7b27c;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.card-clinic-table th {
  vertical-align: top;
  width: 8.5rem;
  background-color: #f7f7f7;
  font-weight: normal;
}
.card-clinic-button {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #93846a;
  background-image: url(/theme/img/arrow_long_white.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 3rem auto;
  width: 100%;
  height: 3.2rem;
}
.card-clinic-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
}
.card-clinic-info-text {
  font-size: 12px;
  color: #be3565;
  line-height: 1;
}

@media (min-width: 750px) {
  .card-clinic-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .card-clinic-item {
    margin: 20px 0 0;
    width: calc(50% - 10px);
  }
  .card-clinic-item:nth-child(2) {
    margin-top: 0;
  }
  .card-clinic-inner {
    position: relative;
    padding: 15px 15px 50px;
  }
  .card-clinic-title {
    position: relative;
    padding-top: 49.87%;
  }
  .card-clinic-title a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 11% 66.5% 0 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
  }
  .card-clinic-title a::after {
    margin: 7px 0 0;
    font-size: 10px;
  }
  .card-clinic-table {
    margin: 1rem 0 0;
    width: 100%;
  }
  .card-clinic-table th, .card-clinic-table td {
    padding: 10px 20px 10px 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .card-clinic-table th {
    width: 84px;
  }
  .card-clinic-button {
    transition: all 0.2s all;
    background-position: right 15px center;
    background-size: 30px auto;
    height: 32px;
  }
  .card-clinic-button:hover {
    background-position: right 12px center;
  }
  .card-clinic-button a {
    font-size: 14px;
  }
}
.anchor-a-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.anchor-a-item {
  overflow: hidden;
  border-radius: 4px;
  background: rgb(246, 246, 246);
  background: -moz-linear-gradient(bottom, rgb(246, 246, 246) 0%, rgb(237, 237, 237) 100%);
  background: -webkit-linear-gradient(bottom, rgb(246, 246, 246) 0%, rgb(237, 237, 237) 100%);
  background: linear-gradient(to bottom, rgb(246, 246, 246) 0%, rgb(237, 237, 237) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="#ededed",GradientType=1 );
}
.anchor-a-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.5rem 1.5rem;
  height: 100%;
  min-height: 5.7rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  color: #666;
}
.anchor-a-item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  margin-left: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid;
  border-color: #666 #666 transparent transparent;
  transform: rotate(135deg);
}
.anchor-a-item.is-push {
  position: relative;
}
.anchor-a-item.is-push a {
  padding-top: 1.6rem;
}
.anchor-a-item.is-push a::before {
  content: "注目POINT";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #be3565;
  line-height: 1;
  font-size: 0.8rem;
  color: #fff;
}
.anchor-a .is-column3 .anchor-a-item {
  width: calc(33.333% - 0.15rem);
}
.anchor-a .is-column3 .anchor-a-item a {
  padding-right: 1rem;
  padding-left: 1rem;
}
.anchor-a .is-column4 .anchor-a-item {
  width: calc(25% - 0.15rem);
}
.anchor-a .is-column5 .anchor-a-item {
  width: calc(33.333% - 0.15rem);
}
.anchor-a .is-column5 .anchor-a-item a {
  padding-right: 1rem;
  padding-left: 1rem;
}
.anchor-a .is-column5 .anchor-a-item:nth-child(4), .anchor-a .is-column5 .anchor-a-item:nth-child(5) {
  margin-top: 3px;
  width: calc(50% - 0.15rem);
}
.anchor-a .is-column6 .anchor-a-item {
  width: calc(33.333% - 0.15rem);
}
.anchor-a .is-column6 .anchor-a-item:nth-child(4), .anchor-a .is-column6 .anchor-a-item:nth-child(5), .anchor-a .is-column6 .anchor-a-item:nth-child(6) {
  margin-top: 3px;
}
.anchor-a .is-column7 .anchor-a-item {
  width: calc(25% - 0.15rem);
}
.anchor-a .is-column7 .anchor-a-item:nth-child(5), .anchor-a .is-column7 .anchor-a-item:nth-child(6), .anchor-a .is-column7 .anchor-a-item:nth-child(7) {
  margin-top: 3px;
  width: calc(33.333% - 0.15rem);
}
.anchor-a .is-column8 .anchor-a-item {
  width: calc(25% - 0.15rem);
}
.anchor-a .is-column8 .anchor-a-item:nth-child(5), .anchor-a .is-column8 .anchor-a-item:nth-child(6), .anchor-a .is-column8 .anchor-a-item:nth-child(7), .anchor-a .is-column8 .anchor-a-item:nth-child(8) {
  margin-top: 3px;
}
.anchor-a .is-column9 .anchor-a-item {
  width: calc(25% - 0.15rem);
}
.anchor-a .is-column9 .anchor-a-item:nth-child(5), .anchor-a .is-column9 .anchor-a-item:nth-child(6), .anchor-a .is-column9 .anchor-a-item:nth-child(7), .anchor-a .is-column9 .anchor-a-item:nth-child(8), .anchor-a .is-column9 .anchor-a-item:nth-child(9) {
  width: calc(20% - 0.15rem);
  margin-top: 3px;
}

@media (min-width: 750px) {
  .anchor-a-item {
    height: 77px;
  }
  .anchor-a-item a {
    padding: 0 4px 15px;
    font-size: 13px;
  }
  .anchor-a-item a::after {
    transition: 0.2s all;
    bottom: 12px;
  }
  .anchor-a-item a:hover::after {
    bottom: 9px;
  }
  .anchor-a-item.is-push a {
    padding-top: 16px;
  }
  .anchor-a-item.is-push a::before {
    height: 16px;
    font-size: 10px;
    font-weight: bold;
  }
  .anchor-a .is-column5 .anchor-a-item {
    width: calc(20% - 0.15rem);
  }
  .anchor-a .is-column5 .anchor-a-item:nth-child(4), .anchor-a .is-column5 .anchor-a-item:nth-child(5) {
    margin-top: 0;
    width: calc(20% - 0.15rem);
  }
  .anchor-a .is-column6 .anchor-a-item {
    width: calc(16.666% - 0.15rem);
  }
  .anchor-a .is-column6 .anchor-a-item:nth-child(4), .anchor-a .is-column6 .anchor-a-item:nth-child(5), .anchor-a .is-column6 .anchor-a-item:nth-child(6) {
    margin-top: 0;
  }
  .anchor-a .is-column7 .anchor-a-item {
    width: calc(14.258% - 0.15rem);
  }
  .anchor-a .is-column7 .anchor-a-item:nth-child(5), .anchor-a .is-column7 .anchor-a-item:nth-child(6), .anchor-a .is-column7 .anchor-a-item:nth-child(7) {
    margin-top: 0;
    width: calc(14.258% - 0.15rem);
  }
  .anchor-a .is-column8 .anchor-a-item {
    width: calc(12.5% - 0.15rem);
  }
  .anchor-a .is-column8 .anchor-a-item:nth-child(5), .anchor-a .is-column8 .anchor-a-item:nth-child(6), .anchor-a .is-column8 .anchor-a-item:nth-child(7), .anchor-a .is-column8 .anchor-a-item:nth-child(8) {
    margin-top: 0;
    width: calc(12.5% - 0.15rem);
  }
  .anchor-a .is-column9 .anchor-a-item {
    width: calc(11.11% - 0.15rem);
  }
  .anchor-a .is-column9 .anchor-a-item:nth-child(5), .anchor-a .is-column9 .anchor-a-item:nth-child(6), .anchor-a .is-column9 .anchor-a-item:nth-child(7), .anchor-a .is-column9 .anchor-a-item:nth-child(8), .anchor-a .is-column9 .anchor-a-item:nth-child(9) {
    margin-top: 0;
    width: calc(11.11% - 0.15rem);
  }
}
table {
  width: 100%;
}
table th, table td {
  padding: 0.7em 0.8em;
  font-size: 12px;
  line-height: 1.4;
}
table th {
  vertical-align: middle;
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}
table th a {
  color: #666;
}
table td {
  text-align: center;
}
table td a {
  color: #c7b27c;
  text-decoration: none;
}

thead th, thead td {
  background-color: #adadad;
  border-right: 1px solid #fff;
  color: #fff;
  text-align: center;
}

tr {
  border-top: 1px #e0e0e0 solid;
  color: #333;
}
tr:last-child {
  border-bottom: 1px #e0e0e0 solid;
}

@media (min-width: 750px) {
  table th, table td {
    padding: 15px 15px;
    font-size: 14px;
  }
  table th a:hover {
    text-decoration: none;
  }
}
.basic-set::after {
  content: "＋";
  display: block;
  margin: 0.5rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  color: #997852;
}

.table-a thead th {
  width: 40%;
}
.table-a .link-monitor {
  display: block;
  margin: 0.2rem 0 0;
  line-height: 1;
  font-size: 0.85em;
}
.table-a tr:last-child th {
  border-bottom: 0;
}

@media (min-width: 750px) {
  .basic-set::after {
    margin: 10px 0 10px;
    font-size: 30px;
  }
  .table-a .link-monitor {
    margin: 5px 0 0;
    font-size: 1em;
  }
  .table-a .link-monitor a:hover {
    text-decoration: underline;
  }
}
.table-b table {
  table-layout: fixed;
  border: 1px #e0e0e0 solid;
}
.table-b table td {
  text-align: left;
}
.table-b table tr:last-child th, .table-b table tr:last-child td {
  border-bottom: 0;
}

.option-title {
  margin: 0 0 0.85rem;
  font-weight: bold;
  font-size: 1.9rem;
  vertical-align: middle;
  line-height: 1;
  color: #997852;
}
.option-title::before {
  content: "＋";
  display: block;
  margin: 2.5rem 0 2.3rem;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}
.option-title::after {
  content: "";
  display: table;
  clear: both;
}
.option-title-sub {
  display: block;
  float: right;
  position: relative;
  margin: -0.5em 1.5rem 0 0;
  padding: 0.1rem 1.4rem 0;
  width: 21rem;
  height: 3.2rem;
  font-size: 1.3rem;
  line-height: 1.25;
}
.option-title-sub::before, .option-title-sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4rem;
  height: 3.2rem;
  background-image: url(/price/img/price_optiontitle_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.option-title-sub::after {
  left: auto;
  right: 0;
  transform: rotate(-180deg);
}
.option-text {
  margin: 0 0 0.95rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #997852;
}

@media (min-width: 750px) {
  .option-title {
    margin: 0 0 12px;
    font-size: 19px;
  }
  .option-title::before {
    margin: 33px 0 28px;
    font-size: 30px;
  }
  .option-title-sub {
    margin: 2px 370px 0 0;
    padding: 1px 14px 0;
    width: 280px;
    height: 15px;
    font-size: 14px;
    line-height: 1;
  }
  .option-title-sub::before, .option-title-sub::after {
    width: 10px;
    height: 15px;
    background-size: 10px 100%;
  }
  .option-text {
    display: block;
    margin: 0 0 10px;
    width: auto;
    font-size: 14px;
  }
}
.price-caption-list {
  margin: 1rem 0 0;
}
.price-caption-item {
  margin: 0.65rem 0 0;
  color: #be3565;
}
.price-caption-item:first-child {
  margin-top: 0;
}

@media (min-width: 750px) {
  .price-caption-list {
    margin: 10px 0 8px;
  }
  .price-caption-item {
    margin: 0.7rem 0 0;
  }
}
.module-a {
  margin: 0 0 0 -1.5rem;
  padding: 2.8rem 3rem;
  width: 37.5rem;
  background-color: #f7f3e9;
}
.module-a-title {
  margin: 0 0 1.4rem;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.module-a-parts {
  margin: 0;
  text-align: center;
}
.module-a-parts-item {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 0.2em 0.5em;
  border: 1px solid #c7b27c;
  color: #c7b27c;
  font-size: 10px;
  line-height: 1;
}
.module-a-worries {
  margin: 1.8rem 0 0;
}
.module-a-worries-item {
  padding: 0.15em 0 0 1.8em;
  margin: 0.8rem 0 0;
  background-image: url(/theme/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.4em auto;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
}
.module-a-worries-item:first-child {
  margin-top: 0;
}

@media (min-width: 750px) {
  .module-a {
    margin: 0;
    padding: 30px 50px;
    width: 100%;
  }
  .module-a-title {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1;
  }
  .module-a-parts-item {
    padding: 0.2em 0.5em;
    font-size: 14px;
  }
  .module-a-worries {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .module-a-worries-item {
    padding: 2px 0 0 30px;
    margin: 12px 0 0;
    width: calc(50% - 20px);
    min-height: 25px;
    background-size: 25px auto;
    font-size: 16px;
    line-height: 1.2;
  }
  .module-a-worries-item:nth-child(2) {
    margin-top: 0;
  }
  .module-a-text {
    margin: 15px 0 40px;
    font-size: 16px;
    line-height: 1.7;
  }
  .module-a-list {
    margin-bottom: 26px;
  }
  .module-a-item {
    padding: 0.8em 0.8em 0.6em;
    font-size: 14px;
  }
}
.module-b {
  margin: 0 0 0 -1.5rem;
  width: 37.5rem;
}
.module-b-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 1.5rem 0 7rem;
  width: 100%;
  height: 7.7rem;
  background-color: #c7b27c;
  background-image: url(/theme/img/icon_attention.svg);
  background-repeat: no-repeat;
  background-position: left 1.5rem center;
  background-size: 4.3rem auto;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.module-b-inner {
  padding: 2.2rem 2.5rem 2rem;
  background-color: #f7f3e9;
  border-top: 0;
}
.module-b-inner::before {
  content: "";
  display: block;
  margin: 0 0 1.4rem;
  width: 100%;
  height: 12.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.module-b-text {
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 750px) {
  .module-b {
    margin: 0;
    width: 100%;
  }
  .module-b-title {
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 54px;
    font-size: 20px;
    line-height: 1.15;
    background-image: none;
  }
  .module-b-title::before {
    content: "";
    display: inline-block;
    margin: 0 5px 0 0;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    background-image: url(/theme/img/icon_attention.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .module-b-inner {
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .module-b-inner::before {
    margin: 0;
    width: 325px;
    height: 145px;
    background-size: 100% auto;
  }
  .module-b-text {
    flex: 1;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.module-c {
  margin: 0 0 0 -1.5rem;
  width: 37.5rem;
}
.module-c-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 5rem;
  background-color: #c7b27c;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.module-c-inner {
  padding: 2.2rem 2.5rem 2rem;
  background-color: #f7f3e9;
  border-top: 0;
  border-radius: 0 0 6px 6px;
}
.module-c-lead {
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #93846a;
}
.module-c-img {
  margin: 1.5rem auto 0;
  width: 30rem;
  height: 17.391rem;
}
.module-c-text {
  margin: 1.5rem 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.module-c-qualification {
  margin: 1rem 0 0;
  padding: 1.5rem 2rem;
  background-color: #fff;
}
.module-c-qualification-title {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.module-c-qualification-title span {
  display: inline-block;
  margin: 0 0.85em 0 0;
  font-size: 0.8em;
}
.module-c-qualification-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.4rem 0 0;
  width: 100%;
  height: 2rem;
  border-radius: 6px 6px 0 0;
  background-color: #9aa5a7;
  font-weight: normal;
  font-size: 1.4rem;
  color: #fff;
}
.module-c-qualification-list {
  margin: 1rem 0 0;
}
.module-c-qualification-item {
  margin: 0.5em 0 0;
  padding: 0 0 0.5em 0.5em;
  border-bottom: 1px solid #e0e0e0;
}
.module-c-qualification-item a {
  text-decoration: none;
}
.module-c-qualification-item:first-child {
  margin-top: 0;
}
.module-c-link {
  margin: 2rem 0 0;
}
.module-c-link-item {
  margin: 1.4rem 0 0;
}
.module-c-link-item:first-child {
  margin-top: 0;
}

@media (min-width: 750px) {
  .module-c {
    margin: 0;
    width: 100%;
  }
  .module-c-title {
    height: 66px;
    font-size: 26px;
  }
  .module-c-inner {
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .module-c-lead {
    margin: 0 0 20px;
    width: 100%;
    line-height: 1.4;
    font-size: 18px;
  }
  .module-c-img {
    margin: 0;
    width: 345px;
    height: 200px;
  }
  .module-c-text {
    margin: 0;
    width: 385px;
  }
  .module-c-qualification {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
    padding: 15px;
    width: 100%;
  }
  .module-c-qualification-title {
    flex: 1;
    padding-top: 40px;
    height: 100%;
  }
  .module-c-qualification-title span {
    display: block;
    margin: 0 0 8px;
    font-size: 14px;
  }
  .module-c-qualification-inner {
    width: 445px;
  }
  .module-c-qualification-lead {
    margin: 0;
    height: 20px;
    font-size: 14px;
  }
  .module-c-qualification-list {
    margin: 10px 0;
  }
  .module-c-qualification-item {
    margin: 6px 0 0;
    padding: 0 0 5px 5px;
  }
  .module-c-qualification-item a:hover {
    text-decoration: underline;
  }
  .module-c-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
    width: 100%;
  }
  .module-c-link-item {
    margin: 0;
    width: calc(50% - 15px);
  }
  .module-c-link-item a {
    width: 100%;
  }
}
.module-qa-item a {
  display: inline-block;
  text-decoration: none;
}
.module-qa-item::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 8rem;
  height: 1px;
  background-color: #e0e0e0;
}
.module-qa-item:first-child .module-qa-inner {
  padding-top: 0;
}
.module-qa-item:last-child .module-qa-inner {
  padding-bottom: 0;
}
.module-qa-item:last-child::after {
  display: none;
}
.module-qa-inner {
  padding: 2rem 0;
}
.module-qa-title, .module-qa-text {
  padding: 0 0 0 4.2rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.2rem auto;
}
.module-qa-title {
  display: flex;
  align-items: center;
  min-height: 3.2rem;
  background-image: url(/theme/img/icon_q.svg);
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: #333;
}
.module-qa-text {
  margin: 0.85rem 0 0;
  background-image: url(/theme/img/icon_a.svg);
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
.module-qa-text p, .module-qa-text li {
  font-size: 14px;
  line-height: 1.4;
}
.module-qa-text li {
  font-size: 14px;
  line-height: 1.4;
}
.module-qa-text ul {
  margin: 0.5em 0;
}

@media (min-width: 750px) {
  .module-qa-item a:hover {
    text-decoration: underline;
  }
  .module-qa-item::after {
    width: 30%;
    max-width: 235px;
  }
  .module-qa-inner {
    padding: 25px 0;
  }
  .module-qa-title, .module-qa-text {
    padding-left: 58px;
    background-size: 48px auto;
  }
  .module-qa-title {
    min-height: 48px;
    font-size: 16px;
  }
  .module-qa-text {
    margin: 15px 0 0;
    min-height: 49px;
  }
}
.page-title-case {
  margin: 0.3em 0 0;
}
.page-title-case-inner {
  padding: 0.4em;
  background-color: #666;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}

@media (min-width: 750px) {
  .page-title-case {
    margin: 3px auto 0;
    padding-left: 50px;
    width: 1100px;
  }
  .page-title-case-inner {
    padding: 4px 1px 4px 7px;
    font-size: 14px;
  }
}
.treatment-banner {
  width: 100%;
  height: 10.147rem;
}

@media (min-width: 750px) {
  .treatment-banner {
    width: 830px;
    height: 140px;
  }
}
@media (min-width: 750px) {
  .card-clinic-inner {
    height: 460px;
  }
}
.treatment-link-b-item.is-n2 {
  margin-top: 1rem;
}

@media (min-width: 750px) {
  .treatment-link-b {
    display: flex;
    justify-content: space-between;
  }
  .treatment-link-b-item {
    width: 49.5%;
  }
  .treatment-link-b-item.is-n2 {
    margin-top: 0;
  }
  .treatment-link-b-item .link-b-title {
    font-size: 16px;
  }
  .treatment-link-b-item .link-b-img {
    min-height: auto;
  }
}
.about-lead-text {
  margin: 1rem 0 0;
}

.feature-list {
  margin: 2.25rem 0 0;
}
.feature-item {
  margin: 2rem 0 0;
}
.feature-item:first-child {
  margin-top: 0;
}
.feature-title {
  margin: 0 0 1rem;
}
.feature-pic {
  margin: 1rem 0 0;
}
.feature-figure {
  margin: 1.5rem 0 0;
}
.feature-figure-title {
  margin: 0;
  padding: 0.45em 0;
  background-color: #a5a5a5;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.feature-figure-title.is-red {
  margin-top: 1.5rem;
  background-color: #e6a1a1;
}
.feature-figure-title.is-blue {
  margin-top: 1.5rem;
  background-color: #4a5e8d;
}
.feature-figure-list {
  margin: 0;
  padding: 1rem 1rem 0;
}
.feature-figure-item {
  margin: 1rem 0 0;
}
.feature-figure-item:first-child {
  margin-top: 0;
}
.feature-figure-item-pic {
  margin: 0;
}
.feature-figure-item-pic-caption {
  margin: 0.4rem 0 0;
}
.feature-figure-case {
  margin: 0;
  padding: 1rem 1rem 0;
}
.feature-figure-case-item {
  margin: 0.7rem 0 0;
}
.feature-figure-case-item:first-child {
  margin-top: 0;
}
.feature-figure-case-item.is-after {
  position: relative;
  padding-top: 1.3rem;
}
.feature-figure-case-item.is-after::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  margin-left: -2px;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.8rem solid transparent;
  border-left: 0.8rem solid #997852;
  transform: rotate(90deg);
}
.feature-figure-case-small {
  display: block;
  padding: 0 1rem;
}
.feature-figure-wrap {
  margin: 0 0 1.5rem;
  padding: 0 0 1rem;
  background-color: #f7f7f7;
}
.feature-figure-pic {
  margin: 0;
  padding: 1rem;
  background-color: #f7f7f7;
}
.feature-figure-pic-item {
  margin: 0;
}
.feature-figure-pic:first-child {
  margin-top: 0;
}
.feature-figure-pic:first-child .feature-figure-pic-inner {
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.feature-figure-pic-inner {
  margin: 0 0.75rem;
  padding: 1.5rem 0 1.25rem;
  background-color: #fff;
}
.feature-figure-pic-inner .feature-figure-pic-caption {
  margin: 1.5rem 0 0;
  padding: 0 2.2rem;
}
.feature-figure-pic-inner .feature-figure-pic-caption.is-center {
  text-align: center;
}
.feature-figure-pic-title {
  margin: 0 0 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.feature-figure-pic .is-border1 {
  border: 1px solid #dbdbdb;
}
.feature-figure-pic .is-border2 {
  border: 1px solid #bab7b7;
}
.feature-figure-pic .is-round {
  border-radius: 6px;
  overflow: hidden;
}
.feature-figure-pic-caption {
  margin: 0.5rem 0 0;
}

@media (min-width: 750px) {
  .about-lead {
    justify-content: space-between;
  }
  .about-lead-text {
    width: 425px;
  }
  .about-lead-pic {
    width: 345px;
  }
  .feature-list {
    margin-top: 25px;
  }
  .feature-item {
    margin-top: 25px;
  }
  .feature-box-inner {
    padding: 0 20px;
  }
  .feature-title {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    height: 53px;
    font-size: 20px;
    line-height: 1;
  }
  .feature-pic {
    margin: 0;
  }
  .feature-text {
    width: 100%;
  }
  .feature-text.is-full.is-full {
    width: 100%;
  }
  .feature-figure {
    margin-top: 20px;
  }
  .feature-figure-title {
    padding: 7px 0;
  }
  .feature-figure-title.is-red {
    margin-top: 8px;
  }
  .feature-figure-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 5px 0 0;
  }
  .feature-figure-item {
    margin: 0;
    width: 238px;
  }
  .feature-figure-item-pic {
    margin: 0;
  }
  .feature-figure-item-pic-caption {
    margin-top: 4px;
    line-height: 1;
  }
  .feature-figure-case {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5px 0 0;
    padding: 0;
  }
  .feature-figure-case-item {
    margin-top: 0;
    width: 368px;
  }
  .feature-figure-case-item.is-after {
    padding-top: 0;
  }
  .feature-figure-case-item.is-after::before {
    top: 50%;
    left: 0;
    margin-top: -4px;
    margin-left: -10px;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #997852;
    transform: rotate(0deg);
  }
  .feature-figure-case-small {
    padding: 0;
  }
  .feature-figure-wrap {
    margin: 0 0 30px;
    padding: 0;
    justify-content: center;
  }
  .feature-figure-wrap .feature-figure-pic {
    width: 315px;
  }
  .feature-figure-wrap .feature-figure-pic-inner {
    margin: 0 15px;
    padding: 20px 0;
    height: 100%;
  }
  .feature-figure-wrap .feature-figure-pic-caption {
    width: 100%;
  }
  .feature-figure-pic {
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  .feature-figure-pic img {
    width: 607px;
  }
  .feature-figure-pic:first-child {
    margin-top: 0;
  }
  .feature-figure-pic:first-child .feature-figure-pic-inner {
    margin-top: 0;
    margin-bottom: 0;
  }
  .feature-figure-pic-inner {
    margin: 0 0.75rem;
    padding: 1.5rem 0 1.25rem;
    background-color: #fff;
  }
  .feature-figure-pic-inner .feature-figure-pic-caption {
    margin: 1.5rem 0 0;
    padding: 0 2.2rem;
  }
  .feature-figure-pic-inner .feature-figure-pic-caption.is-center {
    text-align: center;
  }
  .feature-figure-pic-title {
    margin: 0 0 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .feature-figure-pic-caption {
    margin: 3px auto 0;
    width: 607px;
    text-align: left;
    line-height: 1.4;
  }
}
.original-block {
  margin: 2.5rem 0 0;
}
.original-block:first-child {
  margin-top: 0;
}
.original-pic {
  margin: 1.5rem 0;
}
.original-title {
  margin-bottom: 0.75em;
}
.original-comparison {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1.5rem 0 0;
}
.original-comparison-box {
  width: 15.1rem;
}
.original-comparison-title {
  margin: 0 0 0.75rem;
  padding: 0.75rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  background-color: #a5a5a5;
  color: #fff;
  text-align: center;
}
.original-comparison-title.is-blue {
  background-color: #4a5e8d;
}
.original-box + .original-pic.is-center {
  text-align: center;
}

@media (min-width: 750px) {
  .original-block {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 25px 0 0;
    border-top: 0;
  }
  .original-pic {
    margin: 0;
    width: 300px;
  }
  .original-box {
    width: 470px;
  }
  .original-title {
    margin-bottom: 18px;
  }
  .original-comparison {
    margin: 25px 0 0;
    justify-content: center;
  }
  .original-comparison-box {
    margin: 0 15px;
    width: 315px;
  }
  .original-comparison-title {
    margin: 0;
    padding: 8px;
    font-size: 14px;
    line-height: 1;
  }
  .original-comparison-pic {
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    text-align: center;
  }
  .original-comparison-pic img {
    width: 200px;
  }
}
.original-comparison {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1.5rem 0 2rem;
}
.original-comparison-box {
  width: 17rem;
}
.original-comparison-title {
  margin: 0 0 0.75rem;
  padding: 0.75rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  background-color: #a5a5a5;
  color: #fff;
  text-align: center;
}
.original-comparison-title.is-blue {
  background-color: #4a5e8d;
}

@media (min-width: 750px) {
  .original-comparison {
    margin: 20px 0 30px;
    justify-content: center;
  }
  .original-comparison-box {
    margin: 0 15px;
    width: 315px;
  }
  .original-comparison-title {
    margin: 0;
    padding: 8px;
    font-size: 14px;
    line-height: 1;
  }
  .original-comparison-pic {
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    text-align: center;
  }
  .original-comparison-pic img {
    width: 200px;
  }
}
.downtime-item {
  margin: 2.5rem 0 0;
}
.downtime-item:first-child {
  margin-top: 1rem;
}
.downtime-title {
  margin: 0 0 1rem;
}
.downtime-info-symptom {
  border: 1px solid #ccc;
  margin: 1rem 0 0;
}
.downtime-info-symptom-title {
  padding: 0.5rem 0;
  background-color: #ccc;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.downtime-info-symptom-detail {
  margin: 0;
  padding: 0.8rem 1.3rem;
}
.downtime-info-symptom-list {
  margin: 0;
}
.downtime-info-symptom-item {
  display: inline-block;
  margin: 0 0.75em 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.downtime-info-symptom-item::before {
  content: "・";
}
.downtime-info-text {
  margin: 1rem 0 0;
  padding: 1.25rem;
  background-color: rgba(199, 178, 124, 0.15);
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 750px) {
  .downtime-item {
    margin-top: 30px;
  }
  .downtime-item:first-child {
    margin-top: 10px;
  }
  .downtime-item:nth-child(3) .downtime-info-symptom, .downtime-item:nth-child(4) .downtime-info-symptom {
    width: 182px;
  }
  .downtime-title {
    margin: 0 0 25px;
  }
  .downtime-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0 0;
  }
  .downtime-info-symptom {
    margin: 0;
    width: 262px;
  }
  .downtime-info-symptom-title {
    padding: 10px 0;
  }
  .downtime-info-symptom-detail {
    margin: 0;
    padding: 15px;
  }
  .downtime-info-symptom-item {
    margin: 0 0.65em 0 0;
  }
  .downtime-info-text {
    margin: 0 0 0 20px;
    padding: 15px;
    flex: 1;
    line-height: 1.7;
  }
}
@media (min-width: 750px) {
  .treatment-monitor-pic {
    width: 400px;
  }
  .treatment-monitor-info {
    flex: 1;
    padding: 0 0 0 25px;
  }
}
.other-list {
  margin: 0;
}
.other-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.other-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.other-item::after {
  content: "";
  display: table;
  clear: both;
}
.other-item-pic {
  margin: 0 1.5rem 0 0;
  width: 80px;
  height: 80px;
  float: left;
}
.other-item-title {
  margin-bottom: 0.5rem;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}
.other-item-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}
.other-caution {
  line-height: 1.4;
  font-size: 1.2rem;
  color: #d91316;
}

@media (min-width: 750px) {
  .other-list {
    margin: 0;
  }
  .other-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .other-item-pic {
    margin: 0 20px 0 0;
    width: 120px;
    height: 120px;
  }
  .other-item-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .other-item-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .other-caution {
    font-size: 14px;
  }
}
.description-box2 {
  margin-top: 1rem;
}
.description-box2-list {
  justify-content: space-between;
  flex-wrap: wrap;
}
.description-box2-item {
  width: calc(50% - 0.25rem);
  text-align: center;
}
.description-box2-item:last-child .description-box2-title {
  color: #c7b27c;
}
.description-box2-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.7rem;
  padding: 0 1rem;
  height: 5rem;
  background: #efefef;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
}
.description-box2-pic {
  margin: 0;
}
.description-box2-pic-caption {
  margin-top: 0.75rem;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 750px) {
  .description-box2 {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .description-box2-title {
    margin-bottom: 8px;
    padding: 10px 0;
    height: auto;
    font-size: 14px;
    line-height: 1;
  }
  .description-box2-pic-caption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.description-box4 {
  padding: 1.5rem;
  border-radius: 4px;
  border: 1px solid #93846a;
}
.description-box4-title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  color: #212529;
}
.description-box4-title::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  margin-right: 0.3rem;
  background: #a49a91;
  vertical-align: middle;
}
.description-box4-title::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  margin-left: 0.3rem;
  background: #a49a91;
  vertical-align: middle;
}
.description-box4-lead {
  font-size: 14px;
  line-height: 1.35;
  font-weight: bold;
}

@media (min-width: 750px) {
  .description-box4 {
    padding: 30px 30px 20px;
  }
  .description-box4-title {
    font-weight: bold;
    font-size: 20px;
  }
  .description-box4-title::before {
    width: 2em;
  }
  .description-box4-title::after {
    width: 2em;
  }
  .description-box4-lead {
    text-align: center;
    font-size: 16px;
  }
}
.treatment-feature-list {
  justify-content: center;
  flex-wrap: wrap;
}
.treatment-feature-item {
  margin: 0 1%;
  width: 23%;
}
.treatment-feature-item:first-child {
  margin-left: 0;
}
.treatment-feature-item:last-child {
  margin-right: 0;
}

@media (min-width: 750px) {
  .treatment-feature-item {
    margin: 0 10px;
    width: 134px !important;
  }
}
.treatment-ideal::before {
  content: "";
  display: block;
  margin: 0 auto 4.3731778426%;
  padding-top: 7.2886297376%;
  width: 23.3236151603%;
  background: url(/treatment/img/treatment_ideal_arrow.png) center center no-repeat;
  background-size: 100% auto;
}
.treatment-ideal-title {
  margin: 0;
  padding: 2.915451895% 0;
  background: url(/treatment/img/treatment_ideal_title_bg.png) center center no-repeat;
  background-size: 100% auto;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
}
.treatment-ideal-inner {
  padding-top: 5.2478134111%;
}
.treatment-ideal-list {
  margin: 0;
}
.treatment-ideal-item {
  margin-top: 4.3731778426%;
  padding: 0 4.6647230321%;
}
.treatment-ideal-item::after {
  content: "";
  display: table;
  clear: both;
}
.treatment-ideal-item:first-child {
  margin-top: 0;
}
.treatment-ideal-item:first-child .treatment-ideal-item-text, .treatment-ideal-item:first-child .treatment-ideal-item-pic {
  float: none;
  width: 100%;
}
.treatment-ideal-item:first-child .treatment-ideal-item-text {
  margin-top: 0.5em;
}
.treatment-ideal-item-title {
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.treatment-ideal-item-title::before {
  content: "";
  display: inline-block;
  margin-right: 0.15em;
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  background-color: #a0293c;
}
.treatment-ideal-item-text {
  float: right;
  margin: 0;
  width: 47.5884244373%;
  font-size: 14px;
  line-height: 1.4;
}
.treatment-ideal-item-pic {
  margin: 0;
  float: left;
  width: 49.8392282958%;
}
.treatment-ideal-item-pic.is-push {
  position: relative;
}
.treatment-ideal-item-pic.is-push::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin-top: -3rem;
  margin-right: -1.5rem;
  width: 5.5rem;
  height: 5.5rem;
  background: url(/shared/img/icon_point.png) no-repeat center center;
  background-size: contain;
}

@media (min-width: 750px) {
  .treatment-ideal::before {
    margin: 0 auto 25px;
    padding-top: 25px;
    width: 80px;
  }
  .treatment-ideal-title {
    padding: 10px 0;
    background: url(/treatment/img/treatment_ideal_title_bg_pc.png) center center no-repeat;
    font-size: 24px;
  }
  .treatment-ideal-inner {
    padding-top: 25px;
  }
  .treatment-ideal-list {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .treatment-ideal-item {
    margin-top: 0;
    padding: 0;
    width: 257px;
  }
  .treatment-ideal-item:first-child .treatment-ideal-item-text {
    margin-top: 8px;
  }
  .treatment-ideal-item-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .treatment-ideal-item-text {
    margin: 8px 0 0;
    width: 257px;
    font-size: 14px;
    line-height: 1.4;
  }
  .treatment-ideal-item-pic {
    width: 257px;
  }
  .treatment-ideal-item-pic img {
    width: 100%;
  }
  .treatment-ideal-item-pic.is-push::after {
    margin-top: -20px;
    margin-right: -15px;
    width: 50px;
    height: 50px;
  }
}
.treatment-downtime-item::before {
  content: "";
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border: 1rem solid transparent;
  border-left: 1rem solid #bb8d3f;
  transform: rotate(90deg);
}
.treatment-downtime-item-pic {
  margin: 1.5rem 0 0;
}
.treatment-downtime-item-pic-item {
  margin-top: 1.4rem;
}
.treatment-downtime-item-pic-item:first-child {
  margin-top: 0;
}
.treatment-downtime-item-pic-item.is-nextday, .treatment-downtime-item-pic-item.is-oneweek {
  position: relative;
}
.treatment-downtime-item-pic-item.is-nextday::after, .treatment-downtime-item-pic-item.is-oneweek::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.75rem;
  right: 33%;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: #a0293c;
  box-shadow: 1px 1px 0 0 rgb(255, 255, 255);
  line-height: 5.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: -0.025em;
}
.treatment-downtime-item-pic-item.is-nextday::after {
  content: "翌日";
}
.treatment-downtime-item-pic-item.is-oneweek::after {
  content: "1週間後";
  background-color: #f49c9c;
  font-size: 1.3rem;
}
.treatment-downtime-item:first-child::before {
  display: none;
}
.treatment-downtime-item:last-child .treatment-downtime-item-inner {
  margin-bottom: 0;
}
.treatment-downtime-wrap-item {
  margin-top: 1.5rem;
}

@media (min-width: 750px) {
  .treatment-downtime::after {
    content: "";
    display: table;
    clear: both;
  }
  .treatment-downtime-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
  }
  .treatment-downtime-item {
    position: relative;
    width: 240px;
  }
  .treatment-downtime-item::before {
    position: absolute;
    top: 50%;
    left: -12px;
    margin: 0;
    width: 8px;
    height: 15px;
    border: 10px solid transparent;
    border-left: 10px solid #bb8d3f;
    transform: rotate(0deg);
  }
  .treatment-downtime-item-pic {
    margin: 15px 0 0;
  }
  .treatment-downtime-item-pic-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .treatment-downtime-item-pic-item {
    margin: 0;
    width: 380px;
  }
  .treatment-downtime-item-pic-item.is-nextday::after, .treatment-downtime-item-pic-item.is-oneweek::after {
    top: -8px;
    right: 120px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
  }
  .treatment-downtime-item-pic-item.is-oneweek::after {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .treatment-downtime-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .treatment-downtime-wrap-item {
    margin: 0;
    width: 365px;
  }
  .treatment-downtime-wrap-item img {
    width: 100%;
  }
  .treatment-downtime-pic {
    margin-bottom: 30px;
  }
  .treatment-downtime-pic-caption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.treatment-scar-wrap {
  justify-content: space-between;
}
.treatment-scar-item {
  margin-bottom: 1.5rem;
}

@media (min-width: 750px) {
  .treatment-scar-wrap {
    justify-content: space-between;
  }
  .treatment-scar-item {
    width: 380px;
    margin-bottom: 0;
  }
}
.treatment-case-item-title {
  margin: 1.5rem 0 0.5rem;
}

@media (min-width: 750px) {
  .treatment-case-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .treatment-case-item-title {
    margin: 18px 0 10px;
  }
}
.treatment-society .table-b th, .treatment-society .table-b td {
  padding: 0.4rem 0.5rem;
}
.treatment-society .table-b th {
  font-size: 12px;
}
.treatment-society .table-b td {
  border-right: 1px #e0e0e0 solid;
  font-size: 10px;
}
.treatment-society .table-b .year {
  width: 4rem;
  text-align: center;
}
.treatment-society .table-b .author {
  width: 5.8rem;
  text-align: center;
  border-right: 0;
}
.treatment-society .table-b .society-name,
.treatment-society .table-b .magazine {
  width: 10rem;
}
.treatment-society .table-b.is-media .author {
  width: 10rem;
}

@media (min-width: 750px) {
  .treatment-society .table-b th, .treatment-society .table-b td {
    padding: 6px 10px;
  }
  .treatment-society .table-b th {
    font-size: 14px;
  }
  .treatment-society .table-b td {
    font-size: 12px;
  }
  .treatment-society .table-b .year {
    width: 100px;
  }
  .treatment-society .table-b .author {
    width: 120px;
  }
  .treatment-society .table-b .society-name,
  .treatment-society .table-b .magazine {
    width: 190px;
  }
  .treatment-society .table-b.is-media .author {
    width: 180px;
  }
}
.treatment-info .table-b th {
  width: 13.5rem;
}
.treatment-info .table-b .text-b {
  display: block;
  line-height: 1.3;
}

@media (min-width: 750px) {
  .treatment-info .table-b th {
    width: 230px;
  }
}
.treatment-flow {
  margin-bottom: 2em;
  background: #fff;
}
.treatment-flow-list {
  margin: 0;
}
.treatment-flow-block::after {
  content: "";
  display: table;
  clear: both;
}
.treatment-flow-inner {
  overflow: hidden;
}
.treatment-flow-contents-list {
  margin: 0.75em 0;
}
.treatment-flow-contents-item {
  margin-top: 0.25em;
  font-size: 12px;
  line-height: 1.3;
}
.treatment-flow-contents-item:first-child {
  margin-top: 0;
}
.treatment-flow-contents-item:before {
  content: "・";
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.treatment-flow-text {
  margin: 0 0 0.5em;
  font-size: 12px;
  line-height: 1.5;
}
.treatment-flow-pic {
  margin: 0 1em 0.8em 0;
  float: left;
  width: 45%;
  max-width: 250px;
}
.treatment-flow-case {
  padding: 1.25rem;
  margin-top: 1rem;
  border: 1px solid #93846a;
  border-radius: 4px;
}
.treatment-flow-case::after {
  content: "";
  display: table;
  clear: both;
}
.treatment-flow-case-title {
  margin-bottom: 0.6rem;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #212529;
}
.treatment-flow-case-title-middle {
  margin-bottom: 0.4rem;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #212529;
}
.treatment-flow-case-text {
  font-size: 11px;
  line-height: 1.4;
}
.treatment-flow-case-list {
  margin: 0.75em 0;
}
.treatment-flow-case-item {
  margin-top: 0.4em;
  font-size: 11px;
  line-height: 1.3;
}
.treatment-flow-case-item:before {
  content: "・";
}
.treatment-flow-case-item:first-child {
  margin-top: 0;
}
.treatment-flow-case-pic {
  margin: 0.5em 1rem 0 0;
  float: left;
  width: 40%;
}

@media (min-width: 750px) {
  .treatment-flow {
    margin-bottom: 50px;
  }
  .treatment-flow-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .treatment-flow-pic {
    margin: 0 1.5em 1em 0;
    width: 250px;
  }
  .treatment-flow-contents {
    margin-left: 280px;
  }
  .treatment-flow-contents.is-full {
    margin-left: 0;
  }
  .treatment-flow-contents-list {
    margin: 15px 0;
  }
  .treatment-flow-contents-item {
    font-size: 16px;
    line-height: 1.3;
  }
  .treatment-flow-case {
    padding: 30px;
    margin-top: 40px;
  }
  .treatment-flow-case-title {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .treatment-flow-case-title-middle {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .treatment-flow-case-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .treatment-flow-case-list {
    margin: 15px 0 25px;
  }
  .treatment-flow-case-item {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.2;
  }
  .treatment-flow-case-pic {
    margin: 0.5em 0 0 1rem;
    float: right;
    width: 250px;
  }
}
.flow-box-text {
  margin: 1rem 0 0;
}

@media (min-width: 750px) {
  .flow-box {
    justify-content: space-between;
  }
  .flow-box-pic {
    width: 300px;
  }
  .flow-box-text {
    width: 470px;
    margin: 0;
  }
  .flow-box .link-d-item {
    margin-left: 320px;
  }
}
.treatment-parts-flow-item {
  color: #be3565;
  font-weight: bold;
}

.layout-ptn1:last-child {
  margin-bottom: 0;
}
.layout-ptn1-box {
  margin: 2rem 0 0;
}
.layout-ptn1-box:first-child {
  margin-top: 0;
}
.layout-ptn1-box-inner {
  margin: 1rem auto 0;
  width: 24rem;
}
.layout-ptn1-box-text {
  margin: 1rem auto 0;
  padding: 1em;
  width: 24rem;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 750px) {
  .layout-ptn1 {
    justify-content: space-between;
  }
  .layout-ptn1-box {
    margin: 0;
    width: 250px;
  }
  .layout-ptn1-box-inner {
    margin: 10px 0 0;
    width: 100%;
  }
  .layout-ptn1-box-text {
    margin: 0;
    padding: 0.85em 1em;
    width: 250px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.layout-ptn2-dt {
  position: relative;
  margin: 0;
  padding: 1rem 0;
  background-color: #e6cc98;
  background-image: url(/treatment/gynecomastia/img/layout_ptn2_title_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  color: #635a51;
  overflow: hidden;
}
.layout-ptn2-dd {
  margin: 0.75rem 0 0;
  padding: 0 1rem;
  font-size: 14px;
  line-height: 1.75;
}
.layout-ptn2-step-item {
  margin: 1.5rem 0 0;
}
.layout-ptn2-step-item:first-child {
  margin-top: 0;
}
.layout-ptn2-step-title {
  margin: 0 0 0.5rem;
}
.layout-ptn2-step-pic {
  margin: 1rem 0 0;
  padding: 0 1rem;
}
.layout-ptn2-step-caption {
  margin: 0.75em 0 0;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 750px) {
  .layout-ptn2-dl {
    display: flex;
    justify-content: space-between;
  }
  .layout-ptn2-dt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 132px;
    min-height: 92px;
    background-image: url(/treatment/gynecomastia/img/layout_ptn2_title_bg_pc.png);
    background-size: 15px 100%;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
  }
  .layout-ptn2-dd {
    display: flex;
    margin: 0;
    padding: 0;
    width: 640px;
    font-size: 14px;
    line-height: 1.75;
  }
  .layout-ptn2-step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .layout-ptn2-step-item {
    margin-top: 0;
    width: 255px;
  }
  .layout-ptn2-step-title {
    margin: 0 0 5px;
  }
  .layout-ptn2-step-pic {
    margin: 5px 0 0;
    padding: 0;
  }
  .layout-ptn2-step-caption {
    margin: 3px 0 0;
    font-size: 12px;
    line-height: 1.4;
  }
}
.layout-ptn3-box {
  margin: 2rem 0 0;
}
.layout-ptn3-box-pic {
  background-color: #f7f7f7;
}
.layout-ptn3-box-pic-caption {
  padding: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 750px) {
  .layout-ptn3 {
    justify-content: space-between;
  }
  .layout-ptn3-box {
    margin: 0;
    width: 380px;
  }
  .layout-ptn3-box-pic-caption {
    padding: 1.5em 1em 1.65em;
    font-size: 14px;
  }
}
.treatment-preservation-top-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 2rem 0 0;
  line-height: 1;
  font-size: 17px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.treatment-preservation-top-title::before, .treatment-preservation-top-title::after {
  flex: 1;
}
.treatment-preservation-top-title::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  margin-right: 0.3rem;
  background: #a49a91;
  vertical-align: middle;
}
.treatment-preservation-top-title::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  margin-left: 0.3rem;
  background: #a49a91;
  vertical-align: middle;
}
.treatment-preservation-top-title-inner {
  display: block;
  width: 13em;
  background: linear-gradient(transparent 70%, #fff500 70%);
}
.treatment-preservation-top-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1.3rem 0 0;
  padding: 0 1rem;
}
.treatment-preservation-top-item {
  margin: 0;
  width: 15.5rem;
}
.treatment-preservation-top-text {
  margin: -0.5rem 0 0;
}
.treatment-preservation-top-text::before {
  content: "";
  box-sizing: border-box;
  display: block;
  margin: 0 auto -0.65rem;
  width: 1.5rem;
  height: 1.4rem;
  border: 1.4rem solid transparent;
  border-left: 1.4rem solid #a0293c;
  transform: rotate(90deg);
}
.treatment-preservation-top-text img {
  background-color: #e2ca87;
}

@media (min-width: 750px) {
  .treatment-preservation-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .treatment-preservation-top-pic {
    width: 440px;
  }
  .treatment-preservation-top-box {
    width: 320px;
  }
  .treatment-preservation-top-title {
    margin: 0;
    font-size: 17px;
  }
  .treatment-preservation-top-title-inner {
    font-weight: bold;
  }
  .treatment-preservation-top-list {
    margin: 8px 0 0;
    padding: 0 10px;
  }
  .treatment-preservation-top-item {
    width: 133px;
  }
  .treatment-preservation-top-text {
    margin: -10px 0 0;
  }
  .treatment-preservation-top-text::before {
    margin: 0 auto -8px;
    width: 15px;
    height: 12px;
    border: 12px solid transparent;
    border-left: 12px solid #a0293c;
  }
  .treatment-preservation-top-text img {
    background-color: #e2ca87;
  }
}
.summary-box-pic {
  width: 100%;
  height: 18.4rem;
  overflow: hidden;
}
.summary-box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.summary-box-inner {
  margin-top: 1rem;
}
.summary-box-title {
  margin: 0 0 1rem 0;
}

@media (min-width: 750px) {
  .summary-box {
    justify-content: space-between;
  }
  .summary-box-pic {
    width: 300px;
    height: 160px;
  }
  .summary-box-pic.is-top {
    margin-top: -55px;
  }
  .summary-box-inner {
    width: 470px;
    margin-top: 0;
  }
  .summary-box .link-d-item {
    width: 100%;
  }
  .summary-box-title {
    margin: 0 0 15px 320px;
  }
}
.insight-list {
  margin: 0;
}
.insight-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.insight-box-pic {
  height: 18.4rem;
  overflow: hidden;
  position: relative;
  margin: 0 0 1.5rem;
}
.insight-box-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.insight-box-title {
  margin: 0 0 0.8rem;
  font-size: 15px;
  line-height: 1.25;
}
.insight-box-title a {
  text-decoration: none;
}
.insight-box-text {
  font-size: 12px;
  line-height: 1.4;
}
.insight-box-category {
  margin-top: 1rem;
  line-height: 1;
  font-size: 12px;
}

@media (min-width: 750px) {
  .insight-item:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .insight-box {
    display: flex;
    width: 100%;
  }
  .insight-box-content {
    width: 470px;
  }
  .insight-box-pic {
    width: 300px;
    height: 160px;
    margin: 0 20px 0 0;
  }
  .insight-box-title {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.4;
  }
  .insight-box-title a:hover {
    text-decoration: underline;
  }
  .insight-box-text {
    font-size: 14px;
  }
  .insight-box-category {
    margin-top: 15px;
  }
}
.silicon-trouble {
  margin-top: 3rem;
}
.silicon-trouble-title {
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.silicon-trouble-list {
  margin: 0;
}
.silicon-trouble-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.silicon-trouble-item:first-child {
  border-top: 1px solid #e0e0e0;
}
.silicon-trouble-item-inner {
  margin: 0;
  padding: 0 1rem 0 0;
  flex: 1;
}
.silicon-trouble-item-title {
  margin-bottom: 0.5rem;
  line-height: 1.25;
  font-weight: bold;
  font-size: 14px;
}
.silicon-trouble-item-text {
  font-size: 14px;
  line-height: 1.5;
}
.silicon-trouble-item-pic {
  margin: 0;
  float: right;
}

@media (min-width: 750px) {
  .silicon-trouble {
    margin-top: 20px;
  }
  .silicon-trouble-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1;
  }
  .silicon-trouble-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .silicon-trouble-item {
    padding: 20px 0;
    width: 380px;
    border-top: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .silicon-trouble-item:nth-child(1), .silicon-trouble-item:nth-child(2) {
    border-top: 1px solid #e0e0e0;
  }
  .silicon-trouble-item-title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .silicon-trouble-item-text {
    line-height: 1.6;
  }
}
.lump-box {
  padding: 1rem;
  margin-top: 1.5rem;
  border: 1px solid #c7b27c;
  border-radius: 4px;
}
.lump-box-title {
  padding: 0.5em 0;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #c7b27c;
  font-size: 15px;
}
.lump-box-title-middle {
  margin: 1.5rem 0 1rem;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}
.lump-box-pic {
  float: left;
  margin-right: 1rem;
}
.lump-list {
  margin-top: 2rem;
  border-top: 1px solid #e0e0e0;
}
.lump-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.lump-item::after {
  content: "";
  display: table;
  clear: both;
}
.lump-item-title {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}
.lump-item-text {
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.lump-item-photo {
  background: url(/shared/img/arw_gold.svg) no-repeat center 30%;
}
.lump-item-photo-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lump-item-photo-item {
  width: 47%;
}
.lump-item-photo-pic {
  margin: 0;
}
.lump-item-photo-pic-caption {
  margin-top: 0.5rem;
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 750px) {
  .lump-box {
    padding: 25px 20px 20px;
    margin-top: 30px;
  }
  .lump-box-title {
    padding: 0 0 15px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .lump-box-title-middle {
    margin: 25px 0 20px;
    font-size: 20px;
    line-height: 1;
  }
  .lump-list {
    margin-top: 30px;
  }
  .lump-item {
    padding: 20px 0;
  }
  .lump-item::after {
    content: "";
    display: table;
    clear: both;
  }
  .lump-item-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1;
  }
  .lump-item-text {
    margin-bottom: 0;
    float: left;
    width: 330px;
  }
  .lump-item-photo {
    float: right;
    width: 360px;
    background: url(/shared/img/arw_gold.svg) no-repeat center 85px;
  }
  .lump-item-photo-item {
    width: 47%;
  }
  .lump-item-photo-pic-caption {
    margin-top: 8px;
    font-size: 14px;
  }
}
.fix-mis {
  padding: 1rem;
  margin-top: 1.5rem;
  border: 1px solid #eccb91;
  border-radius: 4px;
}
.fix-mis-title {
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #c7b27c;
}
.fix-mis-list {
  margin: 0;
}
.fix-mis-item {
  margin-top: 0.75rem;
  padding: 1em 1em 0.8em;
  background: #f7f7f7;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  color: #212529;
}
.fix-mis-item:first-child {
  margin-top: 0;
}

@media (min-width: 750px) {
  .fix-mis {
    padding: 30px;
    margin-top: 30px;
  }
  .fix-mis-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .fix-mis-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fix-mis-item {
    margin-top: 15px;
    width: 337px;
    font-size: 14px;
  }
  .fix-mis-item:nth-child(2) {
    margin-top: 0;
  }
}
.fix-ex-list {
  justify-content: space-between;
  flex-wrap: wrap;
}
.fix-ex-item {
  margin-top: 1.5rem;
  width: 48%;
}
.fix-ex-item:nth-child(1), .fix-ex-item:nth-child(2) {
  margin-top: 0;
}
.fix-ex-pic {
  margin-bottom: 0;
}
.fix-ex-caption {
  padding-top: 0.75rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 750px) {
  .fix-ex-item {
    margin-top: 0;
    width: 174px;
  }
  .fix-ex-caption {
    padding-top: 10px;
  }
}
.article-item {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e0e0e0;
}
.article-title {
  font-size: 16px;
}
.article-link a {
  width: 15rem;
  height: 4rem;
  margin: 0.5rem 0 0 auto;
}

@media (min-width: 750px) {
  .article-item {
    padding-bottom: 30px;
  }
  .article-link a {
    width: 200px;
    height: 40px;
    margin: 8px 0 0 auto;
  }
}
.supervision {
  margin: 2.5rem auto 2.5rem;
  padding: 10px 0 0;
  width: 100%;
  background: #fff;
  border: 2px solid #675b51;
  border-radius: 5px;
  overflow: hidden;
}
.supervision-title {
  margin: 0.5rem 2rem 1.75rem;
  padding: 0 0 0.65em;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #675b51;
  border-bottom: 1px solid #675b51;
}
.supervision-pic {
  float: left;
  margin: 0;
  padding: 0 2rem 1rem 1rem;
  width: 15rem;
}
.supervision-pic img {
  position: relative;
  left: 1.5rem;
  width: 100%;
  vertical-align: bottom;
}
.supervision-doctor {
  margin: 6px 0 7px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #675b51;
}
.supervision-doctor-position {
  display: block;
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 12px;
}
.supervision-text {
  margin: 0.75em 0 0;
  padding: 0 10px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #675b51;
}
.supervision-text-link {
  margin: 8px 0 0;
}
.supervision-text-link a {
  display: inline-block;
  margin: 0;
  padding: 0.7em 0.5em;
  text-align: center;
  border: 1px solid #a17849;
  text-decoration: none;
  color: #a17849;
  line-height: 1;
  font-size: 12px;
}
.supervision-introduce {
  clear: both;
  margin: 0;
  width: 100%;
  padding: 0.1rem 1.5rem 1.5rem;
}
.supervision-introduce-title {
  margin: 0 0 0.75rem;
  font-weight: bold;
  font-size: 14px;
}
.supervision-introduce-title::before {
  background-color: #997852;
}
.supervision-introduce-list {
  margin: 0.5rem 0 0;
}
.supervision-introduce-item {
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0 0;
  padding: 0 0 0.35em;
  flex-wrap: wrap;
  line-height: 1.3;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.supervision-introduce-item:first-child {
  margin-top: 0;
}
.supervision-introduce-history {
  margin: 0;
}
.supervision-introduce-history-item-year {
  width: 5em;
}
.supervision-introduce-history-item-text {
  flex: 1;
}
.supervision-introduce-certification {
  margin: 1.5rem 0 0;
}
.supervision-profile-text {
  margin-bottom: 1.5em;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 750px) {
  .supervision {
    position: relative;
    margin: 40px auto 20px;
    padding: 0;
    width: 100%;
  }
  .supervision-title {
    margin: 25px 30px 5px;
    font-size: 22px;
  }
  .supervision-pic {
    padding: 5px 40px 0 20px;
    width: 205px;
  }
  .supervision-doctor {
    margin: 40px 0 17px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
  }
  .supervision-doctor-position {
    display: block;
    margin: 0 0 6px;
    font-weight: bold;
    font-size: 14px;
  }
  .supervision-text {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
  }
  .supervision-text.clr {
    clear: none;
    padding: 0 35px 0 0;
  }
  .supervision-text-link {
    position: absolute;
    top: 110px;
    right: 50px;
    margin: 0;
  }
  .supervision-text-link a {
    padding: 15px;
    font-size: 16px;
    transition: all 0.4s ease;
  }
  .supervision-text-link a:hover {
    background-color: #fff6e6;
  }
  .supervision-introduce {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 50px 25px;
    background-color: rgba(160, 120, 75, 0.05);
  }
  .supervision-introduce-title {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 16px;
  }
  .supervision-introduce-title::before {
    background-color: #997852;
  }
  .supervision-introduce-text {
    margin: -3px 0 0;
    width: 420px;
    font-size: 14px;
    line-height: 2.1;
  }
  .supervision-introduce-box {
    width: 300px;
  }
  .supervision-introduce-list {
    margin: 0.5rem 0 0;
  }
  .supervision-introduce-item {
    margin: 6px 0 0;
    padding: 0 0 4px;
    line-height: 1.3;
    font-size: 14px;
  }
  .supervision-introduce-history {
    margin: 0;
  }
  .supervision-introduce-history-item-year {
    width: 85px;
  }
  .supervision-introduce-certification {
    margin: 0;
    width: 400px;
  }
  .supervision-profile-text {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.insightdetail .topicpath {
  margin-bottom: 0.5rem;
}
.insightdetail .topicpath.is-bottom {
  margin-bottom: 1.5rem;
}

.supervision-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.25rem 1.5rem;
  width: 37.5rem;
  margin: 1.5rem 0 0 -1.5rem;
  background-color: #f7f3e9;
}
.supervision-block-icon {
  padding: 9.25rem 0 0;
  width: 8.5rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #c7b27c;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.supervision-block-icon-sub {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 1rem;
}
.supervision-block-text {
  margin: 0;
  width: 24.5rem;
}
.supervision-block-text.text {
  line-height: 1.5;
}
.supervision-block.is-nagano .supervision-block-icon {
  background-image: url(/theme/img/icon_nagano.png);
}

@media (min-width: 750px) {
  .supervision-block {
    padding: 15px 70px;
    width: 100%;
    margin: 15px 0 0;
    align-items: center;
  }
  .supervision-block-icon {
    padding-top: 92px;
    width: 85px;
    font-size: 13px;
  }
  .supervision-block-icon-sub {
    margin-bottom: 2px;
    font-size: 10px;
  }
  .supervision-block-text {
    width: 550px;
  }
}
.related {
  margin: 4rem 0;
}
.related-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related-item {
  margin: 1.5rem 0 0;
  width: calc(50% - 4px);
}
.related-item:nth-child(1), .related-item:nth-child(2) {
  margin-top: 0;
}
.related-item a {
  text-decoration: none;
  color: #666;
}
.related-article {
  display: flex;
  flex-wrap: wrap;
}
.related-article-title {
  margin: 0.5rem 0 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}
.related-article-pic {
  margin: 0;
  order: -1;
  width: 100%;
  height: 10rem;
  background-image: url(/theme/img/ogp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 750px) {
  .related {
    margin: 60px auto 0;
    width: 840px;
  }
  .related-item {
    margin: 0;
    width: 200px;
  }
  .related-article-title {
    font-size: 14px;
  }
}
.treatment-chart table .is-narrow {
  width: 15%;
}
.treatment-chart th a {
  color: #fff;
}

@media screen and (min-width: 750px) {
  .all-inclusive-pic img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.complement-text {
  margin: 1rem 0;
  padding: 1rem 1.25rem;
  border: #c7b27c 1px solid;
  border-radius: 6px;
  background-color: rgba(199, 178, 124, 0.2);
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 750.1px) {
  .complement-text {
    margin: 15px 0;
    padding: 12px 15px;
    line-height: 1.6;
  }
}
.treatment-price .table-a thead th {
  width: 20%;
}
.treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}

.lipo-vaser .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv.jpg);
}
.lipo-vaser .page-title span {
  display: block;
}
.lipo-vaser .link-e-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.lipo-vaser .link-e-item a {
  background-position: right 0 bottom 0.5rem;
  background-size: 2rem auto;
}
.lipo-vaser .original-block {
  margin-top: 3.5rem;
}
.lipo-vaser .original-block:first-child {
  margin: 0;
}
.lipo-vaser .module-b-inner::before {
  background-image: url(/treatment/liposuction/img/vaser/case_attention_pic.jpg);
}
.lipo-vaser .treatment-mechanism-pic {
  display: flex;
  justify-content: space-between;
}
.lipo-vaser .treatment-mechanism-pic-item {
  width: calc(50% - 0.5rem);
}

@media (min-width: 750px) {
  .lipo-vaser .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_pc.jpg);
  }
  .lipo-vaser .page-title span {
    display: inline-block;
  }
  .lipo-vaser .treatment-price .table-a thead th {
    width: 20%;
  }
  .lipo-vaser .treatment-price .table-a td {
    border-right: 1px #e0e0e0 solid;
  }
  .lipo-vaser .link-e-list {
    justify-content: flex-start;
  }
  .lipo-vaser .link-e-item {
    width: calc(32.8% - 3px);
    margin-left: 10px;
  }
  .lipo-vaser .link-e-item:nth-child(3) {
    margin-top: 0;
  }
  .lipo-vaser .link-e-item:nth-child(1), .lipo-vaser .link-e-item:nth-child(4), .lipo-vaser .link-e-item:nth-child(7), .lipo-vaser .link-e-item:nth-child(10) {
    margin-left: 0;
  }
  .lipo-vaser .link-e-item a {
    background-position: right 5px bottom 5px;
    background-size: 25px auto;
  }
  .lipo-vaser .card-case-box-inner {
    padding-bottom: 40px;
  }
  .lipo-vaser .original-block {
    margin-top: 45px;
  }
  .lipo-vaser .original-block:first-child {
    margin: 0;
  }
  .lipo-vaser .original-block .link a {
    margin: 0;
  }
  .lipo-vaser .treatment-mechanism-pic {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
  .lipo-vaser .treatment-mechanism-pic-item {
    width: calc(50% - 8px);
  }
}
.otherindex .page-title {
  background-image: url(/treatment/other/img/fv.jpg);
}
.otherindex .treatment-price .table-a thead th {
  width: 20%;
}
.otherindex .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}

@media (min-width: 750px) {
  .otherindex .page-title {
    background-image: url(/treatment/other/img/fv_pc.jpg);
  }
}
.other-injectionindex .page-title {
  background-image: url(/treatment/other-injection/img/fv.jpg);
}
.other-injectionindex .treatment-price .table-a thead th {
  width: 20%;
}
.other-injectionindex .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}

@media (min-width: 750px) {
  .other-injectionindex .page-title {
    background-image: url(/treatment/other-injection/img/fv_pc.jpg);
  }
}
.other-labia .page-title {
  background-image: url(/treatment/other/img/labia/fv.jpg);
}
.other-labia .treatment-price .table-a thead th {
  width: 20%;
}
.other-labia .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.other-labia .original-block {
  margin: 1rem 0 2rem;
}
.other-labia .original-pic {
  margin-top: 1rem;
}
.other-labia .is-labia-point {
  margin: 1rem 0;
  width: auto;
  padding: 2rem;
}
.other-labia .is-labia-point .module-a-worries {
  margin: 0;
}
.other-labia .is-labia-point .module-a-worries-item {
  line-height: 1.4;
}
.other-labia .labia-movie-item {
  margin-top: 1rem;
}

@media (min-width: 750px) {
  .other-labia .page-title {
    background-image: url(/treatment/other/img/labia/fv_pc.jpg);
  }
  .other-labia .original-block {
    margin: 15px 0 30px;
  }
  .other-labia .original-pic {
    margin-top: 0;
  }
  .other-labia .original-pic.is-ba {
    width: 330px;
  }
  .other-labia .process-wrap {
    justify-content: space-around;
  }
  .other-labia .process-item {
    width: 325px;
  }
  .other-labia .labia-area {
    display: flex;
    justify-content: space-between;
  }
  .other-labia .labia-area-text {
    width: 320px;
    order: -1;
  }
  .other-labia .labia-area-pic {
    width: 450px;
  }
  .other-labia .is-labia-point {
    margin: 10px 0;
    width: auto;
    padding: 20px;
  }
  .other-labia .is-labia-point .module-a-worries {
    margin: 0;
    display: block;
  }
  .other-labia .is-labia-point .module-a-worries-item {
    width: 100%;
    line-height: 1.4;
    margin: 12px 0 0;
    font-size: 15px;
  }
  .other-labia .is-labia-point .module-a-worries-item:first-of-type {
    margin: 0;
  }
  .other-labia .labia-movie-list {
    display: flex;
    justify-content: space-between;
  }
  .other-labia .labia-movie-item {
    width: 48.5%;
    margin-top: 15px;
  }
}
.bust-hyaluronic-acidindex .page-title {
  background-image: url(/treatment/bust_hyaluronic-acid/img/fv.jpg);
}
.bust-hyaluronic-acidindex .treatment-price .table-a thead th {
  width: 20%;
}
.bust-hyaluronic-acidindex .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}

@media (min-width: 750px) {
  .bust-hyaluronic-acidindex .page-title {
    background-image: url(/treatment/bust_hyaluronic-acid/img/fv_pc.jpg);
  }
}
.hipindex .page-title {
  background-image: url(/treatment/hip/img/fv.jpg);
}
.hipindex .feature-pic {
  margin-top: 1rem;
}
.hipindex .treatment-price .table-a thead th {
  width: 20%;
}
.hipindex .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}

@media (min-width: 750px) {
  .hipindex .page-title {
    background-image: url(/treatment/hip/img/fv_pc.jpg);
  }
  .hipindex .feature-box-inner {
    justify-content: space-between;
  }
  .hipindex .feature-text.is-full {
    width: 475px;
  }
  .hipindex .feature-pic {
    width: 255px;
    margin-top: 0;
  }
}
.gynecomastiaindex .page-title {
  background-image: url(/treatment/gynecomastia/img/fv.jpg);
}
.gynecomastiaindex .module-c-lead {
  letter-spacing: -0.03em;
}
.gynecomastiaindex .treatment-price .table-a thead th {
  width: 20%;
}
.gynecomastiaindex .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.gynecomastiaindex .module-c-img {
  padding: 0.5rem 0 0 3rem;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: 15rem;
  background-color: #ccc;
  text-align: center;
  overflow: hidden;
}
.gynecomastiaindex .module-c-img img {
  height: 126%;
  width: auto;
}

@media (min-width: 750px) {
  .gynecomastiaindex .page-title {
    background-image: url(/treatment/gynecomastia/img/fv_pc.jpg);
  }
  .gynecomastiaindex .card-case-box-inner {
    padding-bottom: 40px;
  }
  .gynecomastiaindex .module-c-lead {
    text-align: center;
    letter-spacing: 0;
  }
  .gynecomastiaindex .module-c-img {
    padding-top: 5px;
    padding-left: 30px;
    width: 345px;
    height: 200px;
  }
  .gynecomastiaindex .supervision-block {
    padding: 15px 40px;
  }
  .gynecomastiaindex .supervision-block.is-top {
    align-items: flex-start;
  }
  .gynecomastiaindex .supervision-block-text {
    width: 600px;
  }
  .gynecomastiaindex .module-c-img img {
    height: 100%;
  }
  .gynecomastiaindex .module-c-qualification-title {
    padding-top: 65px;
  }
}
.treatmentflow .page-title {
  background-image: url(/treatment/img/fv_flow.jpg);
}
.treatmentflow .treatment-price .table-a thead th {
  width: 20%;
}
.treatmentflow .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.treatmentflow .treatment-flow .link a {
  height: 4rem;
}
.treatmentflow .link-f-detail-item::before {
  display: none;
}

@media (min-width: 750px) {
  .treatmentflow .page-title {
    background-image: url(/treatment/img/fv_flow_pc.jpg);
  }
  .treatmentflow .treatment-flow .link a {
    margin: 10px 0 0;
    width: 300px;
    height: 50px;
  }
  .treatmentflow .link-f-list {
    justify-content: space-between;
  }
  .treatmentflow .link-f-item {
    width: calc(50% - 10px);
  }
  .treatmentflow .link-f-item:nth-child(1) {
    margin-top: 10px;
  }
}
.antiagingindex .page-title {
  background-image: url(/treatment/antiaging/img/fv.jpg);
}
.antiagingindex .treatment-price .table-a thead th {
  width: 20%;
}
.antiagingindex .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}

@media (min-width: 750px) {
  .antiagingindex .page-title {
    background-image: url(/treatment/antiaging/img/fv_pc.jpg);
  }
  .antiagingindex .treatment-index .link-d-list {
    justify-content: flex-end;
  }
}
.antiaging-crf .page-title {
  background-image: url(/treatment/antiaging/img/crf/fv.jpg);
}
.antiaging-crf .treatment-price .table-a thead th {
  width: 20%;
}
.antiaging-crf .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.antiaging-crf .feature-pic {
  margin-top: 1rem;
}
.antiaging-crf .treatment-about-th {
  width: 10rem;
}
.antiaging-crf .original-block {
  margin: 1rem 0 2rem;
}
.antiaging-crf .original-pic {
  margin-top: 1rem;
}
.antiaging-crf .emphasis {
  background: #feeed1;
}

@media (min-width: 750px) {
  .antiaging-crf .page-title {
    background-image: url(/treatment/antiaging/img/crf/fv_pc.jpg);
  }
  .antiaging-crf .card-case-box-inner {
    padding-bottom: 40px;
  }
  .antiaging-crf .treatment-about-th {
    width: 180px;
  }
  .antiaging-crf .feature-box-inner {
    justify-content: space-between;
  }
  .antiaging-crf .feature-box-inner .dermapen-link {
    width: 475px;
    margin: -30px 0 0;
  }
  .antiaging-crf .feature-text {
    width: 475px;
  }
  .antiaging-crf .feature-text.is-half {
    width: 370px;
  }
  .antiaging-crf .feature-pic {
    width: 255px;
    margin-top: 0;
  }
  .antiaging-crf .feature-pic.is-half {
    width: 365px;
    border: 1px solid #ddd;
  }
  .antiaging-crf .original-block {
    margin: 15px 0 30px;
  }
  .antiaging-crf .original-pic {
    margin-top: 0;
  }
}
.antiaging-condenserich-face .page-title {
  background-image: url(/treatment/antiaging/img/condenserich-face/fv.jpg);
}
.antiaging-condenserich-face .treatment-price .table-a thead th {
  width: 20%;
}
.antiaging-condenserich-face .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.antiaging-condenserich-face .feature-pic {
  margin-top: 1rem;
}
.antiaging-condenserich-face .feature-pic.is-half {
  border: 1px solid #ddd;
}
.antiaging-condenserich-face .feature-figure-pic {
  padding: 0;
}
.antiaging-condenserich-face .feature-figure-pic img {
  width: 100%;
}
.antiaging-condenserich-face .module-b-inner::before {
  background-image: url(/treatment/antiaging/img/condenserich-face/attention_pic.jpg);
}
.antiaging-condenserich-face .original-block {
  margin: 1rem 0 2rem;
}
.antiaging-condenserich-face .original-pic {
  margin-top: 1rem;
}

@media (min-width: 750px) {
  .antiaging-condenserich-face .page-title {
    background-image: url(/treatment/antiaging/img/condenserich-face/fv_pc.jpg);
  }
  .antiaging-condenserich-face .card-case-box-inner {
    padding-bottom: 40px;
  }
  .antiaging-condenserich-face .feature-box-inner {
    justify-content: space-between;
  }
  .antiaging-condenserich-face .feature-text {
    width: 475px;
  }
  .antiaging-condenserich-face .feature-text.is-half {
    width: 370px;
  }
  .antiaging-condenserich-face .feature-pic {
    width: 255px;
    margin-top: 0;
  }
  .antiaging-condenserich-face .feature-pic.is-half {
    width: 365px;
    border: 1px solid #ddd;
  }
  .antiaging-condenserich-face .module-b-inner::before {
    height: auto;
  }
  .antiaging-condenserich-face .process-wrap {
    justify-content: space-around;
  }
  .antiaging-condenserich-face .process-item {
    width: 325px;
  }
  .antiaging-condenserich-face .original-block {
    margin: 15px 0 30px;
  }
  .antiaging-condenserich-face .original-pic {
    margin-top: 0;
  }
}
.antiaging-fat-removal-under-eyes .page-title {
  background-image: url(/treatment/antiaging/img/fat-removal_under-eyes/fv.jpg);
}
.antiaging-fat-removal-under-eyes .treatment-price .table-a thead th {
  width: 20%;
}
.antiaging-fat-removal-under-eyes .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}

@media (min-width: 750px) {
  .antiaging-fat-removal-under-eyes .page-title {
    background-image: url(/treatment/antiaging/img/fat-removal_under-eyes/fv_pc.jpg);
  }
}
.antiaging-crf-dermapen .page-title {
  background-image: url(/treatment/antiaging/img/crf-dermapen/fv.jpg);
}
.antiaging-crf-dermapen .treatment-price .table-a thead th {
  width: 20%;
}
.antiaging-crf-dermapen .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.antiaging-crf-dermapen .feature-title {
  margin: 0 0 0 -1.5rem;
}
.antiaging-crf-dermapen .feature-text {
  margin-top: 1.5rem;
}
.antiaging-crf-dermapen .caution-item {
  color: #be3565;
}
.antiaging-crf-dermapen .caution-item:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

@media (min-width: 750px) {
  .antiaging-crf-dermapen .page-title {
    background-image: url(/treatment/antiaging/img/crf-dermapen/fv_pc.jpg);
  }
  .antiaging-crf-dermapen .about-lead-text {
    width: auto;
  }
  .antiaging-crf-dermapen .feature-box-inner {
    justify-content: space-between;
    padding: 0;
  }
  .antiaging-crf-dermapen .feature-title {
    margin: 0 0 20px;
    height: auto;
  }
  .antiaging-crf-dermapen .feature-text {
    width: 475px;
    margin-top: 0;
  }
  .antiaging-crf-dermapen .feature-pic {
    width: 300px;
  }
  .antiaging-crf-dermapen .caution-list {
    padding: 0 20px;
  }
  .antiaging-crf-dermapen .caution-item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.other-antiaging .page-title {
  background-image: url(/treatment/antiaging/img/other_fv.jpg);
}
.other-antiaging .treatment-price .table-a thead th {
  width: 20%;
}
.other-antiaging .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}

@media (min-width: 750px) {
  .other-antiaging .page-title {
    background-image: url(/treatment/antiaging/img/other_fv_pc.jpg);
  }
  .other-antiaging .treatment-price .table-a thead th {
    width: 20%;
  }
  .other-antiaging .treatment-price .table-a td {
    border-right: 1px #e0e0e0 solid;
  }
}
.silicon-remove .page-title {
  background-image: url(/treatment/silicon-bag/img/fv.jpg);
}
.silicon-remove .module-b-inner::before {
  background-image: url(/treatment/silicon-bag/img/attention_pic.jpg);
}
.silicon-remove .treatment-price .table-a thead th {
  width: 20%;
}
.silicon-remove .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.silicon-remove .original-block {
  margin: 1rem 0 2rem;
}
.silicon-remove .original-pic {
  margin-top: 1rem;
}
.silicon-remove .remove-scar-table {
  overflow-x: scroll;
}
.silicon-remove .remove-scar-table table {
  width: 420px;
}
.silicon-remove .remove-scar-table .is-red {
  background-color: #dd5584;
}
.silicon-remove .remove-scar-table .is-pic {
  padding: 0;
}
.silicon-remove .card-case-box-inner {
  padding-top: 77.5%;
}

@media (min-width: 750px) {
  .silicon-remove .page-title {
    background-image: url(/treatment/silicon-bag/img/fv_pc.jpg);
  }
  .silicon-remove .feature-box-inner {
    justify-content: space-between;
  }
  .silicon-remove .feature-text {
    width: 475px;
  }
  .silicon-remove .feature-text.is-half {
    width: 370px;
  }
  .silicon-remove .feature-pic {
    width: 255px;
    margin-top: 0;
  }
  .silicon-remove .feature-pic.is-half {
    width: 365px;
    border: 1px solid #ddd;
  }
  .silicon-remove .remove-scar-table {
    overflow-x: visible;
  }
  .silicon-remove .remove-scar-table table {
    width: 100%;
  }
  .silicon-remove .original-block {
    margin: 15px 0 30px;
  }
  .silicon-remove .original-pic {
    margin-top: 0;
  }
  .silicon-remove .module-b-inner::before {
    height: auto;
  }
  .silicon-remove .card-case-item {
    width: 100%;
  }
  .silicon-remove .card-case-item:nth-child(2) {
    margin-top: 20px;
  }
  .silicon-remove .card-case-box-inner {
    padding-top: 237px;
    padding-bottom: 40px;
  }
}
.bustupindex .page-title {
  background-image: url(/treatment/bustup/img/fv.jpg);
}
.bustupindex .treatment-price .table-a thead th {
  width: 20%;
}
.bustupindex .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.bustupindex .original-pic {
  margin: 0 0 1.5rem;
}
.bustupindex .is-bust-table table {
  background: #fff;
}
.bustupindex .bust-push-module {
  padding: 2rem 1.5rem;
}
.bustupindex .bust-push-module .module-a-title {
  margin: 0;
}
.bustupindex .bust-push-module .module-a-worries {
  margin: 1rem 0 0;
}

@media (min-width: 750px) {
  .bustupindex .page-title {
    background-image: url(/treatment/bustup/img/fv_pc.jpg);
  }
  .bustupindex .card-case-box-inner {
    padding-bottom: 40px;
  }
  .bustupindex .is-treatment .module-c-link-item:first-of-type {
    margin-bottom: 15px;
  }
  .bustupindex .bust-push-module {
    padding: 20px;
  }
  .bustupindex .bust-push-module .module-a-title {
    margin: 0;
  }
  .bustupindex .bust-push-module .module-a-worries {
    margin: 1rem 0 0;
  }
  .bustupindex .bust-push-module .module-a-worries-item {
    padding: 2px 0 0 25px;
    width: 48%;
    background-size: 20px auto;
    min-height: 20px;
  }
}
.bustup-condenserich-bust .page-title {
  background-image: url(/treatment/bustup/img/condenserich/fv.jpg);
}
.bustup-condenserich-bust .treatment-price .table-a thead th {
  width: 20%;
}
.bustup-condenserich-bust .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.bustup-condenserich-bust .good-result .original-block {
  margin: 1.5rem 0 2rem;
}
.bustup-condenserich-bust .good-result .original-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.bustup-condenserich-bust .good-result .original-title img {
  display: inline-block;
  height: 2.4rem;
  margin-right: 0.8rem;
  vertical-align: middle;
}
.bustup-condenserich-bust .good-result .original-title span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #54330D;
  vertical-align: middle;
}
.bustup-condenserich-bust .good-result .result-case-section {
  margin: 1.5rem 0;
}
.bustup-condenserich-bust .good-result .result-case-section-title {
  margin: 0;
  padding: 0.45em 0;
  background-color: #a5a5a5;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.bustup-condenserich-bust .good-result .result-case-section-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.bustup-condenserich-bust .good-result .result-case-section-list-item {
  width: calc(50% - 1px);
}
.bustup-condenserich-bust .good-result .result-case-section-list-item:nth-of-type(even) {
  position: relative;
}
.bustup-condenserich-bust .good-result .result-case-section-list-item:nth-of-type(even)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -3px 0 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  z-index: 100;
}
.bustup-condenserich-bust .good-result .module-b-inner::before {
  display: none;
}
.bustup-condenserich-bust .module-b-inner::before {
  background-image: url(/treatment/bustup/img/condenserich/case_attention_pic.jpg);
}
.bustup-condenserich-bust .treatment-headsup .module-b-inner::before {
  background-image: url(/treatment/liposuction/img/vaser/case_attention_pic.jpg);
}
.bustup-condenserich-bust .original-block {
  margin: 1rem 0 2rem;
}
.bustup-condenserich-bust .original-pic {
  margin-top: 1rem;
}
.bustup-condenserich-bust .is-crf-table {
  overflow-x: scroll;
}
.bustup-condenserich-bust .is-crf-table table {
  width: 500px;
}

@media (min-width: 750px) {
  .bustup-condenserich-bust .page-title {
    background-image: url(/treatment/bustup/img/condenserich/fv_pc.jpg);
  }
  .bustup-condenserich-bust .feature-box-inner {
    justify-content: space-between;
  }
  .bustup-condenserich-bust .feature-text {
    width: 475px;
  }
  .bustup-condenserich-bust .feature-pic {
    width: 255px;
    margin-top: 0;
  }
  .bustup-condenserich-bust .card-case-box-inner {
    padding-bottom: 40px;
  }
  .bustup-condenserich-bust .module-b-inner::before {
    background-image: url(/treatment/bustup/img/condenserich/case_attention_pic_pc.jpg);
    height: auto;
  }
  .bustup-condenserich-bust .treatment-headsup .module-b-inner::before {
    background-image: url(/treatment/liposuction/img/vaser/case_attention_pic_pc.jpg);
  }
  .bustup-condenserich-bust .process-wrap {
    justify-content: center;
  }
  .bustup-condenserich-bust .process-item {
    margin: 0 15px;
    width: 315px;
  }
  .bustup-condenserich-bust .original-block {
    margin: 15px 0 30px;
  }
  .bustup-condenserich-bust .original-pic {
    margin-top: 0;
  }
  .bustup-condenserich-bust .good-result .original-block {
    margin: 18px 0 40px;
  }
  .bustup-condenserich-bust .good-result .original-title {
    padding-bottom: 6px;
  }
  .bustup-condenserich-bust .good-result .original-title img {
    height: 24px;
    margin-right: 10px;
  }
  .bustup-condenserich-bust .good-result .original-title span {
    font-size: 20px;
  }
  .bustup-condenserich-bust .good-result .result-case {
    justify-content: space-between;
  }
  .bustup-condenserich-bust .good-result .result-case-section {
    width: 380px;
  }
  .bustup-condenserich-bust .good-result .result-case-section-title {
    padding: 7px 0;
  }
  .bustup-condenserich-bust .good-result .result-case-section-list-item {
    width: 188px;
  }
  .bustup-condenserich-bust .good-result .module-b-text {
    padding-left: 0;
  }
  .bustup-condenserich-bust .is-crf-table {
    overflow-x: visible;
  }
  .bustup-condenserich-bust .is-crf-table table {
    width: 100%;
  }
}
.bustup-lump .page-title {
  background-image: url(/treatment/bustup/img/lump/fv.jpg);
}
.bustup-lump .treatment-price .table-a thead th {
  width: 20%;
}
.bustup-lump .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.bustup-lump .lump-box-inner-pic {
  float: left;
  width: 55%;
  margin-right: 1rem;
}
.bustup-lump .lump-box-inner::after {
  content: "";
  display: table;
  clear: both;
}
.bustup-lump .title-d {
  border-bottom: none;
}
.bustup-lump .echo-block {
  margin-top: 2rem;
}
.bustup-lump .echo-block-pic {
  float: left;
  width: 55%;
  margin-left: 1rem;
}
.bustup-lump .echo-block::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 750px) {
  .bustup-lump .page-title {
    background-image: url(/treatment/bustup/img/lump/fv_pc.jpg);
  }
  .bustup-lump .lump-box-inner-pic {
    width: 200px;
  }
  .bustup-lump .echo-block-pic {
    width: auto;
  }
}
.bustup-brava-condenserich .page-title {
  background-image: url(/treatment/bustup/img/brava/fv.jpg);
}
.bustup-brava-condenserich .treatment-price .table-a thead th {
  width: 20%;
}
.bustup-brava-condenserich .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.bustup-brava-condenserich .treatment-feature-list {
  margin-bottom: 1.5rem;
}
.bustup-brava-condenserich .treatment-feature-item {
  width: 30.5%;
}
.bustup-brava-condenserich .section-block {
  margin: 2rem 0;
}
.bustup-brava-condenserich .section-block-pic {
  width: 55%;
}
.bustup-brava-condenserich .section-block-pic.is-right {
  float: right;
  margin-left: 1rem;
}
.bustup-brava-condenserich .section-block::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 750px) {
  .bustup-brava-condenserich .page-title {
    background-image: url(/treatment/bustup/img/brava/fv_pc.jpg);
  }
  .bustup-brava-condenserich .treatment-feature-list {
    margin-bottom: 30px;
  }
  .bustup-brava-condenserich .section-block {
    margin: 25px 0;
  }
  .bustup-brava-condenserich .section-block-pic {
    width: 220px;
  }
}
.bustup-after-breast-feeding .page-title {
  background-image: url(/treatment/bustup/img/after/fv.jpg);
}
.bustup-after-breast-feeding .treatment-price .table-a thead th {
  width: 20%;
}
.bustup-after-breast-feeding .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.bustup-after-breast-feeding .original-block {
  margin: 1rem 0 2rem;
}
.bustup-after-breast-feeding .original-pic {
  margin-top: 1rem;
}
.bustup-after-breast-feeding .module-b-inner::before {
  background-image: url(/treatment/bustup/img/after/after_attention_pic.jpg);
}

@media (min-width: 750px) {
  .bustup-after-breast-feeding .page-title {
    background-image: url(/treatment/bustup/img/after/fv_pc.jpg);
  }
  .bustup-after-breast-feeding main .about-lead-text {
    margin-top: 0;
  }
  .bustup-after-breast-feeding .original-block {
    margin: 15px 0 30px;
  }
  .bustup-after-breast-feeding .original-pic {
    margin-top: 0;
  }
  .bustup-after-breast-feeding .module-b-inner::before {
    width: 200px;
    height: 280px;
    background-image: url(/treatment/bustup/img/after/after_attention_pic_pc.jpg);
  }
}
.lipoindex .page-title {
  background-image: url(/treatment/liposuction/img/fv.jpg);
}
.lipoindex .treatment-price .table-a thead th {
  width: 20%;
}
.lipoindex .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipoindex .is-lipo-table {
  overflow-x: scroll;
}
.lipoindex .is-lipo-table table {
  width: 600px;
  background: #fff;
}
.lipoindex .lipo-case-subtitle {
  vertical-align: top;
  height: 40%;
}
.lipoindex .module-qa-item:after {
  display: none;
}
.lipoindex .module-qa-inner {
  padding: 1.5rem 0 0;
  border-bottom: 1px solid #e0e0e0;
}
.lipoindex .module-qa-title {
  position: relative;
  min-height: 3.3rem;
  /*＋、－切り替え*/
}
.lipoindex .module-qa-title:before, .lipoindex .module-qa-title:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #9aa5a7;
  right: 0.5em;
  top: 50%;
  width: 1em;
  height: 3px;
  transform: translate(-50%, -50%);
}
.lipoindex .module-qa-title:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.lipoindex .module-qa-title.is-active:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.lipoindex .module-qa-text {
  height: 0;
  padding: 0 0 0 4.2rem;
  transition: 0.3s all;
  opacity: 0;
  background-position: left top 1rem;
}
.lipoindex .module-qa-text.is-open {
  height: auto;
  padding: 1rem 0 1rem 4.2rem;
  opacity: 1;
}
.lipoindex .case-wrap-item {
  list-style-type: none;
}
.lipoindex .case-wrap-item:nth-of-type(2) {
  margin-top: 3rem;
}
.lipoindex .supervision-introduce-society {
  display: flex;
  flex-wrap: wrap;
}
.lipoindex .supervision-introduce-society-dt, .lipoindex .supervision-introduce-society-dd {
  padding: 0 0 0.35em;
  line-height: 1.3;
  font-size: 12px;
}
.lipoindex .supervision-introduce-society-dt {
  width: 100%;
  margin: 0.5em 0 0;
  font-weight: normal;
}
.lipoindex .supervision-introduce-society-dd {
  width: 100%;
  padding-left: 4rem;
  border-bottom: 1px solid #e5e5e5;
}
.lipoindex .treatment-parts-list {
  padding: 2.4rem 0 5rem;
  background: url(/theme/img/lipo_body_2.png) no-repeat top/contain;
}
.lipoindex .treatment-parts-item {
  font-size: 1.1rem;
  font-weight: bold;
}
.lipoindex .treatment-parts-item:nth-of-type(n+2) {
  margin-top: 0.5rem;
}
.lipoindex .treatment-parts-item:nth-of-type(3), .lipoindex .treatment-parts-item:nth-of-type(17) {
  margin-top: 0.8rem;
}
.lipoindex .treatment-parts-item:nth-of-type(4) {
  margin-top: 1rem;
}
.lipoindex .treatment-parts-item:nth-of-type(5), .lipoindex .treatment-parts-item:nth-of-type(16) {
  margin-top: 0.7rem;
}
.lipoindex .treatment-parts-item:nth-of-type(9) {
  margin-top: 0.3rem;
}
.lipoindex .treatment-parts-item:nth-of-type(10) {
  margin-top: 0.1rem;
}
.lipoindex .treatment-parts-item:nth-of-type(13), .lipoindex .treatment-parts-item:nth-of-type(15) {
  margin-top: 0.9rem;
}
.lipoindex .treatment-parts-item:nth-of-type(14) {
  margin-top: 0.3rem;
}
.lipoindex .link-e-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.lipoindex .link-e-item a {
  background-position: right 0 bottom 0.5rem;
  background-size: 2rem auto;
}

@media (min-width: 750px) {
  .lipoindex .page-title {
    background-image: url(/treatment/liposuction/img/fv_pc.jpg);
  }
  .lipoindex .card-case-box-inner {
    padding-bottom: 40px;
    min-height: 351px;
  }
  .lipoindex .card-clinic-inner {
    height: 250px;
  }
  .lipoindex .original-block .link a {
    margin: 0;
  }
  .lipoindex .module-qa-item:last-child .module-qa-inner {
    padding-bottom: 15px;
  }
  .lipoindex .module-qa-inner {
    padding: 20px 0 15px;
  }
  .lipoindex .module-qa-title {
    min-height: 50px;
  }
  .lipoindex .module-qa-title:before, .lipoindex .module-qa-title:after {
    width: 20px;
    height: 4px;
  }
  .lipoindex .module-qa-text {
    min-height: 0;
    margin: 0;
    padding: 0 58px 0 58px;
  }
  .lipoindex .module-qa-text.is-open {
    padding: 15px 58px 20px 58px;
  }
  .lipoindex .is-lipo-table {
    overflow-x: visible;
  }
  .lipoindex .is-lipo-table table {
    width: 100%;
  }
  .lipoindex .case-wrap-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lipoindex .case-wrap-item {
    width: calc(50% - 10px);
  }
  .lipoindex .case-wrap-item:nth-of-type(2) {
    margin-top: 0;
  }
  .lipoindex .card-case-item {
    width: 100%;
    min-height: 390px;
  }
  .lipoindex .supervision-introduce-society-dt, .lipoindex .supervision-introduce-society-dd {
    margin: 6px 0 0;
    padding: 0 0 4px;
    line-height: 1.3;
    font-size: 14px;
  }
  .lipoindex .supervision-introduce-society-dt {
    width: 35%;
    margin: 6px 0 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .lipoindex .supervision-introduce-society-dd {
    width: 65%;
    padding-left: 20;
    border-bottom: 1px solid #e5e5e5;
  }
  .lipoindex .treatment-parts-list {
    padding: 40px 0 5rem;
    background: url(/theme/img/lipo_body_2.png) no-repeat top/contain;
    background-size: 530px;
  }
  .lipoindex .treatment-parts-item {
    font-size: 14px;
    font-weight: bold;
  }
  .lipoindex .treatment-parts-item:nth-of-type(n+2) {
    margin-top: 7px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(3), .lipoindex .treatment-parts-item:nth-of-type(17) {
    margin-top: 14px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(4) {
    margin-top: 23px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(5), .lipoindex .treatment-parts-item:nth-of-type(16) {
    margin-top: 13px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(6) {
    margin-top: 12px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(7), .lipoindex .treatment-parts-item:nth-of-type(8) {
    margin-top: 8px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(9) {
    margin-top: 10px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(10) {
    margin-top: 8px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(13) {
    margin-top: 18px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(15) {
    margin-top: 17px;
  }
  .lipoindex .treatment-parts-item:nth-of-type(14) {
    margin-top: 11px;
  }
  .lipoindex .link-e-list {
    justify-content: flex-start;
  }
  .lipoindex .link-e-item {
    width: calc(32.8% - 3px);
    margin-left: 10px;
  }
  .lipoindex .link-e-item:nth-child(3) {
    margin-top: 0;
  }
  .lipoindex .link-e-item:nth-child(1), .lipoindex .link-e-item:nth-child(4), .lipoindex .link-e-item:nth-child(7), .lipoindex .link-e-item:nth-child(10) {
    margin-left: 0;
  }
  .lipoindex .link-e-item a {
    background-position: right 5px bottom 5px;
    background-size: 25px auto;
  }
}
.lipo-fix .page-title {
  background-image: url(/treatment/liposuction/img/fix/fv.jpg);
}
.lipo-fix .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-fix .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}

@media (min-width: 750px) {
  .lipo-fix .page-title {
    background-image: url(/treatment/liposuction/img/fix/fv_pc.jpg);
  }
}
.lipo-oneday .page-title {
  background-image: url(/treatment/liposuction/img/oneday/fv.jpg);
}
.lipo-oneday .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-oneday .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipo-oneday .treatment-feature-item {
  width: 23%;
}
.lipo-oneday .small-qa-text {
  font-size: 12px;
  line-height: 1.5;
}
.lipo-oneday .module-b {
  margin: 2rem 0 0 -5.7rem;
}
.lipo-oneday .module-b-title {
  background-image: url(/treatment/liposuction/img/oneday/icon_reference.svg);
  background-position: left 4rem center;
  background-size: 2.3rem auto;
}
.lipo-oneday .module-b .link {
  margin: 1.5rem 0 0;
}
.lipo-oneday .module-b .link a {
  display: flex;
  text-decoration: none;
}
.lipo-oneday .module-b-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.5rem 0 0;
  font-size: 14px;
  color: #be3565;
}
.lipo-oneday .module-b-feature-title {
  width: 4.8rem;
  height: 2rem;
  margin-bottom: 0.3rem;
  padding: 0.3rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  background-color: #be3565;
}
.lipo-oneday .module-b-feature-text {
  width: calc(100% - 6rem);
  font-weight: bold;
  line-height: 1.6;
}
.lipo-oneday .module-b-attempt-list {
  margin: 0.5rem 0 1rem;
}
.lipo-oneday .module-b-reason-list {
  font-size: 14px;
  line-height: 1.6;
}
.lipo-oneday .module-b-reason-title {
  font-weight: normal;
}
.lipo-oneday .module-b-reason-text {
  margin: 0 0 1rem;
  padding-left: 1.4rem;
  font-size: 14px;
  line-height: 1.6;
  background: url(/treatment/liposuction/img/oneday/reference_arrow.svg) no-repeat left top 0.3rem;
  background-size: 1.2rem;
}
.lipo-oneday .module-b-inner::before {
  height: 17.3rem;
}
.lipo-oneday .module-b-inner.is-no1::before {
  background-image: url(/treatment/liposuction/img/oneday/reference_pic1.jpg);
}
.lipo-oneday .module-b-inner.is-no2::before {
  background-image: url(/treatment/liposuction/img/oneday/reference_pic2.jpg);
}
.lipo-oneday .module-b-inner.is-no3::before {
  background-image: url(/treatment/liposuction/img/oneday/reference_pic3.jpg);
}
.lipo-oneday .module-b-inner.is-no4 {
  display: flex;
  flex-wrap: wrap;
}
.lipo-oneday .module-b-inner.is-no4::before {
  display: none;
}
.lipo-oneday .module-b-inner.is-no4 .module-b-pic {
  order: -1;
  margin: 0 0 1.4rem;
}
.lipo-oneday .module-b-inner.is-no4 .module-b-pic .case-text {
  margin: 0.5rem 0 0;
  font-size: 10px;
  line-height: 1.5;
}

@media (min-width: 750px) {
  .lipo-oneday .page-title {
    background-image: url(/treatment/liposuction/img/oneday/fv_pc.jpg);
  }
  .lipo-oneday .anchor-a-item {
    background: linear-gradient(to bottom, #f6f6f6 0%, #ededed 100%);
  }
  .lipo-oneday .treatment-feature-item {
    width: 150px !important;
  }
  .lipo-oneday .original-block {
    position: relative;
    min-height: 161px;
  }
  .lipo-oneday .original-pic {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lipo-oneday .original-box, .lipo-oneday .original-title {
    margin-left: 320px;
  }
  .lipo-oneday .module-b {
    margin: 16px 0 0 0;
  }
  .lipo-oneday .module-b-title {
    background-image: none;
  }
  .lipo-oneday .module-b-title::before {
    background-image: url(/treatment/liposuction/img/oneday/icon_reference.svg);
    width: 28px;
  }
  .lipo-oneday .module-b .link {
    margin: 15px 0 0;
  }
  .lipo-oneday .module-b .link a {
    margin: 0;
    width: 283px;
    height: 50px;
  }
  .lipo-oneday .module-b-feature-list {
    margin: 5px 0 0;
  }
  .lipo-oneday .module-b-feature-title {
    width: 48px;
    height: 20px;
    margin-bottom: 5px;
    padding: 3px;
  }
  .lipo-oneday .module-b-feature-text {
    width: calc(100% - 60px);
  }
  .lipo-oneday .module-b-reason-text {
    margin: 0 0 8px;
    background: url(/treatment/liposuction/img/oneday/reference_arrow.svg) no-repeat left top 3px;
    background-size: 12px;
    padding-left: 14px;
  }
  .lipo-oneday .module-b-attempt-list {
    margin: 5px 0;
  }
  .lipo-oneday .module-b-inner::before {
    width: 272px;
    height: 145px;
  }
  .lipo-oneday .module-b-inner.is-no4 {
    flex-wrap: nowrap;
  }
  .lipo-oneday .module-b-inner.is-no4 .module-b-pic {
    margin: 0;
    width: 272px;
  }
  .lipo-oneday .module-b-inner.is-no4 .module-b-pic .case-text {
    margin: 5px 0 0;
  }
}
.lipo-vaser4d .page-title {
  background-image: url(/treatment/liposuction/img/vaser4d/fv.jpg);
}
.lipo-vaser4d .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-vaser4d .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipo-vaser4d .treatment-feature-item {
  width: 30.5%;
}
.lipo-vaser4d .section-block {
  margin: 1rem 0 0;
}
.lipo-vaser4d .section-block-pic.is-left {
  float: left;
  width: 55%;
  margin-right: 1rem;
}
.lipo-vaser4d .section-block-pic.is-right {
  float: right;
  width: 45%;
  margin-left: 1rem;
}
.lipo-vaser4d .section-block::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 750px) {
  .lipo-vaser4d .page-title {
    background-image: url(/treatment/liposuction/img/vaser4d/fv_pc.jpg);
  }
  .lipo-vaser4d .section-block {
    margin: 15px 0 0;
  }
  .lipo-vaser4d .section-block-pic {
    overflow: hidden;
  }
  .lipo-vaser4d .section-block-pic.is-left {
    width: 250px;
    height: 230px;
  }
  .lipo-vaser4d .section-block-pic.is-left img {
    transform: translate(10%, -2%);
  }
  .lipo-vaser4d .section-block-pic.is-right {
    width: auto;
  }
}
.lipo-vaser-face .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_face.jpg);
}
.lipo-vaser-face .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-vaser-face .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipo-vaser-face .module-b-inner::before {
  display: none;
}
.lipo-vaser-face .table-b.is-comparison .is-narrow {
  width: 13%;
}
.lipo-vaser-face .supervision-pic {
  width: 12.5rem;
  padding: 0 0.5rem 0 1.5rem;
}
.lipo-vaser-face .supervision-pic img {
  position: static;
}
.lipo-vaser-face .supervision-text {
  line-height: 1.4;
}
.lipo-vaser-face .supervision-doctor {
  margin: 5px 0 10px;
}
.lipo-vaser-face .supervision-doctor-position {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  letter-spacing: -0.12em;
}
.lipo-vaser-face .supervision-comment {
  padding: 0 1.5rem;
  font-size: 11px;
  line-height: 1.6;
}
.lipo-vaser-face .supervision-text-link {
  margin: 10px 0 15px;
  text-align: center;
}
.lipo-vaser-face .supervision-text-link a {
  padding: 1.5rem 2em;
  font-size: 13px;
}
.lipo-vaser-face .supervision-introduce {
  padding: 1.5rem;
  background-color: rgba(160, 120, 75, 0.05);
}

@media (min-width: 750px) {
  .lipo-vaser-face .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_face_pc.jpg);
  }
  .lipo-vaser-face .card-case-box-inner {
    padding-bottom: 40px;
  }
  .lipo-vaser-face .supervision-wrap {
    display: flex;
    flex-direction: column;
    margin: 15px 0 0;
  }
  .lipo-vaser-face .supervision-title {
    margin: 25px 30px 24px;
  }
  .lipo-vaser-face .supervision-pic {
    padding: 0 10px 0 20px;
    width: 200px;
  }
  .lipo-vaser-face .supervision-pic img {
    position: static;
  }
  .lipo-vaser-face .supervision-text {
    line-height: 1.4;
  }
  .lipo-vaser-face .supervision-doctor {
    margin: 5px 0 18px;
  }
  .lipo-vaser-face .supervision-doctor-position {
    display: inline-block;
    margin: 0 0.5rem 0 0;
    letter-spacing: -0.12em;
  }
  .lipo-vaser-face .supervision-comment {
    padding: 0 25px 0 0;
    line-height: 1.7;
  }
  .lipo-vaser-face .supervision-text-link {
    margin: 0;
    text-align: center;
    top: 85px;
    right: 30px;
  }
  .lipo-vaser-face .supervision-text-link a {
    padding: 15px;
    font-size: 13px;
  }
  .lipo-vaser-face .supervision-introduce {
    padding: 1.5rem;
    background-color: rgba(160, 120, 75, 0.05);
  }
}
.lipo-vaser-thigh .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_thigh.jpg);
}
.lipo-vaser-thigh .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-vaser-thigh .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipo-vaser-thigh .treatment-design .original-pic {
  margin: 0.5rem 0;
}
.lipo-vaser-thigh .treatment-design .original-title.title-f {
  margin-bottom: 0.7rem;
}
.lipo-vaser-thigh .desgin-module .module-b-inner::before {
  display: none;
}
.lipo-vaser-thigh .desgin-module .module-b-text {
  padding-left: 0;
}
.lipo-vaser-thigh .desgin-module .title-i {
  margin: 1rem 0 0.5rem;
}

@media (min-width: 750px) {
  .lipo-vaser-thigh .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_thigh_pc.jpg);
  }
  .lipo-vaser-thigh .treatment-design .original-pic {
    order: -1;
    margin: 0;
  }
  .lipo-vaser-thigh .treatment-design .original-title {
    margin-bottom: 15px;
  }
  .lipo-vaser-thigh .desgin-module .module-b-inner {
    display: block;
  }
  .lipo-vaser-thigh .desgin-module .title-i {
    margin: 15px 0 5px;
  }
  .lipo-vaser-thigh .treatment-scar .original-pic {
    width: 380px;
  }
  .lipo-vaser-thigh .treatment-scar .original-box {
    width: 390px;
  }
  .lipo-vaser-thigh .card-case-box-inner {
    padding-bottom: 40px;
  }
}
.lipo-vaser-hip .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_hip.jpg);
}
.lipo-vaser-hip .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-vaser-hip .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipo-vaser-hip .bbl-text {
  margin-top: 0.8rem;
}
.lipo-vaser-hip .bbl-pic {
  margin: 0.3rem;
}
.lipo-vaser-hip .treatment-design .original-pic {
  margin: 0.5rem 0;
}
.lipo-vaser-hip .treatment-design .original-title.title-f {
  margin-bottom: 0.7rem;
}
.lipo-vaser-hip .desgin-module .module-b-inner::before {
  display: none;
}
.lipo-vaser-hip .desgin-module .module-b-text {
  padding-left: 0;
}
.lipo-vaser-hip .desgin-module .title-i {
  margin: 1rem 0 0.5rem;
}

@media (min-width: 750px) {
  .lipo-vaser-hip .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_hip_pc.jpg);
  }
  .lipo-vaser-hip .treatment-ideal-item-title {
    display: flex;
    min-height: 40px;
    line-height: 1.3;
  }
  .lipo-vaser-hip .treatment-ideal-item-title::before {
    margin-top: 3px;
  }
  .lipo-vaser-hip .bbl-list {
    display: flex;
    justify-content: space-between;
  }
  .lipo-vaser-hip .bbl-text {
    margin-top: 3px;
  }
  .lipo-vaser-hip .bbl-pic {
    margin: 0;
  }
  .lipo-vaser-hip .bbl-item {
    width: 48%;
  }
  .lipo-vaser-hip .title-f {
    display: flex;
    line-height: 1.3;
  }
  .lipo-vaser-hip .treatment-design .original-pic {
    order: -1;
    margin: 0;
  }
  .lipo-vaser-hip .treatment-design .original-title {
    margin-bottom: 15px;
  }
  .lipo-vaser-hip .desgin-module .module-b-inner {
    display: block;
  }
  .lipo-vaser-hip .desgin-module .title-i {
    margin: 15px 0 5px;
  }
  .lipo-vaser-hip .treatment-scar .original-pic {
    width: 380px;
  }
  .lipo-vaser-hip .treatment-scar .original-box {
    width: 390px;
  }
}
.lipo-vaser-calf .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_calf.jpg);
}
.lipo-vaser-calf .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-vaser-calf .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipo-vaser-calf .treatment-ideal-title {
  background: url(/treatment/img/treatment_ideal_title_bg_calf.png) center center no-repeat;
  background-size: 34.5rem;
  line-height: 1.25;
}
.lipo-vaser-calf .module-b-inner::before {
  display: none;
}
.lipo-vaser-calf .treatment-downtime-textarea {
  width: 37.5rem;
  margin: 1rem 0 0 -1.5rem;
  padding: 1.5rem;
  background: #f7f3e9;
}
.lipo-vaser-calf .treatment-point .title-f {
  position: relative;
  padding-left: 2rem;
  line-height: 1.25;
}
.lipo-vaser-calf .treatment-point .title-f::before {
  position: absolute;
  left: 0;
}

@media (min-width: 750px) {
  .lipo-vaser-calf .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_calf_pc.jpg);
  }
  .lipo-vaser-calf .treatment-ideal-title {
    background: url(/treatment/img/treatment_ideal_title_bg_pc.png) center center no-repeat;
    background-size: auto;
    line-height: 1;
  }
  .lipo-vaser-calf .treatment-point .original-pic,
  .lipo-vaser-calf .treatment-scar .original-pic {
    order: -1;
  }
  .lipo-vaser-calf .treatment-downtime-pic {
    width: 625px;
    margin: 30px auto 0;
  }
  .lipo-vaser-calf .treatment-downtime-textarea {
    width: 625px;
    margin: 10px auto;
    padding: 20px;
    background: #f7f3e9;
  }
  .lipo-vaser-calf .card-case-box-inner {
    padding-bottom: 40px;
  }
}
.lipo-vaser-ankle .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_ankle.jpg);
}
.lipo-vaser-ankle .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-vaser-ankle .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipo-vaser-ankle .treatment-ideal-title {
  background: url(/treatment/img/treatment_ideal_title_bg_calf.png) center center no-repeat;
  background-size: 34.5rem;
  line-height: 1.25;
}
.lipo-vaser-ankle .module-b-inner::before {
  display: none;
}
.lipo-vaser-ankle .treatment-downtime-textarea {
  width: 37.5rem;
  margin: 1rem 0 0 -1.5rem;
  padding: 1.5rem;
  background: #f7f3e9;
}
.lipo-vaser-ankle .treatment-point .title-f {
  position: relative;
  padding-left: 2rem;
  line-height: 1.25;
}
.lipo-vaser-ankle .treatment-point .title-f::before {
  position: absolute;
  left: 0;
}

@media (min-width: 750px) {
  .lipo-vaser-ankle .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_ankle_pc.jpg);
  }
  .lipo-vaser-ankle .treatment-ideal-title {
    background: url(/treatment/img/treatment_ideal_title_bg_pc.png) center center no-repeat;
    background-size: auto;
    line-height: 1;
  }
  .lipo-vaser-ankle .treatment-point .original-pic,
  .lipo-vaser-ankle .treatment-scar .original-pic {
    order: -1;
  }
  .lipo-vaser-ankle .treatment-downtime-pic {
    width: 625px;
    margin: 30px auto 0;
  }
  .lipo-vaser-ankle .treatment-downtime-textarea {
    width: 625px;
    margin: 10px auto;
    padding: 20px;
    background: #f7f3e9;
  }
  .lipo-vaser-ankle .card-case-box-inner {
    padding-bottom: 40px;
  }
}
.lipo-vaser-chest .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_chest.jpg);
}
.lipo-vaser-chest .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-vaser-chest .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipo-vaser-chest .treatment-achievements .title-a sup {
  font-size: 1rem;
}

@media (min-width: 750px) {
  .lipo-vaser-chest .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_chest_pc.jpg);
  }
  .lipo-vaser-chest .treatment-achievements .title-a sup {
    font-size: 13px;
  }
}
.lipo-vaser-upper-arm .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_upper-arm.jpg);
}
.lipo-vaser-upper-arm .treatment-price .table-a thead th {
  width: 20%;
}
.lipo-vaser-upper-arm .treatment-price .table-a td {
  border-right: 1px #e0e0e0 solid;
}
.lipo-vaser-upper-arm .desgin-module .module-b-inner::before {
  display: none;
}
.lipo-vaser-upper-arm .is-chart-table {
  overflow-x: scroll;
}
.lipo-vaser-upper-arm .is-chart-table table {
  width: 700px;
  background: #fff;
}
.lipo-vaser-upper-arm .treatment-design .original-pic {
  margin: 0.7rem 0;
}
.lipo-vaser-upper-arm .treatment-design .original-title.title-f {
  margin-bottom: 0.7rem;
}

@media (min-width: 750px) {
  .lipo-vaser-upper-arm .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_upper-arm_pc.jpg);
  }
  .lipo-vaser-upper-arm .treatment-design .original-pic {
    order: -1;
    margin: 0;
  }
  .lipo-vaser-upper-arm .treatment-design .original-title {
    margin-bottom: 15px;
  }
  .lipo-vaser-upper-arm .is-chart-table {
    overflow-x: visible;
  }
  .lipo-vaser-upper-arm .is-chart-table table {
    width: 100%;
  }
  .lipo-vaser-upper-arm .card-case-box-inner {
    padding-bottom: 40px;
  }
  .lipo-vaser-upper-arm .treatment-downtime-item::before {
    left: -21px;
  }
}
.lipo-vaser-armpit .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_armpit.jpg);
}
.lipo-vaser-armpit .summary-box-pic {
  height: auto;
}
.lipo-vaser-armpit .summary-box-pic img {
  height: auto;
}

@media (min-width: 750px) {
  .lipo-vaser-armpit .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_armpit_pc.jpg);
  }
  .lipo-vaser-armpit .treatment-ideal-item-title {
    display: flex;
    min-height: 40px;
    line-height: 1.3;
  }
  .lipo-vaser-armpit .treatment-downtime-item {
    width: 380px;
  }
  .lipo-vaser-armpit .treatment-downtime-item::before {
    left: -20px;
  }
}
.lipo-vaser-waist .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_waist.jpg);
}
.lipo-vaser-waist .is-chart-table {
  overflow-x: scroll;
}
.lipo-vaser-waist .is-chart-table table {
  width: 700px;
  background: #fff;
}
.lipo-vaser-waist .treatment-point-wrap {
  justify-content: space-between;
}
.lipo-vaser-waist .treatment-point-item {
  margin-top: 1.5rem;
}
.lipo-vaser-waist .original-pic {
  margin: 0.7rem 0;
}
.lipo-vaser-waist .original-title.title-f {
  margin-bottom: 0.7rem;
}
.lipo-vaser-waist .summary-box-pic.is-height {
  height: auto;
}
.lipo-vaser-waist .desgin-module .module-b-inner::before {
  display: none;
}

@media (min-width: 750px) {
  .lipo-vaser-waist .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_waist_pc.jpg);
  }
  .lipo-vaser-waist .is-chart-table {
    overflow-x: visible;
  }
  .lipo-vaser-waist .is-chart-table table {
    width: 100%;
  }
  .lipo-vaser-waist .treatment-point-wrap {
    justify-content: space-between;
  }
  .lipo-vaser-waist .treatment-point-item {
    margin: 0;
    width: 380px;
  }
  .lipo-vaser-waist .original-pic {
    order: -1;
    margin: 0;
  }
  .lipo-vaser-waist .original-title {
    margin-bottom: 15px;
  }
  .lipo-vaser-waist .treatment-downtime-item::before {
    left: -21px;
  }
  .lipo-vaser-waist .card-case-box-inner {
    padding-bottom: 40px;
  }
}
.lipo-vaser-back .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_back.jpg);
}
.lipo-vaser-back .treatment-scar-text-list {
  display: flex;
  justify-content: space-between;
}
.lipo-vaser-back .treatment-scar-text-list-item {
  width: 48%;
}

@media (min-width: 750px) {
  .lipo-vaser-back .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_back_pc.jpg);
  }
  .lipo-vaser-back .treatment-downtime-item::before {
    left: -20px;
  }
}
.lipo-vaser-knee .page-title {
  background-image: url(/treatment/liposuction/img/vaser/fv_knee.jpg);
}
.lipo-vaser-knee .desgin-module .module-b-inner::before {
  display: none;
}
.lipo-vaser-knee .original-block {
  margin: 1.5rem 0 0;
}
.lipo-vaser-knee .title-i {
  line-height: 1.4;
  margin: 1.5rem 0 1rem;
}

@media (min-width: 750px) {
  .lipo-vaser-knee .page-title {
    background-image: url(/treatment/liposuction/img/vaser/fv_knee_pc.jpg);
  }
  .lipo-vaser-knee .original-block {
    margin: 15px 0 0;
  }
  .lipo-vaser-knee .title-i {
    line-height: 1.4;
    margin: 20px 0 10px;
  }
}
.renuvion .page-title {
  background-image: url(/treatment/liposuction/img/renuvion/fv.jpg);
}
.renuvion .step-list {
  margin-top: 2rem;
}
.renuvion .step-list .is-full {
  margin: 1.25rem 0 0;
}
.renuvion .step-item {
  position: relative;
  margin: 0;
  padding: 1.75rem 0 3rem;
}
.renuvion .step-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  box-sizing: border-box;
  margin-bottom: -9px;
  margin-left: -9px;
  width: 9px;
  height: 9px;
  border: 9px solid transparent;
  border-left: 9px solid #56595c;
  transform: rotate(90deg);
}
.renuvion .step-item:first-child {
  padding-top: 0;
}
.renuvion .step-item:last-child {
  padding-bottom: 0;
}
.renuvion .step-item:last-child::after {
  display: none;
}
.renuvion .step-title {
  margin-bottom: 0.75rem;
  border: none;
}
.renuvion .mods-original {
  margin: 1.8rem 0 0;
  padding: 4.5rem 2.5rem 2.5rem 5.2rem;
  width: 100%;
  background-image: url(/treatment/liposuction/img/renuvion/mods_original_bg.gif), url(/treatment/liposuction/img/renuvion/mods_original_bg_bottom.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom -8rem;
  background-size: 100% auto, 100% 100%;
}
.renuvion .mods-original-pic {
  margin: 1rem 0 0;
  width: 100%;
}
.renuvion .mods-original-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
}
.renuvion .mods-original-text mark {
  background: none;
  color: #a0293c;
}

@media (min-width: 750px) {
  .renuvion .page-title {
    background-image: url(/treatment/liposuction/img/renuvion/fv_pc.jpg);
  }
  .renuvion .step-list {
    margin-top: 2rem;
  }
  .renuvion .step-list .is-full {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    width: 375px;
  }
  .renuvion .step-item {
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 10px 0 22px;
    height: 173px;
  }
  .renuvion .step-item::after {
    left: auto;
    right: 177px;
    box-sizing: border-box;
    margin-bottom: -9px;
  }
  .renuvion .step-item:first-child .is-full {
    top: 0;
  }
  .renuvion .step-title, .renuvion .step-text {
    width: 340px;
  }
  .renuvion .step-title {
    margin-bottom: 10px;
  }
  .renuvion .mods-original {
    margin: 20px 0 34px 4px;
    padding: 30px 25px 18px 75px;
    width: 764px;
    background-image: url(/treatment/liposuction/img/renuvion/mods_original_bg_pc.gif), url(/treatment/liposuction/img/mods_original_bg_pc_bottom.gif);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: auto auto, 100% 50%;
  }
  .renuvion .mods-original::after {
    content: "";
    display: block;
    clear: both;
  }
  .renuvion .mods-original-pic {
    float: right;
    margin: 5px 0 0 0;
    width: 230px;
  }
  .renuvion .mods-original-text {
    float: left;
    margin: 0;
    width: 412px;
    line-height: 1.7333333333;
    font-size: 15px;
  }
}