@import url("common.css");

#contact{
	color: #000;
    padding: 200px 0 100px 0;
    max-width: 800px;
    margin: 0 auto;
    
}

#contact h4{
	margin:100px 0 20px ;
	font-weight: 700;
	font-size: 21px;
}
#contact p{
	line-height: 1.8;
}
#contact .sen{
	height: 6px;
	margin: 30px 0;
	background-color: #000;
}
.contact-form{
padding: 0 0 30px 0;
}
.contact-form dt{
padding: 30px 0 14px;
}
.contact-form dt em{
	color: #00cb00;
	font-size: 13px;
}
.contact-form dd{

}
.top-line{
	border-top:solid #c2c2c2 1px;
	margin: 20px 0 0 0;
}
.m-area{
	    background-color: #e3e3e3;
    border: none;
    padding: 14px;
    width: 50%;
}
.l-area,.comment-area{
	background-color: #e3e3e3;
    border: none;
    padding: 14px;
    width: 100%;
}
.mokuteki{
	border: solid #c2c2c2 1px;
    font-size: 13px;
    padding: 24px 30px;
    line-height: 1.4;
}
.contact-form dt.doui-dd{
  padding-top: 20px;
}
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  vertical-align: -6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
          margin-left: 0;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    margin-right: 30px;
}
.mw_wp_form .error {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.wpcf7-list-item{
	margin: 6px 30px 0 0;
}
span.wpcf7-spinner {
  display: none;
}

input[type="submit"] {
 appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 20px;
    font-weight: bold;
    width: 400px;
    padding: 40px;
    /* border-radius: 10px; */
    background-color: #fff;
    border: solid #000 3px;
    color: #000;
    cursor: pointer;
    text-align: left;
}
.submit-btn {
  display: block; /*インラインブロック要素にする*/
  position: relative;
  text-align: center;
}
.submit-btn:hover{
  opacity: 0.7;
}
.submit-btn::after {
  content: '';
    width: 56px;
    height: 26px;
    background: url(../image/top/next_arrow.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -6px 0 0 60px;
    margin: -6px 0 0 -90px;
    display: inline-block;
}
@media screen and (max-width: 820px){
  #contact{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 469px){
  #contact h4{
    line-height: 1.4;
  }
  .m-area{
    width: 100%;
  }
  .mokuteki{
    padding: 18px 20px;
  }
  input[type="submit"]{
    width: 100%;
  }
  .submit-btn::after {
    
    margin: -18px 0 0 0px;
    display: inline-block;
    right: 34px;
    position: absolute;
    top: 50%;
}
}