@charset "utf-8";


/* custom form */

#inquiryForm {
	padding: 25px 0;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

#inquiryForm .leadText {
	padding: 1em;
	background-color: rgba(51,154,233,0.1);
	border-radius: 3px;
	text-align: justify;
}

#inquiryForm span.req {
	color: #CD080B;
	font-weight: 600;
	vertical-align: super;
	font-size: 80%;
}

#inquiryForm .leadText ul {
	padding: 0 0 0 1em;
	margin: 0;
}

#inquiryForm .leadText ul li {
	margin-bottom: 0.8em;
	line-height: 1.4;
}


#inquiryForm h3 {
	margin: 5em 0 2em 0;
	font-size: 2rem;
	border: 1px solid rgba(51,154,233,1);
	border-width: 0 0 1px 3px;
	padding: 1px 3px 3px 5px;
	color: #222;
}

#inquiryForm table {
	border-collapse: collapse;
	width: 100%;
}

#inquiryForm table tr:nth-child(odd) {
	background-color: #FEFEFE;
	border-bottom: 1px solid #F3F3F3;
}
#inquiryForm table tr:nth-child(even) {
	background-color: #F3F3F3;
	border-bottom: 1px solid #FEFEFE;
}


#inquiryForm table th,
#inquiryForm table td {
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	padding: 1.5em 1em;
	font-size: 1.5rem;
}
#inquiryForm table th {
	font-weight: 600;
	background-color: rgba(51,154,233,0.03);
	width: 20em;
}
#inquiryForm table th[colspan] {
	width: auto;
}
#inquiryForm table .ttlText {
	background-color: #FFF !important;
	color: #423110 !important;
	font-size: 1.8rem;
	padding: 1em 0 0.5em 0;
	font-weight: 600;
}



#inquiryForm input[type="text"],
#inquiryForm input[type="email"],
#inquiryForm textarea {
	box-sizing: border-box;
	padding: 0.3em;
	background-color: #FFF;
	border: 1px solid #DDD;
	width: 100%;
	border-radius: 3px;
}
#inquiryForm textarea {
	height: 7em;
}

#inquiryForm input.input_res_time {
	width: calc(50% - 5em);
	margin-right: 0.5em;
}

#inquiryForm select {
	margin-right: 0.5em;
	border: 1px solid #DDD;
	border-radius: 3px;
}
#inquiryForm select.res_month,
#inquiryForm select.res_date {
	width: 5em;
}
#inquiryForm select.res_time {
	width: 10em;
}


#inquiryForm .formText {
	display: inline-block;
	padding-right: 0.8em;
}

#inquiryForm input.input_name {
	
}

#inquiryForm .req_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.8em;
}
#inquiryForm .req_wrap input[type="text"] {
	width: 25em;
}

#inquiryForm ::-webkit-input-placeholder {
  color: #CCC;
}
#inquiryForm ::-moz-placeholder {
  color: #CCC; opacity: 1;
}
#inquiryForm :-ms-input-placeholder {
  color: #CCC;
}


#inquiryForm .req_wrap .req_obj {
	margin-right: 3em;
	margin-bottom: 0.8em;
}
#inquiryForm .req_wrap .req_obj label {
	margin-right: 0.5em;
}
#inquiryForm .req_wrap .req_obj label .chk {
	margin-right: 0.3em;
}

#inquiryForm .submitArea {
	text-align: center;
	padding: 30px 0;
}
#inquiryForm .submitArea p {
	margin-bottom: 15px;
}


@media (max-width:767px) {

	#inquiryForm .leadText {
		padding: 10px;
	}

	#inquiryForm table th,
	#inquiryForm table td {
		display: block;
		width: 100% !important;
		padding: 0.5em;
		font-size: 1.2rem;
	}
	
	#inquiryForm table tr:nth-child(odd) {
		background-color: #FEFEFE;
		border-bottom: 1px solid #FAFAFA;
	}
	#inquiryForm table tr:nth-child(even) {
		background-color: #FAFAFA;
		border-bottom: 1px solid #FEFEFE;
	}
	
	#inquiryForm table th {
		background-color: #F0EBEB;
	}
	
	#inquiryForm h3 {
		font-size: 1.6rem;
	}
	
	#inquiryForm table .ttlText {
		font-size: 1.4rem;
	}
}

