@charset "UTF-8";

/* news */
.news {
  padding: 80px 0;
}
.news-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.hr {
  width: 0%;
  margin: 0 auto;
  border-top: 1px solid #bfbfbf;
}
.news-archive {
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.news-archive-ul {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.news-archive-ul li {
  width: auto;
  font-size: 1.4em;
  line-height: 24px;
  text-align: right;
  margin: 0 0 0 5px;
}
.news-archive-ul li:first-child {
  margin: 0 0 0 5px;
}
.news-archive-ul li ul {
  padding: 0;
}
.news-archive-ul li ul li {
  font-size: 12px !important;
  padding: 0;
}
.accordion-menu {
  cursor: pointer;
  user-select: none;
}
.accordion-content {
  height: 0;
  overflow: hidden;
}
.accordion-content.expanded {
  height: 0;
  overflow: hidden;
}
.news-category-ul-wrap {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.news-category-ul {
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news-category-ul li {
  font-size: 1.2em;
  line-height: 22px;
  text-align: right;
  margin: 10px 0 0 10px;
}
.news-category-li {
  color: #fff;
  background-color: #3a3a3a;
  padding: 0 10px;
  border-radius: 20px;
}
.news-ul {
  width: 92%;
  max-width: 1226px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.news-ul li {
  box-sizing: border-box;
  width: 31.3%;
  height: 300px;
  border: 1px solid #bfbfbf;
  margin: 2% 1% 0 1%;
  padding: 20px;
  position: relative;
}
.news-dc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-date {
  font-size: 1.4em;
  line-height: 24px;
  color: #969696;
}
.news-category {
  font-size: 1.2em;
  line-height: 24px;
  color: #fff;
  background-color: #3a3a3a;
  margin: 0 0 0 0;
  padding: 0 12px;
  border-radius: 20px;
}
.news-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 23px;
  padding: 20px 0 0 0;
}
.news-read {
  font-size: 1.3em;
  background-color: #c8c8c8;
  color: #000;
  border-radius: 20px;
  font-weight: bold;
  margin: 0;
  padding: 8px 15px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2% 0 0 0;
}
.pager-txt {
  font-size: 1.5em;
}
.pager-txt a {
  color: #888;
}

/* news-details */
.news-d {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
.news-d-inner {
  width: 98%;
  margin: 0 auto;
  padding: 50px 0;
}
.news-d-dc {
  display: flex;
  align-items: center;
}
.news-d-date {
  font-size: 1.4em;
  line-height: 26px;
  color: #969696;
}
.news-d-category {
  font-size: 1.2em;
  line-height: 24px;
  color: #fff;
  background-color: #3a3a3a;
  margin: 0 0 0 15px;
  padding: 0 12px;
  border-radius: 20px;
}
.news-d-title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 28px;
  padding: 40px 0;
}
.post p {
  font-size: 1.4em;
  line-height: 26px;
  padding: 30px 0 0 0;
}
.post p:first-child {
  padding: 0;
}
.post p strong {
  font-weight: bold;
}
.post p a {
  color: #000;
  text-decoration: underline;
}
.post p s {
  text-decoration: line-through;
}
.post figure {
  margin: 30px 0 0 0;
}

@media screen and (max-width:1023px) {
  /* news */
  .news-ul li {
    width: 48%;
  }
}

@media screen and (max-width:767px) {
  /* news */
  .news {
    padding: 60px 0;
  }
  .news-archive {
    margin: 20px 0 0 0;
    justify-content: flex-start;
  }
  .news-archive-ul li {
    font-size: 1.4em;
    line-height: 24px;
    text-align: left;
    margin: 0;
  }
  .news-archive-ul li:first-child {
    margin: 0 20px 0 0;
  }
  .news-category-ul-wrap {
    justify-content: flex-start;
  }
  .news-category-ul {
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .news-category-ul li {
    font-size: 1.1em;
    line-height: 20px;
    text-align: left;
    margin: 8px 8px 0 0;
  }
  .news-ul {
    display: block;
  }
  .news-ul li {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
  }
  .news-dc {
    justify-content: start;
  }
  .news-date {
    font-size: 1.3em;
    line-height: 23px;
  }
  .news-category {
    font-size: 1.1em;
    line-height: 23px;
    margin: 0 0 0 15px;
  }
  .news-title {
    font-size: 1.4em;
    line-height: 22px;
    padding: 20px 0 0 0;
  }
  .news-read {
    font-size: 1.2em;
    margin: 30px 0 0 0;
    position: static;
    bottom: auto;
    left: auto;
  }
  .pager {
    margin: 20px 0 0 0;
  }
  .pager-txt {
    font-size: 1.4em;
  }
  /* news-details */
  .news-d {
    padding: 60px 0;
  }
  .news-d-inner {
    padding: 40px 0;
  }
  .news-d-date {
    font-size: 1.3em;
    line-height: 23px;
  }
  .news-d-category {
    font-size: 1.1em;
    line-height: 23px;
    margin: 0 0 0 15px;
  }
  .news-d-title {
    font-size: 1.5em;
    line-height: 27px;
    padding: 30px 0;
  }
  .post p {
    font-size: 1.3em;
    line-height: 25px;
  }
}