.text-right {
	text-align: right;
}
.text-blue {
	color: #0056a7 !important;
}
.text-green {
	color: #008843 !important;
}
ul.dot-list > li {
	margin-top: 0.3em !important;
	padding-left: 1em;
	position: relative;
}
ul.dot-list > li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
ul.disc-list > li {
	margin-top: 0.3em !important;
	padding-left: 1em;
	position: relative;
}
ul.disc-list > li::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}
dl.repair-flow dt {
	width: 20em;
	float: left;
	position: relative;
}
dl.repair-flow dd {
	margin-left: 21em;
}
dl.repair-flow dt:not(:last-of-type),
dl.repair-flow dd:not(:last-of-type) {
	padding-bottom: 2em;
}
dl.repair-flow dt:not(:last-of-type)::after {
	content: '↓';
	display: block;
	position: absolute;
	bottom: 0.2em;
	left: 3em;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
dl.repair-flow dt {
	width: auto;
	float: none;
}
dl.repair-flow dd {
	margin-left: 2.7em;
	position: relative;
}
dl.repair-flow dt:not(:last-of-type) {
	padding-bottom: 0;
}
dl.repair-flow dt:not(:last-of-type)::after {
	content: '';
	display: none;
}
dl.repair-flow dd:not(:last-of-type)::after {
	content: '↓';
	display: block;
	position: absolute;
	bottom: 0.2em;
	left: 0;
}
}