@charset "UTF-8";
/* UTF-8を出力するためのコメント*/
#page_content.landing p {
  line-height: 1.7;
}
#page_content.landing #pankuzu {
  background: url(../img/main.jpg) no-repeat center top;
  background-size: cover;
}
#page_content.landing .tri_link_anchor {
  text-align: right;
  margin-top: 15px;
}
#page_content.landing .tri_link_anchor.mgb {
  margin-bottom: 100px;
}
#page_content.landing section {
  margin: 0 0 62px 0;
}
#page_content.landing section.sect1 .concept_txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 20px;
  width: 100%;
}
#page_content.landing section.sect1 .concept_txt .term_list {
  width: 25%;
  text-align: left;
  font-size: 84%;
  float: left;
  margin: 30px 0 10px;
}
#page_content.landing section.sect1 .concept_txt img {
  margin: 30px 0 10px;
}
#page_content.landing section.sect1 .concept_txt p {
  text-align: left;
}
#page_content.landing section.sect1 .mgb {
  margin-bottom: 30px;
}
#page_content.landing section.sect2 h3:nth-of-type(1) {
  margin: 0 0 20px 0;
}
#page_content.landing section.sect2 .text-img {
  margin: 20px auto 40px;
  width: 95%;
}
#page_content.landing section.sect2 .text-img .fl {
  display: inline-block;
  float: left;
}
#page_content.landing section.sect2 .text-img .fr {
  display: inline-block;
  float: right;
}
#page_content.landing section.sect2 .text-img .wide {
  width: 62%;
}
#page_content.landing section.sect2 .bold_title {
  margin: 20px 0 0 0;
}
#page_content.landing .before_after {
  text-align: center;
  margin: 20px auto 40px;
  width: 95%;
}
#page_content.landing .before_after p {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#page_content.landing .before_after p small {
  display: block;
  text-align: left;
  font-weight: bold;
}
#page_content.landing .before_after p small.red {
  color: #e11215;
}
#page_content.landing .before_after p.arrowBlock {
  margin-top: 30px;
  background: url(../img/arrow_r.png) no-repeat center top;
  width: 80px;
  height: 74px;
}
#page_content.landing .gallery-wrap {
  width: 100%;
  margin: 30px 0 -40px;
}
#page_content.landing .gallery-wrap .gal-detail {
  width: 300px;
  margin: 0 40px 40px 0;
  float: left;
}
#page_content.landing .gallery-wrap .gal-detail:nth-of-type(3) {
  margin: 0 0 40px 0;
}
#page_content.landing .gallery-wrap .gal-detail .gal-title {
  font-weight: bold;
}
#page_content.landing .gallery-wrap .gal-detail .gal-img {
  width: 300px;
  text-align: center;
  overflow: hidden;
  /*border: 1px solid #ddd;*/
  margin: 5px 0;
}
#page_content.landing .gallery-wrap .gal-detail .gal-img img {
  max-height: 210px;
}
#page_content.landing .annotation {
  clear: both;
}
#page_content.landing .madori-wrap {
  width: 100%;
  margin: 0 0 20px 0;
}
#page_content.landing .madori-wrap img {
  display: block;
  float: left;
  width: 48%;
  margin: 20px 0 0 0;
}
#page_content.landing .madori-wrap img:nth-of-type(1) {
  margin-right: 4%;
}
#page_content.landing .arrowBlock2 {
  background: url(../img/arrow_b.png) no-repeat center;
  width: auto;
  height: 50px;
}

/* UTF-8を出力するためのコメント*/
@media screen and (max-width: 834px) {
  #page_content.landing section.sect1 .concept_txt .term_list {
    width: 100%;
    float: none;
    margin: 30px 0 10px;
  }
  #page_content.landing section.sect1 .concept_txt img {
    margin: 20px 0 10px;
  }
  #page_content.landing section.sect2 .text-img .fl {
    width: 100%;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
  #page_content.landing section.sect2 .text-img .fr {
    width: 100%;
    display: inline-block;
    float: none;
  }
  #page_content.landing section.sect2 .text-img img {
    width: 100%;
  }
  #page_content.landing section.sect2 .text-img .wide {
    width: 100%;
  }
  #page_content.landing .before_after {
    margin: 20px auto 20px;
  }
  #page_content.landing .before_after p {
    display: block;
    text-align: center;
    vertical-align: middle;
  }
  #page_content.landing .before_after p.arrowBlock {
    background: url(../img/arrow_b.png) no-repeat center;
    width: auto;
    height: 50px;
  }
  #page_content.landing .gallery-wrap {
    margin-bottom: 40px;
  }
  #page_content.landing .gallery-wrap .gal-detail {
    width: 100%;
    float: none;
  }
  #page_content.landing .gallery-wrap .gal-detail:nth-child(odd) {
    margin: 0 0 40px 0;
  }
  #page_content.landing .gallery-wrap .gal-detail:nth-child(even) {
    margin: 0 0 40px 0;
  }
  #page_content.landing .gallery-wrap .gal-detail:last-child {
    margin: 0;
  }
  #page_content.landing .gallery-wrap .gal-detail .gal-img {
    width: 100%;
  }
  #page_content.landing .gallery-wrap .gal-detail .gal-img img {
    max-height: none;
    width: 100%;
    height: auto;
  }
  #page_content.landing .madori-wrap img {
    float: none;
    width: 100%;
  }
  #page_content.landing .madori-wrap img:nth-of-type(1) {
    margin-right: 0;
  }
  #page_content.landing .only-pc {
    display: none;
  }
}
