body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
}

p {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* リンク全体のカスタマイズ */
a {
    color: #222222;
    font-weight: normal;
    text-decoration: none;
    /* 下線を削除 */
    /* padding: 5px 0; */
    /* リンク間のスペースを調整 */
    /* display: block; */
    /* 各リンクをブロック要素化して縦並びに */
}

/* ホバー時のスタイル */
/* a:hover {
    color: #007bff;
    text-decoration: underline;
} */

/* ホバー時のスタイル */
a:hover {
    opacity: .7;
    transition: 0.3s;
}

/* アクティブ状態のスタイル（クリック中） */
a:active {
    color: #0056b3;
    /* アクティブ時の文字色 */
}

.normal-text-link {
    color: #00A0A0 !important;
    text-decoration: underline solid #00A0A0 !important;
}

.required::after {
    content: "*";
    color: red;
}

.error-message {
    color: red;
}

.error-border {
    border: 2px solid red;
}

.form-control::placeholder {
    opacity: 0.5;
}

.text-theme {
    color: #01A0A0;
    font: normal normal bold 16px/20px Noto Sans JP;
    /* color : #465B77; */
}

.text-theme-sub {
    color: #465B77;
    font: normal normal bold 18px/26px Noto Sans JP;
    /* color : #00A0A0; */
}

.text-theme-sub-read {
    color: #9F9D9D;
    font: normal normal bold 14px/20px Noto Sans JP;
}

.label-theme {
    color: #FFF;
    background-color: #00A0A0;
}

.label-theme-sub {
    color: #FFF;
    /*    background-color : #465B77; */
    background-color: #00A0A0;
}

.bg-theme {
    color: #FFF;
    background-color: #00A0A0;
}

.bg-org {
    color: #555;
    background-color: #F5F4F4;
}

.title-meet {
    color: #01A0A0;
    border-left: 5px solid #A8E503;
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 0 0 4px;
    padding-top: 2px;
    padding-bottom: 5px;
}

@media screen and (max-width:767px) {
    .title-meet {
        font-size: 20px;
    }
}

.title-meet-list-view {
    color: #222222;
    font: normal normal normal 16px/24px Noto Sans JP;
    margin-bottom: 15px;
    padding-left: 15px;
}

.title-meet-p {
    color: #01A0A0;
    /* color : #465B77; */
    padding: 10px;
    border-radius: 5px;
    font: normal normal bold 20px/29px Noto Sans JP;
}

/* マウスオーバー時の背景色 */
.title-meet-p:hover {
    /*    background-color: #00A0A0 !important; */
    background-color: #465B77 !important;
    color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}

.title-meet-b {
    color: #000;
    padding: 10px;
    border-radius: 5px;
}

/* マウスオーバー時の背景色 */
.title-meet-b:hover {
    background-color: #00A0A0 !important;
    color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}

.title-meet-s {
    color: #444;
    padding: 10px;
    border-radius: 5px;
}

/* マウスオーバー時の背景色 */
.title-meet-s:hover {
    background-color: #00A0A0 !important;
    color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}

/*
 * MT-MEET用ボタン背景色定義
 */
.btn-meet {
    color: #FFF;
    background-color: #00A0A0;
}

/* マウスオーバー時の背景色 */
.btn-meet:hover {
    background-color: #2EC6C6 !important;
    color: #f1f1f1;
}

/* クリック時（アクティブ状態）の背景色 */
.btn-meet:active {
    background-color: #003f7f !important;
    /* クリック時の背景色 */
    color: #e0e0e0;
    /* クリック時のテキスト色 */
}

/* フォーカス時（キーボード操作など）のアウトライン */
.btn-meet:focus {
    outline: 3px solid #80bdff !important;
    /* フォーカス時のアウトライン */
    outline-offset: 2px;
    /* ボタンからの距離 */
}

/*
 * MT-MEET用ボタン背景色定義
 */
.btn-outline-meet {
    border: 2px solid #00A0A0;
    color: #00A0A0;
}

/* マウスオーバー時の背景色 */
.btn-outline-meet:hover {
    background-color: #00A0A0 !important;
    color: #f1f1f1;
}

/* クリック時（アクティブ状態）の背景色 */
.btn-outline-meet:active {
    background-color: #00A0A0 !important;
    /* クリック時の背景色 */
    color: #fff;
    /* クリック時のテキスト色 */
}

/* フォーカス時（キーボード操作など）のアウトライン */
.btn-outline-meet:focus {
    outline: 3px solid #80bdff !important;
    /* フォーカス時のアウトライン */
    outline-offset: 2px;
    /* ボタンからの距離 */
}


.border-meet {
    border: 2px solid #00A0A0;
}


.movie-contents :is(h1, h2, h3, h4) {
    color: #465B77;
    border-left: 10px solid #00A0A0;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.sensus-contents :is(h1, h2, h3, h4) {
    color: #465B77;
    border-left: 10px solid #00A0A0;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.case_quiz-contents :is(h1, h2, h3, h4) {
    color: #465B77;
    border-left: 10px solid #00A0A0;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}


.com-submit-btn {
    color: #fff;
    background-color: #00A0A0 !important;
    border: 0;
}

/* ラジオボタンのデザインはlabel側にあてる */
.btn-check_radio label {
    color: #00A0A0;
    background-color: white;
    border: 2px solid #00A0A0;
}

/* ホバー時の補助（お好みで） */
.btn-check_radio label:hover {
    color: #00A0A0 !important;
    border: 2px solid #00A0A0 !important;
    background-color: #f0fefe !important;
}

/* 選択されたラジオボタンのlabel */
.btn-check:checked+label {
    color: white !important;
    background-color: #00A0A0 !important;
    border: 2px solid #00A0A0 !important;
}

.com-date {
    font: normal normal normal 12px/20px Noto Sans JP;
    color: #9F9D9D;
}


.medical-papers-title-link {
    color: var(--unnamed-color-01a0a0);
    color: #465B77;
    font: normal normal medium 16px/30px Noto Sans JP;
}

.medical-papers-carousel-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.medical-papers-carousel-icon {
    font-size: 14px;
    vertical-align: bottom;
}






/* ヘッダー */
.header {
    background-color: var(--bs-body-bg);
    padding: 30px 60px 5px 60px;
    /* box-shadow: 0px 6px 6px #00ab3e0a; */
    box-shadow: 0px 7px 7px #00ab3e12;
}

@media screen and (max-width:1100px) {
    .header.sticky-top {
        position: static !important;
    }
}


.meet-logo {
    width: 210px;
}

.meet-footer-logo {
    width: 200px;
}

.catch-copy {
    font: normal normal 600 16px/23px Noto Serif JP;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    color: #939393;
    letter-spacing: 2.4px;
    margin-top: 7px;
}


@media screen and (max-width:1100px) {
    .catch-copy {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .header {
        padding: 10px;
    }

    .meet-logo {
        width: 130px;
    }
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 70%;
}

@media screen and (max-width:767px) {

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 90%;
    }
}

.header-title {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #01A0A0;
    padding: 5px;
}

.nav-item {
    margin: 0;
}

@media screen and (max-width:767px) {
    .nav-item {
        margin: 5px 0;
    }
}

.nav-item .nav-link:hover {
    background: rgba(168, 229, 3, 0.25);
    transition: .3s;
    color: #01A0A0;
    opacity: 1;
}

.header-title:before,
.header-title:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 100%;
    border-style: solid;
    border-color: #01A0A0;
}

.header-title:before {
    border-width: 2px 0 2px 2px;
    left: 0;
    top: -1px;
}

.header-title:after {
    border-width: 2px 2px 2px 0;
    right: 0;
    top: -1px;
}

/* テンプレートコンテンツ */

.temp-main-content {
    display: flex;
    gap: 20px;
}

.temp-left-content {
    flex: 1;
}

.temp-right-content {
    flex-shrink: 0;
    width: 220px;
}

@media (max-width: 767px) {
    .temp-main-content {
        display: block;
    }

    .temp-right-content {
        width: auto;
    }
}


/* ヘッダーここまで */




.top-card-adj {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: transparent;
}

.top-card-adj img {
    border-radius: 8px;
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    margin-bottom: 10px;
}

.card-date {
    color: #9F9D9D;
    font: normal normal normal 12px/20px Noto Sans JP;
}

.card-title {
    color: #01A0A0;
    font: normal normal 600 16px/20px Noto Sans JP;
    line-height: 1.4;
}

.card-sensus-date {
    color: #222222;
    font: normal normal normal 16px/24px Noto Sans JP;
}

.card-sensus-title {
    color: #01A0A0;
    font: normal normal normal 16px/24px Noto Sans JP;
}

.top-sm-title-meet {
    font: normal normal bold 20px/29px Noto Sans JP;
    color: #01A0A0;
}

.mtw-article-title {
    color: #222;
    font: normal normal normal 16px/24px Noto Sans JP;
}

.top-live-wrapper {
    background-color: #F5F4F4;
    box-shadow: 0px 10px 12px #9F9D9D;
    border-radius: 10px;
    padding: 25px 40px;
}

.top-live-wrapper .subtitle {
    font: normal normal normal 16px/24px Noto Sans JP;
    color: #222222;
}













/* 最新論文 */

.top-medical-papers-wrapper {
    display: flex;
}

.top-medical-papers-name {
    font: normal normal bold 26px/37px Noto Sans JP;
    color: #01A0A0;
    width: 250px;
}

.top-medical-papers-cont {
    flex: 1;
}

.carousel-inner-adj {
    width: 88%;
    margin: 0 auto;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}



@media screen and (max-width:992px) {

    .top-medical-papers-wrapper {
        flex-direction: column;
    }

    /* .top-medical-papers-name {
        font: normal normal bold 18px/37px Noto Sans JP;
        width: 170px;
    }
     */
    .top-medical-papers-cont {
        margin-top: 20px;
    }

    .carousel-inner-adj {
        width: 80%;
    }

}

/* 最新論文ここまで */

/* お知らせエリア */
.announce-title {
    font-size: 15px;
    border-left: 4px solid #A8E503;
    border-radius: 0 0 0 4px;
    padding-left: 10px;
    color: #707070;
    margin-bottom: 10px;
}

.announce-box {
    font-size: 13px;
    padding: 13px;
    padding-right: 25px;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
    margin: auto;
}

.announcement-chevron-position {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    color: #01A0A0;
}

.bi-chevron-right::before {
    content: "\f285";
}

/* お知らせエリアここまで */

/* トップここまで */



/* パンくず */
.breadcrumb {
    font-size: 14px;
}

.breadcrumb-item.active {
    color: #222222;
}

.breadcrumb li a {
    text-decoration: underline;
    color: #222222;
}

.breadcrumb ::before {
    margin-top: -1px;
}

/* パンくずここまで */



/* ボタンドロップダウン */
.btn-font-size {
    font-size: 15px;
}

.dropdown-menu-wrapper {
    position: relative;
}

/* .dropdown-menu-wrapper button {
    border: none
} */

.dropdown-menu.show {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    z-index: 1060;
}

.dropdown-menu-adj {
    transform: none !important;
    padding: 30px;
    z-index: 1;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 0;
    /* inset: 50px 0 auto auto !important; */
    border: none;
    /* border-top: 2px solid #999; */
    box-shadow: 0 6px 6px #00000050;
    opacity: 1;
    max-width: 50vw !important;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    border-radius: 15px;
}


/* 一覧のタグ */
.tag-ul,
.category-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-item,
.category-item {
    display: inline-block;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s, color 0.2s;
}

.tag-item:hover,
.category-item:hover {
    color: #01A0A0;
    border: 1px solid #01A0A0;
    background-color: #e0f7fa;
    opacity: 1;
}

.dropdown-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1040;
}

