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

.header {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.header.is-blur {
  transition: all 0.4s;
}
.header p, .header ul {
  margin-bottom: 0;
}
.header-h1 {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0.2rem;
  width: 100%;
  background-color: #000;
  font-weight: normal;
  font-size: 0.8rem;
  text-align: center;
  color: #999;
}
.header-inner {
  transition: all 0.4s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 1.5rem 0;
  box-sizing: border-box;
  width: 100%;
}
.header-inner.no-top {
  padding-top: 0.35rem;
}
.header-logo {
  margin: 0.45rem 0 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-tel-item img {
  width: 100%;
  height: 100%;
}
.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-link-item a {
  display: block;
}
.header-link-item img {
  width: 100%;
  height: 100%;
}
.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 {
    padding: 0;
    z-index: 2222;
  }
  .header::before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #000;
  }
  .header-h1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999999;
    padding: 0;
    margin: 0 0 0 -550px;
    width: 1100px;
    background-color: transparent;
    height: 18px;
    font-size: 10px;
  }
  .header-inner {
    position: relative;
    margin: 12px auto 0;
    padding: 0;
    width: 1100px;
    height: 68px;
  }
  .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% - 3px) / 4);
    padding: 4px 0 2px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    background: #fff;
    transition: 0.2s all;
  }
  .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);
}

.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;
  }
}
.text {
  font-size: 14px;
  line-height: 1.65;
}

@media (min-width: 750px) {
  .text {
    line-height: 1.8;
  }
}
.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-a a {
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 1.5rem;
  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-a-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.link-a-title {
  margin: 0.25rem 0 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  color: #c7b27c;
  line-height: 1;
  font-weight: bold;
}
.link-a-text {
  order: -1;
  width: 100%;
  color: #666;
  line-height: 1.25;
  font-size: 1.2rem;
}

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

@media (min-width: 750px) {
  .link-c-item {
    margin-top: 10px;
    width: calc(50% - 5px);
  }
  .link-c-item a {
    transition: 0.2s all all;
    padding: 10px;
    background-position: right 10px bottom 14px;
    background-size: 30px auto;
  }
  .link-c-item a:hover {
    background-position: right 7px bottom 14px;
  }
  .link-c-inner {
    flex: 1;
    padding: 0 0 0 10px;
    width: auto;
  }
  .link-c-title {
    margin: 5px 0 0;
    padding: 0 0 12px;
    font-size: 16px;
  }
  .link-c-text {
    display: block;
    padding: 12px 0 0;
    min-height: auto;
    line-height: 1.25;
    font-size: 12px;
  }
  .link-c-img {
    margin: 0;
    width: 158px;
  }
}
.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-h-item {
  margin: 1.5rem 0 0;
}
.link-h-item:nth-child(1) {
  margin-top: 0;
}
.link-h-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-color: #f7f3e9;
  color: #666;
}
.link-h-inner {
  padding: 1.25rem 1.5rem;
}
.link-h-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-h-title ruby {
  color: #666;
}
.link-h-title rt {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 1rem;
  color: #c7b27c;
}
.link-h-text {
  margin: 0.7rem 0 0;
  font-size: 1.2rem;
  line-height: 1.3;
}
.link-h-img {
  order: -1;
  margin: 0;
  width: 100%;
}

@media (min-width: 750px) {
  .link-h-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .link-h-item {
    margin: 15px 0 0;
    width: calc(50% - 15px);
  }
  .link-h-item:nth-child(2) {
    margin-top: 0;
  }
  .link-h-item a {
    transition: 0.2s all all;
  }
  .link-h-item a:hover {
    opacity: 0.7;
  }
  .link-h-inner {
    padding: 18px 36px;
  }
  .link-h-title {
    font-size: 22px;
  }
  .link-h-title rt {
    margin: 0 0 0 10px;
    font-size: 10px;
  }
  .link-h-text {
    margin: 6px 0 0;
    font-size: 12px;
  }
}
.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;
  }
}
.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;
  }
}
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;
  }
}
.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;
}

.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;
  }
}
.clinics-tokyo .page-title {
  background-image: url(/clinic/img/tokyo/fv.jpg);
}

@media (min-width: 750px) {
  .clinics-tokyo .page-title {
    background-image: url(/clinic/img/tokyo/fv_pc.jpg);
  }
}
.clinics-osaka .page-title {
  background-image: url(/clinic/img/osaka/fv.jpg);
}

