<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){

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

#gua .hli {
	width: 100%;
	height: 500px;
	background: #111111;
	margin: 0px 0px 130px 0px;
	position: relative;
	}

#gua .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;
	}

#gua .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;
	}

#gua .hli ol {
	width: 90%;
	max-width: 600px;
	font-size: 16px;
	line-height: 200%;
	color: #ffffff;
	position: absolute;
	left: 6.25%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 1;
	}

#gua .hli ol h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px 0px 40px 0px;
	}

#gua .hli dl {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	}

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

#gua .hli dt {
	width: 30%;
	display: table-cell;
	}

#gua .hli dd {
	width: 70%;
	background: url(img/hlibg.jpg) no-repeat left center;
	background-size: cover;
	display: table-cell;
	}

#gua section {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto 130px auto;
	}

#gua section:last-child {
	margin: 0px auto;
	}

#gua section h2 {
	width: auto;
	max-width: none;
	}

#gua section h2 br {
	display: none;
	}

#gua .aft li {
	margin: 0px 0px 100px 0px;
	}

#gua .aft li:last-child {
	margin: 0px;
	}

#gua .cop {
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#gua .aft dl {
	width: 100%;
	display: table;
	}

#gua .aft dt {
	width: 7.142%;
	font-size: 72px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}

#gua .aft dd {
	width: 46.428%;
	display: table-cell;
	}

#gua .aft dd img {
	width: 100%;
	}

#gua .aft .pho01 {
	width: 100%;
	margin: 50px 0px 0px 0px;
	}

#gua .ins ol {
	width: 100%;
	background: #f2f2f2;
	margin: 90px 0px 0px 0px;
	padding: 90px 0px 50px 0px;
	position: relative;
	}

#gua .ins ol h3 {
	background: #ffffff;
	border: 1px #111111 solid;
	font-size: 28px;
	line-height: 78px;
	letter-spacing: 0.1em;
	padding: 0px 40px;
	display: table;
	position: absolute;
	left: 50%;
    top: -40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}

#gua .ins ul {
	width: 92.857%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#gua .ins li {
	width: 30.769%;
	margin: 0px 3.846% 0px 0px;
	}

#gua .ins li:last-child {
	margin: 0px;
	}

#gua .ins li img {
	width: 100%;
	margin: 0px 0px 30px 0px;
	}

#gua .ins li h4 {
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

}

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

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

#gua .hli {
	width: 100%;
	background: #111111;
	margin: 0px 0px 70px 0px;
	display: flex;
	flex-direction: column;
	position: relative;
	}

#gua .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;
	}

#gua .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;
	}

#gua .hli ol {
	width: 80%;
	font-size: 14px;
	line-height: 200%;
	color: #ffffff;
	margin: 0px auto 50px auto;
	order: 2;
	}

#gua .hli ol h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px 0px 20px 0px;
	}

#gua .hli dl {
	margin: 0px 0px 30px 0px;
	position: relative;
	order: 1;
	}

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

#gua .hli dd {
	width: 100%;
	height: 200px;
	background: url(img/hlibg.jpg) no-repeat left center;
	background-size: cover;
	}

#gua section {
	width: 90%;
	margin: 0px auto 70px auto;
	}

#gua section:last-child {
	margin: 0px auto;
	}

#gua section h2 {
	width: auto;
	max-width: none;
	}

#gua .aft li {
	margin: 0px 0px 50px 0px;
	}

#gua .aft li:last-child {
	margin: 0px;
	}

#gua .cop {
	margin: 0px 0px 30px 0px;
	}

#gua .aft dl {
	width: 100%;
	}

#gua .aft dt {
	font-size: 60px;
	margin: 20px 0px;
	text-align: center;
	}

#gua .aft dd img {
	width: 100%;
	}

#gua .aft .pho01 {
	width: 100%;
	margin: 30px 0px 0px 0px;
	}

#gua .ins ol {
	width: 100%;
	background: #f2f2f2;
	margin: 50px 0px 0px 0px;
	padding: 50px 0px 30px 0px;
	position: relative;
	}

#gua .ins ol h3 {
	width: 240px;
	background: #ffffff;
	border: 1px #111111 solid;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0.1em;
	text-align: center;
	display: table;
	position: absolute;
	left: 50%;
    top: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}

#gua .ins ul {
	width: 90%;
	margin: 0px auto;
	}

#gua .ins li {
	margin: 0px 0px 30px 0px;
	}

#gua .ins li:last-child {
	margin: 0px;
	}

#gua .ins li img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#gua .ins li h4 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

}


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