@charset "UTF-8";
.pc{display: block}
.sp{display: none}
.rich-content{
	max-width: 1040px;
	margin: 0 auto 50px;
}
.rich_feature .ritch_copy p{
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	position:relative;
	margin: 0 auto;
	display: inline
}
.rich_feature .ritch_copy{
	text-align: center;
	padding: 40px 0
}
.rich_feature .ritch_copy p:before,.rich_feature .ritch_copy p:after{
	content:"";
	position: absolute;
	width: 3px;
	height: 30px;
	background: #000;
}
.rich_feature .ritch_copy p:before{
	left:-30px;
	transform: rotate(-30deg)}
.rich_feature .ritch_copy p:after{
	right:-30px;
	transform: rotate(30deg)}
.rich_feature .ritch_copy p span{
	color: #1294CE;
}
.rich_feature_list{
	max-width: 800px;
	margin: 0 auto;
}
.rich_feature ul {
	display: flex;
	flex-wrap: wrap;
	gap:40px;
}
.rich_feature ul li{
	width: calc( 50% - 20px );
}
.rich_feature ul li div{
	display: flex;
}
.rich_feature ul li div img{
	max-width:120px;
	margin-right: 20px;
}
.rich_feature ul li div dl{
	width: calc(100% - 140px)
}
.rich_feature ul li div dt{
	font-size: 22px;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px
}
.rich_feature ul li div dt:after{
	position: absolute;
	content:"";
	background: #000;
	width: 100%;
	height: 1px;
	display: block;
	bottom:-7px;
	left: 0
}
.rich_feature ul li div dd{
	font-size: 16px;
	margin: 0;
}

@media screen and (max-width:780px){
	.pc{display: none}
	.sp{display: block}
	.rich_feature ul {
		display: block;
	}
	.rich_feature ul li{
	width: 100%;
	margin-bottom: 15px;
}
	.rich_feature ul li div dl{
	width: calc(100% - 72px)
}
	.rich_feature ul li div img{
	max-width:60px;
	margin-right: 12px;
}
	.rich_feature ul li div dt{
	font-size: 15px;
}
	.rich_feature ul li div dd{
	font-size: 12px;
}
	.rich_feature .ritch_copy p:before,.rich_feature .ritch_copy p:after{
	height: 40px;
	top:20%;
}
.rich_feature .ritch_copy p{
	font-size: 20px;}
.rich_feature .ritch_copy p:before{
	left:-64px;
	}
.rich_feature .ritch_copy p:after{
	right:-24px;
	transform: rotate(30deg)}
}