@charset "UTF-8";
body {
  opacity: 0;
}

body.state-init {
  opacity: 1;
}

.mt8 {
  margin-top: 8px;
}

body, select, input, textarea {
  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: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif !important;
}

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

#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;
  }
}

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 {
  color: #333;
  letter-spacing: 0.02em;
}

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

.con202006 a {
  text-decoration: none;
}

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

.listIndent {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.listIndent li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 2px;
  line-height: 1.6;
}

.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:last-child {
  margin-bottom: 0 !important;
}

.listIndent ul {
  margin-top: 2%;
  margin-bottom: 4%;
}

@media screen and (min-width: 769px){
  .secDiagnosis .listIndent{
    text-align: center;
  }
}

@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;
  }
  
  .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: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;
}

.jsLazyAnime.type-fade-in-slow {
  opacity: 0;
}
.jsLazyAnime.type-fade-in-slow.lazyAnimate {
  opacity: 1;
  -webkit-transition: opacity 1.2s 0s ease;
  -moz-transition: opacity 1.2s 0s ease;
  -ms-transition: opacity 1.2s 0s ease;
  -o-transition: opacity 1.2s 0s ease;
  transition: opacity 1.2s 0s ease;
}

.jsLazyAnime.type-fade-in {
  opacity: 0;
}
.jsLazyAnime.type-fade-in.lazyAnimate {
  opacity: 1;
  -webkit-transition: opacity 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out;
}

.jsLazyAnime.type-fade-out {
  opacity: 1;
}
.jsLazyAnime.type-fade-out.lazyAnimate {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s ease-out;
  -moz-transition: opacity 0.8s 0s ease-out;
  -ms-transition: opacity 0.8s 0s ease-out;
  -o-transition: opacity 0.8s 0s ease-out;
  transition: opacity 0.8s 0s ease-out;
}

