@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 5px 0 #d36e15;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d36e15;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d36e15;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d36e15;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d36e15;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #d36e15;
  -moz-box-shadow: 0 5px 0 #d36e15;
  box-shadow: 0 5px 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: #f8f8f8;
  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: 160px;
    margin: auto; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    .header .header_pr span {
      display: inline-block;
      border: 1px solid #7f7f7f;
      color: #7f7f7f;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px;
      padding: 1px 8px;
      font-size: 13px;
      font-size: 1.3rem; }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 310px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_image {
    position: absolute;
    bottom: 25px;
    left: 16px; }
  .fv .fv_txt {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
    background: #bf9d5f;
    padding: 3px 30px 5px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    position: absolute;
    top: 25px;
    left: 60px; }
  .fv .fv_txt2 {
    position: absolute;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff;
    top: 27px;
    left: 251px; }

.orange {
  color: #ffa353; }

.large {
  font-size: 140%; }

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

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

.main_ttl {
  background: #0d264f;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 15px 0;
  position: relative; }
  .main_ttl .bold {
    position: absolute;
    inset: 0;
    top: 15px;
    z-index: 2; }
  .main_ttl .bold_bk {
    color: #fff;
    position: absolute;
    inset: 0;
    z-index: 0;
    top: 15px;
    -webkit-text-stroke: 4px #fff; }
  .main_ttl h2 {
    font-weight: 700; }

.section01 h2 {
  margin-bottom: 20px;
  text-align: center; }
  .section01 h2 .ttl_wrap {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.03em; }
    .section01 h2 .ttl_wrap::before, .section01 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; }
    .section01 h2 .ttl_wrap::before {
      background-image: url("img/section01_ttl_before.png");
      left: -70px; }
    .section01 h2 .ttl_wrap::after {
      background-image: url("img/section01_ttl_after.png");
      right: -70px; }
    .section01 h2 .ttl_wrap .marker {
      display: inline-block;
      background: linear-gradient(transparent 60%, #fff892 60%); }
    .section01 h2 .ttl_wrap strong {
      color: #cf3232;
      font-size: 26px;
      font-size: 2.6rem; }
.section01 .fukidashi_ttl {
  margin-bottom: 10px;
  padding: 15px 0 29px;
  background: url("img/fukidashi_ttl_bg.png") no-repeat center top;
  font-size: 24px;
  font-size: 2.4rem;
  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 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .table_wrap {
  width: 750px;
  margin: 0 auto; }
  .section01 .table_wrap.rank5 {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section01 .table_wrap.rank5 {
        width: 100%; } }
    .section01 .table_wrap.rank5 .client_table {
      position: relative;
      width: 100%; }
      .section01 .table_wrap.rank5 .client_table::before {
        width: calc(100% / 5); }
      .section01 .table_wrap.rank5 .client_table::after {
        width: calc(100% / 5); }
      .section01 .table_wrap.rank5 .client_table table th, .section01 .table_wrap.rank5 .client_table table td {
        width: calc(100% / 5); }
.section01 .client_table {
  position: relative;
  width: 100%; }
  .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: 1; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #bababa;
    background: #fff; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
    .section01 .client_table table th {
      background: #bbceee;
      font-weight: 700;
      color: #0d264f;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      font-weight: 500;
      z-index: 3; }
    .section01 .client_table table td {
      padding: 15px 10px;
      border-left: 1px solid #bababa;
      border-right: 1px solid #bababa;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
    .section01 .client_table table thead td {
      position: relative;
      vertical-align: top; }
      .section01 .client_table table thead td .image {
        padding-top: 55px;
        position: relative; }
        .section01 .client_table table thead td .image::before {
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -5px;
          width: 70px;
          height: 45px;
          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: 16px;
            font-size: 1.6rem; }
          .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("img/ico_rank1.png"); }
      .section01 .client_table table thead td:nth-child(2) .image::before {
        background-image: url("img/ico_rank2.png"); }
      .section01 .client_table table thead td:nth-child(3) .image::before {
        background-image: url("img/ico_rank3.png"); }
      .section01 .client_table table thead td:nth-child(4) .image::before {
        background-image: url("img/ico_rank4.png"); }
      .section01 .client_table table thead td:nth-child(5) .image::before {
        background-image: url("img/ico_rank5.png"); }
  .section01 .client_table .ico {
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 0 auto 10px;
    width: 80%; }
    .section01 .client_table .cta_btn a {
      font-size: 17px;
      font-size: 1.7rem;
      padding: 24px 0; }

.sectionLiskPoint .container {
  padding-bottom: 50px; }
.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: 30px;
      font-size: 3rem;
      font-weight: bold;
      color: #cf3232; }
.sectionLiskPoint .cards {
  margin-top: 0px;
  -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((100%) / 3);
    margin-left: 1%;
    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; }
    .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; }
  .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; }
.sectionLiskPoint .about {
  padding-top: 10px; }
  .sectionLiskPoint .about .inner {
    width: 760px;
    margin: 0 auto; }
  .sectionLiskPoint .about .image_heading {
    width: 700px;
    margin: 0 auto;
    height: 190px;
    background: url("img/sectionLiskPoint_img1.png") no-repeat center top;
    background-size: contain;
    color: #746e5a;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    padding: 15px 0 0 176px; }
  .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 .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: 760px;
  margin: 0 auto; }
.sectionLiskPoint .merit .headimg {
  text-align: center;
  padding-bottom: 2em; }
.sectionLiskPoint .merit .heading {
  text-align: center;
  font-weight: bold;
  color: #0d264f; }
  .sectionLiskPoint .merit .heading span {
    display: block;
    padding-bottom: 5px;
    font-size: 21px;
    font-size: 2.1rem;
    color: #cf3232;
    font-weight: 700; }
.sectionLiskPoint .merit .lead {
  margin-top: 20px; }
.sectionLiskPoint .merit .cards .card {
  border-color: #abc7fa;
  background: #edf2fb; }
  .sectionLiskPoint .merit .cards .card .ttl {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    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: 848px;
  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; }
  .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: 30px 50px 70px; }
  @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: 2px solid #0d264f; }
    .section02 .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 .container h2 span {
        font-weight: 700;
        font-size: 26px;
        font-size: 2.6rem;
        color: #fff892; }
    .section02 .container .inner {
      padding: 35px 60px 45px; }
    .section02 .container .heading {
      text-align: center;
      color: #cf3232;
      font-size: 22px;
      font-size: 2.2rem;
      letter-spacing: 0.02em;
      font-weight: 700; }
    .section02 .container .wrap {
      margin-top: 0px;
      position: relative; }
      .section02 .container .wrap::before, .section02 .container .wrap::after {
        content: "";
        position: absolute; }
      .section02 .container .wrap::before {
        left: 103px;
        top: 10px;
        width: calc(22% - 10px);
        height: calc(100% - 10px);
        border: 3px solid #cf3232;
        pointer-events: none;
        z-index: 3; }
      .section02 .container .wrap::after {
        left: 103px;
        top: 10px;
        width: calc(22% - 10px);
        height: calc(100% - 10px);
        background: #fffedd;
        pointer-events: none;
        z-index: 1; }
    .section02 .container table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 10px; }
      .section02 .container table th, .section02 .container table td {
        width: 22%; }
      .section02 .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; }
        .section02 .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 .container table thead th span {
          font-size: 80%; }
      .section02 .container table thead tr th:first-child {
        background: none;
        width: 12%; }
      .section02 .container table thead tr th:nth-child(2) {
        background: #cf3232;
        color: #fff; }
        .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: 10px; }
      .section02 .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 .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 .container table tbody td .ico {
          width: 40px;
          margin: auto; }
        .section02 .container table tbody td p {
          text-align: center;
          padding-top: .5em; }
    .section02 .container ul {
      font-size: 13px;
      font-size: 1.3rem; }
      .section02 .container ul li {
        position: relative;
        padding-left: 13px;
        margin-top: 3px; }
        .section02 .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 .container ul li:first-child {
          margin-top: 0; }
    .section02 .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 .container .note .marker {
        font-weight: 700;
        background: linear-gradient(transparent 60%, #fff892 60%); }
  .section02 .faq {
    margin-top: 70px; }
    .section02 .faq h2 {
      text-align: center; }
      .section02 .faq h2 .ttl_wrap {
        display: inline-block;
        position: relative;
        font-size: 28px;
        font-size: 2.8rem;
        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: 100px;
          background: #0d264f; }
        .section02 .faq h2 .ttl_wrap::before {
          left: -145px; }
        .section02 .faq h2 .ttl_wrap::after {
          right: -145px; }
        .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: 0;
        left: 0;
        width: 40px;
        height: 40px;
        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: 50px;
      padding-bottom: 20px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      cursor: pointer; }
      .section02 .faq .question::before {
        background-image: url("img/ico_question.png"); }
      .section02 .faq .question::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        margin-top: 10px;
        content: "";
        width: 26px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        pointer-events: none;
        z-index: 10;
        background-image: url("img/section02_trigger.png"); }
      .section02 .faq .question.active::after {
        background-image: url("img/section02_trigger_active.png"); }
    .section02 .faq .answer {
      padding-top: 5px;
      padding-bottom: 20px;
      padding-right: 40px;
      padding-left: 50px;
      font-size: 15px;
      font-size: 1.5rem; }
      .section02 .faq .answer::before {
        background-image: url("img/ico_answer.png"); }

.section02_2 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 70px; }
  @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: 35px 60px 45px; }
    .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: 209px;
        top: 10px;
        width: calc(38% - 10px);
        height: calc(100% - 10px);
        border: 3px solid #cf3232;
        pointer-events: none;
        z-index: 3; }
      .section02_2 .container .wrap::after {
        left: 209px;
        top: 10px;
        width: calc(38% - 10px);
        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: 38%; }
      .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: 24%; }
        .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: 26%; }
      .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 .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 {
        background: none; }
      .section02_2 .container table tbody tr:first-child td {
        text-align: center; }
    .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: 600px;
  border-radius: 10px;
  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: 40px 0 75px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .flow {
  margin-top: 80px; }
  .section03 .flow .heading {
    text-align: center; }
    .section03 .flow .heading span {
      display: inline-block;
      padding-bottom: 3px;
      letter-spacing: 0.03em;
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700;
      border-bottom: 1px solid #333; }
  .section03 .flow .items {
    margin-top: 35px;
    -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; }
    .section03 .flow .items .item {
      width: 205px;
      margin-left: 10px; }
      .section03 .flow .items .item:first-child {
        margin-left: 0; }
  .section03 .flow .step {
    text-align: center;
    color: #0d264f;
    font-size: 13px;
    font-size: 1.3rem; }
  .section03 .flow .ttl {
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem; }
    .section03 .flow .ttl.single {
      padding: 21px 0; }

.client_archive > ul > li {
  margin-top: 40px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #bababa;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 25px;
    border-bottom: 1px solid #bababa; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 93px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 17px;
      top: -7px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 25px; }
.client_archive > ul > li:nth-child(1) .client_card .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: 125px; }
.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("img/ico_rank1.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_rank4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_rank5.png"); }
.client_archive > ul > li.rank_pickup .client_name::before {
  background-image: url("img/ico_rank_pr.png");
  top: 7px; }
