#contact *{
  line-height: 1.5;
}
#contact p{
  margin-bottom: 1rem;
}
#contact h2 {
  margin-bottom: 0.5rem;
}

/*==========================================================================
  ContactForm
==========================================================================*/
.tel_contact{
  margin-bottom: 40px;
}
.contact_ttl {
  font-size: 20px;
}

.wpcf7 dl {
  display: block;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #cccccc;
}
.wpcf7 dl.last_dl{
  border-bottom: none;
}
.wpcf7 dt{
width: 100%;
}
.wpcf7 dt span {
  display: inline-block;
  width: 40px;
  margin-right: 3px;
  padding: 3px 0;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #ff4545;
}
.alert2{
margin-left:0!important;
}
.wpcf7 dt,
.wpcf7 dd {
  display: inline-block;
  padding: 5px 0;
  vertical-align: middle;
}
.wpcf7 dt{
  width: 29%;
}
.wpcf7 dd {
  width: 70%;
}
.wpcf7 .captcha dt { width: 70%; }
.wpcf7 .captcha dd { margin-left: 10%; }
.wpcf7 #input_captcha { width: 30%; }
.wpcf7 .captcha img { display: inline-block }

span.wpcf7-list-item{
  margin: 0 0 15px;
  max-width: 248px;
  width: 100%;
}
.radio_box span.wpcf7-list-item{
  max-width: 120px;
}
.apply_radio_box span.wpcf7-list-item{
  max-width: 100%;
}
.apply_radio_box li {
  margin-bottom: 15px;
}
.explanation{
  margin-left: 36px;
  font-size: 14px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border-radius: 5px;
  width: 60%;
  padding: 0 5px;
  border: 1px solid #a8a8a8;
  line-height:1.1;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel]{
  height: 40px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 select,
.wpcf7 textarea{
  font-size: 16px;
}
.wpcf7 textarea{
width:100%;
}
.wpcf7 input[type=tel],
.wpcf7 .name-333 input[type=text]{
  width: 30%;
}
.wpcf7 textarea { line-height: 1.6; }
input::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
input:-moz-placeholder {
  font-size: 14px;
  color: #ccc;
}
.wpcf7 input[type=submit] {
  display: inline-block;
  padding: 12px 105px;
  cursor: pointer;
  color: #fff;
  background: #2d498c;
  border: 1px solid #2d498c;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  -webkit-appearance: none;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  transition: .8s;
  background: #2d498c;
  color:#fff;
}

.wpcf7 .wpcf7-not-valid { border: 1px solid #f03434 !important; }
.wpcf7-not-valid-tip { margin-top: 10px; }

div.wpcf7-validation-errors {
  text-align: center;
  color: #f03434;
  border: none !important;
}
div.wpcf7-mail-sent-ok {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #a92b43;
  border: none !important;
}
.wpcf7 input[type=submit]:focus {
  transition: .5s;
  background: #2d498c;
}
.wpcf7 .form_caution{
  text-align: left;
  line-height: 1.6;
  margin-bottom: 15px;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  cursor: pointer;
  transition: all .3s;
  border: solid 1px #ff6633;
  background: #fff;
}
.wpcf7 .textarea-dl{
  border-bottom: none;
}

.confirmBox {
  background: #fff;
  padding: 20px;
  border: 6px solid crimson;
  border-radius: 6px;
}
.confirmBox h4 {
  font-size: 20px;
  color: #c3003e;
  font-weight: 700;
}
.confirmBox .confirMmessage {
  margin: 5px 0 0;
  text-align: left;
}
.confirmBox span {
  display: block;
  color: crimson;
  font-weight: 700;
}
.wpcf7c-conf{
  background: none!important;
}
.submit {
  text-align: center;
}
.backFromBtn {
  padding: 10px 50px;
  font-size: 15px;
  margin-right: 30px;
  border-radius: 5px;
}

.contact-check span.wpcf7-list-item {
  max-width: 100%;
}