@charset "UTF-8";

.japanet {
  background: #FFF;
  text-align: center;
}
.japanet img {
  width: 131px;
}
.xiaomi main {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {

  .xiaomi .detailWrap {
    padding: 60px 20px 150px;
  }

  /* table:not(.scroll__table) col {
    width: auto !important;
  } */
  table:not(.scroll__table) tr > * {
    display: table-cell;
    width: auto;
  }
  /* .table__scroll__container {
    width: 100%;
    overflow: scroll;
    padding-bottom: 10px;
  }
  .table__scroll__container .con__table {
    width: 200%;
    border-collapse: collapse;
  }
  .scroll-hint-icon {
    width: 14em;
    height: 78px;
    padding: 15px 10px 7px 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
  }
  .scroll-hint-icon-wrap.is-active {
    background: rgba(0, 0, 0, .2);
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 1;
  }
  .scroll-hint-text {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 7px;
  }
  .scroll-hint-icon:before {
    width: 30px;
    height: 30px;
    background-image: url(../img/common/icon_scrollhint.svg) !important;
  }
  .scroll-hint.is-right-scrollable.is-left-scrollable,
  .scroll-hint.is-left-scrollable,
  .scroll-hint.is-right-scrollable,
  .scroll-hint-icon:after {
    background: none !important;
  } */

}


h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #00A0AF;
}
@media screen and ( max-width : 768px ) {
  h3 {
    font-size: 2opx;
  }
}

.detailWrap {
  background: #E7FCF2;
  padding: 60px 20px 100px;
}
@media screen and ( max-width : 768px ) {
  .detailWrap {
    padding: 60px 20px 530px;
  }
}
.detailWrap .benefitBox {
  background: #FFF;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 80px;
  border-radius: 10px;
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
}
@media screen and ( max-width : 768px ) {
  .detailWrap .benefitBox {
    padding: 0 20px 23px;
  }
}
.detailWrap .benefitBox .animal {
  position: absolute;
  top: -60px;
  right: 40px;
}
@media screen and ( max-width : 1024px ) {
  .detailWrap .benefitBox .animal {
    right: 0px;
  }
}
@media screen and ( max-width : 1024px ) {
  .detailWrap .benefitBox .animal img {
    width: 125px;
  }
}
.detailWrap .benefitBox h2 {
  padding: 70px 0;
}
@media screen and ( max-width : 768px ) {
  .detailWrap .benefitBox h2 {
    padding: 40px 0;
  }
}
.detailWrap .benefitBox .text {
  font-size: 22px;
  font-weight: bold;
  margin: -0.5em 0;
  padding-bottom: 50px;
}
@media screen and ( max-width : 768px ) {
  .detailWrap .benefitBox .text {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
.detailWrap .benefitBox .tableChild {
  margin: 0 auto;
  overflow: auto;
  display: block;
  padding-bottom: 30px;
}
.detailWrap .benefitBox .tableChild table {
  width: 818px;
  margin: 0 auto;
}
.detailWrap .benefitBox .tableChild table tr th {
  background: #00A0AF;
  color: #FFF;
  border: solid 1px #CCCCCC;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  font-size: 16px;
  white-space: nowrap;
}
.detailWrap .benefitBox .tableChild table tr td {
  border: solid 1px #CCCCCC;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
}
.detailWrap .benefitBox .tableChild table tr td:nth-of-type(1) {
  background: #00A0AF;
  color: #FFF;
}
.detailWrap .benefitBox .tableChild table tr td:nth-of-type(2) {
  background: #00A0AF;
  color: #FFF;
}
.detailWrap .textBox {
  background: #FFF;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
}
@media screen and ( max-width : 768px ) {
  .detailWrap .textBox {
    padding: 30px 20px 30px;
  }
}
.detailWrap .textBox .animal {
  position: absolute;
  top: -60px;
  right: 40px;
}
@media screen and ( max-width : 1024px ) {
  .detailWrap .textBox .animal {
    right: 0px;
  }
}
@media screen and ( max-width : 1024px ) {
  .detailWrap .textBox .animal img {
    width: 125px;
  }
}
.detailWrap .textBox h3 {
  margin-bottom: 35px;
}
@media screen and ( max-width : 768px ) {
  .detailWrap .textBox h3 {
    margin-bottom: 30px;
  }
}
.detailWrap .textBox .text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .detailWrap .textBox .text {
    margin-bottom: 30px;
  }
}
.detailWrap .textBox span {
  font-size: 16px;
  margin-bottom: 60px;
  display: block;
}
@media screen and ( max-width : 768px ) {
  .detailWrap .textBox span {
    margin-bottom: 30px;
  }
}
.detailWrap .textBox .child {
  background: #E7FCF2;
  padding: 35px 40px;
  border-radius: 10px;
}
@media screen and ( max-width : 768px ) {
  .detailWrap .textBox .child {
    padding: 30px 20px;
  }
}
.detailWrap .textBox .child .title {
  color: #00A0AF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.detailWrap .textBox .child .iconText {
  font-size: 16px;
  margin-bottom: 40px;
}
.detailWrap .textBox .child .iconText:last-child {
  margin-bottom: 0px;
}
@media screen and ( max-width : 768px ) {
  .detailWrap .textBox .child .iconText {
    margin-bottom: 30px;
  }
}
.detailWrap .textBox .child .iconTitle {
  padding-left: 28px;
  font-size: 16px;
  margin-bottom: 20px;
  background: url(../images/lp/icon.svg) no-repeat center left;
}

.waveWrap {
  background: #E7FCF2;
  margin-bottom: 150px;
}
@media screen and ( max-width : 768px ) {
  .waveWrap {
    margin-bottom: 80px;
  }
}
.waveWrap img {
  width: 100%;
}

