@charset "shift_jis";


/* ΆEΙ]πt―ι */
.contentArea {
	width: 900px;
    margin: 0 auto 10px;
    padding: 10px 0;
}


/* FORMp */
body{
    font-family: "lr oSVbN","MS PGothic",sans-serif;
}
select, input, textarea, button {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}

input.inputbox-error,
textarea.inputbox-error{
	background-color: #FBF0E6 !important;
}
input.inputbox-success,
textarea.inputbox-success{
	background-color: #FFF !important;
}

#formBox{
	padding: 30px 30px 60px;
}

span.required {
	background-color: #FF9A57;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 40px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	margin-right: 6px;
	float: right;
}

th{ width: 200px; }

th,
td{
	text-align: left;
	font-size: 15px;
	padding: 10px 0 10px 10px;
}

td input{
	border: solid 1px #B4AEA7;
	font-size: 15px;
	padding: 8px;
}
td select {
	border: solid 1px #B4AEA7;
	border-radius: 3px;
	font-size: 15px;
	padding: 8px;
}


td input.req,
td textarea.req{
	/* background: #FBFAED; */
}

td input.largeTxt{
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
}
td div.hosoku01{
	font-size: 12px;
	color: #333;
    padding-top: 8px;
    line-height: 20px;
}

div.formError .formErrorContent {
    background: #E97313;
    color: #FFFFFF;
    font-size: 13px;
    padding: 5px 10px;
    position: relative;
    width: auto;
    z-index: 5001;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 10px;
}



input[type="radio"],
input[type="checkbox"]{
	visibility: hidden;
    position: absolute;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	padding: 0 0 0 30px;
	background: no-repeat 0 50%;
	display: inline-block;
	cursor: pointer;
}
input[type="radio"] + label {
	background-image: url(../img/bg_radio_01_off.png);
	line-height: 27px;
	padding: 0 0 0 35px;
}
input[type="radio"]:checked + label {
	background-image: url(../img/bg_radio_01_on.png);
}
input[type="checkbox"] + label {
	background-image: url(../img/bg_checkbox_02_off.png);
	line-height: 27px;
}
input[type="checkbox"]:checked + label {
	background-image: url(../img/bg_checkbox_02_on.png);
}


/* hope */
td .hopeUl li {
	width: 296px;
	float: left;
}

td .hopeUl dt {
	margin-top: 9px;
	float: left;
	font-size: 0.9em;
}

td .hopeUl dd {
	padding-left: 4.6em;
}

td .hopeUl dd input[type="text"] {
	margin-bottom: 8px;
	width: 195px;
}

td .hopeUl dd select {
	width: 72px;
}

td .hopeUl dd span {
	margin: 0 8px;
}
td .notesBase{
	position:relative;
}
td span.notes{
	position:absolute;
	left: 0;
	top: -2em;
	color: #FF0000;
	font-size: 13px;
	font-weight:bold;
}
.pb01 { padding-bottom: 10px; }
.pb02 { padding-bottom: 8px; }
td .txt01 {
    font-size: 12px;
    padding-left: 15px;
}
td .txt02 {
    font-size: 12px;
}
td .biko {
    color: #FF0000;
    font-size: 13px;
    padding-left: 7em;
    padding-top: 3px;
    font-weight: bold;
}



.articleHead {

}
.articleBody {
	display: none;
}
.switch_btn {
	overflow: hidden;
}
.toggleBtn {
	background: url("../img/btn_assess_01on.png") no-repeat 0 0;
	width: 180px;
	height: 30px;
	display: inline-block;
	float: right;
	text-indent: -9999px;
}
.toggleBtn:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.open {

}
	.open .toggleBtn {
		background: url("../img/btn_assess_01off.png") no-repeat 0 0;
	}



#formid {
	width: 870px;
    margin: 0 auto 25px;
    padding: 10px 0;
}

.formHeader {
	color: #19A3D7;
	font-size: 16px;
	font-weight: bold;
	margin: 33px 0 12px;
}

