@charset "utf-8";

* {word-break:keep-all !important;}


.sLifton_case2 ul li {padding:0 15px;}

.sLifton_case3 .img_box ul li dl dt {width:110px;}

.sLifton_case4 ul > li {justify-content:end; flex-direction:column;}
.sLifton_case4 ul > li .tit1 {width:100%;}
.sLifton_case4 ul > li > div {width:100%; margin-top:15px;}

@media screen and (max-width:1024px){
	.sLifton_case3 .img_box ul li dl dt {width:95px;}
}

@media screen and (max-width:767px){
	.sLifton_case2 ul li {width:150px; height:150px;}
	
	.sLifton_case3 .img_box ul li dl dt {width:80px;}
}

.sInquiry_wrap .form_box ul li > label {width:150px;}
.sInquiry_wrap .form_box ul li > div {width:calc(100% - 150px);}

@media screen and (max-width:1024px){
	.sInquiry_wrap .form_box ul li > label {width:130px;}
	.sInquiry_wrap .form_box ul li > div {width:calc(100% - 130px);}
}

@media screen and (max-width:767px){
	.sInquiry_wrap .form_box ul li > label {width:115px;}
	.sInquiry_wrap .form_box ul li > div {width:calc(100% - 115px);}
}