@charset "utf-8";
/* CSS Document */

.deco_bold{
	font-weight: bold;
}

/* タイトル */
.sports_title {
	width: 100%;
	max-width: 960px;
	margin: 80px auto 40px;
	text-align: center;
}
.sports_title h2 {
	font-size: 2.4em;
	font-weight: bold;
	color: #0c6eb0;
	font-size: 22px;
	border-bottom: 1px solid #0c6eb0;
	display: inline;
}
.sports_title p {
	margin: 20px auto;
	font-size: 0.9em;
	letter-spacing: 0.08em;
}
.sports_title a {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.6em;
	display: block;
	text-decoration: none;
	color: #444;
	transition: 0.4s ease-in-out;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.sports_title3 {
	width: 100%;
	max-width: 960px;
	margin: 20px auto;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #0c6eb0;
	/* color: #284782; */
	line-height: 1.4;
}
.catch p {
	font-size: 16px;
	line-height: 1.9;
	margin: 20px auto;
}

.sports_title4 {
	font-size: 0.9em;
	color: #0c6eb0;
	font-weight: normal;
	text-align: center;
	border: 1px solid #0c6eb0;
	width: 150px;
	padding: 4px;
	margin: 35px auto 4px;
}

@media screen and (max-width:767px) {
	/* タイトル */
	.sports_title {
		width: 90%;
		margin: 120px auto 0 auto;
	}	
	.sports_title h2 {
		font-size: 1.4em;
	}	
	.sports_title p {
		margin: 12.5px auto;
		font-size: 0.8em;
	}
	.catch p {
		font-size: 14px;
	}
}	

.sports_area{
	width: 100%;
	max-width: 960px;
	margin: 35px auto;
	text-align: center;
}
@media screen and (max-width:767px) {
	.sports_area {
    width: 94%;
	}
}	

.sports_area p {
	font-size: 14px;
  line-height: 1.9;
	margin: 20px auto;
	letter-spacing: 0.08em;
}

.sports_img_flex{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 0 auto;
	max-width: 700px;
}

.sports_area .div_caption{
	margin-top: 10px;
}

.sports_img_grid{
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	max-width: 700px;
}
.sports_img_grid_column {
	grid-column: 1 / 3;
}

.sports_img_grid6{
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(6, 1fr);
	margin: 10px auto 0;
	max-width: 700px;
}
.sports_img_grid_column6 {
	grid-column: 1 / 7;
}
.sports_img_grid_column3 {
	grid-column: span 3;
}
.sports_img_grid_column2 {
	grid-column: span 2;
}
