/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.header-area-low {
  margin-bottom: 2rem;
}

.headArea h1.logo {
  background: none;
  margin: 0rem;
  margin-top: -4rem;
}

h2 a,
h3 a,
h4 a,
h5 a,
.caption a,
.quote a {
  pointer-events: none !important;
  background-image: none !important;
  text-decoration: none !important;
}

h2 a:after,
h3 a:after,
h4 a:after,
h5 a:after {
  display: none !important;
}

#contents .btn-internal a {
  display: none;
}

#contents .btn-internal.down a {
  display: block;
}

#contents .btn-internal.up a {
  display: block;
}

.blind {
  display: none;
}

p {
  word-break: break-all;
  line-height: 2.6rem;
}

.m_lp25,
.m_lp {
  margin-bottom: 10rem;
}

h5 {
  font-weight: bold;
  font-size: unset;
  margin: 1rem 0;
}

span.fv-em {
  color: #2cb0cc;
  font-weight: bold;
  font-size: 1.6rem;
}

.caption {
  text-align: left;
}

li.listB,
li.listA {
  padding: 0 !important;
}

li.listB:before,
li.listA:before {
  display: none;
}

.lplink a,
.outlink_1 a {
  width: 38rem;
  min-height: var(--s9);
  margin: 5rem auto 0;
  padding: var(--s1) var(--s5);
  background: #d6427f url(img/arrow-04-white-right.svg) no-repeat center right var(--s2) / var(--s3) auto;
  border: 0.3rem solid #111;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  position: relative;
}

li.listB p.quote,
li.listA p.quote {
  font-size: 10px;
  display: block;
  line-height: 1.2;
}

li.listB dl dd,
li.listA dl dd {
  margin: 0.4em 0;
}

li.listB dl dd:before,
li.listA dl dd:before {
  /* content: ""; */
  width: 1em;
  height: 1em;
  background: url(img/icon-li.svg) no-repeat center/contain;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.lplink a:before,
.outlink_1 a:before {
  content: "";
  width: 8.9rem;
  height: 5.1rem;
  background: url(img/icon-check.svg) no-repeat center/contain;
  position: absolute;
  top: -3.6rem;
  left: -2rem;
  z-index: 1;
}

.m_lp25 .mainArea,
.m_lp .mainArea {
  margin: 0 auto;
}

.drimg {
  margin: 0 auto;
  text-align: center;
}

.drimg img {
  margin-bottom: 5px;
}

img.decoGtd {
  filter: invert(1);
  display: none;
}

li.listB dl,
li.listA dl {
  margin: 2rem 0;
}

li.listB dl dt,
li.listA dl dt {
  font-weight: bold;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.main-area-low--type-b .drArea2 ul {
  background: #fffee5;
  padding: 2rem;
}

.main-area-low--type-b .drArea2 ul li {
  padding: 0 0 0 1.5em;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  margin: 0.4em 0;
}

.main-area-low--type-b .drArea2 ul li:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(img/icon-li.svg) no-repeat center/contain;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.doctor_img img {
  margin: 0 auto;
  display: block;
}

span.text_maker_yellow {
  background: linear-gradient(transparent 60%, #f6e270 60%);
  font-weight: bold;
}

.clinic-review p.caption {
  text-align: left;
  font-size: 10px;
  margin-bottom: 2rem;
}

.doctor_img .caption {
  text-align: center;
}

#drArea.introduce_meii:after {
  content: "";
  width: 100vw;
  height: calc(100% - 7.5rem);
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  right: var(--s9);
  z-index: -1;
}

#drArea.introduce_meii {
  position: relative;
}

#drArea.introduce_meii h2 {
  max-width: calc(100% - 9.6rem);
  margin: 0 0 var(--s5);
  padding: var(--s6) var(--s4) var(--s4) 0;
  background: none;
  display: inline-block;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

#drArea.introduce_meii h2:before {
  content: "";
  width: 100vw;
  height: calc(100% - var(--s2));
  background: #2cb0cc;
  border-radius: 0 var(--s3) var(--s3) 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.headArea h1 span img {
  display: none;
}

.headArea h1 span {
  display: block;
}

.case_pr {
  background: #fffee5;
  padding: 2rem;
}

.case_pr p.risk_comment {
  background: #eee;
  color: #777;
  font-size: 12px;
  line-height: 1.6;
  padding: 1rem;
}

.drArea3.comment {
  border: dashed 3px #2cb0cc;
  padding: 0 1.5rem 3rem;
  background-position: center top;
  background-size: auto 18px;
  margin: 20px auto;
  background: #fff;
}

.main-area-low--type-b .drArea3.comment h4 {
  margin: 2rem 0 1rem;
}

.drArea2 h4 {
  background: #2cb0cc;
  color: #fff;
  margin-bottom: -2.5rem;
  padding: 1rem;
  line-height: 1.4;
}

.main-area-low--type-b ul:not([class]) li.listB+li.listB,
.main-area-low--type-b ul:not([class]) li.listA+li.listA {
  margin-top: 5rem;
}

.main-area-low--type-b .drArea2 ul li {
  font-weight: bold;
}

.main-area-low--type-b .drArea2 ul li+li {
  margin-top: 0;
}

#drArea ul li .mainArea h3 span {
  text-align: center;
  font-size: 2.2rem;
  margin-right: 5px;
}

