@charset "UTF-8";
/*----------------------------------------------------------------------
round
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
shadow
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
color
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
gradation
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: index.scss
Note: 全ページ用 SCSS ファイル

Created By		Kosuke Inoue

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイル
3.　ページ共通

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

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-size: 1em;
  font-weight: normal;
  color: #555;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

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

th,
td {
  padding: 0;
}

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

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

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

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

body {
  position: relative;
  font: inherit;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-font-smoothing: inherit;
  color: #555;
}
body #empty-header {
  display: none;
}

/*----------------------------------------------------------------------
3.	ページ共通
----------------------------------------------------------------------*/
.pc,
.pc2 {
  display: inherit !important;
}

.sp,
.sp2 {
  display: none !important;
}

#header {
  padding: 0;
  border-top: 3px solid #59504d;
  background: linear-gradient(#fff, #c5afa1);
  transition: ease 0.5s;
}
#header.fixed-topbar {
  position: relative !important;
  height: auto;
}
#header .wrap {
  position: relative;
  margin: 0 auto;
  width: 1160px;
  height: 105px;
}
#header .wrap #logo a {
  display: block;
}
#header .wrap #logo a img {
  box-shadow: inherit;
  transition: opacity 0.15s linear;
}
#header .wrap #logo a:hover img {
  box-shadow: inherit;
  opacity: 0.7;
}
#header .wrap .header-contents {
  position: absolute;
  right: 0;
  bottom: 30px;
}
#header .wrap .btn-line,
#header .wrap .logo-sub {
  display: inline-block;
}
#header .wrap .btn-line {
  position: relative;
  margin: 0 20px 0 0;
  top: 23px;
}
#header .wrap .btn-line a {
  display: block;
}
#header .wrap .btn-line a img {
  box-shadow: inherit;
  transition: opacity 0.15s linear;
}
#header .wrap .btn-line a:hover img {
  box-shadow: inherit;
  opacity: 0.7;
}
#header .wrap .logo-sub {
  position: relative;
  top: -3px;
}
#header .wrap #nav-toggle {
  display: none;
}

#gnav {
  position: relative;
  top: 0;
  right: 0;
  background: linear-gradient(#3d322e, #6d6562);
  font-size: 15px;
  font-weight: bold;
}
#gnav .nav-list {
  display: flex;
  margin: 0 auto;
  max-width: 1160px;
}
#gnav .nav-item {
  width: 25%;
  height: 81px;
  border-right: 1px solid rgba(220,213,206,.3);
  text-align: center;
  transition: opacity 0.15s linear;
}
#gnav .nav-item:first-child {
  border-left: 1px solid rgba(220,213,206,.3);
}
#gnav .nav-item a {
  display: block;
  margin: 0;
  padding: 50px 0 0;
  line-height: 2;
  color: #d0c7bf;
}
#gnav .nav-item a:hover {
  display: block;
  color: #ef8479;
}
#gnav .nav-item.nav-face a {
  background: url(../../liposuction-knowlegde/images/originals/nav_face.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-face a:hover {
  background: url(../../liposuction-knowlegde/images/originals/nav_face_h.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-arms-thinning a {
  background: url(../../liposuction-knowlegde/images/originals/nav_arms-thinning.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-arms-thinning a:hover {
  background: url(../../liposuction-knowlegde/images/originals/nav_arms-thinning_h.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-waist a {
  background: url(../../liposuction-knowlegde/images/originals/nav_waist.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-waist a:hover {
  background: url(../../liposuction-knowlegde/images/originals/nav_waist_h.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-thigh a {
  background: url(../../liposuction-knowlegde/images/originals/nav_thigh.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-thigh a:hover {
  background: url(../../liposuction-knowlegde/images/originals/nav_thigh_h.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-mens a {
  background: url(../../liposuction-knowlegde/images/originals/nav_mens.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-mens a:hover {
  background: url(../../liposuction-knowlegde/images/originals/nav_mens_h.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-whole-body a {
  background: url(../../liposuction-knowlegde/images/originals/nav_whole-body.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-whole-body a:hover {
  background: url(../../liposuction-knowlegde/images/originals/nav_whole-body_h.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-repair a {
  background: url(../../liposuction-knowlegde/images/originals/nav_repair.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-repair a:hover {
  background: url(../../liposuction-knowlegde/images/originals/nav_repair_h.png) center top 15px no-repeat;
}
#gnav .nav-item.nav-face.current a {
  background: url(../../liposuction-knowlegde/images/originals/nav_face_a.png) center top 15px no-repeat;
  color: rgba(208,199,191,.3);
}
#gnav .nav-item.nav-arms-thinning.current a {
  background: url(../../liposuction-knowlegde/images/originals/nav_arms-thinning_a.png) center top 15px no-repeat;
  color: rgba(208,199,191,.3);
}
#gnav .nav-item.nav-waist.current a {
  background: url(../../liposuction-knowlegde/images/originals/nav_waist_a.png) center top 15px no-repeat;
  color: rgba(208,199,191,.3);
}
#gnav .nav-item.nav-thigh.current a {
  background: url(../../liposuction-knowlegde/images/originals/nav_thigh_a.png) center top 15px no-repeat;
  color: rgba(208,199,191,.3);
}
#gnav .nav-item.nav-mens.current a {
  background: url(../../liposuction-knowlegde/images/originals/nav_mens_a.png) center top 15px no-repeat;
  color: rgba(208,199,191,.3);
}
#gnav .nav-item.nav-whole-body.current a {
  background: url(../../liposuction-knowlegde/images/originals/nav_whole-body_a.png) center top 15px no-repeat;
  color: rgba(208,199,191,.3);
}
#gnav .nav-item.nav-repair.current a {
  background: url(../../liposuction-knowlegde/images/originals/nav_repair_a.png) center top 15px no-repeat;
  color: rgba(208,199,191,.3);
}

.breadcrumb {
  background: #fff;
  color: #918b88;
}
.breadcrumb-list {
  display: flex;
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
  width: 1160px;
}
.breadcrumb-item {
  position: relative;
  font-size: 12px;
}
.breadcrumb-item::before {
  content: "＞";
  margin: 0 5px;
  width: 12px;
}
.breadcrumb-item a {
  color: #918b88;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item .fa {
  margin-right: 5px;
}
.breadcrumb-item:first-child::before {
  content: "";
  margin: 0;
  width: auto;
}

#wrapper {
  margin-top: 0;
  padding: 70px 0 100px;
  background: url(../../liposuction-knowlegde/images/originals/content_bg.gif) top center;
}

#godios-wrapper {
  width: 762px;
}
#godios-wrapper .godios-container {
  border: 0;
}

#side {
  margin: 0 0 0 78px;
  width: 320px;
}
#side p {
  padding: 0;
}
#side .s-contents,
#side > div:not(#fixed-side-content) {
  margin-bottom: 0;
  width: 320px;
  background-color: inherit;
}
#side li:nth-of-type(odd) li::before,
#side li:nth-of-type(odd)::before,
#side li:nth-of-type(even) li::before,
#side li:nth-of-type(even)::before {
  content: none;
}
#side .fix-sidebar-item {
  margin-bottom: 10px;
}
#side .fix-sidebar.is-fixed {
  position: fixed;
  top: 10px;
}
#side .fix-sidebar.is-bottomed {
  position: absolute;
  bottom: 0;
}
#side .s-inner {
  overflow: hidden;
}
#side .s-title {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #000;
  font-size: 20px;
  color: #fff;
}
#side .s-title span {
  position: relative;
  z-index: 2;
}
#side .s-title::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 0;
  width: 93px;
  height: 22px;
  background: url(../../liposuction-knowlegde/images/originals/sidebar_author_title.png) right top no-repeat;
}
#side .s-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 320px;
  height: 60px;
  background: linear-gradient(90deg, rgba(109,101,98,.8), rgba(61,50,46,.8));
}
#side .s-pic {
  margin-bottom: 25px;
  text-align: center;
}
#side .s-text {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 12px;
}
#side .s-link {
  float: right;
  width: 145px;
}
#side .s-link a {
  display: block;
  padding: 11px 0 11px 26px;
  border: 1px solid #ef8479;
  border-radius: 12px;
  font-size: 14px;
  letter-spacing: -2px;
  color: #ef8479;
}
#side .s-link a:hover {
  background: #ef8479;
  color: #fff;
}
#side .s-btn {
  margin-bottom: 10px;
}
#side .s-btn a {
  display: block;
}
#side .s-btn a img {
  box-shadow: inherit;
  transition: opacity 0.15s linear;
}
#side .s-btn a:hover img {
  box-shadow: inherit;
  opacity: 0.7;
}

#fixed-side-content {
  visibility: hidden;
  animation: hidden 0.5s linear 0s;
  background-color: #fff;
  border: 1px solid #dcd5ce;
  transition-property: visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@keyframes hidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-side-content .widget-wrap {
  font-size: 12px;
  text-align: left;
  background-color: inherit;
}
#fixed-side-content .widget-wrap h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 17px 20px;
}
#fixed-side-content .widget-wrap .toc_widget_list {
  line-height: 1.5;
}
#fixed-side-content .widget-wrap .toc_widget_list li {
  text-align: justify;
  margin-bottom: 12px;
}
#fixed-side-content .widget-wrap .toc_widget_list li a {
  color: #2599ae;
}
#fixed-side-content .widget-wrap .toc_widget_list li a:hover {
  text-decoration: underline;
}
#fixed-side-content.fsc-active {
  top: 78px;
  visibility: inherit !important;
  animation: show 0.8s linear 0s;
}
#fixed-side-content.fsc-active.is-bottom {
  visibility: hidden !important;
  animation: hidden 0.3s linear 0s;
}
#fixed-side-content.fix-bottom {
  bottom: inherit;
  position: inherit;
}

#footer {
  margin: 0;
  padding: 0;
  background: linear-gradient(#3d322e, #6d6562);
  text-align: center;
}
#footer .f-contents {
  border-bottom: 1px solid #a39388;
}
#footer .f-category {
  padding: 17px 0;
}
#footer .f-category .f-category-list {
  margin-bottom: 20px;
}
#footer .f-category .f-item {
  display: inline-block;
  margin-right: 15px;
}
#footer .f-category .f-item a {
  font-size: 11px;
  color: #d4cac3;
}
#footer .f-category .f-item a:hover {
  text-decoration: underline;
}
#footer .f-category .f-item:last-child {
  margin-right: 0;
}
#footer .f-clinic {
  padding: 50px 0 30px;
}
#footer .f-clinic .f-title {
  margin-bottom: 40px;
}
#footer .f-clinic .f-text {
  margin-bottom: 10px;
  font-size: 12px;
  color: #b7aaa0;
}
#footer .f-clinic .f-time {
  margin-bottom: 0;
}
#footer .copyright {
  padding: 10px 0;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 10px;
  color: #a39388;
}

.p-popup {
  display: flex;
  justify-content: center;
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  left: 50%;
  opacity: 1;
  margin: 0 auto;
  width: 1160px;
  height: 90px;
  transition: 0.5s;
  transform: translateX(-50%);
}
.p-popup__wrapper {
  position: absolute;
  left: 0;
  width: 762px;
}
.p-popup__inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-popup__pic {
  display: flex;
  transition: all 0.2s ease-in;
}
.p-popup__pic:hover > * {
  transition: all 0.2s ease-in;
  opacity: 0.8;
}
.p-popup__pic a.half {
  z-index: 1;
  width: 50%;
}
.p-popup__close {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 1;
}
.p-popup.is-hide, .p-popup.is-delete {
  bottom: -500px;
}

.pagetop-link {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 5;
  border-radius: 8px 0 0 8px;
  background: #d4cac3;
  text-align: center;
}
.pagetop-link a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #fff;
  transition-duration: 0.2s;
}
.pagetop-link a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}

.fix-footer {
  display: none;
}

/*----------------------------------------------------------------------
	共通スタイル１
----------------------------------------------------------------------*/
.block-common-contents {
  margin: 0 auto;
  width: 83.8%;
  max-width: 1160px;
}

