@charset "UTF-8";

body{
  opacity: 0;
  min-width: auto;
}

body.state-init{
  opacity: 1;
}

.mt8 {
  margin-top: 8px;
}

.con202006{
  font-family: 'Hiragino Kaku Gothic Pro W6','Hiragino Kaku Gothic Pro','Meiryo','MS UI Gothic',Verdana,'MS PGothic',sans-serifsans-serif;
  line-height:1.5;
  color:#333;
  -webkit-text-size-adjust:none;
}

.f-normal{
  font-family: 'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

.tableType03 td,
.tableType02 td,
.tableType01 th,
.tableType01 td,
.contactBtmTelTxtNotice,
.contactBtmTelTxt,
.faqOtherItemAInner p,
.titBtmTxt,
.faqItemATips p,
.listIndent li{
  font-family: 'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

#expandCenter {
  width: 100%;
  text-align: center;
  margin-left: 0;
  border: none;
}

#container {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  border: none;
}

/* PC版のみ */
.pcOnly{
  display: block !important;
}
@media screen and (max-width: 768px){
  .pcOnly{
    display: none !important;
  } 
}

/* SP版のみ */
.spOnly{
  display: none !important;
}
@media screen and (max-width: 768px){
  .spOnly{
    display: block !important;
  } 
}


.logoWrapSp02 {
  line-height: 1.4em !important;
}

/*header PC版*/
header[role="banner"] {
  border-bottom: solid 3px #004831;
  height:93px;
  text-align:left;
}

#headerInner {
  width: 1008px;
  margin: 0 auto;
  padding-top: 13px;
  border-top: none;
}

#headerTop {
  margin-bottom: 13px;
  height: auto;
}

#headerInner .logoWrap {
  position: relative;
  float: left;
  width: 208px;
  margin: 0 0 10px;
  padding-left: 13px;
}
header[role="banner"] {
    border-bottom: 5px solid #bacd1d !important;
    height: 60px;
    text-align:left;
    background: #004730;
}

#headerInner {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}

.headerTop {
    /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.logoWrapSp {
    padding: 0;
    padding-top: 12px;
    width: 120px;
}

.logoWrapSp02 {
     padding-top: 18px;
    width: 80px;
}

/*header SP版*/
@media screen and (max-width: 768px){
  header[role="banner"] {
    border-bottom: 3.5px solid #bacd1d;
    height: 42px;
    text-align: left;
    background: #004730;
  }
  
  #headerInner {
    width: 100%;
    border-top: 0;
    padding-top: 0;
  }
  
  .headerTop {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    height: 42px;
  }
  
  #headerInner .logoWrapSp {
    padding: 0;
    width: 90px;
  }
  
  .logoWrapSp02 {
    padding-top: 0;
    width: 65px;
  }
}

/* KV PC版 */
.kv {
  position: relative;
  margin-bottom: 60px;
}

.btnRound {
  width: 100%;
  text-align: center;
}
.btnRound.addMT {
  margin-top: 6.66%;
}
.btnRound a {
  width: 78.66%;
  margin: 0 auto;
  display: block;
  position: relative;
  text-decoration: none;
}
.btnRound a span {
  display: block;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #ffa032;
  height: 60px;
  font-weight: 700;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.btnRound.disabled a span {
  background: #ccc;
}
.btnRound.disabled a::after {
  background: #999;
}

.btnRound a span i {
  position: absolute;
  display: block;
  background: url(/cardloan_lp/assets/indexD/img/icon_arr_r_w.webp) 0 0 no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  z-index: 3;
}
.btnRound a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  top: 6px;
  left: 0;
  background: #f28f32;
  border-radius: 30px;
  z-index: 1;
}
.btnRound.typeH50 a span {
  height: 50px;
  border-radius: 25px;
}
.btnRound.typeH50 a::after {
  height: 50px;
  border-radius: 25px;
}
.btnRound.typeFull a {
  width: 100%;
}
.btnRound.typeGreen a span {
  background: #046445;
}
.btnRound.typeGreen a::after {
  background: #1e5528;
}

@media screen and (min-width: 769px){
  .typeGreen a{
    height: 80px;
  }

  .typeGreen a span{
    height: 80px !important;
    border-radius: 40px !important;
  }
  .typeGreen a span i{
    background-size: contain;
    width: 16px;
    height: 22px;
  }
  .typeGreen a::after{
    height: 80px !important;
    border-radius: 40px !important;
  }
  .btnRound a{
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .btnRound a span{
    font-size: 2rem;
  }
  .btnRound.typeFull a{
    width: 420px;
  }
  .btnRound a span i {
    position: absolute;
    display: block;
    background: url(/cardloan_lp/assets/indexD/img/icon_arr_r_w.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    right: 30px;
    z-index: 3;
    -webkit-transition: transform 0.3s 0s ease;
    -moz-transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
  }
  .btnRound a:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.1s 0s ease;
    -moz-transition: opacity 0.1s 0s ease;
    transition: opacity 0.1s 0s ease;
  }
  .btnRound a:hover span i {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: transform 0.1s 0s ease;
    -moz-transition: transform 0.1s 0s ease;
    transition: transform 0.1s 0s ease;
  }
}


/*
2024/10
****************************************************/
.cta06Wrap{
  padding-top: 7%;
  padding-bottom: 3%;
}
.cta06 {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cta06_comment {
  position: relative;
  text-align: center;
  width: min(calc(690vw / 1125 * 100), calc(849px / 3));
  margin-bottom: max(calc(-28vw / 1125 * 100), calc(-28px / 3));
  padding: min(calc(14vw / 1125 * 100), calc(20px / 3)) min(calc(25vw / 1125 * 100), calc(25px / 3));
  border: min(calc(8vw / 1125 * 100), calc(8px / 3)) solid #f29033;
  border-radius: calc(infinity * 1px);
  box-sizing: border-box;
  background-color: #fff;
  flex: 0 0 auto;
  z-index: 1;
}
.cta06_comment_main {
  position: relative;
  display: block;
  color: #004831;
  font-size: min(calc(51vw / 1125* 100), calc(60px / 3));
  line-height: 1.1;
  z-index: 2;
}
.cta06_comment::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background-color: #fff;
  border-right: min(calc(8vw / 1125* 100), calc(8px / 3)) solid #f29033;
  border-bottom: min(calc(8vw / 1125* 100), calc(8px / 3)) solid #f29033;
  width: min(calc(42vw / 1125* 100), calc(42px / 3));
  height: min(calc(42vw / 1125* 100), calc(42px / 3));
  transform: scaleX(0.8) translateY(60%) rotate(45deg);
}.cta06_main {
  position: relative;
  font-family: noto-sans, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
  font-feature-settings: "palt";
  text-decoration: none;
  display: block;
  width: min(calc(840vw / 1125* 100), calc(840px / 3));
  margin: auto;
  padding: min(calc(50vw / 1125* 100), calc(50px / 3)) min(calc(138vw / 1125* 100), calc(138px / 3)) min(calc(50vw / 1125* 100), calc(50px / 3)) min(calc(120vw / 1125* 100), calc(120px / 3));
  border-radius: calc(infinity* 1px);
  background-color: #ffa033;
  box-shadow: 0 8px 0 #f29033;
  width: 420px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta06_text {
  margin: 0;
  font-size: min(calc(60vw / 1125* 100), calc(60px / 3));
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.cta06_text_arrow {
  position: absolute;
  inset: 0 min(calc(54vw / 1125* 100), calc(83px / 3)) 0 auto;
  margin: auto;
}
@media screen and (min-width: 769px){
  .cta06_main{
    transition: transform 0.1s 0s ease;
  }
  .cta06_main:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.1s 0s ease;
    -moz-transition: opacity 0.1s 0s ease;
    transition: opacity 0.1s 0s ease;
  }
  .cta06_main .cta06_text_arrow{
    -webkit-transition: transform 0.1s 0s ease;
    -moz-transition: transform 0.1s 0s ease;
    transition: transform 0.1s 0s ease;
    max-width: 16px;
    max-height: 22px;
  }
  .cta06_main:hover .cta06_text_arrow{
    transform: translateX(3px);
  }
}
@media screen and (max-width: 1140px){
  .cta06_main {
    padding: min(calc(50vw / 1125* 100), calc(50px / 3)) min(calc(138vw / 1125* 100), calc(138px / 3)) min(calc(50vw / 1125* 100), calc(50px / 3)) min(calc(120vw / 1125* 100), calc(120px / 3));
    box-shadow: 0 0.70175438vw 1px #f29033;
  }
  .cta06_text_arrow {
    position: absolute;
    margin: auto;
    width: 16px;
    height: 22px;
  }
}
@media screen and (max-width: 768px){
  .cta06_text {
    margin: 0;
    font-size: min(calc(60vw / 1125* 100), calc(60px / 3));
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
  }
  .cta06_main{
    position: relative;
    font-family: noto-sans, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
    font-feature-settings: "palt";
    text-decoration: none;
    display: block;
    width: min(calc(840vw / 1125* 100), calc(1140px / 3));
    margin: auto;
    height: auto;
    padding: min(calc(50vw / 1125* 100), calc(50px / 3)) min(calc(138vw / 1125* 100), calc(138px / 3)) min(calc(50vw / 1125* 100), calc(50px / 3)) min(calc(120vw / 1125* 100), calc(120px / 3));
    border-radius: calc(infinity* 1px);
    background-color: #ffa033;
    box-shadow: 0 5px 1px #f29033;
  }
  .cta06_text_arrow {
    position: absolute;
    margin: auto;
    width: 22px;
    height: 28px;
  }
}

/* KV SP版 */
@media screen and (max-width: 768px){
  .kv {
    position: relative;
    padding-bottom: 8%;
    margin-bottom: 0;
  }
  .kv .bxslider {
    position: relative;
  }
  .kv .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    text-align: center;
    display: inline;
    z-index: 100;
  }
  .kv .bx-wrapper .bx-pager-item {
    display: inline;
    padding: 0 6px;
  }
  .kv .bx-wrapper .bx-pager-item a {
    display: inline-block;
    width: 12px;
    height: 12px;
    width: 24px;
    height: 24px;
    text-indent: -200%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    top: -6px;
  }
  .kv .bx-wrapper .bx-pager-item a::after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    background: #d9d9d9;
    border-radius: 50%;
    z-index: 1;
  }
  .kv .bx-wrapper .bx-pager-item a.active::after {
    background: #014832;
  }

  .kvBtm {
    padding-top: 7%;
    padding-bottom: 3%;
  }
}


