@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%, 20%, 40% {
    box-shadow: 0 5px 0 #b62e60;
    top: 0; }
  10%, 30% {
    box-shadow: 0 0 0 #b62e60;
    top: 6px; } }
@media only screen and (max-width: 768px) {
  @keyframes animationbtn {
    0%, 20%, 40% {
      box-shadow: 0 3px 0 #b62e60;
      top: 0; }
    10%, 30% {
      box-shadow: 0 0 0 #b62e60;
      top: 6px; } } }
.cta_btn {
  position: relative;
  background: #f13e80;
  box-shadow: 0 5px 0 #b62e60;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .cta_btn {
      box-shadow: 0 3px 0 #b62e60; } }
  .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: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .cta_btn a {
        font-size: 4.5vw; } }
  .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;
  font-feature-settings: "palt";
  letter-spacing: 0.06em; }

a {
  color: #1e53ff; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #1e53ff;
    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(0, 160, 187, 0.75);
  border: #fff 1px solid;
  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: #00a0bb;
    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; } }

.remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem; }
  @media only screen and (max-width: 768px) {
    .remarks {
      margin-top: 5px; } }

.marker {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f9d100 60%); }

.container {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(16, 16, 16, 0.12);
  -moz-box-shadow: 0 0 15px rgba(16, 16, 16, 0.12);
  box-shadow: 0 0 15px rgba(16, 16, 16, 0.12); }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .container {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }

.header {
  border-top: 4px solid #2d758e;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .header {
      border-top-width: 2px; } }
  .header .inner {
    padding: 3px 0 7px;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 3px 0; } }
    .header .inner .logo {
      margin: 0 auto;
      width: 85px; }
      @media only screen and (max-width: 768px) {
        .header .inner .logo {
          width: 50px; } }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    border: 1px solid #929292;
    color: #929292;
    padding: 0 8px; }
    @media only screen and (max-width: 768px) {
      .header .header_pr {
        font-size: 10px;
        font-size: 1rem;
        padding: 1px 3px;
        right: 10px; } }

.main_ttl {
  text-align: center;
  background: #00a0bb;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  padding: 20px 0;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      padding: 7px 0 10px;
      font-size: 4.4vw;
      line-height: 1.4; }
      .main_ttl span {
        font-size: 85%; } }

.section_top3 .inner {
  padding: 30px 50px 110px; }
  @media only screen and (max-width: 768px) {
    .section_top3 .inner {
      padding: 20px 10px 70px; } }
