﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  color: #333333;
  line-height: 150%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt"on;
}
body * {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
q, blockquote {
  quotes: none;
}
q::before, q::after, blockquote::before, blockquote::after {
  clear: both;
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
li {
  list-style-type: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
h1, h2, h3, h4 {line-height: 1.3;}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.btn {
  transition: filter 0.3s;
  display: block;
}
.btn:hover{
  filter: brightness(1.4);
}
.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}
:root {
  --vh: 1vh;
  --vw: 1vw;
}

.modalFlow {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 2rem;
  line-height: 1.6;
}

.zkg-regular {
  font-weight: 400;
  font-style: normal;
}
.zkg-medium {
  font-weight: 500;
  font-style: normal;
}
.zkg-bold {
  font-weight: 700;
  font-style: normal;
}
.zkg-black{
  font-weight: 900;
  font-style: normal;
}
.tx-center {
  text-align: center !important;
}
.tx-uline {
  text-decoration: underline;
}
.tx-vaTt {
  vertical-align: text-top;
}

.green {
  color: #12984a;
}
.red {
  color: #ce0109;
}
* { min-height: 0vw; min-height: 0; }
.f-mini { font-size: 50%; }
.f-x-small { font-size: 65%; }
.f-small { font-size: 80%;}
.f-medium {font-size: 120%; }
.f-large {font-size: 165%;}
.f-x-large {font-size: 180%;}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeoutAnime {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: .9;
  }
}
@keyframes swing {
  from {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(25deg) translateX(10px);
  }
  40% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(25deg) translateX(10px);
  }
  80% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes textanimation {
  from {
    opacity: 1;
  }
  5% {
    opacity: .6;
  }
  10%,to{
    opacity: 1;
  }
}
.animated {
  animation-duration: 6s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
.textanimation {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.textanimation span {
  display:block;
  margin: 0;
  opacity: 0;
  animation: textanimation 4s both;
  animation-iteration-count: infinite;
}
.textanimation span:nth-child(1) { animation-delay: 0.2s }
.textanimation span:nth-child(2) { animation-delay: 0.4s }
.textanimation span:nth-child(3) { animation-delay: 0.6s }
.textanimation span:nth-child(4) { animation-delay: 0.8s }
.textanimation span:nth-child(5) { animation-delay: 1.0s }
.textanimation span:nth-child(6) { animation-delay: 1.2s }
.textanimation span:nth-child(7) { animation-delay: 1.4s }
.textanimation span:nth-child(8) { animation-delay: 1.6s }

.layout-header-inner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-self: center;
  height: 60px;
  padding: 15px 24px;
}
.layout-header-logo {
  max-width: 154px;
}
.layout-header-logo a{
  display: block;
}
.layout-header-logo a:hover{
  opacity: .8;
}
.page-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
.page-menu-btn {
  position: absolute;
  width: 24px;
  height: 21px;
  top: 20px;
  right: 24px;
  pointer-events: visible;
  z-index: 1001;
}
.page-menu-btn-bar {
  width: 100%;
  height: 3px;
  border-top: 2px solid #333;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.page-menu-btn-bar:nth-child(1) {
  top: 0;
  transition: transform 0.3s ease-out;
}
.page-menu-btn.is-active .page-menu-btn-bar:nth-child(1) {
  transform: translate(0, 8px) rotate(45deg);
}
.page-menu-btn-bar:nth-child(2) {
  transform: translate(0, -50%);
  transition: opacity 0.3s ease-out;
}
.page-menu-btn.is-active .page-menu-btn-bar:nth-child(2) {
  opacity: 0;
}
.page-menu-btn-bar:nth-child(3) {
  bottom: 0;
  transition: transform 0.3s ease-out;
}
.page-menu-btn.is-active .page-menu-btn-bar:nth-child(3) {
  transform: translate(0, -10px) rotate(-45deg);
}
.page-menu-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.page-menu-nav-inner {
  width: 100%;
  padding: 24px 1rem;
  background-color: #fff;
  height: 100%;
  pointer-events: visible;
}
.page-menu-list li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.page-menu-list li:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.page-menu-list li dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; 
  justify-content: center;
}
.page-menu-list li dl dt { width: 15%;}
.page-menu-list li dl dd { width: 85%; }
.page-menu-list li dl dt .point {
  max-width: 2.4em;
  height: 2.4em;
  margin: 0 auto;
  border-radius: 50%;
  background:#12984a;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-menu-list li dl dt .point p {
  color: #FFF;
  line-height: 1;
  font-size: clamp( 1rem, 2.6vw, 1.2rem); 
  text-align: center;
}
.page-menu-list li a {
  text-decoration: none;
  font-weight: 700;
  display: block;
  padding: 1.5rem 0;
  font-size: clamp( 1.6rem, 2.1vw, 2rem); 
  position: relative;
}
.page-menu-list li a::after {
  content: "";
  margin-top: -10px;
  top: 50%;
  right: 18px;
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #333 #333 transparent transparent;
  transform: rotate(135deg);
}
.bg-page-menu {
  display: none;
}
@media all and (min-width: 768px) {
  .page-menu-nav-inner {
    padding: 96px 20px 24px;
    max-width: 450px;
    margin-left: auto;
  }
  .page-menu-list li a {
    transition: opacity 0.2s ease-in-out;
  }
  .page-menu-list li a::after {
    transition: margin-top 0.2s ease-in-out;
  }
  .page-menu-list li a:hover {
    opacity: 0.7;
  }
  .page-menu-list li a:hover::after {
    margin-top: -5px;
  }
  .bg-page-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .bg-page-menu.is-active {
    display: block;
    animation-name: fadeInAnime;
  }
  .bg-page-menu.is-inactive {
    animation-name: fadeOutAnime;
  }
}
@media (max-width: 767.98px) {
  .layout-header-inner {
    height: 50px;
    padding: 10px 20px;
    max-width: 100vw;
  }
  .layout-header-logo {
    max-width: 140px;
  }
  .page-menu-btn {
    top: 18px;
    right: 20px;
    width: 20px;
    height: 16px;
  }
  .page-menu-btn-bar {
    height: 2px;
    border-top: 2px solid #333;
    border-radius: 2px;
  }
  .page-menu-btn.is-active .page-menu-btn-bar:nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
  }
  .page-menu-btn.is-active .page-menu-btn-bar:nth-child(3) {
    transform: translate(0, -6px) rotate(-45deg);
  }
  
  .page-menu-nav {
    top: 44px;
  }
  .page-menu-list li a::after {
    margin-top: -8px;
    right: 12px;
    border-color: #333 #333 transparent transparent;
    transform: rotate(45deg);
    transform: rotate(135deg);
  }
}
@media (max-width: 390px) {
  .layout-header-inner {
    height: 44px;
    padding: 10px 20px;
    max-width: 100vw;
  }
  .layout-header-logo {
    max-width: 110px;
  }
  .page-menu-btn {
    top: 14px;
    right: 20px;
    width: 20px;
    height: 16px;
  }
  .page-menu-btn-bar {
    height: 2px;
    border-top: 2px solid #333;
    border-radius: 2px;
  }
  .page-menu-btn.is-active .page-menu-btn-bar:nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
  }
  .page-menu-btn.is-active .page-menu-btn-bar:nth-child(3) {
    transform: translate(0, -6px) rotate(-45deg);
  }
  .page-menu-nav {
    top: 44px;
  }
  .page-menu-list li a::after {
    margin-top: -8px;
    right: 12px;
    border-color: #333 #333 transparent transparent;
    transform: rotate(45deg);
    transform: rotate(135deg);
  }
}

footer {
  overflow: hidden;
}
footer .copylight {
  background-color: #12984a;
}
footer .copylight p {
  line-height: 2;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 2rem 0 ;
}
.footerInfo {
  padding: 0 0 4rem; 
}
.footerInfo  .footerInner{
  margin: 0 auto;
  max-width: 768px;
  line-height:1.6;
}
.footerInfo .footerInner .info{
  display:flex;
  flex-wrap: nowrap;
  align-items: center; 
  justify-content: center;
}
.footerInfo .footerInner .info .logo { width: 30%; padding: 0 3rem 0 1.5rem; }
.footerInfo .footerInner .info .text { font-size: 1.4rem;  }
@media screen and (max-width: 767px) {
  footer .copylight p { padding: 3rem 0 ; font-size: clamp(1.2rem, 3.2vw, 3rem); }
  .footerInfo { padding: 0 0 3rem; }
  .footerInfo .footerInner { width: 94%;}
  .footerInfo .footerInner .info { flex-wrap: wrap; }
  .footerInfo .footerInner .info .logo { width: 40%; padding: 0 0 2rem 0;}
  .footerInfo .footerInner .info .text { width: 100%; font-size: clamp( 1.05rem, 2.8vw, 3rem); }
}
@media screen and (max-width: 500px) {
  footer .copylight p { padding: 1rem 0 ;}
  .footerInfo .footerInner .info .logo { width: 46%;}
}

