<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 雉�侭隲区ｱ� */

@media screen and (min-width: 641px){

#req {
	line-height: 200%;
	letter-spacing: 0.1em;
	}

#req .hli {
	width: 100%;
	max-height: 500px;
	background: url(img/hlibg.jpg) no-repeat center;
	background-size: cover;
	margin: 0px 0px 130px 0px;
	position: relative;
	}

#req .hli:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #ffffff solid;
	position: absolute;
    left: 50%;
	bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#req .hli:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #111111 solid;
	position: absolute;
    left: 50%;
	bottom: -40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#req .hli ol {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	}

#req .hli ol:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#req .hli dl {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
	display: table;
	position: relative;
	z-index: 1;
	}

#req .hli dt {
	width: calc(100% - 600px);
	padding: 0px 0px 0px 3.333%;
	display: table-cell;
	vertical-align: middle;
	}

#req .hli dt img {
	width: 100%;
	}

#req .hli dd {
	width: 600px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 200%;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	}

#req .hli dd p {
	background: #00662B;
	font-size: 21px;
	line-height: 36px;
	margin: 40px 0px 20px 0px;
	padding: 0px 10px;
	display: table;
	}

#req .hli dd h2 {
	font-size: 60px;
	line-height: 130%;
	letter-spacing: 0.1em;
	}

}

@media screen and (max-width: 640px){

#req {
	line-height: 200%;
	letter-spacing: 0.1em;
	}

#req .hli {
	width: 100%;
	background: url(img/hlibg.jpg) no-repeat center;
	background-size: cover;
	margin: 0px 0px 70px 0px;
	position: relative;
	}

#req .hli:before {
	content: '';
	width: 1px;
	height: 30px;
	border-right: 1px #ffffff solid;
	position: absolute;
    left: 50%;
	bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#req .hli:after {
	content: '';
	width: 1px;
	height: 30px;
	border-right: 1px #111111 solid;
	position: absolute;
    left: 50%;
	bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#req .hli ol {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	}

#req .hli ol:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#req .hli dl {
	margin: 50px auto;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	}

#req .hli dt {
	order: 1;
	}

#req .hli dt img {
	width: 70%;
	margin: 0px auto 30px auto;
	display: block;
	}

#req .hli dd {
	width: 90%;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	line-height: 200%;
	color: #ffffff;
	margin: 0px auto;
	text-align: center;
	order: 2;
	}

#req .hli dd p {
	background: #00662B;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0px 20px 0px;
	padding: 0px 10px;
	display: table;
	}

#req .hli dd h2 {
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0.1em;
	}

#req .hli dd h2 br {
	display: none;
	}

}


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