@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;
  box-sizing: border-box;
  -box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* 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 */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  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);
}

.mv {
  background: linear-gradient(to left, #288bff 0%, #4eaeff 46.44%, #7ad7ff 100%);
  padding: 15px;
  position: relative;
}

.mv::before,
.mv::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}

.mv::before {
  background-image: url(/oos/adv/image/tmp_245/img_flag_left.png);
  left: 0;
  width: 28.8vw;
  height: 22.6vw;
}

.mv::after {
  background-image: url(/oos/adv/image/tmp_245/img_flag_right.png);
  right: 0;
  width: 33.8vw;
  height: 25vw;
}

.mvInner {
  padding: 6.6vw 15px 20px;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 10px;
}

.dlArea {
  max-width: 500px;
  margin: auto;
  margin-top: 30px;
}

.dlArea dt,
.dlArea dd {
  border: solid 1px #334261;
  text-align: center;
  padding: 5px 0;
}

.dlArea dt {
  background-color: #334261;
  color: #fff;
}

h1 {
  text-align: center;
}

h1 img {
  max-width: 75%;
  width: auto;
  margin: auto;
  z-index: 1000;
}

.btn_mv {
  text-decoration: none;
  text-align: center;
  border: solid 1px #FF6600;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  margin: auto;
  margin-top: 10px;
  position: relative;
  max-width: 500px;
}

.btn_mv::before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  background-image: url(/shared2022/images/common/ico_arrow_bottom_darkorange.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.text_strong {
  font-size: 18px;
  color: #334261;
  font-weight: 600;
}

.tmp_245 .campaign_area {
  text-align: center;
  padding: 30px 15px 30px;
}

.tmp_245 .finish-area-group .finish-area:last-child {
  padding-top: 0;
}

.tmp_245 .finish-area-group .finish-area:last-child .campaign_area {
  border-top: 1px solid #334261;
}

.tmp_245 .campaign_box {
  border: 2px solid #334261;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
}

.number {
  color: #334261;
}

.tmp_245 .list_attention {
  padding-left: 1.3rem;
}

.list_attention li {
  text-indent: -1.3rem;
  font-size: 14px;
  line-height: 1.5;
}

.list_attention li::before {
  content: "※";
  text-indent: -1rem;
}

.tmp_245 .yohaku {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.campaign_box li {
  position: relative;
}

.campaign_box li:not(:last-child) {
  padding-bottom: 30px;
}


.campaign_box li:not(:last-child)::before {
  content: "";
  background-image: url(/oos/adv/image/tmp_245/arrow.png);
  width: 30px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
}

.marker {
  position: relative;
  z-index: 1;
}

.marker::before {
  content: "";
  width: 100%;
  height: 6px;
  background: #FFF500;
  position: absolute;
  left: 0;
  bottom: 3px;
  right: 0;
  z-index: -1;
  display: inline-block;
}

.tmp_245 .customer_box {
  border: 2px solid #334261;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  margin-top: 24px;
}

._fz25 {
  font-size: 25px;
}

.bgGreen {
  background: #009946;
}

.bgYellow {
  background: #ffb44d;
}

.pcNone {
  display: none !important;
}

.pcNone {
  display: block !important;
}

.spNone,
.spNone-flex {
  display: none !important;
}

.outer {
  display: flex;
  flex-wrap: wrap;
}

.col03 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col02 {
  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%;
  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;
}

header {
  padding: 3.3vw 5.3%;
}

header .code {
  font-size: 2vw;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}

header img {
  display: inline;
  max-width: 31%;
  vertical-align: middle;
  margin-right: 10px;
}

footer {
  padding: 0 15px 100px;
}

.footerContents {
  width: 100%;
  max-width: 980px;
  margin: auto;
  text-align: right;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  font-size: 9px;
}

footer .logoArea {
  text-align: center;
  margin-top: 5vw;
}

footer .logoArea img {
  width: auto;
  max-width: 50vw;
}

footer small {
  display: block;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 16vw;
  right: 2.5vw;
}

.pagetop img {
  width: auto;
  display: block;
  margin: auto;
}

#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;
  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 #f2f8f4;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -37px;
  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;
  transform: translateY(-50%);
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a.active:after {
  border-left: 11px solid #009946;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #009946;
  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/images/tmp_245/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/images/tmp_245/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_245/img_kv_logo.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -50px;
  left: 50px;
}

#mv .block_header span {
  font-weight: bold;
}

.blank {
  position: absolute;
  right: 3.7vw;
  width: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.fix-area {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 10000;
}

.fix-area-ichi {
  position: relative;
  padding: 15px;
}

.fix-area .btn_02 {
  display: inline-block;
  width: 100%;
}

.fix-area .btn_02 a {
  margin: 0 auto;
  text-decoration: none;
}

.banner-close {
  position: absolute;
  right: 5px;
  top: -10px;
  z-index: 1000000;
}

@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;
  }

  [class^="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 #009946;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 37px;
    height: 37px;
  }

  .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_245/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: #009946;
  text-align: center;
  font-weight: bold;
  margin: auto;
  position: relative;
  margin-bottom: 24px;
}

.ttlH02:before {
  content: "";
  background: url(/oos/adv/image/tmp_245/icon_ttl_01.png) no-repeat;
  width: 34px;
  height: 50px;
  display: inline-block;
  position: absolute;
}

.ttlH02:after {
  content: "";
  background: url(/oos/adv/image/tmp_245/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 {
  padding-top: 88px;
  overflow: hidden;
}

.requestAcc .infoOpen {
  padding-bottom: 49px;
}

.requestAcc .infoOpen .infoOpenList {
  padding-left: 58px;
  padding-right: 58px;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.requestAcc .infoOpen .infoOpenList .infoOpenItem {
  padding: 10px 20px;
}

.requestAcc .infoOpen .infoOpenItemImg {
  text-align: center;
}

.requestAcc .infoOpen .infoOpenItemTxt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding-top: 6px;
}

.requestAcc .showMore {
  text-align: center;
  margin-top: 47px;
}

.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: #009946;
  line-height: 1.5;
  position: relative;
}

.requestAcc .pointList .ttlH03 {
  margin-bottom: 12px;
  padding-top: 50px;
}

.requestAcc .pointList .ttlH03 .iconPoint {
  background: url(/oos/adv/image/tmp_245/icon_comment.png) no-repeat;
  width: 125px;
  height: 126px;
  display: inline-block;
  position: absolute;
}

.requestAcc .pointList .ttlH03 .iconPoint .txtPoint {
  position: absolute;
  top: 20%;
  left: 25%;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.requestAcc .pointList .ttlH03 .iconPoint .txtPoint .txtSmall {
  font-size: 16px;
  line-height: 1.3;
  display: block;
}

.requestAcc .pointList .ttlH03 .iconPoint .txtPoint .txtBig {
  font-size: 24px;
  line-height: 28px;
}

.requestAcc .pointList .ttlH03 .iconPoint.iconPoint01 {
  right: -12px;
  top: -6px;
}

.requestAcc .pointList .ttlH03 .iconPoint.iconPoint02 {
  right: -1px;
  top: 12px;
}

.requestAcc .pointList .ttlH03 .iconPoint.iconPoint03 {
  right: 40px;
  top: 20px;
}

.requestAcc .pointList .ttlH03 .iconPoint.iconPoint02 .txtPoint {
  position: absolute;
  top: 22%;
  left: 25%;
}

.requestAcc .pointList .ttlH03 .iconPoint.iconPoint03 .txtPoint {
  position: absolute;
  top: 20%;
  left: 15%;
}

.txtNumber {
  display: -moz-flex;
  display: flex;
  align-items: baseline;
  font-size: 18px;
  line-height: 48px;
  margin-bottom: 50px;
  color: #009946;
  position: relative;
}

.txtNumber i {
  font-size: 50px;
  line-height: 48px;
  margin-left: 6px;
  display: -moz-flex;
  display: flex;
  align-items: baseline;
}

.txtNumber::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #009946;
  display: block;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
}

.ttlH03 sup {
  vertical-align: 8px;
  line-height: 15px;
}

.requestAcc .pointList .pointItem {
  background: #f2f8f4;
  padding-top: 50px;
}

.requestAcc .pointList .pointItem:last-child {
  padding-bottom: 50px;
}

.requestAcc .pointList .pointItem:nth-child(2n) {
  background: #fff;
}

.requestAcc .pointList .listNote {
  margin-top: 15px;
}

.requestAcc .bgYellow {
  padding: 40px 0;
}

.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: flex;
  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: 88px;
  margin-bottom: 40px;
}

