@charset "utf-8";

.mainimgTop {
	background: url(../img/concept/concept_index.jpg) no-repeat center 0 / cover;
}
/* ------------------------------
 PC�p�R�[�h
------------------------------ */
@media print, screen and (min-width: 1921px) {
	.mainimgTop {
		background: url(../img/concept/concept_index.jpg) no-repeat center center / 100% auto;
	}
}
.mainimgTop h1 img {
	width: 100px;
	height: auto;
}


/* ------------------------------
 �@�\�E���\�E�{�H�̓���
------------------------------ */
.abilitylist ul {
	font-size: 0;
	text-align: center;
	padding: 7px 10px;
	border: solid 1px #ccc;
}
.abilitylist ul li {
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 10px;
	padding-left: 20px;
}
.abilitylist ul li:nth-child(1) {
	background: url(../img/about/exc_icon01.gif) no-repeat 0 center;
}
.abilitylist ul li:nth-child(2) {
	background: url(../img/about/exc_icon02.gif) no-repeat 0 center;
}
.abilitylist ul li:nth-child(3) {
	background: url(../img/about/exc_icon03.gif) no-repeat 0 center;
}



.blueList ul {
	font-size: 0;
}
.blueList li {
	width: 24.25%;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #003366;
}
.blueList li:nth-of-type(4n) {
	margin-right: 0;
}


/* ------------------------------
 �X�}�z�p�R�[�h
------------------------------ */
@media screen and (max-width: 767px) {
	.abilitylist ul {
		text-align: left;
	}
	.abilitylist ul li {
		display: block;
		margin: 0;
	}
	
	.blueList li {
		width: auto;
		padding: 5px 10px;
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
}


/* ------------------------------
 �ۏ؁E�A�t�^�[�T�[�r�X
------------------------------ */
.supportList .cms_text {
	min-height: 207px;
	text-align: center;
	color: #fff;
	padding: 15px;
	border-radius: 10px;
	background: #003366;
}
.supportList .cms_text p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.supportList .cms_text p:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 3px;
	background: #fff;
	margin: auto;
}
.supportList .cms_text strong {
	font-size: 2.2rem;
	color: #FFF9B1;
}
.supportList .cms_text.list ul {
	text-align: left;
	display: inline-block;
}
.supportList .cms_text.list li {
	line-height: 1.4;
}
.supportList .cms_text.list li:before {
	color: #fff;
}
/* ------------------------------
 �X�}�z�p�R�[�h
------------------------------ */
@media screen and (max-width: 767px) {
	.supportList .cms_text {
		min-height: 100px;
	}
	.supportList .cms_text strong {
		font-size: 2rem;
	}
}
