@charset "utf-8";

.disp_pc{display:block;}
.disp_sp{display:none;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
img{ max-width:100%;}

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

header{
  background: #fff;
  border-bottom: 2px solid #99b8db;
}
header .inner{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  height: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo{
  width: 20%;
}
header .inner .hd-menu{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .inner .hd-menu li{
  font-size: 18px;
  border-right: 1px solid #000;
  padding-right: 1em;
}
header .inner .hd-menu li:last-child{
  border-right: none;
  padding-right: 0;
}
header .inner .hd-menu li a{
  display: block;
}
header .inner .hd-menu li a:hover{
  color: #0098c8;
  text-decoration: underline;
}

.mv{
  background: #f0f0f0;
}
.mv .inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 60px;
}
.mv .inner .mv-img{
  text-align: center;
  margin-bottom: 45px;
}
.mv .inner .mv-01{
  text-align: center;
}
.mv .inner .mv-02{
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1em;
}
.mv .inner .mv-02-1{
  position: absolute;
  right: 314px;
  bottom: 260px;
}
.mv .inner .mv-02-2{
  position: absolute;
  right: 130px;
  bottom: 240px;
}
/*出現アニメーション*/
.mv .inner .fadeIn.is-show{
  animation: slideIn1 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn1 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.mv .inner .mv-03{
  position: absolute;
  left: 0;
  bottom: 0;
}

.app{
  background-image: linear-gradient(0deg, rgba(53, 108, 196, 1), rgba(59, 121, 219, 1) 11%);
}
.app .inner{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 15px 0;
}
.app .inner .app-box-pc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app .inner .app-box-pc li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.app .inner .app-box-pc .app-free p{
  color: #fff;
  font-size: 30px;
  line-height: 1.25em;
}
.app .inner .app-box-pc li .bn{
  margin-right: 10px;
}
.app .inner .app-box-sp{
  display: none;
}

.htu{
  background: #f0f0f0;
}
.htu .inner{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 170px 0 70px;
}
.htu .inner .ttl-htu{
  text-align: center;
  margin-bottom: 60px;
}
.htu .inner .htu-case{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.htu .inner .htu-case:last-child{
  margin-bottom: 0;
}
.htu .inner .case-l{
  justify-content: flex-start;
}
.htu .inner .case-r{
  flex-direction: row-reverse;
}
.htu .inner .htu-case .htu-case-img{
  width: 40%;
}
.htu .inner .htu-case .htu-case-img p{
  text-align: center;
}

/*足利銀行アプリの活用方法画像出現アニメーション*/
.htu .inner .fadeIn.is-show .htu-case-img p {
  animation: slideIn2 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn2 {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.htu .inner .htu-case .htu-case-txt{
  width: 50%;
}
.htu .inner .htu-case .htu-case-txt .case-txt-ttl{
  font-size: 34px;
  font-weight: bold;
  color: #0098c8;
}
.htu .inner .htu-case .htu-case-txt .case-txt-txt{
  font-size: 20px;
}
.htu .inner .htu-case .htu-case-txt .case-txt-txt span{
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  background-size: 200% 0.25em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 221, 89, 1) 50%, rgb(255, 221, 89) 50%);
  transition: background-position 2s ease 0.1s;
}
.htu .inner .htu-case .htu-case-txt .case-txt-note{
  font-size: 17px;
  text-indent: -1em;
  padding-left: 1em;
}

.feature{
  background: #f5eff6;
}
.feature .inner{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}
.feature .inner .ttl-feature{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  max-width: 586px;
  margin: 0 auto 60px;
  background: #fff;
  padding: 20px 0;
  line-height: 1em;
  border-bottom: 2px solid #c076cc;
}

.promotion{
  background: #f9e8e3;
}
.promotion .inner{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 140px 0 80px;
}
.promotion .inner .promotion-box{
  background: #fff;
  padding: 80px 40px;
}
.promotion .inner .promotion-box .promotion-evaluation{
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 50px;
}
.promotion .inner .promotion-box .promotion-evaluation-img{
  text-align: center;
  margin-bottom: 60px;
}
.promotion .inner .promotion-box .evaluation-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.promotion .inner .promotion-box .evaluation-box li{
  padding: 0 20px;
}
.promotion .inner .promotion-box .evaluation-box li:first-child{
  border-right: 1px solid #000;
}
.promotion .inner .promotion-box .evaluation-box li .evaluation-score{
  text-align: center;
}
.promotion .inner .promotion-box .evaluation-box li .evaluation-app{
  text-align: center;
  margin-bottom: 20px;
}
.promotion .inner .promotion-box .opinion-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promotion .inner .promotion-box .opinion-box li{
  background: #f9e8e3;
  width: 49%;
  border-radius: 10px;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promotion .inner .promotion-box .opinion-box li .opinion-img{
  width: 35%;
  text-align: center;
}
.promotion .inner .promotion-box .opinion-box li .opinion-txt{
  width: 65%;
  font-size: 23px;
}

.registration{
  background: #f0f0f0;
}
.registration .inner{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}
.registration .inner .ttl-registration{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  max-width: 586px;
  margin: 0 auto 60px;
  background: #fff;
  padding: 20px 0;
  line-height: 1em;
  border-bottom: 2px solid #0098c8;
}
.registration .inner .registration-heading{
  text-align: center;
  margin-bottom: 40px;
}
.registration .inner .step-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.registration .inner .step-box li{
  width: 28%;
  background: #fff;
  box-shadow: 14px 14px 0px 0px rgba(0, 152, 200, 1);
  padding: 30px 10px 50px;
  position: relative;
}
.registration .inner .step-box li .step-box-ico{
  text-align: center;
  margin-bottom: 15px;
}
.registration .inner .step-box li .step-box-img{
  text-align: center;
  margin-bottom: 30px;
}
.registration .inner .step-box li .step-box-txt{
  text-align: center;
  font-size: 23px;
}
.registration .inner .step-box li .step-box-arrow{
  position: absolute;
  bottom: 45%;
  right: -75px;
}

.security{
  background: #fff5e6;
}
.security .inner{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}
.security .inner .ttl-security{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  max-width: 586px;
  margin: 0 auto 60px;
  background: #fff;
  padding: 20px 0;
  line-height: 1em;
  border-bottom: 2px solid #c4a77b;
}
.security .inner .heading-security{
  font-size: 23px;
  text-align: center;
  margin-bottom: 40px;
}
.security .inner .heading-security span{
  display: inline;
  font-weight: bold;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  background-size: 200% 0.25em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 221, 89, 1) 50%, rgb(255, 221, 89) 50%);
  transition: background-position 2s ease 0.1s;
}
.security .inner .security-line-up{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.security .inner .security-line-up li{
  width: 18%;
}
.security .inner .security-line-up li .security-line-up-img{
  text-align: center;
  margin-bottom: 20px;
}
.security .inner .security-line-up li .security-line-up-txt{
  text-align: center;
  font-size: 23px;
}

.qa{
  background: #f0f0f0;
}
.qa .inner{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.qa .inner .ttl-qa{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  max-width: 586px;
  margin: 0 auto 50px;
  background: #fff;
  padding: 20px 0;
  line-height: 1em;
  border-bottom: 2px solid #0098c8;
}
footer{
  background: #333;
  margin-bottom: 117px;
}
footer .inner{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
}
footer .inner .footer-txt{
  color: #fff;
  font-size: 17px;
  text-align: center;  
}
footer .inner .footer-txt a{
  color: #fff;
  text-decoration: underline;
}
.app-float{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 1230px) {
  header .inner .hd-menu {
    justify-content: space-around;
  }
  header .inner .hd-menu li {
    font-size: 16px;
    padding-right: 0.5em;
  }
  .mv .inner .mv-01 {
    width: 50%;
    margin: 0 auto;
  }
  .mv .inner .mv-02{
    text-align: right;
  }
  .mv .inner .mv-02 img{
    width: 70%;
  }
  .mv .inner .mv-02-1{
  right: 200px;
  bottom: 180px;
  }
  .mv .inner .mv-02-1 img{
    width: 70%;
  }
  .mv .inner .mv-02-2{
  right: 60px;
  bottom: 170px;
  }
  .mv .inner .mv-02-2 img{
    width: 70%;
  }
  .mv .inner .mv-03{
    text-align: center;
  }
  .mv .inner .mv-03 img{
    width: 70%;
  }
  .app .inner .app-box-pc {
    justify-content: space-around;
  }
  .app .inner .app-box-pc .app-free{
    width: 20%;
  }
  .app .inner .app-box-pc .app-free p{
    font-size: 20px;
  }
  .app .inner .app-box-pc .app-free p span::before {
    background-size: contain;
    width: 15px;
    height: 16px;
  }
  .app .inner .app-box-pc .app-logo{
    width: 10%;
  }
  .app .inner .app-box-pc .app-logo p{
    text-align: center;
  }
  .app .inner .app-box-pc .app-apple{
    width: 28%;
  }
  .app .inner .app-box-pc .app-apple .bn{
    width: 70%;
    margin-right: 0;
  }
  .app .inner .app-box-pc .app-apple .qr{
    width: 20%;
  }
  .app .inner .app-box-pc .app-google{
    width: 28%;
  }
  .app .inner .app-box-pc .app-google .bn{
    width: 70%;
    margin-right: 0;
  }
  .app .inner .app-box-pc .app-google .qr{
    width: 20%;
  }
}

@media screen and (max-width: 1160px) {
  .htu .inner {
    padding: 170px 20px 70px;
  }
  .feature .inner {
    padding: 80px 20px;
  }
  .promotion .inner {
    padding: 140px 20px 80px;
  }
  .registration .inner {
    padding: 80px 20px;
  }
  .security .inner {
    padding: 80px 20px;
  }
  .qa .inner {
    padding: 80px 20px 120px;
  }
  .registration .inner .step-box li .step-box-arrow {
    bottom: 45%;
    right: -65px;
  }
  .registration .inner .step-box li .step-box-arrow img{
    width: 80%;
  }
}

@media screen and (max-width: 950px) {
  header .inner .hd-menu{
  display: none;
  }
  .app .inner .app-box-pc .app-free p {
  font-size: 17px;
  }
  .mv .inner .mv-02 img {
    width: 60%;
  }
  .mv .inner .mv-02-1 {
    right: 170px;
    bottom: 160px;
  }
  .mv .inner .mv-02-1 img {
    width: 60%;
  }
  .mv .inner .mv-02-2 {
    right: 50px;
    bottom: 140px;
  }
  .mv .inner .mv-02-2 img {
    width: 60%;
  }
  .mv .inner .mv-03 img {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
.disp_pc{display:none;}
.disp_sp{display:block;}
.disp_in_pc{display:none;}
.disp_in_sp{display:inline-block;}

header .inner{
  height: auto;
  padding: 4vw;
}
.mv .inner{
  padding: 13.3vw 8vw 0;
  height: 136vw;
}
.mv .inner .mv-img{
  margin-bottom: 6.6vw;
}
.mv .inner .mv-01{
  width: 80%;
}
.mv .inner .mv-02{
  width: 50%;
  right: 10%;
  line-height: 1em;
}
.mv .inner .mv-02 img{
  width: auto;
}
.mv .inner .mv-02-1{
  right: 45vw;
  bottom: 32vw;
}
.mv .inner .mv-02-1 img{
  width: 50%;
}
.mv .inner .mv-02-2{
  right: 16vw;
  bottom: 29vw;
}
.mv .inner .mv-02-2 img{
  width: 50%;
}
.mv .inner .mv-03{
  width: 45%;
  left: 5%;
}
.mv .inner .mv-03 img{
  width: auto;
}
.app .inner{
  padding: 2.6vw 0;
}
.app .inner .app-box-pc{
  display: none;
}
.app .inner .app-box-sp{
  display: block;
}
.app .inner .app-box-sp .app-box-sp-txt{
  text-align: center;
  color: #fff;
  font-size:  5vw;
}
.app .inner .app-box-sp .sp-apple,.app .inner .app-box-sp .sp-google{
  display: none;
}
.app .inner .app-sp-apple-dis .sp-apple,.app .inner .app-sp-google-dis .sp-google{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.app .inner .app-sp-apple-dis .sp-apple .logo{
  width: 15%;
  text-align: center;
  line-height: 1em;
  margin-right: 2.6vw;
}
.app .inner .app-sp-google-dis .sp-google .logo{
  width: 14%;
  text-align: center;
  line-height: 1em;
  margin-right: 2.6vw;
}
.app .inner .app-sp-apple-dis .sp-apple .bn{
  width: 40%;
  text-align: center;
  line-height: 1em;
}
.app .inner .app-sp-google-dis .sp-google .bn{
  width: 50%;
  text-align: center;
  line-height: 1em;
}
.htu .inner{
  padding: 12vw 4vw 13.3vw;
}
.htu .inner .ttl-htu{
  text-align: center;
  width: 80%;
  margin:0 auto 10.6vw;
}
.htu .inner .htu-case{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10.6vw;
}
.htu .inner .htu-case .htu-case-img{
  width: 100%;
  margin-bottom: 4vw;
}  
.htu .inner .htu-case .htu-case-txt{
  width: 90%;
}
.htu .inner .htu-case .htu-case-txt .case-txt-ttl{
  font-size: 5.3vw;
}
.htu .inner .htu-case .htu-case-txt .case-txt-txt{
  font-size: 3.2vw;
}
.htu .inner .htu-case .htu-case-txt .case-txt-note{
  font-size: 3.2vw;
}  
.feature .inner{
  padding: 10.6vw 5vw;
}
.feature .inner .ttl-feature{
  font-size: 5.3vw;
  margin-bottom: 5.3vw;
}
.promotion .inner{
  padding: 15.3vw 4vw 10.6vw;
}
.promotion .inner .promotion-box{
  padding: 17.5vw 4vw 8vw;
}
.promotion .inner .promotion-box .promotion-evaluation{
  font-size: 3.7vw;
  margin-bottom: 8vw;
}
.promotion .inner .promotion-box .promotion-evaluation-img{
  margin-bottom: 10.6vw;
}
.promotion .inner .promotion-box .evaluation-box{
  justify-content: space-between;
  margin-bottom: 10.6vw;
}
.promotion .inner .promotion-box .evaluation-box li{
  width: 48%;
}
.promotion .inner .promotion-box .evaluation-box li .evaluation-score{
  margin-bottom: 4vw;
}
.promotion .inner .promotion-box .opinion-box li{
  width: 100%;
  padding: 3.2vw 2.6vw;
  margin-bottom: 5.3vw;
}
.promotion .inner .promotion-box .opinion-box li:last-child{
  margin-bottom: 0;
}
.promotion .inner .promotion-box .opinion-box li .opinion-txt{
  width: 60%;
  font-size: 3.7vw;
  display: flex;
  align-items: center;
}
.registration .inner {
  padding: 10.6vw 0 9.3vw;
}
.registration .inner .ttl-registration {
  width: 90%;
  font-size: 5.3vw;
  margin-bottom: 8vw;
}
.registration .inner .registration-heading{
  text-align: center;
  margin-bottom: 8vw;
  line-height: 1em;
}
.registration .inner .registration-heading img{
  width: 55%;
}
.registration .inner .step-box li{
  padding: 6.4vw 0;
  box-shadow: 1.8vw 1.8vw 0px 0px rgba(0, 152, 200, 1);
  margin-bottom: 8vw;
}
.registration .inner .step-box li:nth-child(1),.registration .inner .step-box li:nth-child(3){
  width: 90%;  
}
.registration .inner .step-box li:nth-child(2){
  margin-left: 10%;
  width: 88%;
}
.registration .inner .step-box li:nth-child(3){
  margin-bottom: 0;
}
.registration .inner .step-box li .step-box-ico{
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  top: 2.6vw;
  right: 2.6vw;
}
.registration .inner .step-box li .step-box-ico img{
  width: 70%;    
}
.registration .inner .step-box li .step-box-img{
  text-align: center;
  margin-bottom: 2.6vw;
}
.registration .inner .step-box li .step-box-txt{
  text-align: center;
  font-size: 3.7vw;
}
.registration .inner .step-box li .step-box-arrow{
  position: absolute;
  bottom: -20px;
  right: 35%;
}
.registration .inner .step-box li .step-box-arrow img{
  width: 50%;    
}
.security .inner{
  padding: 10.6vw 4vw 11.7vw;
}
.security .inner .ttl-security{
  font-size: 5.3vw;
  margin-bottom: 8vw;
}  
.security .inner .heading-security{
  font-size: 3.7vw;
  margin-bottom: 5.3vw;
}
.security .inner .security-line-up li{
  width: 28%;
  margin-bottom: 5.3vw;
}
.security .inner .security-line-up li:nth-child(4),.security .inner .security-line-up li:nth-child(5){
  margin-bottom: 0;
}
.security .inner .security-line-up li .security-line-up-img{
  margin-bottom: 2.6vw;
}
.security .inner .security-line-up li .security-line-up-txt{
  font-size: 3.2vw;
}
.qa .inner{
  padding: 10.6vw 4vw 16vw;
}
.qa .inner .ttl-qa{
  font-size: 5.3vw;
  margin-bottom: 8vw;
}
footer{
  margin-bottom: 29vw;
}
footer .inner{
  padding: 9.3vw 0;
}
footer .inner .footer-txt{
  font-size: 3.2vw;
}

}

.modal__content-txt02 {
  margin-top: 15px;
  font-size: 16px;
}
.feature-modal::before {
    width: 23%;
    margin-bottom: 30px;
  content: "";
  display: block;
  order: 1;
}
.feature-modal::after {
    width: 23%;
    margin-bottom: 30px;
  content: "";
  display: block;
}

.update {
  text-align: right;
  font-size: 16px;
  margin: 0px auto 0;
  max-width: 620px;
  position: relative;
  top: -40px;
}
.modal__content-txt sup {
  font-size: 11px;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .modal__content-txt02 {
   font-size: 3.0vw;
    max-width: 64vw;
    margin: 3vw auto 0;
  }
  .update {
    font-size: 4vw;
    max-width: 100%;
    top: -8vw;
  }
  .modal__content-txt sup {
    font-size: 2.6vw;
  }
  .mo_spwid {
    max-width: 80vw!important;
  }
}

