@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/contact/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;
}
h3 {
	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: #089;
	box-shadow: 0px 0px 0px 5px #089;
	border-bottom: 2px solid #fff;
	margin-top: 80px;
}
#contents01 .txt{
	width: 1100px;
	height: auto;
	margin-top: 30px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing:1px;
	text-align: left;
}
ul.insurance{
	width: 1100px;
	height: auto;
	margin-top: 20px;
	float: left;
}
ul.insurance li{
	padding: 0 0 30px 0;
	height: 70px;
	margin-top: 30px;
	list-style: none;
	font-size: 18px;
	line-height: 70px;
	letter-spacing:1px;
	text-align: left;
	border-bottom: 1px dotted #999999;

}
ul.insurance li img{ padding-right: 50px;
}

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

#contents02 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h4 {
	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: #1B654B;
	box-shadow: 0px 0px 0px 5px #1B654B;
	border-bottom: 2px solid #fff;
}
#contents02 .txt{
	width: 1100px;
	height: auto;
	margin-top: 20px;
	float: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing:1px;
	text-align: left;
}
.prv_ttl {
	width: 1090px;
	padding: 5px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	float: left;
	text-align: left;
	margin-top: 40px;
	background: #DFDEC4;
}
.prv_txt {
	width: 1080px;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	margin-top: 15px;
	margin-left: 10px;
}
@media screen and (min-width:768px){


}
