img{
	width: 100%;
	display: block;
}
.head{
	width: 100%;
	padding: 5% 10% 10%;
	box-sizing: border-box;
	background: black;
	display: flex;
	justify-content: space-around;
}
.navIconBox{
	color: white;
}
.msgBox{
	padding: 0 0.3rem;
	text-align: center;
	font-size: 0.23rem;
	color: white;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.msgImg{
	/*max-width: 2.6rem;*/
	display: block;
	margin: 0.5rem auto;
	flex-shrink: 0;
}
.msgTitle{
	font-size: 0.3rem;
	color: #E05A12;
	margin-bottom: 0.2rem;
}
.msgText{
	max-width: 4.3rem;
	font-size: 0.17rem;
	font-weight: 300;
	letter-spacing:2px;
	margin-bottom: 0.8rem;
	box-sizing: border-box;
	flex: 1;
	line-height:1.7;
}
.imgBox{
	display: flex;
	align-items: center;
}
.iconBox{
	width: 16.6%;
}
.iconImg{
	pointer-events: auto;
}
.cooperation{
	width: 50%;
}
#aboutMsg{
	text-align: center;
	color: #E05A12;
	padding: 1.14rem 0 2.4rem;
}
.cooperationTitle{
	font-size: 0.34rem;
}
.cooperationText{
	font-size: 0.34rem;
	margin-bottom: 0.57rem;
}
.cooperationMsg{
	font-size: 0.23rem;
}
.order{
	display: flex;;
	align-items: center;;
	justify-content: center;
	font-size: 0.4rem;
	color: #E05A12;
	margin-top: 1rem;
}
.line{
	width: 0.82rem;
	height: 1px;
	background: #E05A12;
	margin: 0 0.23rem;
}
.icon{
	width: 12rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 0.5rem;
	margin: 0 auto 2rem;
}
.iconname{
	font-size: 0.27rem;
	text-align: center;
}


/*@media only screen and (min-width: 768px) and (max-width: 1500px) {
	
	.msgBox{
		font-size: 18px;
		padding-bottom: 30px;
	}
	.msgTitle{
		font-size: 24px;
		margin-bottom: 16px;
	}
	.msgText{
		font-size: 14px;
		margin-bottom: 50px;
	}
	#aboutMsg{
		padding: 114px 0 100px;
	}
	.cooperationText{
		margin-bottom: 40px;
	}
	.cooperationMsg{
		line-height: 2;
	}
	.order{
		font-size: 30px;
	}
	.line{
		width: 56px;
		margin: 0 16px;
	}
	.icon{
		box-sizing: border-box;
		margin: 0 auto 100px;
	}
	.icon:last-of-type{
		margin: 0 auto 268px;
	}
	.iconname{
		font-size: 22px;
	}
}*/



@media only screen and (max-width: 767px) {
	.head{
		display: block;
		padding: 10% 12% 15%;
	}
	.msgBox{
		display: block;
		font-size: 14px;
		padding-bottom: 30px;
	}
	.msgTitle{
		font-size: 16px;
		font-weight: bold;
	}
	.msgText{
		font-size: 12px;
		margin-bottom: 24px;
	}
	.imgBox{
		/*display: none;*/
		flex-wrap: wrap;
	}
	.cooperation{
		width: 100%;
	}
	#aboutMsg{
		padding: 90px 0 26px;
		color: #444444;
	}
	.cooperationTitle{
		font-size: 18px;
	}
	.cooperationText{
		font-size: 15px;
		margin-bottom: 35px;
	}
	.cooperationMsg{
		font-size: 12px;
		color: #888888;
		line-height: 1.8;
	}
	.order{
		font-size: 12px;
		margin-top: 50px;
	}
	.line{
		width: 20px;
		height: 1px;
		margin: 0 7px;
	}
	.icon{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 0 50px;
		margin: 0 auto 50px;
		box-sizing: border-box;
	}
	.iconBox{
		width: 33%;
		margin: 25px 0;
	}
	.iconname{
		font-size: 12px;
		color: #666666;
	}
}
