@charset "UTF-8";
/* CSS Document */


/* ----------------------------------
======[ メールフォーム ] ==================
---------------------------------- */



.g-recaptcha{	
	margin-top: 20px;
	margin-bottom: 20px;
}
.mail-form .error{
	border: 2px solid rgba(255,0,0,1.00);
}
.mail-form .text-long{
	width: 205px;
}
.mail-form .text-middle{
	width: 150px;
}
.mail-form .text-short{
	width: 100px;
}
.mailform th {
	font-weight: normal;
	text-align: left;
}
.mail-form form {
	padding: 14px;
}
.mail-form h5 {
	background-color: #333;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFF;
}
.mail-form dd {
	margin-bottom: 7px;
}
.mail-form span {
	color: #F00;
}
.mail-form {
	margin-bottom: 21px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width : 768px){


.mail-form .text-long{
	width: 400px;
}
.mail-form .text-middle{
	width: 300px;
}
.mail-form .text-short{
	width: 200px;
}

}
.page-caution h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 0.5em;
	font-size: 12px;
}
#title-in p strong {
	font-weight: bold;
	color: #F00;
	font-size: 12px;
}
#title-in p {
	font-size: 12px;
	font-weight: normal;
}