main {
  background: #FFF;
  overflow: hidden;
}
.sectionMv {
  width: 100%;
  position: relative;
  background: url("/promotion/individual/service/loan/card-smile/img/bg_mv01.png") no-repeat top center #fffdde;
}
.mvContent {
  max-width:  1080px;
  margin: 60px auto 0;
  padding: 0 0 10rem;
}
@media (max-width: 767.98px) {
  .mvContent { margin: 44px auto 0; }
}
@media (max-width: 500px) {
  .mvContent { padding: 0 0 6rem; }
}
@media (max-width: 390px) { 
  .mvContent { margin: 44px auto 0;}
}
.mvContentInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mvContentInner .box01 {
  width: 55%;
  margin: 2rem 0 0;
  padding: 3rem 0 0 3rem;
}
.mvContentInner .box02 {
  width: 45%;
  padding: 3rem 0 0 0 ;
}
@media all and (max-width: 1080px) {
  .mvContent {
    background: url("/promotion/individual/service/loan/card-smile/img/bg_mvContent.png") no-repeat top center #fffdde;
    background-size: 100%;
  }
  .mvContentInner .box01{
    padding: 3rem 2rem 0 3rem;
  }
  .mvContentInner .box02 {
    padding: 3rem  3rem 0 0;
  }
}
@media all and (max-width: 767px) {
  .mvContentInner {
    width: 100%;
    background: url("/promotion/individual/service/loan/card-smile/img/bg_mv01_sp.png") no-repeat top center #fffdde;
    background-size: 100%;
    
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .mvContentInner .box01{
    width: 86%;
    margin: 3rem auto 0;
    padding: 3rem 0 0 0 ;
  }
  .mvContentInner .box02 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: url("/promotion/individual/service/loan/card-smile/img/bg_mv02_sp.png") no-repeat bottom center #fffdde;
    background-size: 100%;
  }
}
@media all and (max-width: 390px) {
  .mvContentInner .box01{
    padding: 0;
  }
}

.mvContent .mvTitleSub{
  margin-bottom: 2.5rem;
}
.mvContent .mvTitleSub span{
  font-size: clamp( 1.6rem, 2.1vw, 2.4rem);
  color: #fffb81;
  background: #12984a;
  padding: .3rem 5rem .5rem;
  border-radius: 5rem;
}
.mvContent .mvTitleMain {
  margin: 0 auto;
}
.mvContent .mvCard{
  margin: 3rem auto 0;
}
@media all and (min-width: 768px) {
  .mvContent .mvTitleMain { max-width: 520px; }
  .mvContent .mvCard{ max-width: 260px; }
}
@media all and (max-width: 767px) {
  .mvContent .mvTitleSub span { font-size: clamp( 1.6rem, 4.3vw, 7rem); }
  .mvContent .mvCard{ width: 60%; }
}
@media all and (max-width: 500px) {
  .mvContent .mvTitleSub{ margin-bottom: 1.5rem; }
  .mvContent .mvTitleSub span{ padding: .3rem 4rem .5rem; }
  .mvContent .mvCard{ width: 60%; margin: 1.5rem auto 0;}
}

.mvContent .mvCatch{
  margin-top: 1rem;
  padding-right: 3rem;
}
.mvContent .mvCatch span{
  display: block;
  font-size: clamp( 4.5rem, 5.8vw, 5.8rem);
  line-height: 1.6;
  padding: 0 .5rem 1rem;
  background: url("/promotion/individual/service/loan/card-smile/img/img_mv_line.png") repeat-x bottom center;
  background-size: 100%;
}
@media all and (min-width: 768px) {
  .mvContent .mvCatch { max-width: 420px; }
}
@media all and (max-width: 767px) {
  .mvContent .mvCatch { margin-top: 2rem; padding-right: 0; }
  .mvContent .mvCatch span{
    display: inline-block;
    font-size: clamp( 2.5rem, 6.7vw, 8rem);
    padding: 0 .2rem 2rem;
    background-size: 202%;
  }
}
@media all and (max-width: 500px) {
  .mvContent .mvCatch span{ padding: 0 .2rem 1.5rem; }
}

/*=====*/
.mvContent .mvText{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 66%;
  margin: 1rem auto 1rem;
}
.mvContent .mvText dt{ 
  width: 31%;
  margin: .7rem 0;
}
.mvContent .mvText dt span{ 
  display: block;
  line-height: 1;
  background: #68c05c;
  color: #FFF;
  border-radius: .6rem;
  padding: 1rem 0 1.2rem;
  font-size: clamp( 1.3rem, 3vw, 3rem);
}
.mvContent .mvText dd{ 
  width: 69%;
  line-height: 1.2;
  padding: 0 0 .5rem .5rem;
  font-size: clamp( 2.7rem, 7.2vw, 6.5rem);
}
@media screen and (min-width: 390px) {
  .mvContent .mvText { margin: 2rem auto 2rem; }
  .mvContent .mvText dt span{ padding: 1.1rem 0 1.3rem; }
}
@media screen and (min-width: 500px) {
  .mvContent .mvText { margin: 2rem auto 2rem; }
  .mvContent .mvText dt span{ padding: 1.2rem 0 1.4rem; }
  .mvContent .mvText dd{ padding: 0 0 .5rem 1rem; }
}
@media all and (min-width: 768px) { 
  .mvContent .mvText{
    width: 100%;
    margin-top: 2rem;
  }
  .mvContent .mvText dt{ 
    width: 22%;
    margin: 1.2rem 0;
  }
  .mvContent .mvText dt span{ 
    padding: 1.4rem 0 1.6rem;
    font-size: clamp( 1.2rem, 1.6vw, 1.6rem);
  }
  .mvContent .mvText dd{ 
    width: 78%;
    padding: 0 0 .5rem 1rem;
    font-size: clamp( 4rem, 5.2vw, 5rem);
  }
}

/*=====*/
.mvBtnArea {
  margin-top: 0;
  margin-bottom: 0; 
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 0 0;
}
.coBtnArea {
  margin-top: 0;
  margin-bottom: 0;  
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 4rem;
}
.coBtnArea.marTB02 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.coBtnArea.marTB03 {
  margin-top: 4rem;
  margin-bottom: 0;
}
.cvBtn a{
  margin: 0 auto 1.2rem;
  padding: 0 0 .1rem;
  color: #FFF;
  text-align: center;
  font-size: clamp( 1.8rem, 4.8vw, 5rem);
  line-height: 2.7;
  border-radius: 10rem;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  background: #ed1c24;
  width: 78%;
  display: block;
}
.cvBtn a::after{
  content: "";
  top: 50%;
  right: 20px;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 3px;
  border-color: #fff #fff transparent transparent;
  margin-top: -6px;
  transform: rotate(45deg);
}

@media (min-width: 501px) and (max-width: 767px){
  .mvBtnArea { padding: 3rem 0 0; }
  .coBtnArea { padding: 0 0 10rem;}
  .coBtnArea.marTB02 { margin-top: 4rem; margin-bottom: 4rem; }
  .coBtnArea.marTB03 { margin-top: 4rem;  }
}
@media all and (min-width: 768px) { 
  .mvBtnArea {
    max-width:  1080px;
    margin-right: auto;
    margin-left: auto;
    padding: 5rem 0 0;
  }
  .coBtnArea {
    max-width:  1080px;
    margin-right: auto;
    margin-left: auto;
  }
  .coBtnArea.marTB01 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cvBtn a{
    font-size: clamp( 3rem, 3.9vw, 3.6rem);
    line-height: 2.2;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
    max-width:  800px;
  }
  .cvBtn a::after{
    content: "";
    top: 50%;
    right: 30px;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid;
    border-radius: 3px;
    border-color: #fff #fff transparent transparent;
   margin-top: -10px;
    transform: rotate(45deg); 
  }
  .coBtnArea.marTB02 { margin-top: 8rem; margin-bottom: 8rem; }
  .coBtnArea.marTB03 { margin-top: 6rem; margin-bottom: 4rem;}
}
@media (any-hover: hover) {
  .cvBtn a:hover{
    background: #bb0b12;
    box-shadow: none;
    top: 6px;
    left: 6px;
  }
}

.contactBtn-annotation{
  width: 70%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
  font-size: clamp( 1.1rem, 2.9vw, 2.8rem);
}
.contactBtn-flow{
  padding-top: 2.5rem;
  font-size: clamp( 1.5rem, 3.8vw, 3.6rem);
}
.contactBtn-flow a{
  text-decoration: underline;
}
.icon-btn{
  margin-left: 6px;
  margin-right: 6px;
  width:  .8em;
  height: auto;
  display: inline;
  vertical-align: baseline;
}
@media all and (min-width: 768px) { 
  .contactBtn-annotation {
    width: 74%;
    text-align: center;
    font-size:  1.4rem;
  }
  .contactBtn-flow{ font-size: 1.8rem; }
  .contactBtn-flow a:hover{
    opacity: .7;
  }
  .icon-btn { width:  .9em; }
}

/*=====*/
.sectionMeritBtn .secTitle {
  padding: 0;
}
.sectionMeritBtn .secTitle h2{
  font-size: clamp( 2.4rem, 6.4vw, 7rem);
  line-height: 1.2;
  margin: 1rem 0;
}
.sectionMeritBtn .secTitle .line_img {
  width: 100%;
}
@media all and (min-width: 768px) { 
  .sectionMeritBtn .secTitle {
    padding: 0 5rem;
  }
  .sectionMeritBtn .secTitle h2{
    font-size: 3.6rem;
    margin: 2rem 0;
  }
  .sectionMeritBtn .secTitle .line_img {
    max-width: 720px;
    margin: 0 auto;
  }
}

