@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
div,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* common */
body {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial,
    sans-serif, Osaka;
  color: #000;
  overflow-x: hidden;
}

a {
  color: #ff6600;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

.bgGreen {
  background: #007a26;
}

.bgYellow {
  background: #ffb44d;
}

.pcNone {
  display: none !important;
}

.pcNone {
  display: block !important;
}

.spNone,
.spNone-flex {
  display: none !important;
}

.outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.txtCenter {
  text-align: center !important;
}

sup {
  font-size: 70%;
  vertical-align: 8px;
  line-height: 15px;
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#header .gnav .gnav_title img {
  width: 57px;
}

#header .gnav .gnav_body.is-active {
  display: block;
}

#header .gnav .gnav_body {
  background-color: #e61a19;
  display: none;
  padding: 14px 18px 35px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 300px;
  z-index: 10;
}

#header .gnav a {
  display: block;
}

#header img {
  max-width: 100%;
}

#header .gnav .gnav_body .gnav_close img {
  width: 57px;
}

#header .gnav .gnav_body .gnav_close {
  display: inline-block;
  float: right;
}

#header .gnav .gnav_body ul {
  clear: both;
  padding: 0 17px;
}

#header .logo,
#header .gnav h2 {
  line-height: 0;
}

#header .gnav .gnav_body li a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 1em 0;
  text-decoration: none;
}

#mv .block_header {
  color: #ff6600;
}

#mv .block_mv a:hover {
  opacity: 0.8;
}

a:hover img {
  opacity: 0.8;
}

/*custom slide*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  margin: auto;
}

.bx-wrapper a {
  text-decoration: none;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  margin-bottom: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 30px;
  outline: 0;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  color: #d5d5d5;
  position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -37px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid #d5d5d5;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a.active:after {
  border-left: 11px solid #007a26;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #007a26;
  color: #fff;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 20px;
  line-height: 50px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -27px;
  background: url(/oos/adv/image/tmp_209_07/icon_prev.png) no-repeat;
  background-size: 100%;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  opacity: 0.7;
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: -27px;
  background: url(/oos/adv/image/tmp_209_07/icon_next.png) no-repeat;
  background-size: 100%;
}

.bx-wrapper .bx-next:hover {
  opacity: 0.7;
  background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.bx-viewport {
  overflow: visible !important;
}

.lHeigh-0 {
  line-height: 0;
}

#mv {
  width: 100%;
  height: 100%;
}

/* ヘッダー */
.header_link_block {
  margin-top: 20px;
  padding: 20px 30px 0;
  background: #fff;
  display: block;
  width: 560px;
  height: 180px;
  border-radius: 10px;
}

#mv .block_header {
  font-size: 20px;
  position: relative;
  text-align: center;
  padding-left: 100px;
  padding-bottom: 15px;
}

#mv .block_header::before {
  content: "";
  background-image: url(/oos/adv/image/tmp_209_07/img_kv_logo.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -50px;
  left: 50px;
}

#mv .block_header span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

@media screen and (max-width: 1200px) {
  #mv .block_header span {
    font-size: 1.67vw;
  }
}

.blank {
  width: 1rem;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 40px;
    height: 40px;
    margin: 0 20px;
  }

  .bx-wrapper .bx-pager-item {
    font-size: 16px;
    line-height: 40px;
  }

  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    right: -24px;
  }

  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ddd;
    right: -27px;
  }

  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:first-child a {
    margin-left: 0;
  }

  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a {
    margin-right: 0;
  }

  .bx-clone:last-child {
    display: none;
  }

  .stepSlider li h3+p {
    -webkit-text-size-adjust: none;
    /**fix resize font on iphone**/
  }
}

@media screen and (max-width: 580px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 10px;
  }

  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:before {
    right: -14px;
  }

  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:after {
    right: -17px;
  }
}

@media screen and (max-width: 480px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }

  .bx-wrapper .bx-pager-item {
    font-size: 13px;
    line-height: 30px;
  }

  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    right: -13px;
  }

  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ddd;
    right: -15px;
  }

  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a.active:after {
    border-left: 8px solid #007a26;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
  }

  .bx-wrapper .bx-prev {
    left: -18px;
  }

  .bx-wrapper .bx-next {
    right: -18px;
  }
}

/*bx-wrapper end*/
.listNote {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 24px;
}

.listCheck li {
  position: relative;
  padding-left: 27px;
}

.listCheck li:before {
  content: "";
  background: url(/oos/adv/image/tmp_209_07/icon_check.png) no-repeat;
  width: 23px;
  height: 17px;
  display: inline-block;
  position: absolute;
  padding-right: 5px;
  left: 0;
  top: 5px;
}

.ttlH02 {
  font-size: 28px;
  line-height: 48px;
  color: #007a26;
  text-align: center;
  font-weight: bold;
  margin: auto;
  position: relative;
  margin-bottom: 24px;
}

.ttlH02:before {
  content: "";
  background: url(/oos/adv/image/tmp_209_07/icon_ttl_01.png) no-repeat;
  width: 34px;
  height: 50px;
  display: inline-block;
  position: absolute;
}

