@charset "UTF-8";

#Info_20220719 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 120px auto;
  text-align: left;
  font-size: 16.4px;
  line-height: 1.9;
}

#Info_20220719 h3 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
}

#Info_20220719 h3+p {
  margin-bottom: 1.4em;
}

#Info_20220719 dl {
  margin-top: 2em;
}

#Info_20220719 dl dt {
  position: relative;
  padding-left: 1.4em;
}

#Info_20220719 dl dt::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#Info_20220719 dl dd {
  margin-left: 1.4em;
}


#Info_20220719 dl dd ul li {
  position: relative;
  margin-left: 1em;
}

#Info_20220719 dl dd ul li::before {
  content: "\30FB";
  left: -2px;
  position: absolute;
  display: inline-block;
  width: 1em;
  top: 0;
  left: -1em
}

#Info_20220719 p.caution_01 {
  margin-left: 1.4em;
  position: relative;
  font-size: 15px;
  opacity: .86;
}

#Info_20220719 p.caution_01::before {
  content: "\203B";
  position: absolute;
  display: inline-block;
  width: 1.4em;
  top: 0;
  left: -1.4em;
}

#Info_20220719 .mt2em {
  margin-top: 2em;
}

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

  #Info_20220719 {
    width: 90%;
    margin: 70px auto 50px;
    font-size: 14.4px;
    line-height: 1.8;
  }

  #Info_20220719 h3 {
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 1.5;
  }

  #Info_20220719 dl dt::before {
    width: 12px;
    height: 12px;
  }

  #Info_20220719 p.caution_01 {
    font-size: 13px;
  }
}