@charset "UTF-8";

.head {
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  position: relative;
  z-index: auto;
}
.head::before,
.head::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 9999px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.head::before {
  width: 4em;
  background-color: #01734C;
  z-index: 11;
}
.head::after {
  background-color: #EBEBEB;
  right: 0;
  z-index: 10;
}

/* ===========================================
 * NOTE
 * ======================================== */
.note {
  width: 100%;
  display: block;
}
.note p {
  margin-bottom: 0;
}
.note__request {
  width: 100%;
  border: 1.5px solid #ebebeb;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  display: block;
}
.note__attention {
  margin-top: 1em;
  font: 700 14px / 1.6 var(--fontfamiry_main);
  display: inline-block;
}
.note__attention > span {
  color: var(--color_txt_accent);
}
.note__text {
  margin-bottom: 0;
  font: 400 14px / 1.6 var(--fontfamiry_main);
}

.note__group {
  margin-block: 14px;
}
.note__group:last-of-type {
  margin-bottom: 0;
}
.note__title {
  font: 700 14px / 1.6 var(--fontfamiry_main);
  margin-bottom: 7px;
  background: linear-gradient(transparent 60%, rgba(255,255,0,0.35) 60%);
  display: inline-block;
}
.note__contents {
  display: block;
}
.note__list__container {
  margin-block: 7px;
}
.note__list {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 3px;
  font: 400 14px / 1.6 var(--fontfamiry_main);
}
.note__list:last-of-type {
  margin-bottom: 0;
}
.note__caution {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 3px;
  font: 400 14px / 1.6 var(--fontfamiry_main);
}