@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
footer{
  margin-top: 80px;
}
.pdf_btn {
    margin-top: 15px;
}
.pdf_btn a {
  display: flex;
    justify-content: center;
    align-items: center;
    background: #c5010f;
    color: #fff;
    min-height: 40px;
    max-width: 240px;
  padding: 10px 10px
}
.pdf_btn.long a {
    max-width: 420px;
}
.pdf_btn a::after{
  content: '';
  background: url("../../../common/img/icon_pdf.svg")no-repeat center;
  width: 19px;
  height: 21px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 10px;
}
.pro_indent a{
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {


}
@media print {

}