.contactUs_top {
    width: 100%;
    height: 5.6rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactUs_top p {
    font-size: 34px;
    color: white;
    letter-spacing: 2px;
}
.contactList{
	padding-top: 5%;
	padding-bottom: 5%;
	color: #333947;
}
.contactList .topText{
	line-height: 1.8em;
}
.contactList .list{
	padding-top: 5%;
	display: flex;
	/* justify-content: space-between; */
	justify-content: flex-start;
	flex-wrap: wrap;
}
.contactList .list dl{
	width: 340px;
	margin-bottom: 5%;
	border-bottom: 5px solid #f3f3f5;
	padding-bottom: 3%;
	line-height: 1.6em;
	margin-right: 3.6%;
}

.contactList .list dl:nth-of-type(3n){
	margin-right: 0;
}
.contactList .list dt{
	margin-bottom: 2em;
	font-weight: bold;
}
.contactList .list dd{
	margin-bottom: 10px;
	color: #464d61;
	position: relative;
	padding-left: 3em;
}
.contactList .list dd span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
@media screen and (max-width: 800px) {
    .contactUs_top {
        height: 2rem;
    }
    .contactUs_top p {
        font-size: 18px;
    }
    .contactList{
		padding: 5% 15px;
	}
	.contactList .list dl{
		width: 100%;
		margin-right: 0;
	}
	.contactList .list dt{
		margin-bottom: 1em;
	}
}