@charset "UTF-8";
.normal {}
.normal_title {}
.normal_list {
	list-style: none;
	display: flex;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.normal_list > li {
	width: 32%;
	margin-left: 2%;
}
.normal_list > li:first-child {
	margin-left: 0;
}
.normal_list > li:last-child {}
.normal_list > li:nth-child(2n+1) {}
.normal_list > li:nth-child(n+3) {}
.normal_list > li > a {}
.normal_list > li > a::before {
	content: "";
}
.normal_list > li > a::after {
	content: "";
}
.about {}
.about_title {}
.about_cols {
	display: flex;
}
.about_col {}
.about_col-no1 {
	width: 28%;
}
.about_image {}
.about_image > img {}
.about_col-no2 {
	width: 68%;
	margin-left: 4%;
}
.sect {
	margin-bottom: 35px;
}
.sect:last-child {
	margin-bottom: 0;
}
.sect_title {
	font-size: 18px;
	margin-bottom: 13px;
	line-height: 1.4;
}
.sect_text {}
.about_link {
	max-width: 280px;
	margin: 0 auto;
}
.about_link > a {}
.about_link > a::before {
	content: "";
}
.about_link > a::after {
	content: "";
}
.areaCau {}
.areaCau_title {}
.cau {}
.cau_title {}
.cau_text {}
.cau_headline {
	font-size: 18px;
	margin-top: 32px;
	margin-bottom: 12px;
	line-height: 1.4;
}
.cau_oList {
	list-style: none;
	counter-reset: number;
}
.cau_oList > li {
	counter-increment: number;
	position: relative;
	padding-left: 30px;
}
.cau_oList > li::before {
	content: "("counter(number)")";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0px;
	display: block;
}
.cau_oList > li:first-child {}
.cau_oList > li:last-child {}
.cau_oList > li:nth-child(2n+1) {}
.cau_oList > li:nth-child(n+3) {}
.cau_link {
	max-width: 280px;
	margin: 31px auto 0;
}
.cau_link > a {}
.cau_link > a::before {
	content: "";
}
.cau_link > a::after {
	content: "";
}
.about_text {}
@media screen and (min-width:1000px) {
	.normal_list > li > a:hover {}
	.about_link > a:hover {}
	.cau_link > a:hover {}
}
@media screen and (max-width:999px) {
	.normal {}
	.normal_title {}
	.normal_list {}
	.normal_list > li {}
	.normal_list > li:first-child {}
	.normal_list > li:last-child {}
	.normal_list > li:nth-child(2n+1) {}
	.normal_list > li:nth-child(n+3) {}
	.normal_list > li > a {}
	.normal_list > li > a::before {}
	.normal_list > li > a::after {}
	.about {}
	.about_title {}
	.about_cols {}
	.about_col {}
	.about_col-no1 {}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {}
	.sect {
		margin-bottom: 25px;
	}
	.sect_title {
		margin-bottom: 8px;
		font-size: 16px;
	}
	.sect_text {}
	.about_link {}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.areaCau {}
	.areaCau_title {}
	.cau {}
	.cau_title {}
	.cau_text {}
	.cau_headline {
		margin-top: 20px;
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 1.4;
	}
	.cau_oList {}
	.cau_oList > li {}
	.cau_oList > li::before {}
	.cau_oList > li:first-child {}
	.cau_oList > li:last-child {}
	.cau_oList > li:nth-child(2n+1) {}
	.cau_oList > li:nth-child(n+3) {}
	.cau_link {}
	.cau_link > a {}
	.cau_link > a::before {}
	.cau_link > a::after {}
	.about_text {}
}
@media screen and (max-width:767px) {
	.normal {}
	.normal_title {}
	.normal_list {
		display: block;
		max-width: none;
	}
	.normal_list > li {
		width: 100%;
		margin-left: 0;
		margin-top: 12px;
	}
	.normal_list > li:first-child {
		margin-top: 0;
	}
	.normal_list > li:last-child {}
	.normal_list > li:nth-child(2n+1) {}
	.normal_list > li:nth-child(n+3) {}
	.normal_list > li > a {}
	.normal_list > li > a::before {}
	.normal_list > li > a::after {}
	.about {}
	.about_title {}
	.about_cols {
		display: block;
		margin-bottom: 20px;
	}
	.about_col {
		width: auto;
	}
	.about_col-no1 {
		max-width: 280px;
		margin: 0 auto 20px;
	}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {
		margin-left: 0;
	}
	.sect {
		margin-bottom: 20px;
	}
	.sect_title {}
	.sect_text {}
	.about_link {
		max-width: none;
	}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.areaCau {}
	.areaCau_title {}
	.cau {}
	.cau_title {}
	.cau_text {}
	.cau_headline {}
	.cau_oList {}
	.cau_oList > li {
		padding-left: 22px;
	}
	.cau_oList > li::before {}
	.cau_oList > li:first-child {}
	.cau_oList > li:last-child {}
	.cau_oList > li:nth-child(2n+1) {}
	.cau_oList > li:nth-child(n+3) {}
	.cau_link {
		max-width: none;
		margin-top: 20px;
	}
	.cau_link > a {}
	.cau_link > a::before {}
	.cau_link > a::after {}
	.about_text {}
}
