
@charset "UTF-8";

/*faq*/
#page+section .content_wrapper{
	text-align: right;
}
#page+section .content_wrapper a{
	position: relative;
	padding-left: 30px;
}
#page+section .content_wrapper a:before{
	position: absolute;
	display: block;
	content: "";
	border-left: 2px solid var(--i_main_color);
	border-top: 2px solid var(--i_main_color);
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	top: 0.5rem;
	left: 0;
}
@media screen and (max-width: 750px){
	#pagelink+.contents_btn01{
		padding-bottom: 0px;
	}
	#pagelink+.contents_btn01 a{
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 220px;
	}
}