.SP{
    display: none;
}
#form{
    padding-bottom:50px;
    margin-bottom: 25px;
}
#form *{
    font-family: heisei-kaku-gothic-std,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}
#form h3 {
  border:none;
  text-align:center;
  padding-top:15px;
  margin-bottom:0
}
#form h3:before,
#form h3:after {
  display:none
}
#form h3 big {
  color:red
}

#form h3 div {
  position:relative;
  padding:5px 25px 5px;
  font-size:15px;
  display:inline-block
}
#form h3 {
  color:#3c455c;
  line-height:1.4
}
#form h3 div:before {
  content:"";
  width:1px;
  height:100%;
  background:#3c455c;
  position:absolute;
  left:5px;
  top:0;
  font-weight:100;
  transform:rotate(-20deg)
}
#form h3 div:after {
  content:"";
  width:1px;
  height:100%;
  font-weight:100;
  background:#3c455c;
  position:absolute;
  right:5px;
  top:0;
  transform:rotate(20deg)
}
.nextbtn {
	color: #ffffff !important;
    background: rgb(230, 128, 128) url(https://akiba-biyou.com/wp-content/themes/akiba-biyou/images/step/arrow_white.png) 90% center / 10px no-repeat;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:read-only {
-webkit-appearance: none;
    border: none;
    width: 500px;
    max-width: 100%;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #e68080 url(https://akiba-biyou.com/wp-content/themes/akiba-biyou/images/step/arrow_white.png) no-repeat 90% center;
    background-size: auto;
    background-size: 10px auto;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50px;
    border: none;
}

@media screen and (max-width: 767px) {
	.SP{ display: block !important;}
	.PC{ display: none;}

}