.stepApp {
  padding-top: 85px;
  overflow: hidden;
}

.stepApp .stepAppSlider {
  padding: 0 50px;
}

.stepApp [class^="stepSlider"] li {
  border: 1px solid #d5d5d5;
  background: #fff;
}

.stepApp [class^="stepSlider"] .listNote {
  margin-top: 10px;
}

.stepApp [class^="stepSlider"] .listNote li {
  border: none;
  border-radius: 0;
}

[class^="stepSlider"] {
  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: flex;
  justify-content: 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);
    background: url(/oos/adv/image/tmp_245/img_mvbg.png) center top/cover no-repeat;
  }

  #mv {
    padding: 30px 20px 20px;
  }

  #mv .block_mv {
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
  }

  #mv .action-links {
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    max-width: 518px;
    width: 100%;
  }

  #mv .action-link {
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    width: 46%;
    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_245 {
    background: none;
    z-index: 10000;
  }

  #page-top-hide.tmp_245 .block_mv {
    max-width: none;
    height: 559px;
    background: url(/oos/adv/image/tmp_245/img_mvbg_02.jpg) no-repeat center top;
  }

  #page-top-hide.tmp_245 .block_mv h1 {
    width: 483px;
    position: absolute;
    left: 50%;
    top: 26px;
    margin-left: -540px;
  }

  #page-top-hide.tmp_245 .header_link_block {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    position: absolute;
    left: 50%;
    bottom: 19px;
    margin-left: 268px;
    padding: 0;
  }

  #page-top-hide.tmp_245 .block_header {
    padding: 0;
    color: #fff;
    text-align: left;
    font-size: 28px;
    margin: 0 0 15px -2px;
  }

  #page-top-hide.tmp_245 .block_header::before {
    display: none;
  }

  #page-top-hide.tmp_245 .action-links {
    width: 260px;
  }

  #page-top-hide.tmp_245 .action-link {
    width: auto;
  }

  #page-top-hide.tmp_245 .action-link img {
    width: auto;
    height: 40px;
  }

  #page-top-hide.tmp_245 .subText {
    text-align: center;
    margin-bottom: 30px;
  }

  #page-top-hide.tmp_245 .block_header_fixed {
    display: none;
  }

  #page-top-hide.tmp_245 .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: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-name: cta;
  }

  #page-top-hide.tmp_245 .header_link_block.fixed .block_header_fixed {
    display: block;
    margin-right: 10px;
  }

  #page-top-hide.tmp_245 .header_link_block.fixed .block_header {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 31px;
    letter-spacing: -0.01em;
  }

  #page-top-hide.tmp_245 .header_link_block.fixed .block_header_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  #page-top-hide.tmp_245 .header_link_block.fixed .action-links {
    width: 260px;
    margin-left: 10px;
  }

  #page-top-hide.tmp_245~#footer #pageTop {
    bottom: 100px;
  }

  .cta_fixed .tmp_245~#footer {
    margin-bottom: 78px;
  }

  .btn01 {
    width: 360px;
    height: 65px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 24px;
    margin: 0;
    margin-top: 17px;
  }

  .spNone-flex {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .btn01 .blank {
    right: inherit;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #page-top-hide.tmp_245 .block_mv {
    height: 46.5833vw;
    background-size: auto 100%;
  }

  #page-top-hide.tmp_245 .block_mv h1 {
    width: 40.25vw;
    top: 2.1666vw;
    margin-left: -45vw;
  }

  #page-top-hide.tmp_245 .header_link_block {
    bottom: 1.5833vw;
    margin-left: 22.3333vw;
  }

  #page-top-hide.tmp_245 .block_header {
    font-size: 2.3333vw;
    margin: 0 0 1.25vw -0.1666vw;
  }

  #page-top-hide.tmp_245 .action-links {
    width: 21.6666vw;
  }

  #page-top-hide.tmp_245 .action-link img {
    width: auto;
    height: 3.3333vw;
  }

  #page-top-hide.tmp_245 .header_link_block.fixed .block_header_fixed {
    margin-right: 0.8333vw;
  }

  #page-top-hide.tmp_245 .header_link_block.fixed .action-link img {
    width: auto;
    height: 40px;
  }

  #page-top-hide.tmp_245 .header_link_block.fixed .block_header {
    font-size: 2.5833vw;
  }

  #page-top-hide.tmp_245 .header_link_block.fixed .action-links {
    margin-left: 0.8333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #page-top-hide.tmp_245 .header_link_block.fixed .block_header_txt {
    width: 26vw;
  }
}