.jsLazyAnime.type-y {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.jsLazyAnime.type-y.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-y-s {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.jsLazyAnime.type-y-s.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-card-down {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.jsLazyAnime.type-card-down.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-shadow-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.jsLazyAnime.type-shadow-up.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-x-l {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.jsLazyAnime.type-x-l.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-x-r {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.jsLazyAnime.type-x-r.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.4s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-scale {
  opacity: 0;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.jsLazyAnime.type-scale.lazyAnimate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.jsLazyAnime.type-scale-in {
  opacity: 0;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}
.jsLazyAnime.type-scale-in.lazyAnimate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.9s 0s ease-out, transform 0.9s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
  -moz-transition: opacity 0.9s 0s ease-out, transform 0.9s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
  -ms-transition: opacity 0.9s 0s ease-out, transform 0.9s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: opacity 0.9s 0s ease-out, transform 0.9s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.9s 0s ease-out, transform 0.9s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.jsLazyAnime.type-scale-in.lazyHidden {
  display: none;
}

.jsLazyAnime.type-txt-bg {
  position: absolute;
  overflow: hidden;
}
.jsLazyAnime.type-txt-bg::before {
  display: block;
  content: '';
  transform-origin: 0 0;
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background: #a0c81e;
  z-index: 1;
}
.jsLazyAnime.type-txt-bg::after {
  display: block;
  content: '';
  transform-origin: 100% 0;
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #004730;
  z-index: 2;
}
.jsLazyAnime.type-txt-bg.lazyAnimate::before {
  left: 0;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.5s 0s ease-out;
  -moz-transition: transform 0.5s 0s ease-out;
  -ms-transition: transform 0.5s 0s ease-out;
  -o-transition: transform 0.5s 0s ease-out;
  transition: transform 0.5s 0s ease-out;
}
.jsLazyAnime.type-txt-bg.lazyAnimate::after {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s 0.55s ease-in;
  -moz-transition: transform 0.5s 0.55s ease-in;
  -ms-transition: transform 0.5s 0.55s ease-in;
  -o-transition: transform 0.5s 0.55s ease-in;
  transition: transform 0.5s 0.55s ease-in;
}
.jsLazyAnime.type-txt-bg.lazyAnimateExit::before {
  left: 0px;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.4s 0.2s ease-out;
  -moz-transition: transform 0.4s 0.2s ease-out;
  -ms-transition: transform 0.4s 0.2s ease-out;
  -o-transition: transform 0.4s 0.2s ease-out;
  transition: transform 0.4s 0.2s ease-out;
}
.jsLazyAnime.type-txt-bg.lazyAnimateExit::after {
  left: 0px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.4s 0.2s ease-in;
  -moz-transition: transform 0.4s 0.2s ease-in;
  -ms-transition: transform 0.4s 0.2s ease-in;
  -o-transition: transform 0.4s 0.2s ease-in;
  transition: transform 0.4s 0.2s ease-in;
}

.jsLazyAnime.type-txt {
  opacity: 0;
}
.jsLazyAnime.type-txt.lazyAnimate {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0s ease-out;
  -moz-transition: opacity 0.4s 0s ease-out;
  -ms-transition: opacity 0.4s 0s ease-out;
  -o-transition: opacity 0.4s 0s ease-out;
  transition: opacity 0.4s 0s ease-out;
}
.jsLazyAnime.type-txt.lazyAnimateExit {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -ms-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}

.jsLazyAnime.type-rot-l {
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.jsLazyAnime.type-rot-l.lazyAnimate {
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: opacity 0.5s 0s ease-out, transform 0.4s 0s ease-out;
  -moz-transition: opacity 0.5s 0s ease-out, transform 0.4s 0s ease-out;
  -ms-transition: opacity 0.5s 0s ease-out, transform 0.4s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out, transform 0.4s 0s ease-out;
  transition: opacity 0.5s 0s ease-out, transform 0.4s 0s ease-out;
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  15% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
body.state-end-anime-03 .kvTxtBg03 div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.state-end-anime-03 .kvTxtBg03 div::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -20%;
  width: 30px;
  height: 120%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10;
}

body.state-end-anime-02 .kvTxtBg02 div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.state-end-anime-02 .kvTxtBg02 div::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -20%;
  width: 30px;
  height: 120%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10;
}

body.state-end-anime-01 .kvTxtBg01 div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.state-end-anime-01 .kvTxtBg01 div::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -20%;
  width: 30px;
  height: 120%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10;
}

body.state-end-anime-00 .kv .btnRound a {
  overflow: hidden;
}
body.state-end-anime-00 .kv .btnRound a span {
  position: relative;
}
body.state-end-anime-00 .kv .btnRound a span::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 30px;
  height: 120%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.kv {
  position: relative;
  background: #b2c7be;
  background: #fff;
}

.kvObj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

.kvBg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

body.state-end-anime-slide .kvSlideItems {
  opacity: 1;
}

body.state-end-anime-kv-img-hide .kvBg {
  display: none;
}



.kvSlideItems {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.kvTxtCardloan {
  position: absolute;
  width: 85.33333vw;
  top: 53.6vw;
  left: 9.86667vw;
  left: 7.33333vw;
}

.kvTxtSupport01 {
  position: absolute;
  width: 72.53333vw;
  top: 62.8vw;
  left: 16.53333vw;
}

.kvTxtSupport02 {
  position: absolute;
  width: 72.53333vw;
  top: 74.8vw;
  left: 16.53333vw;
}

.kvTxtBg03,
.kvTxtBg02,
.kvTxtBg01 {
  position: absolute;
  z-index: 5;
  width: 86.66667vw;
  height: 12vw;
  left: 6.66667vw;
}

.kvTxt01,
.kvTxtBg01 {
  top: 90.53333vw;
}

.kvTxt02,
.kvTxtBg02 {
  top: 105.2vw;
}

.kvTxt03,
.kvTxtBg03 {
  top: 119.86667vw;
}

.kvTxt03,
.kvTxt02,
.kvTxt01 {
  position: absolute;
  width: 86.66667vw;
  height: 12vw;
  left: 6.66667vw;
  z-index: 10 !important;
}

.kv .btnRound {
  position: absolute;
  width: 66.66667vw;
  top: 138.53333vw;
  left: 16.53333vw;
  text-decoration: none;
}

.kv .btnRound a {
  width: 100%;
  padding: 0;
  background: #ff6e32;
}

.kv .btnRound a span {
  border: none;
}

.kvTxtNotice {
  position: absolute;
  top: 157.33333vw;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

.btnRound {
  width: 100%;
  text-align: center;
}

.btnRound.addMT {
  margin-top: 6.66%;
}

.btnRound a {
  width: 66.67%;
  margin: 0 auto;
  display: block;
  position: relative;
  text-decoration: none;
}

.btnRound a span {
  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: 20px;
  font-size: 2.0rem;
  letter-spacing: .1em;
  color: #fff;
  border: 2px solid #fff;
  height: 50px;
  font-weight: 700;
  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/indexC/img/icon_arr_r_w.webp) no-repeat 0 0;
  background-size: 100% auto;
  width: 13px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  z-index: 3;
}

.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;
}

.titLine {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}

.titLine_cardless {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}


.titLine .titLineInner {
  display: block;
}

.titLine .titLineInner span {
  display: inline-block;
  position: relative;
  color: #fff;
}

.titLine_cardless .titLineInner {
  display: block;
}

.titLine_cardless .titLineInner_cardless span {
  display: inline-block;
  position: relative;
  color: #014832;
}


.titBtmTxt {
  margin-bottom: 6%;
  color: #004831;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.titBtmTxtBold {
  margin-bottom: 1.33%;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px){
  .titBtmTxtBold {
    margin-bottom: 1.33%;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
}

/* 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){
  .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: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  
  
  .titLine .titLineInner {
    display: block;
  }
  
  .titLine .titLineInner span {
    display: inline-block;
    position: relative;
    color: #fff;
  }
  
  .titLine_cardless .titLineInner {
    display: block;
  }
  
  .titLine_cardless .titLineInner_cardless span {
    display: inline-block;
    position: relative;
    color: #014832;
  }
  
  
  .titBtmTxt {
    margin-bottom: 6%;
    color: #004831;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  
  .titBtmTxtBold {
    margin-bottom: 1.33%;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
}


/*
Feature
****************************************************/
.secFeature {
  padding: 10.67% 0;
  background: #fff;
  text-align: center;
}

.secFeature .titLine {
  margin-bottom: 7.867%;
}

@media screen and (max-width: 768px){
  .secFeature .titLine .titLineInner:first-child {
    margin-bottom: .25em;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.secFeature .titLine .titLineInner span {
  color: #00503c;
}

/*
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 87px;
    background: #f0ffd2;
    text-align: center;
  }

  .secFeature .titLine{
    margin-bottom: 40px;
  }
  
  /* アイテムの大枠 */
  .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: 14.66%;
    background: #f0ffd2;
    padding-bottom: 11%;
    text-align: center;
  }

  .secFeature .titLine{
    margin-bottom: 8.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;
  }
}

/* Updation 2023/08/26 【secCase】start */
/*
Case
****************************************************/
@media screen and (min-width: 769px){
  .secCase {
    padding-top: 83px;
    padding-bottom: 30px;
    padding-left:  20px;
    padding-right:  20px;
    background: #00503c;
    text-align: center;
    margin-bottom: 30px;
  }

  .secCase .titLine {
    margin-bottom: 35px;
  }

  .caseItems {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
    max-width: 1100px;
  }

  .caseItem {
    position: relative;
    width: 100%;
  }

  .caseItemWhoImg {
    width: 100%;
  }

  .caseItemCon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 65.39%;
    padding: 6% 2% 6% 0;
    background: rgba(0, 80, 60, 0.8);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
  }

  .caseItemTxtPurpose {
    font-size: 18px;
    font-size: 1.57894vw;
    font-weight: 700;
    letter-spacing: .08em;
  }

  .caseItemTxtPurpose span {
    position: relative;
  }

  .caseItemTxtPeriod {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.2280701vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
  }

  .caseItemTxtPeriod span {
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
    font-size: 1.57894vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
  }

  .caseItemPriceTxt {
    font-size: 14px;
    font-size: 1.2280701vw;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1;
    letter-spacing: .08em;
  }

  .caseItemPriceTxt span {
    font-size: 18px;
    font-size: 1.57894vw;
    margin-left: 4px;
  }

  .caseItemPriceTxt span span {
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-size: 2.982456vw;
    line-height: 1;
    z-index: 1;
  }

  .caseItemPriceTxt span span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.1em;
    width: 100%;
    border-bottom: 3px solid #ff6e32;
    z-index: -1;
  }

  .caseItemPriceTxtRate {
    font-size: 12px;
    font-size: 1.0526315vw;
    line-height: 1;
  }

  .linkTxtCenter {
    text-align: center;
    margin: 0 auto;
  }

  .linkTxtCenter a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1140px){
  .caseItemTxtPurpose {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .08em;
  }

  .caseItemTxtPurpose span {
    position: relative;
  }

  .caseItemTxtPeriod {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
  }

  .caseItemTxtPeriod span {
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
  }

  .caseItemPriceTxt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1;
    letter-spacing: .08em;
  }

  .caseItemPriceTxt span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 4px;
  }

  .caseItemPriceTxt span span {
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1;
    z-index: 1;
  }

  .caseItemPriceTxtRate {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px){
  .secCase {
    padding-top: 12.66%;
    padding-bottom: 12%;
    background: #00503c;
    text-align: center;
    margin-bottom: 7.666667vw;
  }
  
  .secCase .titLine {
    margin-bottom: 9.33%;
  }
  
  .caseItems {
    width: 100%;
    margin: 0 auto 6.66%;
    text-align: center;
  }
  
  .caseItem {
    position: relative;
    width: 100%;
  }
  
  .caseItemWhoImg {
    width: 100%;
  }
  
  .caseItemCon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 61.33%;
    padding: 4% 2% 4% 0;
    background: rgba(0, 80, 60, 0.8);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
  }
  
  .caseItemTxtPurpose {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .08em;
  }
  
  .caseItemTxtPurpose span {
    position: relative;
  }
  
  .caseItemTxtPeriod {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
  }
  
  .caseItemTxtPeriod span {
    display: block;
    margin-bottom: 9px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
  }
  
  .caseItemPriceTxt {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1;
    letter-spacing: .08em;
  }
  
  .caseItemPriceTxt span {
    font-size: 17px;
    font-size: 1.7rem;
    margin-left: 4px;
  }
  
  .caseItemPriceTxt span span {
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1;
    z-index: 1;
  }
  
  .caseItemPriceTxt span span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.1em;
    width: 100%;
    border-bottom: 3px solid #ff6e32;
    z-index: -1;
  }
  
  .caseItemPriceTxtRate {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
  }
  
  .linkTxtCenter {
    text-align: center;
    margin: 0 auto;
  }
  
  .linkTxtCenter a {
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    text-decoration: underline;
  }
}


/*
10s Diagnosis
****************************************************/
/* PC版 .secDiagnosisのみ(その他確認中：TODO) */


@media screen and (min-width: 769px){
  .secDiagnosis {
    padding: 80px 0 77px;
    background: #00503c;
    color: #fff;
    text-align: center;
  }
  .diagnosisCon .listIndent li {
    line-height: 1.8125;
    margin-top: 0;
  }
}

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

  .diagnosisCon .listIndent li{
    padding-left: 1em;
    text-indent: -1em;
  }
}

