@charset "shift_jis";


/* ΆEΙ]πt―ι */
.contentArea {
    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;
	float: right;
}

	.formTable tr.line2 span.required {
		margin-top: 9px;
	}

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: 0px;
}

.textareabox {
	padding: 10px 0 0;
}

input[type="radio"],
input[type="checkbox"]{
	visibility: hidden;
    position: absolute;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	padding: 20px 5px 20px 30px;
	background: no-repeat 10px 50%;
	display: block;
	cursor: pointer;
	
	border:1px solid #999;
	border-radius: 5px;
}
input[type="radio"] + label {
	background-image: url(../img/bg_radio_01_off.png);
	line-height: 40px;
	padding: 0 0 0 45px;
}
input[type="radio"]:checked + label {
	background-color: #D8EEB7;
	background-image: url(../img/bg_radio_01_on.png);
}
input[type="checkbox"] + label {
	background-image: url(../img/bg_checkbox_02_off.png);
	line-height: 40px;
}
input[type="checkbox"]:checked + label {
	background-image: url(../img/bg_checkbox_02_on.png);
}


/* hope */
td .hopeUl li {
	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;
}

td .hopeUl dd select {
}

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 {
	
	-webkit-transition:height .5s linear;
	-moz-transition:height .5s linear;
	-o-transition:height .5s linear;
	transition:height .5s linear;
	
	
	overflow: hidden;
}
.open .articleBody {
	height: auto;
}
/*
	#step1.open .articleBody {
		height: 1667px;
	}
	
	#step2.open .articleBody {
		height: 1561px;
	}
	
	#step3.open .articleBody {
		height: 1861px;
	}
	
	#step4.open .articleBody {
		height: 2976px;
	}
*/
.switch_btn {
	overflow: hidden;
}
.toggleBtn {
	display: block;
}
.open {
	
}


#formid {
    margin: 0 auto;
    padding: 0;
}

.formHeader {
	color: #19A3D7;
	font-size: 16px;
	font-weight: bold;
	
	margin: 20px 0 10px 0;
    position: relative;
    
    background: #19A3D7;
    
    /*
    background: url(../img/bg_h5.png) repeat-x 0 0;
    background-size: 6px auto;
    */
    text-indent: -9999px;
}

.formHeader:before {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	border-top: 1px solid #FFF;
	content: "";
}

.formHeader01 {
    background: url(../img/tit_assessment_30.png) no-repeat 0 0;
	background-size: 302.5px auto;
	width: 302.5px;
	height: 30px;
	display: block;
	margin-bottom: 15px;
}
.formHeader02 {
	background: url(../img/tit_assessment_31.png) no-repeat 0 0;
	background-size: 302.5px auto;
	width: 302.5px;
	height: 33px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 14px;
}

.formHeader04 {
	margin-bottom: 10px;
}

.formTable {
	width: 100%;
}

.formTable input,
.formTable textarea {
	border-color: #999999;
}
.formTable input {
	padding: 7px 8px 8px;
	border-radius: 4px;
}
.formTable textarea {
	resize: vertical;
	border-radius: 4px;
	height: 4.5rem;
}
.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: 7px 13px 7px 10px;
	line-height: 1.4;
}
.formTable td {
	width: auto;
	padding: 15px 7px 20px;
}

.formTableList {
	overflow: hidden;
	margin-bottom: -10px;
}
.formTableList li {
	float: left;
	margin-left: 3%;
	margin-bottom: 10px;
	width: 48%;
}
.formTableList li:nth-child(odd) {
	margin-left: 0;
}

.formTableList li.last {
	
}
.formTableList li.last textarea {
	margin: 5px 0 0 36px;
}

.formTableList2 {
	overflow: hidden;
	
}
.formTableList2 li {
	float: left;
	margin-right: 5px;
	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 {
	clear: both;
}
.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: 91px;
	box-sizing: border-box;
}

.w02 {
}
.w03 {
}
.w04 {
}
.w05 {
}
.w06 {
}

.w100 {
	width: 100%;
	box-sizing: border-box;
}

.submitArea #submitBtn {
	width: 284px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	text-indent: -99999px;
	border: none;
	background: url(../img/btn_assessment_05.png) no-repeat 0 0;
	background-size: 284px auto;
	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 {
	margin: 0 auto 14px;
	text-indent: -9999px;
	width: 320px;
	background-repeat: no-repeat;
    background-position: center 0;
    background-size: 320px auto;
    
    position: relative;
}

