@charset "utf-8";

#service .flex img,
#supplement .flex img {
  width: 300px;
}

#service .flex .text,
#supplement .flex .text {
  width: 360px;
}

@media only screen and (max-width: 768px) {
  #service .flex img,
  #supplement .flex img {
    width: 100%;
  }

  #service .flex .text,
  #supplement .flex .text {
    width: 100%;
    margin-top: 20px;
  }
}

#media dl dt {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  background-color: #e0eff9;
  padding: 4px 10px;
}

#media dl dd {
  padding: 10px 0 30px;
}

#media dl dd ul li {
  position: relative;
  padding-left: 12px;
}

#media dl dd ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  background-color: #0070bd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {

  #service dl dt {
    font-size: 16px;
  }

}
