@charset "utf-8";

.conceptMenu {
	font-size: 0;
	text-align: center;
}
.conceptMenu h2 {
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 15px;
}
.conceptMenu h2 span {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.5rem;
	font-weight: normal;
	display: block;
}
.conceptMenu .cms_text {
	font-size: 1.5rem;
	color: #fff;
	width: 262px;
	height: 262px;
	padding: 25px;
	margin-bottom: 0;
	display: inline-block;
	border-radius: 100%;
	background: linear-gradient(rgba(28,71,154,.85), rgba(28,71,154,1));
	mix-blend-mode: multiply;
}
.conceptMenu .cms_text:not(:first-child) {
	margin-left: -20px;
}
.conceptMenu .cms_text > div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.w1-2.fl,
.w1-2.fr {
	margin-bottom: 0;
}


.securityItem .w1-4 {
	margin-bottom: 25px;
}
.securityItem .w1-4.fl:nth-child(3n) {
	margin-right: 0;
}
.securityItem .w1-4.fl:nth-child(3n+1)::after {
	content: "";
	clear: both;
	display: block;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.conceptMenu .cms_text:not(:first-child) {
		margin-left: 0;
		margin-top: 5px;
	}
	.conceptMenu h2 {
		margin-bottom: 7px;
	}
	.conceptMenu .cms_text {
		width: 100%;
		height: auto;
		padding: 15px;
		border-radius: 5px;
		display: block;
	}
	
	
	.w1-2.fl,
	.w1-2.fr {
		margin-bottom: 20px;
	}
	
	.securityItem .w1-4::after {
		content: "";
		clear: both;
		display: block;
	}
}
