@charset "UTF-8";
.routeMap .scInr{
  margin-bottom: 50px;
}
.routeMap .btnWrap{
  text-align: center;
  margin:40px 0 0;
}
.routeMap .btn{
  text-align: center;
}
.routeMap .btn a{
  display: block;
  width: 49%;
  font-size: 1.8em;
  background-color: #e50012;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  margin: 0 auto;
  position: relative;
}
.routeMap .btn a span{
  box-sizing: border-box;
  font-family: 'arial', sans-serif;
  font-style: italic;
  display: inline-block;
  font-size: 0.4em;
  font-weight: bold;
  width: 4em;
  height: 4em;
  line-height: 1em;
  padding: 1.4em 0.2em;
  border: 3px solid #fff;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.routeMap .btn a em{
  font-style: normal;
  display: inline-block;
  padding-left: 2em;
}
