@charset "UTF-8";
/*------------------------------------------------------------
コンテンツラップ上書き
------------------------------------------------------------*/
/*#content_wrap2020 {
  padding-top: 0;
}

@media screen and (max-width: 812px) {
  #content_wrap2020 {
    padding-top: 25px;
  }
}*/
/*------------------------------------------------------------
ブログ一覧
------------------------------------------------------------*/
#blog_list2020 {
  padding: 0;
}
#blog_list2020 .inner {
  width: auto;
}
/*#blog_list2020 {
  padding: 100px 0;
}

@media screen and (max-width: 812px) {
  #blog_list2020 {
    padding: 50px 0;
  }
}*/
/*------------------------------------------------------------
ブログ詳細
------------------------------------------------------------*/
#blog_detail2020 {
  padding-bottom: 100px;
}
#blog_detail2020 .cat_day {
  margin: 20px 0 15px;
  display: flex;
  align-items: center;
}
#blog_detail2020 .cat_day dt {
  line-height: 36px;
  width: 130px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 18px;
}
#blog_detail2020 .cat_day dd {
  margin-left: 10px;
  font-weight: bold;
  color: #004B9E;
}
#blog_detail2020 h3 {
  font-size: 2.1rem;
  font-weight: normal;
  color: #004B9E;
  margin-top: 40px;
}
#blog_detail2020 p {
  margin-top: 20px;
}
#blog_detail2020 dl:not(.cat_day) {
  margin-top: 40px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
}
#blog_detail2020 dl:not(.cat_day) + dl {
  margin-top: 0;
  border-top: none;
}
#blog_detail2020 dl:not(.cat_day) dt {
  float: left;
  width: 120px;
  color: #004B9E;
  font-weight: bold;
  padding: 20px 0;
}
#blog_detail2020 dl:not(.cat_day) dd {
  margin-left: 120px;
  padding: 20px 0;
}

@media screen and (max-width: 812px) {
  #blog_detail2020 {
    padding-bottom: 50px;
  }
  #blog_detail2020 .cat_day {
    font-size: 1.4rem;
  }
  #blog_detail2020 h3 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  #blog_detail2020 p {
    margin-top: 10px;
  }
  #blog_detail2020 dl:not(.cat_day) {
    margin-top: 20px;
  }
  #blog_detail2020 dl:not(.cat_day) dt {
    width: 80px;
  }
  #blog_detail2020 dl:not(.cat_day) dd {
    margin-left: 80px;
  }
}

/*# sourceMappingURL=blog2020.css.map */
