.column-3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.column-3::after {
	content: '';
	display: block;
	width: 220px;
}


.column-3-item {
	width: 220px;
	margin-bottom: 20px;
}

.column-3-item-img {
	margin-bottom: 10px;
}
.column-3-item-img img {
	width: 100%;
	height: auto;
	background: #EBEBEB;
}
.column-3-item-txt {
	font-size: 14px;
}

.txtcenter {
	text-align: center;
}

.columnTxt-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

.columnTxt-flex-txt {
	width: 500px;	
}

.columnTxt-flex-img {
	width: 220px;	
}

.column-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}


.column-flex-img {
	width: 191px;
}
.column-flex-img:first-child {
	width: 331px;
}
.column-flex-img-cap {
	font-size: 14px;
	margin-top: 10px;
}


.column-flex-contents {
}

.column-flex-contents-ttl {
	color: #2FA7C8;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.5;
}

.column-flex-contents p {
	font-size: 14px;
	line-height: 1.6;
}

.btn-cv {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 100%;
	max-width: 600px;
	position: relative;
	background: #ff8d00;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 80px;
}

.btn-cv:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7;
}

.btn-cv::after {
	content: '';
	display: block;
	height: 16px;
	width: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../img/arrow1@2x.png);
}

@media screen and (max-width: 480px) {
	.column-3::after {
		content: '';
		display: block;
		width: 48%;
	}
	.column-3-item {
		width: 48%;
		margin-bottom: 20px;
	}
	.columnTxt-flex-txt {
		width: auto;	
	}
	.columnTxt-flex {
		display: block;	
	}	
	.columnTxt-flex-img {
		width: auto;
	}
	.columnTxt-flex-img img {
		width: 100%;
		height: auto;	
	}
	.txtcenter img {
		width: 100%;
		height: auto;	
	}
	.column-flex {
		display: block;
		margin: 0;
	}
	
	.column-flex-img {
		width: auto !important;
		margin-bottom: 20px;
	}
	.column-flex-img img {
		width: 100%;
		height: auto;	
	}	
	.column-flex-contents {
		width: auto;
		margin-bottom: 30px;
	}
	.btn-cv {
		height: 60px;
		font-size: 14px;
		margin-bottom: 40px;
	}
	.btn-cv::after {
		right: 20px;
	}
}