@charset "utf-8";
/*------------------------------------------------------------
お問い合わせ・リクエスト
------------------------------------------------------------*/
#form_content{
  width: 736px;
  margin: 30px auto 0;
}
#form_content table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
#form_content th{
  text-align: left;
  padding: 20px 20px 20px 0;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  min-width: 70px;
}
#form_content td{
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.mw_wp_form_preview .confirm_mail{
	display:none;
}
#form_content input{
  width: 90%;
  border: 1px solid #ccd4d8;
}
#form_content input+br{
  margin-top: 10px;
}
#form_content textarea{
  width: 90%;
  height: 120px;
  border: 1px solid #000;
}
#mail_address{
  margin-bottom: 10px;
}
#form_content .btn_group{
  text-align: center;
  margin-bottom: 60px;
}
#form_content .btn_group input,
#form_content .btn_group .btn_link{
  width: 40%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  background: #eee;
  border: 1px solid #999;
  border-radius: 3px;
  color: #000;
  box-sizing: border-box;
}
#form_content .captcha_block{
  margin-bottom: 30px;
  text-align: center;
}
.captcha_image{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
}
.captcha_image img{
  max-width: 240px;
  height: auto;
}
.captcha_image .btn-refresh{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  background: #eee;
  border: 1px solid #999;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}
#contact-thanks{
  margin-bottom: 60px;
}
#contact-thanks p{
  margin-bottom: 10px;
}
#contact-thanks ul{
  border: 1px solid #ccc;
  padding: 15px 40px;
}
#contact-thanks li{
  list-style: disc;
}
@media screen and (max-width: 736px){
  #form_content{
    width: 100%;
  }
  #form_content table{
    margin-bottom: 30px;
  }
  #form_content th{
    padding-left: 20px;
  }
  #contact-thanks{
    margin-bottom: 30px;
  }
  #contact-thanks p{
    margin: 0 10px 10px 10px;
  }
  #contact-thanks ul{
    margin: 0 10px;
  }
}
