@charset "UTF-8";
.accordionList__item > .attention__mail {
  padding: 10px 40px 10px 56px;
}
.caseHead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: var(--paleBlue);
  color: var(--blue);
  border-top: solid 5px var(--blue);
  border-radius: 0px 0px 5px 5px;
  padding: 3px 0px;
}

.accordionList__item__ttl + div {
  padding: 16px 0 20px 16px;
}
.attention__mail__01::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  content: "";
  background-image: url(/assets/img/icon_mail01.svg);
  background-repeat: no-repeat;
}
.attention__mail__02::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  content: "";
  background-image: url(/assets/img/icon_mail02.svg);
  background-repeat: no-repeat;
}
.attention__mail__03::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  content: "";
  background-image: url(/assets/img/icon_mail03.svg);
  background-repeat: no-repeat;
}
.attention__mail__04::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  content: "";
  background-image: url(/assets/img/icon_mail04.svg);
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
