.last-c {
	background-color: #1C4B7B;
	margin-top: 80px;
}

.last-c-box {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.last-c01 {
	width: 35%;
}
.last-c02 {
	width: 55%;
	padding-left: 5%;
	border-left: 1px solid #3B6188;
}


.last-c01 h2 img {
	width: 100%;
}
.last-c01 p {
	color: #fff;
	text-align: center;
	font-size: 100%;
	margin-top: 10px;
}

.last-c02 h3 {
	color: #fff;
	text-align: center;
	font-size: 230%;
	font-weight: bold;
	line-height: 1.5;
}
.last-c02 p {
	color: #fff;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}
.last-c02 h6 {
	text-align: center;
	font-size: 340%;
	font-weight: bold;
	line-height: 1.5;
	font-family: Arial, Helvetica, "sans-serif";
}
.last-c02 h6 a {
	color: #fff;
}
.last-c02 h6 i {
	margin-right: 10px;
	color: #fff;
	font-size: 70%;
}







footer {
	background-color: #E0E0E0;
	padding-top: 60px;
}
.foot-box {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 30px;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

.foot-box h1 {
	max-width: 300px;
	margin-bottom: 15px;
}
.foot-box h1 img {
	width: 100%;
}

.f-me {
	display: flex;
	justify-content: flex-end;
}
.f-me li {
	padding: 10px;
}
.f-me a {
	font-size: 110%;
	line-height:1.6;
	font-weight:500;
	text-decoration: underline;
	color: #000;
}


.fot-coma p {
	font-size: 110%;
}

.foot02 h2 {
	font-size: 130%;
	letter-spacing: 0.1em;
	line-height:1.6;
	font-weight:500;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.fb-fot {
	text-align: right;
	margin-top: 10px;
}

.fb-fot a {
	background-color: #1877F3;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px;
}

address {
	text-align: right;
	margin-top: 35px;
}


@media screen and ( max-width:800px )
{

.last-c-box {
	padding: 60px 30px;
	display: inherit;
}

.last-c01 {
	width: 100%;
}
.last-c02 {
	width: 100%;
	padding-left: 0%;
	padding-top: 5%;
	margin-top: 5%;
	border-left: none;
	border-top: 1px solid #3B6188;
}
	
.last-c02 h3 {
	font-size: 140%;
	margin-bottom: 10px;
}

.last-c02 h6 {
	text-align: center;
	font-size: 240%;
	font-weight: bold;
	line-height: 1.5;
	font-family: Arial, Helvetica, "sans-serif";
}
.last-c02 h6 a {
	color: #fff;
}
.last-c02 h6 i {
	margin-right: 10px;
	color: #fff;
	font-size: 70%;
}

	
	
.foot-box {
	display: inherit;
	text-align: center;
}

.foot-box h1 {
	max-width: 260px;
	margin-bottom: 15px;
}

.f-me {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.f-me li {
	padding: 5px;
	width: 50%;
	box-sizing: border-box;
}


.fot-coma p {
	font-size: 110%;
}

.foot02 h2 {
	font-size: 130%;
	text-align: center;
	margin-top: 20px;
}

.fb-fot {
	text-align: center;
	margin-top: 10px;
	width: 100%;
}
	.fb-fot a {
		display: block;
	}

address {
	text-align: center;
}
	
}