#headTitle .head_left:before,
#headTitle .head_right:before {
	position: absolute;
    top: 0;
    left: -29px;
    width: 378px;
    bottom: 0;
    content: "";
    background: #299BD1;
    border-radius: 185px;
    z-index: -1;
}
#headTitle .head_right:before {
	bottom: 7px;
}
.head_wrap {
	overflow: hidden;
	
	margin: 0 auto;
	padding-top: 126px;
	
	background-image: url("../img/bg_assessment_01.png");
	background-size: 302px auto;
	background-repeat: no-repeat;
	background-position: center 0;
}
#headTitle .head_left{
    background-image: url("../img/img_header_01.png");
    height: 386px;
}
#headTitle .head_right{
    background-image: url("../img/img_header_02.png");
    height: 394px;
}
#headTitle .head_left h4,
#headTitle .head_left div,
#headTitle .head_right h4,
#headTitle .head_right div {
	display: none;
}

.inner_text p{
    padding:20px 0 0 0;
    margin:0 auto;
    font-size: 16px;
    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; */
    padding: 20px 0 28px;
    background: url("../img/bg_assessment_02.png");
    background-size: 800px auto;
    
    background-repeat: no-repeat;
    background-position: center bottom;
}
.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: 16px;
    line-height: 1.5;
    margin: 0 0 7px;
    padding: 0 5px;
}
.step .step_contents > p{
    /* margin:-15px 0 0 0; */
    padding: 0 5px;
}
.step .floatList span,
.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: 20px 0 0;
}
.open .switch_btn {
	margin: 5px 0 5px;
}
/*step1~step4:JΒ*/
.step .detail > h5{
    margin:20px 0 10px 0;
    position: relative;
    
    background: #1AA3D7;
    
    /*
    background: url(../img/bg_h5.png) repeat-x 0 0;
	background-size: 3px auto;
	
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
    -o-background-size: 6px auto;
    -ms-background-size: 6px auto;
	*/
}

.step .detail > h5:before {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	border-top: 1px solid #FFF;
	content: "";
}

.step .detail > h5 span{
	margin: 0;
}


#step2 .step_contents p{
	margin-bottom: 0;
}

#step3 .detail > h5{
    margin-top:25px;
}
#step4 .detail > h6{
    margin:20px 0 20px 0;
}

#step12,
#step12 p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.imgArea {
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
}
	.imgArea img {
		width: 100%;
		height: auto;
	}

.detailTableWrap {
	overflow: hidden;
}

	

	.detailTable {
		border: 2px solid #B6DDEF;
		margin-bottom: 7px;
	}
		
		.detailTable dt {
			background: #B6DDEF;
			color: #333333;
			font-size: 16px;
			vertical-align: middle;
			text-align: center;
			font-weight: bold;
			padding: 5px 0 7px;
		}

		.detailTable dd {
			padding: 10px;
		}

		.detailTable ul li {
			border-top: 1px solid #DFDFDF;
		}
			.detailTable ul li:first-child {
				border-top: none;
			}
				
			
			#step1 .detailTable2line .detailTable:last-child dd {
				padding-top: 0;
			}
			
			.detailTable ul li strong {
				margin: 13px auto 10px;
			}
				.detailTable ul li:first-child strong {
					margin-top: 3px;
				}
			
			.detailTable ul li span {
				display: block;
				padding: 0 0 10px;
				margin: 0 auto;
				line-height: 1.6;
				font-size: 16px;
			}
				.detailTable .detailTableLine01 {
					text-align: center;
				}
				.detailTable .detailTableLine02 {
				}
				.detailTable .detailTableLine03 {
				}
				.detailTable .detailTableLine04 {
				}
				.detailTable .detailTableLine05 {
				}
				.detailTable .detailTableLine06 {
					padding-top: 10px;
				}


.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: 2px solid #299BD1;
    padding: 7px 7px 10px;
    margin: 26px 10px 30px;
}
#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{
    height:190px;
    border:2px solid #B6DDEF;
}
#step1 table tr td h5{
    text-align: center;
    margin:10px 0 0 0;
}
#step1 table tr td p{
    font-size:12px;
    line-height:20px;
    text-align: center;
}
#step1 table tr th{
    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 {
	border-bottom: 2px solid #B9DFF0;
	margin: 12px 0;
}
#step2 .detail ul li{
    margin:0;
    border: 2px solid #B9DFF0;
    border-bottom: 0;
}

