@charset "UTF-8";

.box_cl1{
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
.box_cl1 .box:nth-child(1){
	width: 100%;
}
.box_cl1 .box:nth-child(2){
	width: 100%;
}
.box_cl1 .box:nth-child(3){
	width: 100%;
}
.box_cl1 .box:nth-child(4){
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box_cl1 .box:nth-child(4) > div {
	display: none;
}
.box_cl1 .box:nth-child(4) a{
	display: block;
}
.box_cl1 .box:nth-child(4) a img{
	margin-top: 0;
}
.box_cl1 .box:nth-child(5){
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.box_cl1 .box:nth-child(5) > div {
	display: none;
}
.box_cl1 .box:nth-child(5) a{
	display: block;
}
.box_cl1 .box:nth-child(5) a img{
	margin-top: 0;
}