@charset "UTF-8";
.page-title-area {
  background-color: #1889d7;
}
.page-title-area h1 {
  color: #fff;
  margin-top: 4rem;
}
.page-title-area .bread-crumb {
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}
.page-title-area .bread-crumb li {
  display: inline;
  color: #fff;
}
.page-title-area .bread-crumb li + li::before {
  content: "›";
  margin: 0 0.5em;
  color: #fff;
  font-size: 1.5rem;
}
.page-title-area .bread-crumb a {
  text-decoration: none;
  color: #fff;
}
.page-title-area .bread-crumb a:hover {
  text-decoration: underline;
}

.Side-menu {
  margin-top: 30px;
}
.Side-menu .sidebar-acc > a.list-group-item {
  background: #f4f5fa;
}
.Side-menu .sidebar-acc .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* margin-top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.text-highlight {
  background: linear-gradient(transparent 60%, rgba(255, 250, 125, 0.5) 60%);
}

.Page-content-main {
  /* h3ごとにカウントアップ＆左にバッジ分の余白 */
  /* モバイル調整 */
}
.Page-content-main h2, .Page-content-main h3, .Page-content-main h4, .Page-content-main h5 {
  line-height: 1.4em;
}
.Page-content-main h2 {
  font-size: 2.2rem;
  padding: 1.4rem 1.6rem;
  color: #1989d7;
  background: #f4f5fa;
  border: none;
}
.Page-content-main h3 {
  color: #333;
  border-bottom: 2px solid #48a1d9;
  padding-bottom: 8px;
}
.Page-content-main p {
  line-height: 1.6em;
  font-size: 15px;
}
.Page-content-main .font-l {
  font-size: 1.8rem;
}
.Page-content-main .img-s {
  width: 140px;
  height: auto;
}
.Page-content-main .img-bg {
  background: #f4f5fa;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 2rem;
  text-align: center;
}
.Page-content-main .img-bg img {
  max-height: 150px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .Page-content-main .row:not(.row-wide) > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .Page-content-main .row:not(.row-wide) {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.Page-content-main .list-check {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.Page-content-main .list-check li {
  margin: 0.6em 0;
  font-size: 1.3em;
}
@media (max-width: 768px) {
  .Page-content-main .list-check li {
    font-size: 1.2em;
  }
}
.Page-content-main .list-check li span {
  position: relative;
  border-radius: 100px;
  padding: 6px 20px 6px 36px;
  background: #efefef;
  display: block;
}
.Page-content-main .list-check li span:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/assets/psi/img/dns/check.png") no-repeat center center;
  background-size: contain;
}
.Page-content-main .list-card {
  display: flex;
  flex-wrap: wrap;
}
.Page-content-main .list-card .card-inner {
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 8px;
  background: #fff;
}
.Page-content-main .list-card > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.Page-content-main .list-card img {
  margin: 0 auto;
}
.Page-content-main .list-card h3 {
  border-bottom: 0;
  font-weight: 600;
  color: #003D98;
  font-size: 1.6rem;
  padding: 0;
  margin-top: 0;
}
.Page-content-main .merit-card {
  counter-reset: merit;
}
.Page-content-main .merit-card .card-inner h3 {
  position: relative;
  padding-left: 74px; /* 64px丸 + 余白 */
  min-height: 64px;
  display: flex;
  align-items: center;
  counter-increment: merit; /* ← ここで加算（擬似要素ではなくh3に付与） */
  text-align: left;
}
.Page-content-main .merit-card .card-inner h3::before {
  content: "MERIT";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eef5fd; /* 水色背景 */
  color: #4a99d0; /* 青文字 */
  font-weight: 700;
  font-family: "Oswald", "Roboto Condensed", sans-serif; /* 縦長系 */
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  display: flex;
  align-items: flex-start; /* 上寄せ */
  justify-content: center;
  padding-top: 8px; /* 上に少し余白 */
  font-style: italic;
}
.Page-content-main .merit-card .card-inner h3::after {
  content: counter(merit, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  color: #075096;
  font-weight: 700;
  font-family: "Oswald", "Roboto Condensed", sans-serif;
  font-size: 22px; /* ← 12px（MERIT）の1.5倍 */
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: flex-end; /* 下寄せ */
  justify-content: center;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .Page-content-main .merit-card .card-inner h3 {
    padding-left: 72px;
    min-height: 52px;
  }
  .Page-content-main .merit-card .card-inner h3::before {
    width: 52px;
    height: 52px;
    font-size: 11px;
    padding-top: 6px;
  }
  .Page-content-main .merit-card .card-inner h3::after {
    width: 52px;
    height: 52px;
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.Page-content-main .dl-set dl {
  background: #f4f5fa;
  padding: 8px;
  border-radius: 4px;
}
.Page-content-main .dl-set dt, .Page-content-main .dl-set dd {
  display: inline;
  margin: 0;
  line-height: 1.6em;
}
.Page-content-main .dl-set dt {
  background: #003D98;
  color: #fff;
  padding: 4px 20px;
  border-radius: 60px;
}
.Page-content-main .dl-set .dl-color-gray {
  background: #efefef;
}
.Page-content-main .dl-set .dl-color-gray dt {
  background: #414141;
}
.Page-content-main .item-box {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}
.Page-content-main .item-box .item-icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex: 0 0 88px;
  border-radius: 8px;
  background: #fff;
}
.Page-content-main .item-box .item-icon img {
  max-width: 64px;
  max-height: 64px;
  display: block;
}
.Page-content-main .item-box .item-text h4 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  color: #333;
}
.Page-content-main .item-box .item-text p {
  margin-bottom: 0;
}
.Page-content-main .cta-area {
  background: linear-gradient(to right, #64B1F4, #1889d7);
  padding: 10px 10px 20px;
  margin: 30px 0;
  border-radius: 4px;
}
.Page-content-main .cta-area h2 {
  background: none;
  padding: 0;
  text-align: center;
  color: #fff;
}
.Page-content-main .cta-area .card-inner {
  border: 0;
}
.Page-content-main .row.col2 {
  max-width: 700px;
  margin: 0 auto;
}
.Page-content-main .btn-cta {
  background: #1889d7;
  color: #fff;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  white-space: normal;
  overflow: hidden;
}
.Page-content-main .btn-cta:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}
.Page-content-main .btn-cta::after {
  content: "›";
  margin-left: 0.6em;
  font-size: 1.8em;
  line-height: 1;
}/*# sourceMappingURL=page-common.css.map */

body.jp.index {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}
