html {
    font-size: 1rem;
}
/* 文字サイズを「大」にしたとき */
html.large {
    font-size: 1.3rem;
}
.tb-br{
    display:none;
}
/* ヘッダー */
#miharadai-head {
    height: 70px;
}
.miharadai-header .logo-header img {
    width: 250px;
}
.miharadai-header .light-content {
    display: none !important;
}
.miharadai-header .header-wrapper {
    padding: 5px 15px;
    height: initial;
}
.miharadai-header .humbarger-menu {
    padding-left: initial;
    width: 45px;
}
.miharadai-header .humbarger-menu span:not(.tbl) {
    width: 30px;
    margin: 10px auto;
}
.miharadai-header .humbarger-menu span:nth-child(3) {
    margin-bottom: 6px;
}
.miharadai-header .humbarger-menu .tbl {
    /* font-size: 0.8rem; */
    font-size:0.7rem;
}
.miharadai-header .arrow span:first-child {
    transform: translateY(12px) rotate(45deg);
    -webkit-transform: translateY(12px) rotate(45deg);
}
.miharadai-header .arrow span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
    -webkit-transform: translateY(-12px) rotate(-45deg);
}

/* ヘッダーメニュー */
.miharadai-menu .sp-only {
    display: block;
}
.miharadai-menu .sub-menu {
    padding-top: 100px;
    width: 90%;
}
.miharadai-menu .menu-address {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.miharadai-menu .btn-line {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 2;
    width: 100%;
}
.miharadai-menu .word-line {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap:wrap;
    justify-content: flex-start;
}
.miharadai-menu .word-line p {
    font-size: 1.1rem;
    padding-right: 15px;
    white-space: nowrap;
}
.miharadai-menu .word-line a:nth-child(2) {
    margin-right: 10px;
}
.miharadai-menu .word-line a.bg-blue {
    background-color: #1f8de7;
}
.miharadai-menu .word-line a {
    display: inline-block;
    position: relative;
    min-width: 75px;
    min-height: 30px;
    font-size: 1.1rem;
    text-decoration: none;
    color: #ffffff;
    background-color: #9c9c9c;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    transition: background-color, 0.3s;
}
.miharadai-menu .word-line a:hover {
    background-color: #1f8de7;
}
.miharadai-menu .word-line a span {
    position: absolute;
    text-wrap: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
}
.miharadai-menu ul .tbl {
    font-size: 1.2rem;
}
.miharadai-menu .tel-line {
    width: 100%;
    height: auto;
    padding-top: 15px;
}
.miharadai-menu .tel-line a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #000000;
    transition: color, 0.3s;
    font-size: 1.3rem;
    transition: color, 0.3s;
}
.miharadai-menu .tel-line a:hover {
    color: #1f8de7;
}
.miharadai-menu .tel-line img {
    width: 25px;
    height: 25px;
}
.miharadai-menu .tel-line .tel-txt {
    display: inline-block;
    padding-left: 8px;
}
.miharadai-menu .sub-menu-lists {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
}
.miharadai-menu .sub-menu-top {
    width: 100%;
}
.miharadai-menu .lower-nav {
    max-height: 0;
    overflow: hidden;
    transform-origin: center top;
    position: relative;
    padding-bottom: initial;
    width: 100%;
    transition: max-height 0.9s ease-in-out;
}
.miharadai-menu ul .pc-only:hover .lower-nav {
    max-height: initial;
}

/* .miharadai-menu .parent.pc-only, .miharadai-menu .dep-line.pc-only {
    display: none !important;
}
.miharadai-menu .parent.sp-only, .miharadai-menu .dep-line.sp-only {
    display: block !important;
} */


