@charset "utf-8";
/*news.css*/

/*===============================
 レイアウト
================================*/
.news-content {
  font-size: 16px;
  max-width: 1000px;
  width: 94%;
  margin: 40px auto 0;
  line-height: 2;
}
.news-content--01 {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  align-items: flex-start;
}
.news-content--02 {
  margin: 40px auto 80px;
}

@media screen and (max-width: 1140px) {
.news-content--01 {
  display: block;
}
}

@media screen and (max-width: 640px) {
.news-content {
  margin-top: 30px;
}
}
.news-para {
  padding: 0 0 20px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  font-weight: 350;
}

@media screen and (max-width: 640px) {
.news-para {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
}
/*===============================
 記事タイトル
================================*/
.news-head--01 {
  border-bottom: 1px dashed #dcdcdc;
  padding: 0 2.2% 0.6em;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
.news-head--01 {
  margin-bottom: 15px;
}
}
.news-head__inner {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
.news-head__inner {
  display: block;
  font-size: 14px;
}
}
.news-head__date {
  font-weight: 350;
  padding: 0 1.2em;
  flex-basis: 17%;
  min-width: 170px;
}
.news-head__date--01 {
  color: #747474;
  padding: 0;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 640px) {
.news-head__date {
  padding-left: 0.5em;
}
.news-head__date--01 {
  padding-left: 0;
}
}
.news-head__ttl {
  flex-basis: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 6%;
}
.news-head__ttl--01 {
  text-overflow: inherit;
  white-space: inherit;
  padding-right: 0;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
.news-head__ttl {
  padding-right: 0;
}
}
.news-head__name {
  font-weight: 350;
  padding: 0 0.5em;
}
.news-head__name--01 {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 26px;
  padding: 0;
  line-height: 1.4;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
.news-head__name--01 {
  font-size: 18px;
}
}
/*===============================
 news詳細
================================*/

/*==== メイン記事 ====*/
.news-box--main {
  padding: 30px 2% 78px;
  border: 1px solid #eee;
  border-radius: 20px;
  background: #fff;
  max-width: 834px;
  flex-basis: 74%;
  min-width: 0;
}

@media screen and (max-width: 1140px) {
.news-box--main {
  max-width: inherit;
  margin-bottom: 10px;
}
}

@media screen and (max-width: 640px) {
.news-box--main {
  padding-bottom: 30px;
}
}
.news-box__edit--01 {
  padding: 0 2.4% 75px;
}
@media screen and (max-width: 640px) {
.news-box__edit--01 {
  padding-bottom: 20px;
}
}
.news-edit__img {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
.news-edit__text {
}

/*==== サイドメニュー ====*/
.news-box--side {
  max-width: 268px;
  flex-basis: 24%;
  overflow: hidden;
}

@media screen and (max-width: 1140px) {
.news-box--side {
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
}

@media screen and (max-width: 640px) {
.news-box--side {
  display: block;
}
}
.news-side {
  border: 1px solid #eee;
  border-radius: 20px;
  background: #fff;
  padding: 20px 18px 26px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1140px) {
.news-side--01 {
  flex-basis: 100%;
}
.news-side--02 {
  flex-basis: 49%;
}
}
/*.news-side:not(:last-child) {
  margin-bottom: 10px;
}*/
.news-side__label {
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
}
.news-side__label i {
  font-size: 15px;
  margin: 0 1em 0 0.2em;
}
.news-side__list {
  border-bottom: 1px dashed #d9d9d9;
}
.news-side-list__inner {
  display: block;
  padding: 4px 4%;
}
.news-side__date {
  color: #747474;
  font-size: 13px;
  font-weight: 350;
}
.news-side__name {
  font-size: 14px;
}

/*アコーディオンの動き*/
.news-side__list {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.news-side__list input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.news-side__list label {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 2;
}
.news-side__list .news-side__list__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
.news-side__list .news-side__list__content a {
  font-size: 14px;
  /*  background: #eff9fc;*/
  display: block;
  padding: 4px 4%;
}
.news-side__list .news-side__list__content a:not(:last-child) {
  border-bottom: 1px dashed rgba(173,166,166,0.2);
}
.news-side__list input:checked ~ .news-side__list__content {
  max-height: 32em;
}
.news-side__list label::after {
  line-height: 2.2;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.2em;
  height: 2.2em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.news-side__list input[type=checkbox] + label::after {
  content: '+';
}
.news-side__list input[type=checkbox]:checked + label::after {
  transform: rotate(135deg);
}

/*==== 次の記事へ・前の記事へ ====*/
.nav-links {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto 32px;
  width: 100%;
  position: relative;
}
/*.nav-links:after {
  position: absolute;
  content: '';
  border-right: 1px dashed #dcdcdc;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
}*/
.news-pagenavi-item__inner {
  max-width: 270px;
  width: 100%;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.nav-previous,
.nav-next {
  flex-basis: 50%;
  padding: 14px 1em;
  min-width: 0;
}
.nav-next {
  border-left: 1px dashed #dcdcdc;
}
.nav-links > div:first-child {
  border: none;
}
.nav-previous a,
.nav-next a {
  max-width: 290px;
  display: block;
}
.nav-previous a {
  margin: 0 auto 0 0;
}
.nav-next a {
  margin: 0 0 0 auto;
}
.post-detail-pager__heading {
  color: #769b4d;
  font-weight: 500;
  font-size: 14px;
}
.post-detail-pager__heading--prev i {
  margin-right: 1em;
}
.post-detail-pager__heading--next i {
  margin-left: 1em;
}
.post-detail-pager__title {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-pagenavi__date {
  color: #747474;
  font-weight: 350;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
.post-detail-pager__heading {
  font-size: 13px;
}
.news-pagenavi__ttl {
  font-size: 13px;
}
.news-pagenavi__date {
  font-size: 11px;
}
}
