@charset "utf-8";
/*.drawer-nav{
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
}
.contact_chat{
	display: none;
}*/
.top{
	 margin: -110px auto 0;
	}
.ac_top{
    width: 100%;
	max-width: 1280px;
    margin: 110px auto 0;
	line-height: 0px;
	display: flex;
	justify-content: center;
}
.ac_box{
	width: 33.33%;
	position: relative;
}
.ac_tx{
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding-left: 10px;
	font-size: 1.4rem;display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	line-height: 1.4em;
	padding-bottom: 3px;
	
}

.ac_sub{
	width: 90%;
	max-width: 1135px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	line-height: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ac_sub_box{
	width: 33.33%;
	padding: 1px;
	position: relative;
}
.ac_sub_tx{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 1.4rem;
	padding-left: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	line-height: 1.4em;
	padding-bottom: 3px;
}


@media (min-width:641px){
.top{
	 margin: -80px auto 0;
	}
.ac_top{
    width: 100%;
	max-width: 1280px;
    margin: 80px auto 0;
	line-height: 0px;
	display: flex;
	justify-content: center;
}	
.ac_sub_box{
	width: 25%;
	max-width: 280px;
}	
	
	
}