.block-flow-table table {
  width: 116rem;
  margin-bottom: 10px;
}
.block-flow-table table tbody tr th {
  padding: 120px 2.5% 2.5% 2.5%;
  width: 22.5rem;
  background: #eae5e2;
  line-height: 1.4;
  letter-spacing: -1px;
  border-right: 2px solid #fff;
  font-size: 22px;
  vertical-align: top;
  color: #f0847a;
  border-radius: 8px 0 0 8px;
}
.block-flow-table table tbody tr td {
  padding: 2.5%;
  line-height: 1.4666666667;
  font-size: 15px;
  border-radius: 0 8px 8px 0;
  background: #f8f7f6;
}
.block-flow-table table tbody tr td picture {
  display: block;
  float: right;
  margin: 0 0 15px 15px;
}
.block-flow-table table tbody tr td p {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: -1px;
}
.block-flow-table table tbody tr td p em {
  background: linear-gradient(transparent 55%, rgba(240,132,122,.2) 55%);
}
.block-flow-table table:nth-child(1) th {
  background-image: url(../../liposuction-knowlegde/images/originals/flow_bg1.png);
  background-position: top 30px left 25px;
  background-repeat: no-repeat;
}
.block-flow-table table:nth-child(2) th {
  background-image: url(../../liposuction-knowlegde/images/originals/flow_bg2.png);
  background-position: top 30px left 25px;
  background-repeat: no-repeat;
}
.block-flow-table table:nth-child(3) th {
  background-image: url(../../liposuction-knowlegde/images/originals/flow_bg3.png);
  background-position: top 30px left 25px;
  background-repeat: no-repeat;
}
.block-flow-table table:nth-child(4) th {
  background-image: url(../../liposuction-knowlegde/images/originals/flow_bg4.png);
  background-position: top 30px left 25px;
  background-repeat: no-repeat;
}
.block-flow-table table:last-child {
  margin-bottom: 0;
}
.block-flow-contents1 {
  padding: 100px 0 70px;
  background-image: url(../../liposuction-knowlegde/images/originals/top_kind_bg1.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #fff;
}
.block-flow-contents2 {
  padding: 80px 0;
  background-image: url(../../liposuction-knowlegde/images/originals/top_kind_bg2.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #efece9;
}

.block-kind-contents {
  padding: 80px 0;
  background-image: url(../../liposuction-knowlegde/images/originals/top_kind_bg2.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #efece9;
  overflow: hidden;
}
.block-kind .kinds {
  clear: both;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-kind .kinds div {
  width: 55.5%;
  font-size: 15px;
  letter-spacing: 0;
}
.block-kind .kinds-title {
  position: relative;
  padding: 32px 32px 29px;
  margin-bottom: 30px;
  border-left: 4px solid #f0847a;
  background: #888;
  background: -moz-linear-gradient(left, #888 0%, #bbb 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #888), color-stop(100%, #bbb));
  background: -webkit-linear-gradient(left, #888 0%, #bbb 100%);
  background: -o-linear-gradient(left, #888 0%, #bbb 100%);
  background: -ms-linear-gradient(left, #888 0%, #bbb 100%);
  background: linear-gradient(to right, #888 0%, #bbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#888888", endColorstr="#bbbbbb", GradientType=1 );
  font-size: 22px;
  color: #fff;
}
.block-kind .kinds-title:after {
  display: block;
  position: absolute;
  z-index: 10;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
.block-kind .kinds-title-1:after {
  background-image: url(../../liposuction-knowlegde/images/originals/top_kinds_title_bg1.png);
}
.block-kind .kinds-title-2:after {
  background-image: url(../../liposuction-knowlegde/images/originals/top_kinds_title_bg2.png);
}
.block-kind .kinds-text {
  font-size: 15px;
  line-height: 1.7333333333;
}
.block-kind .kinds table {
  width: 41.9%;
  font-size: 15px;
}
.block-kind .kinds table tr {
  border-bottom: 1px solid #c8bdb5;
}
.block-kind .kinds table tr th, .block-kind .kinds table tr td {
  font-size: 14px;
  line-height: 1.6;
  color: #888;
}
.block-kind .kinds table tr th {
  width: 160px;
  padding: 7px;
  font-weight: bold;
  vertical-align: top;
}
.block-kind .kinds table tr td {
  padding: 7px 0;
}
.block-kind .kinds table tr td ul li {
  font-size: 14px;
  line-height: 1.6;
}
.block-kind .kinds table tr td ul li:before {
  content: "●";
}
.block-kind .kinds table tr:first-child {
  border-top: 2px solid #c8bdb5;
}
.block-kind .kinds table tr:last-child {
  border-bottom: 2px solid #c8bdb5;
}
.block-kind .kinds:last-child {
  margin-bottom: 0;
}

.block-doctor {
  padding: 80px 0 100px;
  background-image: url(../../liposuction-knowlegde/images/originals/top_doctor_bg1.png), url(../../liposuction-knowlegde/images/originals/top_doctor_bg2.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  background-color: #c7bcb4;
}
.block-doctor-title {
  text-align: center;
}
.block-doctor-title span {
  display: block;
  margin: 50px 0 70px;
  line-height: 1.75;
  font-size: 16px;
}
.block-doctor-contents {
  display: flex;
  overflow: hidden;
}
.block-doctor-pic {
  margin-right: 5.5%;
}
.block-doctor-details {
  position: relative;
  float: right;
  padding-top: 34px;
  width: 66%;
}
.block-doctor-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #6d6562, #3c312d);
}
.block-doctor-details .doctor-common-contents2 {
  position: relative;
}
.block-doctor-details .doctor-common-contents2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #6d6562, #3c312d);
}
.block-doctor-details .doctor-common-title2 {
  font-size: 15px;
}
.block-doctor-details .doctor-common-list2 {
  border-top: 1px solid #a39388;
  border-bottom: 1px solid #a39388;
}
.block-doctor-details .doctor-common-item2 {
  border-bottom: 1px dotted #baafa6;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 11px;
  color: #7e7774;
}
.block-doctor-details .doctor-common-item2:last-child {
  border-bottom: 0;
}
.block-doctor-details .doctor-common-item2 dt,
.block-doctor-details .doctor-common-item2 dd {
  display: table-cell;
  vertical-align: middle;
}
.block-doctor-details .doctor-common-item2 dt {
  width: 69px;
  background: #f5f3f1;
  text-align: center;
  line-height: 30px;
}
.block-doctor-details .doctor-common-item2 dd {
  padding: 5.5px 20px;
  line-height: 1.5;
}
.block-doctor-details .doctor-common-item2.capacity-item {
  padding: 0 0 0 30px;
  background-image: url(../../liposuction-knowlegde/images/originals/arrow2.png);
  background-position: left 17px center;
  background-repeat: no-repeat;
  line-height: 30px;
}
.block-doctor-details .doctor-common-item2.capacity-item a {
  text-decoration: underline;
  color: #7e7774;
}
.block-doctor-details .doctor-common-item2.capacity-item a:hover {
  color: #ef8479;
}
.block-doctor-subtitle {
  font-family: "Gill Sans";
  font-size: 27px;
}
.block-doctor-subtitle span {
  display: block;
  margin: 20px 0 30px;
  line-height: 1.5454545455;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
}
.block-doctor-name {
  position: relative;
  margin: 30px 0;
  text-align: right;
  line-height: 1.0714285714;
  font-size: 14px;
}
.block-doctor-name::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 250px;
  left: 0;
  height: 1px;
  background-color: #a39388;
}
.block-doctor-text {
  margin-bottom: 30px;
  padding-bottom: 65px;
  background: url(../../liposuction-knowlegde/images/originals/top_doctor_bg3.png) right bottom no-repeat;
  text-align: justify;
  line-height: 1.8571428571;
  font-size: 14px;
  font-feature-settings: "palt";
}
.block-doctor .doctor-common-title2 {
  position: relative;
  padding: 15px 0 11px 15px;
  cursor: pointer;
}
.block-doctor .doctor-common-title2::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 12px;
  height: 7px;
  background: url(../../liposuction-knowlegde/images/originals/arrow3.png) right center no-repeat;
}
.block-doctor .doctor-common-title2.is-open::after {
  transform: rotate(180deg);
}
.block-doctor .doctor-common-list2 {
  display: none;
  margin-bottom: 11px;
}
.block-doctor .doctor-common-item2 {
  background-color: #fff;
}
.block-doctor-link {
  padding-right: 30px;
  background: url(../../liposuction-knowlegde/images/originals/arrow.png) right center no-repeat;
  background-size: 20px;
  text-align: right;
  line-height: 1.6;
  font-size: 15px;
}
.block-doctor-link a {
  color: #545454;
}
.block-doctor-link a:hover {
  color: #ef8479;
}
.block-doctor-link a:hover {
  color: #fff;
}
.block-doctor-banner {
  display: block;
  text-align: right;
}
.block-doctor-banner img {
  box-shadow: inherit;
  transition: opacity 0.15s linear;
}
.block-doctor-banner:hover img {
  box-shadow: inherit;
  opacity: 0.7;
}
.block-doctor-banner + .block-doctor-banner {
  padding-top: 30px;
}
.block-doctor .contents6 {
  margin-bottom: 30px;
  border-bottom: 1px solid #a39388;
}
.block-doctor .contents6 .doctor-common-list2 {
  margin-bottom: 0;
  border-bottom: 0;
}

/*----------------------------------------------------------------------
	共通スタイル２
----------------------------------------------------------------------*/
.entry-header {
  display: flex;
  position: relative;
  overflow: auto;
  width: 100%;
  height: 230px;
  background-position: center;
  background-size: cover;
}
.entry-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: inherit;
  filter: blur(6px);
}
.entry-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background: rgba(248,247,246,.4);
}
.entry-header-inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  margin: 0 auto;
  width: 1160px;
  transform: none;
}
.entry-header-title {
  display: block;
  float: left;
  margin: 0;
  padding: 99px 0;
  max-height: none;
  font-size: 32px;
  font-weight: bold;
  color: #58504c;
}
.entry-header-eyecatch {
  float: right;
  padding: 30px 0;
}

/*----------------------------------------------------------------------
	共通スタイル３
----------------------------------------------------------------------*/
#entry {
  margin: 0;
  padding: 0;
  border: 1px solid #dcd5ce;
  background-image: url(../../liposuction-knowlegde/images/originals/post_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: rgba(248,247,246,.8);
}
#entry-content {
  margin: 0;
  padding: 70px 40px 80px;
}
#entry-content .doctor-common-contents2 {
  position: relative;
}
#entry-content .doctor-common-contents2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #6d6562, #3c312d);
}
#entry-content .doctor-common-title2 {
  font-size: 15px;
}
#entry-content .doctor-common-list2 {
  border-top: 1px solid #a39388;
  border-bottom: 1px solid #a39388;
}
#entry-content .doctor-common-item2 {
  border-bottom: 1px dotted #baafa6;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 11px;
  color: #7e7774;
}
#entry-content .doctor-common-item2:last-child {
  border-bottom: 0;
}
#entry-content .doctor-common-item2 dt,
#entry-content .doctor-common-item2 dd {
  display: table-cell;
  vertical-align: middle;
}
#entry-content .doctor-common-item2 dt {
  width: 69px;
  background: #f5f3f1;
  text-align: center;
  line-height: 30px;
}
#entry-content .doctor-common-item2 dd {
  padding: 5.5px 20px;
  line-height: 1.5;
}
#entry-content .doctor-common-item2.capacity-item {
  padding: 0 0 0 30px;
  background-image: url(../../liposuction-knowlegde/images/originals/arrow2.png);
  background-position: left 17px center;
  background-repeat: no-repeat;
  line-height: 30px;
}
#entry-content .doctor-common-item2.capacity-item a {
  text-decoration: underline;
  color: #7e7774;
}
#entry-content .doctor-common-item2.capacity-item a:hover {
  color: #ef8479;
}
#entry-content p:not(.wp-caption-text) {
  margin: 0;
}
#entry-content img {
  margin: 0;
}
#entry-content h1,
#entry-content h2,
#entry-content h3,
#entry-content h4,
#entry-content h5 {
  margin: 0;
  padding: 0;
}
#entry-content h1::before,
#entry-content h2::before,
#entry-content h3::before,
#entry-content h4::before,
#entry-content h5::before {
  content: "";
  width: auto;
  background: none;
}
#entry-content ul li::before {
  display: none;
}
#entry-content ol {
  margin: 0;
}
#entry-content li:not(.icon-round) {
  font-size: 11px;
}
#entry-content dl {
  margin: 0;
  padding: 0;
}
#entry-content dl dt,
#entry-content dl dd {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
}
#entry-content table {
  display: block;
  margin: 1.5rem;
  box-shadow: none;
  text-align: center;
  font-size: 15px;
  white-space: normal;
}
#entry-content table tr th,
#entry-content table tr td {
  border: 1px solid #cbcbcb;
  padding: 1.5em;
}
#entry-content table tr th {
  background: #f5f3f1;
  text-align: center;
}
#entry-content table tr td {
  background: #fff;
  text-align: left;
}
#entry-content table td {
  width: 260px;
  border-right: 1px solid #cbcbcb;
  line-height: 1.5714285714;
}
#entry-content table.c-case-info {
  margin: 1.5rem 0;
}
#entry-content table.c-case-info th {
  width: 120px;
}
#entry-content table.c-case-info td {
  width: auto;
}

.banner-area {
  margin-top: 20px;
}
.banner-area-button {
  display: block;
  text-align: center;
}
.banner-area-button img {
  box-shadow: inherit;
  transition: opacity 0.15s linear;
}
.banner-area-button:hover img {
  box-shadow: inherit;
  opacity: 0.7;
}

/*----------------------------------------------------------------------
	トップ
	共通スタイルの固定ページ（プライバシーポリシー／運営者情報）
	無料ドクターメール相談
----------------------------------------------------------------------*/
.home #godios-wrapper,
.kind-common #godios-wrapper,
.kind-consultation #godios-wrapper,
.kind-confirmation #godios-wrapper,
.kind-send #godios-wrapper {
  width: 1160px;
}

/*----------------------------------------------------------------------
	共通スタイルの固定ページ（プライバシーポリシー／運営者情報）
	無料ドクターメール相談
----------------------------------------------------------------------*/
.kind-common #entry,
.kind-consultation #entry,
.kind-confirmation #entry,
.kind-send #entry {
  background-image: none;
}
.kind-common #entry-content,
.kind-consultation #entry-content,
.kind-confirmation #entry-content,
.kind-send #entry-content {
  margin: 0 auto;
  padding: 130px 0 100px;
  width: 78.5%;
}
.kind-common #entry-content .title,
.kind-consultation #entry-content .title,
.kind-confirmation #entry-content .title,
.kind-send #entry-content .title {
  margin-bottom: 70px;
  text-align: center;
}
.kind-common #entry-content .title span,
.kind-consultation #entry-content .title span,
.kind-confirmation #entry-content .title span,
.kind-send #entry-content .title span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #58504c;
}

