@charset "UTF-8";

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   Version:  1.0.2
 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', serif;
font-family: 'Zen Old Mincho', serif;

 */

body {
    /*background-color: antiquewhite;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-style: normal;
}

body p {
    text-align: justify;
    /*font-feature-settings: "palt";*/
    margin-bottom: 0;
    /*text-indent: 1rem;*/
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
    /*2.2rem;*/
    padding: 0 1em;
    /*margin-bottom: 1rem;*/
}


/**/

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1150px;
    }
}

#main.site-main ol li,
#main.site-main ul li {
    line-height: 1.8rem;
    /*margin-top: 0.7rem;*/
}

.no-indent {
    text-indent: unset;
}

.t-indent {
    text-indent: 1rem;
}

main.site-main ul {
    list-style-type: none;
    padding-left: 0;
}

main.site-main ul li {
    position: relative;
    padding-left: 1.1rem;
}

main.site-main ul li::before {
    content: '\f192';
    font-family: "Font Awesome 5 Free";
    font-size: 0.5rem;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
    color: #102030;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: unset;
}

a {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration-line: none;
}

a:hover {
    color: #2f9be9;
}

.row:focus,
.page-id-403 #content,
.page-id-403 #content:focus,
textarea:focus,
input[type=text]:focus,
*:focus {
    outline: none;
}

li.cursor-view>a:hover {
    cursor: default;
}

#page-wrapper a:before {
    /*content: "";
position: absolute;
display: block;
background-color: #191919;
width: 0;
height: 2px;
bottom: -3px;
left: 0;
-webkit-transition: .4s ease 0s;
transition: .4s ease 0s;*/
}

#page-wrapper a:hover {
    text-decoration: none;
}

#page-wrapper a:hover:before {
    width: 100%;
}


/* 中デバイス（タブレット, 768px 以上）*/

@media (min-width: 768px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        z-index: 10;
    }

    #main-nav {
        z-index: 20;
    }
}


/**見出し
***/

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page .M-h7 {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    /*font-family: 'Noto Serif JP', serif;*/
}

.page .entry-header h1,
.archive .page-header h1,
.single-post .page-header h2 {
    font-weight: 400;
    font-size: 1.9rem;
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    padding-left: 2px;
    color: #00BDBF;
}

