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

.fadein1 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url(../web/information/mimg.webp);
	background-size: cover;
	background-position: center;
}
#mimg .t1{
	width: 100%;
	margin-top: 160px;
	margin-left: auto;
	margin-right: auto;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #1c0606;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;	
}
#mimg .t2{
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #1c0606;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	background-image: url(../web/information/sec01back.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 0px;
}

#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}

h2 {
	width: 100%;
	height: auto;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
}

#contents01 .t1 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
}
#contents01 .img1 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
h3 {
	width: 100%;
	height: auto;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
	margin-top: 50px;
}

#contents01 .t2 {
	width: 550px;
	height: 340px;
	float: left;
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
}
#contents01 .img2 {
	width: 500px;
	height: 340px;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
}
#contents01 .t3 {
	width: 550px;
	height: 340px;
	float: left;
	margin-top: 30px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	letter-spacing: 1px;
	margin-left: 50px;
}
#contents01 .img3 {
	width: 500px;
	height: 340px;
	float: left;
	margin-top: 30px;
}
#contents01 .t4 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 70px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 1px;
	font-weight:bold;
}
#contents01 .ac {
	width: 800px;
	height: 80px;
	float: left;
	margin-top: 70px;
	margin-left: 150px;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 1px;
	font-weight:bold;
	color: #FFF;
	background-image: url(../web/information/ac.png);
	transition:0.4s;
}
#contents01 .ac:hover {
	background-image: url(../web/information/acon.png);
}
#contents01 .t5 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (min-width:768px){

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