/* base */
#utility {
  font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", "Noto Sans Thai", "Noto Sans Khmer", "Noto Sans Myanmar", "Noto Sans", sans-serif;
  background: none;
  color: #1a1a1a;
}
#utility .header1, #utility .subheader1, #utility .subheader2, #utility .subheader3, #utility .subheader4 {
  font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", "Noto Sans Thai", "Noto Sans Khmer", "Noto Sans Myanmar", "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
#utility .subheader1, #utility .subheader4 {
  font-size: 16px;
}
#utility .subheader3 {
  color: #666;
}
#utility .bodycopy1, #utility .body_copy1 {
  font-size: 16px;
  line-height: 1.5;
}
#utility .bodycopy2, #utility .body_copy2 {
  font-size: 14px;
}
#utility .link4 {
  color: inherit;
  font-weight: inherit;
}
#utility .richtext {
  font-size: 16px;
  line-height: 1.5;
}
#utility .richtext a {
  text-decoration: underline;
  color: inherit;
  font-weight: inherit;
}
#utility .richtext a:hover {
  text-decoration: none;
}
#utility .richtext p, #utility .richtext ul, #utility .richtext ol, #utility .richtext h2, #utility .richtext h3, #utility .richtext h4 {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  #utility {
    padding-bottom: 120px;
  }
  #utility .header1 {
    font-size: 44px;
  }
  #utility .subheader2, #utility .subheader3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #utility {
    padding-bottom: 80px;
  }
  #utility .header1 {
    font-size: 28px;
  }
  #utility .subheader2, #utility .subheader3 {
    font-size: 20px;
  }
}
/* .utilitytitle */
#utility .utilitytitle {
  padding: 0;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  #utility .utilitytitle {
    margin: 80px 0 48px;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #utility .utilitytitle {
    margin: 48px 0 48px;
  }
}
