@charset "UTF-8";
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,
dl, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}




/* Default  Setting ===================================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*html {
  font-size: 62.5%;
}*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

a,
a img {
  color: #004ea6;
  text-decoration: none;
  outline: none;
  transition: opacity 0.8s ease;
}

a:hover, a:hover img, a:active, a:focus,
a img:hover,
a img:hover img,
a img:active,
a img:focus {
  color: #666;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.75;
  outline: none;
  noFocusLine: expression(this.onFocus=this.blur());
}

::selection {
  background-color: #004ea6;
  color: #fff;
}

::-moz-selection {
  background-color: #004ea6;
  color: #fff;
}

strong {
  font-weight: bold;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

.pc {
  display: block !important;
}

.sp,
.spn {
  display: none !important;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

#pageMovetop{
  display:none;
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
}

#pageMovetop.static{
  position: static;
}

.box {
  overflow: hidden;
  *zoom: 1;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

/* Layout ==================================================================== */
.inner {
  position: relative;
  width: 910px;
  margin: 0 auto;
}

.wrap {
  width: 940px;
  margin: 0 auto;
  padding: 0 15px;
  *zoom: 1;
  overflow: hidden;
  display:none;
}

/* ICON SET ===================================================================================== */
.arrow-link-list03 a {
  background-image: url(/images/tp001/shared/arrow_style03.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 10px;
  min-height: 7px;
}

/* Media Query sp ===================================================================================== */
/* header ================================================================== */
#header {
  background-color: #2446B5;
  background-color: #2E58CA;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e58ca), color-stop(100%, #1b35a3));
  background-image: -moz-linear-gradient(#2e58ca 0%, #1b35a3 100%);
  background-image: -webkit-linear-gradient(#2e58ca 0%, #1b35a3 100%);
  background-image: linear-gradient(#2e58ca 0%, #1b35a3 100%);
  background-repeat: repeat-x;
  min-height: 100px;
  position: relative;
}

#global-logo {
  position: absolute;
  top: 35px;
  margin: auto;
}

/* gnavi ================================================================== */
#gnav {
  background-color: #f7f6f6;
}

#gnav ul {
  overflow: hidden;
  *zoom: 1;
  background-image: url(/images/tp001/shared/gnavi_line.gif);
  background-position: right center;
  background-repeat: no-repeat;
}

#gnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 178px;
  width: 100%;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-image: url(/images/tp001/shared/gnavi_line.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

#gnav li a {
  padding: 20px 0;
  display: block;
}

/* snav ================================================================== */
#snav {
  position: absolute;
  right: 0;
  top: 10px;
}

#snav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
}

#snav a {
  color: #fff;
}

/* header search area ================================================================== */
#search-area {
  position: absolute;
  right: 0;
  top: 50px;
}

#search-area #srchInput ,
#search-area #SS_searchQuery {
  width: 210px;
  height: 28px;
  border: 1px solid #d9d9d9;
  margin-top: -21px;
  margin-right: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}

button {
  background: none;
  padding: 0;
  border: none;
}

#srchInput,
#srchBtn {
  vertical-align: top;
}

/* page-path ================================================================== */
#page-path {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 25px 0 0;
  /* float: left; */
  width: 700px;
}

#page-path a {
  text-decoration: underline;
}

#page-path .breadcrumbs {
  overflow: hidden;
  font-size:12px;
}

#page-path .breadcrumbs li {
  float: left;
}

#page-path .breadcrumbs li a {
  text-decoration: none;
}

#page-path .breadcrumbs li:before {
  content: ">";
  padding: 0 5px;
}

#page-path .breadcrumbs li:first-child:before {
  display: none;
}

/* footer ==================================================================== */
#footer {
  margin: 10px auto;
  min-height: 20px;
}

#copyright {
  font-size: 10px;
  font-size: 1rem;
  margin: 0px 0 0 0;
  float: left;
}


#foot-box {
  margin: 60px auto 0;
  width: 910px;
}

#foot-box #foot_navi {
  background: #FFF;
  margin-bottom: 15px;
  font-size: 91.75%;
  line-height: 133.5%;
  text-align: center;
  clear: both;
}

