@charset "utf-8";

.column{
	width: 100%;
	background-color:#eaeaea;	
	border: 1px dotted #999;
}


.title{
	width:280px;
	float:left;
	background-color:#fffd00;
	color:#333;
	font-weight:600;
	font-size:15px;
	text-align:center;
	padding:5px;
	margin:3px;
	border-radius: 5px;
}


.content{
	float:left;
	padding:3px;
	margin:3px;
	font-size:13px;
	display:inline-block;
}


.column::after{
	content: "";
	clear: both;
	display: table;
}

select {
	padding:5px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color:#999999;
	font-size:15px;
}
textarea{
	padding:5px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color:#999999;
	font-size:15px;
	display:block;
	width:100%;
	height:80px;
}
input[type=radio]{
	width:15px;
	height:15px;

}

input[type=text]{
	padding:5px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color:#999999;
	font-size:15px;
}

.g-recaptcha{
background-color:#eaeaea;
padding:10px;
margin:15px auto 0px auto;
border-style: outset;
border-width: 2px;
border-color: #cccccc;
border-radius: 6px;
min-width:70px;
font-size:15px;
font-weight:600;

}

.g-recaptcha:hover{
background-color:#ec008c;
color:#ffffff;
cursor: pointer;
}

.section_title{
	background-color:#66ccff;
	color:#ffffff;
	font-weight:600;
	width:calc(100%-10px);
	height:30px;
	font-size:16px;
	margin-bottom:5px;
	border-radius:5px;
	text-align:center;
	vertical-align:middle;
	height:auto;
	padding:10px;
}


.section_title::after{
	content: "";
	clear: both;
	display: table;
}