@charset "utf-8";

.accordion-btn {
    padding: 20px 4%;
}

.accordion-content {
    padding: 0 4% 20px;
}

.topNewsItem {   
    border-bottom: 1px solid #ccc;
}

.topNewsItem:first-child {
    border-top: 1px solid #ccc;
}

.newsFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px 30px 15px;
    transition: all .3s;
}

.newsCateFlex {
    display: flex;
    align-items: center;
}

.newsTxtBox {
    flex: 1;
    margin: 0 15px 0 0;
}

.newsDate {
    width: 113px;
    margin: 0 5px 0 0;
    color: #191918;
  	font-size: 14px;
    letter-spacing: 0.1em;
}

.cateBox {
    width: 100px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsCateBox {
    flex: 1;
}

.newsCate {
    display: inline-block;
    padding: 2px 20px 2.5px;
    min-width: 108px;
    font-size: 14px;
  	font-weight: 400;
  	letter-spacing: 0.1em;
    color: #191918;
    text-align: center;
    border: 1px solid #D9D9D4;
	border-radius: 100vmax;
}

.newsTit {
    color: #191918;
    margin: 14px 0 0;
}

.newsArwBox {
    margin: 0 0 5px 0;
    transition: all .3s;
}

.newsFlex:hover .newsTit {
    text-decoration: underline;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.categoryBox {
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.categoryBox > section {
    margin: 10px 0 0;
}

.categoryHeader {
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #191918;
    padding: 10px 15px 10px;
}

/*.categoryListItem {
    border-bottom: solid 1px #ccc;
}

.categoryListItem:last-child {
    border: 0;
}*/

.categoryLink {
    display: block;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: #191918;
  	font-weight: 500;
    padding: 10px 15px;
}

.categoryLink:hover {
    color: #191918;
    text-decoration: underline;
}

/*-----------------------------------------------------------
詳細
-----------------------------------------------------------*/

.newsInfo {
    display: flex;
    align-items: center;
}

.newsInfo .newsCateBox {
    flex: 1;
}

.newsInfo .newsCate {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: 0.1em;
    color: #191918;
    padding: 3px 19px 3px;
    text-align: center;
   /* word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    margin: 0 0 0 15px;
    border: 1px solid #D9D9D4;
    border-radius: 100vmax;
}

.newsDetail {   
    border-bottom: 1px solid #C7C7C7;
}

.newsDetail:first-child .accordion-btn {
    border-top: 1px solid #C7C7C7;
}


.newsDetail {
    /*background: url(/system_panel/uploads/images/news_bg.jpg) center top;*/
    /*box-shadow: 0 3px 3px rgb(0 0 0 / 25%);*/
    /*font-size: 0;*/
}

.newsDetailTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    margin: 10px 0 0;
    padding: 0 0 10px;
}

.newsDetail .newsImg {
    text-align: center;
}

.newsContent {
    font-size: 14px;
}

.newsImg + .newsContent {
    margin: 15px 0 0;
}

.newsPdfBtn {
    margin: 15px auto 0;
	max-width: 300px;
    width: 100%;
    margin: 15px auto 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    background-color: #191918;
  	color: #fff;
}

.newsPdfBtn:hover {
  	color: #fff;
    background-color: #949393;
}

.news-back-btn {
    margin: 25px auto 0;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsDate {
    margin: 0 10px 0 0;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsFlex {
    padding: 15px 19px 15px 20px;
}

.cateBox{
    margin: 0 15px 0 0
}
  
.newsDate {
    width: 108px;
    margin: 0 20px 0 0;
    font-size: 16px;
}

.newsCate{
    font-size: 16px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
  .newsDetailTit {
      font-size: 18px;
  }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1440px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
  .newsFlex {
    padding: 30px 19px 30px 20px;
  }
  
  .newsDetailTit {
      font-size: 20px;
  }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