#foot-box #footer {
  border-top: 1px solid #999;
  padding: 10px 0 0 10px;
  text-align: center;
}

#footer-nav {
  margin: 15px auto 30px;
}

#footer-nav li {
  border-right: 1px solid #999;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  font-size: 10px;
  font-size: 1rem;
}

#footer-nav li.end {
  border-right: none;
}

#footer-contents {
  overflow: hidden;
  *zoom: 1;
  margin: 5px 0;
}

.footer-contents-copyright {
  font-size: 10px;
  font-size: 1rem;
}

.footer-contents-requirements {
  font-size: 10px;
  font-size: 1rem;
}

.footer-contents-alpha,
.footer-contents-beta,
.footer-contents-gamma {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
  vertical-align: top;
  height: 80px;
  padding: 0 5px;
}
.footer-contents-alpha img,
.footer-contents-beta img,
.footer-contents-gamma img {
  width: auto;
  height: auto;
  max-width: none;
}

.footer-contents-alpha {
  width: 810px;
  border-right: 1px solid #999;
}

.footer-contents-beta {
  text-align: left;
  border-right: 1px solid #999;
}

.footer-contents-gamma {
  text-align: right;
}

/* clearfix ===================================================================================== */
.clearfix {
  zoom: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}

#sp_foot-search{
display:none;
}

#page-area {
  overflow: hidden;
  min-width: 940px;
}
#contents {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 568px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #pageMovetop{
    display:none;
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 0;
  }

  #pageMovetop.static{
    position: static;
    margin-left: 87%;
  }

  #pageMovetop img{
    width: 70%;
    height: auto;
  }

  .inner {
    width: 100%;
    padding: 0 10px;
  }

  .wrap {
    width: 100%;
    padding: 0px 0px;
  }

  .box {
    overflow: hidden;
    *zoom: 1;
  }

  #page-path {
    overflow-x: auto;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 1px;
    -webkit-overflow-scrolling: touch;
    margin-top: 0px;
    width: auto;
    overflow-y: hidden;
  }

  #page-path .breadcrumbs {
    white-space: nowrap;
    line-height: 0;
    overflow: auto;
    font-size: 10px;
  }

  #page-path .breadcrumbs li::before {
    content: none;
    padding: 0;
  }

  #page-path .breadcrumbs li {
    display: inline-block;
    padding: 0 10px 0 0;
    height: 30px;
    line-height: 30px;
    color: inherit;
    text-decoration: none;
    position: relative;
    float: none;
    white-space: normal;
  }

  #page-path .breadcrumbs li:first-child {
    padding-left: 10px;
  }

  #page-path .breadcrumbs a:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -11px;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    width: 21px;
    height: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0;
  }

  #page-path .breadcrumbs a:last-child{
    margin-right: 25px;
  }

  #page-path .breadcrumbs a:last-child:after {
    content: "";
    position: absolute;
    top: 4px;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    width: 21px;
    height: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0;
  }

  #page-path .breadcrumbs a:first-child {
    padding-left: 0;
  }

  #page-path .breadcrumbs a:first-child:before {
    display: none;
  }

  #gnav,
  #snav,
  #search-area {
    display: none;
  }

  #header {
    min-height: 45px;
  }

  #global-logo {
    position: relative;
    top: auto;
    line-height: 45px;
  }

  #global-logo img {
    height: 20px;
    vertical-align: middle
  }

  #gNaviBtn {
    background-image: url("/images/apply/shared/ico_menu.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    overflow: hidden;
    height: 0;
    width: 30px;
    padding-top: 31px;
    position: absolute;
    right: 7px;
    top: 7px;
  }

  #gNaviBtn.action {
    background-position: 0 bottom;
  }

  #gnav .inner {
    padding: 0 0;
  }

  #gnav ul {
    background: none;
    border-bottom: 1px solid #cbd4e6;
    border-right: 1px solid #cbd4e6;
  }

  #gnav li {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: none;
    border-top: 1px solid #cbd4e6;
    border-left: 1px solid #cbd4e6;
    text-align: left;
  }

  #gnav li a {
    padding: 15px;
  }

  #foot-box {
    width: 100%;
  }

  .footer-contents-alpha {
    width: 73%;
    height: auto;
    margin-bottom: 10px;
  }

  .footer-contents-gamma {
    width: 25%;
    height: auto;
    margin-bottom: 10px;
  }

  .footer-contents-beta {
    display: none;
  }

  #footer-nav {
    text-align: left;
  }

  #footer-nav li {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 1rem;
  }

  #sp_foot-search{
    display:block;
    margin: 15px 15px 0;
  }

  #sp_foot-search #SS_searchForm{
    border-radius: 3px;
    background-color: #b6b8c2;
    padding: 10px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    width:auto;
  }

  #sp_foot-search #SS_searchQuery{
    width: 88%;
    padding-left: 0.5em;
    font-size: 16px;
    border-width: 1px;
    border-color: rgb(246, 246, 246);
    border-style: solid;
    border-radius: 2px;
    background-color: #FFFFFF;
    height: 30px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }

  #sp_foot-search #SS_searchSubmit{
    border: none;
    padding: 0;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 10%;
    background-position: center center;
    border-radius: 3px;
    background-color: #3f4ea3;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    height: 30px;
    color: #FFFFFF;
    font-size: 18px;
    float: right;
    background-image: url(/spn/spn_cmn/img/icn_seek.png);
    background-repeat: no-repeat;
    background-size: 17px auto;
    outline: none;
    box-sizing: border-box;
  }

  #page-area {
    min-width: 0;
  }

  #contents {
    padding: 0 10px;
  }
}


