@charset "utf-8";
/* 選ばれる理由
------------------------------------------------------------*/
.chosen_li{
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}
.chosen_li > li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chosen_li > li:not(:last-child){
	padding-bottom: 60px;
	border-bottom: solid 2px #eee;
	margin-bottom: 60px;
}
.chosen_imgbox{
	max-width: 230px;
	width: 29%;
}
.chosen_imgbox img{
	display: block;
	margin: 0 auto;
}
.chosen_textbox{width: 670px;}
.chosen_number{
	font-size: 14px;
	color: #8ae4f9;
	margin-bottom: 20px;
}
.chosen_number::after{
	content: "";
	width: 20px;
	height: 1px;
	display: block;
	background: #8ae4f9;
	margin-top: 5px;
}
.chosen_textbox h3{
	color: #006bad;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}
.chosen_textbox .btn{
	font-size: 20px;
	padding: 20px 0;
	margin-left: 0;
	max-width: 300px;
}