.page .entry-header h1:after,
.archive .page-header h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    /* [disabled]border-radius: 3px; */
    background-image: -webkit-gradient(linear, right top, left top, from(#F5DC29), to(#1755F3));
    background-image: -webkit-linear-gradient(left, #F5DC29 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #1755F3 100%);
    background-image: linear-gradient(to right, #F5DC29 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #1755F3 100%);
}

.page .entry-content h2,
.single .entry-content h2 {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1.25rem;
    padding-bottom: 0.4rem;
    margin-top: 2rem;
    padding-left: 2px;
    font-weight: 500;
    /*display: inline-block;*/
}

.page .entry-content h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    /* [disabled]border-radius: 3px; */
    background-image: -webkit-gradient(linear, right top, left top, from(#F5DC29), to(#1755F3));
    background-image: -webkit-linear-gradient(left, #F5DC29 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #1755F3 100%);
    background-image: linear-gradient(to right, #F5DC29 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #1755F3 100%);
}

.page .entry-content h2 {
    /*margin: 2.5em 0 1.5em;
padding: 0.55em 0.2em 0.5em;
/*border: solid 2px #000033;*/
    /* border-color: #000033;
border-style: solid;
border-width: 2px 0;
font-size: 1.4rem;
font-weight: 700;
color: #000033;
line-height: 1.2;*/
}

.page .entry-content h3,
.single .entry-content h3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #00ADFF;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
    border-bottom: solid 1px;
    border-color: #00000098;
    padding-bottom: 0.2rem;
    /*line-height: 1.8rem;*/
    display: inline-block;
    padding-left: 2px;
}

.page .entry-content h4,
.single .entry-content h4 {
    font-size: 1.1rem;
    font-weight: 400;
    /*color: #006CFF;*/
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    padding: 0.3rem 0.8rem 0.4rem;
    border: solid 1.5px;
    border-radius: 8px;
    display: inline-block;
}

.page .entry-content h5,
.single .entry-content h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.page .entry-content h5::before,
.single .entry-content h5::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0.2rem;
    color: #52CCFF;
}

.page .entry-content h6,
.single .entry-content h6 {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    padding: 0.5rem 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, right top, left top, from(#F5DC29), to(#52CCFF));
    background-image: -webkit-linear-gradient(left, #F5DC29 0%, #6AD1B5 40%, #5FD0C0 54%, #52CCFF 100%);
    background-image: linear-gradient(to right, #F5DC29 0%, #6AD1B5 40%, #5FD0C0 54%, #52CCFF 100%);
    display: inline-block;
}

.page .entry-content .M-h7,
.single .entry-content .M-h7 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.3rem;
    margin-bottom: 0.5rem;
    /*text-decoration: underline;*/
    padding: 0rem 1rem 0rem 0.2rem;
    border-bottom: 3px solid #818181;
    display: inline-block;
    text-indent: unset;
    line-height: 1.5rem;
}


/*カテゴリー　テキスト
cat-text1
cat-text2
cat-text3
*********************/

.page .entry-content .cat-text1 {
    position: relative;
    line-height: 1.4;
    padding: 0.2em 0.8em;
    display: inline-block;
    top: 0;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.page .entry-content .cat-text1:before,
.page .entry-content .cat-text1::after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.page .entry-content .cat-text1:before {
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    left: 0;
}

.page .entry-content .cat-text1::after {
    content: '';
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
}


/***/

.page .entry-content .cat-text2 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.page .entry-content .cat-text2:before,
.page .entry-content .cat-text2::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

.page .entry-content .cat-text2:before {
    left: 0;
}

.page .entry-content .cat-text2::after {
    right: 0;
}


/*アーカイブ　見出し*/


/*サイト幅*/

@media (min-width: 1199px) {

    .container,
    .container-xl {
        max-width: 1150px;
    }
}


/***　コンテンツ部分　***/

#page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}


/*
ページ　共通
******************************************************************/

div#content .content-area {
    padding-right: 2rem;
}


/* 中デバイス（タブレット, 767px以下）*/

@media (max-width: 767px) {
    div#content .content-area {
        padding-right: 0.8rem;
    }
}

.list-alpha ol {
    counter-reset: hoge;
    list-style: none;
}

.list-alpha ol li {
    position: relative;
}

.list-alpha ol li:before {
    counter-increment: hoge;
    content: counter(hoge, lower-alpha) "）";
    position: absolute;
    top: 0;
    left: -2rem;
    font-weight: 500;
}

p.padding-0 {
    padding-left: 0;
}


/*
右サイドメニュー
******************************************************************/

#right-sidebar {
    background-image: -webkit-gradient(linear, right top, left top, from(#F5DC29), to(#52CCFF));
    background-image: -webkit-linear-gradient(left, #F5DC29 0%, #6AD1B5 40%, #5FD0C0 54%, #52CCFF 100%);
    background-image: linear-gradient(to top, #F5DC29 0%, #6AD1B5 40%, #5FD0C0 54%, #52CCFF 100%);
    background-image: linear-gradient(to top, #FFFFFF 0%, #86d6c54d 28%, #55caa14d 48%, #4fc1dd4d 68%, #0084cb4d 85%, #316c804d 100%);
}

.widget-area .card {
    align-items: center
}

.widget-area h2,
.widget-area h3 {
    font-size: 1rem;
    text-align: center;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000 !important;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem
}

.widget-area h2.p-title {
    font-size: 1.2rem;
    position: relative;
    /*display: inline-block;*/
    padding: 0 2em;
    text-align: center;
    color: #006cc7;
    border-top: solid 2px #006cc7;
    border-bottom: solid 2px #006cc7 !important;
    background-color: #006cc716;
}

.widget-area h2.p-title:before,
.widget-area h2.p-title:after {
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    position: absolute;
    top: calc(50% - .5em);
    color: #006cc7;
}

.widget-area h2.p-title:before {
    left: 1rem;
    content: '\f101';
    font-weight: 900;
}

.widget-area h2.p-title:after {
    right: 1rem;
    content: '\f100';
    font-weight: 900;
}

.widget-area a {
    display: unset;
}

.widget-area aside ul {
    padding-left: 1em;
}

.widget-area aside ul li {
    list-style-type: none;
}


/*** 目次  ***/

.widget-area aside.widget ul {
    padding: 0;
}

.widget-area aside.widget ul.toc_widget_list li>ul,
.widget-area aside.widget ul.menu li>ul {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.widget-area aside.widget ul li {
    font-weight: 400;
    font-feature-settings: "palt";
    position: relative;
    padding-left: 1.6rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

.widget-area aside.widget ul li::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 2px;
    color: #0094ff;
    font-size: 1rem;
}

.widget-area aside.widget ul ul.sub-menu {
    /*margin-top: 0.4rem;*/
}

.widget-area aside.widget ul li>ul li {
    font-weight: 300;
    padding-left: 1rem;
}

.widget-area aside.widget ul li ul li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    margin-right: 3px;
    color: #0094ff;
    font-size: 1rem;
}

.widget-area aside.widget ul.toc_widget_list li>ul>li>ul {
    margin-bottom: 0.5rem;
}

.widget-area aside.widget ul.toc_widget_list li>ul>li>ul li {
    padding-left: 1rem;
}

.widget-area aside.widget ul.toc_widget_list li>ul>li>ul li::before {
    content: "\f101";
    left: 0px;
}

@media (max-width: 991px) {
    #right-sidebar.widget-area {
        margin-top: 15rem;
    }
}


/*QRコード*/

.qr-box .card-title {
    font-weight: 500;
    margin-bottom: 0;
}

.qr-box .card-text {
    font-size: 0.9rem;
    line-height: 1rem;
}


/*ヘッダー　
************************************************************************************************************/


/**ヘッダー画像************************/

#wrapper-navbar {
    height: 30vw;
    max-height: 443px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: center bottom;
}

header .navbar-brand {
    filter: drop-shadow(-3px -3px 3px #fff) drop-shadow(-3px 3px 3px #fff) drop-shadow(3px -3px 3px #fff) drop-shadow(3px 3px 3px #fff);
}

@media (max-width: 991.98px) {
    header .navbar-brand {
        filter: drop-shadow(-2px -2px 0 #ffffffb3) drop-shadow(-2px 2px 0 #ffffffb3) drop-shadow(2px -2px 0 #ffffffb3) drop-shadow(2px 2px 0 #ffffffb3);
    }
}


/**トップページ slider　**/

.home #wrapper-navbar {
    height: unset;
    max-height: unset;
}

body.home #wrapper-navbar {
    /*height: 30vw;
    max-height: 500px;*/
    /*background: url(https://uro-shimane.jp/wp-content/uploads/top-slider01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;*/
}

.top-slider {
    /*width: 100%;
    background-color: #f0f8ff;*/
}

.top-slider .container-xl {
    max-width: 1500px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*height: auto;*/
    height: 450px;
}


/* 中デバイス（タブレット, 768px 以下）*/

@media (max-width: 767px) {
    .swiper-slide {
        height: 300px;
    }
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: #00000077;
}

.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.2;
    position: relative;
}

.swiper-slide-next::after,
.swiper-slide-prev::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #ffffff 20%, #ffffff00 50%);
    background: -moz-linear-gradient(left, #ffffff 20%, #ffffff00 50%);
    background: -webkit-linear-gradient(left, #ffffff 90%, #ffffff00 95%);
}


/**1．患者さんへ**/

body.page-template-right-side01 #wrapper-navbar,
body.post-type-archive-research_cooperation #wrapper-navbar,
body.single-research_cooperation #wrapper-navbar {
    background: url(https://uro-shimane.jp/wp-content/uploads/header-img01-1.png);
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: contain;
}


/**2．医師・医療関係者の方へ**/

body.page-template-right-side02 #wrapper-navbar {
    background: url(https://uro-shimane.jp/wp-content/uploads/header-img02-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/**3．教室案内**/

body.page-template-right-side03 #wrapper-navbar,
body.post-type-archive-staff_int #wrapper-navbar {
    background: url(https://uro-shimane.jp/wp-content/uploads/header-img03-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/**4．学生・研修医・医師の方へ**/

body.page-template-right-side04 #wrapper-navbar {
    background: url(https://uro-shimane.jp/wp-content/uploads/header-img04-4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/*
body.page-id-989 #wrapper-navbar,
body.page-id-993 #wrapper-navbar,
body.page-id-430 #wrapper-navbar,
body.page-id-988 #wrapper-navbar {
    background: url(https://uro-shimane.jp/wp-content/uploads/header-img04-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}*/


/**5．研修医・医師の方へ**/

body.page-template-right-side05 #wrapper-navbar {
    background: url(https://uro-shimane.jp/wp-content/uploads/header-img05-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/***　　News&Topics　一覧　***/

body.page-id-40 #wrapper-navbar,
body.page-id-403 #wrapper-navbar,
body.page-id-1103 #wrapper-navbar,
body.page-id-5187 #wrapper-navbar,
.category-newstopics #wrapper-navbar,
.single-post #wrapper-navbar {
    background: url(https://uro-shimane.jp/wp-content/uploads/header-img-news.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media (max-width: 991px) {

    body.page-template-right-side01 #wrapper-navbar,
    body.page-template-right-side02 #wrapper-navbar,
    body.page-template-right-side03 #wrapper-navbar,
    body.page-template-right-side04 #wrapper-navbar,
    body.page-template-right-side05 #wrapper-navbar {
        height: 300px;
        background-size: cover;
    }
}

.category-newstopics header.page-header {
    background-color: aliceblue;
    display: grid;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.category-newstopics header.page-header h2 {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 2rem;
}

.home .card img {
    filter: drop-shadow(0 0 5px #00000040);
}


/**　メニュー　**/

.hed-logomark #main-nav {
    background: -moz-linear-gradient(left, #55C9A0 0%, #85D5C4 0%, #4FC0DC 0%, #55C9A0 0%, #FFC778 70%);
    background: -webkit-linear-gradient(left, #55C9A0 0%, #85D5C4 0%, #4FC0DC 0%, #55C9A0 0%, #FFC778 70%);
    background: linear-gradient(to right, #55C9A0 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75%, #316C80 100%);
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 35px;
    font-size: 0.85rem;
}

.hed-logomark #main-nav .dropdown-menu {
    font-size: 0.85rem;
}

.hed-logomark #main-nav .nav-link {
    color: #ffffff;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
    /*color: rgba(0, 0, 0, .5);*/
    color: #000000;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
    font-weight: 600;
    background-color: rgba(150, 218, 223, 0.514);
}

.dropdown-item.active,
.dropdown-item a:active {
    color: #fff;
    text-decoration: none;
    background-color: #96dadf;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #d9f1f3;
}

#wrapper-navbar .hed-Title {
    margin-top: 1rem;
}

#wrapper-navbar .hed-Title .row {
    align-items: flex-end;
}

#wrapper-navbar .hed-Title .hed-logomark {
    width: 450px;
}

#wrapper-navbar .hed-Title .hed-title h1 {
    font-size: 1.5rem;
}

#wrapper-navbar .hed-Title .hed-title h1 span {
    font-size: 1.8rem;
    margin-left: 0.3em;
}

#wrapper-navbar nav {
    padding: 0;
    /*border-radius: 20px;*/
    z-index: 10;
    /*border: solid 3px #c7c7c7;*/
    margin-bottom: 0.7rem;
}

#wrapper-navbar nav #main-menu li {
    /*border-left: solid 1px #c7c7c7;*/
    padding: 0em;
}

#wrapper-navbar nav #main-menu li ul li {
    border-left: none;
    padding: 0em;
}

#wrapper-navbar nav #main-menu ul {
    margin-top: -2px;
}

#wrapper-navbar nav #main-menu ul>li>ul {
    margin-top: 0;
    margin-left: -2px;
}

nav ul#main-menu {
    padding-right: 0;
}

#wrapper-navbar .navbar-light .navbar-toggler {
    border-color: transparent;
}

#wrapper-navbar .nav-link {
    padding: 1rem;
}

