@charset "UTF-8";
/* -----------------------------------------------
setting
Scssの変数等を定義
-------------------------------------------------- */
/* -----------------------------------------------
hs-single
お役立ち情報詳細
-------------------------------------------------- */
.hs-single {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .hs-single {
    margin-top: 10.6666666667vw;
  }
}

.hs-single__container {
  max-width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hs-single__container {
    padding: 0 5.3333333333vw;
  }
}

.hs-single__heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}
.hs-single__heading:before, .hs-single__heading:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-single__heading:before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.hs-single__heading:after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media (max-width: 767px) {
  .hs-single__heading {
    font-size: 8vw;
  }
}

.hs-single__text {
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 30px;
}
.hs-single__text:before, .hs-single__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-single__text:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-single__text:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
.hs-single__text.text-align-right {
  text-align: right;
}
@media (max-width: 767px) {
  .hs-single__text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.hs-eyecatch {
  margin-top: 30px;
}
.hs-eyecatch img {
  width: 100%;
}
@media (max-width: 767px) {
  .hs-eyecatch {
    margin-top: 5.3333333333vw;
  }
}

.hs-summary {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hs-summary {
    margin-top: 8vw;
  }
}

.hs-summary__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}
.hs-summary__heading:before, .hs-summary__heading:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-summary__heading:before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.hs-summary__heading:after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media (max-width: 767px) {
  .hs-summary__heading {
    font-size: 4.2666666667vw;
  }
}

.hs-summary__text {
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 25px;
}
.hs-summary__text:before, .hs-summary__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-summary__text:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-summary__text:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-summary__text {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.hs-toc {
  background: #F2F2F2;
  padding: 30px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hs-toc {
    padding: 5.3333333333vw;
    margin-top: 8vw;
  }
}

.hs-toc__heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8125;
}
.hs-toc__heading:before, .hs-toc__heading:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-toc__heading:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-toc__heading:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-toc__heading {
    font-size: 3.7333333333vw;
  }
}

.hs-toc__list {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .hs-toc__list {
    margin-top: 4vw;
  }
}

.hs-toc__item {
  font-size: 16px;
  line-height: 1.9375;
}
.hs-toc__item:before, .hs-toc__item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-toc__item:before {
  margin-top: calc((1 - 1.9375) * 0.5em);
}
.hs-toc__item:after {
  margin-bottom: calc((1 - 1.9375) * 0.5em);
}
.hs-toc__item a {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}
.hs-toc__item a:before {
  content: "■";
}
@media (hover: hover) {
  .hs-toc__item a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .hs-toc__item a:hover {
    opacity: 0.7;
  }
}
.hs-toc__item:not(:first-of-type) {
  margin-top: 7.5px;
}
@media (max-width: 767px) {
  .hs-toc__item {
    font-size: 3.7333333333vw;
  }
  .hs-toc__item:not(:first-of-type) {
    margin-top: 2vw;
  }
}

.hs-single__download {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .hs-single__download {
    margin-top: 10.6666666667vw;
  }
}

.hs-download__item--single {
  padding: 34px 29px 64px;
}
@media (max-width: 767px) {
  .hs-download__item--single {
    padding: 6.4vw 5.0666666667vw 5.0666666667vw;
  }
}

