/*************************************************

data-lead01

*************************************************/
.data-lead01 {
  margin: 0 10px 35px;
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6316;
}
@media screen and (max-width: 767px) {
  .data-lead01 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

/*************************************************

data-tabbtns

*************************************************/
.data-tabbtns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: min(1000px, 100% - 36px);
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .data-tabbtns {
    gap: 4px;
  }
}

.data-tabbtns__button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: calc(20% - 8px);
  height: 55px;
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-size: min(15px, 1.4423076923vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  border-radius: 15px;
  background-color: rgba(205, 56, 56, 0.3);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .data-tabbtns__button {
    width: calc(20% - 3.2px);
    height: 40px;
    margin-bottom: 7px;
    font-size: min(9px, 2.4vw);
    border-radius: 7px;
  }
}
.data-tabbtns__button.is-current {
  height: auto;
  margin-bottom: 0;
  border-radius: 15px 15px 0 0;
  background-color: #cd3838;
}
@media screen and (max-width: 767px) {
  .data-tabbtns__button.is-current {
    border-radius: 7px 7px 0 0;
  }
}
.data-tabbtns__button.is-current::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #cd3838 solid 10px;
  border-right: transparent solid 9px;
  border-left: transparent solid 9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .data-tabbtns__button.is-current::before {
    border-top-width: 8px;
    border-right-width: 6px;
    border-left-width: 6px;
  }
}

/*************************************************

data-tabbodys

*************************************************/
.data-tabbodys {
  padding: 60px 20px;
  border-top: #cd3838 solid 2px;
  background-color: #fff5b4;
}
@media screen and (max-width: 767px) {
  .data-tabbodys {
    padding: 30px 0 60px;
  }
}

.data-tabbodys-block {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(780px, 100% - 40px);
  margin: 0 auto 40px;
  border: #cd3838 solid 2px;
  background-color: #fff;
  border-radius: 30px;
}
.data-tabbodys-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .data-tabbodys-block {
    margin-bottom: 25px;
    border-radius: 20px;
  }
}

.data-tabbodys-block__head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 90px;
  margin: 0;
  padding: 13px 18px;
  color: #fff;
  background-color: #cd3838;
}
@media screen and (max-width: 767px) {
  .data-tabbodys-block__head {
    min-height: 68px;
    padding: 5px 8px;
  }
}
.data-tabbodys-block__head .in-icon {
  width: 58px;
}
@media screen and (max-width: 767px) {
  .data-tabbodys-block__head .in-icon {
    width: 37px;
  }
}
.data-tabbodys-block__head .in-text {
  width: calc(100% - 75px);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .data-tabbodys-block__head .in-text {
    width: calc(100% - 47px);
    font-size: 15px;
  }
}

.data-tabbodys-block__body {
  padding: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  .data-tabbodys-block__body {
    padding: 30px 0 35px;
  }
}

/*************************************************

data-refe

*************************************************/
.data-refe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(780px, 100% - 40px);
  margin: 0 auto;
  padding: 24px 30px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .data-refe {
    padding: 20px 20px;
    font-size: 12px;
  }
}

.data-refe-title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data-refe-title {
    font-size: 14px;
  }
}
.data-refe-title::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-color: #cd3838;
}

.data-refe-body {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .data-refe-body {
    padding-left: 10px;
  }
}
.data-refe-body a {
  color: #1fa0ad;
  font-weight: 700;
  text-decoration: underline;
}

.data-refe-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin: 0 0 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .data-refe-disc {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.data-refe-disc__title {
  width: 130px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .data-refe-disc__title {
    width: 80px;
  }
}

.data-refe-disc__body {
  width: calc(100% - 130px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .data-refe-disc__body {
    width: calc(100% - 80px);
  }
}

.data-refe-text {
  margin: 0;
}

/*************************************************

data-01

*************************************************/
.data-01-title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .data-01-title {
    margin-bottom: 13px;
  }
  .data-01-title img {
    width: 276px;
    max-width: 100%;
  }
}

.data-01-lead {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .data-01-lead {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

.data-01-q1__img01 {
  width: 82.8608247423%;
  margin: 0 0 40px 4.5103092784%;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .data-01-q1__img01 {
    width: 89.8203592814%;
    margin: 0 auto 20px;
  }
}

.data-01-q1__ch01 {
  width: 74.6134020619%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .data-01-q1__ch01 {
    width: 86.8263473054%;
  }
}

.data-01-q2__img01 {
  width: 65.3350515464%;
  margin: 0 0 40px 20.618556701%;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .data-01-q2__img01 {
    width: 89.8203592814%;
    margin: 0 auto 20px;
  }
}

.data-01-q2__ch01 {
  position: relative;
  width: 74.4845360825%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .data-01-q2__ch01 {
    width: 86.8263473054%;
  }
}

.data-01-q2__ch01-btn {
  position: absolute;
  bottom: 20%;
  left: 27.7%;
  display: block;
  width: 8%;
  height: 7%;
  background-color: #000;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .data-01-q2__ch01-btn {
    bottom: 19%;
    left: 4.7%;
    width: 11%;
    height: 7%;
  }
}