@media (max-width: 991px) {
    header#wrapper-navbar {
        margin-bottom: 5rem;
    }

    nav#main-nav {
        bottom: -70px;
    }
}

@media (min-width: 992px) {
    #wrapper-navbar .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem rem;
        padding-left: 0.5rem;
    }

    /**
offcanvas
************************/
    .offcanvas-end {
        width: auto;
    }

    header .hed-logomark nav#main-nav .bg-info {
        background-color: transparent !important;
    }
}


/**
offcanvas
************************/


/*　メニュー　ドロップダウン　*/

ul#main-menu li ul li ul {
    left: 100%;
    position: absolute;
    top: 0;
    /*width: 100%;*/
}

ul.dropdown-menu {
    padding: 0;
}


/*子メニュー3階層目*/

nav#main-nav ul#main-menu ul.dropdown-menu li>ul.dropdown-menu {
    /*left: 1.5rem;*/
    position: relative;
    display: contents;
}

nav#main-nav ul#main-menu ul.dropdown-menu li>ul.dropdown-menu>li {
    padding-left: 1.5rem;
    width: auto;
}

nav#main-nav ul#main-menu ul.dropdown-menu li>ul.dropdown-menu>li::before {
    width: 10px;
    /* 幅指定 */
    height: 10px;
    /* 高さ指定 */
    display: inline-block;
    /* インラインブロックにする */
    background-color: #F44336;
    /* 背景色指定 */
    border-radius: 50%;
    /* 要素を丸くする */
}


/*
フッター・ウィジェット　wrapper-footer-full
************************************************************************************************************/

footer.wrapper {
    margin-top: 100px;
    padding-bottom: 0;
}

#wrapper-footer-full {
    /*margin-top: 240px;*/
}

#wrapper-footer-full a {
    display: inline;
}

#wrapper-footer-full h3 {
    font-size: 1rem;
    padding-bottom: 5px;
    font-feature-settings: "palt";
    padding-bottom: 0;
    margin-bottom: 0.3rem;
}

#wrapper-footer-full ul.menu {
    padding-left: 0;
}

#wrapper-footer-full ul li a:hover {
    font-weight: 700;
    color: #747575;
}

#wrapper-footer-full ul.menu li {
    list-style-type: none;
    font-size: 0.8rem;
}

#wrapper-footer-full ul.menu li::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 3px;
    color: #80bbe7;
}

#wrapper-footer-full .footer-widget ul.menu li>ul,
#wrapper-footer-full .f-sitemap ul.menu li>ul {
    padding-left: 0.5rem;
}

#wrapper-footer-full ul.menu li>ul li::before {
    content: "ー";
    font-weight: 900;
    margin-right: 3px;
    color: #80bbe7;
}

#wrapper-footer-full .footer-widget ul.menu li>ul li {
    font-size: 0.8rem;
}


/*フッター Footer
************************************************************************************************************/

footer .menu-footer-m01-container li a.nav-link {
    display: inline-block;
    padding-left: 0.3rem;
}

footer#colophon .site-info .site-name dl dt {
    margin-bottom: 0;
}


/* 小デバイス（横向きモバイル, 576px 以上）*/

@media (max-width: 575px) {
    footer .menu-footer-m01-container #menu-footer-m01 {
        flex-direction: column;
    }
}

footer#colophon .site-info .site-name dl dd {}

footer#colophon .site-info .site-name dl dd span {}

footer .site-info figure a,
footer .site-info figure a img {
    padding: 0;
    margin: 0;
}


/*トップページ　home
************************************************************************************************************/

.top-page div#content .content-area {
    padding-right: 0;
}

.home .entry-content h2 {
    font-weight: 300;
    font-size: 2rem;
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 0.8rem;
    margin-top: 0;
    padding-left: 2px;
    display: block;
}

