@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*_________
  お知らせ
_________*/
.newspost {
  width: 100%;
  padding: 80px 0;
}

.backarchive {
  width: 1200px;
  margin: 0 auto;
}

.btn_archivelink2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.4px;
  margin: 155px auto 0 63px;
}

.btn_archivelink2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../../img/ico_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -11px;
  left: -63px;
  transform: rotate(180deg);
}

.newspost_inner {
  width: 900px;
  margin: 0 auto;
  padding: 102px 0px 0px;
  position: relative;
}

.newspost_inner .newspost_timecategory {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.newspost_inner .newspost_category {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.newspost_inner .newspost_category_calender {
  padding: 4px 10px;
  background-color: #16A070;
  border-radius: 5px;
}

.newspost_inner .newspost_category_news {
  padding: 4px 10px;
  background-color: #16A070;
  border-radius: 5px;
}

.newspost_inner .newspost_category_limited {
  padding: 4px 10px;
  background-color: #16A070;
  border-radius: 5px;
}

.newspost_inner .newspost_category_blog {
  padding: 4px 10px;
  background-color: #16A070;
  border-radius: 5px;
}

.newspost_inner .newspost_time {
  display: block;
  font-size: 1.4rem;
  margin-left: 16px;
  letter-spacing: 2px;
  color: #16A070;
}

.newspost_heading {
  margin-bottom: 35px;
}

.newspost_heading h1 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 40px;
}

.newspost_textcontainer h2 {
  display: inline;
  margin-bottom: 40px;
  margin-top: 48px;
  font-size: 26px;
  letter-spacing: 1.8px;
  line-height: 1.6;
  color: #16A070;
  background: linear-gradient(transparent 70%, #a4d0c0 70%);
}

.newspost_textcontainer h3 {
  padding: 0px 15px;
  margin-bottom: 40px;
  margin-top: 48px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1.8px;
  line-height: 38px;
  background-color: #D9EDE6;
  border-left: solid 9px #16A070;
}

.newspost_textcontainer h4 {
  margin-bottom: 40px;
  margin-top: 48px;
  font-size: 20px;
  letter-spacing: 1.8px;
  line-height: 38px;
  color: #16A070;
}

.newspost_textcontainer h5 {
  margin-bottom: 40px;
  margin-top: 48px;
  font-size: 20px;
  letter-spacing: 1.8px;
  line-height: 38px;
}

.newspost_textcontainer p {
  font-size: 16px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
  margin-bottom: 24px;
  margin-top: 40px;
}

.newspost_textcontainer a {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
  margin-bottom: 40px;
  margin-top: 48px;
  margin-left: 40px;
  border-bottom: 1px solid #000;
  position: relative;
}

.newspost_textcontainer a::before {
  position: absolute;
  top: 0px;
  left: -40px;
  background-color: #16A070;
  border-radius: 30px;
  content: "";
  width: 23px;
  height: 23px;
}

.newspost_textcontainer .newspost_category a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 1.8px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  border-bottom: 0px solid #000;
  position: static;
}

.newspost_textcontainer .newspost_category a::before {
  display: none;
}

.newspost_textcontainer ol {
  margin-bottom: 24px;
  list-style: inside decimal;
}

.newspost_textcontainer ul {
  margin-bottom: 24px;
  list-style: inside disc;
}

.newspost_textcontainer li {
  line-height: calc(27 / 16);
}

.newspost_image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.newspost_text:not(:last-of-type) {
  margin-bottom: 24px;
}

.newspost_section {
  margin-top: 80px;
}

.btn_archivelink {
  width: 180px;
  text-align: center;
  margin-top: 50px;
}

.btn_archivelink p::after {
  top: 15px;
  left: -14px;
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .newspost {
    width: 100%;
    padding: 80px 0;
  }
  .backarchive {
    width: 100%;
    margin: 0 auto;
  }
  .btn_archivelink2 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.4px;
    margin: 155px auto 0 63px;
  }
  .btn_archivelink2::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../../../img/ico_arrow01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -11px;
    left: -63px;
    transform: rotate(180deg);
  }
  .newspost_inner {
    width: 100%;
    margin: 0 auto;
    padding: 62px 20px 0px;
    position: relative;
  }
  .newspost_inner .newspost_timecategory {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
  .newspost_inner .newspost_category {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }
  .newspost_inner .newspost_category_calender {
    padding: 4px 10px;
    background-color: #16A070;
    border-radius: 5px;
  }
  .newspost_inner .newspost_category_news {
    padding: 4px 10px;
    background-color: #16A070;
    border-radius: 5px;
  }
  .newspost_inner .newspost_category_limited {
    padding: 4px 10px;
    background-color: #16A070;
    border-radius: 5px;
  }
  .newspost_inner .newspost_category_blog {
    padding: 4px 10px;
    background-color: #16A070;
    border-radius: 5px;
  }
  .newspost_inner .newspost_time {
    display: block;
    font-size: 1.4rem;
    margin-left: 16px;
    letter-spacing: 2px;
    color: #16A070;
  }
  .newspost_heading {
    margin-bottom: 35px;
  }
  .newspost_heading h1 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 40px;
  }
  .newspost_textcontainer h2 {
    display: inline;
    margin-bottom: 40px;
    margin-top: 48px;
    font-size: 20px;
    letter-spacing: 1.8px;
    line-height: 1.6;
    color: #16A070;
    background: linear-gradient(transparent 70%, #a4d0c0 70%);
  }
  .newspost_textcontainer h3 {
    padding: 0px 15px;
    margin-bottom: 40px;
    margin-top: 48px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 1.6;
    background-color: #D9EDE6;
    border-left: solid 9px #16A070;
  }
  .newspost_textcontainer h4 {
    margin-bottom: 40px;
    margin-top: 48px;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 1.6;
    color: #16A070;
  }
  .newspost_textcontainer h5 {
    margin-bottom: 40px;
    margin-top: 48px;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 1.6;
  }
  .newspost_textcontainer p {
    font-size: 16px;
    line-height: calc(27 / 16);
    letter-spacing: 1.8px;
    margin-bottom: 24px;
    margin-top: 40px;
  }
  .newspost_textcontainer a {
    font-size: 16px;
    font-weight: bold;
    line-height: calc(27 / 16);
    letter-spacing: 1.8px;
    margin-bottom: 40px;
    margin-top: 48px;
    margin-left: 40px;
    border-bottom: 1px solid #000;
    position: relative;
  }
  .newspost_textcontainer a::before {
    position: absolute;
    top: 0px;
    left: -40px;
    background-color: #16A070;
    border-radius: 30px;
    content: "";
    width: 23px;
    height: 23px;
  }
  .newspost_textcontainer .newspost_category a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 1.8px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    border-bottom: 0px solid #000;
    position: static;
  }
  .newspost_textcontainer .newspost_category a::before {
    display: none;
  }
  .newspost_textcontainer ol {
    margin-bottom: 24px;
    list-style: inside decimal;
  }
  .newspost_textcontainer ul {
    margin-bottom: 24px;
    list-style: inside disc;
  }
  .newspost_textcontainer li {
    line-height: calc(27 / 16);
  }
  .newspost_image {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .newspost_text:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .newspost_section {
    margin-top: 80px;
  }
  .btn_archivelink {
    width: 180px;
    text-align: center;
    margin-top: 50px;
  }
  .btn_archivelink p::after {
    top: 15px;
    left: -14px;
    transform: rotate(180deg);
  }
}
/*# sourceMappingURL=style.css.map */