@media screen and (min-width: 768px) {
  .bannerTxt {
    min-height: 200px;
  }

  .requestAcc .banner .bannerImg {
    right: -59px;
    position: absolute;
    top: -118%;
  }

  .requestAcc .banner .col02:first-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .requestAcc .banner .col02:last-child {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
  }

  .requestAcc .banner .bannerImg img {
    max-width: inherit;
  }

  .requestAcc .banner .fz22,
  .requestAcc .banner .fz33,
  .requestAcc .banner .fz44,
  .requestAcc .banner .fz24 {
    line-height: 48px;
  }

  .requestAcc .banner .fz22 {
    padding-left: 28px;
  }

  .requestAcc .banner .fz33 {
    padding-left: 26px;
  }

  .requestAcc .banner .fz24 {
    padding-left: 45px;
  }

  .requestAcc .pointList .pointItem:nth-child(2n) .outer {
    flex-flow: row-reverse;
  }

  .requestAcc .pointList .outer {
    margin-left: -15px;
    margin-right: -15px;
  }

  .requestAcc .pointList .col02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .requestAcc .pointList .col02:first-child {
    flex: 0 0 56%;
    max-width: 56%;
  }

  .requestAcc .pointList .col02:last-child {
    flex: 0 0 44%;
    max-width: 44%;
    line-height: 0;
  }

  .requestAcc .pointList .pointItem:not(:last-child) .col02:last-child {
    margin-top: auto;
  }

  .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-left: 72px;
    padding-bottom: 20px;
  }

  .requestAcc .boxApp01 {
    padding: 24px 31px;
  }

  .requestAcc .boxApp01>.outer {
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
  }

  .requestAcc .boxApp01>.col02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .requestAcc .boxApp01 .listApp>.col02:first-child {
    flex: 0 0 34%;
    max-width: 34%;
  }

  .requestAcc .boxApp01 .listApp>.col02:last-child {
    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 {
    flex: 0 0 61%;
    max-width: 61%;
  }

  .requestAcc .boxApp01 .listApp .listAppSub02>.col02:last-child {
    flex: 0 0 39%;
    max-width: 39%;
  }

  .requestAcc .col02>.outer {
    align-items: center;
  }

  .boxApp .col02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stepApp .boxApp02>.outer {
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
  }

  .stepApp .boxApp02>.col02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stepApp .boxApp02 .listApp>.col02:first-child {
    flex: 0 0 42%;
    max-width: 42%;
  }

  .stepApp .boxApp02 .listApp>.col02:last-child {
    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 {
    flex: 0 0 61%;
    max-width: 61%;
  }

  .stepApp .boxApp02 .listApp .listAppSub02>.col02:last-child {
    flex: 0 0 39%;
    max-width: 39%;
  }

  .stepApp [class^="stepSlider"] .outer {
    max-width: none;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 16px;
  }

  .stepApp [class^="stepSlider"] .col02:first-child {
    flex: 0 0 52%;
    max-width: 52%;
  }

  .stepApp [class^="stepSlider"] .col02:last-child {
    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 .fz22,
  .requestAcc .banner .fz33,
  .requestAcc .banner .fz44,
  .requestAcc .banner .fz24 {
    line-height: 38px;
  }

  .requestAcc .banner .fz22 {
    font-size: 18px;
  }

  .requestAcc .banner .fz33 {
    font-size: 25px;
  }

  .requestAcc .banner .fz44 {
    font-size: 35px;
  }

  .requestAcc .banner .bannerImg {
    right: -75px;
    top: -119%;
  }

  .requestAcc .infoOpen .infoOpenItemTxt {
    font-size: 14px;
    line-height: 27px;
  }

  .requestAcc .showMore {
    margin-top: 30px;
  }

  .requestAcc .infoOpen .infoOpenList {
    padding-left: 40px;
    padding-right: 40px;
  }

  .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 (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;
  }

  .txtNumber {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .txtNumber i {
    font-size: 45px;
    line-height: 35px;
    position: relative;
  }

  .listCheck li:before {
    width: 18px;
    height: 13px;
    background-size: 18px auto;
  }

  .stepApp [class^="stepSlider"] li {
    display: -moz-flex;
    display: flex;
  }

  [class^="stepSlider"] .outer {
    padding: 30px 30px 0;
  }

  [class^="stepSlider"] .col02:last-child {
    text-align: center;
    line-height: 0;
    display: -moz-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  [class^="stepSlider"] .col02:last-child {
    height: auto;
  }

  [class^="stepSlider"] .col02:first-child {
    margin-bottom: 10px;
  }
}

@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 {
    background-image: url(/oos/adv/image/tmp_245/img_bg_sp.jpg);
    padding: 20px;
    height: 150vw;
    background-size: cover;
    position: relative;
  }

  .block_mv h1 {
    display: none;
  }

  .header_link_block {
    width: 89vw;
    height: auto;
    background: none;
    padding: 0 30px 2.6666vw;
    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 {
    animation-name: fadeIn !important;
    visibility: visible !important;
    position: relative;
    z-index: 10000;
  }

  .cta_fixed #pageTop {
    bottom: 35.4666vw;
  }

  .cta_fixed .block_mv .header_link_block.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/oos/adv/image/tmp_245/img_bg_sp.jpg) no-repeat left bottom -3.1994vw/100% auto;
    width: 100%;
    height: 34.1332vw;
    border-bottom: 2.6666vw solid #f60;
    padding: 0 calc(5.5vw + 30px) 2.6666vw;
    border-radius: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-name: cta;
  }

  .cta_fixed #footer {
    margin-bottom: 31.4666vw;
  }

  .cta_fixed .tmp_245~#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: flex;
    justify-content: space-between;
  }

  #mv .action-links a {
    line-height: 0;
    display: block;
  }

  #mv .action-links .action-link {
    width: 48%;
  }

  .tmp_245 .block_mv {
    background-image: url(/oos/adv/image/tmp_245/img_bg_sp_02.jpg);
    height: 166.8vw;
  }

  .tmp_245 #mv .header_link_block {
    width: 84vw;
    left: 8.5333vw;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tmp_245 #mv .action-links .action-link {
    width: auto;
  }

  .tmp_245 #mv .action-links .action-link+.action-link {
    margin-left: 2.4vw;
  }

  .tmp_245 #mv .action-links .action-link img {
    width: auto;
    height: 13.4666vw;
  }

  .cta_fixed .tmp_245 #mv .block_mv .header_link_block.fixed {
    background-image: url(/oos/adv/image/tmp_245/img_bg_sp_02.jpg);
    background-position: left bottom;
    height: 37.0666vw;
    left: 0;
    width: 100%;
    margin: 0;
    border: 0;
  }

  .cta_fixed .tmp_245~#footer #pageTop {
    bottom: 41.3333vw;
  }

  .contentInner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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: flex;
  }

  .requestAcc .infoOpen .col03 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col02 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }

  .requestAcc .banner {
    text-align: center;
  }

  .requestAcc .banner.bgGreen {
    position: relative;
    padding-bottom: 50%;
  }

  .requestAcc .banner .fz22,
  .requestAcc .banner .fz33,
  .requestAcc .banner .fz44,
  .requestAcc .banner .fz24 {
    line-height: 38px;
  }

  .requestAcc .banner .fz22 {
    font-size: 18px;
  }

  .requestAcc .banner .fz33 {
    font-size: 25px;
  }

  .requestAcc .banner .fz44 {
    font-size: 35px;
  }

  .requestAcc .banner .fz24 {
    padding-left: 20px;
  }

  .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 .infoOpen .infoOpenItemTxt {
    font-size: 15px;
  }

  .requestAcc {
    padding-top: 60px;
  }

  .requestAcc .showMore {
    margin-top: 30px;
  }

  .requestAcc .infoOpen {
    padding-bottom: 30px;
  }

  .requestAcc .pointList .pointItem {
    padding-top: 15%;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint01 {
    right: auto;
    left: 270px;
    top: -6px;
  }

  .requestAcc .pointList .pointItem {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .requestAcc .banner.bgGreen .col02:first-child {
    margin-bottom: 15px;
  }

  .requestAcc .pointList .pointItem:nth-child(2) {
    padding-top: 30px;
  }

  .requestAcc .pointList .pointItem:nth-child(3) {
    padding-top: 30px;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint02 {
    right: 0;
    left: 270px;
    top: 5px;
  }

  .requestAcc .pointList .ttlH03 {
    margin-bottom: 0;
  }

  .requestAcc .pointList .ttlH03 .iconPoint.iconPoint03 {
    right: 0;
    left: 270px;
    top: 5px;
  }

  .requestAcc .pointItem:nth-child(3) .ttlH03 {
    padding-top: 20px;
  }

  .boxApp .logoBank {
    justify-content: center;
  }

  .boxApp .listAppSub02>.col02 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .listAppSub01 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .listAppSub01 .col02 {
    max-width: 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;
  }

  .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: 228px;
  }

  .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;
  }
}