.btn-close-adj {
    position: absolute;
    top: 15px;
    right: 10px;
}

.tag-select-btn {
    border: 1px solid #00A0A0;
    background: #00A0A0;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    transition: .5s;
}

.tag-select-btn:hover {
    border: 1px solid #2EC6C6;
    background: #2EC6C6;
    color: #fff;
    opacity: .7;
}

.bi-chevron-down-adj {
    padding-left: 5px;
}

.tag-item.hilight,
.category-item.hilight {
    color: #01A0A0;
    border: 1px solid #01A0A0;
    opacity: 1;
}

.dropdown-menu-live-mobile-adj {
    transform: none !important;
    padding: 22px;
    z-index: 1;
    position: absolute !important;
    border-radius: 0;
    inset: 35px 0 auto auto !important;
    border: none;
    border-top: 2px solid #999;
    box-shadow: 0px 6px 6px #00000050;
    opacity: 1;
    max-width: 30vw;
}

.dropdown-menu-wrapper li a {
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #999;
    color: #777;
    border-radius: 20px;
    padding: 6px 12px;
}

@media screen and (max-width: 576px) {

    .dropdown-menu-adj {
        max-width: 80vw !important;
    }

    .dropdown-menu-live-mobile-adj {
        max-width: 70vw;
    }
}

