@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:wght@100..900&family=Roboto:wght@100..900&display=swap");
.robot {
  font-family: "Roboto", sans-serif;
}

.noto {
  font-family: "Noto Serif JP", serif;
}

.RoNow {
  font-family: "ナウ-GM", "NOW-GM";
}

/*==================================================================
 お知らせ
===================================================================*/
#wrapperContent #content.news main section ul.category_list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
#wrapperContent #content.news main section ul.category_list li {
  flex-basis: auto;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #000;
}
#wrapperContent #content.news main section ul.category_list li:last-child {
  border-right: none;
}
#wrapperContent #content.news main section ul.category_list li a {
  display: block;
  color: #222;
}
#wrapperContent #content.news main section ul.category_list li a:hover {
  color: #1E50A2;
}
#wrapperContent #content.news main section ul.category_list li.current a {
  pointer-events: none;
  color: #1E50A2;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.news main section ul.category_list {
    flex-wrap: wrap;
    gap: 10px 0;
    margin-bottom: 30px;
  }
  #wrapperContent #content.news main section ul.category_list li a {
    font-size: 1.3rem;
  }
}
#wrapperContent #content.news main section ul.news_list li {
  border-bottom: 1px solid #ddd;
}
#wrapperContent #content.news main section ul.news_list li a {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 25px 45px 25px 0;
  flex-wrap: nowrap;
  gap: 0 20px;
}
#wrapperContent #content.news main section ul.news_list li a span, #wrapperContent #content.news main section ul.news_list li a time {
  display: block;
}
#wrapperContent #content.news main section ul.news_list li a .date {
  flex-basis: auto;
  font-family: "Roboto", sans-serif;
  color: #1E50A2;
  font-weight: bold;
}
#wrapperContent #content.news main section ul.news_list li a .category {
  flex-basis: 110px;
  padding: 4px 0;
  background-color: #F3F6FA;
  border-radius: 2px;
  text-align: center;
  font-size: 1.2rem;
  color: #717171;
  transition: all 0.2s ease-out;
}
#wrapperContent #content.news main section ul.news_list li a .ttl {
  flex: 1;
  line-height: 1.5;
  color: #222;
}
#wrapperContent #content.news main section ul.news_list li a .ttl.new::before {
  content: "NEW　";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #E50000;
}
#wrapperContent #content.news main section ul.news_list li a::after {
  content: "▶";
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #F3F6FA;
  text-align: center;
  color: #1E50A2;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}
