@charset "utf-8";

.labels label{
	margin-right: 20px;
}

.labels label:last-child, .labels label.mr0{
	margin-right: 0;
}

.voice{
	display: flex;
	justify-content: center;
}

.voice label{
	width: 150px;
	text-align: center;
}

.voice img{
	width: 50px;
}

.replay{
	margin-bottom: 10px;
}

.replay .form_txt_blue{
	width: 150px;
	display: inline-block;
}

.replay label{
	width: 100px;
	display: inline-block;
}

.replay label.yes{
	width: 220px;
}

textarea.iken{
	width: 80%;
	height: 150px;
}

.form-table td, .form-table th{
	padding: 7px !important;
}

.form_txt_blue{
	color: #005dad;
	font-weight: bold;
}

.clear-btn{
	width: 120px;
}

.kakunin-btn{
	background: #0097dd;
	color: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 2px 4px #bbb;
	padding: 7px;
	font-size: 1.2em;
}

.kakunin-btn:hover{
	background: #0087c5;
	border: 1px solid #999;
}

.step{
	list-style-type: none;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0 0 1em;
	overflow:hidden;
}
.step li{
	position: relative;
	background: #dcdcdc;
	padding: 1em 0.5em 1em 2em;
	color: #666;
	width: 29%;
}
.step li:last-child{
	padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
	display: none;
}
.step li:before,
.step li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.step li:before{
	top:-8px;
	right:-1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.step li:after{
	top: -8px;
	right: -.8em;
	border-style: solid;
	border-color: transparent transparent transparent #dcdcdc;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.step li.current{
	background: #00a0e9;
	font-weight: bold;
	color: #fff;
}
.step li.current:after{
	border-color: transparent transparent transparent #00a0e9;
}

.wline{
	line-height: 150%;
}