@charset "UTF-8";
@font-face {
  font-family: "notoSansJp400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSansJp500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSansJp700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "notoSansKr800";
  src: url("../font/NotoSansKR-ExtraBold.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@font-face {
  font-family: "roboto900";
  src: url("../font/Roboto-Black.woff");
}
@media screen and (min-width: 769px) {
  .info-article {
    padding: 52px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .info-article {
    padding: 16px 0 0;
  }
}

.info-article__inner {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.info-article__timeGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info-article__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-article__time:first-child:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
  background: url("../img/common/icon-clock.svg") no-repeat center/contain;
}
.info-article__time:nth-child(n+2):before {
  content: "|";
  margin: 0 10px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .info-article__time {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__time {
    font-size: 12px;
  }
}

.info-article__heading {
  margin-top: 32px;
  line-height: 1.5;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .info-article__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__heading {
    font-size: 24px;
  }
}

.info-article__thumbWrap {
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}
.info-article__thumbWrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .info-article__thumbWrap {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__thumbWrap {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .info-article__edit {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__edit {
    margin-top: 30px;
  }
}
.info-article__edit h2 {
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  color: #0B318F;
}
@media screen and (min-width: 769px) {
  .info-article__edit h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__edit h2 {
    margin-bottom: 20px;
    font-size: 21px;
  }
}
.info-article__edit h3 {
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  color: #0B318F;
}
@media screen and (min-width: 769px) {
  .info-article__edit h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__edit h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.info-article__edit h4 {
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  color: #0B318F;
}
@media screen and (min-width: 769px) {
  .info-article__edit h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__edit h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.info-article__edit p {
  line-height: 1.87;
}
@media screen and (min-width: 769px) {
  .info-article__edit p {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__edit p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.info-article__edit p strong {
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
.info-article__edit p a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .info-article__edit p a:hover {
    text-decoration: unset;
  }
}
.info-article__edit ol, .info-article__edit ul {
  margin-bottom: 30px;
}
.info-article__edit ol li, .info-article__edit ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.info-article__edit ol li:nth-child(n+2), .info-article__edit ul li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .info-article__edit ol li, .info-article__edit ul li {
    font-size: 15px;
  }
}
.info-article__edit ol {
  list-style: revert;
  list-style-position: inside;
}
.info-article__edit ul li:before {
  content: "・";
}
@media screen and (min-width: 769px) {
  .info-article__edit table {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__edit table {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.info-article__edit table thead {
  border: none;
}
.info-article__edit table tr {
  line-height: 1.3;
  color: #222;
}
.info-article__edit table tr:nth-child(odd) {
  background-color: #F1F1EC;
}
.info-article__edit table th {
  letter-spacing: 0.06em;
  color: #fff;
  border: 1px solid #0B318F;
  background-color: #0B318F;
}
@media screen and (min-width: 769px) {
  .info-article__edit table th {
    padding: 15px 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .info-article__edit table th {
    padding: 10px 0.5em;
  }
}
.info-article__edit table td {
  border: 1px solid #e5e5e5;
}

@media screen and (min-width: 769px) {
  .info__buttonGroup {
    max-width: 380px;
    margin: 50px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .info__buttonGroup {
    max-width: 300px;
    margin: 30px auto;
  }
}

.info__button {
  max-width: 370px;
}
@media screen and (min-width: 769px) {
  .info__button {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .info__button {
    margin: 10px 0;
  }
  .info__button.--height1 {
    min-height: 50px;
  }
  .info__button.--arrow {
    padding: 3px 25px;
    position: relative;
  }
  .info__button.--arrow:after {
    content: "";
    width: 6px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
            mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
    background-color: #fff;
  }
}

.info__box {
  max-width: 800px;
  width: calc(100% - 40px);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #F1F1EC;
}
@media screen and (min-width: 769px) {
  .info__box {
    margin: 80px auto 100px;
  }
}
@media screen and (max-width: 768px) {
  .info__box {
    margin: 50px auto;
  }
}