@charset "UTF-8";

.sp_only {
    display: none;
  }
  @media screen and (max-width: 959px) {
    .sp_only {
      display: block;
    }
  }
  
  .pc_only {
    display: block;
  }
  @media screen and (max-width: 959px) {
    .pc_only {
      display: none;
    }
  }

/* ラボトップ */
#main {
    display: block;
    width: 100%;
    margin: 0;
}

.main_contents {
    width: 100%;
}

/* ページタイトル */
.lab_title {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    color: #3f4a9a;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background-color: #edf1fc;
}

.lab_title span {
    display: block;
}

/* ラボ一覧 */
.lab_list {
    width: auto;
    margin: 20px 10px 0;
    padding: 0 0 120px;
}

.lab_item + .lab_item {
    margin-top: 24px;
}

.lab_item a,
.lab_item img {
    display: block;
    width: 100%;
}

.lab_item p {
    margin: 24px 0 0;
    font-size: 1.6rem;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
}

/* フッターとの余白 */
#footer {
    margin-top: 0;
}

@media print, screen and (min-width: 770px) {
    /* ページタイトル */
    .lab_title {
        height: 200px;
        padding: 0;
        font-size: 3.4rem;
        line-height: 200px;
    }

    .lab_title span {
        display: inline;
    }

    .lab_title span + span {
        padding-left: 24px;
    }

    /* ラボ一覧 */
    .lab_list {
        box-sizing: border-box;
        width: 900px;
        margin: 60px auto 0;
        padding-bottom: 170px;
        font-size: 0;
    }

    .lab_item {
        display: inline-block;
        width: 430px;
        vertical-align: top;
    }

    .lab_item + .lab_item {
        margin: 0 0 0 40px;
    }

    .lab_item p {
        margin-top: 24px;
        font-size: 1.6rem;
    }
}

/* 画像診断ラボ詳細 */
.lab_detail_hero {
    position: relative;
    height: 265px;
    background-color: #0e2740;
}

.lab_detail_hero::before {
    display: block;
    height: 170px;
    content: "";
    background-image: url("../diagnostic-imaging-lab/img/hero_mobile.jpg");
    background-position: center;
    background-size: cover;
}

.lab_detail_hero h1 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    padding-top: 25px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.lab_detail_hero h1::after {
    display: block;
    width: 60px;
    height: 5px;
    margin: 16px auto 0;
    content: "";
    background-color: #82e24e;
}

/* ラボの紹介 */
.lab_detail_intro {
    margin: 40px 10px 0;
}

.lab_detail_intro p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
}

/* 症例クイズと関連製品 */
.lab_detail_content {
    margin-top: 40px;
    padding: 60px 10px;
    background-color: #f6f6fa;
}

.lab_question_list {
    width: 100%;
}

.lab_question {
    position: relative;
    padding-bottom: 32px;
    border-bottom: 1px solid #7f7f7f;
}

.lab_question + .lab_question {
    margin-top: 32px;
}

.lab_question_image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 4px;
}

.lab_question_image > img:first-child {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lab_question_image.new::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 87px;
    height: 88px;
    content: "";
    pointer-events: none;
    background-image: url("../diagnostic-imaging-lab/img/new_label.svg");
    background-size: 100% 100%;
}

.lab_question_body {
    margin-top: 24px;
}

.lab_question h2,
.lab_related_products h2,
.lab_seminar h2 {
    margin: 0;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}

.lab_question p {
    margin: 6px 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
    font-feature-settings: "palt" 1;
}

.lab_question .lab_question_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 170px;
    height: 38px;
    margin: 16px auto 0;
    padding: 0;
    color: #fff;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    background-color: #0e2740;
    border: 0;
    border-radius: 19px;
    cursor: pointer;
}

.lab_question .lab_question_link i {
    width: 10px;
    height: 20px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}

.lab_question .lab_question_link:hover {
    opacity: 0.7;
}

