@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
body {
  background: #F5F4EF;
}
.footer .inner {
  padding-top: 80px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    padding-top: 50px;
  }
}
.page_h2 {
  background: url(../img/common/event_h2.jpg) no-repeat center / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .page_h2 {
    background: url(../img/common/event_h2_sp.jpg) no-repeat center / contain;
    background-size: cover;
  }
}
.news_sing {
  background: #ffffff;
  margin-top: 50px;
  padding: 50px 80px 80px 80px;
  border-radius: 8px;
  border-top: 3px solid #121212;
}
@media screen and (max-width: 818px) {
  .news_sing {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.news_sing .sing_ttl {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .news_sing .sing_ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
}
.news_sing .date {
  color: rgba(18, 18, 18, 0.5);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.8px;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .news_sing .date {
    font-size: 14px;
  }
}
.news_sing img {
  border-radius: 5px;
}
.news_sing h2 {
  margin-top: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 5px;
  color: #E36B38;
  border-bottom: 1px solid #E36B38;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .news_sing h2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.news_sing h3 {
  margin-top: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  /* 40px */
  letter-spacing: 1px;
  text-align: left;
  padding-left: 15px;
  border-left: 5px solid #E36B38;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .news_sing h3 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.news_sing h4 {
  margin-top: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  /* 40px */
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .news_sing h4 {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 14px;
  }
}
.news_sing p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .news_sing p {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
.news_sing p + p {
  margin-top: 20px;
}
.news_sing table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #a4a4a4;
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .news_sing table {
    font-size: 14px;
  }
}
.news_sing th {
  background: #F5F4EF;
  width: 20%;
}
@media screen and (max-width: 818px) {
  .news_sing th {
    width: 32%;
  }
}
.news_sing th,
.news_sing td {
  border: solid 1px #a4a4a4;
  padding: 10px;
}
@media screen and (max-width: 818px) {
  .news_sing th,
  .news_sing td {
    padding: 5px;
  }
}
.news_archive {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .news_archive {
    margin-top: 30px;
  }
}
.news_archive ul li {
  border-bottom: 1px solid #121212;
  padding-bottom: 20px;
}
.news_archive ul li + li {
  margin-top: 20px;
}
.news_archive ul li a {
  display: flex;
}
@media screen and (max-width: 818px) {
  .news_archive ul li a {
    display: block;
  }
}
.news_archive ul li a .img {
  width: 200px;
}
@media screen and (max-width: 818px) {
  .news_archive ul li a .img {
    width: 100%;
  }
}
.news_archive ul li a .txt_item {
  width: calc(100% - 200px);
  padding-left: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .news_archive ul li a .txt_item {
    width: 100%;
    padding-left: 0;
  }
}
.news_archive ul li a .txt_item .date {
  color: rgba(18, 18, 18, 0.5);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.8px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .news_archive ul li a .txt_item .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.news_archive ul li a .txt_item .ttl {
  font-size: 16px;
  letter-spacing: 5%;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .news_archive ul li a .txt_item .ttl {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.news_archive ul li a .txt_item .txt {
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 818px) {
  .news_archive ul li a .txt_item .txt {
    font-size: 14px;
  }
}
