@charset "UTF-8";

/* contact
---------------------------------------------------------------------------*/
input, button, select, textarea { -webkit-appearance: none; border-radius: 0; }

#contactContents .txt-set {
	margin-bottom: 45px;
}

#contactContents .txt-set p {
	line-height: 1.7;
	font-size: 12px;
}

#contactContents .txt-set p.txt-sans {
	margin-top: 12px;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

#contactContents .txt-set p br {
	display: none;
}

/* .address
------------------------------------*/
#contactContents .address {
	margin-top: 65px;
}

#contactContents .address h3 {
	margin-bottom: 25px;
	font-size: 18px;
	letter-spacing: 0.04em;
}

#contactContents .address address {
	margin-left: 1px;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

#contactContents .address address:last-of-type {
	margin-top: 12px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

#contactContents .address address span {
	display: block;
	letter-spacing: 0.05em;
	font-size: 12px;
}

/* .txt-set-s
------------------------------------*/
#contactContents .txt-set-s {
	box-sizing: border-box;
	margin-top: 30px;
}

#contactContents .txt-set-s p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.7;
}

#contactContents .txt-set-s p.txt-sans{
  line-height: 1.6;
}
#contactContents .txt-set-s p:nth-of-type(3) { margin-top: 30px; }
#contactContents .txt-set-s p:last-of-type { margin-bottom: 0; }

/* .form-table
------------------------------------*/
.form-table {
	width: 100%;
	text-align: left;
	line-height: 1.8;
}

.form-table th {
	display: block;
	margin-bottom: 7px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.07em;
}

.form-table th em{
  display: block;
  padding-top: 1px;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-family:  "Helvetica Neue" , Helvetica, 'Roboto', sans-serif; color: #333333;   
}

.form-table td {
	display: block;
	padding-bottom: 28px;
	letter-spacing: 0.05em;
}

.form-table td:last-of-type {
	padding-bottom: 20px;
}

.form-table td input,
.form-table td textarea {
	box-sizing: border-box;
	border: 1px solid #dedede;
	width: 100%;
	padding: 7px 14px;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.form-table td textarea {
	height: 300px;
}

.form-table td label {
	cursor: pointer;
}

/* Google Chrome, Safari, Android, iOS */
::-webkit-input-placeholder {
	line-height: 1.8;
}

.form-table td .btn-submit {
	display: block;
	margin: 25px 0 0;
	padding: 0;
}

.form-table td .btn-submit input {
	display: inline-block !important;
	background: #9a9a9a;
	border: none;
	width: 100%;
	margin: 0;
	padding: 17px 0 16px;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0.07em;
	transition: .2s linear;
}

/* error
------------------------------------*/
.form-table td .txt-error,
.wpcf7-not-valid-tip {
	display: inline-block;
	margin: 8px 0 0 2px;
	color: #888888;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.screen-reader-response {
	display: none;
}

.txt-response,
.wpcf7-response-output {
	display: inline-block;
	color: #888888;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.hidden-fields-container {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}