@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 5px 0 #c4556c;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c4556c;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c4556c;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c4556c;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c4556c;
    top: 0px; } }
@keyframes animationbtn_green {
  0% {
    box-shadow: 0 5px 0 #2e8c72;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #2e8c72;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #2e8c72;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #2e8c72;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #2e8c72;
    top: 0px; } }
.cta_btn {
  position: relative;
  max-width: 700px;
  margin: 0 auto 5px;
  box-shadow: 0 5px 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: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 20px 5px; }
  .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: #fff;
  font-size: 1.6em;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

.header,
.wrapper,
.footer {
  min-width: 1100px; }

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: 130%; }

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: 4px solid #fe93a1;
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 180px;
    margin: 0 auto; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    .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 {
  background: url("img/fv_bg.jpg") no-repeat center center/cover; }
  .fv .inner {
    position: relative;
    background: none;
    height: 270px; }
  .fv .fv_band {
    padding: 6px;
    -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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background: #f66f8c; }
    .fv .fv_band .fv_date {
      margin-right: 15px;
      padding: 0 10px;
      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: 20px;
      font-size: 2rem;
      line-height: 35px;
      color: #6c5c5c; }
    .fv .fv_band .fv_txt {
      font-weight: 700;
      font-size: 25px;
      font-size: 2.5rem;
      color: #fff; }
  .fv .fv_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 220px;
    z-index: 1; }
    .fv .fv_img img {
      width: 100%; }

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

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

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

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

.main_ttl {
  padding: 18px 0;
  background: #f66f8c;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3; }
  .main_ttl .middle {
    font-size: 20px;
    font-size: 2rem; }
  .main_ttl strong {
    position: relative; }
    .main_ttl strong::before, .main_ttl strong::after {
      content: '';
      position: absolute;
      top: 3px;
      left: -50px;
      width: 34px;
      height: 31px;
      background: url("img/ico_ttl.png") no-repeat left top/100% auto; }
    .main_ttl strong::after {
      right: -50px;
      left: auto;
      transform: scale(-1, 1); }

.sub_ttl {
  margin-bottom: 20px;
  text-align: center; }
  .sub_ttl .ttl {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4; }
    .sub_ttl .ttl::before, .sub_ttl .ttl::after {
      content: '';
      position: absolute;
      left: -40px;
      bottom: 5px;
      width: 25px;
      height: 45px;
      background: url("img/ico_left.png") no-repeat left top/100% auto; }
    .sub_ttl .ttl::after {
      right: -40px;
      left: auto;
      background-image: url("img/ico_right.png"); }
    .sub_ttl .ttl strong {
      font-size: 26px;
      font-size: 2.6rem; }

.line_ttl {
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3; }
  .line_ttl .ttl {
    padding: 20px 20px;
    border-top: 1px solid #ffe9ee;
    border-bottom: 1px solid #ffe9ee; }
  .line_ttl .en {
    font-size: 13px;
    font-size: 1.3rem; }
  .line_ttl.caution .ttl {
    position: relative;
    display: inline-block;
    min-width: 400px; }
    .line_ttl.caution .ttl::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50px;
      width: 46px;
      height: 40px;
      background: url("img/ico_caution.png") no-repeat left top/100% auto; }

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

.cta_boxs {
  width: 100%;
  padding: 40px;
  /*background: #fdf1f6;*/ }
  .cta_boxs .wrap {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
    .cta_boxs .wrap .heading {
      margin-bottom: 20px;
      text-align: center;
      font-weight: 700;
      font-size: 23px;
      font-size: 2.3rem; }
    .cta_boxs .wrap .image {
      width: 300px;
      margin: 0 auto 20px; }
    .cta_boxs .wrap .cta {
      width: 100%; }
      .cta_boxs .wrap .cta .txt {
        margin-bottom: 5px;
        padding: 0;
        text-align: center;
        color: #f66f8c;
        font-weight: 700;
        font-size: 23px;
        font-size: 2.3rem; }
      .cta_boxs .wrap .cta .cta_btn {
        max-width: 700px;
        margin: 0 auto; }

.section01 .inner {
  padding: 20px 0 40px; }
.section01 .treatment {
  position: relative;
  width: 750px;
  margin: 40px auto 30px; }
  .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: 21px;
      font-size: 2.1rem;
      color: #f66f8c;
      font-weight: 700; }
  .section01 .treatment .contents {
    padding: 50px 10px 20px;
    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_slides {
      width: 600px;
      margin: 0 auto; }
    .section01 .treatment .contents .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 5px; }
      .section01 .treatment .contents .slick-dots li button {
        width: 10px;
        height: 10px;
        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 {
      margin-top: 30px;
      padding: 0 60px;
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }
.section01 .table_wrap {
  width: 750px;
  margin: 0 auto; }
.section01 .client_table {
  position: relative;
  width: 100%;
  table-layout: fixed; }
  .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%;
    border: 1px solid #bababa;
    background: #fff; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
    .section01 .client_table table th {
      position: relative;
      padding: 3px 0;
      background: #ffe9ee;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #f66f8c;
      z-index: 3; }
    .section01 .client_table table 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;
      z-index: 5;
      vertical-align: top; }
    .section01 .client_table table thead td {
      position: relative; }
      .section01 .client_table table thead td .image {
        padding: 65px 10px 0;
        position: relative; }
        .section01 .client_table table thead td .image::before {
          content: "";
          position: absolute;
          width: 62px;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -5px;
          pointer-events: none;
          z-index: 10; }
        .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 {
            font-weight: 700;
            color: #373737;
            margin-top: 3px;
            font-size: 16px;
            font-size: 1.6rem; }
          .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; }
        .section01 .client_table table thead td:first-child .image a p {
          color: #f66f8c;
          text-decoration: underline;
          font-weight: 700; }
      .section01 .client_table table thead td:nth-child(1) .image::before {
        background-image: url("img/rank_01.png"); }
      .section01 .client_table table thead td:nth-child(2) .image::before {
        background-image: url("img/rank_02.png"); }
      .section01 .client_table table thead td:nth-child(3) .image::before {
        background-image: url("img/rank_03.png"); }
    .section01 .client_table table tbody tr:nth-child(12) .ico {
      display: none; }
    .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:last-child td {
      vertical-align: bottom; }
    .section01 .client_table table tbody td .cell .txt {
      display: inline-block; }
    .section01 .client_table table tbody td .txt {
      display: flex;
      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 {
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 0 auto 10px;
    width: 80%; }
    .section01 .client_table .cta_btn a {
      font-size: 17px;
      font-size: 1.7rem;
      padding: 24px 0; }

.section02 {
  padding: 45px 0;
  background: #ffe9ee; }
  .section02 .inner {
    padding: 25px 140px 30px; }
    .section02 .inner .txt {
      text-align: left;
      padding-bottom: 10px;
      margin-bottom: 1em; }
  .section02 h2 {
    text-align: center; }
  .section02 h2.ribon {
    background: url("img/ttl_bg_ribon.png") center/contain no-repeat;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 540px;
    height: 88px;
    margin: 0 auto;
    text-shadow: 0 2px 9px #00000033;
    line-height: 1;
    padding: 20px 0 0;
    margin-bottom: 20px; }
    .section02 h2.ribon span {
      font-size: .8em; }
  .section02 h2.square {
    background: url("img/ttl_bg_square.png") center/contain no-repeat;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 540px;
    height: 88px;
    margin: 0 auto;
    text-shadow: 0 2px 9px #00000033;
    line-height: 1;
    padding: 20px 0 0;
    margin-bottom: 20px; }
    .section02 h2.square span {
      font-size: .8em; }
  .section02 h4 {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 5px;
    background: #f66f8c;
    border: 1px solid #f66f8c;
    font-size: 20px;
    font-size: 2rem;
    color: #f66f8c;
    font-weight: 700;
    text-align: center; }
    .section02 h4::before {
      content: '';
      position: absolute;
      top: -105px;
      left: 10px;
      width: 110px;
      height: 110px;
      background: url("img/ico_woman2.png") no-repeat left top/100% auto; }
  .section02 h5 {
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 2rem;
    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: 455px;
      margin: 0 auto 20px;
      padding: 12px 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: 23px;
      font-size: 2.3rem; }
    .section02 .box_contents .treatment_box {
      margin-bottom: 40px; }
      .section02 .box_contents .treatment_box table {
        table-layout: fixed;
        width: 730px;
        margin: 0 auto; }
        .section02 .box_contents .treatment_box table th, .section02 .box_contents .treatment_box table td {
          padding: 10px;
          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 .case_box {
      margin-bottom: 70px; }
      .section02 .box_contents .case_box .case_slider {
        margin-bottom: 0;
        border: 1px solid #b7998f;
        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 .slick-list {
          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 {
          padding: 0 45px 20px;
          border-radius: 15px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          -o-border-radius: 15px;
          -ms-border-radius: 15px;
          background: #ede4e1; }
          .section02 .box_contents .case_box .case_slider .case_slide .ttl {
            margin: 0 -45px 15px;
            padding: 5px;
            border-radius: 15px 15px 0 0;
            -moz-border-radius: 15px 15px 0 0;
            -webkit-border-radius: 15px 15px 0 0;
            -o-border-radius: 15px 15px 0 0;
            -ms-border-radius: 15px 15px 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: 245px;
              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: 350px;
            margin: 0 auto 15px;
            text-align: center; }
          .section02 .box_contents .case_box .case_slider .case_slide table {
            width: 450px;
            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;
      width: 600px;
      margin: 0 auto 20px;
      padding: 20px;
      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: 150px;
        margin-right: 20px; }
      .section02 .box_contents .select_box .item .txt {
        width: calc(100% - 155px);
        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 .faq {
    padding: 25px 0 30px; }
    .section02 .faq > .lead {
      margin-bottom: 15px;
      color: #f66f8c;
      text-align: center;
      font-weight: 500; }
      .section02 .faq > .lead strong {
        font-size: 120%; }
    .section02 .faq h2 {
      position: relative;
      max-width: 750px;
      margin: 0 auto 20px;
      padding: 10px;
      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; }
      .section02 .faq h2::before {
        content: '';
        position: absolute;
        top: -30px;
        left: -30px;
        width: 41px;
        height: 41px;
        background: url("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: 40px 50px;
      background: #fdf1f6;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section02 .faq .items::before {
        z-index: 1;
        content: '';
        position: absolute;
        top: -25px;
        right: 140px;
        width: 103px;
        height: 118px;
        background: url("img/faq_ttl_ico.png") no-repeat left top/100% auto; }
      .section02 .faq .items .item + .item {
        margin-top: 20px; }
      .section02 .faq .items .item h3 {
        text-align: center;
        font-weight: 700;
        color: #f66f8c;
        font-size: 20px;
        font-size: 2rem; }
        .section02 .faq .items .item h3 span {
          margin: 0 10px 5px 0;
          font-size: 35px;
          font-size: 3.5rem;
          vertical-align: -3px; }
      .section02 .faq .items .item .txt {
        margin: 0;
        padding: 20px 80px 25px;
        background: #fff;
        border: 2px solid #f66f8c;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center; }
        .section02 .faq .items .item .txt .lead {
          margin-bottom: 10px; }
        .section02 .faq .items .item .txt .box {
          margin: 0 auto;
          padding: 20px 30px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          border: 2px solid #f66f8c; }
          .section02 .faq .items .item .txt .box.s_box {
            max-width: 430px; }
          .section02 .faq .items .item .txt .box.pink {
            background: #fdf1f6; }
        .section02 .faq .items .item .txt .ttl {
          margin-bottom: 15px;
          text-align: center;
          color: #f66f8c;
          font-weight: 700;
          font-size: 15px;
          font-size: 1.5rem; }
        .section02 .faq .items .item .txt .point_txt {
          margin-top: 10px;
          font-weight: 700; }
          .section02 .faq .items .item .txt .point_txt span {
            margin-right: 3px; }
        .section02 .faq .items .item .txt ul li {
          text-align: left;
          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% - 63px);
            border: 2px solid #f66f8c; }
          .section02 .faq .items .item .txt table th, .section02 .faq .items .item .txt table td {
            padding: 10px;
            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;
              border-radius: 20px 20px 0 0;
              -moz-border-radius: 20px 20px 0 0;
              -webkit-border-radius: 20px 20px 0 0;
              -o-border-radius: 20px 20px 0 0;
              -ms-border-radius: 20px 20px 0 0;
              background: #eaeaeb;
              border: 1px solid #bababa;
              border-bottom: none;
              font-size: 18px;
              font-size: 1.8rem;
              color: #696969; }
            .section02 .faq .items .item .txt table thead th:first-child div {
              padding: 15px 10px;
              background: #f66f8c;
              font-weight: 700;
              font-size: 22px;
              font-size: 2.2rem;
              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 {
            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 {
              margin-bottom: 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: 15px 10px;
            background: #f66f8c;
            font-size: 18px;
            font-size: 1.8rem;
            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 {
            background: #ffaad4;
            color: #fff;
            font-size: 17px;
            font-size: 1.7rem; }
  .section02 .campaign {
    padding: 25px 0 0; }
    .section02 .campaign .lead {
      margin-bottom: 30px;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      font-weight: 500;
      line-height: 1.8; }
      .section02 .campaign .lead p + p {
        margin-top: 10px; }
      .section02 .campaign .lead.large {
        margin-bottom: 20px;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 1.5; }
      .section02 .campaign .lead .line {
        padding: 2px 10px;
        background: #f66f8c;
        color: #fff; }
      .section02 .campaign .lead .line2 {
        padding: 2px 15px;
        background: #fdf1f6;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        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: 60px;
            height: 60px;
            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: 55px;
            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("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("img/ico_right2.png"); }
      .section02 .campaign .campaign_box .img {
        text-align: center; }
  .section02 .cta_box {
    width: 100%;
    padding: 40px;
    background: #fdf1f6; }
    .section02 .cta_box .wrap {
      width: 1000px;
      margin: 0 auto;
      padding: 30px;
      background: #fff;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px; }
      @media only screen and (max-width: 768px) {
        .section02 .cta_box .wrap {
          width: 100%; } }
      .section02 .cta_box .wrap .heading {
        margin-bottom: 20px;
        text-align: center;
        font-weight: 700;
        font-size: 23px;
        font-size: 2.3rem; }
      .section02 .cta_box .wrap .image {
        width: 300px;
        margin: 0 auto 20px; }
      .section02 .cta_box .wrap .cta {
        width: 100%; }
        .section02 .cta_box .wrap .cta .txt {
          margin-bottom: 5px;
          padding: 0;
          text-align: center;
          color: #f66f8c;
          font-weight: 700;
          font-size: 23px;
          font-size: 2.3rem; }
        .section02 .cta_box .wrap .cta .cta_btn {
          max-width: 700px;
          margin: 0 auto; }
  .section02 .treatment {
    margin-bottom: 40px; }
    .section02 .treatment h2 {
      margin-bottom: 25px;
      font-size: 23px;
      font-size: 2.3rem;
      text-align: center;
      font-weight: 700; }
      .section02 .treatment h2 strong {
        color: #006ec4;
        font-weight: 900;
        font-size: 30px;
        font-size: 3rem; }
    .section02 .treatment table th, .section02 .treatment table td {
      width: 25%;
      padding: 10px;
      border: 1px solid #e7e7e7;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: center; }
    .section02 .treatment table thead th {
      padding: 20px 10px;
      background: #f66f8c;
      font-size: 18px;
      font-size: 1.8rem;
      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: 110px;
          height: 132px;
          background: url("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: 15px;
      font-size: 1.5rem; }
      .section02 .treatment table tbody th p {
        margin-bottom: 5px; }
    .section02 .treatment table tbody td ul {
      display: inline-block; }
      .section02 .treatment table tbody td ul li {
        position: relative;
        padding-left: 18px;
        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 70px;
    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: 12px;
      border-radius: 10px;
      margin-bottom: 10px; }
      .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: 515px;
    margin: 0 auto; }
    .section02 .chat_area .item {
      margin: 0 0 20px;
      min-height: 100px; }
    .section02 .chat_area .item_r {
      padding-right: 105px;
      background: url("img/lady_right.png") 100% center/auto no-repeat; }
      .section02 .chat_area .item_r p {
        display: block;
        padding: 20px 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: 105px;
      background: url("img/lady_left01.png") 0 center/auto no-repeat; }
      .section02 .chat_area .item_l p {
        display: block;
        padding: 20px 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("img/lady_left01.png") 0 0/auto no-repeat; }
      .section02 .chat_area .item_l.l2 {
        background: url("img/lady_left02.png") 0 0/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: 20px;
      margin: 0 0 20px;
      padding: 12px 35px;
      line-height: 1; }
    .section02 .mv_box video {
      width: 720px;
      height: 405px; }
  .section02 h3.mazuha {
    color: #006ec4;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3; }
  .section02 > .lead {
    width: 600px;
    margin: 0 auto 50px;
    padding: 20px 10px;
    border: 2px solid #ddf0fc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    text-align: center; }
  .section02 .box + .box {
    margin-top: 70px; }
  .section02 .neuron .movie {
    margin-top: 20px; }
    .section02 .neuron .movie video {
      width: 100%;
      filter: drop-shadow(0px 0px #000); }
  .section02 .worry {
    background: #f6fdff; }
    .section02 .worry .wave {
      margin-bottom: 20px;
      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: -15px;
          width: 100%;
          height: 6px;
          background-image: url("img/ttl_bg_wave.png");
          background-repeat: repeat-x;
          background-size: auto 100%;
          pointer-events: none; }
    .section02 .worry .txt {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem; }
      .section02 .worry .txt span {
        font-weight: 700;
        font-size: 120%;
        color: #6baeda; }
      .section02 .worry .txt.overview {
        margin-top: 30px;
        margin-bottom: 0;
        line-height: 1.8; }
    .section02 .worry .problem .wave {
      font-size: 27px;
      font-size: 2.7rem; }
    .section02 .worry .problem .wrap {
      width: 600px;
      margin: 40px auto 45px;
      padding: 22px;
      background: #fff;
      border: solid 3px #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: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px; }
      .section02 .worry .problem .wrap ul {
        text-align: left;
        font-size: 15px;
        font-size: 1.5rem; }
        .section02 .worry .problem .wrap ul li {
          position: relative;
          margin-bottom: 9px;
          padding-left: 30px;
          text-align: left; }
          .section02 .worry .problem .wrap ul li::before {
            content: '';
            position: absolute;
            left: 0;
            width: 22px;
            height: 22px;
            background: no-repeat center/contain url("img/ico_check2.png"); }
    .section02 .worry .reason .ttl {
      text-align: center;
      font-weight: 700;
      color: #fff;
      letter-spacing: 0.05em;
      font-size: 27px;
      font-size: 2.7rem; }
      .section02 .worry .reason .ttl span {
        padding: 0 10px;
        background: #6baeda; }
    .section02 .worry .reason .wrap {
      padding: 22px 35px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      position: relative;
      flex-wrap: wrap; }
      .section02 .worry .reason .wrap .box {
        width: calc(95% / 2);
        margin-bottom: 5px;
        margin: 0 auto;
        border: solid 1px #6baeda;
        padding: 25px 25px 16px;
        border-radius: 10px;
        margin-bottom: 20px;
        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: 60%;
          margin: auto; }
      .section02 .worry .reason .wrap .box + .box {
        margin-top: 0; }
  .section02 .recommend_ttl {
    position: relative;
    margin: 95px 0 10px;
    padding: 20px 0 65px;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    background: no-repeat center/contain url("img/section02_maru.png"); }
    .section02 .recommend_ttl::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: calc(100% + 20px);
      width: 190px;
      height: 35px;
      background: no-repeat center/contain url("img/section02_arrow.png"); }
    .section02 .recommend_ttl strong {
      font-size: 130%; }
  .section02 .about {
    padding: 50px 0 20px;
    background: #f66f8c; }
    .section02 .about .box_inner {
      margin-bottom: 40px;
      background: #fff; }
    .section02 .about .sub_ttl {
      margin: 15px auto 35px; }
      .section02 .about .sub_ttl .ttl {
        color: #6baeda;
        font-weight: 700;
        font-size: 23px;
        font-size: 2.3rem; }
        .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;
      width: 600px; }
      .section02 .about .item_wrap .item_ttl {
        position: relative;
        margin-top: 10px;
        padding-left: 35px;
        text-align: left;
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem; }
        .section02 .about .item_wrap .item_ttl::before {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          width: 30px;
          height: 30px;
          background: no-repeat center/contain url("img/ico_check3.png"); }
      .section02 .about .item_wrap .item_block {
        margin: 15px auto 20px;
        padding: 18px 45px;
        border: solid 2px #fbddea;
        line-height: 1.7;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        .section02 .about .item_wrap .item_block strong {
          font-size: 120%;
          font-weight: 700; }
        .section02 .about .item_wrap .item_block ul {
          line-height: 1.8; }
    .section02 .about table {
      margin: 0 auto 20px;
      width: 600px;
      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: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: 130%; }
      .section02 .about .txt.overview {
        margin-top: 30px;
        margin-bottom: 0;
        line-height: 1.72; }
    .section02 .about .recommend_ttl {
      padding-bottom: 20px;
      background: none; }
  .section02 .cta {
    width: 500px;
    margin: 0 auto; }
    .section02 .cta .txt {
      color: #11A42E; }

.section03 .inner {
  padding: 45px 0 45px; }

.client_archive > ul > li {
  margin-top: 40px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px 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: 15px 10px 15px 125px;
    border-bottom: 1px solid #bababa; }
    .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      left: 25px;
      top: -18px;
      width: 86px;
      height: 95px;
      background: url("img/rank_01.png") no-repeat left top/100% auto; }
    .client_archive .client_card .client_name a {
      color: #31302c;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 25px; }
.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("img/rank_02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("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 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  font-weight: 700;
  color: #f66f8c; }
.client_archive .overview {
  -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;
  margin-top: 15px; }
  .client_archive .overview .image {
    width: 300px; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .client_archive .overview .txt .heading {
      font-size: 25px;
      font-size: 2.5rem;
      color: #ffe9ee;
      font-weight: 700; }
    .client_archive .overview .txt table {
      width: 100%;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 8px 5px;
        border: 1px solid #bababa;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        background: #fff6f8;
        width: 27%;
        font-weight: 500;
        color: #f66f8c; }
      .client_archive .overview .txt table td {
        padding: 8px 12px; }
      .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: 28px;
          margin-right: 5px; }
        .client_archive .overview .txt table .ico_wrap p {
          width: calc(100% - 33px); }
    .client_archive .overview .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;
      display: inline-flex; }
      .client_archive .overview .txt .icon.gr {
        background-color: #cecece; }
.client_archive .point,
.client_archive .treatment,
.client_archive .review,
.client_archive .location {
  overflow: hidden;
  margin-top: 15px;
  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: 21px;
    font-size: 2.1rem; }
  .client_archive .point .contents,
  .client_archive .treatment .contents,
  .client_archive .review .contents,
  .client_archive .location .contents {
    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: 10px;
      height: 10px;
      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: 10px;
        height: 10px;
        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 {
      margin-top: 30px;
      padding: 0 120px;
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }
.client_archive .point {
  margin-top: 20px; }
  .client_archive .point .contents {
    padding: 15px 140px; }
  .client_archive .point ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-size: 1.8rem; }
    .client_archive .point ul li::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 12px;
      height: 11px;
      background: url("img/ico_check.png") no-repeat left top/100% auto; }
    .client_archive .point ul li + li {
      margin-top: 5px; }
.client_archive .treatment .contents {
  padding: 15px 10px; }
.client_archive .treatment .treatment_slides {
  width: 600px;
  margin: 0 auto; }
.client_archive .review .contents {
  padding: 15px 10px;
  background: #fffcff; }
.client_archive .review .review_slides .review_slide {
  padding: 10px; }
  .client_archive .review .review_slides .review_slide .txt {
    width: 650px;
    margin: 0 auto;
    padding: 30px 40px;
    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: 13px;
    font-size: 1.3rem;
    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: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .client_archive .campaign h2 span {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    margin: 5px 0 15px; }
    .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("img/ico_left2.png") no-repeat left top/100% auto; }
    .client_archive .campaign h2 span::after {
      right: 0;
      left: auto;
      background-image: url("img/ico_right2.png"); }
  .client_archive .campaign .left {
    text-align: left; }
.client_archive .location .contents {
  padding: 20px 10px 30px; }
.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;
  width: 660px;
  margin: auto; }
  .client_archive .location .location_tab li {
    width: calc(100% / 4);
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer; }
    .client_archive .location .location_tab li span {
      display: block;
      position: relative;
      width: 50px;
      height: 50px;
      margin: 10px auto 0;
      background: url("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: 30px auto 0;
  padding: 20px 25px;
  width: 660px;
  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(240, 248, 254, 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;
    top: -14.5px;
    left: 100px;
    width: 17px;
    height: 15px;
    background: url("img/ico_fukidashi.png") no-repeat left top/100% auto;
    z-index: 1; }
  .client_archive .location .content_wrap.item_01::before {
    left: 8.5%; }
  .client_archive .location .content_wrap.item_02::before {
    left: 35.5%; }
  .client_archive .location .content_wrap.item_03::before {
    left: 60.5%; }
  .client_archive .location .content_wrap.item_04::before {
    left: 85.8%; }
  .client_archive .location .content_wrap.item_05::before {
    left: 36.5%; }
  .client_archive .location .content_wrap.item_06::before {
    left: 61.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: 130px;
      background: #ffe9ee;
      color: #f66f8c;
      text-align: center;
      margin-left: .5em;
      margin-bottom: .5em; }
      .client_archive .location .content_wrap ul li:nth-child(1) {
        margin-left: 0; }
      .client_archive .location .content_wrap ul li:nth-child(5) {
        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: 15px;
      vertical-align: middle;
      font-size: 14px;
      font-size: 1.4rem; }
    .client_archive .location .content_wrap table th {
      width: 130px;
      background: #ede4e1;
      color: #f66f8c;
      font-weight: 500;
      text-align: center; }
  .client_archive .location .content_wrap .none {
    padding: 20px 0;
    text-align: center; }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .cta_btn {
    width: 700px;
    margin: 8px auto 0; }
    .client_archive .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }

.section04 .inner {
  padding: 30px 0 70px; }
.section04 table tbody tr:first-child {
  position: relative;
  background: #ffffe7; }
.section04 table tbody tr:not(:first-child) td .cta_btn {
  background: #3db897;
  box-shadow: 0 5px 0 #2e8c72; }
  .section04 table tbody tr:not(:first-child) td .cta_btn.animation {
    animation: animationbtn_green 2s infinite; }
.section04 table {
  table-layout: fixed;
  width: 100%;
  border-top: none;
  background: #fff; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #bababa;
    padding: 8px 5px; }
  .section04 table thead th {
    background: #ffe9ee;
    color: #f66f8c;
    line-height: 1.2;
    padding-top: 14px;
    padding-bottom: 14px; }
  .section04 table tbody {
    /*
    tr:first-child {
    	position: relative;
    	border:2px solid $subColor;
    }
    */ }
    .section04 table tbody .image {
      display: block;
      width: 75%;
      margin: auto; }
    .section04 table tbody .ico {
      width: 36px;
      margin: 0 auto 5px; }
    .section04 table tbody td p {
      line-height: 1.4;
      font-size: 13px;
      font-size: 1.3rem; }
    .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: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.section05 .main_ttl {
  padding: 34px 0; }
.section05 .container {
  padding: 35px 0 75px;
  background: #fdf3f7; }
.section05 .inner {
  padding: 40px 90px; }
.section05 .flex_box {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 20px; }
  .section05 .flex_box .img {
    width: 300px;
    margin-right: 25px; }
  .section05 .flex_box .txt {
    width: calc(100% - 325px); }
    .section05 .flex_box .txt .name {
      text-align: center;
      font-weight: 700;
      font-size: 28px;
      font-size: 2.8rem; }
.section05 .box .name {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem; }
  .section05 .box .name a {
    color: #1cb2f8; }
.section05 .box .img {
  width: 300px;
  margin: 0 auto 20px; }
.section05 .box .remarks {
  text-align: right;
  margin-bottom: 20px; }
.section05 .lead {
  font-size: 15px;
  font-size: 1.5rem; }
.section05 .reason .ttl {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem; }
.section05 .reason .list {
  text-align: center; }
.section05 .cta {
  margin-top: 20px; }
  .section05 .cta .cta_btn {
    width: 500px;
    margin: 8px auto 0;
    border-radius: 12px; }
    .section05 .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem;
      padding: 20px;
      position: relative; }
      .section05 .cta .cta_btn a .ico_line {
        position: absolute;
        top: 50%;
        left: 30px;
        width: 50px;
        height: auto;
        transform: translateY(-50%); }
.section05 .caution_txt {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section05 .caution_txt {
      width: 100%; } }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(127, 202, 245, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    position: relative;
    width: 860px;
    height: 90px;
    background: none; }
  .fixed_cta .img {
    position: absolute;
    bottom: 0;
    left: 125px; }
  .fixed_cta .cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    right: 128px; }
    .fixed_cta .cta .cta_btn a {
      padding: 10px 0;
      font-size: 15px;
      font-size: 1.5rem; }

.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: 540px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0;
    height: 90px;
    background: none;
    display: flex;
    justify-content: space-between; }
    .fixed_cta.fc02 .inner .ft_txt {
      background: #fff;
      color: #F37FBD;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.8;
      padding: 10px 20px;
      display: inline-block;
      text-align: center;
      border: 1px solid #E26C90;
      border-radius: 8px; }
    .fixed_cta.fc02 .inner .ft_img {
      height: 80px; }
      .fixed_cta.fc02 .inner .ft_img img {
        height: 100%;
        width: auto; }
  .fixed_cta.fc02 .cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    right: 128px; }
    .fixed_cta.fc02 .cta .cta_btn a {
      padding: 10px 0;
      font-size: 15px;
      font-size: 1.5rem; }
      .fixed_cta.fc02 .cta .cta_btn a span {
        font-weight: bold;
        color: #fff000; }

.footer .inner {
  padding: 50px 0 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: 100px; }
  .footer .privacy .txt {
    padding-left: 20px; }
.footer .f_nav {
  width: 800px;
  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 {
      margin-left: 30px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none; }
.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: 99;
  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: 160px;
        width: 60%; }
    .exitProtection .wrap .cta {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 25px;
      width: 370px;
      margin: auto; }
      .exitProtection .wrap .cta .cta_btn {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        position: relative; }
        .exitProtection .wrap .cta .cta_btn span {
          display: block;
          text-decoration: none;
          line-height: 1.4;
          color: #fef798 !important;
          font-weight: 700;
          font-size: 17px;
          font-size: 1.7rem;
          text-align: center;
          padding: 15px 5px; }
        .exitProtection .wrap .cta .cta_btn .ico_line {
          height: 40px !important;
          width: auto;
          position: absolute;
          left: 30px;
          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: 0px;
      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: 15px;
  margin: 0 0 3px; }
  .cta_fukidashi.bt {
    font-size: 12px; }

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

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

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

.client_table2 th:nth-child(2) {
  width: 170px; }

.client_table2 th:nth-child(3) {
  width: 130px; }

.client_table2 tr td .txt {
  display: block;
  align-items: center;
  justify-content: center;
  height: 90px; }
  .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: 1.1rem !important; }

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

.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: 36px; }
  .client_table2 td .ico img {
    object-position: center; }

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