﻿html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  padding-top: var(--header-height);
  flex: 1;
}
div.navitopicpath_{
  padding: 16px 20px;
  line-height: 1.3;
}
.page-title{
  color: #13216A;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.news__item{
  margin-top: 60px;
}
.navipage_.bottom_{
  margin: 32px 0 0;
}
.navipage_ center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.navipage_ .navipage_reverse_,
.navipage_ .navipage_forward_{
  display: flex;
  align-items: center;
}

.navipage_ a{
  border: none;
}
.navipage_now_,
.navipage_.bottom_ center > a{
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  color: #10384F;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.navipage_now_{
  color: #fff;
  background-color: #10384F;
}
.navipage_first_,
.navipage_prev_,
.navipage_next_,
.navipage_last_{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navipage_ .navipage_first_ a,
.navipage_ .navipage_prev_ a,
.navipage_ .navipage_next_ a,
.navipage_ .navipage_last_ a{
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  color: transparent;
  font-size: 1px;
  background-position: center;
}
.navipage_ .navipage_first_ a,
.navipage_ .navipage_last_ a{
  background-size: 10px 7px;
}
.navipage_ .navipage_prev_ a,
.navipage_ .navipage_next_ a{
  background-size: 4px 7px;
}
.navipage_ .navipage_first_ a{
  background-image: url(/cms/elevit/img/common/icon_first_arrow.png);
}
.navipage_ .navipage_prev_ a{
  background-image: url(/cms/elevit/img/common/icon_slide-arrow_left.png);
}
.navipage_ .navipage_next_ a{
  background-image: url(/cms/elevit/img/common/icon_slide-arrow_right.png);
}
.navipage_ .navipage_last_ a{
  background-image: url(/cms/elevit/img/common/icon_last_arrow.png);
}
.news-btn-wrap{
  margin-top: 28px;
  text-align: center;
}
.back-btn{
  width: 100%;
  max-width: 295px;
  padding: 8px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  background-color: #DE8BBB;
  border-radius: 25px;
}
@media screen and (min-width:768px){
  div.navitopicpath_{
    padding: 16px 0;
    line-height:unset;
  }
  .navipage_.bottom_{
    margin-top: 40px;
  }
  .news-btn-wrap{
    margin-top: 32px;
  }
  .back-btn{
    max-width: 334px;
    font-size: 14px;
  }
}

/*詳細*/
.article-body{
  margin-top: 20px;
}
.section-inner{
  width: 100%;
  padding: 0 20px;
}
.article-title{
  color: #13216A ;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.article-date{
  margin-top: 24px;
  color: #13216A;
  font-size: 12px;
  text-align: right;
}
.article-content{
  width: 100%;
  margin-top: 32px;
  padding: 24px 20px;
  border-radius: 8px;
  color: #13216A;
  background-color: #FDF9FB;
  border: 1px solid #F8E1EE;
}
.article-content p{
  color: #13216A;
  font-size: 12px;
  line-height: 1.6;
}
.article-content h3{
  padding-left: 8px;
  color: #13216A;
  font-size: 14px;
  font-weight: bold;
  border-left: 2px solid #DE8BBB;
}
.article-content p + h3,
.article-content ul + h3{
  margin-top: 32px;
}
.article-content h3 + p{
  margin-top: 16px;
}
.other-news-content{
  margin-top: 40px;
}
.other-news-content__title{
  color: #13216A;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width:768px){
  .section-inner{
    max-width: 1000px;
    margin: 0 auto;
  }
  .article-body{
    margin-top: 20px;
  }
  .article-content h3{
    font-size: 16px;
  }
  .article-content p{
    color: #13216A;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .article-content p + h3,
  .article-content ul + h3{
    margin-top: 32px;
  }
  .article-content h3 + p{
    margin-top: 20px;
  }
  .other-news-content{
    margin-top: 60px;
  }
  .other-news-content__title{
    font-size: 18px;
  }
}