.inDiagnosis {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(170, 210, 40, 0.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, 0.2);
}

.resultDiagnsis {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(170, 210, 40, 0.9);
  z-index: 101;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 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
****************************************************/
@media screen and (min-width: 769px){
  .secBeginners {
    padding: 75px 0 0;
    text-align: center;
    background: #fff;
  }

  .beginnersFirst {
    margin-bottom: 80px;
  }

  .secBeginners .titLine{
    margin-bottom: 33px;
  }

  .secBeginners .titBtmTxt {
    margin-bottom: 35px;
    color: #004831;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }

  .beginnersItems {
    max-width: 1140px;
    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;
    padding: 0 20px;
  }

  .beginnersItems .beginnersItem {
    width: 23.090909%;
  }
  .beginnersItems .beginnersItem a {
    display: block;
    position: relative;
  }
  
  .beginnersItems .beginnersItem a .beginnersItemInner {
    position: relative;
    background: #004831;
    color: #fff;
    overflow: hidden;
    z-index: 2;
    text-align: left;
  }
  
  .beginnersItemIcon {
    width: auto;
    margin-bottom: 3.79%;
    text-align: left;
  }
  
  .beginnersItemTxt {
    padding: 1.7543859vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1.1403508vw solid #ff6e32;
    font-size: 16px;
    font-size: 1.403508vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }

  .beginnersItemArr {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
  }

  .beginnersItemArr i::before {
    content: "▼";
    display: inline;
    color: #fff;
    font-style: normal;
    line-height: 1;
    font-size: 0.8771929vw;
  }

  .secBeginnersSec {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 20px;
  }

  .titSecBeginners {
    width: 100%;
    height: 80px;
    background: #004831;
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
  }
}

@media screen and (min-width: 1140px){
  .beginnersItemTxt {
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 8px solid #ff6e32;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
  .beginnersItemArr i::before {
    content: "▼";
    display: inline;
    color: #fff;
    font-style: normal;
    line-height: 1;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px){
  .beginnersFirst {
    margin-bottom: 11.33%;
  }

  .secBeginners {
    padding: 16.33% 0 0;
    text-align: center;
    background: #fff;
  }

  .beginnersItems {
    width: 86.67%;
    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: 100%;
  }

  .beginnersItems .beginnersItem + .beginnersItem {
    margin-top: 4.62%;
  }

  .beginnersItems .beginnersItem a {
    display: block;
    position: relative;
  }
  
  .beginnersItems .beginnersItem a .beginnersItemInner {
    position: relative;
    background: #004831;
    color: #fff;
    overflow: hidden;
    z-index: 2;
    text-align: left;
  }
  
  .beginnersItemIcon {
    width: auto;
    margin-bottom: 3.79%;
    text-align: left;
  }
  
  .beginnersItemTxt {
    padding: .75em 0 .75em 2em;
    border-left: 8px solid #ff6e32;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }

  .beginnersItemArr {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
  }

  .beginnersItemArr i::before {
    content: "▼";
    display: inline;
    color: #fff;
    font-style: normal;
    line-height: 1;
  }

  .secBeginnersSec {
    width: 86.67%;
    margin: 0 auto 13.33%;
  }

  .titSecBeginners {
    width: 100%;
    height: 50px;
    background: #004831;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
  }
}

.secBeginners .btnRound a {
  width: 100%;
}

.secBeginners .btnRound a span {
  width: 100%;
  background: #ff6e32;
  border: none;
  letter-spacing: 0;
}

.secBeginners .titLine .titLineInner span {
  color: #004831;
}

.flowBoxTit span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #ff6e32;
}

.flowBoxItemBtn a {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px){
  .flowBox {
    width: 100%;
    margin: 0 auto;
    padding: 7.8125%;
    background: #d9e4e0;
    padding: 3.92156% 2.94117% 2%;
  }

  .flowBoxTit {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 auto 2.4214%;
    color: #004831;
  }

  .flowBoxItemTit {
    margin: 0 auto 8.33%;
  }

  .flowBoxItemTitTxt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.75em;
    text-align: center;
    font-size: 20px;
    font-size: 1.754385vw;
    font-weight: 700;
    color: #004831;
    line-height: 1.375;
  }

  .flowBoxTit span {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
  }

  .flowBoxItems {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto 4.16666667%;
  }

  .flowBoxItems .flowBoxItem {
    position: relative;
    margin-bottom: 0;
    padding: 0 1.5% 2.0833333333%;
    background: #fff;
    z-index: 2;
    width: 21.825%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 15vw;
  }

  .flowBoxItems .flowBoxItem::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.19298vw 0 2.19298vw 2.19298vw;
    border-color: transparent transparent transparent #004831;
  }

  .flowBoxItems .flowBoxItem:last-child::after {
    content: none;
  }

  .flowBoxItemBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    line-height: 1.285714;
  }
  .flowBoxItemBtn a span {
    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;
    background: #004831;
    color: #fff;
    font-size: 13px;
    font-size: 1.1403508vw;
    line-height: 1.285714;
    text-align: center;
    z-index: 2;
    height: 4.9122807vw;
  }

  .flowBoxItemBtn a span i {
    position: absolute;
    display: block;
    background: url(/cardloan_lp/assets/indexC/img/icon_search.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 1.49122807vw;
    height: 1.49122807vw;
    top: 50%;
    margin-top: -0.614035vw;
    right: 0.8771929vw;
    z-index: 3;
  }
}

@media screen and (min-width: 1140px){
  .flowBoxItemTitTxt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.75em;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #004831;
    line-height: 1.375;
  }
  .flowBoxItems .flowBoxItem {
    position: relative;
    margin-bottom: 0;
    padding: 0 1.5% 2.0833333333%;
    background: #fff;
    z-index: 2;
    width: 21.825%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 171px;
  }

  .flowBoxItems .flowBoxItem::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #004831;
  }
  .flowBoxItemBtn a span {
    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;
    background: #004831;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.285714;
    text-align: center;
    z-index: 2;
    height: 56px;
  }

  .flowBoxItemBtn a span i {
    position: absolute;
    display: block;
    background: url(/cardloan_lp/assets/indexC/img/icon_search.webp) 0 0 no-repeat;
    background-size: 100% auto;
    width: 17px;
    height: 17px;
    top: 50%;
    margin-top: -7px;
    right: 8px;
    z-index: 3;
  }
}