.main-area-low--type-b #drArea ul li .mainArea h3 {
  text-align: center;
  margin-top: 2rem;
}

li.listB,
li.listA {
  background: #fff;
  border: solid 1px #eee;
  box-shadow: 0 5px 15px #0000001f;
  padding: 3rem 1.5rem 4rem !important;
}

.main-area-low--type-b .drArea2 ul p {
  font-size: 13px;
  line-height: 1.7;
  margin: 2rem 0 0;
}

.main-area-low--type-b .drArea2 ul p+p {
  margin-top: 5px;
}

#drArea.introduce_meii li.listB,
#drArea.introduce_meii li.listA {
  background: no-repeat;
  border: none;
  box-shadow: none;
  padding: 0 !important;
  margin-top: 0;
}

p.prtxt_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2cb0cc;
  margin: 2rem 0 1rem;
}

.introduce_meii .pr_band {
  background: #fdef03;
  color: #2cb0cc;
  text-align: center;
  padding: 6px 0 3px;
  width: 100px;
  margin: -2rem 0rem 0 auto;
  position: absolute;
  top: 12rem;
  right: 0;
  z-index: 100;
  font-weight: bold;
}

.introduce_meii .pr_band2 {
  background: #fffee5;
  color: #2cb0cc;
  text-align: center;
  padding: 6px 0 3px;
  width: 100px;
  margin: -2rem 0rem 0 auto;
  position: absolute;
  top: 12rem;
  right: 0;
  z-index: 100;
  font-weight: bold;
}

.blueSect .sttl.ttl_merit,
.blueSect .sttl.ttl_demerit {
  margin: 2rem 0 1rem;
  color: #2cb0cc;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.main-area-low--type-b .basicSect ul {
  margin: 1.5rem 0;
}

.imgarea.caption {
  text-align: center;
}

.imgarea.caption img {
  display: block;
  margin: 0 auto 0.5rem;
  border: solid 1px #eee;
  width: auto;
  max-width: 600px;
}

.doctor_img p.quote {
  text-align: center;
  margin-top: 5px;
}

main.main-area-low.main-area-low--type-b>h1 {
  margin-top: 2rem;
}

.before-after-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem auto;
}

.before-after-img p {
  width: 60%;
  margin: 0 auto;
}

p.risk_comment {
  line-height: 1.7;
  font-size: 9px;
  background: #0000000f;
  padding: 1.5rem;
  color: #555d65;
  margin: 2rem auto;
}

.mainArea .fv {
  border: dotted 2px #2cb0cc;
  padding: 1.5rem;
  margin: 2rem auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .mainArea .fv {
    border-width: 2px;
  }
}

.undertheeyes-tokyo .fv {
  border: dashed 2px #2cb0cc;
  -webkit-transform: translateZ(0);
}

