@charset "utf-8";
main{
	margin-bottom: -5%;
}
.event210529 .cover{
	background: #59C9D8;
	padding: 0 0 70px 0;
	position: relative;
}
.event210529 .content{
	width: calc(90% - 80px);
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.event210529 .content p{
	color: #FFF;
}
.event210529 .content img{
	width: 100%;
}
.event210529 .content .manufacturer{
	background: #FFF;
}
.event210529 .content .manufacturer h2{
	background: #2FB9CB;
	text-align: center;
	width: 150px;
	color: #FFF;
	font-weight: 400;
	font-size: 1rem;
	padding: 7px 0;
}
.event210529 .content .manufacturer ul{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
	align-items: center;
}
.event210529 .content .manufacturer ul li{
	width: 24%;
	text-align: center;
}
.event210529 .content .manufacturer ul li:nth-of-type(5),.event210529 .content .manufacturer ul li:nth-of-type(6),.event210529 .content .manufacturer ul li:nth-of-type(7){
	width: 33%;
}
.event210529 .content .manufacturer ul li:nth-of-type(2) img{
	width: 60%;
}
.event210529 .content .manufacturer ul li:nth-of-type(3) img{
	width: 70%;
}
.event210529 .content .manufacturer ul li:nth-of-type(6) img{
	width: 60%;
}
.event210529 .content .manufacturer ul li a img{
	transform: scale(1,1);
	transition: ease all 0.3s;
}
.event210529 .content .manufacturer ul li a:hover img{
	transform: scale(1.08,1.08);
	opacity: 0.9;
}

p.att{
	text-align: right;
	font-size: 0.9rem;
	margin-bottom: 10px;
}

.description{
	padding-top: 60px;
	text-align: center;
}
.description h2{
	color: #FFF;
	letter-spacing: 2px;
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: 500;
}
.description p:nth-of-type(2){
	margin: 30px auto;
	font-size: 0.8rem;
	width: 80%;
}
.description .btn{
	width: 70%;
	margin: 0 auto;
}
.description .btn a{
	display: block;
	border-radius: 50px;
	background: #DBFA2D;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	color: #10565F;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	transition: ease all 0.3s;
}
.description .btn a:after{
	content:'\e5cc';
	font-family: "Material Icons";
	color:#10565F;
	font-size: 1.3rem;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.description .btn a:hover{
	background: #FAB92F;
}



@media screen and (max-width: 480px) {
main{
	margin-bottom: -50px;
}
.event210529 .cover{
	padding: 0 0 50px 0;
}
.event210529 .content {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
p.att{
	text-align: center;
}
.event210529 .content .manufacturer h2{
	width: 130px;
	font-size: 0.9rem;
	padding: 5px 0;
}
.event210529 .content .manufacturer ul{
	width: 90%;
	padding: 3% 0;
}
.description{
	padding-top: 30px;
}
.description h2{
	font-size: 1.2rem;
}
.description p{
	text-align: left;
}
.description p:nth-of-type(2){
	width: 100%;
	margin: 20px auto;
}
.description .btn{
	width: 100%;
}
}