.ttlH02:after {
  content: "";
  background: url(/oos/adv/image/tmp_209_07/icon_ttl_02.png) no-repeat;
  width: 34px;
  height: 50px;
  display: inline-block;
  position: absolute;
}

.ttlH02.style01 {
  max-width: 702px;
  margin-bottom: 17px;
}

.ttlH02.style01:before {
  left: -4px;
  top: -6px;
}

.ttlH02.style01:after {
  right: 5px;
  top: -6px;
}

.ttlH02.style02 {
  max-width: 370px;
}

.ttlH02.style02:before {
  left: 2px;
  top: -6px;
}

.ttlH02.style02:after {
  right: 1px;
  top: -6px;
}

.requestAcc {
  overflow: hidden;
}

.requestAcc .infoOpen {
  padding-bottom: 49px;
}

.infoOpenList {
  width: 89vw;
  max-width: 100%;
  margin: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.infoOpenList li:nth-child(1) {
  background-image: url(/oos/adv/image/tmp_209_07/icon_request_01.png);
}

.infoOpenList li:nth-child(2) {
  background-image: url(/oos/adv/image/tmp_209_07/icon_request_03.png);
}

.infoOpenList li:nth-child(3) {
  background-image: url(/oos/adv/image/tmp_209_07/icon_request_02.png);
}

.infoOpenList li:nth-child(4) {
  background-image: url(/oos/adv/image/tmp_209_07/icon_request_04.png);
}

.infoOpenList li {
  background-color: #b3e095;
  background-position: 6vw center;
  background-size: 12.6vw;
  background-repeat: no-repeat;
  border-radius: 1.3vw;
  margin-bottom: 5.3vw;
  position: relative;
}

.infoOpenList li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.6vw 2vw 0 2vw;
  border-color: #007a27 transparent transparent transparent;
  position: absolute;
  right: 5.3vw;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.infoOpenList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  width: 100%;
  height: 16vw;
  text-decoration: none;
  padding-left: 25.6vw;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1rem;
}

.infoOpenList li a:hover {
  opacity: 0.6;
}

.requestAcc .showMore {
  text-align: center;
  margin-top: 55px;
}

.requestAcc .banner {
  padding-top: 42px;
  padding-bottom: 40px;
}

.requestAcc .banner .fz22 {
  font-size: 22px;
}

.requestAcc .banner .fz33 {
  font-size: 33px;
  margin-bottom: 2px;
}

.requestAcc .banner .fz44 {
  font-size: 44px;
  margin-bottom: 6px;
}

.requestAcc .banner .fz24 {
  font-size: 24px;
}

.requestAcc .banner span {
  display: block;
  color: #fff;
}

.ttlH03 {
  font-size: 24px;
  font-weight: bold;
  color: #007a26;
  line-height: 1.5;
  position: relative;
}

.requestAcc .pointList .ttlH03 {
  margin-bottom: 41px;
  padding-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.requestAcc .pointList #anc3 .ttlH03 {
  padding-top: 0;
}

.txtNumber {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  border: 4px solid #007a26;
  display: block;
  padding-top: 14px;
  margin-right: 15px;
}

.txtNumber i {
  font-size: 50px;
  line-height: 1;
  display: block !important;
  transform: scaleX(0.8);
}

.txtNumberHeadHead {
  font-size: 26px;
  line-height: 1.085714285714286;
}

.txtNumberHeadHead strong {
  font-size: 34px;
}

.txtNumberHeadHead small {
  display: table;
  background: #007a26;
  color: #fff;
  font-size: 18px;
  padding: 9px 10px 7px;
  margin-top: 6px;
}

#anc2 .txtNumberHeadHead,
#anc4 .txtNumberHeadHead {
  letter-spacing: -0.06em;
}

#anc2 .txtNumberHeadHead small,
#anc4 .txtNumberHeadHead small {
  letter-spacing: 0;
}

.requestAcc .pointList p {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
}

.ttlH03 sup {
  vertical-align: 8px;
  line-height: 15px;
}

.requestAcc .pointList .pointItem {
  background: #f2f8f4;
  padding-top: 50px;
}

.requestAcc .pointList #anc3 {
  padding-top: 88px;
}

.requestAcc .pointList .pointItem:first-child {
  padding-top: 60px;
}

.requestAcc .pointList .pointItem:last-child {
  padding-bottom: 50px;
}

.requestAcc .pointList #anc2,
.requestAcc .pointList #anc4 {
  background: #fff;
}

.requestAcc .pointList .listNote {
  margin-top: 15px;
}

.requestAcc .bgYellow {
  padding: 40px 0;
}

.btnArea {
  width: 100%;
  background: #ff6600;
  padding: 23px 30px 22px;
}

.btnArea .inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btnArea .inner p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

.btnArea .inner ul {
  width: 41.34146341463415%;
  display: flex;
  justify-content: space-between;
}

.btnArea .inner li:nth-child(1) {
  width: 43.6578171%;
}

.btnArea .inner li:nth-child(2) {
  width: 53.39233%;
}

.btnArea .inner li a {
  display: block;
  line-height: 0;
}

.btnArea .inner li img {
  width: 100%;
}

.floating {
  display: none;
}

