@charset "UTF-8";
/*
Theme Name: Lightning-child_v2
Text Domain: lightning
*/
/*********************************************
一覧　２カラム　テキストタイプ
*********************************************/
.news2columnArea {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .news2columnArea {
    width: 94%;
    display: block;
  }
}

.newsLeft {
  max-width: 665px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .newsLeft {
    max-width: none;
    margin-bottom: 5rem;
  }
}
.newsLeft ul.newsList li {
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
}
.newsLeft ul.newsList li a {
  color: #5a5a5a;
  text-decoration: none;
  padding: 1.25rem;
  display: block;
}
.newsLeft ul.newsList li a:hover {
  background: #f3fbff;
}
.newsLeft ul.newsList li .newsDate {
  line-height: 1.6;
  color: #70a8c9;
  width: 90px;
  margin-right: 1.25rem;
  display: block;
}
.newsLeft ul.newsList li .newsTitle {
  line-height: 1.6;
  display: block;
  flex-shrink: 200;
  padding-right: 1.25rem;
}
.newsLeft ul.newsList li.arrowRightGray {
  position: relative;
}
.newsLeft ul.newsList li.arrowRightGray::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  border-radius: 2px;
}
.newsLeft ul.newsList li.arrowRightGray:hover:before {
  border-right: 2px solid #70a8c9;
  border-bottom: 2px solid #70a8c9;
  transition: all 0.4s;
}

.newsRight {
  max-width: 310px;
  width: 80%;
}
@media screen and (max-width: 1279px) {
  .newsRight {
    max-width: none;
    margin: 1.875rem auto 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .newsRight {
    width: 90%;
  }
}
.newsRight .newsRightBlock {
  padding: 1.875rem;
  margin-bottom: 1.875rem;
  border-radius: 6px;
}
.newsRight .newsRightBlock h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #d5d5d5;
}
.newsRight .newsRightBlock h3 span.iconShop {
  background: url("../img/icon_shop.png") left 50% no-repeat;
  background-size: 1.5rem;
  padding-left: 2.1875rem;
}
.newsRight .newsRightBlock h3 span.iconPost {
  background: url("../img/icon_post.png") left 50% no-repeat;
  background-size: 1.5rem;
  padding-left: 2.1875rem;
}
.newsRight .newsRightBlock h3 span.iconFile {
  background: url("../img/icon_file.png") left 50% no-repeat;
  background-size: 1.5rem;
  padding-left: 2.1875rem;
}
.newsRight .newsRightBlock h4 {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0.9375rem;
}
.newsRight .newsRightBlock img {
  max-height: 200px;
  display: block;
  margin: 0 auto;
}
.newsRight .newsRightBlock .btn-wrap {
  width: 170px;
  margin: 0.9375rem auto 0.3125rem;
}
.newsRight .newsRightBlock .btn-wrap .btn {
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1;
  padding: 0.5rem 0.8rem 0.5rem 0.3rem;
}
.newsRight .newsRightBlock .btn-wrap.arrowRightWhite {
  position: relative;
}
.newsRight .newsRightBlock .btn-wrap.arrowRightWhite::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 2px;
}
.newsRight .newsRightBlock .btn-wrap.arrowRightWhite:hover:before {
  border-right: 2px solid #70a8c9;
  border-bottom: 2px solid #70a8c9;
  transition: all 0.4s;
}
.newsRight .newsRightBlock ul li {
  font-size: 0.75rem;
  line-height: 1.4;
  display: flex;
  align-items: first baseline;
  margin-bottom: 0.9375rem;
}
.newsRight .newsRightBlock ul li:last-child {
  margin-bottom: 0.3125rem;
}
.newsRight .newsRightBlock ul li:before {
  content: "・";
  display: inline-block;
  margin-right: 0.3125rem;
}
.newsRight .newsRightBlock ul li a {
  color: #5a5a5a;
  text-decoration: none;
  font-weight: normal;
}
.newsRight .newsRightBlock ul li a:hover {
  color: #70a8c9;
  text-decoration: underline;
}

/*********************************************
一覧　1カラム　テキストタイプ
*********************************************/
.category1columnArea .newsLeft {
  width: 100%;
  max-width: none;
}

/*********************************************
一覧　1カラム　カードタイプ
*********************************************/
.category1columnArea {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .category1columnArea {
    width: 94%;
    display: block;
  }
}

