@charset "utf-8";

/* ==========================================================================
   athlete
   ========================================================================== */
@media (min-width: 960px){
#page_athlete .contents_wrap .wrap{
	max-width: calc(1000px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#athlete h2{
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.02em;
	text-align: center;
}

/* entry */
#athlete .entry_list ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#athlete .entry_list ul:after{
	content:"";
	width: 32.0%;
	display: block;
}

#athlete .entry_list ul li{
	width: 100%;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	margin: 0 0 22px 0;
}
@media (min-width: 440px){
#athlete .entry_list ul li{
	width: 32.6%;
	margin: 0 0 30px 0;
}
}
@media (min-width: 960px){
#athlete .entry_list ul li{
	width: 30.6%;
	margin: 0 0 34px 0;
}
}

#athlete .entry_list ul li .thumb{
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 7.5;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#athlete .entry_list ul li .thumb img{
	width: auto;
	height: 100%;
	display: block;
}

#athlete .entry_list ul li .text_block{
	padding: 20px 18px 19px 18px;
}
@media (min-width: 440px){
#athlete .entry_list ul li .text_block{
	padding: 20px 18px 19px 18px;
}
}

#athlete .entry_list ul li .title{
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.02em;
}

#athlete .entry_list ul li ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 10px;

}

#athlete .entry_list ul li ul li{
	width: 100%;
	border: 0;
	border-radius: 0;
	font-size: 1.3rem;
	line-height: 1.4;
	margin: 1px 0 0 0!important;
	/*text-indent: -3.5em;
  padding-left: 3.5em;*/
}

#athlete .entry_list ul li ul li a{
	color: #0065B3;
	text-decoration: underline;
}