/* ==================================================
FAST LABI（即時クレジット利用サービス）
================================================== */

#fastlabi {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom:60px;
}
#fastlabi .mv {
  text-align: center;
  margin-top: 0;
  position: relative;
}
#fastlabi .mv img {
  margin: 0 auto;
}
#fastlabi .mv::after {
  content: '';
  width: 100vw;
  height: 320px;
  bottom: 60px;
  position: absolute;
  background-color: #dcdcdc;
  opacity: 0.5;
  left: 0;
  z-index: -1;
}
#fastlabi .ttl {
  font-size: 36px;
  text-align: center;
  margin-top: 85px;
  position: relative;
}
#fastlabi .ttl::after {
  content: '';
  width: 100vw;
  height: 1px;
  bottom: -5px;
  position: absolute;
  background-color: #b3b3b3;
  left: 0;
  z-index: -1;
}
#fastlabi .ttl::before {
  content: '';
  width: 890px;
  height: 9px;
  bottom: -10px;
  position: absolute;
  background-color: #009641;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#fastlabi .ttl_lead {
  text-align: center;
  color: #009641;
  margin-top: 35px;
}
#fastlabi .about_block {
  margin-top: 35px;
}
#fastlabi .about_block_inner {
  background-color: #edf8fb;
}
#fastlabi .about_block .about_box {
  width: 800px;
  padding-right: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#fastlabi .about_block .about_box .about_img {
  margin-top: 20px;
}
#fastlabi .about_block .about_txt{
  margin-bottom: 15px;
}
#fastlabi .about_block .about_txt img{
  max-width: 370px;
  width: 100%;
  margin-bottom: 15px;
}
#fastlabi .about_block .about_box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 35px;
}
#fastlabi .about_block .about_box03 .about_img {
  margin-right: -80px;
}
#fastlabi .about_block .about_box04 {
    margin-top: 50px;
    padding: 30px;
    display: block;
    background: #fffcdf;
    width: 860px;
}
#fastlabi .about_block .about_box04 h4{
	background: #ff9800;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
    color: #ffffff;
    border-radius: 50px;
    width: max-content;
    padding: 0.2em 1em 0.1em;
	line-height:1.2;
	height:1.5em;
}
#fastlabi .about_block .about_box04 p{
    text-align: left;
	padding:0 1em;
	margin-bottom:20px;
}
#fastlabi .about_block .about_box04 ul{
    text-align: left;
	padding:0 1em;
}
#fastlabi .about_block .about_box04 li{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.9rem;
}
#fastlabi .about_block .about_box04 .yamada-logo{
    display:flex;
	max-width:800px;
}
#fastlabi .about_block .about_box04 .yamada-logo img{
	width:auto;
	height:40px;
	margin-right:10px;
}