.client_archive .top_heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #cf3232; }
.client_archive .overview {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 15px; }
  .client_archive .overview .image {
    width: 300px;
    margin-right: 20px; }
  .client_archive .overview .txt {
    width: calc(100% - 320px); }
    .client_archive .overview .txt .heading {
      font-size: 25px;
      font-size: 2.5rem;
      color: #cf3232;
      font-weight: 700; }
    .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: 12px 5px;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #0d264f;
        background: #bbceee;
        border-color: #fff;
        width: 28%;
        padding-right: 0;
        font-weight: 700;
        padding: 8px 0 8px 8px;
        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 {
          display: inline-block;
          margin-left: 5px;
          font-size: 12px;
          font-size: 1.2rem; }
      .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; }
        .client_archive .overview .txt table .ico_wrap .ico_txt {
          padding-left: 5px; }
.client_archive .point,
.client_archive .treatment,
.client_archive .review,
.client_archive .location {
  margin-top: 12px;
  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: 6px 0;
    font-size: 21px;
    font-size: 2.1rem; }
  .client_archive .point .contents,
  .client_archive .treatment .contents,
  .client_archive .review .contents,
  .client_archive .location .contents {
    background: #fff; }
    .client_archive .point .contents .slick-dots li,
    .client_archive .treatment .contents .slick-dots li,
    .client_archive .review .contents .slick-dots li,
    .client_archive .location .contents .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 5px; }
      .client_archive .point .contents .slick-dots li button,
      .client_archive .treatment .contents .slick-dots li button,
      .client_archive .review .contents .slick-dots li button,
      .client_archive .location .contents .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        background: #fff;
        border: 1px solid #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 .slick-dotted.slick-slider,
    .client_archive .treatment .contents .slick-dotted.slick-slider,
    .client_archive .review .contents .slick-dotted.slick-slider,
    .client_archive .location .contents .slick-dotted.slick-slider {
      margin-bottom: 40px; }
    .client_archive .point .contents .quote,
    .client_archive .treatment .contents .quote,
    .client_archive .review .contents .quote,
    .client_archive .location .contents .quote {
      padding: 0 120px;
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }
.client_archive .point .wrap {
  padding: 25px 25px 25px 50px;
  -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; }
  .client_archive .point .wrap .image {
    width: 80px; }
  .client_archive .point .wrap .txt {
    width: calc(100% - 80px);
    padding-left: 40px; }
    .client_archive .point .wrap .txt ul li {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 3px;
      position: relative;
      padding-left: 28px; }
      .client_archive .point .wrap .txt ul li:first-child {
        margin-top: 0; }
      .client_archive .point .wrap .txt ul li::before {
        content: "";
        position: absolute;
        width: 14px;
        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: 8px;
        pointer-events: none; }
      .client_archive .point .wrap .txt ul li span {
        color: #cf3232;
        font-weight: 700; }
