@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	お知らせ

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	contents

------------------------------------------------------------------------------*/

main .more {
	display: block;
	width: 4em;
	margin: 4.5em auto 8em;
	font-size: .875em;
}

main .more a {
	position: relative;
	display: block;
	height: 4em;
	padding-top: .75em;
	background-color: rgba(47,60,69,1);
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}

main .more a::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	bottom: .125em;
	width: .5em;
	content: url(../../common/img/icon_arrow_w.svg);
}

@media screen and (max-width: 1024px){

main .more {
	width: 6em;
}

main .more a {
	height: 6em;
	padding-top: 1.5em;
}

main .more a::before {
	bottom: 1em;
}

}

@media screen and (max-width: 767px){

main .more {
	margin: 3em auto;
}

}
