@charset "UTF-8";
/*
Theme Name:   TBS Service Child
Template:     tbs-service
Version: 1.0.12
*/


/* トップの長いサービス名は、必要な場合だけ<wbr>位置で改行する */
.p-feature-card__title--controlled-break {
    word-break: keep-all;
    overflow-wrap: normal;
}
.p-related-service {
    margin-bottom: 32px;
    padding: 18px 24px;
    border: 1px solid #d9d9d9;
    border-left: 4px solid #000099;
    box-sizing: border-box;
}

.p-related-service__text {
    margin: 0;
    line-height: 1.8;
}

.p-related-service__label {
    font-weight: 700;
}

.p-related-service__link {
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}




@media screen and (max-height: 500px) and (orientation: landscape) {
  .p-hero-hdr__logo {
    width: 260px;
  }
}