#step2 .detail ul li h5{
    text-align: center;
    margin: 10px 0;
    color: #19A3D7;
    font-size: 16px;
    font-weight: bold;
}
#step2 .detail ul li p{
    font-size:16px;
    line-height: 20px;
    padding: 0 10px 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{
	margin-bottom: -13px;
}
.commissionRight,
.commissionLeft{
	border:2px solid #FE7A7A;
	padding:10px;
	margin-top: 9px;
}
.commissionRight h6,
.commissionLeft h6{
	padding:0 0 5px 0;
	text-align: center;
}
.commissionTxt{
	text-align: left;
	margin:0 auto;
}


.commissionTxt dl {
	overflow: hidden;
	margin: 0 auto 17px;
	width: 241px;
}

.commissionTxt dl:first-child {
	margin-top: 7px;
}

.commissionTxt dl:last-child {
	margin-bottom: 7px;
} 

.commissionTxt dt{
	padding-left: 15px;
	position: relative;
	float: left;
	clear: both;
}
.commissionTxt dt:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #FE7A7A;
}
.commissionTxt dt:after {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	margin: 2px 0 0 2px;
	border-radius: 10px;
	background: #FFF;
}

	.commissionTxt dl:nth-child(2) dt:before,
	.commissionTxt dl:nth-child(2) dt:after {
		top: 15px;
	}
	.commissionTxt dl:nth-child(2) dd {
		padding-top: 10px;
	}
	

.commissionTxt dt,
.commissionTxt dd {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	line-height: 1.3;
}
.commissionTxt dd {
	padding:0 0 0 8px;
	float: right;
}
.commissionTableWrap .commissionTxt p{
	display: inline-block;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}

.floatList {
	overflow: hidden;
}
.floatList li {
	float: left;
}

.step4title21 {
	display: block;
	background: url(../img/tit_assessment_step4_05.png) no-repeat 0 0;
	background-size: 241px auto;
	width: 241px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto;
}
.step4title22 {
	display: block;
	background: url(../img/tit_assessment_step4_06.png) no-repeat 0 0;
	background-size: 241px auto;
	width: 241px;
	height: 25px;
	text-indent: -9999px;
	margin: 0 auto;
}

#nextBtn {
    width: 155px;
    height: 44px;
    margin: 0 auto;
    padding: 0;
    text-indent: -99999px;
    border: none;
    background: url(../img/btn_assessment_04.png) no-repeat 0 0;
    background-size: 155px auto;
    display: block;
    cursor: pointer;
}

#formid .hideNext {
	/* display: none; */
	padding: 0 10px;
}
.showNext {
	display: none;
	padding: 0 10px;
}


/* CSS Splite */

