/* how to use */
.lens .under_topImg {
  /*background-image: url('/assets/img/lens/mv.jpg');*/
}

/* subpage header */
.lens .contents {
  /*background: #f9f9f9;*/
  /*max-width: 100%;*/
  /*height: 100%;*/
  /*position: relative;*/
}

.lens .contents .contents_body {

}
.lens .contents .contents_body .lens_section {
  /*margin-bottom:60px;
}
.lens .contents .contents_body .lens_section:last-of-type{
  /*margin-bottom:0;
}
.lens .contents .contents_body .lens_section .section_head {
  /*text-align: center;*/
  /*position: relative;*/
  padding:15px 0 0;
  margin-bottom:20px;
}
.lens .contents .contents_body .lens_section .section_head::after{
  /*content:"";*/
  /*display:block;*/
  width:30px;
  height:5px;
  /*background:#000;*/
  /*margin:0 auto;*/
}
.lens .contents .contents_body .lens_section .section_head .section_head_title {
  /*font-weight: bold;*/
  font-size:18px;
  padding:0 0 15px;
}
.lens .contents .contents_body .lens_section .section_body {
  
}
.lens .contents .contents_body .lens_section .section_body .section_image {
  /*margin-bottom:30px;*/
}
.lens .contents .contents_body .lens_section .section_body .section_text {
  /*line-height: 2;*/
}