@charset "utf-8";

/* clearfix */
/*************************************************************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* custom */
/*************************************************************/
#special_body {
  text-align: center;
  margin: 0 auto;
}
#special_body img {
  max-width: 100%;
  height: auto;
}

#special_body section {
  margin-top: 5%;
}
#special_body section ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0 3%;
}
#special_body section ul li {
  width: 50%;
  margin-top: 3%;
}
#special_body section ul li:nth-child(odd) {
  padding-right: 1.5%;
}
#special_body section ul li:nth-child(even) {
  padding-left: 1.5%;
}
#special_body section a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#special_body hr {
  border-top: 2px dashed #949494;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 3% 3% 0;
}
#special_body section p.cmt {
  margin-bottom: 1%;
}
#special_body section a.bnr {
  display: block;
  margin-top: 3%;
}
#special_body section a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


@media screen and (max-width: 640px) {
  #special_body section ul {
    display: flex;
    flex-direction: column;
    padding: 0 3%;
  }
  #special_body section ul li {
    width: 100%;
    margin-top: 5%;
  }
  #special_body section ul li:nth-child(odd) {
    padding-right: 0;
  }
  #special_body section ul li:nth-child(even) {
    padding-left: 0;
  }
  #special_body p.cmt {
    margin-top: 5%;
  }
  #special_body p.cmt img {
    width: 90%;
  }
}