/* 一覧のタグここまで */


/* 動画カード */
#movie .top-card-adj,
#sensus .top-card-adj {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: transparent;
}

#movie .top-card-adj img,
#sensus .top-card-adj img {
    border-radius: 8px;
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    margin-bottom: 10px;
}

#movie .card-date,
#sensus .card-date {
    font-size: 12px;
    color: #9F9D9D;
    /* margin: 0; */
}

#movie .card-title,
#sensus .card-title {
    margin-bottom: 10px;
    font: normal normal 600 16px / 20px Noto Sans JP;
    color: #01A0A0;
    line-height: 1.4;
}

#movie .card-tag,
#sensus .card-tag {
    font: normal normal normal 14px/22px Noto Sans JP;
    color: #222222;
}

/* 
#movie .card-img,
#sensus .card-img {
    border-radius: 8px;
    margin-bottom: 10px;
} */

/* 動画カードここまで */



.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.tag-size {
    font-size: clamp(0.875rem, 0.702rem + 0.48vw, 1rem);
}



/* 論文詳細 */

#dtl-treatise .medical-papers-name {
    font: normal normal bold 26px/37px Noto Sans JP;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 5px;
    margin-bottom: 40px;
    color: #01A0A0;
}

#dtl-treatise .original-title {
    font: normal normal bold 30px/38px Noto Sans JP;
    color: #01A0A0;
    margin-bottom: 10px;
}