.step1title1 {
    background-position:  -317px -121px;
    width: 280px; height: 30px;
}
.step1title2 {
    width: 280px; height: 48px;
    background-position:  -317px -63px;
}
.step1title3 {
    width: 280px; height: 30px;
    background-position:  -297px -350px;
}
.step1title3_1 {
    width: 32px; height: 15px;
    background-position:  -725px -327px;
}
.step1title3_11 {
    width: 52px; height: 17px;
    background-position:  -706px -435px;
}
.step1title3_12 {
    width: 108px; height: 17px;
    background-position:  -607px -327px;
}
.step1title3_2 {
    width: 32px; height: 15px;
    background-position:  -725px -300px;
}
.step1title3_21 {
    width: 89px; height: 17px;
    background-position:  -607px -435px;
}
.step1title3_22 {
    width: 125px; height: 17px;
    background-position:  -607px -194px;
}
.step1title3_3 {
    width: 76px; height: 15px;
    background-position:  -173px -599px;
}
.step1title3_31 {
    width: 101px; height: 17px;
    background-position:  -607px -408px;
}
.step1title3_32 {
    width: 125px; height: 17px;
    background-position:  -607px -221px;
}
.step1title3_33 {
    width: 125px; height: 17px;
    background-position:  -607px -248px;
}
.step1title3_4 {
    width: 76px; height: 15px;
    background-position:  -607px -564px;
}
.step1title3_41 {
    width: 84px; height: 18px;
    background-position:  -607px -537px;
}
.step1title3_42 {
    width: 139px; height: 17px;
    background-position:  -607px -113px;
}
.step1title3_43 {
    width: 108px; height: 17px;
    background-position:  -607px -354px;
}
.step2title1 {
    width: 108px; height: 17px;
    background-position:  -607px -381px;
}
.step2title2 {
    width: 108px; height: 17px;
    background-position:  -607px -300px;
}
.step2title3 {
    width: 142px; height: 17px;
    background-position:  -607px -86px;
}
.step2title4 {
    width: 145px; height: 17px;
    background-position:  -607px -59px;
}
.step2title5 {
    width: 162px; height: 17px;
    background-position:  -426.5px -528px;
}
.step2title6 {
    width: 126px; height: 17px;
    background-position:  -607px -140px;
}
.step2title7 {
    width: 145px; height: 17px;
    background-position:  -607px -32px;
}
.step2title8 {
    width: 180px; height: 17px;
    background-position:  -211px -572px;
}
.step2title9 {
    width: 126px; height: 17px;
    background-position:  -607px -167px;
}
.step2title10 {
    width: 240px; height: 17px;
    background-position:  -317px -443px;
}
.step2title11 {
    width: 255px; height: 17px;
    background-position: -318px -400px;
}
.step2title12 {
    width: 155px; height: 17px;
    background-position: -400px -572px;
}
.step2title13 {
    width: 209px; height: 17px;
    background-position:  -317px -486px;
}
.step2title14 {
    width: 155px; height: 17px;
    background-position:  -607px -5px;
}
.step2title15 {
    width: 196px; height: 17px;
    background-position:  -5px -572px;
}
.step3title1 {
    width: 280px; height: 30px;
    background-position:  -317px -241px;
}
.step3title2 {
    width: 280px; height: 30px;
    background-position:  -317px -201px;
}
.step3title3 {
    width: 280px; height: 30px;
    background-position:  -317px -161px;
}
.step4title1 {
    width: 280px; height: 48px;
    background-position:  -317px -5px;
}
.step4title11 {
    width: 129px; height: 15px;
    background-position:  -607px -275px;
}
.step4title12 {
    width: 96px; height: 15px;
    background-position:  -607px -462px;
}
.step4title13 {
    width: 96px; height: 15px;
    background-position:  -607px -487px;
}
.step4title31 {
    width: 94px; height: 15px;
    background-position:  -607px -512px;
    margin: 0 0 0 10px !important;
}
.step4title32 {
    width: 159px; height: 15px;
    background-position:  -5px -599px;
    margin: 0 0 0 10px !important;
}
.toggleBtn {
    width: 201px; height: 34px;
    background-position:  -216px -528px;
}
.open .toggleBtn {
    width: 201px; height: 34px;
    background-position:  -5px -528px;
}
#headTitle .bg-tit_assessment_01 {
    width: 303px; height: 32px;
    background-position:  -5px -486px;
    margin-bottom: 17px;
}
#headTitle .bg-tit_assessment_02 {
    width: 302px; height: 53px;
    background-position:  -5px -5px;
    margin-bottom: 17px;
}
.step5title {
    width: 282px; height: 40px;
    background-position:  -297px -300px;
}
.step6title {
    width: 282px; height: 40px;
    background-position:  -5px -300px;
}
.step7title {
    width: 282px; height: 48px;
    background-position:  -5px -68px;
}
.step8title {
    width: 282px; height: 48px;
    background-position:  -5px -242px;
}
.step9title {
    width: 282px; height: 48px;
    background-position:  -5px -184px;
}
.step10title {
    width: 282px; height: 40px;
    background-position:  -5px -350px;
}
.step11title {
    width: 282px; height: 48px;
    background-position:  -5px -126px;
}
.bg-tit_assessment_32 {
    width: 303px; height: 33px;
    background-position:  -5px -400px;
    margin: 0 0 14px !important;
    display: block;
}
.bg-tit_assessment_33 {
    width: 303px; height: 33px;
    background-position: -5px -444px;
    margin: 0 !important;
}