/*----------------------------------------------------------------------
	トップ
----------------------------------------------------------------------*/
.home .entry-inner {
  width: 75%;
}
.home .entry-title {
  font-size: 2.1rem;
  font-weight: 400;
  color: #58504c;
}
.home .entry-content p {
  color: #555;
}
.home #wrapper {
  padding: 0;
  background: none;
}
.home #wrapper > * {
  width: 100%;
}
.home .mainvisual {
  position: relative;
  border-top: 1px solid #3b302b;
  border-bottom: 1px solid #3b302b;
}
.home .mainvisual-pic {
  background: url(../../liposuction-knowlegde/images/originals/mainvisual_bg.png) left top repeat-x;
  text-align: center;
}
.home .mainvisual-pic img {
  max-width: 100%;
}
.home .mainvisual-text {
  display: flex;
  position: absolute;
  width: 100%;
  max-width: 1160px;
  top: 59.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.home .mainvisual-text-inner {
  margin-left: -2.7%;
}
.home .mainvisual-text-inner span {
  line-height: 1.9259259259;
  letter-spacing: initial;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13.5px;
  color: #625a57;
}
.home-title {
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  letter-spacing: 0.6rem;
}
.home-title span {
  display: block;
  margin: 50px 0;
  line-height: 1.875;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  letter-spacing: initial;
}
.home .modified {
  padding: 40px 0 50px;
  background: #fff;
}
.home .modified-inner {
  margin: 0 auto;
  width: 83.8%;
  max-width: 1160px;
}
.home .modified-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d4cac3;
  background: url(../../liposuction-knowlegde/images/originals/arrow.png) right 5px center no-repeat;
  background-size: 20px;
}
.home .modified-item > * {
  padding: 10px 0;
}
.home .modified-item:first-child {
  border-top: 1px solid #d4cac3;
}
.home .modified-date {
  width: 80px;
  font-size: 14px;
  color: #918b88;
}
.home .modified-post {
  margin: 15px;
  padding: 5px;
  width: 150px;
  border-radius: 4px;
  background: #918b88;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.home .modified-link {
  padding: 0 35px 0 0;
  width: 800px;
  line-height: 1.4;
  font-size: 16px;
  color: #7e7774;
}
.home .modified-link a {
  display: block;
  padding: 10px 0;
}
.home .modified-link a:hover {
  color: #ef8479;
}
.home .author {
  padding-bottom: 50px;
  background-color: #fff;
  border-bottom: 1px solid #3b302b;
}
.home .author-area {
  position: relative;
  width: 83.8%;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 20px 45px 150px;
  background-color: #f5f2f0;
  border-radius: 5px;
}
.home .author-area__text, .home .author-area__other {
  line-height: 1.6666666667;
  font-size: 1.2rem;
}
.home .author-area__pic {
  position: absolute;
  top: 20px;
  left: 20px;
}
.home .author-area__detail1 {
  flex: 1;
}
.home .author-area__detail2 {
  flex: 1;
  margin: 30px 0 0 20px;
}
.home .author-area__name {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.home .author-area__text {
  text-align: justify;
}
.home .author-area__other {
  margin: 0;
  padding: 0;
  background: none;
}
.home .author-area__other__title {
  display: flex;
  position: relative;
  font-size: 13px;
  font-weight: bold;
}
.home .author-area__other__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background-color: #cbcbcb;
}
.home .author-area__other__text {
  margin: 0;
  line-height: 1.6666666667;
  font-size: 12px;
}
.home .author-area__other__text a {
  text-decoration: underline;
  color: #555;
}
.home .author-area__other__text a:hover {
  color: #ef8479;
}
.home .author-area__affiliation {
  margin-bottom: 15px;
}
.home .author-area__affiliation .author-area__other__title::after {
  left: 62px;
}
.home .author-area__qualification .author-area__other__title::after {
  left: 34px;
}
.home .author-area__link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
}
.home .author-area__link a {
  text-decoration: underline;
  color: #555;
}
.home .author-area__link a:hover {
  color: #ef8479;
}
.home .qa {
  background: rgba(255,255,255,.8);
}
.home .qa-wrapper {
  margin: 0 auto;
  padding: 40px 0 50px;
  width: 83.8%;
  max-width: 1160px;
}
.home .qa-title {
  text-align: center;
  font-size: 26px;
}
.home .qa #entry-content {
  padding: 0;
}
.home .qa #entry-content p {
  margin: 0 0 30px;
  text-align: justify;
  line-height: 2;
  font-size: 15px;
  font-feature-settings: "palt";
  clear: both;
}
.home .qa #entry-content p sup {
  font-size: 10px;
}
.home .qa #entry-content small {
  display: block;
  margin: 0 0 30px;
  line-height: 1.4166666667;
  font-size: 12px;
  letter-spacing: 0;
}
.home .qa #entry-content .alignright {
  margin: 0 0 30px 30px;
}
.home .qa #entry-content .wp-caption-text {
  line-height: 1.4166666667;
  font-size: 12px;
  font-style: italic;
  color: #878787;
  text-align: center;
}
.home .qa #entry-content h4 {
  position: relative;
  margin: 10px 0 20px;
  padding: 20px 0 20px 80px;
  background: url(../../liposuction-knowlegde/images/originals/post_h4_2.png) right top 19px no-repeat;
  line-height: 1.625;
  font-size: 16px;
}
.home .qa #entry-content h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
  width: 69px;
  height: 69px;
  background: url(../../liposuction-knowlegde/images/originals/post_h4_1.png) left top no-repeat;
}
.home .qa #entry-content h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 245px;
  height: 1px;
  background-color: #555;
}
.home .qa #entry-content h5 {
  position: relative;
  margin: 20px 0 10px;
  padding: 0;
  line-height: 1.6;
  font-size: 15px;
  clear: both;
}
.home .qa #entry-content h5 span {
  font-weight: 600;
}
.home .qa #entry-content h5::before {
  content: "●";
  position: relative;
  margin-right: 0;
  width: auto;
  background: none;
}
.home .qa #entry-content ol {
  margin-left: 20px;
}
.home .qa #entry-content li {
  text-align: justify;
  line-height: 2;
  font-size: 15px;
}
.home .qa #entry-content blockquote {
  margin-bottom: 30px;
  padding: 30px 40px;
  background: #f5f3f1;
}
.home .qa #entry-content blockquote p {
  margin-bottom: 0;
}
.home .qa #entry-content .footnote-area {
  margin-bottom: 60px;
}
.home .qa #entry-content .footnote-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1.6666666667;
  font-size: 18px;
  font-weight: bold;
}
.home .qa #entry-content .footnote-text {
  line-height: 1.2727272727;
  font-size: 11px;
}
.home .qa #entry-content h3 {
  display: table;
  position: relative;
  margin: 70px 0 35px;
  padding: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(198,194,191,.5) 0%, rgba(198,194,191,.5) 50%, rgba(221,219,216,.5) 50%, rgba(221,219,216,.5) 100%);
  text-shadow: 1px 0 1px #fff;
  line-height: 1.25;
  font-size: 24px;
  font-weight: inherit;
  color: #58504c;
}
.home .qa #entry-content h3::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 5px;
  width: 128px;
  height: 30px;
  background: url(../../liposuction-knowlegde/images/originals/post_h2.png) left top no-repeat;
}
.home .qa #entry-content h3 span {
  display: table-cell;
  padding: 10px 30px;
  vertical-align: middle;
}
.home .qa #entry-content strong {
  display: block;
  font-weight: bold;
  margin-bottom: -30px;
  clear: both;
}
.home .qa #entry-content table {
  display: block;
  overflow-x: initial;
  margin: 0 auto 30px;
  width: 780px;
  box-shadow: none;
  text-align: center;
  font-size: 14px;
  white-space: normal;
}
.home .qa #entry-content table tr {
  border: 1px solid #cbcbcb;
}
.home .qa #entry-content table tr:first-child td {
  background: #dcd5ce;
}
.home .qa #entry-content table tr:last-child td {
  background: #fff;
}
.home .qa #entry-content table td {
  width: 260px;
  border-right: 1px solid #cbcbcb;
  line-height: 1.5714285714;
}
.home .qa #entry-content img.aligncenter {
  margin: 0 auto;
}
.home .block-flow-table table tbody tr td.is-close .js-accordion-contents {
  height: auto;
}
.home .p-popup {
  width: auto;
}
.home .p-popup__wrapper {
  width: auto;
}

/*----------------------------------------------------------------------
	詳細
----------------------------------------------------------------------*/
.kind-single #godios-wrapper .godios-container {
  border: 1px solid #dcd5ce;
  background: rgba(255,255,255,.8);
}
.kind-single #entry {
  border: 0;
  background-color: inherit;
}
.kind-single #entry .date {
  margin-bottom: 30px;
}
.kind-single #entry .date--update {
  margin: 0;
  text-align: right;
  font-size: 14px;
}
.kind-single #entry #toc_container {
  padding: 20px 30px;
}
.kind-single #entry #toc_container li {
  line-height: 1.5714285714;
  font-size: 14px;
}
.kind-single #entry #toc_container li a {
  display: flex;
}
.kind-single #entry #toc_container a {
  color: #2599ae;
}
.kind-single #entry #toc_container .toc_title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.kind-single #entry #toc_container .toc_list > li > a::before {
  content: "Q.";
}
.kind-single #entry #toc_container .toc_list > li + li {
  margin-top: 10px;
}
.kind-single #entry #toc_container .toc_list > li > ul > li > a::before {
  content: "・";
}
.kind-single #entry p {
  margin: 0 0 30px;
  text-align: justify;
  line-height: 2;
  font-size: 15px;
  font-feature-settings: "palt";
  clear: both;
}
.kind-single #entry p sup {
  font-size: 10px;
}
.kind-single #entry small {
  display: block;
  margin: 0 0 30px;
  line-height: 1.4166666667;
  font-size: 12px;
  letter-spacing: 0;
}
.kind-single #entry .alignright {
  margin: 0 0 30px 30px;
}
.kind-single #entry .wp-caption-text {
  line-height: 1.4166666667;
  font-size: 12px;
  font-style: italic;
  color: #878787;
  text-align: center;
}
.kind-single #entry h4 {
  position: relative;
  margin: 10px 0 20px;
  padding: 20px 0 20px 80px;
  background: url(../../liposuction-knowlegde/images/originals/post_h4_2.png) right top 19px no-repeat;
  line-height: 1.625;
  font-size: 16px;
}
.kind-single #entry h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
  width: 69px;
  height: 69px;
  background: url(../../liposuction-knowlegde/images/originals/post_h4_1.png) left top no-repeat;
}
.kind-single #entry h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 245px;
  height: 1px;
  background-color: #555;
}
.kind-single #entry h5 {
  position: relative;
  margin: 20px 0 10px;
  padding: 0;
  line-height: 1.6;
  font-size: 15px;
  clear: both;
}
.kind-single #entry h5 span {
  font-weight: 600;
}
.kind-single #entry h5::before {
  content: "●";
  position: relative;
  margin-right: 0;
  width: auto;
  background: none;
}
.kind-single #entry ol {
  margin-left: 20px;
}
.kind-single #entry li {
  text-align: justify;
  line-height: 2;
  font-size: 15px;
}
.kind-single #entry blockquote {
  margin-bottom: 30px;
  padding: 30px 40px;
  background: #f5f3f1;
}
.kind-single #entry blockquote p {
  margin-bottom: 0;
}
.kind-single #entry .footnote-area {
  margin-bottom: 60px;
}
.kind-single #entry .footnote-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1.6666666667;
  font-size: 18px;
  font-weight: bold;
}
.kind-single #entry .footnote-text {
  line-height: 1.2727272727;
  font-size: 11px;
}
.kind-single #entry h2 {
  display: table;
  position: relative;
  margin: 70px 0 35px;
  padding: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(198,194,191,.5) 0%, rgba(198,194,191,.5) 50%, rgba(221,219,216,.5) 50%, rgba(221,219,216,.5) 100%);
  text-shadow: 1px 0 1px #fff;
  line-height: 1.25;
  font-size: 24px;
  font-weight: inherit;
  color: #58504c;
}
.kind-single #entry h2::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 5px;
  width: 128px;
  height: 30px;
  background: url(../../liposuction-knowlegde/images/originals/post_h2.png) left top no-repeat;
}
.kind-single #entry h2 span {
  display: table-cell;
  padding: 10px 30px;
  vertical-align: middle;
}
.kind-single #entry h3 {
  position: relative;
  margin: 35px 0 30px;
  padding: 60px 30px 20px;
  line-height: 1.5294117647;
  font-size: 17px;
  color: #58504c;
}
.kind-single #entry h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  height: 46px;
  background: url(../../liposuction-knowlegde/images/originals/post_h3_1.png) left top no-repeat;
}
.kind-single #entry h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 30px;
  background: url(../../liposuction-knowlegde/images/originals/post_h3_2.png) right bottom no-repeat;
}
.kind-single #entry .source-link {
  font-size: 12px;
  vertical-align: top;
}
.kind-single #entry .p-source {
  margin-top: 100px;
}
.kind-single #entry .p-source__title {
  display: block;
  margin-top: 0;
  padding: 0;
  height: auto;
  border-bottom: 1px solid #cbcbcb;
  background: none;
  font-size: 18px;
  font-weight: bold;
}
.kind-single #entry .p-source__item {
  display: flex;
  text-align: left;
  line-height: 1.6;
  font-size: 12px;
}
.kind-single #entry .p-source__item__link--num {
  margin-right: 10px;
}
.kind-single #entry .p-source__item + .p-source__item {
  margin-top: 10px;
}
.kind-single #entry .author-area {
  position: relative;
  overflow: hidden;
  margin: 60px 0 0;
  padding: 20px 20px 20px 150px;
  background-color: #f5f2f0;
  border-radius: 5px;
}
.kind-single #entry .author-area__text, .kind-single #entry .author-area__other {
  line-height: 1.6666666667;
  font-size: 1.2rem;
}
.kind-single #entry .author-area__pic {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 117px;
  height: auto;
}
.kind-single #entry .author-area__detail1 {
  float: right;
}
.kind-single #entry .author-area__detail2 {
  clear: right;
  float: right;
  margin-bottom: 15px;
}
.kind-single #entry .author-area__name {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.kind-single #entry .author-area__text {
  margin-bottom: 15px;
  text-align: justify;
}
.kind-single #entry .author-area__other {
  margin: 0;
  padding: 0;
  background: none;
}
.kind-single #entry .author-area__other__title {
  display: flex;
  position: relative;
  font-size: 13px;
  font-weight: bold;
}
.kind-single #entry .author-area__other__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background-color: #cbcbcb;
}
.kind-single #entry .author-area__other-text {
  margin: 0;
  line-height: 1.6666666667;
  font-size: 12px;
}
.kind-single #entry .author-area__affiliation {
  margin-bottom: 15px;
}
.kind-single #entry .author-area__affiliation .author-area__other__title::after {
  left: 62px;
}
.kind-single #entry .author-area__qualification .author-area__other__title::after {
  left: 34px;
}
.kind-single #entry .author-area__link {
  margin: 0;
  clear: both;
  text-align: right;
  font-size: 12px;
}
.kind-single #entry .author-area__link a {
  text-decoration: underline;
  color: #555;
}
.kind-single #entry .author-area__link a:hover {
  color: #ef8479;
}
.kind-single #entry .author-area.short .author-area__detail1 {
  float: none;
}
.kind-single #entry .author-area.short .author-area__text em {
  font-size: 14px;
  font-weight: bold;
}
.kind-single #entry .poll-area .wp-polls-ul {
  margin-left: 0;
}
.kind-single #entry .poll-area .wp-polls-ul input {
  -webkit-appearance: radio;
}
.kind-single #entry .poll-area .wp-polls-ul input[type=radio]:checked::before {
  background-color: initial;
}
.kind-single #entry .poll-area .wp-polls-ul i {
  font-style: normal;
}
.kind-single #entry .poll-area .wp-polls-ul small {
  margin-bottom: 0;
}
.kind-single #entry .poll-area .wp-polls-ul li {
  margin-bottom: 15px;
}
.kind-single #entry .poll-area .wp-polls-ul label {
  font-size: 12px;
}
.kind-single #entry .poll-area .wp-polls .Buttons {
  padding: 15px;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
}
.kind-single .review-area {
  margin-top: 10px;
  padding: 30px 40px 27px;
  background: #fff;
}
.kind-single .review-area .wpcr3_respond_2 {
  display: block;
}
.kind-single .review-area .wpcr3_show_btn,
.kind-single .review-area .wpcr3_cancel_btn {
  display: none;
}
.kind-single .review-area .wpcr3_leave_text {
  font-size: 16px;
}
.kind-single .review-area .wpcr3_div_2 {
  width: 100%;
}
.kind-single .review-area .wpcr3_div_2 input[type=checkbox] {
  width: 10px;
  -webkit-appearance: checkbox;
}
.kind-single .review-area .wpcr3_table_2 label,
.kind-single .review-area .wpcr3_table_2 input[type=text],
.kind-single .review-area .wpcr3_table_2 textarea {
  min-width: auto;
  font-size: 14px;
}
.kind-single .review-area .wpcr3_table_2 input[type=text],
.kind-single .review-area .wpcr3_table_2 textarea {
  padding: 5px;
  width: 100%;
  border: 1px solid #c7bcb4;
  border-radius: 8px;
  background-color: inherit;
}
.kind-single .review-area .wpcr3_table_2 td {
  padding: 10px 0;
}
.kind-single .review-area .wpcr3_table_2 td:first-child {
  width: 30%;
}
.kind-single .review-area .wpcr3_table_2 td:last-child {
  width: 70%;
}
.kind-single .review-area .wpcr3_item_name {
  display: none !important;
}
.kind-single .review-area .wpcr3_aggregateRating_overallText,
.kind-single .review-area .wpcr3_aggregateRating_reviewCount {
  font-size: 14px;
}
.kind-single .review-area .wpcr3_review_title {
  font-size: 14px;
}
.kind-single .review-area .wpcr3_content p {
  font-size: 12px;
}
.kind-single #side .s-btn.line {
  background: 0;
  margin-left: -17px;
}

/*----------------------------------------------------------------------
	監修医師
----------------------------------------------------------------------*/
.kind-doctor .s-author {
  display: none;
}
.kind-doctor #entry-content {
  overflow: hidden;
}
.kind-doctor #entry-content .contents1 {
  overflow: hidden;
  margin-bottom: 60px;
}
.kind-doctor #entry-content .doctor-contents1-pic {
  float: left;
  margin: 0 30px 0 0;
  width: 35%;
}
.kind-doctor #entry-content .doctor-contents1-details {
  float: right;
  width: 59%;
}
.kind-doctor #entry-content .doctor-contents1-title {
  margin-bottom: 15px;
  font-size: 17px;
}
.kind-doctor #entry-content .doctor-contents1-title img {
  display: block;
  margin: 15px 0 12px;
}
.kind-doctor #entry-content .doctor-contents1-title span {
  display: block;
  font-size: 13px;
  color: #7e7774;
}
.kind-doctor #entry-content .doctor-contents1-text {
  clear: both;
  line-height: 1.7333333333;
  font-size: 15px;
}
.kind-doctor #entry-content .doctor-common-contents1 {
  position: relative;
  padding: 34px 0 55px;
}
.kind-doctor #entry-content .doctor-common-contents1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #6d6562, #3c312d);
}
.kind-doctor #entry-content .doctor-common-title1 {
  margin-bottom: 30px;
  font-family: "Gill Sans";
  font-size: 27px;
}
.kind-doctor #entry-content .doctor-common-title1 span {
  display: inline-block;
  margin: -4px 0 0 25px;
  vertical-align: middle;
  font-size: 16px;
}
.kind-doctor #entry-content .doctor-common-text {
  margin-bottom: 20px;
  line-height: 1.8461538462;
  font-size: 13px;
}
.kind-doctor #entry-content .doctor-common-list1 {
  display: flex;
}
.kind-doctor #entry-content .doctor-common-item1 {
  margin-right: 13px;
  width: 219px;
}
.kind-doctor #entry-content .doctor-common-item1:last-child {
  margin-right: 0;
}
.kind-doctor #entry-content .doctor-common-pic {
  margin-bottom: 5px;
}
.kind-doctor #entry-content .doctor-common-cap {
  line-height: 1.4166666667;
  font-size: 12px;
  font-style: italic;
  color: #878787;
}
.kind-doctor #entry-content .doctor-common-contents2 {
  width: 331px;
}
.kind-doctor #entry-content .contents5 {
  float: left;
}
.kind-doctor #entry-content .contents6 {
  float: right;
}
.kind-doctor #entry-content .doctor-common-title2 {
  padding: 24px 0 20px 15px;
}

