<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.main_visual .lens_img {
 width: 30%;
}

#lens .lens_img {
 width: 24%;
}
#lens p.lens_name {
 margin-bottom: 1%;
}

#interview .profile .prof_data p.prof_name {
 margin-bottom: 3%;
}

@media only screen and (max-width: 760px) {
 .main_visual .lens_img {
  width: 47%;
 }

 #lens .lens_img {
  width: 50%;
 }
}
</pre></body></html>