<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html:root {
	margin-top: 0 !important;
}


/**
 * Screen Reader.
 */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-weight: bold;
	height: auto;
	left: 0.5em;
	line-height: normal;
	padding: 1em 1.5em;
	text-decoration: none;
	top: 0.5em;
	width: auto;
	z-index: 100000;
}


/**
 * posts pagination.
 */
.nav-links {
	text-align: center;
}

.page-numbers:not(.prev):not(.dots):not(.next) {
	margin: 0 0.5em;
}






.layout-inner::before,
.layout-inner::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}


/**
 * Navigation Arrow fix.
 */
@media print, screen and (min-width: 48em) {

	.layout-navigation a {
		display: inline-block;
	}


	.layout-navigation__item .current::before {
		bottom: -12px;
	}

}

/**
 * page title
 */

@media screen and (max-width: 47.9375em) {
	.page-heading .page-heading__text{
		letter-spacing: 0;
		text-indent: 0;
		font-size:3rem;
		line-height:4rem;
	}
}


/**
 * Slider
 */
.main-visual.type-slider {

}

.main-visual__item {
	max-height: 576px;
	overflow: hidden;
}

.main-visual.type-slider img {
	max-height: none;
}

/**
 * Section
 */
.index-section-typeC:after {
	content: "";
	display: block;
	clear: both;
}

/**
 * navigation
 */
.layout-navigation-2nd {
	background-color: #fff;
}

.layout-navigation-2nd__item a::before {
	content: "";
	background: url(./common/img/nurse/icon-nurse.png) no-repeat;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 0;
	left: -25px;
}

.layout-navigation-2nd__item a.current {
	color: #cc4471;
	font-weight: bold;
}

.layout-navigation-2nd__item a.current::before {
	background: url(./common/img/nurse/icon_nav_current.png) no-repeat;
}

/**
 * facility-block:
 */
.facility-block:after {
	content: none;
}

.facility-blockWap {
	background-color: #fff;
	overflow: hidden;
}

.facility-block__detail {
	padding: 0;
}

.facility-block__btn {
	margin: 0 10px 10px;
	text-align: right;

}

.facility-block__btn a {
	color: #a64803;
}

.facility-block__btn a::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	transform: rotate(-90deg);
	transition: transform 0.3s ease-out 0s;
	background: url(./common/img/common/arrow.png) #a64803 no-repeat center;
	border-radius: 16px;
	background-size: 50%;
	margin-right: 2px;
}

.facility-block__btn a.is-active::before {
	transform: rotate(0deg);
}

@media print, screen and (max-width: 767px) {
	.page-activity-disaster-tdr #page-group01 .gallery .gallery-item {
		width: 100%;
	}
}

/**
 * Front Page
 */
.index-heading {
	background-position: center top;
}


/**
 * breadcrumb.
 */
.breadcrumbs {
	background: #fff;
}

.breadcrumbs-list {
	width: 980px;
	margin: auto;
	padding: 10px 20px;
}

html:root {
	margin-top: 0 !important;
}

.scroll-area {
	overflow-y: scroll;
	height: 300px;
	padding: 1em;
	border: 1px solid #999;
}

.scroll-area::-webkit-scrollbar {
	height: 10px;
}

.scroll-area::-webkit-scrollbar-track {
	background: #dddddd;
}

.scroll::-webkit-scrollbar-thumb {
	background: #028056;
}

.table-type04 tbody th {
	background-color: #eee;
}

.facility-block__kango tbody th {
	background-color: #f8e4eb;
}

.saiyo-banner {
	max-width: 990px;
	width: 95%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.saiyo-banner__item {
	width: 25%;
}

@media print, screen and (max-width: 767px) {
	.saiyo-banner__item {
		width: 50%;
	}
}

.saiyo-banner__item img {
	max-width: none;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}


</pre></body></html>