.choice_wrap {
	background: #F0F0E1;
}

.choice_wrap h3 {
	color: #664C00;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 1.5em;
}

.inline {
	overflow: hidden;
	*zoom: 1;
}

#opinion_form textarea {
	border: 1px solid #777;
	width: 100%;
	height: 10em;
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#opinion_form h3 {
	font-weight: 700;
	margin-bottom: 0.5em;
}

#opinion_form h3:before {
	content: "■";
}

#opinion_form table {
	width: 100%;
	margin-bottom: 1.5em;
}

#opinion_form table tr {
	border-bottom: 1px solid #777777;
}

#opinion_form table tr th,
#opinion_form table tr td {
	vertical-align: top;
	padding: 8px;
}

@media print, screen and (min-width: 741px) {

.choice_wrap {
	padding: 35px 45px;
}

.choice_wrap h3 {
	font-size: 34px;
}

.choice_wrap ul {
	text-align: center;
}

.choice_wrap ul li {
	display: inline-block;
	margin: 0 25px;
}

.inline li {
	float: left;
	margin-right: 1em;
}

#opinion_form .intro {
	margin-bottom: 45px;
}

#opinion_form h3 {
	font-size: 1.8em;
}

}

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

.choice_wrap {
	padding: 20px 12px;
}

.choice_wrap h3 {
	font-size: 17px;
}

.choice_wrap ul {
	clear: both;
}

.choice_wrap ul li {
	overflow: hidden;
	*zoom: 1;
	width: 49%;
	float: left;
	margin-left: 2%;
	margin-bottom: 0px;
}

.choice_wrap ul li:first-child {
	margin-left: 0;
}

.choice_wrap ul li:nth-of-type(2n+1) {
	margin-left: 0;
	clear: both;
}

#opinion_form .intro {
	margin-bottom: 30px;
}

#opinion_form h3 {
	font-size: 1.5em;
}

#opinion_form table tr th,
#opinion_form table tr td {
	display: block;
}

#opinion_form table tr th {
	font-size: 1.1em;
	font-weight: 700;
}

#opinion_form table tr th .required {
	margin-left: 1em;
}

#opinion_form table tr td.hide-sp {
	display: none !important;
}

.form_area input[type="text"],.form_area select,textarea  {
	-webkit-appearance:none;
	padding: 8px 5px;
	box-sizing:border-box;
}

.form_area select{
	padding-right: 20px;
}

}

