@charset "utf-8";
/* common ***********************************************/
#sub-contents h2.h2-styleA {
  border-bottom: solid 1px #ccc;
}

/* mv ***********************************************/
.subMv .headerBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: solid 1px #000;
  z-index: 999;
  padding: 0;
}
.subMv .headerBox img {
  width: 100%;
  min-width: 100px;
  max-width: 125px;
  padding: 12px 0 15px;
  margin: 0 auto;
}
/* sub btn ***********************************************/
.subBtn {
  margin: 25px 0;
  max-width: 150px;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  position: relative;
  border: solid 1px #000;
}
.subBtn a {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.subBtn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  /* common ***********************************************/

  /* mv ***********************************************/
  .headerBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: solid 1px #000;
    z-index: 999;
  }
  .headerBox img {
    min-width: 100px;
    max-width: 120px;
  }
}
