@charset "utf-8";

.h_box {
	display: none;
}
	#wrapper .questions {
		width: 100%;
		height: auto;
		padding: 5% 15% 5% 15%;
		border: 1px solid;
	}

	#wrapper .questions .input legend {
		display: block;
		font-size: 20px;
		line-height: 30px;
		color: #333;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#wrapper .questions form .input label {
		display: block;
		font-size: 15px;
		line-height: 25px;
		color: #000;
		margin-bottom: 5px;
	}
	.input.radio label, .input.checkbox label {
		display: inline;
	}

	input, textarea {
		font-size: 18px;
		color: #000;
	}

	input[type="text"], textarea {
		width: 95%;
	}
	.required label, .required legend {
		font-weight: bold;

	}
	.required label:AFTER, .required legend:AFTER {
		content:"※";
		color: #f00;
	}

	.radio.required label:AFTER {
		content: "";
	}

	fieldset{
		border: none;
	}

	dt{
		display: block;
		font-size: 20px;
		color: #000;
		font-weight: bold;
	}

	dd{
		font-size: 16px;
		color: #111;
	}
#wrapper .questions form h2 {
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
#wrapper .questions form h3 {
	font-size: 25px;
	line-height: 30px;
	color: #333;
}
#wrapper .questions form p {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #009900;
}
#wrapper .questions form b {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #ff0000;
}
#wrapper legend {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}
#wrapper ul.notice {
	margin-bottom: 10px;
}
#wrapper ul.notice li {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}


form .required label:after {
	color: #e32;
	content: '*';
	display: inline;
}

div.questions div.input label {
	font-size: 2ex;
	display: block;
	font-weight: bold;
}

div.questions input[type="checkbox"] {
	width: auto;
	float: left;
	height: 24px;
	margin-right: 5px;
}

div.questions fieldset {
	padding: 2em;
	margin-right: 0%;
	margin-left: 0%;
}

div.questions input,textarea,select {
	width: 100%;
	    font-size: 14px;
    padding: 1ex;
}

div.questions input[type="submit"] {
	width: auto;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

div.questions {
	background-color: white;
}

div.questions div.input {
	margin-bottom: 10px;
}

div.questions fieldset {
	max-width: 100%;
	margin-bottom: 20px;
}

div.questions div.submit input[type="submit"] {
    margin-top: 20px;
}

.error-message{
	background-color: red;
	padding: 7px;
	color: white;
	font-weight: bold;
}

.form-group{
	margin: 10px;
}

.control-label{
	    font-size: 17px;
    font-weight: bold;
}

.form-control-static{
	    margin: 10px;
	    color: #009900;
}

@media screen and (max-width: 640px){
.h_box {
	display: none;
}
#header {
	width: 100%;
	height: 110px;
	margin: 0;
}
#wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 1% 0 1%;
}
	#wrapper .questions {
		width: 100%;
		height: auto;
		padding: 5% 0% 5% 0%;
}

	input[type="text"], textarea {
		width: 100%;
	}




}