.hs-post {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .hs-post {
    margin-top: 13.3333333333vw;
  }
}
.hs-post p {
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 30px;
}
.hs-post p:before, .hs-post p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-post p:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-post p:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-post p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.hs-post h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 50px;
}
.hs-post h3:before, .hs-post h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-post h3:before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.hs-post h3:after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media (max-width: 767px) {
  .hs-post h3 {
    font-size: 6.4vw;
    margin-top: 8vw;
  }
}
.hs-post h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 21px;
  border-bottom: 1px solid #DDD;
  margin-top: 50px;
}
.hs-post h4:before, .hs-post h4:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-post h4:before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.hs-post h4:after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.hs-post h4 + p {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .hs-post h4 {
    font-size: 5.3333333333vw;
    padding-bottom: 4vw;
    border-width: 0.2666666667vw;
    margin-top: 5.3333333333vw;
  }
  .hs-post h4 + p {
    margin-top: 4.2666666667vw;
  }
}
.hs-post ul, .hs-post ol {
  margin-top: 30px;
}
.hs-post ul:before, .hs-post ul:after, .hs-post ol:before, .hs-post ol:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-post ul:before, .hs-post ol:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-post ul:after, .hs-post ol:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-post ul, .hs-post ol {
    margin-top: 5.3333333333vw;
  }
}
.hs-post ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.hs-post ul li:before {
  content: "・";
}
.hs-post ol {
  counter-reset: item;
}
.hs-post ol li {
  text-indent: -2.6em;
  padding-left: 2.6em;
}
.hs-post ol li:before {
  counter-increment: item;
  content: "（" counter(item) "）";
}
.hs-post li {
  font-size: 16px;
  line-height: 1.8125;
}
@media (max-width: 767px) {
  .hs-post li {
    font-size: 3.7333333333vw;
  }
}
.hs-post figure {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hs-post figure {
    margin-top: 8vw;
  }
}
.hs-post img {
  width: 100%;
}
.hs-post figcaption {
  font-size: 12px;
  line-height: 1.8125;
  text-align: center;
  margin-top: 20px;
}
.hs-post figcaption:before, .hs-post figcaption:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-post figcaption:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-post figcaption:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-post figcaption {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}
.hs-post table {
  width: calc(100% - 80px);
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .hs-post table {
    width: 100%;
    margin: 10.6666666667vw 0 0;
  }
}
.hs-post caption {
  font-size: 12px;
  line-height: 1.8125;
  caption-side: bottom;
  margin-top: 20px;
}
.hs-post caption:before, .hs-post caption:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-post caption:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-post caption:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-post caption {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}
.hs-post > *:first-child {
  margin-top: 0;
}

.hs-information {
  background: #F2F2F2;
  padding: 30px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hs-information {
    padding: 5.3333333333vw;
    margin-top: 8vw;
  }
}

.hs-information__heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8125;
}
.hs-information__heading:before, .hs-information__heading:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-information__heading:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-information__heading:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-information__heading {
    font-size: 3.7333333333vw;
  }
}

.hs-information__list {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .hs-information__list {
    margin-top: 4vw;
  }
}

.hs-information__item {
  font-size: 16px;
  line-height: 1.9375;
}
.hs-information__item:before, .hs-information__item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-information__item:before {
  margin-top: calc((1 - 1.9375) * 0.5em);
}
.hs-information__item:after {
  margin-bottom: calc((1 - 1.9375) * 0.5em);
}
.hs-information__item a {
  display: inline-block;
}
@media (hover: hover) {
  .hs-information__item a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .hs-information__item a:hover {
    opacity: 0.7;
  }
}
.hs-information__item:not(:first-of-type) {
  margin-top: 7.5px;
}
@media (max-width: 767px) {
  .hs-information__item {
    font-size: 3.7333333333vw;
  }
  .hs-information__item:not(:first-of-type) {
    margin-top: 2vw;
  }
}

.hs-author {
  background: #F2F2F2;
  padding: 35px 30px 40px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .hs-author {
    padding: 6.6666666667vw 5.3333333333vw 8vw;
  }
}

.hs-author__wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 32px;
}
@media (max-width: 767px) {
  .hs-author__wrapper {
    grid-template-columns: none;
    gap: 5.8666666667vw;
  }
}

.hs-author__image {
  width: 150px;
}
.hs-author__image img {
  width: 100%;
}
.hs-author__image figcaption {
  font-size: 14px;
  line-height: 1.8125;
  text-align: center;
  margin-top: 10px;
}
.hs-author__image figcaption:before, .hs-author__image figcaption:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-author__image figcaption:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-author__image figcaption:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-author__image {
    width: 40vw;
    margin: 0 auto;
  }
  .hs-author__image figcaption {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

.hs-author__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}
.hs-author__heading:before, .hs-author__heading:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-author__heading:before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.hs-author__heading:after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media (max-width: 767px) {
  .hs-author__heading {
    font-size: 4.2666666667vw;
  }
}

.hs-author__text {
  font-size: 16px;
  line-height: 1.9375;
  margin-top: 20px;
}
.hs-author__text:before, .hs-author__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-author__text:before {
  margin-top: calc((1 - 1.9375) * 0.5em);
}
.hs-author__text:after {
  margin-bottom: calc((1 - 1.9375) * 0.5em);
}
@media (max-width: 767px) {
  .hs-author__text {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.hs-single__archive {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .hs-single__archive {
    margin-top: 13.3333333333vw;
  }
}