@charset "UTF-8";
/*form*/
section#form {
	position:relative;
	z-index:0;
}

#form article {
	width:895px;
	float:left;
}
#form article.single {
	margin: 0 auto;
	width:895px;
	float:none;
}
#form .notes {
	margin-left: 1.5em;
	color: #333333;
	font-size: 14px;
	text-indent: -1.5em;
}

#form div.error_msg {
	background:#f3f3f3;
	border:1px solid #cc0000;
	margin:25px auto 40px;
}
#form div.error_msg p {
	padding: 0 30px 10px 30px;
	margin: 0 15px;
	color:#cc0000;
	font-size:1.2em;
	line-height:1.8;
}
#form div.error_msg p.error_title {
	font-weight: bold;
	font-size: 135%;
	padding: 15px 0px 5px 30px;
	background: url("../img/form_err_icon.png") no-repeat 0% 60%;
}
#form input.form_calender {
	clear:both;
	float:left;
	width:392px;
	height:29px !important;
	line-height:30px;
	padding:0px 38px 0px 10px;
	background:#ffffcc url("../img/form_calender.png") right 3px no-repeat;
}
#form input.form_calender-step03 {
	width:290px;
	height:29px !important;
	line-height:30px;
	padding:0px 38px 0px 10px;
	background:#ffffcc url("../img/form_calender.png") right 3px no-repeat;
}
#form select.form_drop {
	height:31px !important;
	line-height:30px;
	padding:0px 10px;
	background:#ffffcc url("../img/form_drop.png") right 4px no-repeat;
}
#form div.plan {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:15px 10px 20px;
}
#form div.plan div.left {
	width:280px;
}
#form div.plan div.left img {
	display:block;
	margin:0px auto;
}
#form div.plan span.left {
	margin:0.8em;
	font-size:1.2em;
}
#form div.plan table.right {
	width:580px;
}
#form .txt_shoulder {
	font-size:0.8em;
}
#form table.tbl_option {
	border-left:none;
}
#form table.tbl_option th,#form table.tbl_option td {
	padding:10px;
	vertical-align:middle;
}
#form table.tbl_option td {
	border-right:none;
}
#form table.tbl_option td.w60 {
	width:60px;
	border-right:1px solid #cccccc;
}
#form table.tbl_option input {
	display:none;
	display:block\9;
	*display:block;
}
#form table.tbl_option label {
	display:block;
	display:none\9;
	*display:none;
	text-decoration:none;
	text-indent:-9999px;
	position:relative;
	cursor:pointer;
	margin-left:20px;
	padding:10px 0px;
	color:#3e4956;
	line-height:1;
}
#form table.tbl_option label:before {
	position:absolute;
	content:"";
	top:50%;
	left:0px;
	width:20px;
	height:20px;
	margin-top:-10px;
	background:linear-gradient(#efefef,#e1e1e1);
	border:1px solid #a9a9a9;
	border-radius:50%;
}
#form table.tbl_option input[type="radio"]:checked+label:after {
	position:absolute;
	content:"";
	top:50%;
	left:6px;
	width:10px;
	height:10px;
	margin-top:-4px;
	border-radius:50%;
	background:#666666;
}
#form table.tbl_option_02,#form table.tbl_option_03 {
	border-left:1px solid #cccccc;
}
#form table.tbl_option_02 td,#form table.tbl_option_03 td {
	border-right:1px solid #cccccc;
}
#form table.tbl_option_03 .left {
	margin:0.8em;
	font-size:1.2em;
}
#form table.tbl_option_03 span.left {
	display:inline-block;
	margin:1.5em 0px;
}
#form input.btn_form_next {
	margin:40px auto;
	display:block;
	width:895px;
	height:80px;
	border:0px;
	cursor:pointer;
	color:#ffffff;
	font-size:3em;
	background:#cc0000 url('../img/btn_next_arrow.gif') right top no-repeat;
	border-radius:0;
}
#form input.btn_form_next:hover {
	opacity:0.8;
}

#form #form_login,#form #form_new{
	height: 144px;
	margin-bottom: 100px;
}