#dtl-treatise .ja-title {
    font: normal normal bold 22px/32px Noto Sans JP;
    color: #465B77;
    margin-bottom: 10px;
}

#dtl-treatise .tag {
    font: normal normal normal 14px/22px Noto Sans JP;
    color: #222222;
}

#dtl-treatise .lead-text {
    position: relative;
    margin-top: 50px;
}

#dtl-treatise .lead-text::before {
    position: absolute;
    top: -30px;
    color: #01A0A0;
    font: normal normal 600 20px/20px Noto Sans JP;
}

/* #dtl-treatise .lead-text,
#dtl-treatise .content-text-ext {
    font: normal normal normal 16px/28px Noto Sans JP;
    color: #222222;
    margin-bottom: 1rem;
} */


@media screen and (max-width:767px) {
    #dtl-treatise .medical-papers-name {
        font: normal normal bold 19px/27px Noto Sans JP;
    }

    #dtl-treatise .original-title {
        font: normal normal bold 20px/26px Noto Sans JP;
    }

    #dtl-treatise .ja-title {
        font: normal normal bold 16px/23px Noto Sans JP;
    }

    #dtl-treatise .tag {
        font: normal normal normal 12px/19px Noto Sans JP;
        color: #222222;
    }
}

/* 論文詳細ここまで */




/* 論文一覧 */

#treatise .medical-papers-name {
    color: #01A0A0;
    /* font: normal normal bold 26px/37px Noto Sans JP; */
    width: 200px;
    padding: 0;
    /* 18px - 22px / 576px - 992px  */
    font-size: clamp(1.125rem, 0.779rem + 0.96vw, 1.375rem);
    font-weight: bold;
    font-family: Noto Sans JP;
}

#treatise .medical-papers-detail {
    flex: 1;
}

#treatise .medical-papers-original-title {
    /* font: normal normal bold 30px/38px Noto Sans JP; */
    color: #01A0A0;
    margin-bottom: 5px;
    /* 20px - 24px / 576px - 992px  */
    font-size: clamp(1.25rem, 0.904rem + 0.96vw, 1.5rem);
    font-weight: bold;
    font-family: Noto Sans JP;
    line-height: 1.4;
}

#treatise .medical-papers-ja-title {
    color: #465B77;
    /* font: normal normal bold 22px/32px Noto Sans JP; */
    /* 16px - 20px / 576px - 992px  */
    font-size: clamp(1rem, 0.654rem + 0.96vw, 1.25rem);
    font-weight: bold;
    font-family: Noto Sans JP;
    line-height: 1.4;
    margin-bottom: 5px;
}

#treatise .medical-papers-list-tag {
    font: normal normal normal 14px/22px Noto Sans JP;
    color: #222222;
}

@media screen and (max-width:767px) {
    #treatise .medical-papers-name {
        margin-bottom: 15px;
        /* font: normal normal bold 19px / 27px Noto Sans JP; */
    }

    /* #treatise .medical-papers-original-title {
        font: normal normal bold 20px/26px Noto Sans JP;
    } */

    /* #treatise .medical-papers-ja-title {
        font: normal normal bold 16px/24px Noto Sans JP;
    } */

    #treatise .medical-papers-list-tag {
        font: normal normal normal 12px/19px Noto Sans JP;
        color: #222222;
    }
}

/* 論文一覧 */



/* 共通 */

.dtl-cont-wrapper {
    margin: 40px 60px;
}

@media screen and (max-width:992px) {
    .dtl-cont-wrapper {
        margin: 20px 30px;
    }
}

@media screen and (max-width:767px) {
    .dtl-cont-wrapper {
        margin: 20px 0;
    }
}

.dtl-cont-wrapper .title {
    font: normal normal bold 30px/38px Noto Sans JP;
    color: #01A0A0;
    margin-bottom: 10px;
}

.dtl-cont-wrapper .sub-title {
    font: normal normal bold 22px/32px Noto Sans JP;
    color: #465B77;
    margin-bottom: 10px;
}

.dtl-cont-wrapper .hashtag {
    font: normal normal normal 14px/20px Noto Sans JP;
    color: #01A0A0;
    margin-top: 80px;
}