@media screen and (max-width: 768px){
  .flowBox {
    width: 100%;
    margin: 0 auto 6.66%;
    padding: 7.8125%;
    background: #d9e4e0;
  }

  .flowBoxTit {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 3.18%;
    color: #004831;
  }
  .flowBoxItemTitTxt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.75em;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #004831;
    line-height: 1.375;
  }

  .flowBoxTit span {
    position: relative;
    display: inline-block;
  }

  .flowBoxTit span:nth-child(3){
    margin-top: 1em;
  }

  .flowBoxItems {
    position: relative;
    margin: 0 auto 9.82%;
  }

  .flowBoxItemTit {
    margin: 0 auto 4.33%;
  }

  .flowBoxItems .flowBoxItem {
    position: relative;
    margin-bottom: 5.22%;
    padding: 7.27%  9.09%;
    background: #fff;
    z-index: 2;
  }

  .flowBoxItems .flowBoxItem::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -25px;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #004831 transparent transparent transparent;
  }

  .flowBoxItems .flowBoxItem:last-child::after {
    content: none;
  }

  .flowBoxItems .flowBoxItem + .flowBoxItem {
    margin-top: 11.9%;
  }

  .flowBoxItemBtn {
    width: 100%;
    text-align: center;
  }

  .flowBoxItemBtn a span {
    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;
    background: #004831;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 25px;
    text-align: center;
    z-index: 2;
  }

  .flowBoxItemBtn a span i {
    position: absolute;
    display: block;
    background: url(/cardloan_lp/assets/indexC/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;
  }
}


@media screen and (min-width: 769px){
  .faqItems {
    width: 100%;
    padding: 2.941176% 3.921568%;
    background: #d9e4e0;
  }
  .faqItems .faqItem {
    margin-bottom: 3.1914%;
  }
  .faqItemQ {
    position: relative;
    background: #004831;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 72px;
    padding: 0 0 0 87px;
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
  }
  .faqItemQ::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexC/img/icon_q.webp) no-repeat 0 0;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    z-index: 3;
  }
  .faqItemA::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexC/img/icon_a.webp) no-repeat 0 0;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 17px;
    z-index: 3;
  }
  .faqItemATips {
    position: relative;
    padding: 25px 14px 18px 90px;
    background: #fff;
    color: #004831;
  }
  .faqItemATips p {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .faqItemATips .fsS{
    font-size: 16px;
  }
  
  .faqItemATips p + p {
    margin-top: .25em;
  }
  
  .faqItemATips p a {
    color: #ff6e32;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1140px){
  .faqItemQ {
    position: relative;
    background: #004831;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 72px;
    padding: 0 0 0 87px;
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
  }
  .faqItemQ::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexC/img/icon_q.webp) no-repeat 0 0;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    z-index: 3;
  }
  .faqItemA::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexC/img/icon_a.webp) no-repeat 0 0;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 17px;
    z-index: 3;
  }
  .faqItemATips {
    position: relative;
    padding: 25px 14px 18px 90px;
    background: #fff;
    color: #004831;
  }
  .faqItemATips p {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
  }
  
  .faqItemATips p + p {
    margin-top: .25em;
  }
  
  .faqItemATips p a {
    color: #ff6e32;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px){
  .faqItems {
    width: 100%;
    padding: 7.8125%;
    background: #d9e4e0;
  }
  .faqItems .faqItem {
    margin-bottom: 8.47%;
  }
  .faqItemQ {
    position: relative;
    background: #004831;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 90px;
    padding: 0 0 0 70px;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
  }
  
  .faqItemQ::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexC/img/icon_q.webp) no-repeat 0 0;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 13px;
    z-index: 3;
  }
  .faqItemA::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/cardloan_lp/assets/indexC/img/icon_a.webp) no-repeat 0 0;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 13px;
    z-index: 3;
  }
  .faqItemATips {
    position: relative;
    padding: 30px 14px 30px 60px;
    background: #fff;
    color: #004831;
  }
  .faqItemATips p {
    line-height: 1.8;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  
  .faqItemATips p + p {
    margin-top: .25em;
  }
  
  .faqItemATips p a {
    color: #ff6e32;
    text-decoration: underline;
  }
}

.faqItemA {
  text-align: left;
  position: relative;
}

@media screen and (min-width: 769px){
  .faqOtherItems {
    width: 100%;
    padding: 4.9019606% 4.118% 1.941176%;
    background: #d9e4e0;
  }
  .faqOtherItems .faqOtherItem {
    margin-bottom: 3.1914%;
    overflow: hidden;
  }
  .faqOtherItemQ a {
    position: relative;
    display: block;
    padding: 24px 100px 24px 100px;
    background: #004831;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
  }
  .faqOtherItemQ a::after {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: url(/cardloan_lp/assets/indexC/img/icon_q_s.webp) no-repeat 0 0/100% 100%;
    z-index: 3;
  }
  .faqOtherItemQ a i {
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
  }
  
  .faqOtherItemQ a i::after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 4px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
    z-index: 3;
  }
  
  .faqOtherItemQ a i::before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
    z-index: 3;
  }
  .faqOtherItemAInner {
    position: relative;
    padding: 30px 45px 30px 105px;
    background: #004831;
    color: #fff;
    text-align: left;
  }
  .faqOtherItemAInner p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  
  .faqOtherItemAInner div {
    margin: 16px 0 0;
  }
  
  .faqOtherItemAInner::before {
    content: "";
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    border-top: 2px solid #fff;
  }
  
  .faqOtherItemAInner::after {
    content: "";
    position: absolute;
    left: 40px;
    top: 22px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/cardloan_lp/assets/indexC/img/icon_a_s.webp) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 3;
  }

  .faqOtherItems .cta06Wrap{
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 768px){
  .faqOtherItems {
    width: 100%;
    padding: 7.8125%;
    background: #d9e4e0;
  }
  .faqOtherItems .faqOtherItem {
    margin-bottom: 3.64%;
    overflow: hidden;
  }
  .faqOtherItemAInner {
    position: relative;
    padding: 18px 18px 18px 46px;
    background: #004831;
    color: #fff;
    text-align: left;
  }
  .faqOtherItemQ a {
    position: relative;
    display: block;
    padding: 24px 35px 18px 46px;
    background: #004831;
    color: #fff;
    font-size: 12.5px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
  }
  .faqOtherItemQ a::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(/cardloan_lp/assets/indexC/img/icon_q_s.webp) no-repeat 0 0/100% 100%;
    z-index: 3;
  }
  .faqOtherItemQ a i {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    top: 50%;
    margin-top: -8px;
    right: 4.54%;
  }
  
  .faqOtherItemQ a i::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    margin-top: -1px;
    margin-left: 2px;
    height: 2px;
    top: 50%;
    left: 0;
    background: #fff;
    z-index: 3;
  }
  
  .faqOtherItemQ a i::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    margin-top: 2px;
    background: #fff;
    z-index: 3;
  }
  .faqOtherItemAInner p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  
  .faqOtherItemAInner div {
    margin: 16px 0 0;
  }
  
  .faqOtherItemAInner::before {
    content: "";
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    border-top: 2px solid #fff;
  }
  
  .faqOtherItemAInner::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 14px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/cardloan_lp/assets/indexC/img/icon_a_s.webp) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 3;
  }
}


.faqOtherItems .faqOtherItem:last-child {
  margin-bottom: 0;
}

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

.faqOtherItemQ a.state-active i::before {
  display: none;
}


