@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
/* parts breadcrumb */
.fl_breadcrumb {
  padding: 10.4rem 0 2.4rem; 
}

/* parts news_contents */
.fl_news_contents {
  padding: 8rem 0;
}
.fl_news_contents .news_box {
  margin-bottom: 5rem;
}
.news_text .date {
  margin-bottom: 1.6rem;
}
.news_text .title{
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
}
.news_image img {
  margin: 0 auto 5rem;
  border-radius: 8px;
  max-height: 500px;
}
.details_info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.details_info dl {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  text-align: left;
}
.details_info dl:last-of-type {
  width: 100%;
}
.details_info dt {
  background-color: #404040;
  padding: 1rem;
  width: 10rem;
  text-align: center;
}
.details_info dd {
  padding: 1rem 1rem 1rem 1rem;
  width: calc(100% - 10rem);
}



/*ページネーション*/
.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pagenation .prev_page,
.pagenation .next_page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagenation .prev_page {
  top: inherit;
  bottom: -1rem;
  left: inherit;
  right: 6rem;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border: solid 1px #fff;
  z-index: 0;
}
.pagenation .next_page {
  top: inherit;
  bottom: -1rem;
  right: 0%;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border: solid 1px #fff;
  z-index: 0;
}
.pagenation .prev_page:after,
.pagenation .next_page:after {
  font-size: 1.8rem !important;
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.pagenation .prev_page:after {
  content: 'prev';
}
.pagenation .next_page:after {
  content: 'next';
}
.pagenation .prev_page.disabled,
.pagenation .next_page.disabled {
color: #aaa;
background-color: #f5f5f5;
border-color: #ccc;
opacity: 0.6;
pointer-events: none;
cursor: not-allowed;
}
.pagenation .all_page {
margin: 0 2rem;
}

/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/
/* parts breadcrumb */
.fl_breadcrumb {
  padding: 5rem 0 2.4rem;
}

/* parts news_contents */
.fl_news_contents {
  padding: 0 0 7rem;
}
.fl_news_contents .frame {
  padding: 0 2rem;
}   
.fl_news_contents .news_box {
  flex-wrap: wrap;
}
.news_box .news_image {
  width: 100%;
}
.news_image img {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 2rem;
}
.news_text .title {
  margin-bottom: 2rem;
}
.details_info dl {
  width: 100%;
}





/*---------- footer ----------*/
}



/*---------- レイアウト微調整 ----------*/
@media (max-width: 599px) {

}
