
/* about_menuArea
------------------------*/

.about_menuArea{
	margin: 40px -15px 0;
	padding: 0 15px;
}
.about_menuArea__inner{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.aboutMenu {
	padding-bottom: 80px;
}
.aboutMenu_Cnt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -27px;
}
.aboutMenu_Group {
	width: 25%;
	text-align: center;
	padding: 27px;
}
.aboutMenu_Group > a{
	display: block;
}
.featurText {
	margin-top: 10px;
	text-align: center;
}


@media screen and (max-width: 990px){
	.featurText{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 768px){
	.aboutMenu_Cnt {
		margin: -5px;
	}
	.aboutMenu_Group {
		padding: 5px;
	}
	.aboutMenu {
		padding-bottom: 45px;
	}
}


/* backgroundSection
------------------------*/

.backgroundSection{
margin-bottom: 80px;
border-top: 2px solid#0f218b;
border-bottom: 2px solid#0f218b;
background-color: #f2fafd;
}
.backgroundSection__inner{
	padding: 50px 50px 40px;
}
.iconTitleArea{
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.iconTitleArea .p_noteList{
	flex: 1 1 100%;
	margin-top: 0;
}
.iconTitleArea__icon{
	max-width: 50px;
	margin-right: 12px;
}
.iconTitleArea__title{
	font-size: 2.6rem;
}
.iconTitleArea__title > span{
	font-weight: bold;
	color: #0097db;
}
.linkArea{
	margin-top: 40px;
}
.c_btn--type02 {
	margin-top: 20px;
}
.backgroundSection__title{
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #0097db;
}

@media screen and (max-width: 600px){
	.backgroundSection{
		margin-bottom: 30px;
	}
	.backgroundSection__inner{
		padding: 20px 10px;
	}
	.iconTitleArea{
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}
	.iconTitleArea__icon{
		max-width: 80px;
		margin: 0 auto;
	}
	.iconTitleArea__title{
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.iconTitleArea__title > span{
		font-weight: bold;
		color: #0097db;
	}
	.linkArea{
		margin-top: 25px;
	}
	.c_btn--type02.sp_mt10 {
		margin-top: 10px;
	}
	.backgroundSection__title{
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
}
