@charset "utf-8";

@font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 900; font-display: block; src: url('/data/common/c2101a080701/css/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('/data/common/c2101a080701/css/fontawesome/webfonts/fa-solid-900.ttf') format('truetype') }

:root { --basecolor: 251, 130, 111 }
:root { --textcolor: 68, 68, 68 }
:root { --bordercolor: 221, 221, 221 }
:root { --blogcolor: 26, 115, 232 }

.cmshtml { scroll-behavior: smooth }
.cmshtml * { box-sizing: border-box; -webkit-tap-highlight-color: transparent }
.cmshtml body { margin: 0; background-color: #fff; color: rgb(var(--textcolor)); line-height: 1.732; font-size: clamp(15px, calc(0.121vw + 14.55px), 16px); font-family: 'Noto Sans JP', sans-serif }
.cmshtml section, div, dl { display: flow-root }
.cmshtml p { margin: 0 }
.cmshtml a { color: rgba(0, 51, 204, 1) }
.cmshtml a:hover { color: rgba(0, 51, 204, .64) }
.cmshtml :is(ul, ol, dl, dt, dd) { margin: 0; padding: 0 }
.cmshtml :is(h1, h2, h3, h4, h5, h6) { margin: 0; color: #444 }
.cmshtml img { border: none; vertical-align: top }
.cmshtml a img { transition: .3s }
.cmshtml a:hover img { opacity: .72 }
.cmshtml #wrapper img { height: auto }
.cmshtml mark { background: linear-gradient(transparent 64%, #ffdfef 64%); color: #000; padding: 0 1px 1px }
.cmshtml label { display: block; caret-color: transparent }
.cmshtml :is(input[type='text'], input[type='file'], input[type='email'], input[type='tel'], input[type='number'], input[type='date'], input[type='password'], textarea, select) { border: 2px solid #ddd !important; transition: .3s !important; outline: none }
.cmshtml :is(input[type='text'], input[type='file'], input[type='email'], input[type='tel'], input[type='number'], input[type='date'], input[type='password'], textarea, select):focus { border-color: #1b95e0 !important; box-shadow: none !important }
.cmshtml :is(button, input[type='submit'], input[type='button']) { transition: .3s !important; font-size: 92%; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; border: 2px solid rgb(var(--basecolor)) !important; color: #fff; background: rgb(var(--basecolor)) !important }
.cmshtml :is(button[type='submit'], input[type='submit'], input[type='button']):hover { color: rgb(var(--basecolor)) !important; background: #fff !important; box-shadow: none !important }
.cmshtml button[type='reset'], .rdcontact_btn_back { border: 3px solid #ccc !important; background: #fff !important; margin-right: 8px; transition: .3s !important; font-size: 92%; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; font-weight: 500; color: #999 !important }
.cmshtml button[type='reset']:hover, .rdcontact_btn_back:hover { opacity: .64; box-shadow: none !important }
.cmshtml form dl { background-color: rgb(250, 249, 244); border: 1px solid rgb(239, 237, 222); border-radius: 8px; padding: 8px 16px !important }
.cmshtml form dt { margin-bottom: 4px !important; font-size: 92% }
.cmshtml .contact_item_title::before { font-family: 'Font Awesome 6 Free'; content: '\f0da\00a0'; font-weight: 900 }
.cmshtml form dt span { color: #fff; font-weight: 400; font-size: 75%; line-height: 1.1; padding: 1px 4px 3px; border-radius: 4px; border: none; background-color: #f90; display: inline-block; margin-left: 8px }
.cmshtml form dd { margin-top: 12px }
.cmshtml textarea { width: calc(100% - 14px) }
.cmshtml .contact_item_title:not(:first-child) { margin-top: 16px !important }
.cmshtml caption { caption-side: bottom; font-size: 88%; margin-top: 8px; color: #777 }
.cmshtml figure img { max-width: 100% }
.cmshtml figcaption { text-align: center; font-size: 88%; margin-top: 8px }
.cmshtml table { border-collapse: collapse }
.cmshtml iframe { border: none }

@-moz-document url-prefix() {
:root { --mypadding: 0px }
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
:root { --mypadding: 15px }
}
}

@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
:root { --mypadding: 15px }
@media (forced-colors: active) {
:root { --mypadding: 15px }
}
}

.cmshtml #mymodalhambergerouter { position: fixed; display: flex; justify-content: center; align-items: center; z-index: 9999; background: url(../img/hospital/common/back01.png) center top no-repeat; border-radius: 50% }
.cmshtml #mymodalhambergerouter > div { padding-bottom: 8px }
.cmshtml #mymodaltoggle { display: none }
.cmshtml #mymodalhamberger { display: block; cursor: pointer; display: flex; justify-content: center; align-items: center; -webkit-tap-highlight-color: transparent }
.cmshtml #mymodalhamberger span { display: block; background-color: #fff; transition: .4s; transform-origin: 0; width: 28px; height: 2px; margin-top: 8px; font-style: normal }
.cmshtml #mymodaltoggle:checked + #mymodalhamberger span:nth-child(1) { transform: translate(4px, 0) rotate(45deg) }
.cmshtml #mymodaltoggle:checked + #mymodalhamberger span:nth-child(2) { opacity: 0 }
.cmshtml #mymodaltoggle:checked + #mymodalhamberger span:nth-child(3) { transform: translate(4px, 0) rotate(-45deg) }
.cmshtml #mymodal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: #fff; overflow-y: auto; transition: opacity .5s; z-index: -999 }
.cmshtml .mymodal-hide { opacity: 0 }
.cmshtml .mymodal-show { opacity: 1 !important }

@media (max-width: 767px) {
.cmshtml #mymodalhamberger { transform: scale(.9) }
}

@media (max-width: 1079px) {
.cmshtml .noscroll { overflow: hidden }
}

@media (min-width: 1080px) {
.cmshtml .noscroll { overflow: hidden; padding-right: var(--mypadding) }
.cmshtml .noscroll #mymodalhambergerouter { right: calc(16px + var(--mypadding)) }
.cmshtml .mymodal-hide > div { margin-left: var(--mypadding) }
}

@media (max-width: 1079px) {
.cmsbody { font-feature-settings: 'palt'; -webkit-text-size-adjust: 100% }
.cmshtml :is(h1, .largeonly, .globalnav_hospital) { display: none }
.cmshtml #wrapper { position: relative }
.cmshtml #mymodalhambergerouter { top: 6px; right: 10px }
.cmshtml :is(#mymodalhambergerouter, #mymodalhamberger) { width: clamp(56px, calc(1.135vw + 51.74px), 64px); height: clamp(56px, calc(1.135vw + 51.74px), 64px) }
.cmshtml .myheader_hospital { padding: 16px 16px 0 }
.cmshtml .headerlogo_hospital { width: 200px }
.cmshtml .headerlogo_hospital img { max-width: 100% }
.cmshtml #containermainvisual { position: relative; margin-top: 24px; background: url(../img/hospital/common/back02.jpg) center bottom / 100% no-repeat }
.cmshtml #mainvisual { width: 92%; margin: 0 auto; border-radius: 24px; overflow: hidden }
.cmshtml #mainvisual img { max-width: 100% }
.cmshtml #mainvisualcatchouter { position: absolute; top: 20%; right: 8%; bottom: 0; left: 8%; display: flex; justify-content: flex-end }
.cmshtml #mainvisualcatch { font-size: clamp(22px, calc(3.121vw + 10.3px), 44px); line-height: 1.2; text-align: right }
.cmshtml #mainvisualcatch > div:not(:first-child) { margin-top: 8px }
.cmshtml #mainvisualcatch strong { display: inline-block; background-color: #fffdf1; border-radius: 10px; padding: 2px 12px 5px }
.cmshtml #containerpagetitle { margin-top: 24px; background: url(../img/hospital/common/back16.jpg) center bottom / 100% no-repeat; padding-bottom: clamp(20px, calc(1.702vw + 13.62px), 32px) }
.cmshtml #pagetitleouter { position: relative; width: 92%; margin: 0 auto; border-radius: 24px; overflow: hidden; border: 1px solid #fff }
.cmshtml #pagetitleimg {  }
.cmshtml #pagetitleimg img { width: 100%; height: clamp(160px, calc(5.674vw + 138.72px), 200px) !important; object-fit: cover;; border-radius: 23px;  } 
.cmshtml #pagetitleinner { position: absolute; top:0; right:0; bottom:0; left: 50%; background-color: rgba(255,255,255,.88); display: flex; align-items: center; justify-content : center; text-align: center }
.cmshtml #pagetitle { font-size: clamp(24px, calc(2.27vw + 15.49px), 40px); font-weight: 600; color: #444; text-shadow: 0 0 8px #fff, 0 0 8px #fff }
.cmshtml #pagetitle img { width: clamp(44px, calc(1.702vw + 37.62px), 56px) }
.cmshtml .containermysection01 { padding: 32px 16px 0; background-color: #f7f4ef }
.cmshtml .mysection01 { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 24px }
.cmshtml .mysection01 > div { width: 88px !important; position: relative }
.cmshtml .mysection01 img { max-width: 100% }
.cmshtml .mysection01text { text-align: center; font-size: clamp(16px, calc(0.284vw + 14.94px), 18px); font-weight: 600; margin-top: 4px }
.cmshtml .containermysection02 { padding: 40px 16px; background-color: #f7f4ef }
.cmshtml .mysection0201 { box-shadow: 0 0 16px #f0ebe7 }
.cmshtml .mysection0201 h2 { color: #fff; text-align: center; font-weight: 500; font-size: clamp(18px, calc(0.284vw + 16.94px), 20px); padding: 6px 0; background: linear-gradient(90deg, rgba(225, 101, 103, 1) 0%, rgba(220, 14, 14, 1) 100%); border-top-right-radius: 8px; border-top-left-radius: 8px }
.cmshtml .mysection0201 dl { background-color: #fff; padding: 16px 24px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px }
.cmshtml .mysection0201 dt { font-size: clamp(17px, calc(0.142vw + 16.47px), 18px); font-weight: 600; color: #dd1211; border-bottom: 1px solid #c3c3c3; padding-bottom: 10px }
.cmshtml .mysection0201 dd { margin-top: 10px }
.cmshtml .mysection0202 { margin-top: 32px; padding: 24px; border-radius: 8px; background-color: #fff; box-shadow: 0 0 16px #f0ebe7 }
.cmshtml .mysection0202 > div:nth-child(1) { text-align: center }
.cmshtml .mysection0202 > div:nth-child(2) { margin-top: 16px }
.cmshtml .mysection0202title dt { font-family: 'Varela Round', sans-serif; font-size: clamp(40px, calc(2.27vw + 31.49px), 56px); background: linear-gradient(90deg, #a5c1dd, #7e98c5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; line-height: 1 }
.cmshtml .mysection0202title dd { font-size: clamp(17px, calc(0.426vw + 15.4px), 20px); font-weight: 500; margin-top: 8px }
.cmshtml .mysection0202btn { margin-top: 14px; text-align: right }
.cmshtml .mysection0202btn a { display: inline-block; text-decoration: none; color: #2c2c2c; padding: 6px 56px 0 0; background: url(../img/hospital/common/btn03.png) right center/ 40px 40px no-repeat; min-height: 40px }
.cmshtml .containermysection03 { background: url(../img/hospital/common/back03.jpg) center top / 100% no-repeat; padding: clamp(72px, calc(4.539vw + 54.98px), 104px) 16px 38px }
.cmshtml .mysection03title { text-align: center; background: url(../img/hospital/common/back05.png) center top / 100% no-repeat }
.cmshtml .mysection03title div:nth-child(1) { font-family: 'Varela Round', sans-serif; font-size: clamp(20px, calc(0.851vw + 16.81px), 26px); background: linear-gradient(#a7c9a7, #82c794); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent }
.cmshtml .mysection03title h2 { display: inline-block; font-size: clamp(24px, calc(2.27vw + 15.49px), 40px); line-height: 1.36; margin-top: 9px; background: url(../img/hospital/common/back04.png) center 98% / 40px 8px repeat-x; color: #57af6e }
.cmshtml .mysection0301 { display: flex; flex-wrap: wrap; row-gap: 32px; margin-top: 32px }
.cmshtml .mysection0301 > div { width: 33% !important; text-align: center; font-weight: 600; font-size: clamp(16px, calc(0.284vw + 14.94px), 18px); line-height: 1.4 }
.cmshtml .mysection0301img { margin: 0 8px 8px 8px; border-radius: 20px; overflow: hidden; box-shadow: 0 0 16px #f0ebe7 }
.cmshtml .mysection0301 img { width: 100%; max-width: 220px }
.cmshtml .mysection0301img + div { margin: 0 12px 0 13px }
.cmshtml .mysection0302 { margin-top: 40px; text-align: center }
.cmshtml .mysection0302title h4 { display: inline-block; font-size: clamp(24px, calc(1.986vw + 16.55px), 38px); color: #f70; line-height: 1.36 }
.cmshtml .mysection0302title h3 { display: inline-block; font-size: clamp(24px, calc(1.986vw + 16.55px), 38px); line-height: 1.36; background: url(../img/hospital/common/back04.png) center 98% / 40px 8px repeat-x; margin-top: 24px }
.cmshtml .mysection0302banners { margin-top: 32px; display: flex; justify-content: center; flex-wrap: wrap; text-align: center; gap: 16px }
.cmshtml .mysection0302banners > div { max-width: 220px; width: 46% !important; padding: 16px; font-size: clamp(17px, calc(0.142vw + 16.47px), 18px); font-weight: 600; border-radius: 8px }
.cmshtml .mysection0302banners > div:nth-child(1) { background-color: #f1e3f4 }
.cmshtml .mysection0302banners > div:nth-child(2) { background-color: #f4e9d3 }
.cmshtml .mysection0302banners > div:nth-child(3) { background-color: #dbefed }
.cmshtml .mysection0302banners > div:nth-child(4) { background-color: #d2e4f8 }
.cmshtml .mysection0302banners > div:nth-child(5) { background-color: #fae2de }
.cmshtml .containermysection04 { background: url(../img/hospital/common/back06.jpg) center top / 100% no-repeat; padding: clamp(88px, calc(2.27vw + 79.49px), 104px) 16px 38px; background-color: #f7f4ef }
.cmshtml .mysection04title { text-align: center }
.cmshtml .mysection04title > div:nth-child(1) { font-family: 'Varela Round', sans-serif; font-size: clamp(20px, calc(0.851vw + 16.81px), 26px); background: linear-gradient(#ffb5c6, #ff91ab); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent }
.cmshtml .mysection04title h2 { display: inline-block; font-size: clamp(24px, calc(2.27vw + 15.49px), 40px); line-height: 1.36; margin-top: 9px; background: url(../img/hospital/common/back13.png) center 98% / 40px 8px repeat-x; color: #ed456c }
.cmshtml .mysection04cards01 { margin-top: 40px }
.cmshtml .mysection04cards01 > div { background-color: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 0 12px #f0ebe7; margin-bottom: 24px }
.cmshtml .mysection04card > div:nth-child(1) { text-align: center; font-size: clamp(20px, calc(0.567vw + 17.87px), 24px); font-weight: 600 }
.cmshtml .mysection04card > div:nth-child(2) { text-align: center; margin-top: 10px }
.cmshtml .mysection04card img { max-width: 218px; width: 48% }
.cmshtml .mysection04card > div:nth-child(3) { margin: 16px 0 }
.cmshtml .mysection04card02 { background-color: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 0 12px #f0ebe7 }
.cmshtml .mysection04card02 > div:nth-child(1) { width: 100%; text-align: center; font-size: clamp(20px, calc(0.567vw + 17.87px), 24px); font-weight: 600 }
.cmshtml .mysection04card02 > div:nth-child(2) { width: 100%; margin-top: 10px }
.cmshtml .mysection04card02left > div:nth-child(2) { margin: 10px 0 }
.cmshtml .mysection04card02left img { max-width: 218px; width: 48% }
.cmshtml .mysection04card02 dt { font-size: clamp(20px, calc(0.567vw + 17.87px), 24px); font-weight: 600 !important; line-height: 1.5 }
.cmshtml .mysection04card02 dt br { display: none }
.cmshtml .mysection04card02 dd { margin-top: 16px }
.cmshtml .containermysection05 { background: url(../img/hospital/common/back08.jpg) center top / 100% no-repeat; padding: clamp(72px, calc(4.539vw + 54.98px), 104px) 16px 38px }
.cmshtml .mysection05title { text-align: center }
.cmshtml .mysection05title > div:nth-child(1) { font-family: 'Varela Round', sans-serif; font-size: clamp(20px, calc(0.851vw + 16.81px), 26px); background: linear-gradient(#a5c1dd, #53baff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent }
.cmshtml .mysection05title h2 { display: inline-block; font-size: clamp(24px, calc(2.27vw + 15.49px), 40px); line-height: 1.36; margin: 9px 0 19px; background: url(../img/hospital/common/back14.png) center 98% / 40px 8px repeat-x; color: #09f }
.cmshtml .mysection05title strong { font-size: 120% }
.cmshtml .mysection05title02 { text-align: center; margin-top: 40px }
.cmshtml .mysection05title02 > div:nth-child(1) { font-family: 'Varela Round', sans-serif; font-size: clamp(20px, calc(0.851vw + 16.81px), 26px); background: linear-gradient(#ffce83, #ffb23e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent }
.cmshtml .mysection05title02 h2 { display: inline-block; font-size: clamp(24px, calc(2.27vw + 15.49px), 40px); line-height: 1.36; margin: 9px 0 19px; background: url(../img/hospital/common/back15.png) center 98% / 40px 8px repeat-x; color: #f90 }
.cmshtml .mysection05title02 strong { font-size: 128% }
.cmshtml :is(.mysection05, .mysection0502) { margin-top: 24px }
.cmshtml :is(.mysection05, .mysection0502) > div { border-radius: 16px; padding: 24px; box-shadow: 0 0 12px #f0ebe7; margin-bottom: 24px }
.cmshtml .mysection05card:nth-child(1) { background: linear-gradient(#fadbd4, #fdc5c2) }
.cmshtml .mysection05card:nth-child(2) { background: linear-gradient(#d9e7f4, #abc4ef) }
.cmshtml .mysection05card02:nth-child(1) { background: linear-gradient(#e0f6e0, #aedcb8) }
.cmshtml .mysection05card02:nth-child(2) { background: linear-gradient(#eee5f3, #edcbe9) }
.cmshtml :is(.mysection05card, .mysection05card02) dt { font-size: clamp(20px, calc(0.284vw + 18.94px), 22px); font-weight: 600 !important; text-align: center }
.cmshtml :is(.mysection05card, .mysection05card02) dd { margin-top: 8px; line-height: 1.6 }
.cmshtml .mymovebtn { text-align: center; margin-top: 16px }
.cmshtml .mymovebtn img { width: 50px; height: 50px }
.cmshtml .footer_hospital { background-color: #f7f4ef; padding-top: 40px }
.cmshtml .footerinfoouter_hospital { padding: 0 16px 40px }
.cmshtml .footerinfoimg_hospital { text-align: center }
.cmshtml .footerinfoimg_hospital img { max-width: 50%; border-radius: 16px }
.cmshtml .footerinfo_hospital { margin-top: 32px }
.cmshtml .footerinfotext_hospital { font-size: clamp(16px, calc(0.284vw + 14.94px), 18px); font-weight: 600; border-radius: 4px; overflow: hidden; line-height: 1.4 }
.cmshtml .footerinfotext_hospital > div:nth-child(1) { color: #fff; background-color: #e25c5b; padding: 8px 12px 10px; text-align: center }
.cmshtml .footerinfotext_hospital > div:nth-child(2) { background-color: #fff; padding: 8px 12px 10px 9px }
.cmshtml .footerinfoaddress_hospital { margin-top: 32px; text-align: center }
.cmshtml .footerinfoaddress_hospital img { max-width: 64% !important }
.cmshtml .footerinfoaddress_hospital > div { margin-bottom: 16px }
.cmshtml .footerinfoaddress_hospital a { display: inline-block; text-decoration: none; color: #0080e8 }
.cmshtml .footerinfoaddress_hospital strong { display: inline-block; font-weight: 400; background-color: #fff; border-radius: 40px; padding: 0 8px }
.cmshtml .footercontact_hospital { text-align: center }
.cmshtml .footercontact_hospital > div { margin-bottom: 8px }
.cmshtml .footercontact_hospital strong { display: inline-block; font-size: 36px; font-family: 'Oswald', sans-serif; background: url(../img/hospital/common/back09.png) left center / 32px 32px no-repeat; min-height: 42px; padding-left: 42px }
.cmshtml .footercontact_hospital a { display: inline-block; text-decoration: none; color: #fff; font-weight: 600; font-size: clamp(16px, calc(0.284vw + 14.94px), 18px); background: linear-gradient(160deg, #f9b19e, #ee726b); padding: 12px 32px; border-radius: 40px }
.cmshtml .containerfooternav_hospital { padding: 16px; background-color: #3d322e }
.cmshtml .footernav_hospital { display: flex; flex-wrap: wrap; gap: 16px }
.cmshtml .footernav_hospital > div { width: calc(33.333% - 11px) !important; text-align: center }
.cmshtml .footernav_hospital a { text-decoration: none; color: #fff; font-weight: 500 }
.cmshtml .footercopy_hospital { margin-top: 28px; text-align: center; color: #fff; font-size: 88% }
.cmshtml .sidefixedbtns_hospital { position: fixed; right: 0; bottom: 0; left: 0; display: flex }
.cmshtml .sidefixedbtns_hospital > div { width: 50% !important; display: flex; justify-content: center; align-items: center; column-gap: 8px; padding: 6px 0 !important }
.cmshtml :is(.sidefixedbtn01_hospital, .sidefixedbtn02_hospital) { font-size: clamp(16px, calc(0.567vw + 13.87px), 20px); font-weight: 600 }
.cmshtml :is(.sidefixedbtn01_hospital, .sidefixedbtn02_hospital) > div:nth-child(1) { width: 32px !important }
.cmshtml :is(.sidefixedbtn01_hospital, .sidefixedbtn02_hospital) > div:nth-child(2) { width: auto !important }
.cmshtml .sidefixedbtn01_hospital { background: linear-gradient(#e4d4ee, #dbabd6) }
.cmshtml .sidefixedbtn02_hospital { background: linear-gradient(#bef3bf, #82c794) }
.cmshtml .sidefixedbtns_hospital img { max-width: 100% }
.cmshtml #containermysection06 { position: relative }
.cmshtml :is(#mysection06outer, #mysection06back) { overflow: hidden }
.cmshtml #mysection06 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; clip-path: inset(0) }
.cmshtml #mysection06inner { margin: 0 16px; text-align: center; padding-top: 112px }
.cmshtml .mysection06title h2 { font-size: clamp(32px, calc(2.27vw + 23.49px), 48px) }
.cmshtml .mysection06text { margin-top: 8px }
.cmshtml .mysection06btn { margin-top: 20px }
.cmshtml .mysection06btn a { display: inline-block; font-size: clamp(17px, calc(0.567vw + 14.87px), 21px); font-weight: 600; text-decoration: none; color: #2c2c2c; background-color: #fff; padding: 8px 32px 10px; border-radius: 40px; ; box-shadow: 0 0 8px rgba(0, 0, 0, .08) }
.cmshtml #mysection06back { position: fixed; right: 0; bottom: 0; left: 0; background: url(../img/hospital/common/back12.jpg) center bottom no-repeat; z-index: -1 }
.cmshtml .noscroll #mysection06back { right: var(--mypadding) }
.cmshtml .mymodal_hospital { padding: 80px 0; text-align: center }
.cmshtml .mymodallogo_hospital img { width: 200px; height: auto }
.cmshtml .mymodalnav_hospital { margin-top: 25px }
.cmshtml .mymodalnav_hospital > div:not(:first-child) { margin-top: 8px }
.cmshtml .mymodalnav_hospital a { text-decoration: none; color: #2c2c2c; font-weight: 600; font-size: 17px }
.cmshtml :is(button, input[type='submit'], input[type='button']) { padding: 8px 16px }
.cmshtml .smalltac { text-align: center }
.cmshtml #pt { position: fixed; bottom: 40px; right: 0; display: none; opacity: 0; transition: opacity 0.5s ease; width: 64px; height: 64px }
.cmshtml #pt img { max-width: 100% }

/* 新着情報 */
.cmshtml .mynewarticles .rdnewArticle-item { align-items: flex-start !important; padding: 0 !important; margin-bottom: 10px !important; padding-bottom: 10px !important; border-bottom: 1px solid #7fbfda !important }
.cmshtml .mynewarticles .rdnewArticle-thumbnail { display: none !important }
.cmshtml .mynewarticles .rdnewArticle-contWrap { width: 100% !important; flex: none !important }
.cmshtml .mynewarticles .rdnewArticle-ContDate { font-size: 14px !important; width: 100% !important }
.cmshtml .mynewarticles .rdnewArticle-ContTitle { }
.cmshtml .mynewarticles .rdnewArticle-ContLink { text-decoration: none !important; color: #2c2c2c !important }
.cmshtml .mynewarticles .rdnewArticle-item + .rdnewArticle-item { border-top: none !important }

/* ブログ */
.cmshtml #myblogframe { margin: 0 16px }
.cmshtml #myblogmain { }
.cmshtml #myblogcommon { margin-top: 40px }
.cmshtml #myblogcommon a { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml #myblogcommon h4 { background-color: #bbb; color: #fff; font-weight: 400 !important; font-size: 14px !important; padding: 0 4px; border: none !important }
.cmshtml .rdListItem a { text-decoration: none }
.cmshtml .rdListImage { height: 220px; overflow: hidden; text-align: center }
.cmshtml .rdListImageItem { width: 100%; height: 220px !important; object-fit: cover }
.cmshtml .rdListImageEmpty { background-color: #f8f8f8 }
.cmshtml .rdListImageItemDummy { border: none !important }
.cmshtml .rdpublishDate { font-size: 88% !important }
.cmshtml :is(.rdarticleTitleText, .rdRelatedArticles-title) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.cmshtml .rdarticleTitleText a { font-size: 88% !important; color: rgb(var(--textcolor)) }
.cmshtml .rdarticleTitle h3 { border-bottom: 3px solid rgb(var(--basecolor)) !important; font-size: 18px !important }
.cmshtml .rdListCategoryItem { background-color: rgba(0, 0, 0, .64) !important; padding: 0 4px !important }
.cmshtml .ItemrdListTagListItem { padding: 0 4px !important; margin-right: 4px !important }
.cmshtml .rdnewArticle { border: none !important; padding: 0 !important }
.cmshtml #myblogframe .rdnewArticle-item { padding: 6px 2px !important }
.cmshtml #myblogframe :is(.rdnewArticle-item + .rdnewArticle-item, .rdCategorylist-item + .rdCategorylist-item, .rdMonthlyArchive-item + .rdMonthlyArchive-item) { border-top: 1px solid rgb(var(--bordercolor)) !important }
.cmshtml .rdCategorylist-link { padding: 4px !important }
.cmshtml .rdarticlecalendar { font-size: 92%; width: 100%; max-width: 338px; margin: 0 auto }
.cmshtml .rdCalendarBody { line-height: 1.3 }
.cmshtml .rdCalendarTable-link { color: #fff !important }
.cmshtml .rdMonthlyArchive-item { padding: 4px 4px 4px 14px !important; margin: 0 4px }
.cmshtml .rdTaglist-link { padding: 2px 4px !important; font-size: 88%; color: #0061c9 !important }
.cmshtml .rdTaglist-link:hover { color: #fff !important }
.cmshtml .rdBlogSearch-btn { padding: 0 8px !important; margin-left: 8px; color: #fff !important }
.cmshtml .rdRelatedArticles { width: calc(100% + 16px); transform: translateX(-8px) }
.cmshtml .rdRelatedArticles-item { border: 1px solid rgb(var(--bordercolor)); margin: 0 8px 24px; width: calc(50% - 16px) !important; padding: 8px !important }
.cmshtml .rdRelatedArticles-imageWrapper { border: none !important; height: 96px !important; margin-bottom: 4px !important }
.cmshtml .rdRelatedArticles-image { width: 100%; height: 96px !important; object-fit: cover }
.cmshtml .rdRelatedArticles-title a { color: rgb(var(--textcolor)); text-decoration: none }
.cmshtml .rdRelatedArticles-title a:hover { opacity: .8 }
.cmshtml :is(.rdRelatedArticles-catlink, .rdRelatedArticles-taglink) { padding: 3px 4px !important }
.cmshtml .rdReadMore { font-size: 88% }
}

@media (min-width: 1080px) {
.cmsbody { }
.cmshtml :is(h1, .smallonly) { display: none }
.cmshtml #wrapper { position: relative; max-width: 1920px; margin: 0 auto }
.cmshtml #mymodalhambergerouter { top: 13px; right: 16px }
.cmshtml :is(#mymodalhambergerouter, #mymodalhamberger) { width: clamp(64px, calc(3.095vw + 30.57px), 90px); height: clamp(64px, calc(3.095vw + 30.57px), 90px) }
.cmshtml .myheader_hospital { display: flex; justify-content: space-between; align-items: center; margin-top: 27px; padding: 0 clamp(112px, calc(3.69vw + 72.14px), 143px) 0 clamp(32px, calc(1.071vw + 20.43px), 41px) }
.cmshtml .headerlogo_hospital { width: clamp(280px, calc(9.881vw + 173.29px), 363px) }
.cmshtml .headerlogo_hospital img { max-width: 100% }
.cmshtml .globalnav_hospital { display: flex; justify-content: flex-end; column-gap: clamp(8px, calc(0.357vw + 4.14px), 11px); margin-top: clamp(2px, calc(1.19vw + -10.86px), 12px) }
.cmshtml .globalnav_hospital a { display: inline-block; text-decoration: none; color: #232323; font-size: clamp(16px, calc(0.238vw + 13.43px), 18px); padding: 1px clamp(4px, calc(0.476vw + -1.14px), 8px); transition: .3s; border-bottom: 3px solid transparent }
.cmshtml .globalnav_hospital a:hover { border-bottom-color: #f89791 }
.cmshtml #containermainvisual { position: relative; margin-top: 31px; background: url(../img/hospital/common/back02.jpg) center bottom / 100% no-repeat }
.cmshtml #mainvisual { width: 83.333%; max-width: 1600px; margin: 0 auto; border-radius: 51px; overflow: hidden }
.cmshtml #mainvisual img { max-width: 100% }
.cmshtml #mainvisualcatchouter { position: absolute; top: 20%; right: 11.25%; bottom: 0; left: 11.25%; display: flex; justify-content: flex-end }
.cmshtml #mainvisualcatch { font-size: clamp(44px, calc(2.143vw + 20.86px), 62px); line-height: 1.2; text-align: right }
.cmshtml #mainvisualcatch > div:not(:first-child) { margin-top: 16px }
.cmshtml #mainvisualcatch strong { display: inline-block; background-color: rgb(255, 253, 241); border-radius: 10px; padding: 2px 24px 8px }
.cmshtml #containerpagetitle { margin-top: 31px; background: url(../img/hospital/common/back16.jpg) center bottom / 100% no-repeat; padding-bottom: clamp(40px, calc(1.905vw + 19.43px), 56px) }
.cmshtml #pagetitleouter { position: relative; width: 83.333%; max-width: 1600px; margin: 0 auto; border-radius: 32px; overflow: hidden; border: 1px solid #fff }
.cmshtml #pagetitleimg {  }
.cmshtml #pagetitleimg img { max-width: 100%; border-radius: 33px;  } 
.cmshtml #pagetitleinner { position: absolute; top:0; right:0; bottom:0; left: 50%; background-color: rgba(255,255,255,.88); display: flex; align-items: center; justify-content : center; text-align: center }
.cmshtml #pagetitle { font-size: clamp(40px, calc(1.905vw + 19.43px), 56px); font-weight: 600; color: #444; text-shadow: 0 0 8px #fff, 0 0 8px #fff }
.cmshtml #pagetitle img { width: clamp(56px, calc(2.857vw + 25.14px), 80px) }
.cmshtml .containermysection01 { padding: 48px 24px 0; background-color: #f7f4ef }
.cmshtml .mysection01 { max-width: 1200px; display: flex; justify-content: space-between; margin: 0 auto }
.cmshtml .mysection01 > div { width: 15.083%; max-width: 181px; position: relative; transition: .3s }
.cmshtml .mysection01 > div:has(a:hover) { opacity: .72 }
.cmshtml .mysection01 img { max-width: 100% }
.cmshtml .mysection01text { text-align: center; font-size: clamp(18px, calc(1.667vw + 0px), 20px); font-weight: 600; margin-top: 8px }
.cmshtml .mysection01 a { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0 }
.cmshtml .containermysection02 { padding: 119px 24px 101px; background-color: #f7f4ef }
.cmshtml .mysection0201 { max-width: 1200px; margin: 0 auto; box-shadow: 0 0 16px #f0ebe7 }
.cmshtml .mysection0201 h2 { color: #fff; text-align: center; font-weight: 500; font-size: clamp(20px, calc(1.667vw + 2px), 22px); padding: 10px 0 14px; background: linear-gradient(90deg, rgba(225, 101, 103, 1) 0%, rgba(220, 14, 14, 1) 100%); border-top-right-radius: 12px; border-top-left-radius: 12px; letter-spacing: 1px }
.cmshtml .mysection0201 dl { background-color: #fff; padding: 34px 50px 42px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px }
.cmshtml .mysection0201 dt { font-size: clamp(18px, calc(1.667vw + 0px), 20px); font-weight: 600; color: #dd1211; border-bottom: 1px solid #c3c3c3; padding-bottom: 14px }
.cmshtml .mysection0201 dd { margin-top: 15px }
.cmshtml .mysection0202 { max-width: 1200px; margin: 44px auto 0; padding: 70px 64px; border-radius: 12px; background-color: #fff; display: flex; box-shadow: 0 0 16px #f0ebe7 }
.cmshtml .mysection0202 > div:nth-child(1) { width: 33.582% }
.cmshtml .mysection0202 > div:nth-child(2) { width: 66.418% }
.cmshtml .mysection0202title dt { font-family: 'Varela Round', sans-serif; font-size: clamp(72px, calc(10.833vw + -45px), 85px); background: linear-gradient(90deg, #a5c1dd, #7e98c5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; line-height: 1 }
.cmshtml .mysection0202title dd { font-size: 20px; font-weight: 500; margin: 8px 0 0 5px }
.cmshtml .mysection0202btn { margin-top: 14px; text-align: right }
.cmshtml .mysection0202btn a { display: inline-block; text-decoration: none; color: #2c2c2c; padding: 10px 73px 0 0; background: url(../img/hospital/common/btn03.png) 97% center no-repeat; min-height: 50px; transition: .3s }
.cmshtml .mysection0202btn a:hover { opacity: .72; background-position: right center }
.cmshtml .containermysection03 { background: url(../img/hospital/common/back03.jpg) center top / 100% no-repeat; padding: clamp(144px, calc(30.833vw + -189px), 181px) 24px 38px }
.cmshtml .mysection03title { max-width: 1200px; margin: 0 auto; text-align: center; background: url(../img/hospital/common/back05.png) center top / 100% no-repeat }
.cmshtml .mysection03title > div:nth-child(1) { font-family: 'Varela Round', sans-serif; font-size: clamp(26px, calc(3.333vw + -10px), 30px); background: linear-gradient(#a7c9a7, #82c794); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; line-height: 1 }
.cmshtml .mysection03title h2 { display: inline-block; font-size: clamp(44px, calc(9.167vw + -55px), 55px); line-height: 1.36; letter-spacing: 1px; margin-top: 9px; background: url(../img/hospital/common/back04.png) center 95% repeat-x; color: #57af6e }
.cmshtml .mysection0301 { max-width: 1225px; display: flex; flex-wrap: wrap; row-gap: 42px; margin: 57px auto 0 }
.cmshtml .mysection0301 > div { width: 20%; text-align: center; font-weight: 600; font-size: clamp(18px, calc(1.667vw + 0px), 20px) }
.cmshtml .mysection0301img { margin: 0 12px 12px 13px; border-radius: 30px; overflow: hidden; box-shadow: 0 0 24px #f0ebe7 }
.cmshtml .mysection0301 img { max-width: 100% }
.cmshtml .mysection0301img + div { margin: 0 12px 0 13px }
.cmshtml .mysection0302 { max-width: 1200px; margin: 64px auto 0; text-align: center }
.cmshtml .mysection0302title h4 { display: inline-block; font-size: 40px; color: #f70 }
.cmshtml .mysection0302title h3 { display: inline-block; font-size: 38px; line-height: 1.36; background: url(../img/hospital/common/back04.png) center 93% repeat-x; margin-top: 16px }
.cmshtml .mysection0302banners { margin-top: 50px; display: flex; justify-content: space-between; text-align: center }
.cmshtml .mysection0302banners > div { max-width: 220px; width: 18.333%; padding: 25px 16px; font-size: clamp(18px, calc(1.667vw + 0px), 20px); font-weight: 600; border-radius: 8px }
.cmshtml .mysection0302banners > div:nth-child(1) { background-color: #f1e3f4 }
.cmshtml .mysection0302banners > div:nth-child(2) { background-color: #f4e9d3 }
.cmshtml .mysection0302banners > div:nth-child(3) { background-color: #dbefed }
.cmshtml .mysection0302banners > div:nth-child(4) { background-color: #d2e4f8 }
.cmshtml .mysection0302banners > div:nth-child(5) { background-color: #fae2de }
.cmshtml .containermysection04 { background: url(../img/hospital/common/back06.jpg) center top / 100% no-repeat; padding: clamp(200px, calc(93.333vw + -808px), 312px) 24px 102px; background-color: #f7f4ef }
.cmshtml .mysection04title { max-width: 1200px; margin: 0 auto; text-align: center }
.cmshtml .mysection04title > div:nth-child(1) { font-family: 'Varela Round', sans-serif; font-size: clamp(26px, calc(3.333vw + -10px), 30px); background: linear-gradient(#ffb5c6, #ff91ab); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; line-height: 1 }
.cmshtml .mysection04title h2 { display: inline-block; font-size: clamp(44px, calc(9.167vw + -55px), 55px); line-height: 1.36; letter-spacing: 1px; margin-top: 9px; background: url(../img/hospital/common/back13.png) center 97% repeat-x; color: #ed456c }
.cmshtml .mysection04cards01 { max-width: 1200px; margin: 56px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px }
.cmshtml .mysection04cards01 > div { display: grid; grid-template-rows: subgrid; grid-row: span 4; grid-row-gap: 0; background-color: #fff; border-radius: 20px; padding: 32px 24px 10px; box-shadow: 0 0 16px #f0ebe7 }
.cmshtml .mysection04card > div:nth-child(1) { text-align: center; font-size: clamp(24px, calc(3.333vw + -12px), 28px); font-weight: 600 }
.cmshtml .mysection04card > div:nth-child(2) { text-align: center; margin-top: 14px }
.cmshtml .mysection04card img { max-width: 65.662% }
.cmshtml .mysection04card > div:nth-child(3) { margin-top: 21px; line-height: 1.6 }
.cmshtml .mysection04card02 { max-width: 1200px; display: flex; margin: 30px auto 0; background-color: #fff; border-radius: 20px; padding: 24px 22px 24px 0; box-shadow: 0 0 16px #f0ebe7 }
.cmshtml .mysection04card02 > div:nth-child(1) { width: 25.212%; max-width: 297px; border-right: 1px solid #d1d1d1; text-align: center; font-size: clamp(24px, calc(3.333vw + -12px), 28px); font-weight: 600; padding-top: 8px }
.cmshtml .mysection04card02 > div:nth-child(2) { width: calc(74.788% - 49px); margin-left: 48px; padding-top: 34px }
.cmshtml .mysection04card02left > div:nth-child(2) { margin-top: 6px }
.cmshtml .mysection04card02 dt { font-size: clamp(24px, calc(3.333vw + -12px), 28px); font-weight: 600 !important; line-height: 1.4 }
.cmshtml .mysection04card02 dd { margin-top: 34px; line-height: 1.6 }
.cmshtml .mysection04card02 img { max-width: 73.4% }
.cmshtml .containermysection05 { background: url(../img/hospital/common/back08.jpg) center top / 100% no-repeat; padding: clamp(152px, calc(26.667vw + -136px), 184px) 24px 96px }
.cmshtml .mysection05title { max-width: 1200px; margin: 0 auto; text-align: center }
.cmshtml .mysection05title > div:nth-child(1) { font-family: 'Varela Round', sans-serif; font-size: clamp(26px, calc(3.333vw + -10px), 30px); background: linear-gradient(#a5c1dd, #53baff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; line-height: 1 }
.cmshtml .mysection05title h2 { display: inline-block; font-size: clamp(44px, calc(9.167vw + -55px), 55px); line-height: 1.36; letter-spacing: 1px; margin: 9px 0 19px; background: url(../img/hospital/common/back14.png) center 97% repeat-x;  color: #09f }
.cmshtml .mysection05title strong { font-size: 128% }
.cmshtml .mysection05title02 { text-align: center; margin-top: 72px }
.cmshtml .mysection05title02 > div:nth-child(1) { font-family: 'Varela Round', sans-serif; font-size: clamp(26px, calc(3.333vw + -10px), 30px); background: linear-gradient(#ffce83, #ffb23e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; line-height: 1 }
.cmshtml .mysection05title02 h2 { display: inline-block; font-size: clamp(44px, calc(9.167vw + -55px), 55px); line-height: 1.36; letter-spacing: 1px; margin: 9px 0 19px; background: url(../img/hospital/common/back15.png) center 97% repeat-x; color: #f90 }
.cmshtml .mysection05title02 strong { font-size: 128% }
.cmshtml :is(.mysection05, .mysection0502) { max-width: 1200px; margin: 32px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px }
.cmshtml :is(.mysection05, .mysection0502) > div { display: grid; grid-template-rows: subgrid; grid-row: span 3; grid-row-gap: 0; border-radius: 16px; padding: 37px 24px 0; box-shadow: 0 0 12px #f0ebe7 }
.cmshtml .mysection05 > div:nth-child(1) { background: linear-gradient(#fadbd4, #fdc5c2) }
.cmshtml .mysection05 > div:nth-child(2) { background: linear-gradient(#d9e7f4, #abc4ef) }
.cmshtml .mysection0502 > div:nth-child(1) { background: linear-gradient(#e0f6e0, #aedcb8) }
.cmshtml .mysection0502 > div:nth-child(2) { background: linear-gradient(#eee5f3, #edcbe9) }
.cmshtml :is(.mysection05card, .mysection05card02) dt { font-size: clamp(22px, calc(3.333vw + -14px), 26px); font-weight: 700 !important; text-align: center }
.cmshtml :is(.mysection05card, .mysection05card02) dd { margin-top: 16px; line-height: 1.6 }
.cmshtml .mymovebtn { text-align: right }
.cmshtml .mymovebtn img { transition: .3s }
.cmshtml .mymovebtn img:hover { transform: translateX(4px) }
.cmshtml .footer_hospital { background-color: #f7f4ef; padding-top: 91px }
.cmshtml .footerinfoouter_hospital { max-width: 1248px; margin: 0 auto; padding: 0 24px 86px; display: flex; align-items: center }
.cmshtml .footerinfoouter_hospital > div:nth-child(1) { width: 28.333%; max-width: 340px }
.cmshtml .footerinfoimg_hospital img { max-width: 100%; border-radius: 16px }
.cmshtml .footerinfoouter_hospital > div:nth-child(2) { width: 71.667%; padding-left: 38px }
.cmshtml .footerinfotext_hospital { display: flex; font-size: clamp(18px, calc(3.333vw + -18px), 22px); font-weight: 600; border-radius: 4px; overflow: hidden; line-height: 1; font-feature-settings: 'palt'; letter-spacing: 1px }
.cmshtml .footerinfotext_hospital > div:nth-child(1) { color: #fff; background-color: #e25c5b; padding: 8px 12px 10px }
.cmshtml .footerinfotext_hospital > div:nth-child(2) { background-color: #fff; padding: 8px 12px 10px 9px }
.cmshtml .footerinfoaddress_hospital { margin-top: 35px; display: flex; column-gap: clamp(24px, calc(26.667vw + -264px), 56px); line-height: 1.8 }
.cmshtml .footerinfoaddress_hospital > div:nth-child(1) { width: 44.16% }
.cmshtml .footerinfoaddress_hospital img { max-width: 100% }
.cmshtml .footerinfoaddress_hospital a { display: inline-block; text-decoration: none; color: #0080e8 }
.cmshtml .footerinfoaddress_hospital strong { display: inline-block; font-weight: 400; background-color: #fff; border-radius: 40px; padding: 0 16px }
.cmshtml .footercontact_hospital { display: flex; column-gap: clamp(24px, calc(17.5vw + -165px), 45px); margin-top: 29px; align-items: center }
.cmshtml .footercontact_hospital strong { display: inline-block; font-size: clamp(40px, calc(10.833vw + -77px), 53px); font-family: 'Oswald', sans-serif; background: url(../img/hospital/common/back09.png) left center no-repeat; min-height: 42px; padding-left: 51px; letter-spacing: 0.5px }
.cmshtml .footercontact_hospital a { display: inline-block; text-decoration: none; color: #fff; font-weight: 600; font-size: clamp(18px, calc(3.333vw + -18px), 22px); background: linear-gradient(160deg, #f9b19e, #ee726b); padding: 16px clamp(24px, calc(15vw + -138px), 42px) 21px; border-radius: 40px; transition: .3s }
.cmshtml .footercontact_hospital a:hover { opacity: .72 }
.cmshtml .containerfooternav_hospital { padding: 18px 24px 33px; background-color: #3d322e }
.cmshtml .footernav_hospital { display: flex; justify-content: center; column-gap: 32px }
.cmshtml .footernav_hospital a { text-decoration: none; color: #fff; font-weight: 500; transition: .3s }
.cmshtml .footernav_hospital a:hover { opacity: .72 }
.cmshtml .footercopy_hospital { margin-top: 28px; text-align: center; color: #fff; font-size: 88% }
.cmshtml .sidefixedbtns_hospital { position: fixed; top: 233px; right: 0; width: clamp(72px, calc(7.778vw + -12px), 100px); border-top-left-radius: 8px; border-bottom-left-radius: 8px; overflow: hidden }
.cmshtml :is(.sidefixedbtn01_hospital, .sidefixedbtn02_hospital) { position: relative; width: clamp(72px, calc(7.778vw + -12px), 100px); height: clamp(224px, calc(8.955vw + 127.28px), 248px); font-size: clamp(20px, calc(1.493vw + 3.88px), 24px); font-weight: 600; text-align: center; line-height: 1 }
.cmshtml :is(.sidefixedbtn01_hospital, .sidefixedbtn02_hospital) > div:nth-child(2) { writing-mode: vertical-rl; display: flex; align-items: center; width: 100%; margin-top: 8px }
.cmshtml .sidefixedbtn01_hospital { background: linear-gradient(#e4d4ee, #dbabd6); padding-top: 24px !important }
.cmshtml .sidefixedbtn02_hospital { background: linear-gradient(#bef3bf, #82c794); padding-top: 12px !important }
.cmshtml .sidefixedbtns_hospital a { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: .3s }
.cmshtml .sidefixedbtns_hospital a:hover { background-color: rgba(255, 255, 255, .32) }
.cmshtml .sidefixedbtns_hospital img { max-width: 100% }
.cmshtml .noscroll .sidefixedbtns_hospital { right: var(--mypadding) }
.cmshtml #containermysection06 { position: relative }
.cmshtml :is(#mysection06outer, #mysection06back) { overflow: hidden }
.cmshtml #mysection06 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; clip-path: inset(0) }
.cmshtml #mysection06inner { max-width: 1200px; margin: 0 auto; text-align: center; padding-top: 81px }
.cmshtml .mysection06title h2 { font-size: 55px }
.cmshtml .mysection06text { margin-top: 16px; line-height: 1.6 }
.cmshtml .mysection06btn { margin-top: 64px }
.cmshtml .mysection06btn a { display: inline-block; font-size: 22px; font-weight: 600; text-decoration: none; color: #2c2c2c; background-color: #fff; padding: 17px 100px 20px; border-radius: 40px; ; box-shadow: 0 0 8px rgba(0, 0, 0, .08) }
.cmshtml #mysection06back { position: fixed; right: 0; bottom: 0; left: 0; background: url(../img/hospital/common/back10.jpg) center bottom no-repeat; z-index: -1 }
.cmshtml .noscroll #mysection06back { right: var(--mypadding) }
.cmshtml .mymodal_hospital { display: flex; justify-content: center; align-items: center; text-align: center; height: 100vh }
.cmshtml .mymodallogo_hospital img { width: 280px; height: auto }
.cmshtml .mymodalnav_hospital { margin-top: 32px }
.cmshtml .mymodalnav_hospital > div:not(:first-child) { margin-top: 8px }
.cmshtml .mymodalnav_hospital a { text-decoration: none; color: #2c2c2c; font-weight: 600; font-size: 18px; transition: .3s }
.cmshtml .mymodalnav_hospital a:hover { opacity: .64 }
.cmshtml :is(button, input[type='submit'], input[type='button']) { padding: 12px 24px }
.cmshtml .largetac { text-align: center }
.cmshtml #pt { position: fixed; bottom: 0; right: 0; display: none; opacity: 0; transition: opacity 0.5s ease }
.cmshtml .noscroll #pt { right: var(--mypadding) }

/* 新着情報 */
.cmshtml .mynewarticles .rdnewArticle-item { align-items: flex-start !important; padding: 0 !important; margin-bottom: 14px !important; padding-bottom: 14px !important; border-bottom: 1px solid #7fbfda !important }
.cmshtml .mynewarticles .rdnewArticle-thumbnail { display: none !important }
.cmshtml .mynewarticles .rdnewArticle-contWrap { width: 100% !important; flex: none !important; display: flex }
.cmshtml .mynewarticles .rdnewArticle-ContDate { font-size: 16px !important; width: 104px !important }
.cmshtml .mynewarticles .rdnewArticle-ContTitle { }
.cmshtml .mynewarticles .rdnewArticle-ContLink { text-decoration: none !important; color: #2c2c2c !important }
.cmshtml .mynewarticles .rdnewArticle-item + .rdnewArticle-item { border-top: none !important }

/* ブログ */
.cmshtml #myblogframe { max-width: 1128px; margin: 0 auto; display: flex; padding: 0 24px }
.cmshtml #myblogmain { width: calc(100% - 320px) }
.cmshtml #myblogcommon { width: 272px; margin-left: 48px; font-size: 92% }
.cmshtml #myblogcommon a { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml #myblogcommon a:hover { opacity: .8 }
.cmshtml #myblogcommon h4 { background-color: #bbb; color: #fff; font-weight: 400 !important; font-size: 92% !important; padding: 2px 8px; border: none !important }
.cmshtml .rdListItem a { text-decoration: none }
.cmshtml .rdListImage { height: 220px; overflow: hidden }
.cmshtml .rdListImageItem { width: 100%; height: 220px !important; object-fit: cover }
.cmshtml .rdListImageEmpty { background-color: #f8f8f8 }
.cmshtml .rdListImageItemDummy { border: none !important }
.cmshtml .rdpublishDate { font-size: 88% !important }
.cmshtml :is(.rdarticleTitleText, .rdRelatedArticles-title) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.cmshtml .rdarticleTitleText a { font-size: 88% !important; color: rgb(var(--textcolor)) }
.cmshtml .rdarticleTitle h3 { border-bottom: 3px solid rgb(var(--basecolor)) !important; font-size: 26px !important }
.cmshtml .rdListItem .rdarticleTitle h3 { font-size: 20px !important }
.cmshtml .rdListCategoryItem { background-color: rgba(0, 0, 0, .64) !important; padding: 2px 8px !important }
.cmshtml .ItemrdListTagListItem { padding: 2px 4px !important; margin-right: 4px !important }
.cmshtml .rdnewArticle { border: none !important; padding: 0 !important }
.cmshtml #myblogframe .rdnewArticle-item { padding: 8px 4px !important }
.cmshtml #myblogframe :is(.rdnewArticle-item + .rdnewArticle-item, .rdCategorylist-item + .rdCategorylist-item, .rdMonthlyArchive-item + .rdMonthlyArchive-item) { border-top: 1px solid rgb(var(--bordercolor)) !important }
.cmshtml .rdCategorylist-link { padding: 4px !important }
.cmshtml .rdarticlecalendar { font-size: 92%; width: 100% }
.cmshtml .rdCalendarBody { line-height: 1.3 }
.cmshtml .rdCalendarTable-link { color: #fff !important }
.cmshtml .rdMonthlyArchive-item { padding: 4px 4px 4px 14px !important; margin: 0 4px }
.cmshtml .rdTaglist-link { padding: 2px 4px !important; font-size: 88%; color: #0061c9 !important }
.cmshtml .rdTaglist-link:hover { color: #fff !important }
.cmshtml .rdBlogSearch-btn { padding: 0 8px !important; margin-left: 8px; color: #fff !important }
.cmshtml .rdRelatedArticles { width: calc(100% + 16px); transform: translateX(-8px) }
.cmshtml .rdRelatedArticles-item { border: 1px solid rgb(var(--bordercolor)); margin: 0 8px 24px; width: calc(33.3333% - 16px) !important }
.cmshtml .rdRelatedArticles-imageWrapper { border: none !important }
.cmshtml .rdRelatedArticles-image { width: 100%; height: 150px !important; object-fit: cover }
.cmshtml .rdRelatedArticles-title a { color: rgb(var(--textcolor)); text-decoration: none }
.cmshtml .rdRelatedArticles-title a:hover { opacity: .8 }
.cmshtml .rdReadMore { font-size: 88% }
}

@media (min-width: 1921px) {
.cmshtml #mymodalhambergerouter { right: calc(50% - 944px) }
.cmshtml .noscroll #mymodalhambergerouter { right: calc(50% - 944px + var(--mypadding) / 2) }
.cmshtml #pt { right: calc(50% - 960px) }
.cmshtml .noscroll #pt { right: calc(50% - 960px + var(--mypadding) / 2) }
}

/* ブログ配色 */
.cmshtml #myblogcommon a { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml .ItemrdListTagListItem { border: none !important; background: rgb(var(--blogcolor)) !important; border-radius: 4px !important }
.cmshtml :is(.rdCategorylist-item + .rdCategorylist-item, .rdMonthlyArchive-item + .rdMonthlyArchive-item) { margin-top: 4px !important; padding-top: 4px !important }
.cmshtml .rdCategorylist-link:after { border-color: transparent transparent transparent rgb(var(--blogcolor)) !important }
.cmshtml .rdCategorylist-link:hover { background: rgba(var(--blogcolor), .16) !important }
.cmshtml :is(.rdTaglist-link, .rdTaglist-link::before, .rdTaglist-link::after) { background: none !important }
.cmshtml .rdTaglist-link { border: 2px solid rgba(var(--blogcolor), .4) !important; border-radius: 4px !important; color: rgb(var(--blogcolor)) !important; padding: 2px 4px !important; font-size: 84% !important }
.cmshtml .rdTaglist-link:hover { color: #fff !important; background-color: rgb(var(--blogcolor)) !important }
.cmshtml .rdMonthlyArchive-item::before { border-color: rgb(var(--blogcolor)) !important }
.cmshtml .rdTaglist .rdTaglist-link::before { content: none !important }
.cmshtml .rdTaglist .rdTaglist-link::after { content: none !important }
.cmshtml #myblogcommon .rdYearlyArchive { list-style: none }
.cmshtml #myblogcommon .rdYearlyArchive a { color: #09f }
.cmshtml #myblogcommon .rdYearlyArchive a:hover { color: #fff }
.cmshtml #myblogcommon .rdYearlyArchive-link { padding: 6px 16px }

/* パンくずリスト */
.cmshtml .rdBreadcrumb { }
.cmshtml .rdBreadcrumbItem { word-spacing: 4px; font-size: 88% }
.cmshtml .rdBreadcrumbItem:first-child::before { font-family: 'Font Awesome 6 Free'; content: '\f0da'; font-weight: 900 }
.cmshtml .rdBreadcrumbArrow { color: #999 }
.cmshtml .rdBreadcrumbLink { text-decoration: none; color: #333 }
.cmshtml .rdBreadcrumbLink:hover { color: #777 }

/* U01スライドショー */
.cmshtml .rdsp-buttons { display: none }

/* U01編集画面用 */
#editView .cmsbody { margin: 0; background-color: #fff; color: rgb(var(--textcolor)); line-height: 1.732; font-size: clamp(15px, calc(0.284vw + 13.94px), 17px); font-family: 'Noto Sans JP', sans-serif }
#editView :is(.globalnav_hospital, .footernav_hospital) edit { padding: 16px }
#editView #mymodalhambergerouter { position: static; display: none }
#editView #mymodal { position: static; overflow-y: visible; z-index: 0 }
#editView .mymodal-hide { opacity: 1 !important }
#editView #pt { position: static }
#editView #mainvisualcatchouter { position: static }
#editView :is(#mysection06outer, #mysection06back) { display: none }
#editView #mysection06 { position: static; background: url(../img/hospital/common/back10.jpg) center bottom no-repeat }
#editView #pagetitleinner { position: static }
#editView .mysection0202title dt { -webkit-text-fill-color: #7e98c5 }
#editView .mysection03title > div:nth-child(1) { -webkit-text-fill-color: #82c794 }
#editView .mysection04title > div:nth-child(1) { -webkit-text-fill-color: #ff91ab }
#editView .mysection05title > div:nth-child(1) { -webkit-text-fill-color: #53baff }
#editView .mysection05title02 > div:nth-child(1) { -webkit-text-fill-color: #ffb23e }
#editView #wrapper .sidefixedbtns_hospital { position: static !important; width: 320px !important }
#editView h5 edit { display: inline-block !important }

/* 共通装飾 */
/* 見出し */
.cmshtml .rdplanetitle h2 { font-size: clamp(22px, calc(1.418vw + 16.68px), 32px) !important; font-weight: 700 !important; border-bottom: 4px double rgb(var(--basecolor)); padding-bottom: clamp(8px, calc(0.567vw + 5.87px), 12px); line-height: 1.2 }
.cmshtml .rdplanetitle h3 { font-size: clamp(20px, calc(1.135vw + 15.74px), 28px) !important; font-weight: 600 !important; border-bottom: 2px solid #eee; position: relative; padding-bottom: 8px }
.cmshtml .rdplanetitle h3::after { border-bottom: 2px solid rgb(var(--basecolor)); content: ''; position: absolute; bottom: -2px; left: 0; width: 20%; height: 2px }
.cmshtml .rdplanetitle h4 { font-size: clamp(18px, calc(0.851vw + 14.81px), 24px) !important; font-weight: 600 !important; border-bottom: 1px solid rgba(var(--basecolor), .32); padding-bottom: 8px; color: rgb(var(--basecolor)) }
.cmshtml .rdplanetitle h5 { font-size: clamp(17px, calc(0.426vw + 15.4px), 20px) !important; font-weight: 600 !important }
.cmshtml .rdplanetitle h5::before { font-family: 'Font Awesome 6 Free'; content: '\f138\00a0'; font-weight: 900; color: rgba(var(--basecolor)) }
.cmshtml .rdplanetitle h6 { font-size: clamp(16px, calc(0.284vw + 14.94px), 18px) !important; font-weight: 600 !important; background-color: #eee; padding: 2px clamp(4px, calc(0.567vw + 1.87px), 8px); border: 1px solid #e8e8e8 }

@media (max-width: 767px) {
.cmshtml .rdplanetitle h2 { border-left-width: 4px; line-height: 1.3 }
.cmshtml .rdplanetitle :is(h3, h4, h5, h6) { line-height: 1.5 }
}

@media (min-width: 768px) and (max-width: 1079px) {
.cmshtml .rdplanetitle h2 { border-left-width: 5px }
.cmshtml .rdplanetitle :is(h3, h4, h5, h6) { line-height: 1.5 }
}

.myh201 h2 { position: relative; display: flex; column-gap: 16px; line-height: 1.1 }
.myh201 h2::before, .myh201 h2::after { display: inline-block; width: 8px; content: '\2002'; border-top: 2px solid #333; border-bottom: 2px solid #333 }
.myh201 h2::before { border-left: 2px solid #333 }
.myh201 h2::after { border-right: 2px solid #333 }
.myh202 h2 { border-bottom-width: 4px; border-bottom-style: solid; border-image: linear-gradient(90deg, rgb(var(--basecolor)) 0%, rgb(255, 255, 255) 88%) 1; padding-bottom: clamp(10px, calc(0.851vw + 6.81px), 16px); line-height: 1.1 }
.myh203 h2 { position: relative; display: flex; column-gap: 16px; align-items: center }
.myh203 h2::before, .myh203 h2::after { display: inline-block; width: 40px; height: 1px; content: ''; background-color: #000 }
.myh204 h2 { border-bottom: 1px solid rgb(var(--basecolor)) }
.myh204 h2::after { display: block; content: ''; height: 3px; background-color: rgb(var(--basecolor)); margin: 6px 0 2px }

/* 単体エリア・横並びエリア */
@media (max-width: 1079px) {
.cmshtml .box01 { max-width: 100% !important; padding: 0 3% !important }
.cmshtml .flex50 { flex: 0 1 50% !important }
}

/* リンク */
.cmshtml :is(.link01, .link03, .linkpdf01) a { display: inline-block; border-radius: 80px }
.cmshtml :is(.link02, .link04, .linkpdf02) a { display: block; text-align: center; border-radius: 80px }
.cmshtml :is(.link01, .link02) a { padding: clamp(5px, calc(1.135vw + 0.74px), 13px) clamp(21px, calc(2.27vw + 12.49px), 37px); background-color: rgb(var(--basecolor)); border: clamp(2px, calc(0.142vw + 1.47px), 3px) solid rgb(var(--basecolor)); font-weight: 500; color: #fff; text-decoration: none; transition: .3s }
.cmshtml :is(.link03, .link04) a { padding: clamp(5px, calc(1.135vw + 0.74px), 13px) clamp(21px, calc(2.27vw + 12.49px), 37px); background-color: #fff; border: clamp(2px, calc(0.142vw + 1.47px), 3px) solid rgb(var(--basecolor)); font-weight: 500; color: rgb(var(--basecolor)); text-decoration: none; transition: .3s }
.cmshtml :is(.link01, .link02) a:hover { opacity: .8; background-color: #fff; color: rgb(var(--basecolor)) }
.cmshtml :is(.link03, .link04, .linkpdf01, .linkpdf02) a:hover { opacity: .8; background-color: rgb(var(--basecolor)); color: #fff }
.cmshtml :is(.link01, .link02, .link03, .link04) a::after { font-family: 'Font Awesome 6 Free'; content: '\f061'; font-weight: 900; display: inline-block; margin-left: clamp(16px, calc(1.135vw + 11.74px), 24px) }

.cmshtml :is(.linkpdf01, .linkpdf02) a { padding: clamp(3px, calc(1.135vw + -1.26px), 11px) clamp(21px, calc(2.27vw + 12.49px), 37px); background-color: #fff; border: clamp(2px, calc(0.142vw + 1.47px), 3px) solid rgb(var(--basecolor)); font-weight: 500; color: rgb(var(--basecolor)); text-decoration: none; transition: .3s }
.cmshtml :is(.linkpdf01, .linkpdf02) a::before { font-family: 'Font Awesome 6 Free'; content: '\f1c1\00a0'; font-weight: bold; font-size: 22px }

/* ボーダーありテーブル */
.cmshtml .tbl01 :is(th, td) { padding: 10px !important; border: 1px solid #ddd !important }
.cmshtml .tbl01 th { background-color: #f1f1f1 !important }
.cmshtml .tbl01 td { background-color: #fff; background-clip: padding-box }

/* force.cssの「PC/SPでは非表示」のviewportサイズを上書き */
@media (max-width: 1079px) {
.cmshtml [data-rdhide="sp"] { display: none !important }
}

@media (min-width: 576px) and (max-width: 1079px) {
.cmshtml [data-rdhide="pc"] { display: block !important }
}

@media (min-width: 1080px) {
.cmshtml [data-rdhide="pc"] { display: none !important }
}

.cmshtml #maincontents { margin: clamp(8px, calc(3.404vw + -4.77px), 32px) 0 clamp(56px, calc(9.078vw + 21.96px), 120px) }
.cmshtml .mytitle01 { text-align: center }
.cmshtml .mytitle01 dt { font-family: 'Varela Round', sans-serif; font-size: clamp(18px, calc(0.567vw + 15.87px), 22px); line-height: 1 }
.cmshtml .mytitle01 dd { font-size: clamp(28px, calc(2.27vw + 19.49px), 44px); font-weight: 600 }