@charset "utf-8";
/*----------------------------------------------------
    css
----------------------------------------------------*/
.category_links{
	position: relative;
	margin: 98px auto 38px;
	padding: 24px 90px;
	border-top: 1px solid #142c4d;
	border-bottom: 1px solid #142c4d;
	background: #e8eef0;
	box-shadow: 0px -8px 0px #e8eef0, 0px 8px 0px #e8eef0;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.4;
	color: #142c4d;
}

.banner {
    text-align: center;
    margin-top: 5rem;
}




/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.category_links{
		margin: 5.5rem auto 2.5rem;
		padding: 1.2rem 3.0rem;
		box-shadow: 0px -5px 0px #e8eef0, 0px 5px 0px #e8eef0;
		font-size: 1.8rem;
	}
.category_links::after {
		right: 10px;
	}
	.banner {
    text-align: center;
    margin-top: 5rem;
}

}