@charset "utf-8";

/***************************************************************************

  共通

***************************************************************************/
/*****************************************
  タイトル
*****************************************/
.lowerTtlBlock.newsTtl h2 {
  padding: 102px 0 96px 0;
}

.lowerTtlBlock.newsTtl h2 span {
  line-height: 82px;
  display: block;
  font-size: 240%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 0 100px;
  background: url(../images/lower/news/news_ttl_icn.png) no-repeat left center;
  background-size: 82px auto;
}

@media screen and (max-width: 767px) {
  .lowerTtlBlock.newsTtl h2 {
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
  }
  
  .lowerTtlBlock.newsTtl h2 span {
    line-height: 40px;
    font-size: 167.5%;
    padding: 0 0 0 50px;
    background-size: 40px auto;
  }
}

/*****************************************
  サイド 対象者別
*****************************************/
nav.infoUserSide {
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px;
}

nav.infoUserSide .infoUserSideWrap {
  background: #fff;
  border-radius: 12px;
  border: dashed 2px #ffd605;
}

nav.infoUserSide dl {
  margin: 0 0 0;
  border-radius: 12px;
}

nav.infoUserSide dl dt {
  font-size: 106.666%;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  color: #000;
  background: #ffd605;
  border-radius: 10px 10px 0 0;
  padding: 15px 22px;
}

nav.infoUserSide dl dd ul li {
  padding: 0 22px;
}

nav.infoUserSide dl dd ul li a {
  padding: 25px 15px 25px 0;
  display: block;
  color: #333333;
  font-size: 100%;
  font-weight: bold;
  background: url(../images/lower/information/arw_orange_user_side.png) no-repeat right center;
  background-size: 8px auto;
  letter-spacing: 0;
  border-bottom: solid 1px #d3d3d3;
  transition: 0.3s;
}

nav.infoUserSide dl dd a:hover {
  opacity: 0.6;
}
nav.infoUserSide dl dd ul li {
  margin: 0;
}
nav.infoUserSide dl dd ul li a {
  border-bottom: solid 1px #d3d3d3;
}

nav.infoUserSide dl dd ul li:last-child a {
  border-bottom: none;
}

nav.infoUserSide dl dd ul li.current {
    background-color: #fff7d1;
    font-weight: bold;
}
nav.infoUserSide dl dd ul li:last-child.current {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
nav.infoUserSide ul li:first-child.current {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media screen and (max-width: 767px) {
  nav.infoUserSide {
    margin-top: 40px;
  }
  nav.infoUserSide dl dd ul li {
    padding: 0 15px;
  }
  nav.infoUserSide dl dd ul li a {
    padding: 18px 20px 18px 0;
    background-size: 7px auto;
  }
}


/*****************************************
  お知らせ 一覧
*****************************************/
.contentsBlock-newsArchive > .contentsBlockInner.col2 {
  padding-bottom: 80px;
}
.newsItem {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin: 0 0 15px;
  position: relative;
  transition: 0.3s;
}
.newsItem:hover {
  opacity: 0.5;
}
.newsItem::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  left: auto;
  width: 8px;
  height: 10px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/lower/news/arw_redorange.png);

}
.newsItem > a {
  display: block;
  color: #222;
  transition: 0.3s;
  padding: 30px 20px;
}
.newsDateCat {
  display: flex;
}
.newsDate {
  width: 150px;
  box-sizing: border-box;
}
.newsCat {
  box-sizing: border-box;
}
.newsCat > span {
  background-color: #ffd605;
  width: 140px;
  text-align: center;
  padding: 5px 2px;
  line-height: 1.2;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.4rem;
  transform: translateY(-3px);
  margin-right: 15px;
}
.newsCat > span.catImportant {
  background-color: #eb001f;
  color: #fff;
}

.newsTtl {
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-top: 10px;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contentsBlock-newsArchive > .contentsBlockInner.col2 {
    padding-bottom: 20px;
  }
  .newsItem > a {
    padding: 15px;
  }
  .newsItem:hover {
    opacity: 1;
  }
  .newsDate {
    width: auto;
    margin-bottom: 8px;
    font-size: 92%;
  }
  .newsCat {
    margin-top: 2px;
  }
  .newsCat > span {
    font-size: 88%;
    width: auto;
    padding: 3px 10px;
    margin-right: 0;
    margin-left: 5px;
  }
  .newsItem {
    width: calc(100% - 40px);
    margin: 0 auto 15px;
  }
  .newsTtl {
    padding-right: 15px;
    margin-top: 5px;
    font-size: 100%;
  }
  .newsItem::before {
    width: 7px;
    right: 10px;
  }
}

