@charset "UTF-8";

.rn_SearchArea{
	display: block !important;
	margin-top: 4rem;
}

.rn_SearchBox input{
	width: 75%;
	padding: 1.2rem;
	font-size: 1.8rem;;
}
.rn_Show h3{
	margin-top: 2rem;
}
.rn_Show h3,
.rn_SearchSuggestion{
	font-size: 1.8rem !important;
}
.rn_List li.rn_Item span.rn_Title a{
	font-size: 1.8rem !important;
}
.rn_Item{
	position: relative;
}
.rn_SearchButton input{
	padding: 1rem;
	font-size: 1.5rem;
}
.rn_Link:hover {
	text-decoration: underline !important;
}
.rn_Description{
	font-size: 1.8rem !important;
	color: #333;
}
.rn_Item{
	position: relative;
}
.rn_Item::before{
	content: '';
	position: absolute;
	background-image: url(/img/icon_FAQ.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	top: -5px;
	left: -6rem;
	width: 5rem;
	height: 5rem;
}
.rn_Link::before{
	content: none;
}
div.rn_Navigation a{
	font-size: 1.6rem !important;
	color: #014694 !important;
}
div.rn_Navigation:hover {
	text-decoration: underline;
}
.common-accordion-inner li {
	padding-bottom: 0 !important;
}

@media screen and (min-width: 375px) and (max-width: 767px){
	.rn_Show h3{
		margin-top: 2rem;
	}
	.rn_Show h3,
	.rn_SearchSuggestion{
		font-size: 1.4rem !important;
	}
	.rn_List li.rn_Item span.rn_Title a{
		font-size: 1.4rem !important;
	}
	.rn_Item{
		position: relative;
	}
	.rn_Item::before{
		content: '';
		position: absolute;
		background-image: url(/img/icon_FAQ.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin: auto;
		top: 0;
		left: -52px;
		width: 4rem;
		height: 4rem;
	}
	.rn_Link::before{
		content: none;
	}
	.rn_SearchBox input{
		width: 70%;
		padding: 1.2rem;
		font-size: 1.4rem;
	}
	.rn_Description{
		font-size: 1.4rem !important;
	}
	div.rn_Navigation a{
		font-size: 1.4rem !important;
	}

	.common-accordion-inner li {
		padding-bottom: 0 !important;
	}
}

