.mainContent {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .mainContent {
    padding-top: 50px;
  }
}

.choqipayOnlineArea01 {
  text-align: center;
  margin-bottom: 85px;
  padding-bottom: 15px;
  background: url(../images/bg_index01.png) no-repeat center bottom;
  background-size: contain;
}
@media screen and (max-width: 1160px) {
  .choqipayOnlineArea01 {
    background-size: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .choqipayOnlineArea01 {
    background: none;
    margin-bottom: 55px;
    padding-bottom: 0;
  }
}
.choqipayOnlineArea01 .title01 {
  color: #727272;
  font-size: 38px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .choqipayOnlineArea01 .title01 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.choqipayOnlineArea01 .title01 span {
  color: #13ae9c;
  font-size: 28px;
  font-weight: bold;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .choqipayOnlineArea01 .title01 span {
    font-size: 15px;
  }
}
.choqipayOnlineArea01 .img01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .choqipayOnlineArea01 .img01 {
    width: 145px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .choqipayOnlineArea01 .img02 {
    width: 188px;
    margin: 10px auto 0;
  }
}
.choqipayOnlineArea01 .txt01 {
  color: #505050;
  font-size: 18px;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .choqipayOnlineArea01 .txt01 {
    font-size: 14px;
  }
}

.btnList01 {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .btnList01 {
    max-width: 550px;
    width: 100%;
    margin: 15px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.btnList01 li {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .btnList01 li {
    width: 100%;
  }
}
.btnList01 li:first-child {
  margin-right: 55px;
}
@media screen and (max-width: 900px) {
  .btnList01 li:first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .btnList01 li:first-child {
    margin-right: 0;
  }
}
.btnList01 li a {
  font-size: 18px;
  height: 70px;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .btnList01 li a {
    font-size: 14px;
    height: 50px;
    border-radius: 25px;
  }
}

.noteArea01 {
  max-width: 800px;
  width: 100%;
  margin: 10px auto 0;
}

.note01 {
  text-align: left;
  font-size: 12px;
  width: 370px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .note01 {
    margin: 5px auto 10px;
  }
}
.note01 a {
  color: #13ae9c;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .note01 a {
    font-size: 12px !important;
    height: auto !important;
    border-radius: 0 !important;
    display: inline !important;
  }
}