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

#footer .row p {
	color:#d00;
	font-weight:bold;
	margin-bottom:0.5em;
	text-align:left;
	font-size:15px;
	line-height:1.2em;
}
input.special {
	padding-left:20px;
	padding-right:20px;
}
input[type="submit"].special.back {
	background-color: #ccc;
}
#footer.form_block {
	padding-top:50px;
	min-height:inherit;
}
/*20160224*/
.r_c  {
	width:100%;
}
.r_c h2 {
	font-size:1em;
	background-color:#b5a99b ;
	padding:5px;
	margin-bottom:10px;
	color:#fff;
}
.r_c label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
}
/*
.r_c label{
	line-height: 0.5;
	padding: 10px 20px;
}
*/
.r_c label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: 0px;
	background: #bdc3c7;
	border-radius: 50%;
}
.r_c input {
}

.contact_t h2 {
	margin-bottom:60px;
}
#footer .r_c p {
	color:#3e4956;
	text-align:center;
}
.kodate {
	width:100%;
}
 	.kodate div:nth-child(1) {
		width:65%;
	}
 	.kodate div:last-child {
		width:35%;
		padding:30px 0 0 0;
	}
	@media screen and (max-width: 640px) {
 	.kodate div:nth-child(1) {
		width:100%;
	}
 	.kodate div:last-child {
		width:100%;
		padding:20px 0 0 0;
	}
	}