.formHeader01 {
	background: url(../img/tit_assessment_form01.png) no-repeat 0 0;
	width: 870px;
	height: 30px;
    margin: 0 auto;
    text-indent: -9999px;
}

.formHeader02,
.formHeader03,
.formHeader04 {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 487px;
	height: 16px;
    text-indent: -9999px;
}
	.formHeader02 {
		background-image: url(../img/tit_assessment_form02.png);
	}
	.formHeader03 {
		background-image: url(../img/tit_assessment_form02.png);
	}
	.formHeader04 {
		background-image: url(../img/tit_assessment_form02-2.png);
	}

.formTable {
	width: 100%;
	border-bottom: 1px solid #D7D7D7;
	table-layout: fixed;
}

.formTable input,
.formTable textarea {
	border-color: #999999;
}
.formTable input {
	padding: 6px 8px;
}
.formTable textarea {
	resize: vertical;
}
.formTable th,
.formTable td {
	border: none;
	border-top: 1px solid #D7D7D7;
	color: #333;
	font-size: 14px;
}
.formTable th {
	font-weight: bold;
	background: #DFF0F9;
	vertical-align: middle;
	padding: 15px 13px 15px 19px;
	width: 270px;
	line-height: 1.4;
}
.formTable td {
	width: auto;
	padding: 15px 0 15px 20px;
}

.formTableList {
	overflow: hidden;
	margin-bottom: -10px;
}
.formTableList li {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.formTableList li.last {
	clear: left;
}
.formTableList li.last textarea {
	margin: 5px 0 0 36px;
}

.formTableList2 {
	overflow: hidden;

}
.formTableList2 li {
	float: left;
	margin-right: 10px;
	line-height: 41px;
}
#formid .mrgB10 {
	margin-bottom: 10px;
}

#formid .memo {
	font-size: 14px;
	text-align: center;
	margin: 25px 0 18px;
}
#formid .memo a {
	color: #A53F5F;
	text-decoration: none;
}
#formid .memo a:hover {
	text-decoration: underline;
}

#formid .submitArea {
	text-align: center;
}

.formError .formErrorArrow div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.formError .formErrorArrow .line3 {
	width: 1px;
}
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line1 {
	width: 0px;
}

.w01 {
	width: 100px;
}

.w02 {
	width: 503px;
}
.w03 {
	width: 528px;
}
.w04 {
	width: 444px;
}
.w05 {
	width: 523px;
}
.w06 {
	width: 539px;
}

.submitArea #submitBtn {
	width: 345px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	text-indent: -99999px;
	border: none;
	background: url(../img/btn_assessment_form01.png) no-repeat 0 0;
	display: block;
	cursor: pointer;
}
.submitArea #submitBtn:hover {
	opacity: 0.7;
}


input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder{
    color: #999;
}

.required01 {
	position: relative;
	top: -7px;
}

/*headTitle*/
#headTitle{
    overflow: hidden;
    background: url(../img/bg_assess_header_01.png) no-repeat 97% 48px;
}
#headTitle > img{
    padding:30px 0 0 0;
}
#headTitle .head_left , #headTitle .head_right{
    background: #299BD1;
    width:416px;
    height:416px;
    border-radius: 208px;
}