.home h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    /* [disabled]border-radius: 3px; */
    background-image: -webkit-gradient(linear, right top, left top, from(#55C9A0), to(#316C80));
    background-image: -webkit-linear-gradient(left, #55C9A0 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #316C80 100%);
    background-image: linear-gradient(to right, #55C9A0 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #316C80 100%);
}

.top-page header .site-branding .brand-logo {
    width: 50px;
    margin-right: 9px;
}

.top-page header .site-branding {
    display: flex;
    align-items: center;
}

.top-page .site-branding .h4 {
    font-size: 1rem;
}

.top-page .site-branding .h4 span {
    font-size: 1.5rem;
    margin-left: 0.5rem;
}

.top-page .entry-content h2 {}

.top-page h1,
.top-page h2,
.top-page h3,
.top-page h4,
.top-page h5,
.top-page h6 {
    font-family: 'Noto Sans JP', sans-serif;
    /*font-family: 'Noto Serif JP', serif;*/
}

.home.top-page .entry-content h2 {
    font-weight: 300;
    font-size: 2rem;
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 0.8rem;
    padding-left: 2px;
}

.home.top-page h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    /* [disabled]border-radius: 3px; */
    background-image: -webkit-gradient(linear, right top, left top, from(#55C9A0), to(#316C80));
    background-image: -webkit-linear-gradient(left, #55C9A0 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #316C80 100%);
    background-image: linear-gradient(to right, #55C9A0 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #316C80 100%);
}

.top-page #main section.part02,
.top-page #main section.part04,
.top-page #main section.part06 {
    background: -webkit-gradient(linear, right top, left top, from(#55C9A04d), to(#316C804d));
    background: -webkit-linear-gradient(left, #55C9A04d 0%, #85D5C44d 23.5%, #4FC0DC4d 51%, #0084CA4d 75.5%, #316C804d 100%);
    background: linear-gradient(to right, #55C9A04d 0%, #85D5C44d 23.5%, #4FC0DC4d 51%, #0084CA4d 75.5%, #316C804d 100%);
}

.top-page #top section {
    padding: 0 1rem;
}


/*　TOP　p　*/

.top-page #main .entry-content section p {
    font-weight: 400;
}


/*患者さんへ*/

.top-page #main section.part02 .top-gairai p {
    padding: 0 2.8rem;
    line-height: 2rem;
}

.top-page #main section.part02 .top-gairai p.text-tyu {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    line-height: 1.3rem;
    font-size: 0.8rem;
    text-indent: unset;
}


/*** カード修正 ***/

.top-page #main section .card {
    background-color: unset;
    border: none;
    text-align: center;
}

.top-page #main section .card img {
    border-radius: 50%;
    max-width: 135px;
}

.top-page #main section .card.qr-box img {
    border-radius: unset;
    max-width: 135px;
    filter: none;
}

.top-page #main section .card .list-group {
    border-radius: unset;
    margin: 0 1.5em;
}

.top-page #main section .card .list-group .list-group-item {
    background-color: unset;
    border: none;
    border-bottom: dotted 1px #000;
    padding: 0.2rem 1rem;
}

.top-page #main section .card .list-group .list-group-item:first-child {
    border-top: dotted 1px #000;
}

.top-page #main section .card .card-footer {
    padding: 0.5rem 1rem;
    background-color: transparent;
    border-top: none;
}

.top-page #main section .card .card-body a.btn,
.top-page #main section .card .card-footer a.btn {
    border-radius: 30px;
    background: -webkit-gradient(linear, right top, left top, from(#55C9A0), to(#316C80));
    background: -webkit-linear-gradient(left, #55C9A0 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #316C80 100%);
    background: linear-gradient(to right, #55C9A0 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #316C80 100%);
    border: none;
    color: #fff;
}

.top-page #main section .card h5 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.top-page #main section .card h5::before {
    content: none;
}

.top-page #main section .card ul li::before {
    content: none;
}

.top-page #main section .card .card-body .list-group .list-group-item {
    font-weight: 400;
}


/** トップ　カードオーバーレイ　リセット **/

.top-page #main section .card.card-overlay img {
    border-radius: unset;
    max-width: none;
}


/*News & Topics
**************/

.top-page #main section.part01 p {
    padding-left: 0;
    line-height: 1.5rem;
    font-weight: 300;
}

.top-page .entry-content h2.text-news {
    display: inline-block;
    color: transparent;
    background: -webkit-linear-gradient(0deg, #55C9A0, #4FC0DC, #316C80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 2.3rem;
    margin-bottom: 1rem;
}

.top-page .news-box h2.text-news {
    display: inline-block;
    color: transparent;
    background: -webkit-linear-gradient(0deg, #55C9A0, #4FC0DC, #316C80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 2.3rem;
    margin-bottom: 1rem;
}

.top-page .entry-content h2.text-news::after {
    position: unset;
}

.top-page .news-box h2.text-news::after {
    position: unset;
}

.top-page .news-box ul.list-unstyled p {
    text-indent: 0;
}

.top-page .news-box ul.list-unstyled {
    /*margin-left: 1em;*/
}

.top-page .news-box ul li {
    display: flex;
    font-size: 1rem;
    padding-left: 0.3em;
    border-bottom: solid 1px #868686;
    line-height: 3rem;
    align-items: center;
}

.top-page .news-box ul li::before {
    content: unset;
}

.top-page .news-box ul li:first-child {
    border-top: solid 1px #868686;
}

.top-page .news-box ul li p {
    margin-bottom: 0;
    line-height: 1rem;
}

.top-page .news-box ul li .n-date {
    width: 6.5em;
    font-weight: 500;
    color: #3f3f3fbd;
}

.top-page .news-box ul li .n-category {
    width: 6em;
    border: solid 1px #000000;
    text-align: center;
    padding: 5px;
    margin: 5px;
    /*line-height: 1em;*/
}

.top-page .news-box ul li .n-post {
    flex: 1;
    margin: 5px 5px 5px 1rem;
}

.wp-block-latest-posts__list {
    margin-left: 1em;
}

.wp-block-latest-posts__list li {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 1.3rem;
    padding-left: 0.3em;
    border-bottom: solid 1px #000000;
    line-height: 3rem;
}

.wp-block-latest-posts__list li time {
    width: 8em;
    font-size: 1em;
}

.wp-block-latest-posts__list li a {
    text-decoration-line: unset;
    font-size: 1em;
}

/*
トップページ　バナー
**************/

.top-hed-b {
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 10;
    z-index: 10;
}

.top-hed-b .btn {
    width: 180px;
    height: 180px;
    background-color: #ffffffba;
    font-family: 'Zen Old Mincho', serif;
    /*border: solid 3px #fdbe97;*/
    /*background-color: #ffd1c6;*/

    /*color: #fff;*/
    border-radius: 1000px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    position: relative;
}


.top-hed-b .btn {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.top-hed-b .btn:hover {
    /*background-color: #7a7a7a;*/
    opacity: 0.5;
    color: unset;
}

#main #top-banner0 .btn {
    width: 180px;
    height: 180px;
    background-color: #ffdb6e;
    font-family: 'Zen Old Mincho', serif;
    /*border: solid 3px #fdbe97;*/
    /*background-color: #ffd1c6;*/

    /*color: #fff;*/
    border-radius: 1000px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    position: relative;
}

#main #top-banner0 .btn {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#main #top-banner1 .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

#main #top-banner0 .btn,
#main #top-banner1 .btn,
#main #top-banner2 .btn {
    color: #000;
}

#main #top-banner0 .btn h5,
#main #top-banner1 .btn h5,
#main #top-banner2 .btn h5 {
    font-family: 'Zen Old Mincho', serif;
    margin-top: 0;

}

#main #top-banner0 .btn h5::before,
#main #top-banner1 .btn h5::before,
#main #top-banner2 .btn h5::before {
    content: none;
}

#main #top-banner0 .card h5,
#main #top-banner1 .card h5 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.2rem;
    margin: 0;
}

#main #top-banner0 .btn h5 span {
    display: block;
    font-size: 1.8rem;
    border-bottom: solid 0.8px #000;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

#main #top-banner0 .btn h5 span {
    display: block;
    font-size: 1.8rem;
    border-bottom: solid 0.8px #000;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

#main #top-banner1 .btn h5 span {
    display: block;
    font-size: 1.4rem;
    border-bottom: solid 0.8px #000;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

