/* common */
@media (min-width: 741px) {
  .article-body {
    max-width: 690px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  img {
    max-width: 100%;
    width: auto;
  }
  mark {
    background-color: #fdfccc;
  }
}
@media (max-width: 740px) {
  .article-body {
    max-width: 690px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  mark {
    background-color: #fdfccc;
  }
  #contents {
    padding: 0 4vw;
  }
}
/* /common */

/* pc */
@media (min-width: 741px) {
  .kv {
    margin-bottom: 60px;
  }
  .kv__figure img {
    width: 100%;
    height: auto;
  }
  .article__title {
    position: relative;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-left: 21px;
  }
  .article__title::before {
    content: '';
    width: 6px;
    height: 100%;
    background-color: #1061C2;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .article-lead {
    margin-bottom: 30px;
  }
  .article__figure {
    margin-bottom: 30px;
  }
  .article__figure--center {
    text-align: center;
  }
  .article-sec {
    margin-bottom: 60px;
  }
  .article-sec__title {
    font-size: 28px;
    border-bottom: 5px solid #E7F4FF;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .article-sec__title span {
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 47px;
    background-color: #E7F4FF;
  }
  .article-sec__title span::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background-image: url("/kosodate/1nensei/_shared/img/icon-pencil.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .article-sec__title span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 0 14px 14px;
    border-style: solid;
    border-color: #fff #fff #9DD2FF;
  }
  .article-sec__sub-title {
    font-size: 24px;
    color: #1061C2;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .article-sec__text {
    margin-bottom: 20px;
  }
  .article__btn {
    text-align: center;
  }
  .article__btn-link {
    display: inline-block;
    padding: 5px;
    border: 1px solid #0171CB;
    border-radius: 4px;
    margin: 30px 0 40px;
  }
  .article__btn-text {
    display: inline-block;
    padding: 20px 34px;
    border: 2px dashed #0171CB;
    border-radius: 4px;
    font-weight: bold;
  }
  .article-label {
    margin: 0 20px 20px 0;
    text-align: right;
  }
  .article-label__text {
    background-color: #0075c1;
    min-width: 90px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.6;
  }
  .article-scroll {
    margin: 60px 0;
  }
  .article-scroll__inner {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    gap: 24px;
  }
  .article-scroll__link {
    position: relative;
    max-width: 214px;
    padding: 20px 16px 20px 50px;
    display: inline-block;
    color: #0075c1 !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.72px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
  }
  .article-scroll__link:hover {
    color: #0075c1 !important;
    text-decoration: underline;
  }
  .article-scroll__link::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 11px;
    background-image: url('/kosodate/1nensei/_shared/img/down_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
}
/* /pc */

/* sp */
@media (max-width: 740px) {
  .kv {
    margin-bottom: 60px;
  }
  .kv__figure img {
    width: 100%;
    height: auto;
  }
  .article__title {
    position: relative;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-left: 21px;
  }
  .article__title::before {
    content: '';
    width: 6px;
    height: 100%;
    background-color: #1061C2;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .article-lead {
    margin-bottom: 30px;
  }
  .article__figure {
    margin-bottom: 30px;
  }
  .article__figure--center {
    text-align: center;
  }
  .article-sec {
    margin-bottom: 60px;
  }
  .article-sec__title {
    font-size: 24px;
    border-bottom: 5px solid #E7F4FF;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .article-sec__title span {
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 47px;
    background-color: #E7F4FF;
  }
  .article-sec__title span::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background-image: url("/kosodate/1nensei/_shared/img/icon-pencil.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .article-sec__title span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 0 14px 14px;
    border-style: solid;
    border-color: #fff #fff #9DD2FF;
  }
  .article-sec__sub-title {
    font-size: 20px;
    color: #1061C2;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .article-sec__text {
    margin-bottom: 20px;
  }
  .article__btn {
    text-align: center;
  }
  .article__btn-link {
    display: inline-block;
    padding: 5px;
    border: 1px solid #0171CB;
    border-radius: 4px;
    margin: 30px 0 40px;
  }
  .article__btn-text {
    display: inline-block;
    padding: 20px 34px;
    border: 2px dashed #0171CB;
    border-radius: 4px;
    font-weight: bold;
  }
  .article-label {
    margin: 0 20px 20px 0;
    text-align: right;
  }
  .article-label__text {
    background-color: #0075c1;
    min-width: 90px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px;
    line-height: 1.6;
  }
  .article-scroll {
    margin: 45px 0;
  }
  .article-scroll__inner {
    display: flex;
    /* flex-direction: column !important; */
    align-items: center;
    gap: 16px;
  }
  .article-scroll__link {
    position: relative;
    max-width: 214px;
    width: 100%;
    padding: 10px 16px 10px 44px;
    display: inline-block;
    color: #0075c1 !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.72px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
  }
  .article-scroll__link:hover {
    color: #0075c1 !important;
  }
  .article-scroll__link::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 11px;
    background-image: url('/kosodate/1nensei/_shared/img/down_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
}
/* /sp */