@charset "utf-8";
/* CSS Document */

#gas_simulationform .sttl{
	padding: 30px 0 20px;
}

#gas_simulationform h1{
	margin-bottom:20px;
}

#gas_simulationform .attention h2{
	margin-top:30px;
	font-size:26px;
	}

#gas_simulationform .form_ttl{
	color: #009843;
	font-size: 16px;
	border-bottom: #009843 2px solid;
	padding-bottom: 10px;
	margin:30px 0  20px;
}
#gas_simulationform .form{
	width: 100%;
	border-collapse:collapse;
}
#gas_simulationform .form tr{
	border-top: #383838 1px dashed;
}
#gas_simulationform .form tr:first-child{
	border-top:none;
}
#gas_simulationform .form th{
	width: 245px;
	background-color:  #ecf7f1;
	padding: 28px 0 25px 10px;
	vertical-align: top;
	text-align: left;
}
#gas_simulationform .form th.req{
	background-image: url(../images/ico_required.png);
	background-repeat: no-repeat;
	background-position: 185px 30px;
}
#gas_simulationform .form th span{
	font-size: 12px;
	display: block;
	font-weight: normal;
}
#gas_simulationform .form td{
	padding: 25px 0 25px 25px;
}
#gas_simulationform .form td p{
	font-weight: bold;
}
#gas_simulationform .form td span{
	display: inline-block;
	margin-right: 5px;
}
#gas_simulationform .form td span.name{
	margin-right: 15px;
} 
#gas_simulationform .form td span.help{
	font-size: 12px;
} 
.form .w120 {
	width: 120px;
}
.form .w160 {
	width: 160px;
}
.form .w180 {
	width: 180px;
}
.form .w230 {
	width: 230px;
}
.form .w240 {
	width: 240px;
}
.form .w380 {
	width: 380px;
}
.form .w650 {
	width: 650px;
}
#gas_simulationform .form input[type="text"] {
	height: 30px;
	border: #ccc 1px solid;
	padding: 0 0.5em;
	margin-right: 5px;
}
#gas_simulationform .form input[type="radio"] {
	margin-left: 24px;
	margin-right: 5px;
}
#gas_simulationform .form input.name{
	margin-right: 15px;
}
#gas_simulationform  .lead{
	margin: 10px 0;
}
#gas_simulationform  .submit{
	text-align: center;
	margin: 25px 0;
}
#gas_simulationform  .submit a{
	display: inline-block;
	padding: 0 30px;
}
#gas_simulationform  .error{
	background: #e60012;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 15px;
}
#gas_simulationform  #submit {
	width: 800px;
	margin: 0 auto 60px;
}
#submit .copy{
	color: #009843;
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0 26px;
}
/*--------------------------------------------------------------------追加---*/
.consent{
	margin-bottom: 50px;
	margin-top:50px;

}
.consent h2 {
	position: relative;
}
.consent h2 a{
	position: absolute;
	right: 0;
	top: -10px;
}
.consent iframe {
	border: 1px #ccc solid;
	margin-bottom: 20px;
	background: #F6F4F1;
}
.consent p{
	text-align: center;
}
.consent #doui_wrapp {
	display: inline-block;
	border: #d2d2d2 1px solid;
	padding: 10px 0;
	width: 460px;
	font-size: 18px;
	margin-top: 15px;
	background:#ffd700;
}
.consent #doui_wrapp label{display: block;}
.consent #link_regist{
	height: 56px;
	overflow: hidden;
}
.consent .check {
	margin-bottom: 20px;
	text-align: center;
	line-height: 2;
}
#doui_btn{
	text-align: center;
}
#doui_btn div{
	display: inline-block;
	margin: 0 15px;
}
.consent .cancel{
	vertical-align: top;
}
.consent .cancel a{
	display: block;
}
.consent .entry > span.off {
	display: none;
}
.consent .entry > span.on {
	display: inline-block;
}
.consent .entry.ng > span.off {
	display: inline-block;
}
.consent .entry.ng > span.on {
	display: none;
}

button {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
}

.help-error {
	color: #f30;
}

td.error {
	background-color: #FEEBEB;
}