@media screen and (max-width: 480px) {
  .contentInner {
    padding-left: 10px;
    padding-right: 10px;
  }

  #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 .infoOpen .infoOpenList {
    padding-left: 0px;
    padding-right: 0px;
  }

  .requestAcc .infoOpen .infoOpenItemTxt {
    font-size: 14px;
    line-height: 25px;
  }

  .requestAcc .banner .fz22,
  .requestAcc .banner .fz33,
  .requestAcc .banner .fz44,
  .requestAcc .banner .fz24 {
    line-height: 32px;
  }

  .requestAcc .banner .fz22 {
    font-size: 16px;
  }

  .requestAcc .banner .fz33 {
    font-size: 20px;
  }

  .requestAcc .banner .fz24 {
    font-size: 18px;
  }

  .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 {
    font-size: 16px;
    line-height: 30px;
    padding-top: 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.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;
  }

  .txtNumber i {
    font-size: 40px;
    line-height: 30px;
  }

  .txtNumber {
    font-size: 16px;
    line-height: 30px;
  }

  .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;
  }

  .requestAcc .banner.bgGreen {
    position: relative;
    padding-bottom: 53%;
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-40%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(40%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  [class^="stepSlider"] .col02:first-child {
    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: 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%;
  }
}

@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;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

._fz18 {
  font-size: 18px;
}

.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;
  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;
  }
}

.tmp_245 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #4d4d4d;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.tmp_245 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.tmp_245 ul,
.tmp_245 ol {
  list-style: none;
}

.tmp_245 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.tmp_245 a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}

.tmp_245 a:hover {
  opacity: 0.7;
}

.tmp_245 input,
.tmp_245 textarea,
.tmp_245 select {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

.tmp_245 table {
  border-collapse: collapse;
}

.tmp_245 .inner {
  margin: 0 auto;
  max-width: none;
}

.tmp_245 .pc {
  display: block;
}

.tmp_245 .sp {
  display: none;
}

.tmp_245 #mv {
  padding: 0;
}

.tmp_245 #mv .inner {
  width: 100%;
}

.tmp_245 #mv h1 img {
  width: 100%;
}

.tmp_245 #campaign {
  background: #ef8200;
  padding: 50px 0 70px;
}

.tmp_245 #campaign .inner {
  width: 944px;
}

.tmp_245 #campaign .inner .ttl {
  margin-bottom: 25px;
  text-align: center;
}

.tmp_245 #campaign .inner .ttl img {
  width: 715px;
}

.tmp_245 #campaign .inner .block {
  background: linear-gradient(to bottom, transparent 75px, #fff 75px);
  padding-bottom: 70px;
  border-radius: 0 0 10px 10px;
}

.tmp_245 #campaign .inner .block .present {
  margin-bottom: 44px;
  margin-right: -6px;
}

.tmp_245 #campaign .inner .block .present img {
  width: 100%;
}

.tmp_245 #campaign .inner .block .desc {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
  margin-top: 30px;
}

.tmp_245 #campaign .inner .block .desc .img {
  width: 207px;
  margin-right: 21px;
  text-align: right;
}

.tmp_245 #campaign .inner .block .desc .txt {
  width: calc(100% - 228px);
  max-width: 632px;
}

.tmp_245 #campaign .inner .block .desc .txt .ttl {
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 1;
  display: flex;
  font-weight: 600;
  justify-content: center;
}

.tmp_245 #campaign .inner .block .desc .txt .ttl::before {
  content: "";
  display: block;
  background: #4d4d4d;
  width: 3px;
  height: 35px;
  transform: rotate(-30deg);
  margin-right: 20px;
}

.tmp_245 #campaign .inner .block .desc .txt .ttl::after {
  content: "";
  display: block;
  background: #4d4d4d;
  width: 3px;
  height: 35px;
  transform: rotate(30deg);
  margin-left: 20px;
}

.tmp_245 #campaign .inner .block .desc .txt .corp {
  border: #009944 2px solid;
  border-radius: 24px;
  padding: 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmp_245 #campaign .inner .block .annotation {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.tmp_245 #campaign .inner .block .schedule {
  font-size: 18px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  padding: 15px 0;
  width: 580px;
  max-width: 100%;
  text-align: center;
  margin: 40px auto 20px;
  font-weight: 600;
}

.tmp_245 [id^="flow"] {
  background: #f2f8f4;
  padding: 70px 0;
  font-size: 16px;
  line-height: 34px;
}

.tmp_245 [id^="flow"] .inner {
  width: 100%;
}

.flow_ttl_wrap {
  text-align: center;
  margin-bottom: 30px;
}

.flow_ttl {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 50px;
}


.flow_ttl::after,
.flow_ttl::before {
  content: "";
  display: block;
  background: #ef8200;
  width: 3px;
  height: 30px;
  position: absolute;
  top: 20%;
}

.flow_ttl::after {
  transform: rotate(30deg);
  right: 0;
}

.flow_ttl::before {
  transform: rotate(-30deg);
  left: 0;
}

