@charset "UTF-8";

.sports .top_cont {
	margin-bottom: 40px;
}

.link_menu {
	width: 800px;
	margin: 0 auto 10px;
	background-color: #D5F7FF;
	border-radius: 15px;
	padding: 30px 10px 30px;
}

.link_menu ul {
	width: 745px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.link_menu ul li {
	width: 48%;
	margin-bottom: 1px;
}

.link_menu ul li a {
	color: #08219B;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-right: 20px;
	letter-spacing: -0.03em;
}

.link_menu ul li a:before {
	content: "\f35a";
	font-family: "Font Awesome 5 Free";
	color: #08219B;
	font-size: 18px;
	margin-right: 5px;
}


/**** 
*******************************************/
.goods_box_area {
	margin-top: 73px;
}

.goods_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.goods_img {
	width: 440px;
}

.goods_txt {
	width: 425px;
}

.goods_box .goods_txt > h4 {
	font-size: 26px;
	line-height: 1.2em;
	background-image: url("../images/sports/ttl_line.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #08219B;
	font-weight: bold;
	padding: 0px 10px 6px 23px;
	margin-bottom: 20px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.goods_box .goods_txt > h4 {
		background-image: url("../images/sports/ttl_line@2x.png");
		background-size: 420px 32px;
	}
}

/**/
.gallery_l > ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
}

.gallery_r {
	height: 293px;
	width: 440px;
}

.gallery_l {
	margin-bottom: 20px;
}

.gallery_l ul li {
	margin-right: 15px;
}



/**** テーブル
*******************************************/
.table_02 {
	border-collapse: collapse;
	border: 1px solid #333333;
	margin: 20px 0 30px;
	width: 100%;
}

.table_02 th {
	background-color: #FFF39F;
	border-bottom: 1px solid #333333;
	width: 80px;
	padding: 3px;
}

.table_02 td {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px 10px 3px;
}
