@charset "UTF-8";
.line {
  width: 100%;
  background-color: #81b214;
  height: 2px;
  margin: 0 auto;
}

.r_title {
  display: inline-block;
  padding: 8px 24px;
  margin-top: 5px;
  font-weight: bold;
  border: 2px solid #333; /* 枠線の色・太さ */
  border-radius: 9999px;
  margin-bottom: 0;
}

.r_box {
  margin-top: 5px;
  border: 2px solid #666;
  margin-bottom: 10px;
}

.u_title {
  color: #81b214;
  border-bottom: 1px solid #81b214;
}

.img_s {
  max-width: 200px;
}

.c_img {
  width: 100%;
  text-align: center;
}
.c_img img {
  max-width: 1200px;
  margin: auto;
}/*# sourceMappingURL=reform_keturo_ex.css.map */