:root {
  --swiper-theme-color: #1a1510;
}

.html,
.body {
  min-width: 280px;
  margin: 0 auto;
  font-family: "NOTOSANSJP-REGULAR";
  background-color: #f7f7f7;
  color: #333;
}

body {
  overflow-x: hidden;
}

.wrap, .w1400 {
  width: auto;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  position: relative;
}

.only-m {
  display: block !important;
}

.only-pc {
  display: none !important;
}

.pt40 {
  padding-top: 0.4rem;
}

.section01 {
  position: relative;
}
.section01 .banner {
  display: block;
  width: 100%;
  height: auto;
}
.section01 .tips img{ display: block; margin:.3rem auto; max-width: 100%;}

.btn {
  display: block;
  width: 50%;
  border: 2px solid #000;
  background-color: #ff9000;
  margin: 0.3rem auto 0;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
  color: #000;
}
.btn img {
  display: inline-block;
  width: 0.3rem;
  vertical-align: middle;
  margin-right: 0.15rem;
}

.section03 {
  padding: 0.6rem 0.3rem 1rem;
}
.section03 h1 {
  padding-bottom: 0.3rem;
  font-size: 0.4rem;
  line-height: 0.6rem;
  text-align: center;
}
.section03 .left {
  padding: 0.4rem 0.3rem;
  background-color: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.section03 .part01 {
  padding-bottom: 0.6rem;
}
.section03 .part01 h2 {
  width: 2.4rem;
  background-color: #ff6600;
  margin-bottom: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
}
.section03 .part01 p {
  position: relative;
  margin-left: 0.4rem;
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
  border-bottom: 1px dashed #aaa;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #666;
}
.section03 .part01 p em {
  position: absolute;
  left: -0.4rem;
  top: -0.1 0.2rem;
  font-size: 0.36rem;
  color: #ff6600;
}
.section03 .part01 p:last-child {
  border: none;
}
.section03 .title {
  padding-bottom: 0.3rem;
  text-align: center;
}
.section03 .title img {
  display: block;
  width: 1.7rem;
  margin: 0 auto;
}
.section03 .title h2 {
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.section03 .title span {
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #a9d4ff;
}
.section03 .showBtn, .section03 .hideBtn {
  display: block;
  width: 3.6rem;
  margin: 0 auto;
}
.section03 .showBtn img, .section03 .hideBtn img {
  display: block;
  width: 100%;
}
.section03 .toggleBox {
  display: none;
}
.section03 .main {
  padding-bottom: 0.4rem;
}
.section03 .main p {
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #666;
}
.section03 .main p span {
  font-weight: bold;
}
.section03 .main p a {
  color: #1e8fff;
  font-weight: bold;
}
.section03 .img {
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
}
.section03 .tit {
  text-align: center;
}
.section03 .tit span {
  border-bottom: 2px solid #a9d4ff;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #a9d4ff;
}
.section03 .tit h3 {
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.section03 .tit02 {
  padding-bottom: 0.4rem;
  text-align: center;
}
.section03 .tit02 span {
  position: relative;
  display: inline-block;
  font-size: 0.28rem;
  line-height: 0.6rem;
  font-weight: bold;
}
.section03 .tit02 span img {
  position: absolute;
  right: -0.3remx;
  top: 0.12rem;
  width: 0.26rem;
}
.section03 .tit02 h3 {
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.section03 .voice-list {
  padding-top: 0.8rem;
}
.section03 .voice-list li {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 0.8rem;
}
.section03 .voice-list li .people {
  display: block;
  width: 100%;
}
.section03 .voice-list li div {
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 100%;
}
.section03 .voice-list li div .bg {
  display: block;
  width: 100%;
  height: 1.6rem;
}
.section03 .voice-list li div span {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.section03 .voice-list li:nth-child(2n) {
  margin-left: 4%;
}
.section03 .table-info {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #666;
}
.section03 .table-info h3 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  text-align: center;
}
.section03 .table-info p {
  line-height: 0.8rem;
}
.section03 .table-info table {
  width: 100%;
}
.section03 .table-info table tr {
  background-color: #f1f1f1;
}
.section03 .table-info table tr:nth-child(2n) {
  background-color: #fff;
}
.section03 .table-info table td {
  box-sizing: border-box;
}
.section03 .table-info table td:nth-child(1) {
  width: 35%;
  padding-left: 0.1rem;
  font-weight: 500;
  border-right: 0.02rem solid #fff;
}
.section03 .table-info table td:nth-child(2) {
  width: 65%;
  padding-left: 0.1rem;
}
.section03 .bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  background-color: #f8d56b;
  border-top: 1px solid #000;
  text-align: center;
  line-height: 1rem;
  z-index: 999;
}
.section03 .bottom-fixed .btn {
  display: inline-block;
  margin: 0 0 0 0.3rem;
  width: 36%;
  height: 0.6rem;
  border-width: 1px;
  line-height: 0.6rem;
  vertical-align: middle;
}
.section03 .bottom-fixed .logo {
  display: inline-block;
  width: 44%;
  vertical-align: middle;
}

.footerBox {
  margin-bottom: 1rem !important;
}

.newBtn{ padding-top: .3rem;}
.newBtn a{ display: inline-block; padding: 0 .2rem; margin-right: .2rem; margin-bottom: .3rem; background-color: #f00; color: #fff; font-size: .28rem; line-height: .6rem; }
.yahoo{ display: block; width: 100%; margin-top: .3rem;}
.yahoo img{ display: block; width: 100%;}