/*inquiry*/

.inquiry_area {
	padding-top: 50px;	
	padding-bottom: 50px;
}


.inquiry_area2 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.inquiry_area2 h3 {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	margin-bottom: 20px;
	color: #006600;
	background-color: #F3FFEE;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

.inquiry_box {
	margin-bottom: 40px;
	margin-top: 10px;
}
.inquiry_box2 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.inquiry_tx {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	color: #000;
	padding-right: 1%;
	padding-left: 1%;
	text-align: center;
}
.inquiry_tx_m {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	color: #000;
	padding-right: 6%;
	padding-left: 6%;
}
.inquiry_tx2 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #000;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 3px;
}
.inquiry_line {
	padding: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;	
}
.inquiry_ttl {
	font-size: 50px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}


/* form
---------------------------------*/
.form_box {
	padding-top: 130px;
	background-image: url(../../img/bg_img/bg01mono.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.form_ttl {
	font-size: 48px;
	letter-spacing: 0.5em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	padding-top: 50px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-shadow: -1px -2px 3px #808080;
	
}
.form_ttl_sub {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #900;
	font-family: Light;
	text-align: center;	
	padding-left: 30px;	
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-shadow: -1px -2px 3px #808080;
}
.form_tx {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: -1px;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;
	background-color: #DDDDDD;
	color: #333;
	padding: 10px;
	line-height: 1.6;
}
.form_tx2 {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;	
	color: #333;
	padding: 10px;
	line-height: 1.6;
}

.form_txbox {
	width: 95%;
}

/* thanks
---------------------------------*/
.thanks_ttl {
	text-align: center;
	font-size: 30px;
	color: #00a8c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00a8c2;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


.thanks_tx {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* 概要
---------------------------------*/

.f_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;	
}
.f_table th {
	width: 20%;
	background-color: #EFEFEF;
	color: #000;
}
.f_table th p {
	color: #999;
	font-size: 80%;
}
.f_table th span {
	color: #F00;
}
.f_table td {
	width: 80%;
	background-color: #FFF;
}
.f_table th,.f_table td {
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.f_table {	
	width: 50%;
	
}
.f_table tr th {
	width: 100%;
	float: left;	
}

.f_table tr td {
	width: 100%;
	float: left;	
}

}

@media (max-width: 468px) {
.form_box {
	padding-top: 50px;
	
}
.form_ttl {
	font-size: 28px;	
	padding-top: 20px;	
	text-shadow: -1px -2px 3px #808080;	
}
.form_tx {	
	padding-right: 30px;
	padding-left: 30px;
}

}