.step1title1,
.step1title2,
.step1title3,
.step1title3_1,
.step1title3_11,
.step1title3_12,
.step1title3_2,
.step1title3_21,
.step1title3_22,
.step1title3_3,
.step1title3_31,
.step1title3_32,
.step1title3_33,
.step1title3_4,
.step1title3_41,
.step1title3_42,
.step1title3_43,
.step2title1,
.step2title2,
.step2title3,
.step2title4,
.step2title5,
.step2title6,
.step2title7,
.step2title8,
.step2title9,
.step2title10,
.step2title11,
.step2title12,
.step2title13,
.step2title14,
.step2title15,
.step3title1,
.step3title2,
.step3title3,
.step4title1,
.step4title11,
.step4title12,
.step4title13,
.step4title31,
.step4title32,
.toggleBtn,
.open .toggleBtn,
.bg-tit_assessment_01,
.bg-tit_assessment_02,
.step5title,
.step6title,
.step7title,
.step8title,
.step9title,
.step10title,
.step11title,
.bg-tit_assessment_32,
.bg-tit_assessment_33 {
	background-image: url('../img/css_sprites.png');
	background-size: 767px auto;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
	
	margin: 0 auto;
	display: block;
}

.toggleBtn,
.open .toggleBtn {
	margin: 0 auto;
}
.step .step_contents .imgArea,
.step .step_contents .imgArea02,
.step .step_contents .imgArea03 {
	text-align: center;
	padding: 0;
}
.imgArea02 img,
.imgArea03 img {
	margin: 0;
}

.imgArea04 {
	text-align: center;
	display: block;
}

.step .step_contents .imgArea05 {
	margin: -10px 0 0;
    position: relative;
    z-index: -1;
    text-align: center;
}
.imgArea05 img {
	margin: 0 auto;
}


.spimg {
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}
.spimg2 {
	max-width: 100%;
	height: auto;
	margin: 10px auto 0;
}
.spimg3 {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.p_img,
.bg_img {
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	margin: 0 auto;
	display: block;
}
.tit_assessment_03 {
	background-image: url('../img/tit_assessment_03.png');
	background-size: 302px auto;
	width: 302px; height: 92px;
	margin-bottom: 25px;
}
.tit_assessment_04 {
	background-image: url('../img/tit_assessment_04.png');
	background-size: 256px auto;
	width: 256px; height: 49px;
}
.tit_assessment_05 {
	background-image: url('../img/tit_assessment_05.png');
	background-size: 256px auto;
	width: 256px; height: 49px;
}

#headTitle .head_wrap .head_left .p_img {
	background-image: url('../img/img_assessment_01.png');
	background-size: 227px auto;
	width: 227px; height: 81px;
}
#headTitle .head_wrap .head_right .p_img {
	background-image: url('../img/img_assessment_02.png');
	background-size: 124px auto;
	width: 124px; height: 79px;
}

.step h4 {
	margin: 0 0 10px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

.btn_01 {
	background-image: url('../img/btn_assessment_01.png');
	background-size: 270px auto;
	width: 270px; height: 73px;
}
.contentsAssess_title {
	text-align: center;
}
.contentsAssess_title img {
	margin: 0;
}
.step1title {
	background-image: url('../img/tit_assessment_11.png');
	background-size: 285px auto;
	width: 282px; height: 40px;
	margin: 0 0 10px;
}
.step2title {
	background-image: url('../img/tit_assessment_12.png');
	background-size: 285px auto;
	width: 282px; height: 40px;
	margin: 0 0 10px;
}
.step3title {
	background-image: url('../img/tit_assessment_13.png');
	background-size: 285px auto;
	width: 282px; height: 40px;
	margin: 0 0 10px;
}
.step4title {
	background-image: url('../img/tit_assessment_14.png');
	background-size: 285px auto;
	width: 282px; height: 40px;
	margin: 0 0 10px;
}
.step12title {
	background-image: url('../img/tit_assessment_22.png');
	background-size: 285px auto;
	width: 282px; height: 40px;
	margin: 0 0 10px;
}

.step4title3 {
	background: #FFF url('../img/tit_assessment_step4_07.png') no-repeat 0 0;
	background-size: 280px auto;
	width: 280px; height: 97.5px;
	margin: 0 auto 10px !important;
	display: block;
	text-indent: -9999px;
}
.step4title3sub {
	display: none;
}

.imgRight02 {
	padding: 0 7px;
}