/* CSS Document */
.page_title h1::before{
  content: "News";
}
#wcwrap{
  background-color: #fbf3ea !important;
}
/*コンテンツ*/
.news_box{
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  margin: var(--headerHeight) auto 2rem auto;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) .news_box{
  padding: 2rem;
}
body[wc-view-type="sp"] .news_box{
  width: 86vw;
}
body[wc-view-type="tb"] .news_box{
  width: 80vw;
}
body[wc-view-type="tb-l"] .news_box{
  width: 750px;
}
body[wc-view-type="pc"] .news_box{
  width: 750px;
  margin-bottom: 2.5rem;
}
.news_box > h1{
  font-size: 1.25rem;
  font-weight: 500;
}
.news_box > time{
  display: table;
  margin: 1rem 0 0 auto;
}
.news_box .news_text > p,
.news_box .news_text > figure{
  margin-top: 1rem;
}
.news_box .news_text > p{
  line-height: 1.8rem;
}
.news_box .news_text > figure{
}
.news_box .news_text > figure img{
  height: 100%;
}
.btn_block{
  margin: 0 auto;
  padding-bottom: var(--headerHeight);
}