@charset "utf-8";
/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
news.css（グループ）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
緊急お知らせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#emergency-notice {

}

.emergency-box {
  background: #fff;
  padding: clamp(0.8rem, 4vw, 1.3rem);
  margin-bottom: 12px;

}
 
/* ヘッダー */
.emergency-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1em;
}
 
.emergency-label {
  background-color: #d90000;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  padding: 6px 10px 4px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.0;
}
 
.emergency-title {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
}
 
.emergency-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 1.5em;
}
 
/* 本文全体 */
.emergency-body {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}
 
/* 段落 */
.emergency-body p {
  margin-bottom: 1em;
}
 
.emergency-body p:last-child {
  margin-bottom: 0;
}
 
/* 強調 */
.emergency-body strong {
  font-weight: bold;
}
 
.emergency-body u {
  text-decoration: underline;
}
 
.emergency-body em {
  font-style: italic;
}
 
/* 見出し */
.emergency-body h1,
.emergency-body h2,
.emergency-body h3,
.emergency-body h4,
.emergency-body h5 {
  font-weight: bold!important;
  margin: 2em 0 0.5em;
  color: #333;
  line-height: 1.4;
}
 
.emergency-body h1 {
  font-size: 18px;
}
 
#top_main .emergency-body h2 {
  font-size: 16px;
/*打消し*/
    padding: 0;
    border-bottom: none;
    color:#333;
}
 
.emergency-body h3 {
  font-size: 15px;
/*打消し*/
    margin: 0px 0 0px !important;
    padding: 0 !important;
    height: auto !important;
    background: none;
    font-size: 100% !important;
    font-weight: normal;
    line-height: 37px;
}
 
.emergency-body h4 {
  font-size: 14px;
}
 
.emergency-body h5 {
  font-size: 13px;
}
 
/* 番号付きリスト */
.emergency-body ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
 
.emergency-body ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
 
/* 箇条書きリスト */
.emergency-body ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
 
.emergency-body ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
 
/* リンク */
.emergency-body a {
  color: #0066cc;
  text-decoration: underline;
}
 
.emergency-body a:hover {
  text-decoration: none;
}
 
/* 画像・図版 */
.emergency-body figure {
  margin: 2em 0;
  text-align: center;
}
 
.emergency-body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
新着お知らせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#news-wrapper {
    background: #FFFFFF;/*
    padding: 10px 15px 5px;
    border-right: 1px solid #C0BAB1;
    border-bottom: 1px solid #C0BAB1;
    border-left: 1px solid #C0BAB1;*/
}
/* リンク過去のお知らせ */
#news-wrapper p {
    text-align: right;
    font-size: 12px;
}
#news-list {
    list-style: none;
    margin-bottom: 10px;
}
#news-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    padding: 10px 0;
    border-bottom: 1px dotted #AAA;
    font-size: 14px;
}
#news-list .date {
    white-space: nowrap;
    font-size: 13px;
}
#news-list .title {
    flex: 1;
    font-size: 14px;
    display: flex;
    align-items: center;
    
}
#news-list .title a {
    display: inline-block;
    padding-left: 15px;
    background: url("/images/common/icon/arrow01_green.png") no-repeat left center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.6;
}
#news-list .title a:hover {
    text-decoration: underline;
}
#news-list + p{
    padding-bottom: 10px;
}
#news-list + p a{
    padding-left: 18px;
    background: url("/images/common/icon/arrow04_green.png") no-repeat left center;}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
アーカイブ ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.news-archive #news-wrapper {

border: none;
padding: 0;
}