/*----------------------------------------------------------------------
	共通スタイルの固定ページ（プライバシーポリシー／運営者情報）
----------------------------------------------------------------------*/
.kind-common #entry-content h2 {
  margin: 50px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbcbcb;
  text-align: center;
  font-size: 18px;
  color: #58504c;
}
.kind-common #entry-content p,
.kind-common #entry-content li {
  line-height: 1.5384615385;
  font-size: 13px;
  color: #58504c;
}
.kind-common #entry-content ul {
  margin-top: 20px;
}
.kind-common #entry-content li {
  margin-bottom: 20px;
}
.kind-common #entry-content li:last-child {
  margin-bottom: 0;
}
.kind-common #entry-content table {
  display: block;
  overflow-x: initial;
  margin: 60px auto 0;
  width: 623px;
  box-shadow: none;
  font-size: 14px;
  white-space: normal;
}
.kind-common #entry-content table tr {
  border: 1px solid #cbcbcb;
}
.kind-common #entry-content table th {
  border-right: 1px solid #cbcbcb;
  background-color: #dcd5ce;
}
.kind-common #entry-content table td {
  line-height: 1.5714285714;
}

/*----------------------------------------------------------------------
	無料ドクターメール相談
----------------------------------------------------------------------*/
.kind-consultation #header,
.kind-confirmation #header,
.kind-send #header {
  background: linear-gradient(#fff, #ddd2ca);
}
.kind-consultation #header .btn-mail,
.kind-confirmation #header .btn-mail,
.kind-send #header .btn-mail {
  display: none;
}
.kind-consultation #gnav,
.kind-confirmation #gnav,
.kind-send #gnav {
  display: none !important;
}
.kind-consultation .breadcrumb,
.kind-confirmation .breadcrumb,
.kind-send .breadcrumb {
  display: none;
}
.kind-consultation #entry-content,
.kind-confirmation #entry-content,
.kind-send #entry-content {
  padding: 130px 0;
}
.kind-consultation #entry-content .title,
.kind-confirmation #entry-content .title,
.kind-send #entry-content .title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cbcbcb;
}
.kind-consultation #entry-content .title span,
.kind-confirmation #entry-content .title span,
.kind-send #entry-content .title span {
  margin-top: 22px;
}
.kind-consultation #entry-content .lead,
.kind-confirmation #entry-content .lead,
.kind-send #entry-content .lead {
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.6875;
  font-size: 16px;
  color: #58504c;
}
.kind-consultation #entry-content .list,
.kind-confirmation #entry-content .list,
.kind-send #entry-content .list {
  display: flex;
  margin-bottom: 70px;
}
.kind-consultation #entry-content .item,
.kind-confirmation #entry-content .item,
.kind-send #entry-content .item {
  position: relative;
  padding-right: 36px;
  width: 315px;
}
.kind-consultation #entry-content .item::after,
.kind-confirmation #entry-content .item::after,
.kind-send #entry-content .item::after {
  content: "";
  position: absolute;
  top: 75px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url(../../liposuction-knowlegde/images/originals/arrow3.png) right center no-repeat;
  transform: rotate(270deg);
}
.kind-consultation #entry-content .item:last-child,
.kind-confirmation #entry-content .item:last-child,
.kind-send #entry-content .item:last-child {
  padding-right: 0;
  width: 279px;
}
.kind-consultation #entry-content .item:last-child::after,
.kind-confirmation #entry-content .item:last-child::after,
.kind-send #entry-content .item:last-child::after {
  background: none;
}
.kind-consultation #entry-content .pic,
.kind-confirmation #entry-content .pic,
.kind-send #entry-content .pic {
  margin-bottom: 10px;
}
.kind-consultation #entry-content .cap,
.kind-confirmation #entry-content .cap,
.kind-send #entry-content .cap {
  line-height: 1.5714285714;
  font-size: 14px;
  color: #58504c;
}
.kind-consultation #entry-content .form-area,
.kind-confirmation #entry-content .form-area,
.kind-send #entry-content .form-area {
  padding: 90px 60px 63px;
  background: rgba(253,252,252,.5);
  box-shadow: 0 0 1px 1px #e5dfda;
}
.kind-consultation #entry-content .wpcf7-not-valid-tip,
.kind-confirmation #entry-content .wpcf7-not-valid-tip,
.kind-send #entry-content .wpcf7-not-valid-tip {
  margin: -50px 0 50px;
}
.kind-consultation #entry-content .wpcf7-validation-errors,
.kind-consultation #entry-content .wpcf7-acceptance-missing,
.kind-confirmation #entry-content .wpcf7-validation-errors,
.kind-confirmation #entry-content .wpcf7-acceptance-missing,
.kind-send #entry-content .wpcf7-validation-errors,
.kind-send #entry-content .wpcf7-acceptance-missing {
  border: 1px solid #f00;
  font-size: 16px;
}
.kind-consultation #entry-content .wpcf7-mail-sent-ok,
.kind-confirmation #entry-content .wpcf7-mail-sent-ok,
.kind-send #entry-content .wpcf7-mail-sent-ok {
  font-size: 16px;
}
.kind-consultation #entry-content form p,
.kind-confirmation #entry-content form p,
.kind-send #entry-content form p {
  margin-bottom: 50px;
}
.kind-consultation #entry-content label,
.kind-confirmation #entry-content label,
.kind-send #entry-content label {
  margin-bottom: 25px;
  font-size: 16px;
  color: #7e7774;
}
.kind-consultation #entry-content input[type=text],
.kind-consultation #entry-content input[type=email],
.kind-consultation #entry-content textarea,
.kind-consultation #entry-content input[type=submit],
.kind-confirmation #entry-content input[type=text],
.kind-confirmation #entry-content input[type=email],
.kind-confirmation #entry-content textarea,
.kind-confirmation #entry-content input[type=submit],
.kind-send #entry-content input[type=text],
.kind-send #entry-content input[type=email],
.kind-send #entry-content textarea,
.kind-send #entry-content input[type=submit] {
  background-color: inherit;
}
.kind-consultation #entry-content input[type=text],
.kind-consultation #entry-content input[type=email],
.kind-consultation #entry-content textarea,
.kind-confirmation #entry-content input[type=text],
.kind-confirmation #entry-content input[type=email],
.kind-confirmation #entry-content textarea,
.kind-send #entry-content input[type=text],
.kind-send #entry-content input[type=email],
.kind-send #entry-content textarea {
  padding: 5px;
  width: 100%;
  border: 1px solid #c7bcb4;
  border-radius: 12px;
}
.kind-consultation #entry-content input[type=submit],
.kind-confirmation #entry-content input[type=submit],
.kind-send #entry-content input[type=submit] {
  display: block;
  padding: 11px 0 11px 26px;
  border: 1px solid #ef8479;
  border-radius: 12px;
  font-size: 14px;
  letter-spacing: -2px;
  color: #ef8479;
  margin: 0 auto;
  width: 279px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ef8479;
  transition: background-color 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
}
.kind-consultation #entry-content input[type=submit]:hover,
.kind-confirmation #entry-content input[type=submit]:hover,
.kind-send #entry-content input[type=submit]:hover {
  background: #ef8479;
  color: #fff;
}
.kind-consultation #entry-content input[type=submit]:hover,
.kind-confirmation #entry-content input[type=submit]:hover,
.kind-send #entry-content input[type=submit]:hover {
  box-shadow: none;
}
.kind-consultation #entry-content input::placeholder,
.kind-confirmation #entry-content input::placeholder,
.kind-send #entry-content input::placeholder {
  color: #c7bcb4;
}
.kind-consultation #entry-content .error,
.kind-confirmation #entry-content .error,
.kind-send #entry-content .error {
  margin-bottom: 50px;
}
.kind-consultation #footer .f-category,
.kind-confirmation #footer .f-category,
.kind-send #footer .f-category {
  display: none;
}
.kind-consultation .fix-footer,
.kind-confirmation .fix-footer,
.kind-send .fix-footer {
  display: none;
}

@media screen and (min-width: 751px) {
  .js-accordion-button {
    cursor: pointer;
  }
  .js-accordion-contents {
    overflow: hidden;
    height: 0;
    min-height: 0;
    transition: all 0.4s ease-in;
    transform: translate3d(0, 0, 0);
  }
  .privacypolicy-text {
    text-align: center;
    margin-top: 20px;
  }
  .p-privacypolicy {
    position: relative;
    margin-bottom: 45px;
  }
  .p-privacypolicy-inner {
    margin: 0 auto;
    box-sizing: border-box;
  }
  .p-privacypolicy-inner.is-open .p-privacypolicy-title {
    background: url(../../liposuction-knowlegde/images/originals/privacypolicy_arrow2.png) center bottom no-repeat;
  }
  .p-privacypolicy-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px !important;
    text-align: center;
    letter-spacing: 0.18em;
    padding: 40px 0 !important;
    background: url(../../liposuction-knowlegde/images/originals/privacypolicy_arrow1.png) center bottom no-repeat !important;
    cursor: pointer;
  }
  .p-privacypolicy-title::before, .p-privacypolicy-title::after {
    display: block;
    flex: 1;
    content: "";
    height: 1px;
    background-color: #ccc;
  }
  .p-privacypolicy-title::before {
    margin-right: 1em;
  }
  .p-privacypolicy-title::after {
    margin-left: 1em;
  }
  .p-privacypolicy-contents-wrapper {
    padding-top: 50px;
  }
  .p-privacypolicy .pp-title {
    padding: 0;
    background: 0;
    height: auto;
    line-height: 1 !important;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em !important;
  }
  .p-privacypolicy .pp-text,
  .p-privacypolicy .pp-item {
    line-height: 1.8333333333;
    font-size: 1.2em;
  }
  .p-privacypolicy .contents-title {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }
  .p-privacypolicy .pp-list {
    counter-reset: list;
    margin-bottom: 1em !important;
    margin-left: 1em !important;
  }
  .p-privacypolicy .pp-item {
    margin-left: 2.5em;
    text-indent: -1.5em;
  }
  .p-privacypolicy .pp-item::before {
    width: inherit !important;
    height: inherit !important;
    margin: 0 !important;
    display: inline-block !important;
    position: relative !important;
    counter-increment: list;
    content: "（" counter(list) "）" !important;
    background: none !important;
  }
  .p-privacypolicy .pp-item .pp-item {
    font-size: 1em;
  }
  .p-privacypolicy .pp-text {
    margin-bottom: 1em !important;
  }
  .p-privacypolicy .pp-text + .pp-text,
  .p-privacypolicy .pp-text + .pp-list {
    margin-top: 1em !important;
  }
  .p-privacypolicy .pp-text.date {
    text-align: right;
  }
  .p-privacypolicy .pp-text + .pp-title,
  .p-privacypolicy .pp-list + .pp-title {
    margin-top: 2em !important;
  }
  .p-privacypolicy #reception dt,
  .p-privacypolicy #reception dd {
    line-height: 1.8333333333;
    font-size: 1.2em;
  }
  .p-privacypolicy #reception dl {
    display: flex;
  }
  .p-privacypolicy #reception dl dt,
  .p-privacypolicy #reception dl dd {
    font-size: 1em;
  }
  .p-privacypolicy #reception a {
    color: #545454;
    pointer-events: none;
  }
}
@media screen and (max-width: 750px) {
  .js-accordion-title {
    cursor: pointer;
  }
  .js-accordion-contents {
    overflow: hidden;
    height: 0;
    min-height: 0;
    transition: all 0.4s ease-in;
    transform: translate3d(0, 0, 0);
  }
  .privacypolicy-text {
    line-height: 1.5;
    font-size: 1rem !important;
    text-align: center;
    margin-top: 2rem;
  }
  .p-privacypolicy {
    position: relative;
    margin-top: -0.5rem;
  }
  .p-privacypolicy-inner {
    margin: 0 4vw;
  }
  .p-privacypolicy-inner.is-open .p-privacypolicy-title {
    background: url(../../liposuction-knowlegde/images/originals/mobile/privacypolicy_arrow2.png) center bottom 10.5333333333vw/4.2666666667vw 2.4vw no-repeat;
  }
  .p-privacypolicy-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem !important;
    text-align: center;
    letter-spacing: 0.18em;
    padding: 5.7333333333vw 0 17.2vw !important;
    background: url(../../liposuction-knowlegde/images/originals/mobile/privacypolicy_arrow1.png) center bottom 10.5333333333vw/4.2666666667vw 2.4vw no-repeat;
  }
  .p-privacypolicy-title::before, .p-privacypolicy-title::after {
    display: block;
    content: "";
    flex: 1;
    height: 0.2666666667vw;
    background-color: #ccc;
  }
  .p-privacypolicy-title::before {
    margin-right: 1em;
  }
  .p-privacypolicy-title::after {
    margin-left: 1em;
  }
  .p-privacypolicy .pp-title {
    font-size: 1.2rem !important;
    font-weight: bold;
    margin-bottom: 1em !important;
  }
  .p-privacypolicy .pp-text,
  .p-privacypolicy .pp-item {
    line-height: 1.5;
    font-size: 1rem !important;
  }
  .p-privacypolicy .contents-title {
    font-size: 1rem !important;
    margin-bottom: 0.5em;
  }
  .p-privacypolicy .pp-list {
    counter-reset: list;
    margin-bottom: 1em !important;
  }
  .p-privacypolicy .pp-item {
    margin-left: 2.5em;
    text-indent: -1.5em;
  }
  .p-privacypolicy .pp-item:nth-child(n)::before {
    width: inherit !important;
    height: inherit !important;
    margin: 0 !important;
    display: inline-block !important;
    position: relative !important;
    counter-increment: list;
    content: "（" counter(list) "）" !important;
    background: none !important;
  }
  .p-privacypolicy .pp-text {
    margin-bottom: 1em !important;
  }
  .p-privacypolicy .pp-text + .pp-text,
  .p-privacypolicy .pp-text + .pp-list {
    margin-top: 1em !important;
  }
  .p-privacypolicy .pp-text.date {
    text-align: right;
  }
  .p-privacypolicy .pp-text + .pp-title,
  .p-privacypolicy .pp-list + .pp-title {
    margin-top: 2em !important;
  }
  .p-privacypolicy #reception dt,
  .p-privacypolicy #reception dd {
    line-height: 1.5;
    font-size: 1rem;
  }
  .p-privacypolicy #reception dl {
    display: flex;
  }
  .p-privacypolicy #reception a {
    color: #918c88;
  }
}
/*----------------------------------------------------------------------
	無料ドクターメール相談 -確認画面-
	無料ドクターメール相談 -完了画面-
----------------------------------------------------------------------*/
.kind-confirmation #entry-content .form-area,
.kind-send #entry-content .form-area {
  padding: 70px 60px 50px;
}

