.caution {
  overflow-x: hidden;
}

.caution h1 {
  margin-bottom: 115px;
  padding: 20px 15px 0;
  border-top: 1px solid #ebebeb;
  font-weight: normal;
  font-size: 1.846em;
  line-height: 1.2;
}

@media screen and (max-width: 479px) {
  .caution h1 {
    margin-bottom: 90px;
  }
}

.caution-group {
  margin-bottom: 145px;
}

@media screen and (max-width: 479px) {
  .caution-group {
    margin-bottom: 55px;
  }
}

.caution-group__title {
  margin-bottom: 70px;
  padding: 0 15px;
  text-align: center;
}

.caution-group__title h2 {
  font-size: 2em;
  margin-bottom: 15px;
}

.caution-group h3 {
  position: relative;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: 1.667em;
  line-height: 1.2;
}

.caution-group h3 span {
  display: inline-block;
  position: relative;
  background: #ffffff;
  padding-right: 30px;
  z-index: 5;
}

.caution-group h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #ebebeb;
  z-index: 2;
}

.caution-group h3 + p {
  margin-bottom: 35px;
  padding: 0 15px;
}

.caution-figure {
  margin-bottom: 50px;
}

.caution-figure__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media screen and (max-width: 479px) {
  .caution-figure__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
  }
}

.caution-figure__img > div {
  width: 50%;
  min-height: 1px;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .caution-figure__img > div {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .caution-figure__img > div + div {
    margin-top: 35px;
  }
}

.caution-figure__img > div img {
  width: 100%;
  max-width: 100%;
}

.caution-figure p {
  text-align: center;
}

.caution-figure + p {
  padding: 0 15px;
  margin-bottom: 35px;
}

.caution-figure__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

@media screen and (max-width: 479px) {
  .caution-figure__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 45px;
  }
}

.caution-figure__group > div {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .caution-figure__group > div {
    width: 100%;
    margin-bottom: 35px;
  }
}

.caution-figure__group > div img {
  width: 100%;
  max-width: 100%;
}

.caution-figure__group > p {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .caution-figure__group > p {
    width: 100%;
  }
}

.caution-figure__group .img--3 {
  width: 33.33333333%;
}

@media screen and (max-width: 479px) {
  .caution-figure__group .img--3 {
    width: 100%;
  }
}

.caution-figure__group .text--7 {
  width: 66.66666667%;
}

@media screen and (max-width: 479px) {
  .caution-figure__group .text--7 {
    width: 100%;
  }
}