#form input.btn_form_half {
	margin:0px auto;
	display:block;
	width:380px;
	height:40px;
	border:0px;
	cursor:pointer;
	color:#ffffff;
	font-size:1.8em;
	background:#cc0000 url('../img/btn_half_arrow.gif') right top no-repeat;
	border-radius:0;
}
#form input.btn_form_half:hover {
	opacity:0.8;
}

aside#floating {
	width:100%;
	position:fixed;
	z-index:-2;
	top:247px;
	left:0px;
}
aside#floating div.inner {
	width:1200px;
	position:relative;
	margin:0px auto;
}
aside#floating div.inner div.float_box {
	width:285px;
	position:absolute;
	right:0px;
	z-index:999;
	border:1px solid #cccccc;
}
aside#floating h3 {
	background:#cccccc;
	padding:15px 10px;
	line-height:1;
}
aside#floating h3.h3_toggle_sp {
	display:none;
}
aside#floating div.toggle_sp {
	display:block;
}

#floating div.r-bnt a {
	margin:10px auto;
	display:block;
	width:265px;
	height:30px;
	border:0px;
	cursor:pointer;
	color:#ffffff;
	font-size:1.6em;
	line-height: 30px;
	text-align:center;
	background:#000000 url('../img/btn_r-bnt_arrow.gif') right top no-repeat;
	border-radius:0;
}
#floating div.r-bnt a:hover {
	opacity:0.8;
	text-decoration:none;
}

aside#floating table {
	width:100%;
	border-spacing:0px 5px;
	border-top:none;
	border-left:none;
}
aside#floating table th,aside#floating table td {
	padding:0;
	border-bottom:none;
	border-right:none;
}
aside#floating table th {
	border-left:5px solid #666666;
	height:14px;
	line-height:1;
	vertical-align:middle;
	padding:1px 0px 1px 0.5em;
}
aside#floating table td {
	line-height:1.5;
}
aside#floating table td.bdt {
	border-top:1px solid #cccccc;
	padding:5px 0px;
}
aside#floating table td.bdwt {
	border-top:3px double #cccccc;
	padding:5px 0px;
}
aside#floating div.summary {
	background:#ffffff;
	padding:10px;
}
aside#floating div.items {
	background:#f3f3f3;
	padding:10px;
}
aside#floating div.items h4 {
	background:#ffffff;
	color:#666666;
	font-weight:normal;
	margin-bottom:10px;
	padding:7px;
	text-align: center;
}

/*�ǉ�*/
#form_step02 input.radio, #form_step03 input.radio {
	display:none;
	display:block\9;
	*display:block;
}
#form_step02 label, #form_step03 label {
	display:block;
	/*display:none\9;
	*display:none;*/
	text-decoration:none;
	text-indent:30px;
	position:relative;
	cursor:pointer;
	margin-left:0px;
	padding:10px 0px;
	color:#3e4956;
	line-height:1;
}
#form_step02 label:before, #form_step03 label:before {
	position:absolute;
	content:"";
	top:50%;
	left:0px;
	width:20px;
	height:20px;
	margin-top:-10px;
	background:linear-gradient(#efefef,#e1e1e1);
	border:1px solid #a9a9a9;
	border-radius:50%;
}
#form_step02 input[type="radio"]:checked+label:after, #form_step03 input[type="radio"]:checked+label:after {
	position:absolute;
	content:"";
	top:50%;
	left:6px;
	width:10px;
	height:10px;
	margin-top:-4px;
	border-radius:50%;
	background:#666666;
}

#form_step03-doui input[type="checkbox"] {
	width:20px;
	height:20px;
	background:#F3F3F3;
}

/* btn */
a.btn_small_000{
	padding: 0 30px 0 10px;
	display:inline-block;
	min-width: 172px;
	height: 27px;
	border: 0px;
	color: #ffffff;
	font-size: 1em;
	line-height: 27px;
	text-align:left;
	background: #000000 url('../img/icon_link_square_2.png') right center no-repeat;
}
a.btn_small_000:hover{
	opacity: 0.8;
	text-decoration:none;
}
a.btn_small_000 .new_win {
	padding-left: 16px;;
	background: #000000 url('../img/icon_newwin_2.png') left center no-repeat;
}

