/* -----------------------------------------
// バレーサイト トピックス2025（Sassは使っていないです）
// 使用ページ：
// ・2025年以降のインフォメーション＞トピックス複数ページ
// -----------------------------------------*/
@charset "UTF-8";

/* 大見出し */
.ttlVolleyLv1 {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.ttlVolleyLv1 {
		margin-bottom: 4vw;
	}
}

/* 本文部分 */
.topicsBody {
	padding-bottom: 50px;
}

@media (max-width: 767px) {
	.topicsBody {
		padding-bottom: 10vw;
	}
}

/* 日付 */
.topicsBody .txtDate {
	background-color: #00a172;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.topicsBody .txtDate {
		margin-bottom: 5vw;
	}
}

.topicsBody .txtDate p {
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	padding: 12px 20px;
}

/* サブタイトル */
.topicsBody .ttlVolleyLv2 {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.topicsBody .ttlVolleyLv2 {
		margin-bottom: 5vw;
	}
}

/* 各種余白・サイズ調整 必要に応じて使用 */
@media (min-width: 768px) {
	.topicsBody ._pcMb0 { margin-bottom: 0;}
	.topicsBody ._pcMb10 { margin-bottom: 10px; }
	.topicsBody ._pcMb20 { margin-bottom: 20px; }
	.topicsBody ._pcMb30 { margin-bottom: 30px; }
	.topicsBody ._pcMb40 { margin-bottom: 40px; }
	.topicsBody ._pcMb50 { margin-bottom: 50px; }
	.topicsBody ._pcMb60 { margin-bottom: 60px; }
	.topicsBody ._pcMb100 { margin-bottom: 100px; }
	.topicsBody ._pcMt0 { margin-top: 0; }
	.topicsBody ._pcMt10 { margin-top: 10px; }
	.topicsBody ._pcMt20 { margin-top: 20px; }
	.topicsBody ._pcMt30 { margin-top: 30px; }
	.topicsBody ._pcMt40 { margin-top: 40px; }
	.topicsBody ._pcMt50 { margin-top: 50px; }
	.topicsBody ._pcMt60 { margin-top: 60px; }
	.topicsBody ._pcMt100 { margin-top: 100px; }
	.topicsBody ._pcMinHeight60 { min-height: 60px; }
}

@media (max-width: 767px) {
	.topicsBody ._spMb0 { margin-bottom: 0; }
	.topicsBody ._spMb1vw { margin-bottom: 1vw; }
	.topicsBody ._spMb2vw { margin-bottom: 2vw; }
	.topicsBody ._spMb3vw { margin-bottom: 3vw; }
	.topicsBody ._spMb4vw { margin-bottom: 4vw; }
	.topicsBody ._spMb5vw { margin-bottom: 5vw; }
	.topicsBody ._spMb6vw { margin-bottom: 6vw; }
	.topicsBody ._spMb7vw { margin-bottom: 7vw; }
	.topicsBody ._spMb8vw { margin-bottom: 8vw; }
	.topicsBody ._spMb9vw { margin-bottom: 9vw; }
	.topicsBody ._spMb10vw { margin-bottom: 10vw; }
	.topicsBody ._spMt0 { margin-top: 0; }
	.topicsBody ._spMt1vw { margin-top: 1vw; }
	.topicsBody ._spMt2vw { margin-top: 2vw; }
	.topicsBody ._spMt3vw { margin-top: 3vw; }
	.topicsBody ._spMt4vw { margin-top: 4vw; }
	.topicsBody ._spMt5vw { margin-top: 5vw; }
	.topicsBody ._spMt6vw { margin-top: 6vw; }
	.topicsBody ._spMt7vw { margin-top: 7vw; }
	.topicsBody ._spMt8vw { margin-top: 8vw; }
	.topicsBody ._spMt9vw { margin-top: 9vw; }
	.topicsBody ._spMt10vw { margin-top: 10vw; }
	.topicsBody ._spPb0 { padding-bottom: 0; }
}

@media (max-width: 767px) {
	.topicsBody article {
		padding: 0 4vw;
	}
}

/* タイトル付きテキスト */
.subHeadingBox dt {
	color: #00a172;
	font-weight: bold;
	font-size: 18px;
}

.subHeadingBox dd+dt {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.subHeadingBox dd+dt {
		margin-top: 4vw;
	}
}

/* プロフィール等 */
.topicsResumeBox {
	background-color: #eff2f1;
	padding: 40px;
}