html {
  font-size: calc(100vw / 37.5);
}
@media print, screen and (min-width: 420px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 568px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

.colRed {
  color: #dc2828 !important;
}


.con202006 {
  position: relative;
  color: #333;
  letter-spacing: 0.02em;
  padding-bottom: 0;
}
.con202006 img {
  width: 100%;
  height: auto;
}
.con202006 a {
  text-decoration: none;
}

.con202006 * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mt10 {
  margin-top: 10px !important;
}

.listIndent {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.listIndent.mtNone {
  margin-top: 0;
}
.listIndent.typeFlex {
  width: 480px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listIndent.typeFlex li {
  width: auto;
  min-width: 180px;
}
.listIndent li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 2px;
  line-height: 1.6;
  color: #333;
}
.listIndent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
.listIndent li.fsS {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.2em;
}
.listIndent li.fsM {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1.4em;
}
.listIndent li.iconCircle {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1.5em;
  position: relative;
}
.listIndent li.iconCircle span.indent {
  display: none;
}
.listIndent li.iconCircle::after {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
  background: url(/cardloan_lp/assets/indexD/img/icon_circle.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
.listIndent li:last-child {
  margin-bottom: 0 !important;
}
.listIndent ul {
  margin-top: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px){
  .listIndent {
    margin-top: 2%;
    font-size: 10px;
    font-size: 1rem;
  }
  .listIndent li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 2px;
    line-height: 1.6;
    color: #333;
  }
  .listIndent li span.indent {
    position: absolute;
    text-align: left;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .listIndent li.fsS {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 1.2em;
  }
  .listIndent li.fsM {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1.4em;
  }
  .listIndent li.iconCircle {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1.5em;
    position: relative;
  }
  .listIndent li.iconCircle span.indent {
    display: none;
  }
  .listIndent li.iconCircle::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0;
    background: url(/cardloan_lp/assets/indexD/img/icon_circle.webp) 0 0 repeat-x;
    background-size: 100% auto;
  }
  .listIndent li:last-child {
    margin-bottom: 0 !important;
  }
  .listIndent ul {
    margin-top: 2%;
    margin-bottom: 4%;
  }
}

.fsS {
  font-size: 10px;
  font-size: 1rem;
}

.fBold {
  font-weight: 700;
}

/* シミュレータ箇所 タイトル PC版 */
.titLine {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.titLine .titLineInner {
  display: block;
}
.titLine .titLineInner span {
  display: inline-block;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #014832;
}
.titLine .titLineInner_cardless {
  display: block;
}
.titLine .titLineInner_cardless span {
  display: inline-block;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #014832;
}
.titLine .titLineInner span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #aad228;
}

.titBtmTxt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 300;
  color: #333;
  margin-bottom: 40px;
}

.titBtmTxtBold {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

/* PC小 */
@media screen and (min-width: 769px){
  .titLine .titLineInner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .titLine .titLineInner .pcOnly{
    padding-left: 0.5em;
  }
}

@media screen and (max-width: 768px){
  .cta06{
    margin-bottom: 30px;
  }
}

/* シミュレータ箇所 タイトル SP版 */
@media screen and (max-width: 768px){
  .titLine {
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
   margin-bottom: 6.25%;
  }
  .titLine_cardless {
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  
  .titLine .titLineInner {
    display: block;
  }
  .titLine .titLineInner span {
    display: inline-block;
    position: relative;
    padding-top: 12px;
    padding-bottom: 11px;
    color: #014832;
  }
  
  .titLine_cardless .titLineInner_cardless {
    display: block;
  }
  .titLine_cardless .titLineInner_cardless span {
    display: inline-block;
    position: relative;
    padding-top: 12px;
    padding-bottom: 11px;
    color: #014832;
    font-size:28px;
  }
  
  .titLine .titLineInner span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #aad228;
  }
  
  .titBtmTxt {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8;
    font-weight: 300;
    color: #333;
    margin-bottom: 4%;
  }
  
  .titBtmTxtBold {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
  }
}

/*
Feature PC版
****************************************************/
@media screen and (min-width: 769px){
  .secFeature {
    /* padding-top: 12.66%; */
    /* padding-bottom: 6.66%; */
    /* padding-top: 75px; */
    /* padding-bottom: 40px; */
    padding: 80px 20px 85px;
    background: #f0ffd2;
    text-align: center;
  }

  .secFeature .titLine{
    margin-bottom: 50px;
  }
  
  /* アイテムの大枠 */
  .featureItems {
    max-width: 800px;
    /* width: 70.1754385vw; */
    width: 100%;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border: 2px solid #014832;
    background-color: #fff;
    /* padding: 2.0175438vw 2.1929824vw; */
    padding: 18px 25px;
  }
  /* アイテム全体共通のスタイル */
  .featureItems .featureItem{
    position: relative;
    width: 23.4666667%;
    height: 206px;
    display: flex;
    flex-direction: column;
  }
  .featureItem:nth-child(1){
    /* padding-top: 35px;  */
  }
  .featureItem:nth-child(1),.featureItem:nth-child(5){
    padding-right: 25px;
  }
  .featureItem:nth-child(4),.featureItem:nth-child(8){
    padding-left: 25px;
  }
  /* 上段のアイテム 横線付与 */
  .featureItems .featureItem:nth-child(-n+4)::after{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: url(../img/line_dot_yoko.webp) 0 0 repeat-x;
    background-position: right;
    background-size: contain;
  }
  /* 右端以外のアイテム 縦線付与 */
  .featureItems .featureItem:not(:nth-child(4n))::before{
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 196px;
    top: -7px;
    right: -14.1025641%;
    background: url(../img/line_dot_tate.webp) 0 0 repeat-y;
    background-position: top;
    background-size: contain;
  }
  /* 中央のアイテム 縦線位置調整 */
  .featureItem:nth-child(2),.featureItem:nth-child(3),.featureItem:nth-child(6),.featureItem:nth-child(7){
    width: 26.4%;
  }
  /* 右端のアイテム 縦線位置調整 */
  .featureItem:nth-child(4),.featureItem:nth-child(8){
    width: 23.3333334%;
  }
  /* 1個目のアイテム 横線位置調整 */
  .featureItems .featureItem:nth-child(1)::after{
    left: 0;
  }
  /* 2番目のアイテム余白調整 */
  .featureItems .featureItem:nth-child(2) .featureItemInner,.featureItems .featureItem:nth-child(3) .featureItemInner{
    padding-top: 0;
  }
  /* 2、3個目のアイテム 横線位置調整 */
  .featureItems .featureItem:nth-child(2)::after,.featureItem:nth-child(3)::after{
    left: 50%;
    transform: translateX(-50%);
  }
  /* 4個目のアイテム 横線位置調整 */
  .featureItems .featureItem:nth-child(4)::after{
    left: auto;
    right: 0;
  }
  /* 上段のアイテム 横線位置調整 */
  .featureItems .featureItem:nth-child(-n+4)::after{
    bottom: -2px;
    width: 156px;
  }
  /* 上段のアイテム 縦線の位置調整 */
  .featureItems .featureItem:not(:nth-child(4n))::before{
    right: -2px;
    top: 0;
    height: 95.1456%;
  }
  /* 下段のアイテム 縦線の位置調整 */
  .featureItems .featureItem:nth-child(n+5)::before{
    top: 10px;
  }
  .featureItems .featureItemInner {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    align-items: center;
    justify-content: center;
    padding-top: 3.205128%;
  }
  .featureItem_tit{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100px;
    max-height: 34px;
    height: 34px;
    background-color: #014832;
    color: #fff;
    font-size: 18px;
    border-radius: 17px;
    margin-bottom: 20px;
  }
  .featureItem_tit span{
    font-size: 24px;
  }
  
  .featureItem_img {
    background: #fff;
  }
  .featureItem_img img{
    width: 100%;
    height: auto;
  }
  
  .featureItem_txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
    color: #014832;
  }

  .featureItem_txt span{
    display: inline-block;
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

/*
Feature SP版
****************************************************/
@media screen and (max-width: 768px){
  .secFeature {
    padding-top: 12.66%;
    background: #f0ffd2;
    padding-bottom: 11%;
    text-align: center;
  }

  .secFeature .titLine{
    margin-bottom: 5.25%;
  }
  
  .featureItems {
    width: 95%;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    border: 2px solid #014832;
    background-color: #fff;
    padding: 9.2vw 0 3.15vw;
  }
  .featureItems::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 26px;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  .featureItems .featureItem {
    width: 50%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 38.9333333vw;
  }
  .featureItems .featureItem::after {
    position: absolute;
    display: block;
    content: "";
    width: 40vw;
    height: 2px;
    bottom: 3.866666667vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/line_dot_yoko.webp) 0 0 repeat-x;
    background-size: 4px 2px;
  }
  .featureItems .featureItem:nth-child(7)::after,.featureItem:nth-child(8)::after{
    content: none;
  }
  .featureItems .featureItem:nth-child(odd)::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 32.52333333vw;
    top: 0;
    right: -2px;
    background: url(../img/line_dot_tate.webp) 0 0 repeat-y;
    background-size: 2px 4px;
  }
  .featureItems .featureItemInner {
    margin: 0;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
  }
  
  .featureItem_img {
    width: 100%;
    margin: 0 auto;
  }
  
  .featureItem_txt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    /* padding-bottom: 10px; */
    color: #014832;
  }

  .featureItem_txt span{
    font-size: 10px;
  }
}

/*
Case PC版
****************************************************/
.secCase {
  padding-top: 115px;
  padding-bottom: 70px;
  background: #fff;
  text-align: center;
}

.caseItems{
  max-width: 1140px;
  margin: 0 auto 35px;
  padding: 0 20px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  padding-top: 15px;
}

.caseItem{
  /* width: 340px; */
  width: 30.909090909%;
}

/* PC小 */
@media screen and (min-width: 769px){
  .caseItemCon{
    display: flex;
    flex-direction: column-reverse;
  }
  .caseItemTxtPurpose{
    font-weight: 700;
    color: #014832;
    line-height: 1;
    letter-spacing: 0.06em;
    font-size: 1.929824vw;
    margin-bottom: 1.0526315vw;
  }
  .caseItemTxtPurpose span {
    position: relative;
  }
  .caseItemTxtPurpose span i {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    display: block;
    width: 11px;
    height: 17px;
    z-index: 2;
  }
  .caseItemTxtPurpose span i:nth-child(1) {
    left: -21px;
    background: url(/cardloan_lp/assets/indexD/img/case_tit_bg_l.webp) 0 0 no-repeat;
    background-size: 11px 17px;
  }
  .caseItemTxtPurpose span i:nth-child(2) {
    right: -20px;
    background: url(/cardloan_lp/assets/indexD/img/case_tit_bg_r.webp) 0 0 no-repeat;
    background-size: 11px 17px;
  }
  .caseItemTxtPeriod{
    font-size: 1.578947368vw;
    font-weight: 700;
    margin-bottom: 2.4561403vw;
    color: #014832;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .caseItemTxtPeriod span{
    display: block;
    margin-bottom: 1.0526315vw;
    font-size: 2.28070175vw;
    font-weight: 700;
    color: #aad228;
    line-height: 1;
  }
  .caseItemPriceBox{
    width: 100%;
    padding: 1.578947vw 0 1.40350877vw;
    background: #f0ffd2;
    -webkit-border-radius: 0.87719298vw;
    -moz-border-radius: 0.87719298vw;
    border-radius: 0.87719298vw;
    overflow: hidden;
  }

  .caseItemPriceTxt{
    font-weight: 700;
    color: #014832;
    font-size: 1.5789473vw;
    margin-bottom: 0.87719298vw;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .caseItemPriceTxt span{
    font-size: 2.45614035vw;
    padding-left: 0.87719298vw;
    color: #f68326;
  }

  .caseItemPriceTxtRate{
    font-size: 1.40350877vw;
    color: #333;
    line-height: 1;
  }
  .caseItemWhoImg{
    width: 8.771929vw;
    margin: 0 auto 0.87719298vw;
  }

  .caseItemWhoTxt{
    margin-bottom: 2.4561403vw;
    color: #333;
    font-size: 1.403508vw;
    line-height: 1;
  }
  .linkTxtCenter{
    text-align: center;
    margin-bottom: 40px;
  }
  
  .linkTxtCenter a{
    color: #014832;
    text-decoration: underline;
  }
  
  .linkTxtCenter a:hover{
    text-decoration: none;
  }
}

/* PC大 */
@media screen and (min-width: 1140px){
  .caseItemTxtPurpose{
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
  .caseItemTxtPeriod{
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
  .caseItemTxtPeriod span{
    margin-bottom: 12px;
    font-size: 2.6rem;
  }
  .caseItemPriceTxt{
    font-size: 1.5789473vw;
    margin-bottom: 0.87719298vw;
  }
  .caseItemPriceTxt span{
    font-size: 2.45614035vw;
    padding-left: 0.87719298vw;
  }
  .caseItemPriceTxtRate{
    font-size: 1.40350877vw;
  }
  .caseItemPriceBox{
    width: 100%;
    padding: 18px 0 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .caseItemPriceTxt{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .caseItemPriceTxt span{
    font-size: 2.8rem;
    padding-left: 10px;
  }
  .caseItemPriceTxtRate{
    font-size: 1.6rem;
  }
  .caseItemWhoImg{
    width: 100px;
    margin: 0 auto 10px;
  }
  
  .caseItemWhoTxt{
    margin-bottom: 28px;
    font-size: 1.6rem;
  }
}

/*
Case SP版
****************************************************/
@media screen and (max-width: 768px){
  .secCase {
    padding-top: 12.66%;
    padding-bottom: 16%;
    background: #fff;
    
    text-align: center;
  }
  
  .caseItems{
    width: 89.33%;
    width: 86%;
    margin: 0 auto 6.66%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 5%;
    text-align: center;
  }
  
  .caseItem{
    width: 100%;
    margin-bottom: 10%;
  }
  
  .caseItems .caseItem:last-child{
    margin-bottom: 0;
  }
  
  .caseItemCon{
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .caseItemConL{
    display: table-cell;
    vertical-align: middle;
    width: 24%;
    /*620/138*/
  }
  
  .caseItemWhoImg{
    width: 86%;
    margin-bottom: 6px;
  }
  
  .caseItemWhoTxt{
    width: 86%;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-family: '?ż˝q?ż˝?ż˝?ż˝M?ż˝m?ż˝p?ż˝S Pro W3','Hiragino Kaku Gothic Pro','Meiryo','?ż˝?ż˝?ż˝C?ż˝?ż˝?ż˝I',Verdana,'?ż˝l?ż˝r ?ż˝o?ż˝S?ż˝V?ż˝b?ż˝N',sans-serif !important;
  }
  
  .caseItemConR{
    display: table-cell;
    vertical-align: middle;
  }
  
  .caseItemTxtPurpose{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #014832;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  
  .caseItemTxtPurpose span {
    position: relative;
  }
  .caseItemTxtPurpose span i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 10px;
    height: 15px;
    z-index: 2;
  }
  .caseItemTxtPurpose span i:nth-child(1) {
    left: -19px;
    background: url(/cardloan_lp/assets/indexD/img/case_tit_bg_l.webp) 0 0 no-repeat;
    background-size: 10px 15px;
  }
  .caseItemTxtPurpose span i:nth-child(2) {
    right: -18px;
    background: url(/cardloan_lp/assets/indexD/img/case_tit_bg_r.webp) 0 0 no-repeat;
    background-size: 10px 15px;
  }
  
  .caseItemTxtPeriod{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #014832;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  
  .caseItemTxtPeriod span{
    display: block;
    margin-bottom: 9px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #aad228;
    line-height: 1;
  }
  
  .caseItemPriceBox{
    width: 100%;
    padding: 16px 0 16px;
    background: #f0ffd2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .caseItemPriceTxt{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #014832;
    margin-bottom: 8px;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  
  .caseItemPriceTxt span{
    font-size: 27px;
    font-size: 2.7rem;
    color: #f68326;
    padding-left: 12px;
  }
  
  .caseItemPriceTxtRate{
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-family: '?ż˝q?ż˝?ż˝?ż˝M?ż˝m?ż˝p?ż˝S Pro W3','Hiragino Kaku Gothic Pro','Meiryo','?ż˝?ż˝?ż˝C?ż˝?ż˝?ż˝I',Verdana,'?ż˝l?ż˝r ?ż˝o?ż˝S?ż˝V?ż˝b?ż˝N',sans-serif !important;
  }
  
  .linkTxtCenter{
    text-align: center;
    margin: 0 auto 6.66%;
  }
  
  .linkTxtCenter a{
    color: #014832;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: underline;
    font-family: '?ż˝q?ż˝?ż˝?ż˝M?ż˝m?ż˝p?ż˝S Pro W3','Hiragino Kaku Gothic Pro','Meiryo','?ż˝?ż˝?ż˝C?ż˝?ż˝?ż˝I',Verdana,'?ż˝l?ż˝r ?ż˝o?ż˝S?ż˝V?ż˝b?ż˝N',sans-serif !important;
  }
}

/*
10s Diagnosis
****************************************************/
/* PC版 .secDiagnosisのみ(その他確認中：TODO) */
.secDiagnosis {
  padding-top: 90px;
  padding-bottom: 84px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 1140px){
  .secDiagnosis {
    padding-top: 7.0175438vw;
  }
}

/* SP版 .secDiagnosisのみ(その他確認中：TODO) */
@media screen and (max-width: 768px){
  .secDiagnosis {
    padding-top: 15.66%;
    padding-bottom: 19%;
    background: #fff;
    text-align: center;
  }  
}

.inDiagnosis{
  display: none;
  position: fixed;
  width:100vw;
  height: 100vh;
  background: rgba(170,210,40,.5);
  z-index: 100;
  top: 0;
  left: 0;
}
.inDiagnosis .inner{
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  height: 100px;
  line-height: 100px;
  top: 40%;
  position:relative;
  margin: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0, .2);
}

.resultDiagnsis{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  background: rgba(170,210,40,.9);
  z-index: 101;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0,0,0, .2);
}
.resultDiagnsis.is-hide {
  display: none;
}
.resultDiagnsis_close{
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 0px;
}
.resultDiagnsis_p{
  padding: 14px 10px;
}
.resultDiagnsis_a {
  font-size: 14px;
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #004730;
}
.resultDiagnsis_arrow{
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #004730;
  border-right: 2px solid #004730;
  transform: rotate(45deg);
  margin: 0 5px 0 5px;
}
.state-modal .resultDiagnsis {
  display: none;
}


/*
Beginners
****************************************************/
.secBeginners {
  text-align: center;
}

/* PC小 */
@media screen and (min-width: 769px){
  .beginnersFirst {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 87px;
  }
  .beginnersItems {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .beginnersItems .beginnersItem {
    max-width: 252px;
    width: 22.9091%;
  }
  .beginnersItems .beginnersItem a {
    display: block;
    position: relative;
  }
  .beginnersItems .beginnersItem a:hover .beginnersItemInner {
    background: #187558;
    -webkit-transition: background 0.1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: background 0.1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: background 0.1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .beginnersItems .beginnersItem a:hover .beginnersItemArr i {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
  }
  .beginnersItems .beginnersItem a .beginnersItemInner {
    border: 2px solid #c7e1c8;
    -webkit-border-radius: 0.7017543vw;
    -moz-border-radius: 0.7017543vw;
    border-radius: 0.7017543vw;
    text-align: center;
    background: #014832;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 1.5789473vw;
    z-index: 2;
    -webkit-transition: background 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
    overflow: hidden;
    position: relative;
  }
  .beginnersItems .beginnersItem a::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 0;
    background: #c7e1c8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 1;
  }
  .beginnersItemIcon {
    width: auto;
    margin-bottom: 1.05263157vw;
    text-align: center;
  }
  .beginnersItemIcon img {
    width: auto !important;
    height: 3.8596491vw;
    margin: 0 auto;
  }
  .beginnersItemTxt {
    font-size: 1.40350877vw;
    font-weight: 700;
    color: #fff;
    padding-bottom: 1.3157894vw;
  }

  .beginnersItemArr {
    background: #fff;
    padding-top: 1.3157894vw;
    padding-bottom: 1.3157894vw;
    text-align: center;
  }
  .beginnersItemArr i {
    display: block;
    background: #fff;
    width: 2.2807017vw;
    height: 2.2807017vw;
    margin: 0 auto;
    background: url(/cardloan_lp/assets/indexD/img/icon_page_link_btm.webp) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform 0.1s 0s ease;
    -moz-transition: transform 0.1s 0s ease;
    transition: transform 0.1s 0s ease;
  }
}

/* PC大 */
@media screen and (min-width: 1140px){
  .beginnersItems .beginnersItem a .beginnersItemInner {
    border: 2px solid #c7e1c8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    background: #014832;
    color: #fff;
    padding-top: 18px;
    overflow: hidden;
    position: relative;
  }
  .beginnersItemIcon {
    width: auto;
    margin-bottom: 12px;
  }
  .beginnersItemIcon img {
    width: auto !important;
    height: 44px;
  }
  .beginnersItemTxt {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 15px;
  }

  .beginnersItemArr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .beginnersItemArr i {
    width: 26px;
    height: 26px;
    margin: 0 auto;
  }
}

/*
Beginners SP版
****************************************************/
@media screen and (max-width: 768px){
  .secBeginners {
    text-align: center;
  }
  
  .beginnersFirst {
    padding-top: 12.66%;
    padding-bottom: 11.33%;
    margin-bottom: 7.5%;
  }
  
  .beginnersItems {
    width: 89.33%;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
  .beginnersItems .beginnersItem {
    width: 47.16%;
    margin-bottom: 5.22%;
  }
  .beginnersItems .beginnersItem a {
    display: block;
    position: relative;
  }
  .beginnersItems .beginnersItem a .beginnersItemInner {
    border: 2px solid #c7e1c8;
    border-radius: 8px;
    text-align: center;
    background: #014832;
    color: #fff;
    padding-top: 4.43%;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .beginnersItems .beginnersItem a::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 7px;
    left: 0;
    background: #c7e1c8;
    border-radius: 8px;
    z-index: 1;
  }
  
  .beginnersItemIcon {
    width: auto;
    margin-bottom: 3.79%;
    text-align: center;
  }
  .beginnersItemIcon img {
    width: auto !important;
    height: 30px;
    margin: 0 auto;
  }
  
  .beginnersItemTxt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    padding-bottom: 6.32%;
  }
  
  .beginnersItemArr {
    background: #fff;
    padding-top: 6.32%;
    padding-bottom: 6.32%;
    text-align: center;
  }
  .beginnersItemArr i {
    display: block;
    background: #fff;
    width: 12.02%;
    width: 19px;
    height: 19px;
    margin: 0 auto;
    background: url(/cardloan_lp/assets/indexD/img/icon_page_link_btm.webp) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

/*
ご利用までの流れ → Flow PC版
****************************************************/
.titSecBeginners {
  width: 100%;
  height: 80px;
  margin-bottom: 50px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #014832;
  padding-top: 22px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.titSecBeginners span {
  position: relative;
  display: inline;
}
.titSecBeginners span i {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 0;
  display: block;
  width: 100%;
  height: 44px;
  z-index: 2;
}
.titSecBeginners.type01 span {
  padding-left: 74px;
}
.titSecBeginners.type01 span i {
  background: url(/cardloan_lp/assets/indexD/img/beginners_icon_img_01.webp) 0 0 no-repeat;
  background-size: auto 44px;
}
.titSecBeginners.type02 span {
  padding-left: 75px;
}
.titSecBeginners.type02 span i {
  background: url(/cardloan_lp/assets/indexD/img/beginners_icon_img_02.webp) 0 0 no-repeat;
  background-size: auto 44px;
  margin-top: -23px;
}
.titSecBeginners.type03 span {
  padding-left: 68px;
}
.titSecBeginners.type03 span i {
  background: url(/cardloan_lp/assets/indexD/img/beginners_icon_img_03.webp) 0 0 no-repeat;
  background-size: auto 44px;
}
.titSecBeginners.type04 span {
  padding-left: 65px;
}
.titSecBeginners.type04 span i {
  background: url(/cardloan_lp/assets/indexD/img/beginners_icon_img_04.webp) 0 0 no-repeat;
  background-size: auto 44px;
  margin-top: -21px;
}


/* PC小 */
@media screen and (min-width: 769px){
  .secBeginnersSec {
    max-width: 1060px;
    padding: 0 20px;
    width: 92.982456vw;
    margin: 0 auto;
    background: #fff;
  }
  .flowBox {
    width: 100%;
    margin-bottom: 4.385964vw;
    padding-top: 3.5087719vw;
    padding-bottom: 3.5087719vw;
    background: #f0ffd2;
  }
  .flowBoxTit {
    font-size: 1.7543859vw;
    font-weight: 700;
    margin-bottom: 1.40350877vw;
    color: #014832;
  }
  .flowBoxTit span {
    position: relative;
  }
  .flowBoxTit span i {
    position: absolute;
    top: 50%;
    margin-top: -0.61403508vw;
    display: block;
    width: 0.8771929vw;
    height: 1.3157894vw;
    z-index: 2;
  }
  .flowBoxTit span i:nth-child(1) {
    left: -1.491228vw;
    background: url(/cardloan_lp/assets/indexD/img/flow_box_tit_bg_l.webp) 0 0 no-repeat;
    background-size: 0.8771929vw 1.3157894vw;
  }
  .flowBoxTit span i:nth-child(2) {
    right: -1.0526315vw;
    background: url(/cardloan_lp/assets/indexD/img/flow_box_tit_bg_r.webp) 0 0 no-repeat;
    background-size: 0.8771929vw 1.3157894vw;
  }
  .flowBoxItems {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    max-width: 940px;
    width: 82.45614vw;
    margin: 0 auto;
  }
  .flowBoxItems::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 8.77192982vw;
    top: 6.84210526vw;
    left: 0;
    background: #c7e1c8;
    z-index: 1;
  }
  .flowBoxItems .flowBoxItem {
    background: #fff;
    padding-top: 2.6315789vw;
    padding-bottom: 2.80701754vw;
    position: relative;
    width: 19.2982456vw;
    z-index: 2;
    -webkit-border-radius: 1.0526315vw;
    -moz-border-radius: 1.0526315vw;
    border-radius: 1.0526315vw;
    overflow: hidden;
  }

  .flowBoxItemTit {
    width: 15.7894736vw;
    margin: 0 auto;
  }
  
  .flowBoxItemTitIcon {
    margin-bottom: 1.3157894vw;
  }
  .flowBoxItemTitIcon img {
    width: auto;
    height: 5.7894736vw;
  }
  .flowBoxItemTitTxt {
    text-align: center;
    font-size: 1.40350877vw;
    line-height: 1.3;
    color: #014832;
    font-weight: 700;
    height: 5.08771929vw;
  }
  .flowBoxItemBtn {
    width: 100%;
    text-align: center;
  }
  .flowBoxItemBtn a {
    width: 15.7894736vw;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .flowBoxItemBtn a span {
    -webkit-transition: background 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
    display: block;
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.1403508vw;
    line-height: 1.4;
    color: #fff;
    background: #fff;
    border: 2px solid #014832;
    height: 4.9122807vw;
    -webkit-border-radius: 2.4561403vw;
    -moz-border-radius: 2.4561403vw;
    border-radius: 2.4561403vw;
    position: relative;
    z-index: 2;
    color: #014832;
    padding-right: 0.70175438vw;
  }
  .flowBoxItemBtn a:hover span {
    background: #f3faf3;
    -webkit-transition: background 0.1s 0s ease;
    -moz-transition: background 0.1s 0s ease;
    transition: background 0.1s 0s ease;
  }
  .flowBoxItemBtn a span i {
    position: absolute;
    display: block;
    background: url(/cardloan_lp/assets/indexD/img/icon_search.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 1.49122807vw;
    height: 1.49122807vw;
    top: 0.5263157vw;
    margin-top: 0.7894736vw;
    right: 1.0526315vw;
    z-index: 3;
  }
  .flowBoxItemBtn a::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 4.91228070vw;
    -webkit-border-radius: 2.4561403vw;
    -moz-border-radius: 2.4561403vw;
    border-radius: 2.4561403vw;
    top: 0.526315vw;
    left: 0;
    background: #c7e1c8;
    z-index: 1;
  }
  
  /* はじめての方へ CTAボタン調整 */
  .secBeginners .cta06{
    margin-bottom: 90px !important;
  }
}

/* PC大 */
@media screen and (min-width: 1140px){
  .secBeginnersSec {
    max-width: 1060px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
  .flowBox {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flowBoxTit {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .flowBoxTit span i {
    top: 50%;
    margin-top: -7px;
    width: 10px;
    height: 15px;
    z-index: 2;
  }
  .flowBoxTit span i:nth-child(1) {
    left: -17px;
    background-size: 10px 15px;
  }
  .flowBoxTit span i:nth-child(2) {
    right: -12px;
    background-size: 10px 15px;
  }
  .flowBoxItems {
    width: 940px;
    margin: 0 auto;
  }
  .flowBoxItems::after {
    width: 100%;
    height: 100px;
    top: 78px;
    left: 0;
    z-index: 1;
  }
  .flowBoxItems .flowBoxItem {
    padding-top: 30px;
    padding-bottom: 32px;
    width: 220px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  
  .flowBoxItemTit {
    width: 180px;
  }
  
  .flowBoxItemTitIcon {
    margin-bottom: 15px;
  }
  .flowBoxItemTitIcon img {
    width: auto;
    height: 66px;
  }.flowBoxItemTitTxt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    height: 58px;
  }
  .flowBoxItemBtn a {
    width: 180px;
  }
  .flowBoxItemBtn a span {
    font-size: 13px;
    font-size: 1.3rem;
    height: 56px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    padding-right: 8px;
  }
  .flowBoxItemBtn a span i {
    width: 17px;
    height: 17px;
    top: 50%;
    margin-top: -9px;
    right: 12px;
  }
  .flowBoxItemBtn a::after {
    width: 100%;
    height: 56px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    top: 6px;
    left: 0;
  }
}

/*
ご利用までの流れ → Flow SP版
****************************************************/
@media screen and (max-width: 768px){
  .secBeginnersSec {
    width: 100%;
    padding-bottom: 16%;
    background: #fff;
  }
  
  .titSecBeginners {
    width: 89.33%;
    margin: 0 auto 6.66%;
    height: 60px;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #014832;
    padding-top: 14px;
    border-radius: 8px;
  }
  .titSecBeginners span {
    position: relative;
    display: inline;
  }
  .titSecBeginners span i {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
    display: block;
    width: 100%;
    height: 35px;
    z-index: 2;
  }
  .titSecBeginners.type01 span {
    padding-left: 55px;
  }
  .titSecBeginners.type01 span i {
    background: url(/cardloan_lp/assets/indexD/img/beginners_icon_img_01.webp) 0 0 no-repeat;
    background-size: auto 35px;
  }
  .titSecBeginners.type02 span {
    padding-left: 58px;
  }
  .titSecBeginners.type02 span i {
    background: url(/cardloan_lp/assets/indexD/img/beginners_icon_img_02.webp) 0 0 no-repeat;
    background-size: auto 35px;
    margin-top: -19px;
  }
  .titSecBeginners.type03 span {
    padding-left: 48px;
  }
  .titSecBeginners.type03 span i {
    background: url(/cardloan_lp/assets/indexD/img/beginners_icon_img_03.webp) 0 0 no-repeat;
    background-size: auto 35px;
  }
  .titSecBeginners.type04 span {
    padding-left: 45px;
  }
  .titSecBeginners.type04 span i {
    background: url(/cardloan_lp/assets/indexD/img/beginners_icon_img_04.webp) 0 0 no-repeat;
    background-size: auto 35px;
  }

  .flowBox {
    width: 89.33%;
    margin: 0 auto 6.66%;
    padding-top: 4%;
    padding-bottom: 4%;
    background: #f0ffd2;
  }
  
  .flowBoxTit {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 auto 4%;
    color: #014832;
  }
  .flowBoxTit span {
    position: relative;
  }
  .flowBoxTit span i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 10px;
    height: 15px;
    z-index: 2;
  }
  .flowBoxTit span i:nth-child(1) {
    left: -17px;
    background: url(/cardloan_lp/assets/indexD/img/flow_box_tit_bg_l.webp) 0 0 no-repeat;
    background-size: 10px 15px;
  }
  .flowBoxTit span i:nth-child(2) {
    right: -12px;
    background: url(/cardloan_lp/assets/indexD/img/flow_box_tit_bg_r.webp) 0 0 no-repeat;
    background-size: 10px 15px;
  }
  
  .flowBoxItems {
    width: 88.05%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .flowBoxItems::after {
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -35px;
    background: #c7e1c8;
    z-index: 1;
  }
  .flowBoxItems .flowBoxItem {
    margin-bottom: 5.22%;
    background: #fff;
    padding-top: 8.95%;
    padding-bottom: 7.46%;
    position: relative;
    z-index: 2;
    width: auto;
  }
  
  .flowBoxItemTit {
    width: 79.66%;
    margin: 0 auto 5.93%;
    display: table;
  }
  
  .flowBoxItemTitIcon {
    width: 30.63%;
    display: table-cell;
    vertical-align: middle;
  }
  
  .flowBoxItemTitTxt {
    width: 94.89%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #014832;
    line-height: 1.3;
  }
  
  .flowBoxItemBtn {
    width: 100%;
    text-align: center;
  }
  .flowBoxItemBtn a {
    width: 79.66%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .flowBoxItemBtn a span {
    display: block;
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    background: #fff;
    border: 2px solid #014832;
    height: 38px;
    border-radius: 19px;
    position: relative;
    z-index: 2;
    color: #014832;
  }
  .flowBoxItemBtn a span i {
    position: absolute;
    display: block;
    background: url(/cardloan_lp/assets/indexD/img/icon_search.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 13px;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    z-index: 3;
  }
  .flowBoxItemBtn a::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 38px;
    top: 5px;
    left: 0;
    background: #c7e1c8;
    border-radius: 19px;
    z-index: 1;
  }
}

/*
お借り入れについて → 各種質問 PC版
****************************************************/
/* PC小 */
@media screen and (min-width: 769px){
  .faqItems {
    max-width: 940px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .faqItems .faqItem {
    margin-bottom: 30px;
  }
  .faqOtherItems {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 940px;
    text-align: left;
  }
  .faqItemQ {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #014832;
    margin-bottom: 30px;
    position: relative;
    padding-left: 82px;
    text-align: left;
  }
  .faqItemQ::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_q.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: -9px;
    left: 0;
    z-index: 3;
  }
  .faqItemA {
    padding-left: 82px;
    text-align: left;
    position: relative;
  }
  .faqItemA::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_a.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .faqItemATips {
    background: #f4f4f4;
    padding: 22px 40px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .faqItemATips::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_tips_arrow.webp) 0 0 no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    top: 10px;
    left: -10px;
    z-index: 3;
  }
  .faqItemATips p {
    line-height: 1.8;
    font-size: 1.6rem;
    color: #333;
  }

  .faqItemATips .tRight{
    text-align: left !important;
  }
  .faqItemATips .tRight a{
    display: flex;
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .faqItemATips p span.fsS{
    font-size: 1.6rem !important;
  }
  .faqItemATips .listIndent{
    font-size: 1.4rem;
  }
  .faqItemATips .listIndent li{
    font-size: 1.6rem;
  }
  .faqItemATips img{
    display: block;
    max-width: 640px;
    width: 100%;
    margin: 13px auto 0;
  }

  .faqOtherItems {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 940px;
    text-align: left;
  }
  .faqOtherItems .faqOtherItem {
    margin-bottom: 30px;
    border: 2px solid #eeeeee;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
  }
  .faqOtherItems .faqOtherItem:last-child {
    margin-bottom: 0;
  }
  .faqOtherItemA {
    overflow: hidden;
    height: 0;
  }
  .faqOtherItemAInner {
    padding: 32px 40px 28px 40px;
    position: relative;
  }
  .faqOtherItemAInner p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
    padding-left: 60px;
  }
  .faqOtherItemAInner .listIndent {
    padding: 0 0 0 60px;
  }
  .faqOtherItemAInner div {
    margin: 25px 0 0 0;
  }
  .faqOtherItemAInner::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_a_s.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    top: 25px;
    left: 42px;
    z-index: 3;
  }
  
  .faqOtherItemQ a {
    display: block;
    color: #014832;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 25px 102px;
    position: relative;
    background: #f0ffd2;
  }
  .faqOtherItemQ a.state-active i::before {
    display: none;
  }
  .faqOtherItemQ a::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_q_s.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 42px;
    z-index: 3;
    transform: translateY(-50%);
  }
  .faqOtherItemQ a i {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  .faqOtherItemQ a i::after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    top: 13px;
    left: 0;
    background: #aad228;
    z-index: 3;
  }
  .faqOtherItemQ a i::before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 30px;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #aad228;
    z-index: 3;
  }
}

/*
お借り入れについて → 各種質問 SP版
****************************************************/
@media screen and (max-width: 768px){
  .faqItems {
    width: 88.05%;
    margin: 0 auto;
  }
  .faqItems .faqItem {
    margin-bottom: 8.47%;
  }
  
  .faqItemQ {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    color: #014832;
    line-height: 1.3;
    margin-bottom: 5.08%;
    position: relative;
    padding-left: 55px;
    text-align: left;
  }
  .faqItemQ::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_q.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 35px;
    height: 35px;
    top: 50%;
    margin-top: -17px;
    left: 0;
    z-index: 3;
  }
  
  .faqItemA {
    padding-left: 55px;
    text-align: left;
    position: relative;
  }
  .faqItemA::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_a.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    z-index: 3;
  }
  
  .faqItemATips {
    background: #f4f4f4;
    padding: 16px 20px;
    position: relative;
    border-radius: 8px;
  }
  .faqItemATips::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_tips_arrow.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 10px;
    height: 10px;
    top: 10px;
    left: -10px;
    z-index: 3;
  }
  .faqItemATips p {
    line-height: 1.8;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
  }
  .faqItemATips img{
    width: 100%;
    height: auto;
  }
  
  .faqOtherItems {
    width: 89.33%;
    margin: 0 auto 6.66%;
    text-align: left;
  }
  .faqOtherItems .faqOtherItem {
    margin-bottom: 4.47%;
    border: 2px solid #eeeeee;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .faqOtherItemA {
    overflow: hidden;
    height: 0;
  }
  
  .faqOtherItemAInner {
    padding: 22px 12px 20px 0;
    position: relative;
  }
  .faqOtherItemAInner p {
    padding: 0 0 0 60px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
  }
  .faqOtherItemAInner .listIndent {
    padding: 0 0 0 60px;
  }
  .faqOtherItemAInner div {
    margin: 16px 0 0 12px;
  }
  .faqOtherItemAInner::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_a_s.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    top: 20px;
    left: 18px;
    z-index: 3;
  }
  
  .faqOtherItemQ a {
    display: block;
    color: #014832;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    padding: 18px 0 18px 50px;
    position: relative;
    background: #f0ffd2;
  
    padding-right: 40px;
  }
  .faqOtherItemQ a.state-active i::before {
    display: none;
  }
  .faqOtherItemQ a::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_q_s.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -13px;
    left: 12px;
    z-index: 3;
  }
  .faqOtherItemQ a i {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 3.88%;
  }
  .faqOtherItemQ a i::after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    background: #aad228;
    z-index: 3;
  }
  .faqOtherItemQ a i::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #aad228;
    z-index: 3;
  }
}

/*
ContactBtm PC版
****************************************************/
.secContactBtm {
  background: #f4f4f4;
  padding-top: 75px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.modalCon .secContactBtm {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  margin-top: 60px;
  padding-top: 55px;
  padding-bottom: 30px;
}

.contactBtmTit {
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.contactBtmTit span {
  position: relative;
  color: #014832;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}
.contactBtmTit span::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  top: 18px;
  left: -70px;
  background: #014832;
  z-index: 3;
}
.contactBtmTit span::before {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  top: 18px;
  right: -70px;
  background: #014832;
  z-index: 3;
}

.contactBtmTitSub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #014832;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.contactBtmTelNum {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  display: block;
  line-height: 1;
}
.contactBtmTelNum {
  color: #014832;
}
.contactBtmTelNum span {
  position: relative;
  padding-left: 68px;
}
.contactBtmTelNum span i {
  position: absolute;
  display: block;
  background: url(/cardloan_lp/assets/indexD/img/icon_free_tel.webp) 0 0 no-repeat;
  background-size: 100% auto;
  width: 49px;
  height: 31px;
  top: 50%;
  margin-top: -18px;
  left: 0;
  z-index: 3;
}
.contactBtmTelNum span:hover {
  color: #014832;
}

a.linkTxt {
  color: #014832;
  text-decoration: underline;
}
a.linkTxt:hover {
  text-decoration: none;
}

.contactBtmTelTxt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #333;
  margin-bottom: 14px;
}

.contactBtmTelTxtNotice {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #333;
  line-height: 1.8;
  margin-bottom: 45px;
}


.contacBtmGetAdobe {
  margin-top: 30px;
  margin-bottom: 15px;
}
.contacBtmGetAdobe a {
  width: 88px !important;
  display: block;
}

/*icon pdf*/
.iconPDF span {
  padding-left: 25px !important;
}

.iconPDF span {
  min-height: 21px;
  background: url(/cardloan_lp/assets/indexD/img/lp1_ico_8.gif) 0 0 no-repeat;
  -ms-background-size: 20px 21px;
  -moz-background-size: 20px 21px;
  -webkit-background-size: 20px 21px;
  background-size: 20px 21px;
  display: inline-block;
}

@media screen and (min-width: 769px){
  .contacBtmItems {
    max-width: 1020px;
    margin: 0 auto;
    text-align: left;
  }
  .contacBtmItems .contacBtmItem {
    margin-bottom: 30px;
    border: 2px solid #eeeeee;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    padding: 0 0;
  }
  .contacBtmItems .contacBtmItem:last-child {
    margin-bottom: 0;
  }
  
  .contacBtmItemA {
    overflow: hidden;
    height: 0;
  }
  
  .contacBtmItemAInner {
    padding: 30px 40px 55px;
    margin: 0 40px;
    position: relative;
    border-top: 1px solid #eee;
  }
  .contacBtmItemAInner p {
    padding: 0 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
  }
  
  .contacBtmItemQ a {
    display: block;
    color: #014832;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    padding: 26px 20px 26px 100px;
    position: relative;
    background: #fff;
  }
  .contacBtmItemQ a.state-active i::before {
    display: none;
  }
  .contacBtmItemQ a::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_notice.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 41px;
    height: 38px;
    top: 16px;
    left: 40px;
    z-index: 3;
  }
  .contacBtmItemQ a i {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 40px;
  }
  .contacBtmItemQ a i::after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    top: 13px;
    left: 0;
    background: #aad228;
    z-index: 3;
  }
  .contacBtmItemQ a i::before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 30px;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #aad228;
    z-index: 3;
  }
  
  .tableType01 {
    width: 91.122%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
  }
  .tableType01 th {
    background: #014832;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 6px solid #fff;
    text-align: center;
    padding: 20px 0;
    border-left: 6px solid #fff;
  }
  .tableType01 th:first-child {
    border-left: none;
  }
  .tableType01 td {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2rem;
    color: #333;
    background: #f4f4f4 !important;
    border-bottom: 6px solid #fff;
    text-align: center;
    border-left: 6px solid #fff;
    vertical-align: middle;
  }
  .tableType01 td:first-child {
    border-left: none;
  }
  .tableType01 tr:last-child td,
  .tableType01 tr:last-child th {
    border-bottom: none;
  }
  
  .tableW01 {
    width: 282px !important;
  }
  
  .tableW02 {
    width: 282px !important;
  }
}

@media screen and (max-width: 768px){
  .tableType01 {
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
  }
  .tableType01 th {
    background: #014832;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 6px solid #fff;
    text-align: center;
    padding: 20px 0;
    border-left: 6px solid #fff;
  }
  .tableType01 th:first-child {
    border-left: none;
  }
  .tableType01 td {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2rem;
    color: #333;
    background: #f4f4f4 !important;
    border-bottom: 6px solid #fff;
    text-align: center;
    border-left: 6px solid #fff;
    vertical-align: middle;
  }
  .tableType01 td:first-child {
    border-left: none;
  }
  .tableType01 tr:last-child td,
  .tableType01 tr:last-child th {
    border-bottom: none;
  }
  
  .tableW01 {
    width: 282px !important;
  }
  
  .tableW02 {
    width: 282px !important;
  }
}

/*
ContactBtm SP版
****************************************************/
@media screen and (max-width: 768px){
  .secContactBtm {
    background: #f4f4f4;
    padding-top: 11.33%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .modalCon .secContactBtm {
    margin-top: 12.68%;
    border-radius: 0 0 8px 8px;
    padding-top: 12.68%;
    padding-bottom: 11.94%;
  }
  
  .contactBtmTit {
    line-height: 1;
    text-align: center;
    margin-bottom: 5%;
  }
  .contactBtmTit span {
    position: relative;
    color: #014832;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .contactBtmTit span::after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 2px;
    top: 50%;
    margin-top: -1px;
    left: -28px;
    background: #014832;
    z-index: 3;
  }
  .contactBtmTit span::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 2px;
    top: 50%;
    margin-top: -1px;
    right: -28px;
    background: #014832;
    z-index: 3;
  }
  
  .contactBtmTitSub {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #014832;
    text-align: center;
    margin-bottom: 6%;
  }
  
  .contactBtmTelNum {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 auto 3.66%;
    display: inline-block;
    display: block;
  }
  .contactBtmTelNum {
    color: #014832;
  }
  .contactBtmTelNum span {
    position: relative;
    padding-left: 44px;
  }
  .contactBtmTelNum span i {
    position: absolute;
    display: block;
    background: url(/cardloan_lp/assets/indexD/img/icon_free_tel.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 35px;
    height: 23px;
    top: 50%;
    margin-top: -11px;
    left: 0;
    z-index: 3;
  }
  .contactBtmTelNum span:hover {
    color: #014832;
  }
  
  a.linkTxt {
    color: #014832;
    text-decoration: underline !important;
  }
  
  .contactBtmTelTxt {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    color: #333;
    margin-bottom: 2.66%;
  }
  
  .contactBtmTelTxtNotice {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    color: #333;
    line-height: 1.8;
    margin-bottom: 5.33%;
  }
  /*icon pdf*/
  .iconPDF span {
    padding-left: 25px !important;
  }

  .iconPDF span {
    min-height: 21px;
    background: url(/cardloan_lp/assets/indexD/img/lp1_ico_8.gif) 0 0 no-repeat;
    -ms-background-size: 20px 21px;
    -moz-background-size: 20px 21px;
    -webkit-background-size: 20px 21px;
    background-size: 20px 21px;
    display: inline-block;
  }

  .contacBtmItems {
    width: 89.33%;
    margin: 0 auto 6.66%;
    text-align: left;
  }
  .contacBtmItems .contacBtmItem {
    margin-bottom: 4.47%;
    border: 2px solid #eeeeee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    padding: 0 0;
  }
  .contacBtmItems .contacBtmItem:last-child {
    margin-bottom: 0;
  }

  .contacBtmItemA {
    overflow: hidden;
    height: 0;
  }

  .contacBtmItemAInner {
    padding: 12px 0 20px;
    margin: 0 16px;
    position: relative;
    border-top: 1px solid #eee;
  }
  .contacBtmItemAInner p {
    padding: 0 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
  }

  .contacBtmItemQ a {
    display: block;
    color: #014832;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 20px 40px 20px 60px;
    position: relative;
    background: #fff;
  }
  .contacBtmItemQ a.state-active i::before {
    display: none;
  }
  .contacBtmItemQ a::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexD/img/icon_notice.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 23px;
    top: 50%;
    margin-top: -12px;
    left: 22px;
    z-index: 3;
  }
  .contacBtmItemQ a i {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 20px;
  }
  .contacBtmItemQ a i::after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    background: #aad228;
    z-index: 3;
  }
  .contacBtmItemQ a i::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #aad228;
    z-index: 3;
  }

  .tableType01 {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
  }
  .tableType01 th {
    background: #014832;
    color: #fff;
    vertical-align: middle;
    font-size: 10px;
    font-size: 1rem;
    border-bottom: 2px solid #fff;
    text-align: center;
    padding: 8px 0;
    font-weight: normal !important;
    border-left: 2px solid #fff;
  }
  .tableType01 th:first-child {
    border-left: none;
  }
  .tableType01 td {
    padding: 8px 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    background: #f4f4f4;
    border-bottom: 2px solid #fff;
    text-align: center;
    border-left: 2px solid #fff;
    vertical-align: middle;
  }
  .tableType01 td:first-child {
    border-left: none;
  }
  .tableType01 tr:last-child td,
  .tableType01 tr:last-child th {
    border-bottom: none;
  }

  .tableW01 {
    width: 29.9%;
  }

  .tableW02 {
    width: 29.9%;
  }

  .tableW03 {
    width: 40.19%;
  }

}