/*
ContactBtm
****************************************************/
@media screen and (min-width: 769px){
  .secContactBtm {
    padding-top: 70px;
    padding-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
    background: #004831;
    color: #fff;
    text-align: center;
  }
  
  .contactBtmTit {
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .contactBtmTit span {
    position: relative;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
  }
  
  .contactBtmTitSub {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    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: #ffffff;
  }
  .contactBtmTelNum span {
    position: relative;
    padding-left: 68px;
  }
  
  .contactBtmTelNum span i {
    position: absolute;
    display: block;
    background: url(/cardloan_lp/assets/indexC/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;
  }

  a.linkTxt {
    color: #fff;
    text-decoration: underline !important;
  }
  
  .contactBtmTelTxt {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 14px;
  }
  
  .contactBtmTelTxtNotice {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 45px;
  }
  
  /*icon pdf*/
  .iconPDF span {
    padding-left: 25px !important;
  }
  
  .iconPDF span {
    min-height: 21px;
    background: url(/cardloan_lp/assets/indexC/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 {
    max-width: 1020px;
    margin: 0 auto;
    text-align: left;
  }
  
  .contacBtmItems .contacBtmItem {
    margin-bottom: 30px;
    border: 2px solid #eeeeee;
    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;
    color: #333;
  }
  
  .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: 28px 20px 28px 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/indexC/img/icon_notice.webp) no-repeat 0 0/100% auto;
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    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: #004831;
    z-index: 3;
  }
  
  .contacBtmItemQ a i::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #004831;
    z-index: 3;
  }
  
  .tableType01 {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
  }
  
  .tableType01 th {
    background: #014832;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    border: 4px solid #fff;
    border-bottom: none;
    border-right: none;
    text-align: center;
    padding: 19px 0;
    font-weight: bold;
  }
  
  .tableType01 td {
    padding: 24px 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    background: #f4f4f4;
    border: 4px solid #fff;
    border-bottom: none;
    border-right: none;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
  }
  
  .tableType01 tr th:last-child,
  .tableType01 tr td:last-child {
    border-right: 4px solid #fff;
  }
  
  .tableType01 tr:last-child th,
  .tableType01 tr:last-child td {
    border-bottom: 4px solid #fff;
  }
  
  .tableW01 {
    width: 34%;
  }
  
  .tableW02 {
    width: 33%;
  }
  
  .tableW03 {
    width: 33%;
  }
  
  .table_round_tl {
    border-top-left-radius: 8px;
  }
  
  .table_round_tr {
    border-top-right-radius: 8px;
  }
  
  .table_round_bl {
    border-bottom-left-radius: 8px;
  }
  
  .table_round_br {
    border-bottom-right-radius: 8px;
  }
}

@media screen and (max-width: 768px){
  .secContactBtm {
    padding-top: 8%;
    padding-bottom: 6.13%;
    background: #004831;
    color: #fff;
    text-align: center;
  }
  
  .contactBtmTit {
    line-height: 1;
    text-align: center;
    margin-bottom: 7.2%;
  }
  
  .contactBtmTit span {
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  
  .contactBtmTitSub {
    margin-bottom: 2.66%;
    font-size: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
  }
  
  .contactBtmTelNum {
    font-size: 28px;
    font-size: 2.85rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto 2px;
    display: inline-block;
    display: block;
  }
  
  .contactBtmTelNum {
    color: #fff;
  }
  
  .contactBtmTelNum span {
    position: relative;
    padding-left: 44px;
  }
  
  .contactBtmTelNum span i {
    position: absolute;
    display: block;
    background: url(/cardloan_lp/assets/indexC/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 a:hover {
    color: #014832;
  }
  
  a.linkTxt {
    color: #fff;
    text-decoration: underline !important;
  }
  
  .contactBtmTelTxt {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2.66%;
  }
  
  .contactBtmTelTxtNotice {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 2.66%;
  }
  
  /*icon pdf*/
  .iconPDF span {
    padding-left: 25px !important;
  }
  
  .iconPDF span {
    min-height: 21px;
    background: url(/cardloan_lp/assets/indexC/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: 7.2% auto 0;
    text-align: left;
  }
  
  .contacBtmItems .contacBtmItem {
    margin-bottom: 4.47%;
    border: 2px solid #004831;
    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;
    color: #333;
  }
  
  .contacBtmItemAInner p {
    padding: 0 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
  }
  
  .contacBtmItemQ a {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: #004831;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 7px 20px 7px 47px;
    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/indexC/img/icon_notice.webp) no-repeat 0 0/100% auto;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12px;
    left: 14px;
    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: #004831;
    z-index: 3;
  }
  
  .contacBtmItemQ a i::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #004831;
    z-index: 3;
  }
  
  .tableType01 {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
  }
  
  .tableType01 th {
    background: #014832;
    color: #fff;
    vertical-align: middle;
    font-size: 10px;
    font-size: 1rem;
    border: 2px solid #fff;
    border-bottom: none;
    border-right: none;
    text-align: center;
    padding: 8px 0;
    font-weight: normal !important;
  }
  
  .tableType01 td {
    padding: 8px 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    background: #f4f4f4;
    border: 2px solid #fff;
    border-bottom: none;
    border-right: none;
    text-align: center;
    vertical-align: middle;
  }
  
  .tableType01 tr th:last-child,
  .tableType01 tr td:last-child {
    border-right: 2px solid #fff;
  }
  
  .tableType01 tr:last-child th,
  .tableType01 tr:last-child td {
    border-bottom: 2px solid #fff;
  }
  
  .tableW01 {
    width: 34%;
  }
  
  .tableW02 {
    width: 33%;
  }
  
  .tableW03 {
    width: 33%;
  }
  
  .table_round_tl {
    border-top-left-radius: 8px;
  }
  
  .table_round_tr {
    border-top-right-radius: 8px;
  }
  
  .table_round_bl {
    border-bottom-left-radius: 8px;
  }
  
  .table_round_br {
    border-bottom-right-radius: 8px;
  }
}

@media print, screen and (min-width: 360px) {
  .br320 {
    display: none;
  }
}
.tableType02 {
  width: 100%;
  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: 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;
}


@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;
  }
}

/*************************************
secFooterTxt PC版
*************************************/
@media screen and (min-width: 769px){
  .secFooterTxt{
    padding: 0 0 5.26315789vw;
    text-align: center;
    background: #004831;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #000;
  }
  .secFooterTxt > div{
    width: 89.473684vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1140px){
  .secFooterTxt{
    padding: 0 0 58px;
  }
  .secFooterTxt > div{
    width: 1020px;
  }
}

/************************************
secFooterTxt SP版
*************************************/
@media screen and (max-width: 768px){
  .secFooterTxt {
    font-size: 1.2rem;
    padding: 50px 2rem 50px;
    background: #004831;
    color: #fff;
    border-bottom: 1px solid #000;
  }
}

/************************************
form
*************************************/
.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-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/indexC/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;
}

.diagnosisCon {
  width: 89.33%;
  margin: 0 auto 5.6%;
  text-align: left;
}

.diagnosisItems {
  margin-top: 32px;
}

@media screen and (max-width: 768px){
  .diagnosisItems {
    margin-top: 6.66%;
  }
}

.diagnosisItems .diagnosisItem {
  display: table;
  width: 100%;
  margin-bottom: 7.46%;
}

.diagnosisItems .diagnosisItem:last-child {
  margin-bottom: 0;
}

.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 {
  display: inline-block;
  padding: 0 12px;
  background: #dc2828;
  border-radius: 9px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  text-align: center;
}

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

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;
}

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

.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: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
  -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;*/
}

.modalWrap.type-center .modalCon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@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(../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(../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%;
  }
}

.modalCon .contactBtmTelNum{
  color: #000000;
}