@media (min-width: 750px) {
  .clinics-osaka .page-title {
    background-image: url(/clinic/img/osaka/fv_pc.jpg);
  }
}
.top-nav {
  min-height: 10.038rem;
  background-color: #acacac;
}
.top-nav-list {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-nav-item {
  margin: 0.1rem 0 0;
  width: calc(33.3333% - 0.05rem);
}
.top-nav-item:nth-child(1), .top-nav-item:nth-child(2), .top-nav-item:nth-child(3) {
  margin-top: 0;
}
.top-nav-item a {
  display: block;
}

@media (min-width: 750px) {
  .top-nav {
    display: none;
  }
}
.clinics-nav {
  display: none;
}

@media (min-width: 750px) {
  .clinics-nav {
    display: block;
    margin: 30px 0;
    padding: 0;
    background-color: rgba(153, 120, 82, 0.15);
  }
  .clinics-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .clinics-nav-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 120px;
    height: 64px;
    background-color: rgba(153, 120, 82, 0.2);
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #635a51;
  }
  .clinics-nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    flex: 1;
  }
  .clinics-nav-item {
    position: relative;
    margin: 0;
    width: 100%;
    line-height: 1.25;
  }
  .clinics-nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #635a51;
    text-align: center;
  }
  .clinics-nav-item a:hover {
    background-color: rgba(153, 120, 82, 0.2);
  }
  .clinics-nav-item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 28px;
    margin: 18px 0 0;
    background-color: #d7ccbd;
  }
  .clinics-nav-item:last-child a::after {
    display: none;
  }
}
.clinics-title {
  margin: 3rem 0 2.5rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (min-width: 750px) {
  .clinics-title {
    font-size: 38px;
  }
}
.youtube {
  position: relative;
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.clinics-nav {
  display: none;
}

@media (min-width: 750px) {
  .clinics-nav {
    display: block;
    margin: 0;
  }
  .clinics-nav-inner {
    margin: 0 auto;
    width: 1100px;
  }
}
@media (min-width: 750px) {
  .is-sp {
    display: none;
  }
}
.section {
  margin-top: 5rem;
}
.section-inner {
  padding: 0 1.5rem;
}
.section-lead {
  margin-bottom: 1.25rem;
}

.main-visual {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #d7d7d4;
}
.main-visual-inner {
  position: relative;
  width: 100%;
  height: 40rem;
}

@media (min-width: 750px) {
  .main-visual {
    background-color: #d7d8d3;
    background-size: auto 100%;
  }
  .main-visual-inner {
    margin: 0 auto;
    width: 1088px;
    padding-top: 640px;
  }
}
.top-title {
  margin: 0 0 1.75rem;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.top-title::before {
  content: attr(data-text);
  display: block;
  margin: 0 auto 0.5rem;
  color: #c7b27c;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.6rem;
}

@media (min-width: 750px) {
  .top-title {
    margin: 0 0 30px;
    font-size: 26px;
  }
  .top-title::before {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.section .link {
  margin-top: 2.5rem;
}

@media (min-width: 750px) {
  .section .link {
    margin-top: 30px;
  }
}
.top-banner {
  margin: 1.5rem 0 0;
  padding: 0 1rem;
  min-height: 10rem;
}
.top-banner-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-banner-item {
  margin: 0.9rem 0 0;
  width: 100%;
}
.top-banner-item a {
  display: block;
}
.top-banner-item:first-child {
  margin-top: 0;
}

@media (min-width: 750px) {
  .top-banner {
    margin: 30px auto 0;
    padding: 0;
    width: 1040px;
  }
  .top-banner-item {
    margin: 18px 0 0;
  }
}
@keyframes slidecase {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.blog {
  margin: 2.4rem 0 0;
}
.blog-title {
  margin: 0;
}
.blog-inner {
  margin-top: -0.25rem;
  padding: 0.65rem 0 0;
  background-image: url(/img/blog_bg6.png);
  background-repeat: no-repeat;
  background-size: 13.5rem auto;
  background-position: top left 0.7rem;
}
.blog-monitor-number {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 0 14.5rem;
}
.blog-monitor-number-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 8rem;
  height: 4.7rem;
  background-color: #313131;
  border-radius: 6px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
}
.blog-monitor-number-detail {
  margin: 0;
  padding: 0.2rem 0 0;
  height: 4.7rem;
  width: 13.5rem;
  border-bottom: 1px solid #313131;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #25395f;
}
.blog-monitor-number-detail-number {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0.25rem 0 0;
  line-height: 1;
  font-size: 4rem;
}
.blog-monitor-number .period {
  display: block;
  width: 100%;
  margin: 0.4em 0 0 0.5rem;
  font-size: 1rem;
  opacity: 0.65;
}
.blog-contents {
  padding: 0 1rem;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.65rem 0 1.5rem;
}
.blog-item {
  margin: 1rem 0 0;
  width: 100%;
  display: none;
}
.blog-item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  color: #62686e;
}
.blog-item:nth-child(1), .blog-item:nth-child(2), .blog-item:nth-child(3) {
  display: block;
}
.blog-item:nth-child(1) {
  margin-top: 0.5rem;
}
.blog-item:nth-child(1) .blog-case-item:nth-of-type(2) {
  animation-delay: 3.4s;
}
.blog-item:nth-child(2) .blog-case-item:nth-of-type(2) {
  animation-delay: 4.2s;
}
.blog-item:nth-child(3) .blog-case-item:nth-of-type(2) {
  animation-delay: 5s;
}
.blog-item:nth-child(4) .blog-case-item:nth-of-type(2) {
  animation-delay: 5.8s;
}
.blog-case, .blog-case-item, .blog-case-item-inner {
  width: 100%;
  height: 8rem;
}
.blog-case {
  position: relative;
  overflow: hidden;
  width: 12rem;
}
.blog-case-item {
  z-index: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-case-item-inner {
  position: relative;
}
.blog-case-item-inner::after {
  content: "Before";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 5.2rem;
  height: 1.7rem;
  background-color: rgba(159, 119, 75, 0.65);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.blog-case-item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-case-item:nth-of-type(2) {
  z-index: 1;
  animation: slidecase 12s ease infinite;
  opacity: 0;
  animation-delay: 3s;
}
.blog-case-item:nth-of-type(2) .blog-case-item-inner::after {
  content: "After";
  background-color: rgba(255, 146, 150, 0.65);
}
.blog-case-data {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0.5em 0 1em;
  line-height: 1;
  color: #625a51;
}
.blog-case-note {
  margin: 0.2rem 0 0;
  padding: 0;
  line-height: 1.25;
  font-size: 10px;
  color: #888;
  word-break: break-all;
}
.blog-case-doctor {
  margin: 0 1rem 0.25rem 0;
  padding: 0.4rem 0 0.4rem 2.5rem;
  background-image: url(/img/blog_doctor_nagano.png);
  background-image: url(/shared/img/icon_nagano.png);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: left top;
  font-size: 1.2rem;
  line-height: 1;
  color: #9f774b;
}
.blog-case-doctor.is-hojo {
  background-image: url(/shared/img/icon_hojo.png);
}
.blog-case-doctor.is-boyer {
  background-image: url(/shared/img/icon_boyer.png);
}
.blog-case-doctor.is-so {
  background-image: url(/shared/img/icon_so.png);
}
.blog-case-doctor.is-tani {
  background-image: url(/theme/img/icon_tani.png);
}
.blog-case-doctor.is-yoshie {
  background-image: url(/theme/img/icon_yoshie.png);
}
.blog-case-doctor.is-tateyama {
  background-image: url(/theme/img/icon_tateyama.png);
}
.blog-case-doctor.is-nohara {
  background-image: url(/theme/img/icon_nohara.png);
}
.blog-case-doctor.is-yoshida {
  background-image: url(/theme/img/icon_yoshida.png);
}
.blog-case-doctor.is-mori {
  background-image: url(/theme/img/icon_mori.png);
}
.blog-case-doctor.is-yamada {
  background-image: url(/theme/img/icon_yamada.png);
}
.blog-case-doctor.is-miki {
  background-image: url(/theme/img/icon_miki.png);
}
.blog-case-doctor.is-fujioka {
  background-image: url(/theme/img/icon_fujioka.png);
}
.blog-case-doctor.is-iguchi {
  background-image: url(/theme/img/icon_iguchi.png);
}
.blog-case-doctor.is-matsumoto {
  background-image: url(/theme/img/icon_matsumoto.png);
}
.blog-case-doctor.is-shimada {
  background-image: url(/theme/img/icon_shimada.png);
}
.blog-case-treatment {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.2rem;
  margin: 0;
  padding: 0.2em 0.75em;
  height: 1.6rem;
  border: 1px solid #c7b27c;
  font-size: 1rem;
  line-height: 1;
  color: #c7b27c;
}
.blog-case-text {
  margin: 0.2rem 0 0;
  width: 100%;
  font-size: 1.1rem;
}
.blog-banner-list {
  display: flex;
  margin: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-banner-item {
  margin: 0.5rem 0 0;
  width: 17.5rem;
}
.blog-banner-item:nth-child(1), .blog-banner-item:nth-child(2) {
  margin-top: 0;
}
.blog-banner-item a {
  display: block;
}

@media (min-width: 750px) {
  .blog {
    position: relative;
    margin: 60px auto 0;
    width: 1100px;
  }
  .blog-title {
    margin: 0;
    width: 577px;
  }
  .blog-inner {
    background-image: url(/img/blog_bg6_pc.jpg);
    background-size: 510px auto;
    background-position: top 0 left 25px;
  }
  .blog-monitor-number {
    padding: 0 0 0 598px;
    width: 100%;
  }
  .blog-monitor-number-title {
    padding: 0 10px;
    width: 220px;
    height: 60px;
    font-size: 18px;
  }
  .blog-monitor-number-detail {
    margin: 0;
    width: 215px;
    height: 60px;
    font-size: 20px;
  }
  .blog-monitor-number-detail-number {
    height: 60px;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 60px;
    letter-spacing: -0.03em;
  }
  .blog-monitor-number-detail .period {
    margin: 5px 0 0 2px;
    font-size: 10px;
  }
  .blog-contents {
    padding: 25px 0 0;
  }
  .blog-list {
    margin: 0 auto;
    padding: 0;
    width: 1040px;
  }
  .blog-item {
    margin: 10px 0 0;
    width: 240px;
    display: block;
  }
  .blog-item:nth-child(1), .blog-item:nth-child(2), .blog-item:nth-child(3), .blog-item:nth-child(4) {
    margin-top: 0;
  }
  .blog-item:nth-child(1) .blog-case-item:nth-of-type(2) {
    animation-delay: 3s;
  }
  .blog-item:nth-child(2) .blog-case-item:nth-of-type(2) {
    animation-delay: 3.5s;
  }
  .blog-item:nth-child(3) .blog-case-item:nth-of-type(2) {
    animation-delay: 4s;
  }
  .blog-item:nth-child(4) .blog-case-item:nth-of-type(2) {
    animation-delay: 4.5s;
  }
  .blog-item:nth-child(5) .blog-case-item:nth-of-type(2) {
    animation-delay: 5s;
  }
  .blog-item:nth-child(6) .blog-case-item:nth-of-type(2) {
    animation-delay: 5.5s;
  }
  .blog-item:nth-child(7) .blog-case-item:nth-of-type(2) {
    animation-delay: 6s;
  }
  .blog-item:nth-child(8) .blog-case-item:nth-of-type(2) {
    animation-delay: 6.5s;
  }
  .blog-case, .blog-case-item, .blog-case-item-inner {
    width: 100%;
    height: 150px;
    background-color: #ccc;
  }
  .blog-case {
    position: relative;
  }
  .blog-case-item-inner::after {
    width: 66px;
    height: 22px;
    font-size: 12px;
  }
  .blog-case-data {
    position: relative;
    margin: 7px 0 0;
    padding: 0;
  }
  .blog-case-note {
    padding: 5px 8px 5px;
    width: 100%;
    border: 0;
    font-size: 10px;
  }
  .blog-case-doctor {
    margin: 0;
    padding: 44px 0 0;
    width: 56px;
    height: 38px;
    background-size: 38px auto;
    background-position: top center;
    font-size: 11px;
    letter-spacing: -0.03em;
    text-align: center;
  }
  .blog-case-treatment {
    position: absolute;
    top: 0;
    left: 60px;
    margin: 0;
    height: 18px;
    font-size: 10px;
  }
  .blog-case-text {
    display: flex;
    margin: -20px 0 0;
    min-height: 33px;
    padding: 0 0 0 60px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
  }
  .blog-case-note {
    margin-top: 5px;
    padding: 0;
  }
  .blog-banner-list {
    justify-content: flex-start;
    margin: 20px 0;
    padding: 0 25px;
  }
  .blog-banner-item {
    margin: 0 10px 10px 0;
    width: 253px;
  }
  .blog-banner-item:nth-of-type(4), .blog-banner-item:nth-of-type(8), .blog-banner-item:nth-of-type(12) {
    margin: 0 0 10px 0;
  }
}
.pickup {
  margin: 5rem 0 0;
  padding: 2.5rem 0;
  background: rgb(28, 28, 36);
  background: -moz-linear-gradient(left, rgb(28, 28, 36) 0%, rgb(28, 28, 36) 88%, rgb(28, 28, 36) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgb(28, 28, 36) 0%, rgb(28, 28, 36) 88%, rgb(28, 28, 36) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(28, 28, 36) 0%, rgb(28, 28, 36) 88%, rgb(28, 28, 36) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c1c24", endColorstr="#ffffff",GradientType=1 );
}
.pickup .top-title {
  margin-bottom: 2rem;
  color: #fff;
}
.pickup-list {
  margin: 0;
  display: flex;
  min-height: 23.5rem;
}
.pickup-item {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0.3rem;
  padding: 0;
  width: 16.7rem;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pickup-item a {
  display: block;
  position: relative;
  padding: 128.42% 0 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.pickup-item.is-vaser {
  background-image: url(/img/pickup_bg_vaser.jpg);
}
.pickup-item.is-crf {
  background-image: url(/img/pickup_bg_crf.jpg);
}
.pickup-item.is-agingcare {
  background-image: url(/img/pickup_bg_agingcare.jpg);
}
.pickup-item.is-silicon {
  background-image: url(/img/pickup_bg_silicon.jpg);
}
.pickup-item.is-gynecomastia {
  background-image: url(/img/pickup_bg_gynecomastia.jpg);
}
.pickup-item.is-fix {
  background-image: url(/img/pickup_bg_fix.jpg);
}
.pickup-title, .pickup-text {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
.pickup-title {
  padding: 2.3rem 0 0 1.3rem;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
}
.pickup-title::after {
  content: attr(data-text);
  display: block;
  margin: 0.65rem 0 0;
  font-size: 0.8rem;
  color: #c7b27c;
}
.pickup-text {
  padding: 7rem 1.3rem 0 1.3rem;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (min-width: 750px) {
  .pickup-list {
    margin: 0 auto;
    max-width: 1240px;
  }
}
.recommended-lead {
  margin-bottom: 1.5rem;
}
.recommended-item.is-books {
  margin-top: 4px;
  width: 100%;
}
.recommended-item.is-books a {
  background-position: right 1rem bottom 1.4rem;
  padding: 1.2rem 1rem;
}
.recommended-item.is-books .link-c-text {
  min-height: auto;
}
.recommended-item.is-books .link-c-img {
  display: none;
}

@media (min-width: 750px) {
  .recommended-lead {
    margin-bottom: 30px;
    text-align: center;
  }
  .recommended-list {
    margin: 0 auto;
    width: 1040px;
  }
  .recommended-item {
    margin-top: 10px;
    width: 338px;
  }
  .recommended-item:nth-child(1), .recommended-item:nth-child(2), .recommended-item:nth-child(3) {
    margin-top: 0;
  }
  .recommended-item.is-books {
    margin-top: 10px;
    width: 338px;
  }
  .recommended-item.is-books a {
    padding: 10px;
    background-position: right 10px bottom 14px;
  }
  .recommended-item.is-books a:hover {
    background-position: right 7px bottom 14px;
  }
  .recommended-item.is-books .link-c-img {
    display: block;
  }
}
.grad-wrap {
  position: relative;
  margin: 2rem 0 0;
  border: 1px solid #9aa5a7;
}
.grad-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1em 0 0.75em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #707070;
}
.grad-item {
  position: relative;
  overflow: hidden;
  margin: 0 1rem;
  padding: 0 0.5rem 1.25rem;
  height: 2rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.85;
  transition: 0.2s ease;
}
.grad-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #fff;
}
.grad-item mark {
  background: none;
  font-weight: bold;
  color: #a0293c;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 10rem;
  margin: auto;
  padding: 0.5rem 0;
  border-radius: 6px 6px 0 0;
  border: 1px solid #9aa5a7;
  background: #9aa5a7;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}
.grad-btn::after {
  content: "続きを読む";
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  background: #fff;
  color: #9aa5a7;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる";
}
.grad-trigger:checked ~ .grad-item {
  padding-bottom: 2.5rem;
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

@media (min-width: 750px) {
  .grad-wrap {
    margin: 30px auto 0;
    width: 1040px;
  }
  .grad-title {
    padding: 25px 0 28px;
    font-size: 18px;
  }
  .grad-item {
    height: 20px;
    margin: 0 25px;
    padding: 0 20px 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .grad-item::before {
    height: 55px;
  }
  .grad-btn {
    width: 100px;
    margin: auto;
    font-size: 13px;
  }
  .grad-btn:hover {
    background: #fff;
    color: #9aa5a7;
  }
  .grad-trigger:checked ~ .grad-btn:hover {
    background: #9aa5a7;
    color: #fff;
  }
  .grad-trigger:checked ~ .grad-item {
    padding-bottom: 30px;
  }
}
.treatment-lead {
  margin: 0 0 1.5rem;
}
.treatment-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.treatment-item {
  margin: 1rem 0 0;
  width: 100%;
}
.treatment-item:first-child {
  margin-top: 0;
}
.treatment-item.link-e-item {
  width: calc(50% - 0.25rem);
}
.treatment-item-title {
  font-weight: normal;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (min-width: 750px) {
  .treatment-lead {
    margin-bottom: 30px;
    text-align: center;
  }
  .treatment-list {
    margin: 0 auto;
    width: 1040px;
  }
  .treatment-item {
    margin: 12px 0 0;
    width: 514px;
  }
  .treatment-item:nth-child(2) {
    margin-top: 0;
  }
  .treatment-item.link-e-item {
    width: 254px;
  }
}
.apology {
  margin: 2rem 0 0;
}
.apology a {
  display: block;
  text-decoration: none;
  background-image: url(/theme/img/arrow_long_red.svg);
  background-repeat: no-repeat;
  background-size: 3rem auto;
  background-position: right 1rem bottom 0.95rem;
}
.apology-inner {
  margin: 0;
  padding: 1.3rem 0.85rem 2rem;
  border: 1px solid #be3565;
  color: #be3565;
}
.apology-title {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #be3565;
}
.apology-detail {
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
  color: #be3565;
}

@media (min-width: 750px) {
  .apology {
    margin: 35px auto 0;
    width: 1040px;
  }
  .apology a {
    background-size: 30px auto;
    background-position: right 20px bottom 10px;
  }
  .apology a:hover {
    background-position: right 15px bottom 10px;
  }
  .apology-inner {
    margin: 0;
    padding: 20px;
  }
  .apology-title {
    margin: 0 0 14px;
    font-size: 18px;
  }
  .apology-detail {
    font-size: 16px;
  }
}
.monitor-text {
  margin: 1.4rem 0 0;
  padding: 0;
}
.monitor-banner {
  margin: 1rem 0 0;
  padding: 0;
}

@media (min-width: 750px) {
  .monitor {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    padding: 0;
    width: 1040px;
  }
  .monitor-text {
    margin: 0;
    width: 370px;
    line-height: 1.7;
  }
  .monitor-banner {
    margin: 0;
    padding: 0;
    width: 655px;
  }
}
.case {
  margin: 2.4rem 0 0;
  padding: 2.7rem 0 2.8rem;
  background-image: url(/img/case_bg.jpg);
  background-repeat: repeat;
  background-size: 100% auto;
}
.case .card-case-box-inner {
  background-color: #fff;
}
.case .card-case-list {
  display: flex;
}
.case .card-case-item {
  margin: 0 1rem;
}
.case .card-case-box-small-text, .case .card-case-box-small-doctor {
  display: inline;
}
.case .slick-list {
  padding-bottom: 1rem !important;
}
.case-link {
  margin: 0;
  padding: 0 1.5rem;
}
.case-link-list {
  margin: 0.5rem 0 0;
}
.case-link-item {
  display: inline-block;
  margin: 0.5em 0.4em 0 0;
}
.case-link-item a {
  display: inline-block;
  border: 1px solid #c7b27c;
  padding: 0.6em 0.75em 0.5em;
  line-height: 1;
  font-size: 10px;
  text-decoration: none;
  color: #c7b27c;
}

@media (min-width: 750px) {
  .case {
    margin: 60px 0 0;
    padding: 40px 0 60px;
  }
  .case .card-case-box-inner {
    background-color: #fff;
  }
  .case .card-case-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1040px;
  }
  .case .card-case-item {
    margin: 0;
    width: 340px;
  }
  .case-link {
    margin: 0;
    padding: 0 1.5rem;
  }
  .case-link-list {
    margin: 10px auto 0;
    width: 1040px;
  }
  .case-link-item {
    margin: 8px 8px 0 0;
  }
}
.ptn1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(247, 243, 233) 70%, rgb(247, 243, 233) 70%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(247, 243, 233) 70%, rgb(247, 243, 233) 70%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(247, 243, 233) 70%, rgb(247, 243, 233) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f7f3e9",GradientType=1 );
}
.ptn1-pic {
  order: -1;
  width: 100%;
  height: 0;
  padding: 16rem 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.ptn1-inner {
  padding: 3rem 1.5rem 4rem;
  width: 100%;
}

@media (min-width: 750px) {
  .ptn1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ptn1-pic {
    width: 50%;
    padding: 652px 0 0;
  }
  .ptn1-inner {
    padding: 40px 0 0 60px;
    background-color: #f6f3e9;
    width: 50%;
  }
}
.society {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.society-pic {
  background-image: url(/img/society_bg.jpg);
}
.society-lead {
  margin: 0;
  padding: 0 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}
.society-list {
  margin: 1.5rem auto 0;
  width: 34rem;
}
.society-item {
  margin: 1rem 0 0;
}
.society-item:first-child {
  margin-top: 0;
}
.society-item a {
  text-decoration: none;
  color: #666;
}
.society-item-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.society-info {
  position: relative;
  flex: 1;
  margin: 0 0 0 1.5rem;
  padding: 2.5rem 0 0 0;
}
.society-info-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
.society-info-date {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  line-height: 1;
}
.society-category {
  display: block;
  position: absolute;
  top: 2px;
  left: 6.5em;
  padding: 2px 0;
  width: 64px;
  background-color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.society-category.is-society {
  background-color: #a5c3e6;
}
.society-category.is-seminar {
  background-color: #e6c1a5;
}
.society-thum {
  order: -1;
  margin: 0;
  width: 9rem;
}

@media (min-width: 750px) {
  .society .top-title {
    width: 490px;
  }
  .society-pic {
    padding: 650px 0 0;
    background-image: url(/img/society_bg_pc.jpg);
    background-position: right center;
  }
  .society-lead, .society-wrap {
    width: 490px;
    margin: 0;
  }
  .society-lead {
    margin-bottom: 25px;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .society-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .society-list {
    margin: 0;
    width: 100%;
  }
  .society-item {
    margin: 10px 0 0;
  }
  .society-item:first-child {
    margin-top: 0;
  }
  .society-info {
    margin: 0 0 0 10px;
    padding-top: 25px;
  }
  .society-info-date {
    top: 4px;
  }
  .society-category {
    top: 0;
    left: 86px;
  }
  .society-thum {
    width: 87px;
  }
  .society .link a {
    margin-left: 90px;
  }
}
@media (min-width: 750px) {
  .faq-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 980px;
  }
  .faq-item {
    width: 450px;
  }
  .faq-item:first-child .module-qa-inner {
    padding: 25px 0;
  }
  .faq-item:nth-child(3)::after, .faq-item:nth-child(4)::after {
    display: none;
  }
}
.movie {
  padding: 3rem 0;
  background-color: #1c1c24;
}
.movie-title {
  color: #fff;
}
.movie-main {
  position: relative;
  margin: 0 0 1.5rem;
}
.movie-main-title {
  position: absolute;
  top: -0.5rem;
  left: -0.75rem;
  z-index: 10;
}
.movie-main-title-text {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3.2rem;
  background: #9c1c20;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
}
.movie-main-title-text::before {
  position: absolute;
  content: "";
  top: 3.2rem;
  left: 0;
  border: none;
  border-bottom: solid 1rem transparent;
  border-right: solid 0.75rem rgb(149, 158, 155);
}
.movie-main iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie-main-item {
  position: relative;
  width: 100%;
  margin: 0 0 1.2rem;
  padding-top: 56.25%;
}
.movie-main .movie-item-info {
  padding: 0;
}
.movie-list {
  margin: 0;
}
.movie-item {
  margin: 1rem 0 0;
  list-style: none;
}
.movie-item a {
  color: #333;
  text-decoration: none;
}
.movie-item-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie-item-info {
  flex: 1;
  padding: 0 0 0 0.75rem;
}
.movie-item-title {
  margin: 0 0 0.75rem;
  line-height: 1.35;
  font-size: 1.4rem;
  color: #fff;
}
.movie-item-text {
  display: none;
}
.movie-item-date, .movie-item-cat {
  color: #c7b27c;
  font-size: 1rem;
}
.movie-item-cat {
  margin: 0 0 0 0.1em;
}
.movie-item-cat::before {
  content: "｜";
  margin: 0 0.1em 0 0;
}
.movie-item-thum {
  order: -1;
  margin: 0;
  width: 16rem;
}

@media (min-width: 750px) {
  .movie {
    padding: 40px 0 60px;
  }
  .movie-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 100%;
  }
  .movie-main {
    margin: 0;
    width: 560px;
  }
  .movie-main-title {
    position: absolute;
    top: -8px;
    left: -10px;
  }
  .movie-main-title-text {
    width: 110px;
    height: 36px;
    font-size: 16px;
  }
  .movie-main-title-text::before {
    top: 36px;
  }
  .movie-main-item {
    margin-bottom: 0;
    padding-top: 314px;
  }
  .movie-main .movie-item-info {
    display: none;
  }
  .movie-list {
    width: 520px;
  }
  .movie-item {
    margin: 11px 0 0;
    width: 100%;
  }
  .movie-item:first-child {
    margin-top: 0;
  }
  .movie-item-info {
    margin: 0;
    padding: 0 0 0 10px;
    width: auto;
    flex: 1;
  }
  .movie-item-title {
    margin: 0 0 5px;
    line-height: 1.35;
    font-size: 14px;
  }
  .movie-item-date, .movie-item-cat {
    font-size: 12px;
  }
  .movie-item-cat {
    margin: 0 0 0 3px;
  }
  .movie-item-thum {
    width: 125px;
  }
}
.concept {
  margin-top: 0;
}
.concept-pic {
  background-image: url(/img/concept_bg.jpg);
}
.concept-text {
  padding: 0 0.5rem;
}

@media (min-width: 750px) {
  .concept-pic {
    order: 1;
    background-image: url(/img/concept_bg_pc.jpg);
    background-position: left center;
  }
  .concept-inner {
    position: relative;
    height: 650px;
    padding: 40px 0 0;
  }
  .concept-title, .concept-box, .concept-button {
    position: absolute;
    right: 90px;
    width: 400px;
  }
  .concept-title {
    top: 50px;
  }
  .concept-box {
    top: 130px;
  }
  .concept-text {
    line-height: 1.8;
  }
  .concept-button {
    margin-top: 0;
    top: 500px;
  }
}
.reason {
  padding-bottom: 2.5rem;
}
.reason-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.reason-item {
  position: relative;
  margin: 2.2rem 0 0;
  width: 16.8rem;
}
.reason-item:nth-child(1), .reason-item:nth-child(2) {
  margin-top: 0;
}
.reason-item::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  left: -1rem;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.reason-item:nth-child(1)::after {
  background-image: url(/img/reason_no1.png);
}
.reason-item:nth-child(2)::after {
  background-image: url(/img/reason_no2.png);
}
.reason-item:nth-child(3)::after {
  background-image: url(/img/reason_no3.png);
}
.reason-item:nth-child(4)::after {
  background-image: url(/img/reason_no4.png);
}
.reason-item:nth-child(5)::after {
  background-image: url(/img/reason_no5.png);
}
.reason-item:nth-child(6)::after {
  background-image: url(/img/reason_no6.png);
}
.reason-lead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3.6rem;
  padding: 0 0.5rem 0 3.3rem;
  margin: 0 0 0 0.2rem;
  border-top: 1px solid #e6a1a1;
  border-bottom: 1px solid #e6a1a1;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #666;
}
.reason-pic {
  margin: 0.8rem 0 0;
}
.reason-text {
  margin: 0.6rem 0 0;
  font-size: 12px;
  line-height: 1.35;
}

@media (min-width: 750px) {
  .reason {
    padding-bottom: 30px;
  }
  .reason-list {
    padding: 0;
    margin: 0 auto;
    width: 1060px;
  }
  .reason-item {
    margin-top: 33px;
    width: 315px;
  }
  .reason-item:nth-child(3) {
    margin-top: 0;
  }
  .reason-item::after {
    top: -15px;
    left: -35px;
    width: 68px;
    height: 68px;
  }
  .reason-lead {
    height: 38px;
    padding: 0 0 0 42px;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
  }
  .reason-pic {
    margin-top: 12px;
  }
  .reason-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: justify;
  }
}
.doctor {
  margin-top: 2rem;
}
.doctor-pic {
  background-image: url(/img/doctor_bg.jpg);
}
.doctor-text {
  margin: 0 0 1.75rem;
  padding: 0 0.5rem;
}

@media (min-width: 750px) {
  .doctor-pic {
    background-image: url(/img/doctor_bg_pc.jpg);
    background-position: right top;
    padding-top: 460px;
  }
  .doctor-inner {
    padding-left: 100px;
  }
  .doctor-title, .doctor-text {
    width: 400px;
  }
  .doctor-text {
    line-height: 1.8;
  }
  .doctor .link a {
    margin-left: 20px;
  }
}
.clinic {
  margin: 0;
  padding: 2.8rem 0 6rem;
  background-color: #fff;
}
.clinic .section-inner {
  padding: 0 1.5rem;
}
.clinic table {
  margin: 0;
}
.clinic table th,
.clinic table td {
  padding: 1.5rem 1rem;
  font-size: 12px;
}
.clinic table th {
  width: 10rem;
}
.clinic-data-pic {
  display: none;
}

@media (min-width: 750px) {
  .clinic {
    margin: 0;
    padding: 50px 0 100px;
  }
  .clinic .section-inner {
    padding: 0;
    margin: 0 auto;
    width: 1040px;
  }
  .clinic-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .clinic-data-pic {
    display: block;
    width: 550px;
    height: 293px;
  }
  .clinic table {
    width: 460px;
  }
  .clinic table th,
  .clinic table td {
    padding: 14px 20px;
    font-size: 14px;
  }
  .clinic table th {
    width: 126px;
  }
}
.footer {
  margin-top: 0;
}

.clinics-osaka .blog-inner {
  background-image: url(/clinic/img/osaka/blog_bg.png);
}