@media print, screen and (min-width: 360px) {
  .br320 {
    display: none;
  }

  .tableW01 {
    width: 23.25%;
  }

  .tableW02 {
    width: 29.9%;
  }

  .tableW03 {
    width: 46.84%;
  }
}

.tableType02 {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.tableType02 th {
  width: 50%;
  background: #014832;
  color: #fff;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 4px solid #fff;
  text-align: center;
  padding: 16px 0;
}
.tableType02 th:nth-child(odd) {
  border-right: 2px solid #fff;
}
.tableType02 td {
  padding: 20px 0 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  background: #f4f4f4;
  border-bottom: 4px solid #fff;
}
.tableType02 td:nth-child(odd) {
  border-right: 4px solid #fff;
}

.tableType03 {
  width: 100%;
  width: 400px;
  margin-top: 10px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: left;
}
.tableType03 th {
  width: 50%;
  background: #f1fecb;
  color: #111;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  text-align: left;
  padding: 10px 10px;
  color: #333;
  font-weight: 700 !important;
}
.tableType03 td {
  padding: 10px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}

@media screen and (max-width: 768px){
  .tableType02 {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .tableType02 th {
    width: 50%;
    background: #014832;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 2px solid #fff;
    text-align: center;
    padding: 6px 0;
  }
  .tableType02 th:nth-child(odd) {
    border-right: 2px solid #fff;
  }
  .tableType02 td {
    padding: 10px 0 10px 10px;
    font-size: 10px;
    font-size: 1rem;
    color: #333;
    background: #f4f4f4;
    border-bottom: 2px solid #fff;
  }
  .tableType02 td:nth-child(odd) {
    border-right: 2px solid #fff;
  }
  
  .tableType03 {
    width: 100%;
    margin-top: 10px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
  }
  .tableType03 th {
    width: 50%;
    background: #f1fecb;
    color: #111;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    text-align: left;
    padding: 10px 10px;
    color: #333;
    font-weight: 700 !important;
  }
  .tableType03 td {
    padding: 10px 10px;
    font-size: 10px;
    font-size: 1rem;
    color: #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
  }
}

/************************************
secFooterTxt PC版
*************************************/
@media screen and (min-width: 769px){
  .secFooterTxt{
    padding: 0 0 5.26315789vw;
    text-align: center;
    background: #f4f4f4;
  }
  .secFooterTxt > div{
    width: 89.473684vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1140px){
  .secFooterTxt{
    padding: 0 0 60px;
  }
  .secFooterTxt > div{
    width: 1020px;
  }
}

/************************************
secFooterTxt SP版
*************************************/
@media screen and (max-width: 768px){
  .secFooterTxt{
    font-size: 1.2rem;
    padding: 0 2rem 50px;
    background: #f4f4f4;
    text-align: left;
  }
}


/************************************
form PC版
*************************************/
.secDiagnosis select {
  outline: none;
}

.secDiagnosis option {
  outline: none;
}

.secDiagnosis select {
  outline: 0;
}

.secDiagnosis option {
  outline: 0;
}

.secDiagnosis input:-webkit-autofill,
.secDiagnosis textarea:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

.secDiagnosis select:-moz-focusring * {
  text-shadow: none;
}

.secDiagnosis select:-moz-focusring {
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
}

.secDiagnosis select::-moz-focus-inner,
.secDiagnosis option::-moz-focus-inner {
  border: 0px;
}

.secDiagnosis option,
.secDiagnosis select,
.secDiagnosis textarea,
.secDiagnosis input[type="number"],
.secDiagnosis input[type="button"],
.secDiagnosis input[type="submit"],
.secDiagnosis input[type="text"],
.secDiagnosis input[type="password"],
.secDiagnosis input[type="email"],
.secDiagnosis input[type="tel"],
.secDiagnosis input[type="select"],
.secDiagnosis input[type="option"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
}

.secDiagnosis textarea,
.secDiagnosis input[type="number"],
.secDiagnosis input[type="tel"],
.secDiagnosis input[type="email"],
.secDiagnosis input[type="password"],
.secDiagnosis input[type=text] {
  width: 240px;
  padding: 0 24px;
  height: 60px;
  overflow: hidden;
  border: 2px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.secDiagnosis input[type="option"],
.secDiagnosis input[type="select"] {
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
  max-width: 100%;
}

/* for firefox */
.secDiagnosis select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* for ie10 ie11 */
.secDiagnosis select::-ms-expand {
  display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.secDiagnosis input:-webkit-autofill,
.secDiagnosis textarea:-webkit-autofill,
.secDiagnosis select:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

/************************************
form SP版
*************************************/
@media screen and (max-width: 768px){
  .secDiagnosis select {
    outline: none;
  }
  
  .secDiagnosis option {
    outline: none;
  }
  
  .secDiagnosis select {
    outline: 0;
  }
  
  .secDiagnosis option {
    outline: 0;
  }
  
  .secDiagnosis input:-webkit-autofill,
  .secDiagnosis textarea:-webkit-autofill {
    background-color: #faffbd;
    background-image: none;
    color: black;
  }
  
  .secDiagnosis select:-moz-focusring * {
    text-shadow: none;
  }
  
  .secDiagnosis select:-moz-focusring {
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
  }
  
  .secDiagnosis select::-moz-focus-inner,
  .secDiagnosis option::-moz-focus-inner {
    border: 0px;
  }
  
  .secDiagnosis option,
  .secDiagnosis select,
  .secDiagnosis textarea,
  .secDiagnosis input[type="number"],
  .secDiagnosis input[type="button"],
  .secDiagnosis input[type="submit"],
  .secDiagnosis input[type="text"],
  .secDiagnosis input[type="password"],
  .secDiagnosis input[type="email"],
  .secDiagnosis input[type="tel"],
  .secDiagnosis input[type="select"],
  .secDiagnosis input[type="option"] {
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0;
    background: #fff;
  }
  
  .secDiagnosis textarea,
  .secDiagnosis input[type="number"],
  .secDiagnosis input[type="tel"],
  .secDiagnosis input[type="email"],
  .secDiagnosis input[type="password"],
  .secDiagnosis input[type=text] {
    width: 69.33%;
    padding: 0 12px;
    height: 50px;
    overflow: hidden;
    border: 2px solid #eee;
    border-radius: 8px;
  }
  
  .secDiagnosis input[type="option"],
  .secDiagnosis input[type="select"] {
    overflow: hidden;
    word-wrap: normal !important;
    white-space: normal;
    max-width: 100%;
  }
  
  /* for firefox */
  .secDiagnosis select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }
  
  /* for ie10 ie11 */
  .secDiagnosis select::-ms-expand {
    display: none;
  }
  
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  .secDiagnosis input:-webkit-autofill,
  .secDiagnosis textarea:-webkit-autofill,
  .secDiagnosis select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  ::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  /* Firefox 18- */
  :-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  /* Firefox 19+ */
  ::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  /* IE 10+ */
  :-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*.modalCon{
  width: 100%;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 90px;
}*/
.form-input {
  /*  width: 300px;*/
}

/* form PC版 */
.form-select {
  display: block;
  position: relative;
  width: 240px;
  height: 60px;
  /*  font-size: 1.4em;*/
  font-weight: normal;
}

.form-select:after {
  position: absolute;
  display: block;
  content: '';
  top: 22px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(/cardloan_lp/assets/indexD/img/icon-pulldown.webp) 0 0 no-repeat;
  background-size: 16px 16px;
  pointer-events: none;
  z-index: 10;
}

.form-select select {
  width: 100%;
  height: 50px;
  width: 240px;
  height: 60px;
  padding: 0 34px 0 24px;
  position: relative;
  border: 2px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  z-index: 1;
  font-weight: normal;
}

.diagnosisCon {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1060px;
}

@media screen and (min-width: 769px){
  .diagnosisCon {
    width: 92.982456vw;
  }
}

@media screen and (max-width: 768px){
  .diagnosisCon {
    /* width: 89.33%; */
    margin: 0 auto;
    text-align: left;
  }
}

.diagnosisItems {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.diagnosisItems .diagnosisItem {
  display: table;
  width: 100%;
  /* margin-bottom: 7.46%; */
}
.diagnosisItems .diagnosisItem:last-child {
  margin-bottom: 0;
}
.diagnosisItems+.listIndent{
  margin-top: 17px;
  font-size: 1.6rem;
}
.diagnosisItems+.listIndent li{
  text-align: center;
}

@media screen and (max-width: 1140px){
  .diagnosisItems+.listIndent{
    margin-top: 1.491228vw;
    font-size: 1.4035087vw;
  }
}

@media screen and (max-width: 768px){
  .diagnosisItems {
    margin-top: 6.66%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
  .diagnosisItems .diagnosisItem {
    display: table;
    width: 100%;
    margin-bottom: 7.46%;
  }
  .diagnosisItems .diagnosisItem:last-child {
    margin-bottom: 0;
  }
  .diagnosisItems+.listIndent li{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
    text-align: left;
  }
}

.diagnosisItem_l {
  display: table-cell;
  vertical-align: top;
  width: 44.02%;
  padding-top: 1.49%;
  padding-left: 5.97%;
  letter-spacing: 0.04em;
}

.diagnosisItem_r {
  display: table-cell;
  vertical-align: top;
  width: 55.97%;
}

.manen {
  position: relative;
  top: 16px;
  left: 10px;
}

.diagnosisItemRabel {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.labelRequired {
  font-size: 10px;
  font-size: 1rem;
  background: #dc2828;
  color: #fff;
  text-align: center;
  padding: 2px 6px;
  display: inline-block;
}

/* form SP版 */
@media screen and (max-width: 768px){
  .form-select {
    display: block;
    position: relative;
    width: 69.33%;
    height: 50px;
    /*  font-size: 1.4em;*/
    font-weight: normal;
  }
  
  .form-select:after {
    position: absolute;
    display: block;
    content: '';
    top: 19px;
    right: 12px;
    width: 11px;
    height: 11px;
    background: url(/cardloan_lp/assets/indexD/img/icon-pulldown.webp) 0 0 no-repeat;
    background-size: 11px 11px;
    pointer-events: none;
    z-index: 10;
  }
  
  .form-select select {
    width: 100%;
    height: 50px;
    padding: 0 34px 0 12px;
    position: relative;
    border: 2px solid #eee;
    border-radius: 8px;
    z-index: 1;
    font-weight: normal;
  }
}

/************************************
modal
*************************************/
.modalWrap *::after,
.modalWrap *::before,
.modalWrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*body.state-modal .modalWrap {
    position: relative;
    left: 0;
    overflow-y: auto;
}

body.state-modal .modalBg {
    opacity: 0.6;
    left: 0;
}

body.state-modal .modal-con.active {
    display: block;
}
*/
body.state-modal {
  overflow-y: auto;
}

body.state-modal .modalWrap {
  left: 0;
}

body.state-modal .modalBg {
  opacity: 0.5;
  left: 0;
}

body.state-modal .contentsWrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

body.state-modal .contentsWrapInner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*  padding-top: 66px;*/
}

body.state-modal .modalCon.active {
  display: block;
}

/*.modalWrap {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  left: -200%;
}
*/
.contentsWrapInner {
  position: relative;
}

.modalWrap {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  left: -200%;
  padding: 40px 0;
}
.modalWrap a {
  text-decoration: none;
}

.modalBg {
  position: fixed;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aad228;
  opacity: 0;
  z-index: 1;
  left: -100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modalWrap .modalClose {
  position: absolute;
  height: 60px;
  top: -30px;
  width: 60px;
  right: -30px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.modalWrap .modalClose a {
  display: block;
}

.modalWrap .modalCon {
  display: none;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.modalWrap.type-center {
  padding: 0 0;
  margin-bottom: 0;
}

.modalWrap.type-center .modalClose {
  /*    top: -20px;*/
}

@media screen and (min-width: 769px){
  .modalWrap.type-center .modalCon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .modalCon {
    max-width: 860px;
    width: 96%;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .modalCon.noPB {
    padding-bottom: 0;
  }
  
  .modalConInner {
    width: 100%;
  }
  .modalConInner .modalTxt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .modalConInner .modalTxt:last-child {
    margin-bottom: 0;
  }
  
  .modalImg {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .modalBtnCon {
    max-width: 600px;
    margin: 0 auto;
  }
  .modalBtnCon.typeS {
    width: 490px;
  }
  .modalBtnCon.typeS .listIndent{
    display: flex;
    flex-wrap: wrap;
  }
  .modalBtnCon.typeS .listIndent li{
    width: auto;
    min-width: 180px;
  }
  .modalBtnCon .btnRound {
    width: 460px;
    margin: 30px auto 0;
  }
  
  .modalConTit {
    width: 100%;
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
    color: #014832;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
  .btnRoundItems .btnRound {
    margin-bottom: 40px;
    margin-top: 0 !important;
  }
  .btnRoundItems .btnRound:last-child {
    margin-bottom: 0;
  }
  .btnRoundItems .btnRound:first-child {
    margin-top: 0;
  }
  .btnRoundItems .btnRound a {
    width: 100%;
    text-decoration: none;
  }
  
  .diagnosisResultCon {
    width: 700px;
    margin: 0 auto;
  }
  
  .diagnosisResultTit {
    border-top: 4px solid #aad228;
    border-bottom: 4px solid #aad228;
    display: table;
    width: 100%;
    height: 88px;
    text-align: center;
    margin-bottom: 46px;
    padding-top: 26px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    color: #014832;
    font-weight: 700;
  }
  .diagnosisResultTit.typeMaru span {
    padding-right: 46px;
  }
  .diagnosisResultTit span {
    position: relative;
    top: 2px;
  }
  .diagnosisResultTit span i {
    position: absolute;
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    top: 50%;
    margin-top: -20px;
    right: 0;
    background: url(/cardloan_lp/assets/indexD/img/icon_maru.webp) 0 0 no-repeat;
    background-size: 100% auto;
  }
  
  .diagnosisResultATxt {
    color: #f68326;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 32px;
    text-align: center;
  }
  .diagnosisResultATxt span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  
  .diagnosisResultBTxt {
    color: #014832;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    text-align: center;
  }
  
  .diagnosisResultBTableWrap {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  
  .diagnosisResultInfoTit {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    background: #014832;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 4px;
  }
  
  .diagnosisResultBTable {
    width: 100%;
  }
  .diagnosisResultBTable th {
    background: #f0ffd2;
    color: #333;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 4px solid #fff;
    text-align: center;
    padding: 20px 0;
    border-left: 4px solid #fff;
    font-weight: 700;
    width: 50%;
  }
  .diagnosisResultBTable th:first-child {
    border-left: none;
  }
  .diagnosisResultBTable td {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    background: #f4f4f4;
    border-bottom: 4px solid #fff;
    text-align: center;
    border-left: 4px solid #fff;
    vertical-align: middle;
    font-weight: 700;
    width: 50%;
  }
  .diagnosisResultBTable td:first-child {
    border-left: none;
  }
  .diagnosisResultBTable tr:last-child td,
  .diagnosisResultBTable tr:last-child th {
    border-bottom: none;
  }
  
  .diagnosisResultTxt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 45px;
  }
  
  .diagnosisApplyBox {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    border: 4px solid #014832;
    border-top: none;
    padding-bottom: 60px;
  }
  
  .diagnosisApplyTit {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    background: #014832;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px){
  .modalWrap.type-center .modalCon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .modalCon {
    width: 89.33%;
    max-width: 517px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding-top: 11.94%;
    padding-bottom: 11.94%;
  }
  .modalCon.noPB {
    padding-bottom: 0;
  }
  
  .modalWrap .modalClose {
    position: absolute;
    height: 40px;
    top: -20px;
    width: 40px;
    right: -10px;
  }

  .modalWrap .modalClose a {
    display: block;
  }

  .modalConInner {
    width: 91.04%;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .modalConInner .modalTxt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 5.97%;
  }
  .modalConInner .modalTxt:last-child {
    margin-bottom: 0;
  }
  
  .modalConTit {
    margin-bottom: 7.46%;
    font-size: 20px;
    font-size: 2rem;
    color: #014832;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }

  .btnRoundItems .btnRound {
    margin-top: 6.55%;
  }
  .btnRoundItems .btnRound:first-child {
    margin-top: 0;
  }
  .btnRoundItems .btnRound a {
    width: 100%;
    text-decoration: none;
  }

  .diagnosisResultTit {
    border-top: 4px solid #aad228;
    border-bottom: 4px solid #aad228;
    display: table;
    width: 100%;
    height: 70px;
    text-align: center;
    margin-bottom: 8.19%;
    padding-top: 22px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
    color: #014832;
    font-weight: 700;
  }
  .diagnosisResultTit.typeMaru span {
    padding-right: 46px;
  }
  .diagnosisResultTit span {
    position: relative;
    top: 2px;
  }
  .diagnosisResultTit span i {
    position: absolute;
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    top: 50%;
    margin-top: -16px;
    right: 0;
    background: url(/cardloan_lp/assets/indexD/img/icon_maru.webp) 0 0 no-repeat;
    background-size: 100% auto;
  }

  .diagnosisResultATxt {
    color: #f68326;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 7.37%;
    text-align: center;
  }
  .diagnosisResultATxt span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    margin-top: 8px;
  }

  .diagnosisResultBTxt {
    color: #014832;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7.37%;
    text-align: center;
  }

  .diagnosisResultBTableWrap {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 4.09%;
  }

  .diagnosisResultInfoTit {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    background: #014832;
    color: #fff;
    text-align: center;
    padding-top: 3.6%;
    padding-bottom: 3.27%;
    margin-bottom: 2px;
  }

  .diagnosisResultBTable {
    width: 100%;
  }
  .diagnosisResultBTable th {
    background: #f0ffd2;
    color: #333;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 2px solid #fff;
    text-align: left;
    padding: 8px 10px;
    border-left: 2px solid #fff;
    font-weight: 700;
    width: 35%;
  }
  .diagnosisResultBTable th:first-child {
    border-left: none;
  }
  .diagnosisResultBTable td {
    padding: 8px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    background: #f4f4f4;
    border-bottom: 2px solid #fff;
    text-align: left;
    border-left: 2px solid #fff;
    vertical-align: middle;
    font-weight: 700;
    width: 65%;
  }
  .diagnosisResultBTable td:first-child {
    border-left: none;
  }
  .diagnosisResultBTable tr:last-child td,
  .diagnosisResultBTable tr:last-child th {
    border-bottom: none;
  }

  .diagnosisResultTxt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 7.37%;
  }

  .diagnosisApplyBox {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #014832;
    border-top: none;
    padding-bottom: 9.83%;
  }
  .diagnosisApplyBox .btnRound a {
    width: 86.88%;
  }

  .diagnosisApplyTit {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    background: #014832;
    color: #fff;
    text-align: center;
    padding-top: 3.6%;
    padding-bottom: 3.27%;
    margin-bottom: 8.19%;
  }
}

/* 10s shindan renewal */
#diagnosisCon2, #diagnosisCon3, #diagnosisCon4 {
  display: none;
}

.diagnosisOption {
  text-decoration: none;
}

.diagnosisAgeSelect {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px){
  .modalCon{
    border-radius: 8px;
  }
  .diagnosisAgeSelect {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: flex-start;
    gap: 5%;
  }
}

.diagnosisAgeSelectItem {
  position: relative;
  width: 18.4313725%;
  text-align: center;
  background-color: #aad228;
  margin-bottom: 12px;
  border-radius: 35px;
  color: #fff;
  font-weight: bold;
}

.diagnosisAgeSelectItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 19px;
  height: 29px;
  background: url(/cardloan_lp/assets/indexD/img/icon_arr_r_w.webp) 0 0 no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}

/* PC小 */
@media screen and (min-width: 769px){
  .diagnosisAgeSelectItem{
    font-size: 2.98070175vw;
    height: 6.140350877vw;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: 0.3s opacity;
  }

  .diagnosisAgeSelectItem:hover{
    opacity: 0.8;
    color: #fff;
  }

  .diagnosisAgeSelectItem::after {
    right: 1.05263157vw;
    width: 1.666667vw;
    height: 2.54385964vw;
    transition: 0.3s transform;
  }

  .diagnosisAgeSelectItem:hover::after{
    transform: translateY(-50%) translateX(3px);
  }
}

/* PC大 */
@media screen and (min-width: 1140px){
  .diagnosisAgeSelectItem {
    width: 18.4313725%;
    max-width: 188px;
    margin-bottom: 12px;
    height: 70px;
    border-radius: 35px;
    font-size: 34px;
    line-height: 1;
  }
  
  .diagnosisAgeSelectItem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 19px;
    height: 29px;
  }
}

@media screen and (max-width: 768px){
  .diagnosisAgeSelectItem {
    position: relative;
    width: 30%;
    text-align: center;
    background-color: #aad228;
    margin-bottom: 12px;
    padding: 12px 0;
    border-radius: 22px;
    color: #fff;
    font-weight: bold;
  }

  .diagnosisAgeSelectItem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 15px;
    background: url(/cardloan_lp/assets/indexD/img/icon_arr_r_w.webp) 0 0 no-repeat;
    background-size: cover;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 375px){
  .diagnosisAgeSelectItem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.2vw;
    width: 2.666667vw;
    height: 4vw;
    background: url(/cardloan_lp/assets/indexD/img/icon_arr_r_w.webp) 0 0 no-repeat;
    background-size: cover;
    transform: translateY(-50%);
  }
}

.diagnosisAgeSelectItem:visited {
  color: #fff;
}

@media screen and (min-width: 769px){
  .diagnosisIncomeSelect,
  .diagnosisLoanSelect {
    max-width: 1060px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  .diagnosisIncomeSelectItem,
  .diagnosisLoanSelectItem {
    position: relative;
    width: 48.0392156%;
    text-align: center;
    background-color: #aad228;
    margin-bottom: 1.960784%;
    padding-top: 1.49122807vw;
    padding-bottom: 1.49122807vw;
    padding-left: 0.70175438vw;
    padding-right: 2.10526315vw;
    border-radius: 3.0701754vw;
    color: #fff;
    font-size: 2.10526315vw;
    font-weight: bold;
    transition: 0.3s opacity;
  }

  .diagnosisIncomeSelectItem:visited,
  .diagnosisLoanSelectItem:visited {
    color: #fff;
  }

  .diagnosisIncomeSelectItem::after,
  .diagnosisLoanSelectItem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.05263157vw;
    width: 1.666667vw;
    height: 2.54385964vw;
    background: url(/cardloan_lp/assets/indexD/img/icon_arr_r_w.webp) 0 0 no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    transition: 0.3s transform;
  }

  .diagnosisIncomeSelectItem:hover{
    opacity: 0.8;
    color: #fff;
  }

  .diagnosisIncomeSelectItem:hover::after{
    transform: translateY(-50%) translateX(3px);
  }

  .jsDiagnosisLoanSelectItem{
    transition: 0.3s opacity;
  }
  .jsDiagnosisLoanSelectItem:hover{
    opacity: 0.8;
    cursor: pointer;
  }
  .jsDiagnosisLoanSelectItem:hover::after{
    transform: translateY(-50%) translateX(3px);
  }
}

@media screen and (min-width: 1140px){
  .diagnosisIncomeSelectItem,
  .diagnosisLoanSelectItem {
    position: relative;
    width: 48.0392156%;
    text-align: center;
    background-color: #aad228;
    margin-bottom: 1.960784%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 8px;
    padding-right: 24px;
    border-radius: 35px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }

  .diagnosisIncomeSelectItem::after,
  .diagnosisLoanSelectItem::after {
    top: 50%;
    right: 12px;
    width: 19px;
    height: 29px;
  }
}

@media screen and (max-width: 768px){
  .diagnosisIncomeSelect,
  .diagnosisLoanSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .diagnosisIncomeSelectItem,
  .diagnosisLoanSelectItem {
    position: relative;
    width: 48%;
    text-align: center;
    background-color: #aad228;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 24px;
    border-radius: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  
  .diagnosisIncomeSelectItem:visited,
  .diagnosisLoanSelectItem:visited {
    color: #fff;
  }
  
  .diagnosisIncomeSelectItem::after,
  .diagnosisLoanSelectItem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 15px;
    background: url(/cardloan_lp/assets/indexD/img/icon_arr_r_w.webp) 0 0 no-repeat;
    background-size: cover;
    transform: translateY(-50%);
  }
}

.diagnosisStep {
  width: 100%;
  max-width: 507px;
  margin: 0 auto 30px;
}

.diagnosisStep ul {
  position: relative;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.diagnosisStep ul li {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #c7c7c7;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px){
  .diagnosisStep {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 8%;
  }

  .diagnosisStep ul li {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #c7c7c7;
    background: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
  }

  .diagnosisStep ul:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    height: 3px;
    background: #4b4b4b;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@media screen and (min-width: 769px){
  .titBtmTxtNotice {
    text-align: center;
    margin-top: -20px;
    font-size: 2.2rem;
  }
}

.diagnosisStep ul li span {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.diagnosisStep ul li.active {
  color: #fff;
  background: #aad228;
}

.diagnosisStep ul:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2px);
  height: 2px;
  background: #4b4b4b;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.diagnosisBackButton {
  display: inline-block;
  width: 100px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 12px;
  padding: 8px 0;
  border: 2px solid #014832;
  border-radius: 18px;
  color: #014832;
  font-weight: bold;
}

.diagnosisBackButton:visited {
  color: #014832;
}

.diagnosisRetryLink {
  text-align: center;
  margin: 6.66% auto 0;
}

.diagnosisRetryLink a {
  color: #014832;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: underline;
  font-family: '?ż˝q?ż˝?ż˝?ż˝M?ż˝m?ż˝p?ż˝S Pro W3','Hiragino Kaku Gothic Pro','Meiryo','?ż˝?ż˝?ż˝C?ż˝?ż˝?ż˝I',Verdana,'?ż˝l?ż˝r ?ż˝o?ż˝S?ż˝V?ż˝b?ż˝N',sans-serif !important;
}

@media screen and (min-width: 769px){
  .diagnosisBack{
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
  .diagnosisBackButton {
    display: inline-block;
    max-width: 200px;
    width: 17.5438596vw;
    text-align: center;
    background-color: #fff;
    margin-top: 1.05263157vw;
    margin-bottom: 0;
    padding: 1.2280701vw 0;
    border: 2px solid #014832;
    border-radius: 3.070175vw;
    color: #014832;
    font-weight: bold;
    font-size: 2.10526315vw;
  }
  .diagnosisBackButton{
    transition: 0.3s opacity;
  }
  .diagnosisBackButton:hover{
    opacity: 0.8;
    color: #014832;
  }
}

@media screen and (min-width: 1140px){
  .diagnosisBackButton {
    display: inline-block;
    width: 200px;
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 13px 0 14px;
    border: 2px solid #014832;
    border-radius: 35px;
    color: #014832;
    font-weight: bold;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px){
  .titBtmTxtNotice {
    text-align: center;
    margin-top: 2%;
  }
  .diagnosisBackButton {
    border-radius: 32px;
  }
}

.is-greenBtn a span{
  background: #004831 ;
}

.is-greenBtn a::after{
  display:none;
}



.diagnosisResultBalCon {
  position: relative;
  display: block;
  min-width: 120px;
  max-width: 90%;
  margin: 1.5em auto;
  padding: 16px;
  border-radius: 8px;
  background: #f5f9e6;
  font-size: 16px;
  }
.diagnosisResultBalCon::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f5f9e6;
}

.diagnosisResultBalTxt {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #014832;
}

.cardloan-headingBalloon {
    position: relative;
    padding: 8vw 0 12vw;
    margin-bottom: 16px;
    text-align: center;
    background-color: #f5f9e6;
}
.cardloan-headingBalloon::before {
    position: absolute;
    bottom: -16px;
    left: calc(50% - 20px);
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #f5f9e6 transparent transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0 20px;
}
  .cardloan-headingBalloon.-cardLoan-balloonWImg>.inner-image {
    position: absolute;
    bottom: 0;
    right: 4vw;
    width: 17vw;
    height: 17vw;
  }

.cardLoan-headingLv2{
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 20px;
}
.cardloan-unit figure{
  margin: 20px;
}

.cardLoan-coloredTxtArea {
    background: #f5f9e6;
    padding: 12px;
    margin-bottom: 8px;
    font-size: 90%;
}
._cardLoanFz12.cardLoan-notice{
  font-size: 11px;
}

.secCustomer .btnRound a span {
    width: 100%;
    background: #ffa032;
    border: none;
    letter-spacing: 0;
    margin-top: 30px;
}

/* secCustomer add */
/* PC小 */
@media screen and (min-width: 769px){
  .secCustomer{
    max-width: 1140px;
    width: 100%; 
    padding: 0 20px;
    margin: 0 auto 50px;
  }
  .cardLoan-column{
    display: flex;
    justify-content: space-between;
  }
  .cardLoan-column li{
    max-width: 540px;
    width: 47.3684210vw;
  }
  .cardLoan-column li:not(:last-child){
    margin-right: 1.7543859vw;
  }
  .cardLoan-headingLv2{
    font-size: 2.28070175vw;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 0;
  }

  .cardloan-headingBalloon {
    position: relative;
    padding: 2.45614035vw 0 2.6315789vw;
    margin-bottom: 1.40350877vw;
    text-align: center;
    background-color: #f5f9e6;
  }
  .cardloan-headingBalloon::before {
    position: absolute;
    bottom: -1.40350877vw;
    left: calc(50% - 1.7543859vw);
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #f5f9e6 transparent transparent transparent;
    border-style: solid;
    border-width: 1.7543859vw 1.7543859vw 0 1.7543859vw;
  }
  .cardloan-headingBalloon.-cardLoan-balloonWImg>.inner-image {
    position: absolute;
    bottom: 0;
    right: 16.1403508771vw;
    width: 9.912280701vw;
    height: 9.912280701vw;
  }

  .cardLoan-sectionBody{
    margin-top: 3.684210526vw;
  }

  .secCustomer h3.cardLoan-headingLv2{
    font-size: 1.929824vw;
  }
  .cardLoan-age img{
    display: block;
    max-width: 230px;
    margin: 2.5438596vw auto 0.5263157vw;
    width: 20.175438vw;
    height: auto;
  }
  .cardLoan-reason img{
    display: block;
    max-width: 453px;
    margin: 2.8947368vw auto 1.2280701vw;
    width: 39.7368vw;
    height: auto;
  }
  .cardLoan-coloredTxtArea {
    background: #f5f9e6;
    padding: 1.0526315vw;
    margin-bottom: 0.701754385vw;
    font-size: 1.10526vw;
    line-height: 1.6;
  }
  .cardLoan-age .cardLoan-coloredTxtArea{
    padding: 1.0526315vw 1.0526315vw 2.805363vw 1.0526315vw;
  }
  ._cardLoanFz12.cardLoan-notice{
    font-size: 0.9649122vw;
    line-height: 1.818181819;
  }
  .secCustomer .kvBtm{
    padding-top: 3.245614035vw;
    padding-bottom: 2.63157894vw;
  }
}

/* PC大 */
@media screen and (min-width: 1140px){
  .secCustomer{
    max-width: 1140px;
    width: 100%; 
    padding: 0 20px;
    margin: 0 auto 50px;
  }
  .cardLoan-column{
    display: flex;
    justify-content: space-between;
  }
  .cardLoan-column li{
    max-width: 540px;
    width: 100%;
  }
  .cardLoan-column li:not(:last-child){
    margin-right: 20px;
  }
  .cardLoan-column li img{
    height: auto;
  }
  .cardLoan-headingLv2{
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .cardloan-headingBalloon {
    position: relative;
    padding: 28px 0 30px;
    margin-bottom: 16px;
    text-align: center;
    background-color: #f5f9e6;
  }
  .cardloan-headingBalloon::before {
    position: absolute;
    bottom: -16px;
    left: calc(50% - 20px);
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #f5f9e6 transparent transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0 20px;
  }
  .cardloan-headingBalloon.-cardLoan-balloonWImg>.inner-image {
    position: absolute;
    bottom: 0;
    right: 184px;
    width: 113px;
    height: 113px;
  }

  .cardLoan-sectionBody{
    margin-top: 42px;
  }

  .secCustomer h3.cardLoan-headingLv2{
    font-size: 2.2rem;
  }
  .cardLoan-age img{
    display: block;
    margin: 29px auto 6px;
    max-width: 230px;
    width: 20.175438vw;
    height: auto;
  }
  .cardLoan-reason img{
    display: block;
    margin: 33px auto 14px;
    max-width: 453px;
    width: 39.73684vw;
    height: auto;
  }
  .cardLoan-coloredTxtArea {
    background: #f5f9e6;
    padding: 12px;
    margin-bottom: 8px;
    font-size: 90%;
    line-height: 1.6;
  }
  .cardLoan-age .cardLoan-coloredTxtArea{
    padding: 12px 12px 32px 12px;
  }
  ._cardLoanFz12.cardLoan-notice{
    font-size: 11px;
    line-height: 1.818181819;
  }
  .secCustomer .kvBtm{
    padding-top: 37px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px){
  /* secCustomer add */
  .secCustomer{
    /* max-width: 600px;  */
    margin: 0 10px 50px;
  }
  .cardLoan-reason{
    margin-top: 1.5%;
  }
}

/* secMovie add */
.secMovie{
  margin: 30px auto;
}
.secMovie .sec_ttl{
  font-size: 1.2em;
  font-weight: bold;
  padding: 30px 0 10px;
  text-align: center;
}

.secMovie video{
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.video-wrap {
    position: relative;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px;
    cursor: pointer;
    z-index: 2;
}

@media screen and (min-width: 769px){
  .secMovie .sec_ttl{
    font-size: 1.2em;
    font-weight: bold;
    padding: 30px 20px 10px;
    text-align: center;
  }
  
  .secMovie video{
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .video-wrap {
    width: 320px;
    height: 320px;
    position: relative;
    margin: 0 auto;
  }
  .video-btn {
      content: "";
      position: absolute;
      top:0;
      left:0;
      right:0;
      bottom:40px;
      cursor: pointer;
      z-index: 2;
  }
}

.cardless{
width: 89.33%;
margin: 16% auto 16%;
padding: 4% 4% 8% 4%;
background: #f0ffd2;
text-align:center;
}
.cardless_txt{
font-size: 14px;
font-weight: 700;
line-height: 1.6;
color: #014832;
margin:0 auto ;
}
.cardless_img{
margin:0 auto ;
width: 300px;
}
#featureItem_txt_add{
margin:0 auto ;
width: 100%;
margin-top:20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  color: #014832;
}
.modalTxt_add{

margin-top:20px;
margin-bottom:20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  color: #014832;
}
.atm_add_txt{
  width: 91.122%;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px){
  .atm_add_txt{
    width: 93.122%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.secHikakuTableCon{
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.secHikakuTable__table{
  margin: 0 auto;
  border: 2px solid #eee;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}
.secHikakuTable__table table{
  margin: -2px;
}
.secHikakuTable__table th, .secHikakuTable__table td {
  border: 2px solid #eee;
  padding: 15px 20px;
  font-size: 16px;
}
.secHikakuTable td.table__maru {
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

@media screen and (max-width: 768px){
  .secHikakuTableCon{
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .secHikakuTable__table th, .secHikakuTable__table td {
    font-size: 14px;
  }
  .secHikakuTable td.table__maru {
     font-size: 2em;
     padding: 5px;
     vertical-align: middle;
     width: auto;
 }
}
    
.secHikakuTable th {
  background: #f0ffd2;
  color: #014832;
  padding: 5px;
  width: 160px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px){
  .secHikakuTable th {
    background: #f0ffd2;
    color: #014832;
    padding: 5px;
    width: 90px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
  }
  .secHikakuTable td, .secHikakuTable th {
    border: 2px solid #ccc;
  }
  .secHikakuTable td {
    padding: 10px;
  }
}

.titLine_HikakuTable .titLineInner {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.titLine_HikakuTable .titLineInner span {
  display: inline-block;
  position: relative;
  padding-top: 12px;
  padding-bottom: 11px;
  color: #014832;
}
.titLine_HikakuTable {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
 margin-bottom: 40px;
}

@media screen and (max-width: 768px){
  .titLine_HikakuTable{
    margin-bottom: 0;
  }
  .secHikakuTable__table {
      border-collapse: separate;
      border-spacing: 0;
      margin: 5%;
      border-radius: 6px;
      overflow: hidden;
      border: 2px solid #ccc;
      background: #fff;
      width: 90%;
  }
  .titLine_HikakuTable .titLineInner {
    display: block;
  }
  .titLine_HikakuTable .titLineInner {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 6.7%;
  }
}
.titLine_HikakuTable .titLineInner span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #aad228;
}
.secHikakuTable{
  padding: 148px 0 80px 0;
}

@media screen and (max-width: 768px){
  .secHikakuTable{
    padding-top: 0;
    padding-bottom: 16%;
  }
}

/*
CardlessPromo
****************************************************/
.CardlessPromo{
  width: 100%;
  background-color: unset;
  padding: unset;
}
.CardlessPromoCon{
  padding-top: 41px;
  padding-bottom: 38px;
  background: #f0ffd2;
}

.CardlessPromo .titLine_cardless {
  font-size: 2rem;
  margin-bottom: 42px;
  white-space: nowrap;
  color: #014832;
}

.CardlessPromo .titLine_cardless span {
  font-size: 2.6rem;
}

.CardlessPromoItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: #fff;
  border-radius: 10px;
  background: #FFF;
  width: 33.9rem;
  aspect-ratio: 339/82;
  margin: 0 auto 39px;
  padding-right: 5px;
  padding-left: 1.3rem;
}
.CardlessPromoItem_img {
  width: 82px;
  width: 8.2rem;
}

.CardlessPromoItem_text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.28px;
  text-align: left;
  width: 244px;
  margin-left: 12px;
  margin-left: 1.2rem;
  white-space: nowrap;
  color: #333;
}

.CardlessPromoItem_text span{
  font-weight: 600;
  color: #014832;
}

.CardlessPromoItemBtn {
  border-radius: 50px;
  background: #014832;  
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
  padding: 5px;
}

.CardlessPromoItemBtn span{
  font-weight: 600;
  line-height: 32.2px; /* 200% */
  letter-spacing: 0.28px;
  font-size: 16px;
  color: #FFF;
}

.CardlessPromo .cardless_img {
  width: 229px;
  margin-bottom: 34px;
}

.CardlessPromoTitSub {
  color: #014832;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.28px;
}
/* ??B */
.CardlessPromoPtB .CardlessPromoCon {
  padding-bottom: 0;
}

/*
CardlessPromo_modal
****************************************************/

.modalCardlessCon.active~.modalBg{
  background-color: #000000;
  opacity: 0.6;
}

.modalCardlessCon {
  border: unset;
  border-radius: 5px;
  background-color: unset;
  padding: unset;
}

.modalCardlessCon .modalBtnCon {
  padding: 30px;
  width: 599px;
  background-color: #fff;
  border-radius: 5px;
}

.modalWrap .CardlessmodalClose {
  left: 3%;
  top: 50%;
  transform: translate(0, -250px);
  width: 22px;
  height: 22px;
  z-index: 10;
  display: none;
}

.state-modal .modalWrap .modalCardlessCon.active~.CardlessmodalClose{
  position: fixed;
  display: block;
}
:not(.modalCardlessCon).active .CardlessmodalClose{
  position: static;
}

.modalWrap .CardlessmodalClose img{
  height: auto;
}


.slideContainer {
  width: 93.33%;
  display: flex;
  justify-content: flex-start;
}

.slideIcon {
  width: 10.5rem;
  height: 3.22rem;
  border-radius: 0.3rem;
  background: #004831;
  color: #FFF;
  text-align: center;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideIcon span {
  margin-left: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalCardlessCon .modalConTit{
  width: 100%;
  margin-bottom: 2%;
}

.modalCardlessLists {
  margin-bottom: 2%;
}

.modalCardlessList {
  font-size: 12px;
  color: #014832;
  line-height: 150%;
}

/* PolygonLine */
.PolygonLine {
  display: block;
  background: url(/cardloan_lp/assets/indexD/img/202312/section_polygon.svg) no-repeat right top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  margin-top: -7px;
  margin-bottom: 45px;
  aspect-ratio: 451/78;
}

/* CardlessPromoSlider */
.CardlessPromoSliderTit {
  aspect-ratio: 267/65;
  background: url(/cardloan_lp/assets/indexD/img/202312/cardless_balloon_white.svg) no-repeat right top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 70.4%;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 133%;
  letter-spacing: 0.9px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 14px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.CardlessSliderItemStep {
  line-height: normal;
}

.CardlessSliderItemStep span {
  color: #014832;
  font-weight: 600;
}

.CardlessPromoSliderCon .bx-wrapper .bx-pager.bx-default-pager a {
  background: #D9D9D9;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 2.5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.CardlessPromoSliderCon .bx-wrapper .bx-pager .bx-pager-item, 
.CardlessPromoSliderCon .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.CardlessPromoSliderCon .bx-wrapper {
  margin: 0 auto;
  position: relative;
  width: 229px;
}

.CardlessPromoSliderCon .bx-wrapper .bx-viewport {
  height: 260px!important;
}

.CardlessPromoSliderCon .bx-wrapper .bx-pager-item a.active {
  background: #004831;
}

.CardLessSliderItemCon {
  margin-top: 25px;
}

.CardlessPromoSliderCon .bx-controls {
  margin-top: 27px;
  margin-bottom: 25px;
}

.CardlessPromoSliderCon .bx-prev {
  display: none;
}
.CardlessPromoSliderCon .bx-next {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.CardlessPromoSliderCon .bx-controls-direction {
  position: absolute;
  z-index: 100;
  right: -14%;
  top: 29%;
  color: transparent;
  width: 24px;
  height: 24px;
  background: url(/cardloan_lp/assets/indexD/img/202312/cardless_icon_arrow.webp) no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* Tab */
.tab-con-items .tab-con-item.state-active {
  height: auto;
  overflow: visible;
}
.tab-con-items .tab-con-item {
  height: 0;
  overflow: hidden;
}

.CardlessPromoPtC .tabNav ul {
  display: flex;
  justify-content: center;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #014832;
  background: #FFF;
  width: 90.3%;
  margin: 0 auto;
  overflow: hidden;
  height: 60.37px;
}

.CardlessPromoPtC .tabNav ul li {
  width: 50%;
  /* border-radius: 5px 0px 0px 0px; */
}
.CardlessPromoPtC .tabNav ul a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
}

.CardlessPromoPtC .tabNav ul a::after{
  content: "";
  display: inline-block;
  width: 13px;
  height: 7px;
  background-image:url(/cardloan_lp/assets/indexD/img/202312/tab_arrow_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 6px;
  margin-bottom: -5px;
}

.CardlessPromoPtC .tabNav ul .state-active a::after{
  background-image:url(/cardloan_lp/assets/indexD/img/202312/tab_arrow.svg);
}

.CardlessPromoPtC .tabNav ul a span {
  font-size: 16px;
  display: block;
}

.CardlessPromoPtC .tabNav ul li.state-active a {
  background: #014832;
  color: #fff;
}

.CardlessPromoPtC .tab-con-items {
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #014832;
  width: 90.3%;
  height: 354.686px;
  margin: 0 auto;
  padding-top: 31px;
  margin-bottom: 36px;
}

.CardlessPromoPtC .bx-controls-direction {
  display: none;
}

.CardlessPromoPtC .CardlessPromoSliderTit {
  background: url(/cardloan_lp/assets/indexD/img/202312/cardless_balloon_white.svg) no-repeat center center;
  color: #333333;
  background-size: contain;
}


/* ExistingBankAcc modal */
.ExistingBankAccCon {
  padding-top: 75px;
  padding-bottom: 23px;
  max-width: 517px;
}

.ExistingBankAccCon.active~.modalBg {
  background-color: #000000;
  opacity: 0.6;
}

.ExistingBankAccCon .modalConInner .ExistingBankAccModalClose {
  top: 0px;
  right: 0px;
  border-radius: unset;
  overflow: hidden;
  background-color: unset;
}

.ExistingBankAccCon .ExistingBankAccModalClose a {
  height: 100%;
  position: relative;
  width: 28px;
  height: 28px;
  transform: translate(13px, 17px);
}

.ExistingBankAccModalClose span {
  display: block;
  width: 37px;
  height: 2px;
  background-color: #004730;
  position: absolute;
}

.ExistingBankAccModalClose span:nth-of-type(1){
  top: 13px;
  left: -5px;
  transform-origin: center;
  transform: rotate(45deg);
}
.ExistingBankAccModalClose span:nth-of-type(2){
  top: 13px;
  left: -5px;
  transform-origin: center;
  transform: rotate(-45deg);
}

.ExistingBankAccCon .modalConTit {
  margin-bottom: 33px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
}

.ExistingBankAccLists {
  text-align: center;
}
.ExistingBankAccList {
  border-top: 1px solid rgba(0, 71, 48, 0.5);
  padding-top: 33px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.ExistingBankAccListTit {
  padding: 15px 0;
  margin-bottom: 34px;
}

.ExistingBankAccListDes {
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.28px;
  margin-bottom: 45px;
}

.ExistingBankAccCon .cardLoan-btnPrimary {
  display: inline-block;
  padding: 16px 13px;
  border-radius: 3.65em;
  width: 100%;
  max-width: 427px;
  background-color: #004831;
  -webkit-box-shadow: 0 12px 15px 0 rgba(81,127,111,.3);
  box-shadow: 0 12px 15px 0 rgba(81, 127, 111, .3);
}

.ExistingBankAccCon .inner {
  font-size: min(21px, 2.1rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px){
  .ExistingBankAccCon .ExistingBankAccModalClose a {
    height: 100%;
    position: relative;
    width: 20px;
    height: 20px;
    transform: translate(4px, 17px);
  }
  .ExistingBankAccModalClose span {
    display: block;
    width: 26px;
    height: 1.5px;
    background-color: #004730;
    position: absolute;
  }
  .ExistingBankAccModalClose span:nth-of-type(1){
    top: 8px;
    left: -2px;
    transform-origin: center;
    transform: rotate(45deg);
  }
  .ExistingBankAccModalClose span:nth-of-type(2){
    top: 8px;
    left: -2px;
    transform-origin: center;
    transform: rotate(-45deg);
  }
  .ExistingBankAccCon {
    padding-top: 75px;
    padding-bottom: 33px;
  }
  .ExistingBankAccCon .modalConTit {
    font-size: 2rem;
    margin-bottom: 47px;
  }
  .ExistingBankAccList {
    border-top: 1px solid rgba(0, 71, 48, 0.5);
    padding-top: 12px;
  }

  .ExistingBankAccListTit {
    padding: 15px 0;
    margin-bottom: 10px;
  }

  .ExistingBankAccListDes {
    color: #333333;
    font-size: 15px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.28px;
    margin-bottom: 30px;
  }

  .ExistingBankAccCon .cardLoan-btnPrimary {
    display: inline-block;
    padding: 13px 13px;
    border-radius: 3.65em;
    width: 100%;
    max-width: 298px;
    background-color: #004831;
    -webkit-box-shadow: 0 12px 15px 0 rgba(81,127,111,.3);
    box-shadow: 0 12px 15px 0 rgba(81,127,111,.3);
  }

  .ExistingBankAccCon .inner {
    /* font-size: 14px; */
    /* font-size: max(14px, 1.4rem); */
    font-size: max(14px, 1.5rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #fff;
  }
}

/* modal of SP2 ver. */
.ExistingBankAccCon02 {
  padding-top: 70px;
  padding-bottom: 23px;
}

.ExistingBankAccCon02 .modalConTit {
  letter-spacing: 0.8px;
  margin-bottom: 23px;
}

.ExistingBankAccCon02 .modalConInner .ExistingBankAccModalClose {
  top: 12px;
  right: -10px;
}

.ExistingBankAccCon02 .ExistingBankAccLists {
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.ExistingBankAccCon02 .ExistingBankAccList {
  border: unset;
  width: 50%;
}

.ExistingBankAccCon02 .cardLoan-btnPrimary {
  box-shadow: unset;
  border-radius: 0.25em;
  filter: drop-shadow(0px 5px 0px #00100B);
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 9px;
}

.ExistingBankAccCon02 .ExistingBankAccListTit {
  padding-bottom: unset;
  margin-bottom: unset;
}

.ExistingBankAccCon02 .inner {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.ExistingBankAccCon02 .ExistingBankAccListDes {
  height: 85px;
  display: flex;
  justify-content: center;
  background: #F7FFE8;
  align-items: flex-start;
  text-align: left;
  padding: 18px 5px;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
}

/**
 * 2024.05.xx ?ż˝?ż˝?ż˝?ż˝?ż˝{?ż˝?ż˝
**/
.bg-lightgray {
  background: #ddd !important;
}

/*
kakakucom
****************************************************/
.kakakucom{
  max-width: calc(1300px + 48px);
  padding: 0 24px 0px 24px;
  margin: -35px auto 10px;
  position: relative;
  z-index: 2;
}
.kakakucom_logobox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kakakucom_logobox:before,.kakakucom_logobox:after {
  border-top: 1px solid;
  content: "";
  width: calc(50% - 13px - 44px);
  margin-top: 22px;
  color: #014832;
}
.kakakucom_logobox:before {
  margin-right: 13px;
}
.kakakucom_logobox:after {
  margin-left: 13px;
}
.kakakucom_logo{
  width: 88px;
}
.kakakucom_logo img{
  width: 100%;
  height: auto;
}
.kakakucom_tit{
  color: #014832;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 23px;
  line-height: 150%;
}
.kakakucom_txt{
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin-top: 9px;
  display: block;
  border-bottom: #014832 1px solid;
  padding-bottom: 58px;
  text-align: center;
}

/**
 * 2024.04.xx SP�����p�^�[����PC���f
**/
.bg-lightgray {
  background: #ddd !important;
}

#modalStep04 .diagnosisResultBTable th,
#modalStep04 .diagnosisResultBTable td {
  padding: 10px 20px;
  text-align: left;
}

#modalStep04 .diagnosisResultBTable th {
  width: 230px;
}

#modalStep04 .diagnosisResultBTable td {
  width: auto;
}

@media screen and (max-width: 768px){
  #modalStep04 .diagnosisResultBTable td{
    width: 65%;
  }
}

/*
kakakucom 20241221
****************************************************/

.kvBtm {
  padding-top: 3%;
}

.kakakucom_tit {
  margin-top: 10px;
  font-size: 14px;
}

.kakakucom_txt {
  font-size: 12px;
  margin-top: 6px;
  padding-bottom: 14px;
}

.kakakucom_logo {
  width: 80px;
}

.kakakucom.no-bg {
  margin-top: 0;
  background: #ffffff;
}

.kv__241226 {
  padding-bottom: 20px;
}


/*
2025/03
****************************************************/
.kv {
  padding-bottom: 0;
}

.kvBtm {
  padding-top: 30px;
  padding-bottom: 40px;
}

.kv__241226 img {
  width: 100%;
}

@media screen and (max-width: 768px){
  .kv{
    margin-bottom: 30px;
  }
  .kvBtm {
    padding-bottom: 3%;
  }
}