  p.exp { 
    margin-bottom:20px;
  }
  form span.hide {
   display:none;
   }
  form span.active{
   background:#0068d3;
   color:white;
   padding:5px;
   border-radius:10px;
  }
  span.require{
   background-color: orangered;
   color: white;
   border-radius: 5px;
   padding: 5px;
   margin:5px;
   display:inline-block;
  }
  #textarea_btn {
   position:relative;
   top:-180px;
   }
 .inquiry_form {
   width:800px;
   margin:auto;
   padding-bottom:20px;
  }
 input.submit {
  margin:auto;
  display:block;
 }
 .disabled_btn {
  pointer-events: none;
  opacity: 0.5;
  }
 p.input_exp{
  text-align:center;
  margin-top:10px;
  font-size:12px;
  }
 .popup {
  position:fixed;
  top:200px;
  right:18%;
  background:#0068d3;
  color:white;
  border-radius:5px;
  padding:10px;
  }
 .inquiry_form h2 {
	border-bottom:1px solid #ccc;
	padding:5px;
    margin:30px auto;
    font-size:140%
  }
 .inquiry_form form > div {
    border-bottom:1px solid #eee;
	padding-bottom:20px;
    margin-bottom:20px;
  }
 .inquiry_form div label {
	display:inline-block;
	width:150px;
  }
 .inquiry_form div input {
	width:200px;
	height:25px;
   }
 .inquiry_form textarea {
    width:400px;
	height:400px;
　}
 .inquiry_label{
    vertical-align:text-bottom;
	height:203px;
 }
 #comment5 {
  position:relative;
  top:-80px;
 }  
 input.submit {
	padding:8px;
　　display:block;
　  margin:auto;
	height: 50px !important;
	background: #0068d3;
    color: white;
    border-radius: 5px;
	width:280px !important;
	border:0px;
 }
@media (max-width: 767px){	
 .inquiry_form {
  width:100%;
  }
 .inquiry_form div label {
  width:auto;	 
 }
 .inquiry_form div input {
   width:100%;
  }
 .inquiry_form textarea {
  width:100%;
  display:block;
  }
 .inquiry_label {
   height:auto;
  }
 #textarea_btn{
  top:0px;
 }
 #comment5 {
  top:0px;
 } 
.popup {
 right:5%;
 }
}	
 

#chatwork_app form {
 width:600px;
 margin:auto;
}
#chatwork_app form div {
 border-bottom:1px solid #ccc;
 padding:1%;
 margin-bottom:20px;
 }
#chatwork_app form label {
 width:110px;
 display:inline-block;
 }
#chatwork_app form input {
 width:200px;
 margin:auto;
 display:block;
 }
#chatwork_app form textarea {
 height:150px;
 width:400px;
}
#chatwork_app #submit{
 margin-left:150px;
}
#textbody label {
 vertical-align:text-bottom;
 height:100px;
 }
#textbody .require {
 position:relative;
 top:-80px;
 }
@media (max-width:767px) {
 #chatwork_app form {
  width:100%;
  }
 #chatwork_app form label{
  display:block;
  }
 #chatwork_app form textarea{
  width:100%;
 }
 #textbody .require{
  position:static;
 }
 #textbody label{
  height:auto;
  }
 #chatwork_app #submit{
  margin:auto;
  display:block;
 }
}
