@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
/*------------------------------------------------------------
お知らせ
------------------------------------------------------------*/
#news {
  padding-top: 80px;
}
#news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #news {
    padding-top: 40px;
  }
  #news .inner {
    display: block;
  }
}
#news_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
#news_list ul li dl dt {
  display: inline-block;
  width: 120px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 26px;
  color: #4d4d4d;
  border: 1px solid #999;
  border-radius: 14px;
}
@media screen and (max-width: 834px) {
  #news_list ul li dl dt {
    font-size: 1.2rem;
  }
}
#news_list ul li dl dt.topics {
  color: #00aa9f;
  border-color: #00aa9f;
}
#news_list ul li dl dt.other {
  color: #29abe2;
  border-color: #29abe2;
}
#news_list ul li dl dd.day {
  display: inline-block;
  margin-right: auto;
  margin-left: 20px;
  color: #808080;
}
#news_list ul li dl dd.title {
  width: 100%;
  margin-top: 10px;
}
#news_list ul li dl dd.title a:hover {
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  #news_list ul li dl dd.day {
    margin-left: 10px;
  }
}
#news_archive {
  width: 220px;
  margin-left: 40px;
}
#news_archive div {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
}
#news_archive div dl + dl {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #bbb;
}
#news_archive div dl dt {
  font-weight: bold;
}
#news_archive div dl dd {
  margin-top: 10px;
  font-weight: bold;
}
#news_archive div dl dd a {
  display: inline-block;
  background: #fff;
  color: #f29c97;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 10px;
}
#news_archive div dl dd a:hover {
  background: #f29c97;
  color: #fff;
}
#news_archive div dl dd.current a {
  background: #f29c97;
  color: #fff;
}

@media screen and (max-width: 834px) {
  #news_archive {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  #news_archive div dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #news_archive div dl dt {
    font-weight: bold;
    width: 100%;
  }
  #news_archive div dl dd {
    margin-right: 15px;
  }
}
/*------------------------------------------------------------
お知らせ詳細
------------------------------------------------------------*/
#news_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news_detail .detail_header dl dt {
  display: inline-block;
  width: 120px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 26px;
  color: #4d4d4d;
  border: 1px solid #999;
  border-radius: 14px;
}
@media screen and (max-width: 834px) {
  #news_detail .detail_header dl dt {
    font-size: 1.2rem;
  }
}
#news_detail .detail_header dl dt.topics {
  color: #00aa9f;
  border-color: #00aa9f;
}
#news_detail .detail_header dl dt.other {
  color: #29abe2;
  border-color: #29abe2;
}
#news_detail .detail_header dl dd {
  display: inline-block;
  margin-left: 20px;
  color: #808080;
}
#news_detail .detail_header h1 {
  font-size: 2.4rem;
  margin: 10px 0 40px;
}
@media screen and (max-width: 834px) {
  #news_detail .detail_header h1 {
    font-size: 2rem;
  }
}
#news_detail .detail h2, #news_detail .detail h3 {
  clear: both;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 40px;
}
#news_detail .detail p {
  clear: both;
  margin-top: 20px;
  overflow: hidden;
}
#news_detail .detail p a, #news_detail .detail li a, #news_detail .detail dl a, #news_detail .detail table a {
  color: #f29c97;
}
#news_detail .detail p a:hover, #news_detail .detail li a:hover, #news_detail .detail dl a:hover, #news_detail .detail table a:hover {
  text-decoration: none;
}
#news_detail .detail figure {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#news_detail .detail figure img {
  max-width: 49%;
  height: auto;
  border-radius: 15px;
  margin: 10px 0;
}
#news_detail .detail figure img + img {
  margin-left: 10px;
}
#news_detail .detail figure img:only-child {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#news_detail .detail ul {
  clear: both;
  margin-top: 20px;
}
#news_detail .detail ul li:not(.prev):not(.backto_list):not(.next) {
  list-style: disc;
  margin-left: 1.5em;
}
#news_detail .detail ol {
  clear: both;
  margin-top: 20px;
}
#news_detail .detail ol li:not(.prev):not(.backto_list):not(.next) {
  list-style: decimal;
  margin-left: 1.5em;
}
#news_detail .detail table {
  clear: both;
  border: 1px solid #ccc;
  margin: 40px auto;
}
#news_detail .detail table caption {
  text-align: left;
}
#news_detail .detail table th {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 10px 15px;
  font-weight: normal;
  color: #fff;
  background: #f29c97;
}
#news_detail .detail table td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 10px 15px;
}

@media screen and (max-width: 834px) {
  #news_detail .detail_header dl dd {
    margin-left: 10px;
  }
  #news_detail .detail_header h1 {
    margin-bottom: 20px;
  }
  #news_detail .detail h2, #news_detail .detail h3 {
    margin-top: 20px;
  }
  #news_detail .detail p {
    margin-top: 10px;
  }
  #news_detail .detail figure img {
    border-radius: 10px;
  }
  #news_detail .detail figure img + img {
    margin-left: 5px;
  }
  #news_detail .detail ul {
    margin-top: 10px;
  }
  #news_detail .detail ol {
    margin-top: 10px;
  }
  #news_detail .detail table {
    margin: 20px auto;
  }
  #news_detail .detail table th {
    padding: 5px 10px;
  }
  #news_detail .detail table td {
    padding: 5px 10px;
  }
}/*# sourceMappingURL=news.css.map */