@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : leaflet.css
 author     : Ability Consultant
 style info : リーフレット
=================================================================== */
#contents .con_leaflet .wrap_pdf:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
#header .con_header {
  padding: 57px 4% 0;
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    padding: 15px 2.5% 0;
  }
}

.con_title h1 {
  margin-top: 2em;
}
.con_title .bg {
  background-image: url(../leaflet/images/bg_title.jpg);
  opacity: 0.5;
}

#contents {
  background: linear-gradient(#48412d 20%, #e9e0c8 20%);
  padding: 0 0 5%;
}
@media only screen and (max-width: 767px) {
  #contents {
    background: linear-gradient(#48412d 13%, #e9e0c8 13%);
  }
}
#contents .wrap_detail {
  background: #48412d;
  color: #fff;
  text-align: center;
  margin: 2% 0 0;
  padding: 2% 0;
}
@media only screen and (max-width: 767px) {
  #contents .wrap_detail {
    padding: 6% 0;
    margin: 6% 0 0;
  }
}
#contents .wrap_detail .ttl_leaflet {
  font-size: 1.5em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #contents .wrap_detail .ttl_leaflet {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .wrap_detail .txt_leaflet {
    font-size: 1em;
  }
}
#contents .con_leaflet {
  width: 80%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents .con_leaflet {
    width: 96%;
  }
}
#contents .con_leaflet .box_nav {
  color: #000;
}
#contents .con_leaflet .list_leaflet {
  width: 100%;
  margin: 1% auto 3%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #contents .con_leaflet .list_leaflet {
    flex-wrap: wrap;
    margin: 1% auto 1%;
      -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
#contents .con_leaflet .list_leaflet li {
  width: 20%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  #contents .con_leaflet .list_leaflet li {
    width: 48%;
    line-height: 1.2;
    margin: 0 0 5%;
  }
}
#contents .con_leaflet .list_leaflet li a, #contents .con_leaflet .list_leaflet li span {
  text-decoration: none;
  background: #e9e0c8;
  display: block;
}
#contents .con_leaflet .list_leaflet li a img, #contents .con_leaflet .list_leaflet li span img {
  margin: 0 0 2% 0;
  width: 100%;
  height: auto;
}
#contents .con_leaflet .list_leaflet li a .hover:hover, #contents .con_leaflet .list_leaflet li span .hover:hover {
  opacity: 0.8;
}
#contents .con_leaflet .wrap_pdf {
  width: 670px;
  margin: 2% auto 0;
  padding: 15px;
  background: #fff;
  text-align: left;
}
#contents .con_leaflet .wrap_pdf .note {
  float: left;
  width: 80%;
}
#contents .con_leaflet .wrap_pdf .right {
  float: right;
  width: 20%;
  text-align: right;
  padding-top: 1%;
}
@media only screen and (max-width: 767px) {
  #contents .con_leaflet .wrap_pdf {
    width: 100%;
    margin: 4% auto 0;
  }
  #contents .con_leaflet .wrap_pdf .note {
    float: none;
    width: 100%;
  }
  #contents .con_leaflet .wrap_pdf .right {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_leaflet .txt_leaflet2 {
    text-align: left;
  }
}