.floating.fixed {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  padding: 13px 30px 11px;
}

.boxApp a {
  text-decoration: none;
  color: #333;
  display: block;
}

.boxApp a:hover {
  opacity: 0.8;
}

.boxApp .ttlApp {
  display: block;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding-top: 3px;
  margin-bottom: 7px;
  font-weight: bold;
}

.requestAcc .boxApp01 {
  background: #fff;
  border-radius: 8px;
  padding: 19px 31px;
}

.boxApp .logoBank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxApp .logoBank .icoBank img {
  max-width: 85px;
}

.boxApp .txtBank {
  font-size: 18px;
  color: #ff6600;
  font-weight: bold;
}

.stepApp .boxApp02 {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 23px 0;
  margin-top: 60px;
  margin-bottom: 40px;
}

.stepApp {
  padding-top: 85px;
  overflow: hidden;
}

.stepApp .stepAppSlider {
  padding: 0 50px;
}

.stepApp .stepSlider li {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
}

.stepApp .stepSlider li .slidettl {
  font-size: 18px;
  color: #007a26;
  font-weight: bold;
  line-height: 48px;
}

.stepApp .stepSlider li .slidettl i {
  font-size: 50px;
  display: flex;
  align-items: baseline;
}

.stepApp .stepSlider li .slidettl i::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #007a26;
  display: inline-block;
  margin-left: 5px;
}

.stepApp .stepSlider .listNote {
  margin-top: 10px;
}

.stepApp .stepSlider .listNote li {
  border: none;
  border-radius: 0;
}

.stepSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boxCommon {
  margin-top: 60px;
}

.center {
  text-align: center;
}

.btn01 {
  border: #009943 solid 2px;
  color: #009943;
  font-weight: bold;
  width: 66vw;
  height: 10.6vw;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
  text-decoration: none;
  margin-top: 17px;
}

