@charset "utf-8";
/* CSS Document */

.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 0px;
	width: 40px;
	height: 40px;
	z-index: 25000;
}
/*--------------------------------------------------------------------------メインイメージ*/

#mimg {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 0px;
	z-index: 1000;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#sec01 {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#contents01 {
	width: 1100px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.c01_ttl {
	width: 1100px;
	height: 85px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 3px;
	color: #165180;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	float: left;
}
.ttl_style2 {
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c01_txt {
	width: 1100px;
	height: 60px;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 40px;
	float: left;
}
.txtBox {
	width: 1100px;
	height: 200px;
	text-align: center;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 3px;
	margin-top: 40px;
	float: left;
}
.txtBox table{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 3px;
	border: 1px solid;
	border-color: #006699;
}
.txtBox td,th{
	border: 1px solid;
	border-color: #006699;
}
.txtBox p{ padding: 10px;}

#sec02 {
	width: 100%;
	height: 900px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 40px;
}
#contents02 {
	width: 1100px;
	height: 930px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.c02_ttl {
	width: 1100px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 3px;
	color: #165180;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	float: left;
}

.c02_txt {
	width: 1100px;
	height: 800px;
	float: left;
	font-size: 15px;
	line-height: 27px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
}
.c02_txt 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;
}

#sec03 {
	width: 100%;
	height: 1400px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contents03 {
	width: 1100px;
	height: 1400px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.c03_ttl {
	width: 1100px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 3px;
	color: #165180;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	float: left;
}
.c03_txt {
	width: 1100px;
	height: 70px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 1px;
	text-align: left;
}
.prv_ttl {
	width: 1080px;
	padding: 5px;
	font-size: 15px;
	color: #333;
	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;
	color: #333;
	margin-top: 15px;
	margin-left: 10px;
}

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

}