#wrapperContent #content.news main section ul.news_list li a:hover {
  background-color: #fafbfd;
}
#wrapperContent #content.news main section ul.news_list li a:hover .category {
  background-color: #fff;
}
#wrapperContent #content.news main section ul.news_list li a:hover::after {
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.news main section ul.news_list li a {
    flex-wrap: wrap;
  }
  #wrapperContent #content.news main section ul.news_list li a .ttl {
    margin-top: 10px;
    flex-basis: 100%;
    font-size: 1.4rem;
  }
}
#wrapperContent #content.news main section ol.pager {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 5px;
  margin-top: 50px;
}
#wrapperContent #content.news main section ol.pager li {
  flex-basis: 30px;
  line-height: 34px;
}
#wrapperContent #content.news main section ol.pager li a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
}
#wrapperContent #content.news main section ol.pager li a:hover {
  background-color: #F3F6FA;
}
#wrapperContent #content.news main section ol.pager li.current a, #wrapperContent #content.news main section ol.pager li.point_leader a {
  pointer-events: none;
}
#wrapperContent #content.news main section .news_title_box,
#wrapperContent #content.news main section .news_box {
  max-width: 900px;
  margin: 0 auto;
}
#wrapperContent #content.news main section .news_title_box {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1E50A2;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
#wrapperContent #content.news main section .news_title_box time {
  flex-basis: auto;
  display: block;
  font-family: "Roboto", sans-serif;
  color: #1E50A2;
}
#wrapperContent #content.news main section .news_title_box .category {
  flex-basis: auto;
  display: block;
  padding: 3px 1em;
  background-color: #F3F6FA;
  border-radius: 2px;
  text-align: center;
  font-size: 1.2rem;
  color: #717171;
  transition: all 0.2s ease-out;
}
#wrapperContent #content.news main section .news_title_box h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.news main section .news_title_box h2 {
    font-size: 1.8rem;
  }
}
#wrapperContent #content.news main section .news_box {
  max-width: 750px;
}
#wrapperContent #content.news main section .news_box h4 {
  color: #1E50A2;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#wrapperContent #content.news main section .news_box img {
  display: block;
  margin: 0 auto 30px;
}
#wrapperContent #content.news main section .news_box > p {
  margin-bottom: 10px;
}
#wrapperContent #content.news main section .news_box a {
  position: relative;
  padding-right: 20px;
}
#wrapperContent #content.news main section .news_box a[target=_blank]::after {
  content: "\e89e";
  font-family: "Material Symbols Rounded";
  font-size: 1.6rem;
  font-weight: 400;
  position: absolute;
  top: 55%;
  right: 0px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.news main section .news_box a {
    padding-right: 0px;
    display: block;
  }
  #wrapperContent #content.news main section .news_box a[target=_blank]::after {
    content: "\e89e";
    font-family: "Material Symbols Rounded";
    font-size: 1.6rem;
    font-weight: 400;
    position: absolute;
    top: 80%;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
  }
}
#wrapperContent #content.news main section .news_box table {
  width: 100%;
  border-top: solid 1px #cbcbcb;
}
#wrapperContent #content.news main section .news_box table th, #wrapperContent #content.news main section .news_box table td {
  padding: 10px 20px;
  border-bottom: solid 1px #cbcbcb;
  line-height: 1.7;
}
#wrapperContent #content.news main section .news_box table th {
  background-color: #F3F6FA;
  white-space: nowrap;
  vertical-align: top;
}
#wrapperContent #content.news main section a.btn01 {
  margin: 75px auto 0;
}
#wrapperContent #content.news main section a.btn01::after {
  content: "\e5c4";
  right: auto;
  left: 20px;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.news main section a.btn01 {
    max-width: 70%;
  }
}
#wrapperContent #content.news main section ul.other_box {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #1E50A2;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrapperContent #content.news main section ul.other_box li {
  flex-basis: 33%;
}
#wrapperContent #content.news main section ul.other_box li a {
  position: relative;
  display: block;
  color: #222;
  font-size: 1.4rem;
}
#wrapperContent #content.news main section ul.other_box li a::before, #wrapperContent #content.news main section ul.other_box li a::after {
  position: absolute;
  top: -3px;
  font-family: "Material Symbols Rounded";
  font-size: 2rem;
}
#wrapperContent #content.news main section ul.other_box li a:hover {
  color: #1E50A2;
}
#wrapperContent #content.news main section ul.other_box li.prev {
  margin-right: auto;
}
#wrapperContent #content.news main section ul.other_box li.prev a {
  padding-left: 22px;
}
#wrapperContent #content.news main section ul.other_box li.prev a::before {
  content: "\eac3";
  left: 0;
}
#wrapperContent #content.news main section ul.other_box li.next {
  margin-left: auto;
  text-align: right;
}
#wrapperContent #content.news main section ul.other_box li.next a {
  padding-right: 22px;
}
#wrapperContent #content.news main section ul.other_box li.next a::after {
  content: "\eac9";
  right: 0;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.news main section ul.other_box {
    gap: 30px 0;
  }
  #wrapperContent #content.news main section ul.other_box li {
    flex-basis: 100%;
  }
  #wrapperContent #content.news main section ul.other_box li a {
    padding: 0 22px !important;
  }
}/*# sourceMappingURL=layout_news.css.map */