@charset "utf-8";
/*********************************************************************
 *
 *  </css/style.css>
 *
*********************************************************************/

.sp{
	display:none
}


/* footer */
/* --------------------------------------------------------------------------- */
footer {
	position:static;
	background-color:#65180a;
}
footer .inner {
	position:static;
	height: auto;
}
footer .copyright {
	position: static;
}
/* contentsArea */
/* --------------------------------------------------------------------------- */
#contentsArea {
	padding-bottom:60px;
}

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 40px;
}
#outline h2 {
	margin-bottom: 30px;
}
#outline .merit {
	margin-bottom: 40px;
}
#outline .msg {
	width: 863px;
	margin: 0 auto;
}
/* form */
/* --------------------------------------------------------------------------- */

#form {
	background-color: #f6eeea;
}
#form .bg {
	background-color: #ffe6d9;
}
#form .kaijyou {
	padding: 25px 0 40px;
	margin-bottom: 0px;
	background-color: #f6eeea;
	overflow: auto;
}
#form .kaijyou h3{font-size:30px;text-align:center;color:#240800;margin-bottom:15px;}
#form .kaijyou .ttl {
	width: 458px;
	margin: 0 auto 20px;
}
#form .kaijyou .radio {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	overflow: auto;
	padding: 0 0 0 2px;
}


#form .kaijyou label{ 
	/*position: relative;*/
	padding: 0;
	float: left;
	margin-bottom: 15px;
}
#form .kaijyou label input{ 
	opacity: 0;
	display: none;
}
#form .kaijyou label .radio1{ 
	float:left;
	margin-right:16px;
	display: block;
	background: url("../images/zizen/consultation_tenpo01.jpg") no-repeat 0 0;	
	width: 170px;
	height: 240px;
}
#form .kaijyou label .radio2{ 
	float:left;
	margin-right:16px;
	display: block;
	background: url("../images/zizen/consultation_tenpo02.jpg") no-repeat 0 0;	
	width: 170px;
	height: 240px;
}
#form .kaijyou label .radio3{ 
	float:left;
	margin-right:16px;
	display: block;
	background: url("../images/zizen/consultation_tenpo03.jpg") no-repeat 0 0;	
	width: 170px;
	height: 240px;
}
#form .kaijyou label .radio4{ 
	float:left;
	margin-right:16px;
	display: block;
	background: url("../images/zizen/consultation_tenpo04.jpg") no-repeat 0 0;	
	width: 170px;
	height: 240px;
}
#form .kaijyou label .radio5{ 
	float:left;
	margin-right:0px;
	display: block;
	background: url("../images/zizen/consultation_tenpo05.jpg") no-repeat 0 0;	
	width: 170px;
	height: 240px;
}
#form .kaijyou label .radio6{ 
	float:left;
	margin-right:16px;
	display: block;
	background: url("../images/zizen/consultation_tenpo06.jpg") no-repeat 0 0;	
	width: 170px;
	height: 240px;
}
#form .kaijyou label .radio7{ 
	float:left;
	margin-right:16px;
	display: block;
	background: url("../images/zizen/consultation_tenpo07.jpg") no-repeat 0 0;	
	width: 170px;
	height: 240px;
}
#form .kaijyou label .radio9{ 
	float:left;
	margin-right:16px;
	display: block;
	background: url("../images/zizen/consultation_tenpo09.jpg") no-repeat 0 0;	
	width: 170px;
	height: 240px;
}
#form .kaijyou label .radio10{ 
	float:left;
	margin-right:16px;
	display: block;
	background: url("../images/zizen/consultation_tenpo10.jpg") no-repeat 0 0;	
	width: 170px;
	height: 240px;
}


#form .kaijyou label input:checked + .radio1{box-shadow: 0 0 0px 2px red;}
#form .kaijyou label input:checked + .radio2{box-shadow: 0 0 0px 2px red;}
#form .kaijyou label input:checked + .radio3{box-shadow: 0 0 0px 2px red;}
#form .kaijyou label input:checked + .radio4{box-shadow: 0 0 0px 2px red;}
#form .kaijyou label input:checked + .radio5{box-shadow: 0 0 0px 2px red;}
#form .kaijyou label input:checked + .radio6{box-shadow: 0 0 0px 2px red;}
#form .kaijyou label input:checked + .radio7{box-shadow: 0 0 0px 2px red;}
#form .kaijyou label input:checked + .radio8{box-shadow: 0 0 0px 2px red;}
#form .kaijyou label input:checked + .radio9{box-shadow: 0 0 0px 2px red;}
#form .kaijyou label input:checked + .radio10{box-shadow: 0 0 0px 2px red;}



