@charset 'utf-8';

.contact-box .mapcont .info-box ul li { }
.contact-box .mapcont .info-box ul li strong { width:90px; }

.register-box > ul > li.li1 > strong { width:150px; }
.register-box > ul > li.li1 > .r-cont { width:calc(100% - 150px); }
@media screen and (max-width:640px){
    .register-box > ul > li.li1 > strong,
    .register-box > ul > li.li1 > .r-cont { width:100%; }
}


.business-box .sub-title h3 { font-size:44px; }
@media screen and (max-width:1500px){	
	.business-box .sub-title h3 { font-size:38px; }
}
@media screen and (max-width:1024px){	
	.business-box .sub-title h3 { font-size:38px; }
}
@media screen and (max-width:640px){	
	.business-box .sub-title h3 { font-size:28px; }
}

.business-box .certification-box .cert-box .listbox > ul > li dt {  height:110px; }
.business-box .certification-box .cert-box .listbox > ul > li dd p { position:relative; padding-left:0; }
.business-box .certification-box .cert-box .listbox > ul > li dd p:not(:last-child) { margin-bottom:3%;}
.business-box .certification-box .cert-box .listbox > ul > li dd p > strong { position:relative; left:0; top:0; font-weight:400; }
@media screen and (max-width:1024px){	
    .business-box .certification-box .cert-box .listbox > ul > li dt {  height:100px; }
}



.board-view .btn_pn dt { width:140px; }
.board-view .btn_pn dd { width:calc(100% - 140px); }