@charset "UTF-8";

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'), local('NotoSansCJKjp-Regular'), local('NotoSansJP-Regular'), url('/font/NotoSansCJKjp-Regular.eot') format('eot'),
    url('/font/NotoSansCJKjp-Regular.ttf') format('ttf'), url('/font/NotoSansCJKjp-Regular.woff2') format('woff2'), url('/font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: bold;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'), local('NotoSansJP-Bold'), url('/font/NotoSansCJKjp-Bold.eot') format('eot'), url('/font/NotoSansCJKjp-Bold.ttf') format('ttf'),
    url('/font/NotoSansCJKjp-Bold.woff2') format('woff2'), url('/font/NotoSansCJKjp-Bold.woff') format('woff');
}

.main {
  font-family: 'NotoSansCJKjp', 'Noto Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .main {
    min-width: 1100px;
  }
  .only-sp {
    display: none;
  }
}

.hero-text {
  background: url('/sso/ab-id/_images/bg_sp.jpg') no-repeat 0 0;
  background-size: cover;
  padding: 40px 13px;
}
.headingLv1 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.headingLv1__sm {
  font-size: 21px;
  font-weight: bold;
}

.headingLv3__sm {
  font-size: 12px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .hero-text {
    background: url('/sso/ab-id/_images/bg_pc.jpg') no-repeat 0 0;
    background-size: cover;
    padding: 80px 13px;
  }
  .headingLv1 {
    font-size: 33px;
  }
  .headingLv1__sm {
    font-size: 29px;
  }
  .headingLv3__sm {
    font-size: 17px;
    font-weight: bold;
  }
}

.section {
  margin: 40px auto 0;
  padding: 0 4.27%;
}

@media only screen and (min-width: 768px) {
  .section {
    margin: 80px auto 0;
    padding: 0;
  }
}

.lead-text {
  font-size: 17px;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .lead-text {
    text-align: center;
  }
}

.headingLv2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .headingLv2 {
    font-size: 29px;
    margin-bottom: 40px;
  }
}

.card {
  border: 1px solid #c4c4c4;
  margin-bottom: 16px;
  padding: 16px;
}

.card__heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.card__heading img {
  height: 50px;
  width: auto;
  margin-right: 16px;
}

.card__heading h3 {
  font-size: 15px;
  font-weight: bold;
}
.card__heading h3 a {
  color: #1e77c9;
  font-weight: bold;
  text-decoration: underline;
}

.card__detail img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
  }

  .card {
    margin-bottom: 0;
    padding: 24px;
    box-sizing: border-box;
    max-width: 530px;
    width: calc((1100px - 100px) / 2);
  }

  .card__heading {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .card__heading img {
    height: 80px;
  }

  .card__heading h3,
  .card__heading h3 a {
    font-size: 23px;
  }
}

h3:has(.link_internal)::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #1e77c9;
  border-right: solid 2px #1e77c9;
  transform: rotate(45deg);
  position: relative;
  bottom: 2px;
}

@media only screen and (min-width: 768px) {
  h3:has(.link_internal)::after {
    width: 10px;
    height: 10px;
  }
}

h3:has(.link_external)::after {
  content: url('/sso/ab-id/_images/icon_link.svg');
}