#form .step {
	width: 898px;
	margin: 0 auto 45px;
}
#form .note {
	text-align: center;
	margin-bottom: 20px;
}
#form .note span {
	color: #e60012;
}
#form .thx {
	text-align: center;
	font-size: 18px;
	padding: 10px 0 45px;
}
#form .thx span {
	font-weight: bold;
}
#form .formArea {
	/*width: 860px;*/
	width: 1020px;
	margin: 0 auto 50px;
	border:1px solid #ccc;
}
#form .formArea th {
	width: 23%;
	text-align: left;
	vertical-align: middle;
	background-color: #209ba0;
	border: 1px solid #B5B5B6;
	padding: 20px 25px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}
#form .formArea th span {
	color: #e60012;
}
#form .formArea th span.blue {
	color: #7893c0;
}
#form .formArea td {
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #B5B5B6;
	padding: 20px 25px;
}
#form .formArea td span {
	line-height: 1;
}
#form .formArea td p {
	font-size: 12px;
	color: #e60012;
	line-height: 1;
	padding-top: 8px;
}

#form .formArea input[type=text] {
	color: #3b3b3b;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #c7c7c7;
	-webkit-appearance: none;
	border-radius: 0;
}
#form .formArea textarea {
	width: 540px;
	color: #3b3b3b;
	background-color: #FFF;
	border: 1px solid #c7c7c7;
	-webkit-appearance: none;
	border-radius: 0;
	display: initial;
	padding: 14px 20px;
	background-color: #fef9e3;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 18px;
}
#form .formArea select {
	color: #3b3b3b;
	padding: 14px 20px;
	background-color: #fef9e3;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 18px;
}
#form .formArea .date input[type=text] {
	width: 200px;
	float: left;
	padding: 14px 20px;
	background-color: #fef9e3;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 18px;
}
#form .formArea .date span {
	font-size: 14px;
}
#form .formArea .name input[type=text] {
	width: 380px;
	display: initial;
	ime-mode: active;
	padding: 14px 20px;
	background-color: #fef9e3;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 18px;
}
#form .formArea .tel input[type=text] {
	width: 300px;
	display: initial;
	padding: 14px 20px;
	background-color: #fef9e3;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 18px;
}

#form .formArea .zip .zip_code{
	width: 168px;
	display: initial;
	padding: 14px 20px;
	background-color: #fef9e3;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 18px;
}

#form .formArea .mail input[type=text] {
	width: 250px;
}
#form .formArea .zip input[type=text] {
	width: 50px;
}
#form .formArea .address input[type=text] {
	width: 380px;
}
#form .btnArea {
	text-align: center;
	padding-bottom: 30px;
}
#form .btnArea form {
	display: inline-block;
}
#form .btnArea .btn {
	display: inline-block;
	width: 294px;
	height: 84px;
	margin: 0 4px;
	text-indent: -9999px;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}


#form .btnArea .btnSubmit {
	background-image: url(../img/btn_submit_off.png);
}
#form .btnArea .btnSubmit:hover {
	background-image: url(../img/btn_submit_on.png);
}
#form .btnArea .btnInput {
	background-image: url(../img/btn_input_off.png);
}
#form .btnArea .btnInput:hover {
	background-image: url(../img/btn_input_on.png);
}
#form .btnArea .btnFinish:hover {
	background-image: url(../img/btn_finish_on.png);
}
#form .btnArea .btnFinish {
	background-image: url(../img/btn_finish_off.png);
}
#form .btnArea .btnFinish:hover {
	background-image: url(../img/btn_finish_on.png);
}

#form .btnArea .btnTop {
	display: block;
	width: 294px;
	margin: 0 auto;
}

#form .btn_area{
	display: flex;
	width: 480px;
	margin: 0 auto;
}

#form .btn input{
    /*height: 38px;*/
}


#form .formArea th span.hissu {
    color: #fff;
    background: #cc0001;
	border-radius: 5px;
	padding: 2px 12px 2px;
	font-size: 14px;
	margin: 3px 0 0 0;
	float: right;
}


#form .formArea th span.nini {
    color: #fff;
    background: #a5c0e9;
	border-radius: 5px;
	padding: 2px 12px 2px;
	font-size: 14px;
	margin: 3px 0 0 0;
	float: right;
}