.textIcon {
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }

  .spNone {
    display: block !important;
  }

  .inner {
    width: 94.737%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .contentInner {
    max-width: 950px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
  }

  #page-top-hide {
    width: 100vw;
    margin: 0px calc(50% - 50vw);
  }

  #mv {
    padding: 0 20px;
    position: relative;
  }

  #mv .block_mv {
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
  }

  #mv .action-links {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 518px;
    width: 100%;
  }

  #mv .action-link {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 46%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #mv .action-links a {
    line-height: 0;
    text-decoration: none;
  }

  #mv .action-links a>span {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 7px;
    font-weight: bold;
    color: #333;
  }

  #mv .block_footer {
    display: inline-block;
    margin-top: 20px;
    margin-left: 30px;
  }

  #mv .block_footer p {
    text-align: center;
  }

  #page-top-hide.tmp_209_01 {
    background: none;
    z-index: 10000;
  }

  #page-top-hide.tmp_209_01 .block_mv {
    max-width: none;
    height: 543px;
    background: url(/oos/adv/image/tmp_209_07/img_mvbg_02.jpg) no-repeat center top;
  }

  #page-top-hide.tmp_209_01 .block_mv h1 {
    width: 469px;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -582px;
  }

  #page-top-hide.tmp_209_01 .header_link_block {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    position: absolute;
    left: 50%;
    bottom: 13px;
    margin-left: 295px;
    padding: 0;
  }

  #page-top-hide.tmp_209_01 .block_header {
    padding: 0;
    color: #fff;
    text-align: left;
    font-size: 28px;
    margin: 0 0 6px 24px;
  }

  #page-top-hide.tmp_209_01 .block_header::before {
    display: none;
  }

  #page-top-hide.tmp_209_01 .action-links {
    width: 250px;
  }

  #page-top-hide.tmp_209_01 .action-link {
    width: auto;
  }

  #page-top-hide.tmp_209_01 .action-link img {
    width: auto;
    height: 40px;
  }

  #page-top-hide.tmp_209_01 .subText {
    text-align: center;
    margin-bottom: 30px;
  }

  #page-top-hide.tmp_209_01 .block_header_fixed {
    display: none;
  }

  #page-top-hide.tmp_209_01 .header_link_block.fixed {
    background: #f60;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 78px;
    margin: 0;
    padding: 0 10px;
    z-index: 10000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: cta;
    animation-name: cta;
  }

  #page-top-hide.tmp_209_01 .header_link_block.fixed .block_header_fixed {
    display: block;
    margin-right: 10px;
  }

  #page-top-hide.tmp_209_01 .header_link_block.fixed .block_header {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 31px;
    letter-spacing: -0.01em;
  }

  #page-top-hide.tmp_209_01 .header_link_block.fixed .block_header_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #page-top-hide.tmp_209_01 .header_link_block.fixed .action-links {
    width: 260px;
    margin-left: 10px;
  }

  #page-top-hide.tmp_209_01~#footer #pageTop {
    bottom: 130px;
    z-index: 9999;
  }

  .cta_fixed .tmp_209_01~#footer {
    margin-bottom: 78px;
  }

  .btn01 {
    width: 252px;
    height: 42px;
    font-size: 24px;
    margin: 17px 0 0;
  }

  .spNone-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn01 .blank {
    right: inherit;
    margin-left: 10px;
  }

  .infoOpenList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  .infoOpenList li {
    width: calc((100% - 30px) / 2);
    background-position: 30px center;
    background-size: 70px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .infoOpenList li:nth-child(odd) {
    margin-right: 30px;
  }

  .infoOpenList li a {
    padding-left: 110px;
    height: 90px;
    font-size: 0.75rem;
  }

  .infoOpenList li::after {
    border-width: 18.22px 10.455px 0 10.455px;
    right: 20px;
  }

  .ttlH02.style01 {
    margin-bottom: 44px;
  }

  .requestAcc {
    padding-top: 56px;
  }

  .requestAcc .pointList .ttlH03.pt60 {
    padding-top: 60px;
  }

  @media screen and (max-width: 1200px) {
    #page-top-hide.tmp_209_01 .block_mv {
      height: 45.5vw;
      background-size: auto 100%;
    }

    #page-top-hide.tmp_209_01 .block_mv h1 {
      width: 39.0833vw;
      top: 1.33vw;
      margin-left: -48.5vw;
    }

    #page-top-hide.tmp_209_01 .header_link_block {
      bottom: 1.0833vw;
      margin-left: 24.5833vw;
    }

    #page-top-hide.tmp_209_01 .block_header {
      font-size: 2.3333vw;
      margin: 0 0 0.5vw 2vw;
    }

    #page-top-hide.tmp_209_01 .action-links {
      width: 21.6666vw;
    }

    #page-top-hide.tmp_209_01 .action-link img {
      width: auto;
      height: 3.3333vw;
    }

    #page-top-hide.tmp_209_01 .header_link_block.fixed .block_header_fixed {
      margin-right: 0.8333vw;
    }

    #page-top-hide.tmp_209_01 .header_link_block.fixed .action-link img {
      width: auto;
      height: 40px;
    }

    #page-top-hide.tmp_209_01 .header_link_block.fixed .block_header {
      font-size: 2.5833vw;
    }

    #page-top-hide.tmp_209_01 .header_link_block.fixed .action-links {
      margin-left: 0.8333vw;
    }
  }

  @media screen and (max-width: 1000px) {
    #page-top-hide.tmp_209_01 .header_link_block.fixed .block_header_txt {
      width: 26vw;
    }
  }

  .requestAcc .banner .fz28 {
    font-size: 28px;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
  }

  .requestAcc .banner .fz60 {
    font-size: 60px;
    font-weight: bold;
    display: block;
    line-height: 1;
  }

  .requestAcc .banner .fz60 small {
    font-size: 42px;
  }

  .requestAcc .banner .fz60 strong {
    color: #f0e900;
  }

  .requestAcc .banner .fz60 strong strong {
    font-size: 80px;
  }

  .requestAcc .pointList #anc2 .outer,
  .requestAcc .pointList #anc4 .outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }

  .requestAcc .pointList #anc2 .outer {
    padding-bottom: 68px;
  }

  .requestAcc .pointList #anc4 .outer {
    padding-bottom: 72px;
  }

  .requestAcc .pointList .outer {
    margin-left: -15px;
    margin-right: -15px;
  }

  .requestAcc .pointList .col02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .requestAcc .pointList .col02:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
  }

  .requestAcc .pointList .col02:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    line-height: 0;
  }

  .requestAcc .pointList #anc4 .col02:last-child {
    align-items: flex-start;
    margin-top: 174px;
  }

  .requestAcc .pointList .pointItem:nth-child(2) {
    padding-top: 70px;
  }

  .requestAcc .pointList .pointItem:nth-child(2) {
    padding-top: 68px;
  }

  .requestAcc .pointList .pointItem:nth-child(2) {
    padding-top: 40px;
  }

  .requestAcc .pointList .pointItem:nth-child(3) .ttlH03 {
    padding-top: 0;
  }

  .requestAcc .pointList .pointItem:nth-child(2n) .col02:first-child {
    padding-bottom: 20px;
  }

  .requestAcc .pointList .pointItem:nth-child(2) .col02:first-child {
    padding-left: 72px;
  }

  .requestAcc .pointList .pointItem:nth-child(4) .col02:first-child {
    padding-left: 15px;
  }

  .requestAcc .boxApp01 {
    padding: 24px 31px;
  }

  .requestAcc .boxApp01>.outer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .requestAcc .boxApp01>.col02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .requestAcc .boxApp01 .listApp>.col02:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }

  .requestAcc .boxApp01 .listApp>.col02:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }

  .requestAcc .boxApp01 .listApp .listAppSub01 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .requestAcc .boxApp01 .listApp .listAppSub01>.col02 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .requestAcc .boxApp01 .listApp .listAppSub02 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .requestAcc .boxApp01 .listApp .listAppSub02>.col02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .requestAcc .boxApp01 .listApp .listAppSub02>.col02:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
  }

  .requestAcc .boxApp01 .listApp .listAppSub02>.col02:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
  }

  .requestAcc .col02>.outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .boxApp .col02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stepApp .boxApp02>.outer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stepApp .boxApp02>.col02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stepApp .boxApp02 .listApp>.col02:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }

  .stepApp .boxApp02 .listApp>.col02:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }

  .stepApp .boxApp02 .listApp .listAppSub01 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .stepApp .boxApp02 .listApp .listAppSub01>.col02 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .stepApp .boxApp02 .listApp .listAppSub02 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .stepApp .boxApp02 .listApp .listAppSub02>.col02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stepApp .boxApp02 .listApp .listAppSub02>.col02:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
  }

  .stepApp .boxApp02 .listApp .listAppSub02>.col02:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
  }

  .stepApp .stepSlider .outer {
    max-width: 716px;
  }

  .stepApp .stepSlider .outer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    padding-top: 16px;
  }

  .stepApp .stepSlider .col02:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
  }

  .stepApp .stepSlider .col02:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    line-height: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  body {
    font-size: 13px;
    line-height: 25px;
  }

  .requestAcc {
    padding-top: 50px;
  }

  .requestAcc .banner .col02:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .requestAcc .banner .col02:last-child {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .requestAcc .banner .bannerImg {
    right: -75px;
    top: -119%;
  }

  .requestAcc .showMore {
    margin-top: 30px;
  }

  .requestAcc .pointList .pointItem {
    background: #f2f8f4;
    padding-top: 50px;
  }

  .requestAcc .banner .bannerImg img {
    width: 500px;
  }

  .requestAcc .pointList .outer {
    margin-left: -10px;
    margin-right: -10px;
  }

  .requestAcc .pointList .col02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .listNote {
    font-size: 11px;
    line-height: 24px;
  }

  .requestAcc .pointList .listNote {
    margin-top: 15px;
  }

  .requestAcc .pointList .pointItem:nth-child(2n) .col02:first-child {
    padding-left: 10px;
  }

  .boxApp .txtBank {
    font-size: 15px;
  }

  .stepApp {
    padding-top: 60px;
  }

  .requestAcc .bgYellow {
    padding: 30px 0;
  }

  .requestAcc .boxApp01 {
    background: #fff;
    border-radius: 10px;
    padding: 12px 20px;
  }

  .stepApp .boxApp02 {
    padding: 18px 0;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .requestAcc .boxApp01 .listApp .listAppSub01 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .requestAcc .boxApp01 .listApp .listAppSub01>.col02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stepApp .boxApp02 .listApp .listAppSub01 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .stepApp .boxApp02 .listApp .listAppSub01>.col02 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width: 900px) {
  .infoOpenList li a {
    padding-left: 127px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 920px) {
  .requestAcc .pointList .ttlH03 .iconPoint {
    width: 110px;
    height: 111px;
    background-size: 110px auto;
  }

  .requestAcc .pointList .ttlH03 .iconPoint .txtPoint .txtSmall {
    font-size: 14px;
    line-height: 25px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint .txtPoint .txtBig {
    font-size: 20px;
    line-height: 25px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint03 .txtPoint {
    left: 34px;
    top: 24px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint02 {
    right: 26px;
    top: 8px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint02 .txtPoint {
    left: 34px;
    top: 24px;
  }

  .ttlH03 {
    font-size: 20px;
    line-height: 34px;
  }

  .listCheck li:before {
    width: 18px;
    height: 13px;
    background-size: 18px auto;
  }

  .stepApp .stepSlider li {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .stepSlider .outer {
    padding: 30px 30px 0;
  }

  .stepSlider .col02:last-child {
    text-align: center;
    line-height: 0;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stepSlider .col02:last-child {
    height: auto;
  }

  .stepSlider .col02:first-child {
    margin-bottom: 10px;
  }
}

@-webkit-keyframes cta {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cta {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #page-top-hide .subText {
    text-align: center;
    margin-top: 20px;
  }

  .block_mv h1 {
    display: none;
  }

  .header_link_block {
    width: 89vw;
    height: auto;
    background: none;
    padding: 0 30px 2.933vw;
    position: absolute;
    bottom: 0;
  }

  #mv .block_header::before {
    top: -30px;
    left: -3vw;
    width: 50px;
    height: 50px;
    background-size: contain;
  }

  #mv .block_header {
    display: none;
  }

  .cta_fixed #page-top-hide {
    -webkit-animation-name: fadeIn !important;
    animation-name: fadeIn !important;
    visibility: visible !important;
    position: relative;
    z-index: 998;
  }

  .cta_fixed #pageTop {
    bottom: 35.4666vw;
  }

  .cta_fixed #footer {
    margin-bottom: 31.4666vw;
  }

  .cta_fixed .tmp_209_01~#footer {
    margin-bottom: 37.0666vw;
  }

  #mv .block_header span {
    font-size: 3.3vw;
    line-height: 1.5;
    font-weight: bold;
  }

  #mv .action-links {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #mv .action-links a {
    line-height: 0;
    display: block;
  }

  #mv .action-links .action-link {
    width: 48%;
  }

  .tmp_209_01 .block_mv {
    background-image: url(/oos/adv/image/tmp_209_07/img_bg_sp_02.jpg);
    height: 166.67vw;
    padding: 20px;
    background-size: cover;
    position: relative;
  }

  .tmp_209_01 #mv .header_link_block {
    width: 64.267vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tmp_209_01 #mv .action-links .action-link {
    width: auto;
  }

  .tmp_209_01 #mv .action-links .action-link+.action-link {
    margin-left: 2.4vw;
  }

  .tmp_209_01 #mv .action-links .action-link img {
    width: auto;
    height: 10.267vw;
  }

  .cta_fixed .tmp_209_01~#footer #pageTop {
    bottom: 26vw;
  }

  .ttlH02 {
    font-size: 22px;
    line-height: 35px;
  }

  .ttlH02.style01 {
    max-width: 430px;
  }

  .ttlH02.style01:before {
    left: 0;
    top: 19px;
  }

  .ttlH02.style01:after {
    right: 10px;
    top: 20px;
  }

  .requestAcc .infoOpen .outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }

  .requestAcc .banner {
    text-align: center;
  }

  .requestAcc .banner.bgGreen {
    position: relative;
    padding: 7.6vw 0 7.33vw;
  }

  .requestAcc .banner .fz28 {
    font-size: 4.67vw;
    margin-bottom: 2.67vw;
  }

  .requestAcc .banner .fz60 {
    font-size: 10vw;
    line-height: 1.1;
    font-weight: bold;
  }

  .requestAcc .banner .fz60 small {
    font-size: 6.933vw;
  }

  .requestAcc .banner .fz60 strong {
    color: #f0e900;
    display: block;
  }

  .requestAcc .banner .fz60 strong strong {
    font-size: 13.33vw;
    display: inline;
  }

  .requestAcc .banner .bannerImg {
    position: absolute;
    top: -89px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .requestAcc .pointList .col02:last-child {
    text-align: center;
    line-height: 0;
  }

  .requestAcc .showMore {
    margin-top: 30px;
  }

  .requestAcc .infoOpen {
    padding-bottom: 30px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint01 {
    right: auto;
    left: 270px;
    top: -6px;
  }

  .requestAcc .pointList .pointItem {
    padding-top: 8.533vw;
    padding-bottom: 0;
  }

  .requestAcc .pointList .pointItem:first-child {
    padding-top: 8.533vw;
  }

  .requestAcc .pointList .pointItem:nth-child(2) {
    padding-top: 8.533vw;
  }

  .requestAcc .pointList .pointItem:nth-child(3) {
    padding-top: 8.533vw;
  }

  .requestAcc .pointList #anc3 {
    padding-top: 8.533vw;
  }

  .requestAcc .pointList #anc4 {
    padding-bottom: 5.867vw;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint02 {
    right: 0;
    left: 270px;
    top: 5px;
  }

  .requestAcc .pointList .ttlH03 {
    margin: 0 0 2vw 4.267vw !important;
    padding-top: 0;
  }

  .txtNumber {
    font-size: 3.467vw;
    width: 18.133vw;
    height: 18.133vw;
    border: 0.533vw solid #007a26;
    padding-top: 2.6vw;
    margin-right: 3.2vw;
  }

  .txtNumber i {
    font-size: 9.467vw;
  }

  .txtNumberHeadHead {
    font-size: 5.33vw;
  }

  .txtNumberHeadHead strong {
    font-size: 6.4vw;
  }

  .txtNumberHeadHead small {
    font-size: 3.65733vw;
    padding: 2vw 1.867vw 1.33vw;
    margin-top: 1.2vw;
  }

  .requestAcc .pointList #anc3 .ttlH03+div {
    padding: 6vw 0 0 6vw;
  }

  .requestAcc .pointList .flexbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    margin: 0 auto;
  }

  .requestAcc .pointList #anc4 .flexbox {
    padding: 0 6vw;
    align-items: flex-start;
  }

  .requestAcc .pointList #anc4 .flexbox .btn01 {
    width: 48vw;
    height: 8vw;
    margin-top: 0;
  }

  .requestAcc .pointList .flexbox>div {
    width: 47.8%;
    box-sizing: border-box;
  }

  .requestAcc .pointList #anc1 .flexbox>div:nth-child(1),
  .requestAcc .pointList #anc3 .flexbox>div:nth-child(1) {
    display: flex !important;
    align-items: end;
  }

  .requestAcc .pointList .flexbox .txtArea {
    width: 52.2%;
    padding: 6vw 0 0 6vw;
  }

  .requestAcc .pointList #anc1 .flexbox .txtArea,
  .requestAcc .pointList #anc2 .flexbox .txtArea {
    padding: 6vw 0 6vw 6vw;
  }

  .requestAcc .pointList #anc3 .flexbox .txtArea {
    padding: 0 0 6vw 6vw;
  }

  .requestAcc .pointList p {
    font-size: 3.733vw;
    margin-bottom: 5.6vw;
  }

  .btn01 .blank {
    margin-left: 10px;
  }

  .requestAcc .pointList #anc4 .col02>p {
    font-size: 3.733vw;
    margin: 7.2vw 0 5.6vw 6vw;
  }

  .listNote {
    margin: 0 10px;
    line-height: 24px;
  }

  .btnArea {
    padding: 3.2vw 0 3.467vw;
  }

  .btnArea .inner {
    display: block;
  }

  .btnArea .inner p {
    font-size: 4.67vw;
    margin-bottom: 2vw;
    text-align: center;
  }

  .btnArea .inner ul {
    width: 64.267vw;
    margin: 0 auto;
  }

  .btnArea .inner li:nth-child(1) {
    width: 28.133vw;
  }

  .btnArea .inner li:nth-child(2) {
    width: 34.4vw;
  }

  .floating.fixed {
    padding: 2.467vw 0 2.2vw;
  }

  .floating.fixed .inner p {
    margin-bottom: 1vw;
  }

  .boxApp .logoBank {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .boxApp .listAppSub02>.col02 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .listAppSub01 .col02 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .bx-wrapper .bx-pager-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ttlH02.style02 {
    max-width: 290px;
  }

  .ttlH02:after,
  .ttlH02:before {
    width: 30px;
    height: 44px;
    background-size: 30px auto;
  }

  .stepApp .boxApp02 {
    margin-top: 60px;
  }

  .stepApp .stepSlider li .slidettl i {
    font-size: 45px;
    line-height: 35px;
    font-weight: bold;
    display: table;
    margin: 6px 0;
  }

  .stepApp .stepSlider li .slidettl i::after {
    height: 3px;
    bottom: 0;
  }

  .requestAcc .boxApp01 {
    background: #fff;
    border-radius: 8px;
    padding: 15px 20px;
  }

  .requestAcc .boxApp01 .txtBank {
    padding: 0 0 25px 85px;
    width: 343px;
    position: relative;
  }

  .requestAcc .boxApp01 .icoBank {
    position: absolute;
    left: 0;
    top: -42px;
  }

  .ttlH03 sup {
    font-size: 12px;
    vertical-align: 8px;
  }

  .resizeImg img {
    width: 49.867vw;
  }

  .requestAcc .pointList .pointItem:nth-child(3) .resizeImg img {
    width: 37.067vw;
    height: auto;
    padding: 6vw 0;
  }

  .requestAcc .pointList .pointItem:nth-child(5) .resizeImg img {
    width: 37.467vw;
    height: auto;
    margin: 0 auto;
  }

  .requestAcc .pointList .pointItem:nth-child(7) .resizeImg img {
    width: 34vw;
    height: auto;
    margin: 0 0 0 auto;
    display: block;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint02 .txtPoint,
  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint03 .txtPoint {
    position: absolute;
    top: 23px;
    left: 34px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint01 .txtPoint {
    left: 34px;
    top: 23px;
  }

  .boxCommon {
    margin-top: 30px;
  }

  .listAppSub01 .col02 {
    padding: 0;
  }

  .listAppSub02 img {
    height: 13vw;
  }

  .appstore {
    padding-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  #page-top-hide .subText {
    text-align: center;
    margin-top: 20px;
    font-size: 11px;
    line-height: 24px;
  }

  .ttlH02 {
    font-size: 16px;
    line-height: 35px;
  }

  .ttlH02.style01 {
    max-width: 300px;
  }

  .ttlH02:after,
  .ttlH02:before {
    width: 26px;
    height: 38px;
    background-size: 26px auto;
  }

  .ttlH02.style01:before {
    left: -7px;
    top: 23px;
  }

  .ttlH02.style01:after {
    right: -2px;
    top: 23px;
  }

  .requestAcc .banner .bannerImg {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .requestAcc .showMore {
    margin-top: 15px;
  }

  .requestAcc .infoOpen {
    padding-bottom: 20px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint01 {
    left: 196px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint {
    width: 90px;
    height: 90px;
    background-size: 90px auto;
  }

  .requestAcc .pointList .ttlH03 .iconPoint .txtPoint .txtBig {
    font-size: 18px;
    line-height: 22px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint .txtPoint .txtSmall {
    font-size: 12px;
    line-height: 1.3;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint03 .txtPoint {
    left: 28px;
    top: 13px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint03,
  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint02,
  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint01 {
    left: 57vw;
    top: 20px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint03 {
    left: 62vw;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint02 .txtPoint {
    top: 22px;
    left: 19px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint01 .txtPoint {
    left: 23px;
    top: 17px;
  }

  .boxApp .txtBank {
    font-size: 13px;
  }

  .stepApp .stepAppSlider {
    padding: 0 20px;
  }

  .ttlH02.style02 {
    max-width: 215px;
  }

  .btnShowMore img {
    width: 20px;
  }

  .requestAcc .boxApp01 .txtBank {
    padding: 0 0 25px 84px;
    width: 348px;
    position: relative;
  }

  #header .contentInner {
    padding: 10px 18px;
  }
}

@media screen and (min-width: 400px) and (max-width: 480px) {
  .requestAcc .banner .bannerImg {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .stepSlider .col02:first-child {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.dateText {
  font-size: 1.024rem;
  text-align: right;
  padding: 0 20px;
}

#pageTop {
  display: none;
  position: fixed;
  bottom: 2.987rem;
  right: 1.707rem;
  width: 12.667%;
}

.linkTop {
  margin-top: 1rem;
  padding: 0 20px;
  text-align: right;
}

.linkTop a {
  padding-right: 0.853rem;
  background-size: 0.64rem auto;
  font-size: 1.024rem;
}

#footer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 1rem 0 1.707rem;
  background-color: #fff;
  margin-top: 15px;
  text-align: center;
  color: #535353;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    "メイリオ", sans-serif;
  line-height: 18px;
}

#footer img {
  vertical-align: top;
}

#footer a {
  color: #0f91ff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

#footer a:hover {
  text-decoration: underline;
}

#footer .blankIcon {
  display: inline;
  margin: 0 3px 0 5px;
  vertical-align: top;
}

#footer .logo {
  display: block;
  width: 34.8%;
  margin: 0 auto;
}

#footer .copyRight {
  display: block;
  margin-top: 1.707rem;
  font-size: 1.024rem;
  text-align: center;
}

#header {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 3.2% 5.333% 2.4%;
  background-color: #fff;
}

#header img {
  display: block;
}

#header .headerInner {
  margin: 0 auto;
  max-width: 900px;
}

#header .logo {
  width: 34.328%;
}

#header .code {
  width: 37.612%;
  margin: 4.328% 0 0 2.239%;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 768px) {
  .dateText {
    font-size: 1.125rem;
    font-weight: bold;
  }

  #pageTop {
    bottom: 1.875rem;
    right: 1.875rem;
    width: 7.719%;
    max-width: 88px;
  }

  .linkTop {
    margin: 1rem auto 0;
  }

  .linkTop a {
    padding-right: 1rem;
    background-size: 0.813rem auto;
    font-size: 1.125rem;
  }

  #footer {
    padding: 1rem 0 3.75rem;
  }

  #footer .logo {
    width: 22.895%;
    max-width: 261px;
  }

  #footer .copyRight {
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }

  #header {
    padding: 0;
  }

  #header .logo {
    width: 15.185%;
    margin: 0.833% 0 1.389% 0.833%;
  }

  #header .code {
    width: 16.574%;
    margin: 2.685% 0 0 0.926%;
  }

  .slideArea {
    margin-top: 0;
  }

  .slick-slide img {
    margin: 2.5rem 0 0;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    min-width: 320px;
    font-size: 10px;
    font-size: calc(3.125vw);
    font-size: -webkit-calc(3.125vw);
  }

  #footer {
    line-height: 12px;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb0 {
  margin-bottom: 0;
}

