@charset "utf-8";


.privacy{
         border: solid 1px #808080;
         width: 100%;
         height: 120px;
         padding: 0.5em;
         overflow: auto;
		 margin-top:7px;
}
.privacy h1{
margin:20px 0;
padding:5px 10px;
font-size:150%;
color: #fff;
border-radius:4px;
background:#51A8E8;
box-shadow:0 0 3px rgba(0,0,0,0.2); 
}

.privacy h2{
margin:10px 0;
padding:3px 5px;
font-size:130%;
font-weight:normal;
}

.privacy h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
border-bottom:1px solid #797979;
}

.form_job{
  font-size: .8rem;
}

.button{
  width: 220px;
  height: inherit;
  margin: 30px auto;
}
.formbtn{
  width: 220px;
  height: 80px;
  margin:0 auto;
  background: url(button.png) no-repeat;
  border: 0;
}
.formbtn:hover{background-position:1px 1px; cursor:pointer;}

.req{
  color: red;
}
.contact_wrap{
  width: 82%;
  margin: auto;
}
input{
  font-size: 1.0rem;
}

.form_end{
  margin-bottom: 30px;
  line-height: 1.6rem;
}
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

.image-btn {
  border: 0px;
  width: 166px;
  height: 100px;
  margin: 15px auto;
  background: url(form_buttons.png) no-repeat;
}
}