/* ====================
module
==================== */
.l-columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-columnBox-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-columnBox-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-columnBox-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 641px) {
  .l-pc-columnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-pc-columnBox-jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-pc-columnBox-jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-pc-columnBox-ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-pc-columnBox-fd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 640px) {
  .l-sp-columnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-sp-columnBox-jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-sp-columnBox-jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-sp-columnBox-ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* font-size */
.m-fz-60p {
  font-size: 60%;
}

.m-fz-72_5p {
  font-size: 72.5%;
}

.m-fz-75p {
  font-size: 75%;
}

.m-fz-92_5p {
  font-size: 92.5%;
}

.m-fz-105p {
  font-size: 105%;
}

.m-fz-106_25p {
  font-size: 106.25%;
}

.m-fz-110p {
  font-size: 110%;
}

.m-fz-112_5p {
  font-size: 112.5%;
}

.m-fz-115p {
  font-size: 115%;
}

.m-fz-120p {
  font-size: 120%;
}

.m-fz-125p {
  font-size: 125%;
}

.m-fz-130p {
  font-size: 130%;
}

/* font-weight */
.m-fw-200 {
  font-weight: 200 !important;
}

.m-fw-300 {
  font-weight: 300 !important;
}

.m-fw-bold {
  font-weight: bold !important;
}

/* m-bg-gray */
.m-bg-gray {
  background: #f5f5f5;
}

.m-color-red {
  color: #EA3500;
}

.m-color-blue {
  color: #004097;
}

.m-ls-0 {
  letter-spacing: 0;
}

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

p {
  line-height: 1.8;
}

sup {
  vertical-align: top;
  position: relative;
}

table,
th,
td {
  border: 1px solid #000;
}

.js-tabCont:not(.is-active) {
  display: none;
}

@media (max-width: 640px) {
  body:before {
    content: "";
    display: block;
    height: 20px;
    padding-bottom: 11.2%;
  }
  html.fixed {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .pcOnly,
  .pcOnlyIB {
    display: none;
  }
}

@media (min-width: 641px) {
  .spOnly {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
  .pcOnlyIB {
    display: inline-block !important;
  }
}

/* ====================
layout
==================== */
.l-inner {
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}

.l-inner:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}

.header .l-inner {
  padding: 10px;
}

@media (min-width: 641px) {
  .header .l-inner {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

.contents .l-inner {
  padding: 0 20px;
}

.titleArea .l-inner {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 25px 10px 40px;
  padding: 7.81vw 3.13vw 12.5vw;
}

@media (min-width: 641px) {
  .titleArea .l-inner {
    padding: 60px 10px 90px;
  }
  .contents-howto .titleArea .l-inner {
    padding: 50px 10px 80px;
  }
}

.sectionBox .l-inner {
  padding: 30px 20px;
  position: relative;
}

.MainBox .l-inner {
  padding: 12.5vw 6.25vw;
}

@media (min-width: 641px) {
  .MainBox .l-inner {
    padding: 0 20px 58px;
  }
}

.sectionBox-index .l-inner {
  padding: 10.12vw 6.25vw;
}

@media (min-width: 641px) {
  .sectionBox-index .l-inner {
    padding: 100px 20px;
  }
}

.sectionBox-use .l-inner {
  padding: 7.38vw 6.25vw;
}

@media (min-width: 641px) {
  .sectionBox-use .l-inner {
    padding: 90px 20px;
  }
}

.sectionBox-about .l-inner,
.sectionBox-device .l-inner {
  overflow: hidden;
}

@media (min-width: 641px) {
  .sectionBox-about .l-inner,
  .sectionBox-device .l-inner {
    padding: 80px 20px 100px;
  }
}

@media (min-width: 641px) {
  .sectionBox-flow .l-inner {
    padding: 70px 20px;
  }
}

.contents-faq .sectionBox01 .l-inner {
  padding: 0 20px;
}

@media (min-width: 641px) {
  .contents-faq .sectionBox01 .l-inner {
    padding: 10px 20px 20px;
  }
}

@media (min-width: 641px) {
  .contents-terms .sectionBox .l-inner {
    padding: 60px 20px 50px;
  }
}

.footer .l-inner {
  padding: 0;
}

@media (min-width: 641px) {
  .footer .l-inner {
    padding: 20px 20px;
  }
}

.footArea .l-inner {
  padding: 25px 10px;
}

@media (min-width: 641px) {
  .footArea .l-inner {
    padding: 50px 20px 20px;
  }
}

/* ====================
breadcrumb
==================== */
.breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 10px;
  overflow: hidden;
}

.breadcrumb li {
  display: block;
  color: #747474;
  position: relative;
  float: left;
}

.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li + li {
  padding-left: 32px;
}

.breadcrumb li + li:before {
  content: "";
  display: inline-block;
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 10px;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
}

/* ====================
titleArea
==================== */
.titleArea {
  border-bottom: 1px solid #ddd;
}

.pageTtl {
  text-align: center;
  font-weight: 200;
  font-size: 6.54vw;
  line-height: 1.5;
}

@media (min-width: 641px) {
  .pageTtl {
    font-size: 38px;
  }
}

/* ====================
linkList
==================== */
.linkList {
  /*linkList-gnav*/
}

@media (max-width: 640px) {
  .linkList li {
    border-bottom: 1px solid #DDD;
  }
}

@media (min-width: 641px) {
  .linkList li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

.linkList li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  position: relative;
  color: #231812;
}

@media (min-width: 641px) {
  .linkList li a {
    display: inline-block;
    padding: 0 0 0 13px;
  }
  .linkList li a:hover {
    text-decoration: underline;
  }
}

.linkList li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  margin: auto 0;
  border-right: 1px solid #231813;
  border-bottom: 1px solid #231813;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 641px) {
  .linkList li a:before {
    left: 0px;
  }
}

.linkList-gnav li a {
  padding: 20px 20px;
}

.linkList-gnav .level1 a {
  font-weight: bold;
}

.linkList-gnav .level1 a:before {
  width: 7px;
  height: 7px;
  left: auto;
  right: 10px;
  border-right: 2px solid #231813;
  border-bottom: 2px solid #231813;
}

.linkList-gnav .level2 {
  border-bottom: none;
  border-top: 1px solid #f5f5f5;
}

.linkList-gnav .level2 a {
  font-weight: normal;
  padding-left: 30px;
  font-size: 12px;
}

.linkList-gnav .level2 a:before {
  width: 4px;
  height: 4px;
  left: 20px;
  right: auto;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}

/*l-dlist*/
.l-dlist {
  line-height: 1.7;
}

@media (min-width: 641px) {
  .l-dlist {
    font-size: 14px;
  }
}

.l-dlist dt {
  font-weight: 500;
}

@media (min-width: 641px) {
  .l-dlist dt {
    font-size: 16px;
  }
}

.l-dlist dt.link a {
  display: inline-block;
  color: #231812;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
}

.l-dlist dt.link a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  margin: auto 0;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-dlist dt.link a.blank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../image/icon_blank.png) center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

@media (max-width: 640px) {
  .l-dlist dt.link a.blank:after {
    width: 10px;
    height: 8px;
  }
}

@media (min-width: 641px) {
  .l-dlist dt.link a.blank:after {
    width: 13px;
    height: 11px;
  }
}

@media (min-width: 641px) {
  .l-dlist dt.link a:hover {
    text-decoration: underline;
  }
}

.l-dlist dt.link + dd {
  padding-left: 10px;
}

.l-dlist dd + dt {
  margin-top: 44px;
}

/* ====================
dl-faq
==================== */
@media (max-width: 640px) {
  .dl-faq dt {
    font-size: 20px;
    text-align: center;
    padding: 25px 0 20px;
    line-height: 1.4;
  }
}

@media (min-width: 641px) {
  .dl-faq dt {
    font-size: 26px;
    text-align: left;
    padding: 70px 0 10px;
    line-height: 1.4;
  }
}

@media (max-width: 640px) {
  .dl-faq dd {
    font-size: 14px;
    padding-bottom: 35px;
    line-height: 1.8;
  }
}

@media (min-width: 641px) {
  .dl-faq dd {
    font-size: 16px;
    padding-bottom: 65px;
    line-height: 1.8;
  }
}

.dl-faq dd + dt {
  border-top: 1px solid #ddd;
}

.dl-faq dd p {
  margin-top: 15px;
}

.dl-faq dd a {
  color: #707070;
  text-decoration: underline;
}

.dl-faq dd a:hover {
  text-decoration: none;
}

/* ====================
ul-num
==================== */
.ul-num li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.ul-num li .num {
  text-indent: 0;
  width: 1.5em;
  display: inline-block;
  text-align: center;
}

/* ====================
ul-num2
==================== */
.ul-num2 li {
  padding-left: 2.4em;
  text-indent: -2.4em;
}

.ul-num2 li .num {
  text-indent: 0;
  width: 2.4em;
  display: inline-block;
  text-align: center;
}

/* ====================
ul-kome
==================== */
.kome {
  color: #EA3400;
}

.ul-kome {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 25px;
}

@media (min-width: 641px) {
  .ul-kome {
    font-size: 15px;
    margin-top: 30px;
  }
}

.ul-kome li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.ul-kome li + li {
  margin-top: 20px;
}

@media (min-width: 641px) {
  .ul-kome li + li {
    margin-top: 35px;
  }
}

.ul-kome li .kome {
  text-indent: 0;
  width: 1.5em;
  display: inline-block;
  text-align: center;
}

.ul-komeMin {
  font-size: 3.44vw;
  line-height: 1.68;
}

@media (min-width: 641px) {
  .ul-komeMin {
    font-size: 15px;
  }
}

.ul-komeMin li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.ul-komeMin li .kome {
  color: inherit;
  text-indent: 0;
  width: 1.5em;
  display: inline-block;
  text-align: center;
}

/* ====================
btn_***
==================== */
@media (min-width: 641px) {
  .btn_more {
    max-width: 270px;
    font-size: 16px;
  }
}

.btn_more a {
  border-radius: 4px;
  border: 1px solid #888888;
  display: block;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  color: #888888;
  font-weight: bold;
  box-sizing: border-box;
}

@media (min-width: 641px) {
  .btn_more a {
    font-weight: normal;
    line-height: 1;
    padding: 20px 10px;
  }
  .btn_more a:hover {
    border: 1px solid #888888;
    background: #848484;
    color: #fff;
  }
}

.btn_more2 a {
  border: 1px solid #14100D;
  text-align: center;
  color: #fff;
  background: linear-gradient(#2B2624, #120F0C);
  text-shadow: 0px -2px 0px black;
}

@media (min-width: 641px) {
  .btn_more2 a {
    border-radius: 5px;
  }
  .btn_more2 a:hover {
    border: 1px solid #14100D;
    background: linear-gradient(#453F3D, #2B2724);
  }
}

.btn_more-blue a {
  border: 1px solid #07328D;
  color: #07328D;
}

@media (min-width: 641px) {
  .btn_more-blue a:hover {
    border: 1px solid #07328D;
    background: #07328D;
    color: #fff;
  }
}

.icon {
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  margin: 0 0.3em;
  position: relative;
}

.icon-search {
  padding: 1.12em 0 0 1.12em;
  vertical-align: middle;
}

.icon-search:before {
  content: "";
  display: block;
  width: 78.95%;
  height: 78.95%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.31vw solid #fff;
  box-sizing: border-box;
}

@media (min-width: 641px) {
  .icon-search:before {
    border: 2px solid #fff;
    transition-property: border-color;
    transition-duration: 0.3s;
  }
  .btn:hover .icon-search:before {
    border-color: #EA3500;
  }
}

.icon-search:after {
  content: "";
  display: block;
  width: 0.31vw;
  height: 40%;
  position: absolute;
  top: 64%;
  left: 64%;
  box-sizing: border-box;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media (min-width: 641px) {
  .icon-search:after {
    width: 2px;
    transition-property: background;
    transition-duration: 0.3s;
  }
  .btn:hover .icon-search:after {
    background: #EA3500;
  }
}

.icon-blank {
  padding: 0.94em 0 0 1.09em;
  vertical-align: -0.1em;
}

.icon-blank:before {
  content: "";
  display: block;
  width: 73.68%;
  height: 75%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 2px;
  border: 2px solid #fff;
  border-top-width: 4px;
  box-sizing: border-box;
  z-index: 2;
  background: #EA3500;
  outline: 1px solid #EA3500;
}

@media (min-width: 641px) {
  .icon-blank:before {
    border-top-width: 4px;
  }
}

@media (min-width: 641px) {
  .icon-blank:before {
    transition-property: border-color, background, outline;
    transition-duration: 0.3s;
  }
  .btn-red:hover .icon-blank:before {
    border-color: #EA3500;
    background: #fff;
    outline-color: #fff;
  }
}

.icon-blank:after {
  content: "";
  display: block;
  width: 73.68%;
  height: 75%;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  box-sizing: border-box;
  z-index: 1;
}

@media (min-width: 641px) {
  .icon-blank:after {
    transition-property: border-color, background, outline;
    transition-duration: 0.3s;
  }
  .btn-red:hover .icon-blank:after {
    border-color: #EA3500;
    background: #fff;
    outline-color: #fff;
  }
}

@media (max-width: 640px) {
  .btn-red .icon-blank:before,
  .btn-red .icon-blank:after {
    border-width: 0.31vw;
    border-radius: 0.31vw;
  }
  .btn-red .icon-blank:before {
    border-top-width: 0.63vw;
  }
}

.btn-default .icon-blank:before,
.btn-default .icon-blank:after {
  outline-color: #fff;
  border-color: #EA3500;
  background: #FFF;
}

.m-bg-gray .btn-default .icon-blank:before, .m-bg-gray
.btn-default .icon-blank:after {
  background: #f5f5f5;
  outline-color: #f5f5f5;
}

@media (min-width: 641px) {
  .btn-default:hover .icon-blank:before,
  .btn-default:hover .icon-blank:after {
    border-color: #fff;
    background: #EA3500;
    outline-color: #EA3500;
  }
}

.btn-blue .icon-blank:before,
.btn-blue .icon-blank:after {
  outline-color: #fff;
  border-color: #004097;
  background: #FFF;
}

.m-bg-gray .btn-blue .icon-blank:before, .m-bg-gray
.btn-blue .icon-blank:after {
  background: #f5f5f5;
  outline-color: #f5f5f5;
}

@media (min-width: 641px) {
  .btn-blue:hover .icon-blank:before,
  .btn-blue:hover .icon-blank:after {
    border-color: #fff;
    background: #004097;
    outline-color: #004097;
  }
}

.btn-green .icon-blank:before,
.btn-green .icon-blank:after {
  outline-color: #fff;
  border-color: #6bad20;
  background: #FFF;
}

.m-bg-gray .btn-green .icon-blank:before, .m-bg-gray
.btn-green .icon-blank:after {
  background: #f5f5f5;
  outline-color: #f5f5f5;
}

@media (min-width: 641px) {
  .btn-green:hover .icon-blank:before,
  .btn-green:hover .icon-blank:after {
    border-color: #fff;
    background: #6bad20;
    outline-color: #6bad20;
  }
}

.btn {
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 2.81vw 0.78vw;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 2.81vw;
  color: #888888;
}

@media (min-width: 641px) {
  .btn {
    padding: 9px 5px 14px;
    transition-property: background, color;
    transition-duration: 0.3s;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
  }
}

.btn-default {
  font-size: 4.38vw;
  color: #EA3500;
  border: 2px solid #EA3500;
  padding: 4.21vw  0.78vw 4.61vw;
  line-height: 5.2vw;
}

@media (min-width: 641px) {
  .btn-default {
    font-size: 16px;
    line-height: 19px;
    transition-property: background, color;
    transition-duration: 0.3s;
    padding: 16px 5px 20px;
  }
  .btn-default:hover {
    background: #EA3500;
    color: #fff;
  }
}

.btn-red {
  color: #fff;
  background: #EA3500;
  border: 2px solid #EA3500;
  font-size: 2.81vw;
}

@media (min-width: 641px) {
  .btn-red {
    padding: 16px 5px 20px;
    font-size: 16px;
  }
  .btn-red:hover {
    background: #fff;
    color: #EA3500;
  }
}

.btn-blue {
  font-size: 4.38vw;
  color: #004097;
  border: 2px solid #004097;
  padding: 4.21vw  0.78vw 4.61vw;
  line-height: 5.2vw;
}

@media (min-width: 641px) {
  .btn-blue {
    font-size: 16px;
    line-height: 19px;
    padding: 16px 5px 20px;
  }
  .btn-blue:hover {
    color: #fff;
    background: #004097;
  }
}

.btn-green {
  font-size: 4.38vw;
  color: #6bad20;
  border: 2px solid #6bad20;
  padding: 4.21vw  0.78vw 4.61vw;
  line-height: 5.2vw;
}

@media (min-width: 641px) {
  .btn-green {
    font-size: 16px;
    padding: 16px 5px 20px;
    line-height: 19px;
  }
  .btn-green:hover {
    color: #fff;
    background: #6bad20;
  }
}

@media (min-width: 641px) {
  .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 640px) {
  .btns_list + .btns_list {
    margin-top: 4.69vw;
  }
}

@media (min-width: 641px) {
  .btns_list {
    min-width: 300px;
    padding: 0 15px;
  }
}

@media (max-width: 640px) {
  .btn_gotop {
    position: fixed;
    width: 12.5vw;
    height: 12.5vw;
    /*left: 0; 181121*/
    right: 0;
    bottom: 18.5vw; /*2.5vw 181121*/
    margin: auto;
    z-index: 99;
    display: none;
  }
  .btn_gotop a {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    padding-top: 100%;
    padding-left: 100%;
    border-radius: 50%;
    background: #EA3500;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .btn_gotop a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    width: 3.44vw;
    height: 3.44vw;
    border-right: 0.78vw solid #fff;
    border-top: 0.78vw solid #fff;
    -webkit-transform: translateY(0.5vw) rotate(-45deg);
            transform: translateY(0.5vw) rotate(-45deg);
  }
}

@media (min-width: 641px) {
  .btn_gotop {
    display: block !important;
    float: right;
    margin-bottom: -10px;
    margin-top: 25px;
  }
  .btn_gotop a {
    color: #231813;
    text-decoration: none;
    font-size: 14px;
  }
  .btn_gotop a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: none;
    border-bottom: 8px solid #231813;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .btn_gotop a:hover {
    text-decoration: underline;
  }
}

.flowArrow {
  width: 0;
  height: 0;
  padding-top: 15.63vw;
  padding-left: 15.63vw;
  margin: 14.5vw auto;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #EA3500;
  overflow: hidden;
  position: relative;
}

@media (min-width: 641px) {
  .flowArrow {
    margin: 75px auto 100px;
    padding-top: 60px;
    padding-left: 60px;
  }
}

.flowArrow:before {
  content: "";
  display: block;
  width: 43%;
  height: 43%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-bottom: 2px solid #EA3500;
  border-right: 2px solid #EA3500;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-sizing: border-box;
}

.flowArrow:after {
  content: "";
  display: block;
  width: 2px;
  height: 58%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #EA3500;
}

/* ====================
header
==================== */
.header {
  position: fixed;
  z-index: 1000;
  background: #FFF;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media (min-width: 641px) {
  .header {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
}

.header .siteLogo {
  width: 28.13%;
  max-width: 143px;
  float: left;
}

.header .siteLogo a {
  display: block;
  padding: 10px;
  margin: -10px;
}

.header .btn_menu {
  float: right;
  width: 11.88%;
  cursor: pointer;
  padding: 10px;
  margin: -10px -10px -10px 0;
}

.header .btn_menu.open .menu {
  display: none;
}

.header .btn_menu .close {
  display: none;
}

.header .btn_menu.open .close {
  display: inline-block;
}

/* ==========
sp-navi
========== */
.sp-navi {
  /*position: absolute;*/
  position: fixed;
  /*top: 100%;*/
  top: 19px;
  margin-top: 11.2%;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFF;
  display: none;
  /*.sp-navi:before {
  content: "";
  display: block;
  height: 20px;
  padding-bottom: 11.2%;
  }*/
}

.sp-navi .scrollArea {
  border-top: 2px solid #DDD;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.sp-navi .ft-navi {
  border-top: 3px solid #000;
  margin-top: -1px;
}

/* ====================
footArea
==================== */
.footArea {
  color: #231812;
}

@media (max-width: 640px) {
  .footArea {
    position: relative;
  }
}

/* ====================
footer
==================== */
.footer {
  position: relative;
  background: #FFF;
  border-top: 3px solid #000;
  color: #231812;
}

.ft-copy {
  font-size: 13px;
  line-height: 1.7;
  padding: 20px 10px;
}

@media (min-width: 641px) {
  .ft-copy {
    text-align: right;
    padding: 20px 0 50px;
  }
}

/* ==========
contents
========== */
/* ==========
sectionBox
========== */
.sectionBox {
  border-bottom: 1px solid #ddd;
}

.sectionBox_title {
  text-align: center;
  font-size: 8.44vw;
  font-weight: 200;
  margin-bottom: 4.69vw;
  line-height: 1.3;
}

@media (min-width: 641px) {
  .sectionBox_title {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 1;
  }
}

.sectionBox_title-setting, .sectionBox_title-use {
  font-size: 8.13vw;
}

@media (max-width: 640px) {
  .sectionBox_title-setting, .sectionBox_title-use {
    margin-bottom: 8vw;
  }
}

@media (min-width: 641px) {
  .sectionBox_title-setting, .sectionBox_title-use {
    font-size: 42px;
  }
}

.sectionBox_title2 {
  text-align: center;
  font-size: 7.5vw;
  font-weight: 200;
  margin-bottom: 4.69vw;
  line-height: 1.38;
}

@media (min-width: 641px) {
  .sectionBox_title2 {
    margin-bottom: 30px;
    font-size: 33px;
  }
}

.sectionBox_title2-device {
  margin-bottom: 7.5vw;
}

@media (min-width: 641px) {
  .sectionBox_title2-device {
    margin-bottom: 80px;
  }
}

.sectionBox_lead, .sectionBox_text {
  text-align: center;
  line-height: 1.88;
  font-size: 4.38vw;
}

@media (max-width: 640px) {
  .sectionBox_lead, .sectionBox_text {
    margin-right: -1vw;
    margin-left: -1vw;
  }
}

@media (min-width: 641px) {
  .sectionBox_lead, .sectionBox_text {
    font-size: 17px;
  }
}

.sectionBox_lead {
  margin-bottom: 10.5vw;
}

@media (min-width: 641px) {
  .sectionBox_lead {
    margin-bottom: 85px;
  }
}

.sectionBox_lead-use {
  margin-bottom: 4.81vw;
}

@media (min-width: 641px) {
  .sectionBox_lead-use {
    margin-bottom: 80px;
  }
  .sectionBox_lead-use.pt1 {
    margin-bottom: 30px;
  }
}

.sectionBox_point {
  margin-top: 10vw;
}

@media (min-width: 641px) {
  .sectionBox_point {
    margin-top: 30px;
  }
}

.sectionBox_kome-device {
  max-width: 820px;
  margin: 0 auto;
}

.sectionBox_tabMenuIn {
  margin-top: 14.06vw;
}

@media (min-width: 641px) {
  .sectionBox-pay {
    border-bottom: none;
  }
  .sectionBox-pay .l-inner {
    padding-bottom: 0;
  }
}

@media (min-width: 641px) {
  .sectionBox-charge .l-inner {
    padding-top: 70px;
  }
}

.MainBox {
  border-bottom: none;
  overflow: hidden;
}

@media (max-width: 640px) {
  .MainBox .l-inner {
    padding: 0 2.34vw;
  }
}

.MainBox_slide {
  box-sizing: border-box;
  padding: 10px 0;
  margin: 0 auto;
}

@media (min-width: 641px) {
  .MainBox_slide {
    width: 820px;
  }
}

.circleIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.81vw;
}

.circleIcons_iconWrap + .circleIcons_iconWrap {
  margin-left: 1.56vw;
}

.circleIcons_iconWrap + .circleIcons_iconWrap2 {
  margin-left: 1.56vw;
}

@media (min-width: 641px) {
  .circleIcons_iconWrap + .circleIcons_iconWrap {
    margin-left: 10px;
  }
  .circleIcons_iconWrap + .circleIcons_iconWrap2 {
    margin-left: 10px;
  }
}

.circleIcons_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-weight: 400;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.26;
  letter-spacing: 0.1em;
  vertical-align: middle;
  border-radius: 50%;
  width: 11.2vw;
  height: 11.2vw;
  max-width: 90px;
  max-height: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circleIcons_icon-red {
  background: #e7380d;
}

.circleIcons_icon-green {
  background: #608e5d;
}

.circleIcons_icon-gold {
  background: #8f7706;
}

.circleIcons_icon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  font-size: 1.36vw;
  font-weight: 480;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: middle;
  border: solid 6px #ccc;
  border-radius: 50%;
  width: 12vw;
  height: 12vw;
  max-width: 120px;
  max-height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campIcon {
  width:130px;
  height:130px;
  margin-left:40px;
  }
@media (max-width: 640px) {
.campIcon {
  width:60px;
  height:60px;
  margin-left:5px;
  }
}

@media (min-width: 641px) {
  .circleIcons {
    font-size: 19px;
  }
}

@media (min-width: 641px) {
  .slideBox_item {
    background: #FFF;
  }
  .slideBox_item:not(:first-child) {
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

/* slideItems */
.slideItemBanner {
  text-align: center;
  padding-top: 5.47vw;
}

@media (max-width: 640px) {
  .slideItemBanner {
    margin: 0 -2.34vw;
  }
}

@media (min-width: 641px) {
  .slideItemBanner {
    padding-top: 35px;
  }
}

.slideItemBanner img {
  max-width: 100%;
  width: auto;
  display: inline;
}

.slideItem01 {
  padding-top: 1.56vw;
}

@media (min-width: 641px) {
  .slideItem01 {
    padding-top: 10px;
  }
}

.slideItem01_lbox {
  width: 40.16%;
}

@media (min-width: 641px) {
  .slideItem01_lbox {
    width: 36.59%;
  }
}

.slideItem01_rbox {
  width: 56%;
}

@media (min-width: 641px) {
  .slideItem01_rbox {
    width: 61.37%;
  }
}

.slideItem01_img {
  text-align: center;
}

@media (min-width: 641px) {
  .slideItem01_img {
    margin: 0 15px;
  }
}

.slideItem01_img img {
  vertical-align: top;
  display: inline-block;
}

.slideItem01_ttl {
  font-weight: 200;
  font-size: 5vw;
  line-height: 1.14;
  margin-top: -0.3em;
  text-align: left;
  margin-right: -20px;
}

@media (min-width: 641px) {
  .slideItem01_ttl {
    line-height: 1.5;
    font-size: 38px;
  }
}

.slideItem01_txt {
  font-size: 2.3vw;
  line-height: 1.69;
  margin-right: -1vw;
}

@media (min-width: 641px) {
  .slideItem01_txt {
    font-size: 17px;
    line-height: 1.76;
  }
  .slideItem01_txt.pt1 {
    font-size: 28px;
    line-height: calc(40 / 28);
    font-weight: 200;
  }
}

.slideItem01_icons {
  margin-top: 2.81vw;
}

@media (min-width: 641px) {
  .slideItem01_icons {
    margin-top: 15px;
  }
}

.slideItem01_logo {
  margin-top: 2.81vw;
  width: 38.13vw;
  max-width: 360px;
}

@media (min-width: 641px) {
  .slideItem01_logo {
    margin-top: 15px;
  }
}

.slideItem02_ttl {
  text-align: center;
  font-weight: 200;
  font-size: 7vw;
  line-height: 1.14;
  margin-top: -0.3em;
  margin-right: -20px;
}

@media (min-width: 641px) {
  .slideItem02_ttl {
    line-height: 1.3;
    font-size: 40px;
    margin-top: -0.1em;
  }
}

.slideItem02_logos {
  margin-top: 3.13vw;
}

@media (min-width: 641px) {
  .slideItem02_logos {
    margin-top: 20px;
  }
}

.slideItem02_btn {
  max-width: 76.56vw;
  margin: 4.69vw auto 0;
}

@media (min-width: 641px) {
  .slideItem02_btn {
    max-width: 430px;
    margin: 30px auto 0;
  }
}

.slideItem02_note {
  text-align: center;
  font-size: 2.5vw;
  margin-top: 1.56vw;
}

@media (min-width: 641px) {
  .slideItem02_note {
    font-size: 13px;
    margin-top: 10px;
  }
}

.logoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logoBlock + .logoBlock {
  margin-top: 3.13vw;
}

@media (min-width: 641px) {
  .logoBlock + .logoBlock {
    margin-top: 16px;
  }
}

@media (min-width: 641px) {
  .logoBlock {
    max-width: 630px;
    margin: 0 auto;
  }
}

.logoBlock_item:nth-child(6n+1) {
  width: 13.17%;
}

.logoBlock_item:nth-child(6n+2) {
  width: 14.29%;
}

.logoBlock_item:nth-child(6n+3) {
  width: 9.37%;
}

.logoBlock_item:nth-child(6n+4) {
  width: 14.29%;
}

.logoBlock_item:nth-child(6n+5) {
  width: 10.63%;
}

.logoBlock_item:nth-child(6n+0) {
  width: 14.6%;
}

.logoBlock_logo {
  margin: 0 auto;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_logo-tsutaya {
    width: 60.86%;
  }
}

.logoBlock_logo-tsuruha {
  width: 77.63%;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_logo-tsuruha {
    width: 72.86%;
  }
}

.logoBlock_logo-sej {
  width: 60.24%;
}

.logoBlock_logo-family {
  width: 64.76%;
}

.logoBlock_logo-circlek {
  width: 91.53%;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_logo-circlek {
    width: 68.86%;
  }
}

.logoBlock_logo-sunkus {
  width: 66.67%;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_logo-sunkus {
    width: 72.86%;
  }
}

.logoBlock_logo-lawson {
  width: 63.74%;
}

.logoBlock_logo-gusto {
  width: 75.26%;
}

.logoBlock_logo-bamiyan {
  width: 76.42%;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_logo-bamiyan {
    width: 78.86%;
  }
}

.logoBlock_logo-jonathan {
  width: 78.47%;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_logo-jonathan {
    width: 91.43%;
  }
}

.logoBlock_logo-royalhost {
  width: 84.71%;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_logo-royalhost {
    width: 81.43%;
  }
}

.logoBlock_logo-sukiya {
  width: 75%;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_logo-sukiya {
    width: 52.86%;
  }
}

.logoBlock_name {
  text-align: center;
  font-size: 2.66vw;
  margin-top: 2.66vw;
}

@media (min-width: 641px) {
  .logoBlock_name {
    font-size: 14px;
    margin-top: 20px;
  }
  .logoBlock_name-sej, .logoBlock_name-tsuruha {
    margin: 20px -10px 0;
  }
}

.logoBlock-withN {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 641px) {
  .logoBlock-withN {
    max-width: 820px;
  }
  .logoBlock-withN + .logoBlock-withN {
    margin-top: 40px;
  }
}

.logoBlock-withN .logoBlock_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_item {
    width: 30.16%;
    margin-bottom: 4.19vw;
  }
}

@media (min-width: 641px) {
  .logoBlock-withN .logoBlock_item-jonathan {
    width: 17.56%;
  }
}

.logoBlock-withN .logoBlock_item-royalhost {
  width: 45.24%;
}

@media (min-width: 641px) {
  .logoBlock-withN .logoBlock_item-royalhost {
    width: 19.15%;
  }
}

.logoBlock-withN .logoBlock_item-sukiya {
  width: 14.6%;
}

@media (max-width: 640px) {
  .logoBlock-withN .logoBlock_item-sukiya {
    width: 45.24%;
  }
}

.logoBlock-withN .logoBlock_logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 641px) {
  .pointBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 820px;
    margin: 0 auto;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pointBox + .pointBox {
    margin-top: 60px;
  }
  .pointBox_lbox {
    position: relative;
    width: 520px;
  }
  .pointBox.pointBox-02  {
    margin-top: 110px;
  }
  .pointBox-02 {
    align-items: flex-start;
  }
  .pointBox-02 .pointBox_lbox {
    margin-top: -50px;
  }
  .pointBox.pointBox-03  {
    margin-top: -200px;
  }
  .pointBox-03 {
    padding-top: 50px;
  }
  .pointBox-03.pt1 .pointBox_text-03 {
    width: 430px;
  }
  .pointBox-03.pt1 .pointBox_icon-03 {
    margin-top: -5px;
  }
  .pointBox.pointBox-04 {
    margin-top: 30px;
    margin-bottom: -150px;
  }
}

@media (max-width: 640px) {
  .pointBox_ttl {
    text-align: center;
    margin-bottom: 3.13vw;
  }
}

@media (min-width: 641px) {
  .pointBox_ttl {
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .pointBox_icon {
    margin-right: 3.75vw;
    margin-top: -3vw;
  }
  .pointBox_icon img {
    height: 25.47vw;
    width: auto;
  }
  .pointBox_icon-03 img {
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
}

@media (min-width: 641px) {
  .pointBox_icon {
    float: right;
    margin-top: -10px;
  }
  .pointBox_icon img {
    height: 135px;
    width: auto;
  }
  .pointBox_icon-01 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .pointBox_icon-03 {
    margin-left: -30px;
    margin-top: -20px;
  }
  .pointBox_icon-04 {
    margin-left: -30px;
    margin-top: -20px;
  }
}

@media (max-width: 640px) {
  .pointBox_text {
    text-align: center;
    font-size: 4.38vw;
    margin-right: -2vw;
    margin-left: -2vw;
    margin-bottom: 5.81vw;
  }
}

@media (min-width: 641px) {
  .pointBox_text {
    font-size: 16px;
  }
  .pointBox_text-04 {
    width: 390px;
  }
}

@media (min-width: 641px) {
  .pointBox_btn {
    width: 240px;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .pointBox_note {
    text-align: center;
    font-size: 4.06vw;
    margin-right: -2vw;
    margin-left: -2vw;
    margin-top: 6.25vw;
  }
}

@media (min-width: 641px) {
  .pointBox_note {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .pointBox_subimg {
    margin-right: -2vw;
    margin-left: -2vw;
  }
}

@media (min-width: 641px) {
  .pointBox_subimg {
    width: 410px;
    margin-top: 20px;
    margin-left: -5px;
  }
  
}

@media (max-width: 640px) {
  .pointBox_img {
    width: 38.48vw;
    margin: 2.69vw auto 0;
  }
}

@media (min-width: 641px) {
  .pointBox_img {
    width: 220px;
    margin-right: -20px;
  }
}

@media (max-width: 640px) {
  .pointBox_img-02 {
    margin-top: 4.69vw;
  }
}

@media (min-width: 641px) {
  .pointBox_img-02 {
    margin-bottom: -250px;
  }
}

.pointBox_img-04 {
  margin-bottom: -33vw;
  width: 56.58vw;
  margin-top: 10vw;
  -webkit-transform: translateX(2.9vw);
          transform: translateX(2.9vw);
}

@media (min-width: 641px) {
  .pointBox_img-04 {
    margin-bottom: -160px;
    margin-top: 0;
    width: 265px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .pointBox_img-04 img {
    width: 350px;
    margin-left: -28px;
  }
}

.pointNum {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #EA3500;
  font-weight: bold;
  font-size: 12.81vw;
  font-weight: 800;
  padding-top: 3vw;
  text-align: center;
}

@media (min-width: 641px) {
  .pointNum {
    font-size: 44px;
    padding-top: 10px;
  }
}

.pointNum_point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 31.71%;
  letter-spacing: 0.1em;
}

.pointNum-step {
  font-size: 10vw;
}

@media (min-width: 641px) {
  .pointNum-step {
    font-size: 37px;
    padding-top: 12px;
  }
}

.pointNum-step .pointNum_point {
  font-size: 40.54%;
  margin-left: 0.05em;
}

.pointTtl {
  font-size: 7.81vw;
  line-height: 1.24;
  font-weight: 300;
}

@media (min-width: 641px) {
  .pointTtl {
    font-size: 33px;
  }
}

.pointTtl_text {
  text-align: left;
}

@media (min-width: 641px) {
  .pointTtl_text {
    vertical-align: 0.1em;
  }
}

.flowTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flowTtl_pointNum {
  margin-right: 3vw;
  margin-bottom: 1.84vw;
}

@media (min-width: 641px) {
  .flowTtl_pointNum {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.flowTtl_text {
  font-weight: 500;
  line-height: 1.56;
  font-size: 4.69vw;
  margin-right: -6vw;
  margin-top: -0.3em;
  letter-spacing: -0.08em;
}

.flowTtl_text [class*="m-fz"] {
  letter-spacing: -0.01em;
}

@media (min-width: 641px) {
  .flowTtl_text {
    margin-right: -50px;
    font-size: 18px;
  }
}

.settingArea_title {
  margin-top: 5.63vw;
  margin-bottom: 10.63vw;
}

@media (min-width: 641px) {
  .settingArea_title {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}

.settingTitle {
  color: #EA3500;
  text-align: center;
  font-size: 9.06vw;
  font-weight: 800;
}

@media (min-width: 641px) {
  .settingTitle {
    font-size: 40px;
  }
}

.settingTtl {
  font-size: 7.81vw;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 641px) {
  .settingTtl {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .settingTtl-02 {
    margin: -2vw;
  }
}

@media (min-width: 641px) {
  .settingBox {
    position: relative;
    width: 820px;
    margin: 0 auto;
  }
  .settingBox_rbox {
    padding-left: 275px;
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  .settingBox_icon {
    margin-right: 3.13vw;
  }
  .settingBox_icon img {
    height: 25vw;
    width: auto;
  }
}

@media (min-width: 641px) {
  .settingBox_icon {
    margin-right: 20px;
    float: left;
  }
  .settingBox_icon img {
    height: 135px;
    margin-left: -25px;
    width: auto;
    margin-top: -10px;
  }
  .settingBox_icon-02 img {
    margin-top: -20px;
  }
}

.settingBox_appIcon {
  text-align: center;
  width: 45vw;
  margin-right: 3.03vw;
}
.settingBox_appIcon a:hover{
  opacity: 0.7;
  transition : opacity .3s
}

@media (max-width: 640px) {
  .settingBox_appIcon {
    margin-left: -1vw;
  }
}

@media (min-width: 641px) {
  .settingBox_appIcon {
    width: 193px;
    margin-right: 18px;
  }
}

.settingBox_appName {
  font-size: 4.06vw;
  display: inline-block;
  margin-top: 0.6vw;
}

@media (min-width: 641px) {
  .settingBox_appName {
    font-size: 13px;
  }
}

.settingBox_appRight .m-nowrap {
  margin-right: -5vw;
}

@media (min-width: 641px) {
  .settingBox_appRight .m-nowrap {
    margin-right: -10vw;
  }
}

.settingBox_lead {
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4.69vw;
  margin-bottom: 4.69vw;
}

@media (min-width: 641px) {
  .settingBox_lead {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    margin-left: 70px;
  }
}

@media (max-width: 640px) {
  .settingBox_text {
    text-align: center;
    font-size: 4.28vw;
    margin-right: -2vw;
    margin-left: -2vw;
    margin-bottom: 9.81vw;
  }
  .settingBox_text-01_02 {
    margin-bottom: 3vw;
  }
  .settingBox_text-02 {
    text-align: left;
  }
  .settingBox_text-02_01 {
    text-align: left;
  }
}

@media (min-width: 641px) {
  .settingBox_text {
    font-size: 16px;
  }
  .settingBox_text-01 {
    margin-left: 70px;
    margin-right: -20px;
  }
  .settingBox_text-01_02 {
    margin-top: 40px;
    font-size: 15px;
  }
  .settingBox_text-02 {
    clear: both;
    margin-top: 25px;
  }
  .settingBox_text-02_01 {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media (min-width: 641px) {
  .settingBox_btn {
    width: 280px;
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .settingBox_img {
    width: 52.6vw;
    margin: 4.69vw auto 0;
  }
}

@media (min-width: 641px) {
  .settingBox_img {
    width: 270px;
    position: absolute;
    left: -10px;
    top: -10px;
  }
}

@media (min-width: 641px) {
  .settingBox_note {
    margin-top: 30px;
    margin-right: -90px;
  }
}

.text-dot {
  position: relative;
}

.text-dot:before {
  content: "";
  width: 0.17em;
  height: 0.17em;
  position: absolute;
  top: -0.1em;
  left: 0;
  right: 0;
  margin: auto;
  background: #EA3500;
  border-radius: 50%;
}

.text-yahho {
  position: relative;
  padding: 0 0.3em;
  display: inline-block;
}

.text-yahho:before, .text-yahho:after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #EA3500;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.text-yahho:before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.text-yahho:after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.text-yahho-blue:before, .text-yahho-blue:after {
  background: #004097;
  height: 1.4em;
  top: 1.4em;
}

.itemsBox_ttl {
  text-align: center;
  margin-bottom: 4.69vw;
}

@media (min-width: 641px) {
  .itemsBox_ttl {
    margin-bottom: 20px;
  }
}

.itemsBox_ttl img {
  height: 3.28vw;
  width: auto;
}

@media (min-width: 641px) {
  .itemsBox_ttl img {
    height: 16px;
  }
}

.itemsBox_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.itemsBox_item-01 {
  width: 38.28vw;
}

@media (min-width: 641px) {
  .itemsBox_item-01 {
    width: 194px;
  }
}

.itemsBox_item-02 {
  width: 42.19vw;
  margin-left: 3.13vw;
}

@media (min-width: 641px) {
  .itemsBox_item-02 {
    width: 220px;
    margin-left: 40px;
  }
}

@media (min-width: 641px) {
  .useBox {
    position: relative;
    width: 820px;
    margin: 0 auto;
  }
}

.useBox_title {
  text-align: center;
  font-size: 7.81vw;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 8.59vw;
}

@media (min-width: 641px) {
  .useBox_title {
    margin-bottom: 60px;
    font-size: 34px;
  }
}

.useBox_title-flow {
  margin-bottom: 12.59vw;
}

@media (min-width: 641px) {
  .useBox_title-flow {
    margin-bottom: 30px;
  }
  .useBox_title-pay, .useBox_title-charge {
    margin-bottom: 15px;
  }
}

.useBox_title-abroad {
  margin-top: 9.38vw;
  margin-bottom: 3vw;
}

@media (min-width: 641px) {
  .useBox_title-abroad {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}

.useBox_title2 {
  text-align: center;
  font-size: 4.38vw;
  font-weight: 600;
  line-height: 1.53;
  margin-bottom: 5.38vw;
  color: #004097;
  margin-top: 4.75vw;
}

@media (min-width: 641px) {
  .useBox_title2 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}

.useBox_lead {
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4.69vw;
  margin-bottom: 4.69vw;
}

@media (min-width: 641px) {
  .useBox_lead {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.useBox_lead-flow01, .useBox_lead-flow02 {
  margin-top: 10.94vw;
}

@media (min-width: 641px) {
  .useBox_lead-flow01, .useBox_lead-flow02 {
    margin-top: 70px;
  }
}

@media (min-width: 641px) {
  .useBox_lead-flow02 {
    margin-top: 40px;
  }
}

.useBox_text {
  text-align: center;
}

@media (max-width: 640px) {
  .useBox_text {
    font-size: 4.18vw;
    margin-right: -2vw;
    margin-left: -2vw;
    margin-bottom: 7.81vw;
    line-height: 1.7;
  }
}

@media (min-width: 641px) {
  .useBox_text {
    font-size: 16px;
  }
}

.useBox_text-pay01 {
  margin-bottom: 0;
}

@media (min-width: 641px) {
  .useBox_text-pay01 {
    line-height: 2;
  }
}

@media (max-width: 640px) {
  .useBox_text-flow01 {
    margin-bottom: 0;
  }
  .useBox_text-flow02 {
    margin-bottom: 0;
  }
}

.useBox_text-abroad01 {
  margin-top: 9.38vw;
  margin-right: -3vw;
  margin-left: -3vw;
}

@media (min-width: 641px) {
  .useBox_text-abroad01 {
    margin-top: 30px;
  }
}

.useBox_note {
  text-align: center;
}

@media (max-width: 640px) {
  .useBox_note {
    font-size: 4.28vw;
    margin-right: -2vw;
    margin-left: -2vw;
    margin-bottom: 7.81vw;
  }
}

@media (min-width: 641px) {
  .useBox_note {
    font-size: 16px;
  }
}

.useBox_note-charge {
  margin-top: 6.25vw;
}

@media (min-width: 641px) {
  .useBox_note-charge {
    margin-top: 15px;
    font-size: 13px;
  }
}

.useBox_note-abroad {
  margin-top: 7.03vw;
  font-size: 4.06vw;
  margin-bottom: 0;
}

@media (min-width: 641px) {
  .useBox_note-abroad {
    font-size: 16px;
    margin-top: 30px;
  }
}

.useBox_btn {
  margin: 5.25vw auto 0;
}

@media (min-width: 641px) {
  .useBox_btn {
    width: 300px;
    margin: 20px auto 0;
  }
  .useBox_btn-wide {
    width: 340px;
  }
}

.useBox_btns {
  margin-top: 7.03vw;
}

@media (min-width: 641px) {
  .useBox_btns {
    margin-top: 35px;
  }
}

.useBox_img {
  margin: 0 auto;
}


.useBox_img_02 {
  margin: 70px auto 0;
}

.useBox_img-charge01 {
  width: 51.56vw;
}

@media (min-width: 641px) {
  .useBox_img-charge01 {
    width: 220px;
    margin-top: 25px;
  }
}

.useBox_img-abroad01 {
  width: 69.38vw;
}

@media (min-width: 641px) {
  .useBox_img-abroad01 {
    margin-top: 40px;
    width: 340px;
  }
}

.useBox_img-abroad02 {
  width: 39.84vw;
}

@media (min-width: 641px) {
  .useBox_img-abroad02 {
    margin-top: 25px;
    width: 146px;
  }
}

@media (min-width: 641px) {
  .useBox_flow {
    max-width: 700px;
    margin: 0 auto 70px;
  }
}

@media (min-width: 641px) {
  .flowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}

@media (max-width: 640px) {
  .flowBox_item + .flowBox_item {
    margin-top: 13.38vw;
  }
}

@media (min-width: 641px) {
  .flowBox_item {
    width: 45.71%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/* ==========
.tab
========== */
.tabMenu {
  position: relative;
}

.tabMenu:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}

.tabMenu_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 640px) {
  .tabMenu_lists {
    margin: 0 0.78vw;
  }
}

@media (min-width: 641px) {
  .tabMenu_lists {
    width: 820px;
    margin: 0 auto;
  }
}

.tabMenu_list {
  width: 32.32%;
}

@media (min-width: 641px) {
  .tabMenu_list {
    width: 32.54%;
  }
}

.tabMenu_link {
  display: block;
  background: #fff;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 0.78vw 0.78vw 0 0;
  padding: 3.13vw 0.78vw 4.69vw;
  font-size: 3.28vw;
  color: #222;
  position: relative;
  cursor: pointer;
  transition-property: background;
  transition-duration: 0.3s;
}

@media (max-width: 640px) {
  .tabMenu_link {
    line-height: 1.27;
  }
}

@media (min-width: 641px) {
  .tabMenu_link {
    border-radius: 6px 6px 0 0;
    font-size: 15px;
    padding: 20px 5px 30px;
  }
}

@media (min-width: 641px) {
  .tabMenu_link:hover {
    background: #f5f5f5;
  }
}

.tabMenu_link.is-active {
  background: #f5f5f5;
  border-bottom-color: #f5f5f5;
}

.tabMenu_link.is-active:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.19vw;
  height: 2.19vw;
  border-right: 0.63vw solid #EA3500;
  border-bottom: 0.63vw solid #EA3500;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-sizing: border-box;
  bottom: 1.25vw;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 641px) {
  .tabMenu_link.is-active:after {
    width: 7px;
    height: 7px;
    border-width: 2px;
    bottom: 8px;
  }
}

.tabMenu-in {
  margin: 14.06vw -6.25vw 0;
}

.tabMenu-in .tabMenu_lists {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabMenu-in .tabMenu_list {
  width: 33.33%;
  padding: 0 1.88vw;
  box-sizing: border-box;
  margin-bottom: 2.88vw;
}

.tabMenu-in .tabMenu_lists.pt1 .tabMenu_list {
  width: 50%;
  padding: 0 1.88vw;
  box-sizing: border-box;
  margin-bottom: 2.88vw;
}

.tabMenu-in .tabMenu_link {
  border-radius: 0.78vw;
  padding: 3.13vw 0.63vw 6.25vw;
  font-size: 3.75vw;
}

.tabMenu-in .tabMenu_link:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.19vw;
  height: 2.19vw;
  border-right: 0.63vw solid #EA3500;
  border-bottom: 0.63vw solid #EA3500;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-sizing: border-box;
  bottom: 2.5vw;
  left: 0;
  right: 0;
  margin: auto;
}

/* ==========
.contents-faq
========== */
.contents-faq .sectionBox01 {
  background: #f5f5f5;
}

/* ==========
.contents-terms
========== */
.contents-terms .sectionBox {
  background: #f5f5f5;
  font-size: 11px;
  line-height: 1.8;
}

@media (min-width: 641px) {
  .contents-terms .sectionBox {
    font-size: 15px;
  }
}

.contents-terms .sectionBox .ttl-l2 {
  font-size: 19px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: normal;
}

@media (min-width: 641px) {
  .contents-terms .sectionBox .ttl-l2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.contents-terms .sectionBox .ttl-l3 {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 15px;
}

@media (min-width: 641px) {
  .contents-terms .sectionBox .ttl-l3 {
    font-size: 18px;
    margin-top: 45px;
    margin-bottom: 20px;
  }
}

.contents-terms .sectionBox p {
  margin-bottom: 20px;
}

.contents-terms .sectionBox .txt-r {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 641px) {
  .contents-terms .sectionBox .txt-r {
    margin-top: 40px;
  }
}

/* ====================
table-type01
==================== */
.table-type01 {
  font-size: 14px;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .table-type01 {
    font-size: 4.06vw;
    display: block;
    border: none;
  }
  .table-type01 tbody, .table-type01 tr, .table-type01 th, .table-type01 td {
    display: block;
    border: none;
  }
  .table-type01 th {
    margin-bottom: 10px;
    width: 12.19vw;
    text-align: center;
    float: left;
    margin-top: 10vw;
  }
  .table-type01 th img {
    width: 12.5vw;
  }
  .table-type01 thead {
    display: none;
  }
  .table-type01 td {
    margin-left: 15.19vw;
    line-height: 1.58;
    font-size: 3.75vw;
    margin-bottom: 1.78vw;
  }
  .table-type01 td.td01 {
    margin-bottom: 6.56vw;
  }
  .table-type01 td.empty {
    display: none;
  }
  .table-type01 tr {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4vw;
  }
  .table-type01 tr + tr {
    padding-top: 6vw;
  }
  .table-type01 .table_productName {
    font-size: 4.38vw;
    font-weight: 500;
    margin-bottom: 1vw;
  }
}

@media (min-width: 641px) {
  .table-type01 {
    line-height: 1.3;
    table-layout: fixed;
  }
  .table-type01 colgroup .col01 {
    width: 100px;
  }
  .table-type01 colgroup .col02 {
    width: 250px;
  }
  .table-type01 thead th {
    padding: 10px 5px;
    border: 1px solid #ddd;
    font-size: 13px;
    background: #f5f5f5;
    font-weight: 500;
  }
  .table-type01 thead th .min {
    font-size: 11px;
    display: inline-block;
    margin-top: 3px;
  }
  .table-type01 thead th .min .en {
    font-size: 108.33%;
  }
  .table-type01 tbody th,
  .table-type01 tbody td {
    border: 1px solid #ddd;
  }
  .table-type01 tbody th {
    padding: 30px 10px;
    text-align: left;
  }
  .table-type01 tbody td {
    padding: 15px 15px;
    vertical-align: middle;
    text-align: center;
    height: 46px;
  }
  .table-type01 tbody td.td01 {
    padding-right: 5px;
    text-align: left;
  }
}

.tableCheck {
  display: inline-block;
  position: relative;
}

@media (max-width: 640px) {
  .tableCheck {
    padding-left: 1.4em;
  }
}

@media (min-width: 641px) {
  .tableCheck {
    width: 0;
    height: 1.2em;
    overflow: hidden;
    padding-left: 1.2em;
  }
}

.tableCheck:before {
  content: "";
  display: block;
  width: 2.03vw;
  height: 3.13vw;
  box-sizing: border-box;
  border-bottom: 0.94vw solid #EA3500;
  border-right: 0.94vw solid #EA3500;
  -webkit-transform: translate(0%, -17%) rotate(45deg);
          transform: translate(0%, -17%) rotate(45deg);
  position: absolute;
  top: 0;
  left: 1vw;
  bottom: 0;
  margin: auto;
}

@media (min-width: 641px) {
  .tableCheck:before {
    border-width: 3px;
    left: 0;
    right: 0;
    width: 8px;
    height: 14px;
  }
}

/** bxSlider
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
}

.bx-viewport {
  overflow: visible !important;
}

.bx-wrapper .bx-pager {
  width: 100%;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4.69vw;
}

@media (max-width: 640px) {
  .bx-wrapper .bx-pager {
    padding-bottom: 8.38vw;
  }
}

@media (min-width: 641px) {
  .bx-wrapper .bx-pager {
    padding-top: 30px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ddd;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 1.56vw;
  height: 1.56vw;
  margin: 0;
  outline: 0;
  transition-property: background;
}

@media (min-width: 641px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #EA3500;
}

@media (min-width: 641px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    transition-duration: 0.3s;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #EA3500;
  }
}

.bx-wrapper .bx-pager-item {
  display: table-cell;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  padding: 0 0.78vw;
}

@media (min-width: 641px) {
  .bx-wrapper .bx-pager-item {
    padding: 0 5px;
  }
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  text-indent: -9999px;
  margin-top: -22px;
  width: 6.88vw;
  height: 6.88vw;
  outline: 0;
  border-radius: 50%;
  background: #dcdcdc;
  box-sizing: border-box;
  transition: border 0.3s;
}

@media (max-width: 640px) {
  .bx-wrapper .bx-controls-direction a {
    bottom: 6vw;
    margin-top: 0;
  }
}

@media (min-width: 641px) {
  .bx-wrapper .bx-controls-direction a {
    top: 43.5%;
    width: 44px;
    height: 44px;
  }
}

.bx-wrapper .bx-controls-direction a:after {
  content: "";
  display: block;
  width: 1.88vw;
  height: 1.88vw;
  box-sizing: border-box;
  transition: border 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 641px) {
  .bx-wrapper .bx-controls-direction a:after {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 641px) {
  .bx-wrapper .bx-controls-direction a:after {
    border-width: 3px;
  }
}

@media (min-width: 641px) {
  .bx-wrapper .bx-controls-direction a {
    transition-property: background;
    transition-duration: 0.3s;
  }
  .bx-wrapper .bx-controls-direction a:hover {
    background: #EA3500;
  }
}

.bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
}

@media (min-width: 641px) {
  .bx-wrapper .bx-controls-direction .bx-prev {
    left: -70px;
  }
}

.bx-wrapper .bx-controls-direction .bx-prev:after {
  -webkit-transform: rotate(-135deg) translate(-12.5%, 12.5%);
          transform: rotate(-135deg) translate(-12.5%, 12.5%);
}

.bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
}

@media (min-width: 641px) {
  .bx-wrapper .bx-controls-direction .bx-next {
    right: -75px;
  }
}

.bx-wrapper .bx-controls-direction .bx-next:after {
  -webkit-transform: rotate(45deg) translate(-12.5%, 12.5%);
          transform: rotate(45deg) translate(-12.5%, 12.5%);
}

/* bnr_area */

#bnr_area {
	height: auto;
}
.close_btn img {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
}
.bnr_area_inner {
	padding: 35px 0;
}
.bnr_area_inner p a {
	margin-left: 0;
}
#bnr_area p {
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.fs-xl {
	font-size: 16px;
}

.nowrap {
	white-space: nowrap;
}


@media (min-width: 641px) {
  .logoBlock_item .margin-l {
    margin-left:130px;
  }
  
  .logoBlock_item .margin-r {
    margin-right:130px;
  }
}

@media (max-width: 640px) {
  .logoBlock_item .margin-l {
    margin-left:0;
  }
  
  .logoBlock_item .margin-r {
    margin-right:0;
  }
  	}

/*181120*/
  .bnr{
	background: rgba(255,255,255,0.8);
	position: fixed;
	bottom: 0;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:15px 0;
	z-index: 99;
	}


@media (max-width: 640px) {

  .settingBox_btn_181120 {
	width:90%;
  }	
  .btn_181120 {
	padding: 3.0vw 0 3.0vw;
	}	
		
	}
/*181120*/

/*25072023*/
.itemsBox_items.pt1 {
  margin-left: -80px;
  margin-bottom: 100px;
}
.itemsBox_items.pt1 li {
  padding-left: 80px;
}
.itemsBox_items.pt1 .itemsBox_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.itemsBox_items.pt1 .itemsBox_item-01 {
  width: auto;
}
.itemsBox_items.pt1 .itemsBox_item-01 img {
  width: 160px;
  margin: 0 auto;
}
.itemsBox_items.pt1 .itemsBox_item-02 {
  width: auto;
  margin-left: 0;
}
.itemsBox_items.pt1 .itemsBox_item-02 img {
  width: 192px;
  margin: 0 auto;
}
.itemsBox_items.pt1 .itemsBox_item-03 {
  width: 217px;
}
.itemsBox_items.pt1 .itemsBox_item-03 img {
  width: 175px;
  margin: 0 auto;
}
.txt-link.pt2 {
  width: auto;
  padding-right: 24px;
  margin: 0 auto;
  margin-top: 24px;
}
.txt-link.pt2 {
  width: auto;
  padding-right: 24px;
  margin: 0 auto;
  margin-top: 24px;
  padding-left: 17px;
}
.txt-link {
  position: relative;
  padding-left: 20px;
  display: block;
  text-decoration: none;
  color: #000;
  margin-top: 24px;
  font-size: 17px;
  line-height: calc(32 / 18);
  width: 100%;
}
.txt-link:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  rotate: 45deg;
}
.txt-link:after {
  content: "";
  display: inline-block;
  background-image: url(../image/icon-blank.png);
  width: 17px;
  height: 17px;
  background-size: 17px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  margin-left: 10px;
}
.wrap-items-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.wrap-items-link.pt1 {
  margin-bottom: 130px;
}
.wrap-items-link .txt-link{
  width: auto;
  margin-left: -40px;
}
.wrap-items-link.pt1 .txt-link {
  margin-left: 0;
}
.wrap-list-link {
  display: flex;
  margin-left: -75px;
}
.wrap-list-link li {
  padding-left: 75px;
}
.flowBox_img {
  margin-top: 10px;
}
.fz-40 {
  font-size: 40px;
}
.fz-15 {
  font-size: 15px;
}
.u-mgb-30 {
  margin-bottom: 30px !important;
}
.edit-margin {
  margin-right: -120px;
}
@media (max-width: 640px) {
  .wrap-items-link.pt1 .txt-link {
    margin-left: -40px;
  }
  .wrap-items-link.pt1 {
    margin-bottom: 16vw;
  }
  .wrap-items-link.pt1 .wrap-list-link{
    margin-top: 5vw;
  }
  .edit-margin {
    margin-right: 0;
  }
  .u-mgb-30 {
    margin-bottom: 4.81vw !important;
  }
  .u-sp-ta-l{
    text-align: left;
  }
  #use-flow{
    padding-top: 10.12vw;
  }
  .fz-40 {
    font-size: 9.0625vw;
    letter-spacing: -0.04em;
  }
  .fz-15 {
    font-size: 90%;
  }
  .itemsBox_items.pt1 li:nth-child(1) .txt-link{
    margin-left: 10px;
  }
  .itemsBox_items.pt1 li:nth-child(2) .txt-link{
    margin-left: 20px;
  }
  .itemsBox_items.pt1 .itemsBox_item-01 {
    width: 100%;
  }
  .itemsBox_items.pt1 .itemsBox_item-01 img {
    width: 100%;
  }
  .itemsBox_items.pt1 .itemsBox_item-02 {
    width: 100%;
  }
  .itemsBox_items.pt1 .itemsBox_item-02 img {
    width: 100%;
  }
  .itemsBox_items.pt1 .itemsBox_item-03 {
    width: 100%;
  }
  .itemsBox_item-applypay {
    width: 100%;
  }
  .wrap-items-link {
    margin-bottom: 15vw;
  }
  .itemsBox_items.pt1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .itemsBox_items.pt1 {
    margin-top: 7vw;
    margin-left: 0;
    margin-bottom: 15vw;
  }
  .itemsBox_items.pt1 li {
    padding-left: 0;
  }
  .itemsBox_items.pt1 li + li {
    margin-top: 30px;
  }
  .txt-link {
    margin-top: 3.5vw;
    width: 100%;
    font-size: 3.7vw;
  }
  .txt-link.pt1 {
    margin-top: 8vw;
  }
  .txt-link.pt2 {
    margin-top: 3.5vw;
  }
  .wrap-list-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wrap-list-link .txt-link {
    margin-top: 3.344vw;
  }
}
/*25072023*/