/*****************************************
  お知らせ 詳細
*****************************************/
.contentsBlock-newsDetail > .contentsBlockInner.col2 {
  padding-bottom: 80px;
}
.newsDetailCnt {
  background: #fff;
  border-radius: 20px;
  border-top: solid 6px #ffd605;
  padding: 36px 60px 30px;
  margin: 0 0 60px;  
}
.newsDetailDateCat {
  display: flex;
}
.newsDetailDateCat > .date {
  margin-right: 15px;
  width: 140px;

}
.newsDetailDateCat > .cat > span {
background-color: #ffd605;
width: 140px;
text-align: center;
padding: 5px 2px;
line-height: 1.2;
border-radius: 20px;
display: inline-block;
font-size: 1.4rem;
transform: translateY(-3px);
margin-right: 15px;
}
.newsDetailDateCat > .cat > span.catImportant {
  background-color: #eb001f;
  color: #fff;
}
.newsDetailTtl {
  display: block;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.1em;
  padding: 0 0 10px;
  margin: 20px 0 30px;
  border-bottom: dotted 2px #ffd605;
}
.newsDetailBody {
  letter-spacing: 0.05em;
}
.newsDetailBody p {
  margin-bottom: 15px;
}
.newsDetailBody h4,
.newsDetailBody .wp-block-heading {
  background-color: #fef3bb;
  line-height: 1.5;
  color: #000;
  font-size: 110%;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}
.newsDetailBody ol {
  list-style: decimal;
  padding-left: 24px;
  margin: 20px 0;
}
.newsDetailBody ol > li {
  margin-bottom: 5px;
}
.newsDetailBody ul {
  margin: 20px 0;
}
.newsDetailBody ul > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
}
.newsDetailBody ul > li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffd605;
  border-radius: 10px;
  top: 5px;
  left: 6px;
  display: block;
  position: absolute;
}

.backToListBox {
  text-align: center;
}
.backToListBox > a{
width: 387px;
display: inline-block;
background: #ffd605 url(../images/lower/information/arw_black.png) no-repeat right 20px center;
background-size: 8px auto;
border-radius: 20px;
font-size: 120%;
line-height: 1;
padding: 15px 10px;
color: #333;
transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contentsBlock-newsDetail > .contentsBlockInner.col2 {
    padding-bottom: 0;
  }
  .newsDetailCnt {
    width: calc(100% - 40px);
    padding: 20px 20px 10px;
    margin: 0 auto 30px;  
  }
  .newsDetailTtl {
    font-size: 134%;
    margin: 10px 0 20px;
  }
  .newsDetailDateCat {
    justify-content: space-between;
  }
  .newsDetailDateCat > .date {
    font-size: 92%;
    width: auto;
  }
  .newsDetailDateCat > .cat {
    display: flex;
    margin-top: 2px;
  }
  .newsDetailDateCat > .cat > span {
    font-size: 88%;
    width: auto;
    padding: 3px 8px;
    margin: 0 0 0 5px;
  }
  .backToListBox {
    text-align: center;
    padding: 0 20px;
  }
  .backToListBox > a{
    width: 100%;
    background-size: 7px auto;
    border-radius: 20px;
    font-size: 106.66%;
    padding: 13px 10px 13px 5px;
    font-weight: bold;
  }
}


/*****************************************
  カテゴリー別一覧
*****************************************/
.contentsBlock-newsArchive .taxonomy_ttl {
  font-size: 133.333%;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 0 12px;
  margin: 0 0 24px;
  display: block;
  line-height: 1.6;
  border-bottom: dotted 3px #ffd605;
}
@media screen and (max-width: 767px) {
  .contentsBlock-newsArchive .taxonomy_ttl {
    margin: 0 20px 20px;

  }
}

/*****************************************
  wp汎用パーツ
*****************************************/
/* 記事件数 */
.postCount {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.postCount > span {
  font-size: 1.8rem;
}
/* ページ送り */
.pagination {
  margin-top: 70px; 
}
.pagination-list {
  text-align: center; 
}
.pagination-list .page-numbers {
  color: #000;
  font-size: 1.4rem;
  border: 2px solid #ffd605;
  background-color: #fff;
  line-height: 1;
  padding: 10px 12px;
  border-radius: 26px;
  font-weight: bold;
}
.pagination-list a.page-numbers {
  color: #000;
  background-color: #ffd605;
}
.pagination-list .page-numbers.dots {
  background-color: transparent;
  border: none;
  padding: 10px 2px;
}
.pagination-list .page-numbers.next,
.pagination-list .page-numbers.prev {
  padding: 10px 40px;
}
.pagination-list .page-numbers.next {
  margin-left: 10px;
}
.pagination-list .page-numbers.prev {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .postCount {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    font-size: 92%;
  }
  .postCount > span {
    font-size: 136%;
  }
  .postCount + p {
    margin: 0 20px;
  }
  .pagination {
    margin-top: 0; 
    padding: 20px 20px 50px 20px;
  }
  .pagination-list .page-numbers {
    font-size: 100%;
  }
  .pagination-list .page-numbers.next, .pagination-list .page-numbers.prev {
    padding: 10px 20px;
  }
}