@charset "UTF-8";
/* variable */
/* breakpoint */
/* font family */
/* mixin */
#news_wrap #blog_main_visual {
  background: url("/wp-content/themes/cocoon-child-master/images/bg_news.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 122px;
  text-align: center;
}
#news_wrap #blog_main_visual .section_heading {
  position: relative;
}
#news_wrap #blog_main_visual .section_heading::before {
  content: "ニュース";
  position: absolute;
  -webkit-text-stroke: 0;
}
@media screen and (max-width: 721px) {
  #news_wrap #blog_main_visual .section_heading {
    font-size: 40px;
  }
}
#news_wrap #news_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 721px) {
  #news_wrap #news_detail {
    display: block;
  }
}
#news_wrap #news_detail .wrap {
  width: calc(100% - 250px - 20px);
}
@media screen and (max-width: 721px) {
  #news_wrap #news_detail .wrap {
    width: 100%;
    padding-bottom: 40px;
  }
}
#news_wrap #news_detail .wrap #post_wrap a {
  color: #00BCB8;
}
#news_wrap #news_detail .wrap #post_wrap a:hover {
  color: #ED7A2C;
}
#news_wrap #news_detail .wrap #pager_wrap nav ul {
  display: flex;
  margin: 0 auto;
  border: none;
  width: auto;
}
#news_wrap #news_detail aside {
  width: 250px;
  padding: 24px 10px 30px;
  background: #57652A;
}
@media screen and (max-width: 721px) {
  #news_wrap #news_detail aside {
    width: 100%;
  }
}
#news_wrap #news_detail aside #aside_img {
  width: 81px;
}
#news_wrap #news_detail aside #content_name_aside {
  font-size: 20px;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 5px;
}
#news_wrap #news_detail aside ul li {
  background: #fff;
  margin-bottom: 5px;
}
#news_wrap #news_detail aside ul li a {
  padding: 10px;
  align-items: center;
}
#news_wrap #news_detail aside ul li a figure {
  width: 8px;
  margin-right: 10px;
}
#news_wrap #news_detail aside ul li a p {
  margin-bottom: 0;
  line-height: 1;
}
#news_wrap #news_detail aside ul li a p time {
  font-size: 10px;
  color: #797979;
}
#news_wrap #news_detail aside ul li a p span {
  font-size: 14px;
  display: block;
  margin-top: 7px;
}
#news_wrap #news_detail aside #bottom_link {
  text-align: right;
}
#news_wrap #news_detail aside #bottom_link a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
#news_wrap #news_detail aside #bottom_link a:hover {
  color: #ED7A2C;
}
#news_wrap #news_detail aside #bottom_link a:hover svg rect {
  fill: #ED7A2C;
}
#news_wrap #news_detail .wrap ul#news_list {
  border-top: 6px solid #ccc;
  margin-top: 50px;
}
#news_wrap #news_detail .wrap ul#news_list li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
#news_wrap #news_detail .wrap ul#news_list li a {
  padding: 20px 0;
  display: block;
}
#news_wrap #news_detail .wrap ul#news_list li a time {
  font-size: 12px;
  color: #797979;
}
#news_wrap #news_detail .wrap ul#news_list li a > .flex {
  align-items: center;
}
#news_wrap #news_detail .wrap ul#news_list li a > .flex svg {
  margin-right: 6px;
}
#news_wrap #news_detail .wrap ul#news_list li a > .flex span {
  font-size: 18px;
  color: #797979;
}
#news_wrap #news_detail .wrap ul#news_list li a:hover span {
  color: #ED7A2C;
}
#news_wrap #news_detail .wrap ul#news_list li a:hover svg rect {
  fill: #ED7A2C;
}