.dtl-cont-wrapper p {
    font: normal normal normal 16px/28px Noto Sans JP;
    color: #222222;
    margin-bottom: 1.5rem;
}

.dtl-cont-wrapper .share-link {
    color: #222222;
}

.dtl-cont-wrapper .share-link:visited {
    color: inherit;
}

.dtl-cont-wrapper a {
    color: #0068B7;
    text-decoration: underline;
}

.dtl-cont-wrapper a:visited {
    color: purple;
}

/* 共通ここまで */





/* フッター */
.footer-wrapper {
    border-top: 1px solid #707070;
}

.footer-wrapper li {
    list-style: none;
}

footer {
    color: #222222;
    font-weight: 400;
}

footer p {
    font-size: 13px;
}

/* フッターここまで */







/* TOP改修2025　カルーセル */
/* カルーセルの読み込み待ちの処理 */
.top-slider {
    max-height: 117px;
}

.top-slider {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.top-slider.slick-initialized {
    opacity: 1;
}

/* カルーセルの読み込み待ちの処理ここまで */

#top-slider .top-slider {
    width: 100%;
    margin: 0 auto;
}

#top-slider .top-slider img {
    width: 100%;
    border-radius: 12px;
}

#top-slider .top-slider .slick-slide {
    height: auto !important;
}

#top-slider .top-slider .slick-arrow {
    z-index: 2 !important;
}

#top-slider .top-slider .slick-next {
    right: 0 !important;
}

#top-slider .top-slider .slick-prev {
    left: 0 !important;
}

#top-slider .top-slider .slick-slide {
    margin-right: 10px !important;
    margin-left: 10px !important;
    /* max-width: 500px !important;
    width: 100% !important; */
    /* height: 100px!important; */
}

/* #top-slider .top-slider .slick-slide img {
    height: 30vw;
    max-height: 350px;
    min-height: 300px;
} */

/* #top-slider .top-slider .slick-slide div {
    max-width: 600px !important;
    width: 100% !important;
} */

/* #top-slider .top-slider .slick-slide a {
    max-width: 600px !important;
    width: 100% !important;
    display: block;
    margin: 0 auto;
} */

/* #top-slider .top-slider .slick-slide a img {
    max-width: 600px !important;
    width: 100% !important;
    text-align: center;
} */

#top-slider .top-slider .slick-dots {
    top: 430px;
}

#top-slider .top-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0 10px !important;
}

#top-slider .top-slider .custom-dot {
    z-index: 9999;
}

#top-slider .top-slider .custom-dot {
    box-sizing: content-box;
    display: block;
    width: 36px;
    padding: 2px 12px;
    cursor: pointer;
    background-color: #777 !important;
    background-clip: padding-box;
    border-top: 6px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

#top-slider .top-slider .slick-active .custom-dot {
    opacity: 1 !important;
    background-color: #01A0A0 !important;
}

/* @media screen and (max-width:1400px) {
    #top-slider .top-slider .slick-dots {
        top: 33vw;
    }
} */

@media screen and (max-width:1200px) {
    #top-slider .top-slider .slick-dots {
        top: 33vw;
    }
}

@media screen and (max-width:992px) {

    /* #top-slider .top-slider .slick-dots {
        top: 270%;
    } */

    #top-slider {
        margin-bottom: 30px;
    }

    #top-slider .top-slider .custom-dot {
        padding: 1px 0px;
    }
}

@media screen and (max-width: 576px) {

    #top-slider .top-slider .slick-dots {
        top: 45vw;
    }

    #top-slider .top-slider .slick-slide {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
}

/* TOP改修2025　カルーセルここまで */









.top-main-cont-wrapper {
    margin-top: 330px !important;
}

@media screen and (max-width:1300px) {
    .top-main-cont-wrapper {
        margin-top: 22vw !important;
    }
}

@media screen and (max-width:992px) {
    .top-main-cont-wrapper {
        margin-top: 20vw !important;
    }
}

@media screen and (max-width: 576px) {

    .top-main-cont-wrapper {
        margin-top: 25vw !important;
    }
}




.top-ranking-1 {
    background-color: #D2A003;
    text-align: center;
    color: white;
}

.top-ranking-1-wrapper {
    border-left: solid 1px #D2A003;
    border-bottom: solid 2px #D2A003;
}

.top-ranking-2 {
    background-color: #898989;
    text-align: center;
    color: white;
}

.top-ranking-2-wrapper {
    border-left: solid 1px #898989;
    border-bottom: solid 2px #898989;
}

.top-ranking-3 {
    background-color: #A15D27;
    text-align: center;
    color: white;
}

.top-ranking-3-wrapper {
    border-left: solid 1px #A15D27;
    border-bottom: solid 2px #A15D27;
}