#main #top-banner1 .btn {
    width: 185px;

    /*background-color: #ffd0e5;*/
    font-family: 'Zen Old Mincho', serif;
    /*border: solid 3px #fdbe97;*/
    background-color: #ffd1d0;

    border-radius: unset;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    padding: 0.5rem 0.3rem;
    text-align: center;
    border-radius: 0;
}

#main #top-banner1 .btn p {
    text-align: center;
}




#main #top-banner0 .btn:hover,
#main #top-banner1 .btn:hover,
#main #top-banner2 .card:hover {
    /*background-color: #7a7a7a;*/
    opacity: 0.5;
    color: unset;
}









/*** 外来診療日 ****/

.top-page .gairai-t {
    background-color: #d9fffe;
    border-radius: 25px;
    padding: 20px 40px;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    display: inline-table;
}

.top-page .gairai-t #tablepress-4 {}

.top-page .gairai-t #tablepress-4 tbody {
    font-weight: 500;
}

.top-page .gairai-t #tablepress-4 tbody tr {
    /*border-top: dotted 2px #29B9AF;
text-align: center;*/
}

.top-page .gairai-t #tablepress-4 tbody td {
    border-top: 1px dashed #29B9AF;
}

.top-page .gairai-t #tablepress-4 tbody .row-1 td {
    border-top: none;
}

.top-page .gairai-t #tablepress-4 tbody tr td {
    text-align: center;
}

.top-page .gairai-t #tablepress-4 tbody tr td:nth-of-type(2),
.top-page .gairai-t #tablepress-4 tbody tr td:nth-of-type(3),
.top-page .gairai-t #tablepress-4 tbody tr td:nth-of-type(4),
.top-page .gairai-t #tablepress-4 tbody tr td:nth-of-type(5),
.top-page .gairai-t #tablepress-4 tbody tr td:nth-of-type(6) {
    border-left: solid 1px #29B9AF;
}

.top-page .gairai-t #tablepress-4 tbody .row-4 td.column-2 {
    border-left: none;
}

.top-page .gairai-t #tablepress-4 tbody .row-4 td.column-6 {
    border-right: solid 1px #29B9AF;
}

.top-page .gairai-t #tablepress-4 tbody .row-1 td.column-1,
.top-page .gairai-t #tablepress-4 tbody .row-2 td.column-1,
.top-page .gairai-t #tablepress-4 tbody .row-3 td.column-1,
.top-page .gairai-t #tablepress-4 tbody .row-4 td.column-1,
.top-page .gairai-t #tablepress-4 tbody .row-4 td.column-2,
.top-page .gairai-t #tablepress-4 tbody .row-5 td.column-2,
.top-page .gairai-t #tablepress-4 tbody .row-6 td.column-2 {
    text-align: left;
}

.top-page .gairai-t #tablepress-4 tbody .row-1 td.column-3,
.top-page .gairai-t #tablepress-4 tbody .row-2 td.column-3 {}

.top-page .gairai-t #tablepress-4 tbody .row-1 td.column-1 {
    color: #00ACFF;
}

.t-am {
    color: #55c0f8;
    ;
}

.t-pm {
    color: #f7b4b4;
}


/**　section　背景画像　***/

