@charset "UTF-8";


/****************************************
	main-content
****************************************/

/****************************************
	main
****************************************/

section#contact-content {
	position:relative;
	width:100%;
	padding:100px 5% 60px;
}

section#contact-content .content {
	max-width:750px;
}

section#contact-content .c-illustration {
	position:relative;
}

section#contact-content .c-illustration img {
	position:absolute;
	bottom:0;
	right:0;
}


section#contact-content h3 {
	margin:50px 0px 20px;
}

section#contact-content .contact-tel a {
	color:#000;
	font-size:24px;
	font-weight:500;
	transition:0.4s;
}

section#contact-content .contact-tel a:hover {
	text-decoration:none;
	color:#555;
	transition:0.4s;
}


section#contact-content p {
	margin:0px 0px 20px;
	padding:0;
}

section#contact-content table {
	width:100%;
}

section#contact-content th {
	width:35%;
	padding:10px;
	text-align:left;
	vertical-align:top;
	border:1px solid #c0c0c0;
}

section#contact-content th span {
	color:#f00;

}

section#contact-content td {
	width:65%;
	padding:10px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	border:1px solid #c0c0c0;
}


section#contact-content .select {
	position: relative;
	background: #fff;
	width: 100%;
	border-radius: 5px;
	z-index: 1;
}

section#contact-content .select::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top: 21px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	z-index: -1;
}

section#contact-content select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	width:100%;
	border:1px solid #c0c0c0;
	padding:10px;
	font-size:16px;
}

section#contact-content input[type="text"],
section#contact-content input[type="tel"],
section#contact-content input[type="email"],
section#contact-content textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width:100%;
	border:1px solid #c0c0c0;
	padding:10px;
	font-size:16px;
}



section#contact-content .multiform {
	display:block;
	padding:5px;
	border-bottom:1px solid #333;
}




section#contact-content .contact-submit  {
	display:block;
	text-align:center;
	width:100%;
	padding:50px 5px 30px;
}

section#contact-content .contact-submit input[type="submit"]  {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display:block;
	position: relative;
	margin: 0 auto;
	padding:15px 30px;
	width:100%;
	max-width:500px;
	color: #fff;
	font-size:16px;
	background:#d00304;
	transition: 0.4s;
	letter-spacing:0.4em;
	border:1px solid #d00304;
	border-radius:60px;
}


section#contact-content .contact-submit input[type="submit"]:hover {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	background: #fddfdf;
	color:#000;
}


section#contact-content .contact-submit input[type="button"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display:block;
	position: relative;
	margin: 0px auto 15px;
	padding:15px 30px;
	width:100%;
	max-width:500px;
	color: #fff;
	font-size:16px;
	background:#d00304;
	transition: 0.4s;
	letter-spacing:0.4em;
	border:1px solid #d00304;
	border-radius:60px;
}


section#contact-content .contact-submit input[type="button"]:hover {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	background: #fddfdf;
	color:#000;
}

footer .f-contact {
	display:none;
}

@media screen and (max-width:768px){


}


@media screen and (max-width:480px){

	section#contact-content {
		padding:50px 5% 60px;
	}
	section#contact-content .c-illustration img {
		width:80px;
	}
	
	section#contact-content th {
		display:block;
		width:100%;
		padding:10px 10px 3px;
		border-bottom:none;
	}
	
	section#contact-content td {
		display:block;
		width:100%;
		padding:3px 10px 10px;
		border-top:none;
	}

}