.tmp_245 [id^="flow"] .inner .bankuser .ttl {
  font-size: 30px;
  color: #009944;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}

.tmp_245 [id^="flow"] .inner .stepApp [class^="stepSlider"]>li {
  padding: 40px 0;
}

.tmp_245 [id^="flow"] .inner .listNote {
  margin-top: 25px;
}

.tmp_245 [id^="flow"] .inner .listNote li {
  padding: 0;
}

.tmp_245 [id^="flow"] .inner .stepApp [class^="stepSlider"] .col02:last-child {
  max-width: 244px;
}

.tmp_245 [id^="flow"] .inner .banknotuser {
  margin: 70px auto 0;
  text-align: center;
}

.tmp_245 [id^="flow"] .inner .banknotuser .ttl {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  color: #009944;
  font-weight: 600;
}

.tmp_245 [id^="flow"] .inner .banknotuser .desc {
  font-size: 18px;
}

.tmp_245 [id^="flow"] .inner .stepApp [class^="stepSlider"] .outer {
  align-items: flex-start;
}

.tmp_245 [id^="flow"] .inner .bx-wrapper {
  margin: 0 auto;
}

.tmp_245 [id^="flow"] .inner .bx-wrapper .col02:first-child {
  margin-top: 50px;
}

.tmp_245 [id^="flow"] .inner .bx-wrapper .txtNumber {
  margin-bottom: 40px;
  width: fit-content;
}

.tmp_245 [id^="flow"] .inner .box {
  background: #fff;
  padding: 40px 20px 35px;
  border-radius: 10px;
  width: 850px;
  margin: 40px auto 0;
}

.tmp_245 [id^="flow"] .inner .box .ttl {
  font-size: 24px;
  margin-bottom: 40px;
  color: #4d4d4d;
}

.tmp_245 [id^="flow"] .inner .box .ttl span {
  color: #ef8200;
}

.tmp_245 [id^="flow"] .inner .box .qr {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.tmp_245 [id^="flow"] .inner .box .qr p img {
  width: 290px;
}

.tmp_245 [id^="flow"] .inner .box .qr p:not(:last-child) {
  margin-right: 50px;
}

.tmp_245 [id^="flow"] .inner .box .txt {
  font-size: 18px;
}

.tmp_245 [id^="flow"] .inner .box .txt a {
  color: #00599b;
  text-decoration: underline;
}

.tmp_245 i {
  margin-left: 3px;
  vertical-align: middle;
}

.tmp_245 i img {
  width: 18px;
  vertical-align: baseline;
}

.tmp_245 #request {
  padding-top: 85px;
}

.tmp_245 #request .inner {
  width: 950px;
  margin: 0 auto;
}

.tmp_245 #request .inner .ttl {
  text-align: center;
  color: #009944;
  position: relative;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}

.tmp_245 #request .inner .ttl::after {
  content: "";
  display: block;
  width: 652px;
  height: 12px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/oos/adv/images/tmp_245/request_01.svg) no-repeat center/contain;
}

.tmp_245 #request .inner .desc {
  padding: 40px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.tmp_245 #request .inner .desc .img {
  width: 422px;
}

.tmp_245 #request .inner .desc .list {
  padding-left: 15px;
}

.tmp_245 #request .inner .desc .list li {
  background: #eee;
  border-radius: 26px;
  padding: 18px 0;
  text-align: center;
  font-size: 18px;
  color: #4d4d4d;
  width: 516px;
  height: 53px;
  position: relative;
  line-height: 1;
}

.tmp_245 #request .inner .desc .list li::before {
  content: "";
  display: block;
  width: 52px;
  height: 53px;
  position: absolute;
  top: 0;
  left: -10px;
  background: url(/oos/adv/images/tmp_245/icon_request.png) no-repeat center/contain;
}

.tmp_245 #request .inner .desc .list li:not(:last-child) {
  margin-bottom: 20px;
}

.tmp_245 #request .inner .desc::after {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/oos/adv/images/tmp_245/arrow_bottom.svg) no-repeat center/contain;
}

.tmp_245 #request .inner .bnr .imgs {
  position: relative;
  display: flex;
}

.tmp_245 #request .inner .bnr .imgs .popup {
  width: 527px;
  margin-top: 120px;
}

.tmp_245 #request .inner .bnr .imgs .spimg {
  width: 478px;
}

.tmp_245 #request .inner .bnr .imgs::before {
  content: "";
  display: block;
  height: 280px;
  width: 100vw;
  position: absolute;
  background: #009944;
  left: calc((100vw - 950px) / 2 * -1);
  z-index: -1;
  top: 150px;
}

.tmp_245 #feature {
  padding-bottom: 70px;
}

.tmp_245 #feature .inner {
  width: 950px;
  margin: 0 auto;
}

.tmp_245 #feature .inner .ttl {
  text-align: center;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 50px;
}

.tmp_245 #feature .inner .ttl span {
  font-size: 30px;
  line-height: 60px;
  color: #ef8200;
}

.tmp_245 #feature .inner .ttl::before {
  content: "";
  display: block;
  background: #4d4d4d;
  width: 3px;
  height: 30px;
  transform: rotate(-30deg);
  position: absolute;
  left: -50px;
  bottom: 12px;
}

.tmp_245 #feature .inner .ttl::after {
  content: "";
  display: block;
  background: #4d4d4d;
  width: 3px;
  height: 30px;
  transform: rotate(30deg);
  position: absolute;
  right: -50px;
  bottom: 12px;
}

.tmp_245 #feature .inner .list {
  display: flex;
  flex-wrap: wrap;
}

.tmp_245 #feature .inner .list .block {
  width: calc((100% - 50px) / 3);
  border-radius: 10px;
  border: 2px solid #009944;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 35px;
}

.tmp_245 #feature .inner .list .block .img {
  width: 165px;
  margin-bottom: 15px;
}

.tmp_245 #feature .inner .list .block .txt .ttl {
  font-size: 24px;
  color: #009944;
  margin-bottom: 20px;
}

.tmp_245 #feature .inner .list .block .txt .ttl::before,
.tmp_245 #feature .inner .list .block .txt .ttl::after {
  content: none;
}

.tmp_245 #feature .inner .list .block .txt .desc {
  font-size: 18px;
  line-height: 24px;
  padding: 0 22px;
}

.tmp_245 #feature .inner .list .block .txt .desc a {
  color: #00599b;
}

.tmp_245 #feature .inner .list .block:not(:nth-child(3n)) {
  margin-right: 25px;
}

.tmp_245 #feature .inner .list .block:nth-child(n + 4) {
  margin-top: 28px;
}

.tmp_245 #selectarea {
  background: #fff6ea;
  padding: 70px 0;
}

.tmp_245 #selectarea .inner {
  width: 850px;
  margin: 0 auto;
}

.tmp_245 #selectarea .inner .bankuser .ttl {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 600;
  color: #ef8200;
}

.btn a {
  display: block;
  width: 600px;
  margin: 0 auto 100px;
  background: #ef8200;
  color: #fff;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  text-align: center;
  padding: 22px 0;
  font-size: 30px;
  position: relative;
  font-weight: 600;
}

.btn_02 a {
  background-color: #009946;
  margin: 50px auto 0;
}

.btn a::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(/oos/adv/images/tmp_245/icon_btn.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn a:hover {
  transform: scale(1.1);
}

.btn_02 a:hover {
  transform: none;
  background-color: #02ab4f;
  opacity: 1;
}

.tmp_245 #selectarea .inner .banknotuser {
  margin: 70px auto 0;
  text-align: center;
}

.tmp_245 #selectarea .inner .banknotuser .ttl {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ef8200;
}

.tmp_245 #selectarea .inner .banknotuser .desc {
  font-size: 18px;
}

.tmp_245 #selectarea .inner .banknotuser .box {
  background: #fff;
  padding: 40px 20px 35px;
  border-radius: 10px;
  margin-top: 40px;
}

.tmp_245 #selectarea .inner .banknotuser .box .ttl {
  font-size: 24px;
  margin-bottom: 40px;
  color: #4d4d4d;
}

.tmp_245 #selectarea .inner .banknotuser .box .ttl span {
  color: #ef8200;
}

.tmp_245 #selectarea .inner .banknotuser .box .qr {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.tmp_245 #selectarea .inner .banknotuser .box .qr p img {
  width: 290px;
}

