@charset "utf-8";
.sfFormTop,
.sfFormBottom{
	text-align: center;
}

.section05 form,
.section06 form{
	margin: 15px auto ;
	padding: 0;
}

.section05 form ul,
.section06 form ul{
	width: 100%;
	height: 44px;
	margin: 10px 0;
	padding: 0px;
}

.section05 form li select,
.section06 form li select{
	-moz-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	box-sizing:border-box;
	width:210px;
	height: 46px;
	margin: 0 0 0 80px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#ffffff url(/images/dn.png) right no-repeat;
	border:none;
	vertical-align: top;
	font-size:17px;
	padding-left: 1em;
}


/* 選択中のselectに赤枠をつける */
.section05 form li.focusOn select.hilite,
.section06 form li.focusOn select.hilite {
	box-sizing: border-box;
	border: 2px solid #e56c04;
}


.section05 form li span ,
.section06 form li span {
	width: 70px;
	height: 40px;
	padding: 0;
	font-family: monospace;
}

.section05 form li,
.section06 form li{
	box-sizing:border-box;
	width:25%;
	height: 46px;
	padding:0;
	position: relative;
	float: left;
}


.section05 form li:last-child,
.section06 form li:last-child{
	padding: 0;
}


/* focus */

.section05 form li span.step1,
.section06 form li span.step1{
	width: 80px;
	height: 46px;
	position: absolute;
	background: url(/tsfotKdim2rosen/images/step1_off.png) no-repeat center -10px;
	left: 0px;
	top: 0px;
}
.section05 form li.focusOn span.step1,
.section06 form li.focusOn span.step1{
	width: 80px;
	height: 46px;
	position: absolute;
	background: url(/tsfotKdim2rosen/images/step1_on.gif) #e56c04 no-repeat center -10px;
	left: 0px;
	top: 0px;
}

.section05 form li span.step2,
.section06 form li span.step2{
	width: 80px;
	height: 46px;
	position: absolute;
	background: url(/tsfotKdim2rosen/images/step2_off.png) #e56c04 no-repeat center -10px;
	left: 0px;
	top: 0px;
}

.section05 form li.focusOn span.step2,
.section06 form li.focusOn span.step2{
	width: 80px;
	height: 46px;
	position: absolute;
	background: url(/tsfotKdim2rosen/images/step2_on.gif) #e56c04 no-repeat center -10px;
	left: 0px;
	top: 0px;
}

.section05 form li span.step3,
.section06 form li span.step3{
	width: 80px;
	height: 46px;
	position: absolute;
	background: url(/tsfotKdim2rosen/images/step3_off.png) #e56c04 no-repeat center -10px;
	left: 0px;
	top: 0px;
}

.section05 form li.focusOn span.step3,
.section06 form li.focusOn span.step3{
	width: 80px;
	height: 46px;
	position: absolute;
	background: url(/tsfotKdim2rosen/images/step3_on.gif) #e56c04 no-repeat center -10px;
	left: 0px;
	top: 0px;
}

.section05 form li span.step4,
.section06 form li span.step4{
	width: 80px;
	height: 46px;
	position: absolute;
	background: url(/tsfotKdim2rosen/images/step4_off.png) #e56c04 no-repeat center -10px;
	left: 0px;
	top: 0px;
}

.section05 form li.focusOn span.step4,
.section06 form li.focusOn span.step4{
	width: 80px;
	height: 46px;
	position: absolute;
	background: url(/tsfotKdim2rosen/images/step4_on.gif) #e56c04 no-repeat center -10px;
	left: 0px;
	top: 0px;
}
/* チェックマーク */
.section05 form li::after, 
.section06 form li::after {
position: absolute;
content: "";
top: 0px;
left: 10px;
width: 42px;
height: 30px;
background: url("/tsfotKdim2rosen/images/checkMark.png") top left no-repeat;
transform: translateY(-10px);
opacity: 0;
transition-duration: .5s;
}

.section05 form li.done::after, 
.section06 form li.done::after {
transform: translateY(0);
opacity: 1;
transition-delay: 0s;
}

/* -----------------------------------------------

タブレット向けのレイアウトの指定：646p～768px 

------------------------------------------------*/
@media (min-width:646px) and (max-width:768px) {

	}