.inq {
  
}
.ttle{

}
.ttle h2 {

}
.ttle p {

}
.form section {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.form section p {
  vertical-align: middle;
  text-align: left;
}
.form section select {
  width: 100%;
}
/* title */
p.item {
  width: 35%;
}
p.item span {
  border: 1px solid #E21123;
  color: #E21123;
  padding: 2px 5px;
  margin-left: 5px;
}
/* content */
p.ipt {
  text-align: left;
  width: 65%;
}
p.ipt i {

}
p.ipt span {

}
p.ipt label {
  cursor: pointer;
}

/* form */
select {
  font-size: 1.4rem;
  padding: 10px 30px 10px 10px;
  border: 1px solid #abc;
  outline: 0;
  transition-duration: 0.25s;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 12px;
}
select:focus {
  border-color: #065EE3;
  box-shadow: 0 1px 30px rgba(6,94,227,0.25);
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 16px 10px;
  border: 1px solid #abc;
  border-radius: 4px;
  outline: 0;
  transition-duration: 0.25s;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border: 1px solid #065EE3;
  box-shadow: 0 1px 30px rgba(6,94,227,0.25);
  font-size: 1.6rem;
}
textarea {
  width: 100%;
  padding: 16px 10px;
  box-sizing: border-box;
  border: 1px solid #abc;
  border-radius: 4px;
  outline: 0;
  transition-duration: 0.25s;
  font-size: 1.6rem;
}
textarea:focus {
  border: 1px solid #065EE3;
  box-shadow: 0 1px 30px rgba(6,94,227,0.25);

}


.chk span {

}
.chk label {

}
.op {
  text-align: center;
}
.op input {

}
.notice{

}
.notice2{
color:#ff0000;
}
.sub_ds{
  text-align:center;
  padding: 20px;
}
 .wpcf7-textarea{
height:100px!important;
}
.wpcf7 span.wpcf7-not-valid-tip {
display: block;
}
.inq_d .wpcf7-textarea{
  height:150px!important;
}

.wpcf7-form.sent {
  display: none;
}
.send-comment {
  max-width: 660px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}


@media only screen and (max-width: 479px) {
/*  .ttle{
  border-bottom:1px dotted #ccc;
  margin:0;
  padding:0;
  }
  .ttle h2{
    font-size:18px;
    margin:11px 0 0;
  }*/
/*  div.form section p {
    display:block!important;
    width:290px!important
  }*/
}

