@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 4px 0 #c4556c;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c4556c;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #c4556c;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c4556c;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #c4556c;
    top: 0px; } }
@keyframes animationbtn_green {
  0% {
    box-shadow: 0 4px 0 #2e8c72;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #2e8c72;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #2e8c72;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #2e8c72;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #2e8c72;
    top: 0px; } }
.cta_btn {
  position: relative;
  box-shadow: 0 4px 0 #aa4974;
  background: #f66f8c;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      opacity: .75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 13.75px;
    font-size: 1.375rem;
    text-align: center;
    padding: 20px 0; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn.green {
    background: #3db897;
    box-shadow: 0 5px 0 #2e8c72; }
    .cta_btn.green.animation {
      animation: animationbtn_green 2s infinite; }
  .cta_btn.yellow a {
    color: #fff000 !important; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fdf8f2;
  font-size: 1.6em;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #373737; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #373737;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.pink {
  color: #f66f8c; }

.yellow {
  color: #fef798; }

.marker {
  background: linear-gradient(transparent 60%, #fef798 60%); }

.large {
  font-size: 120%; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(226, 108, 144, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #ffe9ee;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  border-top: 3px solid #fe93a1;
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 5px 10px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 130px;
    margin: 0 auto; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px; }
    .header .header_pr span {
      display: inline-block;
      border: 1px solid #7f7f7f;
      color: #7f7f7f;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px;
      padding: 1px 8px;
      font-size: 13px;
      font-size: 1.3rem; }

.fv {
  position: relative; }
  .fv .fv_band {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.333vw;
    background: #f66f8c;
    text-align: center; }
    .fv .fv_band .fv_date {
      width: 32%;
      margin: 0 auto 3px;
      padding: 0.667vw 1.333vw 1.067vw;
      background: #fff;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      font-weight: 700;
      font-size: 2.933vw;
      line-height: 1;
      color: #484848; }
    .fv .fv_band .fv_txt {
      font-weight: 700;
      font-size: 3.6vw;
      letter-spacing: -.01em;
      color: #fff; }

.inner {
  padding: 20px 10px;
  background: #fff;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .inner {
      width: 100%; } }

.box_inner {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }

.remarks {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 5px; }

.sponsor {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }

.main_ttl {
  padding: 17px 0 18px;
  background: #f66f8c;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3; }
  .main_ttl .medium {
    font-size: 17.5px;
    font-size: 1.75rem; }
  .main_ttl strong {
    position: relative; }
    .main_ttl strong::before, .main_ttl strong::after {
      content: '';
      position: absolute;
      top: 2px;
      left: -40px;
      width: 27px;
      height: 25px;
      background: url("../../../slimming-tokyo/assets/img/ico_ttl.png") no-repeat left top/100% auto; }
    .main_ttl strong::after {
      right: -40px;
      left: auto;
      transform: scale(-1, 1); }

.sub_ttl {
  margin-bottom: 20px;
  text-align: center; }
  .sub_ttl .ttl {
    position: relative;
    display: inline-block;
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 1.4; }
    .sub_ttl .ttl::before, .sub_ttl .ttl::after {
      content: '';
      position: absolute;
      left: -20px;
      bottom: 0;
      width: 15px;
      height: 28px;
      background: url("../../../slimming-tokyo/assets/img/ico_left.png") no-repeat left top/100% auto; }
    .sub_ttl .ttl::after {
      right: -20px;
      left: auto;
      background-image: url("../../../slimming-tokyo/assets/img/ico_right.png"); }
    .sub_ttl .ttl strong {
      font-size: 20px;
      font-size: 2rem; }

.line_ttl {
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 500;
  font-weight: 500;
  font-size: 16.5px;
  font-size: 1.65rem;
  line-height: 1.3; }
  .line_ttl .ttl {
    padding: 10px 10px;
    border-top: 1px solid #ffe9ee;
    border-bottom: 1px solid #ffe9ee; }

.cta .txt {
  text-align: center;
  font-weight: 700;
  color: #f66f8c;
  font-size: 16.875px;
  font-size: 1.6875rem; }

.cta_boxs {
  width: 100%;
  padding: 25px 10px;
  background: #fdf1f6; }
  .cta_boxs .wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 20px 15px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .cta_boxs .wrap {
        width: 100%; } }
    .cta_boxs .wrap .heading {
      margin: 0 -10px 20px;
      text-align: center;
      font-weight: 700;
      font-size: 19px;
      font-size: 1.9rem; }
    .cta_boxs .wrap .image {
      width: 70%;
      margin: 0 auto 10px; }
    .cta_boxs .wrap .cta {
      width: 100%;
      padding: 0; }
      .cta_boxs .wrap .cta .txt {
        margin-bottom: 5px;
        padding: 0;
        text-align: center;
        color: #f66f8c;
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem; }
      .cta_boxs .wrap .cta .cta_btn {
        max-width: 700px;
        margin: 0 auto; }
        .cta_boxs .wrap .cta .cta_btn a {
          font-size: 18px;
          font-size: 1.8rem; }

.section01 .inner {
  padding: 20px 10px 20px; }
.section01 .treatment {
  position: relative;
  margin: 30px auto 20px; }
  .section01 .treatment .ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    text-align: center; }
    .section01 .treatment .ttl span {
      display: inline-block;
      padding: 5px 20px;
      background: #f66f8c;
      border: 1px solid #f66f8c;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -o-border-radius: 30px;
      -ms-border-radius: 30px;
      font-size: 17.5px;
      font-size: 1.75rem;
      color: #f66f8c;
      font-weight: 700;
      white-space: nowrap; }
  .section01 .treatment .contents {
    padding: 25px 10px 10px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #f66f8c; }
    .section01 .treatment .contents .treatment_slide .img {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
    .section01 .treatment .contents .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 5px; }
      .section01 .treatment .contents .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        background: #fff;
        border: 1px solid #f66f8c;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        .section01 .treatment .contents .slick-dots li button::before {
          content: none; }
      .section01 .treatment .contents .slick-dots li.slick-active button {
        background: #f66f8c; }
    .section01 .treatment .contents .quote {
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }
.section01 .client_table {
  margin-top: 15px;
  position: relative; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #ffffe7;
    width: calc(100% / 3);
    height: 100%;
    z-index: 1; }
  .section01 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 2px solid #f66f8c;
    z-index: 5; }
  .section01 .client_table table {
    width: 100%;
    background: #fff;
    border: 1px solid #bababa; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
    .section01 .client_table table th {
      position: relative;
      background: #ffe9ee;
      color: #f66f8c;
      padding: 3px 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      z-index: 6; }
    .section01 .client_table table td {
      position: relative;
      padding: 10px 5px;
      border-left: 1px solid #bababa;
      border-right: 1px solid #bababa;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.4;
      z-index: 5;
      vertical-align: top; }
    .section01 .client_table table thead td {
      position: relative; }
      .section01 .client_table table thead td .image {
        padding: 42px 2px 0;
        position: relative; }
        .section01 .client_table table thead td .image::before {
          content: '';
          position: absolute;
          top: -5px;
          right: 0;
          left: 0;
          width: 40px;
          height: 44px;
          margin: 0 auto;
          background: url("../../../slimming-tokyo/assets/img/rank_01.png") no-repeat left top/100% auto; }
        .section01 .client_table table thead td .image a {
          display: block;
          text-decoration: none; }
          .section01 .client_table table thead td .image a:hover img {
            opacity: 1; }
          .section01 .client_table table thead td .image a p {
            margin-top: 3px;
            font-size: 13px;
            font-size: 1.3rem;
            font-weight: 700; }
          .section01 .client_table table thead td .image a:hover p {
            text-decoration: underline; }
      .section01 .client_table table thead td:first-child .image a {
        color: #f66f8c;
        text-decoration: underline; }
        .section01 .client_table table thead td:first-child .image a p {
          color: #f66f8c; }
      .section01 .client_table table thead td:nth-child(2) .image::before {
        background-image: url("../../../slimming-tokyo/assets/img/rank_02.png"); }
      .section01 .client_table table thead td:nth-child(3) .image::before {
        background-image: url("../../../slimming-tokyo/assets/img/rank_03.png"); }
    .section01 .client_table table tbody td:first-child {
      color: #f66f8c;
      font-weight: 700; }
      .section01 .client_table table tbody td:first-child .cta_btn a {
        color: #fff !important; }
    .section01 .client_table table tbody td:nth-child(2) .cta_btn, .section01 .client_table table tbody td:nth-child(3) .cta_btn {
      background: #2ab794;
      box-shadow: 0 5px 0 #209074; }
      .section01 .client_table table tbody td:nth-child(2) .cta_btn.animation, .section01 .client_table table tbody td:nth-child(3) .cta_btn.animation {
        animation: animationbtn_green 2s infinite; }
    .section01 .client_table table tbody tr:nth-child(12) .ico {
      display: none; }
    .section01 .client_table table tbody tr:last-child td {
      vertical-align: center !important; }
    .section01 .client_table table tbody td .cell .txt {
      display: inline-block; }
    .section01 .client_table table tbody td .txt {
      display: inline-block;
      align-items: center;
      justify-content: center; }
      .section01 .client_table table tbody td .txt .icon {
        padding: 2px 5px;
        background-color: #f4a6b8;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin: 0 auto 3px;
        font-size: 13px;
        font-size: 1.3rem; }
        .section01 .client_table table tbody td .txt .icon.gr {
          background-color: #cecece; }
    .section01 .client_table table tbody td .txt p {
      margin: 0; }
  .section01 .client_table .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 0 auto 10px;
    width: 95%; }
    .section01 .client_table .cta_btn a {
      font-size: 13.75px;
      font-size: 1.375rem;
      padding: 15px 0; }

.section02 {
  padding: 20px 10px;
  background: #ffe9ee; }
  .section02 .inner {
    padding: 20px 10px; }
    .section02 .inner .txt {
      text-align: left;
      margin-bottom: 1em; }
  .section02 h2 {
    width: 95%;
    margin: 0 auto;
    text-align: center; }
  .section02 h2.ribon {
    background: url("/slimming-tokyo/assets/img/ttl_bg_ribon.png") center/contain no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    text-shadow: 0 2px 9px #00000033;
    line-height: 1;
    padding: 10px 0 0;
    margin-bottom: 20px; }
    .section02 h2.ribon span {
      font-size: .8em; }
  .section02 h2.square {
    background: url("/slimming-tokyo/assets/img/ttl_bg_square.png") center/contain no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    text-shadow: 0 2px 9px #00000033;
    line-height: 1;
    padding: 10px 0 0;
    margin-bottom: 20px; }
    .section02 h2.square span {
      font-size: .8em; }
  .section02 > .lead {
    margin: 0 auto 50px;
    padding: 15px 10px;
    border: 2px solid #ddf0fc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 16.25px;
    font-size: 1.625rem; }
  .section02 h4 {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 5px;
    background: #f66f8c;
    border: 1px solid #f66f8c;
    font-size: 18px;
    font-size: 1.8rem;
    color: #f66f8c;
    font-weight: 700;
    text-align: center; }
    .section02 h4::before {
      content: '';
      position: absolute;
      top: -81px;
      left: 0;
      width: 85px;
      height: 85px;
      background: url("../../../slimming-tokyo/assets/img/ico_woman2.png") no-repeat left top/100% auto; }
  .section02 h5 {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #f66f8c;
    font-weight: 700;
    text-align: center; }
    .section02 h5 span {
      padding-bottom: 5px;
      border-bottom: 1px solid #f66f8c; }
  .section02 .box_contents {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section02 .box_contents .lead {
      margin-bottom: 20px;
      text-align: center; }
    .section02 .box_contents .line_ttl {
      width: 90%;
      margin: 0 auto 20px;
      padding: 8px 0;
      border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -o-border-radius: 25px;
      -ms-border-radius: 25px;
      background: #ffe9ee;
      text-align: center;
      font-weight: 700;
      color: #f66f8c;
      font-size: 21px;
      font-size: 2.1rem; }
    .section02 .box_contents .treatment_box {
      margin-bottom: 40px; }
      .section02 .box_contents .treatment_box table {
        table-layout: fixed;
        width: 100%;
        margin: 0 auto; }
        .section02 .box_contents .treatment_box table th, .section02 .box_contents .treatment_box table td {
          padding: 10px 5px;
          border: #e7e7e7 1px solid;
          background: none;
          vertical-align: middle;
          text-align: center;
          font-size: 14px;
          font-size: 1.4rem; }
        .section02 .box_contents .treatment_box table td:nth-child(3) {
          text-align: left; }
        .section02 .box_contents .treatment_box table td:nth-child(4) {
          text-align: left; }
        .section02 .box_contents .treatment_box table thead th {
          padding: 12px 10px;
          background: #b7998f;
          font-weight: 700;
          color: #fff;
          font-size: 18px;
          font-size: 1.8rem; }
          .section02 .box_contents .treatment_box table thead th.blank {
            border: none;
            background: none; }
        .section02 .box_contents .treatment_box table tbody th {
          background: #ede4e1; }
          .section02 .box_contents .treatment_box table tbody th p {
            margin-bottom: 5px;
            font-weight: 500;
            text-align: center;
            color: #f66f8c; }
        .section02 .box_contents .treatment_box table tbody td ul {
          display: inline-block; }
          .section02 .box_contents .treatment_box table tbody td ul li {
            position: relative;
            padding-left: 18px;
            text-align: left; }
            .section02 .box_contents .treatment_box table tbody td ul li::before {
              content: '●';
              position: absolute;
              top: 0;
              left: 0;
              font-weight: 700;
              color: #ffe9ee; }
        .section02 .box_contents .treatment_box table tbody td .remarks {
          text-align: left; }
    .section02 .box_contents .case_box {
      margin-bottom: 70px; }
      .section02 .box_contents .case_box .case_slider {
        margin-bottom: 0;
        border: 1px solid #b7998f;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        .section02 .box_contents .case_box .case_slider .slick-list {
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; }
        .section02 .box_contents .case_box .case_slider .case_slide {
          padding: 0 10px 20px;
          border-radius: 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0;
          -o-border-radius: 10px 10px 0 0;
          -ms-border-radius: 10px 10px 0 0;
          background: #ede4e1; }
          .section02 .box_contents .case_box .case_slider .case_slide .ttl {
            margin: 0 -10px 15px;
            padding: 5px;
            border-radius: 10px 10px 0 0;
            -moz-border-radius: 10px 10px 0 0;
            -webkit-border-radius: 10px 10px 0 0;
            -o-border-radius: 10px 10px 0 0;
            -ms-border-radius: 10px 10px 0 0;
            background: #b7998f;
            font-weight: 700;
            font-size: 18px;
            font-size: 1.8rem;
            text-align: center; }
            .section02 .box_contents .case_box .case_slider .case_slide .ttl span {
              display: inline-block;
              width: 50%;
              padding: 2px;
              background: #fff;
              border-radius: 15px;
              -moz-border-radius: 15px;
              -webkit-border-radius: 15px;
              -o-border-radius: 15px;
              -ms-border-radius: 15px; }
          .section02 .box_contents .case_box .case_slider .case_slide .img {
            width: 80%;
            margin: 0 auto 15px;
            text-align: center; }
          .section02 .box_contents .case_box .case_slider .case_slide table {
            width: 100%;
            margin: 0 auto 15px; }
            .section02 .box_contents .case_box .case_slider .case_slide table th, .section02 .box_contents .case_box .case_slider .case_slide table td {
              padding: 10px;
              background: #fff;
              border: #ccc 1px solid;
              vertical-align: middle;
              font-size: 18px;
              font-size: 1.8rem;
              font-weight: 500; }
            .section02 .box_contents .case_box .case_slider .case_slide table th {
              background: #ffe9ee; }
            .section02 .box_contents .case_box .case_slider .case_slide table td strong {
              font-size: 25px;
              font-size: 2.5rem; }
              .section02 .box_contents .case_box .case_slider .case_slide table td strong small {
                font-size: 80%;
                font-weight: 500; }
        .section02 .box_contents .case_box .case_slider .slick-dots {
          bottom: -33px; }
          .section02 .box_contents .case_box .case_slider .slick-dots li {
            width: 10px;
            height: 10px; }
            .section02 .box_contents .case_box .case_slider .slick-dots li.slick-active button {
              background: #b7998f; }
            .section02 .box_contents .case_box .case_slider .slick-dots li button {
              width: 100%;
              height: 100%;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -o-border-radius: 50%;
              -ms-border-radius: 50%;
              background: #fff;
              border: #b7998f 1px solid; }
              .section02 .box_contents .case_box .case_slider .slick-dots li button::before {
                content: none; }
    .section02 .box_contents .select_box .item {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      padding: 10px;
      border: 1px solid #f66f8c;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section02 .box_contents .select_box .item + .item {
        margin-top: 10px; }
      .section02 .box_contents .select_box .item .img {
        width: 35%;
        margin-right: 2%; }
      .section02 .box_contents .select_box .item .txt {
        width: 63%;
        margin: 0;
        padding: 0; }
        .section02 .box_contents .select_box .item .txt .ttl {
          margin-bottom: 10px;
          padding-bottom: 3px;
          border-bottom: dotted 3px #ffe9ee;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          color: #f66f8c; }
          .section02 .box_contents .select_box .item .txt .ttl strong {
            font-size: 120%; }
        .section02 .box_contents .select_box .item .txt p {
          font-size: 14px;
          font-size: 1.4rem; }
    .section02 .box_contents .select_box .item + .lead {
      margin-top: 20px; }
  .section02 .faq {
    padding: 15px 10px; }
    .section02 .faq > .lead {
      margin-bottom: 15px;
      padding: 15px 10px;
      border: 2px solid #ddf0fc;
      color: #f66f8c;
      text-align: center;
      font-weight: 500;
      font-size: 15px;
      font-size: 1.5rem; }
      .section02 .faq > .lead strong {
        font-size: 120%; }
    .section02 .faq h2 {
      position: relative;
      width: 90%;
      margin: 0 auto 20px;
      padding: 8px 0 9px;
      background: #f66f8c;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700;
      color: #fff;
      line-height: 1.4; }
      .section02 .faq h2::before {
        content: '';
        position: absolute;
        top: -15px;
        left: -15px;
        width: 25px;
        height: 25px;
        background: url("../../../slimming-tokyo/assets/img/ico_fukidashi2.png") no-repeat left top/100% auto; }
      .section02 .faq h2::after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: 12px solid #f66f8c;
        border-bottom: 0; }
    .section02 .faq .items {
      position: relative;
      padding: 10px 10px 20px;
      background: #fdf1f6;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section02 .faq .items::before {
        z-index: 1;
        content: '';
        position: absolute;
        top: -28px;
        right: 10px;
        width: 85px;
        height: 98px;
        background: url("../../../slimming-tokyo/assets/img/faq_ttl_ico.png") no-repeat left top/100% auto; }
      .section02 .faq .items .item + .item {
        margin-top: 20px; }
      .section02 .faq .items .item h3 {
        position: relative;
        margin-bottom: 10px;
        padding-left: 50px;
        font-weight: 700;
        color: #f66f8c;
        font-size: 20px;
        font-size: 2rem; }
        .section02 .faq .items .item h3 span {
          position: absolute;
          top: -10px;
          left: 0;
          font-size: 35px;
          font-size: 3.5rem; }
      .section02 .faq .items .item .txt {
        margin: 0;
        padding: 20px 10px 25px;
        background: #fff;
        border: 2px solid #f66f8c;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        font-size: 16px;
        font-size: 1.6rem; }
        .section02 .faq .items .item .txt .lead {
          margin-bottom: 10px; }
        .section02 .faq .items .item .txt .box {
          padding: 10px 15px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border: 2px solid #f66f8c; }
          .section02 .faq .items .item .txt .box.pink {
            background: #fdf1f6; }
        .section02 .faq .items .item .txt .point_txt {
          margin-top: 10px;
          font-weight: 700;
          text-align: center; }
          .section02 .faq .items .item .txt .point_txt span {
            display: inline-block;
            width: 30px;
            margin-right: 3px; }
        .section02 .faq .items .item .txt .ttl {
          margin-bottom: 10px;
          text-align: center;
          color: #f66f8c;
          font-weight: 700;
          font-size: 15px;
          font-size: 1.5rem; }
        .section02 .faq .items .item .txt ul li {
          font-weight: 500;
          color: #f66f8c; }
          .section02 .faq .items .item .txt ul li + li {
            margin-top: 5px; }
        .section02 .faq .items .item .txt table {
          position: relative;
          table-layout: fixed;
          width: 100%; }
          .section02 .faq .items .item .txt table::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: calc(100% / 3);
            height: calc(100% - 44px);
            border: 2px solid #f66f8c; }
          .section02 .faq .items .item .txt table th, .section02 .faq .items .item .txt table td {
            padding: 10px 5px;
            text-align: center;
            vertical-align: middle;
            font-size: 15px;
            font-size: 1.5rem; }
          .section02 .faq .items .item .txt table thead th {
            padding: 0;
            vertical-align: bottom; }
            .section02 .faq .items .item .txt table thead th div {
              padding: 10px 0;
              border-radius: 10px 10px 0 0;
              -moz-border-radius: 10px 10px 0 0;
              -webkit-border-radius: 10px 10px 0 0;
              -o-border-radius: 10px 10px 0 0;
              -ms-border-radius: 10px 10px 0 0;
              background: #eaeaeb;
              border: 1px solid #bababa;
              border-bottom: none;
              font-size: 17px;
              font-size: 1.7rem;
              color: #696969;
              line-height: 1.2; }
            .section02 .faq .items .item .txt table thead th:first-child div {
              padding: 5px 0;
              background: #f66f8c;
              font-weight: 700;
              font-size: 18px;
              font-size: 1.8rem;
              color: #fff; }
          .section02 .faq .items .item .txt table tbody th, .section02 .faq .items .item .txt table tbody td {
            border: 1px solid #bababa; }
          .section02 .faq .items .item .txt table tbody th {
            z-index: 1;
            position: relative;
            background: #fdf1f6;
            color: #ffe9ee; }
          .section02 .faq .items .item .txt table tbody td {
            font-weight: 500; }
            .section02 .faq .items .item .txt table tbody td:first-child {
              background: #ffffe7;
              color: #f66f8c; }
            .section02 .faq .items .item .txt table tbody td .ico {
              width: 35px;
              margin: 0 auto 5px; }
          .section02 .faq .items .item .txt table.type2::after {
            content: none; }
          .section02 .faq .items .item .txt table.type2 th, .section02 .faq .items .item .txt table.type2 td {
            border: 1px solid #bababa; }
          .section02 .faq .items .item .txt table.type2 thead th {
            padding: 12px 2px;
            background: #f66f8c;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 700;
            color: #fff; }
            .section02 .faq .items .item .txt table.type2 thead th:first-child {
              background: #f66f8c;
              color: #fef798; }
          .section02 .faq .items .item .txt table.type2 tbody th {
            padding: 5px;
            background: #ffaad4;
            color: #fff;
            font-size: 16px;
            font-size: 1.6rem; }
  .section02 .campaign {
    padding: 15px 10px; }
    .section02 .campaign .lead {
      margin-bottom: 20px;
      font-size: 17px;
      font-size: 1.7rem;
      text-align: left;
      font-weight: 500;
      line-height: 1.8; }
      .section02 .campaign .lead p + p {
        margin-top: 10px; }
      .section02 .campaign .lead.large {
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: center; }
      .section02 .campaign .lead .line {
        display: inline-block;
        padding: 2px 10px;
        background: #f66f8c;
        color: #fff; }
      .section02 .campaign .lead .line2 {
        display: block;
        margin: 5px 0;
        padding: 8px 15px;
        background: #fdf1f6;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        color: #f66f8c; }
    .section02 .campaign .campaign_box {
      max-width: 600px;
      margin: 0 auto; }
      .section02 .campaign .campaign_box .ttl {
        margin-bottom: 15px; }
        .section02 .campaign .campaign_box .ttl .bounces {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          margin-bottom: 15px; }
          .section02 .campaign .campaign_box .ttl .bounces span {
            display: inline-block;
            width: 45px;
            height: 45px;
            margin: 0 5px;
            background: #fdfdd3;
            border: 1px solid #f66f8c;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            line-height: 40px;
            text-align: center;
            color: #f66f8c;
            font-weight: 700;
            font-size: 32px;
            font-size: 3.2rem; }
        .section02 .campaign .campaign_box .ttl h2 span {
          position: relative;
          display: inline-block;
          padding: 0 35px;
          font-size: 23px;
          font-size: 2.3rem;
          font-weight: 700; }
          .section02 .campaign .campaign_box .ttl h2 span::before, .section02 .campaign .campaign_box .ttl h2 span::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 23px;
            height: 42px;
            background: url("../../../slimming-tokyo/assets/img/ico_left2.png") no-repeat left top/100% auto; }
          .section02 .campaign .campaign_box .ttl h2 span::after {
            right: 0;
            left: auto;
            background-image: url("../../../slimming-tokyo/assets/img/ico_right2.png"); }
      .section02 .campaign .campaign_box .img {
        text-align: center; }
  .section02 .cta_box {
    width: 100%;
    padding: 25px 10px;
    background: #fdf1f6; }
    .section02 .cta_box .wrap {
      width: 1000px;
      margin: 0 auto;
      padding: 20px 20px 15px;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        .section02 .cta_box .wrap {
          width: 100%; } }
      .section02 .cta_box .wrap .heading {
        margin: 0 -10px 20px;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        font-size: 2.2rem; }
      .section02 .cta_box .wrap .image {
        width: 70%;
        margin: 0 auto 10px; }
      .section02 .cta_box .wrap .cta {
        width: 100%;
        padding: 0; }
        .section02 .cta_box .wrap .cta .txt {
          margin-bottom: 5px;
          padding: 0;
          text-align: center;
          color: #f66f8c;
          font-weight: 700;
          font-size: 20px;
          font-size: 2rem; }
        .section02 .cta_box .wrap .cta .cta_btn {
          max-width: 700px;
          margin: 0 auto; }
          .section02 .cta_box .wrap .cta .cta_btn a {
            font-size: 18px;
            font-size: 1.8rem; }
  .section02 .treatment {
    margin-bottom: 30px; }
    .section02 .treatment h2 {
      margin-bottom: 20px;
      padding-left: 35px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center; }
      .section02 .treatment h2 strong {
        font-size: 28px;
        font-size: 2.8rem;
        color: #006ec4;
        font-weight: 900; }
    .section02 .treatment table th, .section02 .treatment table td {
      width: 25%;
      padding: 5px;
      border: 1px solid #e7e7e7;
      font-size: 12.5px;
      font-size: 1.25rem;
      text-align: center; }
    .section02 .treatment table thead th {
      padding: 10px 5px;
      background: #f66f8c;
      font-size: 15px;
      font-size: 1.5rem;
      color: #fff;
      font-weight: 700;
      text-align: center; }
      .section02 .treatment table thead th.blank {
        position: relative;
        background: none;
        border: none; }
        .section02 .treatment table thead th.blank::before {
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          width: 70px;
          height: 84px;
          background: url("../../../slimming-tokyo/assets/img/ico_table_woman.png") no-repeat left top/100% auto; }
      .section02 .treatment table thead th.demerit {
        background: #e9eced;
        color: #818283; }
    .section02 .treatment table tbody th {
      background: #f66f8c;
      color: #f66f8c;
      font-weight: 700;
      text-align: center;
      font-size: 13.125px;
      font-size: 1.3125rem; }
      .section02 .treatment table tbody th p {
        margin-bottom: 3px; }
    .section02 .treatment table tbody td ul {
      display: inline-block; }
      .section02 .treatment table tbody td ul li {
        position: relative;
        padding-left: 12px;
        text-align: left; }
        .section02 .treatment table tbody td ul li::before {
          content: '〇';
          position: absolute;
          left: 0;
          color: #ffe9ee; }
      .section02 .treatment table tbody td ul.demerit_list li:before {
        content: '△';
        color: #f66f8c; }
    .section02 .treatment .remarks {
      text-align: right; }
  .section02 .compare_table table {
    border-collapse: collapse;
    width: 100%; }
    .section02 .compare_table table th, .section02 .compare_table table td {
      border: 1px solid #80bedb;
      padding: 8px;
      text-align: center; }
    .section02 .compare_table table thead {
      background: #6baeda;
      color: #fff; }
    .section02 .compare_table table tbody td:first-child {
      background: #f8f8ff; }
  .section02 .point {
    padding: 15px 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap; }
    .section02 .point .box {
      width: calc(95% / 2);
      margin-bottom: 5px;
      margin: 0 auto;
      border: solid 1px #6baeda;
      padding: 10px 6px;
      border-radius: 10px;
      margin-bottom: 5px;
      text-align: center; }
      .section02 .point .box .midashi {
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        font-weight: 700;
        color: #fff;
        width: 100px;
        margin: 0 auto;
        background-color: #6baeda;
        border-radius: 20px;
        padding: 3px;
        margin-bottom: 10px; }
      .section02 .point .box .txt {
        font-size: 14px;
        font-size: 1.4rem;
        padding-bottom: 10px; }
      .section02 .point .box .img {
        text-align: center; }
    .section02 .point .box + .box {
      margin-top: 0; }
  .section02 .chat_area {
    width: 100%;
    margin: 0 auto; }
    .section02 .chat_area .item {
      margin: 0 0 20px;
      min-height: 100px; }
      .section02 .chat_area .item p {
        font-size: 12.5px; }
    .section02 .chat_area .item_r {
      padding-right: 75px;
      background: url("/slimming-tokyo/assets/img/lady_right.png") 100% center/70px auto no-repeat; }
      .section02 .chat_area .item_r p {
        display: block;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        border: 2px solid #ddf0fc;
        background: #fff;
        position: relative;
        z-index: auto;
        border-radius: 8px; }
        .section02 .chat_area .item_r p::before {
          content: "";
          position: absolute;
          top: 50%;
          right: -8px;
          /* 三角形の位置調整 */
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid white;
          /* 三角形の本体色 */
          z-index: 2; }
        .section02 .chat_area .item_r p::after {
          content: "";
          position: absolute;
          top: 50%;
          right: -10px;
          /* 三角形の位置調整 */
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #ddf0fc;
          /* 三角形の本体色 */
          z-index: 1; }
    .section02 .chat_area .item_l {
      padding-left: 75px; }
      .section02 .chat_area .item_l p {
        display: block;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        border: 2px solid #fde5f0;
        background: #fff;
        position: relative;
        z-index: auto;
        border-radius: 8px; }
        .section02 .chat_area .item_l p::before {
          content: "";
          position: absolute;
          top: 50%;
          left: -8px;
          /* 三角形の位置調整 */
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid white;
          /* 三角形の本体色 */
          z-index: 2; }
        .section02 .chat_area .item_l p::after {
          content: "";
          position: absolute;
          top: 50%;
          left: -10px;
          /* 三角形の位置調整 */
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid #fde5f0;
          /* 三角形の本体色 */
          z-index: 1; }
      .section02 .chat_area .item_l.l1 {
        background: url("/slimming-tokyo/assets/img/lady_left01.png") 0 0/70px auto no-repeat; }
      .section02 .chat_area .item_l.l2 {
        background: url("/slimming-tokyo/assets/img/lady_left02.png") 0 0/70px auto no-repeat; }
  .section02 .mv_box {
    margin: 0 auto 40px;
    text-align: center; }
    .section02 .mv_box h3 {
      display: inline-block;
      background: #f0f8fe;
      color: #6baeda;
      border: 1px solid #6baeda;
      border-radius: 40px;
      font-weight: bold;
      font-size: 14px;
      margin: 0 0 20px;
      padding: 8px 25px;
      line-height: 1; }
    .section02 .mv_box video {
      width: 100%;
      height: auto; }
  .section02 h3.mazuha {
    color: #006ec4;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding: 0; }
  .section02 .box + .box {
    margin-top: 40px; }
  .section02 .neuron .movie {
    margin-top: 20px; }
    .section02 .neuron .movie video {
      width: 100%;
      filter: drop-shadow(0px 0px #000); }
  .section02 .worry {
    background: #f6fdff;
    width: calc(100% - 20px); }
    .section02 .worry .wave {
      margin-bottom: 15px;
      text-align: center;
      color: #006ec4;
      font-weight: 700;
      font-size: 23px;
      font-size: 2.3rem; }
      .section02 .worry .wave span {
        position: relative;
        display: inline-block;
        margin: 0 auto; }
        .section02 .worry .wave span::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -8px;
          width: 100%;
          height: 4px;
          background-image: url("/slimming-tokyo/assets/img/ttl_bg_wave.png");
          background-repeat: repeat-x;
          background-size: auto 100%;
          pointer-events: none; }
    .section02 .worry .txt {
      text-align: center;
      font-size: 17px;
      font-size: 1.7rem; }
      .section02 .worry .txt span {
        font-weight: 700;
        font-size: 120%;
        color: #6baeda; }
      .section02 .worry .txt.overview {
        margin-top: 16px;
        margin-bottom: 0;
        line-height: 1.7; }
    .section02 .worry .problem .wave {
      font-size: 21px;
      font-size: 2.1rem; }
    .section02 .worry .problem .wrap {
      margin: 25px auto;
      padding: 15px 15px 10px;
      background: #fff;
      border: solid 2px #ddf0fc;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; }
      .section02 .worry .problem .wrap ul {
        text-align: left;
        font-size: 16px;
        font-size: 1.6rem; }
        .section02 .worry .problem .wrap ul li {
          position: relative;
          margin-bottom: 7px;
          padding-left: 22px;
          text-align: left;
          line-height: 1.4; }
          .section02 .worry .problem .wrap ul li::before {
            content: '';
            position: absolute;
            top: 2px;
            left: 0;
            width: 16px;
            height: 16px;
            background: no-repeat center/contain url("/slimming-tokyo/assets/img/ico_check2.png"); }
    .section02 .worry .reason .ttl {
      text-align: center;
      font-weight: 700;
      color: #fff;
      letter-spacing: 0.05em;
      line-height: 1.6;
      font-size: 26px;
      font-size: 2.6rem; }
      .section02 .worry .reason .ttl span {
        padding: 0 10px;
        background: #6baeda; }
    .section02 .worry .reason .wrap {
      padding: 18px 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      position: relative;
      flex-wrap: wrap; }
      .section02 .worry .reason .wrap .box {
        width: calc(97% / 2);
        margin-bottom: 5px;
        border: solid 1px #6baeda;
        padding: 20px 10px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        background: #fff; }
        .section02 .worry .reason .wrap .box .txt {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 700;
          text-align: center;
          color: #6baeda;
          padding-bottom: 0;
          margin-bottom: 10px; }
        .section02 .worry .reason .wrap .box .img {
          text-align: center;
          width: 95%;
          margin: auto; }
      .section02 .worry .reason .wrap .box + .box {
        margin-top: 0; }
  .section02 .recommend_ttl {
    position: relative;
    margin: 70px 0 15px;
    padding: 18px 0 55px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    background: no-repeat center/contain url("/slimming-tokyo/assets/img/section02_maru.png"); }
    .section02 .recommend_ttl::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: calc(100% + 16px);
      width: 145px;
      height: 27px;
      background: no-repeat center/contain url("/slimming-tokyo/assets/img/section02_arrow.png"); }
    .section02 .recommend_ttl strong {
      font-size: 1.2em; }
  .section02 .about {
    padding: 20px 10px 20px;
    background: #f66f8c; }
    .section02 .about .box_inner {
      margin-bottom: 25px;
      background: #fff;
      @includ eradius(8px); }
    .section02 .about .sub_ttl {
      margin: 5px auto 20px; }
      .section02 .about .sub_ttl .ttl {
        color: #6baeda;
        font-weight: 700;
        font-size: 22px;
        font-size: 2.2rem; }
        .section02 .about .sub_ttl .ttl::before, .section02 .about .sub_ttl .ttl::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
    .section02 .about .item_wrap {
      margin: 0 auto; }
      .section02 .about .item_wrap .item_ttl {
        position: relative;
        padding-left: 35px;
        text-align: left;
        font-weight: 700;
        font-size: 19px;
        font-size: 1.9rem; }
        .section02 .about .item_wrap .item_ttl::before {
          content: '';
          position: absolute;
          top: 2px;
          left: 10px;
          width: 20px;
          height: 20px;
          background: no-repeat center/contain url("/slimming-tokyo/assets/img/ico_check3.png"); }
      .section02 .about .item_wrap .item_block {
        margin: 7px auto 15px;
        padding: 13px 18px;
        border: solid 2px #fbddea;
        font-size: 18px;
        font-size: 1.8rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .section02 .about .item_wrap .item_block strong {
          font-size: 120%;
          font-weight: 700; }
        .section02 .about .item_wrap .item_block ul {
          line-height: 1.65; }
    .section02 .about table {
      margin: 0 auto 20px;
      width: 100%;
      border: 1px solid #bababa;
      table-layout: fixed; }
      .section02 .about table thead th {
        padding: 15px 0;
        border-left: 1px solid #bababa;
        border-right: 1px solid #bababa;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        background: #6baeda;
        color: #fff;
        text-align: center; }
        .section02 .about table thead th:nth-child(1) {
          color: #fff000; }
      .section02 .about table tbody th {
        position: relative;
        padding: 3px 0;
        background: #f0f8fe;
        font-weight: 700;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 500;
        color: #6baeda;
        text-align: center;
        z-index: 3; }
      .section02 .about table tbody td {
        padding: 15px 10px;
        border-left: 1px solid #bababa;
        border-right: 1px solid #bababa;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        position: relative;
        text-align: center; }
        .section02 .about table tbody td .ico img {
          width: 36px; }
        .section02 .about table tbody td:nth-child(1) {
          background: #FFFEE1;
          color: #ffe9ee; }
    .section02 .about .txt {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem; }
      .section02 .about .txt span {
        font-weight: 700;
        font-size: 120%;
        line-height: 1; }
      .section02 .about .txt.overview {
        margin-top: 25px;
        margin-bottom: 0;
        padding: 0 5px;
        line-height: 1.7;
        text-align: justify;
        font-size: 18px;
        font-size: 1.8rem; }
    .section02 .about .recommend_ttl {
      padding-bottom: 0;
      background: none; }
  .section02 .cta {
    padding: 0 10px;
    margin: 10px 0 0;
    position: relative; }
    .section02 .cta .txt {
      color: #11A42E; }
    .section02 .cta a {
      padding: 10px 0; }
  .section02 .ico_line {
    position: absolute;
    width: 35px !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
    left: 10%; }
    .section02 .ico_line img {
      width: 100% !important;
      height: auto !important; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }

.client_archive > ul > li {
  margin-top: 30px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 1px solid #bababa;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 8px 8px 8px 70px;
    border-bottom: 1px solid #bababa; }
    .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      top: -10px;
      left: 10px;
      width: 55px;
      height: 61px;
      background: url("../../../slimming-tokyo/assets/img/rank_01.png") no-repeat left top/100% auto; }
    .client_archive .client_card .client_name a {
      color: #31302c;
      font-size: 4.5vw;
      font-weight: 700;
      text-decoration: none; }
  .client_archive .client_card .client_inner {
    padding: 15px 10px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #eecb3b;
  background: #ffffe7; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #eecb3b; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../../slimming-tokyo/assets/img/rank_02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../../slimming-tokyo/assets/img/rank_03.png"); }
.client_archive > ul > li:nth-child(2) .cta_btn, .client_archive > ul > li:nth-child(3) .cta_btn {
  background: #2ab794;
  box-shadow: 0 5px 0 #209074; }
  .client_archive > ul > li:nth-child(2) .cta_btn.animation, .client_archive > ul > li:nth-child(3) .cta_btn.animation {
    animation: animationbtn_green 2s infinite; }
.client_archive .top_heading {
  margin-bottom: 10px;
  font-size: 20.625px;
  font-size: 2.0625rem;
  font-weight: 700;
  color: #f66f8c;
  text-align: center; }
.client_archive .overview .image {
  width: 180px;
  margin: 0 auto; }
.client_archive .overview .txt {
  margin-top: 10px; }
  .client_archive .overview .txt table {
    width: 100%;
    background: #fff;
    font-size: 12.5px;
    font-size: 1.25rem; }
    .client_archive .overview .txt table th, .client_archive .overview .txt table td {
      vertical-align: middle;
      padding: 5px;
      border: 1px solid #bababa;
      line-height: 1.3; }
    .client_archive .overview .txt table th {
      width: 35%;
      background: #fff6f8;
      font-weight: 500;
      color: #f66f8c; }
    .client_archive .overview .txt table .ico_wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .client_archive .overview .txt table .ico_wrap .ico {
        width: 24px;
        margin-right: 5px; }
    .client_archive .overview .txt table .icon {
      padding: 2px 5px;
      background-color: #f4a6b8;
      border-radius: 3px;
      color: #fff;
      font-weight: 600;
      margin: 0 auto 3px;
      font-size: 13px;
      font-size: 1.3rem;
      display: inline-flex; }
      .client_archive .overview .txt table .icon.gr {
        background-color: #cecece; }
.client_archive .point,
.client_archive .treatment,
.client_archive .review,
.client_archive .location {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #f66f8c; }
  .client_archive .point .ttl,
  .client_archive .treatment .ttl,
  .client_archive .review .ttl,
  .client_archive .location .ttl {
    background: #ffe9ee;
    text-align: center;
    color: #f66f8c;
    font-weight: 700;
    padding: 5px;
    font-size: 17.5px;
    font-size: 1.75rem; }
  .client_archive .point .contents,
  .client_archive .treatment .contents,
  .client_archive .review .contents,
  .client_archive .location .contents {
    padding: 10px;
    background: #fff; }
    .client_archive .point .contents .slick-dots li,
    .client_archive .treatment .contents .slick-dots li,
    .client_archive .review .contents .slick-dots li,
    .client_archive .location .contents .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 5px; }
      .client_archive .point .contents .slick-dots li button,
      .client_archive .treatment .contents .slick-dots li button,
      .client_archive .review .contents .slick-dots li button,
      .client_archive .location .contents .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        background: #fff;
        border: 1px solid #f66f8c;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        .client_archive .point .contents .slick-dots li button::before,
        .client_archive .treatment .contents .slick-dots li button::before,
        .client_archive .review .contents .slick-dots li button::before,
        .client_archive .location .contents .slick-dots li button::before {
          content: none; }
      .client_archive .point .contents .slick-dots li.slick-active button,
      .client_archive .treatment .contents .slick-dots li.slick-active button,
      .client_archive .review .contents .slick-dots li.slick-active button,
      .client_archive .location .contents .slick-dots li.slick-active button {
        background: #f66f8c; }
    .client_archive .point .contents .quote,
    .client_archive .treatment .contents .quote,
    .client_archive .review .contents .quote,
    .client_archive .location .contents .quote {
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }
.client_archive .point ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15.625px;
  font-size: 1.5625rem; }
  .client_archive .point ul li + li {
    margin-top: 3px; }
  .client_archive .point ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 11px;
    background: url("../../../slimming-tokyo/assets/img/ico_check.png") no-repeat left top/100% auto; }
.client_archive .treatment .treatment_slides .treatment_slide .img {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
.client_archive .review .contents {
  background: #fffcff; }
.client_archive .review .review_slides .review_slide {
  padding: 3px; }
  .client_archive .review .review_slides .review_slide .txt {
    padding: 10px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 16.25px;
    font-size: 1.625rem;
    line-height: 1.769; }
.client_archive .campaign {
  text-align: center;
  margin-top: 15px;
  padding: 20px 10px 30px;
  background: #fff;
  border: 1px solid #f66f8c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .client_archive .campaign h2 span {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 20px; }
    .client_archive .campaign h2 span::before, .client_archive .campaign h2 span::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 23px;
      height: 42px;
      background: url("../../../slimming-tokyo/assets/img/ico_left2.png") no-repeat left top/100% auto; }
    .client_archive .campaign h2 span::after {
      right: 0;
      left: auto;
      background-image: url("../../../slimming-tokyo/assets/img/ico_right2.png"); }
  .client_archive .campaign .left {
    text-align: left; }
.client_archive .location .contents {
  padding: 20px 15px; }
.client_archive .location .location_tab {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .client_archive .location .location_tab li {
    width: calc(100% / 3);
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer; }
    .client_archive .location .location_tab li:nth-child(6) {
      letter-spacing: -0.05em; }
    .client_archive .location .location_tab li span {
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      margin: 5px auto 0;
      background: url("../../../slimming-tokyo/assets/img/ico_trigger.png") no-repeat left top/100% auto;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .client_archive .location .location_tab li.select span {
      transform: rotate(-45deg);
      opacity: .7; }
.client_archive .location .content_wrap {
  position: relative;
  margin: 10px auto 0;
  padding: 25px 15px 15px;
  border: 1px solid #c1e6fc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0 2px 7px rgba(152, 152, 152, 0.33); }
  .client_archive .location .content_wrap.content_wrap2 {
    position: inherit;
    margin-top: 0;
    padding: 0;
    border: none;
    box-shadow: none; }
    .client_archive .location .content_wrap.content_wrap2 .content_wrap {
      margin-top: 0;
      padding: 0;
      border: none;
      box-shadow: none; }
      .client_archive .location .content_wrap.content_wrap2 .content_wrap::before {
        content: none; }
  .client_archive .location .content_wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14.5px;
    width: 17px;
    height: 15px;
    background: url("../../../slimming-tokyo/assets/img/ico_fukidashi.png") no-repeat left top/100% auto;
    z-index: 1; }
  .client_archive .location .content_wrap.item_01::before, .client_archive .location .content_wrap.item_04::before {
    left: 16.5%; }
  .client_archive .location .content_wrap.item_03::before, .client_archive .location .content_wrap.item_06::before {
    left: 83.5%; }
  .client_archive .location .content_wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .client_archive .location .content_wrap ul li {
      border: 1px solid #bababa;
      padding: 15px;
      width: 34vw;
      background: #ffe9ee;
      color: #f66f8c;
      text-align: center;
      margin-left: 2vw;
      margin-bottom: 1vh; }
      .client_archive .location .content_wrap ul li:nth-child(odd) {
        margin-left: 0; }
  .client_archive .location .content_wrap table {
    width: 100%; }
    .client_archive .location .content_wrap table th, .client_archive .location .content_wrap table td {
      border: 1px solid #bababa;
      padding: 10px;
      vertical-align: middle;
      font-size: 12.5px;
      font-size: 1.25rem; }
    .client_archive .location .content_wrap table th {
      width: 30%;
      padding: 10px 5px;
      background: #ede4e1;
      color: #f66f8c;
      font-weight: 500;
      text-align: center; }
  .client_archive .location .content_wrap .none {
    padding: 10px 0;
    text-align: center; }
.client_archive .cta {
  margin-top: 10px; }
  .client_archive .cta .cta_btn {
    margin: 5px auto 0; }
    .client_archive .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem;
      position: relative; }
      .client_archive .cta .cta_btn a .ico_line {
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        height: 35px;
        width: auto; }

.section04 .main_ttl {
  padding: 25px 0 30px; }
.section04 .inner {
  padding: 15px 0 50px 10px; }
.section04 .wrap {
  width: 100%;
  overflow: scroll; }
.section04 .scroll_txt {
  background: #e1effa;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 3px;
  text-align: right;
  font-weight: 500; }
.section04 table {
  width: 800px;
  border-top: none;
  background: #fff; }
  .section04 table th, .section04 table td {
    width: 110px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border: 1px solid #bababa;
    padding: 8px 5px;
    background: #fff; }
  .section04 table thead th {
    background: #ffe9ee;
    color: #f66f8c;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px; }
  .section04 table thead tr th:first-child,
  .section04 table tbody tr td:first-child {
    z-index: 100;
    position: sticky;
    top: 0;
    left: 0;
    width: 100px; }
    .section04 table thead tr th:first-child::after,
    .section04 table tbody tr td:first-child::after {
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      width: 1px;
      height: 100%;
      border-right: 1px solid #bababa;
      z-index: -1; }
  .section04 table tbody tr:first-child {
    position: relative;
    background: #ffffe7; }
    .section04 table tbody tr:first-child td {
      background: #ffffe7; }
  .section04 table tbody tr:not(:first-child) td .cta_btn {
    background: #3db897;
    box-shadow: 0 4px 0 #2e8c72; }
    .section04 table tbody tr:not(:first-child) td .cta_btn.animation {
      animation: animationbtn_green 2s infinite; }
  .section04 table tbody .image {
    display: block;
    width: 75%;
    margin: 0 auto; }
  .section04 table tbody .ico {
    width: 24px;
    margin: 0 auto 3px; }
  .section04 table tbody td p {
    line-height: 1.4;
    font-size: 12px;
    font-size: 1.2rem; }
  .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
  .section04 .cta_btn a {
    line-height: 1.3;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem; }

.section05 .container {
  padding: 25px 10px 35px;
  background: #fdf3f7; }
.section05 .box_inner {
  padding: 25px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section05 .box_inner .remarks {
    text-align: right;
    margin-bottom: 10px; }
.section05 .line_ttl {
  width: 95%;
  margin-bottom: 10px; }
.section05 .name {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 21.87px;
  font-size: 2.187rem; }
  .section05 .name a {
    color: #1cb2f8; }
.section05 .img {
  width: 150px;
  margin: 0 auto 10px; }
.section05 .reason .ttl {
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem; }
.section05 .reason .list {
  text-align: center; }
.section05 .lead {
  font-size: 16.875px;
  font-size: 1.6875rem; }
.section05 .cta {
  margin-top: 20px; }
  .section05 .cta .cta_btn {
    margin: 8px auto 0;
    border-radius: 12px; }
    .section05 .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem;
      padding-left: 30px; }
      .section05 .cta .cta_btn a .ico_line {
        position: absolute;
        top: 50%;
        left: 20px;
        width: 35px;
        height: auto;
        transform: translateY(-50%); }
.section05 .caution_txt {
  width: 1000px;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 16.875px;
  font-size: 1.6875rem;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section05 .caution_txt {
      width: 100%; } }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 100;
  background: rgba(127, 202, 245, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    position: relative;
    height: 100px;
    padding: 10px 20px;
    background: none; }
  .fixed_cta .wrap {
    width: 89.33%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px; }
    .fixed_cta .wrap .img {
      width: 95%;
      margin: 0 auto -40px; }
  .fixed_cta .cta .cta_btn a {
    font-size: 15.625px;
    font-size: 1.5625rem;
    padding: 6px 0; }

.fixed_cta.fc02 {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(127, 202, 245, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta.fc02 .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5px;
    height: 80px;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .fixed_cta.fc02 .inner .ft_txt {
      background: #fff;
      color: #F37FBD;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.8;
      padding: 10px 3px;
      display: inline-block;
      text-align: center;
      border: 1px solid #E26C90;
      border-radius: 8px; }
    .fixed_cta.fc02 .inner .ft_img {
      height: 60px; }
      .fixed_cta.fc02 .inner .ft_img img {
        height: 100%;
        width: auto; }
  .fixed_cta.fc02 .cta {
    display: inline-block;
    width: auto;
    margin: 0 5px; }
    .fixed_cta.fc02 .cta .cta_btn a {
      padding: 10px;
      font-size: 15px;
      font-size: 1.5rem; }
      .fixed_cta.fc02 .cta .cta_btn a span {
        font-weight: bold;
        color: #fff000; }

.footer .inner {
  padding: 30px 20px 30px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
.footer .privacy {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .footer .privacy .ico {
    width: 50px; }
  .footer .privacy .txt {
    width: calc(100% - 50px);
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem; }
.footer .f_nav {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  margin: 20px auto 0; }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      padding: 0 10px; }
      .footer .f_nav ul li a {
        text-decoration: none;
        font-size: 13px;
        font-size: 1.3rem; }
.footer .copyright {
  background: #f66f8c;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .box {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .box .img {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 32vw;
        width: 60%; }
    .exitProtection .wrap .cta {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 4.5vw;
      width: 90%; }
      .exitProtection .wrap .cta .cta_btn span {
        display: block;
        text-decoration: none;
        line-height: 1.4;
        color: #fff !important;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        padding: 12px; }
      .exitProtection .wrap .cta .cta_btn .ico_line {
        height: 40px !important;
        width: auto;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%); }
        .exitProtection .wrap .cta .cta_btn .ico_line img {
          height: 100% !important;
          width: auto; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.cta_fukidashi {
  color: #3FB853;
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 3px;
  letter-spacing: -0.05em; }
  .cta_fukidashi.bt {
    font-size: 9.5px;
    letter-spacing: -0.075em;
    font-weight: bold; }

.cta_btn.juno_only a {
  color: #fff000 !important; }

.cta .ico_line {
  height: 2em;
  margin: auto;
  display: inline;
  margin: 0 10px 0 0; }

/* tdは上寄せ（アイコンは上に残す） */
.client_table2 table {
  width: 1000px; }

.client_table2 td {
  vertical-align: top;
  padding-top: 10px !important; }
  .client_table2 td p {
    font-size: 11px !important; }
  .client_table2 td:first-child {
    vertical-align: middle; }
  .client_table2 td:last-child {
    vertical-align: middle; }

.client_table2 tr td .txt {
  display: inline-block;
  align-items: center;
  /* 縦中央 */
  justify-content: center;
  /* 横中央（不要なら消す） */
  height: 84px; }
  .client_table2 tr td .txt .cta_btn {
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto; }
  .client_table2 tr td .txt .icon {
    padding: 2px 4px;
    background-color: #f4a6b8;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    margin: 0 auto 2px;
    font-size: 10.5px;
    font-size: 1.05rem;
    display: inline-flex; }
    .client_table2 tr td .txt .icon.gr {
      background-color: #cecece; }

.client_table2 tr td:nth-child(2) .txt p,
.client_table2 tr td:nth-child(6) .txt p {
  font-size: 9px !important; }

.client_table2 tr td:nth-child(7) .txt {
  padding-top: 20px; }

.client_table2 tr td:nth-child(7) .ico {
  display: none; }

.client_table2 td .txt p {
  margin: 0;
  font-size: 12px; }

.client_table2 td .ico {
  height: 24px; }
  .client_table2 td .ico img {
    object-position: center; }

.section04 .cta_btn a {
  font-size: 12px; }