.client_archive .treatment .contents {
  padding: 25px 10px; }
.client_archive .treatment .treatment_slides .treatment_slide .flex_wrap {
                    /*
					@include css3(display, flex);
					@include css3(justify-content, space-between);
                    flex-direction:column;
                    */
  width: 670px;
  margin: 0 auto; }
  .client_archive .treatment .treatment_slides .treatment_slide .flex_wrap .img {
    width: 100%;
    text-align: center; }
    .client_archive .treatment .treatment_slides .treatment_slide .flex_wrap .img img {
      display: inline-block;
      margin: 0 auto; }
  .client_archive .treatment .treatment_slides .treatment_slide .flex_wrap .txt {
    width: 500px;
    margin: 0 auto;
                        /*
						.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(13);
							.cat {
								display: inline-block;
								width: 52px;
								padding: 2px 5px;
								background: #a2bff0;
								color: #fff;
								white-space: nowrap;
								@include fs(14);
								text-align: center;
							}
							p {
								width: calc(100% - 62px);
								padding: 2px 0;
							}
						}
						.after .cat {
							background: #fc7976;
						}
						.price {
							@include fs(24);
							.menu {
								@include fs(15);
							}
							.tax {
								@include fs(12);
							}
						}
						.side_effects {
							margin-top: 10px;
							padding: 20px 10px;
							background: #c4cbd5;
							color: #fff;
							@include fs(12);
						}
                        */ }
    .client_archive .treatment .treatment_slides .treatment_slide .flex_wrap .txt p {
      font-size: 13px;
      font-size: 1.3rem; }
