@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 #d36e15;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d36e15;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #d36e15;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d36e15;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #d36e15;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 4px 0 #d36e15;
  -moz-box-shadow: 0 4px 0 #d36e15;
  box-shadow: 0 4px 0 #d36e15;
  background: #fc8822;
  -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 {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.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: 18px;
    font-size: 1.8rem;
    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.5; }

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(13, 38, 79, 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: #0d264f;
    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; } }

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

.fv {
  position: relative; }
  .fv .fv_txt {
    position: absolute;
    background: #bf9d5f;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    text-align: center;
    width: 20%;
    font-size: 4vw;
    padding: 2px 0 3px;
    color: #fff;
    font-weight: 700;
    top: 18%;
    left: 5%; }
  .fv .fv_txt2 {
    position: absolute;
    text-align: center;
    font-size: 3.5vw;
    color: #fff;
    font-weight: 700;
    top: 25%;
    left: 6%; }

.orange {
  color: #ffa353; }

.large {
  font-size: 130%; }

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

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

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 h2 {
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  background: #0d264f;
  font-size: 4.5vw;
  color: #fff;
  line-height: 1.3; }
.section01 .top_heading {
  text-align: center;
  margin-bottom: 15px;
  padding-right: 10px; }
  .section01 .top_heading .ttl_wrap {
    display: inline-block;
    position: relative;
    font-size: 3.5vw;
    font-weight: 700;
    letter-spacing: 0.03em; }
    .section01 .top_heading .ttl_wrap::before, .section01 .top_heading .ttl_wrap::after {
      content: "";
      position: absolute;
      width: 25px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section01 .top_heading .ttl_wrap::before {
      background-image: url("img/section01_ttl_before.png");
      left: -25px; }
    .section01 .top_heading .ttl_wrap::after {
      background-image: url("img/section01_ttl_after.png");
      right: -25px; }
    .section01 .top_heading .ttl_wrap strong {
      color: #cf3232;
      font-size: 4vw; }
.section01 .fukidashi_ttl {
  margin-bottom: 10px;
  padding: 4vw 0 7vw;
  background: url("img/fukidashi_ttl_bg.png") no-repeat center top/100% auto;
  font-size: 4vw;
  text-align: center;
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.3; }
  .section01 .fukidashi_ttl strong {
    font-size: 140%;
    font-weight: 900;
    color: #47a1c6; }
    .section01 .fukidashi_ttl strong b {
      color: #cf3232;
      font-weight: 900; }
.section01 .client_table {
  margin-top: 15px;
  position: relative; }
  .section01 .client_table.rank5 {
    overflow-x: scroll; }
    .section01 .client_table.rank5::before {
      width: 120px; }
    .section01 .client_table.rank5::after {
      width: 120px; }
    .section01 .client_table.rank5 table {
      width: 600px; }
      .section01 .client_table.rank5 table th, .section01 .client_table.rank5 table td {
        width: calc(100% / 5); }
  .section01 .client_table::before, .section01 .client_table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #fefaec;
    width: calc(100% / 3);
    height: 100%;
    z-index: 1; }
  .section01 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 2px solid #cf3232;
    z-index: 5; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
    .section01 .client_table table th {
      background: #c9dbf0;
      font-weight: 700;
      color: #0d264f;
      padding: 3px 0;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative;
      font-weight: 500;
      z-index: 6; }
    .section01 .client_table table td {
      padding: 10px 5px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
    .section01 .client_table table thead td {
      position: relative;
      vertical-align: top; }
      .section01 .client_table table thead td .image {
        padding: 40px 2px 0;
        position: relative; }
        .section01 .client_table table thead td .image::before {
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -4px;
          width: 50px;
          height: 32px;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto; }
        .section01 .client_table table thead td .image a {
          display: block;
          color: #10adf6; }
          .section01 .client_table table thead td .image a:hover img {
            opacity: 1; }
          .section01 .client_table table thead td .image a p {
            font-weight: 700;
            margin-top: 3px;
            font-size: 13px;
            font-size: 1.3rem; }
          .section01 .client_table table thead td .image a:hover p {
            text-decoration: underline; }
      .section01 .client_table table thead td:nth-child(1) .image::before {
        background-image: url("../../../ibiki/assets/img/ico_rank1.png"); }
      .section01 .client_table table thead td:nth-child(2) .image::before {
        background-image: url("../../../ibiki/assets/img/ico_rank2.png"); }
      .section01 .client_table table thead td:nth-child(3) .image::before {
        background-image: url("../../../ibiki/assets/img/ico_rank3.png"); }
      .section01 .client_table table thead td:nth-child(4) .image::before {
        background-image: url("../../../ibiki/assets/img/ico_rank4.png"); }
      .section01 .client_table table thead td:nth-child(5) .image::before {
        background-image: url("../../../ibiki/assets/img/ico_rank5.png"); }
  .section01 .client_table .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 0 auto 10px;
    width: 95%; }
    .section01 .client_table .cta_btn a {
      font-size: 13.75px;
      font-size: 1.375rem;
      padding: 15px 0; }

.sectionLiskPoint {
  background: #f8f8f8; }
  .sectionLiskPoint .container {
    padding-bottom: 30px; }
  .sectionLiskPoint .container .item {
    margin-top: 40px; }
    .sectionLiskPoint .container .item:first-child {
      margin-top: 30px; }
    .sectionLiskPoint .container .item .ttl_section {
      text-align: center;
      margin-top: 30px; }
      .sectionLiskPoint .container .item .ttl_section .ttl_1st {
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: bold; }
      .sectionLiskPoint .container .item .ttl_section .ttl_2nd {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        color: #cf3232; }
  .sectionLiskPoint .cards {
    margin: 0 auto;
    width: 95%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0; }
    .sectionLiskPoint .cards .card {
      width: calc((98%) / 3);
      margin-top: 15px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border: 1px solid #d4d4d4;
      padding: 20px 15px;
      background: #fff; }
      .sectionLiskPoint .cards .card:nth-child(1) {
        margin-left: 0; }
  .sectionLiskPoint .note {
    margin-top: 15px;
    background: #eff3f4;
    padding: 1.2em 1.5em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    margin: 1em auto;
    width: 90%; }
    .sectionLiskPoint .note .marker {
      font-weight: 700;
      background: linear-gradient(transparent 60%, #f9f114 60%); }
    .sectionLiskPoint .note .strong {
      font-weight: 700;
      color: #f41b2d; }
  .sectionLiskPoint .note_remark {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 2em; }
  .sectionLiskPoint .about .inner {
    width: 100%;
    margin: 0 auto; }
  .sectionLiskPoint .about .image_heading {
    width: 100%;
    margin: 0 auto;
    height: 230px;
    background: url("img/sectionLiskPoint_img1.png") no-repeat center top;
    background-size: contain;
    font-size: 23px;
    font-size: 2.3rem; }
  .sectionLiskPoint .about .cards .card .ttl {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
    color: #121212; }
  .sectionLiskPoint .about .cards .card .wrap {
    margin-top: 15px;
    -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; }
    .sectionLiskPoint .about .cards .card .wrap .image {
      width: 100%;
      text-align: center; }
  .sectionLiskPoint .about .remarks {
    padding-left: 2em; }
  .sectionLiskPoint .howto .inner {
    width: 760px;
    margin: 0 auto; }
  .sectionLiskPoint .howto .heading {
    text-align: center; }
    .sectionLiskPoint .howto .heading span {
      display: inline-block;
      padding-bottom: 5px;
      font-size: 19px;
      font-size: 1.9rem;
      color: #121212;
      font-weight: 700; }
  .sectionLiskPoint .howto .lead {
    margin-top: 0px;
    text-align: center;
    color: #06647b;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 700; }
  .sectionLiskPoint .howto .cards .card .ttl {
    text-align: center;
    font-weight: 700;
    color: #121212; }
  .sectionLiskPoint .howto .cards .card .wrap {
    margin-top: 15px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .sectionLiskPoint .howto .cards .card .wrap .image {
      width: 100%; }
      .sectionLiskPoint .howto .cards .card .wrap .image img {
        width: 100%; }
  .sectionLiskPoint .howto .image_heading {
    width: 630px;
    margin: 0 auto;
    margin-top: 40px;
    height: 170px;
    background: url("img/sectionLiskPoint_img2.png") no-repeat left top;
    color: #06647b;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    padding: 32px 0 0 116px;
    text-align: center;
    line-height: 1.4; }
    .sectionLiskPoint .howto .image_heading strong {
      color: #f41b2d;
      background: linear-gradient(transparent 60%, #f9f114 60%); }
  .sectionLiskPoint .howto .note .ttl {
    text-align: center;
    margin-bottom: 15px; }
    .sectionLiskPoint .howto .note .ttl span {
      display: inline-block;
      position: relative;
      padding-left: 20px;
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: 700;
      color: #31302c; }
      .sectionLiskPoint .howto .note .ttl span::before {
        content: "";
        position: absolute;
        width: 33px;
        height: 200%;
        background-image: url("img/index/section02_ico_03.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: -20px;
        top: 0;
        pointer-events: none; }
  .sectionLiskPoint .merit .inner {
    width: 100%;
    margin: 0 auto; }
  .sectionLiskPoint .merit .headimg {
    text-align: center;
    padding-bottom: 2em;
    width: 90%;
    margin: 0 auto; }
  .sectionLiskPoint .merit .heading {
    text-align: center;
    font-weight: bold;
    color: #0d264f;
    font-size: 21px;
    font-size: 2.1rem; }
    .sectionLiskPoint .merit .heading span {
      display: block;
      padding-bottom: 5px;
      font-size: 25px;
      font-size: 2.5rem;
      color: #cf3232;
      font-weight: 700; }
  .sectionLiskPoint .merit .lead {
    margin-top: 20px; }
  .sectionLiskPoint .merit .cards .card {
    border-color: #abc7fa;
    background: #edf2fb;
    display: none; }
    .sectionLiskPoint .merit .cards .card .ttl {
      text-align: center;
      font-weight: 700;
      font-size: 14px;
      font-size: 1.4rem;
      color: #323232; }
      .sectionLiskPoint .merit .cards .card .ttl p {
        color: #194da1;
        margin-bottom: 10px; }
    .sectionLiskPoint .merit .cards .card .wrap {
      margin-top: 15px;
      -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; }
      .sectionLiskPoint .merit .cards .card .wrap .image {
        width: 140px; }
      .sectionLiskPoint .merit .cards .card .wrap .txt {
        width: calc(100% - 140px);
        padding-left: 10px; }
        .sectionLiskPoint .merit .cards .card .wrap .txt ul li {
          padding-left: 1.2em;
          position: relative;
          font-size: 14px;
          font-size: 1.4rem; }
          .sectionLiskPoint .merit .cards .card .wrap .txt ul li::before {
            content: "・";
            position: absolute;
            left: 0;
            top: 5px;
            pointer-events: none; }
  .sectionLiskPoint .flow .inner {
    width: 100%;
    margin: 0 auto; }
  .sectionLiskPoint .flow .heading {
    text-align: center; }
    .sectionLiskPoint .flow .heading span {
      display: inline-block;
      padding-bottom: 5px;
      font-size: 21px;
      font-size: 2.1rem;
      color: #111;
      font-weight: 700;
      border-bottom: 1px solid #111; }
  .sectionLiskPoint .flow .step {
    margin-top: 20px; }
    .sectionLiskPoint .flow .step 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: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .sectionLiskPoint .flow .step ul li {
        width: 205px;
        text-align: center; }
    .sectionLiskPoint .flow .step .txt1 span {
      display: inline-block;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 700;
      color: #111;
      border-bottom: 1px solid #111;
      padding-bottom: 3px; }
    .sectionLiskPoint .flow .step .txt2 {
      margin-top: 5px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.4; }
      .sectionLiskPoint .flow .step .txt2 span {
        display: block;
        height: 1.4em; }
    .sectionLiskPoint .flow .step .image {
      margin-top: 10px; }
  .sectionLiskPoint .inner h2 {
    text-align: center;
    margin-bottom: 1em; }
    .sectionLiskPoint .inner h2 img {
      width: 90%; }
    .sectionLiskPoint .inner h2 .ttl_wrap {
      display: inline-block;
      position: relative;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: 0.03em; }
      .sectionLiskPoint .inner h2 .ttl_wrap::before, .sectionLiskPoint .inner h2 .ttl_wrap::after {
        content: "";
        position: absolute;
        width: 45px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        top: 0;
        pointer-events: none;
        z-index: 10; }
      .sectionLiskPoint .inner h2 .ttl_wrap::before {
        background-image: url("img/section01_ttl_before.png");
        left: -70px; }
      .sectionLiskPoint .inner h2 .ttl_wrap::after {
        background-image: url("img/section01_ttl_after.png");
        right: -70px; }
      .sectionLiskPoint .inner h2 .ttl_wrap .marker {
        display: inline-block;
        background: linear-gradient(transparent 60%, #fff892 60%); }
      .sectionLiskPoint .inner h2 .ttl_wrap strong {
        color: #cf3232;
        font-size: 26px;
        font-size: 2.6rem; }

.section02 {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section02 {
      width: 100%; } }
  .section02 .container {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden;
    border: 1px solid #0d264f; }
    .section02 .container h2 {
      text-align: center;
      background: #0d264f;
      text-align: center;
      padding: 12px 0;
      color: #fff;
      font-weight: 500;
      font-size: 4.5vw;
      line-height: 1.3; }
      .section02 .container h2 span {
        font-weight: 700;
        color: #fff892; }
    .section02 .container .inner {
      padding: 20px 5px 30px; }
    .section02 .container .heading {
      text-align: center;
      color: #cf3232;
      font-size: 3.8vw;
      letter-spacing: 0.02em;
      font-weight: 700; }
    .section02 .container .wrap {
      margin-top: 0px;
      position: relative;
      /*&::before {
      	left:calc(0 + 3px);
      	top:10px;
      	width:25%;
      	height:calc(100% - 8px);
      	background: #fffedd;
      	pointer-events: none;
      	z-index: -1;
      }*/ }
      .section02 .container .wrap::before, .section02 .container .wrap::after {
        content: "";
        position: absolute; }
      .section02 .container .wrap::after {
        left: calc(0 + 6px);
        top: 6px;
        width: 25%;
        height: calc(100% - 8px);
        border: 2px solid #cf3232;
        pointer-events: none;
        z-index: 3; }
    .section02 .container table {
      width: 100%;
      border-collapse: collapse;
      /*border-spacing:5px;*/ }
      .section02 .container table th, .section02 .container table td {
        width: 22%;
        font-size: 2.5vw; }
      .section02 .container table thead th {
        text-align: center;
        background: #e2e5e7;
        font-size: 3vw;
        font-weight: 700;
        color: #818283;
        padding: 8px 0;
        position: relative;
        z-index: 10;
        width: 12%;
        border: 1px solid #ceecf8; }
        .section02 .container table thead th::before {
          white-space: pre;
          content: "";
          position: absolute;
          width: 110%;
          left: -5%;
          top: -3em;
          line-height: 1.2;
          font-size: 11px;
          font-size: 1.1rem;
          color: #0d264f; }
        .section02 .container table thead th span {
          font-size: 80%; }
      .section02 .container table thead tr th:first-child {
        background: none;
        /*&::before {
        	content:"";
        	position: absolute;
        	width:45px;
        	height:43px;
        	background-image: url("img/section02_ico.png");
        	background-repeat: no-repeat;
        	background-position: center top;
        	background-size:70% auto;
        	left:0;
        	top:10px;
        	pointer-events: none;
        	z-index: 10;
        }*/ }
      .section02 .container table thead tr th:nth-child(1) {
        background: #cf3232;
        color: #fff; }
        .section02 .container table thead tr th:nth-child(1)::before {
          content: ""; }
      .section02 .container table thead tr th:nth-child(2)::before {
        content: ""; }
      .section02 .container table thead tr th:nth-child(3)::before {
        content: ""; }
      .section02 .container table thead tr th:nth-child(4)::before {
        content: ""; }
      .section02 .container table tbody th, .section02 .container table tbody td {
        padding: 8px 5px; }
      .section02 .container table tbody th {
        background: #edf2fb;
        text-align: center;
        color: #0d264f;
        font-size: 2.8vw;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: 12%;
        z-index: 10 !important; }
      .section02 .container table tbody td {
        border: 1px solid #ceecf8;
        vertical-align: top;
        position: relative;
        z-index: 2;
        background: #fff; }
        .section02 .container table tbody td:nth-child(1) {
          background: #fffedd; }
        .section02 .container table tbody td:nth-child(2) {
          background: none; }
        .section02 .container table tbody td .ico {
          width: 25px;
          margin: auto; }
        .section02 .container table tbody td p {
          text-align: center; }
    .section02 .container ul li {
      position: relative;
      padding-left: 11px;
      margin-top: 3px; }
      .section02 .container ul li::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 100%;
        background-image: url("../../../mouthpiece/assets/img/section02_check.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 4px;
        pointer-events: none;
        z-index: 10; }
      .section02 .container ul li:first-child {
        margin-top: 0; }
    .section02 .container .note {
      width: calc(100% - 10px);
      margin: 25px auto 0;
      background: #ebf7fb;
      padding: 20px;
      font-size: 17px;
      font-size: 1.7rem;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      line-height: 1.8; }
      .section02 .container .note .marker {
        font-weight: 700;
        background: linear-gradient(transparent 60%, #fff892 60%); }
  .section02 .faq {
    margin-top: 55px; }
    .section02 .faq h2 {
      text-align: center; }
      .section02 .faq h2 .ttl_wrap {
        display: inline-block;
        position: relative;
        font-size: 4.5vw;
        font-weight: 700; }
        .section02 .faq h2 .ttl_wrap::before, .section02 .faq h2 .ttl_wrap::after {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          height: 1px;
          width: 50px;
          background: #0d264f; }
        .section02 .faq h2 .ttl_wrap::before {
          left: -80px; }
        .section02 .faq h2 .ttl_wrap::after {
          right: -80px; }
        .section02 .faq h2 .ttl_wrap .blue {
          color: #0d264f; }
    .section02 .faq .items {
      margin-top: 30px; }
      .section02 .faq .items .item {
        margin-top: 10px; }
        .section02 .faq .items .item:first-child {
          margin-top: 0; }
    .section02 .faq .question, .section02 .faq .answer {
      position: relative;
      padding-left: 1.5em; }
      .section02 .faq .question::before, .section02 .faq .answer::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        pointer-events: none;
        z-index: 10; }
    .section02 .faq .question {
      padding-top: 5px;
      padding-right: 40px;
      padding-left: 35px;
      padding-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      cursor: pointer; }
      .section02 .faq .question::before {
        background-image: url("../../../mouthpiece/assets/img/ico_question.png"); }
      .section02 .faq .question::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        margin-top: 15px;
        content: "";
        width: 13px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        pointer-events: none;
        z-index: 10;
        background-image: url("../../../mouthpiece/assets/img/section02_trigger.png"); }
      .section02 .faq .question.active::after {
        background-image: url("../../../mouthpiece/assets/img/section02_trigger_active.png"); }
    .section02 .faq .answer {
      padding-top: 5px;
      padding-bottom: 20px;
      padding-right: 20px;
      padding-left: 35px;
      font-size: 17px;
      font-size: 1.7rem; }
      .section02 .faq .answer::before {
        background-image: url("../../../mouthpiece/assets/img/ico_answer.png"); }

.main_ttl {
  background: #0d264f;
  text-align: center;
  color: #fff;
  font-size: 3.7vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 10px 0;
  line-height: 1.4; }
  .main_ttl span {
    font-size: 4.2vw;
    color: #f6f67c; }

.main_ttl2 {
  background: #0d264f;
  text-align: center;
  color: #fff;
  font-size: 4.3vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 10px 0 12px;
  line-height: 1.4;
  position: relative; }
  .main_ttl2 .bold {
    position: absolute;
    inset: 0;
    top: 10px;
    z-index: 2; }
  .main_ttl2 .bold_bk {
    color: #fff;
    position: absolute;
    inset: 0;
    z-index: 0;
    top: 10px;
    -webkit-text-stroke: 4px #fff; }
  .main_ttl2 span {
    font-size: 4.2vw;
    color: #f6f67c; }

.section02_2 {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section02_2 {
      width: 100%; } }
  .section02_2 .container {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden;
    border: 2px solid #0d264f; }
    .section02_2 .container h2 {
      text-align: center;
      background: #0d264f;
      text-align: center;
      padding: 14px 0;
      color: #fff;
      font-weight: 500;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 1.3; }
      .section02_2 .container h2 span {
        font-weight: 700;
        font-size: 26px;
        font-size: 2.6rem;
        color: #fff892; }
    .section02_2 .container .inner {
      padding: 20px 5px 30px; }
    .section02_2 .container .heading {
      text-align: center;
      color: #cf3232;
      font-size: 22px;
      font-size: 2.2rem;
      letter-spacing: 0.02em;
      font-weight: 700; }
    .section02_2 .container .wrap {
      margin-top: 0px;
      position: relative; }
      .section02_2 .container .wrap::before, .section02_2 .container .wrap::after {
        content: "";
        position: absolute; }
      .section02_2 .container .wrap::before {
        left: 16%;
        top: 10px;
        width: calc(44% - 15px);
        height: calc(100% - 10px);
        border: 3px solid #cf3232;
        pointer-events: none;
        z-index: 3; }
      .section02_2 .container .wrap::after {
        left: 16%;
        top: 10px;
        width: calc(44% - 15px);
        height: calc(100% - 10px);
        background: #fffedd;
        pointer-events: none;
        z-index: 1; }
    .section02_2 .container table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 10px; }
      .section02_2 .container table th, .section02_2 .container table td {
        width: 44%; }
      .section02_2 .container table thead th {
        text-align: center;
        background: #e2e5e7;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        color: #818283;
        padding: 8px 0;
        position: relative;
        z-index: 10;
        width: 12%; }
        .section02_2 .container table thead th::before {
          content: "";
          position: absolute;
          width: 110%;
          left: -5%;
          top: -1.9em;
          font-size: 13px;
          font-size: 1.3rem;
          color: #0d264f; }
        .section02_2 .container table thead th span {
          font-size: 80%; }
      .section02_2 .container table thead tr th:first-child {
        background: none; }
      .section02_2 .container table thead tr th:nth-child(2) {
        background: #cf3232;
        color: #fff; }
        .section02_2 .container table thead tr th:nth-child(2)::before {
          content: ""; }
      .section02_2 .container table thead tr th:nth-child(3)::before {
        content: ""; }
      .section02_2 .container table thead tr th:nth-child(4)::before {
        content: ""; }
      .section02_2 .container table tbody th, .section02_2 .container table tbody td {
        padding: 10px; }
      .section02_2 .container table tbody th {
        background: #edf2fb;
        text-align: center;
        color: #0d264f;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: 12%; }
      .section02_2 .container table tbody td {
        border: 1px solid #ceecf8;
        vertical-align: top;
        position: relative;
        z-index: 2;
        background: #fff;
        font-size: 12px;
        font-size: 1.2rem; }
        .section02_2 .container table tbody td:nth-child(2) {
          background: none; }
        .section02_2 .container table tbody td .ico {
          width: 40px;
          margin: auto; }
        .section02_2 .container table tbody td p {
          text-align: center;
          padding-top: .5em; }
      .section02_2 .container table tbody tr:first-child th:first-child {
        background: none; }
    .section02_2 .container ul {
      font-size: 13px;
      font-size: 1.3rem; }
      .section02_2 .container ul li {
        position: relative;
        padding-left: 13px;
        margin-top: 3px; }
        .section02_2 .container ul li::before {
          content: "";
          position: absolute;
          width: 10px;
          height: 100%;
          background-image: url("img/section02_check.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 5px;
          pointer-events: none;
          z-index: 10; }
        .section02_2 .container ul li:first-child {
          margin-top: 0; }
    .section02_2 .container .note {
      width: calc(100% - 20px);
      margin: 40px auto 0;
      background: #ebf7fb;
      padding: 30px;
      font-size: 15px;
      font-size: 1.5rem;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section02_2 .container .note .marker {
        font-weight: 700;
        background: linear-gradient(transparent 60%, #fff892 60%); }

.section03 .main_ttl {
  width: calc(100% - 20px);
  border-radius: 7px;
  position: relative;
  margin: 0 auto; }
  .section03 .main_ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 15px solid #0d264f; }
.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .flow {
  margin-top: 40px; }
  .section03 .flow .heading {
    text-align: center; }
    .section03 .flow .heading span {
      display: inline-block;
      padding-bottom: 3px;
      letter-spacing: 0.03em;
      font-size: 4vw;
      font-weight: 700;
      border-bottom: 1px solid #333; }
  .section03 .flow .items {
    margin-top: 20px;
    -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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section03 .flow .items .item {
      width: 23.5%; }
  .section03 .flow .step {
    text-align: center;
    color: #0d264f;
    font-size: 14px;
    font-size: 1.4rem; }
  .section03 .flow .ttl {
    padding: 10px 0;
    text-align: center;
    font-size: 10px;
    font-size: 1rem; }
    .section03 .flow .ttl.single {
      padding: 16px 0; }

.client_archive > ul > li {
  margin-top: 25px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 1px solid #bababa;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 8px 8px 8px 10px;
    border-bottom: 1px solid #bababa; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 63px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 3px;
      top: -4px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      font-size: 4.5vw;
      font-weight: 700;
      text-decoration: none; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 15px 10px 25px; }
.client_archive > ul > li:nth-child(1) .client_card .client_name,
.client_archive > ul > li:nth-child(2) .client_card .client_name,
.client_archive > ul > li:nth-child(3) .client_card .client_name,
.client_archive > ul > li:nth-child(4) .client_card .client_name,
.client_archive > ul > li:nth-child(5) .client_card .client_name {
  padding-left: 70px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #eecb3b;
  background: #fefaec; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #eecb3b; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("../../../mouthpiece/assets/img/ico_rank1.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../../mouthpiece/assets/img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../../mouthpiece/assets/img/ico_rank3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("../../../mouthpiece/assets/img/ico_rank4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("../../../mouthpiece/assets/img/ico_rank5.png"); }
.client_archive > ul > li.rank_pickup .client_name::before {
  background-image: url("../../../mouthpiece/assets/img/ico_rank_pr.png");
  top: 0; }
.client_archive .top_heading {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  color: #cf3232; }
.client_archive .overview {
  margin-top: 10px; }
  .client_archive .overview .image {
    width: 180px;
    margin: auto; }
  .client_archive .overview .txt {
    padding: 10px 0 0; }
    .client_archive .overview .txt table {
      width: 100%;
      border-right: 1px solid #bababa;
      background: #fff;
      font-size: 16px;
      font-size: 1.6rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 8px; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #0d264f;
        background: #bbceee;
        border-color: #fff;
        width: 32%;
        padding-right: 0;
        font-weight: 700;
        padding: 8px 5px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      .client_archive .overview .txt table td {
        padding: 12px;
        border-top: 1px solid #bababa;
        border-bottom: 1px solid #bababa; }
        .client_archive .overview .txt table td .detail_only {
          font-size: 11px;
          font-size: 1.1rem; }
      .client_archive .overview .txt table .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .client_archive .overview .txt table .ico_wrap .ico {
          width: 24px;
          margin-right: 5px; }
        .client_archive .overview .txt table .ico_wrap .ico_txt {
          width: calc(100% - 29px); }
.client_archive .point,
.client_archive .treatment,
.client_archive .review,
.client_archive .location {
  margin-top: 8px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #bbceee; }
  .client_archive .point .ttl,
  .client_archive .treatment .ttl,
  .client_archive .review .ttl,
  .client_archive .location .ttl {
    background: #bbceee;
    text-align: center;
    color: #0d264f;
    font-weight: 700;
    padding: 4px 0;
    font-size: 17px;
    font-size: 1.7rem; }
  .client_archive .point .contents,
  .client_archive .treatment .contents,
  .client_archive .review .contents,
  .client_archive .location .contents {
    padding: 20px 10px;
    background: #fff; }
    .client_archive .point .contents .slick-dots li,
    .client_archive .treatment .contents .slick-dots li,
    .client_archive .review .contents .slick-dots li,
    .client_archive .location .contents .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 5px; }
      .client_archive .point .contents .slick-dots li button,
      .client_archive .treatment .contents .slick-dots li button,
      .client_archive .review .contents .slick-dots li button,
      .client_archive .location .contents .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        background: #fff;
        border: 1px solid #0d264f;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        .client_archive .point .contents .slick-dots li button::before,
        .client_archive .treatment .contents .slick-dots li button::before,
        .client_archive .review .contents .slick-dots li button::before,
        .client_archive .location .contents .slick-dots li button::before {
          content: none; }
      .client_archive .point .contents .slick-dots li.slick-active button,
      .client_archive .treatment .contents .slick-dots li.slick-active button,
      .client_archive .review .contents .slick-dots li.slick-active button,
      .client_archive .location .contents .slick-dots li.slick-active button {
        background: #0d264f; }
    .client_archive .point .contents .quote,
    .client_archive .treatment .contents .quote,
    .client_archive .review .contents .quote,
    .client_archive .location .contents .quote {
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }
.client_archive .point .wrap {
  padding: 12px 12px; }
  .client_archive .point .wrap .txt ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    position: relative;
    padding-left: 17px; }
    .client_archive .point .wrap .txt ul li:first-child {
      margin-top: 0; }
    .client_archive .point .wrap .txt ul li::before {
      content: "";
      position: absolute;
      width: 10px;
      height: 100%;
      background-image: url("../../../mouthpiece/assets/img/client_ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 6px;
      pointer-events: none; }
    .client_archive .point .wrap .txt ul li span {
      color: #cf3232;
      font-weight: 700; }
.client_archive .treatment .treatment_slides .treatment_slide {
  padding: 0 10px; }
  .client_archive .treatment .treatment_slides .treatment_slide .flex_wrap .img {
    width: 100%;
    margin-bottom: 15px; }
    .client_archive .treatment .treatment_slides .treatment_slide .flex_wrap .img img {
      width: 100%; }
  .client_archive .treatment .treatment_slides .treatment_slide .flex_wrap .txt {
                        /*
						.before,
						.after {
							@include css3(display, flex);
							@include css3(justify-content, space-between);
							@include css3(align-items, flex-start);
							margin-bottom: 5px;
							padding-bottom: 5px;
							border-bottom: #e9eaec 1px solid;
							@include fs(15);
							.cat {
								display: inline-block;
								width: 52px;
								padding: 2px 5px 3px;
								background: #a2bff0;
								color: #fff;
								white-space: nowrap;
								@include fs(15);
								text-align: center;
							}
							p {
								width: calc(100% - 62px);
								padding: 2px 0;
							}
						}
						.after .cat {
							background: #fc7976;
						}
						.price {
							@include fs(30);
							.menu {
								@include fs(17);
							}
							.tax {
								@include fs(14);
							}
						}
						.side_effects {
							margin-top: 10px;
							padding: 20px 10px;
							background: #c4cbd5;
							color: #fff;
							@include fs(14);
						}
                        */ }
    .client_archive .treatment .treatment_slides .treatment_slide .flex_wrap .txt p {
      font-size: .8em; }
.client_archive .treatment2 .contents {
  padding: 20px 10px;
  background: #fff; }
  .client_archive .treatment2 .contents .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: inline-block; }
    .client_archive .treatment2 .contents .slick-dots li button {
      width: 12px;
      height: 12px;
      padding: 0;
      background: #fff;
      border: 1px solid #0d264f;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%; }
      .client_archive .treatment2 .contents .slick-dots li button::before {
        content: none; }
    .client_archive .treatment2 .contents .slick-dots li.slick-active button {
      background: #0d264f; }
  .client_archive .treatment2 .contents .quote {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
.client_archive .treatment2 .treatment_slides .treatment_slide {
  padding: 0 10px; }
  .client_archive .treatment2 .treatment_slides .treatment_slide .flex_wrap .img {
    width: 100%;
    margin-bottom: 15px; }
    .client_archive .treatment2 .treatment_slides .treatment_slide .flex_wrap .img img {
      width: 100%; }
  .client_archive .treatment2 .treatment_slides .treatment_slide .flex_wrap .txt {
                        /*
						.before,
						.after {
							@include css3(display, flex);
							@include css3(justify-content, space-between);
							@include css3(align-items, flex-start);
							margin-bottom: 5px;
							padding-bottom: 5px;
							border-bottom: #e9eaec 1px solid;
							@include fs(15);
							.cat {
								display: inline-block;
								width: 52px;
								padding: 2px 5px 3px;
								background: #a2bff0;
								color: #fff;
								white-space: nowrap;
								@include fs(15);
								text-align: center;
							}
							p {
								width: calc(100% - 62px);
								padding: 2px 0;
							}
						}
						.after .cat {
							background: #fc7976;
						}
						.price {
							@include fs(30);
							.menu {
								@include fs(17);
							}
							.tax {
								@include fs(14);
							}
						}
						.side_effects {
							margin-top: 10px;
							padding: 20px 10px;
							background: #c4cbd5;
							color: #fff;
							@include fs(14);
						}
                        */ }
    .client_archive .treatment2 .treatment_slides .treatment_slide .flex_wrap .txt p {
      font-size: .8em; }
.client_archive .review .contents {
  background: #edf2fb; }
.client_archive .review .review_slides .review_slide {
  padding: 10px; }
  .client_archive .review .review_slides .review_slide .txt {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 16.25px;
    font-size: 1.625rem;
    line-height: 1.769; }
.client_archive .review2 .contents {
  padding: 20px 10px;
  background: #fff; }
  .client_archive .review2 .contents .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: inline-block; }
    .client_archive .review2 .contents .slick-dots li button {
      width: 12px;
      height: 12px;
      padding: 0;
      background: #fff;
      border: 1px solid #0d264f;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%; }
      .client_archive .review2 .contents .slick-dots li button::before {
        content: none; }
    .client_archive .review2 .contents .slick-dots li.slick-active button {
      background: #0d264f; }
  .client_archive .review2 .contents .quote {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
.client_archive .review2 .review_slides .review_slide {
  padding: 10px; }
  .client_archive .review2 .review_slides .review_slide .txt {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 16.25px;
    font-size: 1.625rem;
    line-height: 1.769; }
.client_archive .location .contents {
  padding: 20px 15px; }
.client_archive .location .location_tab {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .client_archive .location .location_tab li {
    width: calc(100% / 3);
    margin-bottom: 15px;
    position: relative;
    white-space: nowrap;
    text-align: center;
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: 700;
    cursor: pointer; }
    .client_archive .location .location_tab li.fs {
      font-size: 16.5px;
      font-size: 1.65rem; }
    .client_archive .location .location_tab li span {
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      margin: 5px auto 0;
      background: url("../../../ibiki/assets/img/ico_trigger.png") no-repeat left top/100% auto;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .client_archive .location .location_tab li.select span {
      transform: rotate(-45deg);
      opacity: .7; }
.client_archive .location .content_wrap {
  position: relative;
  margin: 10px auto 0;
  padding: 25px 15px 15px;
  border: 1px solid #bbceee;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0 2px 7px rgba(152, 152, 152, 0.33); }
  .client_archive .location .content_wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -11.5px;
    width: 17px;
    height: 12px;
    background: url("../../../ibiki/assets/img/ico_fukidashi.png") no-repeat left top/100% auto;
    z-index: 1; }
  .client_archive .location .content_wrap.item_01::before, .client_archive .location .content_wrap.item_04::before {
    left: 16.5%; }
  .client_archive .location .content_wrap.item_03::before, .client_archive .location .content_wrap.item_06::before {
    left: 83.5%; }
  .client_archive .location .content_wrap table {
    width: 100%;
    border: 1px solid #bababa; }
    .client_archive .location .content_wrap table th, .client_archive .location .content_wrap table td {
      border: 1px solid #bababa;
      padding: 10px;
      vertical-align: middle;
      font-size: 12.5px;
      font-size: 1.25rem; }
    .client_archive .location .content_wrap table th {
      width: 30%;
      padding: 10px 5px;
      background: #bbceee;
      color: #0d264f;
      font-weight: 500;
      text-align: center; }
  .client_archive .location .content_wrap .none {
    padding: 10px 0;
    text-align: center; }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #cf3232;
    font-size: 3.7vw; }
  .client_archive .cta .cta_btn {
    margin: 8px auto 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }
.client_archive .rank_pickup {
  padding-top: 80px;
  position: relative;
  background: url("../../../mouthpiece/assets/img/client_pickup_ttl.png") center top/auto no-repeat; }
  .client_archive .rank_pickup .client_card {
    border: 5px #FBC93B solid; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 40px 10px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .wrap {
  width: 100%;
  overflow: scroll; }
.section04 .scroll_txt {
  background: #edeff8;
  font-size: 11px;
  font-size: 1.1rem;
  color: #0d264f;
  padding: 3px;
  text-align: right; }
.section04 .detail_only {
  display: none; }
.section04 table tbody tr:first-child {
  position: relative;
  background: #fefaec; }
.section04 table {
  width: 825px;
  border-top: none;
  background: #fff; }
  .section04 table th, .section04 table td {
    width: 110px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    padding: 8px 5px;
    background: #fff; }
  .section04 table thead th {
    background: #bbceee;
    color: #0d264f;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #fff; }
  .section04 table thead tr th:first-child,
  .section04 table tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 125px; }
    .section04 table thead tr th:first-child::after,
    .section04 table tbody tr td:first-child::after {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      width: 1px;
      height: 100%;
      border-right: 1px solid #bababa;
      z-index: -1; }
  .section04 table thead tr th:first-child::after {
    border-right-color: #fff; }
  .section04 table tbody tr:first-child td {
    background: #fefaec; }
  .section04 table tbody .image {
    display: block;
    width: 75%;
    margin: auto; }
  .section04 table tbody .ico {
    width: 24px;
    margin: 0 auto 3px; }
  .section04 table tbody td p {
    line-height: 1.4;
    font-size: 12px;
    font-size: 1.2rem; }
  .section04 table tbody td span {
    color: #ff839a;
    font-weight: 700;
    font-size: 80%; }
  .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section04 .cta_btn a {
  line-height: 1.3;
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.section05 {
  background: #eaebf9; }
  .section05 .confused_ttl {
    text-align: center;
    padding-top: 20px; }
  .section05 .main_ttl {
    padding: 20px 0; }
  .section05 .confused_ttl {
    text-align: center; }
    .section05 .confused_ttl img {
      width: 90%; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 40px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 .container {
    position: relative;
    padding: 20px 20px 20px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
  .section05 .cta {
    margin: 20px auto 0; }
    .section05 .cta a {
      font-size: 18px;
      font-size: 1.8rem; }
    .section05 .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }
    .section05 .cta .txt {
      text-align: center;
      font-weight: 700;
      color: #cf3232;
      font-size: 3.5vw;
      margin-bottom: 8px; }
  .section05 .wrap .image {
    width: 150px;
    margin: auto; }
  .section05 .wrap .text {
    margin-top: 10px; }
    .section05 .wrap .text .name {
      text-align: center;
      padding-bottom: 5px;
      border-bottom: 2px dotted #194da1;
      margin-bottom: 10px; }
    .section05 .wrap .text .name a {
      font-size: 4.5vw;
      font-weight: 700;
      text-decoration: none; }
    .section05 .wrap .text .heading {
      font-weight: 700;
      color: #cf3232;
      font-size: 4vw;
      text-align: center; }
      .section05 .wrap .text .heading span {
        font-size: 80%; }
    .section05 .wrap .text p {
      margin-top: 15px;
      font-size: 17px;
      font-size: 1.7rem; }
      .section05 .wrap .text p strong {
        color: #cf3232;
        font-weight: bold; }
      .section05 .wrap .text p span {
        font-weight: bold;
        background: linear-gradient(transparent 60%, #fff892 60%); }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .cta {
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px; }
    .fixed_cta .cta .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 6px 0; }

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

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

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

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

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

.remarks_co {
  font-size: 10px;
  margin-left: 0; }

.accordion {
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-flow: column;
  gap: 10px; }
  .accordion .accordion-item {
    border: 1px solid #bbceee;
    border-radius: 5px; }
    .accordion .accordion-item .accordion-header {
      display: flex;
      justify-content: space-between;
      background: #bbceee;
      align-items: center;
      cursor: pointer;
      padding: 6px 20px;
      border-radius: 5px 5px 0 0;
      color: #0d264f;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: bold;
      text-align: center; }
      .accordion .accordion-item .accordion-header span:first-child {
        width: calc(100% - 30px);
        text-align: center; }
      .accordion .accordion-item .accordion-header span:last-child {
        width: 30px; }
      .accordion .accordion-item .accordion-header .ttl {
        text-align: center;
        margin: auto; }
      .accordion .accordion-item .accordion-header .accordion-icon {
        font-size: 30px;
        font-weight: bold;
        transition: transform 0.2s ease; }
    .accordion .accordion-item .accordion-content {
      display: none;
      background-color: #fff;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
      .accordion .accordion-item .accordion-content ul li {
        display: flex;
        flex-flow: row wrap;
        font-size: 14px; }
        .accordion .accordion-item .accordion-content ul li .name {
          text-align: center;
          padding: 15px 0;
          background-color: #0d264f;
          color: #fff;
          width: 25%;
          font-size: 13px;
          font-weight: bold;
          border-bottom: 1px solid #fff; }
        .accordion .accordion-item .accordion-content ul li:last-child .name {
          border-bottom: none !important; }
        .accordion .accordion-item .accordion-content ul li .address {
          width: 75%;
          padding: 15px 10px 10px; }
      .accordion .accordion-item .accordion-content p {
        margin: 0; }

.slick-initialized .slick-slide {
  display: contents; }

.section06 {
  padding-bottom: 50px; }
  .section06 .container {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 0 10px; }
    @media only screen and (max-width: 768px) {
      .section06 .container {
        width: 100%; } }
    .section06 .container .inner {
      padding: 15px 10px 20px;
      border: 2px solid #0d264f; }
    .section06 .container .heading {
      text-align: center;
      color: #cf3232;
      font-size: 22px;
      font-size: 2.2rem;
      letter-spacing: 0.02em;
      font-weight: 700; }
    .section06 .container .wrap {
      margin-top: 0px;
      position: relative;
      /*&::before {
      	left:calc(0 + 3px);
      	top:10px;
      	width:25%;
      	height:calc(100% - 8px);
      	background: #fffedd;
      	pointer-events: none;
      	z-index: -1;
      }*/ }
      .section06 .container .wrap::before, .section06 .container .wrap::after {
        content: "";
        position: absolute; }
      .section06 .container .wrap::after {
        left: calc(0 + 6px);
        top: 6px;
        width: 25%;
        height: calc(100% - 8px);
        border: 2px solid #cf3232;
        pointer-events: none;
        z-index: 3; }
      .section06 .container .wrap.two {
        margin-top: 0px;
        position: relative; }
        .section06 .container .wrap.two::before, .section06 .container .wrap.two::after {
          content: "";
          position: absolute; }
        .section06 .container .wrap.two::before {
          left: 14%;
          top: 10px;
          width: calc(46% - 15px);
          height: calc(100% - 9px);
          border: 3px solid #cf3232;
          pointer-events: none;
          z-index: 3; }
        .section06 .container .wrap.two::after {
          left: 14%;
          top: 10px;
          width: calc(46% - 15px);
          height: calc(100% - 9px);
          background: #fffedd;
          pointer-events: none;
          z-index: 1; }
        .section06 .container .wrap.two table {
          width: 100%;
          border-collapse: separate;
          /*border-spacing:10px;*/ }
          .section06 .container .wrap.two table th, .section06 .container .wrap.two table td {
            width: 44%; }
          .section06 .container .wrap.two table thead th {
            text-align: center;
            background: #e2e5e7;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
            color: #818283;
            padding: 8px 0;
            position: relative;
            z-index: 10;
            width: 12%; }
            .section06 .container .wrap.two table thead th::before {
              content: "";
              position: absolute;
              width: 110%;
              left: -5%;
              top: -1.9em;
              font-size: 13px;
              font-size: 1.3rem;
              color: #0d264f; }
            .section06 .container .wrap.two table thead th span {
              font-size: 80%; }
          .section06 .container .wrap.two table thead tr th:first-child {
            background: none; }
          .section06 .container .wrap.two table thead tr th:nth-child(2) {
            background: #cf3232;
            color: #fff; }
            .section06 .container .wrap.two table thead tr th:nth-child(2)::before {
              content: ""; }
          .section06 .container .wrap.two table thead tr th:nth-child(3)::before {
            content: ""; }
          .section06 .container .wrap.two table thead tr th:nth-child(4)::before {
            content: ""; }
          .section06 .container .wrap.two table tbody th, .section06 .container .wrap.two table tbody td {
            padding: 10px; }
          .section06 .container .wrap.two table tbody th {
            background: #edf2fb;
            text-align: center;
            color: #0d264f;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            width: 12%; }
          .section06 .container .wrap.two table tbody td {
            border: 1px solid #ceecf8;
            vertical-align: top;
            position: relative;
            z-index: 2;
            background: #fff;
            font-size: 12px;
            font-size: 1.2rem; }
            .section06 .container .wrap.two table tbody td:nth-child(2) {
              background: none; }
            .section06 .container .wrap.two table tbody td .ico {
              width: 40px;
              margin: auto; }
            .section06 .container .wrap.two table tbody td p {
              text-align: center;
              padding-top: .5em; }
          .section06 .container .wrap.two table tbody tr:first-child th:first-child {
            background: none; }
    .section06 .container table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 5px; }
      .section06 .container table th, .section06 .container table td {
        width: 22%;
        font-size: 2.5vw; }
      .section06 .container table thead th {
        text-align: center;
        background: #e2e5e7;
        font-size: 3vw;
        font-weight: 700;
        color: #818283;
        padding: 8px 0;
        position: relative;
        z-index: 10;
        width: 12%;
        border: 1px solid #ceecf8; }
        .section06 .container table thead th::before {
          white-space: pre;
          content: "";
          position: absolute;
          width: 110%;
          left: -5%;
          top: -3em;
          line-height: 1.2;
          font-size: 11px;
          font-size: 1.1rem;
          color: #0d264f; }
        .section06 .container table thead th span {
          font-size: 80%; }
      .section06 .container table thead tr th:first-child {
        background: none;
        border: none;
        /*&::before {
        	content:"";
        	position: absolute;
        	width:45px;
        	height:43px;
        	background-image: url("img/section02_ico.png");
        	background-repeat: no-repeat;
        	background-position: center top;
        	background-size:70% auto;
        	left:0;
        	top:10px;
        	pointer-events: none;
        	z-index: 10;
        }*/ }
      .section06 .container table thead tr th:nth-child(1) {
        background: #cf3232;
        color: #fff; }
        .section06 .container table thead tr th:nth-child(1)::before {
          content: ""; }
      .section06 .container table thead tr th:nth-child(2)::before {
        content: ""; }
      .section06 .container table thead tr th:nth-child(3)::before {
        content: ""; }
      .section06 .container table thead tr th:nth-child(4)::before {
        content: ""; }
      .section06 .container table tbody th, .section06 .container table tbody td {
        padding: 8px 5px; }
      .section06 .container table tbody th {
        background: #edf2fb;
        text-align: center;
        color: #0d264f;
        font-size: 2.8vw;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: 12%;
        z-index: 10 !important; }
      .section06 .container table tbody td {
        border: 1px solid #ceecf8;
        vertical-align: top;
        position: relative;
        z-index: 2;
        background: #fff; }
        .section06 .container table tbody td:nth-child(1) {
          background: #fffedd; }
        .section06 .container table tbody td:nth-child(2) {
          background: none; }
        .section06 .container table tbody td .ico {
          width: 25px;
          margin: auto; }
        .section06 .container table tbody td p {
          text-align: center; }
    .section06 .container .note {
      width: calc(100% - 20px);
      margin: 40px auto 0;
      background: #ebf7fb;
      padding: 30px;
      font-size: 15px;
      font-size: 1.5rem;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section06 .container .note .marker {
        font-weight: 700;
        background: linear-gradient(transparent 60%, #fff892 60%); }
  .section06 .tab {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px; }
  .section06 .tab > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: 7px 0;
    border-radius: 5px 5px 0 0;
    background-color: #0d264f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer; }
  .section06 .tab > label:hover {
    opacity: .8; }
  .section06 .tab input {
    display: none; }
  .section06 .tab > div {
    display: none;
    width: 100%; }
  .section06 .tab label:has(:checked) {
    opacity: 1; }
  .section06 .tab label:has(:checked) + div {
    display: block; }
