@charset "UTF-8";
/*
    Template: elftheme
    Theme Name: elftheme CHILD
    Version: 1.0.0

*/

/* =Contact form 7
----------------------------------------------- */
.center{
	text-align: center;
	}

.fontmin{
color:red;
	font-size:10px;
	}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"]:focus,
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


span.wpcf7-list-item{
  margin-left: 0!important;
  margin-right: 20px!important;  
}




.wpcf7 input[type="text"],
.wpcf7 input[type="tel"] {
  border-radius: 3;
  border: 1px solid #cecdcd;
  height: 35px;
  padding: 0 10px;
  width: 50%;
}

.wpcf7 input[type="email"],
.wpcf7 textarea {
  border-radius: 3;
  border: 1px solid #cecdcd;
  height: 35px;
  padding: 0 10px;
  width:65%;
}


.wpcf7 textarea {
  min-height: 200px;
  padding: 10px;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px;
}

.wpcf7 .wpcf7-back {
  height: 35px;
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 0 25px;
  text-transform: uppercase;
  display: block;
  margin: 0px auto;
}


.wpcf7 .wpcf7-submit {
  height: 35px;
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 0 80px;
  text-transform: uppercase;
  display: block;
  margin: 15px auto;
}
.wpcf7 p {
  margin: 0;
}


@media (max-width: 959px){

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"]
	{
  width: 65%;
}

.wpcf7 input[type="email"],
	.wpcf7 textarea{
  width: 75%;
}

	}

/* =Contact form 7ここまで
----------------------------------------------- */