.head_wrap {
	overflow: hidden;
	width: 860px;
	margin: 0 auto;
}
#headTitle .head_left{
    float:left;
}
#headTitle .head_right{
    float:right;
}
#headTitle .head_left , #headTitle .head_right{
    position: relative;
    margin:40px 0 40px 0;
    background:#299BD1;
    width:416px;
    height:416px;
    border-radius: 208px;
}
#headTitle .head_left > img, #headTitle .head_right > img{
    position: absolute;
    left:95px;
    bottom:-40px;
}
#headTitle .head_left h4 img, #headTitle .head_right h4 img{
    display: block;
    margin: 0 auto;
    padding:50px 0 0 0;
}
#headTitle .head_left h4 p, #headTitle .head_right h4 p{
    display: block;
    margin: 0 auto;
    padding:50px 0 0 0;
}
.inner_text p{
    padding:20px 0 0 0;
    width: 341px;
    margin:0 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.inner_text p span {
	color: #FFFF00;
	font-weight: bold;
}

.inner_text p.p_img{
    padding:10px 0 0 0;
}
/*ContentsAssess*/
.step{
    clear: both;
    padding:20px 0 40px 0;
    background: url("../img/bg_assess_01.png");
    background-repeat: no-repeat;
    background-position: left 10px bottom 0px;
}
.step:last-child {
	background: none;
	padding:20px 0 10px 0;
}
.step_contents{
    margin:0 0 0 75px;
}
.step h4{
    height:50px;
    padding:15px 0 0 75px;
}
.step .step_contents p{
    font-size: 14px;
    line-height: 1.95;
}
.step .step_contents > p{
    margin:-15px 0 0 0;
}
.step p span,
.step .detailTableBasic dd span {
    color:#FE5858;
    font-weight:bold;
}
.step p em{
	font-style: normal;
    color:#127298;
    font-weight:bold;
}

.switch_btn {
	margin: 40px 0 0;
}
	.switch_btn img{
	    display: block;
	    margin-left: auto;
	}

/*step1~step4:JΒ*/
.step .detail > h5{
    margin:20px 0 10px 0;
}
#step3 .detail > h5{
    margin-top:25px;
}
#step4 .detail > h6{
    margin:20px 0 20px 0;
}
.imgArea {
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
}
	.imgArea02 {
		padding: 15px 0 20px;
	}
	.imgArea03 {
		padding: 20px 0 0;
		margin: 0 0 -39px;
	}
	.imgArea04 {
		padding: 5px 0 20px;
	}
	.imgBGArea {
		margin: 0 auto;
		text-align: center;
		margin: -20px 0 0;
	}

.detailTableWrap {
	overflow: hidden;
	width:743px;
}



	.detailTable {
		border: 2px solid #B6DDEF;
		display: table;
		table-layout: fixed;
		margin-bottom: 15px;
	}

		.detailTable2line .detailTable {
			width: 359px;
			float:  left;
			margin-left: 16px;
			height: 176px;
		}

			.detailTable2line .detailTable:nth-child(odd) {
				margin-left: 0;
			}

			.detailTable2line .detailTable:nth-child(-n+2) {
                height: 210px;
            }

		.detailTable1line .detailTable {

		}

			.detailTable1line .detailTable dt {
				width: 102px;
			}
			.detailTable1line .detailTable dd {
				padding: 12px 360px 12px 20px;
				position: relative;
				line-height: 2;
				vertical-align: middle;
			}
			.detailTable1line .detailTable dd img {
				position: absolute;
				top: 0;
				right: 0;
			}
			.detailTable1line .detailTable:nth-child(3) dd {
				height: 92px;
			}

		.detailTableBasic .detailTable {

		}

			.detailTableBasic .detailTable dt,
			.detailTableBasic .detailTable dd {
				display: block;
				text-align: left;
			}

				.detailTableBasic .detailTable dt {
					padding: 7px 0 8px;
					width: auto;
				}
				.detailTableBasic .detailTable dd {
					padding: 14px 19px;
					font-size: 14px;
    				line-height: 1.95;
				}

		.detailTable dt {
			background: #B6DDEF;
			color: #333333;
			font-size: 16px;
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			width: 68px;
			font-weight: bold;
		}

		.detailTable dd {
			display: table-cell;
			padding: 0px 10px 6px;
		}

		.detailTable ul li {
			border-top: 1px solid #DFDFDF;
		}
			.detailTable ul li:first-child {
				border-top: none;
			}

			.detailTable ul li strong {
				display: block;
				text-align: center;
				color: #19A3D7;
				font-size: 14px;
				padding: 10px;
			}
			.detailTable ul li span {
				display: block;
				padding: 0 0 10px;
				margin: 0 auto;
				line-height: 1.6;
				font-size:12px;
			}
				.detailTable .detailTableLine01 {
					text-align: center;
				}
				.detailTable .detailTableLine02 {
					padding-left: 5px;
				}
				.detailTable .detailTableLine03 {
					padding-left: 50px;
				}
				.detailTable .detailTableLine04 {
					padding-left: 15px;
				}
				.detailTable .detailTableLine05 {
					padding-left: 20px;
					padding-top: 5px;
				}
				.detailTable .detailTableLine06 {
					padding-top: 13px;
					padding-left: 40px;
				}