.drArea3.comment.undertheeyes-tokyo {
  border: dashed 3px #2cb0cc;
  padding: 0 1.5rem 3rem;
  background-position: center top;
  background-size: auto 18px;
  margin: 20px auto;
  background: #fff;
  -webkit-transform: translateZ(0);
}

.mainArea .fv h3:first-child {
  margin-top: 1rem;
}

p.outlink_222 a {
  margin: 2rem auto;
  padding: var(--s1) var(--s5);
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: linear-gradient(to right, #f7c601, #df0a3c 50%, #8134a0);
  box-shadow: 0.2rem 0.2rem 0.3rem #d1d1d1;
  border: none;
  width: 90%;
  min-height: var(--s10);
}

#drArea ul li .mainArea h3 span.pickup {
  font-size: 1.4rem;
  color: #2cb0cc;
}

.introduce_meii_ .pr_band {
  background: #fdef03;
  color: #2cb0cc;
  text-align: center;
  padding: 6px 0 3px;
  width: 100px;
  margin: 0 auto -2rem;
  font-weight: bold;
}

.introduce_meii_ .pr_band2 {
  background: #fffee5;
  color: #2cb0cc;
  text-align: center;
  padding: 6px 0 3px;
  width: 100px;
  margin: 0 auto -2rem;
  font-weight: bold;
}

.inst23 {
  display: block;
  margin: 1rem auto;
  overflow: hidden;
}

.inst23 img {
  width: 50%;
  display: block;
  margin: 0 auto;
  height: unset;
  float: left;
}

#custom-small_face .introduce_meii_ ul li.listB {
  position: relative;
  /* z-index: -1; */
}