/* 免責事項・著作権クレジット */
.lab_disclaimer {
    margin-top: 40px;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.5;
}

.lab_disclaimer p {
    margin: 0;
}

.lab_disclaimer p.lab_disclaimer_heading {
    margin-top: 1.5em;
}

.lab_related_products {
    margin-top: 40px;
}

.lab_related_products h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #7f7f7f;
    font-size: 1.6rem;
    line-height: 1.4;
}

.lab_related_products div {
    margin-top: 24px;
}

.lab_related_products a {
    display: block;
}

.lab_related_products img {
    display: block;
    width: 100%;
}

.lab_related_products a + a {
    margin-top: 24px;
}

/* 講演会・セミナー */
.lab_seminar {
    margin-top: 60px;
    padding: 32px 15px;
    background-color: #f6f6fa;
}

.lab_seminar h2 {
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
}

.lab_seminar h2 a {
    color: #007bcc;
}

.lab_seminar h2 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.lab_seminar_list {
    margin-top: 34px;
}

.lab_seminar_list article {
    box-sizing: border-box;
    margin: 0 14px;
    padding: 20px 40px;
    background-color: #fff;
}

.lab_seminar_list img {
    display: block;
    width: 100%;
}

.lab_seminar_list p {
    margin: 20px 0 0;
    color: #090909;
    font-size: 1.6rem;
    line-height: 1.5;
}

.lab_seminar_list strong {
    font-size: 2.0rem;
}

/* 講演会・セミナーのカルーセル */
.lab_seminar .topPage__seminar-title {
    margin: 0 0 16px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.lab_seminar .topPage__seminar-title a {
    color: #007bcc;
}

.lab_seminar .topPage__seminar-title a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.lab_seminar .carousel-section {
    padding: 0;
}

.lab_seminar .carousel-container {
    position: relative;
    padding-bottom: 30px;
}

.lab_seminar .carousel-swiper {
    overflow: hidden;
}

.lab_seminar .swiper-slide {
    height: auto;
}

.lab_seminar .card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    margin: 0 14px;
    padding: 20px 14px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lab_seminar .card:focus-visible {
    outline: 2px solid #3498db;
    outline-offset: 4px;
}

.lab_seminar .card-image img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.lab_seminar .card-content {
    flex: 1;
}

.lab_seminar .card-content h3 {
    margin: 0;
    color: #090909;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
}

.lab_seminar .card-content h3 span {
    font-size: 1.6rem;
}

.lab_seminar .swiper-button-prev,
.lab_seminar .swiper-button-next {
    width: 32px;
    height: 40px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    transform: translateY(-50%);
}

.lab_seminar .swiper-button-prev::after,
.lab_seminar .swiper-button-next::after {
    content: none;
}

.lab_seminar .swiper-button-prev {
    left: -10px;
    background-image: url("/product/ibtrozi/images/top/swiper-button-prev.png");
}

.lab_seminar .swiper-button-next {
    right: -10px;
    background-image: url("/product/ibtrozi/images/top/swiper-button-next.png");
}

.lab_seminar .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.lab_seminar .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #bdc3c7;
    opacity: 1;
}

.lab_seminar .swiper-pagination-bullet-active {
    background-color: #3498db;
}

.carousel-container[data-items="1"] .swiper-button-prev,
.carousel-container[data-items="1"] .swiper-button-next,
.carousel-container[data-items="1"] .swiper-pagination {
    display: none;
}

.lab_detail {
    padding-bottom: 80px;
}

