@charset "UTF-8";
.areaAbout {}
.areaAbout_title {}
.areaAbout_title > .icon {}
.areaAbout_title > small {}
.areaAbout_title > b {}
.areaAbout_text {
	margin-bottom: 63px;
}
.about {
	padding-top: 98px;
	padding-bottom: 105px;
}
.about_ttlWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.about_ttlWrap > img {
	display: block;
	width: 35px;
	height: 52px;
}
.about_title {
	margin: 0 6px;
}
.info {}
.info_title {}
.info_text {}
.info_text > a {
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.info_text > a::before {
	content: "";
}
.info_text > a::after {
	content: "";
}
.info_oList {
	list-style: none;
	margin-top: 30px;
	counter-reset: number;
	padding-left: 1em;
	text-indent: -1em;
}
.info_oList > li {
	counter-increment: number;
}
.info_oList > li::before {
	content: counter(number)".";
	margin-right: 10px;
}
.info_oList > li:first-child {}
.info_oList > li:last-child {}
.info_oList > li:nth-child(2n+1) {}
.info_oList > li:nth-child(n+3) {}
.info_headline {
	margin-top: 43px;
}
.about_link {
	margin: 50px auto 0;
	width: 400px;
}
.about_link > a {}
.about_link > a::before {
	content: "";
}
.about_link > a::after {
	content: "";
	display: none;
}
.about_link > a > .icon {
	display: block;
	font-size: 33px;
	margin-right: 25px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.info_headline:first-of-type {
	margin-top: 0;
}
.info_pic{
 margin: 20px 0px 0px;
}
.info_pic ul{
display: flex;
flex-wrap: wrap;
}
.info_pic ul li{
width: 50%;
height: auto;
list-style: none;
text-align: center;
margin: 0px 0px 15px;
}

.info_pic ul li a:hover{
opacity: 0.5;
}
.info_pic ul li img{
		width: 40%;
		height: auto;
	}

@media screen and (min-width:1000px) {
	.info_text > a:hover {
		text-decoration: underline;
		color: #00a0e9;
	}
	.about_link > a:hover {}
	.about_link > a:hover > .icon {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@media screen and (max-width:999px) {
	.areaAbout {}
	.areaAbout_title {}
	.areaAbout_title > .icon {}
	.areaAbout_title > small {}
	.areaAbout_title > b {}
	.areaAbout_text {
		margin-bottom: 40px;
	}
	.about {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.about_ttlWrap {
		margin-bottom: 30px;
	}
	.about_ttlWrap > img {
		width: 28px;
		height: 42px;
	}
	.about_title {}
	.info {}
	.info_title {}
	.info_text {}
	.info_text > a {
		text-decoration: underline;
	}
	.info_text > a::before {}
	.info_text > a::after {}
	.info_oList {
		margin-top: 20px;
	}
	.info_oList > li {}
	.info_oList > li::before {}
	.info_oList > li:first-child {}
	.info_oList > li:last-child {}
	.info_oList > li:nth-child(2n+1) {}
	.info_oList > li:nth-child(n+3) {}
	.info_headline {
		margin-top: 35px;
	}
	.about_link {}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.about_link > a > .icon {}
	.info_headline:first-of-type {}
	.info_pic ul li img{
		width: 50%;
		height: auto;
	}
}
@media screen and (max-width:767px) {
	.areaAbout {}
	.areaAbout_title {}
	.areaAbout_title > .icon {}
	.areaAbout_title > small {}
	.areaAbout_title > b {}
	.areaAbout_text {
		margin-bottom: 30px;
	}
	.about {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.about_ttlWrap {
		margin-bottom: 20px;
	}
	.about_ttlWrap > img {
		width: 21px;
		height: 31px;
		margin-top: 10px;
	}
	.about_title {}
	.info {}
	.info_title {}
	.info_text {}
	.info_text > a {}
	.info_text > a::before {}
	.info_text > a::after {}
	.info_oList {
		margin-top: 10px;
	}
	.info_oList > li {}
	.info_oList > li::before {}
	.info_oList > li:first-child {}
	.info_oList > li:last-child {}
	.info_oList > li:nth-child(2n+1) {}
	.info_oList > li:nth-child(n+3) {}
	.info_headline {
		margin-top: 20px;
	}
	.about_link {
		margin-top: 40px;
		width: auto;
	}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.about_link > a > .icon {
		font-size: 25px;
		margin-right: 15px;
	}
	.info_headline:first-of-type {}
	.info_pic ul li{

		margin: 0px 0px 10px;
	}
	.info_pic ul li img{
		width: 55%;
		height: auto;
	}
}
