@charset "utf-8";
/* CSS Document */
.mpj_sta_body p:first-of-type{
  max-width:247px;
  margin:auto;
  width:40%;
}
.mpj_sta_body div{
  max-width:750px;
  margin:12px auto 40px;
}

.mpj_sta_body p:nth-of-type(2){
  max-width:450px;
  margin:auto;
  font-weight:bold;
  width: 80%;
}
.mpj_sta_body p:nth-of-type(2) a{
  background-color:#F08300;
  border:solid 1px #F08300;
  display:flex;
  justify-content: center;
  align-items: baseline;
  padding:16px 0;
  color:#FFF;
  text-decoration: none;
  transition: .4s;
}
.mpj_sta_body p:nth-of-type(2) a span{
  font-size:0.65em;
}
.mpj_sta_body p:nth-of-type(3){
  margin:40px auto;
  text-align: center;
}
.mpj_sta_body p:nth-of-type(3) a{
  color:#000;
}

@media screen and (min-width:801px){
  .mpj_sta_body p:nth-of-type(2) a:hover{
    background-color:#FFF;
    color:#F08300;
  }
}

@media screen and (max-width:800px){
  .mpj_sta_body p:nth-of-type(2) a{
    font-size:1.125rem;
  }
}

