@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 #d65f08;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d65f08;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d65f08;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d65f08;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d65f08;
    top: 0px; } }
@keyframes animationbtn_green {
  0% {
    box-shadow: 0 5px 0 #018043;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #018043;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #018043;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #018043;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #018043;
    top: 0px; } }
.cta_btn {
  position: relative;
  margin: 0 auto 5px;
  box-shadow: 0 5px 0 #d65f08;
  background: #fb700a;
  -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 {
      opacity: .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: 20px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn.green {
    box-shadow: 0 5px 0 #018043;
    background: #00bf63; }
    .cta_btn.green.animation {
      animation: animationbtn_green 2s infinite; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

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

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(4, 168, 229, 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: #04a8e5;
    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: 3px solid #1c9ba5;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .header__pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    z-index: 10;
    right: 0;
    font-size: 13px;
    background: #fff; }

.main_ttl {
  background: #04a8e5;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  line-height: 1.3; }
  .main_ttl span {
    display: block;
    color: #fff001; }

.access_counter {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  animation: fadeBlink 2s infinite ease-in-out;
  margin: 15px 0 0px; }
  .access_counter strong {
    font-weight: bold;
    font-size: 1.2em;
    color: #04a8e5;
    display: inline;
    /* %でマーカーの縦開始位置を指定、色も同時に指定(上透明、下カラー) */
    background: linear-gradient(transparent 40%, #fff200 0%);
    /*paddingでマーカーのはみ出し具合を調整*/
    padding: 0 2px 2px; }

@keyframes fadeBlink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.01; }
  100% {
    opacity: 1; } }
.remarks {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem; }

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

.red {
  color: #ed4444;
  font-weight: 600; }

.fv .top {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .top .inner {
    width: 1000px;
    margin: 0 auto;
    height: 230px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .top .inner {
        width: 100%; } }
  .fv .top .fv_txt {
    position: absolute;
    left: 97px;
    top: 25px;
    display: block;
    background: #ffefe4;
    width: 440px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    color: #fb700a;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    padding: 5px 0;
    text-align: center; }
  .fv .top .fv_image {
    position: absolute;
    left: 70px;
    bottom: 20px; }
.fv .bottom {
  background: #eaf7fc; }
  .fv .bottom .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 155px;
    padding-top: 12px; }
    @media only screen and (max-width: 768px) {
      .fv .bottom .inner {
        width: 100%; } }
  .fv .bottom .txt {
    text-align: center; }
    .fv .bottom .txt span {
      display: inline-block;
      padding: 2px 40px;
      background: #04a8e5;
      color: #fff;
      font-weight: 700;
      border-radius: 100vmax;
      font-size: 22px;
      font-size: 2.2rem; }
  .fv .bottom .bottom_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("img/fv_bottom.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 680px;
    height: 112px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 29px 0 0 210px;
    bottom: 0;
    margin-left: -90px; }
    .fv .bottom .bottom_txt span {
      font-weight: 700;
      font-size: 120%; }
      .fv .bottom .bottom_txt span.blue {
        color: #0376c6; }
      .fv .bottom .bottom_txt span.orange {
        color: #fb700a; }
  .fv .bottom .bottom_txt2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("img/fv_bottom2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 750px;
    height: 112px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 26px 0 0 210px;
    bottom: 0;
    margin-left: -90px; }
    .fv .bottom .bottom_txt2 strong {
      color: #ed4444; }
    .fv .bottom .bottom_txt2 span {
      font-weight: 700;
      font-size: 120%; }
      .fv .bottom .bottom_txt2 span.blue {
        color: #0376c6; }
      .fv .bottom .bottom_txt2 span.orange {
        color: #fb700a; }

.tab {
  position: relative;
  z-index: 10;
  -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; }
  .tab li {
    width: 260px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    padding: 10px 0;
    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;
    border: 2px solid #fff;
    border-bottom: none;
    background: #9bd9f0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.1em;
    position: relative; }
    .tab li:not(:first-child) {
      margin-left: 10px; }
    .tab li.select {
      background: #f4fbfe;
      color: #04a8e5;
      border-color: #04a8e5; }
      .tab li.select::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #f4fbfe;
        left: 0;
        bottom: -2px; }

.tab_under {
  position: relative;
  z-index: 10;
  -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; }
  .tab_under li {
    width: 260px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border: 2px solid #fff;
    border-top: none;
    background: #9bd9f0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.1em;
    position: relative; }
    .tab_under li:nth-child(2) {
      margin-left: 10px; }
    .tab_under li.select {
      background: #f4fbfe;
      color: #04a8e5;
      border-color: #04a8e5; }
      .tab_under li.select::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #f4fbfe;
        left: 0;
        top: -2px; }

.tab_item {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #f4fbfe;
  border: 2px solid #04a8e5;
  padding: 25px; }

.disnone {
  display: none; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 70px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .client_table {
  margin-top: 57px;
  position: relative; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #fffde1;
    width: calc(100% / 3);
    height: 100%;
    z-index: 1; }
  .section01 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 3px solid #fb700a;
    z-index: 5; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: 20%;
      text-align: center; }
    .section01 .client_table table th {
      background: #0376c6;
      font-weight: 700;
      color: #fff;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      z-index: 3; }
    .section01 .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: 5; }
    .section01 .client_table table thead td {
      position: relative; }
      .section01 .client_table table thead td::before {
        content: "";
        position: absolute;
        width: 75px;
        height: 47px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -57px;
        pointer-events: none;
        z-index: 10; }
      .section01 .client_table table thead td:nth-child(1)::before {
        background-image: url("img/ico_crown1.png"); }
      .section01 .client_table table thead td:nth-child(2)::before {
        background-image: url("img/ico_crown2.png"); }
      .section01 .client_table table thead td:nth-child(3)::before {
        background-image: url("img/ico_crown3.png"); }
      .section01 .client_table table thead td:nth-child(4)::before {
        background-image: url("img/ico_crown4.png"); }
      .section01 .client_table table thead td:nth-child(5)::before {
        background-image: url("img/ico_crown5.png"); }
      .section01 .client_table table thead td:nth-child(6)::before {
        background-image: url("img/ico_crown6.png"); }
      .section01 .client_table table thead td:nth-child(7)::before {
        background-image: url("img/ico_crown7.png"); }
      .section01 .client_table table thead td:nth-child(8)::before {
        background-image: url("img/ico_crown8.png"); }
      .section01 .client_table table thead td:nth-child(9)::before {
        background-image: url("img/ico_crown9.png"); }
      .section01 .client_table table thead td:nth-child(10)::before {
        background-image: url("img/ico_crown10.png"); }
  .section01 .client_table .image {
    padding: 5px; }
    .section01 .client_table .image a {
      display: block; }
      .section01 .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .client_table .image a p {
        text-decoration: underline;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        color: #04a8e5; }
      .section01 .client_table .image a:hover p {
        text-decoration: none; }
  .section01 .client_table .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 5px 0 10px; }
    .section01 .client_table .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem; }
.section01 .client_table2 {
  margin-top: 57px;
  position: relative;
  /*&::before {
      background: #fffde1;
      width:calc(100% / 3);
      height:100%;
      z-index: 1;
  }*/ }
  .section01 .client_table2::before, .section01 .client_table2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table2::after {
    width: calc(85% / 3);
    height: 100%;
    border: 3px solid #fb700a;
    z-index: 5;
    left: 15%; }
  .section01 .client_table2 table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff; }
    .section01 .client_table2 table tr:first-child td:nth-child(2), .section01 .client_table2 table tr:nth-child(2) td:nth-child(2), .section01 .client_table2 table tr:nth-child(3) td:nth-child(2), .section01 .client_table2 table tr:nth-child(4) td:nth-child(2), .section01 .client_table2 table tr:nth-child(5) td:nth-child(2), .section01 .client_table2 table tr:nth-child(6) td:nth-child(2), .section01 .client_table2 table tr:nth-child(7) td:nth-child(2), .section01 .client_table2 table tr:nth-child(8) td:nth-child(2), .section01 .client_table2 table tr:nth-child(9) td:nth-child(2), .section01 .client_table2 table tr:nth-child(10) td:nth-child(2) {
      background: #fffde1; }
    .section01 .client_table2 table tr td:nth-child(2) .cta_btn {
      box-shadow: 0 4px 0 #c60303;
      background: #FF0807;
      animation: animationbtn 2s infinite; }
    .section01 .client_table2 table th, .section01 .client_table2 table td {
      text-align: center;
      font-weight: 600; }
    .section01 .client_table2 table th {
      width: 15%;
      background: #0376c6;
      font-weight: 700;
      color: #fff;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      border-bottom: 1px solid #d0d0d0; }
    .section01 .client_table2 table td {
      padding: 10px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative; }
      .section01 .client_table2 table td span {
        /*font-size: 80%;*/
        color: #ed4444;
        font-weight: 600; }
      .section01 .client_table2 table td .tb_marker {
        display: inline;
        background: linear-gradient(transparent 40%, #fff200 0%);
        padding: 0 2px 2px; }
      .section01 .client_table2 table td small {
        font-size: 80%; }
      .section01 .client_table2 table td .campaign .label {
        background: #fae6e1;
        border-radius: 15px; }
        .section01 .client_table2 table td .campaign .label span {
          color: #333333;
          font-size: 13px;
          font-size: 1.3rem; }
      .section01 .client_table2 table td .campaign .time {
        color: #333333;
        font-weight: 600;
        padding: 5px 0; }
        .section01 .client_table2 table td .campaign .time .time_txt {
          color: #ed4444; }
    .section01 .client_table2 table tr:first-child td {
      position: relative; }
      .section01 .client_table2 table tr:first-child td::before {
        content: "";
        position: absolute;
        width: 60px;
        height: 70px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -75px;
        pointer-events: none;
        z-index: 10; }
      .section01 .client_table2 table tr:first-child td:nth-child(2)::before {
        background-image: url("img/ico_rank01.png"); }
      .section01 .client_table2 table tr:first-child td:nth-child(3)::before {
        background-image: url("img/ico_rank02.png"); }
      .section01 .client_table2 table tr:first-child td:nth-child(4)::before {
        background-image: url("img/ico_rank03.png"); }
  .section01 .client_table2 .image {
    padding: 5px; }
    .section01 .client_table2 .image a {
      display: block; }
      .section01 .client_table2 .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .client_table2 .image a p {
        text-decoration: underline;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        color: #04a8e5; }
      .section01 .client_table2 .image a:hover p {
        text-decoration: none; }
  .section01 .client_table2 .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section01 .client_table2 .cta_btn {
    margin: 5px 0 10px; }
    .section01 .client_table2 .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem; }
  .section01 .client_table2 .cta_btn {
    box-shadow: 0 4px 0 #059854;
    background: #07b162;
    animation: animationbtn2 2s infinite; }

tr.eva .ico {
  width: 100% !important; }

tr.eva td p {
  font-size: 1.5em;
  font-weight: bold;
  color: #f00; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 h2 {
  background-image: url("img/section02_ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 524px;
  height: 112px;
  margin: 0 auto;
  padding: 23px 0 0 137px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700; }
  .section02 h2 span {
    color: #fb700a; }
.section02 .items {
  margin-top: 40px;
  -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; }
  .section02 .items .item {
    width: 400px;
    border: 2px solid #04a8e5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden; }
    .section02 .items .item:nth-child(2) {
      margin-left: 20px; }
    .section02 .items .item .ttl {
      background: #04a8e5;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 8px 0;
      font-size: 22px;
      font-size: 2.2rem; }
    .section02 .items .item .item_inner {
      padding: 20px 25px 25px; }
    .section02 .items .item .heading {
      text-align: center;
      color: #0376c6;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700; }
    .section02 .items .item .image {
      margin-top: 20px;
      text-align: center; }
    .section02 .items .item ul {
      margin-top: 20px; }
      .section02 .items .item ul li {
        font-size: 18px;
        font-size: 1.8rem;
        position: relative;
        padding-left: 30px;
        margin-top: 5px; }
        .section02 .items .item ul li:first-child {
          margin-top: 0; }
        .section02 .items .item ul li::before {
          content: "";
          position: absolute;
          width: 19px;
          height: 100%;
          background-image: url("img/section02_ico.png");
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 100% auto;
          left: 0;
          top: 4px;
          pointer-events: none;
          z-index: 10; }
.section02 .wrap {
  margin: 30px auto 0;
  width: 810px; }
  .section02 .wrap table {
    margin-top: 5px;
    border: 1px solid #d0d0d0;
    width: 100%; }
    .section02 .wrap table:first-child {
      margin-top: 0; }
    .section02 .wrap table th, .section02 .wrap table td {
      vertical-align: middle;
      padding: 15px;
      border: 1px solid #d0d0d0; }
    .section02 .wrap table th {
      font-size: 22px;
      font-size: 2.2rem;
      width: 160px;
      color: #0376c6;
      text-align: center;
      background: #eaf7fc; }
    .section02 .wrap table td {
      font-size: 19px;
      font-size: 1.9rem; }
      .section02 .wrap table td span {
        font-weight: 700;
        color: #fb700a; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
  .section03 .inner .fukidashi_ttl {
    margin-bottom: 10px;
    padding: 12px 0 35px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #fb700a;
    background: no-repeat center/contain url("img/fukidashi_ttl_bg.png"); }
  .section03 .inner .sub_ttl {
    text-align: center;
    padding: 0 0 20px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    color: #333; }
    .section03 .inner .sub_ttl span {
      font-size: 30px;
      font-size: 3rem; }
      .section03 .inner .sub_ttl span.marker {
        background: linear-gradient(transparent 60%, #fef200 60%); }

.client_archive {
  	/*.campaign {
          overflow: hidden;
  		margin-top: 10px;
  		background: #fff;
  		position: relative;
  		@include radius;
  		border:1px solid #d0d0d0;
  		.ttl {
  			background: $mainColor;
  			text-align: center;
  			color:#fff;
  			font-weight: 700;
  			padding:6px 0;
  			@include fs(18);
  		}
          .campaign_inner {
              padding:15px 30px 20px;
  				.img{
  					margin: 0 auto;
  					text-align: center;
  				}
          }
          ul {
              display: grid;
              justify-content: center;
              li {
                  @include fs(18);
                  position: relative;
                  padding-left: 2em;
                  font-weight: 700;
                  @include fs(18);
                  &::before {
                      content:"";
                      position: absolute;
                      top:0;
                      left:0;
                      color:$mainColor;
                  }
                  &:nth-child(1)::before {
                      content:"01.";
                  }
                  &:nth-child(2)::before {
                      content:"02.";
                  }
                  &:nth-child(3)::before {
                      content:"03.";
                  }
                  span {
                      background: linear-gradient(transparent 60%, #f5ea33 60%);
                  }
              }
          }
          .limit,.cosmowater_limit,.everyfrecious_limit,.locca_limit {
              width:550px;
              margin:20px auto 0;
              position: relative;
              &::before,&::after {
                  content:"";
                  position: absolute;
                  width:13px;
                  height:100%;
                  background-repeat: no-repeat;
                  background-position: center center;
                  background-size:100% auto;
                  top:0;
                  pointer-events: none;
                  z-index: 10;
              }
              &::before {
                  background-image: url("img/ico_limit_before.png");
                  left:-25px;
              }
              &::after {
                  background-image: url("img/ico_limit_after.png");
                  right:-25px;
              }
              .limit_inner {
                  overflow: hidden;
                  @include radius(100px);
                  border:1px solid $subColor;
                  @include css3(display, flex);
                  @include css3(flex-wrap, wrap);
                  @include css3(justify-content, center);
                  @include css3(align-items, center);
                  color:$subColor;
                  font-weight: 700;
                  @include fs(18);
              }
              .label,.time {
                  width:50%;
                  padding:10px 15px;
              }
              .label {
                  background: #fae6e1;
                  text-align: right;
                  span {
                      display: inline-block;
                      position: relative;
                      &::before {
                          content:"";
                          position: absolute;
                          width:27px;
                          height:30px;
                          background-image: url("img/ico_timer.png");
                          background-repeat: no-repeat;
                          background-position: center top;
                          background-size:100% auto;
                          left:-35px;
                          top:-1px;
                          pointer-events: none;
                          z-index: 10;
                      }
                  }
              }
              .time {
                  background: #fff;
              }
          }		
  	}*/ }
  .client_archive br.archive {
    display: none; }
  .client_archive > ul > li {
    margin-top: 40px; }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
  .client_archive .client_card {
    border: 2px solid #e7e7e7;
    background: #fff; }
    .client_archive .client_card .client_name {
      position: relative;
      padding: 15px 10px 15px 115px;
      border-bottom: 1px solid #e7e7e7; }
      .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 75px;
        height: 47px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 25px;
        top: 15px;
        pointer-events: none; }
      .client_archive .client_card .client_name a {
        color: #10adf6;
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: underline; }
        .client_archive .client_card .client_name a:hover {
          text-decoration: underline; }
      .client_archive .client_card .client_name .type {
        width: 74px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 40px; }
      .client_archive .client_card .client_name .eva {
        position: absolute;
        right: 10px;
        top: 10px;
        border: 2px solid #04a8e5;
        background: #fff;
        text-align: center; }
        .client_archive .client_card .client_name .eva span {
          display: block;
          color: #fff;
          background: #04a8e5;
          font-size: 12px;
          font-weight: bold;
          line-height: 1;
          padding: 3px 0; }
        .client_archive .client_card .client_name .eva p {
          font-weight: bold;
          font-size: 1.3em;
          color: #f00;
          display: inline;
          padding: 10px;
          vertical-align: middle; }
        .client_archive .client_card .client_name .eva img {
          display: inline;
          width: 120px;
          padding-right: 10px;
          vertical-align: middle; }
    .client_archive .client_card .banner {
      text-align: center;
      padding: 10px 0 0; }
    .client_archive .client_card .client_inner {
      padding: 10px 25px 25px; }
  .client_archive > ul > li:nth-child(1) .client_card {
    border-color: #f5ea33;
    background: #fffde5; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name {
      border-bottom-color: #f5ea33; }
      .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
        background-image: url("img/ico_crown1.png"); }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("img/ico_crown2.png"); }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("img/ico_crown3.png"); }
  .client_archive > ul > li:nth-child(4) .client_name::before {
    background-image: url("img/ico_crown4.png"); }
  .client_archive > ul > li:nth-child(5) .client_name::before {
    background-image: url("img/ico_crown5.png"); }
  .client_archive > ul > li:nth-child(6) .client_name::before {
    background-image: url("img/ico_crown6.png"); }
  .client_archive > ul > li:nth-child(7) .client_name::before {
    background-image: url("img/ico_crown7.png"); }
  .client_archive > ul > li:nth-child(8) .client_name::before {
    background-image: url("img/ico_crown8.png"); }
  .client_archive > ul > li:nth-child(9) .client_name::before {
    background-image: url("img/ico_crown9.png"); }
  .client_archive > ul > li:nth-child(10) .client_name::before {
    background-image: url("img/ico_crown10.png"); }
  .client_archive .head {
    background: #fff;
    border: 2px solid #f00;
    padding: 10px 20px;
    line-height: 1;
    font-size: 20px;
    color: #f00;
    font-weight: bold;
    margin: 30px 25px 5px; }
  .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; }
    .client_archive .overview .image {
      width: 300px; }
      .client_archive .overview .image a {
        display: block; }
        .client_archive .overview .image a.bnr_swiper .swiper-button-next,
        .client_archive .overview .image a.bnr_swiper .swiper-button-prev {
          width: 32px;
          height: 32px;
          background: rgba(204, 204, 204, 0.3);
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          color: #fff; }
          .client_archive .overview .image a.bnr_swiper .swiper-button-next::after,
          .client_archive .overview .image a.bnr_swiper .swiper-button-prev::after {
            font-size: 17px;
            font-size: 1.7rem;
            text-align: center;
            font-weight: 700; }
    .client_archive .overview .txt {
      width: calc(100% - 300px);
      padding-left: 20px; }
      .client_archive .overview .txt .conditions {
        margin: 10px auto;
        padding: 0 50px; }
        .client_archive .overview .txt .conditions 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;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .client_archive .overview .txt .conditions ul li {
            width: 150px;
            color: #fff;
            background: #c5c5c5;
            text-align: center;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: 500;
            padding: 3px 0;
            border-radius: 100px;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
            -o-border-radius: 100px;
            -ms-border-radius: 100px;
            margin-left: 5px;
            margin-top: 5px; }
            .client_archive .overview .txt .conditions ul li:nth-child(3n+1) {
              margin-left: 0; }
            .client_archive .overview .txt .conditions ul li.active {
              background: #fb700a;
              color: #fff; }
      .client_archive .overview .txt .heading {
        font-size: 25px;
        font-size: 2.5rem;
        color: #fb700a;
        font-weight: 700; }
      .client_archive .overview .txt table {
        width: 100%;
        /*margin-top: 15px;*/
        border: 1px solid #e7e7e7;
        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: 8px 3px;
          border-left: 1px solid #e7e7e7;
          border-bottom: 1px solid #e7e7e7;
          line-height: 1.3;
          font-weight: 600; }
        .client_archive .overview .txt table th {
          color: #fff;
          background: #0376c6;
          width: 10%;
          padding-right: 0;
          font-weight: 700;
          padding: 8px 0 8px 8px; }
        .client_archive .overview .txt table td {
          width: 27%; }
          .client_archive .overview .txt table td span {
            /*font-size: 80%;*/
            color: #ed4444;
            font-weight: 600; }
          .client_archive .overview .txt table td small {
            font-size: 80%; }
        .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: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -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 p, .client_archive .overview .txt table .ico_wrap .txt {
            width: calc(100% - 29px);
            padding-left: 0; }
  .client_archive .point {
    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 #04a8e5; }
    .client_archive .point.min {
      padding-top: 30px; }
    .client_archive .point .ttl {
      background: #04a8e5;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 6px 0;
      font-size: 18px;
      font-size: 1.8rem; }
    .client_archive .point ul {
      padding: 14px 40px 20px; }
    .client_archive .point ul li {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 3px;
      position: relative;
      padding-left: 28px; }
      .client_archive .point ul li:first-child {
        margin-top: 0; }
      .client_archive .point ul li::before {
        content: "";
        position: absolute;
        width: 19px;
        height: 100%;
        background-image: url("img/section02_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 5px;
        pointer-events: none; }
      .client_archive .point ul li span {
        color: #fb700a;
        font-weight: 700; }
  .client_archive .review {
    border: 1px solid #04a8e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 10px;
    overflow: hidden; }
    .client_archive .review .review_trigger {
      text-align: center;
      background: #eaf7fc;
      font-size: 18px;
      font-size: 1.8rem;
      color: #0376c6;
      position: relative;
      padding: 18px 0;
      cursor: pointer;
      font-weight: 700; }
      .client_archive .review .review_trigger::before {
        content: "";
        width: 42px;
        height: 42px;
        background-image: url("img/review_trigger.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        pointer-events: none;
        z-index: 10;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px; }
      .client_archive .review .review_trigger.active::before {
        background-image: url("img/review_trigger_active.png"); }
    .client_archive .review .review_inner {
      background: #fff;
      border-top: 1px solid #04a8e5;
      padding: 30px 0 60px;
      position: relative; }
      .client_archive .review .review_inner .quote {
        position: absolute;
        font-size: 11px;
        font-size: 1.1rem;
        right: 25px;
        bottom: 25px; }
    .client_archive .review .review_slides {
      width: 670px;
      margin: 0 auto; }
      .client_archive .review .review_slides .review_slide {
        background: #f3f9fb;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 25px;
        width: 100%; }
      .client_archive .review .review_slides .wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
        .client_archive .review .review_slides .wrap .ico {
          width: 50px; }
        .client_archive .review .review_slides .wrap .txt {
          width: calc(100% - 50px);
          padding-left: 15px;
          font-size: 14px;
          font-size: 1.4rem; }
      .client_archive .review .review_slides .slick-dots {
        bottom: -38px; }
        .client_archive .review .review_slides .slick-dots li button::before {
          content: "";
          width: 12px;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -o-border-radius: 100%;
          -ms-border-radius: 100%;
          height: 12px;
          background: #fff;
          border: 1px solid #04a8e5;
          opacity: 1; }
        .client_archive .review .review_slides .slick-dots li.slick-active button:before {
          opacity: 1;
          background: #ccf4f9; }
    .client_archive .review .review_slider {
      opacity: 0;
      transition: opacity .3s linear; }
      .client_archive .review .review_slider.slick-initialized {
        opacity: 1; }
    .client_archive .review .slick-slide {
      height: auto !important;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
  .client_archive .campaign .limit_inner {
    background: #f00;
    padding: 10px 20px;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0 25px 5px; }
    .client_archive .campaign .limit_inner .time {
      display: inline-block; }
  .client_archive .client_campaign {
    background: #fff;
    border: 2px solid #fe4a91;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    position: relative;
    padding: 65px 25px 20px;
    margin-top: 12px; }
    .client_archive .client_campaign .ttl {
      position: absolute;
      left: -1px;
      top: 10px; }
      .client_archive .client_campaign .ttl span {
        display: inline-block;
        position: relative;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        background: #fc589a;
        padding: 4px 25px 4px 70px; }
        .client_archive .client_campaign .ttl span::before, .client_archive .client_campaign .ttl span::after {
          content: "";
          position: absolute;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          pointer-events: none; }
        .client_archive .client_campaign .ttl span::before {
          background-image: url("img/campaign_ttl_before.png");
          width: 47px;
          height: 56px;
          left: 10px;
          top: -17px;
          z-index: 10; }
        .client_archive .client_campaign .ttl span::after {
          background-image: url("img/campaign_ttl_after.png");
          width: 20px;
          right: -11px;
          top: 5px;
          z-index: 1; }
    .client_archive .client_campaign .campaign_inner p {
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      color: #fc589a; }
    .client_archive .client_campaign ul {
      display: grid;
      justify-content: left; }
      .client_archive .client_campaign ul li {
        font-size: 18px;
        font-size: 1.8rem;
        position: relative;
        padding-left: 2em;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem; }
        .client_archive .client_campaign ul li::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          color: #04a8e5; }
        .client_archive .client_campaign ul li:nth-child(1)::before {
          content: "01."; }
        .client_archive .client_campaign ul li:nth-child(2)::before {
          content: "02."; }
        .client_archive .client_campaign ul li:nth-child(3)::before {
          content: "03."; }
        .client_archive .client_campaign ul li span {
          background: linear-gradient(transparent 60%, #f5ea33 60%); }
    .client_archive .client_campaign .txt {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: 0.03em; }
      .client_archive .client_campaign .txt .marker {
        background: linear-gradient(transparent 60%, #fef200 60%); }
      .client_archive .client_campaign .txt .red {
        color: #f81b38; }
    .client_archive .client_campaign .img {
      text-align: center;
      width: 650px;
      margin: 0 auto; }
    .client_archive .client_campaign .limit, .client_archive .client_campaign .cosmowater_limit, .client_archive .client_campaign .everyfrecious_limit, .client_archive .client_campaign .locca_limit {
      margin-top: 15px;
      background: #fde5ef;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 5px;
      -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 .client_campaign .limit .label, .client_archive .client_campaign .cosmowater_limit .label, .client_archive .client_campaign .everyfrecious_limit .label, .client_archive .client_campaign .locca_limit .label {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        color: #fc589a; }
      .client_archive .client_campaign .limit .limit_inner, .client_archive .client_campaign .cosmowater_limit .limit_inner, .client_archive .client_campaign .everyfrecious_limit .limit_inner, .client_archive .client_campaign .locca_limit .limit_inner {
        display: inline-flex;
        align-items: center; }
      .client_archive .client_campaign .limit .time, .client_archive .client_campaign .cosmowater_limit .time, .client_archive .client_campaign .everyfrecious_limit .time, .client_archive .client_campaign .locca_limit .time {
        background: #fff;
        margin-left: 15px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        width: 430px;
        text-align: center;
        padding: 8px 0; }
        .client_archive .client_campaign .limit .time .time_txt, .client_archive .client_campaign .cosmowater_limit .time .time_txt, .client_archive .client_campaign .everyfrecious_limit .time .time_txt, .client_archive .client_campaign .locca_limit .time .time_txt {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700; }
  .client_archive .cta {
    margin-top: 15px; }
    .client_archive .cta .txt {
      text-align: center;
      font-weight: 700;
      color: #fb700a;
      font-size: 22px;
      font-size: 2.2rem; }
    .client_archive .cta .cta_btn {
      width: 700px;
      margin: 8px auto 0; }
      .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; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 table tbody tr:first-child {
  position: relative;
  background: #fffde5; }
.section04 table {
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 5px; }
  .section04 table thead th {
    background: #0376c6;
    color: #fff;
    line-height: 1.2;
    padding-top: 6px;
    padding-bottom: 6px; }
  .section04 table tbody tr:first-child {
    position: relative;
    border: 2px solid #fb700a; }
  .section04 table tbody .image {
    display: block;
    padding: 0 5px; }
  .section04 table tbody .ico {
    width: 28px;
    margin: 0 auto 5px; }
  .section04 table tbody td p {
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem; }
  .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section04 .cta_btn a {
  line-height: 1.3;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }
.section04 .tab_item {
  border: none;
  background: none; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .txt_01 {
  background-image: url("img/section05_txt_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  width: 583px;
  height: 123px;
  padding: 44px 0 0 140px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500; }
.section05 .txt_02 {
  background-image: url("img/section05_txt_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 10px auto 0;
  margin-right: 140px;
  width: 509px;
  height: 157px;
  padding: 28px 0 0 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500; }
  .section05 .txt_02 span {
    font-size: 120%;
    font-weight: 700; }
    .section05 .txt_02 span.orange {
      color: #fb700a; }
    .section05 .txt_02 span.blue {
      color: #04a8e5; }
.section05 .items {
  margin-top: 70px; }
  .section05 .items .item {
    border: 2px solid #0376c6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    margin-top: 20px; }
    .section05 .items .item:first-child {
      margin-top: 0; }
    .section05 .items .item .item_inner {
      padding: 25px; }
    .section05 .items .item .ttl {
      background: #0376c6;
      position: relative;
      font-size: 28px;
      font-size: 2.8rem;
      color: #fff001;
      padding: 15px 0 15px 247px;
      font-weight: 700;
      letter-spacing: 0.05em; }
      .section05 .items .item .ttl::before {
        content: "";
        width: 155px;
        height: 100%;
        background-image: url("img/section05_ico_01.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 25px;
        pointer-events: none;
        z-index: 10; }
      .section05 .items .item .ttl span {
        font-size: 80%;
        color: #fff; }
    .section05 .items .item:nth-child(2) {
      border-color: #04a8e5; }
      .section05 .items .item:nth-child(2) .ttl {
        background: #04a8e5; }
        .section05 .items .item:nth-child(2) .ttl::before {
          background-image: url("img/section05_ico_02.png"); }
.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: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }
  .section05 .wrap .image {
    width: 300px; }
    .section05 .wrap .image a {
      display: block; }
      .section05 .wrap .image a.bnr_swiper .swiper-button-next,
      .section05 .wrap .image a.bnr_swiper .swiper-button-prev {
        width: 32px;
        height: 32px;
        background: rgba(204, 204, 204, 0.3);
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        color: #fff; }
        .section05 .wrap .image a.bnr_swiper .swiper-button-next::after,
        .section05 .wrap .image a.bnr_swiper .swiper-button-prev::after {
          font-size: 17px;
          font-size: 1.7rem;
          text-align: center;
          font-weight: 700; }
  .section05 .wrap .txt {
    width: calc(100% - 300px);
    padding-left: 30px; }
  .section05 .wrap .name a {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    text-decoration: underline;
    color: #10adf6;
    /*&:hover {
    	text-decoration: underline;
    }*/ }
  .section05 .wrap .note {
    margin-top: 15px;
    background: #f3f9fb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px; }
    .section05 .wrap .note span {
      font-weight: 700;
      color: #fb700a; }
.section05 .cta {
  margin-top: 15px; }
  .section05 .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #fb700a;
    font-size: 22px;
    font-size: 2.2rem; }
  .section05 .cta .cta_btn {
    width: 700px;
    margin: 8px auto 0; }
    .section05 .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
  .section05 .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }

.footer {
  margin-top: 30px; }
  .footer .ft_menu .p_mark {
    max-width: 700px;
    margin: 0px auto;
    padding: 20px; }
  .footer .ft_menu .p_mark p {
    display: inline-block; }
  .footer .ft_menu .p_mark .pra_txt {
    max-width: 520px;
    padding-left: 20px; }
  .footer .ft_menu .ft_nav {
    max-width: 700px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .footer .ft_menu .ft_nav li.pri_pol {
    width: 160px; }
  .footer .ft_menu .ft_nav li.contact {
    width: 120px; }
  .footer .ft_menu .ft_nav ul {
    display: flex;
    justify-content: space-around; }
  .footer .ft_menu .ft_nav li {
    display: inline-block;
    width: auto !important; }
    .footer .ft_menu .ft_nav li a {
      text-decoration: none; }
  .footer .copyright {
    text-align: center;
    height: 35px;
    padding: 5px 0;
    color: #fff;
    background: linear-gradient(to right, #1C9BA5 0%, #00A0E9 100%); }

.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 .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 440px; }
    @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(400 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 32px;
      left: 0;
      /*.client_image {
          display: block;
          position: absolute;
          @include center(x);
          bottom:22vw;
          @include getPercent(400,240,width);
      }*/ }
      .exitProtection .wrap .image .client_images {
        position: absolute;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 5px;
        -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; }
        .exitProtection .wrap .image .client_images .client_image {
          display: block;
          position: absolute;
          left: 52%;
          bottom: 9vw; }
          .exitProtection .wrap .image .client_images .client_image:first-child {
            left: 0;
            width: 48%; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btns {
      position: absolute;
      width: 95%;
      left: 0;
      right: 0;
      margin: 0 auto;
      /* bottom:135px;*/
      bottom: 15px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .exitProtection .wrap .btns .btn {
        /*width: calc((100% - 4%) / 2);*/
        width: 85%;
        margin-left: 4%; }
        .exitProtection .wrap .btns .btn:first-child {
          margin-left: 0; }
      .exitProtection .wrap .btns .cta_btn {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .exitProtection .wrap .btns .cta_btn a {
          font-size: 15px;
          font-size: 1.5rem;
          padding-left: 0;
          padding-right: 0; }

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

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

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("img/fixed_cta_cosmo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 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 .left, .fixed_cta .right {
    width: 260px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .fixed_cta .left {
    left: 50px; }
  .fixed_cta .right {
    /*right:50px;*/
    right: 250px; }
  .fixed_cta .cta_btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px; }
    .fixed_cta .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 12px 0; }

.fixed_cta_2 {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(3, 118, 198, 0.9);
  z-index: 100; }
  .fixed_cta_2 .inner {
    padding: 5px 0; }
    .fixed_cta_2 .inner .txt {
      margin-bottom: 5px;
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem; }
      .fixed_cta_2 .inner .txt span {
        font-size: 120%;
        color: #fff71a; }
    .fixed_cta_2 .inner .cta_wrap {
      -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; }
      .fixed_cta_2 .inner .cta_wrap .cta {
        width: 240px;
        margin: 0 10px 4px; }
        .fixed_cta_2 .inner .cta_wrap .cta .cta_btn a {
          padding: 10px 0;
          font-size: 16px;
          font-size: 1.6rem; }

.fixed_cta_3 {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(3, 118, 198, 0.9);
  z-index: 100; }
  .fixed_cta_3 .inner {
    padding: 5px 0; }
    .fixed_cta_3 .inner .txt {
      margin-bottom: 5px;
      text-align: center;
      color: #fff001;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem; }
      .fixed_cta_3 .inner .txt span {
        font-size: 120%;
        color: #fff71a; }
    .fixed_cta_3 .inner .cta_wrap {
      -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; }
      .fixed_cta_3 .inner .cta_wrap .img {
        width: 35px;
        float: inline-start;
        margin: 0 5px 0 0; }
      .fixed_cta_3 .inner .cta_wrap .cta {
        width: 240px;
        margin: 0 15px 4px; }
        .fixed_cta_3 .inner .cta_wrap .cta .cta_btn {
          width: 100%;
          margin: 6px auto 0;
          border: solid 1px #fff;
          border-radius: 20px;
          background-image: linear-gradient(90deg, #00a1dd, #69d4fc 99%);
          box-shadow: 0 3px 0 #035d7e; }
          .fixed_cta_3 .inner .cta_wrap .cta .cta_btn.green {
            background-image: linear-gradient(90deg, #059085, #3ed8cb 99%);
            box-shadow: 0 3px 0 #024540; }
          .fixed_cta_3 .inner .cta_wrap .cta .cta_btn a {
            padding: 10px 0;
            font-size: 12px;
            font-size: 1.2rem; }

@keyframes animationbtn2 {
  0% {
    box-shadow: 0 5px 0 #059854;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #059854;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #059854;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #059854;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #059854;
    top: 0px; } }
