.contact_box{
	font-size: 0.17rem;
	margin: 0 auto 1.5rem;
	max-width: 62.5vw;
}
.contact_box .title{
	font-size: 0.54rem;
	margin: 1.9rem auto .4rem;
	/*padding: 1.9rem 0 0.4rem 0;*/
}
.contact_box .mapbox{
	height: 4.48rem;
	margin-bottom: 0.34rem;
	border-radius: 0.5rem;
}
.contact_box .tel{
	
}

.tex_col{
    font-weight: 400;
    display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
}

.tex_col .tt:nth-child(1){
    width: 3.1rem;
}

.tex_col .tt:nth-child(2){
    width: 0.8rem;
}

.tex_col .tt:nth-child(3){
    width: 2.2rem;
}

.tex_col .tt:nth-child(4){
    width: 2.2rem;
}

.tex_col .tt:nth-child(5){
    width: 2rem;
}

.tex_col .tt{
    white-space: nowrap;
}

.address{
     font-weight: 400;
}


@media only screen and (max-width: 1024px) {
.contact_box{
    width: 100%;
   max-width: fit-content;
   padding: 0 .3rem;
}
.contact_box .title{
    font-size: .4rem;
}
.contact_box{
    font-size: .24rem;
}
.tex_col{
    display: block;
}
.tex_col .tt:nth-child(4){
    display: block;
}
}