@media (max-width: 767px) {
	.topicsResumeBox {
		padding: 5vw 0;
	}

	.topicsResumeBox .personalBox {
		padding: 0 1.3vw;
		border-bottom: solid 4px #ffffff;
	}

	.topicsResumeBox .personalBox.verOther {
		padding: 0 4vw;
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.topicsResumeBox .personalBox .imgResume {
		width: 50vw;
	}
}

.resumeProfileTb {
	width: 100%;
}

.resumeProfileTb th,
.resumeProfileTb td {
	border-bottom: solid 1px #acacac;
	font-size: 16px;
	line-height: 1.5;
}

.resumeProfileTb th {
	font-weight: normal;
	padding: 10px 70px 10px 15px;
	text-align: left;
	white-space: nowrap;
	width: 140px;
}

@media (max-width: 767px) {
	.resumeProfileTb th {
		padding: 2vw 9vw 2vw 2.6vw;
		width: 25vw;
	}
}

.resumeProfileTb td {
	padding: 10px 15px 10px 0;
}

@media (max-width: 767px) {
	.resumeProfileTb td {
		padding: 2vw 2.6vw 2vw 0;
	}
}

/* 球歴 */
.careerBox {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.careerBox {
		margin-bottom: 0;
	}
}

.resumeCareerTb {
	width: 100%;
}

.resumeCareerTb + .resumeCareerTb caption {
	border-top: solid 3px #ffffff;
}

.resumeCareerTb caption {
	font-size: 20px;
	background-color: #d0d9d6;
	padding: 15px;
	border-bottom: solid 1px #ffffff;
}

.resumeCareerTb th,
.resumeCareerTb td {
	line-height: 1.8;
	border-top: solid 2px #ffffff;
	background-color: #dce4e1;
	font-size: 16px;
}

.resumeCareerTb th {
	border-right: solid 2px #ffffff;
	width: 210px;
	white-space: nowrap;
	font-weight: normal;
	padding: 10px;
}

.resumeCareerTb td {
	padding: 10px 30px;
}

@media (max-width: 767px) {
	.careerBox {
		border-bottom: solid 4px #ffffff;
	}

	.resumeCareerTb caption {
		font-size: 4vw;
		padding: 3vw;
		border-bottom: solid 1px #ffffff;
	}

	.resumeCareerTb th,
	.resumeCareerTb td {
		font-size: 4vw;
		border-bottom: solid 1px #ffffff;
	}

	.resumeCareerTb th {
		width: 17.5vw;
		padding: 2.6vw;
		border-right: none;
	}

	.resumeCareerTb td {
		padding: 2.6vw;
	}
}

.resumeCommentBox {
	padding: 0 20px 0 20px;
}

@media (max-width: 767px) {
	.resumeCommentBox {
		padding: 4vw 2.6vw 0 2.6vw;
	}
}

/* 選手背番号変更 */
.volleyTableBox .playerNoTb th,
.volleyTableBox .playerNoTb td{
	text-align: center;
	padding: 15px 20px;
	box-sizing: border-box;
	border: solid 2px #fff;
}

@media (max-width: 767px) {
	.volleyTableBox .playerNoTb th,
	.volleyTableBox .playerNoTb td{
		width: 33%;
		padding-left: 0;
		padding-right: 0;
	}
}

/* 事務局体制 */
.ogListTb{
	width: 100%;
}

.ogListTb caption{
	font-size: 20px;
	background-color: #00a172;
	color: #ffffff;
	padding: 15px;
	border-bottom: 3px solid #ffffff;
}

.ogListTb th,
.ogListTb td{
	border-bottom: solid 1px #fff;
	text-align: center;
	width: 50%;
}

.ogListTb th{
	font-weight: normal;
	background-color: #e3ebe8;
	padding: 20px 65px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.2;
}

.ogListTb td{
	background-color: #eff2f1;
	padding: 20px;
	font-size: 16px;
	line-height: 1.2;
}

.ogListTb thead th{
	background-color: #d0d9d6;
}

.ogListTb thead th:first-child{
	border-right: 2px solid #ffffff;
}

@media (max-width: 767px) {
	.ogListTb caption{
		font-size: 4vw;
	}
	.ogListTb th{
		width: 40%;
		font-size: 3vw;
		padding: 3.9vw 2vw;
	}
	.ogListTb td{
		font-size: 4vw;
		padding: 3.9vw 3vw;
	}
}

/* 新着トピックス記事 */
.topicsLinkDetail .ttlVolleyLv3{
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.topicsLinkDetail .ttlVolleyLv3{
		margin-bottom: 3vw;
	}
}