@charset: "UTF-8";
.header-secondary{
	padding: 0.625rem 0.5rem;
	line-height: 1.25rem;
	background-color: #E7A100;
}
.header-third{
    font-size: 0.875rem;
    padding: 0.375rem 1rem;
    background-color: #E6E6E6;
}
.pref-item{
	padding: 0.875rem 1rem;
	font-size: 0.875rem;
	text-decoration: none;
	color: #464646;
}
.pref-item:nth-child(odd){
	border-right: 1px solid #E6E6E6;
}
.pref-item:nth-of-type(-n+2){
	border-bottom: 1px solid #E6E6E6;
}
.chevron-right{
	position: relative;
}
.chevron-right::after{
	content: url("/wao_img/sp/chevron-right.svg");
	position: absolute;
	top: 54%;
	right: 0;
	transform: translate(-50%, -50%);
}
