@charset "utf-8";

  .nontitle_lead img{
    width:100%;
  }


  .flex_image_box_floatimg .img_block img{
    width:100%;
    max-width:100%;
  }
  
  .photo_caption {
    padding-top:8px;
    line-height:1.5;
  }

@media screen and (max-width: 767px) {
  .ksgl-section_contents_simpletext h2 span {
    width: 100%;
  }

  .ksgl-section_contents_simpletext .flex_image_box_floatimg.both_same .img_block {
    padding:20px 0;
  }

  .ksgl-section_contents_simpletext .flex_image_box_floatimg.both_same .img_block img {
    width:100%;
    max-width:500px;
  }
  .ksgl-section_contents_simpletext .flex_image_box_floatimg.both_same .img_block p {
    text-align:left;
    max-width:500px;
    margin:6px auto;
    padding-top:5px;
    line-height:1.4;
  }
}

