@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 #c37e57;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c37e57;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c37e57;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c37e57;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c37e57;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #c37e57;
  -moz-box-shadow: 0 5px 0 #c37e57;
  box-shadow: 0 5px 0 #c37e57;
  background: #f19b6b;
  -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(1, 132, 182, 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: #0184b6;
    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 {
  border-top: 4px solid #fe93a1;
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 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_bg1209.png");
  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: 20px;
    left: 30px; }
  .fv .fv_txt {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
    background: #bf9d5f;
    padding: 3px 20px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    position: absolute;
    top: 23px;
    left: 250px; }
  .fv .anno {
    position: absolute;
    left: 28%;
    bottom: 11%;
    color: #BF9D5F; }
  .fv .anno_txt {
    position: absolute;
    right: 0;
    bottom: 1px;
    font-size: 12px;
    color: #222; }

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

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

.red {
  color: #ff0000;
  font-weight: 700;
  font-size: 110%; }

.strike {
  position: relative; }

.strike::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-10deg);
  width: 100%;
  height: 1px;
  background: #333; }

.section01 h2 {
  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: #fe627d;
      font-size: 26px;
      font-size: 2.6rem; }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 50px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  .section01 .inner .notxt {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    color: #fe627d;
    font-weight: bold; }
.section01 .wrap {
  margin-top: 30px;
  position: relative; }
.section01 .detail_only {
  display: none; }
.section01 .item_ttl {
  background: #0184b6;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 1px 0;
  width: 1000px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0; }
  .section01 .item_ttl.ttl_01 {
    top: 206px; }
  .section01 .item_ttl.ttl_02 {
    top: 305px; }
  .section01 .item_ttl.ttl_03 {
    top: 395px; }
  .section01 .item_ttl.ttl_04 {
    top: 490px; }
  .section01 .item_ttl.ttl_05 {
    top: 585px; }
  .section01 .item_ttl.ttl_06 {
    top: 685px; }
.section01 .top_tables {
  display: flex;
  width: 100%;
  margin: 0 auto; }
.section01 .single_table {
  width: 200px; }
.section01 .single_table.st01 {
  border: 3px solid #fe627d; }
  .section01 .single_table.st01 td {
    background: #fdffe9; }
.section01 table {
  background: #fff; }
  .section01 table th, .section01 table td {
    text-align: center;
    padding: 7px 0;
    vertical-align: middle; }
  .section01 table p {
    line-height: 1.2; }
  .section01 table th {
    font-weight: 700;
    color: #0184b6;
    font-size: 14px;
    font-size: 1.4rem;
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    background: #cfeefa;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7; }
  .section01 table td {
    font-size: 13px;
    font-size: 1.3rem;
    border: 1px solid #e7e7e7;
    height: 95px;
    padding-top: 17px; }
    .section01 table td .cta_btn a {
      padding: 8px; }
  .section01 table tr:first-child td {
    padding-top: 0; }
  .section01 table tr:last-child td {
    padding-left: 20px;
    padding-right: 20px; }
  .section01 table .image {
    width: 90%; }
.section01 .image {
  width: 180px;
  padding-top: 45px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
  position: relative; }
  .section01 .image::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
    pointer-events: none;
    z-index: 10; }
.section01 .st01 tr:first-child td .image::before {
  background-image: url("img/ico_rank1.png"); }
.section01 .st02 tr:first-child td .image::before {
  background-image: url("img/ico_rank2.png"); }
.section01 .st03 tr:first-child td .image::before {
  background-image: url("img/ico_rank3.png"); }
.section01 .st04 tr:first-child td .image::before {
  background-image: url("img/ico_rank4.png"); }
.section01 .st05 tr:first-child td .image::before {
  background-image: url("img/ico_rank5.png"); }
.section01 .ico {
  width: 30px;
  margin: 0 auto 2px; }
.section01 .name {
  margin-top: 0; }
  .section01 .name a {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 500; }
.section01 .cta_btn {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section01 .cta_btn a {
    font-size: 16px;
    font-size: 1.6rem; }

.section01_2 h2 {
  text-align: center; }
  .section01_2 h2 .ttl_wrap {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.03em; }
    .section01_2 h2 .ttl_wrap::before, .section01_2 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_2 h2 .ttl_wrap::before {
      background-image: url("img/section01_ttl_before.png");
      left: -70px; }
    .section01_2 h2 .ttl_wrap::after {
      background-image: url("img/section01_ttl_after.png");
      right: -70px; }
    .section01_2 h2 .ttl_wrap .marker {
      display: inline-block;
      background: linear-gradient(transparent 60%, #fff892 60%); }
    .section01_2 h2 .ttl_wrap strong {
      color: #fe627d;
      font-size: 26px;
      font-size: 2.6rem; }
.section01_2 .no1_copy {
  width: 1000px;
  margin: 10px auto 5px; }
  .section01_2 .no1_copy p {
    display: block;
    width: 200px;
    color: #fe627d;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    text-align: center; }
.section01_2 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 50px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section01_2 .inner {
      width: 100%; } }
.section01_2 .client_table {
  position: relative;
  /*&::before {
      background: #fdffe9;
      width:20%;
      height:100%;
      z-index: 1;
  }*/ }
  .section01_2 .client_table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01_2 .client_table::before {
    width: 20%;
    height: 100%;
    border: 3px solid #fe627d;
    z-index: 3; }
  .section01_2 .client_table table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff; }
    .section01_2 .client_table table tr:first-child td:first-child {
      background: #fdffe9; }
    .section01_2 .client_table table tbody tr:nth-child(2) td:first-child, .section01_2 .client_table table tbody tr:nth-child(4) td:first-child, .section01_2 .client_table table tbody tr:nth-child(6) td:first-child, .section01_2 .client_table table tbody tr:nth-child(8) td:first-child, .section01_2 .client_table table tbody tr:nth-child(10) td:first-child, .section01_2 .client_table table tbody tr:nth-child(12) td:first-child {
      background: #fdffe9; }
    .section01_2 .client_table table th, .section01_2 .client_table table td {
      width: 20%;
      text-align: center;
      position: relative; }
    .section01_2 .client_table table th {
      background: #0184b6;
      font-weight: 700;
      color: #fff;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      /*z-index: 4;*/ }
    .section01_2 .client_table table thead tr:first-child td:first-child::before {
      content: "＼当サイト圧倒的おすすめ／";
      position: absolute;
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 14px;
      font-size: 1.4rem;
      left: 0;
      top: -2.0em;
      color: #fe627d; }
    .section01_2 .client_table table td {
      padding: 10px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      /*z-index: 2;*/ }
  .section01_2 .client_table .image {
    padding: 5px;
    padding-top: 45px;
    position: relative; }
    .section01_2 .client_table .image::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section01_2 .client_table .image a {
      display: block;
      text-decoration: none; }
      .section01_2 .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01_2 .client_table .image a p {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 3px; }
  .section01_2 .client_table thead td:nth-child(1) .image::before {
    background-image: url("img/ico_rank1.png"); }
  .section01_2 .client_table thead td:nth-child(2) .image::before {
    background-image: url("img/ico_rank2.png"); }
  .section01_2 .client_table thead td:nth-child(3) .image::before {
    background-image: url("img/ico_rank3.png"); }
  .section01_2 .client_table thead td:nth-child(4) .image::before {
    background-image: url("img/ico_rank4.png"); }
  .section01_2 .client_table thead td:nth-child(5) .image::before {
    background-image: url("img/ico_rank5.png"); }
  .section01_2 .client_table .red {
    font-weight: 700;
    color: red;
    font-size: 120%; }
  .section01_2 .client_table .ico {
    width: 30px;
    margin: 0 auto 3px; }
  .section01_2 .client_table .popup_btn a {
    color: #0184b6;
    font-weight: 700; }
  .section01_2 .client_table .popup {
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    width: 760px;
    min-height: 300px;
    max-height: calc(100% - 100px);
    margin: auto;
    padding: 30px 0;
    background: #fff;
    border: #0184b6 2px solid;
    transform: scale(0.8) translateY(-50%);
    transition: all 0; }
    .section01_2 .client_table .popup.open {
      opacity: 1;
      visibility: visible;
      transform: scale(1) translateY(-50%);
      transition: all .2s; }
    .section01_2 .client_table .popup .popup_wrap {
      display: table;
      width: 80%;
      margin: 0 auto;
      border: 1px solid #d4d4d4;
      border-bottom: none; }
      .section01_2 .client_table .popup .popup_wrap .area {
        display: table-cell;
        width: 30%;
        font-weight: 700;
        vertical-align: middle;
        border-right: 1px solid #d4d4d4;
        color: #155c9c;
        background: #e5f4ff; }
      .section01_2 .client_table .popup .popup_wrap .list {
        display: table-cell;
        padding: 10px;
        text-align: left; }
        .section01_2 .client_table .popup .popup_wrap .list ul {
          list-style: disc;
          padding-left: 1.5em; }
      .section01_2 .client_table .popup .popup_wrap:last-child {
        padding: 10px;
        border-bottom: 1px solid #d4d4d4; }
    .section01_2 .client_table .popup a {
      color: #0184b6;
      font-weight: 700; }
  .section01_2 .client_table .cta_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin: 0 0 8px; }
    .section01_2 .client_table .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem; }
.section01_2 .detail_only {
  display: none; }
.section01_2 .recommend_ttl {
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .section01_2 .recommend_ttl {
      margin-bottom: 15px; } }
  .section01_2 .recommend_ttl h2 {
    display: inline-block;
    position: relative;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fe627d; }
    @media only screen and (max-width: 768px) {
      .section01_2 .recommend_ttl h2 {
        font-size: 5vw; } }
    .section01_2 .recommend_ttl h2 small {
      font-size: 80%;
      color: #0184b6; }
    .section01_2 .recommend_ttl h2::before, .section01_2 .recommend_ttl h2::after {
      content: "";
      position: absolute;
      width: 43px;
      height: 80px;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      top: 0;
      background-image: url("img/recommend_ttl_before.png");
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section01_2 .recommend_ttl h2::before, .section01_2 .recommend_ttl h2::after {
          width: 12%;
          height: 14vw; } }
    .section01_2 .recommend_ttl h2::before {
      left: -65px; }
      @media only screen and (max-width: 768px) {
        .section01_2 .recommend_ttl h2::before {
          left: -11vw; } }
    .section01_2 .recommend_ttl h2::after {
      right: -65px;
      transform: scaleX(-1); }
      @media only screen and (max-width: 768px) {
        .section01_2 .recommend_ttl h2::after {
          right: -12vw; } }
    .section01_2 .recommend_ttl h2 span {
      font-size: 33px;
      font-size: 3.3rem;
      font-weight: 900;
      color: #fe627d; }
      @media only screen and (max-width: 768px) {
        .section01_2 .recommend_ttl h2 span {
          font-size: 5.8vw; } }

.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 #0184b6; }
    .section02 .container h2 {
      text-align: center;
      background: #0184b6;
      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: #fe627d;
      font-size: 22px;
      font-size: 2.2rem;
      letter-spacing: 0.02em;
      font-weight: 700; }
    .section02 .container .wrap {
      margin-top: 50px;
      position: relative; }
      .section02 .container .wrap::before, .section02 .container .wrap::after {
        content: "";
        position: absolute; }
      .section02 .container .wrap::before {
        left: 200px;
        top: 10px;
        width: calc(25% - 10px);
        height: calc(100% - 10px);
        border: 3px solid #fe627d;
        pointer-events: none;
        z-index: 3; }
      .section02 .container .wrap::after {
        left: 200px;
        top: 10px;
        width: calc(25% - 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: 25%; }
      .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: #0184b6; }
        .section02 .container table thead th span {
          font-size: 80%; }
      .section02 .container table thead tr th:first-child {
        background: none; }
        .section02 .container table thead tr th:first-child::before {
          content: "";
          position: absolute;
          width: 65px;
          height: 61px;
          background-image: url("img/section02_ico.png");
          background-repeat: no-repeat;
          background-position: right top;
          background-size: 100% auto;
          left: 115px;
          top: -18px;
          pointer-events: none;
          z-index: 10; }
      .section02 .container table thead tr th:nth-child(2) {
        background: #fe627d;
        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: #cfeefa;
        text-align: center;
        color: #0184b6;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.05em; }
      .section02 .container table tbody td {
        border: 1px solid #ceecf8;
        vertical-align: top;
        position: relative;
        z-index: 2;
        background: #fff; }
        .section02 .container table tbody td .ico {
          width: 40px;
          margin: auto; }
    .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: #0184b6; }
        .section02 .faq h2 .ttl_wrap::before {
          left: -145px; }
        .section02 .faq h2 .ttl_wrap::after {
          right: -145px; }
        .section02 .faq h2 .ttl_wrap .blue {
          color: #0184b6; }
    .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"); }

.main_ttl {
  background: #0184b6;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 15px 0; }
  .main_ttl span {
    font-size: 25px;
    font-size: 2.5rem;
    color: #f6f67c; }

.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: #0184b6;
    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 br.archive_only {
  display: none; }
.client_archive .detail_none {
  display: none; }
.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 .notxt {
      text-align: center;
      font-size: 15px;
      font-size: 1.5rem;
      position: absolute;
      color: #fe627d;
      font-weight: bold;
      top: 2px;
      left: 110px; }
    .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");
  /*top:7px;*/ }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_rank5.png"); }
.client_archive .top_heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fe627d; }
.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; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .client_archive .overview .txt .heading {
      font-size: 25px;
      font-size: 2.5rem;
      color: #fe627d;
      font-weight: 700; }
    .client_archive .overview .txt table {
      width: 100%;
      border-right: 1px solid #bababa;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 12px 5px;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #0184b6;
        background: #cfeefa;
        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 .txt {
          padding-left: 5px; }
    .client_archive .overview .txt p.anno {
      font-size: 10px; }
.client_archive .point, .client_archive .reason {
  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 #cfeefa; }
  .client_archive .point .ttl, .client_archive .reason .ttl {
    background: #cfeefa;
    text-align: center;
    color: #0184b6;
    font-weight: 700;
    padding: 6px 0;
    font-size: 21px;
    font-size: 2.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: #fe627d;
        font-weight: 700; }
.client_archive .reason .wrap {
  padding: 25px 150px;
  font-size: 15px;
  font-size: 1.5rem; }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #fe627d;
    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; }
    .section04 table th .notxt, .section04 table td .notxt {
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem;
      color: #fe627d;
      font-weight: bold; }
  .section04 table thead th {
    background: #cfeefa;
    color: #0184b6;
    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: 13px;
      font-size: 1.3rem; }
    .section04 table tbody td span:not(.strike) {
      color: #ff839a;
      font-weight: 700;
      font-size: 80%; }
    .section04 table tbody a p {
      color: #10adf6;
      font-weight: 500;
      text-decoration: underline; }
.section04 .red {
  font-weight: 700;
  color: red;
  font-size: 110%; }
.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: #cfeefa; }
  .section05 .main_ttl {
    padding: 30px 0; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 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: #fe627d;
      font-size: 23px;
      font-size: 2.3rem;
      margin: 10px 0; }
  .section05 .contents {
    background: #fefaec;
    font-size: 17px;
    font-size: 1.7rem;
    color: #333;
    padding: 20px 30px;
    margin: 20px 0;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section05 .contents .title {
      color: #fe627d;
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: 800; }
  .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 .notxt {
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        color: #fe627d;
        font-weight: bold;
        margin-bottom: -30px; }
      .section05 .wrap .text .name {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 3px dotted #fe627d;
        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: #fe627d;
        font-size: 21px;
        font-size: 2.1rem; }
      .section05 .wrap .text p {
        margin-top: 15px;
        font-size: 15px;
        font-size: 1.5rem; }
  .section05 .overview .item {
    margin-top: 15px; }
    .section05 .overview .item .ttl {
      font-weight: bold;
      color: #0184b6; }
  .section05 .anno {
    margin: 10px 0 0;
    font-size: 10px;
    text-align: right; }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(1, 132, 182, 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: #0184b6;
  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; }

.sns_area {
  width: 500px;
  margin: 20px auto;
  padding: 0; }
  .sns_area .cta_btn {
    background: none;
    box-shadow: none;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px; }
    .sns_area .cta_btn a {
      padding: 0 !important; }

.teeth_area {
  border: 2px solid #0184b6;
  border-radius: 10px;
  padding: 20px 50px 30px;
  width: calc(100% - 20px);
  margin: 30px auto 0; }

.counseling {
  text-align: center;
  display: block;
  color: #0184b6;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 10px; }

.teeth_img {
  margin: 0 auto; }

.e-line {
  background-color: #EBF7FB;
  border-radius: 10px;
  padding: 20px 50px 30px;
  width: calc(100% - 20px);
  margin: 30px auto 0;
  text-align: center; }
  .e-line .top_txt {
    font-size: 21px;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 0 10px; }
    .e-line .top_txt span {
      display: block; }
    .e-line .top_txt strong {
      font-size: 1.2em;
      font-weight: bold;
      color: #198FBC; }
    .e-line .top_txt p {
      margin: 5px 0 0;
      background: linear-gradient(transparent 40%, #fff200 0%);
      display: inline;
      /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
      padding: 0 2px 2px; }
  .e-line .end_txt span {
    display: inline-block;
    background: #198FBC;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 12px;
    margin: 0 0 10px;
    border-radius: 5px; }
  .e-line .end_txt p {
    display: block;
    font-size: 20px; }
    .e-line .end_txt p strong {
      color: #ff0000;
      background: linear-gradient(transparent 40%, #fff200 0%);
      display: inline;
      /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
      padding: 0 2px 2px; }

.accordion {
  width: 750px;
  margin: 20px auto;
  display: flex;
  flex-flow: column;
  gap: 10px; }
  .accordion .accordion-item {
    border: 1px solid #198FBC;
    border-radius: 5px; }
    .accordion .accordion-item .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 10px 20px;
      background-color: #ffff;
      border-radius: 5px;
      color: #0184b6;
      font-size: 18px;
      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:hover {
        background-color: #EBF7FB; }
      .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 {
        border-bottom: 1px solid #0184b6; }
        .accordion .accordion-item .accordion-content ul li {
          display: flex;
          flex-flow: row wrap;
          font-size: 14px;
          border-top: 1px solid #0184b6;
          border-right: 1px solid #0184b6;
          border-left: 1px solid #0184b6; }
          .accordion .accordion-item .accordion-content ul li .name {
            text-align: center;
            padding: 15px 0;
            background-color: #0184b6;
            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; }

.mp_img {
  text-align: center;
  margin-top: 20px; }
  .mp_img p {
    font-size: 20px;
    font-weight: bold; }
    .mp_img p span {
      background: linear-gradient(transparent 40%, #fff200 0%);
      display: inline;
      /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
      padding: 0 2px 2px; }
  .mp_img .img_box {
    display: flex;
    justify-content: space-between;
    width: 620px;
    margin: 20px auto; }
    .mp_img .img_box .img:first-child {
      font-weight: bold;
      color: #0184b6; }
      .mp_img .img_box .img:first-child img {
        border: 5px solid #0184b6; }
    .mp_img .img_box .img:last-child img {
      border: 5px solid #ccc; }
  .mp_img img {
    width: 300px;
    margin: 0 0 10px;
    vertical-align: bottom;
    line-height: 1; }

.slider {
  width: 700px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 50px 40px;
  margin: 0 auto 20px; }
  .slider > div {
    /*width: 450px;*/
    margin: 0 auto;
    text-align: center; }
    .slider > div p span {
      display: inline-block;
      line-height: 1;
      color: #fff;
      font-weight: bold;
      font-size: 13px;
      padding: 6px 25px;
      border-radius: 30px;
      background-color: #0184b6;
      margin: 10px 0 5px; }
  .slider .slick-slide {
    margin: 0 10px;
    /* スライドの左右に10pxの間隔を追加 */ }
    .slider .slick-slide > div {
      display: flex;
      justify-content: center;
      align-items: center; }
  .slider .slick-list {
    margin: 0 -10px;
    /* スライダー全体の横幅を調整して、間隔を均等に見せる */ }
  .slider .slick-dots {
    margin: 0 auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%); }
  .slider .slick-prev, .slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: none;
    border: none;
    cursor: pointer; }
  .slider .slick-prev {
    left: 50px;
    /* 左矢印の位置 */
    width: 50px;
    height: 50px; }
    .slider .slick-prev::before {
      display: none; }
  .slider .slick-next {
    right: 50px;
    /* 右矢印の位置 */
    width: 50px;
    height: 50px; }
    .slider .slick-next::before {
      display: none; }
  .slider .slick-prev img, .slider .slick-next img {
    width: 50px;
    /* 矢印画像の幅を調整 */
    height: auto;
    /* 比率を維持 */ }
  .slider .table_img {
    width: 400px;
    margin: 10px auto 0; }
    .slider .table_img img {
      width: 100%;
      height: auto; }

.ttl_solo {
  font-size: 20px;
  font-weight: bold;
  color: #0184b6;
  text-align: center;
  margin: 30px auto 0;
  padding: 20px 0 0;
  width: 700px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.ttl_solo_txt {
  font-size: 20px;
  font-weight: bold;
  color: #0184b6;
  text-align: center;
  margin: 30px auto 20px;
  width: 700px; }

.plan-slider {
  width: 450px !important;
  margin: 0 auto; }

.reco_plans {
  width: 600px !important;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px; }
  .reco_plans .ico_plan {
    width: 120px;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: bottom; }
  .reco_plans p {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    line-height: 43px;
    vertical-align: bottom; }
    .reco_plans p span {
      font-size: 0.8em; }

.cp_cashback {
  width: 500px;
  margin: 30px auto; }

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

body.popup_open {
  overflow: hidden; }

.recommend {
  padding: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4993a+7,fffea6+14,b4993a+50,fffea6+59,b9a34b+78,b49e3a+96 */
  background: linear-gradient(to bottom, #b4993a 7%, #fffea6 14%, #b4993a 50%, #fffea6 59%, #b9a34b 78%, #b49e3a 96%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  width: 800px;
  margin: 0 auto 15px; }
  @media only screen and (max-width: 768px) {
    .recommend {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      margin: 10px auto 0px; } }
  .recommend .recommend_inner {
    padding: 0 15px 15px 15px;
    background: #fff;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px; }
    @media only screen and (max-width: 768px) {
      .recommend .recommend_inner {
        padding: 5px 10px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px; } }
  .recommend ul li {
    padding: 10px 0;
    padding-left: 75px;
    position: relative;
    background-image: url("/sp/mouthpiece2/assets/img/section01_border.png");
    background-repeat: repeat-x;
    background-position: left bottom; }
    @media only screen and (max-width: 768px) {
      .recommend ul li {
        background-size: 4px auto;
        padding-left: 45px;
        padding-top: 10px; }
        .recommend ul li:last-child {
          background: none;
          padding-bottom: 10px; } }
    .recommend ul li::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 15px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .recommend ul li::before {
          width: 33px;
          background-position: center top;
          top: 14px; } }
    .recommend ul li:nth-child(1)::before {
      background-image: url("/sp/mouthpiece2/assets/img/ico_rank01.png"); }
    .recommend ul li:nth-child(2)::before {
      background-image: url("/sp/mouthpiece2/assets/img/ico_rank02.png"); }
    .recommend ul li:nth-child(3)::before {
      background-image: url("/sp/mouthpiece2/assets/img/ico_rank03.png"); }
  .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) {
      .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;
        padding-top: 0; } }
    .recommend .wrap .image {
      width: 120px; }
      @media only screen and (max-width: 768px) {
        .recommend .wrap .image {
          width: 90px; } }
    .recommend .wrap .btn {
      width: 160px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .recommend .wrap .btn {
          width: 100%;
          margin-top: 4px; } }
      .recommend .wrap .btn .cta_btn a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 20px 0px !important; }
        @media only screen and (max-width: 768px) {
          .recommend .wrap .btn .cta_btn a {
            font-size: 16px;
            font-size: 1.6rem;
            padding: 10px 0 !important; } }
      .recommend .wrap .btn .cta_btn.tel {
        box-shadow: 0 5px 0 #cf560e !important;
        background: #ff690f !important; }
        .recommend .wrap .btn .cta_btn.tel a {
          box-shadow: 0 5px 0 #cf560e;
          background: #ff690f; }
          .recommend .wrap .btn .cta_btn.tel a:before {
            display: none; }
      .recommend .wrap .btn .comment {
        width: 180px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #fefde4;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        top: -25px;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        color: #df0208;
        font-weight: 700;
        padding: 5px 0;
        border: 1px solid #df0208;
        z-index: 5; }
        @media only screen and (max-width: 768px) {
          .recommend .wrap .btn .comment {
            width: 95%;
            top: -20px;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -o-border-radius: 30px;
            -ms-border-radius: 30px;
            font-size: 14px;
            font-size: 1.4rem;
            padding: 3px 0; }
            .recommend .wrap .btn .comment + .cta_btn {
              margin-top: 26px; } }
        .recommend .wrap .btn .comment::before, .recommend .wrap .btn .comment::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          translate: -50% 100%;
          border-style: solid; }
        .recommend .wrap .btn .comment::before {
          border-width: 8px 8px 0 8px;
          border-color: #df0208 transparent transparent; }
          @media only screen and (max-width: 768px) {
            .recommend .wrap .btn .comment::before {
              border-width: 8px 4px 0 4px; } }
        .recommend .wrap .btn .comment::after {
          border-width: 6px 6.8px 0 6.8px;
          border-color: #fefde4 transparent transparent; }
          @media only screen and (max-width: 768px) {
            .recommend .wrap .btn .comment::after {
              border-width: 7px 3px 0 3px; } }
    .recommend .wrap .txt {
      flex: 1;
      padding: 0 15px; }
      @media only screen and (max-width: 768px) {
        .recommend .wrap .txt {
          padding: 0;
          padding-left: 10px; } }
      .recommend .wrap .txt .name {
        font-size: 18px;
        font-size: 1.8rem; }
        .recommend .wrap .txt .name a {
          color: #1e53ff;
          display: inline-block;
          position: relative;
          font-weight: 700;
          padding-right: 20px; }
          @media only screen and (max-width: 768px) {
            .recommend .wrap .txt .name a {
              font-weight: 700;
              padding-right: 16px; } }
          .recommend .wrap .txt .name a::before {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            background-image: url("/sp/mouthpiece2/assets/img/ico_blank.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 0;
            top: 3px;
            pointer-events: none;
            z-index: 10; }
            @media only screen and (max-width: 768px) {
              .recommend .wrap .txt .name a::before {
                width: 10px;
                height: 10px; } }
      .recommend .wrap .txt .lead {
        font-weight: 500;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-top: 5px; }
        @media only screen and (max-width: 768px) {
          .recommend .wrap .txt .lead {
            font-size: 14px;
            font-size: 1.4rem; } }
        .recommend .wrap .txt .lead span {
          color: #df0208;
          font-weight: 700; }
