footer {

}

.footcati {
	border-top: 2px solid #AFAFAF;
	position: relative;
	margin-top: 180px;
}
.footcati span {
	position: absolute;
	margin-top: -55px;
	background-color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
	width: 240px;
	left: 50%;
	margin-left: -120px;
}

.footbox {
	padding-top: 80px;
	max-width: 740px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footbox01 {
	width: 43%;
}
.footbox02 {
	width: 51%;
}
.footbox01 h2 {
	margin-bottom: 10px;
}

.fotttel {
	display: flex;
	align-items: center;
}
.fotttel01 {
	width: 50px;
	margin-right: 10px;
}
.fotttel02 a {
	font-family: Arial, Helvetica, "sans-serif";
	font-size:300%;
	font-weight: bold;
	color: #000;
	line-height: 1.0;
}
.fax {
	background-color: #DBDBDB;
	font-family: Arial, Helvetica, "sans-serif";
	font-size:120%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.facebook-foot a {
	display: block;
	border-radius: 5px;
	background-color: #144DB9;
	align-content: center;
	display: flex;
	justify-content: center;
	color: #fff;
	padding: 5px;
}
.facebookimg {
	width: 20px;
} 
.facebook-foot a h5 {
	font-family: "Times New Roman", Times, "serif";
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	margin-left: 8px;
}


address {
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 20px;
	margin-top: 40px;
}


@media screen and ( max-width:800px )
{
.footcati {
	border-top: 2px solid #AFAFAF;
	position: relative;
	margin-top: 100px;
}
.footbox {
	padding: 0 5%;
	padding-top: 80px;
	display: inherit;
	box-sizing: border-box;
	
}
.footbox01 {
	width: 100%;
	margin-bottom: 30px;
}
.footbox02 {
	width: 100%;
}
.fotttel02 a {
	font-family: Arial, Helvetica, "sans-serif";
	font-size:260%;
	font-weight: bold;
	color: #000;
	line-height: 1.0;
}
}