.choose {
	width: 100%;
	margin: 5rem 0;
}

.choose h3 {
	margin: 0 auto 5rem;
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
}

.choose_cont {
	margin-bottom: 5rem;
}

.choose_cont .item {
	width: 60%;
	margin: 0 auto;
}

.choose_cont .item:first-of-type {
	margin-bottom: 5rem;
}

.choose_cont .item img {
	display: block;
	width: 100%;
	margin: 0 auto 1.3rem;
}

.choose_cont .item p {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
}

.choose a {
	display: block;
	width: 100%;
	padding: 1.7rem 0;
	margin: 0 auto;
	background-color: #C3103B;
	text-align: center;
}

.choose a span {
	position: relative;
	display: inline-block;
	margin-left: 4rem;
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
}

.choose a span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -2rem;
	transform: translate(-100%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 17px solid #ffffff;
	border-bottom: 0;
}

.brandTop .tit01 {
	padding: 2.5rem 0;
	background-color: #054986;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

main #features ul.item.col2 {
	justify-content: center !important;
}

main #features ul.item.col2::before,
main #features ul.item.col2::after {
	display: none;
}

main #features ul.item li {
	margin: 0 !important;
}