.modalCon .contactBtmTelNum span i{
  background: url(/cardloan_lp/assets/indexC/img/icon_free_tel_bk.webp) 0 0 no-repeat;
  background-size: contain;
}

.modalCon .contactBtmTelTxt{
  color: #000000;
}

.modalCon .contactBtmTelTxtNotice{
  color: #000000;
}

.btnRoundItems .btnRound {
  margin-top: 6.55%;
}

.btnRoundItems .btnRound:first-child {
  margin-top: 0;
}

.btnRoundItems .btnRound a {
  width: 100%;
  text-decoration: none;
}

#jsModaldDiagnosisA,
#jsModaldDiagnosisB {
  padding-top: 12.57%;
  background: #fff;
}

.diagnosisResultTit {
  text-align: center;
  margin-bottom: 8.19%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  color: #014832;
  font-weight: 700;
}

.diagnosisResultTit span {
  position: relative;
  top: 2px;
}

.diagnosisResultATxt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85.714%;
  height: 150px;
  margin: 0 auto 7.37%;
  background: #195a45;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.diagnosisResultATxt p {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  text-align: left;
  font-weight: 700;
}

.diagnosisResultATxt span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-top: 8px;
}

.diagnosisResultATxt::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  border: 4px solid #ff6e32;
  border-radius: 33px;
  margin-right: 1em;
}

.diagnosisResultBTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85.714%;
  height: 150px;
  margin: 0 auto 7.37%;
  background: #195a45;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.diagnosisResultBTableWrap {
  width: 85.714%;
  margin: 0 auto 4.09%;
  border: 2px solid #000;
  overflow: hidden;
}

.diagnosisResultInfoTit {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 8px;
  border-bottom: 2px solid #000;
}

.diagnosisResultBTable {
  width: 100%;
}

.diagnosisResultBTable th {
  width: 50%;
  padding: 8px 10px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  color: #000;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}

.diagnosisResultBTable th:first-child {
  border-left: none;
}

.diagnosisResultBTable td {
  width: 50%;
  padding: 8px 10px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  color: #000;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}

.diagnosisResultBTable td:first-child {
  border-left: none;
}

.diagnosisResultBTable tr:last-child td,
.diagnosisResultBTable tr:last-child th {
  border-bottom: none;
}

.diagnosisResultBTable td span.tNormal.fsSmall {
  display: inline-block;
  font-size: 10px;
  font-size: 1.0rem !important;
  line-height: 1.5;
}

.diagnosisResultTxt {
  width: 85.714%;
  margin: 0 auto 7.37%;
  color: #000;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.5;
}

.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%;
}

#jsModaldDiagnosisA .btnRound a,
#jsModaldDiagnosisB .btnRound a {
  width: 71.42587%;
}

#jsModaldDiagnosisA .btnRound a span,
#jsModaldDiagnosisB .btnRound a span {
  width: 100%;
  background: #ff6e32;
  border: none;
  padding: 0 1em 0 0;
  letter-spacing: 0.08em;
  border-radius: 0;
}

.modalCon .secContactBtm {
  padding-top: 12.68%;
  background: #fff;
  color: #000;
}

.modalCon .contactBtmTelNum a {
  color: #000;
}

.modalCon .contactBtmTelNum a span i {
  background: url(/cardloan_lp/assets/indexC/img/icon_free_tel_bk.webp) no-repeat 0 0/100% auto;
}


.secHikakuTable{
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 86px;
}
.secHikakuTable .titLine{
  margin-bottom: 40px;
}
.secHikakuTable .titLine .titLineInner span{
  color: #000;
}

.secHikakuTable table{
  margin: 0 auto;
  outline: 1px solid #cccccc;
  border-radius: 6px;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}
.secHikakuTable table tr:not(:last-child){
  border-bottom: 1px solid #cccccc;
}
.secHikakuTable table th, .secHikakuTable table td {
  padding: 10px 20px;
  font-size: 16px;
}
.secHikakuTable td.table__maru {
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

@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: #014832;
  color: #ffffff;
  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;
  }
}

@media screen and (max-width: 768px){
  .secHikakuTable {
    padding-top: 16%;
    padding-bottom: 0;
  }
  
  .secHikakuTable .titLine {
    font-size: 1.6em;
    margin-bottom: 25px;
  }
  
  .secHikakuTable .titLine .titLineInner span {
    color: #000;
  }
  
  .secHikakuTable table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 5% auto;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    background: #fff;
    width: 90.26666667%;
  }
  
  .secHikakuTable table th, .secHikakuTable table td{
    padding: 10px;
    font-size: 14px;
  }

  .secHikakuTable td,
  .secHikakuTable th {
    border: 1px solid #ccc;
  }
  
  .secHikakuTable th {
    background: #014832;
    color: #fff;
    padding: 5px;
    width: 90px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
  }
  
  .secHikakuTable td {
    padding: 10px;
  }
  
  .secHikakuTable table td.table__maru {
    font-size: 2em;
    padding: 5px;
    vertical-align: middle;
  }
}

.secHikakuTable .bold {
  font-weight: bold;
}

/* 10秒診断ボタン化 */
#diagnosisCon2, #diagnosisCon3, #diagnosisCon4 {
  display: none;
}

.diagnosisOption {
  text-decoration: none;
}

.diagnosisAgeSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
}

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

.diagnosisAgeSelectItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 19px;
  height: 29px;
  background: url(/cardloan_lp/assets/indexC/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: #014832;
  }

  .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){
  .diagnosisAgeSelect{
    justify-content: flex-start;
    gap: 5%;
  }
  .diagnosisAgeSelectItem {
    position: relative;
    width: 30%;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 12px;
    padding: 12px 0;
    border-radius: 22px;
    color: #014832;
    font-weight: bold;
  }

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

.diagnosisAgeSelectItem:visited {
  color: #014832;
}

@media screen and (min-width: 769px){
  .diagnosisIncomeSelect,
  .diagnosisLoanSelect {
    max-width: 1020px;
    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: #ffffff;
    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: #014832;
    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/indexC/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: #014832;
  }

  .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: #ffffff;
    margin-bottom: 1.960784%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 8px;
    padding-right: 24px;
    border-radius: 35px;
    color: #014832;
    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: #ffffff;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 24px;
    border-radius: 22px;
    color: #014832;
    font-size: 12px;
    font-weight: bold;
  }
  
  .diagnosisIncomeSelectItem:visited,
  .diagnosisLoanSelectItem:visited {
    color: #014832;
  }
  
  .diagnosisIncomeSelectItem::after,
  .diagnosisLoanSelectItem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 15px;
    background: url(/cardloan_lp/assets/indexC/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 23px;
}

.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 #fff;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}

.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: #ff6e32;
}

.diagnosisStep ul:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2px);
  height: 2px;
  background: #fff;
  -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: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: underline;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ',Verdana,'ＭＳ Ｐゴシック',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;
  }
}

/* SP版 */
@media screen and (max-width: 768px){
  .diagnosisStep {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 8%;
  }
  
  .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: 30px;
    height: 30px;
    border: 2px solid #fff;
    background: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
  }
  
  .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: #ff6e32;
  }
  
  .diagnosisStep ul:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    height: 2px;
    background: #fff;
    -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: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: underline;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif !important;
  }
}

