@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.map {
  margin-bottom: 80px;
}
.map .mapimage {
  margin-bottom: 30px;
}

.bnr_pdf {
  width: 340px;
  margin: 0 auto 30px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.bnr_pdf a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 320px center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 18px 0 14px;
}
.bnr_pdf a:hover {
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .bnr_pdf a {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
  }
}
.bnr_pdf a p {
  font-size: 12px;
}
