@charset "utf-8";

.main_visual .lens_img {
 width: 22%;
 bottom: -17%;
}

#lens .lens_img {
 width: 22%;
}

#interview .profile .prof_data p.prof_name {
 margin-bottom: 3%;
}

.photo_container .txt_block .comment-title {
 font-weight: bold;
 font-size: 1.8vw;
 margin-bottom: 0.5em;
 text-align: left;
}

.photo_container figure a::after {
 content: none;
}

@media only screen and (min-width: 761px) {
 .lead_block p.lead_ttl {
  font-size: 3.45vw;
 }
}

@media only screen and (max-width: 760px) {
 .main_visual .lens_img {
  width: 44%;
  bottom: -18%;
 }

 #lens .lens_img {
  width: 44%;
 }

 .photo_container .txt_block .comment-title {
  font-size: 5.2vw;
  text-align: center;
 }
}