.titBtmTxtNotice {
  text-align: center;
  margin-top: 2%;
}
.titBtmTxtBold {
  margin-bottom:0;
}
.diagnosisCon {
  margin: 0 auto;
  text-align: left;
}
.diagnosisItems {
  margin-bottom: 12px;
}

@media screen and (max-width:768px){
  .diagnosisItems {
    margin-bottom: 6.66%;
  }
}

.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;
}


/* secCustomer add */
.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: 94px auto 43px;
  }
  .cardLoan-column{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .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;
  }

  .secCustomer .cta06Wrap{
    padding-top: 3.5%;
  }
}

/* PC大 */
@media screen and (min-width: 1140px){
  .secCustomer{
    max-width: 1140px;
    width: 100%; 
    padding: 0 20px;
    margin: 94px auto 43px;
  }
  .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: 39px;
  }

  .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: 60px 10px 50px;
  }
  .cardLoan-reason{
    margin-top: 1.5%;
  }

  .secCustomer .cta06Wrap{
    padding-top: 4.5%;
  }
}

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



/* 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{
    margin: 30px auto 83px;
  }
  .secMovie .sec_ttl{
    font-size: 40px;
    font-weight: bold;
    padding: 30px 20px 5px;
    text-align: center;
    margin-top: 100px;
    letter-spacing: 0.06em;
  }
  
  .secMovie video{
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .video-wrap {
    width: 450px;
    height: 450px;
    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;
}

.titLine .titLineInner_cardless {
  display: block;
}
.titLine .titLineInner_cardless span {
  display: inline-block;
  position: relative;
  padding-top: 12px;
  padding-bottom: 11px;
  color: #014832;
  font-size:28px;
}
#cardless_line{
border-bottom:2px solid #ffffff;
}

/* PC版 小 */
@media screen and (min-width: 769px){
  .kvBtm_alt {
    left: 0;
    bottom: 5.6vw;
    width: 100%;
    z-index: 10;
    margin: 60px 0 47px 0;
  }
  
  .kvBtm_alt .btnRound_alt {
    width: 66.7%;
    margin: 0 auto;
  }
  
  .kvBtm_alt .btnRound_alt a {
    width: 100%;
    padding: 0;
  }
  
  .kvBtm_alt .btnRound_alt a span {
    background: #ff6e32;
  }
  
  .kvBtm_alt p.notice {
    margin: 20px auto 0;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
  
  .btnRound_alt a {
    width: 78.66%;
    margin: 0 auto;
    display: block;
    position: relative;
    text-decoration: none;
  }
  
  .btnRound_alt a span {
    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: 20px;
    font-size: 2.0rem;
    line-height: 1;
    color: #fff;
    background: #63967d;
    height: 50px;
    font-weight: 700;
    border-radius: 25px;
    z-index: 2;
  }
  .btnRound_alt.disabled a span {
    background: #ccc;
  }
  
  .btnRound_alt.disabled a::after {
    background: #999;
  }
  
  .btnRound_alt a span i {
    position: absolute;
    display: block;
    width: 13px;
    height: 21px;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    z-index: 3;
    background: url("/cardloan_lp/assets/indexC/img/icon_arrow_right.svg") no-repeat 0 0/13px 21px;
  }
}

/* SP版 */
@media screen and (max-width: 768px){
  .kvBtm_alt {
    left: 0;
    bottom: 5.6vw;
    width: 100%;
    z-index: 10;
    margin: 30px 0 20px 0;
  }
  
  .kvBtm_alt .btnRound_alt {
    width: 66.7%;
    margin: 0 auto;
  }
  
  .kvBtm_alt .btnRound_alt a {
    width: 100%;
    padding: 0;
  }
  
  .kvBtm_alt .btnRound_alt a span {
    background: #ff6e32;
  }
  
  .kvBtm_alt p.notice {
    margin: 20px auto 0;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
  
  .btnRound_alt a {
    width: 78.66%;
    margin: 0 auto;
    display: block;
    position: relative;
    text-decoration: none;
  }
  
  .btnRound_alt a span {
    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: 20px;
    font-size: 2.0rem;
    line-height: 1;
    color: #fff;
    background: #63967d;
    height: 50px;
    font-weight: 700;
    border-radius: 25px;
    z-index: 2;
  }
  .btnRound_alt.disabled a span {
    background: #ccc;
  }
  
  .btnRound_alt.disabled a::after {
    background: #999;
  }
  
  .btnRound_alt a span i {
    position: absolute;
    display: block;
    width: 13px;
    height: 21px;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    z-index: 3;
    background: url("/cardloan_lp/assets/indexC/img/icon_arrow_right.svg") no-repeat 0 0/13px 21px;
  }
}

.footer__address{
color: #ddd;
margin-top:10px;
}
.secCase {
  padding-top: 12.66%;
  padding-bottom: 16%;
  text-align: center;
}



.caseItems {
  width: 100%;
  margin: 0 auto 12%;
  text-align: left;
}

.caseItemUpper {
  display: grid;
  aspect-ratio: 335/131;
  margin-bottom: 0.8rem;
}

.caseItemUpper>* {
  grid-area: 1/-1;
  width: 100%;
}

.caseItem {
  width: 100%;
  margin: 0 auto;
  padding: 0 6.718758% 0;
  background: #fff;
  margin-top: 14.2%;
}

.caseItems .caseItem:last-child {
  margin-bottom: 0;
}

.caseItemCon {
  width: 100%;
  height: fit-content;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  stroke-width: 4px;
  stroke: #00503C;
  padding-top: 3.8vw;
  padding-bottom: 7.5vw;
  padding-left: 15px;
  gap: 5vw;
}

.caseItem:nth-of-type(3)  .caseItemCon{
  margin-left: -5%;
}

.caseItemWhoImg {
  width: 24.8vw;
}

.caseItem:nth-of-type(2) .caseItemWhoImg img,
.caseItem:nth-of-type(3) .caseItemWhoImg img {
  width: 85%;
  margin: 0 auto;
}

.marker::after {
  position: absolute;
  left: 0;
  bottom: .1em;
  content: "";
  width: 100%;
  height: 10px;
  background: #ffea00;
  z-index: -1;
}

.caseItemTxt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.caseItemPersons {
  width: 100%;
  background: #fff;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.48vw;
}

.caseItemPerson {
  /* width: 28.9vw; */
  width: 34.7%;
  align-self: flex-end;
  margin-bottom: 1.5%;
  margin-left: -3%;
}

.caseItemPriceTxt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.caseItemPriceTxtTitle {
  margin-bottom: 0.5rem;
  line-height: 128%;
  white-space: nowrap;
  margin-right: -1.6rem;
}

.caseItemPrice{
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif !important;
  margin-bottom: 0.6rem;
  color: #F66F00;
}

.caseItemPrice span {
  font-size: 14px;
  font-size: 1.4rem;
}

.caseItemLists {
  font-size: 11px;
  font-size: 1.1rem;

}

.caseItemList {
  display: flex;
  line-height: 176%;
}

.caseItemList dt{
  width: 36%;
}

/*
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;
}

.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/indexC/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/indexC/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/indexC/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/indexC/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/indexC/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/indexC/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;
}

.ExistingBankAccCon02 .modalConInner {
  margin: 0 4vw;
}


/**
 * 2024.05 LP整合施策
**/
#modalStep04 .diagnosisResultBTableWrap {
  width: 100%;
}


/**
 * 2025.07 indexC固有モーダル設定
**/
@media screen and (min-width: 769px){
  .modalFlow{
    border-radius: 0;
    padding: 0;
    box-shadow: 0px 0px 15px -5px #777777;
  }

  .modalFlow .modalConInner{
    background-color: #004831;
    padding-bottom: 24px;
  }

  .modalFlow .modalConTit{
    padding: 67px 0 33px;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 0;
  }

  .modalFlow .modalBtnCon{
    padding: 40px 0;
    max-width: none;
    width: 100%;
    background-color: #ffffff;
  }

  .modalFlow .modalClose{
    background-color: #ffffff;
    border-radius: 0;
    top: 10px;
    right: 10px;
  }

  .modalFlow .listIndent{
    margin-top: 0;
  }

  .modalFlow .greenbox{
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .modalFlow .greenbox li{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    font-size: 16px;
    color: #ffffff;
    background-color: #004831;
    margin-bottom: 0;
  }

  .modalFlow .greenbox li:not(:first-child){
    margin-top: 20px;
  }

  .modalFlow .greenbox li::after{
    width: auto;
    height: auto;
    top: auto;
    left: 50px;
  }

  .modalFlow .listIndent li span{
    position: relative;
    padding-left: 1.5em;
  }

  .modalFlow .listIndent li.iconCircle span::before {
    position: absolute;
    display: block;
    content: "●";
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
  }
  .modalFlow .notice li{
    padding-left: 0;
  }
  .modalFlow .notice li span{
    padding-left: 0;
  }

  /* modal2 */
  #modalStep02.modalFlow .greenbox{
    max-width: 696px;
    width: 100%;
  }

  #modalStep02.modalFlow .greenbox li:not(:last-child){
    max-width: 45.2586%;
  }

  #modalStep02.modalFlow .greenbox li:last-child{
    max-width: 51.8678%;
  }

  #modalStep02.modalFlow .greenbox li:nth-child(2),#modalStep02.modalFlow .greenbox li:nth-child(4){
    margin-left: 2.87356%;
  }

  #modalStep02.modalFlow .greenbox li:not(:nth-child(n+3)){
    margin-top: 0;
  }

  #modalStep02.modalFlow .listIndent.notice{
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-top: 8px;
  }

  #modalStep02.modalFlow .modalTxt.mt8.tCenter{
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  #modalStep02.modalFlow .btnRound{
    width: 420px;
    margin-top: 25px;
  }

  #modalStep02.modalFlow .btnRound a span{
    background-color: #ff6e32;
    font-size: 20px;
    letter-spacing: 0;
    border: none;
    line-height: 1;
    height: 80px;
    border-radius: 0;
  }

  #modalStep02.modalFlow .btnRound a span i{
    background: none;
    width: auto;
    height: auto;
    top: auto;
    margin-top: -6px;
    right: 28px;
  }

  #modalStep02.modalFlow .btnRound a span i::before{
    content: "▶︎";
    display: inline;
    color: #fff;
    font-style: normal;
    line-height: 1;
    font-size: 18px;
  }

  /* modal3 */
  #modalStep03.modalFlow .modalTxt{
    max-width: 575px;
    margin: 0 auto;
  }

  /* modal4 */
  #modalStep04.modalFlow .modalTxt{
    max-width: 600px;
    margin: 0 auto;
  }

  #modalStep04.modalFlow .diagnosisResultBTableWrap{
    max-width: 600px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
  }

  #modalStep04.modalFlow .diagnosisResultBTableWrap th{
    width: 230px;
    font-size: 16px;
    background: transparent;
  }

  #modalStep04.modalFlow .diagnosisResultInfoTit{
    margin-bottom: 0;
    padding: 18px 0;
    font-size: 20px;
  }

  #modalStep04.modalFlow .diagnosisResultBTable td{
    padding: 15px 10px;
    width: 370px;
    font-size: 16px;
    background: transparent;
  }
}

