<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 */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 50000;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.0s;
}	
.fadein2 {
  opacity : 0;
  transform: translateY(50px);
  transition: all 1.7s;
}
.fadein3 {
  opacity : 0;
  transform: translateY(60px);
  transition: all 1.9s;
}
.fadein4 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
.fadein5 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 0px;
	z-index: 1000;
}
.style1 {
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../web/home/container_back.png);
	background-repeat: repeat-x;
}
#container table {
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#container td {
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 20px 5px 20px;
}
#pan {
	width: 1100px;
	height: 20px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
}
#pan a{ color: #000;}


#sec01 {
	width: 100%;
	height: 160px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 30px;
}

#contents01 {
	width: 1100px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}
.c01_ttl {
	width: 1100px;
	height: 55px;
	background-image: url(../web/home/sec_ttl_back.png);
	background-repeat: no-repeat;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 3px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.c01_txt {
	width: 1100px;
	height: 70px;
	margin-top: 30px;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 1px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.c01_txt a { color:#000;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#sec02 {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
}
#contents02 {
	width: 1100px;
	height: 350px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.c02_ttl {
	width: 1100px;
	height: 58px;
	border-bottom: 3px dotted #f79;
	font-size: 24px;
	line-height: 58px;
	text-align: left;
	letter-spacing: 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.c2ttlac {
	padding: 5px 5px 5px 8px;
	border-radius: 5px;
	background-color: #F79;
	color: #FFF;
	margin-right:7px;
	font-size: 30px;
}
.c02_txt {
	width: 1100px;
	height: 250px;
	float: left;
	margin-top: 30px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;	
}

#sec03 {
	width: 100%;
	height: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
}
#contents03 {
	width: 1100px;
	height: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.c03_ttl {
	width: 1100px;
	height: 58px;
	border-bottom: 3px dotted #f79;
	font-size: 24px;
	line-height: 58px;
	text-align: left;
	letter-spacing: 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.c3ttlac {
	padding: 5px 5px 5px 8px;
	border-radius: 5px;
	background-color: #F79;
	color: #FFF;
	margin-right:7px;
	font-size: 30px;
}
.c03_txt {
	width: 1100px;
	height: 180px;
	float: left;
	margin-top: 30px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;	
}

.formBox {
	width: 1100px;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	float: left;
	margin-top: 10px;
}
.formBox p{
	padding: 10px;
}
input[type="submit"]  {
    padding: 5px 30px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
}
input[type="submit"]:hover  {
	color: #fff;
    background-color: #000;
}
input[type="button"]  {
    padding: 5px 30px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
}
input[type="button"]:hover  {
	color: #fff;
    background-color: #000;
}

#sec04 {
	width: 100%;
	height: 700px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
}
#contents04 {
	width: 1100px;
	height: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.c04_ttl {
	width: 1100px;
	height: 58px;
	border-bottom: 3px dotted #f79;
	font-size: 24px;
	line-height: 58px;
	text-align: left;
	letter-spacing: 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.c4ttlac {
	padding: 5px 5px 5px 8px;
	border-radius: 5px;
	background-color: #F79;
	color: #FFF;
	margin-right:7px;
	font-size: 30px;
}
.c04_txt {
	width: 1100px;
	height: 50px;
	float: left;
	margin-top: 30px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;	
}
.prv_ttl {
	width: 1080px;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: left;
	margin-top: 50px;
	background: #DFDEC4;
	margin-left: 5px;
	letter-spacing: 3px;
}
.prv_txt {
	width: 1080px;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 27px;
	margin-top: 15px;
	margin-left: 10px;
}

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


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