@charset "UTF-8";
.news_area {
  margin: auto;
  letter-spacing: .07em;
}
.newslist.flexlist li {
  width: 100%;
}
.newslist.flexlist li.date {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5em;
  color: #666;
}
.newslist.flexlist li.newsttl {
  font-size: 2em;
  font-weight: 700;
  color: #111;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #919FA5
}
/*詳細ページ*/
.link_bback {
  font-family: 'Outfit', sans-serif;
  display: inline-block;
  margin-bottom: 3.125em;
  padding: 0 0 0 1.5em;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%231A9CEC" d="M20.06,28.72c-.26,0-.51-.1-.71-.29L7.35,16.43c-.39-.39-.39-1.02,0-1.41L19.35,3.02c.39-.39,1.02-.39,1.41,0s.39,1.02,0,1.41L9.47,15.72l11.29,11.29c.39,.39,.39,1.02,0,1.41-.2,.2-.45,.29-.71,.29Z" /></svg>');
  background-repeat: no-repeat;
  background-size: auto 1em;
  background-position: left .1em center;
  color: #0C5ECD;
  font-size: 1.375em;
  line-height: 1;
  transition: .3s;
}
.news_area .text_area p {
  line-height: 1.9;
  font-weight: 400;
  font-size: 1.125em;
}
.news_area .text_area p:not(:last-of-type) {
  margin-bottom: 1em;
}
/*+++++++++++++++++++++++++++
mediaクエリ【PC】
+++++++++++++++++++++++++++*/
@media (min-width: 641px) {
html {
  /* background: url("../img/bg01.svg") center bottom 2em / 95% auto no-repeat fixed; */
  background: url("../img/bg_pc.png") center bottom  / contain no-repeat fixed;
}
  .link_bback:hover {
    background-position: left -.2em center;
  }
}
/*+++++++++++++++++++++++++++
mediaクエリ【スマホ】
+++++++++++++++++++++++++++*/
@media screen and (max-width: 640px) {
  html {
    /* background: url("../img/bg01.svg") center bottom 0em / 105% auto no-repeat;
	  min-height: 60vh */
    background: url("../img/bg_sp.png") center bottom 2em / contain no-repeat;
  }
}