.sectionMeritBtn .meritBtnArea {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 2rem;
  text-align: center;
  
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sectionMeritBtn .meritBtn {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 40%;
  margin: 1.5rem 1.5rem;
}
.sectionMeritBtn .meritBtn a {
  height: auto;
  flex: 1 1 auto;
  text-align: center;
  background: #fffb81;
  border-radius: .5rem;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 1rem 0 2.5rem;
}
.sectionMeritBtn .meritBtn a::after {
  content: "";
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #333 #333 transparent transparent;
  transform: rotate(135deg);
  margin-left: -7px;
}
.sectionMeritBtn .meritBtn .point{
  max-width: 4.2rem;
  height: 4.2rem;
  background:#12984a;
  border-radius: 50%;
  margin-top: -2rem;
  margin-left: 3%;
  font-size: clamp( .9rem, 2.3vw, 1.4rem);
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: .2rem;
}
.sectionMeritBtn .meritBtn .point p{
  line-height: 1;
}
.sectionMeritBtn .meritBtn .item{
    width: 36%;
    margin: -2rem auto .5rem;
}
.sectionMeritBtn .meritBtn .text{
  line-height: 1.3;
  font-size: clamp( 1.4rem, 3.7vw, 3.6rem);
}

@media screen and (min-width: 390px) {
  .sectionMeritBtn .meritBtn .point{
    max-width: 5rem;
    height: 5rem;
    font-size: clamp( 1rem, 2.6vw, 3rem);
  }
}
@media screen and (min-width: 500px) {
  .sectionMeritBtn .meritBtn { 
    width: 40%;
    margin: 1.5rem 1.5rem;
  }
  .sectionMeritBtn .meritBtn a{
    padding: 1rem 0 3rem;
  }
  .sectionMeritBtn .meritBtn .point{
    max-width: 6rem;
    height: 6rem;
    font-size: clamp( 1.5rem, 1.9vw, 2rem);
  }
  .sectionMeritBtn .meritBtn .item{
    margin: -3rem auto .5rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionMeritBtn .meritBtn a{
    padding: 1rem 0 3.5rem;
  }
  .sectionMeritBtn .meritBtn .point{
    max-width: 7rem;
    height: 7rem;
  }
}
@media all and (min-width: 768px) { 
  .sectionMeritBtn .meritBtnArea {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4rem 0 4rem;
    text-align: center;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sectionMeritBtn .meritBtn {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    max-width: 336px;
    width: 33%;
    margin: 1.8rem 1.2rem;
  }
  .sectionMeritBtn .meritBtn a {
    padding: 2rem 0 4rem;
    border-radius: 1rem;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .sectionMeritBtn .meritBtn a::after {
    content: "";
    position: absolute;
    bottom: 8%;
    left: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-radius: 2px;
    border-color: #333 #333 transparent transparent;
    transform: rotate(135deg);
    margin-left: -10px;
  }
  .sectionMeritBtn .meritBtn .point{
    margin-top: -3rem;
    max-width: 8rem;
    height: 8rem;
    font-size: clamp( 1rem, 2.6vw, 2rem);
  }
  .sectionMeritBtn .meritBtn .item{
    width: 30.5%;
    margin: -3rem auto 1rem;
  }
  .sectionMeritBtn .meritBtn .text{
    font-size: 2.6rem;
  }
}
@media (any-hover: hover) {
  .meritBtn a:hover {
    filter: brightness(95%);
    transition: filter 0.3s ease-in-out;
  }
  .meritBtn a::after {
    transition: bottom 0.2s ease-in-out;
  }
  .meritBtn a:hover::after {
    bottom: 6%;
  }
}

/*=====*/
.bg_color01{ background: #fffdde;}
.bg_block01{
  background: url("/promotion/individual/service/loan/card-smile/img/bg_sec01_triangle.png") no-repeat center center;
  background-size:  100% 100%;
}
.bg_color02{ background: #e3ffc9;}
.bg_block02{
  background: url("/promotion/individual/service/loan/card-smile/img/bg_sec02_triangle.png") no-repeat center center;
  background-size:  100% 100%;
}
.bg_color03{ 
  background: #FFFFFF;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 49%, rgba(227, 255, 201, 1) 50%);
}

.sectionBottom.item-right{
  display: flex;
  justify-content: flex-end;
}
.sectionBottom.item-left{
  display: flex;
  justify-content: flex-start;
}
.sectionBottom .item_img img{ max-width: 180px;}
@media (min-width: 321px) and (max-width: 500px){
  .sectionBottom .item_img img{ max-width: 220px;}
}
@media (min-width: 501px) and (max-width: 1000px){
  .sectionBottom .item_img img{ max-width: 400px; }
}
@media all and (min-width: 1001px) {
  .sectionBottom .item_img img{ max-width: 460px; }
}

/*=====*/
.notes {
  font-size: clamp( 1.1rem, 2.9vw, 3.2rem); 
  line-height: 1.6;
  font-weight: 500;
}
.text-in {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.text-wide {
  width: 100%;
}
@media all and (min-width: 768px) { 
  .notes {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}


/*===  sectionMerit  ===*/
.sectionMerit .sectionInner {
  max-width:  92%;
  margin: 0 auto;
}
@media all and (min-width: 768px) { 
  .sectionMerit .sectionInner {
    max-width:  1120px;
  }
}

.col_merit .secTitle .point {
  max-width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
  border-radius: 50%;
  background:#12984a;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.col_merit .secTitle .point p {
  color: #FFF;
  line-height: 1;
  font-size: clamp( 1.6rem, 4.3vw, 3rem);
}
.col_merit .secTitle .title {
  font-size: clamp(2rem, 5.3vw, 4.6rem);
}  
@media (min-width: 501px) and (max-width: 767px){
  .col_merit .secTitle .point {
    max-width: 12rem;
    height: 12rem;
  }
}
@media all and (min-width: 768px) { 
  .col_merit .secTitle .point {
    max-width: 13rem;
    height: 13rem;
  }
  .col_merit .secTitle .point p {
    font-size: 2.8rem; 
  }
  .col_merit .secTitle .title {
    font-size: clamp(4rem, 5.2vw, 4.6rem)
  }
  .col_merit .secTitle .line_img {
    margin: 0 1.5rem;
  }
}

.col_merit .unit_merit01,
.col_merit .unit_merit02,
.col_merit .unit_merit03 { padding: 2rem 0 4rem;}
.col_merit .unit_merit04 { padding: 2.5rem 0 3rem;}
.col_merit .unit_merit05 { padding: 2.5rem 0 4rem; }
@media all and (min-width: 768px) { 
  .col_merit .unit_merit01,
  .col_merit .unit_merit02,
  .col_merit .unit_merit03 { padding: 2.5rem 0 8rem; }
  .col_merit .unit_merit04 { padding: 2.5rem 0 8rem;}
  .col_merit .unit_merit05 { padding: 2.5rem 0 8rem; }
}

.col_merit .unit-in {
  width: 94%;
  margin: 0 auto;
}
.col_merit .unit .text_top{
  line-height: 1.8;
  font-size: clamp( 1.5rem, 3.8vw, 4.5rem);
  text-align: left;
}
.col_merit .unit .tx-sp01 { padding: 0 0 2rem; }
.col_merit .unit .tx-sp02 { padding: 0 0 2rem; text-align: left; }merit .unit .tx-sp02 { padding: 0 0 4rem; text-align: center;}
.col_merit .unit_merit05 .tx-sp01 { letter-spacing: -0.09rem;}

@media all and (min-width: 768px) { 
  .col_merit .unit-in {
    width: 100%;
  }
  .col_merit .unit .text_top{
    text-align: center;
    font-size: clamp( 1.9rem, 2.4vw, 2.2rem);
  }
  .col_merit .unit .tx-sp01 { padding: 0 0 4rem; }
  .col_merit .unit .tx-sp02 { padding: 0 0 4rem; text-align: center;}
}

.col_merit .unit .unitArea {
  width: 100%;
  line-height: 1.6;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.col_merit .unit_merit05 .unitArea {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col_merit .unit .unitArea .lineBg{
  background: #FFF;
  border: .3em solid #68c05c;
  border-radius: 2rem;
}
.colorBy{ background: #fffb81; }
.colorBw{ background: #fff; }
.bR01 { border-radius: 1.5rem; }
@media all and (max-width: 500px) { .bR01 { border-radius: .5rem; }}

.col_merit .unit .unitArea .mtA_box01 { width: 100%; margin: 0 0 2rem 0; }
.col_merit .unit .unitArea .mtA_box02 { width: 100%; }
.col_merit .unit .unitArea .mtA_box03 { width: 100%; margin: 0 0 2rem 0; }
.col_merit .unit .unitArea .mtA_box04 { width: 100%; }
.col_merit .unit_merit02 .unitArea .mtA_box01 .mtAb01Inner {padding: 1rem 0 1rem;}

.col_merit .unit .unitArea .mtA_box01 .mtAb01Inner { 
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0 2rem;
}
.col_merit .unit .unitArea .mtA_box02 .mtAb02InnerTop { 
  width: 90%;
  margin: 0 auto;
  padding: 1.8rem 0 1rem;
}
.col_merit .unit .unitArea .mtA_box02 .mtAb02InnerBot { 
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0 1.8rem;
}
.col_merit .unit_merit02 .unitArea .mtA_box01 .mtAb01Inner {padding: 2rem 0 1rem;}

.mtA_box01 .subTitle {
  font-size: clamp( 2rem, 5.3vw, 7rem); 
}
.mtA_box01 .pickup {
  background: #fffb81;
  border-radius: 1rem;
  margin: 1rem 0 1rem;
  padding: .5rem 0 1rem;
}
.mtA_box01 .pickup .tx-main{
  font-size: clamp( 2.4rem, 6.4vw, 10rem);
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
  line-height: 1.2;
}
.mtA_box01 .pickup .tx-sub { font-size: clamp( 1.5rem, 3.8vw, 3rem);}

.mtA_box02 .notice_top {
  background: #68c05c;
  position: relative;
  border-radius: 1rem 1rem 0 0;
}
.mtA_box02 .notice_top::after {
  position: absolute;
  content: '';
  top: 97%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #68c05c;
  border-bottom: 0;
  margin-left: -15px;
}
.mtA_box02 .notice_top .catch .deco01{
  background: #FFF;
  color: #68c05c;
  padding: .1rem 5rem;
  border-radius: 5rem;
  font-size: clamp( 1.6rem, 4.3vw, 3rem);
}
.mtA_box02 .notice_top .text {
  color: #FFF;
  margin: .5rem 0 0;
  font-size: 1.5rem;
  font-size: clamp( 1rem, 2.6vw, 5rem);
}
.mtA_box02 .notice_bottom {
  width: 100%;
}

.mtA_box02 .interest .detail {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content:flex-start;
}
.mtA_box02 .interest .detail li { font-size: clamp( 1.5rem, 3.8vw, 5rem); }
.mtA_box02 .interest .detail li.item_img img {  vertical-align: middle;}
.mtA_box02 .interest .detail li.item_img { width: 10%; }
.mtA_box02 .interest .detail li:first-child { width: 63%; }
.mtA_box02 .interest .detail li:last-child { width: 27%; text-align: right; }

.mtA_box02 .loanAtm .detail li{
  width: 100%;
  border-bottom : .1rem solid #999; 
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content:flex-start;
  padding: .6rem 0;
  font-size: clamp( 1.2rem, 3.2vw, 4rem);
}
.mtA_box02 .loanAtm .detail li:last-child { border: none;}
.mtA_box02 .loanAtm .detail li .atm { width: 28%; color :#12984a; }
.mtA_box02 .loanAtm .detail li .place { width: 72%; }
.mtA_box02 .loanAtm .detail li .item_img { width: 28%;}
.mtA_box02 .repayment { padding: 0 0 1rem; }
.mtA_box02 .repayment .detail .tx-main { line-height: 1.3; font-size: clamp( 1.7rem, 4.6vw, 3rem);}
.mtA_box02 .repayment .detail .tx-sub { font-size: clamp( 1.2rem, 3.2vw, 3rem); }

@media (min-width: 501px) and (max-width: 767px){
  .col_merit .unit .unitArea .mtA_box01 .mtAb01Inner { padding: 3rem 0 2rem; }
  .col_merit .unit .unitArea .mtA_box02 .mtAb02InnerTop { padding: 3rem 0 2rem; }
  .col_merit .unit .unitArea .mtA_box02 .mtAb02InnerBot { padding: 3rem 0 2rem; }
  .mtA_box02 .notice_top::after {
    left: 50%;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 22px solid #68c05c;
    margin-left: -22px;
  }
}

@media all and (min-width: 768px) { 
  .col_merit .unit .unitArea {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .col_merit .unit_merit05 .unitArea {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col_merit .unit .unitArea .lineBg{
    border: .4rem solid #68c05c;
    border-radius: 1.5rem;
  }
  .col_merit .unit .unitArea .mtA_box01 { width: 52%; margin: 0 3rem 0 0; }
  .col_merit .unit .unitArea .mtA_box02 { width: 48%; }
  .col_merit .unit .unitArea .mtA_box03 { width: 65%; margin: 0 5rem 0 0; }
  .col_merit .unit .unitArea .mtA_box04 { width: 35%; }
  .col_merit .unit_merit03 .unitArea .mtA_box02 { width: 100%; }
  .col_merit .unit .unitArea .mtA_box01 .mtAb01Inner { padding: 2rem 0 2rem; }
  .col_merit .unit .unitArea .mtA_box02 .mtAb02InnerTop { padding: 1.8rem 0 1rem; }
  .col_merit .unit .unitArea .mtA_box02 .mtAb02InnerBot { padding: 2rem 0 1.8rem; }
  .col_merit .unit_merit02 .unitArea .mtA_box01 .mtAb01Inner {padding: 4rem 0 1rem;}
  .mtA_box02 .notice_top::after {
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 16px solid #68c05c;
  }
  
  .mtA_box01 .subTitle { font-size: 2.8rem; }
  .mtA_box01 .pickup {
    border-radius: 1.5rem;
    margin: 2rem 0 1rem;
    padding: 2rem 0 3rem;
  }
  .mtA_box01 .pickup .tx-main{ font-size: clamp( 2.8rem, 3.6vw, 3.5rem); text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);}
  .mtA_box01 .pickup .tx-sub { font-size: clamp( 1.4rem, 1.8vw, 2.2rem); }
  .mtA_box02 .notice_top .catch .deco01{ font-size: 2rem;}
  .mtA_box02 .notice_top .text { font-size: clamp( 1.1rem, 1.5vw, 1.4rem); }
  .mtA_box02 .interest .detail li { font-size: clamp( 1.5rem, 2vw, 2.2rem);}
  .mtA_box02 .loanAtm .detail li{ font-size: clamp( 1.2rem, 1.6vw, 1.5rem);}
  .mtA_box02 .repayment { padding: 0 0 1rem; }
  .mtA_box02 .repayment .detail .tx-main { font-size: 3.3rem;  }
  .mtA_box02 .repayment .detail .tx-sub { font-size: 1.6rem;}
}


.unit_merit04 .item_img { padding-top:2rem; }
.unit_merit05 .unitArea .mtA_box04 { margin-top: 4rem; }

.mtA_box04 .notice_top {  border:1px solid #fffb81; border-radius: 1.5rem;}
.mtA_box04 .notice_top .catch{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -2rem;
}
.mtA_box04 .notice_top .catch p{
  padding: 0 1rem 1rem;
  line-height: 1.4;
  font-size: clamp( 1.5rem, 2vw, 2rem);
}
.mtA_box04 .notice_top .catch::before, .mtA_box04 .notice_top .catch::after {
  width: .2rem;
  height: 5rem;
  content: "";
  background-color: #333333;
}
.mtA_box04 .notice_top .catch::before { transform: rotate(-20deg); }
.mtA_box04 .notice_top .catch::after { transform: rotate(20deg); }

.mtA_box04 .appSp {width: 94%; margin: 0 auto ; padding: 0 0 2rem;}
.mtA_box04 .appSp .tx-main { margin: .5rem 0 ; font-size: clamp( 2rem, 2.6vw, 2.4rem); }
.mtA_box04 .appSp .tx-main span.ls{ letter-spacing: -.3em;}
.mtA_box04 .appSp .notes { width: 96%; margin: 0 auto ;}

.mtA_box04 .appSp .detail {
  padding: 0 0 1rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.mtA_box04 .appSp .detail .tx-sub { 
  background: #FFF;
  border-radius: 5rem;
  font-size: clamp( 1.3rem, 3.5vw, 3.6rem); 
  margin: .5rem .3rem;
  padding: 1rem .3rem;
}
.mtA_box04 .appSp .detail p.tx-sub:nth-child(1){width:60%;}
.mtA_box04 .appSp .detail p.tx-sub:nth-child(2){width:40%;}

@media (min-width: 501px) and (max-width: 767px){
  .unit_merit05 .unitArea .mtA_box04 { margin-top: 6rem; }
  .mtA_box04 .notice_top .catch p { padding: 0 3rem 1rem; font-size: clamp( 1.5rem, 3.8vw, 5rem); }
  .mtA_box04 .notice_top .catch::before, .mtA_box04 .notice_top .catch::after { width: .3rem; height: 9rem; }
  .mtA_box04 .appSp {width: 94%;  padding: 0 0 2rem; }
  .mtA_box04 .appSp .tx-main { margin: .5rem 0 ; font-size: clamp( 1.9rem, 5vw, 4.5rem); }
  .mtA_box04 .appSp .detail {flex-wrap: nowrap; }
  .mtA_box04 .appSp .detail .tx-sub { margin: .5rem .3rem; padding: 1rem .5rem; font-size: clamp( 1.3rem, 3.5vw, 3.6rem); }
}

@media all and (min-width: 768px) { 
  .mtA_box04 .notice_top .catch p{ padding: 0 1.5rem 1rem; }
  .mtA_box04 .notice_top .catch::before, .mtA_box04 .notice_top .catch::after {
    width: .2rem;
    height: 6rem;
  }
  .mtA_box04 .appSp { width: 90%; }
  .mtA_box04 .appSp .detail {
    display: flex;
    flex-wrap: wrap;
  }
  .mtA_box04 .appSp .tx-main {
    font-size: clamp( 1.8rem, 2.3vw, 2.4rem);
  }
  .mtA_box04 .appSp .detail .tx-sub { 
    padding: .8rem .5rem;
    font-size: clamp( 1.5rem, 2vw, 2rem);
  }
  .mtA_box04 .appSp .detail p.tx-sub:nth-child(1){width:100%;}
  .mtA_box04 .appSp .detail p.tx-sub:nth-child(2){width:100%;}
}

/*== sectionJoint ==*/
.bg_block03{
  background: url("/promotion/individual/service/loan/card-smile/img/bg_forestWide.png") no-repeat top center;
  background-size: 2080px;
}
.sectionJoint {
  width: 100%;
  padding: 3rem 0 0;
}
.sectionJoint .item_img{
  max-width: 100%;
  margin: 0 auto;
}
.item-center{
  display: flex;
  justify-content: center;
}
@media all and (min-width: 768px) { 
  .sectionJoint { padding: 6rem 0 0; }
  .sectionJoint .item_img{
    max-width: 1200px; 
    padding-top: 0;
  }
}

/*== tableStyle ==*/
.accPay .tableStyle{
  border-collapse: separate;
  border-spacing: 2px 0;
}
.tableStyle th,
.tableStyle td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
}
.tableStyle th{ font-size: clamp(2rem, 4vw, 2.5rem); }
.tableStyle td{ font-size: clamp(2rem, 4vw, 2.5rem); }

.accPay tr:nth-child(odd) { background: #F5F5F5;}
.accPay tr:nth-child(even) { background: #efefef;}
.accPay th { background: #dedede; padding: 1rem .1rem; }
.accPay td:nth-child(1) { width: 60%;  padding: .4rem .1rem;} 
.accPay td:nth-child(2) { width: 40%;  padding: .4rem .1rem;}
.accPay .notes { margin-top: 1rem;}
@media all and (min-width: 768px) { 
  .tableStyle th{ font-size: clamp(1.3rem, 3.5vw, 1.8rem); }
  .tableStyle td{ font-size: clamp(1.3rem, 3.5vw, 1.6rem); }
  .accPay td:nth-child(1), 
  .accPay td:nth-child(2) { width: 50%; }
}

/*== slider ==*/
.col_slider .unit .unitArea {
  padding: 4rem 0;
}
.col_slider .unit .unitArea .title {
  line-height: 2;
  padding: 0 0 1rem;
  font-size: clamp( 2.5rem, 6.7vw, 5rem);
}
.line-ballTop, .line-ballBot {
  padding: 1.3rem;
  background: url("/promotion/individual/service/loan/card-smile/img/img_line-ball.png");
  background-repeat: repeat-x;
  background-size: 120%;
}
.line-ballTop { background-position: top center; }
.line-ballBot { background-position: bottom center; }

.col_slider .unit .unitArea .slider li{
  position:relative;
}
.col_slider .unit .unitArea .slider li .item_caption {
  width: 100%;
  position:absolute;
  bottom: 5%;
  left: 0%;
  x-index:2; 
}
.col_slider .unit .unitArea .slider li .item_caption p{
  width: 96%;
  margin: 0 auto;
  text-align:center;
  border-radius: 1rem;
  background:#68c05c;
  color: #FFF;
  font-size: clamp( 1.6rem, 4.3vw, 2rem);
  padding: 1.2rem 0;
}
.col_slider .unit .unitArea .sliderBot {
  max-width:  1120px;
  margin: 1rem auto 0;
  padding: 0 2rem;
}
@media all and (min-width: 768px) { 
  .col_slider .unit .unitArea .title { font-size: clamp( 4.5rem, 5.9vw, 5rem); }
  .col_slider .unit .unitArea .slider li .item_img {max-width:350px;}
  .col_slider .unit .unitArea .slider li .item_caption p{ padding: 1rem 0; }
  .line-ballTop, .line-ballBot { background-size: 35%; }
}


/*===  sectionFlow  ===*/
.sectionFlow .sectionInner {
  max-width:  92%;
  margin: 0 auto;
}
@media all and (min-width: 768px) { 
  .sectionFlow .sectionInner {
    max-width:  1120px;
  }
}

.col_flow .secTitle { margin: 0 0 1rem; }
.col_flow .secTitle .point {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.col_flow .secTitle .point p {
  padding: 0 2rem .5rem;
  line-height: 1.1;
  font-size: clamp( 2rem, 5.3vw, 3.8rem);
}
.col_flow .secTitle .point::before, .col_flow .secTitle .point::after {
  width: .2rem;
  height: 2.5rem;;
  content: "";
  background-color: #333333;
}
.col_flow .secTitle .point::before { transform: rotate(-30deg); }
.col_flow .secTitle .point::after { transform: rotate(30deg); }

.col_flow .secTitle .title {
  letter-spacing: .3;
  font-size: clamp(3rem, 7.7vw, 6rem);
}
@media (min-width: 501px) and (max-width: 767px){
  .col_flow .secTitle { margin: 0 0 3rem; }
}
@media all and (min-width: 768px) { 
  .col_flow .secTitle { margin: 0 0 5rem; }
  .col_flow .secTitle .point::before, .col_flow .secTitle .point::after {
    width: .25rem;
    height: 4rem;
  }
  .col_flow .secTitle .title {
    font-size: 4.6rem;
  }
}

.col_flow .unit .unitArea {
  width: 88%; 
  margin: 0 auto;
  padding: 0 ;
  line-height: 1.6;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.colorBfbox{}
.col_flow .unit .unitArea .detail {
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
.col_flow .unit .unitArea .detail li {
  margin: 1rem 0 0;
}
.stepBox .step {
  width: 100%;
  padding:  0;
  margin: 1rem 0 0;
}
.stepBox .step .item_step p {
  line-height :1.2;
  text-align: center;
  font-size: clamp( 2.2rem, 5.9vw, 6rem);
}
.stepBox .stepBg01 p{ 
  background: url("/promotion/individual/service/loan/card-smile/img/bg_flow01t_sp.png") no-repeat bottom center;
  background-size: 100%;
}
.stepBox .stepBg02 p{ 
  background: url("/promotion/individual/service/loan/card-smile/img/bg_flow02t_sp.png") no-repeat bottom center;
  background-size: 100%;
}
.stepBox .stepBg01 .item{ 
  background: url("/promotion/individual/service/loan/card-smile/img/bg_flow01b_sp.png") no-repeat bottom center;
  background-size: 100%;
}
.stepBox .stepBg02 .item{ 
  background: url("/promotion/individual/service/loan/card-smile/img/bg_flow02b_sp.png") no-repeat bottom center;
  background-size: 100%;
}
.stepBox .step .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: -2px; 
}
.stepBox .step .item dt { width: 32%; padding: .5rem 0 2.5rem 0; }
.stepBox .step .item dd { width: 68%; padding: 0 0 1rem 3rem; }
.stepBox .step .item dt .item_img { text-align: right;}
.stepBox .step .item dt .item_img img{ width: 60%; }
.stepBox .step .item dd { text-align: left; font-size: clamp( 1.6rem, 4.3vw, 4rem);}

@media (min-width: 501px) and (max-width: 767px){ 
  .col_flow .unit .unitArea .detail li {margin: 2rem 0 0; }
}
@media all and (min-width: 768px) { 
  .col_flow .unit .unitArea {
    max-width: 1040px;
    padding: 0 20px;
  }
  .colorBfbox{
    background: url("/promotion/individual/service/loan/card-smile/img/bg_flow.png") no-repeat center center;
    background-size:  100% 100%;
  }
  .col_flow .unit .unitArea .detail {
    display:flex;
    flex-wrap: nowrap;
  }
  .stepBox .step {
    width: 25%;
    padding: 4rem 0;
    position: relative;
  }
  .stepBox .step .item_step p {
    position: absolute;
    top: -3rem;
    left: 1rem;
    font-size: clamp( 2.3rem, 6.1vw, 3rem);
  }
  .stepBox .stepBg01 p, .stepBox .stepBg02 p, .stepBox .stepBg01 .item, .stepBox .stepBg02 .item{ background:none;}
  .stepBox .step .item {
    display: flex;
    flex-wrap: wrap;
  }
  .stepBox .step .item dt { width: 100%; padding: 0; }
  .stepBox .step .item dd { width: 100%; padding: 0; }
  .stepBox .step .item dt .item_img { text-align: center;}
  .stepBox .step .item dt .item_img img{ max-width: 120px; }
  .stepBox .step .item dd { text-align: center; padding-top: 1rem; font-size: clamp( 1.6rem, 2.1vw, 2.2rem);}
}

.col_flow .accordionArea {
  width: 92%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  line-height: 1.6;
}
.col_flow .accordionArea .accordionBodyInner {
  width: 92%;
  margin: 1rem auto 1em;
}

.accApply .itemBox {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.accApply .itemBox .title {
  line-height: 2.2;
  width: 100%;
  font-size: clamp( 1.4rem, 3.7vw, 4rem);
}
.accApply .itemBox .item {
  width: 100%;
  padding: .5rem 0 1rem 0;
  border-left: none;
  border-top: .3rem solid #333;
  font-size: clamp( 1.2rem, 3.2vw, 3.5rem);
}
.accApply .itemBox .item .item_img {
  width: 50%;
  margin: .5rem 0 1rem;
  padding: 0 ;
  font-size: clamp( 1.2rem, 3.2vw, 3rem);
}
.accApply .itemBox .item .item_img img{width: 50%;}
.accApply .itemBox .item dl{
  display: flex;
  flex-wrap: wrap;
}
.accApply .itemBox .item dt{ width: 100%; font-size: 115%; }
.accApply .itemBox .item dd{ width: 86%;}

.accApply .itemBox .lineup01{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.accApply .itemBox.account { 
  display: flex;
  flex-wrap: wrap;
}
.accApply .itemBox .text { 
  width: 100%;
  padding-right: 0;
  font-weight: 400;
}
.accApply .itemBox.account .text { 
  width: 100%;
  padding-right: 0;
  font-size: clamp( 1.2rem, 3.2vw, 3.5rem);
}
.accApply .notes{font-weight: 400;}
.accApply .itemBox.account .btnAccount { width: 90%; }
.accApply .lineBg { border: .1rem solid #666;}
.accApply .itemBox.account .btnAccount a{
  color: #FFF;
  text-align: center;
  font-size: clamp( 1.4rem, 3.7vw, 3rem);
  line-height: 3;
  border-radius: 10rem;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: #333;
  width:  100%;
  display: block;
}
.accApply .itemBox.account .btnAccount a::after{
  content: "";
  margin-top: -8px;
  top: 50%;
  right: 8%;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 3px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
@media (min-width: 768px) and (max-width: 900px){
  .accApply .itemBox.account .btnAccount .pcBr{display:block;}
  .accApply .itemBox.account .btnAccount a{line-height: 1.5; padding: 1rem 0;}
}
@media all and (min-width: 768px) { 
  .col_flow .accordionArea {
    max-width:1120px;
    padding: 0 20px;
  }
  .accApply .itemBox {
    display: flex;
    flex-wrap: nowrap;
  }
  .accApply .itemBox .title {
    width: 26%;
    padding: 0 1rem 0 0;
    font-size: clamp( 1.4rem, 1.8vw, 1.8rem);
  }
  .accApply .itemBox .item {
    width: 74%;
    padding: 1rem 0 1rem 2rem;
    font-size: clamp( 1.3rem, 1.7vw, 1.6rem);
    border-left: .3rem solid #333;
    border-top: none;
  }
  .accApply .itemBox .item .item_img {
    width: 180px;
    margin: 0 .5rem 0 0;
    font-size: clamp( 1rem, 1.2vw, 1.1rem);
  }
  .accApply .itemBox .item .item_img:first-child {
    width: 150px;
    margin: 0 0 0;
  }
  .accApply .itemBox .item .item_img img{ width: 100px;}
  .accApply .itemBox .item dt{ width: 16%; font-size: 100%;}
  .accApply .itemBox .item dd{ width: 84%;}
  .accApply .itemBox .lineup01{
    display: flex;
    flex-wrap: nowrap;
  }
  .accApply .itemBox.account .text { 
    width: 70%;
    padding-right: 2rem;
    font-size: clamp( 1.3rem, 1.7vw, 1.6rem);
  }
  .accApply .notes{font-weight: 400;}
  .accApply .itemBox.account .btnAccount { width: 30%;}
  .accApply .itemBox.account .btnAccount a{
    font-size: clamp( 1.5rem, 2vw, 2rem);
  }
  .accApply .itemBox.account .btnAccount a::after{
    margin-top: -7px;
    width: 10px;
    height: 10px;
  }
}

.col_flow .marT01 { margin-top: 1rem; }
.col_flow .marT01s{ margin-top: 1rem; }
.col_flow .marT02 { margin-top: 2rem; }
.col_flow .marT03 { margin-top: 4rem; }
.col_flow .marB01 { margin-bottom: 1rem; }
.col_flow .marB02 { margin-bottom: .5rem; }
.col_flow .padAll01 { padding: 1rem 1rem; }
.col_flow .padAll02 { padding: 2rem 2rem; }

@media (min-width: 501px) and (max-width: 767px){
  .col_flow .marT01 { margin-top: 2rem; }
  .col_flow .marT01s{ margin-top: 2rem; }
  .col_flow .marT02 { margin-top: 4rem; }
  .col_flow .marT03 { margin-top: 8rem; }
  .col_flow .marB01 { margin-bottom: 3rem; }
  .col_flow .marB02 { margin-bottom: 2rem; }
  .col_flow .padAll02 { padding: 3rem 3rem; }
}
@media all and (min-width: 768px) { 
  .col_flow .marT01 { margin-top: 2rem; }
  .col_flow .marT01s{ margin-top: 0; }
  .col_flow .marT02 { margin-top: 3rem; }
  .col_flow .marT03 { margin-top: 7rem; }
  .col_flow .marB01 { margin-bottom: 3rem; }
  .col_flow .marB02 { margin-bottom: 1rem; }
  .col_flow .padAll02 { padding: 2rem 2rem; }
}

/*===  sectionProduct  ===*/
.sectionProduct .sectionInner {
  max-width:  92%;
  margin: 0 auto;
}
@media all and (min-width: 768px) { 
  .sectionProduct .sectionInner {
    max-width: 1120px;
  }
}

.col_product .accordionArea {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.6;
}
.col_product .accordionArea .accordionBodyInner {
  width: 92%;
  margin: 1rem auto 1em;
}

.accProduct .itemBox .title {
  display:block;
  line-height: 2.2;
  border-bottom: .3rem solid #333;
  font-size: clamp( 1.3rem, 3.5vw, 4rem);
}
.accProduct .itemBox .item .subTitle {
  font-size: clamp( 1.3rem, 3.5vw, 3.8rem);
}
.accProduct .itemBox .item .text{
  padding: 1rem 0 1rem;
  font-weight: 400;
  font-size: clamp( 1.2rem, 3.2vw, 3.6rem);
}
.accProduct .itemBox.summPdf .btnPdf{
  width: 80%;
  margin: 0 auto;
}
.accProduct .itemBox.summPdf .btnPdf a{
  color: #FFF;
  text-align: center;
  font-size: clamp( 1.4rem, 3.7vw, 3rem);
  line-height: 3;
  border-radius: 10rem;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: #333;
  width:  100%;
  display: block;
}
.accProduct .itemBox.summPdf .btnPdf a::after{
  content: "";
  margin-top: -10px;
  top: 50%;
  right: 10%;
  position: absolute;
  width: 16px;
  height: 18px;
  background: url("/promotion/individual/service/loan/card-smile/img/icon_pdf.svg") no-repeat center center;
  background-size: cover;
}
@media all and (min-width: 768px) { 
  .col_product .accordionArea {
    max-width: 1120px;
    padding: 0 20px;
  }
  .accProduct .itemBox .title {
    font-size: clamp( 1.4rem, 1.8vw, 1.8rem);
  }
  .accProduct .itemBox .item .subTitle {
    font-size: clamp( 1.3rem, 1.7vw, 1.7rem);
  }
  .accProduct .itemBox .item .text{
    padding: 1rem 0 1rem;
    font-size: clamp( 1.3rem, 1.7vw, 1.5rem);
  }
  .accProduct .itemBox.summPdf .btnPdf{
    width: 300px;
    margin: 0 auto;
  }
  .accProduct .itemBox.summPdf .btnPdf a{
    font-size: clamp( 1.5rem, 2vw, 1.6rem);
  }
  .accProduct .itemBox.summPdf .btnPdf a::after{
    margin-top: -12px;
    width: 20px;
    height: 23px;
  }
}

.col_product .marT01 { margin-top: 1rem; }
.col_product .marT02 { margin-top: 1.5rem; }
.col_product .marB01 { margin-bottom: 1rem; }
@media (min-width: 501px) and (max-width: 767px){
  .col_product .marT01 { margin-top: 2rem; }
  .col_product .marT02 { margin-top: 3rem; }
  .col_product .marB01 { margin-bottom: 2rem; }
}
@media all and (min-width: 768px) { 
  .col_product .marT01 { margin-top: .5rem; }
  .col_product .marT02 { margin-top: 1.5rem; }
  .col_product .marB01 { margin-bottom: 1rem; }
}

/*===  pageBottom  ===*/
.pageBottom{ padding-top: 4rem; }
.pageBotArea{
  background: #FFFFFF;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 15%, rgba(227, 255, 201, 1) 16%, rgba(227, 255, 201, 1) 84%, rgba(255, 255, 255, 1) 85%);
}
.pageBotArea .inquiry .inner{
  line-height:1.6;
  margin: 0 auto;
}

.pageBotArea .inquiry .inner .item_img_left { }
.pageBotArea .inquiry .inner .item_img_right {text-align: right; }
.pageBotArea .inquiry .inner .item_img_left img,
.pageBotArea .inquiry .inner .item_img_right img{width: 20%;}

.pageBotArea .inquiry .inner .itemBox{
  height: 100%;
  padding: 0 1.5rem;
}
.pageBotArea .inquiry .inner .tel{
  display:flex;
  flex-wrap: wrap;
  align-items: center; 
  justify-content: center;
}
.pageBotArea .inquiry .inner .tel .title{ padding: .5rem 2rem; width: 100%; font-size: clamp( 1.6rem, 4.3vw, 3.5rem); }
.pageBotArea .inquiry .inner .tel .icon{ padding: .5rem 1.5rem 0 0; width: 15%; }
.pageBotArea .inquiry .inner .tel .telNumer { line-height: 1; font-size: clamp( 3rem, 7.7vw, 6rem); }
.pageBotArea .inquiry .inner .subText{
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #333;
  font-size: clamp( 1.2rem, 3.2vw, 3rem);
  
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; 
}
.pageBotArea .inquiry .inner .subText p .f-change{ font-size: 80%; }
@media all and (min-width: 768px) { 
  .pageBottom{ padding-top:8rem; }
  .pageBotArea{
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 15%, rgba(227, 255, 201, 1) 16%, rgba(227, 255, 201, 1) 84%, rgba(255, 255, 255, 1) 85%);
  }
  .pageBotArea .inquiry{
    background: url("/promotion/individual/service/loan/card-smile/img/bg_footer_forest.png") no-repeat center center;
    background-size: 2080px;
  }
  .pageBotArea .inquiry .inner{
    max-width: 1200px;
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 15%, rgba(227, 255, 201, 1) 16%, rgba(227, 255, 201, 1) 84%, rgba(255, 255, 255, 1) 85%);
    position: relative;
  }
  .pageBotArea .inquiry .inner .item_img_left {
    display:block;
    position:absolute;
    top:0;
    left: 0;
  }
  .pageBotArea .inquiry .inner .item_img_right {
    display:block;
    position:absolute;
    bottom:0;
    right: 0;
  }
  .pageBotArea .inquiry .inner .item_img_left img,
  .pageBotArea .inquiry .inner .item_img_right img{ width: 100px;}
  
  .pageBotArea .inquiry .inner .itemBox{
    max-width: 768px;
    padding: 0 40px;
    margin: 0 auto;
    height: 280px;
  }
  .pageBotArea .inquiry .inner .tel{
    display:flex;
    flex-wrap: nowrap;
    align-items: center; 
    justify-content: center;
    padding-top: 84px;
  }
  .pageBotArea .inquiry .inner .tel .title{ padding: .5rem 0 0 3rem; width: 50%; font-size: clamp( 1.4rem, 3.6vw, 2rem); }
  .pageBotArea .inquiry .inner .tel .icon{ padding: .5rem 1rem 0; width: 12%; }
  .pageBotArea .inquiry .inner .tel .telNumer { line-height:1; width: 50%; font-size: clamp( 3rem, 7.7vw, 4rem); }
  .pageBotArea .inquiry .inner .subText{
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #333;
    font-size: 1.5rem;
    
    display:flex;
    flex-wrap: nowrap;
  }
  .pageBotArea .inquiry .inner .subText p:first-child { width: 32%; }
  .pageBotArea .inquiry .inner .subText p .f-change{ font-size: 100%; }
}
@media (min-width: 768px) and (max-width: 900px){
  .pageBotArea .inquiry .inner .subText p .f-change{ font-size: 80%; }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*===  accordion  ===*/
.accordionItem {
  overflow: hidden;
}
.accordionHeader {
  line-height:2;
  padding: .6em;
  position: relative;
  font-weight: 500;
  transition: background 0.3s;
  text-align: center;
  display: block;
}
.accordionHeader::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 16px;
  height: 3px;
  background: #666;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
.accordionHeader::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 16px;
  height: 3px;
  background: #666;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.accordionHeader.active::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.accordionBody {
  display: none;
  padding: .5rem 0 .5rem;
}
.accordionBody.open {
  display: block;
}
@media (min-width: 501px) and (max-width: 767px){
  .accordionHeader::before, .accordionHeader::after {width: 30px; height: 5px;}
  .accordionBody { padding: .8rem 0 1rem;}
}
@media all and (min-width: 768px) { 
  .accordionHeader::before, .accordionHeader::after {width: 20px; height: 3px;}
  .accordionBody { padding: .8rem 0 2rem;}
}

.accDeco01 .accordionHeader { margin-top: 2rem; background: #FFF; border: .2rem solid #666; border-radius: 1rem; font-size: clamp(1.4rem, 3.7vw, 3rem);  }
.accDeco02 .accordionHeader { background: #FFF; border: .2rem solid #666; border-radius: 1rem; font-size: clamp(1.5rem, 3.8vw, 3.2rem);}
.accDeco02 .accordionHeader.active { background: #FFF; border-radius: 1rem 1rem 0 0;}
.accDeco02 .accordionBody { border-radius: 0 0 1rem 1rem; border-right: .2rem solid #666;border-left: .2rem solid #666; border-bottom: .2rem solid #666;}
@media all and (min-width: 768px) { 
  .accDeco01 .accordionHeader { border-radius: 1.5rem; font-size: 2rem;}
  .accDeco01 .accordionHeader.active { background: #FFF;}
  .accDeco02 .accordionHeader { border-radius: 1.5rem; font-size: 2rem;}
  .accDeco02 .accordionHeader.active { background: #FFF; border-radius: 2rem 2rem 0 0;}
  .accDeco02 .accordionBody { border-radius: 0 0 2rem 2rem; border-right: .2rem solid #666;border-left: .2rem solid #666; border-bottom: .2rem solid #666;}
}

/*===  tableStyle  ===*/
 .tableStyle{
  border-collapse: separate;
  border-spacing: 2px 0;
}
.tableStyle th,
.tableStyle td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.accPay .tableStyle th, .accProduct .tableStyle th { font-size: clamp(1.3rem, 3.5vw, 3rem); }
.accPay .tableStyle td, .accProduct .tableStyle td { font-size: clamp(1.3rem, 3.5vw, 3rem); }
.accPay tr:nth-child(odd), .accProduct tr:nth-child(odd) { background: #F5F5F5;}
.accPay tr:nth-child(even), .accProduct tr:nth-child(even) { background: #efefef;}
.accPay th, .accProduct th { background: #dedede; padding: .6rem .1rem; }
.accPay td:nth-child(1), .accProduct td:nth-child(1) { width: 60%; padding: .4rem .1rem;}
.accPay td:nth-child(2), .accProduct td:nth-child(2) { width: 40%; padding: .4rem .1rem;}
@media all and (min-width: 768px) { 
  .accPay .tableStyle th, .accProduct .tableStyle th { font-size: clamp(1.4rem, 1.8vw, 1.7rem); }
  .accPay .tableStyle td, .accProduct .tableStyle td { font-size: clamp(1.3rem, 1.7vw, 1.6rem); }
  .accPay td:nth-child(1),
  .accPay td:nth-child(2),
  .accProduct td:nth-child(1),
  .accProduct td:nth-child(2) { width: 50%;  padding: .4rem .1rem;}
}

/*===  slider  ===*/
.slider {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.slider li {
  margin: 0 10px;
  display: none;
}
.slider .slick-initialized li {
  display: block;
}
.slider li .column-box{
	background: #fff6f0;
	border-radius: .5em;
  border: 1px solid #e1dfde;
}
.slider li .column-box:hover{
	background: #fff;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
	background: transparent;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: none;
  outline: none;
	border-radius: 50%;
	color: transparent;
	background: #dbd1cd;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  opacity: 1;
}
.slick-dots li button:before{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  opacity: .75;
	border-radius: 50%;
	background: #fd90bc;
}


/*===  modal ===*/
.modal,
.modal-inner,
.modal-outer {
  max-width: clamp(0px, 100vw - 40px, 1000px);
  max-height: clamp(0px, 100vh - 160px, 900px);
  width: 100%;
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2001;
}
.modal-outer {
  overflow: hidden;
}
.modal-inner {
  overflow-y: auto;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: .2rem;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: opacity 0.2s ease;
  max-width: 35px;
  height: auto;
}
.modal-close:hover {
  opacity: 0.8;
}
@media all and (min-width: 768px) { 
  .modal-close {
    top: 10px;
    right: 24px;
    max-width: 50px;
    height: auto;
  }
}

.modal-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 2000;
}
.modal.is-open,
.modal.is-open + .modal-bg {
  display: block;
}

body.is-scroll-stop {
  overflow: hidden;
}
body.is-unscroll {
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.modalFlow .secTitle { margin: 2rem 0 1rem; }
.modalFlow .secTitle .point {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.modalFlow .secTitle .point p {
  padding: 0 1rem .5rem; 
  line-height: 1.1;
  font-size: clamp( 1.6rem, 4.3vw, 2.8rem);
}
.modalFlow .secTitle .point::before, .modalFlow .secTitle .point::after {
  width: .2rem;
  height: 2.5rem;
  content: "";
  background-color: #333333;
}
.modalFlow .secTitle .point::before { transform: rotate(-30deg); }
.modalFlow .secTitle .point::after { transform: rotate(30deg); }

.modalFlow .secTitle .title {
  letter-spacing: .3;
  font-size: clamp(2.5rem, 6.9vw, 7rem);
}
@media (min-width: 501px) and (max-width: 767px){
  .modalFlow .secTitle { margin: 4rem 0 3rem; }
}
@media all and (min-width: 768px) { 
  .modalFlow .secTitle { margin: 3rem 0 2rem; }
  .modalFlow .secTitle .point p {
    padding: 0 2rem .5rem;
    font-size: clamp( 2.5rem, 3.3vw, 2.8rem);
  }
  .modalFlow .secTitle .point::before, .modalFlow .secTitle .point::after {
    width: .2rem;
    height: 4rem;
  }
  .modalFlow .secTitle .title {font-size: clamp(4rem, 5.2vw, 5rem);}
}

.mfStepBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.alitemC { align-items: center; }
.alitemS { align-items: stretch; }
.mfStepBox .step {
  width: 100%;
  margin-bottom: 1rem;
}
.mfStepBox .textBox {
  width:100%;
}
.mfStepBox .step .item_step{
  width:100%;
}
.mfStepBox .step .item_step p{
  width:100%;
  line-height:1.2;
  text-align: center;
  font-size: clamp( 2.2rem, 5.9vw, 4.2rem);
}
.mfStepBox .stepBg01 p{ 
  background: url("/promotion/individual/service/loan/card-smile/img/bg_flow01t_sp.png?202603") no-repeat top center;
  background-size: 100%;
}
.mfStepBox .stepBg02 p{ 
  background: url("/promotion/individual/service/loan/card-smile/img/bg_flow02t_sp.png?202603") no-repeat top center;
  background-size: 100%;
}
.mfStepBox .stepBg01,
.mfStepBox .stepBg01 .item{ 
  background: url("/promotion/individual/service/loan/card-smile/img/bg_flow01b_sp.png?202603") no-repeat bottom center;
  background-size: 100%;
}
.mfStepBox .stepBg02,
.mfStepBox .stepBg02 .item{ 
  background: url("/promotion/individual/service/loan/card-smile/img/bg_flow02b_sp.png?202603") no-repeat bottom center;
  background-size: 100%;
}
.mfStepBox .step .item {
  width:100%;
  margin-top: -2px; 
  display:flex;
  flex-wrap: nowrap;
  align-items: center;
}
.mfStepBox .step .item dt { width: 32%; padding: .5rem 0 2.5rem 0;}
.mfStepBox .step .item dt .item_img { text-align: right;}
.mfStepBox .step .item dt .item_img img{ width: 60%; }
.mfStepBox .step .item dd {
  width: 68%;
  padding: 0 0 1rem 3rem;
  text-align: left; 
  font-size: clamp( 1.6rem, 4.3vw, 4rem);
}
.mfStepBox .textBox .text{
  list-style: none;
  margin:0;
  padding:0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: clamp( 1.2rem, 3.2vw, 2.8rem);
}
.mfStepBox .textBox .text li:before{
  content:  "";
  width:  .9rem;
  height:  .9rem;
  margin: 0 3px 0 0;
  display:  inline-block;
  background-color: #333;
  border-radius:  50%;
}
@media (min-width: 501px) and (max-width: 767px){
  .mfStepBox {margin-top: 2rem;}
  .mfStepBox .textBox .text li:before { width: 1.8rem; height: 1.8rem;}
}
@media all and (min-width: 768px) { 
  .mfStepBox {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 1rem;
  }
  .mfStepBox .step {
    width: 24%;
  }
  .mfStepBox .textBox {
    width:76%;
    padding: 1rem 0 3rem 3rem;
  }
  .mfStepBox .step .item_step{
    width:100%;
  }
  .mfStepBox .step .item_step p{
    width:100%;
    line-height: 1;
    text-align: left;
    padding-left: 2rem;
    font-size: clamp( 2.2rem, 2.9vw, 3rem);
  }
  .mfStepBox .stepBg01 p{ 
    background: url("/promotion/individual/service/loan/card-smile/img/bg_flow01t.png?202603") no-repeat top center;
    background-size: 100%;
  }
  .mfStepBox .stepBg02 p{ 
    background: url("/promotion/individual/service/loan/card-smile/img/bg_flow02t.png?202603") no-repeat top center;
    background-size: 100%;
  }
  .mfStepBox .stepBg01,
  .mfStepBox .stepBg01 .item{ 
    background: url("/promotion/individual/service/loan/card-smile/img/bg_flow01b.png?202603") no-repeat bottom center;
    background-size: 100%;
  }
  .mfStepBox .stepBg02,
  .mfStepBox .stepBg02 .item{ 
    background: url("/promotion/individual/service/loan/card-smile/img/bg_flow02b.png?202603") no-repeat bottom center;
    background-size: 100%;
  }
  .mfStepBox .step .item { display:flex; flex-wrap: wrap;}
  .mfStepBox .step .item dt { width: 100%; padding: 2.5rem 0 0; }
  .mfStepBox .step .item dd { width: 100%; padding: 1rem 0 3.5rem; }
  .mfStepBox .step .item dt .item_img { text-align: center;}
  .mfStepBox .step .item dt .item_img img{ width: 42%; }
  .mfStepBox .step .item dd {
    text-align: center;
    font-size: clamp( 1.5rem, 2vw, 2rem);
  }
  .mfStepBox .textBox .text{
    font-size: clamp( 1.4rem, 1.8vw, 1.8rem);
  }
  .mfStepBox .textBox .text li:before{
    width:  1.1rem;
    height:  1.1rem;
  }
}
.mfStepBox .marT01 { margin-top: .5rem; }
.mfStepBox .padTB01 { padding: 0;}
.mfStepBox .padTB02 { padding: 0;}
@media (min-width: 501px) and (max-width: 767px){
  .mfStepBox .marT01 { margin-top: 1rem; }
  .mfStepBox .padTB01 { padding: 0;}
  .mfStepBox .padTB02 { padding: 0;}
}
@media all and (min-width: 768px) { 
  .mfStepBox .marT01 { margin-top: .5rem; }
  .mfStepBox .padTB01 { padding: 2.5rem 0;}
  .mfStepBox .padTB02 { padding: 1rem 0;}
  .mfStepBox .marStep3{margin-top: 10rem !important;}
}

.mfStepBox .stepUpload {
  width: 100%;
  margin: 1rem 0 .8rem;
  border-collapse:  collapse; 
}
.mfStepBox .stepUpload  th,
.mfStepBox .stepUpload  td {
  vertical-align: middle;
  border-bottom: 2px solid #dedede;
  border-left: 2px solid #dedede;
  border-right: 2px solid #dedede;
  font-size: clamp( 1.2rem, 3.2vw, 2.8rem);
}
.mfStepBox .stepUpload  th {
  padding: .5rem;
  background: #dedede;
}
.mfStepBox .stepUpload  td {
  padding: 1rem;
  display: block;
  width: 100%;
}
.mfStepBox .stepUpload  td:first-child {
  background: #f4ffea;
  font-weight: 700;
  width: 100%;
}
@media all and (min-width: 768px) { 
  .mfStepBox .stepUpload  th,
  .mfStepBox .stepUpload  td {
    border: 1px solid #dedede;
    font-size: 1.5rem;
  }
  .mfStepBox .stepUpload  td {
    width: 64%;
    display: table-cell;
  }
 .mfStepBox .stepUpload  td:first-child {
    width: 36%;
  }
}


/*===  btnTop ===*/
.btnTopArea{ 
  position: sticky;
  bottom: 130px;
  right: 0;
  left: 0;
  z-index: 100;
  transition: bottom 0.5s;
}
.btnTopArea_init {
  bottom: calc(-100% + 200px) !important;
}
.btnTopAreaInner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.btnTop { 
  position: absolute;
  top: -20px;
  right: 10px;
}
.btnTop a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  color: #FFF;
}
.btnTop a::before {
  content: "";
  top: 18px;
  left: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 3px;
  border-color: #FFF #FFF transparent transparent;
  transform: translate(-50%, 0) rotate(-45deg);
}
.btnTop .text{
  display:block;
  font-size: clamp(1.3rem, 3.5vw, 2rem);
  padding-top:14px;
}
.item_smile {
  width: 56px;
  position: absolute;
  top: -54px;
  right: 10px;
}
@media (min-width: 501px) and (max-width: 767px){
  .btnTopArea{ bottom: 200px;}
  .btnTop { 
    top: -100px;
    right: 10px;
  }
  .btnTop a{
    width: 80px;
    height: 80px;
  }
  .item_smile {
    width: 70px;
    position: absolute;
    top: -140px;
    right: 10px;
  }
}
@media all and (min-width: 768px) { 
  .btnTopArea{ bottom: 230px;}
  .btnTop { 
    top: -50px;
    right: 24px;
  }
  .btnTop a{
    width: 80px;
    height: 80px;
  }
  .btnTop a::before {
    width: 12px;
    height: 12px;
  }
  .item_smile {
    width: 60px;
    position: absolute;
    top: -85px;
    right: 26px;
  }
}

/*===  fixedArea ===*/
.fixedArea {
  position: sticky;
  bottom: calc(-100% + 100px);
  min-height: 80px;
  right: 0;
  left: 0;
  z-index: 100;
  transition: bottom 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 0 0;
}
.fixedAreaInner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
}
@media (min-width: 501px) and (max-width: 767px){
  .fixedArea {
    padding: 15px 0 10px;
  }
}
@media all and (min-width: 768px) { 
  .fixedArea {
    min-height: 116px;
    padding: 20px 0 10px;
  }
}

/*===  fixedTel ===*/
.btnTelArea {
  position: fixed;
  bottom: 250px;
  right: 0;
  left: 0;
  z-index: 101;
}
.btnTelArea .item{
  position: absolute;
  top: 0;
  right: 10px;
  width: 10em;
  font-size: 1.5rem;
  text-align: center;
  padding: .7rem 0 .9rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 1);
  border: .2rem solid #0ca26c;
}
.btnTelArea p{
  text-align: center;
  font-size: 1rem;
  line-height:1;
  padding-bottom: .7rem;
}
.btnTelArea a{
  color:#0ca26c;
  padding-bottom: .2rem;
}
.btnTelArea .telNumber {
  display: flex;
  justify-content:center;
  align-items: center;
  font-size: 1.8rem;
}
.btnTelArea .telNumber .icon-img{
  width: 1.8rem;
  margin-right: .4rem;
}
@media all and (min-width: 768px) { 
  .btnTelArea .item{
    font-size: 1.5rem;
  }
  .btnTelArea .telNumber .icon-img{
    width: 2rem;
  }
}

#fixedTel.item_hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s; /* フェードイン効果 */
}
/* 表示状態 */
#fixedTel.item_visible {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 501px) and (max-width: 767px){
  .btnTelArea {
    bottom: 200px;
  }
}
@media all and (min-width: 768px) { 
  .btnTelArea  {
    bottom: 190px;
  }
}
