@charset "utf-8";
.m_plan{
  
}
.m_plan_ttl{
  line-height: 1;
}
.m_plan_ttl.big{
  font-size: 34px;
}
.m_plan_banner{
  max-width: 575px;
  margin: auto;
  margin-top:20px;
}
.m_plan_banner a{
  display: block;
}
.m_plan_banner a:hover{
  opacity: .5;
}
.m_plan_link{
  text-align: center;
  margin-top: 50px;
}
.m_plan_link a{
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 3px double #00A0E9;
  padding-left: 15px;
  position: relative;
}
.m_plan_link a:hover{
  opacity: .5;
}
.m_plan_link a:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13.0px;
  border-color: transparent transparent transparent #009fe9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  ;position: absolute;
}

@media screen and (max-width:750px) {
.m_plan_ttl.big{
  font-size: 17px;
}
.m_plan_link{
  margin-top: 30px;
}
.m_plan_link a{
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 3px double #00A0E9;
}
}