


/********* form parts ********/

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #999999;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 11px 3%;
  background-color: #fff;
  width: 100%;
}

span.wpcf7-form-control.wpcf7-radio {
    line-height: 46px;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 1em;
  height: 1em;
  padding: 8px;
vertical-align: middle;
margin: -3px 0 0 0;
}
input[type="radio"]:checked {
  background: #529200 !important;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 1em;
  border: 2px solid #999;
  vertical-align: middle;
  margin-right: .2em;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder,
input::placeholder,
textarea:-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea:-moz-placeholder,
textarea::placeholder {
  font-size: 16px;
  color: #ccc;
}
::placeholder {
  font-size: 16px;
  color: #ccc;
}
:placeholder-shown {
  font-size: 16px;
  color: #ccc;
}

button,
html input[type="button"],
input[type=reset],
input[type=submit] {
  margin: 0 1em;
  background: #529200;
  color: #fff;
  border: none;
  border-radius: 0;
  width: 40%;
}


/* section */
.section {
    margin: 20px auto 80px;
}

.lead {
	line-height: 2.357;
	text-align: center;
}

.contactTb {
	margin: 50px auto;
	width: 80%;
	max-width: 800px;
	font-size: 16px;
}

.contactTb th,
.contactTb td {
}
.contactTb th {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

.contactTb.second th,
.contactTb.second td {
	padding: 22px 0;
}
.contactTb.second th {
	line-height: 48px;
}
.contactTb.first td,
.contactTb.second td {
	width: 68.75%;
}

.contactTb.first td span.wpcf7-list-item {
    width: 40%;
    line-height: 1.6;
    margin-bottom: 10px;
}



.required,
.free {
  position: relative
}
.required:before,
.free:before {
  margin: 0 1em 0 .5em;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
}
.required:before {
  content: '必須';
  background: #cc3333;
}
.free:before {
  content: '任意';
  background: #999999;
}

.contactBtn {
    margin: auto;
    background: #f5f5f5;
    padding: 45px;
    width: 620px;
    text-align: center;
}
.contactBtn p {
	text-align: left;
	letter-spacing: .02em;
	font-size: 14px;
}
.contactBtn p a {
	color: #cc3333;
}

.agreeCheck {
	margin: 30px auto;
	font-weight: bold;
}



/* CF7 */

/* エラー */
#main span.wpcf7-not-valid-tip {
    color: #cc3333;
}

/* バリデート */
#main div.wpcf7-validation-errors,
#main div.wpcf7-acceptance-missing {
    border: 2px solid #cc3333;
    background: #fff;
    color: #cc3333;
    padding: 1em;
    text-align: center;
    font-size: 16px;
}

/* 確認画面 */
#main .wpcf7c-conf {
    background-color: #ccc;
    color: initial;
    border: none;
}

/* 送信完了 */
.sent .lead,
.sent .contactTb,
.sent hr,
.sent .contactBtn {
    display: none;
}
#main div.wpcf7-mail-sent-ok {
    margin: auto;
    border: 2px solid #529200;
    padding: 1em;
    width: 70%;
    font-size: 20px;
}



@media screen and (max-width:768px) { /* smart phone 6〜7 */

  input, select, textarea {
    width: 94%;
}

.lead {
    line-height: 2;
    text-align: inherit;
}
.lead br {
    display: none;
}

	/* privacy common */
	.section {
	    margin: 20px auto 60px;
		font-size: 13px;
	}

  .contactTb {
    width: 100%;
    max-width: none;
    font-size: 16px;
}

.wpcf7-form-control-wrap.inquirytype {
    display: block;
    margin-top: 1em;
}
  .contactTb.first th,
  .contactTb.first td,
  .contactTb.second th,
  .contactTb.second td {
    padding: 0;
    display: block;
}
.contactTb.first td,
.contactTb.second td {
    width: auto;
}
.contactTb.second td {
    padding: 0 0 2em;
}

.contactTb.first td span.wpcf7-list-item {
    width: auto;
}

.contactBtn {
    padding: 2em;
    width: auto;
}
button,
html input[type="button"],
input[type=reset],
input[type=submit] {
    margin: 0;
    width: 100%;
}
button + *,
html input[type="button"] + *,
input[type=reset] + *,
input[type=submit] + * {
    margin-top: 1em;
}






}

