#content_right .page_heading{
	padding: 60px 0;
}
#content_right .page_heading h2 {
	color: #db0a17;
	background: none;
}
#content_right .page_heading p{
	font-size: 16px;
	color: #000000;
	margin-top: 30px;
}

#content_right .anchor{
	display: flex;
	flex-wrap: wrap;
	margin: 0 7px 65px;
}
#content_right .anchor a{
	border: solid 2px #db0a17;
	background: url(/wordpress/wp-content/themes/vanilla/img/service/welfare/anchor_arrow.png) no-repeat,#fff;
	background-position: right 26px center;
	display: flex;
	padding: 14px 30px;
	margin: 14px 7px 0;
	width: calc(50% - 21px);
	transition: .3s;
	border-radius: 5px;
}
#content_right .anchor a:hover{
	background-color: #FFF7F7;
}
#content_right .anchor a .icon{
	width: 73px;
}
#content_right .anchor a p{
	font-size: 16px;
	font-weight: bold;
}
#content_right .anchor a p small{
	display: block;
	font-size: 0.5625em;
	color: #db0a17;
}
@media screen and (max-width: 1025px){
	#content_right .anchor a{
		width: 100%;
		margin: 7px 0;
	}
}

#content_right section ~ section{
	margin-top: 85px;
}
#content_right section .ttl{
	text-align: center;
	font-weight: bold;
}
#content_right section .ttl small{
	font-size: 9px;
	color: #db0a17;
}
#content_right section .ttl img{
	margin: 10px auto;
}
#content_right section .ttl h3{
	font-size: 20px;
}

#content_right section .list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
#content_right section .list .card{
	background: #fbfbfb;
	border-radius: 24px;
	padding: 22px 20px;
	min-height: 210px;
	width: calc(50% - 20px);
	box-shadow: 3px 5px 12px -3px #dedede;
}
#content_right section .list .card:nth-of-type(2n){
	margin-left: 20px;
}
#content_right section .list .card:nth-of-type(n+3){
	margin-top: 20px;
}
#content_right section .list .cardHeader{
	display: flex;
	align-items: center;
	height: 50px;
}
#content_right section .list .cardHeader .icon{
	width: 60px;
}
#content_right section .list .cardHeader p{
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	flex: 1;
}
#content_right section .list .cardBody{
	margin-top: 24px;
	font-size: 14px;
	line-height: 2;
}
@media screen and (max-width: 1025px){
	#content_right section .list .card{
		width: 100%;
		margin-left: 0 !important;
		min-height: 160px;
	}
	#content_right section .list .card:nth-of-type(n+2){
		margin-top: 20px;
	}
	#content_right section .list .cardHeader{
		height: auto;
	}
}