.client_archive .treatment2 .contents {
  background: #fff; }
  .client_archive .treatment2 .contents .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block; }
    .client_archive .treatment2 .contents .slick-dots li button {
      width: 10px;
      height: 10px;
      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 .slick-dotted.slick-slider {
    margin-bottom: 40px; }
  .client_archive .treatment2 .contents .quote {
    padding: 0 120px;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
.client_archive .treatment2 .treatment_slides .treatment_slide .flex_wrap {
                    /*
					@include css3(display, flex);
					@include css3(justify-content, space-between);
                    flex-direction:column;
                    */
  width: 670px;
  margin: 0 auto; }
  .client_archive .treatment2 .treatment_slides .treatment_slide .flex_wrap .img {
    width: 100%;
    text-align: center; }
    .client_archive .treatment2 .treatment_slides .treatment_slide .flex_wrap .img img {
      display: inline-block;
      margin: 0 auto; }
  .client_archive .treatment2 .treatment_slides .treatment_slide .flex_wrap .txt {
    width: 500px;
    margin: 0 auto;
                        /*
						.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(13);
							.cat {
								display: inline-block;
								width: 52px;
								padding: 2px 5px;
								background: #a2bff0;
								color: #fff;
								white-space: nowrap;
								@include fs(14);
								text-align: center;
							}
							p {
								width: calc(100% - 62px);
								padding: 2px 0;
							}
						}
						.after .cat {
							background: #fc7976;
						}
						.price {
							@include fs(24);
							.menu {
								@include fs(15);
							}
							.tax {
								@include fs(12);
							}
						}
						.side_effects {
							margin-top: 10px;
							padding: 20px 10px;
							background: #c4cbd5;
							color: #fff;
							@include fs(12);
						}
                        */ }
    .client_archive .treatment2 .treatment_slides .treatment_slide .flex_wrap .txt p {
      font-size: 13px;
      font-size: 1.3rem; }
.client_archive .review .contents {
  padding: 15px 10px;
  background: #edf2fb; }
.client_archive .review .review_slides .review_slide {
  padding: 10px; }
  .client_archive .review .review_slides .review_slide .txt {
    width: 650px;
    margin: 0 auto;
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.769; }
.client_archive .review2 .contents {
  background: #fff; }
  .client_archive .review2 .contents .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block; }
    .client_archive .review2 .contents .slick-dots li button {
      width: 10px;
      height: 10px;
      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 .slick-dotted.slick-slider {
    margin-bottom: 40px; }
  .client_archive .review2 .contents .quote {
    padding: 0 120px;
    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 {
    width: 650px;
    margin: 0 auto;
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.769; }
.client_archive .location .contents {
  padding: 20px 10px 30px; }
.client_archive .location .location_tab {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 660px;
  margin: auto; }
  .client_archive .location .location_tab li {
    width: calc(100% / 4);
    margin-bottom: 10px;
    position: relative;
    white-space: nowrap;
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    cursor: pointer; }
    .client_archive .location .location_tab li span {
      display: block;
      position: relative;
      width: 50px;
      height: 50px;
      margin: 10px auto 0;
      background: url("img/ico_trigger.png") no-repeat left top/100% auto;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .client_archive .location .location_tab li.select span {
      transform: rotate(-45deg);
      opacity: .7; }
.client_archive .location .content_wrap {
  position: relative;
  margin: 30px auto 0;
  padding: 20px 25px;
  width: 660px;
  border: 1px solid #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;
    top: -11.5px;
    left: 100px;
    width: 17px;
    height: 12px;
    background: url("img/ico_fukidashi.png") no-repeat left top/100% auto;
    z-index: 1; }
  .client_archive .location .content_wrap.item_01::before {
    left: 8.5%; }
  .client_archive .location .content_wrap.item_02::before {
    left: 35.5%; }
  .client_archive .location .content_wrap.item_03::before {
    left: 60.5%; }
  .client_archive .location .content_wrap.item_04::before {
    left: 85.8%; }
  .client_archive .location .content_wrap.item_05::before {
    left: 36.5%; }
  .client_archive .location .content_wrap.item_06::before {
    left: 61.5%; }
  .client_archive .location .content_wrap 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: 15px;
      vertical-align: middle;
      font-size: 14px;
      font-size: 1.4rem; }
    .client_archive .location .content_wrap table th {
      width: 130px;
      background: #bbceee;
      color: #0d264f;
      font-weight: 500;
      text-align: center; }
  .client_archive .location .content_wrap .none {
    padding: 20px 0;
    text-align: center; }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #cf3232;
    font-size: 23px;
    font-size: 2.3rem; }
  .client_archive .cta .cta_btn {
    width: 700px;
    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 .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }
.client_archive .rank_pickup {
  padding-top: 120px;
  position: relative;
  background: url("img/client_pickup_ttl.png") center 40px/auto no-repeat; }
  .client_archive .rank_pickup .client_card {
    border: 5px #FBC93B solid; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0 70px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .detail_only {
  display: none; }
.section04 table tbody tr:first-child {
  position: relative;
  background: #fefaec; }
.section04 table {
  width: 100%;
  border: 1px solid #bababa;
  border-top: none;
  background: #fff; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    padding: 8px 5px;
    width: 120px; }
  .section04 table thead th {
    background: #bbceee;
    color: #0d264f;
    line-height: 1.2;
    padding-top: 14px;
    padding-bottom: 14px;
    border-color: #fff; }
  .section04 table tbody {
    /*
    tr:first-child {
    	position: relative;
    	border:2px solid $subColor;
    }
    */ }
    .section04 table tbody .image {
      display: block;
      width: 75%;
      margin: auto; }
    .section04 table tbody .ico {
      width: 36px;
      margin: 0 auto 5px; }
    .section04 table tbody td p {
      line-height: 1.4;
      font-size: 12.5px;
      font-size: 1.25rem; }
    .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 table thead tr th:first-child,
  .section04 table tbody tr td:first-child {
    width: 150px; }
  .section04 table thead tr th:last-child,
  .section04 table tbody tr td:last-child {
    width: 130px; }
  .section04 table tbody tr td:nth-child(4) p,
  .section04 table tbody tr td:nth-child(5) p {
    font-size: 12px; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section04 .cta_btn a {
  line-height: 1.3;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.section05 {
  background: #edf2fb; }
  .section05 .confused_ttl {
    text-align: center; }
  .section05 .main_ttl {
    padding: 30px 0; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0px 0 90px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 .container {
    position: relative;
    padding: 70px 90px 40px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
  .section05 .cta {
    max-width: 700px;
    margin: 20px auto 0; }
    .section05 .cta a {
      font-size: 20px;
      font-size: 2rem; }
    .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: 23px;
      font-size: 2.3rem;
      margin: 10px 0; }
  .section05 .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; }
    .section05 .wrap .image {
      width: 300px; }
    .section05 .wrap .text {
      width: calc(100% - 300px);
      padding-left: 30px; }
      .section05 .wrap .text .name {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 3px dotted #194da1;
        margin-bottom: 10px; }
      .section05 .wrap .text .name a {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: none; }
      .section05 .wrap .text .heading {
        font-weight: 700;
        color: #cf3232;
        font-size: 21px;
        font-size: 2.1rem; }
      .section05 .wrap .text p {
        margin-top: 15px;
        font-size: 15px;
        font-size: 1.5rem; }
        .section05 .wrap .text p strong {
          color: #cf3232; }
        .section05 .wrap .text p span {
          background: linear-gradient(transparent 60%, #fff892 60%); }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(13, 38, 79, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 90px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  .fixed_cta .image {
    position: absolute;
    bottom: 0;
    left: 100px; }
  .fixed_cta .cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    right: 100px; }
    .fixed_cta .cta .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 10px 0; }

.footer .inner {
  padding: 50px 0 30px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
.footer .privacy {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .footer .privacy .ico {
    width: 100px; }
  .footer .privacy .txt {
    padding-left: 20px; }
.footer .f_nav {
  width: 800px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  margin: 20px auto 0; }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      margin-left: 30px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none; }
.footer .copyright {
  background: #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: 160px;
        width: 60%; }
    .exitProtection .wrap .btn {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 19px;
      width: 370px; }
      .exitProtection .wrap .btn .cta_btn span {
        display: block;
        text-decoration: none;
        line-height: 1.2;
        color: #fff !important;
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        padding: 18px 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: 11px;
  float: left;
  margin-left: 20px; }

.accordion {
  width: 100%;
  margin: 20px 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: 21px;
      font-size: 2.1rem;
      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;
      padding: 15px;
      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; }
    @media only screen and (max-width: 768px) {
      .section06 .container {
        width: 100%; } }
    .section06 .container .inner {
      padding: 15px 50px 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; }
      .section06 .container .wrap::before, .section06 .container .wrap::after {
        content: "";
        position: absolute; }
      .section06 .container .wrap::before {
        left: 118px;
        top: 10px;
        width: calc(22% - 10px);
        height: calc(100% - 10px);
        border: 3px solid #cf3232;
        pointer-events: none;
        z-index: 3; }
      .section06 .container .wrap::after {
        left: 118px;
        top: 10px;
        width: calc(22% - 10px);
        height: calc(100% - 10px);
        background: #fffedd;
        pointer-events: none;
        z-index: 1; }
      .section06 .container .wrap.two::before, .section06 .container .wrap.two::after {
        content: "";
        position: absolute; }
      .section06 .container .wrap.two::before {
        left: 202px;
        top: 10px;
        width: calc(39% - 10px);
        height: calc(99% - 10px);
        border: 3px solid #cf3232;
        pointer-events: none;
        z-index: 3; }
      .section06 .container .wrap.two::after {
        left: 202px;
        top: 10px;
        width: calc(39% - 10px);
        height: calc(99% - 10px);
        background: #fffedd;
        pointer-events: none;
        z-index: 1; }
    .section06 .container table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 10px; }
      .section06 .container table th, .section06 .container table td {
        width: 22%; }
      .section06 .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; }
        .section06 .container 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 table thead th span {
          font-size: 80%; }
      .section06 .container table thead tr th:first-child {
        background: none;
        width: 12%; }
      .section06 .container table thead tr th:nth-child(2) {
        background: #cf3232;
        color: #fff; }
        .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: 10px; }
      .section06 .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%; }
      .section06 .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; }
        .section06 .container table tbody td .ico {
          width: 40px;
          margin: auto; }
        .section06 .container table tbody td p {
          text-align: center;
          padding-top: .5em; }
    .section06 .container ul {
      font-size: 13px;
      font-size: 1.3rem; }
      .section06 .container ul li {
        position: relative;
        padding-left: 13px;
        margin-top: 3px; }
        .section06 .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; }
        .section06 .container ul li:first-child {
          margin-top: 0; }
    .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: 17px 0;
    border-radius: 5px 5px 0 0;
    background-color: #0d264f;
    color: #fff;
    font-size: 18px;
    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; }
