@charset "utf-8";
.strength_section {
		background-color: #022F7A;
		color: #fff;
		padding: 130px 40px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 3000px;
		background-image: url("../images/footerContact_bg2_pc.png")
}
.strength_section hgroup {
		text-align: center;
}
.strength_inner {
		max-width: 1060px;
		margin: 0 auto;
}
.strength_gr {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
}
.strength_gr .strength_item:nth-child(1), .strength_gr .strength_item:nth-child(2), .strength_gr .strength_item:nth-child(3) {
		margin: 0 0 50px;
}
.strength_item {
		box-sizing: border-box;
		width: 320px;
		padding: 35px 0 35px;
		background: #fff;
		color: #022F7A;
		text-align: center;
}
.strength_item_figure {
		width: 120px;
		margin: 0 auto 15px;
}
.strength_item_figure img {
		width: 100%;
		height: auto;
}
.strength_item_caption {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
}
.strength_item_caption p {
		font-size: 20px;
		line-height: 1.6;
		font-weight: 500;
}
.strength_item_caption p strong {
		color: #527DC3;
		font-weight: 700;
}
@media(max-width: 1200px) {
		.strength_item {
				width: calc(calc(100% - 40px) / 3);
				padding: 30px 0;
		}
		.strength_gr .strength_item:nth-child(1), .strength_gr .strength_item:nth-child(2), .strength_gr .strength_item:nth-child(3) {
				margin: 0 0 20px;
		}
		.strength_item_figure {
				width: 40%;
				margin: 0 auto 10px;
		}
		.strength_item_caption p {
				font-size: 18px;
		}
}
@media(max-width: 767px) {
		.strength_section {
				padding: 60px 20px;
		}
		.strength_item {
				width: calc(50% - 5px);
				padding: 20px 0;
		}
		.strength_gr .strength_item:nth-child(1), .strength_gr .strength_item:nth-child(2), .strength_gr .strength_item:nth-child(3), .strength_gr .strength_item:nth-child(4) {
				margin: 0 0 10px;
		}
		.strength_item_figure {
				width: 70%;
				margin: 0 auto 10px;
		}
		.strength_item_caption {
				height: auto;
				display: block;
		}
		.strength_item_caption p {
				font-size: 14px;
		}
}