@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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 #128980;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #128980;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #128980;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #128980;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #128980;
    top: 0px; } }
.cta_btn {
  position: relative;
  max-width: 700px;
  margin: 0 auto 4px;
  box-shadow: 0 4px 0 #128980;
  background: #1bbeb1;
  -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: 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

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

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

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    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; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(243, 124, 138, 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: #f37c8a;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    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; } }

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

.popups_btn a {
  color: #222;
  text-decoration: underline;
  cursor: pointer; }

.popups {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999; }
  .popups.is-open {
    display: block; }
  .popups::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); }
  .popups .popup_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .popups .review_wrap {
    position: relative;
    z-index: 2;
    width: 300px;
    padding: 20px 10px 10px;
    background: #fff;
    border: 1px solid #f37c8a;
    border-radius: 16px;
    box-sizing: border-box; }
  .popups ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .popups li {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #fae7e3;
    color: #333;
    font-size: 3.4vw;
    line-height: 1.8; }
    .popups li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .popups .remarks {
    margin-top: 20px;
    color: #777;
    font-size: 12px;
    text-align: right; }
  .popups .popups_close {
    position: absolute;
    top: -40px;
    right: 6px;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #727272;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }

.remarks {
  margin-top: 5px; }

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

.review_detaila {
  font-weight: 700;
  color: #ffd542;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1; }
  .review_detaila b {
    margin-left: 5px;
    font-size: 120%;
    vertical-align: -2px;
    color: #f37c8a; }
  .review_detaila small {
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333; }

.catch {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem; }

.header {
  border-top: 2px solid #e254c7; }
  .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: 80px;
    margin: 0 auto; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 18px;
    line-height: 1; }

.index {
  /*.tab_item {
  	@include radius(5px);
  	border:1px solid $mainColor;
  	padding:15px 10px;
  }*/ }
  .index .fv {
    position: relative; }
    .index .fv .fv_txt {
      z-index: 1;
      position: absolute;
      top: 5px;
      left: 18%;
      width: 170px;
      padding: 3px 0;
      border: #fe6faf 2px solid;
      background: #fff;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      text-align: center;
      color: #fe6faf;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1; }
      .index .fv .fv_txt small {
        color: #333;
        font-weight: 500;
        font-size: 16px;
        font-size: 1.6rem; }
  .index .tab {
    position: relative;
    z-index: 10;
    -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; }
    .index .tab li {
      width: 40%;
      text-align: center;
      color: #939291;
      cursor: pointer;
      font-weight: 700;
      font-size: 4.8vw;
      padding: 4px 0;
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      background: #e3dfe1;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      letter-spacing: 0.1em;
      position: relative; }
      .index .tab li:nth-child(2) {
        margin-left: 3%; }
      .index .tab li.select {
        background: #f37c8a;
        color: #fff; }
  .index .disnone {
    display: none; }
  .index .bottom_image_01 {
    margin-top: 40px;
    text-align: center; }
  .index .consideration {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    animation: blink 3s infinite; }
    .index .consideration span, .index .consideration strong {
      font-size: 130%;
      font-weight: 700;
      color: #f37c8a; }
@keyframes blink {
  0% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .index .section_select .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px; }
    @media only screen and (max-width: 768px) {
      .index .section_select .inner {
        width: 100%; } }
  .index .section_select h2 {
    position: relative;
    margin-bottom: 40px;
    padding: 10px 5px;
    background: #f37c8a;
    border-radius: 37.5px;
    -moz-border-radius: 37.5px;
    -webkit-border-radius: 37.5px;
    -o-border-radius: 37.5px;
    -ms-border-radius: 37.5px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #fff; }
    .index .section_select h2::before {
      content: '';
      position: absolute;
      left: 45px;
      bottom: -15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-top: 17px solid #f37c8a;
      border-bottom: 0; }
  .index .section_select .client_box .item {
    position: relative;
    padding: 15px 10px;
    border: #bababa 1px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .index .section_select .client_box .item::before {
      z-index: 1;
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -30px;
      width: 40px;
      height: 46px;
      background: url("../../../datsumo-2/assets/img/ico_rank1.png") no-repeat left top/100% auto; }
    .index .section_select .client_box .item:first-child {
      background: #f9ffe2;
      border-color: #f37c8a; }
      .index .section_select .client_box .item:first-child .txt .catch,
      .index .section_select .client_box .item:first-child .txt .price {
        color: #f37c8a; }
      .index .section_select .client_box .item:first-child .cta_btn a {
        padding: 12px 5px;
        font-size: 15px;
        font-size: 1.5rem; }
    .index .section_select .client_box .item:nth-child(2)::before {
      background-image: url("../../../datsumo-2/assets/img/ico_rank2.png"); }
    .index .section_select .client_box .item:nth-child(3)::before {
      background-image: url("../../../datsumo-2/assets/img/ico_rank3.png"); }
    .index .section_select .client_box .item + .item {
      margin-top: 30px; }
    .index .section_select .client_box .item .flex {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex; }
      .index .section_select .client_box .item .flex .img {
        width: 35%;
        margin-right: 3%; }
        .index .section_select .client_box .item .flex .img p {
          text-decoration: underline;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 500;
          color: #7487f7;
          margin-top: 3px;
          text-align: center; }
      .index .section_select .client_box .item .flex .txt {
        width: 62%;
        line-height: 1.3;
        font-weight: 500;
        font-size: 12px;
        font-size: 1.2rem; }
        .index .section_select .client_box .item .flex .txt .satisfaction {
          -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: 10px;
          font-weight: 700; }
          .index .section_select .client_box .item .flex .txt .satisfaction .ttl {
            width: 60px;
            margin-right: 10px;
            padding: 3px;
            background: #fae7e3;
            text-align: center; }
          .index .section_select .client_box .item .flex .txt .satisfaction .score {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 1; }
        .index .section_select .client_box .item .flex .txt .overview {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -o-align-items: flex-start;
          align-items: flex-start;
          margin-bottom: 5px; }
          .index .section_select .client_box .item .flex .txt .overview .ttl {
            width: 60px;
            margin-right: 10px;
            padding: 3px;
            background: #f37c8a;
            color: #fff;
            text-align: center; }
          .index .section_select .client_box .item .flex .txt .overview .content .catch {
            margin-bottom: 5px; }
          .index .section_select .client_box .item .flex .txt .overview .content .price {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 700; }
            .index .section_select .client_box .item .flex .txt .overview .content .price small {
              display: block;
              font-size: 55%; }
        .index .section_select .client_box .item .flex .txt .cta_btn {
          border-radius: 25px;
          -moz-border-radius: 25px;
          -webkit-border-radius: 25px;
          -o-border-radius: 25px;
          -ms-border-radius: 25px; }
          .index .section_select .client_box .item .flex .txt .cta_btn a {
            position: relative;
            padding: 7px 5px;
            font-size: 14px;
            font-size: 1.4rem; }
            .index .section_select .client_box .item .flex .txt .cta_btn a::after {
              content: '';
              position: absolute;
              top: 50%;
              right: 20px;
              transform: translateY(-50%) rotate(45deg);
              width: 7px;
              height: 7px;
              border-top: #fff 2px solid;
              border-right: #fff 2px solid; }
        .index .section_select .client_box .item .flex .txt .remarks {
          margin-top: 10px;
          text-align: center; }
    .index .section_select .client_box .item .flex.flex_c {
      align-items: center !important; }
  .index .section_select .popup_btn {
    position: absolute;
    line-height: 1;
    display: block;
    right: 20px;
    top: 20px; }
    .index .section_select .popup_btn a {
      color: #0000ee;
      font-size: 12px; }
    .index .section_select .popup_btn.no_link a {
      text-decoration: none;
      pointer-events: none; }
  .index .section_select .popup {
    display: grid;
    grid-template-rows: auto 1fr auto;
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    width: calc(100vw - 20px);
    min-height: 300px;
    max-height: calc(100% - 150px);
    margin: auto;
    padding: 20px 10px;
    background: #fccbd0;
    border: #fccbd0 2px solid;
    border-radius: 20px;
    transform: scale(0.8) translateY(-50%);
    transition: all 0; }
    .index .section_select .popup .cta_txt {
      margin: 8px 0 3px;
      color: #D21577;
      font-size: 15px;
      font-weight: bold;
      text-align: center; }
    .index .section_select .popup .popup_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: -42px;
      right: 15px;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .index .section_select .popup .image {
      width: 100%;
      margin: 0 auto 10px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .index .section_select .popup .image .logo {
        width: 40%;
        margin: 0;
        display: block; }
      .index .section_select .popup .image .eva_top {
        width: 35%;
        height: auto;
        display: block; }
    .index .section_select .popup .review_wrap {
      padding: 20px 15px;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      overflow-y: scroll; }
      .index .section_select .popup .review_wrap::-webkit-scrollbar {
        width: 10px; }
      .index .section_select .popup .review_wrap::-webkit-scrollbar-thumb {
        background: #939393;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
    .index .section_select .popup .cta_btn {
      margin: 0 auto;
      border-radius: 40px !important; }
      .index .section_select .popup .cta_btn a {
        padding: 15px 80px !important;
        font-size: 1.7rem !important; }
        .index .section_select .popup .cta_btn a::after {
          display: none; }
    .index .section_select .popup li + li {
      margin-top: 20px; }
    .index .section_select .popup li .kuchikomi_wrap {
      background: #fff5f5;
      width: 100%;
      margin: 0 auto;
      padding: 15px 10px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      -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: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start; }
      .index .section_select .popup li .kuchikomi_wrap .kuchikomi {
        margin: 0 auto 10px; }
        .index .section_select .popup li .kuchikomi_wrap .kuchikomi .icon {
          width: 80px; }
      .index .section_select .popup li .kuchikomi_wrap p.kuchikomi_naiyou {
        display: block;
        color: #333;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left;
        font-weight: 400; }
    .index .section_select .popup.open {
      opacity: 1;
      visibility: visible;
      transform: scale(1) translateY(-50%);
      transition: all .2s; }
    .index .section_select .popup .cta_btn {
      border-radius: 8px !important; }
      .index .section_select .popup .cta_btn a {
        font-size: 15px; }
    .index .section_select .popup .remarks {
      margin: 0 !important;
      text-align: right !important; }
  .index .section_select .top_osusume {
    width: 80%;
    font-weight: bold;
    border: 2px solid #f37c8a;
    border-radius: 8px;
    background: #fff;
    padding: 5px 10px;
    margin: 10px auto; }
    .index .section_select .top_osusume ul {
      width: 100%; }
    .index .section_select .top_osusume li {
      font-size: 3.5vw;
      padding-left: 1.2em;
      text-indent: -1.2em; }
      .index .section_select .top_osusume li span {
        font-size: 1.1em;
        font-weight: bold;
        color: #f37c8a; }
  .index .section_select .cta_btn {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    width: 90%;
    margin: 0 auto; }
    .index .section_select .cta_btn a {
      position: relative;
      padding: 7px 5px;
      font-size: 14px;
      font-size: 1.4rem; }
      .index .section_select .cta_btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: #fff 2px solid;
        border-right: #fff 2px solid; }
  .index .section01 .inner,
  .index .section03 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 30px; }
    @media only screen and (max-width: 768px) {
      .index .section01 .inner,
      .index .section03 .inner {
        width: 100%; } }
  .index .section01 .remarks,
  .index .section03 .remarks {
    margin-top: 10px; }
  .index .section01 h2,
  .index .section03 h2 {
    margin-bottom: 20px;
    text-align: center; }
  .index .section01 .tab,
  .index .section03 .tab {
    margin-top: 20px; }
  .index .section01 .wrap,
  .index .section03 .wrap {
    width: 100%;
    overflow: scroll; }
    .index .section01 .wrap table,
    .index .section03 .wrap table {
      width: 500px;
      border: 1px solid #e4e4e4; }
      .index .section01 .wrap table th, .index .section01 .wrap table td,
      .index .section03 .wrap table th,
      .index .section03 .wrap table td {
        text-align: center;
        border: 1px solid #e4e4e4;
        padding: 8px 5px;
        width: 100px;
        background: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.3; }
      .index .section01 .wrap table thead th,
      .index .section03 .wrap table thead th {
        background: #fae7e3;
        color: #f37c8a;
        padding: 5px;
        font-weight: 500;
        font-size: 15px;
        font-size: 1.5rem; }
      .index .section01 .wrap table tbody tr:first-child,
      .index .section03 .wrap table tbody tr:first-child {
        border: 2px solid #f37c8a;
        background-color: #fffde5; }
        .index .section01 .wrap table tbody tr:first-child td,
        .index .section03 .wrap table tbody tr:first-child td {
          background-color: #fffde5; }
      .index .section01 .wrap table tbody .rank_ico,
      .index .section03 .wrap table tbody .rank_ico {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px auto; }
      .index .section01 .wrap table tbody tr:nth-child(1) .rank_ico,
      .index .section03 .wrap table tbody tr:nth-child(1) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no1.png"); }
      .index .section01 .wrap table tbody tr:nth-child(2) .rank_ico,
      .index .section03 .wrap table tbody tr:nth-child(2) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no2.png"); }
      .index .section01 .wrap table tbody tr:nth-child(3) .rank_ico,
      .index .section03 .wrap table tbody tr:nth-child(3) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no3.png"); }
      .index .section01 .wrap table tbody tr:nth-child(4) .rank_ico,
      .index .section03 .wrap table tbody tr:nth-child(4) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no4.png"); }
      .index .section01 .wrap table tbody tr:nth-child(5) .rank_ico,
      .index .section03 .wrap table tbody tr:nth-child(5) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no5.png"); }
      .index .section01 .wrap table thead tr th:first-child,
      .index .section01 .wrap table tbody tr td:first-child,
      .index .section03 .wrap table thead tr th:first-child,
      .index .section03 .wrap table tbody tr td:first-child {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 50;
        width: 45px; }
        .index .section01 .wrap table thead tr th:first-child::after,
        .index .section01 .wrap table tbody tr td:first-child::after,
        .index .section03 .wrap table thead tr th:first-child::after,
        .index .section03 .wrap table tbody tr td:first-child::after {
          content: "";
          position: absolute;
          top: -1px;
          right: -1px;
          width: 1px;
          height: 100%;
          border-right: 1px solid #e4e4e4;
          z-index: -1; }
      .index .section01 .wrap table a,
      .index .section03 .wrap table a {
        text-decoration: none; }
      .index .section01 .wrap table a p,
      .index .section03 .wrap table a p {
        color: #04a8e5;
        text-decoration: underline; }
    .index .section01 .wrap .review span,
    .index .section03 .wrap .review span {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700; }
    .index .section01 .wrap .total table tbody tr:first-child .review span,
    .index .section03 .wrap .total table tbody tr:first-child .review span {
      color: #f93a4e; }
    .index .section01 .wrap .total table tbody tr:first-child .price span,
    .index .section03 .wrap .total table tbody tr:first-child .price span {
      font-weight: 700;
      color: #f93a4e; }
    .index .section01 .wrap .student table tbody tr:first-child .price span,
    .index .section03 .wrap .student table tbody tr:first-child .price span {
      font-weight: 700;
      color: #f93a4e;
      font-size: 16px;
      font-size: 1.6rem; }
    .index .section01 .wrap .ico,
    .index .section03 .wrap .ico {
      width: 28px;
      margin: 0 auto 5px; }
  .index .section01 .scroll_txt,
  .index .section03 .scroll_txt {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
    color: #f37c8a;
    background: #ebfbff;
    font-weight: 500;
    padding-right: 10px; }
  .index .section01 .client_table2,
  .index .section03 .client_table2 {
    position: relative; }
    .index .section01 .client_table2::after,
    .index .section03 .client_table2::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: calc(100% / 3);
      border: 2px solid #f37c8a;
      z-index: 5;
      pointer-events: none; }
    .index .section01 .client_table2 table,
    .index .section03 .client_table2 table {
      width: 100%;
      border: 1px solid #e9e9e9;
      background: #fff;
      table-layout: fixed; }
      .index .section01 .client_table2 table th, .index .section01 .client_table2 table td,
      .index .section03 .client_table2 table th,
      .index .section03 .client_table2 table td {
        text-align: center;
        border: 1px solid #e9e9e9; }
      .index .section01 .client_table2 table thead td .rank_ico,
      .index .section03 .client_table2 table thead td .rank_ico {
        content: "";
        width: 40px;
        height: 34px;
        margin: -5px auto 5px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto; }
      .index .section01 .client_table2 table thead td:nth-child(1) .rank_ico,
      .index .section03 .client_table2 table thead td:nth-child(1) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no1.png"); }
      .index .section01 .client_table2 table thead td:nth-child(2) .rank_ico,
      .index .section03 .client_table2 table thead td:nth-child(2) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no2.png"); }
      .index .section01 .client_table2 table thead td:nth-child(3) .rank_ico,
      .index .section03 .client_table2 table thead td:nth-child(3) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no3.png"); }
      .index .section01 .client_table2 table tr:nth-child(2) td,
      .index .section03 .client_table2 table tr:nth-child(2) td {
        padding: 20px 10px; }
      .index .section01 .client_table2 table th,
      .index .section03 .client_table2 table th {
        background: #fae7e3;
        font-weight: 700;
        color: #f37c8a;
        padding: 10px 0;
        font-size: 14px;
        font-size: 1.4rem; }
      .index .section01 .client_table2 table td,
      .index .section03 .client_table2 table td {
        padding: 5px 3px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        position: relative;
        vertical-align: top; }
        .index .section01 .client_table2 table td a,
        .index .section03 .client_table2 table td a {
          color: #7487f7; }
        .index .section01 .client_table2 table td small,
        .index .section03 .client_table2 table td small {
          font-size: 9px; }
        .index .section01 .client_table2 table td .red,
        .index .section03 .client_table2 table td .red {
          font-weight: 700;
          color: #f93a4e; }
        .index .section01 .client_table2 table td .large,
        .index .section03 .client_table2 table td .large {
          font-size: 15px; }
        .index .section01 .client_table2 table td:first-child,
        .index .section03 .client_table2 table td:first-child {
          background: #fffeec; }
        .index .section01 .client_table2 table td:nth-child(2) .upper_table_price .number,
        .index .section03 .client_table2 table td:nth-child(2) .upper_table_price .number {
          color: #f93a4e;
          border-color: #f93a4e; }
        .index .section01 .client_table2 table td .ico,
        .index .section03 .client_table2 table td .ico {
          width: 28px;
          margin: 0 auto 3px; }
        .index .section01 .client_table2 table td .review span,
        .index .section03 .client_table2 table td .review span {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700; }
        .index .section01 .client_table2 table td .popup_btn a,
        .index .section03 .client_table2 table td .popup_btn a {
          text-decoration: underline; }
        .index .section01 .client_table2 table td .popup_btn.no_link a,
        .index .section03 .client_table2 table td .popup_btn.no_link a {
          text-decoration: none;
          pointer-events: none; }
        .index .section01 .client_table2 table td .popup,
        .index .section03 .client_table2 table td .popup {
          display: grid;
          grid-template-rows: auto 1fr auto;
          opacity: 0;
          visibility: hidden;
          z-index: 101;
          position: fixed;
          top: 50%;
          right: 0;
          left: 0;
          width: 90%;
          min-height: 300px;
          max-height: calc(100% - 150px);
          margin: auto;
          padding: 20px 10px;
          background: #fccbd0;
          border: #fccbd0 2px solid;
          border-radius: 10px;
          transform: scale(0.8) translateY(-50%);
          transition: all 0; }
          .index .section01 .client_table2 table td .popup .popup_close,
          .index .section03 .client_table2 table td .popup .popup_close {
            background: #8d8d8d;
            color: #fff !important;
            width: 40px;
            line-height: 40px;
            display: block;
            font-size: 20px;
            font-weight: bold;
            position: absolute;
            top: -42px;
            right: 10px;
            text-align: center;
            cursor: pointer;
            text-decoration: none;
            z-index: 100; }
          .index .section01 .client_table2 table td .popup .image,
          .index .section03 .client_table2 table td .popup .image {
            width: 180px;
            margin: 0 auto 10px; }
            .index .section01 .client_table2 table td .popup .image a p,
            .index .section03 .client_table2 table td .popup .image a p {
              font-size: 1.3rem !important; }
          .index .section01 .client_table2 table td .popup .review_wrap,
          .index .section03 .client_table2 table td .popup .review_wrap {
            overflow-y: scroll;
            scrollbar-width: none;
            /*&::-webkit-scrollbar{
                //display: none;
                width: 7px;
            }
            &::-webkit-scrollbar-thumb {
                background: #939393;
                @include radius(50px);
            }*/ }
            .index .section01 .client_table2 table td .popup .review_wrap ul li,
            .index .section03 .client_table2 table td .popup .review_wrap ul li {
              padding: 20px 10px;
              background: #fff;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              -o-border-radius: 10px;
              -ms-border-radius: 10px; }
              .index .section01 .client_table2 table td .popup .review_wrap ul li + li,
              .index .section03 .client_table2 table td .popup .review_wrap ul li + li {
                margin-top: 10px; }
              .index .section01 .client_table2 table td .popup .review_wrap ul li .kuchikomi_wrap,
              .index .section03 .client_table2 table td .popup .review_wrap ul li .kuchikomi_wrap {
                -webkit-display: flex;
                -moz-display: flex;
                -ms-display: flex;
                -o-display: flex;
                display: flex; }
                .index .section01 .client_table2 table td .popup .review_wrap ul li .kuchikomi_wrap .icon,
                .index .section03 .client_table2 table td .popup .review_wrap ul li .kuchikomi_wrap .icon {
                  width: 80px;
                  margin-right: 5px; }
                .index .section01 .client_table2 table td .popup .review_wrap ul li .kuchikomi_wrap .txt,
                .index .section03 .client_table2 table td .popup .review_wrap ul li .kuchikomi_wrap .txt {
                  width: calc(100% - 85px);
                  font-size: 14px;
                  font-size: 1.4rem;
                  text-align: left; }
          .index .section01 .client_table2 table td .popup .cta_btn,
          .index .section03 .client_table2 table td .popup .cta_btn {
            width: 90%;
            margin-top: 20px; }
          .index .section01 .client_table2 table td .popup.open,
          .index .section03 .client_table2 table td .popup.open {
            opacity: 1;
            visibility: visible;
            transform: scale(1) translateY(-50%);
            transition: all .2s; }
          .index .section01 .client_table2 table td .popup.popup_area .popup_inner,
          .index .section03 .client_table2 table td .popup.popup_area .popup_inner {
            min-height: 300px;
            max-height: 60vh;
            overflow-y: scroll; }
          .index .section01 .client_table2 table td .popup.popup_area .popup_wrap,
          .index .section03 .client_table2 table td .popup.popup_area .popup_wrap {
            display: table;
            width: 95%;
            margin: 0 auto;
            border: 1px solid #d4d4d4;
            border-bottom: none; }
            .index .section01 .client_table2 table td .popup.popup_area .popup_wrap .area,
            .index .section03 .client_table2 table td .popup.popup_area .popup_wrap .area {
              display: table-cell;
              width: 30%;
              font-weight: 700;
              vertical-align: middle;
              border-right: 1px solid #d4d4d4;
              color: #fae7e3;
              background: #f37c8a; }
            .index .section01 .client_table2 table td .popup.popup_area .popup_wrap .list,
            .index .section03 .client_table2 table td .popup.popup_area .popup_wrap .list {
              display: table-cell;
              padding: 10px;
              text-align: left;
              background: #fff; }
              .index .section01 .client_table2 table td .popup.popup_area .popup_wrap .list ul,
              .index .section03 .client_table2 table td .popup.popup_area .popup_wrap .list ul {
                list-style: disc;
                padding-left: 1.5em; }
            .index .section01 .client_table2 table td .popup.popup_area .popup_wrap:last-child,
            .index .section03 .client_table2 table td .popup.popup_area .popup_wrap:last-child {
              padding: 10px;
              border-bottom: 1px solid #d4d4d4; }
            .index .section01 .client_table2 table td .popup.popup_area .popup_wrap a,
            .index .section03 .client_table2 table td .popup.popup_area .popup_wrap a {
              color: #7487f7; }
        .index .section01 .client_table2 table td .popup2,
        .index .section03 .client_table2 table td .popup2 {
          display: grid;
          grid-template-rows: auto 1fr auto;
          opacity: 0;
          visibility: hidden;
          z-index: 101;
          position: fixed;
          top: 50%;
          right: 0;
          left: 0;
          width: 90%;
          min-height: 300px;
          max-height: calc(100% - 150px);
          margin: auto;
          background: #fff;
          border: #fccbd0 2px solid;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          transform: scale(0.8) translateY(-50%);
          transition: all 0; }
          .index .section01 .client_table2 table td .popup2 .popup_close,
          .index .section03 .client_table2 table td .popup2 .popup_close {
            background: #8d8d8d;
            color: #fff !important;
            width: 40px;
            line-height: 40px;
            display: block;
            font-size: 20px;
            font-weight: bold;
            position: absolute;
            top: -42px;
            right: 15px;
            text-align: center;
            cursor: pointer;
            text-decoration: none;
            z-index: 100; }
          .index .section01 .client_table2 table td .popup2.open,
          .index .section03 .client_table2 table td .popup2.open {
            opacity: 1;
            visibility: visible;
            transform: scale(1) translateY(-50%);
            transition: all .2s; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .modal-header,
          .index .section03 .client_table2 table td .popup2.popup_area2 .modal-header {
            position: relative;
            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: #fc8cbe;
            padding: 10px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-shrink: 0;
            text-align: left; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .modal-header-text,
          .index .section03 .client_table2 table td .popup2.popup_area2 .modal-header-text {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
            color: #fff; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .modal-header-sub,
          .index .section03 .client_table2 table td .popup2.popup_area2 .modal-header-sub {
            font-size: 12px;
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.8);
            margin-top: 2px; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .popup_close,
          .index .section03 .client_table2 table td .popup2.popup_area2 .popup_close {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 15px;
            width: 26px;
            height: 26px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            color: #fff;
            font-size: 13px;
            font-size: 1.3rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: background 0.15s; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .modal-notice,
          .index .section03 .client_table2 table td .popup2.popup_area2 .modal-notice {
            background: #FFF8FB;
            border-bottom: 0.5px solid #fc8cbe;
            padding: 8px 5px;
            font-size: 11px;
            font-size: 1.1rem;
            color: #fc8cbe;
            flex-shrink: 0;
            line-height: 1.5; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .modal-body,
          .index .section03 .client_table2 table td .popup2.popup_area2 .modal-body {
            padding: 10px;
            overflow-y: auto;
            flex: 1;
            -webkit-overflow-scrolling: touch; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .modal-body::-webkit-scrollbar,
          .index .section03 .client_table2 table td .popup2.popup_area2 .modal-body::-webkit-scrollbar {
            width: 4px; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .modal-body::-webkit-scrollbar-track,
          .index .section03 .client_table2 table td .popup2.popup_area2 .modal-body::-webkit-scrollbar-track {
            background: transparent; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .modal-body::-webkit-scrollbar-thumb,
          .index .section03 .client_table2 table td .popup2.popup_area2 .modal-body::-webkit-scrollbar-thumb {
            background: #ffb5be;
            border-radius: 2px; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .region-block,
          .index .section03 .client_table2 table td .popup2.popup_area2 .region-block {
            margin-bottom: 14px;
            text-align: left; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .region-label,
          .index .section03 .client_table2 table td .popup2.popup_area2 .region-label {
            display: inline-block;
            margin-bottom: 7px;
            padding: 3px 10px;
            background: #fc8cbe;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
            letter-spacing: .05em;
            color: #fff;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: 700; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .clinic-grid,
          .index .section03 .client_table2 table td .popup2.popup_area2 .clinic-grid {
            display: grid;
            grid-template-columns: auto auto;
            gap: 5px; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .clinic-item,
          .index .section03 .client_table2 table td .popup2.popup_area2 .clinic-item {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .index .section01 .client_table2 table td .popup2.popup_area2 .clinic-item a,
            .index .section03 .client_table2 table td .popup2.popup_area2 .clinic-item a {
              position: relative;
              display: block;
              width: 100%;
              cursor: pointer;
              padding: 8px 10px;
              background: #fff6fa;
              border: 0.5px solid #fc8cbe;
              border-radius: 7px;
              -moz-border-radius: 7px;
              -webkit-border-radius: 7px;
              -o-border-radius: 7px;
              -ms-border-radius: 7px;
              text-decoration: none;
              font-size: 13px;
              font-size: 1.3rem;
              font-weight: 500;
              color: #333;
              transition: all 0.12s; }
              .index .section01 .client_table2 table td .popup2.popup_area2 .clinic-item a::after,
              .index .section03 .client_table2 table td .popup2.popup_area2 .clinic-item a::after {
                content: '→';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 10px;
                color: #fc8cbe;
                transition: all 0.12s; }
              .index .section01 .client_table2 table td .popup2.popup_area2 .clinic-item a:hover,
              .index .section03 .client_table2 table td .popup2.popup_area2 .clinic-item a:hover {
                background: #fc8cbe;
                color: #fff; }
                .index .section01 .client_table2 table td .popup2.popup_area2 .clinic-item a:hover::after,
                .index .section03 .client_table2 table td .popup2.popup_area2 .clinic-item a:hover::after {
                  color: #fff; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .modal-cta,
          .index .section03 .client_table2 table td .popup2.popup_area2 .modal-cta {
            padding: 12px 14px;
            border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            -webkit-border-radius: 0 0 10px 10px;
            -o-border-radius: 0 0 10px 10px;
            -ms-border-radius: 0 0 10px 10px;
            border-top: 0.5px solid #fc8cbe;
            background: #FFF8FB;
            flex-shrink: 0; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .divider,
          .index .section03 .client_table2 table td .popup2.popup_area2 .divider {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .divider-line,
          .index .section03 .client_table2 table td .popup2.popup_area2 .divider-line {
            flex: 1;
            height: 0.5px;
            background: #F0D0DA; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .divider-text,
          .index .section03 .client_table2 table td .popup2.popup_area2 .divider-text {
            font-size: 10px;
            color: #fc8cbe;
            white-space: nowrap; }
          .index .section01 .client_table2 table td .popup2.popup_area2 .cta_btn,
          .index .section03 .client_table2 table td .popup2.popup_area2 .cta_btn {
            max-width: 100%;
            background: #fc8cbe;
            box-shadow: 0 5px 0 #ce6c77;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px; }
            .index .section01 .client_table2 table td .popup2.popup_area2 .cta_btn a,
            .index .section03 .client_table2 table td .popup2.popup_area2 .cta_btn a {
              padding: 12px;
              font-size: 17px;
              font-size: 1.7rem; }
              .index .section01 .client_table2 table td .popup2.popup_area2 .cta_btn a small,
              .index .section03 .client_table2 table td .popup2.popup_area2 .cta_btn a small {
                display: block;
                margin-top: 2px;
                font-size: 11px;
                font-size: 1.1rem;
                color: rgba(255, 255, 255, 0.8); }
          .index .section01 .client_table2 table td .popup2.popup_area2 .cta-note,
          .index .section03 .client_table2 table td .popup2.popup_area2 .cta-note {
            margin-top: 8px;
            font-size: 11px;
            font-size: 1.1rem;
            color: #fc8cbe;
            text-align: center;
            line-height: 1.6; }
        .index .section01 .client_table2 table td .upper_table_price,
        .index .section03 .client_table2 table td .upper_table_price {
          font-weight: 700; }
          .index .section01 .client_table2 table td .upper_table_price .number,
          .index .section03 .client_table2 table td .upper_table_price .number {
            display: inline-block;
            font-size: 12px;
            background: #fff;
            color: #f37c8a;
            border: 1px solid #f37c8a;
            padding: 1px 3px; }
          .index .section01 .client_table2 table td .upper_table_price .large,
          .index .section03 .client_table2 table td .upper_table_price .large {
            display: inline-block;
            margin: 0 2px; }
          .index .section01 .client_table2 table td .upper_table_price small,
          .index .section03 .client_table2 table td .upper_table_price small {
            font-weight: 400; }
        .index .section01 .client_table2 table td .cta_btn,
        .index .section03 .client_table2 table td .cta_btn {
          margin: 5px auto 10px; }
          .index .section01 .client_table2 table td .cta_btn a,
          .index .section03 .client_table2 table td .cta_btn a {
            padding: 15px 0;
            font-size: 15px;
            font-size: 1.5rem; }
    .index .section01 .client_table2 .image a,
    .index .section03 .client_table2 .image a {
      display: block; }
      .index .section01 .client_table2 .image a:hover img,
      .index .section03 .client_table2 .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .index .section01 .client_table2 .image a p,
      .index .section03 .client_table2 .image a p {
        margin-top: 5px;
        text-decoration: underline;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 500;
        color: #7487f7; }
      .index .section01 .client_table2 .image a:hover p,
      .index .section03 .client_table2 .image a:hover p {
        text-decoration: none; }
  .index .section01 .inner {
    padding-top: 0; }
  .index .section01 .fixed_vertical_table {
    overflow-x: scroll;
    margin-right: -10px; }
    .index .section01 .fixed_vertical_table::after {
      left: 70px;
      width: calc(390px / 3 + 5px); }
    .index .section01 .fixed_vertical_table table {
      width: 470px;
      table-layout: fixed; }
      .index .section01 .fixed_vertical_table table th, .index .section01 .fixed_vertical_table table td {
        padding: 10px 5px;
        border: 1px solid #edcdd1;
        font-weight: 500;
        text-align: center;
        font-size: 16.5px;
        font-size: 1.65rem; }
        .index .section01 .fixed_vertical_table table th a, .index .section01 .fixed_vertical_table table td a {
          color: #04b5ff;
          font-weight: 700; }
      .index .section01 .fixed_vertical_table table th {
        width: 70px;
        background: #fae7e3;
        color: #f37c8a;
        font-weight: 700;
        border-right: none;
        border-left: none; }
        .index .section01 .fixed_vertical_table table th.sticky {
          z-index: 11;
          position: sticky;
          top: 0;
          left: 0; }
      .index .section01 .fixed_vertical_table table td {
        line-height: 1.4; }
        .index .section01 .fixed_vertical_table table td .red {
          color: #f93a4e; }
        .index .section01 .fixed_vertical_table table td.image {
          padding: 12px 5px; }
          .index .section01 .fixed_vertical_table table td.image a {
            display: block; }
            .index .section01 .fixed_vertical_table table td.image a:hover img {
              opacity: 1; }
          .index .section01 .fixed_vertical_table table td.image p {
            margin-top: 3px;
            font-size: 15px;
            font-size: 1.5rem; }
        .index .section01 .fixed_vertical_table table td .num {
          /*
          width: 50px;
          margin: 0 auto 3px;
          padding: 3px 10px;
          border: 1px solid $fontColor;
          line-height: 1;
          */
          display: inline-block;
          margin: 0 3px 0 0;
          font-size: 12px; }
        .index .section01 .fixed_vertical_table table td .type_list {
          width: 80%;
          margin: 0 auto; }
          .index .section01 .fixed_vertical_table table td .type_list li {
            padding: 3px 10px;
            border-radius: 40px;
            -moz-border-radius: 40px;
            -webkit-border-radius: 40px;
            -o-border-radius: 40px;
            -ms-border-radius: 40px;
            border: 1px solid #b1c0c5;
            line-height: 1;
            font-size: 12px; }
            .index .section01 .fixed_vertical_table table td .type_list li + li {
              margin-top: 3px; }
            .index .section01 .fixed_vertical_table table td .type_list li.yellow {
              background: #f8f487; }
            .index .section01 .fixed_vertical_table table td .type_list li.pink {
              background: #ffe1ec; }
        .index .section01 .fixed_vertical_table table td .cta_btn a {
          padding: 15px 0;
          font-size: 14px;
          font-size: 1.4rem; }
      .index .section01 .fixed_vertical_table table thead td:nth-child(2) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no1.png"); }
      .index .section01 .fixed_vertical_table table thead td:nth-child(3) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no2.png"); }
      .index .section01 .fixed_vertical_table table thead td:nth-child(4) .rank_ico {
        background-image: url("../../../datsumo-2/assets/img/ico_no3.png"); }
      .index .section01 .fixed_vertical_table table tbody tr:last-child td {
        padding-bottom: 15px; }
  .index .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 25px 10px 30px; }
    @media only screen and (max-width: 768px) {
      .index .section02 .inner {
        width: 100%; } }
  .index .section02 h2 {
    background: #f37c8a;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3; }
    .index .section02 h2 span {
      font-weight: 700;
      font-size: 22px;
      font-size: 2.2rem;
      color: #ffeba4; }
  .index .client_archive > ul > li {
    margin-top: 40px; }
    .index .client_archive > ul > li.pickup {
      margin-top: 40px; }
      .index .client_archive > ul > li.pickup .client_card {
        border-color: #fde5aa;
        background: #fdf9ef;
        position: relative; }
        .index .client_archive > ul > li.pickup .client_card::before {
          content: "";
          position: absolute;
          width: 220px;
          height: 100%;
          background-image: url("../../../datsumo/assets/img/pickup_clinic.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -25px;
          pointer-events: none; }
        .index .client_archive > ul > li.pickup .client_card .client_name {
          padding-left: 0;
          padding-right: 0;
          padding-top: 25px;
          text-align: center; }
    .index .client_archive > ul > li:first-child {
      margin-top: 0; }
  .index .client_archive .client_card {
    border: 2px solid #e7e7e7;
    background: #fff; }
    .index .client_archive .client_card .client_name {
      position: relative;
      padding: 10px 10px 10px 70px;
      border-bottom: 1px solid #e7e7e7; }
      .index .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 0;
        top: -10px;
        pointer-events: none; }
      .index .client_archive .client_card .client_name a {
        color: #31302c;
        font-size: 4.5vw;
        font-weight: 700;
        text-decoration: none; }
        .index .client_archive .client_card .client_name a:hover {
          text-decoration: underline; }
    .index .client_archive .client_card .client_inner {
      padding: 10px 10px 20px; }
  .index .client_archive > ul > li {
    /*&:nth-child(4) .client_name::before {
    	background-image: url("../../../datsumo-2/assets/img/ico_no4.png");
    }
    &:nth-child(5) .client_name::before {
    	background-image: url("../../../datsumo-2/assets/img/ico_no5.png");
    }*/ }
    .index .client_archive > ul > li:nth-child(1) .client_card {
      border-color: #eae560;
      background: #fffeed; }
      .index .client_archive > ul > li:nth-child(1) .client_card .client_name {
        border-bottom-color: #eae560; }
        .index .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
          background-image: url("../../../datsumo-2/assets/img/ico_no1.png"); }
    .index .client_archive > ul > li:nth-child(1) .total .review .ico_wrap .table_txt span {
      color: #fc2e47; }
    .index .client_archive > ul > li:nth-child(1) .total .price .ico_wrap .table_txt span {
      font-weight: 500;
      color: #fc2e47; }
    .index .client_archive > ul > li:nth-child(1) .student .price .ico_wrap .table_txt span {
      font-weight: 500;
      color: #fc2e47;
      font-size: 16px;
      font-size: 1.6rem;
      margin-right: 0;
      margin-left: 10px; }
    .index .client_archive > ul > li:nth-child(2) .client_name::before {
      background-image: url("../../../datsumo-2/assets/img/ico_no2.png"); }
    .index .client_archive > ul > li:nth-child(3) .client_name::before {
      background-image: url("../../../datsumo-2/assets/img/ico_no3.png"); }
  .index .client_archive .top_heading {
    font-size: 4vw;
    text-align: center;
    font-weight: 700;
    color: #fe4a91; }
  .index .client_archive .overview {
    margin-top: 10px; }
    .index .client_archive .overview .image {
      width: 150px;
      margin: auto; }
    .index .client_archive .overview .txt {
      margin-top: 15px; }
      .index .client_archive .overview .txt .heading {
        font-size: 24px;
        font-size: 2.4rem;
        color: #f37c8a;
        font-weight: 700; }
      .index .client_archive .overview .txt .tab_wrap {
        margin-top: 10px; }
        .index .client_archive .overview .txt .tab_wrap .tab > li {
          width: 40%;
          font-size: 20px;
          font-size: 2rem;
          padding: 5px 0; }
          .index .client_archive .overview .txt .tab_wrap .tab > li:nth-child(2) {
            margin-left: 5%; }
      .index .client_archive .overview .txt .content {
        /*background: #fff;
        border:1px solid $mainColor;
        @include radius;
        padding:10px;*/ }
        .index .client_archive .overview .txt .content .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: 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; }
          .index .client_archive .overview .txt .content .ico_wrap .ico {
            width: 20px; }
          .index .client_archive .overview .txt .content .ico_wrap .table_txt {
            width: calc(100% - 20px);
            padding-left: 5px; }
        .index .client_archive .overview .txt .content .review .ico_wrap .table_txt span {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 500;
          display: inline-block;
          margin-right: 5px; }
      .index .client_archive .overview .txt table {
        width: 100%;
        border: 1px solid #e9e9e9;
        background: #fff;
        font-size: 15px;
        font-size: 1.5rem; }
        .index .client_archive .overview .txt table th, .index .client_archive .overview .txt table td {
          vertical-align: middle;
          border: 1px solid #e9e9e9;
          padding: 8px 5px; }
        .index .client_archive .overview .txt table th {
          background: #fae7e3;
          font-weight: 500;
          width: 110px;
          color: #f37c8a; }
        .index .client_archive .overview .txt table td .archive {
          display: none; }
        .index .client_archive .overview .txt table .red {
          font-weight: 700;
          color: #f93a4e; }
  .index .client_archive .point, .index .client_archive .feature, .index .client_archive .review, .index .client_archive .location {
    background: #fff;
    border: 1px solid #ffe7e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .index .client_archive .point .ttl, .index .client_archive .feature .ttl, .index .client_archive .review .ttl, .index .client_archive .location .ttl {
      background: #fbeff4;
      text-align: center;
      color: #f37c8a;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      padding: 3px 0; }
  .index .client_archive .point {
    margin-top: 10px; }
    .index .client_archive .point .txt {
      padding: 10px; }
    .index .client_archive .point ul li {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 3px;
      position: relative;
      padding-left: 20px; }
      .index .client_archive .point ul li:first-child {
        margin-top: 0; }
      .index .client_archive .point ul li::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 100%;
        background-image: url("../../../datsumo/assets/img/client_ico_check.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 5px;
        pointer-events: none; }
      .index .client_archive .point ul li span {
        color: #e93b87;
        font-weight: 700; }
  .index .client_archive .feature {
    margin-top: 10px; }
    .index .client_archive .feature .wrap {
      padding: 10px 10px 15px; }
      .index .client_archive .feature .wrap .catch {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem; }
      .index .client_archive .feature .wrap .flex {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex; }
        .index .client_archive .feature .wrap .flex .txt {
          width: 74%;
          margin-right: 3%; }
          .index .client_archive .feature .wrap .flex .txt table {
            width: 100%;
            margin-bottom: 10px; }
            .index .client_archive .feature .wrap .flex .txt table tr th, .index .client_archive .feature .wrap .flex .txt table tr td {
              padding: 10px 5px;
              border: 1px solid #e9e9e9;
              font-size: 14px;
              font-size: 1.4rem;
              vertical-align: middle; }
            .index .client_archive .feature .wrap .flex .txt table tr th {
              width: 50px;
              background: #fbeff4;
              color: #f37c8a;
              font-weight: 500; }
            .index .client_archive .feature .wrap .flex .txt table tr td {
              line-height: 1.2; }
              .index .client_archive .feature .wrap .flex .txt table tr td .ico_wrap {
                -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; }
                .index .client_archive .feature .wrap .flex .txt table tr td .ico_wrap .ico {
                  width: 20px;
                  margin-right: 8px; }
                .index .client_archive .feature .wrap .flex .txt table tr td .ico_wrap p {
                  width: calc(100% - 28px); }
          .index .client_archive .feature .wrap .flex .txt p {
            font-size: 15px;
            font-size: 1.5rem; }
        .index .client_archive .feature .wrap .flex .image {
          width: 23%; }
    .index .client_archive .feature ul li {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 3px;
      position: relative;
      padding-left: 28px; }
      .index .client_archive .feature ul li:first-child {
        margin-top: 0; }
      .index .client_archive .feature ul li::before {
        content: "";
        position: absolute;
        width: 19px;
        height: 100%;
        background-image: url("img/client_ico_check.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 5px;
        pointer-events: none; }
      .index .client_archive .feature ul li span {
        color: #e93b87;
        font-weight: 700; }
  .index .client_archive .review {
    margin-top: 10px;
    position: relative; }
    .index .client_archive .review .quote {
      font-size: 11px;
      font-size: 1.1rem;
      position: absolute;
      left: 10px;
      bottom: 0; }
    .index .client_archive .review .review_inner {
      padding: 20px 0 30px; }
    .index .client_archive .review .review_wrap {
      padding: 0 15px; }
      .index .client_archive .review .review_wrap .review_slide {
        width: 100%; }
      .index .client_archive .review .review_wrap .txt {
        font-size: 15px;
        font-size: 1.5rem; }
      .index .client_archive .review .review_wrap .slick-dots {
        bottom: -38px; }
        .index .client_archive .review .review_wrap .slick-dots li button::before {
          content: "";
          width: 12px;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -o-border-radius: 100%;
          -ms-border-radius: 100%;
          height: 12px;
          background: #fff;
          border: 1px solid #6e83fa;
          opacity: 1; }
        .index .client_archive .review .review_wrap .slick-dots li.slick-active button:before {
          opacity: 1;
          background: #6e83fa; }
    .index .client_archive .review .review_slides {
      opacity: 0;
      transition: opacity .3s linear; }
      .index .client_archive .review .review_slides.slick-initialized {
        opacity: 1; }
    .index .client_archive .review .slick-slide {
      height: auto !important;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
  .index .client_archive .location {
    margin-top: 25px; }
    .index .client_archive .location .location_inner {
      padding: 20px 10px; }
      .index .client_archive .location .location_inner .location_items + .location_items {
        margin-top: 10px; }
      .index .client_archive .location .location_inner .location_items .accordion_ttl {
        cursor: pointer;
        position: relative;
        padding: 5px 0;
        background: #fae7e3;
        text-align: center;
        color: #f37c8a;
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 700; }
        .index .client_archive .location .location_inner .location_items .accordion_ttl::after {
          content: '＋';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
          line-height: 1;
          font-weight: 700;
          font-size: 25px;
          font-size: 2.5rem; }
        .index .client_archive .location .location_inner .location_items .accordion_ttl.open::after {
          content: '－'; }
      .index .client_archive .location .location_inner .location_items .accordion_content {
        display: none; }
        .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap {
          padding: 10px 5px; }
          .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_ttl {
            width: 80px;
            margin-left: 10px;
            padding: 3px 5px 2px;
            border: 2px solid #f37c8a;
            border-bottom: none;
            border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            -o-border-radius: 5px 5px 0 0;
            -ms-border-radius: 5px 5px 0 0;
            text-align: center;
            color: #f37c8a;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700; }
          .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item + .area_item {
            margin-top: 20px; }
          .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_ttl {
            padding: 5px 10px;
            background: #f37c8a;
            border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            -o-border-radius: 5px 5px 0 0;
            -ms-border-radius: 5px 5px 0 0;
            color: #fff;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700; }
          .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content {
            padding: 0 10px 20px;
            border: 1px solid #f37c8a;
            border-top: none;
            border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            -webkit-border-radius: 0 0 5px 5px;
            -o-border-radius: 0 0 5px 5px;
            -ms-border-radius: 0 0 5px 5px; }
            .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item {
              -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;
              padding: 10px 0; }
              .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item + .item {
                border-top: 1px solid #fae7e3; }
              .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item .item_h {
                width: 60px;
                margin-right: 10px; }
                .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item .item_h span {
                  display: block;
                  background: #f37c8a;
                  border-radius: 25px;
                  -moz-border-radius: 25px;
                  -webkit-border-radius: 25px;
                  -o-border-radius: 25px;
                  -ms-border-radius: 25px;
                  color: #fff;
                  text-align: center;
                  font-size: 14px;
                  font-size: 1.4rem;
                  font-weight: 700; }
              .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item .item_b {
                width: calc(100% - 70px);
                font-size: 14px;
                font-size: 1.4rem; }
                .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item .item_b p {
                  position: relative;
                  padding-left: 22px; }
                  .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item .item_b p::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                    width: 18px;
                    height: 18px;
                    background: url("../../../datsumo-2/assets/img/ico_address.png") no-repeat left top/100% auto; }
              .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_access p::before {
                background-image: url("../../../datsumo-2/assets/img/ico_access.png"); }
              .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_review {
                display: block; }
                .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_review .item_inner {
                  -webkit-display: flex;
                  -moz-display: flex;
                  -ms-display: flex;
                  -o-display: flex;
                  display: flex;
                  padding: 10px 5px;
                  background: #fbeff4;
                  border-radius: 5px;
                  -moz-border-radius: 5px;
                  -webkit-border-radius: 5px;
                  -o-border-radius: 5px;
                  -ms-border-radius: 5px; }
                  .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_review .item_inner.blue {
                    background: #eaf9ff; }
                    .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_review .item_inner.blue .item_h .img {
                      background-image: url("../../../datsumo-2/assets/img/review_ico_blue.png"); }
                .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_review .item_h .img {
                  height: 60px;
                  background: url("../../../datsumo-2/assets/img/review_ico_pink.png") no-repeat left center/100% auto; }
                .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_review .item_b .heading {
                  position: relative;
                  margin-bottom: 5px;
                  padding-left: 22px;
                  font-weight: 500;
                  font-size: 15px;
                  font-size: 1.5rem; }
                  .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_review .item_b .heading::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                    width: 18px;
                    height: 18px;
                    background: url("../../../datsumo-2/assets/img/ico_review.png") no-repeat left top/100% auto; }
                .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_review .item_b p {
                  padding-left: 0; }
                  .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .item.item_review .item_b p::before {
                    content: none; }
            .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .cta .cta_btn a span {
              display: inline-block;
              margin-right: 5px;
              padding: 2px 7px;
              background: #6fd7cf;
              border-radius: 40px;
              -moz-border-radius: 40px;
              -webkit-border-radius: 40px;
              -o-border-radius: 40px;
              -ms-border-radius: 40px;
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1;
              vertical-align: 2px; }
            .index .client_archive .location .location_inner .location_items .accordion_content .area_wrap .area_item .clinic_content .note {
              margin-top: 10px;
              font-size: 11px;
              font-size: 1.1rem;
              text-align: center; }
      .index .client_archive .location .location_inner .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; }
        .index .client_archive .location .location_inner .location_tab li {
          width: calc(100% / 3);
          position: relative;
          text-align: center;
          font-size: 3.5vw;
          font-weight: 700;
          margin-top: 15px;
          color: #f37c8a;
          cursor: pointer; }
          .index .client_archive .location .location_inner .location_tab li:nth-child(1), .index .client_archive .location .location_inner .location_tab li:nth-child(2), .index .client_archive .location .location_inner .location_tab li:nth-child(3) {
            margin-top: 0; }
          .index .client_archive .location .location_inner .location_tab li span {
            display: block;
            position: relative;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -o-border-radius: 100%;
            -ms-border-radius: 100%;
            background: #f37c8a;
            margin: 5px auto 0;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s; }
            .index .client_archive .location .location_inner .location_tab li span::before {
              content: "";
              width: 17px;
              height: 17px;
              background-image: url("../../../datsumo/assets/img/client_ico_location.png");
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100% auto;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              pointer-events: none;
              z-index: 10; }
          .index .client_archive .location .location_inner .location_tab li.select span {
            background: #7487f7;
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .index .client_archive .location .location_inner .content_wrap {
        margin-top: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 15px 10px;
        border: 1px solid #fae7e3;
        -webkit-box-shadow: 0 0 7px rgba(110, 131, 250, 0.2);
        -moz-box-shadow: 0 0 7px rgba(110, 131, 250, 0.2);
        box-shadow: 0 0 7px rgba(110, 131, 250, 0.2); }
        .index .client_archive .location .location_inner .content_wrap table {
          width: 100%;
          border: 1px solid #f1eeec; }
          .index .client_archive .location .location_inner .content_wrap table th, .index .client_archive .location .location_inner .content_wrap table td {
            vertical-align: middle;
            font-size: 12px;
            font-size: 1.2rem;
            border: 1px solid #f1eeec;
            padding: 10px; }
          .index .client_archive .location .location_inner .content_wrap table th {
            width: 100px;
            color: #7487f7;
            font-weight: 500;
            text-align: center;
            background: #dadefb; }
  .index .client_archive .cancel_bnr {
    margin: 15px auto;
    text-align: center; }
  .index .client_archive .cta {
    margin-top: 15px; }
    .index .client_archive .cta .txt {
      text-align: center;
      font-weight: 700;
      color: #f37c8a;
      font-size: 4vw; }
    .index .client_archive .cta .cta_btn {
      margin: 8px auto 0; }
      .index .client_archive .cta .cta_btn a {
        font-size: 18px;
        font-size: 1.8rem; }
    .index .client_archive .cta .sponsor {
      margin-top: 10px;
      text-align: center; }
  .index .client_archive .remarks {
    margin-top: 10px; }
  .index .section03 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px 50px; }
    @media only screen and (max-width: 768px) {
      .index .section03 .inner {
        width: 100%; } }
  .index .section03 h2 {
    background: #f37c8a;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    color: #ffeba4;
    letter-spacing: 0.05em; }
  .index .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px 40px; }
    @media only screen and (max-width: 768px) {
      .index .section04 .inner {
        width: 100%; } }
  .index .section04 .container {
    margin: 30px auto 0;
    background: #fffeec;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 40px 10px 35px;
    position: relative; }
  .index .section04 h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: -35px;
    width: 90%; }
  .index .section04 .image {
    width: 210px;
    margin: auto; }
  .index .section04 .text {
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px 10px;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem; }
    .index .section04 .text::before {
      content: "";
      position: absolute;
      width: 109px;
      height: 109px;
      background-image: url("img/section04_image.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      right: -10px;
      top: 20px;
      pointer-events: none;
      z-index: 10; }
    .index .section04 .text span {
      font-weight: 700;
      color: #f37c8a;
      background: linear-gradient(transparent 60%, #e8f8a1 60%); }
  .index .section04 .cta {
    margin-top: 15px; }
    .index .section04 .cta .txt {
      text-align: center;
      font-weight: 700;
      color: #f37c8a;
      font-size: 4vw;
      margin-bottom: 5px; }
    .index .section04 .cta .sponsor {
      margin-top: 10px;
      text-align: center; }
  .index .section_column {
    background: #fff1f3; }
    .index .section_column .inner {
      width: 1000px;
      margin: 0 auto;
      padding: 20px 10px 40px; }
      @media only screen and (max-width: 768px) {
        .index .section_column .inner {
          width: 100%; } }
    .index .section_column .container {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 1px 0 20px;
      position: relative; }
      .index .section_column .container h2 {
        position: relative;
        margin-top: 25px;
        padding: 8px 10px 6px 2em;
        font-weight: 700;
        color: #f37c8a;
        background: #ffe4d5;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.4;
        letter-spacing: 0.03em; }
        .index .section_column .container h2::before {
          content: "";
          position: absolute;
          left: 14px;
          top: 18px;
          width: 15px;
          height: 10px;
          border-left: 4px solid #7487f7;
          border-bottom: 4px solid #7487f7;
          transform: rotate(-45deg);
          border-radius: 2px; }
      .index .section_column .container h3 {
        font-weight: 700;
        color: #f37c8a;
        font-size: 20px;
        font-size: 2rem; }
      .index .section_column .container .column_wrap {
        padding: 8px 10px; }
        .index .section_column .container .column_wrap strong {
          font-size: 115%; }
        .index .section_column .container .column_wrap p + p {
          margin-top: 20px; }
        .index .section_column .container .column_wrap .point {
          color: #f37c8a;
          font-weight: 700; }
        .index .section_column .container .column_wrap table {
          margin: 10px 0;
          width: 100%;
          font-size: 12px;
          font-size: 1.2rem; }
          .index .section_column .container .column_wrap table thead th {
            padding: 8px 10px;
            font-weight: 700;
            text-align: center;
            color: #f37c8a;
            background: #ffe4d5; }
            .index .section_column .container .column_wrap table thead th:not(:last-child) {
              border-right: solid 1px #fff; }
          .index .section_column .container .column_wrap table tbody tr {
            border: solid 1px #e9e9e9;
            border-top: none; }
          .index .section_column .container .column_wrap table tbody th {
            padding: 8px 10px;
            font-weight: 700;
            background: #fcf4f0;
            border-right: solid 1px #e9e9e9; }
          .index .section_column .container .column_wrap table tbody td {
            padding: 8px 10px; }
            .index .section_column .container .column_wrap table tbody td:not(:last-child) {
              border-right: solid 1px #e9e9e9; }
            .index .section_column .container .column_wrap table tbody td.highlight {
              background-color: #fffde5; }
        .index .section_column .container .column_wrap .box {
          margin: 5px 0;
          padding: 10px;
          background: #fcf4f0;
          border: solid 1px #fff1f3;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px; }
          .index .section_column .container .column_wrap .box .txt {
            padding: 0 1.4em; }
          .index .section_column .container .column_wrap .box ul:not(:first-child) {
            margin-top: 10px; }
          .index .section_column .container .column_wrap .box ul li {
            position: relative;
            padding-left: 1.5em;
            color: #f37c8a;
            font-weight: 700;
            line-height: 1.2;
            font-size: 17px;
            font-size: 1.7rem; }
            .index .section_column .container .column_wrap .box ul li + li {
              margin-top: 10px; }
            .index .section_column .container .column_wrap .box ul li::before {
              content: "";
              position: absolute;
              left: 0;
              top: 6px;
              width: 13px;
              height: 8px;
              border-left: 4px solid #7487f7;
              border-bottom: 4px solid #7487f7;
              transform: rotate(-45deg);
              border-radius: 2px; }
        .index .section_column .container .column_wrap .explanation {
          margin-top: 15px; }

.footer .f_nav {
  background: #ddd;
  padding: 10px 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: 60px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none; }
.footer .copyright {
  background: #f37c8a;
  text-align: center;
  padding: 10px 0;
  color: #fff; }

.fixed_cta {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(250, 231, 227, 0.9);
  display: none; }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 5px 5px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    .fixed_cta .inner .ft_txt {
      width: 32%;
      margin: 0 4px 0 0px; }
    .fixed_cta .inner .banner {
      width: 25%;
      margin: 0 6px 0 0px; }
    .fixed_cta .inner .wrap {
      display: block;
      position: relative;
      text-align: center;
      /*padding-left: 110px;
      &::before {
      	content:"";
      	position: absolute;
      	width:89px;
      	height:100px;
      	background-image: url("../../../datsumo/assets/img/fixed_cta2.png");
      	background-repeat: no-repeat;
      	background-position: center top;
      	background-size:100% auto;
      	left: 8px;
      	bottom:-5px;
      	pointer-events: none;
      	z-index: 10;
      }*/ }
    .fixed_cta .inner .txt {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 700;
      color: #f37c8a; }
    .fixed_cta .inner .cta_btn {
      width: 100%; }
      .fixed_cta .inner .cta_btn a {
        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 .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        bottom: 22vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 60%; }
    .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; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 9px; }

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

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

.page {
  background: #f9f9f9;
  padding: 30px 20px;
  font-family: "Noto Sans JP", sans-serif; }

.page_company h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center; }
.page_company table {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #ddd; }
  .page_company table th, .page_company table td {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 15px 10px;
    display: block; }
  .page_company table th {
    background: #f37c8a;
    font-weight: 700;
    color: #fff;
    text-align: center; }
  .page_company table td {
    background: #fff; }

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

body.popup_open {
  overflow: hidden; }

.btn_down {
  margin-top: 20px !important; }

.review_wrap {
  max-height: 70vh;
  /* 必要に応じて調整 */
  overflow: auto;
  /* Firefox */
  scrollbar-width: none;
  /* IE / 旧Edge */
  -ms-overflow-style: none; }

/* Chrome / Safari */
.review_wrap::-webkit-scrollbar {
  display: none; }

.simplebar-scrollbar::before {
  background: #999;
  opacity: 1;
  /* ←これで常に見える */ }

.simplebar-track.simplebar-vertical {
  width: 12px; }
