@charset "utf-8";


.post .note {
	font-size: 0.88em;
}


/*/////// セクション2 ////////*/
.sec2 .flex-wrap {
	background: linear-gradient(180deg, #fff 0%, #fff 15%, #f4f4f4 15%, #f4f4f4 100%);
}

.sec2 .num {
	display: flex;
	justify-content: center;
	align-items: center;	
	background-color: #2494c6;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: -25px auto 10px;
}

.sec2 .num span {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
}

.sec2 .wrap p strong {
	font-size: 1.25em;
	font-weight: bold;
	color: #2494c6;
}

.sec2 .flex-wrap {
	width: 100%;	
}


@media (min-width: 768px) {
	.sec2 .flex-wrap {
		width: 30%;
	}
}

@media (min-width: 992px) {
	.sec2 .flex-wrap {
		width: 100%;	
	}	
}

@media (min-width: 1200px) {
	.sec2 .flex-wrap {
		width: 30%;
	}
}

/*/////// セクション5 ////////*/
.sec5 h4 {
	color: #0071bc !important;
}


/*/////// セクション6 ////////*/
.sec6 a {
	color: #00a7f4;
}

.sec6 a:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}


/*/////// まとめ ////////*/
.summarize a {
	color: #00a7f4 !important;
}

.summarize a:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}