.tmp_245 #selectarea .inner .banknotuser .box .qr p:not(:last-child) {
  margin-right: 50px;
}

.tmp_245 #selectarea .inner .banknotuser .box .txt {
  font-size: 18px;
}

.txt a {
  color: #00599b;
  text-decoration: underline;
}

.tmp_245 #annotation {
  padding-top: 85px;
  padding-bottom: 100px;
}

.tmp_245 #annotation .inner {
  width: 950px;
}

.tmp_245 #annotation .inner h1 {
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}

.tmp_245 #annotation .inner .block h2 {
  background: #eee;
  width: 100%;
  border-top: 2px solid #009944;
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
}

.tmp_245 #annotation .inner .block p {
  font-size: 14px;
}

.tmp_245 #annotation .inner .block p.indent {
  margin-left: 0.6em;
}

.tmp_245 #annotation .inner .block p.indent1em {
  text-indent: -1em;
  margin-left: 1em;
}

.tmp_245 #annotation .inner .block p.indent1em.kome {
  text-indent: -1em;
  margin-left: 1em;
}

.tmp_245 #annotation .inner .block p.indent3em {
  text-indent: -2.1em;
  margin-left: 2.1em;
}

.indent1_5em {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.indent2em {
  text-indent: -1em;
  margin-left: 1.5em;
}

.tmp_245 #annotation .inner .block p.list-indent {
  text-indent: -1em;
  margin-left: 2em;
}

.tmp_245 #annotation .inner .block p strong {
  font-weight: 600;
}

.tmp_245 #annotation .inner .block p a {
  color: #00599b;
}

.tmp_245 #annotation .inner .block p a i img {
  width: 14px;
}

.tmp_245 #annotation .inner .block table {
  margin-top: 40px;
  margin-bottom: 45px;
}

.tmp_245 #annotation .inner .block table tr th {
  text-align: center;
  background: #f2f8f4;
  padding: 10px 8px;
  line-height: 1;
  font-size: 12px;
  border: 1px solid #4d4d4d;
}

.tmp_245 #annotation .inner .block table tr td {
  text-align: center;
  padding: 10px 8px;
  line-height: 1;
  font-size: 12px;
  border: 1px solid #4d4d4d;
}

.tmp_245 #annotation .inner .block table tr td.rank {
  background: #eee;
}

.tmp_245 #annotation .inner .block:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 1920px) {
  .tmp_245 #mv {
    height: auto;
    aspect-ratio: 1920 / 474;
  }
}

@media (max-width: 1010px) {
  .tmp_245 {
    overflow: hidden;
  }

  .tmp_245 .inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tmp_245 #mv .inner {
    padding: 0;
  }

  .tmp_245 #campaign .inner {
    width: 100%;
  }

  .tmp_245 #campaign .inner .block .desc {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tmp_245 #campaign .inner .block .desc .txt .ttl {
    font-size: 20px;
  }

  .tmp_245 #campaign .inner .block .desc .txt .corp {
    padding: 20px;
    font-size: 16px;
  }

  .tmp_245 #campaign .inner .annotation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tmp_245 #campaign .inner .annotation .sp {
    display: block;
  }

  .tmp_245 [id^="flow"] .inner {
    padding: 0;
  }

  .tmp_245 [id^="flow"] .inner .stepAppSlider {
    padding: 0 30px;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 20px;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:before {
    right: -27px;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:after {
    right: -30px;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser {
    margin-left: 30px;
    margin-right: 30px;
  }

  .tmp_245 #request .inner {
    width: 100%;
  }

  .tmp_245 #request .inner .desc .list li {
    width: 400px;
    font-size: 15px;
    padding-left: 30px;
  }

  .tmp_245 #request .inner .bnr .imgs .popup {
    margin-top: 13vw;
    width: 55%;
  }

  .tmp_245 #request .inner .bnr .imgs .spimg {
    width: 45%;
  }

  .tmp_245 #request .inner .bnr .imgs::before {
    width: calc(100% + 60px);
    left: -30px;
    height: 25vw;
    top: 17.7vw;
  }

  .tmp_245 #feature .inner {
    width: 100%;
  }

  .tmp_245 #feature .inner .list {
    margin-left: -25px;
  }

  .tmp_245 #feature .inner .list .block {
    width: calc((100% - 50px) / 2);
    margin-left: 25px;
  }

  .tmp_245 #feature .inner .list .block:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .tmp_245 #feature .inner .list .block:nth-child(n + 3) {
    margin-top: 15px;
  }

  .tmp_245 #feature .inner .list .block:nth-child(1) {
    order: 1;
  }

  .tmp_245 #feature .inner .list .block:nth-child(2) {
    order: 2;
  }

  .tmp_245 #feature .inner .list .block:nth-child(4) {
    order: 3;
  }

  .tmp_245 #feature .inner .list .block:nth-child(5) {
    order: 4;
  }

  .tmp_245 #feature .inner .list .block:nth-child(3) {
    order: 5;
  }

  .tmp_245 #feature .inner .list .block:nth-child(6) {
    order: 6;
  }

  .tmp_245 #feature .inner .list .block:nth-child(n + 4) {
    margin-top: 0;
  }

  .tmp_245 #feature .inner .list .block:nth-child(n + 3) {
    margin-top: 25px;
  }

  .tmp_245 #selectarea .inner {
    width: 100%;
  }

  .tmp_245 #annotation .inner {
    width: 100%;
  }
}

