@charset "UTF-8";
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.3rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

.color {
  background-color: #000;
  color: #fff;
}

* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  box-sizing: border-box !important;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
  -ms-transition: 0.2s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.ml-05 {
  margin-left: -0.5em;
}

.ml-02 {
  margin-left: -0.2em;
}

.mr-02 {
  margin-right: -0.2em;
}

.anchor {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
/* ローディング画面 */
#loading {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background-color: #11b3e7;
  position: fixed;
  z-index: 100;
}

.logo {
  top: 50%;
  left: calc(50% - 80px);
  width: 160px;
  height: auto;
  transform: translateY(-55%);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .logo {
    left: 35%;
    width: 30%;
    transform: translateY(-65%);
  }
}

.loader {
  margin: 6em auto 0;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.header {
  padding-left: 15px;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .header {
    top: -60px;
    padding-left: 10px;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    top: -60px;
    padding-left: 8px;
    height: 50px;
  }
}
.header.on {
  top: 0;
}
.header__logo {
  width: 130px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 97.5px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 90px;
  }
}
.header__logo__link {
  display: block;
  line-height: 0.1;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(3px);
  }
}
.header__nav {
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    width: 260px;
  }
}
@media screen and (max-width: 599px) {
  .header__nav {
    width: 170px;
  }
}
.header__nav__btn {
  width: 100%;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  color: #000;
  font-weight: 700;
  text-align: center;
  background-color: #11cccc;
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 25px top 50%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header__nav__btn {
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    background-size: 13px auto;
    background-position: right 15px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .header__nav__btn {
    padding-right: 10px;
    width: auto;
    height: 50px;
    font-size: 13px;
    line-height: 52px;
    background-size: 10px auto;
    background-position: right 10px top 50%;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav__btn:hover {
    background-color: #ee6644;
    background-position: right 20px top 50%;
  }
}

.main-end {
  padding: 40px;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #579;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .main-end {
    padding: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 860px) {
  .main-end {
    padding: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .main-end {
    padding: 20px 25px;
    font-size: 16px;
    text-align: justify;
  }
  .main-end br {
    display: none;
  }
}

.main {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.main__logo {
  width: 180px;
  position: absolute;
  top: 25px;
  left: 25px;
  line-height: 0.1;
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .main__logo {
    width: 12vw;
  }
}
@media screen and (max-width: 1024px) {
  .main__logo {
    width: 16vw;
  }
}
@media screen and (max-width: 599px) {
  .main__logo {
    width: 110px;
    top: 18px;
    left: 18px;
  }
}
.main__item {
  padding: 8% 60px 0;
  width: 33.3333333333%;
  height: 47.4vw;
  max-height: 100vh;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .main__item {
    padding-top: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .main__item {
    padding: 6% 40px 3.6%;
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .main__item {
    padding: 6% 40px 5%;
  }
}
@media screen and (max-width: 860px) {
  .main__item {
    padding: 6% 40px 6%;
  }
}
@media screen and (max-width: 599px) {
  .main__item {
    padding: 6% 10px 15px;
    width: 50%;
    height: auto;
  }
}
.main__item::before {
  content: "";
  width: 100%;
  height: calc(12% + 35px);
  background-image: url(../img/bias.png);
  background-repeat: repeat;
  background-size: 23px auto;
  background-position: 50% 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .main__item::before {
    height: calc(17% + 15px);
  }
}
@media screen and (max-width: 1024px) {
  .main__item::before {
    height: calc(19% + 15px);
  }
}
@media screen and (max-width: 860px) {
  .main__item::before {
    height: calc(20% + 15px);
  }
}
@media screen and (max-width: 599px) {
  .main__item::before {
    display: none;
  }
}
.main__item.debit {
  background-color: #e76688;
  transition-delay: 0.1s;
}
@media screen and (max-width: 1200px) {
  .main__item.debit {
    transition-delay: 0.4s;
  }
}
.main__item.jcbs {
  background-color: #ffd744;
  transition-delay: 0.7s;
}
.main__item__card {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 599px) {
  .main__item__card {
    width: 80%;
  }
}
.main__item__ill {
  margin: -2.5% auto 0;
  width: 100%;
  max-width: 320px;
  height: 16vw;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .main__item__ill {
    height: 15vw;
  }
}
@media screen and (max-width: 1200px) {
  .main__item__ill {
    height: 18vw;
  }
}
@media screen and (max-width: 599px) {
  .main__item__ill {
    height: 28vw;
  }
}
.main__item__ill img {
  width: auto;
  height: 100%;
}
.main__item__btn-wrapper {
  margin: 0 auto;
  max-width: 320px;
  width: calc(100% - 120px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.5%;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .main__item__btn-wrapper {
    bottom: 5.5%;
  }
}
@media screen and (max-width: 1200px) {
  .main__item__btn-wrapper {
    margin-top: 20px;
    max-width: 320px;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 599px) {
  .main__item__btn-wrapper {
    margin: 10px 5px 0;
    width: auto;
  }
}
@media screen and (max-width: 320px) {
  .main__item__btn-wrapper {
    margin: 10px 0 0;
    width: auto;
  }
}
.main__item__btn {
  padding-left: 20px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  line-height: 71px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #000;
  border-radius: 35px;
  display: block;
  position: relative;
}
.main__item__btn::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
  transition: 0.2s;
  position: absolute;
  top: calc(50% - 12px);
  left: 23px;
}
@media screen and (max-width: 1300px) {
  .main__item__btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .main__item__btn {
    padding-left: 20px;
    max-width: 320px;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 61px;
    border-radius: 30px;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .main__item__btn::before {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: calc(50% - 10px);
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .main__item__btn {
    padding-left: 5vw;
    width: 100%;
    height: 40px;
    font-size: 3.2vw;
    line-height: 41px;
    letter-spacing: normal;
    border-radius: 3px;
  }
  .main__item__btn::before {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    top: calc(50% - 7px);
    left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .main__item__btn:hover {
    background-color: #259;
    transform: translateY(3px);
  }
  .main__item__btn:hover::before {
    transform: rotate(90deg);
  }
}
.main__item__link {
  margin-top: 25px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.main__item__link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000;
  background-image: url(../img/arrow_white.svg);
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: 0.2s;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .main__item__link:hover {
    color: #259;
    transform: translateY(3px);
  }
  .main__item__link:hover::before {
    background-color: #259;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 860px) {
  .main__item__link {
    margin-top: 20px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .main__item__link::before {
    width: 20px;
    height: 20px;
    top: -1px;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .main__item__link {
    margin-left: 2px;
    margin-top: 12px;
    padding-left: 17px;
    font-size: 2.9vw;
    line-height: 17px;
    letter-spacing: -0.04em;
  }
  .main__item__link::before {
    width: 14px;
    height: 14px;
    top: 1px;
  }
}
@media screen and (max-width: 320px) {
  .main__item__link {
    font-size: 11px;
  }
}
.main__item--copy {
  margin: 0 auto;
  padding: 5% 60px 0;
  background-color: #259;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1200px) {
  .main__item--copy {
    padding: 8% 60px 0;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 599px) {
  .main__item--copy {
    padding: 50px 12% 0;
    width: 100%;
    flex-wrap: wrap;
  }
}
.main__item--copy__text {
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 1200px) {
  .main__item--copy__text {
    width: 45%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main__item--copy__text {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .main__item--copy__text {
    width: 100%;
  }
}
.main__item--copy__ill {
  margin: 30px auto 0;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 1200px) {
  .main__item--copy__ill {
    margin: -5% 0 0;
    width: 47%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main__item--copy__ill {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .main__item--copy__ill {
    margin-top: 20px;
    width: 64%;
  }
}
.main__item--copy::before {
  display: none;
}

.main-date {
  padding: 80px 60px 150px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .main-date {
    padding: 60px 60px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .main-date {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 860px) {
  .main-date {
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  .main-date {
    padding: 20px 20px 35px;
  }
}
.main-date__inner {
  margin: 0 auto;
  padding: 50px 50px 55px;
  width: 100%;
  max-width: 1610px;
  line-height: 0.1;
  background-color: #efeff4;
  border-radius: 15px;
}
@media screen and (max-width: 860px) {
  .main-date__inner {
    padding: 40px 40px 45px;
  }
}
@media screen and (max-width: 599px) {
  .main-date__inner {
    padding: 30px 35px 40px;
    border-radius: 5px;
  }
}
.main-date__inner img {
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
  display: block;
}
@media screen and (max-width: 599px) {
  .main-date__inner img {
    max-width: 280px;
  }
}
.main-date__inner__text {
  font-size: 24px;
  margin-bottom: -5px;
  line-height: 1.3;
  color: #d02;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-date__inner__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .main-date__inner__text {
    margin: 0 -10px -10px;
    font-size: 15px;
  }
}

.main-nav {
  padding: 0 60px 150px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .main-nav {
    padding: 0 30px 150px;
  }
}
@media screen and (max-width: 1200px) {
  .main-nav {
    padding: 0 50px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav {
    padding: 0 50px 80px;
  }
}
@media screen and (max-width: 860px) {
  .main-nav {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav {
    padding: 0 25px 40px;
  }
}
.main-nav__title {
  margin: 0 auto 90px;
  width: 100%;
  max-width: 680px;
}
@media screen and (max-width: 1300px) {
  .main-nav__title {
    margin-bottom: 80px;
    max-width: 580px;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav__title {
    margin-bottom: 60px;
    max-width: 530px;
  }
}
@media screen and (max-width: 860px) {
  .main-nav__title {
    margin-bottom: 55px;
    max-width: 460px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav__title {
    margin-bottom: 40px;
    max-width: 320px;
    width: 90%;
  }
}
.main-nav__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .main-nav__inner {
    margin-top: -35px;
  }
}
.main-nav__inner__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1500px) {
  .main-nav__inner__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .main-nav__inner__item {
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item {
    margin-top: 30px;
    width: 100%;
  }
}
.main-nav__inner__item:last-child {
  margin-top: 75px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .main-nav__inner__item:last-child {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item:last-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item:last-child .main-nav__inner__item__link__title {
    max-width: 80%;
  }
}
.main-nav__inner__item__link {
  padding: 53px 50px 86px;
  width: auto;
  border-radius: 15px;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .main-nav__inner__item__link {
    padding: 53px 40px 86px;
  }
}
@media screen and (max-width: 860px) {
  .main-nav__inner__item__link {
    padding: 53px 20px 86px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item__link {
    padding: 35px 25px 50px;
    border-radius: 5px;
  }
}
.main-nav__inner__item__link::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 36px;
  height: 36px;
  background-color: #000;
  background-image: url(../img/arrow_white.svg);
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item__link::before {
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
}
.main-nav__inner__item__link.link01 {
  background-color: #11b3e7;
}
.main-nav__inner__item__link.link02 {
  background-color: #ee6644;
}
.main-nav__inner__item__link.link03 {
  background-color: #11cccc;
}
.main-nav__inner__item__link.link04 {
  background-color: #ffc311;
}
.main-nav__inner__item__link.link05 {
  background-color: #9988d3;
}
.main-nav__inner__item__link.link06 {
  background-color: #66bb44;
}
@media screen and (min-width: 1025px) {
  .main-nav__inner__item__link:hover {
    background-color: #e76688;
  }
  .main-nav__inner__item__link:hover::before {
    bottom: 25px;
  }
}
.main-nav__inner__item__link__title {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 280px;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #000;
  border-radius: 23px;
  transform: translateY(-50%);
}
.main-nav__inner__item__link__title::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
  border-width: 12px 8px 0 8px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item__link__title {
    width: 80%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
  }
  .main-nav__inner__item__link__title::before {
    bottom: -9px;
    left: calc(50% - 6px);
    border-width: 9px 6px 0 6px;
  }
}
@media screen and (max-width: 320px) {
  .main-nav__inner__item__link__title {
    font-size: 11px;
  }
}
.main-nav__inner__item__link__ill {
  margin: 0 auto 16px;
  height: 185px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .main-nav__inner__item__link__ill {
    height: 10.8vw;
  }
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item__link__ill {
    margin-bottom: 10px;
    height: 80px;
  }
}
.main-nav__inner__item__link__ill img {
  width: auto;
  height: 100%;
}
.main-nav__inner__item__link__ill.last {
  position: absolute;
  top: -22px;
  left: calc(50% - 580px);
}
@media screen and (max-width: 1200px) {
  .main-nav__inner__item__link__ill.last {
    top: auto;
    bottom: -45px;
    left: 30px;
  }
}
@media screen and (max-width: 860px) {
  .main-nav__inner__item__link__ill.last {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    height: 10.8vw;
  }
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item__link__ill.last {
    margin-bottom: 10px;
    height: 80px;
  }
}
.main-nav__inner__item__link__text {
  margin: 0 auto;
  width: 100%;
  max-width: 285px;
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item__link__text {
    max-width: 70%;
  }
}
.main-nav__inner__item__link__text.last {
  max-width: 970px;
}
@media screen and (max-width: 860px) {
  .main-nav__inner__item__link__text.last {
    max-width: 520px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item__link__text.last {
    max-width: 70%;
  }
}
.main-nav__inner__item__link__text .text-pc {
  display: block;
}
@media screen and (max-width: 860px) {
  .main-nav__inner__item__link__text .text-pc {
    display: none;
  }
}
.main-nav__inner__item__link__text .text-tb {
  display: none;
}
@media screen and (max-width: 860px) {
  .main-nav__inner__item__link__text .text-tb {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item__link__text .text-tb {
    display: none;
  }
}
.main-nav__inner__item__link__text .text-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .main-nav__inner__item__link__text .text-sp {
    display: block;
  }
}

@media screen and (max-width: 1700px) {
  .main-nav-title-wrapper .main-nav__title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .main-nav-title-wrapper .main-nav__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav-title-wrapper .main-nav__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 860px) {
  .main-nav-title-wrapper .main-nav__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav-title-wrapper .main-nav__title {
    margin-bottom: 20px;
  }
}

.plus {
  vertical-align: 12%;
  font-size: 0.8em;
}

.card {
  padding: 150px 50px 150px;
}
@media screen and (max-width: 1700px) {
  .card {
    padding: 150px 0 120px;
  }
}
@media screen and (max-width: 1200px) {
  .card {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .card {
    padding: 100px 0;
  }
}
@media screen and (max-width: 860px) {
  .card {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .card {
    padding: 50px 0 45px;
  }
}
.card__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1610px;
}
.card__title {
  margin: 0 auto 85px;
  width: 60%;
  max-width: 800px;
}
@media screen and (max-width: 1200px) {
  .card__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 860px) {
  .card__title {
    margin-bottom: 45px;
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .card__title {
    margin-bottom: 30px;
    width: 90%;
  }
}
.card__nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.card__nav__item {
  padding-left: 140px;
  width: 50%;
  height: 120px;
  font-size: 26px;
  line-height: 121px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .card__nav__item {
    padding-left: 120px;
    height: 100px;
    font-size: 22px;
    line-height: 101px;
  }
}
@media screen and (max-width: 860px) {
  .card__nav__item {
    padding-left: 90px;
    height: 80px;
    font-size: 19px;
    line-height: 81px;
  }
}
@media screen and (max-width: 599px) {
  .card__nav__item {
    padding: 20px 0 40px;
    height: auto;
    font-size: 4vw;
    line-height: 1;
    text-align: center;
  }
}
.card__nav__item__ill {
  width: 90px;
  height: 140px;
  position: absolute;
  bottom: 17px;
  left: 25px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .card__nav__item__ill {
    width: 72px;
    height: 112px;
    bottom: 13.6px;
    left: 20px;
  }
}
@media screen and (max-width: 860px) {
  .card__nav__item__ill {
    width: 58.5px;
    height: 91px;
    bottom: 11.05px;
    left: 16.25px;
  }
}
@media screen and (max-width: 599px) {
  .card__nav__item__ill {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    top: -15px;
    bottom: auto;
    left: 0;
    right: 0;
    display: none;
  }
}
.card__nav__item__ill img {
  width: auto;
  height: 100%;
}
.card__nav__item::before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #000;
  background-image: url(../img/arrow_white.svg);
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: 0.3s;
  position: absolute;
  top: calc(50% - 18px);
  right: 35px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .card__nav__item::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 25px;
  }
}
@media screen and (max-width: 860px) {
  .card__nav__item::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .card__nav__item::before {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 12px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .card__nav__item:hover {
    color: #fff;
    background-color: #11b3e7;
  }
}
.card__nav__item--01 {
  background-color: #e76688;
}
.card__nav__item--02 {
  background-color: #ffd744;
}
.card .hide {
  display: none;
}
.card__detail {
  padding: 80px 60px 120px;
}
@media screen and (max-width: 1200px) {
  .card__detail {
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .card__detail {
    padding: 50px 20px 20px;
  }
}
@media screen and (max-width: 860px) {
  .card__detail {
    padding: 30px 10px 10px;
  }
}
.card__detail--01 {
  background-color: #e76688;
}
.card__detail--02 {
  background-color: #ffd744;
}
.card__detail__inner {
  margin: 0 auto;
  max-width: 1360px;
}
.card__detail__title01 {
  margin-bottom: 40px;
  padding-bottom: 26px;
  padding-left: 0.06em;
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.card__detail__title01::before {
  content: "";
  margin: 0 auto;
  width: 24px;
  height: 3px;
  background-color: #ffd744;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .card__detail__title01 {
    margin-bottom: 35px;
    padding-bottom: 22px;
    font-size: 32px;
  }
}
@media screen and (max-width: 860px) {
  .card__detail__title01 {
    margin-bottom: 30px;
    padding-bottom: 18px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__title01 {
    margin-bottom: 22px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .card__detail__title01::before {
    width: 20px;
    height: 2px;
  }
}
.card__detail__debit-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.card__detail__debit-list__item {
  margin-top: 40px;
  padding: 50px 80px 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1400px) {
  .card__detail__debit-list__item {
    padding: 40px 60px 60px;
  }
}
@media screen and (max-width: 1300px) {
  .card__detail__debit-list__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .card__detail__debit-list__item {
    padding: 35px 40px 40px;
  }
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item {
    margin-top: 10px;
    padding: 22px 25px 25px;
  }
  .card__detail__debit-list__item:first-child {
    margin-top: 0;
  }
}
.card__detail__debit-list__item.half {
  margin-top: 0;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1300px) {
  .card__detail__debit-list__item.half {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item.half {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item.half {
    margin-top: 10px;
    width: 100%;
  }
  .card__detail__debit-list__item.half:first-child {
    margin-top: 0;
  }
}
.card__detail__debit-list__item__number {
  margin: 0 auto 15px;
  padding-left: 0.12em;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 42px;
  color: #fff;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #fc5599;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .card__detail__debit-list__item__number {
    margin-bottom: 10px;
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 37px;
  }
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__number {
    margin-bottom: 8px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 33px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__number {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 29px;
  }
}
.card__detail__debit-list__item__title {
  padding-left: 0.06em;
  font-size: 30px;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .card__detail__debit-list__item__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__title {
    font-size: 19px;
  }
}
.card__detail__debit-list__item__ill {
  margin: 25px auto 35px;
  width: 100%;
  height: 195px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .card__detail__debit-list__item__ill {
    margin: 15px auto 25px;
    height: 180px;
  }
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__ill {
    margin: 10px auto 15px;
    height: 150px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__ill {
    margin: 8px auto 12px;
    height: 120px;
  }
}
.card__detail__debit-list__item__ill img {
  width: auto;
  height: 100%;
}
.card__detail__debit-list__item__text {
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__text {
    line-height: 1.8;
  }
}
.card__detail__debit-list__item__btn-wrapper {
  margin: 25px auto 0;
  text-align: right;
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__btn-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__btn-wrapper {
    margin-top: 15px;
  }
}
.card__detail__debit-list__item__btn-wrapper__link {
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.card__detail__debit-list__item__btn-wrapper__link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000;
  background-image: url(../img/arrow_white.svg);
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: 0.2s;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .card__detail__debit-list__item__btn-wrapper__link:hover {
    color: #d00;
    transform: translateX(3px);
  }
  .card__detail__debit-list__item__btn-wrapper__link:hover::before {
    background-color: #d00;
  }
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__btn-wrapper__link {
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .card__detail__debit-list__item__btn-wrapper__link::before {
    width: 20px;
    height: 20px;
    top: -1px;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__btn-wrapper__link {
    padding-left: 21px;
    font-size: 13px;
    line-height: 19px;
  }
  .card__detail__debit-list__item__btn-wrapper__link::before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}
@media screen and (max-width: 320px) {
  .card__detail__debit-list__item__btn-wrapper__link {
    font-size: 11px;
  }
}
.card__detail__debit-list__item__ill-text01 {
  margin: 30px auto 50px;
  padding-left: 95px;
  width: 100%;
  max-width: 700px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__ill-text01 {
    margin: 10px auto 30px;
    padding-left: 85px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__ill-text01 {
    margin: 0 auto 15px;
    padding-left: 0;
    line-height: 1.8;
  }
}
.card__detail__debit-list__item__ill-text01__ill {
  width: 80px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__ill-text01__ill {
    width: 70px;
    bottom: -10px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__ill-text01__ill {
    margin: 8px auto 12px;
    width: 100%;
    height: 120px;
    text-align: center;
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
  }
  .card__detail__debit-list__item__ill-text01__ill img {
    width: auto;
    height: 100%;
  }
}
.card__detail__debit-list__item__ill-text02 {
  margin: 30px auto 50px;
  padding-right: 95px;
  width: 100%;
  max-width: 700px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__ill-text02 {
    margin: 10px auto 30px;
    padding-right: 85px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__ill-text02 {
    margin: 0 auto 15px;
    padding-right: 0;
    line-height: 1.8;
  }
}
.card__detail__debit-list__item__ill-text02__ill {
  width: 65px;
  position: absolute;
  bottom: -15px;
  right: 0;
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__ill-text02__ill {
    width: 55px;
    bottom: -10px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__ill-text02__ill {
    margin: 8px auto 12px;
    width: 100%;
    height: 120px;
    text-align: center;
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
  }
  .card__detail__debit-list__item__ill-text02__ill img {
    width: auto;
    height: 100%;
  }
}
.card__detail__debit-list__item__tokuten {
  padding: 30px 50px 30px 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__tokuten {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__tokuten {
    padding: 20px;
  }
}
.card__detail__debit-list__item__tokuten__title {
  padding-left: 0.06em;
  width: 220px;
  height: 170px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #11b3e7;
}
@media screen and (max-width: 1200px) {
  .card__detail__debit-list__item__tokuten__title {
    width: 180px;
    font-size: 18px;
  }
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__tokuten__title {
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__tokuten__title {
    margin-bottom: 15px;
    height: 32px;
    font-size: 16px;
  }
}
.card__detail__debit-list__item__tokuten__list {
  width: calc(100% - 220px - 25px);
}
@media screen and (max-width: 1200px) {
  .card__detail__debit-list__item__tokuten__list {
    width: calc(100% - 180px - 20px);
  }
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__tokuten__list {
    width: 100%;
  }
}
.card__detail__debit-list__item__tokuten__list__item {
  margin-top: 10px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  position: relative;
}
.card__detail__debit-list__item__tokuten__list__item:first-child {
  margin-top: 0;
}
.card__detail__debit-list__item__tokuten__list__item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e76688;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__tokuten__list__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__tokuten__list__item {
    margin-top: 5px;
    padding-left: 14px;
    font-size: 14px;
  }
  .card__detail__debit-list__item__tokuten__list__item::before {
    width: 8px;
    height: 8px;
    top: 5px;
  }
}
.card__detail__debit-list__item__caution {
  padding-left: 1em;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #e76688;
  text-indent: -1em;
  text-align: right;
  display: block;
}
@media screen and (max-width: 1024px) {
  .card__detail__debit-list__item__caution {
    margin-top: 15px;
  }
}
@media screen and (max-width: 860px) {
  .card__detail__debit-list__item__caution {
    margin-top: 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__debit-list__item__caution {
    margin-top: 10px;
    font-size: 12px;
    text-align: justify;
  }
}
.card__detail__debit-list__item__caution__link {
  color: #e76688;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .card__detail__debit-list__item__caution__link:hover {
    text-decoration: none;
  }
}
.card__detail__copy {
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.card__detail__copy br {
  display: none;
}
@media screen and (max-width: 1400px) {
  .card__detail__copy {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .card__detail__copy {
    font-size: 19px;
  }
  .card__detail__copy br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__copy {
    margin: 0 18px 15px;
    font-size: 14px;
    text-align: left;
    font-feature-settings: "palt";
  }
  .card__detail__copy br {
    display: none;
  }
}
.card__detail__list {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .card__detail__list {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__list {
    margin-top: -2px;
    margin-bottom: 20px;
  }
}
.card__detail__list__item {
  padding: 25px 10px 30px;
  width: calc((100% - 60px) / 4);
  background-color: #ffd744;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .card__detail__list__item {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 1200px) {
  .card__detail__list__item {
    margin-top: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .card__detail__list__item {
    margin-top: 2px;
    padding: 15px 10px 20px;
    width: calc((100% - 2px) / 2);
  }
}
@media screen and (max-width: 320px) {
  .card__detail__list__item {
    padding: 15px 0 20px;
  }
}
.card__detail__list__item__number {
  margin: 0 auto 15px;
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #11b3e7;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 599px) {
  .card__detail__list__item__number {
    margin: 0 auto 7px;
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 23px;
  }
}
.card__detail__list__item__img {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 170px;
}
@media screen and (max-width: 599px) {
  .card__detail__list__item__img {
    margin: 0 auto 10px;
    max-width: 120px;
  }
}
.card__detail__list__item__text {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .card__detail__list__item__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__list__item__text {
    font-size: 3.05vw;
  }
}
.card__detail__btn {
  padding: 30px;
  background-color: #fff;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.15);
  position: relative;
}
.card__detail__btn::before {
  content: "";
  top: 30px;
  left: calc(50% - 3px);
  height: calc(100% - 60px);
  border-left: 4px dotted #bbb;
  position: absolute;
}
@media screen and (max-width: 860px) {
  .card__detail__btn {
    padding: 25px;
  }
  .card__detail__btn::before {
    content: "";
    top: 25px;
    left: calc(50% - 3px);
    height: calc(100% - 50px);
    border-left: 4px dotted #bbb;
    position: absolute;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__btn {
    padding: 0;
    margin: 0 18px;
    background-color: transparent;
    box-shadow: none;
  }
  .card__detail__btn::before {
    display: none;
  }
}
.card__detail__btn__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .card__detail__btn__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__btn__list__item {
    width: 100%;
    text-align: center;
  }
}
.card__detail__btn__list__item:first-child {
  margin-right: 100px;
}
@media screen and (max-width: 1200px) {
  .card__detail__btn__list__item:first-child {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .card__detail__btn__list__item:first-child {
    margin-right: 60px;
  }
}
@media screen and (max-width: 860px) {
  .card__detail__btn__list__item:first-child {
    margin-right: 50px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__btn__list__item:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.card__detail__btn__list__item__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .card__detail__btn__list__item__link:hover {
    transform: translateY(3px);
  }
}
@media screen and (max-width: 599px) {
  .card__detail__btn__list__item__link {
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.15);
  }
}
.card__detail__btn__list__item__link__icon {
  margin-right: 25px;
  width: 110px;
}
@media screen and (max-width: 1200px) {
  .card__detail__btn__list__item__link__icon {
    margin-right: 15px;
    width: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .card__detail__btn__list__item__link__icon {
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__btn__list__item__link__icon {
    width: 18.6vw;
  }
}
.card__detail__btn__list__item__link__text {
  width: 290px;
}
@media screen and (max-width: 1200px) {
  .card__detail__btn__list__item__link__text {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .card__detail__btn__list__item__link__text {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__btn__list__item__link__text {
    width: calc(100% - 18.6vw - 15px);
  }
}
.card__detail__btn__list__item__text-link {
  margin-top: 5px;
  margin-left: 135px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  display: block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .card__detail__btn__list__item__text-link {
    margin-left: 105px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .card__detail__btn__list__item__text-link {
    margin-top: 15px;
    margin-left: 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .card__detail__btn__list__item__text-link {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
  }
}
.card__detail__btn__list__item__text-link::before {
  content: "";
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ffd744;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .card__detail__btn__list__item__text-link::before {
    top: -3px;
  }
}
.card__detail__btn__list__item__text-link::after {
  content: "";
  top: 2px;
  left: 8px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .card__detail__btn__list__item__text-link::after {
    top: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .card__detail__btn__list__item__text-link:hover {
    color: #11b3e7;
    transform: translateY(3px);
  }
  .card__detail__btn__list__item__text-link:hover::before {
    background-color: #e76688;
  }
}
.card__cv {
  padding: 80px 60px;
  background-color: #579;
}
@media screen and (max-width: 1200px) {
  .card__cv {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .card__cv {
    padding: 20px;
  }
}
@media screen and (max-width: 860px) {
  .card__cv {
    padding: 10px;
  }
}
.card__cv__inner {
  margin: 0 auto;
  padding: 80px;
  width: 100%;
  max-width: 1360px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1400px) {
  .card__cv__inner {
    padding: 0;
    background-color: transparent;
  }
}

.wallet__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.wallet__inner__box {
  padding: 50px 50px 50px 60px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .wallet__inner__box {
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (max-width: 860px) {
  .wallet__inner__box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .wallet__inner__box {
    margin-top: 22px;
    padding: 20px 20px 25px;
  }
}
.wallet__inner__box__text {
  width: calc(100% - 350px - 50px);
}
@media screen and (max-width: 1400px) {
  .wallet__inner__box__text {
    width: calc(100% - 300px - 40px);
  }
}
@media screen and (max-width: 1300px) {
  .wallet__inner__box__text {
    width: calc(100% - 260px - 30px);
  }
}
@media screen and (max-width: 1200px) {
  .wallet__inner__box__text {
    width: calc(100% - 260px - 40px);
  }
}
@media screen and (max-width: 860px) {
  .wallet__inner__box__text {
    width: 100%;
  }
}
.wallet__inner__box__text__title {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .wallet__inner__box__text__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  .wallet__inner__box__text__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .wallet__inner__box__text__title {
    margin-bottom: 5px;
    flex-wrap: wrap;
  }
}
.wallet__inner__box__text__title__icon {
  margin-right: 25px;
  width: 110px;
}
@media screen and (max-width: 1500px) {
  .wallet__inner__box__text__title__icon {
    margin-right: 20px;
    width: 90px;
  }
}
@media screen and (max-width: 1400px) {
  .wallet__inner__box__text__title__icon {
    margin-right: 15px;
    width: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .wallet__inner__box__text__title__icon {
    margin-right: 15px;
    width: 70px;
  }
}
@media screen and (max-width: 860px) {
  .wallet__inner__box__text__title__icon {
    margin-right: 20px;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .wallet__inner__box__text__title__icon {
    margin: 0 auto 12px;
    width: 70px;
  }
}
.wallet__inner__box__text__title__copy {
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .wallet__inner__box__text__title__copy {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1400px) {
  .wallet__inner__box__text__title__copy {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 1200px) {
  .wallet__inner__box__text__title__copy {
    font-size: 2vw;
  }
}
@media screen and (max-width: 860px) {
  .wallet__inner__box__text__title__copy {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 599px) {
  .wallet__inner__box__text__title__copy {
    width: 100%;
    font-size: 3.8vw;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .wallet__inner__box__text__title__copy {
    font-size: 3.5vw;
  }
}
.wallet__inner__box__text__title__copy .blue {
  color: #11b3e7;
}
.wallet__inner__box__text__text {
  font-size: 18px;
  line-height: 2.1;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 1300px) {
  .wallet__inner__box__text__text {
    font-size: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .wallet__inner__box__text__text {
    font-size: 14px;
    line-height: 1.9;
  }
}
.wallet__inner__box__text__gd {
  width: 100%;
  max-width: 540px;
}
@media screen and (max-width: 1024px) {
  .wallet__inner__box__text__gd {
    width: 80%;
  }
}
@media screen and (max-width: 860px) {
  .wallet__inner__box__text__gd {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .wallet__inner__box__text__gd {
    width: 100%;
  }
}
.wallet__inner__box__photo {
  width: 350px;
}
@media screen and (max-width: 1400px) {
  .wallet__inner__box__photo {
    width: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .wallet__inner__box__photo {
    width: 260px;
  }
}
@media screen and (max-width: 860px) {
  .wallet__inner__box__photo {
    margin: 25px auto 0;
    width: 410px;
  }
}
@media screen and (max-width: 599px) {
  .wallet__inner__box__photo {
    margin: 20px auto 0;
    width: 70%;
  }
}

.kinou {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .kinou {
    margin-top: 40px;
  }
}
@media screen and (max-width: 860px) {
  .kinou {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .kinou {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.kinou__item {
  padding: 30px 30px 40px;
  width: calc((100% - 60px) / 3);
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  .kinou__item {
    padding: 20px 20px 30px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 860px) {
  .kinou__item {
    padding: 10px 10px 20px;
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .kinou__item {
    margin-top: 10px;
    width: 100%;
  }
  .kinou__item:first-child {
    margin-top: 0;
  }
}
.kinou__item__title {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #efeff4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .kinou__item__title {
    padding: 10px;
  }
}
.kinou__item__title__icon {
  margin-right: 15px;
  width: 60px;
}
@media screen and (max-width: 1200px) {
  .kinou__item__title__icon {
    margin-right: 10px;
    width: 50px;
  }
}
@media screen and (max-width: 860px) {
  .kinou__item__title__icon {
    width: 46px;
  }
}
.kinou__item__title__text {
  font-size: 21px;
  line-height: 1.35;
  color: #11b3e7;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .kinou__item__title__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .kinou__item__title__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .kinou__item__title__text {
    font-size: 15px;
  }
}
.kinou__item__list {
  margin-right: 0;
}
.kinou__item__list__item {
  margin-top: 15px;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.kinou__item__list__item::before {
  content: "";
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e76688;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .kinou__item__list__item {
    margin-top: 10px;
    font-size: 17px;
  }
  .kinou__item__list__item::before {
    top: 2px;
  }
}
@media screen and (max-width: 860px) {
  .kinou__item__list__item {
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .kinou__item__list__item::before {
    top: 2px;
    width: 10px;
    height: 10px;
  }
}

.accc-btn {
  margin: 50px auto 0;
  width: 100%;
  max-width: 500px;
  height: 80px;
  font-size: 20px;
  line-height: 82px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #e76688;
  display: block;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}
.accc-btn::before {
  content: "";
  top: calc(50% - 1px);
  right: 25px;
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
}
.accc-btn::after {
  content: "";
  top: calc(50% - 1px);
  right: 25px;
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .accc-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 860px) {
  .accc-btn {
    margin-top: 30px;
    max-width: 400px;
    height: 60px;
    font-size: 18px;
    line-height: 62px;
  }
  .accc-btn::before {
    right: 20px;
    width: 21px;
  }
  .accc-btn::after {
    right: 20px;
    width: 21px;
  }
}
@media screen and (max-width: 599px) {
  .accc-btn {
    margin-top: 20px;
    max-width: 300px;
    height: 60px;
    font-size: 15px;
    line-height: 62px;
  }
  .accc-btn::before {
    right: 15px;
    width: 17px;
  }
  .accc-btn::after {
    right: 15px;
    width: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .accc-btn:hover {
    background-color: #11b3e7;
  }
}
.accc-btn.close::after {
  transform: rotate(90deg);
}

.mycoin__inner__box {
  margin-top: 40px;
  padding: 50px 50px 0 60px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mycoin__inner__box {
    padding: 40px 40px 0 40px;
  }
}
@media screen and (max-width: 860px) {
  .mycoin__inner__box {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .mycoin__inner__box {
    margin-top: 22px;
    padding: 20px 20px 0;
  }
}
.mycoin__inner__box__text {
  padding-bottom: 50px;
  width: calc(100% - 415px);
}
@media screen and (max-width: 1200px) {
  .mycoin__inner__box__text {
    padding-bottom: 40px;
    width: calc(100% - 390px);
  }
}
@media screen and (max-width: 1024px) {
  .mycoin__inner__box__text {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 860px) {
  .mycoin__inner__box__text {
    padding-bottom: 0;
    width: 100%;
  }
}
.mycoin__inner__box__text__title {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .mycoin__inner__box__text__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .mycoin__inner__box__text__title {
    margin-bottom: 8px;
  }
}
.mycoin__inner__box__text__title__icon {
  margin-bottom: 15px;
  width: 239px;
  line-height: 0.1;
}
@media screen and (max-width: 599px) {
  .mycoin__inner__box__text__title__icon {
    margin-bottom: 10px;
    width: 140px;
  }
}
.mycoin__inner__box__text__title__copy {
  font-size: 30px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .mycoin__inner__box__text__title__copy {
    font-size: 27px;
  }
}
@media screen and (max-width: 860px) {
  .mycoin__inner__box__text__title__copy br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .mycoin__inner__box__text__title__copy {
    font-size: 5.25vw;
  }
  .mycoin__inner__box__text__title__copy br {
    display: block;
  }
}
.mycoin__inner__box__text__title__copy .blue {
  color: #11b3e7;
}
.mycoin__inner__box__text__text {
  font-size: 18px;
  line-height: 2.1;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .mycoin__inner__box__text__text {
    font-size: 16px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 860px) {
  .mycoin__inner__box__text__text {
    font-size: 14px;
    line-height: 1.9;
  }
  .mycoin__inner__box__text__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .mycoin__inner__box__text__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.mycoin__inner__box__photo {
  width: 365px;
}
@media screen and (max-width: 1200px) {
  .mycoin__inner__box__photo {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .mycoin__inner__box__photo {
    width: 330px;
  }
}
@media screen and (max-width: 860px) {
  .mycoin__inner__box__photo {
    margin: 25px auto 0;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .mycoin__inner__box__photo {
    margin: 20px auto 0;
    width: 60%;
  }
}

.use {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .use {
    margin-top: 40px;
  }
}
@media screen and (max-width: 860px) {
  .use {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .use {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.use__item {
  padding: 30px 30px 40px;
  width: calc((100% - 60px) / 3);
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  .use__item {
    padding: 20px 20px 30px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 860px) {
  .use__item {
    padding: 20px;
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .use__item {
    margin-top: 10px;
    width: 100%;
  }
  .use__item:first-child {
    margin-top: 0;
  }
}
.use__item__title {
  margin-bottom: 15px;
  width: 100%;
  height: 45px;
  font-size: 19px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 860px) {
  .use__item__title {
    margin-bottom: 10px;
    height: 40px;
    font-size: 14px;
    line-height: 41px;
  }
}
.use__item__ill {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .use__item__ill {
    margin-bottom: 10px;
  }
}
.use__item__text {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .use__item__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 860px) {
  .use__item__text {
    font-size: 14px;
  }
}

.point__inner__list {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
}
.point__inner__list__item {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .point__inner__list__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item {
    margin-top: 40px;
  }
}
.point__inner__list__item:first-child {
  margin-top: 0;
}
.point__inner__list__item__title {
  margin-bottom: 60px;
  padding: 36px 40px 36px;
  font-size: 40px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #579;
  position: relative;
}
.point__inner__list__item__title br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .point__inner__list__item__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .point__inner__list__item__title {
    margin-bottom: 45px;
    padding: 30px 30px 27px;
    font-size: 28px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__title {
    padding: 25px 25px 22px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__title {
    margin-bottom: 30px;
    padding: 15px 15px 13px;
    font-size: 18px;
  }
  .point__inner__list__item__title br {
    display: inline;
  }
}
.point__inner__list__item__title::before {
  content: "";
  margin: 0 auto;
  width: 0;
  border-width: 24px 15px 0 15px;
  border-style: solid;
  border-color: #579 transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__title::before {
    border-width: 20px 12px 0 12px;
    bottom: -20px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__title::before {
    border-width: 14px 9px 0 9px;
    bottom: -14px;
  }
}
.point__inner__list__item__title__sub {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .point__inner__list__item__title__sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__title__sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__title__sub {
    font-size: 13px;
  }
}
.point__inner__list__item__text {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.point__inner__list__item__text br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .point__inner__list__item__text {
    font-size: 16px;
    line-height: 1.8;
  }
  .point__inner__list__item__text br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__text {
    margin: 0 20px;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
  .point__inner__list__item__text br {
    display: none;
  }
}
.point__inner__list__item__text .strong {
  color: #d00;
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__caution {
    margin: 0 20px;
  }
}
.point__inner__list__item__caution__item {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-align: center;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .point__inner__list__item__caution__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__caution__item {
    margin-top: 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__caution__item {
    font-size: 12px;
    text-align: justify;
  }
}
.point__inner__list__item__service {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .point__inner__list__item__service {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .point__inner__list__item__service {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__service {
    margin: 10px -6px 0;
  }
}
.point__inner__list__item__service__item {
  padding: 0 10px 40px;
  width: calc((100% - 60px) / 4);
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1400px) {
  .point__inner__list__item__service__item {
    width: calc((100% - 15px) / 4);
  }
}
@media screen and (max-width: 1300px) {
  .point__inner__list__item__service__item {
    margin-top: 40px;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .point__inner__list__item__service__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__service__item {
    margin-top: 30px;
    padding: 0 10px 35px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__service__item {
    margin-top: 30px;
    padding: 0 15px 20px;
    width: calc((100% - 4px) / 2);
  }
}
.point__inner__list__item__service__item__title {
  margin: 0 auto 10px;
  width: 96%;
  max-width: 275px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  transform: translateY(-50%);
  position: relative;
}
.point__inner__list__item__service__item__title br {
  display: none;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__service__item__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__service__item__title {
    margin: 0 auto 10px;
    padding-top: 2px;
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .point__inner__list__item__service__item__title br {
    display: inline;
  }
}
.point__inner__list__item__service__item__title::before {
  content: "";
  border-width: 12px 8px 0 8px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__service__item__title::before {
    border-width: 9px 6px 0 6px;
    bottom: -9px;
    left: calc(50% - 6px);
  }
}
.point__inner__list__item__service__item__ill {
  margin: 0 auto 20px;
  width: 150px;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__service__item__ill {
    margin: 0 auto 15px;
    width: 130px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__service__item__ill {
    margin: -15px auto 10px;
    width: 90px;
  }
}
.point__inner__list__item__service__item__text {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__service__item__text {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__service__item__text {
    margin-bottom: 6px;
    font-size: 2.5vw;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: -0.05em;
  }
  .point__inner__list__item__service__item__text br {
    display: none;
  }
}
.point__inner__list__item__service__item__text .small {
  margin-top: 7px;
  margin-bottom: 3px;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__service__item__text .small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.7vw;
    line-height: 1.7;
    display: inline;
  }
}
.point__inner__list__item__service__item__price {
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__service__item__price {
    font-size: 18px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__service__item__price {
    font-size: 3.4vw;
  }
}
.point__inner__list__item__service__item__price .number {
  font-size: 1.7em;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.point__inner__list__item__service__item__price .large {
  font-size: 1.4em;
}
.point__inner__list__item__service__item__price .arrow {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.point__inner__list__item__service__item__price .arrow::before {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  position: absolute;
  left: 5px;
  bottom: 10px;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__service__item__price .arrow {
    padding-left: 14px;
  }
  .point__inner__list__item__service__item__price .arrow::before {
    left: 4px;
    bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__service__item__price .arrow {
    padding-left: 10px;
  }
  .point__inner__list__item__service__item__price .arrow::before {
    border-width: 3px 0 3px 5px;
    left: 3px;
    bottom: 6px;
  }
}
.point__inner__list__item__btn-wrapper {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__btn-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__btn-wrapper {
    margin-top: 20px;
  }
}
.point__inner__list__item__btn-wrapper__link {
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.point__inner__list__item__btn-wrapper__link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000;
  background-image: url(../img/arrow_white.svg);
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: 0.2s;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .point__inner__list__item__btn-wrapper__link:hover {
    color: #d00;
    transform: translateX(3px);
  }
  .point__inner__list__item__btn-wrapper__link:hover::before {
    background-color: #d00;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__btn-wrapper__link {
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .point__inner__list__item__btn-wrapper__link::before {
    width: 20px;
    height: 20px;
    top: -1px;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__btn-wrapper__link {
    padding-left: 21px;
    font-size: 13px;
    line-height: 19px;
  }
  .point__inner__list__item__btn-wrapper__link::before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}
@media screen and (max-width: 320px) {
  .point__inner__list__item__btn-wrapper__link {
    font-size: 11px;
  }
}
.point__inner__list__item__box {
  margin-top: 50px;
  padding: 50px 80px 70px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
@media screen and (max-width: 1400px) {
  .point__inner__list__item__box {
    padding: 40px 50px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .point__inner__list__item__box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box {
    padding: 35px 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box {
    margin: 15px 0 0;
    padding: 17px 20px 20px;
  }
}
.point__inner__list__item__box__bakudan {
  width: 150px;
  height: 150px;
  font-size: 24px;
  line-height: 150px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/bakudan_green.svg);
  background-size: 100% auto;
  background-position: 50% 50%;
  position: absolute;
  top: -55px;
  left: 30px;
}
@media screen and (max-width: 1200px) {
  .point__inner__list__item__box__bakudan {
    width: 120px;
    height: 120px;
    font-size: 20px;
    line-height: 120px;
    top: -35px;
    left: 20px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box__bakudan {
    width: 100px;
    height: 100px;
    font-size: 18px;
    line-height: 100px;
    top: -20px;
    left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__bakudan {
    margin: 0 auto 10px;
    width: 80px;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    top: auto;
    left: auto;
    position: relative;
  }
}
.point__inner__list__item__box__copy {
  font-size: 28px;
  line-height: 52px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .point__inner__list__item__box__copy {
    font-size: 22px;
    line-height: 42px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box__copy {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__copy {
    font-size: 4.5vw;
    line-height: 1.3;
  }
}
.point__inner__list__item__box__copy .strong {
  color: #d00;
}
.point__inner__list__item__box__copy .number {
  font-size: 1.785em;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__copy .number {
    font-size: 1.5em;
  }
}
.point__inner__list__item__box__text {
  margin-top: 15px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .point__inner__list__item__box__text {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__text {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: justify;
  }
}
.point__inner__list__item__box__text .text-link {
  color: #e76688;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .point__inner__list__item__box__text .text-link:hover {
    text-decoration: none;
  }
}
.point__inner__list__item__box__special {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.point__inner__list__item__box__special__item {
  padding: 20px;
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .point__inner__list__item__box__special__item {
    align-items: flex-start;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box__special__item {
    padding: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__special__item {
    padding: 10px;
    width: 100%;
  }
  .point__inner__list__item__box__special__item:first-child {
    margin-bottom: 10px;
  }
}
.point__inner__list__item__box__special__item__title {
  width: 250px;
  font-size: 22px;
  line-height: 110px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #ffd744;
}
@media screen and (max-width: 1400px) {
  .point__inner__list__item__box__special__item__title {
    width: 200px;
    font-size: 18px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .point__inner__list__item__box__special__item__title {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__special__item__title {
    font-size: 16px;
    line-height: 32px;
  }
}
.point__inner__list__item__box__special__item__title .number {
  font-size: 1.18em;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
}
.point__inner__list__item__box__special__item__logo {
  width: calc(100% - 250px - 20px);
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .point__inner__list__item__box__special__item__logo {
    width: calc(100% - 200px - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .point__inner__list__item__box__special__item__logo {
    padding: 15px 0 15px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__special__item__logo {
    padding: 0;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.point__inner__list__item__box__special__item__logo img {
  width: auto;
  max-width: 100%;
}
.point__inner__list__item__box__caution {
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__caution {
    margin-top: 10px;
  }
}
.point__inner__list__item__box__caution__item {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  text-indent: -1em;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box__caution__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__caution__item {
    font-size: 12px;
  }
}
.point__inner__list__item__box__caution__item.ti2 {
  padding-left: 2em;
  text-indent: -2em;
}
.point__inner__list__item__box__star {
  margin-top: 35px;
  padding: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box__star {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__star {
    padding: 25px 20px;
  }
}
.point__inner__list__item__box__star__logo {
  width: 150px;
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__star__logo {
    margin: 0 auto 10px;
    width: 120px;
  }
}
.point__inner__list__item__box__star__inner {
  padding-right: 10px;
  width: calc(100% - 150px - 25px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__star__inner {
    padding-right: 0;
    width: 100%;
  }
}
.point__inner__list__item__box__star__inner__text {
  padding-top: 10px;
  width: calc(100% - 180px - 20px);
}
@media screen and (max-width: 1100px) {
  .point__inner__list__item__box__star__inner__text {
    padding-top: 0;
    width: 100%;
  }
}
.point__inner__list__item__box__star__inner__text__copy {
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 1;
  color: #ee6644;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .point__inner__list__item__box__star__inner__text__copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box__star__inner__text__copy {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__star__inner__text__copy {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
  }
}
.point__inner__list__item__box__star__inner__text__text {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .point__inner__list__item__box__star__inner__text__text {
    text-align: justify;
  }
  .point__inner__list__item__box__star__inner__text__text br {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .point__inner__list__item__box__star__inner__text__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box__star__inner__text__text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.point__inner__list__item__box__star__inner__btn-wrapper {
  width: 180px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .point__inner__list__item__box__star__inner__btn-wrapper {
    margin-top: 10px;
    width: 100%;
  }
}
.point__inner__list__item__box__star__inner__btn-wrapper__link {
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.point__inner__list__item__box__star__inner__btn-wrapper__link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000;
  background-image: url(../img/arrow_white.svg);
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: 0.2s;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .point__inner__list__item__box__star__inner__btn-wrapper__link:hover {
    color: #d00;
    transform: translateX(3px);
  }
  .point__inner__list__item__box__star__inner__btn-wrapper__link:hover::before {
    background-color: #d00;
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__box__star__inner__btn-wrapper__link {
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .point__inner__list__item__box__star__inner__btn-wrapper__link::before {
    width: 20px;
    height: 20px;
    top: -1px;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__box__star__inner__btn-wrapper__link {
    padding-left: 21px;
    font-size: 13px;
    line-height: 19px;
  }
  .point__inner__list__item__box__star__inner__btn-wrapper__link::before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}
@media screen and (max-width: 320px) {
  .point__inner__list__item__box__star__inner__btn-wrapper__link {
    font-size: 11px;
  }
}
.point__inner__list__item__merit {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__merit {
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__merit {
    margin: -4px 0 0;
  }
}
.point__inner__list__item__merit__item {
  padding: 35px 10px;
  width: calc((100% - 60px) / 4);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .point__inner__list__item__merit__item {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 860px) {
  .point__inner__list__item__merit__item {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__merit__item {
    margin-top: 4px;
    padding: 15px 5px 18px;
    width: calc((100% - 4px) / 2);
  }
  .point__inner__list__item__merit__item:nth-child(3n-2) {
    margin-left: 4px;
  }
  .point__inner__list__item__merit__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
.point__inner__list__item__merit__item__ill {
  margin-bottom: 20px;
  width: 150px;
}
@media screen and (max-width: 1400px) {
  .point__inner__list__item__merit__item__ill {
    width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__merit__item__ill {
    margin-bottom: 10px;
    width: 90px;
  }
}
.point__inner__list__item__merit__item__text {
  padding-left: 0.06em;
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .point__inner__list__item__merit__item__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__merit__item__text {
    padding-left: 0;
    font-size: 4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.point__inner__list__item__merit__item__text .small {
  margin-top: 2px;
  font-size: 15px;
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 1400px) {
  .point__inner__list__item__merit__item__text .small {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .point__inner__list__item__merit__item__text .small {
    font-size: 2.8vw;
    line-height: 1.5;
  }
}

.cv__inner {
  margin: 0 auto;
  padding: 60px;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .cv__inner {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .cv__inner {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 860px) {
  .cv__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner {
    padding: 20px;
  }
}
.cv__inner__card {
  width: 40%;
  max-width: 430px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cv__inner__card {
    width: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .cv__inner__card {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__card {
    margin: 0 auto 20px;
    width: 70%;
  }
}
.cv__inner__card::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: calc(100% + 30px);
  height: 40px;
  background-image: url(../img/card_shadow.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .cv__inner__card::before {
    left: -10px;
    bottom: -10px;
    width: calc(100% + 20px);
  }
}
.cv__inner__maru {
  top: 30px;
  right: 30px;
  width: 140px;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .cv__inner__maru {
    top: 2vw;
    right: 2vw;
    width: 10.77vw;
  }
}
@media screen and (max-width: 1024px) {
  .cv__inner__maru {
    top: 3vw;
    right: 39vw;
    width: 11vw;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__maru {
    top: 33vw;
    right: auto;
    left: 3vw;
    width: 22vw;
  }
}
.cv__inner__text {
  padding-top: 20px;
  width: 56%;
}
@media screen and (max-width: 1300px) {
  .cv__inner__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .cv__inner__text {
    width: 58%;
  }
}
@media screen and (max-width: 860px) {
  .cv__inner__text {
    width: 56%;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__text {
    width: 100%;
  }
}
.cv__inner__text__title {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .cv__inner__text__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__title {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
@media screen and (max-width: 860px) {
  .cv__inner__text__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__text__title {
    margin-bottom: 6px;
    font-size: 30px;
    text-align: center;
  }
}
.cv__inner__text__title .plus {
  vertical-align: 34%;
  font-size: 0.8em;
}
.cv__inner__text__title .arecore {
  margin-top: 5px;
  display: block;
}
.cv__inner__text__title__sub {
  margin-right: 15px;
  width: 180px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #000;
  vertical-align: 35%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__title__sub {
    margin: 0 0 13px;
    width: 160px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__text__title__sub {
    margin: 0 auto 10px;
    width: 136px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.cv__inner__text__text {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.9;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .cv__inner__text__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__text {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 860px) {
  .cv__inner__text__text {
    font-size: 16px;
    text-align: justify;
  }
  .cv__inner__text__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__text__text {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.cv__inner__text__text.large {
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 1600px) {
  .cv__inner__text__text.large {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__text.large {
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__text__text.large {
    margin-bottom: 0;
    font-size: 15px;
  }
}
.cv__inner__text__caution {
  margin-top: -15px;
  margin-bottom: 25px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-indent: -1em;
}
@media screen and (max-width: 1400px) {
  .cv__inner__text__caution {
    margin-top: -13px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__caution {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__text__caution {
    margin-top: 3px;
    font-size: 14px;
  }
}
.cv__inner__text__nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__nav {
    max-width: 360px;
  }
}
.cv__inner__text__nav__item {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__nav__item {
    margin-top: 10px;
    width: 100%;
  }
  .cv__inner__text__nav__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__text__nav__item {
    margin-top: 5px;
  }
  .cv__inner__text__nav__item:first-child {
    margin-top: 0;
  }
}
.cv__inner__text__nav__item__link {
  padding-left: 20px;
  width: auto;
  height: 70px;
  font-size: 16px;
  line-height: 71px;
  color: #000;
  font-weight: 700;
  text-align: center;
  background-color: #e76688;
  border-radius: 35px;
  display: block;
  position: relative;
}
.cv__inner__text__nav__item__link::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 23px;
  width: 24px;
  height: 24px;
  background-color: #000;
  background-image: url(../img/arrow_white.svg);
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__nav__item__link {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__text__nav__item__link {
    font-size: 15px;
  }
  .cv__inner__text__nav__item__link::before {
    top: calc(50% - 10px);
    left: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .cv__inner__text__nav__item__link:hover {
    background-color: #11cccc;
  }
}
.cv__inner__text__nav__item__link.debit {
  line-height: 68px;
  background-color: #ffd744;
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__nav__item__link.debit {
    line-height: 58px;
  }
}
@media screen and (min-width: 1025px) {
  .cv__inner__text__nav__item__link.debit:hover {
    background-color: #11b3e7;
  }
}
.cv__inner__text__nav__item__link .plus {
  vertical-align: 5%;
  font-size: 0.8em;
}
.cv__inner__text__end {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .cv__inner__text__end {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__text__end {
    padding-left: 0.06em;
    font-size: 16px;
    text-align: center;
  }
}
.cv__inner__caution {
  margin-top: 30px;
  padding: 20px 25px;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #579;
  text-align: justify;
  background-color: #efeff4;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .cv__inner__caution {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cv__inner__caution {
    margin-top: 15px;
    padding: 20px 20px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.cv__inner__caution a {
  color: #579;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .cv__inner__caution a:hover {
    text-decoration: none;
  }
}
.cv__inner .link-off {
  color: #789;
  background-color: #abc;
  cursor: auto;
}
.cv__inner .link-off::before {
  background-color: #789;
}
@media screen and (min-width: 1025px) {
  .cv__inner .link-off:hover {
    background-color: #abc;
  }
}
.cv__modal {
  margin: 15px auto 0;
  width: 100%;
  max-width: 1200px;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .cv__modal {
    margin-top: 10px;
    text-align: center;
  }
}
.cv__modal__link {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: 0 50%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .cv__modal__link {
    padding-left: 14px;
    font-size: 12px;
    background-size: 11px auto;
  }
}
@media screen and (min-width: 1025px) {
  .cv__modal__link:hover {
    transform: translateY(3px);
  }
}
.cv__modal__caution {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  text-align: right;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .cv__modal__caution {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .cv__modal__caution {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
  }
}

.cv-footer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cv-footer__item {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .cv-footer__item {
    width: 100%;
  }
}
.cv-footer__item.debit {
  background-color: #e76688;
}
.cv-footer__item.jcbs {
  background-color: #ffd744;
}
.cv-footer__item .cv__inner {
  margin: 0 auto;
  padding: 60px;
  max-width: 900px;
  background-color: transparent;
}
@media screen and (max-width: 1500px) {
  .cv-footer__item .cv__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .cv-footer__item .cv__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .cv-footer__item .cv__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .cv-footer__item .cv__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .cv-footer__item .cv__inner {
    padding: 25px;
  }
}
.cv-footer__item .cv__inner__text {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .cv-footer__item .cv__inner__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .cv-footer__item .cv__inner__text__title {
    padding-top: 20px;
  }
}
.cv-footer__item .cv__inner__maru {
  width: 120px;
  top: -35px;
  right: 10px;
}
@media screen and (max-width: 1500px) {
  .cv-footer__item .cv__inner__maru {
    width: 110px;
    right: 5px;
  }
}
@media screen and (max-width: 1400px) {
  .cv-footer__item .cv__inner__maru {
    width: 120px;
    top: -40px;
    left: -20px;
    right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .cv-footer__item .cv__inner__maru {
    width: 14vw;
    top: 45px;
    left: auto;
    right: 36%;
  }
}
@media screen and (max-width: 860px) {
  .cv-footer__item .cv__inner__maru {
    width: 14vw;
    top: 25px;
    right: 36%;
  }
}
@media screen and (max-width: 599px) {
  .cv-footer__item .cv__inner__maru {
    width: 22vw;
    top: 32vw;
    left: 5vw;
    right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .cv-footer__item .cv__inner__text__nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .cv-footer__item .cv__inner__text__nav__item {
    margin-top: 0;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .cv-footer__item .cv__inner__text__nav__item {
    margin-top: 10px;
    width: 100%;
  }
  .cv-footer__item .cv__inner__text__nav__item:first-child {
    margin-top: 0;
  }
}
.cv-footer__item .cv__inner__caution {
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
}
.cv-footer__item .cv__inner__caution a {
  color: #000;
}
@media screen and (max-width: 1600px) {
  .cv-footer__item .cv__inner__text__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .cv-footer__item .cv__inner__text__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .cv-footer__item .cv__inner__text__text {
    width: 57%;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .cv-footer__item .cv__inner__text__text {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) {
  .cv-footer__item .cv__inner__text__text.large {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .cv-footer__item .cv__inner__text__text.large {
    margin-bottom: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cv-footer__item .cv__inner__text__text.large {
    width: 57%;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .cv-footer__item .cv__inner__text__text.large {
    width: 100%;
    font-size: 15px;
  }
}
.cv-footer__item .cv__inner__text__caution {
  margin-top: -13px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .cv-footer__item .cv__inner__text__caution {
    margin-top: 5px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cv-footer__item .cv__inner__text__caution {
    margin-top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .cv-footer__item .cv__inner__text__caution {
    margin-top: 3px;
  }
}
.cv-footer__item__card {
  width: 280px;
  position: absolute;
  top: 90px;
  right: 30px;
  transform: rotate(25deg);
}
@media screen and (max-width: 1700px) {
  .cv-footer__item__card {
    width: 220px;
    right: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .cv-footer__item__card {
    top: 80px;
    width: 200px;
    right: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .cv-footer__item__card {
    top: 70px;
    right: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .cv-footer__item__card {
    width: 280px;
    top: 50px;
    right: 60px;
    transform: rotate(0);
  }
}
@media screen and (max-width: 1024px) {
  .cv-footer__item__card {
    top: 50px;
    width: 30%;
    right: 40px;
  }
}
@media screen and (max-width: 599px) {
  .cv-footer__item__card {
    margin: 0 auto 5px;
    position: relative;
    width: 70%;
    right: auto;
    top: auto;
  }
}

.campaign-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.campaign-wrapper--02 {
  flex-direction: row;
}
.campaign-wrapper__title-wrapper {
  top: 0;
  padding: 3.889vw 10.7vw 0;
  width: 50%;
  height: calc(100vh - 100px);
  background-color: #11b3e7;
  position: sticky;
  box-sizing: border-box;
  z-index: 2;
}
.campaign-wrapper__title-wrapper::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-image: url(../img/bias.png);
  background-repeat: repeat;
  position: absolute;
  display: block;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__title-wrapper {
    top: auto;
    padding: 65px 50px 100px;
    width: 100%;
    height: auto;
    float: none;
    position: -webkit- relative;
    position: relative;
  }
  .campaign-wrapper__title-wrapper::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 10%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__title-wrapper {
    padding: 40px 50px 60px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__title-wrapper {
    padding: 30px 35px 30px;
  }
  .campaign-wrapper__title-wrapper::before {
    width: 30%;
    height: 100%;
    background-size: 11.5px auto;
  }
}
.campaign-wrapper__title-wrapper--02 {
  background-color: #ee6644;
}
.campaign-wrapper__title-wrapper--03 {
  background-color: #11cccc;
}
.campaign-wrapper__title-wrapper--04 {
  background-color: #ffc311;
}
.campaign-wrapper__title-wrapper--05 {
  background-color: #9988d3;
}
.campaign-wrapper__title-wrapper--06 {
  background-color: #66bb44;
}
.campaign-wrapper__title-wrapper__copy01 {
  margin-bottom: 1.55vw;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__title-wrapper__copy01 {
    margin: 0 auto 26px;
    width: 80%;
    max-width: 680px;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__title-wrapper__copy01 {
    margin: 0 auto 20px;
    max-width: 500px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__title-wrapper__copy01 {
    margin: 0 auto 3vw;
    width: 100%;
  }
}
.campaign-wrapper__title-wrapper__copy02 {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__title-wrapper__copy02 {
    margin: 0 auto;
    width: 80%;
    max-width: 680px;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__title-wrapper__copy02 {
    max-width: 500px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__title-wrapper__copy02 {
    margin: 0 auto;
    width: 100%;
  }
}
.campaign-wrapper__title-wrapper__ill {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  width: 100%;
  height: 290px;
  text-align: center;
}
@media screen and (max-height: 730px) {
  .campaign-wrapper__title-wrapper__ill {
    height: 200px;
  }
}
@media screen and (max-height: 600px) {
  .campaign-wrapper__title-wrapper__ill {
    height: 160px;
  }
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__title-wrapper__ill {
    bottom: 3%;
    padding-right: 30px;
    height: 240px;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__title-wrapper__ill {
    bottom: 3%;
    padding-right: 20px;
    height: 200px;
  }
}
@media screen and (max-width: 860px) {
  .campaign-wrapper__title-wrapper__ill {
    bottom: 3%;
    padding-right: 15px;
    height: 180px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__title-wrapper__ill {
    bottom: -30%;
    padding-right: 5px;
    height: 110px;
  }
}
.campaign-wrapper__title-wrapper__ill img {
  width: auto;
  height: 100%;
}
.campaign-wrapper__text-wrapper {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__text-wrapper {
    width: 100%;
    height: auto;
    float: none;
  }
}
.campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__detail__inner__title {
  background-color: #ee6644;
}
.campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__detail__inner__title::before {
  border-color: #ee6644 transparent transparent transparent;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__detail__inner__copy {
    text-align: justify;
  }
}
.campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__detail__inner__copy--strong::before {
  background-color: #ee6644;
}
.campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__detail__inner__table__item__title {
  background-color: #ee6644;
}
.campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__flow__list__item {
  width: calc((99.9% - 60px) / 6);
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__flow__list__item {
    margin: 5px 0 0;
    padding: 15px;
    width: auto;
    display: block;
  }
  .campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__flow__list__item::before {
    display: none;
  }
  .campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__flow__list__item:first-child {
    margin-top: 0;
  }
}
.campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__title {
  color: #ee6644;
}
.campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item::before {
  background-color: #ee6644;
}
.campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .strong {
  color: #ee6644;
}
.campaign-wrapper__text-wrapper--02 .campaign-wrapper__text-wrapper__flow__list02__item__btn {
  background-color: #ee6644;
}
.campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__detail__inner__title {
  background-color: #11cccc;
}
.campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__detail__inner__title::before {
  border-color: #11cccc transparent transparent transparent;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__detail__inner__copy {
    text-align: left;
  }
}
.campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__detail__inner__copy--strong::before {
  background-color: #11cccc;
}
.campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__detail__inner__table__item__title {
  background-color: #11cccc;
}
.campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__flow__list__item {
  width: calc((99.9% - 60px) / 6);
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__flow__list__item {
    margin: 5px 0 0;
    padding: 15px;
    width: auto;
    display: block;
  }
  .campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__flow__list__item::before {
    display: none;
  }
  .campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__flow__list__item:first-child {
    margin-top: 0;
  }
}
.campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__title {
  color: #11cccc;
}
.campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item::before {
  background-color: #11cccc;
}
.campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__flow__title__en {
  color: #11cccc;
}
.campaign-wrapper__text-wrapper--03 .campaign-wrapper__text-wrapper__flow__list02__item__btn {
  background-color: #11cccc;
}
.campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__detail__inner__title {
  background-color: #ffc311;
}
.campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__detail__inner__title::before {
  border-color: #ffc311 transparent transparent transparent;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__detail__inner__copy {
    text-align: left;
  }
}
.campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__detail__inner__copy--strong::before {
  background-color: #ffc311;
}
.campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__detail__inner__table__item__title {
  background-color: #ffc311;
}
.campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__flow__list__item {
  width: calc((99.9% - 60px) / 6);
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__flow__list__item {
    margin: 5px 0 0;
    padding: 15px;
    width: auto;
    display: block;
  }
  .campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__flow__list__item::before {
    display: none;
  }
  .campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__flow__list__item:first-child {
    margin-top: 0;
  }
}
.campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__title {
  color: #ffc311;
}
.campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item::before {
  background-color: #ffc311;
}
.campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__flow__title__en {
  color: #ffc311;
}
.campaign-wrapper__text-wrapper--04 .campaign-wrapper__text-wrapper__flow__list02__item__btn {
  background-color: #ffc311;
}
.campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__detail__inner__title {
  background-color: #9988d3;
}
.campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__detail__inner__title::before {
  border-color: #9988d3 transparent transparent transparent;
}
.campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__detail__inner__copy--strong::before {
  background-color: #9988d3;
}
.campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__detail__inner__table__item__title {
  background-color: #9988d3;
}
.campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__flow__list__item {
  width: calc((99.9% - 60px) / 6);
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__flow__list__item {
    margin: 5px 0 0;
    padding: 15px;
    width: auto;
    display: block;
  }
  .campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__flow__list__item::before {
    display: none;
  }
  .campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__flow__list__item:first-child {
    margin-top: 0;
  }
}
.campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__title {
  color: #9988d3;
}
.campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item::before {
  background-color: #9988d3;
}
.campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__flow__title__en {
  color: #9988d3;
}
.campaign-wrapper__text-wrapper--05 .campaign-wrapper__text-wrapper__flow__list02__item__btn {
  background-color: #9988d3;
}
.campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__detail__inner__title {
  background-color: #66bb44;
}
.campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__detail__inner__title::before {
  border-color: #66bb44 transparent transparent transparent;
}
.campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__detail__inner__copy--strong::before {
  background-color: #66bb44;
}
.campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__detail__inner__table__item__title {
  background-color: #66bb44;
}
.campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__flow__list__item {
  width: calc((99.9% - 60px) / 6);
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__flow__list__item {
    margin: 5px 0 0;
    padding: 15px;
    width: auto;
    display: block;
  }
  .campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__flow__list__item::before {
    display: none;
  }
  .campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__flow__list__item:first-child {
    margin-top: 0;
  }
}
.campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__title {
  color: #66bb44;
}
.campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item::before {
  background-color: #66bb44;
}
.campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__flow__title__en {
  color: #66bb44;
}
.campaign-wrapper__text-wrapper--06 .campaign-wrapper__text-wrapper__flow__list02__item__btn {
  background-color: #66bb44;
}
.campaign-wrapper__text-wrapper__detail {
  padding: 3.889vw 50px 70px;
  background-color: #efeff4;
  background-image: url(../img/dot.png);
  background-repeat: repeat;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__text-wrapper__detail {
    padding: 70px 50px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__detail {
    padding: 50px 50px 60px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail {
    padding: 20px 20px 30px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner {
  margin: 0 auto;
  max-width: 730px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__text-wrapper__detail__inner {
    max-width: 800px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__title {
  margin-bottom: 35px;
  padding: 18px 10px 15px;
  width: auto;
  height: auto;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #11b3e7;
  position: relative;
}
.campaign-wrapper__text-wrapper__detail__inner__title::before {
  content: "";
  bottom: -18px;
  left: calc(50% - 10px);
  border-width: 18px 10px 0 10px;
  border-style: solid;
  border-color: #11b3e7 transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__title {
    margin-bottom: 20px;
    padding: 12px 10px 10px;
    font-size: 4vw;
  }
  .campaign-wrapper__text-wrapper__detail__inner__title::before {
    bottom: -10px;
    left: calc(50% - 6px);
    border-width: 10px 6px 0 6px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__copy {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .campaign-wrapper__text-wrapper__detail__inner__copy {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__text-wrapper__detail__inner__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__detail__inner__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__copy {
    margin-bottom: 15px;
    font-size: 4.4vw;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__copy--strong {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.campaign-wrapper__text-wrapper__detail__inner__copy--strong::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #11b3e7;
  opacity: 0.6;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .campaign-wrapper__text-wrapper__detail__inner__copy--strong::before {
    height: 8px;
    bottom: 4px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__copy--strong::before {
    height: 7px;
    bottom: 3px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__table__item {
  padding: 15px 0;
  border-bottom: 1px dotted #bbb;
}
.campaign-wrapper__text-wrapper__detail__inner__table__item:first-child {
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__table__item {
    padding: 10px 0;
    border: none;
  }
  .campaign-wrapper__text-wrapper__detail__inner__table__item:first-child {
    border-top: none;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__table__item__title {
  padding: 15px 0;
  width: 140px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: #11b3e7;
  display: table-cell;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__table__item__title {
    padding: 8px 0;
    width: 100%;
    font-size: 13px;
    line-height: 1;
    display: block;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__table__item__text {
  padding: 15px 0 15px 25px;
  width: calc(100% - 140px);
  font-size: 15px;
  line-height: 1.73;
  color: #000;
  text-align: justify;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__table__item__text {
    padding: 10px 0 5px 0;
    width: 100%;
    font-size: 12px;
    display: block;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__table__item__text__indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.campaign-wrapper__text-wrapper__detail__inner__table__item__text__text-link {
  color: #11b3e7;
  text-decoration: underline;
}
.campaign-wrapper__text-wrapper__detail__inner__table__item__text__text-link.purple {
  color: #9988d3;
}
@media screen and (min-width: 1025px) {
  .campaign-wrapper__text-wrapper__detail__inner__table__item__text__text-link:hover {
    color: #11b3e7;
    text-decoration: none;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__caution {
  margin-top: 7px;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.3;
  color: #000;
  text-align: justify;
  text-indent: -1em;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__detail__inner__caution {
    margin-top: 5px;
    font-size: 11px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__caution a {
  color: #11b3e7;
  text-decoration: underline;
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper {
  margin-top: 20px;
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.01;
  color: #11b3e7;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__title {
    font-size: 15px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner {
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner {
    padding: 15px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item {
    margin-top: 6px;
    font-size: 11px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item::before {
  content: "";
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #11b3e7;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item::before {
    width: 8px;
    height: 8px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item:first-child {
  margin-top: 0;
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .strong {
  font-weight: 700;
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .campaign-table {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-collapse: collapse;
  vertical-align: baseline;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .campaign-table {
    margin-left: -1em;
    width: calc(100% + 1em);
  }
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .campaign-table thead th {
  padding: 7px;
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
  background-color: #11cccc;
  border: 1px solid #000;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .campaign-table thead th {
    padding: 5px;
    font-size: 11px;
  }
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .campaign-table td {
  padding: 10px;
  font-size: 13px;
  line-height: 1;
  color: #000;
  text-align: center;
  border: 1px solid #000;
}
.campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .campaign-table td br {
  display: none;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .campaign-table td {
    padding: 10px 5px;
    font-size: 11px;
    line-height: 1.2;
  }
  .campaign-wrapper__text-wrapper__detail__inner__caution-wrapper__inner__item .campaign-table td br {
    display: inline;
  }
}
.campaign-wrapper__text-wrapper__flow {
  padding: 3.889vw 50px;
  background-repeat: repeat;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__text-wrapper__flow {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__flow {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow {
    padding: 30px 10px 10px;
  }
}
.campaign-wrapper__text-wrapper__flow__inner {
  margin: 0 auto;
  max-width: 730px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__text-wrapper__flow__inner {
    max-width: 800px;
  }
}
.campaign-wrapper__text-wrapper__flow__title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.01;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__flow__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.campaign-wrapper__text-wrapper__flow__title__en {
  margin-top: 10px;
  font-size: 12px;
  color: #ee6644;
  display: block;
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__flow__title__en {
    margin-top: 7px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__title__en {
    margin-top: 5px;
    font-size: 10px;
  }
}
.campaign-wrapper__text-wrapper__flow__list02 {
  margin: 0 auto;
}
.campaign-wrapper__text-wrapper__flow__list02__item {
  margin-top: 5px;
  padding: 0 40px 40px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list02__item {
    padding: 0 20px 25px;
  }
}
.campaign-wrapper__text-wrapper__flow__list02__item:first-child {
  margin-top: 0;
}
.campaign-wrapper__text-wrapper__flow__list02__item__step {
  margin: 0 auto 15px;
  padding: 12px 0 0;
  width: 60px;
  height: 60px;
  font-size: 13px;
  line-height: 1.01;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #579;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__step {
    margin-bottom: 10px;
  }
}
.campaign-wrapper__text-wrapper__flow__list02__item__step__number {
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.01;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
}
.campaign-wrapper__text-wrapper__flow__list02__item__step span {
  position: relative;
  z-index: 2;
}
.campaign-wrapper__text-wrapper__flow__list02__item__copy {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__copy {
    font-size: 1.428vw;
  }
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__copy {
    margin-bottom: 15px;
    font-size: 4.3vw;
  }
}
.campaign-wrapper__text-wrapper__flow__list02__item__text {
  margin: 5px auto 20px;
  width: 100%;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__text {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
  }
}
.campaign-wrapper__text-wrapper__flow__list02__item__btn {
  padding-left: 20px;
  margin: 10px auto 0;
  width: 100%;
  max-width: 320px;
  height: 70px;
  font-size: 16px;
  line-height: 71px;
  color: #000;
  font-weight: 700;
  text-align: center;
  background-color: #ffd744;
  border-radius: 35px;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__btn {
    margin-top: 5px;
    max-width: 280px;
    height: 60px;
    font-size: 15px;
    line-height: 61px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 320px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__btn {
    font-size: 14px;
  }
}
.campaign-wrapper__text-wrapper__flow__list02__item__btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 23px;
  width: 24px;
  height: 24px;
  background-color: #000;
  background-image: url(../img/arrow_white.svg);
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__btn::before {
    top: calc(50% - 10px);
    left: 20px;
    width: 20px;
    height: 20px;
  }
}
.campaign-wrapper__text-wrapper__flow__list02__item__btn.yellow {
  background-color: #ffd744;
}
.campaign-wrapper__text-wrapper__flow__list02__item__btn.blue {
  background-color: #11b3e7;
}
@media screen and (min-width: 1025px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__btn:hover {
    background-color: #11b3e7;
  }
}
.campaign-wrapper__text-wrapper__flow__list02__item__wallet-plus {
  margin: 18px auto 0;
  padding: 20px 10px;
  width: 100%;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__wallet-plus {
    margin-top: 20px;
    padding: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__wallet-plus {
    margin-top: 10px;
    padding: 15px 15px;
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
.campaign-wrapper__text-wrapper__flow__list02__item__wallet-plus__link {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-left: 0.8em;
  color: #000;
  display: inline-block;
  background-image: url(../img/arrow02.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: 0 50%;
}
.campaign-wrapper__text-wrapper__flow__list02__item__wallet-plus__link:hover {
  color: #11b3e7;
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__wallet-plus__link:hover {
    color: #000;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__wallet-plus__link {
    margin-left: 0.8em;
    background-size: 6px auto;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list02__item__wallet-plus__link {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.campaign-wrapper__text-wrapper__flow__list {
  margin: 0 auto 15px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__text-wrapper__flow__list {
    max-width: 800px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #efeff4;
  }
}
.campaign-wrapper__text-wrapper__flow__list__item {
  margin-left: 10px;
  width: calc((99.9% - 30px) / 4);
  background-color: #11b3e7;
  float: left;
  position: relative;
}
.campaign-wrapper__text-wrapper__flow__list__item:first-child {
  margin-left: 0;
}
.campaign-wrapper__text-wrapper__flow__list__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list__item {
    margin: 5px 0 0;
    padding: 15px;
    width: auto;
    display: block;
  }
  .campaign-wrapper__text-wrapper__flow__list__item::before {
    display: none;
  }
  .campaign-wrapper__text-wrapper__flow__list__item:first-child {
    margin-top: 0;
  }
}
.campaign-wrapper__text-wrapper__flow__list__item__text {
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 1vw;
  line-height: 1.33;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transform: translateY(-53%);
  position: absolute;
}
@media screen and (max-width: 1300px) {
  .campaign-wrapper__text-wrapper__flow__list__item__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__flow__list__item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list__item__text {
    top: auto;
    left: auto;
    padding-left: 20px;
    width: auto;
    font-size: 14px;
    line-height: 1.2;
    transform: translateY(0);
    display: block;
    position: relative;
  }
}
.campaign-wrapper__text-wrapper__flow__list__item__text__number {
  margin-bottom: 3px;
  font-size: 1.33em;
  line-height: 1.01;
  display: block;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__list__item__text__number {
    top: 50%;
    left: -5px;
    margin-bottom: 0;
    font-size: 1.2em;
    position: absolute;
    transform: translateY(-50%);
  }
}
.campaign-wrapper__text-wrapper__flow__nav {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}
.campaign-wrapper__text-wrapper__flow__nav__item {
  width: calc(50% - 5px);
  float: right;
}
.campaign-wrapper__text-wrapper__flow__nav__item:first-child {
  float: left;
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__nav__item {
    margin-top: 5px;
    width: auto;
    float: none;
  }
  .campaign-wrapper__text-wrapper__flow__nav__item:first-child {
    margin-top: 10px;
    float: none;
  }
}
.campaign-wrapper__text-wrapper__flow__nav__item--one {
  margin: 0 auto;
  float: none !important;
}
.campaign-wrapper__text-wrapper__flow__nav__item__link {
  width: auto;
  height: 60px;
  font-size: 15px;
  line-height: 54px;
  color: #000;
  font-weight: 700;
  text-align: center;
  background-color: #ffd744;
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 15px top 50%;
  border: 3px solid #000;
  display: block;
}
@media screen and (max-width: 1200px) {
  .campaign-wrapper__text-wrapper__flow__nav__item__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__flow__nav__item__link {
    font-size: 13px;
    background-size: 15px auto;
    background-position: right 10px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .campaign-wrapper__text-wrapper__flow__nav__item__link {
    height: 50px;
    font-size: 3.46vw;
    line-height: 50px;
    box-sizing: border-box;
  }
}
.campaign-wrapper__text-wrapper__flow__nav__item__link--shinki {
  background-color: #11cccc;
}
@media screen and (min-width: 1025px) {
  .campaign-wrapper__text-wrapper__flow__nav__item__link:hover {
    background-color: #ffc311;
    background-position: right 10px top 50%;
  }
}
.campaign-wrapper__text-wrapper__flow__nav__item__link--riyou {
  color: #fff;
  background-color: #ee6644;
  background-image: url(../img/arrow_white.svg);
}
.campaign-wrapper__text-wrapper__flow__nav__item__link--riyou:hover {
  background-color: #11b3e7;
  background-image: url(../img/arrow_white.svg);
}
@media screen and (max-width: 1024px) {
  .campaign-wrapper__text-wrapper__flow__nav__item__link--riyou:hover {
    color: #fff;
    background-color: #ee6644;
    background-image: url(../img/arrow_white.svg);
  }
}

.schedule-wrapper {
  padding: 100px 50px 120px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .schedule-wrapper {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .schedule-wrapper {
    padding: 30px 20px;
  }
}
.schedule-wrapper__title {
  margin-bottom: 40px;
  padding-bottom: 32px;
  font-size: 40px;
  line-height: 1.01;
  color: #000;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .schedule-wrapper__title {
    margin-bottom: 35px;
    padding-bottom: 27px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .schedule-wrapper__title {
    margin-bottom: 22px;
    padding-bottom: 20px;
    font-size: 19px;
  }
}
.schedule-wrapper__title::before {
  content: "";
  bottom: 0;
  left: calc(50% - 20px);
  width: 20px;
  height: 3px;
  background-color: #11b3e7;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .schedule-wrapper__title::before {
    left: calc(50% - 15px);
    width: 15px;
    height: 2px;
  }
}
.schedule-wrapper__title::after {
  content: "";
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #ffd744;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .schedule-wrapper__title::after {
    left: 50%;
    width: 15px;
    height: 2px;
  }
}
.schedule-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.schedule-wrapper__inner__title {
  margin-bottom: 25px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
.schedule-wrapper__inner__title::before {
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 8px solid #11cccc;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .schedule-wrapper__inner__title {
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 18px;
  }
  .schedule-wrapper__inner__title::before {
    width: 21px;
    height: 21px;
    border: 7px solid #11cccc;
  }
}
@media screen and (max-width: 599px) {
  .schedule-wrapper__inner__title {
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 14px;
  }
  .schedule-wrapper__inner__title::before {
    width: 18px;
    height: 18px;
    border: 6px solid #11cccc;
  }
}
.schedule-wrapper__inner__title--pink {
  margin-top: 80px;
}
.schedule-wrapper__inner__title--pink::before {
  border-color: #ee6644;
}
@media screen and (max-width: 1024px) {
  .schedule-wrapper__inner__title--pink {
    margin-top: 60px;
  }
}
@media screen and (max-width: 860px) {
  .schedule-wrapper__inner__title--pink {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .schedule-wrapper__inner__title--pink {
    margin-top: 40px;
  }
}
.schedule-wrapper__inner__table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-collapse: collapse;
  vertical-align: baseline;
}
@media screen and (max-width: 599px) {
  .schedule-wrapper__inner__table {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
.schedule-wrapper__inner__table tr {
  background-color: #fff;
}
.schedule-wrapper__inner__table tr:nth-child(even) {
  background-color: #efeff4;
}
.schedule-wrapper__inner__table thead th {
  padding: 15px 10px 14px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #11cccc;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .schedule-wrapper__inner__table thead th {
    padding: 10px 10px 9px;
    font-size: 15px;
  }
}
@media screen and (max-width: 860px) {
  .schedule-wrapper__inner__table thead th {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .schedule-wrapper__inner__table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .schedule-wrapper__inner__table thead th {
    font-size: 10px;
  }
}
.schedule-wrapper__inner__table tbody td {
  padding: 25px 20px;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .schedule-wrapper__inner__table tbody td {
    padding: 20px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 860px) {
  .schedule-wrapper__inner__table tbody td {
    padding: 15px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .schedule-wrapper__inner__table tbody td {
    padding: 10px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .schedule-wrapper__inner__table tbody td {
    font-size: 10px;
  }
}
.schedule-wrapper__inner__table--pink thead th {
  background-color: #ee6644;
}

.merit-wrapper {
  padding: 100px 40px 120px;
  position: relative;
}
.merit-wrapper::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-color: #ffd744;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .merit-wrapper::before {
    height: 195px;
  }
}
@media screen and (max-width: 599px) {
  .merit-wrapper::before {
    height: 103vw;
  }
}
@media screen and (max-width: 1024px) {
  .merit-wrapper {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .merit-wrapper {
    padding: 30px 20px;
  }
}
.merit-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.merit-wrapper__inner__title {
  margin-bottom: 30px;
  padding-bottom: 32px;
  font-size: 40px;
  line-height: 1.01;
  color: #000;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .merit-wrapper__inner__title {
    margin-bottom: 25px;
    padding-bottom: 27px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .merit-wrapper__inner__title {
    margin-bottom: 18px;
    padding-bottom: 20px;
    font-size: 5.33vw;
  }
}
.merit-wrapper__inner__title::before {
  content: "";
  bottom: 0;
  left: calc(50% - 20px);
  width: 20px;
  height: 3px;
  background-color: #11b3e7;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .merit-wrapper__inner__title::before {
    left: calc(50% - 15px);
    width: 15px;
    height: 2px;
  }
}
.merit-wrapper__inner__title::after {
  content: "";
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #ffd744;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .merit-wrapper__inner__title::after {
    left: 50%;
    width: 15px;
    height: 2px;
  }
}
.merit-wrapper__inner__text {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .merit-wrapper__inner__text {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .merit-wrapper__inner__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.merit-wrapper__inner__logo {
  margin: 25px auto;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .merit-wrapper__inner__logo {
    margin: 20px auto;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .merit-wrapper__inner__logo {
    margin: 15px auto 5px;
    width: 60px;
  }
}
.merit-wrapper__inner__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.merit-wrapper__inner__item {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 1300px) {
  .merit-wrapper__inner__item {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .merit-wrapper__inner__item {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 599px) {
  .merit-wrapper__inner__item {
    margin-top: 15px;
    width: calc((100% - 10px) / 2);
  }
}
.merit-wrapper__inner__item__icon {
  margin-bottom: 10px;
  width: 100%;
  background-color: #efeff4;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.merit-wrapper__inner__item__icon::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.merit-wrapper__inner__item__icon--01 {
  background-image: url(../img/merit01.svg);
  background-size: 33.33% auto;
  background-position: 55% 50%;
}
.merit-wrapper__inner__item__icon--02 {
  background-image: url(../img/merit02.svg);
  background-size: 26.29% auto;
  background-position: 50% 50%;
}
.merit-wrapper__inner__item__icon--03 {
  background-image: url(../img/merit03.svg);
  background-size: 34.074% auto;
  background-position: 52% 50%;
}
.merit-wrapper__inner__item__icon--04 {
  background-image: url(../img/merit04.svg);
  background-size: 40% auto;
  background-position: 50% 48%;
}
.merit-wrapper__inner__item__text {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .merit-wrapper__inner__item__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .merit-wrapper__inner__item__text {
    font-size: 14px;
  }
}
.merit-wrapper__inner__item__text .kome {
  font-size: 0.7em;
  vertical-align: 25%;
  display: inline-block;
}
.merit-wrapper__inner__item__text__caution {
  font-size: 14px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .merit-wrapper__inner__item__text__caution {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .merit-wrapper__inner__item__text__caution {
    font-size: 11px;
  }
}

.cooperation-wrapper {
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cooperation-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper {
    padding: 30px 0 0;
  }
}
.cooperation-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.cooperation-wrapper__inner__title {
  margin-bottom: 40px;
  padding-bottom: 32px;
  font-size: 40px;
  line-height: 1.01;
  color: #000;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper__inner__title {
    margin-bottom: 35px;
    padding-bottom: 27px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__title {
    margin-bottom: 22px;
    padding-bottom: 20px;
    font-size: 19px;
  }
}
.cooperation-wrapper__inner__title__sub {
  margin-bottom: 10px;
  font-size: 0.45em;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__title__sub {
    margin-bottom: 5px;
    font-size: 11px;
  }
}
.cooperation-wrapper__inner__title::before {
  content: "";
  bottom: 0;
  left: calc(50% - 20px);
  width: 20px;
  height: 3px;
  background-color: #11b3e7;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__title::before {
    left: calc(50% - 15px);
    width: 15px;
    height: 2px;
  }
}
.cooperation-wrapper__inner__title::after {
  content: "";
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #ffd744;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__title::after {
    left: 50%;
    width: 15px;
    height: 2px;
  }
}
.cooperation-wrapper__inner__nav__item {
  width: 50%;
  float: right;
}
.cooperation-wrapper__inner__nav__item:first-child {
  float: left;
}
.cooperation-wrapper__inner__nav__item__text {
  height: 80px;
  font-size: 24px;
  line-height: 80px;
  color: #000;
  font-weight: 700;
  background-color: #ffd744;
  text-align: center;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 25px auto;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper__inner__nav__item__text {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    background-position: right 20px top 50%;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__nav__item__text {
    padding: 12px 0 10px;
    height: auto;
    font-size: 14px;
    line-height: 1.2;
    background-position: right 10px top 50%;
    background-size: 12px auto;
  }
}
.cooperation-wrapper__inner__nav__item__text:hover {
  color: #fff;
  background-color: #ee6644;
  background-image: url(../img/arrow_white.svg);
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper__inner__nav__item__text:hover {
    color: #000;
    background-color: #ffd744;
    background-image: url(../img/arrow.svg);
  }
}
.cooperation-wrapper__inner__nav__item__text--blue {
  color: #fff;
  background-color: #11b3e7;
  background-image: url(../img/arrow_white.svg);
}
.cooperation-wrapper__inner__nav__item__text--blue:hover {
  background-color: #ee6644;
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper__inner__nav__item__text--blue:hover {
    color: #fff;
    background-color: #11b3e7;
    background-image: url(../img/arrow_white.svg);
  }
}
.cooperation-wrapper__inner__inner {
  padding: 60px;
  background-color: #ffd744;
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper__inner__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner {
    padding: 20px;
  }
}
.cooperation-wrapper__inner__inner--blue {
  background-color: #11b3e7;
}
.cooperation-wrapper__inner__inner--blue .cooperation-wrapper__inner__inner__caution li::before {
  background-color: #11b3e7;
}
.cooperation-wrapper__inner__inner.hide {
  display: none;
}
.cooperation-wrapper__inner__inner__lead {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__lead {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.cooperation-wrapper__inner__inner__lead__logo {
  width: 176px;
  float: right;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__lead__logo {
    margin: 15px auto 0;
    float: none;
  }
}
.cooperation-wrapper__inner__inner__lead__logo__item {
  width: calc(50% - 10px);
  float: right;
}
.cooperation-wrapper__inner__inner__lead__logo__item:first-child {
  float: left;
}
.cooperation-wrapper__inner__inner__lead__text {
  padding-top: 10px;
  width: calc(100% - 200px);
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  float: left;
}
@media screen and (max-width: 1200px) {
  .cooperation-wrapper__inner__inner__lead__text {
    padding-top: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper__inner__inner__lead__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__lead__text {
    width: auto;
    font-size: 14px;
    text-align: justify;
    float: none;
  }
}
.cooperation-wrapper__inner__inner__obi {
  margin-bottom: 30px;
  width: auto;
  height: 55px;
  font-size: 24px;
  line-height: 49px;
  color: #000;
  font-weight: 700;
  text-align: center;
  border: 3px solid #000;
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper__inner__inner__obi {
    margin-bottom: 25px;
    height: 46px;
    font-size: 20px;
    line-height: 42px;
    border: 2px solid #000;
  }
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__obi {
    margin-bottom: 15px;
    height: 32px;
    font-size: 16px;
    line-height: 28px;
  }
}
.cooperation-wrapper__inner__inner__icon {
  margin-bottom: 15px;
  padding-left: 24px;
  font-size: 22px;
  line-height: 1.01;
  color: #000;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 18px auto;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__icon {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 16px;
    background-size: 12px auto;
  }
}
.cooperation-wrapper__inner__inner__icon--pink {
  background-image: url(../img/icon_pink.svg);
}
.cooperation-wrapper__inner__inner__icon--yellow {
  background-image: url(../img/icon_yellow.svg);
}
.cooperation-wrapper__inner__inner__icon--green {
  background-image: url(../img/icon_green.svg);
}
.cooperation-wrapper__inner__inner__icon__sub {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  text-indent: -1em;
  display: block;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__icon__sub {
    margin-top: 3px;
    font-size: 12px;
  }
}
.cooperation-wrapper__inner__inner__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper__inner__inner__list {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__list {
    margin-bottom: 20px;
  }
}
.cooperation-wrapper__inner__inner__list__item {
  margin-left: 21px;
  width: calc((99.9% - 42px) / 3);
  float: left;
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper__inner__inner__list__item {
    margin-left: 10px;
    width: calc((99.9% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__list__item {
    margin-top: 10px;
    margin-left: 0;
    width: auto;
    float: none;
  }
}
.cooperation-wrapper__inner__inner__list__item:first-child {
  margin-left: 0;
}
.cooperation-wrapper__inner__inner__caution {
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__caution {
    padding: 15px;
  }
}
.cooperation-wrapper__inner__inner__caution li {
  margin-top: 8px;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.4;
  color: #000;
  text-align: justify;
  position: relative;
}
.cooperation-wrapper__inner__inner__caution li::before {
  content: "";
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffd744;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__caution li {
    margin-top: 6px;
    font-size: 11px;
  }
  .cooperation-wrapper__inner__inner__caution li::before {
    content: "";
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
  }
}
.cooperation-wrapper__inner__inner__caution li:first-child {
  margin-top: 0;
}
.cooperation-wrapper__inner__inner__caution li a {
  color: #11b3e7;
  text-decoration: underline;
}
.cooperation-wrapper__inner__inner__caution li a:hover {
  color: #ffd744;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .cooperation-wrapper__inner__inner__caution li a:hover {
    color: #11b3e7;
    text-decoration: underline;
  }
}

.faq-wrapper {
  padding: 100px 50px 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper {
    padding: 50px 20px 60px;
    background-size: 1px auto;
  }
}
@media screen and (max-width: 599px) {
  .faq-wrapper {
    padding: 30px 20px;
  }
}
.faq-wrapper__title {
  margin-bottom: 40px;
  padding-bottom: 32px;
  font-size: 40px;
  line-height: 1.01;
  color: #000;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper__title {
    margin-bottom: 35px;
    padding-bottom: 27px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .faq-wrapper__title {
    margin-bottom: 22px;
    padding-bottom: 20px;
    font-size: 19px;
  }
}
.faq-wrapper__title::before {
  content: "";
  bottom: 0;
  left: calc(50% - 20px);
  width: 20px;
  height: 3px;
  background-color: #11b3e7;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .faq-wrapper__title::before {
    left: calc(50% - 15px);
    width: 15px;
    height: 2px;
  }
}
.faq-wrapper__title::after {
  content: "";
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #ee6644;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .faq-wrapper__title::after {
    left: 50%;
    width: 15px;
    height: 2px;
  }
}
.faq-wrapper__inner {
  margin: 0 auto;
  padding: 60px;
  width: 100%;
  max-width: 1200px;
  background-color: #efeff4;
  background-image: url(../img/dot.png);
}
@media screen and (max-width: 1024px) {
  .faq-wrapper__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .faq-wrapper__inner {
    padding: 0;
    background-color: transparent;
  }
}
.faq-wrapper__inner__title {
  margin-bottom: 30px;
  width: auto;
  height: 60px;
  font-size: 22px;
  line-height: 61px;
  color: #000;
  font-weight: 700;
  text-align: center;
  background-color: #ffd744;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper__inner__title {
    margin-bottom: 25px;
    height: 40px;
    font-size: 20px;
    line-height: 41px;
  }
}
@media screen and (max-width: 599px) {
  .faq-wrapper__inner__title {
    margin-bottom: 15px;
    height: 34px;
    font-size: 16px;
    line-height: 35px;
  }
}
.faq-wrapper__inner__list--mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper__inner__list--mb {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .faq-wrapper__inner__list--mb {
    margin-bottom: 20px;
  }
}
.faq-wrapper__inner__list__item {
  padding: 20px 0;
  border-bottom: 1px dotted #bbb;
}
.faq-wrapper__inner__list__item:first-child {
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .faq-wrapper__inner__list__item {
    padding: 15px 0;
  }
}
.faq-wrapper__inner__list__item__q {
  padding: 5px 50px 0 80px;
  min-height: 60px;
  font-size: 17px;
  line-height: 1.7;
  color: #000;
  font-weight: 700;
  background-image: url(../img/q.svg);
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper__inner__list__item__q {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .faq-wrapper__inner__list__item__q:hover {
    color: #ee6644;
  }
}
.faq-wrapper__inner__list__item__q::before {
  content: "";
  top: 50%;
  right: 15px;
  width: 20px;
  height: 1px;
  background-color: #999;
  transition: 0.5s;
  position: absolute;
}
.faq-wrapper__inner__list__item__q::after {
  content: "";
  top: 50%;
  right: 15px;
  width: 20px;
  height: 1px;
  background-color: #999;
  transition: 0.5s;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .faq-wrapper__inner__list__item__q {
    padding: 0 25px 0 50px;
    min-height: 40px;
    font-size: 14px;
    background-size: 40px auto;
    background-color: transparent;
  }
  .faq-wrapper__inner__list__item__q::before {
    right: 0;
    width: 15px;
  }
  .faq-wrapper__inner__list__item__q::after {
    right: 0;
    width: 15px;
  }
}
.faq-wrapper__inner__list__item__q.close {
  display: block;
}
.faq-wrapper__inner__list__item__q.close::after {
  transform: rotate(90deg);
}
.faq-wrapper__inner__list__item__a {
  margin-top: 20px;
  padding: 5px 50px 0 80px;
  min-height: 60px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: justify;
  background-image: url(../img/a.svg);
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper__inner__list__item__a {
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .faq-wrapper__inner__list__item__a {
    margin-top: 10px;
    padding: 0 0 0 50px;
    min-height: 40px;
    font-size: 14px;
    background-size: 40px auto;
  }
}
.faq-wrapper__inner__list__item__a .text-link {
  color: #11b3e7;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .faq-wrapper__inner__list__item__a .text-link:hover {
    color: #ee6644;
    text-decoration: none;
  }
}

.footer-wrapper {
  margin-bottom: 100px;
  padding: 0 25px 0 20px;
  width: 100%;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper {
    margin-bottom: 50px;
    padding: 25px 0;
    height: auto;
    justify-content: center;
  }
}
.footer-wrapper__logo {
  width: 180px;
  line-height: 0.1;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__logo {
    width: 120px;
    margin: 0 auto 15px;
  }
}
.footer-wrapper__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer-wrapper__logo__link:hover {
    transform: translateY(3px);
  }
}
.footer-wrapper__copyright {
  font-size: 12px;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__copyright {
    margin: 0;
    font-size: 11px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .footer-wrapper__copyright {
    font-size: 10px;
  }
}

.floating {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform: translateY(120%);
  transition: 0.5s;
}
@media screen and (max-width: 860px) {
  .floating {
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.15);
  }
}
.floating.on {
  transform: translateY(0);
}
.floating__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 860px) {
  .floating__item {
    width: 50%;
  }
  .floating__item:last-child {
    display: none;
  }
}
.floating__item__link {
  padding-left: 20px;
  width: 100%;
  height: 100px;
  font-size: 20px;
  line-height: 101px;
  color: #000;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .floating__item__link {
    height: 80px;
    font-size: 18px;
    line-height: 81px;
  }
}
@media screen and (max-width: 860px) {
  .floating__item__link {
    padding-left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .floating__item__link {
    padding-left: 10px;
    height: 50px;
    font-size: 3.2vw;
    line-height: 51px;
    letter-spacing: 0;
  }
}
.floating__item__link::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  width: 24px;
  height: 24px;
  background-color: #000;
  background-image: url(../img/arrow_white.svg);
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .floating__item__link::before {
    right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .floating__item__link::before {
    top: calc(50% - 7px);
    right: 10px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 320px) {
  .floating__item__link::before {
    right: 5px;
  }
}
.floating__item__link.debit {
  background-color: #e76688;
}
.floating__item__link.jcbs {
  background-color: #ffd744;
}
.floating__item__link.outline {
  background-color: #11cccc;
}
@media screen and (min-width: 1025px) {
  .floating__item__link:hover {
    background-color: #11b3e7;
  }
}
.floating__item__link__ill {
  width: 94px;
  height: 110px;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 20px;
}
@media screen and (max-width: 1200px) {
  .floating__item__link__ill {
    width: 75.2px;
    height: 88px;
    bottom: 10px;
    left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .floating__item__link__ill {
    width: 28.2px;
    height: 49.5px;
    bottom: 6px;
    left: 5px;
  }
}
.floating__item__link__ill img {
  width: auto;
  height: 100%;
}

.inview-b.fadein {
  opacity: 0;
  transition-duration: 0.8s;
  transform: translateY(100px);
}
@media screen and (max-width: 599px) {
  .inview-b.fadein {
    transform: translateY(30px);
  }
}
.inview-b.fadein--on {
  opacity: 1;
  transform: translateY(0);
}

.inview-alpha.fadein {
  opacity: 0;
  transition-duration: 0.8s;
}
.inview-alpha.fadein--on {
  opacity: 1;
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .remodal-wrapper {
    padding: 15px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal {
  max-width: 800px;
  padding: 60px 60px 30px;
}
@media screen and (max-width: 1024px) {
  .remodal {
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .remodal {
    padding: 20px;
  }
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal-inner__title {
  margin-bottom: 25px;
  padding-left: 0.06em;
  height: 60px;
  font-size: 24px;
  line-height: 61px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #579;
}
@media screen and (max-width: 599px) {
  .remodal-inner__title {
    margin-bottom: 15px;
    height: 50px;
    font-size: 19px;
    line-height: 51px;
  }
}
.remodal-inner__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .remodal-inner__text {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .remodal-inner__text {
    font-size: 12px;
  }
}
.remodal-inner__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.remodal-inner__list__item {
  padding: 30px;
  width: calc((100% - 10px) / 2);
  background-color: #efeff4;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item {
    padding: 25px 20px;
    width: 100%;
  }
  .remodal-inner__list__item:first-child {
    margin-bottom: 10px;
  }
}
.remodal-inner__list__item__card {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item__card {
    max-width: 200px;
  }
}
.remodal-inner__list__item__title {
  margin-bottom: 5px;
  padding-left: 0.06em;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item__title {
    font-size: 16px;
  }
}
.remodal-inner__list__item__text {
  padding-left: 0.06em;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.remodal-close-btn {
  margin: 30px auto 0;
  width: 60px;
  height: 60px;
  background-color: #11cccc;
  border: none;
  border-radius: 50%;
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.remodal-close-btn::before {
  content: "";
  top: calc(50% - 2px);
  left: calc(50% - 12px);
  width: 24px;
  height: 4px;
  background-color: #000;
  position: absolute;
  transform: rotate(45deg);
}
.remodal-close-btn::after {
  content: "";
  top: calc(50% - 2px);
  left: calc(50% - 12px);
  width: 24px;
  height: 4px;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .remodal-close-btn {
    margin-top: 20px;
    width: 50px;
    height: 50px;
  }
  .remodal-close-btn::before {
    left: calc(50% - 10px);
    width: 20px;
  }
  .remodal-close-btn::after {
    left: calc(50% - 10px);
    width: 20px;
  }
}
.remodal-close-btn:hover {
  background-color: #ffc311;
}/*# sourceMappingURL=style.css.map */