@charset "UTF-8";
* {
  color: #5F5F5F;
}

.bg_gray {
  background: #F4F4F4;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* お知らせ詳細
=========================================== */
#news_single .news_single_title {
  margin-bottom: 32px;
}
#news_single .news_single_title .news_info {
  margin-bottom: 6px;
}
#news_single .news_single_title .news_info .time {
  display: inline-block;
  margin-right: 12px;
}
#news_single .news_single_title .news_info .time time {
  font-family: "Lato", sans-serif;
}
#news_single .news_single_title .news_info .category {
  display: inline-block;
  background: #F3F3F3;
  font-size: 1.1rem;
  border-radius: 24px;
  padding: 6px 8px;
  line-height: 1;
}
#news_single .news_single_title h1 {
  font-size: 2rem;
}
#news_single .news_single_content h2 {
  font-size: 1.8rem;
  margin-top: 32px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: solid 2px #00A67E;
}
#news_single .news_single_content h3 {
  font-size: 1.6rem;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: solid 2px #D2D2D2;
}
#news_single .news_single_content p {
  margin-bottom: 12px;
}
#news_single .news_single_content a {
  display: inline-block;
  color: #00A67E;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/*# sourceMappingURL=news.css.map*/