.top-ranking-4 {
    background-color: #B7B7B7;
    text-align: center;
    color: white;
}

.top-ranking-4-wrapper {
    border-left: solid 1px #B7B7B7;
    border-bottom: solid 2px #B7B7B7;
}

.top-ranking-5 {
    background-color: #B7B7B7;
    text-align: center;
    color: white;
}

.top-ranking-5-wrapper {
    border-left: solid 1px #B7B7B7;
    border-bottom: solid 2px #B7B7B7;
}

@media screen and (max-width:767px) {
    .top-ranking-1-wrapper {
        border-right: solid 1px #D2A003;
    }

    .top-ranking-2-wrapper {
        border-right: solid 1px #898989;
    }

    .top-ranking-3-wrapper {
        border-right: solid 1px #A15D27;
    }

    .top-ranking-4-wrapper {
        border-right: solid 1px #B7B7B7;
    }

    .top-ranking-5-wrapper {
        border-right: solid 1px #B7B7B7;
    }
}

.button__circle {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    transform: rotate(-180deg);
}

.tick {
    color: white;
    font-size: 2em;
    transition: all .7s;
}

.tick svg {
    transform: rotate(180deg);
    transition: all .5s;
}

/*
LIVE 一覧画面のスタイル
live-list-xxxxx
*/
/* タブのスタイル */
.live-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #00A0A0;
    gap: 1rem;
}

.live-list-tabs {
    display: flex;
    flex-wrap: nowrap;
}

.live-list-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid #00A0A0;
    background: white;
    color: #00A0A0;
    transition: all 0.3s;
    border-bottom: none;
    flex-shrink: 0;
}

.live-list-drop {
    position: relative;
    flex-grow: 1;
}

.live-list-drop-mobile {
    display: none;
}

.live-list-tab.active {
    background: #00A0A0;
    color: white;
}

/* 表示エリア */
.live-list-content {
    display: none;
}

.live-list-content.active {
    display: block;
}

/* .side_banner_area {
    width: 220px;
} */

/* 検索機能用のスタイル */
.search-widget {
    /* width: 220px; */
    font-family: sans-serif;
    position: relative;
}

input[type="text"] {
    width: 100%;
    padding: 8px;
    margin: 8px 0 0 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
}

.suggest-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #F5F4F4;
    border-radius: 8px;
    max-height: 150px;
    overflow-y: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.suggest-list li {
    padding: 8px;
    cursor: pointer;
}

.suggest-list li:hover {
    background-color: #eee;
}

.tag-section p {
    margin: 16px 0 8px;
    font-size: 14px;
}

.tag-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.tag-list a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s, color 0.2s;
    margin: 3px;
}

.tag-list a:hover {
    color: #01A0A0;
    border: 1px solid #01A0A0;
    background-color: #e0f7fa;
    opacity: 1;
}

/* .search-widget {
    width: 220px;
    font-family: sans-serif;
    position: relative;
} */

.search-widget .search-btn {
    width: 100%;
    padding: 10px;
    background-color: #4db6ac;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
}

.search-widget .search-btn:hover {
    background-color: #009688;
}

.search-box {
    display: none;
    margin-top: 10px;
    font-family: sans-serif;
    position: relative;
}

.search-box .search-btn {
    width: 100%;
    padding: 10px;
    background-color: #4db6ac;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
}

.search-box .search-btn:hover {
    background-color: #009688;
}

.search-box.active {
    display: block;
}

/* モバイルのみアイコン表示 */
.search-mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.3rem;
    color: #009688;
}

.top-mobile-area {
    display: none;
    gap: 10px;
}

/* ページング */
.pagination .page-item .page-link {
    color: #00A0A0;
}

.pagination .page-item.active .page-link {
    background-color: #00A0A0;
    border-color: #00A0A0;
    color: #fff;
}

.pagination-box {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 20px;
}

.pagination-ellipsis {
    pointer-events: none;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    width: auto;
}

/* モバイル表示 */
@media (max-width: 767px) {
    .search-mobile-toggle {
        display: inline-block;
    }

    .top-mobile-area {
        display: flex;
    }

    .search-widget {
        display: none;
    }

    .side_banner_area {
        width: auto;
    }

    .live-list-drop {
        display: none;
    }

    .live-list-drop-mobile {
        display: block;
    }

    .live-list-tabs {
        flex: 1;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .live-list-tab {
        flex-shrink: 0;
        flex: 1;
    }

    .pagination-box {
        gap: 0px;
    }
}

/* 症例クイズここから */
#vertical_list .card-title {
    color: #01A0A0;
    font-size: clamp(0.938rem, 0.639rem + 1.28vw, 1.25rem);
    /* 375 15px // 767 20px */
    font-weight: bold;
    line-height: 1.4;
}