@media (min-width: 980px) {
  header {
    width: 100%;
    max-width: 1080px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 20px 0 21px;
  }

  header .code {
    font-size: 14px;
    vertical-align: middle;
  }

  footer {
    padding: 0 0 180px;
  }

  footer .logoArea {
    margin-top: 30px;
  }

  .pagetop {
    bottom: 1rem;
    right: 1rem;
  }

  .pagetop img {
    max-width: none;
  }

  .footerContents {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tmp_245 .pc {
    display: none;
  }

  .tmp_245 .sp {
    display: block;
  }

  .tmp_245 #campaign {
    padding: 32px 0 35px;
  }

  .tmp_245 #campaign .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .tmp_245 #campaign .inner .ttl {
    margin-bottom: 15px;
  }

  .tmp_245 #campaign .inner .ttl img {
    width: 695px;
  }

  .tmp_245 #campaign .inner .block {
    padding-bottom: 35px;
  }

  .tmp_245 #campaign .inner .block .present {
    margin: 0 -4vw 27px;
  }

  .tmp_245 #campaign .inner .block .desc {
    position: relative;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .tmp_245 #campaign .inner .block .desc .img {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  .tmp_245 #campaign .inner .block .desc .img img {
    width: 190px;
  }

  .tmp_245 #campaign .inner .block .desc .txt {
    width: 100%;
  }

  .tmp_245 #campaign .inner .block .desc .txt .ttl {
    margin-bottom: 230px;
    font-size: 16px;
  }

  .tmp_245 #campaign .inner .block .desc .txt .ttl::before {
    margin-right: 10px;
    width: 2px;
    height: 18px;
  }

  .tmp_245 #campaign .inner .block .desc .txt .ttl::after {
    margin-left: 10px;
    width: 2px;
    height: 18px;
  }

  .tmp_245 #campaign .inner .block .desc .txt .corp {
    padding: 12px;
    font-size: 10px;
    border-radius: 12px;
    font-weight: 600;
    border-width: 1px;
    width: 320px;
    margin: 0 auto;
  }

  .tmp_245 #campaign .inner .block .annotation {
    font-size: 9px;
    line-height: 14px;
  }

  .tmp_245 #campaign .inner .block .schedule {
    width: 320px;
    font-size: 11px;
    margin: 15px auto;
    padding: 10px;
    line-height: 1;
  }

  .tmp_245 [id^="flow"] {
    padding: 50px 0 35px;
  }

  .flow_ttl_wrap {
    margin-bottom: 20px;
  }

  .flow_ttl {
    font-size: 24px;
    padding: 0 30px;
  }

  .tmp_245 [id^="flow"] .inner .bankuser .ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .tmp_245 [id^="flow"] .inner .stepAppSlider {
    padding: 0 20px;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .bx-pager {
    margin-left: -15px;
    margin-right: -15px;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 10px;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:before {
    right: -13px;
    border-left-color: #f2f8f4;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-child) a:after {
    right: -15px;
  }

  .tmp_245 [id^="flow"] .inner .stepApp [class^="stepSlider"]>li {
    padding: 20px 0 0;
    height: 495px;
  }

  .tmp_245 [id^="flow"] .inner .stepApp [class^="stepSlider"] .outer {
    width: 100%;
    overflow: hidden;
    padding: 0 5px;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .txtNumber {
    margin: 0 auto;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .txtNumber i {
    font-size: 36px;
    line-height: 1;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .col02 {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .col02:first-child {
    height: 160px;
    margin-top: 0;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .col02:last-child {
    max-width: 220px;
    margin: 0 auto;
  }

  .tmp_245 [id^="flow"] .inner .bx-wrapper .ttlH03 {
    text-align: center;
    margin-bottom: 20px;
  }

  .tmp_245 [id^="flow"] .inner .stepApp [class^="stepSlider"] .col02:last-child {
    max-width: 220px;
  }

  .tmp_245 [id^="flow"] .inner .listNote {
    margin-top: 5px;
    font-size: 9px;
    line-height: 20px;
  }

  .tmp_245 [id^="flow"] .inner .listNote li {
    justify-content: center;
    line-height: 14px;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser {
    margin: 35px 15px 0;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser .ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser .desc {
    font-size: 12px;
    margin-bottom: 0;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser .box {
    padding: 25px 15px;
    width: 100%;
    margin: 15px 0 auto;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser .box .ttl {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser .box .qr {
    margin-bottom: 15px;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser .box .qr p:not(:last-child) {
    margin-right: 16px;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser .box .txt {
    font-size: 10px;
    line-height: 1;
  }

  .tmp_245 [id^="flow"] .inner .banknotuser .box .txt i img {
    margin-bottom: -2px;
  }

  .tmp_245 #request {
    padding: 35px 0 0;
  }

  .tmp_245 #request .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tmp_245 #request .inner .ttl {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0;
  }

  .tmp_245 #request .inner .ttl::after {
    width: 100%;
    height: unset;
    aspect-ratio: 652 / 12;
    top: 65px;
  }

  .tmp_245 #request .inner .desc {
    flex-direction: column;
    margin-bottom: 62px;
    padding-bottom: 0;
  }

  .tmp_245 #request .inner .desc::after {
    width: 26px;
    height: 42px;
    bottom: -67px;
    background: url(/oos/adv/images/tmp_245/arrow_bottom_sp.svg) no-repeat center/contain;
  }

  .tmp_245 #request .inner .desc .img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .tmp_245 #request .inner .desc .img img {
    width: 284px;
  }

  .tmp_245 #request .inner .desc .list {
    padding-left: 0;
  }

  .tmp_245 #request .inner .desc .list ul li {
    width: 345px;
    padding: 10px 10px 10px 43px;
    font-size: 14px;
    height: auto;
    text-align: left;
  }

  .tmp_245 #request .inner .desc .list ul li::before {
    width: 28px;
    height: 35px;
    left: 0;
    background: url(/oos/adv/images/tmp_245/icon_request_sp.png) no-repeat center/contain;
  }

  .tmp_245 #request .inner .desc .list ul li:not(:last-child) {
    margin-bottom: 14px;
  }

  .tmp_245 #request .inner .bnr .imgs {
    margin-left: -10px;
    margin-right: -15px;
  }

  .tmp_245 #request .inner .bnr .imgs::before {
    height: 48vw;
    top: 12.3vw;
  }

  .tmp_245 #request .inner .bnr .imgs .popup {
    margin-top: 15.6vw;
    width: 55.8vw;
  }

  .tmp_245 #request .inner .bnr .imgs .spimg {
    width: 46.6vw;
    margin-left: -5vw;
  }

  .tmp_245 #feature {
    padding: 20px 0 25px;
  }

  .tmp_245 #feature .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tmp_245 #feature .inner .ttl {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .tmp_245 #feature .inner .ttl::before {
    height: 45px;
    bottom: 0;
    left: -40px;
  }

  .tmp_245 #feature .inner .ttl::after {
    height: 45px;
    bottom: 0;
    right: -40px;
  }

  .tmp_245 #feature .inner .ttl span {
    margin-top: 13px;
    font-size: 25px;
    line-height: 31px;
    display: block;
  }

  .tmp_245 #feature .inner .list {
    margin-left: -15px;
  }

  .tmp_245 #feature .inner .list .block {
    width: calc((100% - 30px) / 2);
    padding: 15px 0 25px;
    margin-left: 15px;
  }

  .tmp_245 #feature .inner .list .block .img {
    width: 109px;
    margin-bottom: 10px;
  }

  .tmp_245 #feature .inner .list .block .txt .ttl {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .tmp_245 #feature .inner .list .block .txt .desc {
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
  }

  .tmp_245 #feature .inner .list .block .txt .desc i {
    margin-right: 1px;
  }

  .tmp_245 #feature .inner .list .block:nth-child(n + 3) {
    margin-top: 10px;
  }

  .tmp_245 #selectarea {
    padding: 50px 0 35px;
  }


  .tmp_245 #selectarea .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tmp_245 #selectarea .inner .bankuser .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .btn a {
    width: 100%;
    font-size: 20px;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
  }

  .btn_02 a {
    margin: 20px auto 0;
  }

  .btn a::after {
    width: 18px;
    height: 18px;
    right: 15px;
  }

  .tmp_245 #selectarea .inner .banknotuser {
    margin: 35px 0 0;
  }

  .tmp_245 #selectarea .inner .banknotuser .ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .tmp_245 #selectarea .inner .banknotuser .desc {
    font-size: 12px;
    margin-bottom: 23px;
  }

  .tmp_245 #selectarea .inner .banknotuser .box {
    padding: 25px 15px;
    margin-top: 0;
    width: 100%;
  }

  .tmp_245 #selectarea .inner .banknotuser .box .ttl {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .tmp_245 #selectarea .inner .banknotuser .box .qr {
    margin-bottom: 15px;
  }

  .tmp_245 #selectarea .inner .banknotuser .box .qr p:not(:last-child) {
    margin-right: 16px;
  }

  .tmp_245 #selectarea .inner .banknotuser .box .txt {
    font-size: 10px;
    line-height: 1;
  }

  .tmp_245 #selectarea .inner .banknotuser .box .txt i img {
    margin-bottom: -2px;
  }

  .tmp_245 #annotation {
    padding: 35px 0;
  }

  .tmp_245 #annotation .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tmp_245 #annotation .inner h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .tmp_245 #annotation .inner .block h2 {
    font-size: 13px;
    padding: 10px 13px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .tmp_245 #annotation .inner .block p {
    font-size: 9px;
    line-height: 14px;
  }

  .tmp_245 #annotation .inner .block table {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tmp_245 #annotation .inner .block table tr th {
    font-size: 8px;
    padding: 6px 15px;
  }

  .tmp_245 #annotation .inner .block table tr td {
    font-size: 8px;
    padding: 6px 15px;
  }

  .tmp_245 i {
    margin-left: 1px;
  }

  .tmp_245 i.small_link img {
    width: 8px !important;
  }

  .tmp_245 i img {
    width: 12px;
  }
}