.doctortoplink01 a {
  font-size: 1.6rem;
  position: relative;
  width: 90%;
  min-height: var(--s10);
  margin: 0 auto;
  padding: var(--s1) var(--s5);
  background: #fdef03 url(img/arrow-04-black-right.svg) no-repeat center right var(--s2) / var(--s3) auto;
  border: 0.3rem solid #111;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

li.listB dl dd span,
li.listA dl dd span {
  font-weight: bold;
}

.main-area-low--type-b .drArea3.comment .btn-web {
  margin-top: 5rem;
}

main.main-area-low.main-area-low--type-b>.l-center .caption {
  text-align: center;
}

.main-area-low--type-b>.pr-01-area .caption,
.main-area-low--type-b>.pr-02-area .caption {
  text-align: center;
}

.drArea3.comment strong {
  font-weight: 100;
  background: linear-gradient(transparent 50%, #fdef03 50%);
}

.drimg p.quote {
  font-size: 10px;
  display: block;
  line-height: 1.2;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
}

.drArea3.comment dl {
  margin: 2rem 0;
}

.drArea3.comment dl dt {
  font-weight: bold;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.drArea3.comment dl dd {
  margin: 0.8em 0;
}

.main-area-low--type-b .mainArea.cf h3 {
  text-align: center;
  margin-top: 2rem;
}

.main-area-low--type-b .mainArea.cf h3 span {
  text-align: center;
  font-size: 2.2rem;
  margin-right: 5px;
}

.lp-iglp-undertheeyes_tokyo .comparison-box {
  margin: 40px 0;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 {
  margin: 10px;
  padding: 20px;
  border: 1px solid #2cb0cc;
  background: #fff;
  text-align: center;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 h3 {
  margin: -20px -20px 15px;
  background: #2cb0cc;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-bottom: none;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 h4 {
  display: inline-block;
  position: relative;
  padding: 0;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 10px 0 5px;
  width: 80%;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 h4:before,
.lp-iglp-undertheeyes_tokyo .comparison-box .box1 h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: black;
  padding: 0;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 h4:before {
  left: 0;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 h4:after {
  right: 0;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 h4+p {
  font-size: 10px;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 p span {
  font-weight: bold;
  font-size: 20px;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 p span.em {
  color: #2cb0cc;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 table {
  table-layout: fixed;
  width: 100%;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 tbody {
  display: table-row-group;
  width: 100%;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 table tr {
  display: table-cell;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 th,
.lp-iglp-undertheeyes_tokyo .comparison-box .box1 td {
  padding: 5px;
  display: table-cell;
  font-size: 14px;
  text-align: left;
  width: 50%;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 th {
  background: #f2f2f2;
  color: #333;
  font-weight: bold;
  width: 30%;
  text-align: center;
  vertical-align: middle;
}

.lp-iglp-undertheeyes_tokyo .comparison-box .box1 a {
  display: block;
  background: #d6427f url("img/arrow-04-white-right.svg") no-repeat center right var(--s2) / var(--s3) auto;
  border: 0.3rem solid #111;
  padding: 10px;
  border-radius: 10rem;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/

  main.main-area-low.main-area-low--type-b {
    max-width: 100rem;
    margin: 0 auto;
  }

  main.main-area-low.main-area-low--type-b h1 {
    margin-top: 4rem;
  }

  .drArea2 h4 {
    margin-bottom: 0;
  }

  li.listB {
    padding: 3rem 5rem !important;
    margin-top: 5rem;
  }

  .main-area-low--type-b #drArea ul li .mainArea h3 {
    font-size: 2rem;
  }

  #drArea ul li .mainArea h3 span {
    font-size: 3rem;
  }

  #drArea.introduce_meii:after {
    bottom: -7rem;
    height: calc(100% - 0.5rem);
  }

  #drArea.introduce_meii {
    margin-bottom: 12rem;
  }

  br.sp {
    display: none;
  }




  .flxbox {
    display: flex;
    justify-content: space-around;
  }

  table.bags-under-area {
    margin: 0 auto 25px;
    width: 75%;
    border-collapse: collapse;
  }

  table.bags-under-area tr {
    border-bottom: solid 1px white;
  }

  table.bags-under-area tr:last-child {
    border-bottom: none;
  }

  table.bags-under-area th {
    position: relative;
    text-align: left;
    width: 42%;
    background-color: #eee;
    color: white;
    padding: 10px 0;
    border-color: #ffffff;
  }

  table.bags-under-area th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    border-left: 10px solid #2cb0cc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  table.bags-under-area thead th {
    position: relative;
    text-align: center;
    width: 30%;
    background-color: #fdef03;
    color: #333333;
    padding: 10px 0;
    border-color: #ffffff;
  }

  table.bags-under-area thead th:after {
    content: unset;
  }

  table.bags-under-area tbody tr td a {
    background-color: #4ebdd4;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 45%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 18px;
    text-decoration: none;
    position: relative;
  }

  table.bags-under-area tbody tr td a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
  }

  table.bags-under-area tbody tr:nth-child(3) td a {
    background-color: #816749;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 45%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 18px;
    text-decoration: none;
    position: relative;
  }

  table.bags-under-area tbody tr:nth-child(3) td a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
  }

  table.bags-under-area tbody tr:nth-child(2) td a,
  table.bags-under-area tbody tr:nth-child(4) td a {
    background-color: #0a0b0b;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 45%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 18px;
    text-decoration: none;
    position: relative;
  }

  table.bags-under-area tbody tr:nth-child(2) td a::after,
  table.bags-under-area tbody tr:nth-child(4) td a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
  }


  table.bags-under-area td {
    text-align: left;
    width: 58%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
    border-color: #ffffff;
  }

  .size-img-drimg {
    margin: 0 0 20px 0;
  }

  .size-img-drimg img {
    width: 75%;
  }

  .undertheeyes-tokyo .fv h3:first-child {
    margin: 0 0 15px 0;
  }

  .undertheeyes-tokyo .fv h3 {
    margin: 30px 0 15px 0;
  }

  .undertheeyes-tokyo .inner-btn {
    text-align: center;
    margin: 0 0 15px 0;
  }

  .undertheeyes-tokyo .inner-btn a {
    position: relative;
  }

  .undertheeyes-tokyo .inner-btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
  }

  .bags-under-area th ul {
    list-style-type: none;
  }

  .bags-under-area th li {
    position: relative;
  }

  .bags-under-area th li::after {
    content: '';
    display: block;
    position: absolute;
    top: .3em;
    left: 1em;
    width: 10px;
    height: 5px;
    border-left: 2px solid #2cb0cc;
    border-bottom: 2px solid #2cb0cc;
    transform: rotate(-45deg);
  }

  .bags-under-area ul:not([class]) li::before {
    content: none;
  }

  .bags-under-area ul:not([class]) li {
    padding: 0 0 0 2.5em;
    color: #333;
  }

  .undertheeyes-tokyo .relation-box__inner ul li a {
    position: relative;
  }

  .undertheeyes-tokyo .relation-box__inner ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
  }

  .undertheeyes-tokyo ul.under-the-eyes-list {
    margin: 0 0 20px 0;
  }

  .undertheeyes-tokyo ul.under-the-eyes-list li {
    padding: 0 0 0 1.5em;
    font-size: 100%;
    line-height: 1.5;
    position: relative;
  }

  .undertheeyes-tokyo ul.under-the-eyes-list li::before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(https://www.cosmetic-surgerymeii.net/wp/wp-content/themes/wp001j/img/icon-li.svg) no-repeat center / contain;
    position: absolute;
    top: 0.2em;
    left: 0;
  }

  .undertheeyes-tokyo ul.under-the-eyes-list li+li {
    margin-top: 0.8em;
  }

  .drArea3.comment.undertheeyes-tokyo img {
    display: block;
    margin: 0 auto;
  }

}

/*////////////////////PC用CSSここまで///////////////////*/



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  .header-site-name {
    margin-right: var(--s2);
    margin-bottom: var(--s3);
  }

  .headArea h1 {
    margin-top: 2rem;
  }

  main.main-area-low.main-area-low--type-b .m_lp25,
  main.main-area-low.main-area-low--type-b .m_lp {
    width: 100%;
    padding: 0 1.5rem;
  }

  .m_lp25 .l-center,
  .m_lp .l-center {
    padding: 0;
  }

  .lplink a,
  .outlink_1 a {
    width: 90%;
    min-height: var(--s10);
  }

  .lplink.tel a,
  a.btn-tel {
    width: 90%;
    /* min-height: var(--s10); */
    margin: 0 auto;
    padding: var(--s1) var(--s6);
    background: #2dcc9b url(img/icon-tel.png) no-repeat center left var(--s3) / 2rem auto;
    border: 0.3rem solid #111;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }

  .lplink.tel a:before {
    display: none;
  }

  #drArea.introduce_meii h2:before {
    height: calc(100% - var(--s2));
    border-radius: 0 var(--s2) var(--s2) 0;
  }

  #drArea.introduce_meii h2 {
    width: calc(100% - var(--s10));
    max-width: inherit;
    margin-bottom: var(--s3);
    padding: var(--s5) var(--s4) var(--s3) 0;
    font-size: 2.2rem;
  }

  #drArea.introduce_meii:after {
    height: calc(100% - var(--s7));
    right: 2rem;
  }

  #drArea.introduce_meii {
    padding-bottom: 2rem;
  }

  .imgarea.caption img {
    max-width: 90%;
  }

  .drimg img {
    max-height: 25rem;
  }

  li.listB p.quote,
  li.listA p.quote {
    font-size: 10px;
    display: block;
    line-height: 1.2;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }


  .flxbox {
    display: block;
  }

  .flx-1 {
    margin: auto;
    text-align: center;
  }

  .flx-2 {
    margin: auto;
    text-align: center;
  }

  .pr_band.primg {
    padding: 0;
    width: 105px;
  }

  .pr_band2.primg {
    padding: 0;
    width: 105px;
  }

  .pr_band.primg img {
    width: auto;
  }

  .pr_band2.primg img {
    width: 60%;
  }

  .h15 p {
    word-break: break-all;
    line-height: 1.5;
  }

  .main-area-low--type-b h2.mrg1 {
    margin: 1em 0 1em;
  }

  table.bags-under-area {
    margin: 0 auto 25px;
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #fdef03;
  }

  table.bags-under-area thead,
  table.bags-under-area tbody {
    display: contents;
  }

  table.bags-under-area tr {
    border-bottom: solid 1px white;
    display: table-row;
  }

  table.bags-under-area tr:last-child {
    border-bottom: none;
  }

  table.bags-under-area th {
    position: relative;
    text-align: left;
    background-color: #eee;
    color: white;
    padding: 10px 0;
    border-color: #ffffff;
    display: table-cell;
    width: 45%;
  }

  table.bags-under-area th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -23px;
    border-left: 10px solid #2cb0cc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  table.bags-under-area thead th {
    position: relative;
    text-align: center;
    background-color: #fdef03;
    color: #333333;
    padding: 10px 0;
    border-color: #ffffff;
  }

  table.bags-under-area thead th:after {
    content: unset;
  }

  table.bags-under-area tbody tr td a {
    background-color: #4ebdd4;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 18px;
    text-decoration: none;
    position: relative;
  }

  table.bags-under-area tbody tr td a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
    padding-right: unset;
  }

  table.bags-under-area tbody tr:nth-child(3) td a {
    background-color: #816749;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 18px;
    text-decoration: none;
    position: relative;
  }

  table.bags-under-area tbody tr:nth-child(3) td a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
  }

  table.bags-under-area tbody tr:nth-child(2) td a,
  table.bags-under-area tbody tr:nth-child(4) td a {
    background-color: #0a0b0b;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 18px;
    text-decoration: none;
    position: relative;
  }

  table.bags-under-area tbody tr:nth-child(2) td a::after,
  table.bags-under-area tbody tr:nth-child(4) td a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
  }


  table.bags-under-area td {
    text-align: left;
    text-align: center;
    background-color: #eee;
    padding: 10px 15px;
    border-color: #ffffff;
    display: table-cell;
  }

  .size-img-drimg {
    margin: 0 0 20px 0;
  }

  .size-img-drimg img {
    width: 100%;
  }

  .undertheeyes-tokyo .fv h3:first-child {
    margin: 0 0 15px 0;
  }

  .undertheeyes-tokyo .fv h3 {
    margin: 30px 0 15px 0;
  }

  .undertheeyes-tokyo .inner-btn {
    text-align: center;
    margin: 0 0 15px 0;
  }

  .undertheeyes-tokyo .inner-btn a {
    position: relative;
    padding: 0.5rem 3rem;
  }

  .undertheeyes-tokyo .inner-btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
    padding-right: unset;
  }

  .bags-under-area th ul {
    list-style-type: none;
  }

  .bags-under-area th li {
    position: relative;
  }

  .bags-under-area tbody th ul:not([class]) li::before {
    content: '';
    background: unset;
    display: block;
    position: relative;
    top: -9px;
    left: 0;
    width: 10px;
    height: 5px;
    border-left: 2px solid #2cb0cc;
    border-bottom: 2px solid #2cb0cc;
    transform: rotate(-45deg);
    padding-right: unset;
    margin: 0 auto;
  }

  .bags-under-area ul:not([class]) li::before {
    content: none;
  }

  .bags-under-area ul:not([class]) li {
    padding: 0 0.5em;
    text-align: center;
    color: #333;
  }

  .undertheeyes-tokyo .relation-box__inner ul li a {
    position: relative;
  }

  .undertheeyes-tokyo .relation-box__inner ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
    padding-right: unset;
  }

  .undertheeyes-tokyo ul.under-the-eyes-list {
    margin: 0 0 20px 0;
  }

  .undertheeyes-tokyo ul.under-the-eyes-list li {
    padding: 0 0 0 1.5em;
    font-size: 100%;
    line-height: 1.5;
    position: relative;
  }

  .undertheeyes-tokyo ul.under-the-eyes-list li::before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(https://www.cosmetic-surgerymeii.net/wp/wp-content/themes/wp001j/img/icon-li.svg) no-repeat center / contain;
    position: absolute;
    top: 0.2em;
    left: 0;
  }

  .undertheeyes-tokyo ul.under-the-eyes-list li+li {
    margin-top: 0.8em;
  }

  .drArea3.comment.undertheeyes-tokyo img {
    display: block;
    margin: 0 auto;
  }

  .main-area-low--type-b .undertheeyes-tokyo ul:not([class]) {
    margin: 5px 0;
  }
}

/*////////////////////SP用CSSここまで///////////////////*/
