@charset "UTF-8";

#myform .block_header_3{
	margin-bottom: 20px;
}
#myform table{
	margin-bottom: 50px;
}
#myform th{
	width: 200px !important;
}
#myform td{
	text-align: left;
}
#myform #sum3{
	text-align: center;
}
#myform input[type=text]{
	width: 200px;
}
#myform select{
	padding: 5px;
}
#myform .red span{
	color: #d00;
}
#myform input.sum{
	border: none;
	width: auto;
	display: inline;
}
#myform span.sum{
	font-size: 2.6rem;
	display: inline-block;
}
#f4 select.red{
	color: inherit;
	border: 1px solid #d00;
}
#f22 p{
	margin: 0;
	display: none;
	padding: 0;
}
#f22 p:first-child{
	display: block;
}
aside{
	padding-top: 0 !important;
}

#form1+div.widget_form{
	display: none;
}
#form2+div.widget_form{
	display: none;
}
#myform select{
	background: #fff;
	border: 1px solid #aaa;
}
#myform input[type="number"]{
	padding: 5px;
	border: 1px solid #aaa;
}

@media screen and (max-width: 850px){
	#myform th{
		width: 150px;
	}
}
@media screen and (max-width: 500px){
	#myform th{
		width: auto !important;
	}
}
.widget_form form dl input, .widget_form form textarea{
	font-size: inherit;
}
.widget_form form input, .widget_form form textarea{
	padding: 0;
	min-height: 0;
	color: inherit;
}
main form input[type="radio"] + label, main form input[type="checkbox"] + label{
	padding: 0 15px 0 20px;
}
main form input[type="radio"] + label::before, main form input[type="checkbox"] + label::before {
	left: 0;
}
main form input[type="radio"]:checked + label::after, main form input[type="checkbox"]:checked + label::after {
	left: 4px;
}
.widget_form dd{
	padding: 10px;
}
.widget_form form .submit input,
#myform input{
	font-size: 1.7rem;
}


@media screen and (max-width: 700px){
	#lv_outer{
		display: none;
	}
}


#MainForm1935{
	position: relative;
}
#MainForm1935:before{
	content: "印は入力必須項目です";
	display: block;
	padding: 0 0 10px 20px;
	text-align: left;
	color: #333;
}
#MainForm1935:after{
	content: "★";
	display: block;
	color: #d43b3b;
	position: absolute;
	top: 8px;
	left: 0;
}