.quiz--list a {
    flex-wrap: nowrap;
    flex-direction: row;
}

.quiz--list a .img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    min-width: 150px;
    /* width: 33%; */
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: .5rem;
}

.quiz--list a .img-wrap .img-blur {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.quiz--list a .img-wrap .img-blur img {
    filter: blur(30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.quiz--list a .img-wrap figure {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz--list a .img-wrap figure img {
    height: 100%;
    width: auto;
}


#vertical_list .card-tag {
    font-size: 13px;
}

/* モバイル表示 */
@media (max-width: 767px) {
    .quiz--list a .img-wrap {
        max-width: 100px;
    }
}

/* author-wrapper article内フッターのCSS */
#author-wrapper {
    max-width: 720px;
    margin: 30px auto;
    background-color: #F5F4F4;
    border-radius: 10px;
    padding: 40px;
}

#author-wrapper .author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;

}

#author-wrapper .author-info {
    margin-right: 16px;
    line-height: 130%;
}

#author-wrapper .author-name {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}

#author-wrapper .author-affiliation {
    padding-bottom: 12px;
    border-bottom: 1px dotted #777;
}

#author-wrapper .author-name span,
#author-wrapper .author-affiliation {
    font-size: 14px;
}

#author-wrapper .author-biography {
    margin-top: 20px;
    line-height: 170%;
}

#author-wrapper .img-fluid {
    width: 130px;
    height: 100%;
}

#author-wrapper .author-info {
    width: 100%;
}

#author-wrapper .author-name {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#author-wrapper .author-space {
    margin: 50px;
}

/* ここからSP */
@media screen and (max-width: 992px) {
    #author-wrapper {
        padding: 30px 18px;
    }

    #author-wrapper .author-block {

        flex-direction: column;
    }

    #author-wrapper .img-fluid {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 auto;
    }

    #author-wrapper .author-name {
        font-size: 20px;
        margin-top: 8px !important;
        margin-bottom: 0 !important;
    }

    #author-wrapper .author-name span {
        font-size: 12px;
    }

    #author-wrapper .author-affiliation {
        font-size: 12px;
    }

    #author-wrapper .author-info {
        width: 100%;
    }
}

/* // article内フッターのCSS　ここまで */



/* 記事装飾パーツデザインここから */

/* 自動挿入されるbrタグ打消し */
/* #article-parts br {
    display: none!important;
} */

/* 見出し装飾 */
/* #article-parts h1,
#article-parts h2 {
    border-left: 0!important;
}
#article-parts h1 {
    position: relative;
}
#article-parts h1::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #A8E503 0%, #A8E503 10%, #F5F4F4 10%, #F5F4F4 100%);
} */
/* #article-parts h2 {
    font-size: 26px!important;
    padding: 15px 0 5px!important;
    border: 0!important;
} */
#article-parts h3 {
    font-size: 22px !important;
    /* color: #465B77!important;
    border: 2px solid #4DB6AC; */
    padding: 15px 0 5px !important;
    border: 0 !important;
}

#article-parts h4 {
    font-size: 20px !important;
    color: #465B77 !important;
    /* border-left: 6px solid #4DB6AC; */
    padding: 10px 0 5px !important;
    border: 0 !important;
}

#article-parts h5 {
    font-size: 18px !important;
    color: #465B77 !important;
    padding: 10px 0 5px !important;
}

/* 見出し装飾ここまで */

/* 関連記事エリア */
#article-parts .article-parts-related-thumb {
    margin: 30px auto;
    width: 100%;
}

#article-parts .article-parts-related-thumb-head {
    background-color: #4DB6AC;
    color: #fff;
    text-align: center;
    padding: 3px 15px;
    display: inline-block;
}

#article-parts .article-parts-related-thumb a {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #4DB6AC;
    max-width: 100%;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    transition: background-color 0.2s ease;
}

#article-parts .article-parts-related-thumb a:hover {
    background-color: #F5F4F4;
    transition: 0.3s;
}

#article-parts .article-parts-related-thumb img {
    width: 20%;
    height: auto;
    object-fit: cover;
    padding: 0 0 0 15px;
}

#article-parts .article-parts-related-thumb-text {
    flex: 1;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding: 0 0 0 15px;
}

/* 関連記事エリアここまで */

/* 箇条書き・テキストエリアここから */
#article-parts .article-parts-bullet {
    margin: 30px auto;
    width: 100%;
    border-radius: 5px;
    background-color: #F5F4F4;
}

