@charset "utf-8";
/* CSS Document */

.menu_box ul,.menu_box .menu_inner {
  font-size: 1.3rem;
  padding: 2rem 1.5rem 0;
}

/*Pタグ高さ固定(IE対応)*/
.menu_box .menu_inner p{
  min-height: 10rem;
}

/*装置～加工*/
.ctl_height_img img{
  margin-top: 0;
}
.ctl_height_img.mt_2{
 margin-top: 2rem;
}
.ctl_height_img.mt_4{
  margin-top: 4rem;
 }
#intro_process_img{
  width: 80%;
  margin: 0 auto;
}

/*「どのように」*/
.menu_box .menu_inner .menu_item h3{
  margin: 0;
}

/*こぼれ話*/
.block_episode .ttl_episode{
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 3.5rem;
}
.ttl_episode + .box_openclose{
  clear: both;
}
.conts_episode{
  padding: 2.5rem;
}
.conts_episode p{
  padding: 0;
}

.conts_episode figure img{
  margin-top: 0;
}


@media screen and (max-width: 1024px) {

  .menu_box .menu_inner p{
    min-height: auto;
  }

  .ctl_height_img , .ctl_height_img.mt_2,.ctl_height_img.mt_4{
    margin-top: 3rem;
   }


  .menu_box .menu_inner .menu_item:not(:last-of-type) {
    border-bottom: dotted #ddd 0.2rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  .btn_cmn{
    margin-top: 2rem;
  }

  /*こぼれ話*/
  .block_episode .ttl_episode{
    font-size: 1.8rem;
    padding: 5rem 2.5rem 0;
  }
  .conts_episode figure{
    margin: 3rem auto 0;
    display:block;
  }
  .conts_episode figure img{
    margin: 0 auto;
  }

}