/*----------------------------------------------------------------------
	無料ドクターメール相談 -確認画面-
----------------------------------------------------------------------*/
.kind-confirmation #entry-content .confirmation-text {
  margin-bottom: 30px;
}
.kind-confirmation #entry-content form p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #7e7774;
}
.kind-confirmation #entry-content .button-area {
  display: flex;
  margin: 30px auto 0;
}
.kind-confirmation #entry-content .button-area input:first-child {
  margin-right: 20px;
}

/*----------------------------------------------------------------------
	無料ドクターメール相談 -確認画面-
----------------------------------------------------------------------*/
.kind-send #entry-content .form-area {
  color: #7e7774;
}
.kind-send #entry-content .send-title {
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #c7bcb4;
  text-align: center;
  font-size: 16px;
}
.kind-send #entry-content .send-information {
  margin-bottom: 50px;
  padding: 30px 50px 0;
  border: 1px solid #c7bcb4;
  font-size: 14px;
}
.kind-send #entry-content .send-information-inner {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.kind-send #entry-content .send-information-title, .kind-send #entry-content .send-information-text {
  display: table-cell;
}
.kind-send #entry-content .send-information-title {
  width: 15%;
  vertical-align: top;
}
.kind-send #entry-content .send-information-title.send-text-title {
  padding-top: 5px;
}
.kind-send #entry-content .send-information-text {
  width: 85%;
  word-break: break-all;
}
.kind-send #entry-content .send-information-text.send-mail-text {
  font-size: 16px;
  font-weight: bold;
  color: #ef8479;
}
.kind-send #entry-content .send-information-text.send-text-text {
  line-height: 1.8571428571;
}
.kind-send #entry-content .send-message {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.9285714286;
  font-size: 14px;
}
.kind-send #entry-content .send-end {
  overflow: hidden;
  padding: 10px 0 10px 30px;
  border-left: 4px solid #ef8479;
}
.kind-send #entry-content .send-end-title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
.kind-send #entry-content .send-end-contents.left {
  float: left;
  width: 60%;
}
.kind-send #entry-content .send-end-contents.right {
  float: right;
  width: 40%;
}
.kind-send #entry-content .send-end-contents ul {
  margin-bottom: 0;
}
.kind-send #entry-content .send-end-text, .kind-send #entry-content .send-end-list {
  line-height: 1.6666666667;
  font-size: 12px;
}
.kind-send #entry-content .send-end-text {
  margin-bottom: 15px;
}
.kind-send #entry-content .send-end-list {
  color: #ef8479;
}
.kind-send #entry-content .send-end-button a {
  display: block;
  padding: 11px 0 11px 26px;
  border: 1px solid #ef8479;
  border-radius: 12px;
  font-size: 14px;
  letter-spacing: -2px;
  color: #ef8479;
  width: 279px;
  text-align: center;
  letter-spacing: 1px;
}
.kind-send #entry-content .send-end-button a:hover {
  background: #ef8479;
  color: #fff;
}
.kind-send #entry-content .send-end-button.go-input {
  margin-bottom: 10px;
}

/*----------------------------------------------------------------------
	カテゴリー
----------------------------------------------------------------------*/
.kind-category .archive-head {
  padding: 30px;
}
.kind-category .archive-head h1 {
  color: #58504c;
}
.kind-category .entry-list a:hover .entry-title {
  color: #ef8479;
}
.kind-category .entry-inner {
  top: 30%;
  width: 61%;
}
.kind-category .entry-title {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #58504c;
}
.kind-category .entry-content p {
  color: #555;
}

/*----------------------------------------------------------------------
	404
----------------------------------------------------------------------*/
.kind-404 #entry-content {
  padding: 0;
}
.kind-404 #entry-content .inner {
  padding: 130px 0 100px;
  width: 1160px;
  background: #fff;
}
.kind-404 #entry-content .inner-item {
  margin: 0 auto;
  width: 93%;
}
.kind-404 #entry-content .title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cbcbcb;
  text-align: center;
}
.kind-404 #entry-content .title span {
  display: block;
  margin-top: 22px;
  font-size: 20px;
  color: #58504c;
}
.kind-404 #entry-content .text {
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.6875;
  font-size: 16px;
  letter-spacing: -1px;
  color: #58504c;
}
.kind-404 #entry-content .search {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 60%;
}
.kind-404 #entry-content .search .cse .gsc-control-cse,
.kind-404 #entry-content .search .gsc-control-cse {
  padding: 0;
}
.kind-404 #entry-content .search table {
  overflow: auto;
  margin: 0;
  box-shadow: none;
}
.kind-404 #entry-content .search table td {
  padding: 0;
}
.kind-404 #entry-content .search .gsib_a {
  padding: 0 0 0 8px;
}
.kind-404 #entry-content .search input {
  padding: 25px 0 !important;
  font-size: 1.4rem;
}
.kind-404 #entry-content .search .cse .gsc-search-button-v2,
.kind-404 #entry-content .search .gsc-search-button-v2 {
  padding: 19px 27px;
}
.kind-404 #entry-content .link {
  margin: 0 auto;
  width: 65%;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  text-align: center;
}
.kind-404 #entry-content .link a {
  display: block;
  padding: 30px 0;
  font-size: 16px;
  letter-spacing: -1px;
  color: #58504c;
}
.kind-404 #entry-content .link a:hover {
  color: #ef8479;
}
.kind-404 #wrapper > section {
  width: 1160px;
}
.kind-404 .block-common-contents {
  width: 93%;
}
.kind-404 .block-flow table {
  width: 108rem;
}
.kind-404 .block-flow table thead th {
  width: 28rem;
}
.kind-404 .block-flow table thead th:first-child {
  width: 18.5rem;
}
.kind-404 .block-flow table thead th .pic img {
  width: 268px;
}
.kind-404 .block-kind .kinds > div {
  width: 52%;
}
.kind-404 .block-doctor-pic {
  width: 45%;
}
.kind-404 .block-doctor-details {
  width: 49.5%;
}
.kind-404 #footer {
  margin-top: 0;
}

.kind-line #godios-wrapper {
  width: 1160px;
}
.kind-line #entry {
  background-image: none;
}
.kind-line #entry-content {
  margin: 0 auto;
  padding: 130px 0 100px;
  width: 78.5%;
}
.kind-line #entry-content .title {
  margin-bottom: 70px;
  text-align: center;
}
.kind-line #entry-content .title span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #58504c;
}
.kind-line #header {
  background: linear-gradient(#fff, #ddd2ca);
}
.kind-line #header .btn-line {
  display: none;
}
.kind-line #gnav {
  display: none !important;
}
.kind-line .breadcrumb {
  display: none;
}
.kind-line #entry-content {
  padding: 130px 0;
}
.kind-line #entry-content .title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cbcbcb;
}
.kind-line #entry-content .title span {
  margin-top: 22px;
}
.kind-line #entry-content .lead {
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.6875;
  font-size: 16px;
  color: #58504c;
}
.kind-line #entry-content .list {
  display: flex;
  margin-bottom: 70px;
}
.kind-line #entry-content .item {
  position: relative;
  padding-right: 36px;
  width: 315px;
}
.kind-line #entry-content .item::after {
  content: "";
  position: absolute;
  top: 75px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url(../../liposuction-knowlegde/images/originals/arrow3.png) right center no-repeat;
  transform: rotate(270deg);
}
.kind-line #entry-content .item:last-child {
  padding-right: 0;
  width: 279px;
}
.kind-line #entry-content .item:last-child::after {
  background: none;
}
.kind-line #entry-content .pic {
  margin-bottom: 10px;
}
.kind-line #entry-content .cap {
  line-height: 1.5714285714;
  font-size: 14px;
  color: #58504c;
}
.kind-line #entry-content .button {
  text-align: center;
}
.kind-line #footer .f-category {
  display: none;
}
.kind-line .fix-footer {
  display: none;
}