.miharadai-menu .sp-only, .miharadai-menu .sp-only {
    display: none;
    max-height: initial;
    height: initial;
}
.miharadai-menu .sp-only .active + .lower-nav, .miharadai-menu .sp-only .active + .lower-nav {
    max-height: 300px;
    /* max-height:unset; */
}
.miharadai-menu ul .pc-only li a .toggle-button::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
}
.miharadai-menu ul li:hover .toggle-button::before {
    color: initial;
}
.miharadai-menu .sub-menu-top ul li .btn-wrap {
    cursor: pointer;
    padding: 12px 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
/* .miharadai-menu .btn-wrap.active .toggle-button {
    border-color: #8dc556;
} */
.miharadai-menu .btn-wrap.active .toggle-button::before {
    /* border-color: #8dc556; */
    left: 37%;
    transform: translate(-25%, -30%) rotate(-45deg);
    -webkit-transform: translate(-25%, -30%) rotate(-45deg);
}
.miharadai-menu .sub-menu-top ul li.pc-only {
    display: none;
}
.miharadai-menu .sub-menu-top ul li.sp-only{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.miharadai-menu ul .tbl {
    width: 100%;
}
.miharadai-menu .parent.sp-only a {
    width: calc(100% - 80px);
}
.miharadai-menu .parent.sp-only li.l-nav a {
    width: 100%;
}
.miharadai-menu .parent.sp-only .lower-nav {
    width: 100%;
}
.miharadai-menu ul a:hover {
    color: initial;
}
.miharadai-menu ul .pc-only .toggle-button {
    color: #4a4a4a;
    border-color: #4a4a4a;
}
.miharadai-menu ul .pc-only .toggle-button::before {
    border-color: #4a4a4a;
}
.miharadai-menu .sub-menu-top ul li {
    margin-bottom: 15px;
}
.miharadai-menu ul a:hover .arrow-txt {
    color: #4a4a4a;
    border-color: #4a4a4a;
}
.miharadai-menu ul .pc-only.active a .toggle-button::before {
    left: 37%;
    transform: translate(-25%, -30%) rotate(-45deg);
    -webkit-transform: translate(-25%, -30%) rotate(-45deg);
}

.miharadai-menu .sub-menu-btm .insurance-list {
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.miharadai-menu .sub-menu-btm {
    padding-left: initial;
}
.miharadai-menu .sub-menu-btm {
    width: 100%;
}
.miharadai-menu .sub-menu-btm li.pc-only {
    display: none;
}
.miharadai-menu .sub-menu-btm li.sp-only {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.miharadai-menu .sub-menu-btm .sp-only .insurance-item-column {
    /* display: flex; */
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /* width: calc(100% - 60px); */
    padding: initial;
    width: calc(100% - 80px);
}
.miharadai-menu .sub-menu-btm .sp-only .btn-wrap {
    cursor: pointer;
    padding: 12px 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
/* .miharadai-menu .sub-menu-btm .insurance-item-column {
    width: 100%;
    padding-left: initial;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 15px;
} */
.miharadai-menu .dep-line a {
    height: 20vw;
}
.miharadai-menu .dep-line .image {
    height: 20vw;
    width: 35%;
}
.miharadai-menu .dep-line .tbl {
    width: 65%;
    height: 20vw;
}
.miharadai-menu .dep-line .tbl span {
    white-space: wrap;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    display: block;
    padding-left: 0.5em;
}
.miharadai-menu ul a {
    padding: 10px 8px;
}
.miharadai-menu .sub-menu-btm .plus-btn {
    padding: initial;
    padding-top: calc(20vw / 2 - 10px);
    padding-bottom: calc(20vw / 2 - 10px);
}
.miharadai-menu .dep-line.sp-only {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.miharadai-menu .sp-only a {
    /* display: flex; */
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /* width: calc(100% - 60px); */
    padding: initial;
}
.miharadai-menu .dep-line.sp-only a{
    display:flex;
    width:calc(100% - 60px);
}
.miharadai-menu .dep-line.sp-only .btn-wrap {
    height: 20vw;
    position: relative;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.miharadai-menu .dep-line.sp-only .toggle-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.miharadai-menu .sp-only .toggle-button {
    margin: initial;
}
/* .miharadai-menu .sub-menu-btm li{
    margin-bottom:0;
}
.miharadai-menu .sub-menu-btm li.l-nav{
    margin-bottom:15px;
} */

/* トップ画像 */
.miharadai .catchcopy .none {
    display: none;
}
.miharadai .catchcopy .blk {
    display: block;
}
.miharadai .catchcopy {
    top: 15%;
    transform: translate(-5%, -15%);
    -webkit-transform: translate(-5%, -15%);
    -moz-transform: translate(-5%, -15%);
}
.miharadai .catchcopy>img {
    max-width:225px;
}
html.large .miharadai .catchcopy>img{
    max-width:285px;
}
.miharadai .catchcopy p {
    font-size: 1.6rem;
    line-height: 1.4;
}
.miharadai .top-content .hero .images {
    height: 65vw;
}
.miharadai .transfer {
    z-index: 10;
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    margin: initial;
    max-height: initial;
    width: 100%;
    display: none;
}
.miharadai .top-content .hero::before {
    content: initial;
}
.miharadai .important-item {
    min-width: initial;
    border-left: initial;
    border-right: initial;
}
.miharadai .important-item:not(:first-child) a {
    border-left: initial;
}
.miharadai .important a {
    border-radius: initial;
    padding: 15px 0;
    background-color: #ffffff;
    transition: background-color, 0.3s;
}
.miharadai .important a:hover {
    background-color: #f6ffed;
    /* color: initial; */
}
.miharadai .sub-trans .sub-trans-item {
    min-width: initial;
}
.miharadai .important {
    flex-wrap: wrap;
}
.miharadai .important-item {
    /* width: calc(50% - 1.5px); */
    width:50%;
    border-top:1px solid var(--text-color);
    border-left:1px solid var(--text-color);
}
.miharadai .important-item:nth-child(2),
.miharadai .important-item:nth-child(4){
    /* border-right:1px solid var(--text-color); */
    border-right:none;
}
.miharadai .important-item:nth-child(3),
.miharadai .important-item:nth-child(6){
    border-right:1px solid var(--text-color);
}
.miharadai .important-item:nth-child(4),
.miharadai .important-item:nth-child(5),
.miharadai .important-item:nth-child(6){
    border-bottom:1px solid var(--text-color);
}
.miharadai.main .important-item:nth-child(3){
    border-right:none;
}
.miharadai.main .important-item:nth-child(2),
.miharadai.main .important-item:nth-child(4){
    border-bottom:none;
    border-right:1px solid var(--text-color);
}

.miharadai .sub-trans .sub-trans-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
    border-radius: initial;
    padding: 15px 0;
    background-color: #f7f5f2;
    max-height: initial;
}
.miharadai .sub-trans .sub-trans-item .txt {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: initial;
    padding-top: 20px;
}
.miharadai .sub-trans {
    margin-top: initial;
}
.miharadai .sub-trans .sub-trans-item:nth-child(1) {
    margin-right: initial;
    border:1px solid var(--text-color);
}
.miharadai .sub-trans .sub-trans-item:nth-child(2) {
    margin-left: initial;
    border:1px solid var(--text-color);
    border-left:none;
}
.miharadai .sub-trans .sub-trans-item .item {
    width: 8vw;
    height: 8vw;
    max-width: 130px;
    max-height: 130px;
}
.miharadai .sub-trans .sub-trans-item img {
    max-width: 200px;
    max-height: 200px;
    min-width: initial;
    min-height: initial;
}
.miharadai .sub-trans .sub-trans-item .txt span {
    display: none;
}
.miharadai .trans-txt h3, .miharadai .sub-trans .sub-trans-item .txt h3 {
    font-size: 0.95rem;
}
.miharadai .sub-trans .sub-trans-item a {
    background-color: #ffffff;
    transition: background-color, 0.3s;
}
.miharadai .sub-trans .sub-trans-item a:hover {
    /* color: initial; */
    background-color: #f6ffed;
}
.miharadai .important a:hover .trans-item {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.miharadai .sub-trans .sub-trans-item .item {
    min-width: 40px;
    min-height: 40px;
    transition: transform, 0.3s;
}
.miharadai .sub-trans .sub-trans-item a:hover .item {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}


/* 外来診察日程表 */
.miharadai .sub-contents {
    padding-top: 35px;
}
.sub-page .important-wrap {
    top: 70px;
    height: 190px;
    display: none;
}
.sub-page .important-list .important-item {
    width: calc(100% / 3);
    height: 95px;
}
.sub-page .important-item a {
    height: 70px;
}
.sub-page .important-list {
    flex-wrap: wrap;
}
.miharadai .sub-contents h2 {
    font-size: 1.5rem;
}
.miharadai .schedule table th {
    font-size: 1.05rem;
    padding: 5px;
}
.miharadai .schedule table td {
    font-size: 0.95rem;
    padding: 7px;
    white-space: nowrap;
}
.miharadai .schedule table td.fst {
    padding: 7px;
    font-size: 1.05rem;
    white-space: initial;
}
.sub-page .important-item a::after {
    width: 10px;
    height: 10px;
    bottom: 2px;
    right: 2px;
}
.sub-page .crumb {
    font-size: 1rem;
}
.sub-page .crumb span {
    margin-left: initial;
    margin-right: 1px;
}
.sub-page .crumb span:first-child {
    margin-left: initial;
}
/* .miharadai .schedule .outpatient {
    overflow-x: scroll;
} */
.miharadai .schedule table .morning, .miharadai .schedule table .afternoon {
    padding: 3px 5px;
}

/* 新着情報 */
.miharadai .sub-contents h2 {
    font-size: 1.5rem;
}
.miharadai .news-wraper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.miharadai .news .hospital {
    padding-top: 25px;
    width: 100%;
}
.miharadai .news .day-reha {
    width: 100%;
}
.miharadai .news .news-wrap {
    padding-top: 25px;
}
.miharadai .news .archive {
    /* width: 120px; */
    width:8rem;
    font-size: 1rem;
    padding: 8px 10px;
}
.miharadai .news .hospital .tbl-ttl h3, .miharadai .news .day-reha .tbl-ttl h3 {
    font-size: 1.4rem;
}
.miharadai .news .category h3 {
    font-size: 0.95rem;
}
.miharadai .news .news-data {
    padding: 20px 0;
}
.miharadai .news .date .year {
    font-size: 0.85rem;
}
.miharadai .news .date .day {
    font-size: 0.9rem;
}
.miharadai .news .news-data .title {
    font-size: 0.9rem;
}

/* ピックアップ記事 */
.miharadai .pickup .content {
    padding-top: initial;
}
.miharadai .pickup .main-line {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.miharadai .pickup .main-line a {
    width: 100%;
    margin-top: 30px;
}
.miharadai .pickup .main-line a:first-child {
    margin-top: initial;
}
.miharadai .pickup .main-line .img {
    height: 180px;
}
.miharadai .pickup .main-line .information {
    height: calc(100% - 180px);
    /* padding-bottom: 70px; */
    padding-bottom:3.36rem;
}
.miharadai .pickup .sub-line {
    padding-top: 35px;
}
.miharadai .pickup .sub-line {
    flex-wrap: wrap;
    justify-content: space-between;
}
.miharadai .pickup .sub-line a {
    width: calc(100% / 2 - 5px);
}
.miharadai .pickup .sub-line .img {
    width: 38%;
}
.miharadai .pickup .sub-line .information {
    width: 60%;
}
.miharadai .pickup .pickup-wrap::after {
    top: 12%;
}
@media screen and (max-width: 400px) {
    .miharadai .pickup .sub-line {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .miharadai .pickup .sub-line a {
        width: 100%;
    }
}

/* 施設のご案内 */
.miharadai .facility {
    margin-top: 50px;
    margin-bottom: 0;
}
.miharadai .facility .ttl::after {
    width: 200px;
}
.miharadai .facility .content {
    padding-top: 35px;
}
.miharadai .facility .other {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.miharadai .facility .other a {
    width: 100%;
}
.miharadai .facility .other a:nth-child(2),
.miharadai .facility .other a:last-child {
    margin-top: 30px;
}
.miharadai .facility .other .images {
    height: 30vw;
    max-height: 300px;
}
.miharadai .facility .other h5 {
    font-size: 1.3rem;
}
.miharadai .facility .other p {
    font-size: 0.9rem;
}
.miharadai .facility .other .img {
    padding: 5px;
}
@media screen and (max-width: 500px) {
    .miharadai .facility .other a {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .miharadai .facility .other .img {
        padding: 5px;
        width: 100%;
    }
    .miharadai .facility .other .images {
        height: 100%;
        max-height: initial;
    }
    .miharadai .facility .other .information {
        width: 100%;
    }
}

/* フッター */
.miharadai-footer .image img {
    max-width: 300px;
}
.miharadai-footer .footer-sub p {
    font-size: 1rem;
}
.miharadai-footer .footer-sub {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 25px;
}
.miharadai-footer .footer-line {
    padding-bottom: initial;
    padding-top: 10px;
}
.miharadai-footer .footer-line {
    width: 100%;
}
.miharadai-footer .footer-line span.big {
    font-size: 1.15rem;
}
.miharadai-footer .footer-line span.small {
    font-size: 0.9rem;
    padding-bottom: 5px;
}
.miharadai-footer .question, .miharadai-footer .contact {
    padding-top: 12px;
    font-size: 0.95rem;
}
.miharadai-footer .footer-sub .copyright {
    display: none;
}
.miharadai-footer .lists a {
    font-size: 1.05rem;
}
.miharadai-footer .lists span:last-child {
    padding-left: 15px;
}
.miharadai-footer .lists {
    padding-top: 25px;
}
.miharadai-footer .sp-only {
    display: block;
    position: relative;
    font-size: 0.8rem;
    z-index: 990;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 8px;
}
.miharadai-footer .footer-wrapper {
    padding-bottom: 50px;
}
.miharadai-footer .copyright p {
    font-size: 0.7rem;
}
.miharadai-footer .copyright {
    padding: 10px 0;
}
.miharadai-footer .footer-line ul {
    flex-wrap: wrap;
}
.miharadai-footer .footer-line ul li {
    width: calc(100% / 2 - 8px);
    margin: 15px 4px;
}


/* 三原台病院サブページ共通 */
.sub-page .important-item .trans-txt h3 {
    font-size: 0.9rem;
}
.miharadai-menu .sub-menu .menu-address.sp-only {
    display: block;
}
.sub-page .crumb span:last-child {
    margin-left: initial;
}
.sub-page .top-base {
    padding-top: initial;
}
.sub-page .top-base .images {
    height: 30vw;
    max-height: 330px;
    /* min-height: 140px; */
    min-height:9.76rem;
    overflow: hidden;
}
.sub-page .top-base .images img {
    object-position: 8% 20%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.sub-page .important-item .trans-item {
    min-height: 40px;
    min-width: 40px;
}
.sub-page .top-base .ttl h1 {
    font-size: 1.8rem;
    /* white-space: nowrap; */
}
.sub-page .important-item a {
    padding: 12px 0;
}
.sub-page .important-item:nth-child(3) a {
    border-left: initial;
}
.sub-page .important-item:nth-child(4) a {
    /* border-left: 1px solid #000000; */
}
@media screen and (max-width: 400px) {
    .sub-page .top-base .images{
        height:33vw;
        /* min-height:150px; */
    }
    .sub-page .top-base .images img{
        object-position:8% 15%;
    }
}

/* 外来のご案内 */
.sub-page .content .relation {
    padding-top: 20px;
    gap:10px 20px;
}
.sub-page .content .relation a {
    /* width: calc(100% / 2 - 20px);
    margin: 0 10px; */
    width:calc(calc(100% - 20px) / 2);
    font-size: 1.05rem;
    padding: 20px 5px;
}
.sub-page .content .relation a:nth-child(2n) {
    margin-right: initial;
}
@media screen and (max-width: 450px) {
    .sub-page .content .relation {
        padding-top: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:15px;
    }
    .sub-page .content .relation a {
        margin: initial;
        /* margin-top: 15px; */
        width: 100%;
        padding: 18px 0;
        
    }
}
.sub-page .sub-info .ttl h2 {
    font-size: 1.5rem;
}
.sub-page .sub-info .ttl::after {
    width: 250px;
}
.outpatient .sub-info .related-link .links, .subject .sub-info .related-link .links {
    padding: 35px 30px;
    gap: 20px;
}
@media screen and (max-width: 375px) {
    .outpatient .sub-info .related-link .links, .subject .sub-info .related-link .links {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 25px;
    }
    .outpatient .sub-info .related-link .links a, .subject .sub-info .related-link .links a {
        width: 100%;
        font-size: 1.05rem;
        box-sizing: border-box;
        margin: initial;
    }
    .outpatient .sub-info .related-link .links span:nth-child(2) , .subject .sub-info .related-link .links span:nth-child(2) {
        width: initial;
    }
    .outpatient .sub-info .arrow-wrap {
        padding-left: initial;
    }
}
.outpatient .sub-info .clinical {
    margin-bottom: 40px;
}
.outpatient .sub-info .tbl-list, .outpatient .sub-info .tbl-ttl {
    padding-top: 35px;
}
.outpatient .sub-info .tbl-ttl h3 {
    font-size: 1.3rem;
}
.outpatient .sub-info table td {
    font-size: 1rem;
    padding: 15px;
}


/* 診療科目一覧 */
.subject .sub-info .titles .bg-img {
    /* padding: 12px; */
    width:55px;
    max-width:55px;
    height:55px;
    max-height:55px;
    padding:0;
    position:relative;
}
.subject .sub-info .titles img {
    max-height: 30px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.subject .sub-info .lists h3 {
    font-size: 1.3rem;
    padding-left: 12px;
}
.subject .sub-info .reservation {
    padding: 8px 10px;
}
.subject .sub-info .reservation span {
    font-size: 1.05rem;
}
.subject .sub-info .clinical-name {
    padding-bottom: 15px;
}
.subject .sub-info .sub-ttl {
    padding-top: 30px;
    margin-bottom: 25px;
}
.subject .sub-info .sub-ttl h4 {
    font-size: 1.2rem;
}
.subject .sub-info .staff .picture {
    /* align-items: flex-end; */
    gap: 10px;
}
.subject .sub-info .staff .images {
    width: calc(100% / 3 - 7px);
    max-width:calc(100% / 3 - 7px);
}
@media (max-width:500px){
    .subject .sub-info .staff .images {
    width: calc(100% / 2 - 10px);
    max-width:calc(100% / 2 - 10px);
}
}
.subject .sub-info .images .detail p {
    font-size: 1rem;
}
.subject .sub-info .flx-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.subject .sub-info .flx-row .description {
    margin-left: initial;
    width: 100%;
}
.subject .sub-info .flx-row .description ul li {
    margin: 8px 0;
}
.subject .sub-info .flx-row .description ul li:last-child {
    margin-bottom: initial;
}
.subject .sub-info .information {
    padding-top: 30px;
}
.subject .sub-info .lists .contents {
    padding-top: 45px;
}
.subject .sub-info .contents:not(:first-child) .staff .images {
    width: 40%;
    max-width:40%;
}
.subject .sub-info #otolaryngology .description{
    font-size:1rem;
}
.subject .sub-info #radiology .information .images {
    flex-direction: column;
    justify-content: center;
}
.subject .sub-info #radiology .information .images .img,
.subject .sub-info #radiology .information .images .detail {
    width: 100%;
}
.subject .sub-info #radiology .information .images .detail {
    padding-top: 15px;
}
.subject .sub-info #radiology .information .notice h5 {
    margin-top: 25px;
    font-size: 1.1rem;
    padding: 12px 0;
    padding-left: 15px;
}
.subject .sub-info #radiology .information .notice ul {
    padding-top: 3px;
}
.subject .sub-info .line-ttl {
    padding: 12px 0;
}
.subject .sub-info .line-ttl h5 {
    font-size: 1.1rem;
    padding-left: 15px;
}
.subject .sub-info #radiology .information .lineup-content:nth-child(3), .subject .sub-info #radiology .information .lineup-content:last-child {
    margin-top: 25px;
}

/* 新着情報 */
.news .sub-info .sub-ttl h2 {
    font-size: 1.5rem;
}
.news .sub-info .tab-container ul {
    width: 100%;
}
.news .sub-info .tab-container ul a {
    font-size: 1.05rem;
}
.news .sub-info .tab-container ul li {
    min-height: 60px;
}
.news .sub-info .contents ul a .flx-row .date {
    margin-right: 20px;
}
.news .sub-info .contents #tab01 ul a .flx-row .inf {
    font-size: 1.05rem;
}
.news .sub-info .contents .pagination .current {
    width: 30px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
}
.news .sub-info .contents .pagination a {
    width: 30px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
}

/* 新着情報記事ページ */
/* 三原台病院用 */
.sub-page .sub-info {
    padding-top: 40px;
}
.news-page .container .sub-ttl h2 {
    font-size: 1.5rem;
}
.news-page .container .sub-inf .date {
    margin-right: 20px;
}
.news-page .container .titles h3 {
    font-size: 1.3rem;
    line-height: 1.3;
}
.news-page .container .titles {
    margin-bottom: 20px;
}
/* .news-page .container .news-info .images {
    width: 100%;
    height: 100%;
} */
.news-page .container .news-info img{
    width:100%;
    /* margin-bottom:15px; */
}
/* .news-page .container .news-info .txts {
    padding-top: 15px;
} */
 .news-page .container .news-info h1{
    font-size:1.35rem;
    font-weight:bold;
}
.news-page .container .news-info h2{
    font-size:1.3rem;
    font-weight:bold;
}
.news-page .container .news-info h3{
    font-size:1.25rem;
    font-weight:bold;
}
.news-page .container .news-info h4{
    font-size:1.2rem;
    font-weight:bold;
}
.news-page .container .news-info h5{
    font-size:1.15rem;
    font-weight:bold;
}
.news-page .container .news-info h6{
    font-size:1.1rem;
    font-weight:bold;
}
.news-page .container .back {
    padding-top: 40px;
}

/* 入院・面会のご案内 */
.hospitalaization .contents {
    padding-top: 20px;
}.hospitalaization .bed-img, .hospitalaization .visit-wrap .images {
    max-width: 350px;
    max-height: 200px;
}
.hospitalaization .bed-img img, .hospitalaization .visit-wrap .images img {
    max-height: 200px;
}
.hospitalaization .hospital-bed {
    padding-top: 20px;
}
.hospitalaization .bed-content h3 {
    font-size: 1.3rem;
    line-height: 1.3;
}
.hospitalaization .bed-content .tbl-ttl {
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.hospitalaization .bed-content {
    padding-top: 30px;
}
.hospitalaization .bed-content .info p {
    font-size: 1rem;
}
.hospitalaization .visitation {
    padding-top: 20px;
}


/* 2026.0122追加 フッター部分の修正の制度について修正 => バナー追加 */
.main .banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.main .banner a {
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
}
@media screen and (max-width: 350px) {
    .main .banner a {
        width: 100%;
    }
}