#fastlabi .about_dl{
  padding-top: 42px;
  margin-bottom: 70px;
}
#fastlabi .about_dl_credit{
  width: 730px;
  margin: 0 auto;
}
#fastlabi .about_dl_credit p{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
#fastlabi .about_dl_ttl{
  text-align: center;
  margin-bottom: 22px;
}
#fastlabi .about_dl_ttl img{
  width: 374px;
}
#fastlabi .about_dl_cont{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
#fastlabi .about_dl_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 45px;
}
#fastlabi .about_dl_box:first-child{
  border-right: 1px solid #ccc;
}
#fastlabi .about_dl_btn{
  margin-right: 30px;
  text-align: center;
}
#fastlabi .about_dl_btn a img{
  width: 164px;
}
#fastlabi .about_dl_btn p{
  margin-bottom: 2px;
  font-size: 14px;
}
#fastlabi .how .ttl {
  margin-top: 70px;
}
#fastlabi .how_menu {
  width: 870px;
  margin: 0 auto;
  padding:20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
#fastlabi .how_menu [class^="how_menu-"] {
  padding: 15px 20px 10px;
  text-align: center;
  width: 430px;
  border-radius: 5px;
}
#fastlabi .how_menu [class^="how_menu-"]:hover {
  opacity: 0.75;
}
#fastlabi .how_menu [class^="how_menu-"] span {
  display: inline-block;
  background-color: #ffffff;
  padding: 3px 25px;
  border-radius: 20px;
}
#fastlabi .how_menu [class^="how_menu-"] i {
  color: #ffffff;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
#fastlabi .how_menu .how_menu-bank {
  background-color: #00afff;
  position: relative;
}
#fastlabi .how_menu .how_menu-bank::after {
    position: absolute;
    background-image: url(/apply/cardless/images/cardless/recommend.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    content: '';
    top: -30px;
    left: -6px;
}
#fastlabi .how_menu .how_menu-bank span {
  color: #00afff;
}
#fastlabi .how_menu .how_menu-smp {
  background-color: #f54566;
}
#fastlabi .how_menu .how_menu-smp span {
  color: #f54566;
}
#fastlabi [class^="how_box-"] {
  margin-top: 70px;
  text-align: center;
}
#fastlabi [class^="how_box-"] .how_box_ttl {
  text-align: center;
  font-size: 22px;
  color: #f54566;
}
#fastlabi [class^="how_box-"] .how_box_txt {
  font-size: 14px;
}
#fastlabi [class^="how_box-"] .how_step {
  position: relative;
  width: 780px;
  margin: 0 auto;
}
#fastlabi [class^="how_box-"] .how_step01 {
  margin-top: 35px;
}
#fastlabi [class^="how_box-"] .how_step02,
#fastlabi [class^="how_box-"] .how_step03 {
  margin-top: -20px;
}
#fastlabi [class^="how_box-"] .how_arrow {
  margin-top: 65px;
}
#fastlabi [class^="how_box-"] .how_fin {
  margin-top: 45px;
  text-align: center;
}
#fastlabi [class^="how_box-"] .how_fin img {
  margin-right: auto;
  margin-left: auto;
}

#fastlabi .how_box-smp h3 span {
	font-size: 1.6rem;
  border: 2px solid #f54566;
  padding: 0.6em;
  display: block;
  width: 30em;
  margin: 1em auto;
  border-radius: 16px;
}