@media screen and (max-width: 768px){
  .modalFlow{
    border-radius: 0;
    padding: 0;
    box-shadow: 0px 0px 15px -5px #777777;
  }

  .modalFlow .modalConInner{
    width: 100%;
    background-color: #004831;
    padding-bottom: 12px;
  }

  .modalFlow .modalConTit{
    padding: 33.5px 0 16.5px;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
  }

  .modalFlow .modalBtnCon{
    padding: 20px 10px;
    max-width: none;
    width: 100%;
    background-color: #ffffff;
  }

  .modalFlow .modalClose{
    background-color: #ffffff;
    border-radius: 0;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
  }

  .modalFlow .modalClose img{
    vertical-align: top;
  }

  .modalFlow .listIndent{
    margin-top: 0;
  }

  .modalFlow .greenbox{
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .modalFlow .greenbox li{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 36px;
    font-size: 16px;
    color: #ffffff;
    background-color: #004831;
    margin-bottom: 0;
    padding: 5%;
  }

  .modalFlow .greenbox li:not(:first-child){
    margin-top: 10px;
  }

  .modalFlow .listIndent li span{
    position: relative;
    padding-left: 1.25em;
  }
  
  .modalFlow .listIndent li.iconCircle span::before {
    position: absolute;
    display: block;
    content: "●";
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
  }
  .modalFlow .notice li{
    padding-left: 1em;
    text-indent: -1em;
  }
  .modalFlow .notice li span{
    padding-left: 0;
  }

  .modalFlow .greenbox li::after{
    width: auto;
    height: auto;
    top: auto;
    left: 25px;
  }

  /* modal2 */
  #modalStep02.modalFlow .greenbox{
    width: 93%;
  }

  #modalStep02.modalFlow .greenbox li:not(:last-child){
    max-width: 100%
  }

  #modalStep02.modalFlow .greenbox li:last-child{
    max-width: 100%;
  }

  #modalStep02.modalFlow .listIndent.notice{
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-top: 8px;
  }

  #modalStep02.modalFlow .modalTxt.mt8.tCenter{
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  #modalStep02.modalFlow .btnRound{
    width: 93%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  #modalStep02.modalFlow .btnRound a span{
    background-color: #ff6e32;
    font-size: 20px;
    letter-spacing: 0;
    border: none;
    line-height: 1;
    height: 40px;
    border-radius: 0;
  }

  #modalStep02.modalFlow .btnRound a span i{
    background: none;
    width: auto;
    height: auto;
    top: auto;
    margin-top: -6px;
  }

  #modalStep02.modalFlow .btnRound a span i::before{
    content: "▶︎";
    display: inline;
    color: #fff;
    font-style: normal;
    line-height: 1;
    font-size: 14px;
  }

  /* modal3 */
  #modalStep03.modalFlow .modalTxt{
    max-width: 575px;
    margin: 0 auto;
  }

  /* modal4 */
  #modalStep04.modalFlow .modalTxt{
    max-width: 600px;
    margin: 0 auto;
  }

  #modalStep04.modalFlow .diagnosisResultBTableWrap{
    max-width: 600px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
  }

  #modalStep04.modalFlow .diagnosisResultBTableWrap th,td{
    background: transparent !important;
  }

  #modalStep04.modalFlow .diagnosisResultBTableWrap th{
    width: 230px;
    font-size: 16px;
  }

  #modalStep04.modalFlow .diagnosisResultInfoTit{
    margin-bottom: 0;
    padding: 18px 0;
    font-size: 20px;
  }

  #modalStep04.modalFlow .diagnosisResultBTable td{
    padding: 15px 10px;
    width: 370px;
    font-size: 16px;
  }
}