@charset "utf8";

.pc {
  display: none !important;
}
.mb_bg_border {
  background:url(../images/bg_border.png) repeat top left;
}
.header ul {
  display: none;
}
.logo {
  max-width: 50%;
}
.spmenu {
  display:block;
  padding:0;
  margin:0;
  position: fixed;
  bottom:0;
  background-color:#fff;
  z-index:200;
}
.spmenu li {
  display:inline-block;
  width: 33.3%;
  padding:0;
  margin:0;
  vertical-align:bottom;
}

.message1 {
  padding: 30px 20px;
  margin-bottom: 20px;
}
.reason,
.step,
.contact {
  padding: 0 20px;
}
.case {
  padding: 0 20px 0 10px;
  margin-bottom:20px;
}
.qanda {
  padding: 10px 20px;
}
.contactform {
  padding: 10px 0;
}
.contact .btn {
  left: 10%;
  width: 80%;
}
.contact .btn_tel {
  top: 50%;
}
.contact .btn_mail {
  top: 60%;
}
.contact .btn_line {
  top: 70%;
}
#contactform {
  width: 80%;
  margin: 10px 5%;
  padding: 5%;
  position: relative;
  z-index:100;
}
#contactform dl {
  width: 100%;
}
#contactform dt {
  display:block;
  margin-bottom: 3px;
}
#contactform dd {
  display:block;
  width: 100%;
}
#contactform input[type=text] {
  width:100%;
  display:block;
}
#contactform textarea {
  width: 100%;
}
footer {
  padding-top: 100px;
}

@media screen and (max-width:420px) {
.profile .sitelink {
  font-size: 14px;
  bottom: 90px;
}
}