/*-------------------------------------------
    お知らせ
-------------------------------------------*/
#news h1.main-title p {
  font-size: unset;
}
#news .title-area{
  font-size: 22.4px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
#news .title-area img{
  height: 52px;
  margin-right: 10px;
}
.news-box-area{
  max-width: 980px;
  margin: 50px auto 100px;
  border-top: 1px solid #9D9D9D;
}
.news-box{
  font-size: 1.5rem;
  padding: 30px 0;
  border-bottom: 1px solid #9D9D9D;
}
.news-link{
  display: flex;
  align-items: center;
  color: #000000;
}
.news-link:hover .news-title{
  color: #c40a00;
  transition: 0.2s linear;
  text-decoration: underline;
}
.news-day{
  text-align: left;
  width: 11%;
  padding-right: 1.2%;
}
.news-category-area{
  width: 13%;
}
.news-category{
  background-color: var(--fuji-po-blue-1);
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin-top: 10px;
}
.news-category:first-child {
  margin-top: 0;
}
.news-category span{
  color: #FFFFFF;
}
.each-news-category{
  width: 13%;
  margin-top: 0;
  margin-right: 15px;
}
.each-news-category:last-child{
  margin-right: 0;
}
.news-title{
  width: 76%;
  padding: 0 1.5%;
  word-break: break-all;
}
.news-arrow{
  width: 1%;
}

#news .btn_box02 a::after {
  content: "▶";
  right: 40px;
}

/* ステータス：開始・変更・延長 */
.news-category.status-open {
    border: 1px solid var(--fuji-po-blue-1);
    background-color: #fff;
    color: var(--fuji-po-blue-1);
}
.news-category.status-open span {
    color: var(--fuji-po-blue-1);
}

/* ステータス：終了 */
.news-category.status-close {
    background-color: #9e9e9e;
}

@media screen and (max-width: 767px){
  #news .title-area {
    font-size: 16.8px;
  }
  #news .title-area img {
    height: 37px;
  }
  #news .content-box-inner.empty-top {
    margin-top: 25px;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .news-box-area{
    margin: 25px auto;
  }
  .news-box{
    padding: 20px 0;
  }
  .news-link{
    display: block;
    position: relative;
  }
  .news-sp-top,
  .news-sp-bottom{
    display: flex;
    align-items: center;
  }
  .news-sp-bottom{
    margin-top: 15px;
  }
  .news-day{
    width: 30%;
  }
  .news-category-area {
    width: 60%;
    display: flex;
  }
  .news-category{
    width: 49%;
    font-size: 1.2rem;
    margin-right: 5px;
    margin-top: 0;
  }
  .news-category:last-child {
    margin-right: 0;
  }
  .each-news-category{
    width: 30%;
    margin-right: 4%;
  }
  .news-title{
    width: 90%;
    padding-left: 0;
  }
  .news-arrow{
    width: 2%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  #news .btn_box02 a::after {
    right: 20px;
  }
}

