<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 420px) {
  .page_sec { margin-top: 10px; }
  .contact_box { margin-top: 5px; }
	.contact_box h4 { margin-left: 28%; margin-top: 3.2%; width: 65%; }
	.contact_box .contact_box_tel { margin-top: 3%; padding-left: 28%; width: 93%; }
	.contact_form .img_note { width: 16%; }
  .property_btn { width: 80%; }
  .about_list li .inner {
    min-height: 210px;
  }
  .about_sp { margin-top: 25px; }
  .about_list .num { top: 0; }
  .about_sp h3 { margin-bottom: 0; }
  .about_btn {
    margin-top: 30px;
  }
}

@media (max-width: 320px) {
  .contact_form .img_note { width: 18%; }
  .cate_list dt:before { left: 20%;}
  .property_btn { width: 100%; }
  .cate_list dd ul li { width: 50%; }
  .about_list li .inner {
    min-height: 230px;
  }
  .about_btn {
    margin-top: 20px;
  }
  .about_sp { margin-top: 15px; }
}
</pre></body></html>