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

		下層ページ共通設定
		ページタイトルに合わせてページ事に調整してください。

-----------------------------------------*/
#mainvisual_cover{
	width: 100vw;
}

.mainvisual_inner{
	width: 95%;
	height: 30%;
	margin: 7px auto 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

.mainvisual_inner &gt; img{
	width: 100%;
	height:270px;
	border-radius: 10px;
	object-fit:cover;
}

.mainvisual_logo{
	width: 40vw;
	height: calc(40vw / 2);
	border-radius: 0 0 100px 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.mainvisual_logo img{
	padding-top: 5px;
	width: 75%;
}

.mainvisual_title{
	text-align: center;
	font-size: 121.1%;
	letter-spacing: 2px;
	width: 60%;
	margin: auto;
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 20px 15px;
	font-weight: normal;
}

#contents{
	margin-bottom: 30px;
}
@media screen and (min-width:480px) { 
.mainvisual_logo{
	width: 30vw;
	height: calc(30vw / 2);
}
}
/*---------------------------------------

		下層ページ共通設定

-----------------------------------------*/

.contents_title{
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	color: #ff74ab;
	margin: 40px 0 10px;
}

.top_text{
	text-align: center;
	padding: 0 10px;
}

.covid_link{
	display: flex;
    justify-content: center;
	align-items: center;
	text-align: center;
	margin: 20px auto 30px;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	background: #74abf0;
	border-radius: 5px;
	color: #fff !important;
	width: 80%;
	padding: 6px 0;
}

.covid_link span{
	font-size: 20px;
	margin-left: 5px;
}


.img_list li{
	width: 95%;
	margin: 0 auto;
}

.img_list img{
	width: 100%;
}

.seikyou_text{
	text-align: center;
	margin-bottom: 20px;
}

.red{
	color: #d40c3b;
}

.sub_text{
	font-size: 80%;
}

.service_list li{
	margin-bottom: 20px;
}

.service_list li img{
	display: block;
	width: 97%;
	margin: 0 auto;
}


.pdf_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
    align-items: center;
}

.pdf_list a{
	color: #fff !important;
}

.pdf_list li{
	width: 31%;
	border-radius: 5px;
	background: #74abf0;
	padding: 7px 0 5px;
	text-align: center;
	font-size: 90%;
	margin-bottom: 15px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.seikyou_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.seikyou_list li{
	width: 45%;
}

.seikyou_list img{
	width: 100%;
}

.sub_title{
	font-size: 116%;
	text-align: center;
	margin: 40px 0 20px;
	color: #5199bc;
}

.text{
	font-size: 90%;
	text-align: center;
	padding: 0 5px 7px;
}

.middle_text{
	font-size: 108%;
	padding-bottom: 5px;
}

.pink{
	color: #ff74ab;
}</pre></body></html>