.pt30 {
  padding-top: 30px !important;
}

.bold {
  font-weight: bold;
}

.strongColor {
  color: #ff6600;
  font-weight: bold;
}

.requestAcc .pointList .ttlH03 .iconPoint {
  right: 0 !important;
  top: 0 !important;
  width: 130px !important;
  height: 130px !important;
  background-size: 130px auto !important;
}

.requestAcc .pointList .ttlH03 .iconPoint .txtPoint {
  position: absolute !important;
  top: 46% !important;
  left: 55% !important;
  -webkit-transform: translateY(-46%) translateX(-50%) !important;
  -ms-transform: translateY(-46%) translateX(-50%) !important;
  transform: translateY(-46%) translateX(-50%) !important;
  line-height: 1.2 !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0 9.1% !important;
}

@media screen and (max-width: 920px) {
  .requestAcc .pointList .ttlH03 .iconPoint .txtPoint .txtSmall {
    line-height: 1.5 !important;
  }

  .requestAcc .pointList .ttlH03 .iconPoint {
    width: 120px !important;
    height: 120px !important;
    background-size: 120px auto !important;
  }
}

@media screen and (max-width: 480px) {
  .requestAcc .pointList .ttlH03 .iconPoint {
    right: 0 !important;
    top: 0 !important;
    width: 110px !important;
    height: 110px !important;
    background-size: 110px auto !important;
  }
}

