@charset "utf-8";

.procedure_sv {
	margin: 15px 0;
	border: 1px solid #898989;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 0 3.125%;
}
.procedure_sv:not(:last-of-type) {
	margin-bottom: 20px;
	margin-top: 30px;
}
.procedure_sv dt {
	position: relative;
	color: #444444;
	font-weight: normal;
	font-size: 14px;
	padding: 15px 0;
	padding-right: 3em;
	line-height: 30px;
	user-select:none;
}
.procedure_sv dt span {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.procedure_sv dt span:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(/nw/shared/img/qaicon-plus.png) ;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.procedure_sv dt.open span:after {
	background: url(/nw/shared/img/qaicon-minus.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.procedure_sv dt:hover {
	cursor: pointer;
}
.procedure_sv dd {
	display: none;
}
.procedure_sv dd {
	border-top: 1px solid #c9c9c9;
	padding: 15px 0;
	user-select: text;
}
.procedure_sv dt:before {
	display: inline-block;
	position: relative;
	width: 5px;
	height: 36px;
	margin-right: 10px;
	background: none;
	border-left: 10px solid #1c50a1;
	content: "";
	vertical-align: top;
}
.procedure_sv dd p {
	display: inline-block;
	width: 850px;
}
.procedure_sv a {
	display: inline-block;
}
table.commonTable {
	margin-top: 20px;
}
td ul li.MarkBasic a,
td ul li.MarkTangle a,
td ul li.MarkAnchor a,
td ul li.MarkNewwin a,
td ul li.MarkPdfdoc a {
    margin-left: 35px;
}
@media print, screen and (min-width: 768px) {
	.procedure_sv {
		padding: 0 0px;
	}
	.procedure_sv dt {
		font-size: 2.4rem;
		line-height: 30px;
	}
}
@media screen and (max-width: 767px) {
	.procedure_sv {
	    padding: 0;	
	}
	.procedure_sv dt {
  	    font-size: 1.6rem;
		padding-left: 20px;
		padding-right: 35px;
		line-height: 1.5;
	}
	.procedure_sv dt:before {
		display: block;
		position: absolute;
		margin-right: 10px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.procedure_sv dd p {
		width: 320px;
	}
	div.link_2line ul li a {
		line-height: 1.5;
	}
	a.MarkTangle,
	a.MarkPdfdoc,
	a.MarkNewwin {
		padding-left: 2em;
	}
	td ul li.MarkBasic a,
	td ul li.MarkTangle a,
	td ul li.MarkAnchor a,
	td ul li.MarkNewwin a,
	td ul li.MarkPdfdoc a {
		margin-left: 30px;
	}
}