.section_top3 .recommend {
  border: 2px solid #00a0bb;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 0 35px 15px; }
  @media only screen and (max-width: 768px) {
    .section_top3 .recommend {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 5px 10px 12px; } }
  .section_top3 .recommend ul li {
    padding: 15px 0;
    padding-left: 87px;
    position: relative;
    border-bottom: dotted 3px #b7b7b7; }
    @media only screen and (max-width: 768px) {
      .section_top3 .recommend ul li {
        background-size: 4px auto;
        padding-left: 35px;
        padding-top: 10px;
        border-width: 2px; } }
    .section_top3 .recommend ul li::before {
      content: "";
      position: absolute;
      width: 67px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section_top3 .recommend ul li::before {
          width: 33px;
          background-position: center top;
          top: 14px; } }
    .section_top3 .recommend ul li:nth-child(1)::before {
      background-image: url("img/ico_rank_01.png"); }
    .section_top3 .recommend ul li:nth-child(2)::before {
      background-image: url("img/ico_rank_02.png"); }
    .section_top3 .recommend ul li:nth-child(3)::before {
      background-image: url("img/ico_rank_03.png"); }
  .section_top3 .recommend .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; }
    @media only screen and (max-width: 768px) {
      .section_top3 .recommend .wrap {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start; } }
    .section_top3 .recommend .wrap .image {
      width: 140px; }
      @media only screen and (max-width: 768px) {
        .section_top3 .recommend .wrap .image {
          width: 90px; } }
    .section_top3 .recommend .wrap .btn {
      width: 215px; }
      @media only screen and (max-width: 768px) {
        .section_top3 .recommend .wrap .btn {
          width: 100%;
          margin-top: 4px; } }
      .section_top3 .recommend .wrap .btn .cta_btn {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        @media only screen and (max-width: 768px) {
          .section_top3 .recommend .wrap .btn .cta_btn {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px; } }
        .section_top3 .recommend .wrap .btn .cta_btn a {
          font-size: 20px;
          font-size: 2rem; }
          @media only screen and (max-width: 768px) {
            .section_top3 .recommend .wrap .btn .cta_btn a {
              font-size: 15px;
              font-size: 1.5rem;
              padding: 5px 0; } }
    .section_top3 .recommend .wrap .txt {
      flex: 1;
      padding: 0 20px; }
      @media only screen and (max-width: 768px) {
        .section_top3 .recommend .wrap .txt {
          padding: 0;
          padding-left: 10px; } }
      .section_top3 .recommend .wrap .txt .name {
        font-size: 14px;
        font-size: 1.4rem; }
        .section_top3 .recommend .wrap .txt .name a {
          display: inline-block;
          position: relative;
          font-weight: 500;
          padding-right: 20px; }
          @media only screen and (max-width: 768px) {
            .section_top3 .recommend .wrap .txt .name a {
              font-weight: 700;
              padding-right: 16px; } }
          .section_top3 .recommend .wrap .txt .name a::before {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            background-image: url("img/ico_blank.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 0;
            top: 4px;
            pointer-events: none;
            z-index: 10; }
            @media only screen and (max-width: 768px) {
              .section_top3 .recommend .wrap .txt .name a::before {
                width: 10px;
                height: 10px; } }
      .section_top3 .recommend .wrap .txt .lead {
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4; }
        @media only screen and (max-width: 768px) {
          .section_top3 .recommend .wrap .txt .lead {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 500; } }
        .section_top3 .recommend .wrap .txt .lead span {
          font-weight: 700;
          color: #ea6b8f; }
.section_top3 .comparison {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .section_top3 .comparison {
      margin-top: 35px; } }
  .section_top3 .comparison .heading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    color: #00a0bb;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section_top3 .comparison .heading {
        font-size: 23px;
        font-size: 2.3rem; } }
    .section_top3 .comparison .heading .heading_wrap {
      margin-top: 10px;
      letter-spacing: 0.12em; }
      @media only screen and (max-width: 768px) {
        .section_top3 .comparison .heading .heading_wrap {
          margin-top: 7px; } }
    .section_top3 .comparison .heading span {
      letter-spacing: 0.08em;
      position: relative;
      color: #00a0bb;
      border: 2px solid #00a0bb;
      font-size: 23px;
      font-size: 2.3rem;
      background: #ebfcfc;
      padding: 3px 1.1em;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px; }
      @media only screen and (max-width: 768px) {
        .section_top3 .comparison .heading span {
          width: 190px;
          font-size: 19px;
          font-size: 1.9rem;
          margin-bottom: 7px; } }
      .section_top3 .comparison .heading span::before, .section_top3 .comparison .heading span::after {
        content: "";
        position: absolute;
        left: 50%;
        translate: -50% 100%;
        border-style: solid;
        bottom: 0; }
      .section_top3 .comparison .heading span::before {
        border-width: 14px 7px 0 7px;
        border-color: #00a0bb transparent transparent; }
        @media only screen and (max-width: 768px) {
          .section_top3 .comparison .heading span::before {
            border-width: 9px 7px 0 7px; } }
      .section_top3 .comparison .heading span::after {
        border-width: 9.5px 4.6px 0 4.6px;
        border-color: #ebfcfc transparent transparent; }
        @media only screen and (max-width: 768px) {
          .section_top3 .comparison .heading span::after {
            border-width: 7.5px 4.6px 0 4.6px; } }
  .section_top3 .comparison .wrap {
    width: 700px;
    margin: 15px auto 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section_top3 .comparison .wrap {
        width: 100%;
        margin-top: 10px; } }
    .section_top3 .comparison .wrap::before {
      content: "";
      position: absolute;
      left: 159px;
      top: 0;
      width: 271px;
      height: 100%;
      pointer-events: none;
      border: 3px solid #f9d100; }
      @media only screen and (max-width: 768px) {
        .section_top3 .comparison .wrap::before {
          left: 79px;
          width: calc( (100% - 75px) / 2 ); } }
  .section_top3 .comparison table {
    width: 100%;
    table-layout: fixed; }
    .section_top3 .comparison table th, .section_top3 .comparison table td {
      text-align: center; }
    .section_top3 .comparison table thead tr th {
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: 500;
      color: #fff;
      padding: 7px 0; }
      @media only screen and (max-width: 768px) {
        .section_top3 .comparison table thead tr th {
          padding: 5px 0;
          width: 80px;
          line-height: 1.3;
          font-size: 16px;
          font-size: 1.6rem; }
          .section_top3 .comparison table thead tr th span {
            font-size: 13px;
            font-size: 1.3rem;
            display: block; } }
      .section_top3 .comparison table thead tr th:nth-child(2) {
        background: #f9d100;
        width: 270px; }
        @media only screen and (max-width: 768px) {
          .section_top3 .comparison table thead tr th:nth-child(2) {
            width: calc( (100% - 80px) / 2 ); } }
      .section_top3 .comparison table thead tr th:nth-child(3) {
        background: #adabab;
        width: 270px; }
        @media only screen and (max-width: 768px) {
          .section_top3 .comparison table thead tr th:nth-child(3) {
            width: calc( (100% - 80px) / 2 ); } }
    .section_top3 .comparison table tbody tr th, .section_top3 .comparison table tbody tr td {
      border: 1px solid #b6b6b6;
      padding: 15px 10px; }
      @media only screen and (max-width: 768px) {
        .section_top3 .comparison table tbody tr th, .section_top3 .comparison table tbody tr td {
          padding: 12px 4px; } }
    .section_top3 .comparison table tbody tr th {
      color: #00a0bb;
      background: #ebfcfc; }
      @media only screen and (max-width: 768px) {
        .section_top3 .comparison table tbody tr th {
          font-size: 14px;
          font-size: 1.4rem; } }
    .section_top3 .comparison table tbody tr td {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .section_top3 .comparison table tbody tr td {
          font-size: 14px;
          font-size: 1.4rem; } }
      .section_top3 .comparison table tbody tr td:nth-of-type(1) {
        color: #ea6b8f;
        background: #fffeeb;
        font-weight: 700; }
  .section_top3 .comparison .bottom_txt {
    position: relative;
    width: 700px;
    margin: 20px auto 0;
    background: #ebfcfc;
    padding: 20px 20px 20px 26%;
    color: #00a0bb;
    letter-spacing: 0.075em;
    line-height: 1.65;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .section_top3 .comparison .bottom_txt {
        width: 100%;
        margin-top: 14px;
        padding: 15px 15px 20px 30%;
        font-size: 4vw;
        line-height: 1.5; } }
    .section_top3 .comparison .bottom_txt::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 9.5%;
      width: 20%;
      background: no-repeat center/contain url("img/img_women_01.png"); }
      @media only screen and (max-width: 768px) {
        .section_top3 .comparison .bottom_txt::before {
          left: 4.5%;
          width: 24%;
          background: no-repeat center/contain url("img/img_women_01_sp.png"); } }
    .section_top3 .comparison .bottom_txt strong {
      font-weight: 700;
      color: #ea6b8f; }
    .section_top3 .comparison .bottom_txt span {
      font-weight: 700; }

.section_recommend {
  background: #f9d100; }
  .section_recommend .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 70px 50px 50px; }
    @media only screen and (max-width: 768px) {
      .section_recommend .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section_recommend .inner {
        padding: 50px 8px 55px; } }
  .section_recommend .cont_ttl {
    width: 700px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    top: -55px; }
    @media only screen and (max-width: 768px) {
      .section_recommend .cont_ttl {
        width: 90%;
        top: -33px; } }
    .section_recommend .cont_ttl::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      width: 100%;
      height: 100%;
      border: 2px solid #111;
      pointer-events: none;
      z-index: 5; }
    .section_recommend .cont_ttl::before {
      content: "";
      position: absolute;
      top: 6px;
      left: 6px;
      pointer-events: none;
      background: #00a0bb;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      width: 100%;
      height: 100%;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        .section_recommend .cont_ttl::before {
          top: 4px;
          left: 4px; } }
    .section_recommend .cont_ttl h2 {
      position: relative;
      z-index: 10;
      text-align: center;
      font-weight: 700;
      font-size: 26px;
      font-size: 2.6rem;
      padding: 18px 0;
      line-height: 1.3;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 768px) {
        .section_recommend .cont_ttl h2 {
          padding: 10px 0;
          font-size: 4.5vw;
          line-height: 1.4; } }
      .section_recommend .cont_ttl h2 span {
        font-size: 23px;
        font-size: 2.3rem; }
        @media only screen and (max-width: 768px) {
          .section_recommend .cont_ttl h2 span {
            font-size: 80%; } }

.client_archive > ul > li {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .client_archive > ul > li {
      margin-top: 30px; } }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #00a0bb;
  background: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .client_card {
      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 130px;
    border-bottom: 1px solid #00a0bb; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_name {
        padding: 8px 8px 8px 60px; } }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 85px;
      height: 69px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 35px;
      top: -15px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name::before {
          width: 42px;
          height: 35px;
          left: 10px;
          top: -6px; } }
    .client_archive .client_card .client_name a {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none;
      display: inline-block;
      position: relative;
      padding-right: 36px; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name a {
          font-size: 4.2vw;
          padding-right: 20px; } }
      .client_archive .client_card .client_name a::before {
        content: "";
        position: absolute;
        width: 26px;
        height: 26px;
        background-image: url("img/ico_blank.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        right: 0;
        top: 8px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .client_archive .client_card .client_name a::before {
            width: 13px;
            height: 13px; } }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 15px 30px 35px; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_inner {
        padding: 10px 10px 20px; } }
.client_archive > ul > li:nth-child(1) .client_card {
  background: #ffffe1; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
    background-image: url("img/ico_rank_01.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank_02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank_03.png"); }
.client_archive.recommend .client_card .client_name {
  padding-left: 30px; }
  @media only screen and (max-width: 768px) {
    .client_archive.recommend .client_card .client_name {
      padding-left: 15px; } }
  .client_archive.recommend .client_card .client_name::before {
    display: none; }
@media only screen and (max-width: 768px) {
  .client_archive .cta_btn {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px; }
  .client_archive .cta_btn a {
    padding: 16px 0;
    font-size: 4.2vw; } }
.client_archive .overview {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-areas: "image heading" "image table" "image btn";
  -webkit-gap: 5px 20px;
  -moz-gap: 5px 20px;
  -ms-gap: 5px 20px;
  -o-gap: 5px 20px;
  gap: 5px 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .overview {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      grid-template-columns: 1fr;
      grid-template-areas: "heading" "image" "btn" "table"; } }
  .client_archive .overview .image {
    grid-area: image; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .image {
        margin: 0 auto;
        width: 70%; } }
    .client_archive .overview .image .osusume {
      -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;
      -webkit-gap: 10px;
      -moz-gap: 10px;
      -ms-gap: 10px;
      -o-gap: 10px;
      gap: 10px;
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 15px; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .image .osusume {
          margin-top: 5px;
          font-size: 16px;
          font-size: 1.6rem; } }
      .client_archive .overview .image .osusume img {
        max-width: 150px; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .image .osusume img {
            width: 45%; } }
      .client_archive .overview .image .osusume span {
        font-weight: 700;
        color: #ea6b8f;
        font-size: 22px;
        font-size: 2.2rem; }
  .client_archive .overview .heading {
    grid-area: heading;
    color: #ea6b8f;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .heading {
        text-align: center; } }
  .client_archive .overview .table {
    grid-area: table; }
    .client_archive .overview .table table {
      width: 100%;
      border-collapse: collapse;
      border-left: 1px solid #e7e7e7;
      border-bottom: 1px solid #e7e7e7;
      table-layout: fixed;
      background: #fff; }
      .client_archive .overview .table table tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .table table tbody {
            /*
            // コンテンツ数が偶数の場合
            grid-template-columns: repeat(3, 1fr);
            */ } }
      .client_archive .overview .table table tr {
        display: flex; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .table table tr {
            flex-direction: column; } }
      .client_archive .overview .table table th, .client_archive .overview .table table td {
        padding: 5px 8px;
        border: solid #e7e7e7;
        border-width: 1px 1px 0 0;
        font-size: 14px;
        font-size: 1.4rem;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .table table th, .client_archive .overview .table table td {
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center; } }
      .client_archive .overview .table table th {
        font-weight: 700;
        color: #00a0bb;
        background: #ebfcfc;
        width: 115px; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .table table th {
            width: 100%;
            text-align: center; } }
      .client_archive .overview .table table td {
        flex: 1; }
      .client_archive .overview .table table .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-gap: 5px;
        -moz-gap: 5px;
        -ms-gap: 5px;
        -o-gap: 5px;
        gap: 5px; }
        .client_archive .overview .table table .ico_wrap .ico {
          width: 26px; }
          @media only screen and (max-width: 768px) {
            .client_archive .overview .table table .ico_wrap .ico {
              width: 20px; } }
  .client_archive .overview .cta.first {
    grid-area: btn; }
    .client_archive .overview .cta.first .cta_btn {
      margin-top: 5px; }
.client_archive .point {
  margin-top: 35px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 2px solid #00a0bb;
  text-align: center;
  padding: 30px 20px 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .point {
      margin-top: 18px;
      padding: 18px 8px 14px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .client_archive .point .ttl {
    background: #00a0bb;
    color: #fff;
    font-weight: 700;
    padding: 6px 3em;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    background: #00a0bb; }
    @media only screen and (max-width: 768px) {
      .client_archive .point .ttl {
        width: 185px;
        padding: 4px 0;
        top: -16px; } }
  .client_archive .point ul {
    display: inline-block;
    max-width: 645px; }
    .client_archive .point ul li {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 8px;
      position: relative;
      padding-left: 23px;
      text-align: left;
      font-weight: 500; }
      .client_archive .point ul li:first-child {
        margin-top: 0; }
      .client_archive .point ul li::before {
        content: "✓";
        position: absolute;
        color: #00a0bb;
        left: 0;
        top: 2px;
        pointer-events: none; }
        @media only screen and (max-width: 768px) {
          .client_archive .point ul li::before {
            left: 4px; } }
      .client_archive .point ul li p {
        color: #ea6b8f;
        font-weight: 700; }
.client_archive .review {
  border: 1px solid #00a0bb;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-top: 25px;
  overflow: hidden;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .client_archive .review {
      margin-top: 20px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding-left: 10px;
      padding-right: 10px; } }
  .client_archive .review .heading {
    text-align: center;
    background: #ebfcfc;
    font-size: 18px;
    font-size: 1.8rem;
    color: #00a0bb;
    padding: 5px 0;
    font-weight: 700;
    width: 230px;
    margin: auto;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .heading {
        width: 130px; } }
  .client_archive .review .review_inner {
    background: #fff;
    padding: 15px 0 70px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .review_inner {
        padding: 10px 0 80px; } }
    .client_archive .review .review_inner .quote {
      position: absolute;
      font-size: 11px;
      font-size: 1.1rem;
      right: 20px;
      bottom: 15px;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .review_inner .quote {
          right: 0;
          bottom: 10px; } }
  .client_archive .review .review_slides {
    width: 580px;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
    box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .review_slides {
        margin-top: 8px;
        -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
        -moz-box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
        box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        width: 100%; } }
    .client_archive .review .review_slides .review_slide {
      padding: 25px 30px 25px 54px;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .review_slides .review_slide {
          padding: 15px 8px; } }
    .client_archive .review .review_slides .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; }
      .client_archive .review .review_slides .wrap .ico {
        width: 90px; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .review_slides .wrap .ico {
            width: 60px; } }
      .client_archive .review .review_slides .wrap .txt {
        flex: 1;
        padding-left: 17px;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .review_slides .wrap .txt {
            padding-left: 8px;
            font-size: 15px;
            font-size: 1.5rem; } }
        .client_archive .review .review_slides .wrap .txt .ttl {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px dashed #333333; }
    .client_archive .review .review_slides .slick-dots {
      bottom: -38px; }
      .client_archive .review .review_slides .slick-dots li button::before {
        content: "";
        width: 12px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        height: 12px;
        background: #fff;
        border: 1px solid #00a0bb;
        opacity: 1; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .review_slides .slick-dots li button::before {
            width: 9px;
            height: 9px; } }
      .client_archive .review .review_slides .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #00a0bb; }
  .client_archive .review .slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
.client_archive .campaign {
  margin-top: 35px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 2px solid #00a0bb;
  text-align: center;
  padding: 30px 20px 20px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .client_archive .campaign {
      margin-top: 25px;
      padding: 25px 14px 14px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .client_archive .campaign .ttl {
    background: #00a0bb;
    color: #fff;
    font-weight: 700;
    padding: 6px 1.8em;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    background: #00a0bb; }
    @media only screen and (max-width: 768px) {
      .client_archive .campaign .ttl {
        width: 225px;
        padding: 3px 0;
        top: -12px; } }
  .client_archive .campaign .wrap p {
    margin-bottom: 15px; }
    .client_archive .campaign .wrap p span {
      font-weight: 700;
      color: #ea6b8f; }
.client_archive .cta {
  margin-top: 5px; }
  @media only screen and (max-width: 768px) {
    .client_archive .cta {
      margin-top: 5px; } }
  .client_archive .cta .cta_btn {
    max-width: 680px;
    margin: 15px auto 0; }
    @media only screen and (max-width: 768px) {
      .client_archive .cta .cta_btn {
        margin-bottom: 15px;
        width: calc(100% - 20px); } }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }
.client_archive .info {
  position: relative;
  margin: 25px 0 0;
  border: solid 1px #f13e3e;
  background: linear-gradient(rgba(241, 62, 62, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(241, 62, 62, 0.08) 1px, transparent 1px), #fdf2f2;
  background-size: 15px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (max-width: 768px) {
    .client_archive .info {
      min-height: 180px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .client_archive .info::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    width: 12.7%;
    background: no-repeat center bottom/contain url("img/img_women_02.png"); }
    @media only screen and (max-width: 768px) {
      .client_archive .info::before {
        left: 13px;
        width: 80px;
        bottom: 15px; } }
  .client_archive .info .ttl {
    padding: 8px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-size: 2rem;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 10px), #f25252; }
    @media only screen and (max-width: 768px) {
      .client_archive .info .ttl {
        padding: 3px;
        font-size: 17px;
        font-size: 1.7rem;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0; } }
    .client_archive .info .ttl span {
      position: relative;
      padding: 8px 0;
      letter-spacing: 0.08em; }
      .client_archive .info .ttl span::before {
        content: "";
        display: inline-block;
        width: 45px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        margin-right: 5px;
        background: no-repeat center/contain url("img/ico_light.png"); }
        @media only screen and (max-width: 768px) {
          .client_archive .info .ttl span::before {
            width: 25px; } }
  .client_archive .info .lead {
    padding: 15px 0 0;
    text-align: center;
    font-weight: 700;
    color: #f13e3e;
    letter-spacing: 0.08em;
    font-size: 22px;
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .client_archive .info .lead {
        padding-top: 13px;
        letter-spacing: 0.01em; } }
    .client_archive .info .lead span {
      position: relative; }
      .client_archive .info .lead span::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -0.25em;
        width: 0.35em;
        height: 0.35em;
        background: #f13e3e;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
  .client_archive .info .wrap {
    padding-bottom: 15px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px; }
    @media only screen and (max-width: 768px) {
      .client_archive .info .wrap {
        padding-bottom: 8px;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px; } }
    .client_archive .info .wrap .txt {
      position: relative;
      padding: 5px 10px 10px 18%;
      letter-spacing: 0.01em;
      font-size: 17px;
      font-size: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .client_archive .info .wrap .txt {
          padding: 0 10px 10px 100px;
          line-height: 1.45;
          letter-spacing: 0.06em; } }

.section_ranking .inner {
  padding: 30px 50px 60px; }
  @media only screen and (max-width: 768px) {
    .section_ranking .inner {
      padding: 15px 10px; } }

.section_comparison .inner {
  padding: 35px 50px 40px; }
  @media only screen and (max-width: 768px) {
    .section_comparison .inner {
      padding: 25px 10px 15px; } }
.section_comparison .client_table {
  position: relative;
  margin: 0 auto;
  max-width: 745px; }
  .section_comparison .client_table::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    width: calc(100% / 3);
    border: solid 2px #00a0bb;
    z-index: 3;
    pointer-events: none; }
  .section_comparison .client_table table {
    width: 100%;
    border: 1px solid #bababa;
    background: #fff; }
    .section_comparison .client_table table th, .section_comparison .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
    .section_comparison .client_table table th {
      background: #ebfcfc;
      font-weight: 700;
      color: #00a0bb;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      z-index: 3; }
    .section_comparison .client_table table td {
      padding: 20px;
      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; }
      @media only screen and (max-width: 768px) {
        .section_comparison .client_table table td {
          padding: 8px 6px;
          font-size: 13px;
          font-size: 1.3rem; } }
  .section_comparison .client_table .image {
    position: relative;
    padding-top: 60px; }
    @media only screen and (max-width: 768px) {
      .section_comparison .client_table .image {
        padding-top: 34px; } }
    .section_comparison .client_table .image::before {
      content: "";
      position: absolute;
      width: 67px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -5px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section_comparison .client_table .image::before {
          width: 43px; } }
    .section_comparison .client_table .image a {
      display: block; }
      .section_comparison .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section_comparison .client_table .image a p {
        text-decoration: underline;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        margin-top: 5px; }
        @media only screen and (max-width: 768px) {
          .section_comparison .client_table .image a p {
            font-size: 14px;
            font-size: 1.4rem; } }
      .section_comparison .client_table .image a:hover p {
        text-decoration: none; }
  .section_comparison .client_table thead tr td:nth-child(1) .image::before {
    background-image: url("img/ico_rank_01.png"); }
  .section_comparison .client_table thead tr td:nth-child(2) .image::before {
    background-image: url("img/ico_rank_02.png"); }
  .section_comparison .client_table thead tr td:nth-child(3) .image::before {
    background-image: url("img/ico_rank_03.png"); }
  .section_comparison .client_table .osusume {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-gap: 5px;
    -moz-gap: 5px;
    -ms-gap: 5px;
    -o-gap: 5px;
    gap: 5px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700; }
    .section_comparison .client_table .osusume img {
      width: 100px; }
      @media only screen and (max-width: 768px) {
        .section_comparison .client_table .osusume img {
          width: 65%; } }
  .section_comparison .client_table .ico {
    margin: 0 auto 3px; }
    @media only screen and (max-width: 768px) {
      .section_comparison .client_table .ico {
        width: 35px; } }
  .section_comparison .client_table .cta_btn {
    margin: 0 0 5px; }
    @media only screen and (max-width: 768px) {
      .section_comparison .client_table .cta_btn {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .section_comparison .client_table .cta_btn a {
      font-size: 17px;
      font-size: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .section_comparison .client_table .cta_btn a {
          padding: 7px 0;
          font-size: 13px;
          font-size: 1.3rem; } }
.section_comparison .conclusion {
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .section_comparison .conclusion {
      margin-top: 30px; } }
  .section_comparison .conclusion .cont_ttl {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    font-size: 2.9rem; }
    @media only screen and (max-width: 768px) {
      .section_comparison .conclusion .cont_ttl {
        font-size: 5vw; } }
    .section_comparison .conclusion .cont_ttl strong {
      color: #00a0bb; }
    .section_comparison .conclusion .cont_ttl .txt_box {
      display: inline-flex;
      margin: 0 12px;
      padding: 0;
      -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;
      width: 1.45em;
      height: 1.45em;
      color: #00a0bb;
      background: #f9d100;
      font-size: 48px;
      font-size: 4.8rem;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      @media only screen and (max-width: 768px) {
        .section_comparison .conclusion .cont_ttl .txt_box {
          margin: 0 9px;
          font-size: 45px;
          font-size: 4.5rem; } }
    .section_comparison .conclusion .cont_ttl .baloon {
      margin: 15px auto 12px; }
      @media only screen and (max-width: 768px) {
        .section_comparison .conclusion .cont_ttl .baloon {
          margin: 15px auto 6px; } }
      .section_comparison .conclusion .cont_ttl .baloon span {
        margin: auto;
        margin: 20px auto 10px;
        position: relative;
        border: 2px solid #00a0bb;
        font-size: 20px;
        font-size: 2rem;
        background: #ebfcfc;
        padding: 4px 1.3em;
        color: #00a0bb;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px; }
        @media only screen and (max-width: 768px) {
          .section_comparison .conclusion .cont_ttl .baloon span {
            width: 190px;
            font-size: 19px;
            font-size: 1.9rem;
            margin-bottom: 7px;
            padding: 2px 1em; } }
        .section_comparison .conclusion .cont_ttl .baloon span::before, .section_comparison .conclusion .cont_ttl .baloon span::after {
          content: "";
          position: absolute;
          left: 50%;
          translate: -50% 100%;
          border-style: solid;
          bottom: 0; }
        .section_comparison .conclusion .cont_ttl .baloon span::before {
          border-width: 14px 7px 0 7px;
          border-color: #00a0bb transparent transparent; }
          @media only screen and (max-width: 768px) {
            .section_comparison .conclusion .cont_ttl .baloon span::before {
              border-width: 9px 7px 0 7px; } }
        .section_comparison .conclusion .cont_ttl .baloon span::after {
          border-width: 9.5px 4.6px 0 4.6px;
          border-color: #ebfcfc transparent transparent; }
          @media only screen and (max-width: 768px) {
            .section_comparison .conclusion .cont_ttl .baloon span::after {
              border-width: 7.5px 4.6px 0 4.6px; } }
.section_comparison .choose {
  padding-top: 10px; }
  .section_comparison .choose .point_ttl, .section_comparison .choose .osusume_ttl {
    margin: 40px auto;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section_comparison .choose .point_ttl, .section_comparison .choose .osusume_ttl {
        margin: 40px auto 30px; } }
    .section_comparison .choose .point_ttl span, .section_comparison .choose .osusume_ttl span {
      position: relative;
      padding-bottom: .6em;
      color: #00a0bb;
      font-weight: 700;
      letter-spacing: 0.07em;
      font-size: 30px;
      font-size: 3rem;
      background: no-repeat bottom/contain url("img/ttl_wave.png"); }
      @media only screen and (max-width: 768px) {
        .section_comparison .choose .point_ttl span, .section_comparison .choose .osusume_ttl span {
          font-size: 25px;
          font-size: 2.5rem; } }
  .section_comparison .choose .point_ttl span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 101px;
    height: 105px;
    background: no-repeat bottom/contain url("img/ttl_pointflag.png"); }
    @media only screen and (max-width: 768px) {
      .section_comparison .choose .point_ttl span::before {
        left: -25px;
        width: 70px; } }
  .section_comparison .choose .osusume_ttl span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 101px;
    height: 105px;
    background: no-repeat bottom/contain url("img/ttl_osusumeflag.png"); }
    @media only screen and (max-width: 768px) {
      .section_comparison .choose .osusume_ttl span::before {
        left: -25px;
        width: 70px; } }
  .section_comparison .choose .items {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto auto;
    -webkit-gap: 0 8px;
    -moz-gap: 0 8px;
    -ms-gap: 0 8px;
    -o-gap: 0 8px;
    gap: 0 8px; }
    @media only screen and (max-width: 768px) {
      .section_comparison .choose .items {
        grid-template-columns: repeat(2, 1fr); } }
    .section_comparison .choose .items .item {
      position: relative;
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 4;
      padding-bottom: 30px;
      border: 2px solid #00a0bb;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        .section_comparison .choose .items .item {
          margin-bottom: 12px;
          padding-bottom: 20px; } }
      .section_comparison .choose .items .item .num {
        margin: -1px auto 10px;
        padding: 0 12px;
        color: #fff;
        background: #00a0bb;
        font-weight: 700;
        justify-self: center;
        font-size: 26px;
        font-size: 2.6rem;
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px; }
        @media only screen and (max-width: 768px) {
          .section_comparison .choose .items .item .num {
            margin-bottom: 2px; } }
      .section_comparison .choose .items .item .heading {
        text-align: center;
        font-weight: 700;
        align-self: center;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (max-width: 768px) {
          .section_comparison .choose .items .item .heading {
            font-size: 4.2vw; } }
      .section_comparison .choose .items .item .image {
        margin: 6px auto;
        text-align: center;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .section_comparison .choose .items .item .image {
            margin: 0 auto; }
            .section_comparison .choose .items .item .image img {
              width: 80%; } }
      .section_comparison .choose .items .item .txt {
        padding: 0 13px;
        text-align: left;
        letter-spacing: 0.01em; }
  .section_comparison .choose .note {
    position: relative;
    margin: 25px auto 55px;
    padding: 20px 15% 30px 5%;
    line-height: 1.7;
    background: #ebfcfc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .section_comparison .choose .note {
        margin: 10px auto 55px;
        padding: 15px 100px 20px 15px;
        line-height: 1.6; } }
    .section_comparison .choose .note::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 4.4%;
      width: 11.5%;
      background: no-repeat right bottom/contain url("img/img_women_03.png"); }
      @media only screen and (max-width: 768px) {
        .section_comparison .choose .note::after {
          right: 15px;
          width: 75px;
          background-position: right center; } }
    .section_comparison .choose .note span {
      color: #ea6b8f;
      font-weight: 700; }
  .section_comparison .choose .country_slides {
    border: 2px solid #00a0bb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section_comparison .choose .country_slides .country_slide {
      padding: 40px 65px 70px; }
      @media only screen and (max-width: 768px) {
        .section_comparison .choose .country_slides .country_slide {
          padding: 18px 35px 35px; } }
      .section_comparison .choose .country_slides .country_slide .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-gap: 15px 3%;
        -moz-gap: 15px 3%;
        -ms-gap: 15px 3%;
        -o-gap: 15px 3%;
        gap: 15px 3%; }
        .section_comparison .choose .country_slides .country_slide .wrap .img {
          width: 383px; }
          @media only screen and (max-width: 768px) {
            .section_comparison .choose .country_slides .country_slide .wrap .img {
              width: 100%; } }
        .section_comparison .choose .country_slides .country_slide .wrap .txt {
          flex: 1;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            .section_comparison .choose .country_slides .country_slide .wrap .txt {
              text-align: left; } }
          .section_comparison .choose .country_slides .country_slide .wrap .txt .label {
            display: inline-block;
            margin: 0 auto 13px;
            padding: 3px 2em;
            color: #fff;
            font-weight: 700;
            background: #00a0bb;
            @incude fs(15);
            border-radius: 100vmax;
            -moz-border-radius: 100vmax;
            -webkit-border-radius: 100vmax;
            -o-border-radius: 100vmax;
            -ms-border-radius: 100vmax; }
            @media only screen and (max-width: 768px) {
              .section_comparison .choose .country_slides .country_slide .wrap .txt .label {
                margin-bottom: 8px;
                padding: 2px 1.4em; } }
          .section_comparison .choose .country_slides .country_slide .wrap .txt > div {
            text-align: left; }
            @media only screen and (max-width: 768px) {
              .section_comparison .choose .country_slides .country_slide .wrap .txt > div {
                line-height: 1.6; } }
  .section_comparison .choose .slick-dots {
    bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .section_comparison .choose .slick-dots {
        bottom: 10px; } }
    .section_comparison .choose .slick-dots li button::before {
      content: "";
      width: 12px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%;
      height: 12px;
      background: #fff;
      border: 1px solid #00a0bb;
      opacity: 1; }
      @media only screen and (max-width: 768px) {
        .section_comparison .choose .slick-dots li button::before {
          width: 9px;
          height: 9px; } }
    .section_comparison .choose .slick-dots li.slick-active button:before {
      opacity: 1;
      background: #95d4f2; }
  .section_comparison .choose .slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }

.section_link .inner {
  padding: 30px 50px 75px; }
  @media only screen and (max-width: 768px) {
    .section_link .inner {
      padding: 25px 10px 15px; } }
.section_link ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  -o-gap: 15px;
  gap: 15px; }
  @media only screen and (max-width: 768px) {
    .section_link ul {
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 768px) {
    .section_link ul li {
      text-align: center; } }
  .section_link ul li img {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3)); }

.section_faq .inner {
  padding: 25px 50px 75px; }
  @media only screen and (max-width: 768px) {
    .section_faq .inner {
      padding: 20px 10px 50px; } }
.section_faq .items .item {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-box-shadow: 0 2px 9px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 2px 9px rgba(51, 51, 51, 0.2);
  box-shadow: 0 2px 9px rgba(51, 51, 51, 0.2); }
  @media only screen and (max-width: 768px) {
    .section_faq .items .item {
      -webkit-box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
      -moz-box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
      box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2); } }
  .section_faq .items .item + .item {
    margin-top: 15px; }
    @media only screen and (max-width: 768px) {
      .section_faq .items .item + .item {
        margin-top: 7px; } }
.section_faq .question, .section_faq .answer {
  position: relative;
  padding-left: 50px; }
  @media only screen and (max-width: 768px) {
    .section_faq .question, .section_faq .answer {
      padding-left: 40px; } }
  .section_faq .question::before, .section_faq .answer::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .section_faq .question::before, .section_faq .answer::before {
        left: 10px;
        top: 20px; } }
.section_faq .question {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding: 22px 50px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .section_faq .question {
      font-size: 17px;
      font-size: 1.7rem;
      padding: 9px 26px; } }
  .section_faq .question::before {
    content: "Q.";
    color: #00a0bb; }
  .section_faq .question::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(#00a0bb, #00a0bb), linear-gradient(#00a0bb, #00a0bb);
    background-size: 100% 3px, 3px 100%;
    background-position: center, center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      .section_faq .question::after {
        width: 15px;
        height: 15px;
        right: 10px; } }
  .section_faq .question.active::after {
    background-size: 100% 3px, 0 0; }
.section_faq .answer {
  padding: 0 60px 20px 50px; }
  @media only screen and (max-width: 768px) {
    .section_faq .answer {
      padding: 0px 28px 15px;
      font-size: 16px;
      font-size: 1.6rem; } }
  .section_faq .answer::before {
    content: "A.";
    color: #f9d100;
    font-size: 20px;
    font-size: 2rem;
    top: 12px; }

.fixed_cta {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: rgba(0, 160, 187, 0.8);
  padding: 5px;
  width: 1000px;
  display: none; }
  @media only screen and (max-width: 768px) {
    .fixed_cta {
      width: 100%; } }
  .fixed_cta .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0 auto;
    max-width: 815px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        max-width: 550px; } }
    .fixed_cta .inner .image {
      width: 300px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .inner .image {
          width: 37%; } }
    .fixed_cta .inner .bnr {
      margin-right: 10px;
      width: 120px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .inner .bnr {
          display: none; } }
    .fixed_cta .inner .btn {
      flex: 1;
      margin-left: 10px; }
      .fixed_cta .inner .btn ul {
        -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;
        margin: 5px auto 8px; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .inner .btn ul {
            margin: 0 auto 5px; } }
        .fixed_cta .inner .btn ul li {
          padding: 0 10px;
          color: #00a0bb;
          font-weight: 700;
          background: #fff;
          letter-spacing: 0.01em;
          font-size: 18px;
          font-size: 1.8rem;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px; }
          @media only screen and (max-width: 768px) {
            .fixed_cta .inner .btn ul li {
              padding: 2px 4px;
              font-size: min(2.9vw, 2.2rem);
              border-radius: 2px;
              -moz-border-radius: 2px;
              -webkit-border-radius: 2px;
              -o-border-radius: 2px;
              -ms-border-radius: 2px; } }
      .fixed_cta .inner .btn .cta_btn {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .fixed_cta .inner .btn .cta_btn a {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 15px 0; }
          @media only screen and (max-width: 768px) {
            .fixed_cta .inner .btn .cta_btn a {
              font-size: 3.2vw;
              padding: 2px 0; } }

.footer {
  background: #fff; }
  .footer .f_nav {
    background: #ddd; }
    .footer .f_nav ul {
      width: 1000px;
      margin: 0 auto;
      -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; }
      @media only screen and (max-width: 768px) {
        .footer .f_nav ul {
          width: 100%; } }
      .footer .f_nav ul li {
        width: 50%;
        padding: 10px 0;
        text-align: center; }
        .footer .f_nav ul li a {
          text-decoration: none;
          color: #333; }
  .footer .copyright {
    padding: 10px 0;
    background: #00a0bb;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem; }

.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;
    text-decoration: 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: 165px;
        width: 63.75%;
        z-index: 1; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .image .client_image {
            top: 34%; } }
      .exitProtection .wrap .image .txt {
        position: absolute;
        width: 100%;
        font-weight: 700;
        font-size: 25px;
        font-size: 2.5rem;
        color: #00a0bb;
        line-height: 1.3;
        left: 0;
        top: 100px;
        text-align: center;
        z-index: 1; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .image .txt {
            top: 22.5%;
            font-size: 4vw; } }
        .exitProtection .wrap .image .txt span {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 500;
          color: #333; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 370px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          width: 92.5%;
          bottom: 15px; } }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .btn .cta_btn {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px; } }
        .exitProtection .wrap .btn .cta_btn span {
          color: #fff !important;
          display: block;
          text-align: center;
          font-size: 18px;
          font-size: 1.8rem;
          padding: 5px 0;
          font-weight: 700;
          line-height: 1.4; }
          @media only screen and (max-width: 768px) {
            .exitProtection .wrap .btn .cta_btn span {
              font-size: 4vw; } }

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

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