/* more_contentBlock */
.more_contentBlock .more_content {
	display: none;
}

.more_contentBlock .more_open {
	padding-left: 27px;
	background: url('../img/icon_link_open.png') no-repeat left center;
}
.more_contentBlock .more_open.active {
	background: url('../img/icon_link_close.png') no-repeat left center;
}

/* surveyBlock */

.surveyBlock {
	margin: 30px auto;
	padding: 50px 20px;
	background: #fff0c9;
	text-align: center;
	font-size: 14px;
	width: 720px;
}

.surveyBlock h3 {
	margin-bottom: 35px;
	font-size: 16px;
}

.surveyBlock .surveyTxt1 {
	margin-bottom: 45px;
	font-weight: bold;
}

.surveyBlock .surveyTxt2 {
	margin-bottom: 10px;
	font-weight: bold;
}

/* submitBtnBlock
-------------------------------------------------- */

.submitBtnBlock .btn li {
	margin-bottom: 0;
	width: 45%;
	text-align: center;
}
.submitBtnBlock .btn li a {
	padding: 1em 2.5em;
}

/* btnBlock
-------------------------------------------------- */

.btnBlock {
	box-sizing: border-box;
}
.btnBlock .btn {
	margin: 0;
	padding: 3px 0;
	text-align: center;
}

.btnBlock .btn li {
	margin-bottom: 0;
	border-radius: 3px;
	list-style: none;
	display: inline-block;
}

.btnBlock .btn a {
	display: block;
	text-decoration: none;
}

.btnBlock .btn .btnIcon {
	padding-left: 13px;
	position: relative;
}

.btnBlock .btn .btnIcon:before {
	position: absolute;
	content: ' ';
	background-image: url("../img/icon_1.png");
	background-size: 16px 150px;
}

.btnBlock .btnColorType1 {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}

.btnBlock .btnColorType1 li {
	background: #c93900;
}

.btnBlock .btnColorType1 li a {
	padding: 1em;
}

.btnBlock .btnColorType1 .btnIcon:before {
	margin-top: -8px;
	width: 15px;
	height: 16px;
	left: 0;
	top: 50%;
	background-position: -5px -48px;
}
.btnBlock .btnColorType1 a {
	padding: 1em;
	color: #fff;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.btnBlock .btnColorType1 .formSubmit .btnIcon {
	padding-left: 0 !important;
}

.btnBlock .btnColorType1 .formSubmit .btnIcon:before {
	left: 65px;
}

div.ana_add_txt_area {
	padding: 10px 15px;
	margin-top: 20px;
	border: 1px solid #cccccc;
}
div.ana_add_txt_area p {
	padding-bottom: 10px;
}
div.ana_add_txt_area p.title {
	font-weight: bold;
	font-size: 120%;
	margin: 5px 0 17px;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}
.option_sub_txt {
	font-weight: normal;
	font-size: 69%;
}

