.diabetes .characteristic {
  background: url(../images/diabetes/ico_characteristic01.png) no-repeat center left;
  background-size: 65px 65px;
  padding: 23px 0 23px 84px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
}

.diabetes .characteristic.no02 {
  background: url(../images/diabetes/ico_characteristic02.png) no-repeat center left;
  margin-top: 40px;
}

.diabetes .characteristic.no03 {
  background: url(../images/diabetes/ico_characteristic03.png) no-repeat center left;
  margin-top: 40px;
}

.diabetes dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.diabetes dl dd {
  margin-bottom: 25px;
}

.diabetes dl span {
  color: #2f60a1;
  text-decoration: underline;
}

.diabetes .ttlStyle02 {
  position: relative;
}

.diabetes .ttlStyle02 .btn01 {
  position: absolute;
  top: 5px;
  right: 4px;
  font-size: 14px;
  width: 140px;
}

.diabetes .ttlStyle02 .btn01 a {
  height: 36px;
  background: #fff;
  border: 1px solid #ffbfb9;
  color: #ff7164;
}

.diabetes .ttlStyle02 .btn01 a:hover {
  background: #ffbfb9;
  color: #fff;
  opacity: 1;
}

.diabetes__ftBnr ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .diabetes__ftBnr ul {
    width: 100%;
  }
  .diabetes__ftBnr li {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .diabetes .characteristic {
    background-size: 50px 50px;
    padding: 16px 0 16px 60px;
    font-size: 15px;
  }

  .diabetes .characteristic.no02 {
    background-size: 50px 50px;
    margin-top: 20px;
  }

  .diabetes .characteristic.no03 {
    background-size: 50px 50px;
    margin-top: 20px;
  }

  .diabetes dl dt {
    margin-bottom: 5px;
  }

  .diabetes dl dd {
    margin-bottom: 15px;
  }

  .diabetes .ttlStyle03.mt00 {
    padding-top: 0;
  }

  .diabetes .ttlStyle02 .btn01 {
    position: absolute;
    top: 1px;
    right: 0;
    width: 85px;
  }

  .diabetes .ttlStyle02 .btn01 a {
    height: 32px;
    font-size: 10px;
  }
}