@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@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: bold; }

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 #ce750b;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #ce750b;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #ce750b;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #ce750b;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #ce750b;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #ce750b;
  -moz-box-shadow: 0 5px 0 #ce750b;
  box-shadow: 0 5px 0 #ce750b;
  background: #ff9211;
  max-width: 700px;
  margin: auto;
  -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; } }
  .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 5px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn.animation2 {
    animation: animationbtn2 2s infinite; }
  .cta_btn.other {
    -webkit-box-shadow: 0 5px 0 #bf6607;
    -moz-box-shadow: 0 5px 0 #bf6607;
    box-shadow: 0 5px 0 #bf6607;
    background: #f0810a; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

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

.header,
.wrapper,
.footer {
  min-width: 1100px; }

.wrapper {
  overflow: hidden; }

.sp {
  display: none; }

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(5, 150, 168, 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: #0596a8;
    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 {
  position: relative;
  z-index: 10;
  border-top: 3px solid #39afbe;
  background: #fff; }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 200px; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }

.fv {
  background: url("img/fv_bg.jpg") no-repeat center center/cover; }
  .fv .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    .fv .inner .remarks {
      position: absolute;
      right: 10px;
      bottom: -20px;
      color: #9c9b9b; }
  .fv .fv_img {
    position: absolute;
    left: 180px;
    bottom: 0;
    width: 100%; }
  .fv .fv_txt {
    z-index: 1;
    position: absolute;
    top: 215px;
    left: 285px;
    padding: 3px 30px 5px;
    background: #f46078;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem; }

.pink {
  color: #f46078; }

.yellow {
  color: #fff01a; }

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

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

.s_txt {
  font-size: 9px;
  font-size: 0.9rem; }

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

.pr {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }

.main_ttl {
  position: relative;
  margin-bottom: 50px;
  padding: 15px 5px 0;
  background: #0596a8;
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 700; }
  .main_ttl::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 450px 0 450px;
    border-color: #0596a8 transparent transparent transparent;
    z-index: 1; }
  .main_ttl .sub {
    display: block;
    width: 410px;
    margin: 0 auto 5px;
    background: #fff;
    color: #0596a8;
    padding: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500; }
  .main_ttl strong {
    font-size: 130%; }

.sub_ttl {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700; }
  .sub_ttl h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 900; }
  .sub_ttl p {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    color: #0596a8;
    font-size: 23px;
    font-size: 2.3rem; }
    .sub_ttl p::before, .sub_ttl p::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 28px;
      height: 41px;
      background: url("img/ico_left.png") no-repeat left top/100% auto; }
    .sub_ttl p::after {
      right: 0;
      left: auto;
      background-image: url("img/ico_right.png"); }

.img_ttl {
  margin-bottom: 20px;
  text-align: center; }

.cta .cta_txt {
  margin-bottom: 5px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #f46078;
  font-weight: 700; }
  .cta .cta_txt span {
    position: relative;
    display: inline-block; }
    .cta .cta_txt span::before {
      content: '＼';
      position: absolute;
      bottom: 0;
      left: -30px; }
    .cta .cta_txt span::after {
      content: '／';
      position: absolute;
      bottom: 0;
      right: -30px; }

.section01 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 25px 50px 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .table_wrap.rank3 {
  width: 800px;
  margin: 0 auto; }
  .section01 .table_wrap.rank3 .client_table::before {
    width: calc(100% / 3); }
  .section01 .table_wrap.rank3 .client_table::after {
    width: calc(100% / 3); }
.section01 .client_table {
  position: relative;
  margin-top: 55px; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px; }
  .section01 .client_table::before {
    background: #fffde0;
    width: calc(100% / 5);
    height: 100%; }
  .section01 .client_table::after {
    width: calc(100% / 5);
    height: 100%;
    border: 3px solid #f46078; }
  .section01 .client_table table {
    position: relative;
    width: 100%;
    table-layout: fixed; }
    .section01 .client_table table th, .section01 .client_table table td {
      padding: 10px 5px;
      border: 1px solid #afafaf;
      text-align: center;
      vertical-align: middle;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500; }
    .section01 .client_table table thead th {
      position: relative;
      vertical-align: top;
      padding: 10px; }
      .section01 .client_table table thead th::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -45px;
        width: 60px;
        height: 43px;
        background: url("img/ico_rank1.png") no-repeat left top/100% auto; }
      .section01 .client_table table thead th:nth-child(2)::before {
        background-image: url("img/ico_rank2.png"); }
      .section01 .client_table table thead th:nth-child(3)::before {
        background-image: url("img/ico_rank3.png"); }
      .section01 .client_table table thead th:nth-child(4)::before {
        background-image: url("img/ico_rank4.png"); }
      .section01 .client_table table thead th:nth-child(5)::before {
        background-image: url("img/ico_rank5.png"); }
      .section01 .client_table table thead th p {
        margin-top: 5px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700; }
      .section01 .client_table table thead th a {
        z-index: 1;
        position: relative;
        text-decoration: none; }
    .section01 .client_table table tbody th {
      z-index: 1;
      position: relative;
      padding: 5px;
      background: #0596a8;
      border: none;
      color: #fff; }
    .section01 .client_table table tbody td .ico {
      width: 40px;
      margin: 0 auto 3px; }
    .section01 .client_table table tbody td .medicines_txt {
      display: inline-block;
      text-align: left; }
    .section01 .client_table table tbody td .cta_btn {
      z-index: 1;
      position: relative;
      width: 85%;
      margin: 0 auto 5px; }
      .section01 .client_table table tbody td .cta_btn a {
        font-size: 15px;
        font-size: 1.5rem; }

.section02 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 100px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .type_section .tabs {
  -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; }
  .section02 .type_section .tabs li {
    width: 260px; }
    .section02 .type_section .tabs li.active a {
      background: #39afbe;
      color: #fff; }
    .section02 .type_section .tabs li a {
      display: block;
      text-align: center;
      text-decoration: none;
      border-radius: 20px 20px 0 0;
      -moz-border-radius: 20px 20px 0 0;
      -webkit-border-radius: 20px 20px 0 0;
      -o-border-radius: 20px 20px 0 0;
      -ms-border-radius: 20px 20px 0 0;
      background: #e2edee;
      font-size: 20px;
      font-size: 2rem;
      line-height: 50px;
      font-weight: 700;
      color: #39afbe;
      transition: 0; }
      .section02 .type_section .tabs li a:hover {
        background: #39afbe;
        color: #fff; }
.section02 .type_section .tab_content {
  display: none;
  padding: 25px 40px;
  border: #39afbe 2px solid;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section02 .type_section .tab_content.active {
    display: block; }
  .section02 .type_section .tab_content .lead {
    margin-bottom: 20px;
    text-align: center; }
  .section02 .type_section .tab_content table {
    width: 740px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 5px; }
    .section02 .type_section .tab_content table thead th {
      padding: 15px 10px;
      background: #eefdff;
      border: #39afbe 2px solid;
      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: 17px;
      font-size: 1.7rem;
      color: #39afbe;
      font-weight: 700;
      text-align: center;
      vertical-align: middle; }
      .section02 .type_section .tab_content table thead th.blank {
        background: none;
        border: none; }
    .section02 .type_section .tab_content table tbody th, .section02 .type_section .tab_content table tbody td {
      padding: 10px;
      border: 1px solid #0596a8;
      font-weight: 500;
      text-align: center;
      vertical-align: middle; }
    .section02 .type_section .tab_content table tbody th {
      position: relative;
      padding-left: 40px;
      background: #0596a8;
      font-size: 17px;
      font-size: 1.7rem;
      color: #fff; }
      .section02 .type_section .tab_content table tbody th .ico {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px; }
    .section02 .type_section .tab_content table tbody td {
      font-size: 16px;
      font-size: 1.6rem; }
  .section02 .type_section .tab_content ul {
    width: 650px;
    margin: 30px auto 0; }
    .section02 .type_section .tab_content ul li {
      -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;
      position: relative;
      padding: 30px 90px 20px;
      background: #fffeef;
      border: 1px solid #39afbe;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section02 .type_section .tab_content ul li + li {
        margin-top: 25px; }
      .section02 .type_section .tab_content ul li .ttl {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -25px; }
      .section02 .type_section .tab_content ul li .img {
        width: 125px;
        margin-right: 40px;
        text-align: center; }
      .section02 .type_section .tab_content ul li .txt {
        width: calc(100% - 165px);
        font-size: 18px;
        font-size: 1.8rem; }
  .section02 .type_section .tab_content:nth-child(2) .remarks {
    width: 650px; }
.section02 .howto {
  margin-top: 50px; }
  .section02 .howto .headline {
    margin-bottom: 40px;
    text-align: center; }
    .section02 .howto .headline span {
      position: relative;
      display: inline-block;
      padding-left: 135px;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700;
      color: #0596a8; }
      .section02 .howto .headline span::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        left: 0;
        width: 127px;
        height: 117px;
        background: url("img/ico_man.png") no-repeat left top/100% auto; }
      .section02 .howto .headline span strong {
        font-size: 20px;
        font-size: 2rem; }
  .section02 .howto .note {
    position: relative;
    padding: 30px 20px 20px;
    border: #0596a8 2px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section02 .howto .note .ttl {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -20px;
      text-align: center; }
      .section02 .howto .note .ttl span {
        display: inline-block;
        padding: 3px 65px;
        background: #effdfe;
        border: #0596a8 2px solid;
        border-radius: 17.5px;
        -moz-border-radius: 17.5px;
        -webkit-border-radius: 17.5px;
        -o-border-radius: 17.5px;
        -ms-border-radius: 17.5px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        color: #0596a8; }
.section02 .remarks {
  width: 740px;
  margin: 5px auto 0;
  color: #9c9b9b;
  text-align: right; }

.section03 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 100px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .client_archive > ul > li + li {
  margin-top: 40px; }
.section03 .client_archive .client_card {
  border: 2px solid #0596a8;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  .section03 .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 120px;
    border-bottom: 1px solid #dddccd;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700; }
    .section03 .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      top: 5px;
      left: 15px;
      width: 90px;
      height: 59px;
      background: url("img/ico_rank1.png") no-repeat left top/100% auto;
      pointer-events: none; }
    .section03 .client_archive .client_card .client_name a {
      text-decoration: none;
      					/*color: #10adf6;
                          &:hover {
                              text-decoration: underline;
                          }*/ }
  .section03 .client_archive .client_card .client_inner {
    padding: 20px 50px; }
.section03 .client_archive > ul > li:nth-child(1) .client_card {
  border-color: #f46078;
  background: #fffde0; }
  .section03 .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #CECA98; }
.section03 .client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank2.png"); }
.section03 .client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank3.png"); }
.section03 .client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_rank4.png"); }
.section03 .client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_rank5.png"); }
.section03 .client_archive > ul > li.pickup {
  position: relative;
  margin-top: 80px;
  padding-top: 110px; }
  .section03 .client_archive > ul > li.pickup::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: '';
    width: 894px;
    height: 89px;
    background: url("img/ttl_pickup.png") no-repeat left top/100% auto; }
  .section03 .client_archive > ul > li.pickup .client_name::before {
    background-image: url("img/ico_pr.png"); }
.section03 .client_archive .heading {
  position: relative;
  width: 650px;
  margin: 0 auto 20px;
  padding: 8px 5px;
  background: #fff;
  border: #0596a8 1px solid;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  font-size: 25px;
  font-size: 2.5rem;
  color: #f46078;
  font-weight: 700;
  text-align: center; }
  .section03 .client_archive .heading::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 18px;
    height: 12px;
    background: url("img/ico_fukidashi.png") no-repeat left top/100% auto; }
.section03 .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-bottom: 10px; }
  .section03 .client_archive .overview .image {
    width: 300px;
    margin-right: 20px; }
  .section03 .client_archive .overview .txt {
    width: calc(100% - 320px); }
    .section03 .client_archive .overview .txt table {
      width: 100%; }
      .section03 .client_archive .overview .txt table th, .section03 .client_archive .overview .txt table td {
        padding: 8px 10px;
        border: 1px solid #c9e4e8;
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        vertical-align: middle; }
      .section03 .client_archive .overview .txt table th {
        width: 37%;
        padding: 8px 5px;
        background: #39afbe;
        font-weight: 500;
        color: #fff; }
      .section03 .client_archive .overview .txt table td .archive {
        display: none; }
.section03 .client_archive .point {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 1px solid #50a0a1; }
  .section03 .client_archive .point .ttl {
    padding: 5px 5px 6px;
    background: #50a0a1;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center; }
  .section03 .client_archive .point .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -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;
    padding: 15px 30px; }
    .section03 .client_archive .point .wrap .txt ul li {
      position: relative;
      padding-left: 20px;
      font-size: 17px;
      font-size: 1.7rem; }
      .section03 .client_archive .point .wrap .txt ul li + li {
        margin-top: 3px; }
      .section03 .client_archive .point .wrap .txt ul li span {
        position: absolute;
        top: 0;
        left: 0; }
      .section03 .client_archive .point .wrap .txt ul li strong {
        color: #f46078; }
.section03 .client_archive .calendar {
  width: 650px;
  margin: 10px auto;
  background: #fff;
  text-align: center; }
.section03 .client_archive .cta {
  margin-top: 20px; }

.section04 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 100px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 table {
  width: 100%; }
  .section04 table th, .section04 table td {
    padding: 10px 5px;
    border: 1px solid #c9e4e8;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
  .section04 table thead th {
    background: #39afbe;
    color: #fff; }
  .section04 table tbody tr:first-child {
    position: relative;
    border: 2px solid #f46078;
    background: #fffde0; }
  .section04 table tbody td .ico {
    width: 30px;
    margin: 0 auto 3px; }
  .section04 table tbody td p {
    line-height: 1.4; }
    .section04 table tbody td p.medicines_txt {
      display: inline-block;
      text-align: left; }
  .section04 table tbody td a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
  .section04 table tbody td .cta_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section04 table tbody td .cta_btn a {
      padding: 10px 2px;
      font-size: 14px;
      font-size: 1.4rem; }

.section05 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 100px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .box {
  position: relative;
  padding: 50px;
  background: #7fd9e4;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  .section05 .box h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px; }
  .section05 .box .wrap {
    padding: 30px 10px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
    .section05 .box .wrap .heading {
      position: relative;
      width: 650px;
      margin: 0 auto 20px;
      padding: 8px 5px;
      background: #fff;
      border: #0596a8 1px solid;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      font-size: 25px;
      font-size: 2.5rem;
      color: #f46078;
      font-weight: 700;
      text-align: center; }
      .section05 .box .wrap .heading::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -12px;
        width: 18px;
        height: 12px;
        background: url("img/ico_fukidashi.png") no-repeat left top/100% auto; }
    .section05 .box .wrap .img {
      width: 300px;
      margin: 0 auto 10px; }

.footer .f_nav {
  background: #009ba1; }
  .footer .f_nav .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .footer .f_nav .inner {
        width: 100%; } }
  .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 {
      position: relative;
      padding-left: 10px;
      margin-left: 15px; }
      .footer .f_nav ul li::before {
        content: "｜";
        position: absolute;
        top: 0;
        left: -10px;
        color: #fff; }
      .footer .f_nav ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        text-decoration: none; }
.footer .copyright {
  padding: 10px 0;
  background: #006f73;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem; }

.ft_btn {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(57, 175, 190, 0.9); }
  .ft_btn .inner {
    -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;
    position: relative;
    margin: 0 auto;
    padding: 10px; }
    .ft_btn .inner .img {
      width: 150px; }
      .ft_btn .inner .img img {
        width: 100%; }
    .ft_btn .inner .txt {
      position: relative;
      margin: 0 20px 0 15px;
      padding: 10px 25px;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      text-align: center; }
      .ft_btn .inner .txt::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 15px solid #fff;
        border-right: 0; }
    .ft_btn .inner .cta_btn {
      min-width: 260px;
      margin: 0;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .ft_btn .inner .cta_btn a {
        padding: 20px 10px;
        font-size: 15px;
        font-size: 1.5rem; }

.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 {
  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 .box {
  position: absolute;
  top: 40px;
  left: 0; }

.exitProtection .wrap .box .img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  width: 60%; }

.exitProtection .wrap .cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 90%;
  margin: auto; }

.exitProtection .wrap .cta .cta_btn {
  display: block;
  padding: 15px 5px 13px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  text-align: center; }

.exitProtection .wrap .modal_close {
  background: #8d8d8d;
  color: #fff !important;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 30px;
  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; }

.coupon {
  margin: 20px 0 0;
  border: 1px solid #0596a8;
  background: #fff;
  text-align: center;
  border-radius: 8px; }
  .coupon .cp_ttl {
    background: #0596a8;
    padding: 10px;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px; }

.js-coupon-copy {
  width: 320px;
  margin: 30px auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer; }

.js-coupon-copy img {
  display: block; }

.coupon-toast {
  position: fixed;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 3; }

.coupon-toast.is-show {
  opacity: 1; }