/* Media Queries==========================================================================*/
@media screen and (max-width:1200px) {
}
@media screen and (max-width:799px) {
	#form article,
	#form article.single {
		width:100%;
		float:none;
	}
	#form #form_01,#form #form_02,#form #form_03,#form div.error_msg {
		width:96%;
		margin:0px auto;
	}
	#form div.error_msg {
		margin-bottom:20px;
	}
	#form div.error_msg p {
		font-size:1em;
		padding:10px;
		line-height:1.5;
	}
	#form .headchart {
		width:80%;
		margin:20px auto;
	}
	#form #form_01 .w420 {
		width:340px;
	}
	#form input.form_calender {
		width:312px;
		padding:0px 38px 0px 10px;
	}
	#form div.plan table.right {
		width:400px;
	}
	#form table.tbl_option th,#form table.tbl_option td {
		padding:5px 10px;
	}
	#form table.tbl_option td.w60 {
		width:20px;
	}
	#form table.tbl_option label {
		margin-left:5px;
		margin-right:0px;
		width:15px;
		padding:5px;
	}
	#form div.option_full img.left {
		display:block;
		float:none;
		margin:10px auto;
	}
	#form table.tbl_option_03 td img.left {
		float:none;
		margin:10px auto;
	}
	#form table.tbl_option_03 td .right {
		float:none;
	}
	#form table.tbl_option_03 td select.w230 {
		width:150px;
	}
	#form .txt_ind{
		text-indent: 0px; 
	}

	#form input.btn_form_next {
		width:96%;
		margin:40px auto;
	}
	aside#floating {
		width:100%;
		position:static !important;
		margin:0px auto;
	}

	aside#floating div.inner {
		width:100%;
		position:static;
		margin:0px auto;
	}
	aside#floating div.inner div.float_box {
		width:100%;
		position:static;
	}
	#floating div.r-bnt a {
		width:92%;
	}
	/*�ǉ�*/
	#form #form_step02, #form #form_step03 {
		width:96%;
		margin:0px auto;
	}
	#form #form_step02 input.w280 {
		width:200px;
	}
	#form #form_step02 select.w140 {
		width:100px;
	}
	#form #form_step02 select.w290 {
		width:225px;
	}
	#form #form_step02 input.w593 {
		width:430px;
	}
	#form #form_step02 .w615 {
		width:455px;
	}

	#form #form_step03 input.w593 {
		width:430px;
	}
	#form #form_step03 input.form_calender-step03 {
		width:215px;
	}
	#form #form_step03 input.w280 {
		width:200px;
	}
	#form_step03 .w300 {
		width:300px;
	}
	#form_step03 .w124 {
		width:87px;
		margin:0 5px 0 0;
	}
	#form_step03 .w140 {
		width:130px;
	}
	#form_step02 .mgt10,#form_step03 .mgt10,#form_step02 .mgt20,#form_step03 .mgt20 {
		margin-top:5px;
	}
	#form_step03-doui {
		width:710px;
		margin:10px 0 50px 0;
		padding:10px;
		border:1px #CBCCCC solid;
		background-color:#F3F3F3;
		text-align:center;
	}
	.form_step03-doui01 {
		width:710px;
		font-size:16px;
		text-align:center;
	}
	#form #form_step04 {
		width:710px;
		margin:0 auto;
		padding:0;
	}
	.form_step04-info1 {
		width:690px;
		margin:0;
		padding:0 10px;
		text-align:center;
	}
	.form_step04-info2 {
		width:690px;
		margin:20px 0 0 0;
		padding:10px;
		border:1px #CBCCCC solid;
		background-color:#F3F3F3;
	}
	.form_step04-info2 p {
		width:690px;
		margin:0;
		padding:00;
		font-size:13px;
		color:#CC0000;
		text-align:center;
	}
	#form #login div.right,#form #login div.left{
		float:none;
	}
	#form #login div.w435{
		width:96%;
		margin:0px auto;
	}
	#form #form_login,#form #form_new{
		margin-bottom: 0px;
	}
	#form #form_new{
		margin-bottom: 20px;
	}


}
@media screen and (max-width:699px) {
	#form #form_01 select.right, div.left {
		float:none;
	}
	#form #form_01 select.w420 {
		width:300px;
		margin:0px auto;
	}
	#form #form_01 input.w420 {
		width:278px;
		margin:0px auto;
	}
	#form .alignright{
		text-align: left !important; 
	}
	#form input.form_calender {
		float:none;
		width:252px;
		margin:10px auto;
	}
	#form div.plan h5 {
		width:300px;
		margin:0px auto;
	}
	#form div.plan div.left {
		float:none;
		width:290px;
		margin:10px auto;
		text-align:center;
	}
	#form div.plan table.right {
		float:none;
		width:289px;
		margin:10px auto;
	}
	#form div.plan table.right tr {
		display:block;
	}
	#form div.plan table.right th,#form div.plan table.right td {
		display:block;
		padding:5px;
	}
	#form div.plan table.right .sp_half {
		float:left;
		width:133px;
	}
	#form div.plan table.right th.cl_f3f3f3 {
		display:list-item;
		list-style-type:none;
	}
	#form table.tbl_option .txt_18 {
		font-size:1.2em;
	}
	#form table.tbl_option_03 tr {
		display:block;
	}
	#form table.tbl_option_03 th,#form table.tbl_option_03 td {
		display:block;
		padding:5px;
	}
	#form input.btn_form_next {
		margin:10px auto;
		font-size:2em;
		font-weight:bold;
		height:40px;
		-webkit-background-size:33px 40px;
		-o-background-size:33px 40px;
		-khtml-background-size:33px 40px;
		background-size:33px 40px;
	}
	aside#floating h3.txt_18 {
		display:none;
	}
	aside#floating h3.h3_toggle_sp {
		display:block;
		background:#cccccc url('../../img/form/h3_toggle_sp.png') right 12px no-repeat;
		-webkit-background-size:35px 20px;
		-o-background-size:35px 20px;
		-khtml-background-size:35px 20px;
		background-size:35px 20px;
	}
	aside#floating h3.h3_toggle_sp.active {
		background:#cccccc url('../../img/form/h3_toggle_sp_on.png') right 10px no-repeat;
		-webkit-background-size:35px 20px;
		-o-background-size:35px 20px;
		-khtml-background-size:35px 20px;
		background-size:35px 20px;
	}
	aside#floating div.toggle_sp {
		display: none;
	}
	/*�ǉ�*/
	#form #form_step02 {
		width:300px;
		margin:0 auto;
		padding:0;
	}
	#form #form_step02 input.w280 {
		width:278px;
	}
	#form #form_step02 select.w140 {
		width:91px;
	}
	#form #form_step02 select.w290 {
		width:300px;
	}
	#form #form_step02 input.w593 {
		width:278px;
	}
	#form #form_step02 .w615 {
		width:300px;
	}
	#form_step02 .mgt10 {
		margin-top:5px;
	}

	#form #form_step03 {
		width:300px;
		margin:0 auto;
		padding:0;
	}
	#form #form_step03 input.w593 {
		width:278px;
	}
	#form #form_step03 input.form_calender-step03 {
		width:250px;
	}
	#form #form_step03 input.w280 {
		width:278px;
	}
	#form #form_step03 .mgt5a {
		margin-top:5px;
	}
	#form_step03 .w124 {
		width:48px;
		margin:0 5px 0 0;
	}
	#form_step03 .w140 {
		width:130px;
	}
	#form_step03 .mgt10 {
		margin-top:5px;
	}
	#form_step03-doui {
		width:278px;
		margin:10px 0 10px 0;
		padding:10px;
		border:1px #CBCCCC solid;
		background-color:#F3F3F3;
		text-align:center;
	}
	.form_step03-doui01 {
		width:278px;
		font-size:16px;
		text-align:left;
	}
	#form #form_step04 {
		width:300px;
		margin:0 auto;
		padding:0;
	}
	.form_step04-info1 {
		width:280px;
		margin:0;
		padding:0 10px;
		text-align:left;
	}
	.form_step04-info2 {
		width:278px;
		margin:20px 0 0 0;
		padding:10px;
		border:1px #CBCCCC solid;
		background-color:#F3F3F3;
	}
	.form_step04-info2 p {
		width:278px;
		margin:0;
		padding:00;
		font-size:14px;
		color:#CC0000;
		text-align:left;
	}
	#form #form_login,#form #form_new{
		height: auto;
	}

	#form_login input.left{
		float: none;
		width:240px;
		margin: 0px auto;
	}

	#form_login .mgt10{
		margin-top:5px !important;
	}

	#form input.btn_form_half {
		width:260px;
		height:40px;
	}

	#form #form_new .mgt50{
		margin-top: 0px !important;
	}
	.surveyBlock {
		margin: 20px auto;
		padding: 20px;
		width: 80%;
	}
	.submitBtnBlock .btn li {
		width: 60%;
	}
}