#fastlabi .how_box-bank .how_box_ttl {
  color: #00afff;
}
#fastlabi .how_box-bank .how_box_area {
  width: 520px;
  margin: 20px auto;
  position: relative;
  font-size: 14px;
}
#fastlabi .how_box-bank .how_box_area span {
  background-color: #75595f;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 5px 53px;
  border-radius: 19px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 190px;
  margin: 0 auto;
}
#fastlabi .how_box-bank .how_box_area ul {
  color: #75595f;
  text-align: left;
}
#fastlabi .how_box-bank .how_box_area ul li {
  display: inline-block;
  margin-top: 5px;
}
#fastlabi .how_box-bank .how_box_area ul li:nth-child(odd) {
  min-width: 9em;
}
#fastlabi .how_box-bank .how_box_area ul li:nth-child(even) {
  min-width: 18em;
}
#fastlabi .how_box_btn {
  margin-top: 20px;
}
#fastlabi .how_box_btn a {
  display: block;
  width: 330px;
  margin: 0 auto;
  background-color: #2547b7;
  color: #ffffff;
  padding: 13px;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
}
#fastlabi .how_box_btn a::after {
    position: absolute;
    background-image: url(/apply/cardless/images/cardless/btn_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    content: '';
    top: 17px;
    left: 10px;
}
#fastlabi .attention {
  margin-top: 50px;
  padding-bottom: 25px;
  font-size: 14px;
}
#fastlabi .attention p {
  padding-left: 2em;
  text-indent: -1em;
}
@media screen and (max-width: 568px) {
  #fastlabi {
    font-size: 16px;
    line-height: 1.6;
  }
  #fastlabi img {
    width: 100%;
    height: auto;
  }
  #fastlabi .mv::after {
    display: none;
  }
  #fastlabi .ttl {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 40px;
    padding: 0 10px 10px;
  }
  #fastlabi .ttl::before {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  #fastlabi .ttl_lead {
    text-align: left;
    padding: 0 10px;
  }


  #fastlabi .about_block {
    width: auto;
  }
  #fastlabi .about_block .about_box {
    display: block;
    text-align: center;
    width: auto;
    padding: 1em 0;
  }
  #fastlabi .about_block .about_box img {
    width: 80%;
    max-width: 370px;
    margin: 0 auto;
    padding-top: 20px;
  }
  #fastlabi .about_block .about_box .about_img {
    overflow: hidden;
  }
  #fastlabi .about_block .about_box .about_img img {
    margin-left: 15vw;
    width: auto;
    max-width: none;
    height: 300px;
  }
  #fastlabi .about_block .about_box::after {
    top: 0;
  }
  #fastlabi .about_block .about_box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0;
  }
  #fastlabi .about_block .about_box03 .about_img {
    margin-right: 0;
  }

#fastlabi .about_block .about_box04 h4{
    font-size: 1.5rem;
	height:inherit;
}

