@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.news_detail_in {
  background: #F8F8ED;
}
.news_detail_in .news_detail_date_wrap {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #B29828;
  margin-right: 20px;
  font-size: 1.6rem;
}
.news_detail_in .new_detail_cat {
  width: 80px;
  margin-left: 20px;
}
.news_detail_in .new_detail_cat img {
  width: 100%;
}
.news_detail_in .detail > h4 {
  color: #333;
  font-weight: bold;
  border-bottom: 1px dashed #B29828;
}
.news_detail_in .detail > h4 span {
  margin-left: 5px;
  color: #FF6200;
}
.news_detail_in .detailWrap {
  line-height: 2;
  font-size: 1.6rem;
}
.news_detail_in .detailWrap h2 {
  display: block;
  position: relative;
  color: #4F4B3E;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 8px;
  margin-bottom: 30px;
}
.news_detail_in .detailWrap h2:after {
  content: "";
  background: #4BADE6;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-radius: 2px;
}
.news_detail_in .detailWrap h3 {
  position: relative;
  color: #4F4B3E;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 13px;
  margin-bottom: 27px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .news_detail_in .detailWrap h3 {
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.news_detail_in .detailWrap h3:after {
  content: "";
  background: #4BADE6;
  height: 40px;
  width: 3px;
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 2px;
}
.news_detail_in .detailWrap h4 {
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #B29828;
  font-size: 2.2rem;
}
.news_detail_in .detailWrap h5 {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2rem;
}
.news_detail_in .detailWrap h6 {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.news_detail_in .detailWrap ul {
  margin-bottom: 20px;
}
.news_detail_in .detailWrap ul li {
  color: #333;
  line-height: 1.4;
  padding-left: 21px;
  position: relative;
  font-size: 1.6rem;
}
.news_detail_in .detailWrap ul li:not(:last-child) {
  margin-bottom: 10px;
}
.news_detail_in .detailWrap ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFE071;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
.news_detail_in .detailWrap ol {
  margin-bottom: 20px;
  padding-left: 19px;
}
.news_detail_in .detailWrap ol li {
  color: #333;
  line-height: 1.4;
  position: relative;
  list-style: conic-gradient;
  font-size: 1.6rem;
}
.news_detail_in .detailWrap ol li:not(:last-child) {
  margin-bottom: 10px;
}
.news_detail_in .detailUpfile img{
	max-width:500px;
	height:auto;
}
.news_detail_in .detailText a {
  font-weight: 700;
  text-decoration: underline;
}
.news_detail_in .detailText a:hover{
  color:#4BADE6;
	opacity: 1.0;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .news_detail {
    padding: 141px 0 80px;
  }
  .news_detail .c-ttl__01 {
    margin-bottom: 50px;
  }
  .news_detail_in {
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  .news_detail_in .detail > h4 {
    padding-bottom: 8px;
    margin-bottom: 19px;
    font-size: 1.8rem;
  }
  .news_detail_in .detail > h4 span {
    font-size: 1.5rem;
  }
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .news_detail {
    padding: 201px 0 102px !important;
    margin-bottom: 0;
    background-size: 100%;
    background-position: top center;
  }
  .news_detail .inner {
    max-width: 1040px;
  }
  .news_detail .c-ttl__01 {
    margin-bottom: 50px;
  }
  .news_detail_in {
    border-radius: 20px;
    padding: 50px 50px 55px;
    margin-bottom: 58px;
  }
  .news_detail_in .detail > h4 {
    padding-bottom: 16px;
    margin-bottom: 28px;
    font-size: 2rem;
  }
  .news_detail_in .detail > h4 span {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=maps/post.css.map */