/*# sourceMappingURL=tmp_245.css.map */

/* 基準 */
.campaign-area {
  background: repeating-linear-gradient(90deg, #FCF9EF, #FCF9EF 15px, #F5ECCB 15px, #F5ECCB 30px);
}

.campaign-area.second,
.sliderArea,
#flowsecond {
  background: #FCF9EF;
}

#flowsecond {
  padding-top: 0;
}

.campaign-area * {
  line-height: 1.5;
}

.head_ribbon {
  width: 86.6vw;
  height: 14.1vw;
  background-image: url(/oos/adv/image/tmp_245/img_ribbon.png);
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
}


.campaign-inner {
  padding: 8vw 4vw;
}

.campaign-inner2 {
  padding: 0 4vw;
}

.campaign-box {
  background-color: #fff;
  background-image: url(/oos/adv/image/tmp_245/campaign_bg_left.png), url(/oos/adv/image/tmp_245/campaign_bg_right.png);
  background-repeat: no-repeat;
  background-position: top 10px left 15px, top 10px right 15px;
  border-radius: 10px;
  padding: 70px 15px 30px;
  background-size: 35%;
}

.campaign-title {
  font-size: 16px;
  text-align: center;
  color: #E47F13;
  font-weight: bold;
}

.campaign-title.gouka {
  background-image: url(/oos/adv/image/tmp_245/campaign_bg_left.png), url(/oos/adv/image/tmp_245/campaign_bg_right.png);
  background-repeat: no-repeat;
  background-position: top 10px left 0, top 10px right 0;
  background-size: 20%;
  padding-top: 30px;
}

._fbold {
  font-weight: bold;
}

._mt10 {
  margin-top: 10px;
}

._mt20 {
  margin-top: 20px;
}

._mt5 {
  margin-top: 5px;
}

.txtSmall {
  font-size: 12px;
}

#flowsecond .bx-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

._mauto {
  margin: auto;
}

.fRed {
  color: red;
}

._mb10 {
  margin-bottom: 10px;
}

.finish-area {
  background-color: #acaaa4;
  position: relative;
  z-index: 100;
}

.finish-area .campaign_area>*:not(.finish-area__head) {
  opacity: 0.6;
}

.finish-area .campaign-title {
  color: #ac6417;
}


.finish-area__head {
  position: absolute;
  top: 32vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 90%;
  padding: 10px;
  background: #fff;
  border: solid #000 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.finish-area__head h3 {
  font-size: 16px;
  font-weight: bold;
}

.area_bnr {
  text-align: center;
  margin-top: 50px;

  @media (max-width: 767px) {
    margin-top: 30px;
  }
}


/* 767px以下指定 (スマホのみ) */
@media (max-width: 767px) {
  .campaign-area.second .finish-area__head {
    top: 15%;
  }
}

/* スマホサイズ以上 */
@media (min-width: 768px) {
  .campaign-title {
    font-size: 20px;
  }

  .campaign-area p {
    font-size: 18px;
  }

  .campaign-box {
    background-size: 20%;
  }

  .campaign-title.gouka {
    background-size: contain;
  }
}

/* デバイス幅がPCコンテンツ幅以上 */
@media (min-width: 980px) {
  ._mt40__pc {
    margin-top: 40px;
  }

  .txtCenter__pc {
    text-align: center;
  }

  .txtLeft__pc {
    text-align: left;
  }

  .campaign-title {
    font-size: 28px;
  }

  .flow2 h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .campaign-area p {
    font-size: 20px;
  }

  .campaign-box {
    width: 950px;
    padding: 100px 50px 50px;
    margin: auto;
  }

  .campaign-box .btn a {
    margin: 0 auto 20px;
  }

  .favoitem {
    display: block;
    text-align: center;
  }

  .favoitem>* {
    display: inline-block;
    text-align: left;
  }

  .campaign-inner {
    padding: 80px 0;
  }

  .campaign-area.second .campaign-inner {
    width: 980px;
    margin: auto;
  }

  .campaign-area i {
    padding: 0 5px;
  }

  .finish-area {
    padding: 0;
  }

  .finish-area__head {
    width: 500px;
  }

  .finish-area__head h3 {
    font-size: 24px;
  }

  .finish-area__head {
    position: absolute;
    top: 230px;
  }

}

.miniSP_block {
  display: none;
}

/* PC */
@media (min-width: 900px) {
  .mvInner {
    width: 900px;
    margin: auto;
    position: relative;
    padding: 96px 30px 40px;
  }

  .mv::before,
  .mv::after {
    display: none;
  }

  .mvInner::before,
  .mvInner::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
  }

  .mv {
    padding: 40px;
  }


  .mvInner::before {
    background-image: url(/oos/adv/image/tmp_245/img_flag_left.png);
    left: 0;
    width: 300px;
    height: 200px;
  }

  .mvInner::after {
    background-image: url(/oos/adv/image/tmp_245/img_flag_right.png);
    right: 0;
    width: 300px;
    height: 300px;
  }

  .mvInner * {
    font-size: 18px;
  }

  .text_strong {
    font-size: 22px !important;
  }

  h1 img {
    width: auto;
  }

  .dlArea {
    margin-top: 40px;
  }

  .tmp_245 .campaign_area {
    width: 850px;
    margin: auto;
    padding: 70px 0;
  }

  .tmp_245 .finish-area-group .finish-area:last-child .campaign_area {
    margin-top: 0;
  }

  .tmp_245 .yohaku {
    width: 850px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .campaign_area {
    font-size: 18px;
  }

  .tmp_245 .campaign_area__inner {
    padding: 0;
  }

}

/* iphone5等小さめのスマホ対応 */
@media (max-width: 320px) {
  .miniSP_block {
    display: block;
  }
}

.bx-wrapper {
  display: flex;
  flex-direction: column-reverse;
}