@charset "utf-8";

/*--news--*/

.newsBox:hover .newsTit:before {
    transition: all .5s;
    transform: translate(9px,50%);
}

.newsBox .newsTit:before {
    transition: all .5s;
}

.newsItemBox {
    border-bottom: 1px solid #CCC9C8;
}

.newsCate {
    font-size: 14px;
    color: #2D2422;
    border-radius: 17px;
    min-width: 104px;
    max-width: 170px;
    padding: 3px 10px 3px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 1.43em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #2D2422;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 0;
}

.newsInBox {
    width: 100%;
    margin: 10px 0 0;
}

.newsDate {
    display: inline-block;
    font-size: 16px;
    color: #2D2422;
    line-height: 1em;
    margin: 3px 20px 3px 0;
    font-weight: bold;
    font-family: "Cardo", serif;
}

.newsBox {
    display: block;
    width: 100%;
    position: relative;
    padding: 20px 20px 20px 0;
}



.newsTit {
    display: block;
    font-size: 16px;
    width: 100%;
    color: #2D2422;
    font-weight: bold;
    line-height: 1.5em;
    font-family: "Kaisei Tokumin", serif;
}

.newsTit:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 22px;
    background: url(/system_panel/uploads/images/news_arrow.svg)no-repeat;
    background-size: contain;
    right: 0;
    bottom: 50%;
    margin: auto;
    background-position: center;
    transform: translate(0px, 50%);
}

/* レフトナビ */

.cateBox:not(:first-child) {
    margin: 30px 0 0;
}

.cateH {
    font-size: 18px;
    font-weight: bold;
    background: #2D2422;
    color: #F7F0DF;
    padding: 10px 10px 10px;
    border-radius: 5px;
    font-family: "Kaisei Tokumin", serif;
}

.cateBox .sideLink {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #2D2422;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.cateBox .sideLink:hover {
    color: #CC361F;
}

/*-----------------------------------------------------------
お知らせ（詳細）
-----------------------------------------------------------*/

.newsDtl .flexBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsDtl .date {
    display: inline-block;
    font-size: 16px;
    color: #2D2422;
    line-height: 1em;
    margin: 3px 20px 3px 0;
    font-weight: bold;
    font-family: "Cardo", serif;
}

.newsDtl .cate {
    font-size: 14px;
    color: #2D2422;
    border-radius: 17px;
    min-width: 104px;
    padding: 3px 10px 3px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 1.43em;
    border: 1px solid #2D2422;
}

.newsDtl .tit {
    margin: 15px 0 0;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45em;
    border-bottom: 1px solid #ccc;
    font-family: "Kaisei Tokumin", serif;
}

.newsDtl .img {
    margin: 30px auto 0;
    text-align: center;
}

.newsDtl .content {
    margin: 30px auto 0;
}

/* ページャー */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  gap: 5px;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 1em;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  font-weight: bold;
}

.webgene-pagination > ul > li.selected > a{
  color: #FFF;
  background: #2D2422;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #CC361F;
}

.webgene-pagination > ul > li > a{
    height: 100%;
    width: 100%;
    color: #CC361F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webgene-pagination > ul > li > a:hover{
    color:#FFF;
    background-color: #CC361F;
    text-decoration: none;
}

.next > a {
    font-size: 10px;
    color: #FFF;
}

.prev > a{
    font-size: 10px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #333;
    font-size: 14px;
}

/****************************************/
@media screen and (min-width: 544px) {
/****************************************/

.webgene-pagination > ul > li{
  height: 40px;
  width: 40px;
  font-size: 18px;
}

.next > a {
    font-size: 14px;
}

.prev > a{
    font-size: 14px;
}
    
/****************************************/
}
/****************************************/

/****************************************/
@media screen and (min-width: 768px) {
/****************************************/
    
.newsCate {
    font-size: 14px;
}
   
.newsDate {
    font-size: 18px;
}
    
.infoDetailTit01 {
    font-size: 20px;
}

.newsCateSet {
    flex-wrap: nowrap;
}

.newsTit {
    font-size: 18px;
}

.newsDtl .date {
    font-size: 18px;
}

.newsDtl .cate {
    font-size: 16px;
}

.newsDtl .tit {
    font-size: 25px;
}
    
/****************************************/
}
/****************************************/

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

.newsTit:before {
    width: 12px;
    height: 22px;
}

.newsCate {
    font-size: 16px;
}
   
.newsDate {
    font-size: 20px;
}
    
.infoDetailTit01 {
    font-size: 20px;
}

.newsTit {
    font-size: 22px;
}

.newsDtl .date {
    font-size: 20px;
}

.newsDtl .tit {
    font-size: 30px;
}
    
/****************************************/
}
/****************************************/