@charset "utf-8";
.head_navi li:nth-child(4) > a:after {
  left: 0;
  right: 0;
}

.caution-ul {
  padding-top: 36px;
  padding-bottom: 112px;
}

.number {
  display: inline-block;
  background-color: #0279ff;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 20px;
}

.caution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #305e8d;
  padding-bottom: 24px;
  padding-top: 24px;
}

.caution-lead {
  width: calc(100% - 32px - 20px);
}

@media (max-width: 640px) {
  .caution-ul {
    padding-top: 36px;
    padding-bottom: 82px;
  }
  .number {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    margin-right: 16px;
  }

  .caution-list {
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .caution-lead {
    width: calc(100% - 28px - 16px);
  }
}
