@charset "utf-8";

#about .title {
	font-weight: bold;
	color: #e56c6e;
	margin-bottom: 40px;
	margin-top: 5px;
	font-size: 24px;
	line-height: 33px;
}

#about .title i {
	margin-right: 5px;
}

#about .Intro-border {
	font-size: 15px;
	text-align: left;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	color: #555;
	line-height: 1.6;
}

#about .idea-list {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#about .idea-list .items {
	width: 180px;
	height: 180px;
	margin: 0 20px;
	border-radius: 50% !important;
	border: 5px solid #f28894;
	background: linear-gradient(to bottom, #e8635c 0%, #ec474b 100%);
	line-height: 1.6;
	color: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#about .idea-list .items + .items {
	border: 5px solid #d7ccde;
	background: linear-gradient(to bottom, #a194c0 0%, #8b7eb3 100%);
}

#about .idea-list .items + .items + .items {
	border: 5px solid #f2b86e;
	background: linear-gradient(to bottom, #f1a443 0%, #eb8f1b 100%);
}

#about .idea .title,
#about .policy .title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #e56c6e;
	margin-bottom: 0;
}

#about .idea .items-no {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
	margin-top: -11px;
}

#about .idea-text {
	font-size: 15px;
	text-align: center;
	color: #5a6ca4;
	margin-bottom: 30px;
	line-height: 1.6;
}

#about .policy .title {
	margin-top: 30px;
}

#about .policy-list {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

#about .policy-list > .items {
	margin: 0 14px 0 0;
	padding: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	vertical-align: top;
	border-radius: 3px;
	width: 160px;
	height: 180px;
	padding: 10px;
	box-sizing: border-box;
}

#about .policy-list .img-border {
	display: flex;
}

#about .policy-list .items-text {
	font-size: 15px;
	color: #555;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#about .policy-list {
		display: block;
	}

	#about .policy-list > .items {
		width: 80%;
		height: auto;
		margin: 0 auto 20px auto;
	}
}

@media screen and (max-width: 479px) {
	#about .idea-list {
		flex-direction: column;
		align-items: center;
	}

	#about .idea-list .items {
		margin-bottom: 20px;
	}
}