section.part03 {
    background: url(https://uro-shimane.jp/wp-content/uploads/top_s-bg03-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

section.part05 {
    background: url(https://uro-shimane.jp/wp-content/uploads/top_s-bg05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/***ボタン**/

.ill-wada01 {
    background-image: url(https://uro-shimane.jp/wp-content/uploads/Illustration_wada02.png);
    width: 50px;
    height: 100px;
}


/***バナーボタン**/

.top-page .top-button a.btn {
    border-radius: 30px;
    background: -webkit-gradient(linear, right top, left top, from(#55C9A0), to(#316C80));
    background: -webkit-linear-gradient(left, #55C9A0 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #316C80 100%);
    background: linear-gradient(to right, #55C9A0 0%, #85D5C4 23.5%, #4FC0DC 51%, #0084CA 75.5%, #316C80 100%);
    border: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
}

.top-page .top-button a.btn::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 60px;
    vertical-align: middle;
    background: url(https://uro-shimane.jp/wp-content/uploads/Illustration_wada01.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0px;
    position: absolute;
    left: 3vw;
    bottom: 12px;
}


/*　News&Topics アーカイブ
***************************************************************************************************************************/


/***　　News&Topics　サイドメニュー　***/

body.category-newstopics .widget-area {
    padding: 1rem;
    min-height: 50vh;
}

body.category-newstopics .widget-area#right-sidebar,
body.single-post .widget-area#right-sidebar {
    background: #fff;
}


/***　　News&Topics　一覧　***/

.archive article.post {
    padding: 1rem;
    border-bottom: solid 1px #000;
}

.entry-meta .news-date {
    font-size: 1.2rem;
    /*font-weight: 500;*/
    width: 15em;
}

header.entry-header .news-cate {
    display: inline-block;
    font-weight: 700;
    /*min-width: 100px;*/
    margin-left: 1em;
    padding: 0 1em 0.05em;
    text-align: center;
    font-size: 0.706rem;
    line-height: 1.8;
    border: solid 1px #000033;
    vertical-align: middle;
}

body.category-newstopics .entry-meta {
    margin-bottom: 7px;
}

article.post h2.entry-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
}

article.post h2.entry-title a {
    display: block;
}

.archive .site-main {
    margin-bottom: 2rem;
}

.page-item.active .page-link {
    background-color: #4fb491;
    border-color: #4fb491;
}

.page-link {
    color: #4fb491;
}


/***　　News&Topics　投稿ページ　***/


/**　ヘッダー　**/

.single-post header.page-header {
    background-color: aliceblue;
    max-width: 100%;
    display: grid;
    margin-bottom: 2rem;
}

.single-post header.page-header h2 {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 2rem;
}

body.category-newstopics .entry-meta .news-date,
header.entry-header .entry-meta .news-date {
    display: inline;
    color: #313131b3;
    font-weight: 700;
    vertical-align: middle;
}

body.category-newstopics .entry-meta .news-cate,
header.entry-header .entry-meta .news-cate {
    display: inline-block;
    font-weight: 700;
    /*min-width: 100px;*/
    margin-left: 1em;
    padding: 0 1em 0.05em;
    text-align: center;
    font-size: 0.706rem;
    line-height: 1.8;
    border: solid 1px #000033;
    vertical-align: middle;
}


/*タイトル*/

.post-type-archive header.entry-header,
.single header.entry-header {
    font-size: 1.5rem;
    border-bottom: solid 1px #000;
    margin-bottom: 1em;
}

.post-type-archive header.entry-header h1,
.single header.entry-header h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
    line-height: 1.1em;
}

.post-type-archive header.entry-header .entry-meta,
.single header.entry-header .entry-meta {
    line-height: 1rem;
    margin-bottom: 10px;
}


/*　行事予定　カレンダー
***************************************************************************************************************************/

.simcal-calendar {}

.simcal-calendar ul.simcal-events li.simcal-event {
    position: unset;
}

.simcal-calendar ul.simcal-events li.simcal-event::before {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-size: small;
    font-weight: 900;
    position: unset;
    top: 4px;
    left: 10px;
    color: #22282e;
}


/*患者さんへ　＞　診療案内
***************************************************************************************************************************/

.page-id-55 .site-main .entry-content h2,
.page-id-55 .site-main .entry-content h3,
.page-id-55 .site-main .entry-content h4,
.page-id-55 .site-main .entry-content h5 {
    margin-top: 0;
}

.page-id-55 .site-main .d-grid {
    display: grid;
    justify-items: start;
}

.page-id-55 .site-main .d-grid a {
    margin-bottom: 0.5rem;
    width: 150px;
    text-align: left;
    border-radius: 20px;
    padding: 6px 1.5rem;
    font-weight: 500;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754d8;
    border-color: #198754;
}

.accordion-box01 {}


/*BS5 アコーディオン リセット*/

.accordion-button:focus {
    border-color: transparent;
    color: #000;
}

.accordion-box01 .list-group-item:first-child,
.accordion-box01 .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.accordion-box01 .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

element.style {}

.accordion-box01 .list-group-item+.accordion-box01 .list-group-item {
    border-top-width: 0;
}

.accordion-box01 .list-group-item,
.accordion-box01 .accordion-item {
    border-left: unset;
    border-right: unset;
}

.accordion-box01 .accordion-item .list-group-item {
    padding-left: 2em;
}

.accordion-box01 .accordion-item:last-of-type {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.accordion-box01 .accordion-item:first-of-type {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.accordion-box01 .accordion-button {
    padding: 0.5rem 1rem 0.5rem 0;
    line-height: initial;
}

.accordion-box01 .accordion-item .accordion-body {
    padding: 0;
}

.list-box01 .list-group,
.list-box02 .list-group {
    border-radius: unset;
}

.list-box01 .list-group a.list-group-item,
.list-box02 .list-group a.list-group-item {
    border-left: unset;
    border-right: unset;
}

.list-box02 {}


/*患者さんへ　＞　診療案内　＞　臓器について
***************************************************************************************************************************/


/*患者さんへ　＞　診療案内　＞　症状について
***************************************************************************************************************************/


/*患者さんへ　＞　診療案内　＞　疾患と治療について
***************************************************************************************************************************/

.shikan-m01 {}


/*
.shikan-m01::before {
    content: "悪性腫瘍 > ";
    position: absolute;
    display: contents;
    font-size: 1.2rem;
    margin-right: 7rem;
    padding-right: 5rem;
    width: 95px;
    font-weight: 400;
    color: #757575;
}

.shikan-m02 {}

.shikan-m02::before {
    content: "尿路結石 > ";
    position: absolute;
    display: contents;
    font-size: 1.2rem;
    margin-right: 7rem;
    padding-right: 5rem;
    width: 95px;
    font-weight: 400;
    color: #757575;
}

.shikan-m03 {}

.shikan-m03::before {
    content: "排尿・蓄尿障害 > ";
    position: absolute;
    display: contents;
    font-size: 1.2rem;
    margin-right: 7rem;
    padding-right: 5rem;
    width: 95px;
    font-weight: 400;
    color: #757575;
}

.shikan-m04 {}

.shikan-m04::before {
    content: "感染症 > ";
    position: absolute;
    display: contents;
    font-size: 1.2rem;
    margin-right: 7rem;
    padding-right: 5rem;
    width: 95px;
    font-weight: 400;
    color: #757575;
}

.shikan-m05 {}

.shikan-m05::before {
    content: "その他 > ";
    position: absolute;
    display: contents;
    font-size: 1.2rem;
    margin-right: 7rem;
    padding-right: 5rem;
    width: 95px;
    font-weight: 400;
    color: #757575;
}
*/

.page-id-1260 .accordion-item {
    border: unset;
}

.page-id-1260 .accordion-button {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 1.25rem 0.5rem 0.25rem;
}

.page-id-1260 .accordion-button:focus {
    color: #000;
    border-color: unset;
    box-shadow: unset;
}

.page-id-1260 .accordion-button:not(.collapsed)::after,
.page-id-1260 .accordion-button::after {
    background-image: none;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


/*患者さんへ　＞　診療案内　＞　治療について
***************************************************************************************************************************/


/*患者さんへ　＞　診療案内　＞　手術件数
***************************************************************************************************************************/


/*患者さんへ　＞　外来案内
***************************************************************************************************************************/

table#tablepress-3 tbody p {
    text-align: center;
    text-indent: unset;
}


/*外来　受診日*/

.page-id-57 main.site-main #tablepress-3 ul {
    margin-bottom: 0;
}

.page-id-57 main.site-main #tablepress-3 ul li.doctor-list {
    border: solid 2px #8d8d8d;
    border-radius: 5px;
    line-height: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-id-57 main.site-main #tablepress-3 ul li.doctor-list span {
    font-size: 0.8rem;
    font-weight: 400;
}

.page-id-57 main.site-main #tablepress-3 ul li.doctor-list span::before {
    content: "\A";
    white-space: pre;
}


/*外来　医師*/

.page-id-57 main.site-main .gairai-m {
    font-size: 0.7rem;
}

.page-id-57 #main.site-main .gairai-m ul li {
    line-height: 0.8rem;
    text-align: justify;
    font-feature-settings: "palt";
}

.page-id-57 main.site-main .gairai-m .card figure {
    position: relative;
    width: 200px;
    height: 0;
    padding-bottom: 120%;
    /* 幅に対する縦のサイズ */
    overflow: hidden;
    background-color: #ffffff;
}


/* （576px 以下）*/

@media (max-width: 767px) {
    .page-id-57 main.site-main .gairai-m .card figure {
        margin: 0;
    }
}

.page-id-57 main.site-main .gairai-m .card figure>img {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 105%;
    /* 横向き16:9の画像が表示エリア一杯になるように指定 */
    max-height: initial;
}


/*和田教授*/

.page-id-57 main.site-main .gairai-m .card.gairai-1 figure>img {
    top: 80%;
    left: 60%;
    max-width: 150%;
}


/* （767px 以下）*/

@media (max-width: 767px) {
    .page-id-57 main.site-main .gairai-m .card.gairai-1 figure>img {
        top: 75%;
        left: 60%;
        max-width: 150%;
    }
}

@media (max-width: 575px) {
    .page-id-57 main.site-main .gairai-m .card.gairai-1 figure>img {
        top: 75%;
        left: 60%;
        max-width: 150%;
    }
}


/*本田先生*/

.page-id-57 main.site-main .gairai-m .card.gairai-14 figure>img {
    top: 64%;
    left: 50%;
    max-width: 105%;
}


/*椎名病院長*/

.page-id-57 main.site-main .gairai-m .card.gairai-15 figure>img {
    top: 61%;
    left: 45%;
    max-width: 93%;
}


/*坪井先生*/

.page-id-57 main.site-main .gairai-m .card.gairai-7 figure>img {
    top: 64%;
    left: 50%;
    max-width: 105%;
}


/* （576px 以下）*/

@media (max-width: 767px) {
    .page-id-57 main.site-main .gairai-m .card.gairai-7 figure>img {
        /*top: 73%;
        left: 50%;
        max-width: 150%;*/
    }
}

.page-id-57 main.site-main .gairai-m .card .card-body {
    padding: 0 0 0.5rem 0.5rem;
    line-height: 1em;
}

.page-id-57 #main.site-main .gairai-m .card .card-body {
    line-height: 1em;
}

.page-id-57 main.site-main .gairai-m .card .card-body li.card-title {
    border-bottom: solid 2px #0a96c5;
    padding-bottom: 4px;
    font-size: 1rem;
    font-weight: 500;
}

.page-id-57 main.site-main .gairai-m .card .card-body dl {
    margin-bottom: 0;
}

.page-id-57 main.site-main .gairai-m .card .card-body dl dt {
    font-weight: 400;
    display: inline;
}

.page-id-57 main.site-main .gairai-m .card .card-body dl>dd {
    margin-bottom: 0;
    display: inline;
}

.page-id-57 main.site-main .gairai-m .card .card-body dl dd::after {
    content: "､";
}

.page-id-57 main.site-main .gairai-m .card .card-body dl dd:last-child::after {
    content: none;
}

.page-id-57 main.site-main .gairai-m ul li {
    padding-left: 0;
    line-height: 1.1em;
}

.page-id-57 main.site-main .gairai-m ul li::before {
    content: unset;
}


/*患者さんへ　＞　入院案内
***************************************************************************************************************************/


/*患者さんへ　＞　研究協力のお願い
***************************************************************************************************************************/

.post-type-archive-research_cooperation .site-main article h2.entry-title {
    font-size: 1.25rem;
    display: flex;
}

.post-type-archive-research_cooperation .site-main article h2.entry-title i {
    margin-right: 0.5em;
}

.post-type-archive-research_cooperation .accordion-body a.btn {
    float: right;
}


/*研究業績
***************************************************************************************************************************/

.page-id-471 {}

.page-id-471 .nav-pills .nav-link.active,
.page-id-471 .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00bcbfbe;
}

.page-id-471 .nav-pills .nav-link {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: solid 1.5px #696969;
}

.page-id-471 .nav-pills .nav-link:first-child {
    border-top: solid 1.5px #696969;
}

.page-id-471 .nav-pills {
    width: 150px;
    margin-right: 2rem;
}

.page-id-471 .nav-pills .nav-link {}

.page-id-471 .tab-content h2 {
    margin-top: 0;
}

.page-id-471 .tab-content h3 {}

.page-id-471 .tab-content ol {
    margin-left: 100px;
}

.page-id-471 .tab-content ol li {
    text-align: justify;
}


/* 教授あいさつ
************************************************************************************************************/

.wp-block-image {
    margin: 0;
}

.wp-block-image>figure figcaption {
    margin: 0;
    color: #313131;
    font-weight: 400;
}


/* 教室の歴史
************************************************************************************************************/


/* 歴代教授
************************************************************************************************************/


/* 教室員紹介
************************************************************************************************************/

#staff-archive-wrapper .staff_int {
    margin-bottom: 10rem;
}

#staff-archive-wrapper .staff_int .staff-header .staff-name .name-box {
    border-bottom: solid 2px #000033;
    margin-bottom: 1rem;
}


