@charset "UTF-8";
.about {}
.about_title {}
.about_title > .icon {}
.about_title > b {}
.about_text {
	text-align: center;
	margin-bottom: 1em;
}
.about_dList {
	list-style: none;
	text-align: center;
	max-width: 175px;
	margin: 0 auto 40px;
}
.about_dList > dt {
	margin-bottom: 10px;
}
.about_dList > dd {
	text-align: left;
}
.about_image {
	margin-bottom: 40px;
}
.about_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.about_link {
	width: 400px;
	margin: 57px auto 0;
}
.about_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.about_link > a::before {
	content: "";
}
.about_link > a::after {
	content: "";
}
.about_caution {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (min-width:1000px) {
	.about_link > a:hover {}
}
@media screen and (max-width:999px) {
	.about {}
	.about_title {}
	.about_title > .icon {}
	.about_title > b {}
	.about_text {
		margin-bottom: 20px;
	}
	.about_dList {
		margin-bottom: 20px;
	}
	.about_dList > dt {
		margin-bottom: 05px;
	}
	.about_dList > dd {}
	.about_image {
		margin-bottom: 30px;
	}
	.about_image > img {}
	.about_link {
		margin-top: 40px;
	}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
}
@media screen and (max-width:767px) {
	.about {}
	.about_title {}
	.about_title > .icon {}
	.about_title > b {}
	.about_text {
		text-align: left;
		margin-bottom: 10px;
	}
	.about_dList {
		margin-bottom: 10px;
	}
	.about_dList > dt {}
	.about_dList > dd {}
	.about_image {
		margin-bottom: 15px;
	}
	.about_image > img {}
	.about_link {
		width: auto;
		margin-top: 30px;
	}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.about_caution {
		font-size: 12px;
	}
}
