@charset "utf-8";


#contact #pageTitleArea {
	background: url("../img/contact/pageTitle.png") no-repeat center 210px;
}

#contact #mainTitle {
	margin-bottom: 20px;
}


.attention {
	color: #E20016;
	font-size: 12px;
}

/*------------------------------
		#contactArea
------------------------------*/
#contactArea table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d3d4d4;
}
#contactArea table tr.odd {
	background-color: #eaf2f9;
}
#contactArea table th {
	width: 125px;
	font-size: 13px;
}
#contactArea table td {
	width: 467px;
}
#contactArea table td p {
	font-size: 11px;
}
#contactArea table th span {
	color: #E20016;
}
#contactArea table th {
	padding: 20px 0px 20px 20px;
}
#contactArea table td {
	padding: 20px;
}
#contactArea table td input {
	border: 1px solid #b3b3b3;
	font-size: 13px;
	line-height: 18px;
	padding: 3px;
	margin-bottom: 3px;
}
#contactArea table td input.inputW {
	width: 410px;
	box-sizing: border-box;
}
#contactArea table td input.inputM {
	width: 220px;
}
#contactArea table td input.inputS {
	width: 100px;
}

#contactArea table td textarea {
	border: 1px solid #b3b3b3;
	font-size: 13px;
	line-height: 18px;
	padding: 3px;
	width: 410px;
	height: 185px;
	box-sizing: border-box;
}

#contactArea table td.cFooter {
	padding: 0px 70px 20px 70px;
	text-align: center;
}

#contactArea table td.cFooter button {
	background: none;
	border: none;
	cursor: pointer;
	width: 80%;
}


.btn-area {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.btn-area .btn_submit {
}

.btn-area .btn_submit .text {
    display: block;
    text-align: center;
    padding: 0 15px;
    line-height: 30px;
    font-size: 15px;
    background-color: #dcdcdc;
    border: 1px solid #333;
}

.btn-area .btn_reset {
}

.btn-area .btn_reset .text {
    display: block;
    text-align: center;
    padding: 0px 20px;
    line-height: 30px;
    font-size: 15px;
    background-color: #dcdcdc;
    border: 1px solid #333;
}


@media (max-width: 768px) {
	#contactArea table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #d3d4d4;
	}
	#contactArea table tr {
		background-color: #fff;
		display: flex;
		flex-wrap: wrap;
	}
	#contactArea table tr.odd {
		background-color: #eaf2f9;
		display: flex;
		flex-wrap: wrap;
	}
	#contactArea table th {
		width: 125px;
		font-size: 13px;
	}
	#contactArea table td {
		width: 467px;
	}
	#contactArea table td p {
		font-size: 11px;
	}
	#contactArea table th span {
		color: #E20016;
	}
	#contactArea table th {
		padding: 20px 0px 0px 20px;
		display: block;
		width: 100%;
		float: none;
	}
	#contactArea table td {
		padding: 10px 20px 20px;
		width: 100%;
		float: none;
	}
	#contactArea table td input {
		border: 1px solid #b3b3b3;
		font-size: 13px;
		line-height: 18px;
		padding: 3px;
		margin-bottom: 3px;
	}
	#contactArea table td input.inputW {
		width: 100%;
	}
	#contactArea table td input.inputM {
		width: 220px;
	}
	#contactArea table td input.inputS {
		width: 100px;
	}
	
	#contactArea table td textarea {
		border: 1px solid #b3b3b3;
		font-size: 13px;
		line-height: 18px;
		padding: 3px;
		width: 100%;
		height: 185px;
	}
	
	#contactArea table td.cFooter {
		padding: 0px 20px 20px 20px;
		text-align: center;
	}
	
/*
	#contactArea table td.cFooter button {
		background: none;
		border: none;
		cursor: pointer;
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
		margin-top: 10px;
	}
*/

	#contactArea table td.cFooter button img {
	}

	.btn-area {
	    display: block;
	    width: 100%;
	    justify-content: center;
	    align-items: center;
	    padding-top: 20px;
	}
	
	.btn-area .btn_submit {
	margin-bottom: 20px;
	}
	
	.btn-area .btn_submit .text {
	    display: block;
	    text-align: center;
	    padding: 0 15px;
	    line-height: 30px;
	    font-size: 15px;
	    background-color: #dcdcdc;
	    border: 1px solid #333;
	    color: #000;
	}
	
	.btn-area .btn_reset {
	}
	
	.btn-area .btn_reset .text {
	    display: block;
	    text-align: center;
	    padding: 0px 20px;
	    line-height: 30px;
	    font-size: 15px;
	    background-color: #dcdcdc;
	    border: 1px solid #333;
	    color: #000;
	}
	
	.page-title {
		margin-bottom: 50px;
	}

}