/*#staff-archive-wrapper .staff_int .staff-header .staff-message,*/

#staff-archive-wrapper .staff_int .staff-entry .staff-message {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    padding: 1em;
    /*border: double 5px #e5f8ff;
    background-color: #e5f8ff;
    border-radius: 10px;*/
    box-shadow: 0px 0px 3px #000;
}

#staff-archive-wrapper .staff_int .staff-entry .staff-message p {
    text-indent: 0;
    padding-left: 0;
    font-weight: 500;
    line-height: 1.4em;
}

#staff-archive-wrapper .staff_int .staff-header h2 {
    font-size: 1.5rem;
    font-weight: 400;
}

#staff-archive-wrapper .staff_int .staff-header h2 span {
    font-size: 1rem;
    margin-left: 1rem;
}

#staff-archive-wrapper .staff_int .staff-header h2 span.text_field3 {
    font-size: 1.2rem;
    margin-left: 0;
}

#staff-archive-wrapper .staff_int .staff-entry h2 {
    font-size: 1.5rem;
    font-weight: 400;
}

#staff-archive-wrapper .staff_int .staff-entry .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

#staff-archive-wrapper .staff_int .staff-entry h2 span {
    font-size: 1rem;
    margin-left: 1rem;
}

#staff-archive-wrapper .staff_int .staff-entry dl.row {
    margin-bottom: 0;
}

#staff-archive-wrapper .staff_int .staff-entry dl.row dd p {
    text-indent: 0;
}

#staff-archive-wrapper .staff_int .staff-entry dl.row ul {
    margin-bottom: 0;
}

#staff-archive-wrapper main.site-main ul li {
    padding-left: 1rem;
}

#staff-archive-wrapper main.site-main ul li::before {
    left: 0;
}

#staff-archive-wrapper .staff_int .staff-entry .text-m01 {
    font-weight: 400;
}

#staff-wrapper img {
    width: 150px;
    height: 200px;
    object-fit: cover;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.list-inline-item::after {
    content: "/";
}

.list-inline-item::after {}

.list-inline-item:last-child::after {
    content: '';
}


/*小池*/

#staff-archive-wrapper #post-1506 .staff-entry .face-img {
    /*position: relative;
    height: 0;
    padding-bottom: 133%;
    overflow: hidden;
    background-color: #ccc;*/
}

#staff-archive-wrapper #post-1506 .staff-entry img {
    /*position: absolute;
    width: 310px;
    top: 65%;
    left: 50%;
    max-width: 165%;
    display: block;*/
}


/* 大デバイスlg（デスクトップ, 991px 以下）*/

@media screen and (max-width: 991px) {
    .staff_int .face-img {
        margin-bottom: 1rem;
    }
}


/*画像　写真・イラスト*/

.face-img {
    position: relative;
    width: 160px;
    height: 255px;
    margin: 0 auto;
    display: block;
    /*border-radius: 12px;*/
    overflow: hidden;
    cursor: pointer;
    left: -10px;
}

.face-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.face-img img:hover {
    cursor: default;
}

.face-img img.face-img02 {
    background-color: #fff;
}


/*教授*/

.post-1762 .face-img {
    height: 260px;
}

.post-1762 .face-img img.face-img02 {
    background-color: #fff;
    top: 130px;
}

.face-img:hover img:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
    transform: translate(-50%, -50%) scale(1.15) !important;
    opacity: 0;
}


/*病院長*/


/**アコーディオン修正**/

.staff-entry .accordion button.accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: 0 0 0 0.25rem rgba(105, 105, 105, 0.25);
}

.staff-entry .accordion button.accordion-button:not(.collapsed)::after {
    color: #000;
}

.staff-entry .accordion .accordion-body {
    padding: 1rem 0;
}

.staff-entry .accordion button.accordion-button {
    border-top: solid 1px #111;
    border-bottom: solid 1px #111;
}


/* 大デバイス（デスクトップ, 992px 未満）*/

@media (max-width: 992px) {
    #staff-wrapper img {
        width: 150px;
        height: 200px;
        object-fit: cover;
    }
}


/* 関連病院
************************************************************************************************************/


