<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: 80%;
	margin: auto;
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 10px 13px;
	font-weight: normal;
}

.contents_wrapper{
	width: 95%;
	margin: 0 auto;
}

.grey_back{
	background: #f7f7f7;
	padding: 1px 0 70px;
	margin-top: 70px;
}

.width_baffa{
	width:95%;
	margin: 0 auto;
}

.contents_title{
	margin-top: 100px;
	text-align: center;
	font-weight: normal;
	font-size: 200%;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #d40c3b;
}
.contents_title:first-of-type{
	margin-top: 0;
}

.section_titlebox{
	text-align: left;
	width: 100%;
	border: solid 1px #EDEEE9;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.section_titlebox .blue{
	display: block;
	height: 5px;
	background: #00267e !important;
}
.section_titlebox .green{
	display: block;
	height: 5px;
	background: #066 !important;
}


.section_titlebox span{
	display: block;
	height: 5px;
	background: #d40c3b;
}

.section_title{
	letter-spacing: 1px;letter-spacing: 1px;
	font-size: 130%;
	font-weight: normal;
	padding: 10px 5px 10px 10px;
	background: #fff;
}

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

		共通設定

-----------------------------------------*/
.inline{
	display:inline-block;
}
.red{
	color: #d40c3b;
}

.bottom_space{
	display: block;
	margin-bottom: 10px;
}

.maintext{
	font-size: 100%;
	letter-spacing: 1px;
}

.bl{
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: 2px solid #00267e;
}

strong{
	font-weight: normal;
	font-size: 106%;
	letter-spacing: 2px;
	line-height: 1.5;
}

.text{
	padding-left: 20px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 90%;
}

.a_text{
	color: #f6ae62 !important;
	text-decoration: underline !important;
}

.preparation{
	color: #d40c3b;
	font-size: 116%;
	letter-spacing: 1px;
	text-align: center;
	margin: 20px auto 30px;
}</pre></body></html>