@charset "utf-8";

/*-----------------------------------------------------------
ブログ（一覧）
-----------------------------------------------------------*/

.blogSide {
    margin: 40px 0 0;
}

.blogItem {
    border-bottom: 1px solid #686B5C;
}

.blogItem > a {
    display: block;
    padding: 15px 25px 15px 0;
    position: relative;
}

.blogItem > a:before {
    content:"";
    display: block;
    max-width: 18px;
    width: 100%;
    height: 8px;
    margin: auto;
    background: url(/system_panel/uploads/images/blog_arrow.svg) no-repeat center / contain;
    transition: .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.blogItem:first-child {
    border-top: 1px solid #686B5C;
}

.blogItem .imgControl > img + .noImg {
    display: none;
}

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

.blogItem > .txtArea {
    margin: 15px auto 0;
}

.blogItem .cate {
    display: inline-block;
    border-radius: 12px;
    background: #E9E9DF;
    color: #686B5C;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.41em;
    letter-spacing: 0.05em;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 17px 2px;
    margin: 0 0 0 2%;
}

.blogItem .date {
    max-width: 90px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #686B5C;
    line-height: 1.28em;
    letter-spacing: 0.05em;
}

.blogItem .tit {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.42em;
    margin: 10px 0 0;
    position: relative;
    color: #686B5C;
}

.blogItem > a:hover:before {
    right: -5px;
}

/* カテゴリ */

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

.cateH {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #3A3E33;
    border-bottom: solid 1px #3A3E33;
    padding: 0 10px 10px;
}

.cateBox > section {
    padding: 16px 10px 0;
}

.cateBox > section > .webgene-item {
    margin: 5px 0 0;
}

.cateBox > section > .webgene-item:first-child {
    margin: 0;
}

.cateBox .cateLink {
    display: block;
    color: #A6A79B;
    font-weight: 500;
}

.cateBox .cateLink:hover {
    color: #3A3E33;
}

/* ページャー */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

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

.webgene-pagination > ul > li{
  margin: 80px 2px 0;
  height: 35px;
  min-height: 35px;
  width:100%;
  max-width: 35px;
  line-height: 1em;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webgene-pagination > ul > li.selected > a{
  color: #3A3E33;
  text-decoration: underline;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #3A3E33;
    text-decoration: underline;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 35px;
  width: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #A6A79B;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0 0;
}

.webgene-pagination > ul > li > a:hover{
  color: #3A3E33;
  text-decoration: underline;
}

.webgene-pagination > ul > .prev > a, .webgene-pagination > ul > .next > a {
    border: solid 1px #A6A79B;
    border-radius: 50%;
}

.webgene-pagination > ul > .prev > a:hover, .webgene-pagination > ul > .next > a:hover {
    background: #3A3E33;
}

.webgene-pagination > ul > .prev > a:before, .webgene-pagination > ul > .next > a:before {
    content: "";
    display: block;
    width: 15px;
    height: 7px;
}

.webgene-pagination > ul > .next > a:before {
    background: url(/system_panel/uploads/images/pagination_next_arrow01.svg) no-repeat center / contain;
}

.webgene-pagination > ul > .prev > a:before {
    background: url(/system_panel/uploads/images/pagination_prev_arrow01.svg) no-repeat center / contain;
}

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

.blogDtl > .flexBox {
    display: flex;
    align-items: center;
}

.blogDtl .cate {
    display: inline-block;
    border-radius: 12px;
    background: #E9E9DF;
    color: #686B5C;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.41em;
    letter-spacing: 0.05em;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 17px 3px;
    margin: 0 0 0 2%;
}

.blogDtl .date {
    max-width: max-content;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.28em;
    letter-spacing: 0.05em;
}

.blogDtl .tit {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 0;
    border-bottom: solid 1px #686B5C;
    padding: 0 0 10px;
}

.blogDtl .img {
    margin: 15px auto 0;
    text-align: center;
}

.blogDtl .content {
    margin: 15px auto 0;
}

.back:after {
    right: auto;
    left: 20px;
    transform: scale(-1, 1);
}

.back:hover:after {
    left: 10px;
    right: auto;
}

.back > p {
    text-align: right;
}

.blogDtl .pdf, .blogDtl .back {
    margin: 40px auto 0;
}

.blogDtl .pdf + .back {
    margin: 20px auto 0;
}

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

/*-----------------------------------------------------------
お知らせ（一覧）
-----------------------------------------------------------*/

.blogFrame {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.blogMain {
    width: 75%;
    margin: 37px 0 0;
}

.blogSide {
    width: 20%;
    margin: 0;
}

.blogItem > a {
    padding: 30px 25px 30px 0;
}

.blogItem > .imgArea {
    width: 35%;
}

.blogItem > .txtArea {
    width: 60%;
    margin: 0;
}

.blogItem:first-child {
    margin: 0 auto;
}

.blogItem .cate {
    font-size: 13px;
}

.blogItem .date {
    font-size: 13px;
}

.blogItem .tit {
    font-size: 18px;
}

.blogItem > a:hover:before {
    right: -10px;
}

/* カテゴリ */

.cateH {
    font-size: 18px;
}

/* ページャー */
    
.webgene-pagination > ul > li > a{
  font-size: 20px;
}
    
/*-----------------------------------------------------------
お知らせ（詳細）
-----------------------------------------------------------*/

.blogDtl .tit {
    font-size: 20px;
}

.blogDtl .cate {
    font-size: 13px;
}

.blogDtl .date {
    font-size: 13px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/*-----------------------------------------------------------
お知らせ（一覧）
-----------------------------------------------------------*/

.blogItem .cate {
    font-size: 14px;
}

.blogItem .date {
    font-size: 14px;
}

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

.blogDtl .tit {
    font-size: 24px;
    margin: 30px 0 0;
    padding: 0 0 15px;
}

.blogDtl .img {
    margin: 30px auto 0;
}

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

.blogMain > .backBtn {
    margin: 40px auto 0;
}

.blogDtl .cate {
    font-size: 14px;
}

.blogDtl .date {
    font-size: 14px;
}

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

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


  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */