@charset "utf-8";
/*--------------- 
#news 一覧・詳細のみ
01.一覧
02.詳細
--------------- */
/*--------------- 
01.一覧
--------------- */
#news .ichiran .wrapper{
max-width: 1000px;
}

#news .ichiran .writer{
font-size: 14px;
text-align: center;
width: 80px;
flex-shrink: 0;
margin-left: auto;
}

#news .ichiran .writer span{
display: block;
font-size: 16px;
}

#news .ichiran .title{
font-size: 30px;
color: #075e20;
font-weight: 700;
max-width: fit-content;
margin: 0 auto 20px;
}

#news .ichiran .info-box a{
padding: 10px 0 10px 30px;
gap: 50px;
border-bottom: 1px solid #e4e9dc;
width: 100%;
justify-content: flex-start;
font-size: 18px;
position: relative;
display: flex;
align-items: center;
}

#news .ichiran .info-box a::after{
content: "";
display: block;
width: 15px;
height: 15px;
background: center / contain no-repeat
url("../../img/common/btn_green.png");
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}

#news .ichiran .info-box a span{
display: block;
color: #075e20;
font-size: 16px;
}

#news .ichiran .info-box:last-of-type{
margin-bottom: 50px;
}

/*--------------- 
02.詳細
--------------- */

#news-syosai .syosai .wrapper{
max-width: 1000px;
}

#news-syosai .syosai .date{
display: flex;
justify-content: end;
margin-bottom: 20px;
font-size: 18px;
}

#news-syosai .syosai article{
line-height: 1.8;
font-size: 18px;
}

#news-syosai article{
margin-bottom: 30px;
}

/* ===== 文章エリアの基本 ===== */
#news-syosai .entry-content{
  line-height: 1.9;
}
#news-syosai .entry-content p{
  margin: 0 0 1.2em;
}

/* ===== 画像（クラシック） ===== */
#news-syosai img{
  max-width: 100%;
  height: auto;
}

/* 中央寄せ（imgにaligncenterが付く） */
#news-syosai img.aligncenter{
  display: block;
  margin: 1.6em auto;
}

/* 左右回り込み */
#news-syosai img.alignleft{
  float: left;
  margin: 0.3em 1.2em 1.0em 0;
}
#news-syosai img.alignright{
  float: right;
  margin: 0.3em 0 1.0em 1.2em;
}

/* 回り込み解除（最後に入ると崩れにくい） */
#news-syosai .clear,
#news-syosai .clearfix{
  clear: both;
}

/* ===== 引用 ===== */
#news-syosai blockquote{
  margin: 1.6em 0;
  padding: 1.0em 1.2em;
  border-left: 4px solid currentColor;
}
#news-syosai blockquote p{
  margin: 0;
}

#news-syosai table {
    width: 100%;
    border-collapse: collapse; /* 枠線を重ねる */
    margin-bottom: 20px;
}

/* 枠線・余白 */
#news-syosai table td {
    border: 1px solid #ddd; 
    padding: 5px; 
    text-align: left;
}

/* ヘッダー背景色 */
/* #news-syosai table th {
    background-color: #f2f2f2;
    font-weight: 700;
    background-color: #f9f9f9;
} */

/* 縞々（ストライプ）効果（任意） */
/* #news-syosai table tr:nth-child(even) {
    background-color: #f9f9f9;
} */
#news-syosai article a{
text-decoration: underline;
color: #6c8e34;
}
@media screen and (max-width: 768px){
/*--------------- 
01.一覧
--------------- */
#news .ichiran .info-box a{
display: block;
font-size: 16px;
}
#news .ichiran .writer{
display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
}
#news .ichiran .info-box a span{
font-size: 14px;
}

/*--------------- 
02.詳細
--------------- */

#news-syosai .syosai .date,#news-syosai .syosai article{
font-size: 16px;
}
}