@charset "utf-8";

/* --------------------------------------------------------------------------------
	home
-------------------------------------------------------------------------------- */
#main {
}

/********** about **********/
#main .about {
	padding: 47px 0 34px;
}
#main .about h2 {
	padding: 0 0 48px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}

#main .about .about-box p {
	line-height: 1.9;
}


/********** cat-area **********/
#main .cat-area {
	padding: 0 0 47px;
}
#main .cat-area .cat-area-box {
	margin: 0 0 20px;
	padding: 15px 15px 11px;
	border-radius: 5px;
	background: #e8f0f8;
}
#main .cat-area h2 {
	margin: 0 0 10px;
	padding: 7px 0 7px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background: #2d4b63;
}
#main .cat-area .term-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#main .cat-area .term-list ul li {
	display: inline-block;
	margin: 0 5px 3px 0;
}
#main .cat-area .term-list ul li a {
	display: inline-block;
	border-radius: 4px;
	padding: 13px 14px;
	line-height: 1.5;
	font-size: 15px;
	color: #333;
	background: #fff;
}




/********** recent-post **********/
#main .recent-post h2 {
	position: relative;
	text-align: center;
	margin: 0 0 40px;
	padding: 10px 0 12px;
	font-weight: bold;
	font-size: 28px;
}
#main .recent-post h2::before {
	position: absolute;
	content: '';
	background: #065cc6;
	bottom: 0;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
}

#main .recent-area {
	padding: 0 0 30px;
}
#main .recent-area section.recent-post {
	padding: 0 0 53px;
}
#main .recent-area section.recent-post {
	
}

#main .recent-area ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#main .recent-area ul li {
	width: 280px;
	margin: 0 20px 30px 0;
	line-height: 1.5;
}
#main .recent-area ul li:nth-of-type(3n) {
	margin-right: 0;
}

/* リンク */
#main .recent-area ul li a {
	display: block;
	text-decoration: none !important;
}

/* サムネイル */
#main .recent-area ul li .eye-catch-image {
	padding: 0 0 10px;
}
#main .recent-area ul li .eye-catch-image img {
	display: block;
	width: 100%;
	height: 157px;
	object-fit: cover;
}

/* 公開日・更新日 */
#main .recent-area ul li .datetime {
	display: flex;
	
	width: 100%;
	padding: 0 0 6px;
	font-size: 11px;
	white-space: nowrap;
}
#main .recent-area ul li .datetime .datetime-release {
	padding: 0 1em 0 0;
}
#main .recent-area ul li .datetime .datetime-value {
	letter-spacing: 0.1em;
}

/* 記事タイトル */
#main .recent-area ul li .title {
	font-size: 14px;
	font-weight: bold;
}


/********** もっと見る **********/
#main .btn-more {
	display: flex;
	justify-content: center;
	padding: 10px 0 0;
}
#main .btn-more a {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 360px;
	height: 60px;
	
	border: solid 2px #065cc6;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #065cc6;
	background: #fff;
	
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}



/********** 競泳水着 新商品紹介 **********/
#main .recent-mizugi .txt {
	padding: 0 0 40px;
}
#main .recent-mizugi .txt p {
	line-height: 1.85;
}



/********** よくある質問　Q＆A **********/
#main .recent-faq {
	padding: 0 0 87px;
}
#main .recent-faq h2 {
	position: relative;
	text-align: center;
	margin: 0 0 40px;
	padding: 10px 0 10px;
	font-weight: bold;
	font-size: 28px;
}
#main .recent-faq h2::before {
	position: absolute;
	content: '';
	background: #065cc6;
	bottom: 0;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
}
#main .recent-faq .txt {
	padding: 0 0 40px;
}
#main .recent-faq .txt p {
	line-height: 1.85;
}

/* よくある質問：もっと見る */
#main  section.recent-faq .btn-more {
	padding: 30px 0 0;
}




/********** 大会情報 **********/
#main .recent-area section.recent-taikai {
	padding: 0 0 20px;
}
#main .recent-area section.recent-taikai .btn-more {
	padding: 32px 0 0;
}