/* slickの指定 */

.slick01 * {
  outline: none;
}

.slick-slide img {
  margin: auto;
  margin: 2.5rem 0;
  display: inline-block;
  vertical-align: middle;
  /*インライン要素の余白削除*/
}

.slideArea {
  background: #f2f8f4;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .slideArea {
    margin-top: 0;
  }

  .slick-slide img {
    margin: 2.5rem 0;
    padding: 0 1rem;
  }
}

.bannerTxt {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bannerTxt {
    width: 54.4vw;
  }

  .requestAcc .pointList #anc1 .ttlH03 img {
    width: 84.26666666666667vw;
  }

  .requestAcc .pointList #anc2 .ttlH03 img {
    width: 91.46666666666667vw;
  }

  .requestAcc .pointList #anc3 .ttlH03 img {
    width: 89.2vw;
  }

  .requestAcc .pointList #anc4 .ttlH03 img {
    width: 91.73333333333333vw;
  }
}

.attentionArea {
  margin: 0 10px 40px;
}

/* スライド ドット表示時用のcss 不要の際はコメントアウト */
.slick-slide img {
  margin: 2rem 0 10px;
}

.slideArea {
  padding-bottom: 8px;
}

.slick-dots {
  bottom: -20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .slideArea {
    padding-bottom: 1.8rem;
  }

  .slick-slide img {
    margin: 2.5rem 0 0;
  }

  .slick-dots {
    bottom: -30px;
  }
}

/* スライド ドット表示時用のcss 不要の際はコメントアウト */