@charset "UTF-8";
.main_contents {
  margin: 0 auto 184px;
}

.main_ttl_area {
  padding: 100px 0 80px;
}

.main_ttl {
  width: 162px;
  margin: 0 auto;
}

h1 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 0;
  letter-spacing: 0.08em;
}

.news_article {
  width: 88%;
  max-width: 1000px;
  margin: 0 auto;
}

.news_article article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_article_tag {
  width: 114px;
  display: inline-block;
  margin-right: 20px;
}

.news_article_tag .tag {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.667em;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 20px;
  letter-spacing: 0.07em;
}

.news_article_time {
  display: inline-block;
}

.news_article_time > time {
  line-height: inherit;
  font: inherit;
}

.news_article_time > time:first-of-type {
  margin-top: -0.666em;
}

.news_article_time > time:last-of-type {
  margin-bottom: -0.666em;
}

.news_article_time time {
  color: #bebebe;
  font-size: 14px;
  line-height: 2.334em;
  letter-spacing: 0.07em;
}

.news_article_img {
  margin: 55px 0;
}

.news_article_txt {
  margin-top: 10px;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 30px;
  margin-bottom: 53px;
}

.news_article_txt > p {
  line-height: inherit;
  font: inherit;
}

.news_article_txt > p:first-of-type {
  margin-top: -0.312em;
}

.news_article_txt > p:last-of-type {
  margin-bottom: -0.312em;
}

.news_article_txt > h2 {
  text-align: left;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.news_article p {
  font-size: 14px;
  line-height: 1.8em;
  padding-bottom: 50px;
}

.news_article p:last-of-type {
  padding-bottom: 0;
}

.news_article img {
  width: auto;
}

.news_article h3 {
  font-size: 20px;
  border-bottom: 1px solid #bebebe;
  padding: 30px 0 20px;
  margin-bottom: 60px;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.news_article .link_txt {
  background-color: #f7f7f7;
  padding: 40px;
  border-radius: 6px;
}

.news_article .link_txt > p {
  font-size: 16px;
  color: #00a9e3;
  position: relative;
  padding-left: 1em;
  line-height: 1.7em;
}

.news_article .link_txt > p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "▶";
  font-size: 0.6em;
}

.news_article .link_txt > p.link_target::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  padding-left: 20px;
  background-image: url(../../../assets/images/link_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.news_article .link_txt > p a {
  text-decoration: underline;
  color: #00a9e3;
}

.news_article .link_txt > p a:hover {
  opacity: 0.7;
}

.news_article .link_txt:not(:last-child) {
  margin-bottom: 50px;
}

.news_article .btn {
  width: 270px;
  margin: 80px auto 0;
}

.news_article .btn::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: 40%;
  left: 11%;
}

@media (max-width: 767px) {
  .main_contents {
    margin: 0 auto 125px;
  }
  .main_ttl_area {
    padding: 75px 0;
  }
  .main_ttl {
    width: 23.2%;
  }
  h1 {
    font-size: calc(11px + (12 - 11 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding: 15px 0 0;
  }
  .news_article {
    width: 82.667%;
  }
  .news_article article {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_article_tag {
    width: 35.162%;
  }
  .news_article_tag .tag {
    font-size: calc(11px + (12 - 11 ) * ( 100vw - 375px ) / (767 - 375 ));
    border-radius: 23px;
  }
  .news_article_time time {
    font-size: calc(12px + (14 - 12 ) * ( 100vw - 375px ) / (767 - 375 ));
  }
  .news_article_img {
    margin: 40px 0;
  }
  .news_article_txt {
    margin-top: 13px;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .news_article_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .news_article_txt > p:first-of-type {
    margin-top: -0.312em;
  }
  .news_article_txt > p:last-of-type {
    margin-bottom: -0.312em;
  }
  .news_article_txt > h2 {
    font-size: calc(15px + (17 - 15 ) * ( 100vw - 375px ) / (767 - 375 ));
    line-height: 1.7em;
  }
  .news_article .explanation > p {
    font-size: calc(12px + (14 - 12 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding-bottom: 25px;
    text-align: justify;
  }
  .news_article > h3 {
    font-size: calc(14px + (16 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding: 10px 0 15px;
    margin-bottom: 40px;
    text-align: justify;
  }
  .news_article .link_txt {
    padding: 25px;
  }
  .news_article .link_txt > p {
    font-size: calc(11px + (12 - 11 ) * ( 100vw - 375px ) / (767 - 375 ));
    text-align: justify;
  }
  .news_article .link_txt > p::after {
    height: 1.8rem;
    width: 1.8rem;
  }
  .news_article .link_txt:not(:last-child) {
    margin-bottom: 20px;
  }
  .news_article .btn {
    width: 100%;
    margin: 50px auto 0;
  }
  .news_article .btn::before {
    left: 9%;
  }
}
/*# sourceMappingURL=style.css.map */