@charset utf8;


dl {
  width: 650px;
}
dt {
  display:inline-block;
  width: 220px;
  margin:0;
  padding:0;
}
dd {
  display: inline-block;
  width: 400px;
  margin:0;
  padding:0;
}
input[type=submit] {
  margin: auto;

}
section {
  text-align:center;
  max-width: 1124px;
  margin:0 auto;
}
img {
  max-width: 100%;
}
.bg_border {
  background:url(../images/bg_border.png) repeat top left;
}
.spmenu {
  display: none;
}
.header {
  position: relative;
  text-align:left;
  height: 80px;
  background:url(../images/header_border.png) repeat-x bottom left;
}
.header .logo {
  display:block;
  margin-left: 30px;
  padding-top: 20px;
}
.header ul {
  list-style-type: none;
  margin: 0;
  padding:0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.header li {
  display: inline-block;
  width: 171px;
}
.message1 {
  padding: 80px 0;
  margin-botton: 10px;
}
.qanda {
  padding: 80px 0;
}
.qanda .title {
  display: block;
  margin: 40px auto;
}
.qanda_set {
  margin-bottom: 40px;
}
.qanda .open {
  display: none;
}
.contact .inner {
  position: relative;
  display: inline-block;
}
.contact .btn {
  position: absolute;
  left: 28px;
}
.contact .btn_tel {
  top: 600px;
/*  top: 630px;*/
}
.contact .btn_mail {
  top: 735px;
/*  top: 800px;*/
}
.contact .btn_line {
  top: 870px;
}
.profile {
  padding: 80px 0;
  position: relative;
}
.profile .sitelink {
  position:absolute;
  left:0;
  right:0;
  bottom:95px;
  margin:auto;
  font-size:18px;
  font-weight:bold
}
.profile .sitelink a {
  color:#000;
}
.contactform {
  padding: 80px 0;
  text-align:center;
}
#contactform {
  width: 850px;
  background-color:#fff;
  padding: 10px;
  margin: auto;
}
#contactform p {
  font-size: 150%;
}
#contactform dt {
  border-radius: 10px;
  color:#fff;
  background-color:#06269F;
  margin-bottom: 15px;
  padding: 2px 5px;
  text-align:center;
vertical-align:top;
}
#contactform dd {
  margin-bottom: 15px;
  text-align:left;
}
#contactform input {
  padding: 5px;
}
#contactform button {
  padding: 5px 50px;
  background-color:#FF8F35;
  color:#fff;
  border-radius: 20px;
  border: 0;
  font-size: 120%;
  margin-top: 20px;
}
footer {
  margin-top: 20px;
  text-align:center;
}

@media screen and (min-width:650px) {
.sp {
  display:none !important;
}
.pc_bg_border {
  background:url(../images/bg_border.png) repeat top left;
}
}