<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*---メイン画像---*/
.main-header::after {
    background-image: url(../img/sawayaka/page-title2.jpg);/*各ページの画像リンク*/
}

/*nav-sawayaka*/
.nav-sawayaka {
	display: table;
	border-collapse: collapse;
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
	max-height: 60px;
}
.nav-sawayaka li {
	display: table-cell;
	width: 50%;
	border: 1px solid #2cb0c3;
	text-align: center;
}
.nav-sawayaka li a,
.nav-sawayaka li span {
	display: block;
	padding: 16px 0;
	position: relative;
}
.nav-sawayaka li a {
	color: #2cb0c3;
}
.nav-sawayaka li span {
	color: #fff;
	background-color: #2cb0c3;
}
.nav-sawayaka li span:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -15px;
	border-width: 15px 15px 0 15px;
	border-style: solid;
	border-color: #2cb0c3 transparent transparent transparent;
}
.nav-sawayaka li a:hover {
	color: #fff;
	background-color: #2cb0c3;	
}
.nav-sawayaka li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -15px;
	border-width: 15px 15px 0 15px;
	border-style: solid;
	border-color: #2cb0c3 transparent transparent transparent;
	transition: opacity 0.15s ease-in, background-color 0.15s ease-in;
	opacity: 0;
}
.nav-sawayaka li.active a::after, .nav-sawayaka li:hover a::after {
	opacity: 1;
}
.text-intro {
	padding: 48px 0;
}
.text-intro p {
	margin: 0;
	line-height: 1.9;
}



/*主なサービス*/
.wide-img {
    padding-top: 0;
    padding-bottom: 40px;
}

/*対象者*/
.txt-box h4 {
    color: #067787;
    font-weight: bold;
}
.txt-box .txt-box-inner p {
    margin-bottom: 0;
}

/*サービス時間帯*/
.nomal-list.time {
    width: 50%;
}
.nomal-list.time dt {
    width: 50%;
}
.nomal-list.time dd {
    width: 50%;
}
@media (max-width: 992px) {
    .nomal-list.time {
        width: 70%;
    }
}
@media (max-width: 480px) {
    .nomal-list.time {
        width: 100%;
    }
    .nomal-list.time dt {
    width: 100%;
    }
}






/*bt-contact*/
.bt-contact {
	margin-bottom: 120px;
}

.bt-contact .bt-contact-inner {
	min-height: 400px;
	padding: 60px 0;
	background: url('../img/sawayaka/contact-bg2.jpg') no-repeat center;
	background-size: cover;
	text-align: center;
}

.bt-contact .bt-contact-inner h2 {
	color: #067787;
	font-weight: 500;
	text-align: center;
}

.bt-contact .bt-contact-inner p {
	max-width: 400px;
	margin: 30px auto;
	font-size: 18px;
}

.bt-contact .tel_ {
	margin-bottom: 15px;
	font-family: 'Abel', sans-serif;
	font-size: 24px;
}

.bt-contact .tel_ .link span {
	padding-right: 5px;
	font-size: 21px;
}

.bt-contact .fax {
	font-family: 'Abel', sans-serif;
}

/*end bt-contact*/
.table tr td span.sr-only, .table tr th span.sr-only {
	visibility: hidden;
}

.table tr td span.xs-sr-only {
	visibility: hidden;
}

.table.bt tr td span.sr-only {
	visibility: visible;
}

table.bt tr td {
	border-bottom: 1px solid #e5e5e5;
}

table.bt td:first-child {
	background: #c9ecf1;
}

table.bt tfoot th::before, table.bt tfoot td::before, table.bt tbody td::before {
	text-align: left;
}

table.bt tr.bg-light-gray, table.bt tr td.bg-light-gray {
	background: none;
}

table.bt tfoot th .bt-content, table.bt tfoot td .bt-content, table.bt tbody td .bt-content {
	padding-left: 15px;
}

.table.theme-table.bt tr.bg-light-gray, .table.theme-table.bt tr td.bg-light-gray {
	background: none;
}

.table.theme-table.bt td {
	border-right: 0;
}

@media (max-width: 992px) {
	table.no-thead tbody tr, table.no-thead tbody tr td, table.no-thead tbody tr th {
		display: block;
		width: 100%;
		text-align: left;
	}
	table.no-thead tbody tr td, table.no-thead tbody tr th {
		padding-right: 25px;
		padding-left: 25px;
		border-right: 0;
	}
	table.no-thead tbody tr td {
		border-top: 0;
	}
	.block-4 table.no-thead tbody tr th {
		width: 100%;
	}
	.tab1-block-3 .item-box-2 {
		max-width: 518px;
	}
	.tab1-block-3 .item-box-2 table.no-thead tbody tr:first-child td, .tab1-block-3 .item-box-2 table.no-thead tbody tr:first-child th {
		border-top: 0;
	}
	.tab1-block-3 .item-box-2 table.no-thead tbody tr td, .tab1-block-3 .item-box-2 table.no-thead tbody tr th {
		border-right: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.tab1-block-3 .item-box-2 table.no-thead tbody tr td:nth-child(3) {
		text-align: left;
	}
	.tab1-block-3 .item-box-2 table.no-thead tbody tr th {
		padding-left: 8px;
		background: #c9ecf1;
	}
	.tab1-block-3 .item-box-2 .table.no-thead tr.bg-light-gray, .tab1-block-3 .item-box-2 .table.no-thead tr td.bg-light-gray {
		background: none;
	}
	.tab1-block-3 .item-box-2 .table.theme-table.no-thead tr td.rowspan_after span.sr-only, .tab1-block-3 .item-box-2 .table.theme-table.no-thead tr th.rowspan_after span.sr-only {
		visibility: visible;
	}
	.tab1-block-3 .item-box-2 .table.theme-table.no-thead tr td.to-hide {
		display: none;
	}
}

@media (max-width: 768px) {
	.nav-sawayaka li {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.tab1-block-3 .item-box {
		margin-bottom: 40px;
	}
}
</pre></body></html>