#fastlabi .about_block .about_box04 .yamada-logo{
	display: block;
    margin: 0 1em 20px 1em;
}
#fastlabi .about_block .about_box04 .yamada-logo img{
	height:50px;
}

  #fastlabi .about_dl_credit{
    width: 100%;
  }
  #fastlabi .about_dl_cont {
    margin-bottom: 20px;
  }
  #fastlabi .about_dl{
    padding: 40px 10px 0;
    margin-bottom: 40px;
  }
  #fastlabi .about_dl_ttl{
    margin: 0 auto 20px;
    max-width: 374px;
  }
  #fastlabi .about_dl_box{
    padding: 0 10px;
  }
  #fastlabi .about_dl_box:first-child{
    border-right: none;
  }
  #fastlabi .about_dl_btn{
    margin-right: 0;
  }
  #fastlabi .about_dl_btn p{
    margin-bottom: 2px;
    font-size: 14px;
  }
  #fastlabi .attention p {
    padding-left: 1em;
  }
  #fastlabi .how {
    width: auto;
  }
  #fastlabi .area {
    display: block;
  }
  #fastlabi .how_steparea {
    display: none;
  }
  #fastlabi .how_menu {
    width: 100%;
  }
  #fastlabi .how_menu [class^="how_menu-"] {
    width: 100%;
    margin: 0 10px;
  }
  #fastlabi .how_menu::after {
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
    bottom: -15px;
  }
  #fastlabi .how_menu .how_menu-bank::after {
    top: -25px;
    left: 0;
  }
  #fastlabi [class^="how_box-"] {
    margin-top: 20px;
  }
  #fastlabi [class^="how_box-"] .how_step {
    width: auto;
  }
  #fastlabi [class^="how_box-"] .how_box_ttl {
    font-size: 16px;
    padding: 0 10px;
  }
  #fastlabi [class^="how_box-"] .how_box_txt {
    text-align: left;
    padding: 0 10px;
    margin-top: 10px;
  }
  #fastlabi .how_menu [class^="how_menu-"] span {
    display: block;
    position: relative;
  }
  #fastlabi .how_menu [class^="how_menu-"] span::after {
    position: absolute;
    content: "";
    background-color: #b3b3b3;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
  }
  #fastlabi .how_menu [class^="how_menu-"] .how_menu_plus {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
  }
  #fastlabi .how_menu [class^="how_menu-"] .how_menu_plus::after,
  #fastlabi .how_menu [class^="how_menu-"] .how_menu_plus::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    border-radius: 50px;
    width: 14px;
    height: 2px;
    right: 4px;
    top: 10px;
    z-index: 9;
  }
  #fastlabi .how_menu [class^="how_menu-"] .how_menu_plus::before {
    transform: rotate(90deg);
  }
  #fastlabi .how_menu.is-active .how_menu_plus::before {
    transform: rotate(0);
  }
  #fastlabi .how_box-bank .how_box_area {
    width: auto;
    margin: 45px 10px 30px;
    padding: 30px 20px 10px;
  }
  #fastlabi .how_box-bank .how_box_area span {
    top: -18px;
  }
  #fastlabi .how_box-bank .how_box_area ul li {
    display: block;
    text-align: center;
  }
  #fastlabi .how_box-bank .how_box_area ul li:nth-child(odd) {
    min-width: 100%;
  }
  #fastlabi .how_box-bank .how_box_area ul li:nth-child(even) {
    min-width: 100%;
  }
  #fastlabi .how_box_btn {
    margin-top: 10px;
  }
  #fastlabi .how_box_btn a {
    width: 100%;
    font-size: 14px;
  }
  #fastlabi .how_box_btn a::after {
    top: 14px;
  }

  #fastlabi [class^="how_box-"] .how_step01 {
    margin-top: 30px;
    margin-right: 10px;
  }
  #fastlabi [class^="how_box-"] .how_step02 {
    margin-left: 10px;
  }
  #fastlabi [class^="how_box-"] .how_step03 {
    margin-right: 10px;
  }
  #fastlabi [class^="how_box-"] .how_step02,
  #fastlabi [class^="how_box-"] .how_step03 {
    margin-top: 0;
  }
  #fastlabi .attention {
    margin: 30px auto 0;
  }
}

#fastlabi .how_block .how_step {
  position: relative;
}
#fastlabi .how_block .how_step p.smp_right,
#fastlabi .how_block .how_step p.smp_left {
  float: right;
  position: relative;
  z-index: 10;
}
#fastlabi .how_block .how_step .txt_right,
#fastlabi .how_block .how_step .txt_left {
  width: 485px;
  height: 175px;
  position: absolute;
  display: table;
  top: 135px;
  background: #fce7e6;
  color: #333;
  padding-right: 10px;
  padding-left: 16px;
  border-radius: 10px;
  font-size: 18px;
}
#fastlabi .how_block .how_step p.smp_left {
  float: left;
  padding-left: 94px;
}
#fastlabi .how_block .how_step p.smp_right {
  padding-right: 94px;
}
#fastlabi .how_block .how_step .txt_right {
  right: 0;
  padding-left: 10px;
}
#fastlabi .how_block .how_step p.icon {
  position: absolute;
  top: -34px;
  left: 6px;
  right: 0px;
  margin: auto;
}
#fastlabi .how_block .how_step .txt_right p.icon {
  left: 0px;
  right: 6px;
}
#fastlabi .how_block .how_step p.txtarea {
  line-height: 1.5;
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  margin-top: 70px;
}
#fastlabi .how_block .how_step .txt_right a,
#fastlabi .how_block .how_step .txt_left a {
  text-decoration: underline;
  color: #00afff;
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
}


