@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#news {
  position: relative;
  z-index: 10;
}
#news .sub_ttl {
  color: #282A29;
}
#news .news_archive .inner {
  padding-top: 45px;
  padding-bottom: 90px !important;
}
@media screen and (max-width: 820px) {
  #news .news_archive .inner {
    padding-top: 30px;
    padding-bottom: 50px !important;
  }
}
#news .news_archive .pagination {
  margin-bottom: 0;
}
#news .news_content .inner {
  padding-top: 45px;
}
@media screen and (max-width: 820px) {
  #news .news_content .inner {
    padding-top: 25px;
  }
}
#news .news_content .news_list_a {
  margin: auto;
  margin-top: 60px;
  display: flex;
  width: fit-content;
  column-gap: 60px;
  position: relative;
}
@media screen and (max-width: 820px) {
  #news .news_content .news_list_a {
    width: 100%;
    column-gap: 40px;
    justify-content: space-between;
    margin-top: 40px;
  }
}
#news .news_content .news_list_a::after {
  position: absolute;
  content: "";
  left: calc(50% - 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background: #EAECEF;
  background-size: 100% 100%;
}
#news .news_content .news_list_a .list_l a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  padding-left: 30px;
  color: #202B5C;
}
@media screen and (max-width: 820px) {
  #news .news_content .news_list_a .list_l a {
    font-size: 14px;
    padding-left: 20px;
  }
}
#news .news_content .news_list_a .list_l a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: url(../img/common/pagenavi_left.jpg);
  background-size: 100% 100%;
}
#news .news_content .news_list_a .list_r a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  padding-right: 30px;
  color: #202B5C;
}
@media screen and (max-width: 820px) {
  #news .news_content .news_list_a .list_r a {
    font-size: 14px;
    padding-right: 20px;
  }
}
#news .news_content .news_list_a .list_r a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: url(../img/common/pagenavi_right.jpg);
  background-size: 100% 100%;
}
#news .news_content .sing_ttl {
  text-align: left;
  color: #202B5C;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  #news .news_content .sing_ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#news .news_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 820px) {
  #news .news_content p {
    font-size: 14px;
  }
}
#news .news_content .tag_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #news .news_content .tag_box {
    margin-bottom: 7px;
  }
}
#news .news_content .tag_box .tag_item {
  width: fit-content;
}
#news .news_content .tag_box .tag_item li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  padding: 9px 12px 11px 12px;
  color: #ffffff;
  background: #A0C916;
  border-radius: 5px;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 820px) {
  #news .news_content .tag_box .tag_item li {
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 3px;
  }
}
#news .news_content .tag_box .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  color: #202B5C;
}
@media screen and (max-width: 820px) {
  #news .news_content .tag_box .date {
    font-size: 12px;
  }
}
#news .news_list {
  display: block;
}
#news .news_list li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #EAECEF;
}
@media screen and (max-width: 820px) {
  #news .news_list li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
}
#news .news_list li:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #EAECEF;
}
@media screen and (max-width: 820px) {
  #news .news_list li:last-child {
    padding-bottom: 20px;
  }
}
#news .news_list li a {
  display: block;
}
#news .news_list li dl {
  display: flex;
}
@media screen and (max-width: 820px) {
  #news .news_list li dl {
    display: block;
  }
}
#news .news_list li dl dt {
  width: 221px;
  height: 125px;
}
@media screen and (max-width: 820px) {
  #news .news_list li dl dt {
    height: auto;
  }
}
#news .news_list li dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .news_list li dl dd {
  width: calc(100% - 221px);
  padding-left: 25px;
}
@media screen and (max-width: 820px) {
  #news .news_list li dl dd {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
#news .news_list li dl dd .tag_list {
  display: flex;
  align-items: center;
}
#news .news_list li dl dd .tag_list .tag_a {
  line-height: 35px;
  border: 1px solid #3B4043;
  color: #3B4043;
  font-size: 14px;
  font-weight: 500;
  padding: 0 13px;
  width: fit-content;
  margin-right: 20px;
}
@media screen and (max-width: 820px) {
  #news .news_list li dl dd .tag_list .tag_a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 8px;
  }
}
#news .news_list li dl dd .tag_list .date {
  font-weight: 400;
  text-align: left;
  color: #3B4043;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  #news .news_list li dl dd .tag_list .date {
    font-size: 12px;
  }
}
#news .news_list li dl dd .ttl {
  color: #3B4043;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.63;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 820px) {
  #news .news_list li dl dd .ttl {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 10px;
  }
}
#news .news_sing .inner {
  padding-top: 45px;
  padding-bottom: 90px;
  display: flex;
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  #news .news_sing .inner {
    padding-top: 40px;
    padding-bottom: 50px;
    display: block;
  }
}
#news .news_sing .sider {
  text-align: left;
  width: 335px;
  padding-left: 65px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .sider {
    margin-top: 50px;
    width: 100%;
    padding-left: 0;
  }
}
#news .news_sing .sider .tag_item {
  display: flex;
  margin-right: 15px;
  margin-bottom: 12px;
}
#news .news_sing .sider .tag_item li {
  background: #000000;
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  width: fit-content;
  display: block;
  padding: 0 10px;
  margin-right: 10px;
}
#news .news_sing .sider .tag_item li:last-child {
  margin-right: 0;
}
#news .news_sing .sider a {
  color: #000000;
}
#news .news_sing .sider .p_t_s_30 {
  margin-top: 30px;
}
#news .news_sing .sider .sider_ttl {
  line-height: 1.4;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #202B5C;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAECEF;
}
@media screen and (max-width: 820px) {
  #news .news_sing .sider .sider_ttl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
#news .news_sing .sider .new_list ul {
  display: block;
}
#news .news_sing .sider .new_list ul li {
  border-bottom: 1px solid #EAECEF;
  padding-bottom: 15px;
}
#news .news_sing .sider .new_list ul li + li {
  margin-top: 15px;
}
#news .news_sing .sider .new_list ul li a {
  display: flex;
  color: #3B4043 !important;
}
#news .news_sing .sider .new_list ul li a .img {
  width: 40.5%;
  padding-right: 10px;
}
#news .news_sing .sider .new_list ul li a .txt_e {
  width: 59.5%;
}
#news .news_sing .sider .new_list ul li a .txt_e .date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #202B5C;
  text-align: left;
}
@media screen and (max-width: 820px) {
  #news .news_sing .sider .new_list ul li a .txt_e .date {
    font-size: 10px;
  }
}
#news .news_sing .sider .new_list ul li a .txt_e .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.78;
}
@media screen and (max-width: 820px) {
  #news .news_sing .sider .new_list ul li a .txt_e .txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
#news .news_sing .sider .cat_list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  display: block;
  color: #3B4043;
}
@media screen and (max-width: 820px) {
  #news .news_sing .sider .cat_list li a {
    font-size: 12px;
  }
}
#news .news_sing .sider .cat_list li + li {
  margin-top: 10px;
}
#news .news_sing .sider .archive_list ul {
  padding-left: 6px;
}
#news .news_sing .sider .archive_list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .sider .archive_list li + li {
    margin-top: 5px;
  }
}
#news .news_sing .sider .archive_list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  display: block;
  color: #3B4043;
}
@media screen and (max-width: 820px) {
  #news .news_sing .sider .archive_list li a {
    font-size: 12px;
  }
}
#news .news_sing .sider .archive_list li a + a {
  margin-top: 10px;
}
#news .news_sing .archive_a a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  display: block;
  color: #3B4043;
}
@media screen and (max-width: 820px) {
  #news .news_sing .archive_a a {
    font-size: 12px;
  }
}
#news .news_sing .archive_a a + a {
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .archive_a a + a {
    margin-top: 5px;
  }
}
#news .news_sing .main {
  width: calc(100% - 335px);
}
@media screen and (max-width: 820px) {
  #news .news_sing .main {
    width: 100%;
  }
}
#news .news_sing .tag_box {
  display: flex;
  flex-wrap: wrap;
}
#news .news_sing .tag_box .date {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  #news .news_sing .tag_box .date {
    font-size: 12px;
  }
}
#news .news_sing .main_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .main_img {
    margin-bottom: 20px;
  }
}
#news .news_sing .main_img img {
  width: 100%;
}
#news .news_sing .content {
  font-weight: 500;
  color: #3B4043;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content {
    font-weight: 400;
  }
}
#news .news_sing .content .sub_txt {
  width: fit-content;
  background: #202B5C;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 2px 8px;
}
#news .news_sing .content h2 {
  color: #202B5C;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#news .news_sing .content h3 {
  width: 100%;
  color: #202B5C;
  border-bottom: 2px solid #202B5C;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 20px;
  }
}
#news .news_sing .content h4 {
  width: 100%;
  color: #202B5C;
  background: #EAECEF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 7px 16px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content h4 {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 20px;
    padding: 4px 10px;
  }
}
#news .news_sing .content p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #3B4043;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content p {
    font-size: 14px;
    line-height: 1.6;
  }
}
#news .news_sing .content .img_list {
  display: flex;
  column-gap: 30px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content .img_list {
    margin-top: 20px;
    display: block;
  }
}
#news .news_sing .content .img_list li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  #news .news_sing .content .img_list li {
    width: 100%;
  }
  #news .news_sing .content .img_list li + li {
    margin-top: 30px;
  }
}
#news .news_sing .content .img_list li .img_txt {
  text-align: 14px;
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.78;
  color: #3B4043;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content .img_list li .img_txt {
    font-size: 12px;
    line-height: 1.4;
  }
}
#news .news_sing .content .box01 {
  border: 5px solid #EAECEF;
  width: 100%;
  padding: 30px 38px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content .box01 {
    padding: 20px;
    margin-top: 20px;
  }
}
#news .news_sing .content .box01 .ttl {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #202B5C;
  margin-bottom: 23px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content .box01 .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#news .news_sing .content .box01 ul li {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  padding-bottom: 10px;
  color: #3B4043;
  border-bottom: 1px solid #202B5C;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content .box01 ul li {
    font-size: 14px;
    line-height: 1.6;
  }
}
#news .news_sing .content .box01 ul li + li {
  margin-top: 10px;
}
#news .news_sing .content .box02 {
  background: #EAECEF;
  width: 100%;
  padding: 30px 38px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content .box02 {
    padding: 20px;
    margin-top: 20px;
  }
}
#news .news_sing .content .box02 .ttl {
  padding-left: 10px;
  text-align: left;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
  color: #202B5C;
  margin-bottom: 23px;
  border-left: 5px solid #3B4043;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content .box02 .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#news .news_sing .content .box02 ul li {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  padding-bottom: 10px;
  color: #3B4043;
  border-bottom: 1px solid #3B4043;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content .box02 ul li {
    font-size: 14px;
    line-height: 1.6;
  }
}
#news .news_sing .content .box02 ul li + li {
  margin-top: 10px;
}
#news .news_sing .content .box02 ul li span {
  font-family: "Noto Serif JP", serif;
  margin-right: 5px;
}
#news .news_sing .content a {
  text-align: left;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: #3B4043;
}
#news .news_sing .content table {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content table {
    margin-top: 20px;
  }
}
#news .news_sing .content table th {
  background: #273A78;
  color: #ffffff;
  padding: 12px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content table th {
    padding: 8px 5px;
    font-size: 14px;
  }
}
#news .news_sing .content table td {
  color: #3B4043;
  padding: 12px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #news .news_sing .content table td {
    padding: 8px 5px;
    font-size: 14px;
  }
}
#news .news_sing .content table td + td {
  border-left: 1px solid #8BA0D3;
}
#news .news_sing .content table tr:first-child th {
  border-bottom: 1px solid #ffffff;
}
#news .news_sing .content table tr:first-child td {
  background: #EAECEF;
}
