img {
  image-rendering: auto;
}

.flow__btnRow {
  gap:50px;
  justify-content: center;
}


.bgGr {
  padding: 0 0 50px;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 3em;
}
.atmSmart__ttl img {
  width: 140px;
}

.atmSmart__inner {
  max-width: 1100px;
}

.atmStep__ttlMain {
  padding: 0.3em 1em;
}

.atmSmart__tool p {
  padding: 0.5em 5em;
  font-size: 2.5rem;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 450px;
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #fff;

  font-weight: 700;
  text-align: center;
  line-height: 30px;
  margin: 1em 0;
}

.atmSmart__tool {
  padding-top: 110px;
  padding-right: 40px;
}

.about-box {
  border: 1px solid #014831;
  background-color: #fff;
  padding: 20px 40px 30px;
  text-align: center;
}

.about-box h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #014831;
  margin-bottom: 0.5em;
}

.about-box p {
  margin-bottom: 2em;
  text-align: left;
}


.btm-appli {
  margin: 90px auto 0;
  max-width: 1100px;
}

.qr__box {
    display: flex;
    justify-content: space-between;
    margin: 30px;
}

.qr__item {
    border: solid 2px #e4e4e4;
    border-radius: 10px;
}

.qr__itemTtl {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    background: #c4d700;
    color: #004831;
    padding: 18px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.qr__itemImg {
    padding: 20px 75px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



.btnB--now:before {
    content: "";
    width: 1.6em;
    height: 1.6em;
    background-color: #004831;
    position: absolute;
    bottom: -0.8em;
    left: calc(50% - 0.8em);
    box-sizing: border-box;
    transform: scaleX(0.7) rotate(-45deg);
  z-index: -1;
}

.btnB--now {
  background: #004831;
  color: #fff;
  box-shadow: none;
}

.btnB--now.btm:before {
    top: -0.8em;
  bottom: auto;
}


.atmSmart__list {
  padding: 0;
}
.atmSmart__txt {
  margin-bottom: 0.3em;
}






span.paypay {
  color: #ff0033 !important;
}

.atmStep__ttlMain {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  background-color: #006837;
  color: #fff;
  padding: 0.5em 1em 0.7em;
}
.atmStep__ttlSub {
  font-weight: normal;
  font-size: 1em;
  margin-top: 2em;
}

p.service-close {
 color: #f00;
  text-align: center;
  margin: 0.5em 1em 2.5em;
}
p.service-close a {
  color: #06a16b;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1em;
}

.colCharge {
  background-color: #ECF5D9;
}
.title_sub {
  background-color: #00A472;
  color: #fff;
  text-align: center;
  padding: 0.3em 1em;
}

.aboutCharge {
  display: grid;
  justify-content: center;
  grid-template-columns: 180px 60px 180px;
}
.aboutCharge p {
  text-align: left;
  padding-top: 0 !important;
  min-height: 7em !important;
  font-size: 0.9em;
}
.aboutCharge .arrow {
  position: relative;
  padding-left: 5px;
}
.aboutCharge .arrow img {
  position: absolute;
  top: 50%;
  display: inline-block;
}


#fv,#detail,#goSteps {
    padding: 0;
    max-width: 1300px;
    margin: 1em auto 0;
    margin-bottom: 3em;
  text-align: center;
}
#detail {
  border: 1px solid #ccc;
  border-radius: 1em;
  margin: 0 auto 3em;
  padding: 2em;
  width: 1100px;
  box-sizing: border-box;
  position: relative;
}
#detail a {
  position: absolute;
  top:51%;
  left: 79%;
  display: block;
  width: 40px;
  height: 26px;
}

@media screen and (max-width: 767px) {
  
  .atmSmart {
    margin-bottom: 2em;
  }
  .flow__btnRow {
    gap: 10px;
    flex-wrap: nowrap;
  }
  .flow__btnRow .btnB {
    height: 8rem;
  }
  .atmSmart__tool {
    padding: 0 1em;
  }
  .atmSmart__tool p {
    margin: 0.3em 0;
    padding: 0.3em;
    height: 2em;
  }
  .atmSmart__list {
    padding: 0 0 2em;
  }
  .img_iphone {
    width: 80vw;
    margin: 2em auto 0;
  }
  .about-box {
    width: 90vw;
    margin: 0 auto;
    padding: 20px 1em 30px;
  }
  .btm-appli {
    margin-top: 3em;
  }
  .btm-appli .txt {
    font-size: 1.8rem;
  }
  .qr__box {
    display: block;
  }
  .qr__item {
    margin-bottom: 1em;
  }
  .qr__itemImg {
    padding: 1em 2em;
  }
  .qr__itemTtl {
    padding: 10px 0;
  }

  p.service-close {
    margin: 0.5em 1em;
    line-height: 1.5;
  }
  .aboutCharge {
    display: block;
  }
  .atmStep__list li.colCharge {
    margin: 1em 4vw;
    border-bottom: 1em solid #fff;
  }
  .atmStep__list li .aboutCharge p {
    padding: 0;
    min-height: auto !important;
    margin-bottom: 0.8em;
  }
  .aboutCharge img {
    display: inline-block;
    float: none !important;
  }
  .aboutCharge .arrow {
    text-align: center;
    margin-top: 1em;
  }
  .aboutCharge .arrow img {
    position: relative;
    width: 15vw;
  }

  
  #fv,#detail {
      padding: 0;
      max-width: none;
      margin: 0 auto 0;
      margin-bottom: 2em;
    text-align: center;
  }
  #detail {
    border: 1px solid #ccc;
    border-radius: 1em;
    margin: 0 auto 2em;
    padding: 4vw 2vw;
    width: 94vw;
    box-sizing: border-box;
    position: relative;
  }
  #detail a {
    position: absolute;
    top:62%;
    left: 53%;
    display: block;
    width: 14%;
    height: 3%;
  }
  #goSteps {
      margin-bottom: 2em;
    text-align: center;
  }
}
