@charset "UTF-8";

#form {
	overflow: hidden;
	margin-top: 20px;
}

	#form dt {
		float: left;
		width: 25%;
		
		text-align: right;
		
		padding: 20px 20px 10px 20px;
		box-sizing: border-box;
		
		background: #eee;
		margin-bottom: 1px;
	}
	
	#form dd {
		float: left;
		width: 75%;
		
		padding: 20px 20px 10px 20px;
		box-sizing: border-box;
		
		margin-bottom: 1px;
	}
	
	input {
		padding: 6px;
		border: 1px solid #c5c5c5;
		border-radius: 6px;
		
		margin-bottom: 10px;
	}
	
	select {
		padding: 6px;
		border: 1px solid #c5c5c5;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		
		margin-bottom: 10px;
	}
	
	textarea {
		padding: 6px;
		border: 1px solid #c5c5c5;
		border-radius: 6px;
		
		margin-bottom: 10px;
	}
	
	label {
		display: block;
		margin-bottom: 10px;
		cursor: pointer;
	}
	
	.hissu:before {
		display: block;
		content: "必須";
		float: left;
		
		padding: 2px 8px 3px;
		border-radius: 6px;
		background: #b10000;
		
		color: #fff;
		font-size: 12px;
		font-weight: 400;
	}
	
	.long {
		width: 20em;
	}
	
	.short {
		width: 6em;
		margin-left: 10px;
	}
	
	.submit {
		margin: 40px 0px 0px;
		text-align: center;
	}
	
		.submit input {
			padding: 10px 30px;
			cursor: pointer;
		}
	
		.submit input:hover {
			opacity: 0.7;
			transition: 0.3s ease all;
		}

.screen-reader-response ul {
	display: none;
}

.wpcf7-not-valid-tip {
	display: block;
	color: red;
	margin-top: 4px;
}

.radio-813 .wpcf7-list-item {
	display: block;
}

.radio-813 input, .checkbox-406 input {
	margin-right: 5px;
}

@media screen and (max-width: 480px) {

#form {
	overflow: hidden;
	margin-top: 20px;
}

	#form dt {
		margin-top: 30px;
		
		float: none;
		width: 100%;
		
		text-align: left;
		
		padding: 10px;
		box-sizing: border-box;
		
		background: #eee;
		margin-bottom: 1px;
	}
	
	#form dd {
		float: none;
		width: 100%;
		
		padding: 10px;
		box-sizing: border-box;
		
		margin-bottom: 1px;
	}
	
	.hissu:before {
		display: block;
		content: "必須";
		float: right;
		
		padding: 2px 8px 3px;
		border-radius: 6px;
		background: #b10000;
		
		color: #fff;
		font-size: 12px;
		font-weight: 400;
	}
	
	.long, textarea {
		width: 100%;
		box-sizing: border-box;
	}

}