.imgRight {
	overflow: hidden;
}

	.imgRight img {
		float: right;
		margin-left: 10px;
	}

	#step4 .imgRight02 img {
		margin-left: 80px;
		margin-top: 10px;
	}

	#step4 .detailTableBasic .imgRight img {
		margin-left: 30px;
		padding: 4px 0;
	}

/*step1*/
#contentsAssess{
    border: 4px solid #299BD1;
    padding: 20px;
    margin:50px auto 30px;

    width: 822px;
}
#step1{
    overflow: hidden;
}
#step1 h4{
    background-image:url("../img/ico_assess_01.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#step1 table{
    border-spacing: 0;
}
#step1 table tr{
    float:left;
    margin:20px 0 0 0;
}
#step1 table tr td{
    width:290px;
    height:190px;
    border:2px solid #B6DDEF;
}
#step1 table tr td h5{
    width:270px;
    text-align: center;
    margin:10px 0 0 0;
}
#step1 table tr td p{
    width:270px;
    font-size:12px;
    line-height:20px;
    text-align: center;
}
#step1 table tr th{
    width:65px;
    height:190px;
    border:0px;
    background:#B6DDEF;
    padding:0 0 0 10px;
    text-align: center;
}
#step1 table tr th img{
    margin:0 0 0 -10px;
}
/* step2 */
#step2 h4{
    background-image:url("../img/ico_assess_02.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#step2 .detail{
    overflow: hidden;
}
#step2 .detail ul li{
    float:left;
    margin:20px 0 0 10px;
    border: 2px solid #B9DFF0;
    width: 235px;
    height:130px;
}
#step2 .detail ul li:nth-child(3n-2){
    margin:20px 0 0 0;
}
#step2 .detail ul li h5{
    text-align: center;
    margin: 20px 0 20px 0;
    color: #19A3D7;
    font-size: 14px;
    font-weight: bold;
}
#step2 .detail ul li p{
    font-size:12px;
    line-height: 20px;
    padding: 0 0 0 10px;
}
/*step3*/
#step3 h4{
    background-image:url("../img/ico_assess_03.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*step4*/
#step4 h4{
    background-image:url("../img/ico_assess_04.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.commissionTableWrap{
	width:718px;
	border:2px solid #FE7A7A;
	overflow: hidden;
	padding:15px 10px 10px 10px;
}
.commissionRight , .commissionLeft{
	width:50%;
	float:left;
}
.commissionRight h6, .commissionLeft h6{
	padding:0 0 5px 0;
	text-align: center;
}
.commissionTxt{
	text-align: center;
	margin:0 auto;
}
.commissionTxt dt{
	background:url("../img/ico_step4_01.png");
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 15px;
	width:208px;
}
.commissionTxt dt , .commissionTxt dd {
	display: inline-block;
	text-align: left;
	font-size: 12px;
	line-height: 26px;
}
.commissionTxt dd {
	padding:0 0 0 8px;
}
.commissionTableWrap .commissionTxt p{
	display: inline-block;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
}


/*step5*/
#step5 h4{
    background-image:url("../img/ico_assess_05.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*step6*/
#step6 h4{
    background-image:url("../img/ico_assess_06.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*step7*/
#step7 h4{
    background-image:url("../img/ico_assess_07.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*step8*/
#step8 h4{
    background-image:url("../img/ico_assess_08.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*step9*/
#step9 h4{
    background-image:url("../img/ico_assess_09.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*step10*/
#step10 h4{
    background-image:url("../img/ico_assess_10.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*step11*/
#step11 h4{
    background-image:url("../img/ico_assess_11.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*step12*/
#step12 h4{
    background-image:url("../img/ico_assess_12.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
