@charset "UTF-8";
/*
* 使用変数
===================================================================*/
/*
* mixin、placehoderなど
===================================================================*/
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type="submit"],
input[type="image"],
button {
  background: none;
  border: none;
  margin: 0;
  cursor: pointer;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
}

address {
  font-style: normal;
}

html, body {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  html, body {
    min-width: 1000px;
  }
}

body {
  background: #fff url(/assets/img/common/bg_dot.png) repeat 0 0;
  background-size: 9px auto;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2.37;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}

@media screen and (min-width: 768px) {
  body {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 60px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

a {
  color: #1f1f1f;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.5;
  }
}

* {
  box-sizing: border-box;
}

#wrap {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #wrap {
    padding: 0 20px;
  }
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1000px;
  }
}

.img img {
  max-width: 100%;
  height: auto;
}

/* 表示切り替え
==============================================================*/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.inlineSp {
  display: none !important;
}

.inlinePc {
  display: inline !important;
}

.inblockSp {
  display: none !important;
}

.inblockPc {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .inlineSp {
    display: inline !important;
  }
  .inlinePc {
    display: none !important;
  }
  .inblockSp {
    display: inline-block !important;
  }
  .inblockPc {
    display: none !important;
  }
}

/* header
=============================================================================*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 1.5;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 30px 30px 20px;
    height: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
    padding: 10px 12px;
    z-index: 100;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 25%;
    max-width: 284px;
    padding-right: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo {
    line-height: 0;
  }
}

.header__logo a {
  display: block;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .header__logo a {
    margin: 0;
  }
}

.header__logo__main img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .header__logo__main {
    margin: 0 0 0 -4px;
  }
  .header__logo__main img {
    width: 124px;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo__sub img {
    width: 97px;
  }
}

.header__top {
  position: relative;
}

@media screen and (min-width: 768px) {
  .header__top {
    margin: 12px 0 12px;
  }
}

@media screen and (max-width: 1024px) {
  .header__top {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header__top__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .header__top__item {
    width: 133px;
    margin: 0 8px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .header__top__item {
    border-bottom: 1px solid #000;
  }
  .header__top__item:last-child {
    padding: 20px;
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .header__top__item:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .header__top__item:last-child {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .header__top__item a.btnMain {
    font-size: 12px;
    font-size: 0.75rem;
    height: 33px;
    margin: 0;
  }
  .header__top__item a.btnMain::before {
    top: 5px;
    left: 5px;
  }
  .header__top__item a.btnMain:hover {
    padding-top: 2px;
    margin-bottom: -2px;
  }
  .header__top__item a.btnMain:hover::before {
    top: 1px;
    left: 0;
    height: calc(100% - 2px);
  }
}

@media screen and (max-width: 1024px) {
  .header__top__item a.btnMain {
    margin: 0;
    text-align: left;
  }
  .header__top__item a.btnMain::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header__top__item a.btnMain > span {
    padding: 4px 0 0;
    border: 3px solid #000000;
  }
}

@media screen and (max-width: 1024px) {
  .header__top__item a.btnMain > span {
    padding: 0;
    border: none;
  }
}

.header__top__item a.btnMain > span:after {
  display: none;
}

.header__top__link {
  position: relative;
  display: inline-block;
  padding: 0 36px 0 0;
  color: #808080;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 1024px) {
  .header__top__link {
    color: #fff;
  }
  .header__top__linkArea {
    text-align: center;
    padding: 0 0 30px;
  }
}

.header__top__link a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #808080;
  height: 6px;
  width: 6px;
  transform: rotate(-45deg);
  margin: 0 10px 1px 0;
}

@media screen and (max-width: 1024px) {
  .header__box {
    overflow-x: scroll;
    width: 100%;
    height: 0;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 9;
    transition: all 1s;
    background: #fff;
  }
  .header__box.open {
    height: calc(100vh - 57px);
  }
}

@media screen and (min-width: 768px) {
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 -5px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .header__menu {
    display: block;
    border-top: 2px solid #000;
  }
}

@media screen and (min-width: 768px) {
  .header__menu__item {
    margin: 0 20px 0 0;
  }
  .header__menu__item:last-child {
    margin: 0;
  }
  .header__menu__item .btnContact {
    width: 150px;
    padding: 7px 10px;
  }
  .header__menu__item:nth-child(1) a {
    background: url(/assets/img/ico_header01.png) no-repeat 0 15px;
    background-size: 26px auto;
  }
  .header__menu__item:nth-child(2) a {
    background: url(/assets/img/ico_header02.png) no-repeat 0 15px;
    background-size: 26px auto;
  }
  .header__menu__item:nth-child(3) a {
    background: url(/assets/img/ico_header03.png) no-repeat 0 15px;
    background-size: 26px auto;
  }
  .header__menu__item:nth-child(4) a {
    background: url(/assets/img/ico_header04.png) no-repeat 0 15px;
    background-size: 26px auto;
  }
}

@media screen and (max-width: 1024px) {
  .header__menu__item {
    margin: 0;
  }
  .header__menu__item:nth-child(1) a, .header__menu__item:nth-child(2) a, .header__menu__item:nth-child(3) a, .header__menu__item:nth-child(4) a {
    background: none;
  }
}

.header__menu__item a {
  position: relative;
  display: block;
  padding: 15px 0 20px 35px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .header__menu__item a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 17px 20px 14px;
    background: none;
  }
  .header__menu__item a::after {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    top: 20px;
    right: 15px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/assets/img/common/arrow_link01.svg);
    background-size: 100%;
  }
}

.header__menu__item .btnContact::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header__menu__item {
    border-bottom: 2px solid #000;
  }
}

@media screen and (min-width: 768px) {
  .header__menuBtn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header__menuBtn {
    display: block;
    position: relative;
    width: 30px;
    height: 23px;
  }
  .header__menuBtn span {
    width: 100%;
    height: 3px;
    background: #000000;
    position: absolute;
    left: 0;
    transition: all .4s;
    border-radius: 50px;
  }
  .header__menuBtn span:first-child {
    top: 0;
  }
  .header__menuBtn span:nth-child(2) {
    top: 10px;
  }
  .header__menuBtn span:last-child {
    bottom: 0;
  }
  .header__menuBtn.open span:first-child {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .header__menuBtn.open span:nth-child(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: menuClose .8s forwards;
    animation: menuClose .8s forwards;
  }
  .header__menuBtn.open span:last-child {
    webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

@media screen and (min-width: 768px) {
  .header__bottom {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header__bottom {
    display: block;
  }
  .header__bottom__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 30px 0 0;
  }
  .header__bottom__item {
    margin: 0 10px;
  }
  .header__bottom__link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .header__bottom__link::after {
    content: "";
    display: inline-block;
    background: url(/assets/img/common/arrow_link02_right.svg) no-repeat right center;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    margin: 0 0 -7px 10px;
  }
  .header__bottom__link02 {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .header__bottom__link02:after {
    content: "";
    display: inline-block;
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    margin: 0 0 -2px 6px;
  }
  .header__bottom__linkArea {
    margin: 25px 0 0;
    padding: 0 25px;
    text-align: center;
  }
}

/* footer
=============================================================================*/
.footer {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0 20px;
  }
}

.footer .copyright {
  text-align: center;
  color: #b2b2b2;
}

@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 50px 0 25px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    padding: 15px 0;
    font-size: 8px;
    font-size: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__menu {
    width: calc( 100% / 4 - 48px);
  }
}

.footer__menu a {
  color: #b2b2b2;
}

