

/*header*/
.wrap-header{
	position: inherit !important;
	margin-bottom: 50px;
}


/*発送*/
.wrap-map{
	width: 1120px;
	margin: 0 auto 40px;
	overflow: hidden;
	padding-right: 20px;
}
.wrap-map-h2{
	width: 1120px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.wrap-map-h2 h2{
	background:#7DCCF3;
	font-size: 2.8rem;
	padding: 5px 30px;
	font-weight: bold;
}
.wrap-map h3{
	font-size: 2.4rem;
	border-left: 20px solid #009FE8;
	border-bottom: 2px solid #009FE8;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 10px;
}
.wrap-map h4{
	font-size: 2.4rem;
	text-align: center;
	margin: 50px 0 0px;
}
.wrap-map h4 a {
	text-decoration: none;
	color: #000;
}
.wrap-map h4 a:hover{
	color: #009FE8;
}
.wrap-map p{
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.wrap-map-img{
	width: 550px;
	float: left;
}
.wrap-map-img img{
	width: 550px;
}

/*テーブル*/
.table-bordered{
	border: 1px solid #000;
	border-collapse: separate;
	width: 550px;
	margin-top: 120px;

}
.table-bordered th{
	padding: 8px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
}
.table-bordered td{
	padding: 8px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
}

/*-------------------------スマホ----------------------------*/
@media screen and (max-width:640px){
	/*発送*/
	.wrap-header{
		margin-bottom: 30px;
	}
	.wrap-map{
		width: 100%;
		
	}
	.wrap-map h2{
		width: 100%;
		font-size: 2.5rem;
		margin: 0 10px;
	}
	.wrap-map-h2 {
    width: 100%;
	}

	.wrap-map h3{
		margin-left: 10px;
	}
	.wrap-map p{
	margin-left: 10px;
	}

	.wrap-map-img{
		width: 100%;
		float: inherit;
	}
	.wrap-map-img img{
		width: 100%;
	}

	/*テーブル*/
	.table-bordered{
		width: 100%;
		margin: 30px 10px 0;

	}
	.yamato{
		margin-left: 10px;
	}
	
	/*下メニュー*/
	.menu-mobile ul{
		justify-content: flex-end !important;	
	}

}


/*-------------------------タブレット----------------------------*/
@media screen and (min-width: 641px) and (max-width:1025px){
	/*発送*/
	.wrap-map{
		width: 100%;
	}
	.wrap-map h2{
		width: 100%;
		font-size: 2.5rem;
		margin: 0 10px;
	}
	.wrap-map h3{
		margin-left: 10px;
	}
	.wrap-map p{
	margin-left: 10px;
	}

	.wrap-map-img{
		width: 100%;
		float: inherit;
	}
	.wrap-map-img img{
		width: 100%;
	}
	.wrap-map-h2{
		width: 100%;
	}

	/*テーブル*/
	.table-bordered{
		width: 100%;
		margin: 30px 10px 0;

	}
	.yamato{
		margin-left: 10px;
	}	
	
		/*下メニュー*/
	.menu-mobile ul{
		justify-content: flex-end !important;	
	}
	
}
