@charset "UTF-8";
#v3-footer {
	display: block;
}
@media only screen and (min-width: 768px) {
	#v3-footer .c-v3-footer__nav1-title-container {
		position: relative;
		height: 53px;
	}
	#v3-footer .c-v3-footer__nav1__item.is-open:nth-child(1) .c-v3-footer__nav1-arrow-clickable:after,
	#v3-footer .c-v3-footer__nav1__item.is-open:nth-child(2) .c-v3-footer__nav1-arrow-clickable:after,
	#v3-footer .c-v3-footer__nav1__item.is-open:nth-child(3) .c-v3-footer__nav1-arrow-clickable:after,
	#v3-footer .c-v3-footer__nav1__item.is-open:nth-child(4) .c-v3-footer__nav1-arrow-clickable:after,
	#v3-footer .c-v3-footer__nav1__item.is-open:nth-child(5) .c-v3-footer__nav1-arrow-clickable:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
	    background-color: #3176d5;
	}
	#v3-footer .c-v3-footer__nav2-container {
		top: 83px;
	}
}