@media print, screen and (min-width: 770px) {
    /* メインビジュアル */
    .lab_detail_hero {
        height: 320px;
        background-image: url("../diagnostic-imaging-lab/img/hero_pc.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 100%;
    }

    .lab_detail_hero::before {
        display: none;
    }

    .lab_detail_hero::after {
        display: none;
    }

    .lab_detail_hero h1 {
        z-index: 1;
        top: 0;
        bottom: auto;
        height: 320px;
        padding-top: 127px;
        font-size: 3.4rem;
    }

    .lab_detail_hero h1::after {
        display: block;
        width: 100px;
        margin-top: 20px;
    }

    /* ラボの紹介 */
    .lab_detail_intro {
        width: 1000px;
        margin: 50px auto 0;
    }

    .lab_detail_intro p {
        line-height: 2;
        text-align: center;
    }

    /* 症例クイズと関連製品 */
    .lab_detail_content {
        margin-top: 50px;
        padding: 80px 0;
    }

    .lab_question_list,
    .lab_related_products {
        width: 1050px;
        margin-right: auto;
        margin-left: auto;
    }

    .lab_question {
        display: flex;
        min-height: 162px;
    }

    .lab_question_image {
        flex: 0 0 214px;
        width: 214px;
        height: 162px;
    }

    .lab_question_body {
        position: relative;
        width: calc(100% - 246px);
        min-height: 162px;
        margin: 0 0 0 32px;
    }

    .lab_question .lab_question_link {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }

    .lab_disclaimer {
        width: 1050px;
        margin: 80px auto 0;
    }

    .lab_related_products {
        margin-top: 80px;
    }

    .lab_related_products h2 {
        font-size: 2.0rem;
        line-height: 1.4;
    }

    .lab_related_products div {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .lab_related_products img {
        width: 500px;
    }

    .lab_related_products a + a {
        margin-top: 0;
    }

    /* 講演会・セミナー */
    .lab_seminar {
        box-sizing: border-box;
        width: 1050px;
        margin: 80px auto 120px;
        padding: 50px 40px;
        border-radius: 10px;
    }

    .lab_detail {
        padding-bottom: 0;
    }

    .lab_seminar h2 {
        font-size: 2.8rem;
        text-align: left;
    }

    .lab_seminar .topPage__seminar-title {
        margin-bottom: 16px;
        font-size: 2.8rem;
        text-align: left;
    }

    .lab_seminar .carousel-container {
        padding-bottom: 0;
    }

    .lab_seminar .card {
        padding: 30px;
    }

    .lab_seminar .card:hover {
        opacity: 0.7;
    }

    .lab_seminar .card-content h3 {
        font-size: 2.0rem;
        min-height: 1.5em;
    }

    .lab_seminar .card-content h3:empty::before {
        content: "\00a0";
    }

    .lab_seminar_list {
        margin-top: 34px;
    }

    .lab_seminar_list article {
        padding: 30px;
    }

    .lab_seminar .swiper-button-prev,
    .lab_seminar .swiper-button-next {
        width: 48px;
        height: 48px;
        background-size: 24px;
    }

    .lab_seminar .swiper-button-prev {
        left: -55px;
    }

    .lab_seminar .swiper-button-next {
        right: -55px;
    }

    .lab_seminar_list p {
        margin-top: 20px;
    }

    .lab_sp_only {
        display: none;
    }
}

/* 病理診断ラボ詳細 */
.pathology_hero {
    position: relative;
    height: 265px;
    background-color: #b93b6b;
}

.pathology_hero::before {
    display: block;
    height: 170px;
    content: "";
    background-image: url("../uropathology-lab/img/hero_mobile.jpg");
    background-position: center;
    background-size: cover;
}

.pathology_hero h1 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    padding-top: 25px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.pathology_hero h1::after {
    display: block;
    width: 60px;
    height: 5px;
    margin: 16px auto 0;
    content: "";
    background-color: #e2d84e;
}

.pathology_hero_circles {
    display: none;
}

/* ラボの紹介 */
.pathology_intro {
    margin: 40px 10px 0;
}

.pathology_intro p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
}

/* 症例クイズと関連製品 */
.pathology_content {
    margin-top: 40px;
    padding: 60px 10px;
    background-color: #f6f6fa;
}

.pathology_question {
    position: relative;
    padding-bottom: 32px;
    border-bottom: 1px solid #7f7f7f;
}

.pathology_question + .pathology_question {
    margin-top: 32px;
}

.pathology_question_image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.pathology_question_image > img:first-child {
    display: block;
    width: 100%;
    aspect-ratio: 214 / 144;
    object-fit: cover;
    border: 1px solid #cacaca;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
}

.pathology_question_image p {
    box-sizing: border-box;
    height: 30px;
    margin: 0;
    padding: 5px 8px;
    overflow: hidden;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.pathology_question_image.new::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 87px;
    height: 88px;
    content: "";
    pointer-events: none;
    background-image: url("../uropathology-lab/img/new_label.svg");
    background-size: 100% 100%;
}

.pathology_question_body {
    margin-top: 24px;
}

.pathology_question h2,
.pathology_related_products h2 {
    margin: 0;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}

.pathology_question_body > p {
    margin: 6px 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
    font-feature-settings: "palt" 1;
}

.pathology_question .pathology_question_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 170px;
    height: 38px;
    margin: 16px auto 0;
    padding: 0;
    color: #fff;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    background-color: #b93b6b;
    border: 0;
    border-radius: 19px;
    cursor: pointer;
}