@media screen and (max-width: 568px) {
  #fastlabi .mv {
    margin-top: 0;
  }
  #fastlabi .how .ttl {
    margin-top: 40px;
  }
  #fastlabi .how .ttl_lead {
    text-align: center;
}
  #fastlabi .how_block .how_step p.smp_right,
  #fastlabi .how_block .how_step p.smp_left {
    width: 36%;
    padding-right: 0;
    padding-left: 0;
  }
  #fastlabi .how_block .how_step p.txtarea {
    margin-top: 0;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
  }
  #fastlabi .how_block .how_step .txt_right,
  #fastlabi .how_block .how_step .txt_left {
    width: 67%;
    height: 130px;
    top: 25%;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0;
    padding-top: 25px;
  }
  #fastlabi .how_block .how_step .txt_right {
    margin-left: 34%;
  }
  #fastlabi .how_block .how_step p.icon {
    width: 30%;
    max-width: 75px;
    top: -24%;
    left: -10px;
  }
  #fastlabi .how_block .how_step .txt_right p.icon {
    left: 0;
    right: -10px;
  }
  #fastlabi [class^="how_box-"] .how_arrow {
    margin-top: 20px;
  }
  #fastlabi [class^="how_box-"] .how_fin {
    margin-top: 20px;
  }
  #fastlabi .how_block .how_step .txt_right a,
  #fastlabi .how_block .how_step .txt_left a {
    font-size: 1.1rem;
  }
}


/* 202002 CPバナー追加 ----------------- */
#fastlabi .bnr_top{
    text-align: center;
    padding: 60px 0 0;
    margin: 0 0 -20px;
}
#fastlabi .bnr_btm img{
    margin: -20px auto 0;
}
@media screen and (max-width: 568px) {
    #fastlabi .bnr_top{
        padding: 20px 10px 0;
    }
    #fastlabi .bnr_btm{
        padding: 0 10px 10px;
    }
}

/*html,body{
    height: 100vh;
}*/



/* 202007 追加 ----------------- */
/* タブ */
#fastlabi .tab{
    position: relative;
}
#fastlabi .tab p {
	cursor: pointer;
	transition: .3s;
}
#fastlabi .tab p::before{
    content: "＞";
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    top: 38%;
    right: 20px;
}
#fastlabi .tab p.is-active {
	cursor: auto;
}
#fastlabi .tab p.is-active::before {
    display: none;
}
#fastlabi .area {
	display: none;
}
#fastlabi .area.is-show {
	display: block;
}
#fastlabi [class^="how_box-"] .how_box_txt span {
    color: red;
    font-weight: bold;
}


/* トグル */
@media screen and (max-width: 568px) {
	#fastlabi .how {
		width: auto;
	}
	#fastlabi .area {
		display: block;
	}
	#fastlabi .how_steparea {
		display: none;
	}
	#fastlabi .how_menu {
		width: 100%;
	}
	#fastlabi .how_menu [class^="how_menu-"] {
		width: 100%;
		margin: 0 10px;
	}
	#fastlabi .how_menu::after {
		height: -webkit-calc(100% + 30px);
		height: calc(100% + 30px);
		bottom: -15px;
	}
	#fastlabi .how_menu .how_menu-bank::after {
		top: -25px;
		left: -4px;
	}
	#fastlabi [class^="how_box-"] {
		margin-top: 20px;
	}
	#fastlabi [class^="how_box-"] .how_step {
		width: auto;
	}
	#fastlabi [class^="how_box-"] .how_box_ttl {
		font-size: 16px;
		padding: 0 10px;
	}
	#fastlabi [class^="how_box-"] .how_box_txt {
		text-align: left;
		padding: 0 10px;
		margin-top: 10px;
	}
	#fastlabi .how_menu [class^="how_menu-"] span {
		display: block;
		position: relative;
	}
	#fastlabi .how_menu [class^="how_menu-"] span::after {
		position: absolute;
		content: "";
		background-color: #b3b3b3;
		right: 5px;
		top: 5px;
		border-radius: 50%;
		width: 22px;
		height: 22px;
	}
	#fastlabi .how_menu [class^="how_menu-"] .how_menu_plus {
		position: absolute;
		right: 5px;
		top: 5px;
		width: 22px;
		height: 22px;
	}
	#fastlabi .how_menu [class^="how_menu-"] .how_menu_plus::after,
	#fastlabi .how_menu [class^="how_menu-"] .how_menu_plus::before {
		position: absolute;
		content: "";
		background-color: #ffffff;
		border-radius: 50px;
		width: 14px;
		height: 2px;
		right: 4px;
		top: 10px;
		z-index: 9;
	}
	#fastlabi .how_menu [class^="how_menu-"] .how_menu_plus::before {
		transform: rotate(90deg);
	}
	#fastlabi .how_menu.is-active .how_menu_plus::before {
		transform: rotate(0);
	}
	#fastlabi .how_box-bank .how_box_area {
		width: auto;
		margin: 45px 10px 30px;
		padding: 30px 20px 10px;
	}
	#fastlabi .how_box-bank .how_box_area span {
		top: -18px;
	}
	#fastlabi .how_box-bank .how_box_area ul li {
		display: block;
		text-align: center;
	}
	#fastlabi .how_box-bank .how_box_area ul li:nth-child(odd) {
		min-width: 100%;
	}
	#fastlabi .how_box-bank .how_box_area ul li:nth-child(even) {
		min-width: 100%;
	}
	#fastlabi .how_box_btn {
		margin: 10px;
	}
	#fastlabi .how_box_btn a {
		width: 100%;
		font-size: 14px;
	}
	#fastlabi .how_box_btn a::after {
		top: 14px;
	}
	#fastlabi .how_box-smp h3 span {
		width: 100%;
		font-size:16px;
	}
}

