<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 */
/*----------------------------------------

		共通設定

-----------------------------------------*/
p{
	line-height: 25px;
}

.main_visualbox{
	width: 100vw;
	overflow: hidden;
}
.main_visualbox img{
	width: 100%;
}

#dropmenu{
	width: 100vw;
	position: fixed;
	background: #fff;
	z-index: 99;
}
.message_box{
	width:auto;
	background:#FFF;
	position:absolute;
	border-left:6px solid #d40c3b;
	border-radius:0 0 6px 6px;
	text-align: center;
	box-shadow: 3px 3px 3px #cdcdcd;
	margin-top: 89px;
}.page_title{
	font-size: 200%;
	font-weight: normal;
	padding: 25px 115px;
}

.contents_wrapper{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}

section{
	margin-bottom: 100px;
}

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

.width_baffa{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}

.contents_title {
    text-align: center;
    font-weight: normal;
    font-size: 230%;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #d40c3b;
	border-bottom: 2px solid #d40c3b;
}

.section_titlebox{
	text-align: left;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 70px;
}

.section_title{
	color: #000;
	letter-spacing: 1px;font-size: 150%;
	font-weight: normal;
	padding: 10px 10px 4px 20px;
	border-bottom: 2px solid #d40c3b;
}

.section_title.blue{
	border-bottom: 2px solid #00267e;
}

.section_title.orange{
	border-bottom: 2px solid #f6ae62;
}

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

		共通設定

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

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

.contact_cardlist li{
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
	width: 45%;
	margin-bottom: 30px;
	border: 1px solid #EDEEE9;
}

.card_title{
	border-bottom: 2px solid #d40c3b;
	padding: 10px 20px 7px;
	font-size: 107%;
}

.card_text{
	letter-spacing: 1px;
	padding: 10px 30px 15px;
}

.card_text a{
	color: #d40c3b;
	text-decoration: underline !important;
}</pre></body></html>