@charset "UTF-8";
/* CSS Document */
/*ぱんくず*/
.pankuzu {
  max-width: 1000px;
  margin: 20px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 0 15px;
}
.pankuzu * {
  font-size: 13px;
}
.pankuzu a {
  text-decoration: underline;
  color: #333;
}
.pankuzu li + li:before {
  content: ">";
  padding: 0 10px;
}
.content p:not(:last-of-type) {
  margin-bottom: 20px;
}
/*フォーム*/
.form_table_wrap {
  margin: 40px auto 0 auto;
}
.form_table {
  width: 100%;
  border-collapse: collapse;
}
.form_table tr {
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
}
.form_table th, .form_table td {
  vertical-align: middle;
  padding: 15px 0;
}
.form_table th {
  width: 246px;
  font-weight: bold;
}
.eq {

  font-size: 14px;
  color: #fff;
  background: #DD6A25;
  float: right;
  display: inline-block;
  padding: 0 7px;
  text-align: center;
  font-weight: bold;
  position: relative;
  right: 0px;
}
.form_name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 275px;
  width: 100%;
}
.form_name > div {
  width: 47%;
}
.error{
font-size: 12px;
    color: red;
    line-height: 1.3;
    margin: 5px 0 0 0!important;
}
input, textarea, button, select {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
}
input, textarea, select {
  border: solid 1px #CECECE;
  height: 50px;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}
textarea {
  height: 150px;
}
::placeholder {
  color: #a1a1a1;
}
.pp_box {
  margin: 30px auto;
  padding: 15px 20px;
  border: solid 1px #cecece;
  height: 130px;
  overflow-y: scroll;
}
.center {
  text-align: center;
}
.cf_btn button {
  margin-top: 25px;
}
.cf_btn button {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 250px;
  margin: auto;
  padding: 0.8rem 4rem;
  font-weight: bold;
  border: 2px solid #dd6a25;
  color: #dd6a25;
  border-radius: 100vh;
  transition: 0.5s;
  margin-top: 30px;
  font-size: 16px;
  background: #fff;
  height: 58px;
}
.cf_btn button:hover {
  color: #fff;
  background: #dd6a25;
}
.thanks_box {
  padding:40px 30px;
  border: solid 6px #cecece;
}




@media screen and (min-width: 768px) {
textarea {
  height: 250px;
}
.eq {
right: 20px;

}
.thanks_box {
    padding: 60px;
}


}

@media screen and (min-width: 1024px) {
.pankuzu{
	padding: 0 0px;


}
}

@media screen and (max-width: 767.666px) {


.form_table th,
.form_table td{
display: block;
width: 100%;

}
.form_table th{
padding-bottom: 0;



}
}













