@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
#container table {
	min-width: 800px;
	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: 3px 10px 3px 10px;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	background-position: top center;
	background-image: url(../web/solicitation/mimg.webp);
	background-size: cover;
	text-align: center;
	font-size: 45px;
	font-weight:bold;
	letter-spacing: 3px;
	line-height: 350px;
	color: #FFF;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 30px;
}

#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1090px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	letter-spacing: 3px;
	float: left;
	margin-left: 5px;
	font-weight: bold;
	background-color: #2c5481;
	box-shadow: 0px 0px 0px 5px #2c5481;
	border-bottom: 2px solid #fff;
}
#contents01 .txt{
	width: 1100px;
	height: auto;
	margin-top: 30px;
	float: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing:1px;
	text-align: left;
}
ul.solicitation{
	width: 1100px;
	height: auto;
	margin-top: 20px;
	float: left;
}
ul.solicitation li{
	padding: 0 0 10px 0;
	margin-top: 40px;
	list-style: inside;
	list-style-type: decimal;
	font-size: 15px;
	line-height: 25px;
	letter-spacing:1px;
	text-align: left;
	border-bottom: 1px dotted #999999;
}
ul.solicitation li div {
    margin: -25px 0 0 30px;
}

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


}