#regi{
	width:580px;
	margin:auto;
}
.ac-btn-flg {
	display: none;
}
.section-faq .ac-btn {
	position: relative;
	display: block;
	margin: 0 0 1em 0;
	padding: 12px 0 7px;
	font-size: 1.0rem;
	font-weight: bold;
	color: #ff9800;
	height: 36px;
	border-bottom: solid 1px #ff9800;
}
.section-faq .headline {
	padding: 15px 20px 10px;
    text-align: center;
    border-radius: 5px;
    background-color: #ff9800;
    height: auto;
    font-weight: normal;
    margin: 1em auto;
    color: #FFF;
    font-size: 1.15rem;
	border-bottom:0;
	cursor: auto;
}
.section-faq .ac-btn-flg:checked + .ac-btn2::before {
    display: none;
}

.section-faq .headline span{
	display: inline-block;
    background-color: #ffffff;
    padding: 3px 25px;
    border-radius: 20px;
    color: #ff9800;
	margin-bottom:0.5em;
}
.section-faq .headline i{
	display: block;
    font-size: 0.88rem;
    margin-top: 10px;
	display:none;
}

.faq-ac{
	font-size:1.0rem;
}
.section-faq .ac-btn-flg + .ac-btn + .ac-target {
	height: 0;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}
.section-faq .ac-btn-flg:checked + .ac-btn + .ac-target {
	height: auto;
	visibility: visible;
	opacity: 1;
	padding: 0.5em;
}

/*
.section-faq .ac-btn2::before, 
.section-faq .ac-btn2::after {
	position: absolute;
	top: calc(50% - -8px);
	right: 8px;
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #FFFFFF;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-faq .ac-btn2::after {
	transform: translateY(-50%) rotate(90deg);
	top: 23px;
	right: 16px;
}

.section-faq .ac-btn-flg:checked + .ac-btn2::after {
	top: calc(50% - -8px);
	right: 8px;
	-webkit-transform: rotateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}
*/

.section-faq .ac-btn2::before{
	content: "＞";
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    top: 18%;
    right: 20px;
}

.note{
	margin-top:1em;
}
.note li{
	text-indent:-1em;
	padding-left:1em;
	font-size:0.9rem;
}

@media screen and (max-width: 767px){
	#regi {
	    width: calc(100% - 20px);
	    margin: 10px;
	}
	.section-faq .headline {
	    font-size: 1.0rem;
	}
	.section-faq .headline span{
		display: block;
	    position: relative;
	}

.section-faq .ac-btn2 .how_menu_plus {
    position: absolute;
    content: "";
    background-color: #b3b3b3;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.section-faq .ac-btn2 .how_menu_plus::after, 
.section-faq .ac-btn2 .how_menu_plus::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    border-radius: 50px;
    width: 14px;
    height: 2px;
    right: 4px;
    top: 10px;
    z-index: 9;
}
.section-faq .ac-btn2 .how_menu_plus::before {
    transform: rotate(90deg);
}
.section-faq .ac-btn-flg:checked + .ac-btn2 .how_menu_plus::before {
    transform: rotate(0);
}

}
