@charset "UTF-8";

body.-risk .hero {
	margin-top: 184px;
}

.detail {
	padding: 70px 0;
}
.detail_ttl {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}
.detail_lead {
	margin-top: 30px;
}
.detail_list {
	margin-top: 50px;
}
.detail_list > li {
	border-bottom: 1px solid #DDD;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.detail_list > li:before {
	content: "・";
	font-size: 35px;
	color: #F4C51E;
	line-height: 1;
	vertical-align: middle;
}
.detail_list > li:first-child {
	border-top: 1px solid #DDD;
}

@media screen and (max-width:1030px) {
	body.-risk .hero {
		margin-top: 134px;
	}
}

@media screen and (max-width:640px) {
	body.-risk .hero {
		margin-top: 0;
	}
	body.-risk .hero:before {
		content: none;
	}
	.detail {
		padding: 30px 0;
	}
	.detail_ttl {
		font-size: 20px;
	}
	.detail_lead {}
	.detail_list {}
	.detail_list > li {}
	.detail_list > li:before {}
	.detail_list > li:first-child {}
}

@media print {
}