@charset "UTF-8";



/*****************
共通
*****************/


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px){
}



/* =====================
   news_list
======================== */
#news_list {}
#news_list .wrap {}
#news_list dl {
  padding: 0;
  margin: 0;
  text-align: left;
}
#news_list dl dt {
  padding: 20px 0;
  margin: 0;
  width: 180px;
  position: absolute;
}
#news_list dl dd {
  padding: 20px 0;
  padding-left: 230px;
  margin: 0;
  border-bottom: 1px dotted #C3C4C4;
  position: relative;
}
#news_list dl dd a {
  display: block;
}
#news_list dl dd a:hover {
  color: #3296D4;
}
#news_list .cate {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1em;
  padding: 5px 0;
}
#news_list .cate.お知らせ {
  background-color: #595757;
}
#news_list .cate.ご報告 {
  background-color: #808080;
}
#news_list .update {
  width: 100%;
  line-height: 1em;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
  #news_list dl dt {
    padding: 10px 0 0;
    width: 100%;
    position: relative;
  }
  #news_list dl dd {
    padding: 10px 0;
    margin: 0;
  }
  #news_list .cate {
    display: inline-block;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 450px){
}






/* =====================
   news_post
======================== */
#news_post {}
#news_post .wrap {
  width: 100%;
  max-width: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#news_post .post {
  padding-top: 90px;
  padding-left: 10%;
  width: calc(90% - 550px);
}
#news_post h2 {
  font-size: 2.4rem;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
#news_post .update {
  width: 100%;
  text-align: right;
  font-size: 0.85em;
  line-height: 1.1em;
  color: #999;
  margin-bottom: 35px;
}
#news_post img {
  max-width: 100%;
  max-height: 85vh;
  margin: 15px auto;
}

#news_post .post .post_spec {
  text-align: right;
  line-height: 1em;
  display: block;
  margin-bottom: 45px;
}
#news_post .post .post_spec span {
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  width: 180px;
  line-height: 1em;
  padding: 4px 0;
}
#news_post .post .post_spec .cate {
  display: inline-block;
  color: #fff;
}
#news_post .post .post_spec .cate.お知らせ {
  background-color: #595757;
}
#news_post .post .post_spec .cate.ご報告 {
  background-color: #808080;
}
#news_post .post .post_spec .update {
  margin-bottom: 5px;
  color: #000;
}

#news_post .news_post_mes {
  text-align: left;
  line-height: 1.8em;
  min-height: 450px;
}
#news_post .news_post_mes a {
  text-decoration: underline;
}

#news_post .news_side {
  width: 460px;
  background-color: #E9E9E9;
  border-radius: 60px 0 0;
}
#news_post .news_side nav {
  padding: 60px;
  padding-right: 20%;
  padding-bottom: 0;
  text-align: left;
}
#news_post .news_side h2 {
  font-size: 2.1rem;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
#news_post .news_side ul {
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
  list-style: none;
}
#news_post .news_side ul li {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px dotted #C8C9C9;
  font-size: 1.6rem;
}
#news_post .news_side ul li a {
  display: block;
}
#news_post .news_side .post_spec {
  text-align: left;
  line-height: 1em;
  display: block;
}
#news_post .news_side .post_spec span {
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  width: 70px;
  line-height: 1em;
  padding: 4px;
  border: 1px solid #5BBDE5;
}
#news_post .news_side .post_spec .cate {
  background-color: #5BBDE5;
  display: inline-block;
  color: #fff;
}
#news_post .news_side .post_spec .update {
  margin-bottom: 5px;
  color: #000;
}

@media screen and (max-width: 1250px) {
  #news_post .post {
    padding-left: 5%;
    width: calc(95% - 350px);
  }
  #news_post .news_side {
    width: 300px;
    border-radius: 40px 0 0;
  }
  #news_post .news_side nav {
    padding: 30px;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  #news_post .post {
    padding: 45px 0;
    width: 90%;
    margin: 0 auto;
  }
  #news_post .news_side {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
  #news_post .post .post_spec span {
    width: auto;
    padding: 4px 10px;
  }
}