.pathology_question .pathology_question_link i {
    width: 10px;
    height: 20px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}

.pathology_question .pathology_question_link:hover {
    opacity: 0.7;
}

.pathology_related_products {
    margin-top: 40px;
}

.pathology_related_products h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #7f7f7f;
    font-size: 1.6rem;
    line-height: 1.4;
}

.pathology_related_products > a {
    display: block;
    width: 100%;
    margin-top: 24px;
}

.pathology_related_products > a img {
    display: block;
    width: 100%;
}

@media print, screen and (min-width: 770px) {
    /* メインビジュアル */
    .pathology_hero {
        height: 320px;
        background-image: url("../uropathology-lab/img/hero_pc.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 100%;
    }

    .pathology_hero::before {
        display: none;
    }

    .pathology_hero::after {
        display: none;
    }

    .pathology_hero h1 {
        z-index: 1;
        top: 0;
        bottom: auto;
        height: 320px;
        padding-top: 127px;
        font-size: 3.4rem;
    }

    .pathology_hero h1::after {
        display: block;
        width: 100px;
        margin-top: 20px;
    }

    .pathology_hero_circles {
        position: absolute;
        z-index: 1;
        top: 90px;
        left: calc(50% + 369px);
        display: block;
        width: 294px;
        height: 140px;
        background-image: url("../uropathology-lab/img/hero_circles.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    /* ラボの紹介 */
    .pathology_intro {
        width: 1000px;
        margin: 50px auto 0;
    }

    .pathology_intro p {
        line-height: 2;
        text-align: center;
    }

    /* 症例クイズと関連製品 */
    .pathology_content {
        margin-top: 50px;
        padding: 80px 0;
    }

    .pathology_question_list,
    .pathology_related_products {
        width: 1050px;
        margin-right: auto;
        margin-left: auto;
    }

    .pathology_question {
        display: flex;
        min-height: 162px;
    }

    .pathology_question_image {
        flex: 0 0 214px;
        width: 214px;
        height: 162px;
    }

    .pathology_question_image > img:first-child {
        height: 144px;
    }

    .pathology_question_image p {
        height: 18px;
        padding: 2px 6px;
        font-size: 0.7rem;
    }

    .pathology_question_body {
        position: relative;
        width: calc(100% - 246px);
        min-height: 162px;
        margin: 0 0 0 32px;
    }

    .pathology_question .pathology_question_link {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }

    .pathology_related_products {
        margin-top: 80px;
    }

    .pathology_related_products h2 {
        font-size: 2.0rem;
        line-height: 1.4;
    }

    .pathology_related_products > a {
        width: 500px;
        margin-top: 40px;
    }
}
