.maplink-disabled {
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 2px;
  color: #9b9b9b;
  text-decoration: none;
}

.p-post-detail__table td {
    border: none !important;
}

.p-news-page__item-img {
    background: none;
}

.c-breadcrumb .breadcrumbs {
    flex-wrap: wrap;
}

.p-post-detail__content h2 {
    font-size: 1.25rem;
}

@media(min-width:768px) {
    .p-post-detail__content h2 {
        font-size: 1.625rem;
    }
}

.page-template-template-formrun .c-breadcrumb .breadcrumbs li.home + li {
    display: none;
}

.p-contact-cta__phone-number {
    font-family: YakuHanJP,Noto Sans JP,sans-serif;
}

@media(min-width:768px) {
    .p-interview-page__body {
        gap: 30px;
    }

    .p-interview-page__body nav.pagination {
        margin-top: 30px;
    }
}

.p-interview-page__sidebar {
    width: 100%;
}

.p-interview-page__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.p-interview-page__tag {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: none;
    border: none;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0b0b0b;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.p-interview-page__tag-dot {
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e9980c;
}

.is-active > .p-interview-page__tag-dot {
    display: block;
}

.p-cl-section-wrap {
    padding-top: 0;
}

@media(min-width:768px) {
    .p-cl-section-wrap {
        padding-top: 0;
    }
}

.p-cl-courses {
    padding-top: 60px;
    padding-bottom: 0;
}

@media(min-width:768px) {
    .p-cl-courses {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

.p-cl-steps {
    padding-top: 70px;
}

@media(min-width:768px) {
    .p-cl-steps {
        padding-top: 100px;
    }
}

.p-cl-flow {
    padding-bottom: 0;
}

@media(min-width:768px) {
    .p-cl-flow {
        padding-bottom: 0;
    }
}

.p-cl-locations {
    padding-top: 80px;
}

@media(min-width:768px) {
    .p-cl-locations {
        padding-top: 92px;
    }
}

.p-cl-deco--8 {
    top: -50px;
    right: -13px;
    bottom: auto;
}

@media(min-width:768px) {
    .p-cl-deco--8 {
        top: -90px;
        bottom: auto;
    }
}

.p-cl-deco--10 {
    width: 90px;
    top: -18px;
    right: 5px;
    bottom: auto;
}

@media(min-width:768px) {
    .p-cl-deco--10 {
        width: 160px;
        right: 25px;
        top: -20px;
        bottom: auto;
    }
}