@charset "utf-8";

.main_visual .lens_img {
 bottom: 0;
 width: 11%;
 transform: translateX(-50%) translateY(50%);
}

.photo_container .txt_block .comment-title {
 font-weight: bold;
 font-size: 1.8vw;
 margin-bottom: 0.5em;
 text-align: left;
}

#interview .profile .prof_data p.prof_name {
 margin-bottom: 3%;
}

#lens .lens_img {
 width: 11%;
}

@media only screen and (max-width: 760px) {
 .main_visual .lens_img {
  width: 20%;
 }

 .photo_container .txt_block .comment-title {
  font-size: 5.2vw;
  text-align: center;
 }

 #lens .lens_img {
  width: 20%;
 }
}