/* 学生・研修医・医師の方へ 教室案内
************************************************************************************************************/


/* 学生・研修医・医師の方へ 指導医コメント
************************************************************************************************************/


/* 学生・研修医・医師の方へ 先進的医療
************************************************************************************************************/


/* 学生・研修医・医師の方へ 募集要項
************************************************************************************************************/


/* 学生・研修医・医師の方へ 研修プログラム 
************************************************************************************************************/


/*table*/

.tablepress-id-10 tbody tr td.column-1 {
    display: table-cell;
    max-width: 45px;
    writing-mode: vertical-rl;
    background-color: #9ddfff;
    vertical-align: middle;
    padding-top: 2rem;
    padding-bottom: 2rem;
    letter-spacing: 2px;
    font-weight: 500;
}

.tablepress-id-10 tbody tr.row-4 td.column-4 {
    text-align: left;
}

.tablepress-id-10 tbody tr.row-4 td.column-4 ul {
    margin-bottom: 0;
}

#main.site-main .tablepress-id-10 tbody tr.row-4 td.column-4 ul li.list-inline-item {
    font-size: 0.8rem;
    line-height: 1rem;
}

.tablepress-id-10 tbody tr.row-4 td.column-4 ul li.list-inline-item::after {
    content: none;
}

.tablepress-id-10 tbody tr.row-4 td.column-4 ul li.list-inline-item::before {
    left: 5px;
}

.tablepress-id-10 tbody tr.row-5 {
    font-size: 0.8rem;
}


/* 学生・研修医・医師の方へ 中堅・若手医師からのメッセージ
************************************************************************************************************/


/* 学生・研修医・医師の方へ 島根県の魅力
************************************************************************************************************/

body.page-id-428 .img-box01 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    position: relative;
}

body.page-id-428 .img-box01 img {
    border-radius: 8px;
    /*filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.69));*/
}

body.page-id-428 .img-box01 .text-click {
    position: absolute;
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: small;
}


/* 学生・研修医・医師の方へ 島根大学の魅力
************************************************************************************************************/


/* 学生・研修医・医師の方へ 泌尿器科の魅力
************************************************************************************************************/


/* 学生・研修医・医師の方へ 島根県で働くメリット
************************************************************************************************************/


/*　table　TablePress
************************************************************************************************************/


/*手術の件数　tablepress-id-1*/


/*
.tablepress-id-1 {
    font-size: 1rem;
}

#tablepress-1 tbody td {
    vertical-align: middle;
}

.tablepress-id-1 td,
.tablepress-id-1 th {
    border: solid 1px #bbbbbb;
    text-align: center;
}

.tablepress-id-1 tbody td {
    text-align: right;
}

.tablepress-id-1 tbody td.column-1 {
    font-weight: 400;
    text-align: left;
    border-right: solid 1px #bbbbbb;
}

.tablepress-id-1 tbody td.column-1 span {
    font-size: 0.8rem;
}
*/

#tablepress-3.tablepress-id-3,
#tablepress-3.tablepress-id-3 tr td {
    border-color: #fff;
    border-width: 3px;
}

#tablepress-3.tablepress-id-3 td,
#tablepress-3.tablepress-id-3 th {
    text-align: center;
}

#tablepress-3.tablepress-id-3 .row-1 td {
    border-left: solid 3px #ffffff;
}

#tablepress-3.tablepress-id-3 .row-1 td:first-child {
    border-left: none;
}

#tablepress-3.tablepress-id-3 .row-1 td:last-child {
    border-right: #d8f1ff;
}

#tablepress-3.tablepress-id-3 tr td.column-2 {
    border-left: solid 3px #ffffff;
    border-bottom: solid 3px #d8f1ff;
}

#tablepress-3.tablepress-id-3 tr.row-1 td.column-2 {
    border-bottom: solid 3px #ffffff;
}

#tablepress-3.tablepress-id-3 .row-2 td,
#tablepress-3.tablepress-id-3 .row-3 td,
#tablepress-3.tablepress-id-3 .row-4 td,
#tablepress-3.tablepress-id-3 .row-5 td {
    border-left: solid 3px #d8f1ff;
    border-bottom: solid 3px #d8f1ff;
}

#tablepress-3.tablepress-id-3 tr td.column-6 {
    border-right: solid 3px #d8f1ff;
}

#tablepress-3.tablepress-id-3 .row-5 td.column-1 {
    line-height: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

#tablepress-3.tablepress-id-3 td ul li {
    padding-left: unset;
}

#tablepress-3.tablepress-id-3 td ul li::before {
    content: none;
}

#tablepress-3.tablepress-id-3 {
    background-color: #f9f9f9;
}

#tablepress-3.tablepress-id-3 tr td.column-1 {
    background-color: #d8f1ff;
}

#tablepress-3.tablepress-id-3 tr.row-1 {
    background-color: #d8f1ff;
}

.tablepress tbody td {
    vertical-align: middle;
}


/* お問い合わせ
************************************************************************************************************/

.page-id-40 .entry-content p {
    padding-left: unset;
}

.page-id-40 .entry-content h4 {
    margin-top: 0;
}

.con-form01 .wpcf7 {
    max-width: none;
}

.con-form01 form p.form-title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /*background-color: #6cc9f4;*/
    border-left: solid 5px #9ddfff;
    /*border-bottom: solid 1px #000;*/
}

.con-form01 form p.form-title span.badge {
    margin-left: 0.3rem;
    font-size: 0.5em;
}


/* お問い合わせ　窓
********************/

.contact-f .title-box {
    color: #006cc7;
}


/* サイトマップ
************************************************************************************************************/

body.page-id-1103 main.site-main ul li::before {
    content: unset;
    font-family: "Font Awesome 5 Free";
    font-size: 0.5rem;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
    color: #102030;
}

body.page-id-1103 #sitemap_list li li {
    line-height: 1em;
}


/* ページトップへ
************************************************************************************************************/

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #80bbe7;
    opacity: 0.6;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


/*Bootstrap5　
************************************************************************************************************/


/*アコーディオン*/

.accordion .accordion-item button {
    font-weight: 300;
}

.staff-entry .accordion button.accordion-button {
    background-color: transparent;
    color: black;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: unset;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.page .entry-content h2,
.single .entry-content h2,
.accordion .accordion-header h2 .accordion-button {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1.25rem;
    padding-bottom: 0.4rem;
    margin-top: 2rem;
    padding-left: 2px;
    font-weight: 500;
    /* display: inline-block; */
}


/*button　hover等　無効*/

.accordion-item button.accordion-button {
    pointer-events: auto;
}

main.site-main button {
    pointer-events: none;
}


/*
************************************************************************************************************/


/* 極小デバイス（縦向きモバイル, 576px 未満）
 Bootstrapではデフォルトで `xs` のメディアクエリは存在しない ********/


/* 小デバイス（横向きモバイル, 576px 以上）*/

@media (min-width: 576px) {}


/* 中デバイス（タブレット, 768px 以上）*/

@media (min-width: 768px) {}


/* 大デバイス（デスクトップ, 992px 以上）*/

@media (min-width: 992px) {}


/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）*/

@media (min-width: 1200px) {}