@media screen and (min-width: 768px) {
  .footer__menu a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__menuBox {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.footer__menu__title {
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .footer__menu__title {
    margin: 24px 0 18px;
  }
}

.footer__menu__title a, .footer__menu__title span {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer__menu__title a, .footer__menu__title span {
    padding: 13px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu__title a, .footer__menu__title span {
    padding: 16px 15px 17px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.footer__menu__title a::after, .footer__menu__title span::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/assets/img/common/arrow_link02.svg);
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .footer__menu__title a::after, .footer__menu__title span::after {
    width: 13px;
    height: 11px;
    top: 16px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu__title a::after, .footer__menu__title span::after {
    width: 16px;
    height: 14px;
    top: 15px;
    right: 15px;
  }
}

.footer__menu__title span::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__menu__item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #000;
  }
  .footer__menu__item a {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu ul {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .footer__menu ul + ul {
    margin: 8px 0 0;
  }
}

/* section
=============================================================================*/
@media screen and (min-width: 768px) {
  .main {
    padding: 90px 0 190px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding: 45px 25px;
  }
}

@media screen and (min-width: 768px) {
  .section + .section {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section + .section {
    margin-top: 85px;
  }
}

@media screen and (min-width: 768px) {
  .section__inner {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section__inner {
    margin-top: 42px;
  }
}

@media screen and (min-width: 768px) {
  .section--afterInquiry {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section--afterInquiry {
    margin-top: 60px;
  }
}

/* title
==============================================================*/
.titleSection {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .titleSection {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 50px;
    padding: 3px 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .titleSection {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 25px;
    padding: 2px 0 0 10px;
  }
}

.titleSection::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f7e806 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .titleSection::before {
    border-width: 50px 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .titleSection::before {
    border-width: 25px 25px 0 0;
  }
}

.titleSectionSub {
  display: inline-block;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .titleSectionSub {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 65px 0 35px;
    border-bottom: 6px solid #f7e806;
  }
}

@media screen and (max-width: 767px) {
  .titleSectionSub {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 25px 0 15px;
    border-bottom: 3px solid #f7e806;
  }
}

.titleSectionInner {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .titleSectionInner {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .titleSectionInner {
    font-size: 16px;
    font-size: 1rem;
  }
}

.titleBox {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  padding: 0 25px;
  font-weight: bold;
  background-color: #f7e806;
  background-image: radial-gradient(#f4e60e 40%, transparent 20%), radial-gradient(#f4e60e 40%, transparent 20%);
  background-size: 6px 6px;
  line-height: 1.4;
}

.titleBox::before {
  content: "";
  display: block;
  height: 100%;
  background: url(/assets/img/deco_title.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .titleBox {
    min-height: 220px;
  }
  .titleBox::before {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .titleBox {
    font-size: 12px;
    font-size: 0.75rem;
    min-height: 150px;
  }
  .titleBox::before {
    width: 35%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .titleBox {
    margin: 0 -25px;
  }
}

.titleBox .inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

@media screen and (min-width: 768px) {
  .titleBox .inner {
    min-height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .titleBox .inner {
    min-height: 150px;
  }
}

.titleBox__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #fff;
  border-radius: 100%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .titleBox__img {
    width: 224px;
    height: 224px;
    padding: 50px;
    bottom: -30px;
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .titleBox__img {
    width: 88px;
    height: 88px;
    padding: 18px;
    bottom: -13px;
    right: 0;
  }
}

.titleBox__img img {
  width: 100%;
  height: auto;
}

.titleBox__img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: radial-gradient(#000 40%, transparent 20%), radial-gradient(#000 40%, transparent 20%);
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .titleBox__img::after {
    width: 224px;
    height: 224px;
    bottom: -8px;
    right: -5px;
    background-size: 4px 4px;
  }
}

@media screen and (max-width: 767px) {
  .titleBox__img::after {
    width: 88px;
    height: 88px;
    bottom: -3px;
    right: -3px;
    background-size: 2px 2px;
  }
}

.titleMain {
  width: 100%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .titleMain {
    font-size: 38px;
    font-size: 2.375rem;
    margin: 0 0 6px;
  }
}

@media screen and (max-width: 767px) {
  .titleMain {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 8px;
  }
}

/* btn
==============================================================*/
.btnArea {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .btnArea {
    text-align: center;
  }
}

.btnArea--column3 {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.btnArea--column3 a {
  width: calc(100%/3 - 20px);
}

.btnArea + .linkArea {
  margin-top: 20px;
}

.btnMain {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .btnMain {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .btnMain {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.btnMain::before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  background-color: #f7e806;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .btnMain::before {
    width: calc(100% - 12px);
    top: 10px;
    left: 10px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .btnMain::before {
    width: calc(100% - 6px);
    top: 6px;
    left: 6px;
    border-radius: 5px;
  }
}

.btnMain > span {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .btnMain > span {
    width: calc(100% - 12px);
    padding: 12px 0;
    border: 4px solid #000000;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .btnMain > span {
    width: calc(100% - 6px);
    padding: 11px 0 9px;
    border: 2px solid #000000;
    border-radius: 8px;
  }
}

.btnMain > span:after {
  content: "";
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .btnMain > span:after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 28px auto;
    width: 28px;
    height: 28px;
    margin: 0 0 -7px 10px;
    -wewbkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}

@media screen and (max-width: 767px) {
  .btnMain > span:after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    margin: 0 0 -5px 5px;
  }
}

@media screen and (min-width: 768px) {
  .btnMain:hover {
    opacity: 1;
    padding-top: 3px;
    margin-bottom: -3px;
  }
  .btnMain:hover::before {
    top: 5px;
    left: 0;
    height: calc(100% - 8px);
  }
  .btnMain:hover span:after {
    animation: arrow .5s;
  }
}

@-webkit-keyframes arrow {
  0% {
    right: -.05em;
  }
  25% {
    right: .2em;
  }
  50% {
    right: -.05em;
  }
  100% {
    right: .2em;
  }
}

@-moz-keyframes arrow {
  0% {
    right: -.05em;
  }
  25% {
    right: .2em;
  }
  50% {
    right: -.05em;
  }
  100% {
    right: .2em;
  }
}

@-ms-keyframes arrow {
  .btnMain 0% {
    right: -.05em;
  }
  .btnMain 25% {
    right: .2em;
  }
  .btnMain 50% {
    right: -.05em;
  }
  .btnMain 100% {
    right: .2em;
  }
}

@keyframes arrow {
  0% {
    right: -.05em;
  }
  25% {
    right: .2em;
  }
  50% {
    right: -.05em;
  }
  100% {
    right: .2em;
  }
}

.btnMain--white::before {
  background: #fff;
  color: #000;
}

.btnMain--wallet > span:after {
  vertical-align: middle;
  padding: 0;
  background: url(/assets/img/ico_header03.png) no-repeat 0 0;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .btnMain--wallet > span:after {
    width: 28px;
    height: 21px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .btnMain--wallet > span:after {
    width: 16px;
    height: 12px;
    margin: 0 0 0 5px;
  }
}

.btnMain--openBlank > span:after {
  vertical-align: middle;
  padding: 0;
  background: url(/assets/img/common/window_link01.svg) no-repeat 0 0;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .btnMain--openBlank > span:after {
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .btnMain--openBlank > span:after {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
  }
}

.btnSubmit {
  display: block;
  width: 100%;
  margin: 0 auto !important;
  background: #000 !important;
  color: #fff;
  text-align: center;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .btnSubmit {
    padding: 20px;
  }
  .btnSubmit:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .btnSubmit {
    padding: 15px;
  }
}

.btnReturn {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  background: #878d94 !important;
  padding: 10px 75px;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btnReturn::before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
  .btnReturn:hover {
    opacity: 0.5;
  }
}

.btnReturn:disabled:hover {
  opacity: 1;
}

.btnContact {
  position: relative;
  display: block;
  width: 100%;
  max-width: 405px;
  margin: 0 auto;
  padding: 15px 25px 15px 10px;
  background: #0067b6;
  background: -moz-linear-gradient(left, #0067b6 0%, #009dcb 100%);
  background: -webkit-linear-gradient(left, #0067b6 0%, #009dcb 100%);
  background: linear-gradient(to right, #0067b6 0%, #009dcb 100%);
  color: #fff;
  text-align: center;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btnContact::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  height: 6px;
  width: 6px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .btnContact:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .btnContact {
    padding: 15px;
  }
}

.btnMore {
  font-weight: bold;
  float: right;
  padding-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .btnMore {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .btnMore {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.btnMore::after {
  content: "";
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .btnMore::after {
    background: url(/assets/img/common/arrow_link02_right.svg) no-repeat right center;
    background-size: 36px auto;
    width: 36px;
    height: 36px;
    margin: 0 0 -12px 10px;
  }
}

@media screen and (max-width: 767px) {
  .btnMore::after {
    background: url(/assets/img/common/arrow_link02_right.svg) no-repeat right center;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    margin: 0 0 -7px 10px;
  }
}

.btnListMore {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px 25px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btnListMore {
    margin: 30px auto 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .btnListMore {
    margin: 40px auto 0;
  }
}

.btnListMore::before, .btnListMore::after {
  content: "";
  display: block;
  width: 15px;
  background: #fff;
  height: 2px;
  position: absolute;
  top: 23px;
  right: 20px;
}

.btnListMore::before {
  transform: rotate(90deg);
}

/* link
==============================================================*/
.linkArea {
  text-align: center;
}

.linkArea a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  text-decoration: underline;
  line-height: 1.5;
}

.linkArea a + a {
  margin-left: 20px;
}

.linkArea a::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #000;
  height: 6px;
  width: 6px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .linkArea a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

.linkMore {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .linkMore {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .linkMore {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.linkMore::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 10px;
}

@media screen and (min-width: 768px) {
  .linkMore::after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .linkMore::after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 768px) {
  .linkMore--openBlank::after {
    background: url(/assets/img/common/window_link01_small.svg) no-repeat right center;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .linkMore--openBlank::after {
    background: url(/assets/img/common/window_link01_small.svg) no-repeat right center;
    width: 12px;
    height: 12px;
  }
}

.linkPrev::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #f7e806;
  height: 8px;
  width: 8px;
  transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
  .linkPrev::before {
    vertical-align: 2px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .linkPrev::before {
    vertical-align: 1px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .linkPrev {
    font-size: 16px;
    font-size: 1rem;
  }
}

.linkNext::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #f7e806;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .linkNext::after {
    vertical-align: 2px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .linkNext::after {
    vertical-align: 1px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .linkNext {
    font-size: 16px;
    font-size: 1rem;
  }
}

.textNote {
  text-indent: -1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .textNote {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.textNote a {
  color: #0683f7;
}

.textList {
  text-indent: -1rem;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .textList li + * {
    margin: 25px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .textList li + * {
    margin: 15px 0 0;
  }
}

.textList a {
  color: #0683f7;
}

@media screen and (min-width: 768px) {
  .textList__inner {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .textList__inner {
    text-indent: -2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .textList__inner li + * {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .textList__inner li + * {
    margin: 5px 0 0;
  }
}

.textRight {
  text-align: right;
}

.textRight a {
  color: #0683f7;
}

@media screen and (min-width: 768px) {
  .textDescriptionNote {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .textDescriptionNote {
    margin: 0 0 20px;
  }
}

.textDescriptionNote .textNote {
  margin: 0 0 3px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.textDescriptionNote .textNote sup {
  font-size: 10px;
  font-size: 0.625rem;
}

.textDescriptionNote .textNote--sup {
  font-size: 12px;
  font-size: 0.75rem;
}

.textDescriptionNote .textNote:last-child {
  margin-bottom: 0;
}

/* breadcrumb
==============================================================*/
.breadcrumb {
  background: #000000;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb {
    margin: 0 -20px;
  }
}

.breadcrumb__list {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .breadcrumb__list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 13px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb__list {
    width: 200%;
    padding: 7px 0 5px;
  }
}

.breadcrumb__list__item {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffffff;
}

.breadcrumb__list__item:first-child a:before {
  content: "";
  display: inline-block;
  background: url(/assets/img/ico_home.png) no-repeat 0 0;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  margin: 0 10px -3px 0;
}

.breadcrumb__list__item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  vertical-align: 1px;
  padding: 0 10px;
}

.breadcrumb__list__item a {
  color: #ffffff;
}

/* news
==============================================================*/
@media screen and (min-width: 768px) {
  .news__list {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 3px solid #000000;
  }
}

@media screen and (max-width: 767px) {
  .news__list {
    border-top: 2px solid #000000;
  }
}

.news__list__item {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news__list__item {
    border-bottom: 3px solid #000000;
  }
}

@media screen and (max-width: 767px) {
  .news__list__item {
    border-bottom: 2px solid #000000;
  }
}

.news__list__item a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .news__list__item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 26px 43px 26px 0;
  }
}

@media screen and (max-width: 767px) {
  .news__list__item a {
    padding: 18px 35px 18px 0;
  }
}

.news__list__item a:after {
  content: "";
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .news__list__item a:after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 22px auto;
    width: 22px;
    height: 22px;
    top: calc(50% - 12px);
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .news__list__item a:after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 5px;
  }
}

.news__list__time {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .news__list__time {
    width: 95px;
  }
}

@media screen and (max-width: 767px) {
  .news__list__time {
    display: inline-block;
    min-width: 70px;
  }
}

.news__list__tag {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news__list__tag {
    min-width: 85px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .news__list__tag {
    margin: -4px 0 0 5px;
    padding: 0 7px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .news__list__tag + .news__list__tag {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .news__list__tag + .news__list__tag {
    margin: -4px 0 0 5px;
  }
}

.news__list__title {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news__list__title {
    padding: 14px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .news__list__title {
    font-size: 12px;
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 9px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .news__list + .btnMore {
    margin: 27px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .news__list + .btnMore {
    margin: 16px 0 0;
  }
}

/* notesBox
==============================================================*/
.notesBox {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .notesBox {
    margin: 70px 0 0;
    padding: 10px 40px 16px;
    border: 4px solid #000;
    border-radius: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .notesBox {
    margin: 75px 0 0;
    padding: 19px 20px 15px;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.notesBox__title {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .notesBox__title {
    margin-bottom: 12px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .notesBox__title {
    margin-bottom: 3px;
    padding-left: 20px;
    line-height: 1.4;
  }
}

.notesBox__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url(/assets/img/ico_notes.png) no-repeat 0 0;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .notesBox__title::before {
    width: 23px;
    height: 21px;
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .notesBox__title::before {
    width: 14px;
    height: 15px;
    top: 5px;
  }
}

.notesBox__text {
  line-height: 1.25;
}

.notesBox__text--red {
  color: #f70606;
}

.notesBox__text a {
  color: #0683f7;
}

@media screen and (max-width: 767px) {
  .notesBox__list {
    margin-top: 10px;
  }
}

.notesBox__list__item {
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .notesBox__list__item + .notesBox__list__item {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  .notesBox__list__item + .notesBox__list__item {
    margin-top: 10px;
  }
}

/* supplementBox
==============================================================*/
.supplementBox {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .supplementBox {
    margin: 30px 0 0;
    padding: 10px 20px 16px;
    border: 4px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .supplementBox {
    margin: 15px 0 0;
    padding: 19px 10px 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.supplementBox__title {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .supplementBox__title {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .supplementBox__title {
    margin-bottom: 3px;
    line-height: 1.4;
  }
}

.supplementBox__text {
  line-height: 1.5;
}

.supplementBox__text--red {
  color: #f70606;
}

@media screen and (min-width: 768px) {
  .supplementBox__text + .supplementBox__text {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .supplementBox__text + .supplementBox__text {
    margin-top: 3px;
  }
}

.supplementBox__text.annotation {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}

@media screen and (max-width: 767px) {
  .supplementBox__list {
    margin-top: 10px;
  }
}

.supplementBox__list__item {
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .supplementBox__list__item + .supplementBox__list__item {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  .supplementBox__list__item + .supplementBox__list__item {
    margin-top: 10px;
  }
}

/* overview
==============================================================*/
.overview__text {
  margin: 0 0 20px;
}

.overview__text a {
  color: #0683f7;
}

.overview .btnMain {
  margin-top: 25px;
}

.overview .btnMain + .linkMore {
  display: block;
}

@media screen and (min-width: 768px) {
  .overview .btnMain + .linkMore {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .overview .btnMain + .linkMore {
    margin-top: 20px;
  }
}

/* inquiryBox
==============================================================*/
.inquiryBox {
  margin: 0 calc(50% - 50vw);
  background: url(/assets/img/common/bg_dot01.png) repeat 0 0;
  background-size: 6px auto;
  background-color: #f7e806;
  text-align: center;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .inquiryBox {
    margin-top: 100px;
    padding: 26px 25px 40px;
  }
}

@media screen and (max-width: 767px) {
  .inquiryBox {
    margin-top: 50px;
    padding: 13px 25px 21px;
  }
}

@media screen and (min-width: 768px) {
  .inquiryBox--bottom {
    margin-bottom: -190px;
  }
}

@media screen and (max-width: 767px) {
  .inquiryBox--bottom {
    margin-bottom: -40px;
  }
}

.inquiryBox__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.inquiryBox__inner > * {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .inquiryBox__inner {
    min-height: 211px;
  }
}

@media screen and (max-width: 767px) {
  .inquiryBox__inner {
    min-height: 171px;
  }
}

.inquiryBox__title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .inquiryBox__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .inquiryBox__title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .inquiryBox__title + .btnMain {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .inquiryBox__title + .btnMain {
    margin-top: 15px;
  }
}

.inquiryBox .linkMore {
  display: inline-block;
  width: auto;
}

@media screen and (min-width: 768px) {
  .inquiryBox .linkMore {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .inquiryBox .linkMore {
    margin-top: 20px;
  }
}

/* List
==============================================================*/
@media screen and (min-width: 768px) {
  .tableList {
    border-top: 3px solid #000000;
  }
}

@media screen and (max-width: 767px) {
  .tableList {
    border-top: 2px solid #000000;
  }
}

@media screen and (min-width: 768px) {
  .tableList > li {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 23px 0;
    border-bottom: 3px solid #000000;
  }
}

@media screen and (max-width: 767px) {
  .tableList > li {
    padding: 18px 0;
    border-bottom: 2px solid #000000;
  }
}

.tableList__title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .tableList__title {
    width: 20%;
  }
}

@media screen and (min-width: 768px) {
  .tableList__inner {
    width: 80%;
  }
}

.tableList a {
  color: #0683f7;
}

/* top
=============================================================================*/
@media screen and (min-width: 768px) {
  .top .main {
    padding: 160px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .top .main {
    padding: 40px 25px 0;
  }
}

@media screen and (min-width: 768px) {
  .topSection + .topSection {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .topSection + .topSection {
    margin-top: 70px;
  }
}

.topSection__title {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .topSection__title {
    margin: 0 0 26px;
  }
}

@media screen and (max-width: 767px) {
  .topSection__title {
    margin: 0 0 21px;
  }
}

.topSection__title::after {
  content: "";
  display: block;
  width: 100%;
  background: #f7e806;
}

@media screen and (min-width: 768px) {
  .topSection__title::after {
    height: 15px;
    margin: -15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .topSection__title::after {
    height: 10px;
    margin: -8px 0 0;
  }
}

.topSection__title__en {
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .topSection__title__en {
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: -5px;
  }
}

@media screen and (max-width: 767px) {
  .topSection__title__en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.topSection__title__jp {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
}

@media screen and (min-width: 768px) {
  .topSection__title__jp {
    font-size: 18px;
    font-size: 1.125rem;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 36px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .topSection__title__jp {
    font-size: 11px;
    font-size: 0.6875rem;
    height: 22px;
    line-height: 22px;
    margin: 0 0 4px 10px;
    padding: 0 15px;
  }
}

.topSection__titlesub {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .topSection__titlesub {
    margin: 0 0 36px;
  }
}

@media screen and (max-width: 767px) {
  .topSection__titlesub {
    margin: 0 0 25px;
  }
}

.topSection__titlesub__main {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .topSection__titlesub__main {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: -2px;
  }
}

@media screen and (max-width: 767px) {
  .topSection__titlesub__main {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -2px;
    margin-right: 5spx;
  }
}

.topSection__titlesub__sub {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .topSection__titlesub__sub {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0 20px;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 767px) {
  .topSection__titlesub__sub {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 0 10px;
    padding: 0;
  }
}

.topSection__titlesub__sub::after {
  content: "";
  display: block;
  width: 100%;
  background: #f7e806;
}

@media screen and (min-width: 768px) {
  .topSection__titlesub__sub::after {
    height: 10px;
    margin: -6px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .topSection__titlesub__sub::after {
    height: 5px;
    margin: -2px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .topText {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 768px) {
  .top .inquiryBox {
    margin-top: 185px;
    padding: 31px 25px 40px;
  }
}

@media screen and (max-width: 767px) {
  .top .inquiryBox {
    margin-top: 80px;
  }
  .top .inquiryBox .btnMain {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top .inquiryBox__inner {
    min-height: 130px;
  }
}

@media screen and (max-width: 767px) {
  .top .inquiryBox__inner {
    min-height: 135px;
  }
}

/* kv
-------------------------------------------*/
.kv {
  position: relative;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .kv {
    margin: 0 -85px;
    padding: 0 85px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kv {
    margin: 0 -20px;
  }
}

.kv::before, .kv::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .kv::before, .kv::after {
    width: 170px;
    height: 340px;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  .kv::before, .kv::after {
    width: 160px;
    height: 100%;
    z-index: 0;
    background-size: auto 100%;
  }
}

.kv::before {
  background-image: url(/assets/img/top/bg_kv_left.png);
  background-position: right center;
}

@media screen and (min-width: 768px) {
  .kv::before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .kv::before {
    left: 85px;
  }
}

.kv::after {
  background-image: url(/assets/img/top/bg_kv_right.png);
  background-position: left center;
}

@media screen and (min-width: 768px) {
  .kv::after {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .kv::after {
    right: 85px;
  }
}

.kv__main {
  display: flex;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .kv__main {
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    height: 400px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .kv__main {
    position: relative;
    flex-wrap: wrap;
    padding: 70px 20px 25px;
  }
}

.kv__main__textBox {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .kv__main__textBox {
    position: relative;
    width: 280px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .kv__main__textBox {
    width: 100%;
    order: 1;
    text-align: center;
    margin-top: auto;
  }
}

.kv__main__title {
  position: absolute;
  z-index: -1;
  text-align: center;
  background: #f7e806;
  border-radius: 50px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .kv__main__title {
    top: -60px;
    left: 0;
    padding: 3px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .kv__main__title {
    width: 60%;
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 1px 5px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.kv__main__step {
  overflow: hidden;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .kv__main__step {
    padding: 10px 0 0;
    font-size: 56px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .kv__main__step {
    padding: 10% 0 0;
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.kv__main__step b {
  display: inline-block;
}

.kv__main__text {
  font-weight: bold;
  line-height: 1.4;
  transform: translate(0, 80px);
}

@media screen and (min-width: 768px) {
  .kv__main__text {
    padding-top: 10px;
    font-size: 29px;
    font-size: 1.8125rem;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 767px) {
  .kv__main__text {
    padding-top: 5px;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: -1px;
  }
}

.kv__main__text--small {
  display: inline;
}

@media screen and (min-width: 768px) {
  .kv__main__text--small {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .kv__main__text--small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.kv__main__textArea {
  overflow: hidden;
}

.kv__main__img {
  position: relative;
  transform: scale(0);
  transform-origin: 50% 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kv__main__img {
    order: 0;
    width: 78%;
    margin: 10% auto 0;
    padding: 20px 0;
  }
  .kv__main__img img {
    width: 100%;
    height: auto;
  }
  .kv__main__img--small img {
    width: 91%;
  }
  .kv__main__img--large img {
    width: 109%;
  }
}

.kv__main__img::before, .kv__main__img::after {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .kv__main__img::before, .kv__main__img::after {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.kv__main__img::before {
  z-index: -1;
  background: #f7e806;
}

@media screen and (min-width: 768px) {
  .kv__main__img::before {
    width: 490px;
    height: 490px;
    top: -80px;
    right: 10px;
  }
}

.kv__main__img::after {
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: radial-gradient(#000 40%, transparent 20%), radial-gradient(#000 40%, transparent 20%);
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .kv__main__img::after {
    width: 490px;
    height: 490px;
    top: -70px;
    right: 0;
    background-size: 4px 4px;
  }
}

@media screen and (max-width: 767px) {
  .kv__main__img::after {
    margin: 7px 0 0 7px;
    background-size: 2px 2px;
  }
}

.kv .swiper-container {
  position: relative;
  overflow: hidden;
}

.kv .swiper-slide {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .kv .swiper-slide-active .kv__main__title {
    animation: titleBound 0.7s ease-in-out both;
  }
}

@media screen and (max-width: 767px) {
  .kv .swiper-slide-active .kv__main__title {
    animation: titleBoundSp 0.7s ease-in-out both;
  }
}

.kv .swiper-slide-active .kv__main__step b:nth-child(1) {
  animation: 1s stepMove 0.125s 1 both;
}

.kv .swiper-slide-active .kv__main__step b:nth-child(2) {
  animation: 1s stepMove 0.25s 1 both;
}

.kv .swiper-slide-active .kv__main__step b:nth-child(3) {
  animation: 1s stepMove 0.375s 1 both;
}

.kv .swiper-slide-active .kv__main__step b:nth-child(4) {
  animation: 1s stepMove 0.5s 1 both;
}

.kv .swiper-slide-active .kv__main__step b:nth-child(5) {
  animation: 1s stepMove 0.625s 1 both;
}

.kv .swiper-slide-active .kv__main__step b:nth-child(6) {
  animation: 1s stepMove 0.75s 1 both;
}

.kv .swiper-slide-active .kv__main__step b:nth-child(7) {
  animation: 1s stepMove 0.875s 1 both;
}

.kv .swiper-slide-active .kv__main__step b:nth-child(8) {
  animation: 1s stepMove 1s 1 both;
}

.kv .swiper-slide-active .kv__main__step b:nth-child(9) {
  animation: 1s stepMove 1.125s 1 both;
}

.kv .swiper-slide-active .kv__main__step b:nth-child(10) {
  animation: 1s stepMove 1.25s 1 both;
}

.kv .swiper-slide-active .kv__main__text {
  animation: textBound 0.5s ease both;
  animation-delay: 1.5s;
}

.kv .swiper-slide-active .kv__main__img {
  animation: imgWidth 0.6s ease-out both;
  animation-delay: 1.5s;
}

.kv .swiper-button-prev, .kv .swiper-button-next {
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .kv .swiper-button-prev, .kv .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kv .swiper-button-prev, .kv .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}

.kv .swiper-button-prev::after, .kv .swiper-button-next::after {
  content: "";
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .kv .swiper-button-prev::after, .kv .swiper-button-next::after {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kv .swiper-button-prev::after, .kv .swiper-button-next::after {
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .kv .swiper-button-prev {
    left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .kv .swiper-button-prev {
    left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .kv .swiper-button-prev::after {
    background: url(/assets/img/common/arrow_link02_left.svg) no-repeat left center;
    background-size: 60px auto;
  }
}

@media screen and (max-width: 767px) {
  .kv .swiper-button-prev::after {
    background: url(/assets/img/common/arrow_link02_left.svg) no-repeat left center;
    background-size: 35px auto;
  }
}

@media screen and (min-width: 768px) {
  .kv .swiper-button-next {
    right: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .kv .swiper-button-next {
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .kv .swiper-button-next::after {
    background: url(/assets/img/common/arrow_link02_right.svg) no-repeat right center;
    background-size: 60px auto;
  }
}

@media screen and (max-width: 767px) {
  .kv .swiper-button-next::after {
    background: url(/assets/img/common/arrow_link02_right.svg) no-repeat right center;
    background-size: 35px auto;
  }
}

.kv .swiper-pagination {
  text-align: left;
  left: 80px;
  bottom: 0px;
}

.kv .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 3px solid #000;
  background: #ffffff;
}

.kv .swiper-pagination-bullet-active {
  background: #f7e806;
}

@media screen and (max-width: 767px) {
  .kv .swiper-pagination {
    display: none;
  }
}

.kv__news {
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .kv__news {
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    margin: 0 0 -69px;
  }
}

@media screen and (max-width: 767px) {
  .kv__news {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kv__news {
    margin: 0 -20px;
  }
}

.kv__news__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .kv__news__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.kv__news .news__list {
  border: none;
  flex: 1;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .kv__news .news__list {
    width: calc(100% - 60px);
  }
}

.kv__news .news__list__item {
  border: none;
}

@media screen and (min-width: 768px) {
  .kv__news .news__list__item a {
    padding: 20px 43px 19px 20px;
  }
}

@media screen and (max-width: 767px) {
  .kv__news .news__list__item a {
    padding: 10px 15px 7px;
  }
  .kv__news .news__list__item a:after {
    display: none;
  }
}

.kv__news .news__list__title {
  width: auto;
}

@media screen and (min-width: 768px) {
  .kv__news .news__list__title {
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .kv__news .news__list__title {
    padding: 0;
  }
}

.kv__news .news__list__more {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .kv__news .news__list__more {
    min-width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .kv__news .news__list__more {
    width: 59px;
  }
}

.kv__news .news__list__more .btnMore {
  height: 60px;
  line-height: 60px;
  padding: 0 38px 0 0;
  background-position: 72px center;
}

@media screen and (min-width: 768px) {
  .kv__news .news__list__more .btnMore {
    font-size: 14px;
    font-size: 0.875rem;
    height: 45px;
    line-height: 45px;
    padding: 0 28px 0 0;
    background-position: 60px center;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .kv__news .news__list__more .btnMore {
    font-size: 10px;
    font-size: 0.625rem;
    height: 100%;
    padding-top: 35px;
    background-position: center 10px;
  }
}

.kv__news .news__list__more .btnMore::after {
  display: none;
}

@keyframes stepMove {
  0% {
    transform: translateY(150px);
  }
  30% {
    transform: translateY(-15px);
  }
  45% {
    transform: translateY(0px);
  }
}

@keyframes titleBound {
  0% {
    top: 60px;
    transform: scale(1);
  }
  30% {
    top: -15%;
  }
  50% {
    transform: scale(1) rotate(5deg);
  }
  90% {
    top: 0;
    transform: scale(1.05, 0.9) rotate(-5deg);
  }
  100% {
    top: 0;
    transform: scale(1);
  }
}

@keyframes titleBoundSp {
  0% {
    top: 20px;
    transform: scale(1) translateX(-50%);
  }
  30% {
    top: -5px;
  }
  50% {
    transform: scale(1) rotate(5deg) translateX(-50%);
  }
  90% {
    top: 30px;
    transform: scale(1.05, 0.9) rotate(-5deg) translateX(-50%);
  }
  100% {
    top: 30px;
    transform: scale(1) translateX(-50%);
  }
}

@keyframes textBound {
  0% {
    transform: translate(0, 80px);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: translate(0, -10px) rotate(-2deg);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes imgWidth {
  0% {
    transform: scale(0) rotate(-20deg);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .about__section {
    margin-top: 66px;
  }
}

@media screen and (max-width: 767px) {
  .about__section {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .about__section + .about__section {
    margin-top: 106px;
  }
}

@media screen and (max-width: 767px) {
  .about__section + .about__section {
    margin-top: 65px;
  }
}

@media screen and (min-width: 768px) {
  .about__list {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 25px 0 56px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .about__list {
    margin: 25px 0 31px;
    padding-right: 6px;
  }
}

.about__list__item {
  position: relative;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .about__list__item {
    border: 4px solid #000000;
    width: calc(100% / 3 - 30px);
    padding: 36px 26px 32px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .about__list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 2px solid #000000;
    margin: 19px 0 0;
    border-radius: 10px;
  }
}

.about__list__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #cccccc;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .about__list__item::before {
    width: calc(100% + 11px);
    height: calc(100% + 12px);
    top: -4px;
    left: -4px;
    border: 4px solid #000000;
    border-radius: 12px 30px 12px 25px;
  }
}

@media screen and (max-width: 767px) {
  .about__list__item::before {
    width: calc(100% + 5px);
    height: calc(100% + 6px);
    top: -2px;
    left: -2px;
    border: 2px solid #000000;
    border-radius: 10px 14px 10px 20px;
  }
}

.about__list__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(/assets/img/common/bg_dot01.png) repeat 0 0;
  background-size: 6px auto;
  width: 100%;
  height: 214px;
  border-radius: 12px 12px 0 0;
}

@media screen and (max-width: 767px) {
  .about__list__item::after {
    display: none;
  }
}

.about__list__tag {
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  background: #f7e806;
  border-radius: 50px;
  text-shadow: 2px 2px 0px #ffffff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .about__list__tag {
    font-size: 22px;
    font-size: 1.375rem;
    height: 38px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .about__list__tag {
    width: 110px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .about__list__titleBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 82%;
    background: url(/assets/img/common/bg_dot01.png) repeat 0 0;
    background-size: 6px auto;
    padding: 35px 0;
  }
}

.about__list__title {
  text-align: center;
  text-shadow: 2px 2px 0px #ffffff;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .about__list__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5;
    margin: 22px 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .about__list__title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 11px 0 0;
  }
}

.about__list__img {
  position: relative;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about__list__img {
    width: 70%;
    margin: 20px 0;
  }
}

.about__list__img img {
  width: 100%;
  height: auto;
}

.about__list__img canvas {
  width: 100% !important;
  height: auto !important;
}

.about__list--under {
  margin: 0;
}

.about__list--under .about__list__item::after {
  height: 100%;
}

.about__list--under .about__list__title {
  margin-bottom: 0;
}

.about__list--under .about__list__titleBox {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about__list--under .about__list__titleBox {
    padding: 20px 0;
  }
}

.about__idList {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .about__idList {
    margin: 25px 0 0;
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .about__idList {
    padding-right: 6px;
  }
}

.about__idList__item {
  position: relative;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .about__idList__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 4px solid #000000;
    border-radius: 12px;
    width: calc(100% / 2 - 24px);
    padding: 49px 42px 36px 38px;
  }
}

@media screen and (max-width: 767px) {
  .about__idList__item {
    width: 46%;
    border: 2px solid #000000;
    border-radius: 6px;
    padding: 21px 10px;
  }
}

.about__idList__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #cccccc;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .about__idList__item::before {
    width: calc(100% + 11px);
    height: calc(100% + 12px);
    top: -4px;
    left: -4px;
    border: 4px solid #000000;
    border-radius: 12px 30px 12px 25px;
  }
}

@media screen and (max-width: 767px) {
  .about__idList__item::before {
    width: calc(100% + 5px);
    height: calc(100% + 6px);
    top: -2px;
    left: -2px;
    border: 2px solid #000000;
    border-radius: 6px 10px 6px 10px;
  }
}

.about__idList__title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .about__idList__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.75;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .about__idList__title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .about__idList__img {
    width: 225px;
  }
}

@media screen and (max-width: 767px) {
  .about__idList__img {
    margin: 15px 0 0;
    padding: 0 5px;
    text-align: center;
  }
}

.about__idList__img img {
  max-width: 100%;
}

.about__idList__img canvas {
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-width: 768px) {
  .about__trigers {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .about__trigers {
    margin-top: 20px;
  }
}

.about__trigers__title {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about__trigers__title {
    font-size: 18px;
    font-size: 1.125rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .about__trigers__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.about__trigers__title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/assets/img/common/ico_tab_close.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .about__trigers__title::after {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .about__trigers__title::after {
    width: 25px;
    height: 26px;
  }
}

.about__trigers__title.isOpen::after {
  background-image: url(/assets/img/common/ico_tab_open.png);
}

.about__trigers__box {
  display: none;
}

@media screen and (min-width: 768px) {
  .about__trigers__box {
    margin-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .about__trigers__box {
    margin-top: 15px;
  }
}

.about__trigers__list {
  counter-reset: ProcedureList;
  list-style-type: none;
  background: url(/assets/img/top/line_faq.png) repeat-x 0 bottom;
}

@media screen and (min-width: 768px) {
  .about__trigers__list {
    margin: 0 0 50px;
    padding: 0 0 63px;
  }
}

@media screen and (max-width: 767px) {
  .about__trigers__list {
    margin: 0 0 25px;
    padding: 0 0 30px;
  }
}

.about__trigers__item {
  background: #ffffff;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 768px) {
  .about__trigers__item {
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 12px;
    border: 4px solid #000000;
    padding: 10px 18px 10px 84px;
  }
}

@media screen and (max-width: 767px) {
  .about__trigers__item {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.0;
    border-radius: 6px;
    border: 2px solid #000000;
    padding: 10px 18px 10px 84px;
  }
}

.about__trigers__item::before {
  counter-increment: ProcedureList;
  content: counter(ProcedureList);
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  background: #f7e806;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 11px;
  left: 18px;
}

.about__trigers__item + li {
  margin: 20px 0 0;
}

.about__trigers__item:not(:last-child)::after {
  content: "";
  display: block;
  background: url(/assets/img/top/arrow_faq.png) no-repeat 0 0;
  width: 31px;
  height: 27px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 15px);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about__trigers__item:not(:last-child)::after {
    background-size: 25px auto;
    left: calc(50% - 13px);
  }
}

.feature__list {
  counter-reset: featureList;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .feature__list {
    margin: 76px 0 -15px;
  }
}

.feature__list__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .feature__list__item {
    margin: 70px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .feature__list__item + .feature__list__item {
    margin: 106px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .feature__list__item + .feature__list__item {
    margin: 65px 0 0;
  }
}

.feature__list__title {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .feature__list__title {
    font-size: 32px;
    font-size: 2rem;
    padding: 0 0 15px 98px;
  }
}

@media screen and (max-width: 767px) {
  .feature__list__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 0 48px;
  }
}

.feature__list__title::before {
  counter-increment: featureList;
  content: counter(featureList, decimal-leading-zero);
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .feature__list__title::before {
    font-size: 42px;
    font-size: 2.625rem;
    top: 15px;
    left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .feature__list__title::before {
    font-size: 25px;
    font-size: 1.5625rem;
    top: 7px;
    left: 7px;
  }
}

.feature__list__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f7e806 transparent transparent transparent;
  position: absolute;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .feature__list__title::after {
    border-width: 70px 70px 0 0;
    top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .feature__list__title::after {
    border-width: 35px 35px 0 0;
    top: 0;
  }
}

.feature__list__titleSub {
  display: inline-block;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .feature__list__titleSub {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 0 35px;
    border-bottom: 6px solid #f7e806;
  }
}

@media screen and (max-width: 767px) {
  .feature__list__titleSub {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 30px;
    border-bottom: 3px solid #f7e806;
  }
}

@media screen and (min-width: 768px) {
  .feature__list__section {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .feature__list__section {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .feature__list__section + .feature__list__section {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .feature__list__section + .feature__list__section {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .feature__greatvalueList {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 49px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .feature__greatvalueList {
    margin: 30px 0 0;
  }
}

.feature__greatvalueList__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .feature__greatvalueList__item {
    width: calc(100% / 3 - 24px);
  }
}

@media screen and (max-width: 767px) {
  .feature__greatvalueList__item + .feature__greatvalueList__item {
    margin-top: 50px;
  }
}

.feature__greatvalueList__title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .feature__greatvalueList__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 20px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .feature__greatvalueList__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.feature__greatvalueList__text {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .feature__greatvalueList__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .feature__greatvalueList__text {
    margin: 0 0 13px;
  }
}

.feature__greatvalueList__img {
  position: relative;
  text-align: center;
}

.feature__greatvalueList__img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .feature__greatvalueList__img {
    height: 220px;
  }
  .feature__greatvalueList__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .feature__greatvalueList__img {
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .feature__varietyBlock {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .feature__varietyBlock__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 482px;
  }
}

@media screen and (max-width: 767px) {
  .feature__varietyBlock__item + .feature__varietyBlock__item {
    margin: 50px 0 0;
  }
}

.feature__varietyBlock__item__img {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .feature__varietyBlock__item__img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .feature__varietyBlock__item__img {
    margin: 0 0 20px;
  }
}

.feature__varietyBlock__item__img img {
  width: 100%;
  height: auto;
}

.feature__varietyBlock__item__title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .feature__varietyBlock__item__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .feature__varietyBlock__item__txt {
    width: calc(100% - 250px);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .feature__company {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .feature__company {
    margin: 25px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .feature__company__item {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.feature__company__img {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature__company__img {
    margin: 0 0 20px;
  }
  .feature__company__img img {
    width: 100%;
    max-width: 325px;
    height: auto;
  }
}

.feature__company__title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .feature__company__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .feature__company__txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
    padding: 0 0 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .feature__company__txt p {
    margin: 18px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .feature__company__txt p {
    margin: 5px 0 0;
  }
}

.feature__reliefList {
  counter-reset: reliefList;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .feature__reliefList {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 12px 0 0;
  }
}

.feature__reliefList__item {
  position: relative;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .feature__reliefList__item {
    padding: 36px 46px 32px;
    border: 4px solid #000000;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .feature__reliefList__item {
    padding: 15px 20px;
    border: 2px solid #000000;
    border-radius: 6px;
  }
  .feature__reliefList__item + .feature__reliefList__item {
    margin-top: 20px;
  }
}

.feature__reliefList__item + .feature__reliefList__item {
  margin: 50px 0 0;
}

.feature__reliefList__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #cccccc;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .feature__reliefList__item::before {
    width: calc(100% + 11px);
    height: calc(100% + 12px);
    top: -4px;
    left: -4px;
    border: 4px solid #000000;
    border-radius: 12px 30px 12px 25px;
  }
}

@media screen and (max-width: 767px) {
  .feature__reliefList__item::before {
    width: calc(100% + 5px);
    height: calc(100% + 6px);
    top: -2px;
    left: -2px;
    border: 2px solid #000000;
    border-radius: 6px 10px 6px 10px;
  }
}

@media screen and (min-width: 768px) {
  .feature__reliefList__item .reliefBlock {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .feature__reliefList__item .reliefBlock .reliefBlock__item {
    align-items: center;
  }
}

.feature__reliefList__title {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .feature__reliefList__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 28px 0 36px;
    padding: 0 0 0 90px;
  }
}

@media screen and (max-width: 767px) {
  .feature__reliefList__title {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 12px;
    padding: 0 0 0 50px;
    line-height: 1.5;
  }
}

.feature__reliefList__title::before {
  counter-increment: reliefList;
  content: counter(reliefList, decimal-leading-zero);
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  background: #f7e806;
  border-radius: 50%;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .feature__reliefList__title::before {
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 32px;
    font-size: 2rem;
    top: -25px;
    left: -4px;
  }
}

@media screen and (max-width: 767px) {
  .feature__reliefList__title::before {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    font-size: 1.25rem;
    top: 0;
    left: 0;
  }
}

.feature__reliefList__img {
  position: relative;
  text-align: center;
}

.feature__reliefList__img img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .feature__reliefList__img {
    height: 174px;
  }
  .feature__reliefList__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .feature__reliefList__img {
    margin: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .feature__reliefBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .feature__reliefBlock__txt {
    width: 555px;
  }
}

@media screen and (min-width: 768px) {
  .feature__reliefBlock__img {
    width: 295px;
  }
}

@media screen and (max-width: 767px) {
  .feature__reliefBlock__img {
    margin-top: 20px;
  }
}

.feature__reliefBlock__img img {
  width: 100%;
  height: auto;
}

.feature__attentionList {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .feature__attentionList {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .feature__attentionList {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .feature__attentionList__item {
    width: calc(100% / 2 - 20px);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    margin: 0 0 35px;
  }
  .feature__attentionList__item:nth-last-child(1), .feature__attentionList__item:nth-last-child(2) {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature__attentionList__item + .feature__attentionList__item {
    margin: 25px 0 0;
  }
}

.feature__attentionList__tag {
  text-align: center;
  font-weight: bold;
  background: #f7e806;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .feature__attentionList__tag {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 33px;
    line-height: 33px;
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .feature__attentionList__tag {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 5px;
  }
}

.swiper-container {
  text-align: center;
  overflow: inherit;
  position: relative;
}

@media screen and (min-width: 768px) {
  .swiper-container {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 -56px;
    padding: 0 56px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 -13px;
    padding: 0 13px;
  }
}

.swiper-container-inner {
  overflow: hidden;
  border-radius: 10px;
}

.swiper-button-prev, .swiper-button-next {
  width: 36px;
  height: 36px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/arrow_link02_left.svg) no-repeat left center;
  background-size: 36px auto;
  width: 36px;
  height: 36px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/arrow_link02_right.svg) no-repeat right center;
  background-size: 36px auto;
  width: 36px;
  height: 36px;
}

.swiper-pagination {
  text-align: left;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 3px solid #000;
  background: #ffffff;
}

.swiper-pagination-bullet-active {
  background: #f7e806;
}

@media screen and (min-width: 768px) {
  .swiper-slide-content {
    margin: 8px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide-content {
    margin: 4px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .news__list {
    margin: 60px 0 0;
  }
}

.bottomList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .bottomList {
    margin: 52px 0 55px;
  }
}

@media screen and (max-width: 767px) {
  .bottomList {
    margin: 20px -25px;
  }
}

@media screen and (min-width: 768px) {
  .bottomList__item {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .bottomList__item {
    margin: 0 15px;
  }
}

.bottomList__item a {
  position: relative;
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .bottomList__item a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 50px 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .bottomList__item a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 32px 0 30px;
  }
}

.bottomList__item a img {
  margin: 0 10px 0 0;
}

.bottomList__item a::before, .bottomList__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.bottomList__item a::before {
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bottomList__item a::after {
  right: 0;
}

@media screen and (min-width: 768px) {
  .bottomList__item a::after {
    background: url(/assets/img/common/arrow_link02_right.svg) no-repeat right center;
    background-size: 36px auto;
    width: 36px;
    height: 36px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .bottomList__item a::after {
    background: url(/assets/img/common/arrow_link02_right.svg) no-repeat right center;
    background-size: 26px auto;
    width: 26px;
    height: 26px;
    margin-top: -3px;
  }
}

.bottomList__item--tw a::before {
  background-image: url(/assets/img/ico_twitter.png);
}

@media screen and (min-width: 768px) {
  .bottomList__item--tw a::before {
    width: 35px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .bottomList__item--tw a::before {
    width: 24px;
    height: 20px;
  }
}

.bottomList__item--mail a::before {
  background-image: url(/assets/img/ico_mail.png);
}

@media screen and (min-width: 768px) {
  .bottomList__item--mail a::before {
    width: 33px;
    height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .bottomList__item--mail a::before {
    width: 22px;
    height: 16px;
  }
}

/* wallet
=============================================================================*/
@media screen and (min-width: 768px) {
  .walletList {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .walletList {
    padding-bottom: 12px;
  }
}

.walletList__item {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .walletList__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 11px);
    margin-top: 50px;
    border: 4px solid #000;
    padding: 40px 46px 36px;
    border-radius: 12px;
  }
  .walletList__item:first-child {
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .walletList__item {
    border: 2px solid #000;
    margin: 31px 5px 0 0;
    padding: 15px 25px;
    border-radius: 6px;
  }
}

.walletList__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #cccccc;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .walletList__item::before {
    width: calc(100% + 11px);
    height: calc(100% + 12px);
    top: -4px;
    left: -4px;
    border: 4px solid #000000;
    border-radius: 12px 30px 12px 25px;
  }
}

@media screen and (max-width: 767px) {
  .walletList__item::before {
    width: calc(100% + 5px);
    height: calc(100% + 6px);
    top: -2px;
    left: -2px;
    border: 2px solid #000000;
    border-radius: 6px 10px 6px 10px;
  }
}

@media screen and (min-width: 768px) {
  .walletList__item__textBox {
    width: 550px;
  }
}

.walletList__item__title {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .walletList__item__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .walletList__item__title {
    padding: 7px 0 7px 45px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .walletList__item__text {
    margin-top: 17px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .walletList__item__text {
    margin-top: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.85;
  }
}

.walletList__item__number {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #f7e806;
  border-radius: 100%;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .walletList__item__number {
    width: 74px;
    height: 74px;
    line-height: 74px;
    margin-right: 20px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .walletList__item__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin-right: 10px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .walletList__item__img {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .walletList__item__img {
    margin-top: 13px;
  }
}

.walletList__item__img img {
  max-width: 100%;
  height: auto;
}

.walletList__item__btn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .walletList__item__btn {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .walletList__item__btn {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

.walletList__item__btn .btnMain {
  margin-top: 0;
}

.linkCenter {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .linkCenter {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .linkCenter {
    margin-top: 17px;
  }
}

.linkCenter .btnMore {
  float: none;
}

@media screen and (min-width: 768px) {
  .hint {
    margin: 27px 0 51px;
  }
}

@media screen and (max-width: 767px) {
  .hint {
    margin: 33px 0 51px;
  }
}

.hint__title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .hint__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .hint__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .hint__list {
    margin: 13px 0 19px;
    border-bottom: 3px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .hint__list {
    margin: 8px -25px 10px;
    border-bottom: 2px solid #000;
  }
}

@media screen and (min-width: 768px) {
  .hint__list__item {
    border-top: 3px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .hint__list__item {
    border-top: 2px solid #000;
  }
}

.hint__list__step dt {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .hint__list__step dt {
    padding: 15px 40px 15px 0;
    font-size: 16px;
    font-size: 1rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .hint__list__step dt {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 0 30px 0 25px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.hint__list__step dt::before, .hint__list__step dt::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}

@media screen and (min-width: 768px) {
  .hint__list__step dt::before {
    width: 15px;
    height: 3px;
    top: 32px;
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hint__list__step dt::before {
    width: 10px;
    height: 2px;
    top: 31px;
    right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .hint__list__step dt::after {
    width: 3px;
    height: 15px;
    top: 26px;
    right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hint__list__step dt::after {
    width: 2px;
    height: 10px;
    top: 27px;
    right: 19px;
  }
}

.hint__list__step dt.isOpen::before {
  transform: rotate(360deg);
}

.hint__list__step dt.isOpen::after {
  width: 0;
}

.hint__list__step dd {
  display: none;
}

@media screen and (min-width: 768px) {
  .hint__list__step dd {
    padding: 20px 0 100px 40px;
  }
}

@media screen and (max-width: 767px) {
  .hint__list__step dd {
    padding: 0 25px 15px 20px;
  }
}

.hint__list__title {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .hint__list__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .hint__list__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.hint__list__title::before {
  content: "";
  display: block;
  position: absolute;
  background: #f7e806;
}

@media screen and (min-width: 768px) {
  .hint__list__title::before {
    width: 26px;
    height: 5px;
    top: 24px;
    left: -40px;
  }
}

@media screen and (max-width: 767px) {
  .hint__list__title::before {
    width: 13px;
    height: 3px;
    top: 17px;
    left: -20px;
  }
}

@media screen and (min-width: 768px) {
  .hint__list__section + .hint__list__section {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hint__list__section + .hint__list__section {
    margin-top: 50px;
  }
}

.hint__top {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .hint__top {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .hint__top__img {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .hint__top__img {
    width: 100%;
    order: 1;
    text-align: center;
    margin-top: 10px;
  }
}

.hint__top__img img {
  height: auto;
}

@media screen and (min-width: 768px) {
  .hint__top__img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hint__top__img img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .hint__top__box {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 767px) {
  .hint__top__box {
    order: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.hint__top__box__title {
  margin: 0 auto;
  background: #f7e806;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  text-shadow: 2px 2px 0px #fff;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .hint__top__box__title {
    max-width: 320px;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 767px) {
  .hint__top__box__title {
    max-width: 165px;
    padding: 3px 10px;
  }
}

.stepList__item {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .stepList__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 35px 45px;
    border: 4px solid #000;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .stepList__item {
    padding: 23px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.stepList__item a {
  color: #0683f7;
}

@media screen and (min-width: 768px) {
  .stepList__item:not(:last-child) {
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 767px) {
  .stepList__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.stepList__item:not(:last-child)::after {
  content: "";
  display: block;
  background: url(/assets/img/top/arrow_faq.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .stepList__item:not(:last-child)::after {
    width: 31px;
    height: 27px;
    bottom: -50px;
    left: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .stepList__item:not(:last-child)::after {
    width: 23px;
    height: 19px;
    bottom: -28px;
    left: calc(50% - 11px);
  }
}

.stepList__item__number {
  position: relative;
  font-weight: bold;
  background: #fff;
  border-left: solid #f7e806;
  line-height: 1.6;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .stepList__item__number {
    width: 120px;
    font-size: 26px;
    font-size: 1.625rem;
    border-left-width: 10px;
    padding-left: 20px;
    margin-left: -45px;
  }
}

@media screen and (max-width: 767px) {
  .stepList__item__number {
    font-size: 19px;
    font-size: 1.1875rem;
    border-left-width: 5px;
    padding: 0 0 5px 18px;
    margin: 0 0 5px -23px;
  }
}

.stepList__item__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .stepList__item__inner {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .stepList__item__textBox {
    width: calc(100% - 350px);
    padding-right: 45px;
  }
}

.stepList__item__title {
  font-weight: bold;
}

.stepList__item__text {
  line-height: 1.6;
}

.stepList__item__note {
  text-indent: -1.1rem;
  padding-left: 1.1rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .stepList__item__note {
    margin-top: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .stepList__item__note {
    margin-top: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.stepList__item__img {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .stepList__item__img {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .stepList__item__img {
    margin-top: 23px;
  }
}

.stepList__item__img img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .stepList__item__img + * {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .stepList__item__img + * {
    margin-top: 30px;
  }
}

.stepList__item .notesBox,
.stepList__item .supplementBox {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .stepList__item .notesBox,
  .stepList__item .supplementBox {
    margin: 30px 0 0;
  }
  .stepList__item .notesBox.small,
  .stepList__item .supplementBox.small {
    width: calc(100% - 120px);
    margin: 30px 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .stepList__item .notesBox,
  .stepList__item .supplementBox {
    margin: 23px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .stepList + .textNote {
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .stepList + .textNote {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .stepList--afterLead {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .stepList--afterLead {
    margin-top: 20px;
  }
}

/* faq
=============================================================================*/
/* faq
-------------------------------------------*/
@media screen and (min-width: 768px) {
  .faq .main {
    padding: 21px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .faq .main {
    padding: 45px 25px 0;
  }
}

.faq__localNav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 82px;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .faq__localNav {
    display: none;
  }
}

.faq__localNav__item {
  position: relative;
  margin: 0 14px 6px;
  padding-right: 35px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}

.faq__localNav__item::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 0;
  background: url(/assets/img/faq/arrow_bottom.png) no-repeat 0 0;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .faq__section + .faq__section {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .faq__section + .faq__section {
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) {
  .faq__list {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .faq__list {
    margin: 25px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .faq__list__item + .faq__list__item {
    margin-top: 21px;
  }
}

@media screen and (max-width: 767px) {
  .faq__list__item + .faq__list__item {
    margin-top: 11px;
  }
}

.faq__list__quest {
  position: relative;
  font-weight: bold;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .faq__list__quest {
    padding: 16px 80px;
    border: 4px solid #000;
    border-radius: 10px;
    line-height: 1.65;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .faq__list__quest:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .faq__list__quest {
    padding: 15px 45px 13px 50px;
    border: 2px solid #000;
    border-radius: 5px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.faq__list__quest::before, .faq__list__quest::after {
  display: block;
  position: absolute;
  top: 50%;
}

.faq__list__quest::before {
  content: "Q";
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  background: #f7e806;
  text-align: center;
  border-radius: 100%;
  letter-spacing: 4px;
}

@media screen and (min-width: 768px) {
  .faq__list__quest::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 28px;
    font-size: 1.75rem;
    left: 18px;
    margin-top: -23px;
  }
}

@media screen and (max-width: 767px) {
  .faq__list__quest::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    left: 10px;
    margin-top: -15px;
  }
}

.faq__list__quest::after {
  content: "";
  background-image: url(/assets/img/common/ico_tab_close.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .faq__list__quest::after {
    width: 36px;
    height: 36px;
    right: 16px;
    margin-top: -16px;
  }
}

@media screen and (max-width: 767px) {
  .faq__list__quest::after {
    width: 25px;
    height: 26px;
    right: 13px;
    margin-top: -13px;
  }
}

.faq__list__quest.isOpen {
  background: #f7e806;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq__list__quest.isOpen::before {
  background: #fff;
}

.faq__list__quest.isOpen::after {
  background-image: url(/assets/img/common/ico_tab_open.png);
}

.faq__list__answer {
  position: relative;
  display: none;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .faq__list__answer {
    padding: 15px 90px;
    border: 4px solid #000;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .faq__list__answer {
    padding: 15px 20px 15px 50px;
    border: 2px solid #000;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }
}

.faq__list__answer::before {
  content: "A";
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  background: #f7e806;
  text-align: center;
  border-radius: 100%;
  letter-spacing: 2px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .faq__list__answer::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 28px;
    font-size: 1.75rem;
    top: 12px;
    left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .faq__list__answer::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    top: 13px;
    left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .faq__list__answer p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .faq__list__answer p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .faq__list__answer p + p {
    margin-top: 21px;
  }
}

@media screen and (max-width: 767px) {
  .faq__list__answer p + p {
    margin-top: 15px;
  }
}

.faq__list__answer p a {
  color: #0683f7;
}

.faq__list__answer .notesBox {
  margin-top: 10px;
}

.faq__link {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .faq__link {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .faq__link {
    margin-top: 15px;
  }
}

/* buy
=============================================================================*/
.buy__localNav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .buy__localNav {
    margin: 38px 0 82px;
  }
}

@media screen and (max-width: 767px) {
  .buy__localNav {
    margin: 48px 0 0;
  }
}

.buy__localNav__item {
  position: relative;
  margin: 0 0 6px;
  padding-right: 35px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .buy__localNav__item {
    display: none;
  }
}

.buy__localNav__item::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 0;
  background: url(/assets/img/faq/arrow_bottom.png) no-repeat 0 0;
  background-size: 100%;
}

.buy__localNav__item + .buy__localNav__item {
  margin-left: 25px;
}

@media screen and (min-width: 768px) {
  .buyImg {
    margin: 50px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .buyImg {
    margin: 20px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .buyImg img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .buyList {
    padding-right: 12px;
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .buyList {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
}

.buyList__item {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .buyList__item {
    border: 4px solid #000;
    margin: 36px 33px 0 0;
    padding: 0 0 50px;
    border-radius: 12px;
    width: calc(100% / 3 - 22px);
  }
  .buyList__item:last-child, .buyList__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    border: 3px solid #000;
    margin: 10px 0 0;
    border-radius: 6px;
    width: calc(100% / 2 - 5px);
  }
  .buyList__item > * {
    width: 100%;
  }
}

.buyList__item__img {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

@media screen and (min-width: 768px) {
  .buyList__item__img {
    height: 148px;
    margin: 22px 0 0;
    padding: 0 26px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__img {
    height: 105px;
    margin: 8px 0 0;
    padding: 0 14px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.buyList__item__img figcaption {
  width: 100%;
}

.buyList__item__img img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .buyList__item__img img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__img img {
    max-height: 58px;
  }
}

.buyList__item__img--hasHeight {
  text-align: center;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

@media screen and (min-width: 768px) {
  .buyList__item__img--hasHeight {
    height: 225px;
    padding: 22px 26px 78px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__img--hasHeight {
    height: 148px;
    padding: 8px 14px 44px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.buyList__item__img--hasHeight figcaption {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .buyList__item__img--hasHeight img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__img--hasHeight img {
    max-width: 100%;
    max-height: 58px;
  }
}

@media screen and (min-width: 768px) {
  .buyList__item__img--hasHeight .btnMain {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    bottom: 30px;
    left: 26px;
    width: calc(100% - 40px);
  }
  .buyList__item__img--hasHeight .btnMain:hover::before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__img--hasHeight .btnMain {
    font-size: 10px;
    font-size: 0.625rem;
    position: absolute;
    bottom: 15px;
    left: 14px;
    width: calc(100% - 25px);
  }
}

@media screen and (min-width: 768px) {
  .buyList__item__img--hasHeight .btnMain::before {
    top: 5px;
    left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .buyList__item__img--hasHeight .btnMain > span {
    width: calc(100% - 12px);
    padding: 6px 0;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__img--hasHeight .btnMain > span {
    width: calc(100% - 4px);
    padding: 5px 0 4px;
  }
}

@media screen and (min-width: 768px) {
  .buyList__item__img--hasHeight .btnMain > span::after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    margin: 0 0 -4px 10px;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__img--hasHeight .btnMain > span::after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    margin: 0 0 -2px 3px;
  }
}

.buyList__item__img--hasHeight ul.textNote {
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .buyList__item__img--hasHeight ul.textNote {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 22px -13px 0;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__img--hasHeight ul.textNote {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 8px -7px 0;
  }
}

.buyList__item__link {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .buyList__item__link {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 4px solid #000;
    padding: 12px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__link {
    margin-top: auto;
    border-top: 3px solid #000;
    padding: 7px 0;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.buyList__item__link a {
  position: relative;
}

@media screen and (min-width: 768px) {
  .buyList__item__link a {
    margin: 0 10px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__link a {
    margin: 0 5px;
    padding-right: 20px;
  }
}

.buyList__item__link a::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/assets/img/common/arrow_link02_right.svg);
}

@media screen and (min-width: 768px) {
  .buyList__item__link a::after {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__link a::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}

.buyList__item__link a[target="_blank"]::after {
  background-image: url(/assets/img/buy/ico_blank.png);
}

@media screen and (min-width: 768px) {
  .buyList__item__link a[target="_blank"]::after {
    background-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__link a[target="_blank"]::after {
    background-size: 18px;
  }
}

.buyList__item__tag {
  width: 80%;
  margin: 20px auto 15px;
  background: #f7e806;
  text-align: center;
  padding: 6px 10px;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
}

.buyList__item__text {
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .buyList__item__text {
    padding: 30px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .buyList__item__text {
    padding: 15px 20px 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.buyList__item__text a {
  color: #0683f7;
}

@media screen and (min-width: 768px) {
  .buyList + .textNote {
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .buyList + .textNote {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .buyList + .textNote + .notesBox {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .buyList + .textNote + .notesBox {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .buyList + .textNote--single {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .buyList + .textNote--single {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .buyList--large .buyList__item {
    width: 100%;
  }
  .buyList--large .buyList__item__img {
    height: auto;
  }
  .buyList--large .buyList__item__img img {
    height: 120px;
    max-height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .cashList {
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cashList {
    padding-right: 6px;
  }
}

.cashList__item {
  position: relative;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .cashList__item {
    border: 4px solid #000;
    padding: 26px 40px 24px 70px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item {
    border: 2px solid #000;
    padding: 15px 20px 18px;
    border-radius: 6px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .cashList__item + .cashList__item {
    margin-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item + .cashList__item {
    margin-top: 16px;
  }
}

.cashList__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ccc;
}

@media screen and (min-width: 768px) {
  .cashList__item::before {
    width: calc(100% + 11px);
    height: calc(100% + 12px);
    top: -4px;
    left: -4px;
    border: 4px solid #000;
    border-radius: 12px 30px 12px 25px;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item::before {
    width: calc(100% + 5px);
    height: calc(100% + 6px);
    top: -2px;
    left: -2px;
    border: 2px solid #000;
    border-radius: 6px 10px 6px 10px;
  }
}

.cashList__item__title {
  margin: 0 auto;
  background: #f7e806;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  text-shadow: 2px 2px 0px #fff;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .cashList__item__title {
    max-width: 320px;
    padding: 8px 10px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item__title {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    padding: 3px 20px;
  }
}

@media screen and (min-width: 768px) {
  .cashList__item__list {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item__list {
    margin-top: 17px;
  }
}

.cashList__item__list li {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .cashList__item__list li {
    font-size: 18px;
    font-size: 1.125rem;
    width: 46%;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item__list li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 6px;
  }
}

.cashList__item__list li dl {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .cashList__item__list li dl {
    line-height: 1.65;
  }
}

.cashList__item__list li dl dt {
  position: relative;
}

@media screen and (min-width: 768px) {
  .cashList__item__list li dl dt {
    width: 63%;
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item__list li dl dt {
    width: 70%;
    padding-right: 40px;
    text-align: right;
  }
}

.cashList__item__list li dl dt::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  .cashList__item__list li dl dt::after {
    width: 50px;
    border-top: 4px dotted #000;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item__list li dl dt::after {
    width: 22px;
    border-top: 2px dotted #000;
  }
}

@media screen and (min-width: 768px) {
  .cashList__item__list li dl dd {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item__list li dl dd {
    width: 30%;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .cashList__item__list.singleLine li {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cashList__item__list.singleLine li dl {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .cashList__item__list.singleLine li dl dt {
    width: 290px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item__list.singleLine li dl dt {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .cashList__item__list.singleLine li dl dd {
    width: auto;
    margin: 0 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .cashList__item__list.singleLine li dl dd {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .cashList + .textNote {
    margin-top: 20px;
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .cashList + .textNote {
    margin-top: 25px;
  }
}

/* bankun_report
=============================================================================*/
@media screen and (min-width: 768px) {
  .donationCv {
    display: flex;
    align-items: top;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.donationCv__txt {
  width: calc(100% - 300px);
}

.donationCv__btn {
  width: 300px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .donationCv__txt {
    width: 100%;
    margin-bottom: 40px;
  }
  .donationCv__btn {
    width: 100%;
    text-align: center;
  }
}

.donation {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .donation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 35px 45px;
    border: 4px solid #000;
    border-radius: 10px;
  }
}

.donation__img {
  width: 250px;
}

.donation__txt {
  width: calc(100% - 250px);
  line-height: 1.6;
}

.donation__txt p + p {
  margin-top: 0.8em;
}

@media screen and (max-width: 767px) {
  .donation {
    padding: 23px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .donation__img {
    width: 100%;
    text-align: center;
  }
  .donation__txt {
    width: 100%;
    margin-top: 20px;
  }
}

.btnImg {
  margin-top: 20px;
}

.pastDonation {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .pastDonation {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 35px 45px;
    border: 4px solid #000;
    border-radius: 10px;
  }
}

.pastDonation__table {
  width: 100%;
}

.pastDonation__table table {
  width: 100%;
}

.pastDonation__table thead {
  border-bottom: 2px solid #000;
}

.pastDonation__table thead th {
  vertical-align: top;
  padding-bottom: 10px;
}

.pastDonation__table thead th:nth-child(1) {
  width: 40%;
}

.pastDonation__table thead th:nth-child(2) {
  width: 20%;
}

.pastDonation__table thead th:nth-child(3) {
  width: 40%;
}

.pastDonation__table tbody tr td {
  vertical-align: top;
  padding: 8px 0 0;
}

.pastDonation__table tbody tr td:nth-child(3) {
  font-size: 14px;
}

.pastDonation__table tbody tr:first-child td {
  padding: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .pastDonation {
    margin-top: 20px;
    padding: 23px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .pastDonation__table table {
    display: block;
  }
  .pastDonation__table thead {
    display: none;
  }
  .pastDonation__table tbody {
    display: block;
  }
  .pastDonation__table tbody tr {
    display: block;
  }
  .pastDonation__table tbody tr td {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1.85;
    padding: 0;
  }
  .pastDonation__table tbody tr td:nth-child(1) {
    padding-left: 4.5em;
  }
  .pastDonation__table tbody tr td:nth-child(1)::before {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 11px;
    content: "受付期間：";
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  .pastDonation__table tbody tr td:nth-child(2) {
    padding-left: 4.5em;
  }
  .pastDonation__table tbody tr td:nth-child(2)::before {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 11px;
    content: "募金合計：";
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  .pastDonation__table tbody tr td:nth-child(3) {
    font-size: 11px;
  }
  .pastDonation__table tbody tr:first-child td {
    padding-top: 0;
  }
  .pastDonation__table tbody tr + tr {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #000;
  }
}

.is-hidden {
  display: none;
}

/* info
=============================================================================*/
.news {
  /* 詳細用 */
}

@media screen and (min-width: 768px) {
  .news__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 -10px;
  }
}

@media screen and (max-width: 767px) {
  .news__nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 -5px 22px;
  }
}

.news__nav li {
  display: block;
  background: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news__nav li {
    overflow: hidden;
    width: 100%;
    margin: 0 10px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .news__nav li {
    width: 100%;
    margin: 0 5px;
    border-radius: 6px;
  }
}

.news__nav li.active {
  font-weight: bold;
  background: #f7e806;
}

.news__nav li a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .news__nav li a {
    padding: 10px 0 10px;
    border: 4px solid #000000;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .news__nav li a {
    white-space: nowrap;
    padding: 10px 20px;
    border: 2px solid #000000;
    border-radius: 6px;
  }
}

.news__list__item.empty {
  text-align: center;
  border-bottom: none !important;
}

@media screen and (min-width: 768px) {
  .news__list__item.empty {
    border-top: 3px solid #ffffff;
    margin: -3px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .news__list__item.empty {
    border-top: 2px solid #ffffff;
    margin: -2px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .news .entryData .titleMain {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .news .entryData .titleMain {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.news .entryData .pubdata {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .news .entryData .pubdata {
    padding: 10px 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .news .entryData .pubdata {
    padding: 0 0 10px;
  }
}

.news .entryData .pubdata > * .news__list__tag {
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .news .entryData .pubdata > * .news__list__tag {
    font-size: 11px;
    font-size: 0.6875rem;
    width: auto;
    min-width: 56px;
    height: 20px;
    line-height: 20px;
    margin: -3px 0 0;
    padding: 0 4px;
  }
  .news .entryData .pubdata > * .news__list__tag + * {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .news .entryData .pubdata > * .news__list__tag {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .news .entryData .pubdata__time {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .news .entryData .pubdata__time {
    margin: 0 0 5px 0;
  }
}

.news .entryData .pubdata__time time {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .news .entryData .pubdata {
    display: block;
  }
  .news .entryData .pubdata > * {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .news .entryData .entryBody {
    padding: 48px 0 98px;
    border-top: 6px solid #f7e806;
  }
}

@media screen and (max-width: 767px) {
  .news .entryData .entryBody {
    padding: 45px 0 75px;
    border-top: 3px solid #f7e806;
  }
}

.news .entryData .entryBody p {
  margin: 0 0 1em;
}

.news .entryData .entryBody p:last-child {
  margin-bottom: 0;
}

.news .entryData .entryBody .text__note {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: .8rem;
}

@media screen and (max-width: 767px) {
  .news .entryData .entryBody img {
    width: 100%;
    height: auto;
  }
}

.news .entryData .entryFooter {
  font-weight: bold;
  padding-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .news .entryData .entryFooter {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 34px 0 0;
    border-top: 3px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .news .entryData .entryFooter {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 30px 0 0;
    border-top: 2px solid #000;
  }
}

.news .entryData .entryFooter::before {
  content: "";
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .news .entryData .entryFooter::before {
    background: url(/assets/img/common/arrow_link02_left.svg) no-repeat left center;
    background-size: 36px auto;
    width: 36px;
    height: 36px;
    margin: 0 0 -12px 0;
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .news .entryData .entryFooter::before {
    background: url(/assets/img/common/arrow_link02_left.svg) no-repeat left center;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    margin: 0 0 -7px 0;
    padding: 0 0 0 10px;
  }
}

/* use
=============================================================================*/
/* use
-------------------------------------------*/
@media screen and (min-width: 768px) {
  .campaignList {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 3px solid #000000;
    margin: 0 0 36px;
  }
}

@media screen and (max-width: 767px) {
  .campaignList {
    border-top: 2px solid #000000;
  }
}

.campaignList__item {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .campaignList__item {
    border-bottom: 3px solid #000000;
  }
}

@media screen and (max-width: 767px) {
  .campaignList__item {
    border-bottom: 2px solid #000000;
  }
}

.campaignList__item a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .campaignList__item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 43px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .campaignList__item a {
    padding: 18px 35px 18px 0;
  }
}

.campaignList__item a:after {
  content: "";
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .campaignList__item a:after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 22px auto;
    width: 22px;
    height: 22px;
    top: calc(50% - 12px);
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .campaignList__item a:after {
    background: url(/assets/img/common/arrow_link01.svg) no-repeat right center;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 5px;
  }
}

.campaignList__item.is-hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .campaignList--blank {
    margin: 0 0 124px;
  }
}

@media screen and (min-width: 768px) {
  .campaignList__img {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .campaignList__img {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .campaignList__txt {
    flex: 1;
  }
}

.campaignList__title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .campaignList__title {
    margin: 0 0 4px;
  }
}

@media screen and (max-width: 767px) {
  .campaignList__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 9px 0 9px;
  }
}

@media screen and (max-width: 767px) {
  .tab__section {
    display: none;
  }
}

.tab__section__box {
  padding: 0 0 20px;
}

.tab__section__box .faq__localNav {
  padding: 0;
}

.tab__section__box .faq__localNav__title {
  background: #ededeb;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 17px;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.tab__section__box .faq__localNav__title + li {
  width: 100%;
  padding: 0 17px;
}

.tab__section__box .faq__localNav--game {
  border: 4px solid #000;
  border-radius: 12px;
  background: #ffffff;
  margin: -20px 0 13px;
}

.tab__section__box .faq__localNav--game .faq__localNav {
  justify-content: space-between;
  margin: 10px 12px 10px;
  padding: 0;
}

.tab__section__box .faq__localNav--game .faq__localNav__item {
  margin: 0 0 0;
}

.tab__section__box .faq__localNav--other {
  justify-content: space-between;
  margin: 0;
}

.tab__section__box .faq__localNav--other .faq__localNav__item {
  margin: 0 0 13px 0;
  padding: 0;
}

.tab__section__box .faq__localNav--other .faq__localNav__item::after {
  top: 17px;
  right: 19px;
}

.tab__section__box .faq__localNav--other .faq__localNav__item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  border: 4px solid #000;
  border-radius: 12px;
  width: 240px;
  background: #fff;
  padding: 11px 35px 11px 17px;
}

.useList {
  counter-reset: featureList;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .useList {
    margin: 76px 0 -15px;
  }
}

.useList__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .useList__item {
    margin: 70px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .useList__item + .useList__item {
    margin: 106px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .useList__item + .useList__item {
    margin: 65px 0 0;
  }
}

.useList__title {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .useList__title {
    font-size: 32px;
    font-size: 2rem;
    padding: 0 0 15px 98px;
  }
}

@media screen and (max-width: 767px) {
  .useList__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 0 48px;
  }
}

.useList__title::before {
  counter-increment: featureList;
  content: counter(featureList, decimal-leading-zero);
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .useList__title::before {
    font-size: 42px;
    font-size: 2.625rem;
    top: 15px;
    left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .useList__title::before {
    font-size: 25px;
    font-size: 1.5625rem;
    top: 7px;
    left: 7px;
  }
}

.useList__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f7e806 transparent transparent transparent;
  position: absolute;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .useList__title::after {
    border-width: 70px 70px 0 0;
    top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .useList__title::after {
    border-width: 35px 35px 0 0;
    top: 0;
  }
}

.useList__titleSub {
  display: inline-block;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .useList__titleSub {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 0 35px;
    border-bottom: 6px solid #f7e806;
  }
}

@media screen and (max-width: 767px) {
  .useList__titleSub {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 30px;
    border-bottom: 3px solid #f7e806;
  }
}

.useList__titleSub--wide {
  display: block;
  font-weight: bold;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .useList__titleSub--wide {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    margin: 62px 0 30px;
    border-bottom: 6px solid #f7e806;
  }
}

@media screen and (max-width: 767px) {
  .useList__titleSub--wide {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 45px 0 30px;
    border-bottom: 3px solid #f7e806;
  }
}

@media screen and (min-width: 768px) {
  .useList__titleSub--wide .topSection__title__jp {
    margin: 0 0 15px 17px;
    padding: 0 16px;
    font-size: 14px;
    font-size: 0.875rem;
    height: 26px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .useList__section {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .useList__section {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .useList__section + .useList__section {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .useList__section + .useList__section {
    margin-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-container {
    margin: 0 -13px;
    padding: 0 23px;
  }
}

@media screen and (min-width: 768px) {
  .useList__section .swiper-container + .useList__titleSub {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-container + .useList__titleSub {
    margin-top: 50px;
  }
}

.useList__section .swiper-container.single {
  text-align: left;
}

.useList__section .swiper-slide a {
  display: block;
}

.useList__section .swiper-button-prev,
.useList__section .swiper-button-next {
  position: absolute;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .useList__section .swiper-button-prev,
  .useList__section .swiper-button-next {
    font-size: 18px;
    font-size: 1.125rem;
    top: 22px;
    left: -9px;
    width: 39px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-button-prev,
  .useList__section .swiper-button-next {
    font-size: 13px;
    font-size: 0.8125rem;
    top: 22px;
    left: 0;
    width: 20px;
    height: 45px;
  }
}

.useList__section .swiper-button-prev::before, .useList__section .swiper-button-prev::after,
.useList__section .swiper-button-next::before,
.useList__section .swiper-button-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .useList__section .swiper-button-prev::before, .useList__section .swiper-button-prev::after,
  .useList__section .swiper-button-next::before,
  .useList__section .swiper-button-next::after {
    width: 39px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-button-prev::before, .useList__section .swiper-button-prev::after,
  .useList__section .swiper-button-next::before,
  .useList__section .swiper-button-next::after {
    width: 18px;
    height: 45px;
  }
}

.useList__section .swiper-button-prev::before,
.useList__section .swiper-button-next::before {
  background: #f7e806;
  top: 8px;
  left: 7px;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-button-prev::before,
  .useList__section .swiper-button-next::before {
    top: 5px;
    left: 5px;
    border-radius: 4px;
  }
}

.useList__section .swiper-button-prev::after,
.useList__section .swiper-button-next::after {
  background: url(/assets/img/common/arrow_swiper_left.png) no-repeat 0 0;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-button-prev::after,
  .useList__section .swiper-button-next::after {
    background-size: 18px auto;
  }
}

.useList__section .swiper-button-prev.swiper-button-disabled,
.useList__section .swiper-button-next.swiper-button-disabled {
  display: none;
}

@media screen and (min-width: 768px) {
  .useList__section .swiper-button-prev:hover,
  .useList__section .swiper-button-next:hover {
    opacity: 1;
    padding-top: 3px;
    margin-bottom: -3px;
  }
  .useList__section .swiper-button-prev:hover::before,
  .useList__section .swiper-button-next:hover::before {
    top: 5px;
    left: 0;
    height: calc(100% - 8px);
  }
}

@-webkit-keyframes arrow {
  0% {
    right: -.05em;
  }
  25% {
    right: .2em;
  }
  50% {
    right: -.05em;
  }
  100% {
    right: .2em;
  }
}

@-moz-keyframes arrow {
  0% {
    right: -.05em;
  }
  25% {
    right: .2em;
  }
  50% {
    right: -.05em;
  }
  100% {
    right: .2em;
  }
}

@-ms-keyframes arrow {
  .useList__section .swiper-button-prev 0%,
  .useList__section .swiper-button-next 0% {
    right: -.05em;
  }
  .useList__section .swiper-button-prev 25%,
  .useList__section .swiper-button-next 25% {
    right: .2em;
  }
  .useList__section .swiper-button-prev 50%,
  .useList__section .swiper-button-next 50% {
    right: -.05em;
  }
  .useList__section .swiper-button-prev 100%,
  .useList__section .swiper-button-next 100% {
    right: .2em;
  }
}

@keyframes arrow {
  0% {
    right: -.05em;
  }
  25% {
    right: .2em;
  }
  50% {
    right: -.05em;
  }
  100% {
    right: .2em;
  }
}

.useList__section .swiper-button-next {
  left: auto;
  right: -9px;
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-button-next {
    right: 0;
  }
}

.useList__section .swiper-button-next::after {
  background: url(/assets/img/common/arrow_swiper_right.png) no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-button-next::after {
    background-size: 18px auto;
  }
}

@media screen and (min-width: 768px) {
  .useList__section .swiper-slide-content {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.useList__section .swiper-slide-content-img {
  display: table-cell;
  width: 188px;
  height: 134px;
  text-align: center;
  vertical-align: middle;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-slide-content-img {
    width: 140px;
    height: 100px;
  }
}

.useList__section .swiper-slide-content-img img {
  width: auto;
  height: auto;
  max-width: 188px;
  max-height: 134px;
}

@media screen and (max-width: 767px) {
  .useList__section .swiper-slide-content-img img {
    max-width: 140px;
    max-height: 100px;
  }
}

/* guide
=============================================================================*/
.comic__list__item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .comic__list__item img {
    width: 100%;
    height: auto;
  }
}

.comic__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .comic__link {
    margin: 66px 0 36px;
  }
}

@media screen and (max-width: 767px) {
  .comic__link {
    margin: 50px 0 25px;
  }
}

.comic__link--right {
  justify-content: flex-end;
}

.comic__nav {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .comic__nav img {
    width: 100%;
    height: auto;
  }
}

/* form
=============================================================================*/
.form__box {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .form__box {
    margin-top: 50px;
    padding: 20px 40px 50px;
  }
}

@media screen and (max-width: 767px) {
  .form__box {
    margin-top: 25px;
    padding: 10px 20px 40px;
  }
}

.form__text--complete {
  text-align: center;
  margin: 40px 0;
}

.form__text__heading {
  font-weight: bold;
}

.form__text__indentList > li {
  text-indent: -1em;
  padding-left: 1em;
}

.form__text a {
  position: relative;
}

@media screen and (min-width: 768px) {
  .form__text a {
    margin: 0 10px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .form__text a {
    margin: 0 5px;
    padding-right: 20px;
  }
}

.form__text a::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/assets/img/common/arrow_link02_right.svg);
}

@media screen and (min-width: 768px) {
  .form__text a::after {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .form__text a::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}

.form__text a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/buy/ico_blank.png);
}

@media screen and (min-width: 768px) {
  .form__text a[target="_blank"]::after {
    background-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .form__text a[target="_blank"]::after {
    background-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .form__list {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.form__list dt, .form__list dd {
  border-bottom: 1px solid #e5e5e5;
}

.form__list dt {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .form__list dt {
    width: 25%;
    padding: 30px 60px 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .form__list dt {
    padding: 20px 0 0;
    border-bottom: none;
  }
}

.form__list dt a {
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .form__list dt a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .form__list dt a {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .form__list dd {
    width: 75%;
    padding: 30px 10px 30px 30px;
  }
  .form__list dd .form__input,
  .form__list dd .form__select,
  .form__list dd .form__textarea {
    margin: -10px 0;
  }
}

@media screen and (max-width: 767px) {
  .form__list dd {
    padding: 15px 0 30px;
  }
}

.form__list dd .textSupplement {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 16px 0 0;
}

.form__input {
  display: inherit;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .form__input--medium {
    width: 50%;
  }
}

.form__input--error {
  border-color: #d70000;
  background: #faf2f3;
}

.form__input--error::-webkit-input-placeholder {
  color: #d70000;
}

.form__input--error:-ms-input-placeholder {
  color: #d70000;
}

.form__input--error::placeholder {
  color: #d70000;
}

.form__select {
  position: relative;
  height: 40px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .form__select {
    width: 55%;
  }
}

.form__select select {
  width: 100%;
  height: 40px;
  padding: 0 26px 0 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  z-index: 10;
}

.form__select select::-ms-expand {
  display: none;
}

.form__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 0;
  margin-top: -6px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #1f1f1f;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
}

.form__select--error {
  border-color: #d70000;
  background: #faf2f3;
  color: #d70000;
}

.form__selectDatas {
  margin: -10px 0;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

.form__selectDatas__item {
  padding: 0 1em 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

.form__selectDatas__item span {
  padding: 0 0 0 0.5em;
}

.form__selectDatas__item .form__select {
  width: auto;
}

.form__selectDatas__item .form__input--medium {
  width: auto;
}

.form__checkList__item:not(:first-child) {
  margin-top: 10px;
}

.form__check {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .form__check {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.form__check input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.form__check input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #1f1f1f;
  border-right: 3px solid #1f1f1f;
}

.form__check span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  background: #fff;
}

.form__checkBlock {
  margin: 15px 0 -15px;
}

.form__checkBlock + .form__error {
  margin-top: 20px;
}

.form__check--error span::before {
  border-color: #d70000;
  background: #faf2f3;
}

.form__check--error span::after {
  border-color: #d70000 !important;
}

.form__radio {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .form__radio {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.form__radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.form__radio input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #f7e806;
  border-radius: 50%;
}

.form__radio span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}

.form__radio--error span::before {
  border-color: #d70000;
  background: #faf2f3;
}

.form__radio--error span::after {
  background: #d70000 !important;
}

.form__textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  font-size: 0.9375rem;
}

.form__textarea + .form__error {
  margin-top: 5px;
}

.form__textarea--error {
  border-color: #d70000;
  background: #faf2f3;
}

.form__required {
  width: 50px;
  padding: 2px 10px;
  position: absolute;
  right: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  text-align: center;
  background: #1f1f1f;
}

@media screen and (min-width: 768px) {
  .form__required {
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .form__required {
    top: 20px;
  }
}

.form__btnArea {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .form__btnArea {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .form__btnArea {
    margin-top: 30px;
  }
}

.form__btnArea .form__btnList {
  margin-top: 30px;
}

.form__btnArea__link {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .form__btnArea__link:hover {
    text-decoration: none;
  }
}

.form__btnArea__text {
  margin: 10px 0;
}

.form__btnList {
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.form__btnList__item .btnReturn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form__btnList__item {
    width: 35%;
  }
  .form__btnList__item:not(:first-child) {
    margin-left: 20px;
  }
  .form__btnList__item .btnReturn {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .form__btnList__item {
    width: 100%;
  }
  .form__btnList__item:not(:first-child) {
    margin-top: 15px;
  }
  .form__btnList__item .btnReturn {
    padding: 15px;
  }
}

.form__error {
  color: #d70000;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .form__error {
    margin: 15px 0 -15px;
  }
}

@media screen and (max-width: 767px) {
  .form__error {
    margin: 5px 0 -10px;
  }
}

.form__confirm__text {
  margin: -10px 0;
}

::-webkit-input-placeholder {
  color: #e5e5e5;
}

:-ms-input-placeholder {
  color: #e5e5e5;
}

::placeholder {
  color: #e5e5e5;
}

/*# sourceMappingURL=style.css.map */