/*======================================================================
　画面サイズ 1500px → メインビジュアル画像サイズ
======================================================================*/
@media screen and (max-width: 93.8em) {
  .home .mainvisual-text-inner {
    margin-left: -1.8%;
  }
}
/*======================================================================
　画面サイズ 1366px
======================================================================*/
@media screen and (max-width: 85.4em) {
  .home .mainvisual-text-inner {
    margin-left: -0.9%;
  }
}
/*======================================================================
　画面サイズ 1280px
======================================================================*/
@media screen and (max-width: 80em) {
  .home .mainvisual-text {
    top: 60%;
  }
  .home .mainvisual-text-inner {
    margin-left: 3.9%;
  }
  .home .mainvisual-text-inner span {
    line-height: 1.8333333333;
    font-size: 12px;
  }
}
/*======================================================================
　画面サイズ 1160px
======================================================================*/
@media screen and (max-width: 72.5em) {
  #header .wrap {
    margin-right: 30px;
    margin-left: 30px;
    width: auto;
  }
  .breadcrumb-list {
    padding: 1rem 1.5rem;
    width: 100%;
  }
  #godios-wrapper {
    width: 600px;
  }
  /*----------------------------------------------------------------------
  	共通スタイル１
  ----------------------------------------------------------------------*/
  .block-flow-table {
    position: relative;
    margin: 0;
    padding-top: 1rem;
  }
  .block-flow-table-inner {
    overflow-x: auto;
    margin: 0 0 0 2.5rem;
  }
  .block-flow table {
    width: 100%;
  }
  .block-flow table thead th:first-child,
  .block-flow table tbody th {
    padding: 1.5%;
    width: 18rem;
  }
  .block-flow table thead th {
    width: 17rem;
    font-size: 1.6rem;
  }
  .block-flow table thead th .link {
    margin: 1.6rem 0 0;
    letter-spacing: -1px;
  }
  .block-flow table thead th .link img {
    width: 6%;
  }
  .block-flow table thead th:first-child {
    border-radius: 8px 0 0;
    font-size: 1.6rem;
  }
  .block-flow table tbody th {
    line-height: 1.1666666667;
    font-size: 1.2rem;
  }
  .block-flow table tbody td {
    padding: 1.5% 2.5%;
    line-height: 1.1666666667;
    font-size: 1.2rem;
  }
  .block-flow table tbody td span {
    font-size: 1rem;
  }
  .block-flow table tbody td li {
    line-height: 1.1666666667;
  }
  .block-flow table tbody td.price {
    font-size: 1.5rem;
  }
  .block-flow table tbody td.price span {
    font-size: 1.2rem;
  }
  .block-flow table tbody td .space {
    margin-left: -6px;
  }
  .block-flow table tbody td .disc {
    margin-left: 0;
  }
  .block-flow table tbody td .disc li {
    position: relative;
    padding-left: 1rem;
    list-style: none;
  }
  .block-flow table tbody td .disc li::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
  }
  .block-kind .kinds div {
    width: 55%;
  }
  .block-kind .kinds table {
    width: 42.4%;
  }
  /*----------------------------------------------------------------------
  	共通スタイル２
  ----------------------------------------------------------------------*/
  .entry-header-title {
    padding-left: 2.5rem;
  }
  /*----------------------------------------------------------------------
  	トップ
  ----------------------------------------------------------------------*/
  .home .entry-inner {
    width: 60%;
  }
  /*----------------------------------------------------------------------
  	監修医師
  ----------------------------------------------------------------------*/
  .kind-doctor #entry-content .contents5 {
    float: none;
    margin-bottom: 2.5rem;
  }
  .kind-doctor #entry-content .contents6 {
    float: none;
  }
}
/*======================================================================
　画面サイズ 1034px
======================================================================*/
@media screen and (max-width: 64.625em) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
  .order {
    display: grid;
  }
  .order > span {
    display: block;
    order: 1;
    margin-bottom: 1em;
  }
  .order > .sp {
    order: 2;
    display: block;
  }
  .slide {
    position: relative;
    z-index: 3;
    transition: ease 0.5s;
  }
  .nav-open {
    transform: translate(-80%);
  }
  .nav-close {
    transform: none;
  }
  #header {
    height: 80px;
    background: linear-gradient(#fff, #f2e8e1);
  }
  #header #logo {
    padding: 1rem 0 0 1rem;
    width: 35%;
  }
  #header #logo img {
    width: 100%;
  }
  #header .logo-sub {
    position: absolute;
    top: 44.5px;
    right: 70px;
    width: 25%;
  }
  #header .logo-sub img {
    width: 100%;
  }
  #header #topbar-menu-btn {
    right: 20px;
  }
  #header #topbar-search-btn,
  #header #overlay-search {
    display: none;
  }
  #gnav {
    position: static;
    top: 0;
    right: 0;
    height: auto;
    background: none;
  }
  #gnav .gnav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 0 0 20%;
    height: 100%;
    background-image: url(../../liposuction-knowlegde/images/originals/mobile/nav_bg1.png), url(../../liposuction-knowlegde/images/originals/mobile/nav_bg2.png);
    background-position: top right, bottom left 20%;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  #gnav .menu-item {
    margin: 0 10%;
    padding: 0;
    width: 80%;
    border-bottom: 1px solid #e6e0dc;
  }
  #gnav .menu-item a {
    padding: 17px 0 17px 40px;
    font-size: 1.4rem;
    color: #756e6a;
  }
  #gnav .menu-item:first-child {
    margin-top: 2rem;
    border-top: 1px solid #e6e0dc;
  }
  #gnav .menu-item.nav-doctor {
    border-top: 1px solid #e6e0dc;
  }
  #gnav .menu-item.nav-doctor a, #gnav .menu-item.nav-privacy-policy a, #gnav .menu-item.nav-operator-information a {
    padding: 15px 0 15px 40px;
  }
  #gnav .menu-item.nav-face a {
    background: url(../../liposuction-knowlegde/images/originals/nav_face.png) left 3px center no-repeat;
  }
  #gnav .menu-item.nav-arms-thinning a {
    background: url(../../liposuction-knowlegde/images/originals/nav_arms-thinning.png) left 3px center no-repeat;
  }
  #gnav .menu-item.nav-waist a {
    background: url(../../liposuction-knowlegde/images/originals/nav_waist.png) left 3px center no-repeat;
  }
  #gnav .menu-item.nav-thigh a {
    background: url(../../liposuction-knowlegde/images/originals/nav_thigh.png) left 3px center no-repeat;
  }
  #gnav .menu-item.nav-mens a {
    background: url(../../liposuction-knowlegde/images/originals/nav_mens.png) left 3px center no-repeat;
  }
  #gnav .menu-item.nav-whole-body a {
    background: url(../../liposuction-knowlegde/images/originals/nav_whole-body.png) left 3px center no-repeat;
  }
  #gnav .menu-item.nav-repair a {
    background: url(../../liposuction-knowlegde/images/originals/nav_repair.png) left 3px center no-repeat;
  }
  #gnav .menu-item.nav-line a {
    padding: 0;
    margin-right: -10px;
    margin-left: -10px;
  }
  #gnav .menu-item.nav-line a img {
    width: 100%;
    height: auto;
  }
  #gnav .menu-item.nav-ebook a {
    padding: 0;
  }
  #gnav .menu-item.nav-ebook a img {
    width: 100%;
    height: auto;
  }
  #side {
    margin: 5rem 0 0;
    min-height: inherit !important;
  }
  #side p {
    padding: 0;
  }
  #side .fix-sidebar.is-fixed {
    position: relative;
    top: 10px;
  }
  #side .fix-sidebar.is-bottomed {
    position: relative;
    bottom: 0;
  }
  #side .s-title {
    margin-bottom: 15px;
    padding: 20px 25px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #000;
    background: linear-gradient(90deg, #6d6562, #3d322e);
    font-size: 20px;
    color: #fff;
  }
  #side .s-pic {
    margin-bottom: 25px;
    text-align: center;
  }
  #side .s-text {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 12px;
  }
  #side .s-link {
    float: right;
    width: 145px;
  }
  #side .s-link a {
    display: block;
    padding: 11px 0 11px 26px;
    border: 1px solid #ef8479;
    border-radius: 12px;
    font-size: 14px;
    letter-spacing: -2px;
    color: #ef8479;
  }
  #side .s-link a:hover {
    background: #ef8479;
    color: #fff;
  }
  #side .s-btn {
    margin-bottom: 2rem;
  }
  #side .s-btn a {
    display: block;
  }
  #side .s-btn a img {
    box-shadow: inherit;
    transition: opacity 0.15s linear;
  }
  #side .s-btn a:hover img {
    box-shadow: inherit;
    opacity: 0.7;
  }
  #side .s-btn a img {
    width: 100%;
  }
  #side #fixed-side-content {
    display: none;
  }
  .kind-single #side .s-btn {
    margin-bottom: 2rem;
  }
  .kind-single #side .s-btn.line {
    margin-right: -10px;
    margin-left: -10px;
  }
  /*----------------------------------------------------------------------
  	共通スタイル１
  ----------------------------------------------------------------------*/
  .block-common-contents {
    width: auto;
    margin: 0 2.5rem;
  }
  .block-flow-contents1 {
    padding: 6rem 0;
    background-image: url(../../liposuction-knowlegde/images/originals/post_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .block-flow-contents2 {
    padding: 6rem 0;
    background-image: url(../../liposuction-knowlegde/images/originals/top_kind_bg2.png), url(../../liposuction-knowlegde/images/originals/top_kind_bg3.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-color: #efece9;
    background-size: 50%;
  }
  .block-flow-title {
    margin: 0 2.5rem;
  }
  .block-flow-title span {
    margin: 4rem 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .block-flow table thead th:first-child,
  .block-flow table tbody th {
    width: 9rem;
    line-height: 1.2;
  }
  .block-flow table thead th {
    width: 20rem;
  }
  .block-flow table thead th .link img {
    width: 6%;
  }
  .block-flow-list {
    display: block;
    margin: 0 2.5rem;
  }
  .block-flow-item {
    margin-right: 0;
    margin-bottom: 4.5rem;
    width: auto;
  }
  .block-flow-item:last-child {
    margin-bottom: 0;
  }
  .block-flow .item-title {
    margin-bottom: 1.25rem;
    line-height: 1.3333333333;
    font-size: 1.8rem;
  }
  .block-flow .item-pic {
    margin: 0 auto 1.5rem;
    width: 60%;
  }
  .block-flow .item-text {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .block-flow .item-link {
    padding-right: 2.5rem;
    background: url(../../liposuction-knowlegde/images/originals/arrow.png) right center no-repeat;
    background-size: 6%;
    line-height: 1.6;
    font-size: 1.5rem;
    background-size: 2%;
  }
  .block-flow .item-link a {
    font-weight: bold;
  }
  .block-doctor {
    padding: 6rem 0;
    background-image: url(../../liposuction-knowlegde/images/originals/mobile/top_doctor_bg1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 65%;
  }
  .block-doctor > * {
    margin: 0 2.5rem;
  }
  .block-doctor-title img {
    width: 60%;
  }
  .block-doctor-title span {
    margin: 4rem 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .block-doctor-contents {
    display: block;
  }
  .block-doctor-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 4rem;
    width: 100%;
    text-align: center;
  }
  .block-doctor-details {
    float: none;
    padding-top: 3.4rem;
    width: 100%;
  }
  .block-doctor-details .doctor-common-contents2 {
    width: 100%;
  }
  .block-doctor-details .doctor-common-title2 {
    padding: 1.5rem 0 1.1rem 1.5rem;
    font-size: 1.5rem;
  }
  .block-doctor-details .doctor-common-item2 {
    font-size: 1.1rem;
  }
  .block-doctor-details .doctor-common-item2.doctor-contents6-item {
    padding: 0 0 0 3rem;
    background: url(../../liposuction-knowlegde/images/originals/arrow2.png) left 1.5rem center no-repeat;
  }
  .block-doctor-details::before {
    height: 2px;
  }
  .block-doctor-subtitle {
    font-size: 2.4rem;
  }
  .block-doctor-subtitle span {
    margin: 2.5rem 0 3rem;
    line-height: 1.55;
    font-size: 2rem;
  }
  .block-doctor-name {
    margin: 3rem 0;
    line-height: 1.0714285714;
    font-size: 1.4rem;
  }
  .block-doctor-text {
    margin-bottom: 4rem;
    padding-bottom: 6rem;
    background: url(../../liposuction-knowlegde/images/originals/mobile/top_doctor_bg3.png) right bottom no-repeat;
    background-size: 20%;
    line-height: 1.8666666667;
    font-size: 1.5rem;
  }
  .block-doctor .doctor-common-list2 {
    margin-bottom: 1rem;
  }
  .block-doctor-link {
    padding-right: 30px;
    background: url(../../liposuction-knowlegde/images/originals/arrow.png) right center no-repeat;
    background-size: 20px;
    text-align: right;
    line-height: 1.6;
    font-size: 15px;
  }
  .block-doctor-link a {
    color: #545454;
  }
  .block-doctor-link a:hover {
    color: #ef8479;
  }
  .block-doctor-banner {
    padding-top: 2rem;
    text-align: center;
  }
  .block-doctor-banner + .block-doctor-banner {
    padding-top: 2rem;
  }
  .block-doctor .contents6 {
    margin-bottom: 2rem;
  }
  /*----------------------------------------------------------------------
  	トップ
  ----------------------------------------------------------------------*/
  .home {
    text-align: justify;
    font-feature-settings: "palt";
  }
  .home #wrapper {
    padding: 0;
    background: url(../../liposuction-knowlegde/images/originals/mobile/content_bg.gif) top center;
    background-size: 20%;
  }
  .home .mainvisual {
    border: 0;
  }
  .home .mainvisual-pic {
    background: none;
  }
  .home .mainvisual-pic img {
    width: 100%;
  }
  .home .mainvisual-text {
    width: initial;
    position: relative;
    top: 0;
    margin: 1.5rem 2.5rem 3rem;
    text-align: left;
  }
  .home .mainvisual-text-inner {
    margin-left: 0;
  }
  .home .mainvisual-text-inner span {
    line-height: 2;
    font-size: 1.5rem;
  }
  .home .modified {
    padding: 0;
    border-bottom: 0;
    background: none;
  }
  .home .modified-inner {
    margin: 0 1rem;
    width: auto;
  }
  .home .modified-title {
    width: 60%;
  }
  .home .modified-item {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
    padding: 1.25rem 1rem 1.65rem;
    border: 1px solid #d4cac3;
    background-image: url(../../liposuction-knowlegde/images/originals/arrow.png);
    background-position: right 1rem bottom 0.5rem;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #fff;
  }
  .home .modified-item > * {
    padding: 0;
  }
  .home .modified-date {
    order: 2;
    padding-top: 0.1rem;
    width: auto;
    font-size: 1.1rem;
  }
  .home .modified-post {
    order: 1;
    margin: 0 1rem 0 0;
    padding: 0;
    width: 130px;
    border-radius: 0;
    background: none;
    text-align: right;
    font-size: 1.2rem;
    color: #918b88;
  }
  .home .modified-link {
    order: 3;
    padding-right: 0;
    width: 100%;
    font-size: 1.5rem;
    color: #7e7774;
  }
  .home .modified-link a {
    display: block;
    padding: 10px 0;
  }
  .home .modified-link a:hover {
    color: #ef8479;
  }
  .home .author {
    background: none;
    border-bottom: none;
  }
  .home .author-area {
    width: auto;
    display: block;
    margin: 3rem 2.5rem 0;
    padding: 2.5rem 1.5rem 4rem;
    background-color: #fff;
  }
  .home .author-area__text, .home .author-area__other {
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
  .home .author-area__pic, .home .author-area__text {
    margin-bottom: 1rem;
  }
  .home .author-area__text {
    overflow: inherit;
  }
  .home .author-area__pic {
    position: inherit;
    top: auto;
    left: auto;
    float: right;
    margin: 0 0 1rem 1rem;
    padding: 0;
    width: 37.5%;
  }
  .home .author-area__detail1 {
    width: inherit;
  }
  .home .author-area__detail2 {
    clear: both;
    float: none;
    margin: 0;
    width: inherit;
  }
  .home .author-area__name {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .home .author-area__affiliation {
    margin-bottom: 1rem;
  }
  .home .author-area__affiliation .author-area__other__title::after {
    left: 52px;
  }
  .home .author-area__qualification .author-area__other__title::after {
    left: 29px;
  }
  .home .author-area__link {
    font-size: 1.2rem;
  }
  .home .qa {
    margin-bottom: 5rem;
    background: none;
  }
  .home .qa-wrapper {
    margin: 0 1rem;
    padding: 3rem 0 2.5rem;
    border: 1px solid #dcd5ce;
    background: rgba(255,255,255,.8);
    width: auto;
  }
  .home .qa-title {
    text-align: center;
    font-size: 2.6rem;
  }
  .home .qa #entry-content {
    padding: 0;
  }
  .home .qa #entry-content p,
  .home .qa #entry-content small,
  .home .qa #entry-content h3,
  .home .qa #entry-content h4,
  .home .qa #entry-content h5,
  .home .qa #entry-content .aligncenter {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .home .qa #entry-content p {
    margin: 0 0 1.5rem;
    line-height: 2;
    font-size: 1.5rem;
  }
  .home .qa #entry-content small {
    margin: 0 0 2.5rem;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .home .qa #entry-content img {
    margin-top: 0;
  }
  .home .qa #entry-content .alignright {
    margin: 0 0 2rem 1.5rem;
    width: 40%;
  }
  .home .qa #entry-content h4 {
    position: relative;
    margin: 2.5rem 1.5rem 2rem;
    padding: 6% 0 6% 22%;
    background: url(../../liposuction-knowlegde/images/originals/mobile/post_h4_2.png) right bottom 5px no-repeat;
    background-size: 55%;
    line-height: 1.625;
    font-size: 1.6rem;
  }
  .home .qa #entry-content h4::before {
    width: 20%;
    height: 100%;
    background: url(../../liposuction-knowlegde/images/originals/mobile/post_h4_1.png) left top no-repeat;
    background-size: 100%;
  }
  .home .qa #entry-content h4::after {
    left: 230px;
  }
  .home .qa #entry-content h5 {
    position: relative;
    margin: 3rem 0 1.2rem;
    line-height: 1.6470588235;
    font-size: 1.5rem;
  }
  .home .qa #entry-content h5 span {
    font-weight: 600;
  }
  .home .qa #entry-content ol {
    margin: 0 1.5rem 0 3rem;
    padding-left: 1rem;
  }
  .home .qa #entry-content li {
    font-size: 1.5rem;
  }
  .home .qa #entry-content blockquote {
    margin-bottom: 3rem;
    padding: 3rem 4rem;
  }
  .home .qa #entry-content .footnote-area {
    margin: 0 1.5rem 4rem;
  }
  .home .qa #entry-content .footnote-title {
    margin-bottom: 1rem;
    padding: 0;
    line-height: 1.6666666667;
    font-size: 1.8rem;
  }
  .home .qa #entry-content .footnote-text {
    padding: 0;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .home .qa #entry-content h3 {
    position: sticky;
    top: 0;
    z-index: 5;
    margin: 6rem 0 2rem;
    height: 9.8rem;
    background: linear-gradient(0deg, #c6c2bf 0%, #c6c2bf 50%, #dddbd8 50%, #dddbd8 100%);
    text-shadow: none;
    line-height: 1.1818181818;
    font-size: 2.2rem;
  }
  .home .qa #entry-content h3::before {
    content: "";
    width: 0;
    height: 0;
    background: none;
  }
  .home .qa #entry-content h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background: url(../../liposuction-knowlegde/images/originals/mobile/post_h2.png) right bottom no-repeat;
    background-size: 100%;
  }
  .home .qa #entry-content h3 span {
    padding: 1rem 1.5rem;
  }
  .home .qa #entry-content strong {
    margin-bottom: -1.5rem;
  }
  .home .qa #entry-content table {
    margin: 0 auto 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: auto;
    font-size: 1.2rem;
  }
  .home .qa #entry-content table td {
    width: 33%;
  }
  .home .qa #entry-content img .alignright {
    width: 40%;
  }
  .home .block-flow-table table tbody tr td.is-close .js-accordion-contents {
    height: 17rem;
  }
  /*----------------------------------------------------------------------
  	404
  ----------------------------------------------------------------------*/
  .kind-404 {
    text-align: justify;
    font-feature-settings: "palt";
  }
  .kind-404 #wrapper {
    padding: 3.5rem 0 0;
  }
  .kind-404 #wrapper > * {
    width: 100%;
  }
  .kind-404 #entry-content .inner {
    padding: 7rem 2.5rem 6rem;
    width: auto;
  }
  .kind-404 #entry-content .inner-item {
    margin: 0;
    width: auto;
  }
  .kind-404 #entry-content .title {
    margin-bottom: 2.5rem;
    padding-bottom: 5rem;
  }
  .kind-404 #entry-content .title img {
    width: 75%;
  }
  .kind-404 #entry-content .title span {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .kind-404 #entry-content .text {
    margin-bottom: 2rem;
    text-align: left;
    line-height: 1.6818181818;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .kind-404 #entry-content .search {
    padding-bottom: 2rem;
    width: 95%;
  }
  .kind-404 #entry-content .search .cse .gsc-search-button-v2,
  .kind-404 #entry-content .search .gsc-search-button-v2 {
    padding: 19px 17px;
  }
  .kind-404 #entry-content .link {
    width: 100%;
  }
  .kind-404 #entry-content .link a {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
  .kind-404 .block-flow table thead th:first-child,
  .kind-404 .block-flow table tbody th {
    width: 9rem;
    line-height: 1.2;
  }
  .kind-404 .block-flow table thead th {
    width: 20rem;
  }
  .kind-404 .block-flow table thead th .link img {
    width: 6%;
  }
  .kind-404 .block-common-contents {
    width: auto;
  }
}
/*======================================================================
　画面サイズ 700px
======================================================================*/
@media screen and (max-width: 43.75em) {
  /*----------------------------------------------------------------------
  	共通スタイル２
  ----------------------------------------------------------------------*/
  .entry-header {
    height: auto;
  }
  .entry-header::before {
    height: 100%;
  }
  .entry-header::after {
    height: 100%;
  }
  .entry-header-title {
    float: none;
    padding: 6.5rem 2.5rem;
    font-size: 2.4rem;
  }
  .entry-header-eyecatch {
    display: none;
  }
  /*----------------------------------------------------------------------
  	共通スタイル１
  ----------------------------------------------------------------------*/
  .home-title {
    line-height: 1.5;
  }
  .block-common-contents {
    width: auto;
    margin: 0 2.5rem;
  }
  .block-flow-title {
    margin: 0 2.5rem;
  }
  .block-flow-title span {
    margin: 4rem 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .block-flow-table table tbody tr td {
    padding: 2rem 2rem 8rem;
    display: flex;
  }
  .block-flow-table table tbody tr td .js-accordion-contents-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .block-flow-table table tbody tr td .js-accordion-contents-inner p {
    line-height: 1.8666666667;
  }
  .block-flow-table table tbody tr td .js-accordion-contents-inner picture {
    order: 2;
    width: 100%;
    margin: 0 !important;
  }
  .block-flow-table table tbody tr td .js-accordion-contents-inner picture > * {
    width: 100%;
    height: auto;
  }
  .block-flow-table table tbody tr td .js-accordion-contents-inner p {
    order: 1;
    margin-bottom: 2rem;
  }
  /*----------------------------------------------------------------------
  	脂肪吸引と脂肪溶解注射
  ----------------------------------------------------------------------*/
  .block-kind .kinds {
    flex-wrap: wrap;
  }
  .block-kind .kinds div {
    width: inherit;
  }
  .block-kind .kinds-text {
    margin-bottom: 30px;
  }
  .block-kind .kinds table {
    width: 100%;
  }
  /*----------------------------------------------------------------------
  	監修医師
  ----------------------------------------------------------------------*/
  .kind-doctor .entry-header-title {
    padding: 3rem 0 3rem 2.5rem;
  }
}
/*======================================================================
　画面サイズ 600px
======================================================================*/
@media screen and (max-width: 37.5em) {
  .pc2 {
    display: none !important;
  }
  .sp2 {
    display: inherit !important;
  }
  #godios-wrapper {
    width: 414px;
  }
  .fix-footer {
    z-index: 10;
    width: 100%;
    background: linear-gradient(to bottom, #c4b9b0, #96887f);
  }
  .fix-footer a {
    display: block;
    margin-top: 0.3rem;
    padding: 1rem;
    border-top: 1px solid #f0ecea;
    font-size: 1rem;
    text-align: center;
    color: #f0ecea;
  }
  .fix-footer .fix-menu-list,
  .fix-footer .fix-banner-list {
    display: flex;
  }
  .fix-footer .fix-menu-item {
    width: 17%;
  }
  .fix-footer .fix-menu-item.consultation {
    width: 83%;
    border-right: 1px solid #f0ecea;
  }
  .fix-footer .fix-menu-item.consultation a {
    font-size: 1.7rem;
  }
  .fix-footer .fix-menu-item.consultation a span {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .fix-footer .fix-menu-item.backtop a {
    display: block;
    position: relative;
    padding-top: 2rem;
  }
  .fix-footer .fix-menu-item.backtop a::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 40%;
    border-top: 1px solid #f0ecea;
    border-right: 1px solid #f0ecea;
    width: 1rem;
    height: 1rem;
    transform: rotate(-45deg);
  }
  .fix-footer .fix-banner-item.eb_failure a {
    padding-right: 0.5rem;
  }
  .fix-footer .fix-banner-item.breasts a {
    padding-left: 0.5rem;
  }
  /*----------------------------------------------------------------------
  	共通スタイル１
  ----------------------------------------------------------------------*/
  .home-title span {
    font-size: 1.4rem;
    margin: 3.3rem 0 4rem;
  }
  .block-flow-title {
    margin: 0 2.5rem;
  }
  .block-flow-title span {
    margin: 4rem 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .block-flow-table table {
    position: relative;
  }
  .block-flow-table table tbody tr th {
    position: relative;
    width: 100%;
    display: block;
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 1.7rem 2rem 1.3rem;
    vertical-align: middle;
  }
  .block-flow-table table tbody tr th:before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: 50% 50%;
    width: 1.8em;
    height: 2.5em;
    margin-top: -0.3rem;
    margin-right: 0.5em;
  }
  .block-flow-table table tbody tr th br {
    display: none;
  }
  .block-flow-table table tbody tr td {
    position: relative;
    width: 100%;
    border-radius: 0 0 8px 8px;
    /* 続きを読むボタン */
  }
  .block-flow-table table tbody tr td p {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
  .block-flow-table table tbody tr td .js-accordion-button {
    height: 7.5rem; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    /* 以下グラデーションは「背景が白」に併せて設定しています */
    background: -webkit-linear-gradient(top, rgba(248,247,246,0) 0%, #f8f7f6 90%);
    background: -moz-linear-gradient(top, rgba(248,247,246,0) 0%, #f8f7f6 90%);
    background: -o-linear-gradient(top, rgba(248,247,246,0) 0%, #f8f7f6 90%);
    background: -ms-linear-gradient(top, rgba(248,247,246,0) 0%, #f8f7f6 90%);
    background: linear-gradient(to bottom, rgba(248,247,246,0) 0%, #f8f7f6 90%);
  }
  .block-flow-table table tbody tr td .js-accordion-button:after {
    content: "続きを読む"; /* ラベルの文字 */
    letter-spacing: 0.05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-image: url(../../liposuction-knowlegde/images/originals/mobile/flow_readmore_arrow1.png);
    background-position: top 50% left 4%;
    background-size: 3.2rem;
    background-repeat: no-repeat;
    background-color: #f39d95;
    width: 13.6rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0.75rem 0 0.75rem 2.5rem;
  }
  .block-flow-table table tbody tr td .js-accordion-contents {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    height: 17rem;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .block-flow-table table tbody tr .is-open .js-accordion-button {
    background: initial; /* 開いた時には背景グラデーションを消す */
  }
  .block-flow-table table tbody tr .is-open .js-accordion-button:after {
    content: "閉じる";
    background-image: url(../../liposuction-knowlegde/images/originals/mobile/flow_readmore_arrow2.png);
    background-color: #9b9694;
  }
  .block-flow-table table tbody tr .is-open .js-accordion-contents {
    margin-bottom: 5.7rem;
  }
  .block-flow table:nth-child(1) th {
    background-image: url(../../liposuction-knowlegde/images/originals/flow_m_bg1.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .block-flow table:nth-child(1) th:before {
    background-image: url(../../liposuction-knowlegde/images/originals/flow_bg1.png);
  }
  .block-flow table:nth-child(2) th {
    background-image: url(../../liposuction-knowlegde/images/originals/flow_m_bg2.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .block-flow table:nth-child(2) th:before {
    background-image: url(../../liposuction-knowlegde/images/originals/flow_bg2.png);
  }
  .block-flow table:nth-child(3) th {
    background-image: url(../../liposuction-knowlegde/images/originals/flow_m_bg3.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .block-flow table:nth-child(3) th:before {
    background-image: url(../../liposuction-knowlegde/images/originals/flow_bg3.png);
  }
  .block-flow table:nth-child(4) th {
    background-image: url(../../liposuction-knowlegde/images/originals/flow_m_bg4.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .block-flow table:nth-child(4) th:before {
    background-image: url(../../liposuction-knowlegde/images/originals/flow_bg4.png);
  }
  .pagetop .kind-doctor #entry-content {
    padding: 1.5rem 1.5rem 4rem;
  }
  .pagetop .kind-doctor #entry-content .contents1 {
    margin-bottom: 6rem;
  }
  .pagetop .kind-doctor #entry-content .doctor-contents1-pic {
    float: none;
    margin: 0 0 2rem;
    width: 100%;
  }
  .pagetop .kind-doctor #entry-content .doctor-contents1-details {
    float: none;
    margin: 0 auto 2rem;
    width: 35%;
    text-align: center;
  }
  .pagetop .kind-doctor #entry-content .doctor-contents1-text {
    margin: 0;
    line-height: 1.8666666667;
    font-size: 1.5rem;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-contents1 {
    position: relative;
    padding: 3.9rem 0 6rem;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-contents1::before {
    height: 2px;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-title1 {
    margin-bottom: 3.5rem;
    font-size: 2.4rem;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-title1 span {
    display: block;
    margin: 0.5rem 0 0;
    font-size: 1.4rem;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-text {
    margin-bottom: 2.5rem;
    line-height: 1.7857142857;
    font-size: 1.4rem;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-list1 {
    display: block;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-item1 {
    overflow: hidden;
    margin: 0 0 1.5rem;
    width: 100%;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-item1:last-child {
    margin: 0;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-pic {
    float: left;
    margin: 0 1rem 0 0;
    width: 55%;
  }
  .pagetop .kind-doctor #entry-content .doctor-common-cap {
    line-height: 1.4166666667;
    font-size: 1.2rem;
  }
  /*----------------------------------------------------------------------
  	無料ドクターメール相談
  ----------------------------------------------------------------------*/
  .kind-consultation .fix-footer,
  .kind-confirmation .fix-footer,
  .kind-send .fix-footer {
    display: none;
  }
}
/*======================================================================
　画面サイズ 414px
======================================================================*/
@media screen and (max-width: 25.875em) {
  img {
    max-width: 100%;
    height: auto;
  }
  #header {
    height: 60px;
  }
  #header.fixed-topbar {
    position: fixed !important;
    top: 0;
    z-index: 10;
    height: 60px;
  }
  #header #logo {
    width: 55%;
  }
  #header .logo-sub {
    top: 29px;
  }
  .breadcrumb {
    overflow-x: auto;
  }
  .breadcrumb-list {
    display: table;
    margin: 0;
  }
  .breadcrumb-item {
    display: table-cell;
    white-space: nowrap;
  }
  #wrapper {
    padding: 3.5rem 0 6rem;
    background: url(../../liposuction-knowlegde/images/originals/mobile/content_bg.gif) top center;
    background-size: 20%;
  }
  #godios-wrapper {
    width: 100%;
  }
  #godios-wrapper .godios-container {
    margin: 0 1rem;
  }
  #footer .f-category {
    padding: 3rem 2.5rem 0;
  }
  #footer .f-category .f-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  #footer .f-category .f-item {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
    width: 50%;
  }
  #footer .f-category .f-item a {
    font-size: 1.1rem;
  }
  #footer .f-clinic {
    padding: 4.2rem 2.5rem 3rem;
  }
  #footer .f-clinic .f-title {
    margin-bottom: 3.2rem;
  }
  #footer .f-clinic .f-title img {
    width: 60%;
  }
  #footer .f-clinic .f-text {
    font-size: 1.2rem;
  }
  #footer .copyright {
    padding: 1.5rem 2.5rem;
    font-size: 1rem;
  }
  .p-popup {
    bottom: 2.5rem;
    width: 100%;
    height: 5.5rem;
  }
  .p-popup__wrapper {
    width: 100%;
  }
  .p-popup__inner {
    right: 1.5rem;
    left: 1.5rem;
    transform: inherit;
  }
  .p-popup__pic a.half {
    width: 100%;
  }
  .p-popup__close {
    top: -0.9rem;
    right: -0.9rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .pagetop-link {
    bottom: 16rem;
    border-radius: 8px 0 0 8px;
  }
  /*----------------------------------------------------------------------
  	共通スタイル１
  ----------------------------------------------------------------------*/
  .block-flow .block-common-contents {
    margin: 0 2.5rem;
  }
  .block-kind-contents {
    padding: 6rem 0;
    background-image: url(../../liposuction-knowlegde/images/originals/top_kind_bg2.png), url(../../liposuction-knowlegde/images/originals/top_kind_bg3.png);
    background-position: left top, right bottom;
    background-size: 50%;
  }
  .block-kind .kinds-title {
    font-size: 2rem;
    padding: 2.2rem;
    margin-bottom: 1.6rem;
  }
  .block-kind .kinds-text {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-bottom: 2.4rem;
  }
  .block-kind .kinds table tr th {
    width: 100px;
    font-size: 1.3rem;
  }
  .block-kind .kinds table tr td {
    font-size: 1.4rem;
  }
  .block-kind .kinds:nth-child(1) {
    padding-top: 2rem;
  }
  .block-doctor-text {
    background-size: 60%;
  }
  /*----------------------------------------------------------------------
  	共通スタイル３
  ----------------------------------------------------------------------*/
  #entry {
    background-size: 50%;
  }
  #entry-content {
    margin: 0;
    padding: 5rem 1.5rem 4rem;
  }
  #entry-content table.c-case-info {
    margin: 1.5rem;
  }
  #entry-content table.c-case-info th,
  #entry-content table.c-case-info td {
    padding: 1rem;
  }
  #entry-content table.c-case-info th {
    width: 100px;
  }
  #entry-content table.c-case-info td {
    width: auto;
  }
  /*----------------------------------------------------------------------
  	共通スタイルの固定ページ（プライバシーポリシー／運営者情報）
  	無料ドクターメール相談
  ----------------------------------------------------------------------*/
  .kind-common #godios-wrapper,
  .kind-consultation #godios-wrapper,
  .kind-confirmation #godios-wrapper,
  .kind-send #godios-wrapper {
    width: 100%;
  }
  .kind-common #entry-content,
  .kind-consultation #entry-content,
  .kind-confirmation #entry-content,
  .kind-send #entry-content {
    margin: 0;
    padding: 7rem 1.5rem 4rem;
    width: auto;
  }
  .kind-common #entry-content .title,
  .kind-consultation #entry-content .title,
  .kind-confirmation #entry-content .title,
  .kind-send #entry-content .title {
    margin-bottom: 5rem;
  }
  .kind-common #entry-content .title span,
  .kind-consultation #entry-content .title span,
  .kind-confirmation #entry-content .title span,
  .kind-send #entry-content .title span {
    margin-top: 1rem;
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
  /*----------------------------------------------------------------------
  	トップ
  ----------------------------------------------------------------------*/
  .home-title {
    font-size: 2.1rem;
    letter-spacing: 0.3rem;
  }
  .home-title span br {
    display: none;
  }
  .home .entry-title {
    font-size: 1.5rem;
  }
  .home .p-popup {
    width: 100%;
  }
  .home .p-popup__wrapper {
    width: 100%;
  }
  /*----------------------------------------------------------------------
  	詳細
  ----------------------------------------------------------------------*/
  .kind-single .s-author {
    display: none;
  }
  .kind-single #godios-wrapper .godios-container {
    padding-bottom: 0;
    border: 0;
    background: none;
  }
  .kind-single #entry {
    border: 1px solid #dcd5ce;
    background: rgba(255,255,255,.8);
  }
  .kind-single #entry-content {
    padding: 5rem 0 4rem;
  }
  .kind-single #entry #toc_container {
    margin: 0 1.5rem;
    padding: 1.5rem;
  }
  .kind-single #entry #toc_container li {
    font-size: 1.4rem;
  }
  .kind-single #entry #toc_container .toc_title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .kind-single #entry #toc_container .toc_list > li + li {
    margin-top: 0.75rem;
  }
  .kind-single #entry #toc_container .toc_list > li > ul {
    margin-left: 1.2rem;
  }
  .kind-single #entry p,
  .kind-single #entry small,
  .kind-single #entry h3,
  .kind-single #entry h4,
  .kind-single #entry h5,
  .kind-single #entry .aligncenter {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .kind-single #entry p {
    margin: 0 0 1.5rem;
    line-height: 2;
    font-size: 1.5rem;
  }
  .kind-single #entry small {
    margin: 0 0 2.5rem;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .kind-single #entry img {
    margin-top: 0;
  }
  .kind-single #entry .alignright {
    margin: 0 0 2rem 1.5rem;
    width: 40%;
  }
  .kind-single #entry h4 {
    position: relative;
    margin: 2.5rem 1.5rem 2rem;
    padding: 6% 0 6% 22%;
    background: url(../../liposuction-knowlegde/images/originals/mobile/post_h4_2.png) right bottom 5px no-repeat;
    background-size: 55%;
    line-height: 1.625;
    font-size: 1.6rem;
  }
  .kind-single #entry h4::before {
    width: 20%;
    height: 100%;
    background: url(../../liposuction-knowlegde/images/originals/mobile/post_h4_1.png) left top no-repeat;
    background-size: 100%;
  }
  .kind-single #entry h4::after {
    left: 230px;
  }
  .kind-single #entry h5 {
    position: relative;
    margin: 3rem 0 1.2rem;
    line-height: 1.6470588235;
    font-size: 1.5rem;
  }
  .kind-single #entry h5 span {
    font-weight: 600;
  }
  .kind-single #entry ol {
    margin: 0 1.5rem 0 3rem;
    padding-left: 1rem;
  }
  .kind-single #entry li {
    font-size: 1.5rem;
  }
  .kind-single #entry blockquote {
    margin-bottom: 3rem;
    padding: 3rem 4rem;
  }
  .kind-single #entry .footnote-area {
    margin: 0 1.5rem 4rem;
  }
  .kind-single #entry .footnote-title {
    margin-bottom: 1rem;
    padding: 0;
    line-height: 1.6666666667;
    font-size: 1.8rem;
  }
  .kind-single #entry .footnote-text {
    padding: 0;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .kind-single #entry h2 {
    position: sticky;
    top: 0;
    z-index: 5;
    margin: 6rem 0 2rem;
    height: 9.8rem;
    background: linear-gradient(0deg, #c6c2bf 0%, #c6c2bf 50%, #dddbd8 50%, #dddbd8 100%);
    text-shadow: none;
    line-height: 1.1818181818;
    font-size: 2.2rem;
  }
  .kind-single #entry h2::before {
    content: "";
    width: 0;
    height: 0;
    background: none;
  }
  .kind-single #entry h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background: url(../../liposuction-knowlegde/images/originals/mobile/post_h2.png) right bottom no-repeat;
    background-size: 100%;
  }
  .kind-single #entry h2 span {
    padding: 1rem 1.5rem;
  }
  .kind-single #entry h3 {
    z-index: 1;
    margin: 2rem 1.5rem 2.5rem;
    padding: 3.5rem 1.5rem 1.5rem;
    line-height: 1.6470588235;
    font-size: 1.7rem;
    color: #58504c;
  }
  .kind-single #entry h3::before {
    z-index: -1;
    width: 55%;
    height: 100%;
    background: url(../../liposuction-knowlegde/images/originals/mobile/post_h3_1.png) left top no-repeat;
    background-size: 100%;
  }
  .kind-single #entry h3::after {
    width: 7%;
    height: 100%;
    background: url(../../liposuction-knowlegde/images/originals/mobile/post_h3_2.png) right bottom no-repeat;
    background-size: 100%;
  }
  .kind-single #entry .p-source {
    margin-top: 6rem;
    padding: 0 1.5rem;
  }
  .kind-single #entry .p-source__title {
    font-size: 1.8rem;
  }
  .kind-single #entry .author-area {
    width: auto;
    display: block;
    margin: 6rem 1.5rem 0;
    padding: 2.5rem 1.5rem;
  }
  .kind-single #entry .author-area__text, .kind-single #entry .author-area__other {
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
  .kind-single #entry .author-area__pic, .kind-single #entry .author-area__text {
    margin-bottom: 1rem;
  }
  .kind-single #entry .author-area__text {
    overflow: inherit;
  }
  .kind-single #entry .author-area__pic {
    position: inherit;
    top: auto;
    left: auto;
    float: right;
    margin: 0 0 1rem 1rem;
    padding: 0;
    width: 37.5%;
  }
  .kind-single #entry .author-area__detail1 {
    width: auto;
    float: none;
  }
  .kind-single #entry .author-area__detail1 > * {
    clear: none;
    padding: 0;
  }
  .kind-single #entry .author-area__detail2 {
    clear: both;
    float: none;
    margin: 0;
    width: inherit;
  }
  .kind-single #entry .author-area__name {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .kind-single #entry .author-area__affiliation {
    margin-bottom: 1rem;
  }
  .kind-single #entry .author-area__affiliation .author-area__other__title::after {
    left: 52px;
  }
  .kind-single #entry .author-area__qualification .author-area__other__title::after {
    left: 29px;
  }
  .kind-single #entry .author-area__link {
    margin-top: 1rem;
    padding: 0;
    font-size: 1.2rem;
  }
  .kind-single #entry .wpcr3_div_2 {
    width: 100%;
  }
  .kind-single #entry .poll-area {
    padding: 0 1.5rem;
  }
  .kind-single #entry .poll-area p {
    padding: 0;
  }
  .kind-single .review-area {
    margin-top: 1rem;
    padding: 3rem 1.5rem;
    border: 1px solid #dcd5ce;
    background: rgba(255,255,255,.8);
  }
  /*----------------------------------------------------------------------
  	共通スタイルの固定ページ（プライバシーポリシー／運営者情報）
  ----------------------------------------------------------------------*/
  .kind-common #entry-content .title img {
    width: 65%;
  }
  .kind-common #entry-content h2 {
    margin: 5rem 0 3rem;
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }
  .kind-common #entry-content p,
  .kind-common #entry-content li {
    line-height: 1.5384615385;
    font-size: 1.3rem;
  }
  .kind-common #entry-content ul {
    margin-top: 2rem;
  }
  .kind-common #entry-content li {
    margin-bottom: 2rem;
  }
  .kind-common #entry-content table {
    margin: 3rem auto 0;
    width: 100%;
  }
  .kind-common #entry-content table th,
  .kind-common #entry-content table td {
    display: block;
  }
  .kind-common #entry-content table th {
    border-right: 0;
    border-bottom: 1px solid #cbcbcb;
  }
  /*----------------------------------------------------------------------
  	無料ドクターメール相談
  ----------------------------------------------------------------------*/
  .kind-consultation #header,
  .kind-confirmation #header,
  .kind-send #header {
    background: linear-gradient(#fff, #f2e8e1);
  }
  .kind-consultation #header #topbar-menu-btn,
  .kind-confirmation #header #topbar-menu-btn,
  .kind-send #header #topbar-menu-btn {
    display: none;
  }
  .kind-consultation #entry-content .title,
  .kind-confirmation #entry-content .title,
  .kind-send #entry-content .title {
    margin-bottom: 2.5rem;
    padding-bottom: 5rem;
  }
  .kind-consultation #entry-content .title img,
  .kind-confirmation #entry-content .title img,
  .kind-send #entry-content .title img {
    width: 85%;
  }
  .kind-consultation #entry-content .lead,
  .kind-confirmation #entry-content .lead,
  .kind-send #entry-content .lead {
    margin-bottom: 5rem;
    text-align: left;
    line-height: 1.7857142857;
    font-size: 1.4rem;
  }
  .kind-consultation #entry-content .list,
  .kind-confirmation #entry-content .list,
  .kind-send #entry-content .list {
    display: block;
    margin-bottom: 3.5rem;
  }
  .kind-consultation #entry-content .item,
  .kind-confirmation #entry-content .item,
  .kind-send #entry-content .item {
    display: flex;
    padding-right: 0;
    padding-bottom: 1.5rem;
    width: 100%;
  }
  .kind-consultation #entry-content .item::after,
  .kind-confirmation #entry-content .item::after,
  .kind-send #entry-content .item::after {
    top: 88%;
    right: 0;
    left: 29%;
    transform: rotate(0deg);
  }
  .kind-consultation #entry-content .item:last-child,
  .kind-confirmation #entry-content .item:last-child,
  .kind-send #entry-content .item:last-child {
    padding-right: 0;
    width: 100%;
  }
  .kind-consultation #entry-content .pic,
  .kind-confirmation #entry-content .pic,
  .kind-send #entry-content .pic {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .kind-consultation #entry-content .cap,
  .kind-confirmation #entry-content .cap,
  .kind-send #entry-content .cap {
    line-height: 1.4166666667;
    font-size: 1.2rem;
  }
  .kind-consultation #entry-content .form-area,
  .kind-confirmation #entry-content .form-area,
  .kind-send #entry-content .form-area {
    padding: 5rem 1.5rem 6rem;
  }
  .kind-consultation #entry-content .wpcf7-not-valid-tip,
  .kind-confirmation #entry-content .wpcf7-not-valid-tip,
  .kind-send #entry-content .wpcf7-not-valid-tip {
    margin: -5rem 0 5rem;
  }
  .kind-consultation #entry-content .wpcf7-validation-errors,
  .kind-consultation #entry-content .wpcf7-acceptance-missing,
  .kind-confirmation #entry-content .wpcf7-validation-errors,
  .kind-confirmation #entry-content .wpcf7-acceptance-missing,
  .kind-send #entry-content .wpcf7-validation-errors,
  .kind-send #entry-content .wpcf7-acceptance-missing {
    font-size: 1.4rem;
  }
  .kind-consultation #entry-content .wpcf7-mail-sent-ok,
  .kind-confirmation #entry-content .wpcf7-mail-sent-ok,
  .kind-send #entry-content .wpcf7-mail-sent-ok {
    font-size: 1.4rem;
  }
  .kind-consultation #entry-content form p,
  .kind-confirmation #entry-content form p,
  .kind-send #entry-content form p {
    margin-bottom: 5rem;
  }
  .kind-consultation #entry-content label,
  .kind-confirmation #entry-content label,
  .kind-send #entry-content label {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }
  .kind-consultation #entry-content input[type=text],
  .kind-consultation #entry-content input[type=email],
  .kind-consultation #entry-content textarea,
  .kind-confirmation #entry-content input[type=text],
  .kind-confirmation #entry-content input[type=email],
  .kind-confirmation #entry-content textarea,
  .kind-send #entry-content input[type=text],
  .kind-send #entry-content input[type=email],
  .kind-send #entry-content textarea {
    margin-bottom: 0;
  }
  .kind-consultation #entry-content input[type=submit],
  .kind-confirmation #entry-content input[type=submit],
  .kind-send #entry-content input[type=submit] {
    width: 100%;
  }
  .kind-consultation #entry-content .error,
  .kind-confirmation #entry-content .error,
  .kind-send #entry-content .error {
    margin-bottom: 5rem;
  }
  /*----------------------------------------------------------------------
  	無料ドクターメール相談 -確認画面-
  	無料ドクターメール相談 -完了画面-
  ----------------------------------------------------------------------*/
  .kind-confirmation #entry-content .form-area,
  .kind-send #entry-content .form-area {
    padding: 4rem 1.5rem 6rem;
  }
  /*----------------------------------------------------------------------
  	無料ドクターメール相談 -確認画面-
  ----------------------------------------------------------------------*/
  .kind-confirmation #entry-content .confirmation-text {
    margin-bottom: 1.5rem;
  }
  .kind-confirmation #entry-content form p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .kind-confirmation #entry-content input[type=submit] {
    padding: 11px 0;
  }
  .kind-confirmation #entry-content .button-area {
    margin: 3rem auto 0;
  }
  .kind-confirmation #entry-content .button-area input:first-child {
    margin-right: 1.5rem;
  }
  /*----------------------------------------------------------------------
  	無料ドクターメール相談 -完了画面-
  ----------------------------------------------------------------------*/
  .kind-send #entry-content .send-title {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }
  .kind-send #entry-content .send-information {
    margin-bottom: 3.5rem;
    padding: 1.5rem;
    font-size: 1.4rem;
  }
  .kind-send #entry-content .send-information-inner {
    display: block;
    margin-bottom: 2.5rem;
  }
  .kind-send #entry-content .send-information-title, .kind-send #entry-content .send-information-text {
    display: block;
  }
  .kind-send #entry-content .send-information-title {
    margin-bottom: 2rem;
    width: auto;
  }
  .kind-send #entry-content .send-information-title.send-text-title {
    padding-top: 0;
  }
  .kind-send #entry-content .send-information-text {
    width: auto;
    word-break: break-all;
  }
  .kind-send #entry-content .send-information-text.send-mail-text {
    font-size: 1.6rem;
  }
  .kind-send #entry-content .send-message {
    margin-bottom: 3.5rem;
    font-size: 1.4rem;
  }
  .kind-send #entry-content .send-end {
    overflow: hidden;
    padding: 0;
    border: 0;
  }
  .kind-send #entry-content .send-end-title {
    margin-bottom: 0;
    padding: 1rem 0 2rem 0.6rem;
    border-left: 4px solid #ef8479;
    font-size: 1.4rem;
  }
  .kind-send #entry-content .send-end-contents.left {
    float: none;
    margin-bottom: 4rem;
    padding: 0 0 1.5rem 0.6rem;
    width: auto;
    border-left: 4px solid #ef8479;
  }
  .kind-send #entry-content .send-end-contents.right {
    float: none;
    width: auto;
  }
  .kind-send #entry-content .send-end-text, .kind-send #entry-content .send-end-list {
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
  .kind-send #entry-content .send-end-text {
    margin-bottom: 1.5rem;
  }
  .kind-send #entry-content .send-end-list {
    margin-bottom: 0;
  }
  .kind-send #entry-content .send-end-button a {
    width: 100%;
  }
  .kind-send #entry-content .send-end-button.go-input {
    margin-bottom: 1.5rem;
  }
  /*----------------------------------------------------------------------
  	404
  ----------------------------------------------------------------------*/
  .kind-404 .block-flow table {
    width: 69rem;
  }
  .kind-404 .block-flow table thead th .link img {
    width: 10%;
  }
  .kind-line #godios-wrapper {
    width: 100%;
  }
  .kind-line #entry-content {
    margin: 0;
    padding: 7rem 1.5rem 4rem;
    width: auto;
  }
  .kind-line #entry-content .title {
    margin-bottom: 5rem;
  }
  .kind-line #entry-content .title span {
    margin-top: 1rem;
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
  .kind-line #header {
    background: linear-gradient(#fff, #f2e8e1);
  }
  .kind-line #header #topbar-menu-btn {
    display: none;
  }
  .kind-line #entry-content .title {
    margin-bottom: 2.5rem;
    padding-bottom: 5rem;
  }
  .kind-line #entry-content .title img {
    width: 85%;
  }
  .kind-line #entry-content .lead {
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.7857142857;
    font-size: 1.4rem;
  }
  .kind-line #entry-content .lead + .button {
    margin-bottom: 3.5rem;
  }
  .kind-line #entry-content .list {
    display: block;
    margin-bottom: 3.5rem;
  }
  .kind-line #entry-content .item {
    display: flex;
    padding-right: 0;
    padding-bottom: 1.5rem;
    width: 100%;
  }
  .kind-line #entry-content .item::after {
    top: 88%;
    right: 0;
    left: 29%;
    transform: rotate(0deg);
  }
  .kind-line #entry-content .item:last-child {
    padding-right: 0;
    width: 100%;
  }
  .kind-line #entry-content .pic {
    margin-right: 1rem;
    margin-bottom: 0;
    width: 50%;
  }
  .kind-line #entry-content .cap {
    line-height: 1.4166666667;
    font-size: 1.2rem;
    flex: 1;
  }
}
/*======================================================================
　画面サイズ 375px
======================================================================*/
@media screen and (max-width: 23.437em) {
  .block-flow-table table tbody tr th {
    font-size: 1.8rem;
  }
  .block-kind .kinds-title {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=index.css.map */
