/* CSS Document */



/*==================================================================

		#footer_contact

==================================================================*/
#footer_contact {
	width: 100%;
	padding: 60px 0 70px;
	background: url(../images/footer_bg.png) center top no-repeat;
	background-size: cover;
}
#footer_contact h2 {
	font-size:100px;
	text-align:center;
	color: #FFF;
	font-family: 'Readex Pro', sans-serif;
	font-weight: bold;
	line-height: 1;
}
#footer_contact h3 {
	margin-top: 20px;
	text-align:center;
	font-size:20px;
	line-height: 2.5;
	letter-spacing: 1px;
}
#footer_contact ul {
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 980px;
	margin: 30px auto;
}
#footer_contact ul li {
	width: 47%;
	padding: 10px 0;
	background: #FFF;
	border-radius: 40px;
	text-align: center;
	font-weight: bold;
	font-family: 'Readex Pro', sans-serif;
	font-size: 26px;
	letter-spacing: 3px;
}
#footer_contact ul li em {
	color: #ed8500;
}

#footer_contact .footer_contact_btn a {
	display: block;
	width: 500px;
	margin: auto;
	padding: 25px 0;
	background: #218f3a;
	color: #FFF;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
#footer_contact .footer_contact_btn a i {
	margin-right: 5px;
}
#footer_contact .footer_contact_btn a:hover {
	border-radius: 55px;
	background: #157e2d;
}



/*==================================================================

		#footer_connect

==================================================================*/
#footer_connect {
	width: 100%;
}
#footer_connect .inner:first-of-type {
	padding: 50px 0 0;
	background: #f7f7f7;
}
#footer_connect dl {
	width: 95%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#footer_connect dl dt {
	width: 18%;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
}
#footer_connect dl dd {
	width: 82%;
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
#footer_connect dl dd img {
	margin-bottom: 20px;
	margin-right: 25px;
	align-self: center;
}
#footer_connect dl dd img:nth-of-type(4n) {
	margin-right: 0;
}

#footer_connect .inner:last-of-type {
	padding: 30px 0;
	text-align: center;
}
#footer_connect .inner:last-of-type img {
	padding: 0 40px;
}





/*==================================================================

		#footer_info

==================================================================*/
#footer_info {
	background: #444;
	color: #FFF;
}
#footer_info .inner {
	position: relative;
	width: 95%;
	max-width: 1200px;
	margin: auto;
	padding: 50px 0;
}
#footer_info .inner dl dt {
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}
#footer_info .inner dl dd {
	line-height: 2;
}

/*-------------------- nav --------------------*/
.footer_nav {
	position: absolute;
	top: 50px;
	right: 0;
}
.footer_nav li {
	display: inline-block;
	margin-left: 30px;
}
.footer_nav li a {
	color: #fff;
}
.footer_nav li a:hover {
	color: #aaa;
}

/*------------------------------ コピーライト ------------------------------*/
.copy{
	position: absolute;
	bottom: 50px;
	right: 0;
}
.copy small{
	font-size:11px;
}








/*============================================================================

	▼▽▼▽▼▽▼▽▼▽ここからSP用▼▽▼▽▼▽▼▽▼▽

============================================================================*/
@media screen and (max-width:870px) {
	
	
	
	
/*==================================================================

		#footer_contact

==================================================================*/
#footer_contact {
	padding: 40px 0 40px;
}
#footer_contact h2 {
	font-size:60px;
}
#footer_contact h3 {
	margin-top: 10px;
	padding: 0 10px;
	font-size:14px;
	line-height: 2;
}
#footer_contact ul {
	display: block;
	margin: 20px auto;
}
#footer_contact ul li {
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 0;
}
#footer_contact ul li em {
}

#footer_contact .footer_contact_btn a {
	width: 95%;
	padding: 20px 0;
	font-size: 17px;
}



/*==================================================================

		#footer_connect

==================================================================*/
#footer_connect {
}
#footer_connect .inner:first-of-type {
	padding: 30px 0 1px;
}
#footer_connect dl {
	display: block;
}
#footer_connect dl dt {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
#footer_connect dl dd {
	width: 100%;
	margin-bottom: 20px;
	justify-content: space-evenly;
}
#footer_connect dl dd img {
	margin-right: 0;
	width: 45%;
}
	
#footer_connect dl dd:first-of-type img:nth-of-type(1) { /*KSG加盟 - 矢崎運輸倉庫〜 のサイズ調整*/
	width: 48%;
}
#footer_connect dl dd:first-of-type img:nth-of-type(2) { /*KSG加盟 - 株式会社ヤシマ のサイズ調整*/
	width: 32%;
}
#footer_connect dl dd:last-of-type img:nth-of-type(2) { /*加入組合 - KSG事業〜 のサイズ調整*/
	width: 38%;
}
#footer_connect dl dd:last-of-type img:nth-of-type(3) { /*加入組合 - 東京商工会〜 のサイズ調整*/
	width: 32%;
}
#footer_connect dl dd:last-of-type img:nth-of-type(4) { /*加入組合 - 東京都産業資源〜 のサイズ調整*/
	width: 62%;
}
#footer_connect dl dd:last-of-type img:nth-of-type(6) { /*加入組合 - 東京都トラック協会 のサイズ調整*/
	width: 38%;
}

#footer_connect .inner:last-of-type {
	padding: 20px 0;
}
#footer_connect .inner:last-of-type img {
	padding: 0 10px;
    max-height: 40px;
    width: auto;
}





/*==================================================================

		#footer_info

==================================================================*/
#footer_info {
}
#footer_info .inner {
	padding: 40px 0 20px;
}
#footer_info .inner dl dt {
	font-size: 16px;
}
#footer_info .inner dl dd {
}

/*-------------------- nav --------------------*/
.footer_nav {
	position: relative;
	top: auto;
	margin-top: 30px;
	padding-bottom:20px;
}
.footer_nav ul {
	width: 100%;
	border-bottom:1px solid #ccc;
}
.footer_nav li {
	float:left;
	display: block;
	width:50%;
	margin: 0 auto;
	padding:8px 0;
	box-sizing:border-box;
	border-top:1px solid #ccc;
	text-align: center;
}
.footer_nav li:nth-child(odd) {
	border-right:1px solid #ccc;
}
.footer_nav li a {
}
.footer_nav li a:hover {
}
	

/*------------------------------ コピーライト ------------------------------*/
.copy{
	position: relative;
	bottom: auto;
	text-align: center;
}
.copy small{
}



	


/*============================================================================

	▲△▲△▲△▲△▲△ここまでSP用▲△▲△▲△▲△▲△

============================================================================*/
}