#article-parts .article-parts-bullet .article-parts-bullet-head {
    background-color: #4DB6AC;
    border-radius: 5px 0 0 0;
    padding: 5px 15px 5px 40px;
    color: #fff;
    display: inline-block;
    background-image: url('/assets/images/icons/meet_article_check.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 16px 16px;
}

#article-parts .article-parts-bullet .article-parts-bullet-text {
    padding: 15px;
    color: #465B77;
}

#article-parts .article-parts-bullet .article-parts-bullet-text ul {
    margin-left: 35px;
}

#article-parts .article-parts-bullet .article-parts-bullet-text ul li {
    position: relative;
    list-style: none;
    padding: 0 15px 8px 15px;
}

#article-parts .article-parts-bullet .article-parts-bullet-text ul li::before {
    content: "●";
    position: absolute;
    left: -1.2em;
    top: 0.2em;
    font-size: 0.8em;
    color: #4DB6AC;
}

/* 箇条書き・テキストエリアここまで */

/* 外部リンクここから */
#article-parts .article-parts-reference-link {
    margin: 30px auto;
    width: 100%;
    display: flex;
}

#article-parts .article-parts-reference-link-head {
    display: inline-block;
    background-color: #4DB6AC;
    color: #fff;
    padding: 5px 25px 5px 40px;
    background-image: url('/assets/images/icons/meet_article_reference.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px 20px;
}

#article-parts .article-parts-reference-link-text {
    color: #465B77;
    padding: 5px 20px;
}

#article-parts .article-parts-reference-link-text a:visited {
    color: #465B77;
}

/* 外部リンクここまで */

/* 画像キャプションここから */
#article-parts .article-parts-caption-top-left,
#article-parts .article-parts-caption-top-right,
#article-parts .article-parts-caption-top-center {
    margin: 30px auto 20px;
    width: 100%;
    color: #465B77;
    border-bottom: 1px dotted #465B77;
}

#article-parts .article-parts-caption-top-left {
    text-align: left;
}

#article-parts .article-parts-caption-top-center {
    text-align: center;
}

#article-parts .article-parts-caption-top-right {
    text-align: right;
}

#article-parts .article-parts-caption-bottom-left,
#article-parts .article-parts-caption-bottom-right,
#article-parts .article-parts-caption-bottom-center {
    margin: 20px auto 30px;
    width: 100%;
    color: #465B77;
    border-top: 1px dotted #465B77;
}

#article-parts .article-parts-caption-bottom-left {
    text-align: left;
}

#article-parts .article-parts-caption-bottom-center {
    text-align: center;
}

#article-parts .article-parts-caption-bottom-right {
    text-align: right;
}

/* 画像キャプションここまで */


/* CTAボタンここから */
#article-parts .article-parts-cta {
    text-align: center;
}

#article-parts .article-parts-cta a {
    margin: 30px auto;
    display: inline-block;
    background-color: #4DB6AC;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 10px 75px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

#article-parts .article-parts-cta a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

/* CTAボタンここまで */


@media screen and (max-width:767px) {

    /* #article-parts h1 {
        font-size: 20px!important;
    } */
    /* #article-parts h2 {
        font-size: 18px!important;
        padding: 12px!important;
    } */
    #article-parts h3 {
        font-size: 18px !important;
        padding: 8px !important;
    }

    #article-parts h4 {
        font-size: 16px !important;
    }

    #article-parts .article-parts-related-thumb-head {
        font-size: 14px;
    }

    #article-parts .article-parts-related-thumb a {
        padding: 5px;
    }

    #article-parts .article-parts-related-thumb img {
        width: 30%;
        padding: 0 0 0 10px;
    }

    #article-parts .article-parts-related-thumb-text {
        font-size: 13px;
        padding: 0 0 0 10px;
    }

    #article-parts .article-parts-bullet .article-parts-bullet-head {
        font-size: 14px;
    }

    #article-parts .article-parts-bullet .article-parts-bullet-text {
        font-size: 14px;
    }

    #article-parts .article-parts-bullet .article-parts-bullet-text ul {
        margin-left: 20px;
    }

    #article-parts .article-parts-reference-link {
        display: block;
    }

    #article-parts .article-parts-reference-link-head,
    #article-parts .article-parts-reference-link-text {
        font-size: 12px;
    }

    .article-parts-caption {
        font-size: 12px;
    }

    #article-parts .article-parts-caption-top-left,
    #article-parts .article-parts-caption-top-right,
    #article-parts .article-parts-caption-top-center {
        margin-bottom: 12px;
    }

    #article-parts .article-parts-caption-bottom-left,
    #article-parts .article-parts-caption-bottom-right,
    #article-parts .article-parts-caption-bottom-center {
        margin-top: 12px;
    }
}


/* 記事装飾パーツデザインここまで */