/* top-smp
------------------------------------------------------- */
#father_50 .endofperiod {
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #f00;
  font-size: 24px;
  font-size: 1.84615rem;
  font-weight: bold;
  text-align: center;
  color: #f00;
}

#father_50 .plain-btn {
  width: 90%;
  max-width: 100%;
}

#father_50 .bnrarea .bnr {
  width: 90%;
  margin: 0 auto 5%;
  background: #231815;
  border: 1px solid #231815;
  font-size: 16px;
  font-size: 1.23077rem;
}

#father_50 .bnrarea .bnr:hover {
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#father_50 .bnrarea .bnr:hover a {
  color: #231815;
}

#father_50 .bnrarea .bnr a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

#father_50 .bnrarea .bnr a span {
  display: block;
  font-size: 12px;
  font-size: 0.92308rem;
}

/* top-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
  #father_50 .smp {
    display: none;
  }
  #father_50 .endofperiod {
    width: 800px;
  }
  #father_50 .plain-btn {
    width: 100%;
  }
  #father_50 .bnrarea .bnr {
    width: 600px;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.69231rem;
  }
  #father_50 .bnrarea .bnr a span {
    font-size: 16px;
    font-size: 1.23077rem;
  }
}

/* top-tablet
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 960px) {
  #father_50 .bnrarea .bnr {
    font-size: 22px;
    font-size: 1.69231rem;
  }
  #father_50 .bnrarea .bnr a span {
    font-size: 16px;
    font-size: 1.23077rem;
  }
}
/*# sourceMappingURL=maps/father.css.map */