.cardList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .cardList .postItemTitle {
    min-height: auto !important;
  }
}
.cardList article {
  width: calc((100% - 3.8rem) / 3); /* 3列 */
}
@media screen and (max-width: 1279px) {
  .cardList article {
    width: calc((100% - 1.9rem) / 2); /* 2列 */
  }
}
@media screen and (max-width: 767px) {
  .cardList article {
    width: 100%; /* 1列 */
  }
}

/*********************************************
前の記事へ　次の記事へ
*********************************************/
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  gap: 1em;
  position: relative;
}

.prev-post,
.next-post {
  text-decoration: none;
}

.prev-post {
  padding-left: 1.25rem;
}

.prev-post::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #70a8c9;
  border-bottom: 2px solid #70a8c9;
  border-radius: 2px;
}

.next-post {
  padding-right: 1.25rem;
}

.next-post::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #70a8c9;
  border-bottom: 2px solid #70a8c9;
  border-radius: 2px;
}

.prev-post:hover::before,
.next-post:hover::before {
  border-right: 2px solid #5a5a5a;
  border-bottom: 2px solid #5a5a5a;
}

/*********************************************
ページネーション
*********************************************/
.pagination {
  max-width: 1000px;
  width: 94%;
  padding: 2.5rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  text-indent: -99999px;
}
.pagination a {
  text-decoration: none;
  display: block;
  padding: 0 0.3125rem;
}
.pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers.current {
  color: #fff;
  background: #70a8c9;
  border-radius: 100%;
}
.pagination .prev {
  position: relative;
}
.pagination .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #70a8c9;
  border-bottom: 2px solid #70a8c9;
  border-radius: 2px;
}
.pagination .prev:hover:before {
  border-right: 2px solid #5a5a5a;
  border-bottom: 2px solid #5a5a5a;
  transition: all 0.4s;
}
.pagination .next {
  position: relative;
}
.pagination .next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #70a8c9;
  border-bottom: 2px solid #70a8c9;
  border-radius: 2px;
}
.pagination .next:hover:after {
  border-right: 2px solid #5a5a5a;
  border-bottom: 2px solid #5a5a5a;
  transition: all 0.4s;
}

/*********************************************
プルダウンメニュー
*********************************************/
.selectBoxSimple {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.selectBoxSimple:after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.selectBoxSimple select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 0.75rem;
  cursor: pointer;
}

/*********************************************
投稿　共通
*********************************************/
.entryHead {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .entryHead {
    margin: 0 auto 1.25rem;
  }
}
.entryHead h2 {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  margin: 2.5rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .entryHead h2 {
    font-size: 1.6rem;
  }
}
.entryHead .entryTime {
  font-size: 0.8125rem;
}

.entryContents h3 {
  font-size: 1.75rem;
  text-align: left;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .entryContents h3 {
    font-size: 1.375rem;
    line-height: 1.6;
  }
}
.entryContents figure {
  padding-bottom: 1.875rem;
}
.entryContents img {
  width: 100%;
}
.entryContents p {
  margin-bottom: 1.875rem;
}
.entryContents ul {
  padding-left: 1rem;
  margin-bottom: 1.875rem;
  text-indent: -1em;
}
.entryContents ul li {
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.entryContents ul li::before {
  content: "・";
}

/*********************************************
投稿　関連記事
*********************************************/
.relatedNews h3 {
  border-top: 1px solid #d5d5d5;
  padding-top: 1.875rem;
}
.relatedNews article {
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #dddddd;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .relatedNews article {
    padding: 0.625rem;
  }
}
.relatedNews article a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #5a5a5a;
}
.relatedNews article .relatedNewsTxt {
  width: 74%;
}
.relatedNews article .thumb {
  width: 170px;
  height: 96px;
  overflow: hidden;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .relatedNews article .thumb {
    width: 130px;
    height: auto;
  }
}
.relatedNews article .thumb img {
  height: auto;
  padding: 0;
}
.relatedNews article p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .relatedNews article p {
    font-size: 0.875rem;
  }
}

.label {
  font-size: 12px;
  font-weight: normal;
  background: #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  padding: 0.375rem 1.25rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .label {
    font-size: 0.625rem;
  }
}

/*********************************************
投稿　1カラム
*********************************************/
.single .category1columnArea {
  max-width: 750px;
}

.category1columnArea .entryHead {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}