/*-------------------------------------------
    お知らせ 各ページ
-------------------------------------------*/
.white-content-box-inner.news p {
  font-size: 1.3rem;
}
#news_list div.each-news-top{
  margin-top: 0;
}
#news .news-content-box{
  margin: 50px auto 100px;
  font-size: 30px;
}
.each-news-sub-title{
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  margin-bottom: 20px;
}
div.content-box-title h1.each-news-title p{
  text-align: left;
  font-size: 3rem;
  margin-bottom: 40px;
  line-height: 40px;
}
.each-news-text ul, .each-news-text table {
  font-size: 1.5rem;
}
.each-news-text{
  margin-bottom: 90px;
  overflow-wrap: break-word;
}
.content-box-title .each-news-text p{
  text-align: left;
  font-size: 1.5rem;
  margin: 0;
  line-height: 2;
}
.content-box-title .each-news-text p a{
  text-decoration: underline;
}
div.news-form-back-button{
  background-color: #000;
  width: 250px;
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  transition: .3s all;
  cursor: pointer;
}
div.news-form-back-button::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #1E1E1E;
}
div.news-form-back-button span{
  background: url(../img/arrow-left.svg) no-repeat 25px center;
  background-size: 8px;
  display: block;
  padding: 25px 0 25px 60px;
  position: relative;
  z-index: 10;
  font-size: 1.5rem;
  line-height: 2.0rem;
}
div.content-box-title p.each-news-bottom{
  text-align: center;
}
.contents-button {
  position: relative;
}
a.news-btn {
  display: block;
  border-radius: 100px;
  background-color: var(--fuji-po-gray-1);
  color: #FFFFFF;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 10px 36px;
  margin: 25px auto 0;
  line-height: 2.5rem;
  width: 300px;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.news-btn:hover {
  transition: 0.2s linear;
  opacity: 0.8;
}
a.overseas-contents-button-detail {
  width: 287px;
  margin: 42px auto 0;
}
.contents-box-button-arrow {
  margin-left: 15px;
  position: absolute;
  right: 11%;
}

@media screen and (max-width: 767px){
  #news .news-content-box {
    margin: 35px auto;
    font-size: 25px;
  }
  .each-news-inner{
    padding: 45px 4vw 50px;
  }
  #news_list div.white-content-box-title {
    padding-top: 0;
    margin-top: 0;
  }
  div.content-box-title h1.each-news-title p{
    font-size: 2.5rem;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  .each-news-text{
    margin-bottom: 45px;
  }
  div.news-form-back-button span{
    text-align: center;
  }
  .each-news-sub-title{
    font-size: 1.4rem;
  }
  .content-box-title .each-news-text p{
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .each-news-text ul, .each-news-text table {
    font-size: 1.4rem;
  }
  a.blue-btn {
    display: block;
    border-radius: 33px;
    background: linear-gradient(to bottom, #3FA5E3 10%, var(--fuji-po-blue-1));
    color: #FFFFFF;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 15px 0;
    margin: 30px auto 0;
    line-height: 2.5rem;
    width: 85%;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .contents-box-button-arrow {
    position: absolute;
    right: 13%;
    top: 51%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #breadcrumbs ul span.breadcrumb_page_name.sp {
    margin-top: 5px;
    display: inline-block;
  }
}

/* ページネーション start */
.pagenation_block {
  margin: 50px auto 60px;
}
nav.pagination-container {
  width: max-content;
  margin: 0 auto 120px;
}
nav.pagination-container ul {
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: 0.3s;
  border-radius: 0px;
  overflow: hidden;
  list-style:none
}
nav.pagination-container .pagination li {
  margin: 0;
  cursor: pointer;
}
nav.pagination-container ul li a {
  display: block;
  border-radius: 0;
  padding: 15px 18px 13px;
  background: #D9D9D9;
  line-height: 1;
  border-right: solid 5px #F3F3F3;
  color: #000;
  pointer-events: none;
}
nav.pagination-container li.first {
  border-radius: 5px 0 0 5px;
}
nav.pagination-container li.last {
  border-radius: 0 5px 5px 0;
}
nav.pagination-container li.page.navi-active a {
  background: var(--fuji-po-blue-1);
  color: #FFF;
}
nav.pagination-container li.last a {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .pagenation_block {
    margin: 25px auto;
  }
  nav.pagination-container {
    width: max-content;
    margin: 0 auto 65px;
  }
  nav.pagination-container ul li a {
    padding: 13px 12px 13px;
  }
}
/* ページネーション end */

/**
 * GWお知らせ start
 */
div.under-kv-notion {
  position: relative;
  z-index: 20;
  justify-content: center;
}
div.pop-up-news-overflow {
  height: 70vh;
  max-height: 80vh;
  padding: 0;
}
div.under-kv-notion-inner {
  width: auto;
}
div.under-kv-notion p.under-kv-notion-title a.customer-timechg {
  justify-content: center;
  width: auto;
}
div.pop-up-news-overflow div.pop-up-news-inner {
  height: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  overflow: auto;
}
@media (max-width: 767px) {
  div.pop-up-news-overflow div.pop-up-news-inner {
    height: 100%;
    padding: 30px 0;
  }
}
div.pop-up-news-overflow div.white-content-box-inner-overseas-price {
  width: 70%;
  height: auto;
  overflow: initial;
}
@media (max-width: 767px) {
  div.pop-up-news-overflow div.white-content-box-inner-overseas-price {
    width: 90%;
  }
}
#news-contents-detail div.white-content-box-title-notion p {
  font-size: 2.6rem;
  padding: 0 3%;
}
#news-contents-detail .heading {
  margin: .5em 0;
}
#news-contents-detail .notice {
  margin: .5em 0;
}
#news-contents-detail table {
  width: 80%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  #news-contents-detail table {
    width: 100%;
  }
}
#news-contents-detail table th {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #aaa;
  border-bottom: 4px double #aaa;
  padding: 10px 2px;
}
#news-contents-detail table td {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 10px 2px;
}
.popup-goldenweek #news-contents-detail table th {
  font-size: 1.3rem;
}
.popup-goldenweek #news-contents-detail table td {
  font-size: 1.3rem;
}
#news-contents-detail table.calendar td {
  padding: 6px 2px;
}
#news-contents-detail .red {
  color: #f00;
}
#news-contents-detail .bg-red {
  background-color: #eed1d1;
}
/* GWお知らせ end */

.news-day h2 {
  font-size: unset;
  letter-spacing: unset;
  font-weight: unset;
  color: unset;
  margin: 0;
}
.news-title h3 {
  font-weight: unset;
  font-size: unset;
  margin: 0;
}