@charset "utf-8";
.casestudy_section {
		background-color: #e4ebf8;
		color: #022F7A;
		padding: 130px 40px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url("../images/casestudy_section_bg.png");
}
.casestudy_section hgroup {
		text-align: center;
}
.casestudy_inner {
		max-width: 970px;
		margin: 0 auto;
}
.casestudy_gr {
		display: flex;
		justify-content: space-between;
}
.casestudy_item {
		display: flex;
		align-items: center;
		margin: 0 0 25px
}
.casestudy_item dt {
		width: 100px;
		margin-right: 25px;
}
.casestudy_item dt img {
		width: 100%;
		height: auto;
		border-radius: 50%;
		background: #fff;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 220px;
}
.casestudy_item dd {
		flex: 1;
		line-height: 1.8;
}
.casestudy_item dd h4 {
		font-size: 26px;
		font-weight: 700;
		margin: 0 0 15px;
}
@media(max-width: 960px) {
		.casestudy_col {
				width: calc(50% - 10px);
		}
		.casestudy_item {
				display: flex;
				align-items: flex-start;
		}
		.casestudy_item dt {
				width: 80px;
				margin-right: 20px;
		}
		.casestudy_item dd h4 {
				font-size: 20px;
				margin: 0 0 5px;
		}
}
@media(max-width: 767px) {
		.casestudy_section {
				padding: 60px 20px;
		}
		.casestudy_gr {
				display: block;
		}
		.casestudy_col {
				width: auto;
		}
		.casestudy_item dt {
				width: 80px;
				margin-right: 15px;
		}
		.casestudy_item dd h4 {
				font-size: 18px;
		}
}