/* -----------------------------------------
// バレーサイト トピックス一覧2025（Sassは使っていないです）
// 使用ページ：
// ・インフォメーション＞トピックス一覧ページ
// -----------------------------------------*/
@charset "UTF-8";

.ttlVolleyLv1 {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.ttlVolleyLv1 {
		margin-bottom: 4vw;
	}
}

@media screen and (max-width: 767px) {
	.topicArea {
		padding: 0 4vw;
	}
}

.topicGroup + .topicGroup {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.topicGroup + .topicGroup {
		margin-top: 2vw;
	}
}

.topicArea .topicBox {
	padding: 0 30px;
}

@media screen and (max-width: 767px) {
	.topicArea .topicBox {
		font-size: 4vw;
	}
}

.topicBox .topicLink {
	padding: 20px 30px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.topicBox .topicLink p:nth-child(1) {
	width: 105px;
}

@media screen and (max-width: 767px) {
	.topicBox .topicLink p:nth-child(1) {
		width: 100%;
	}
}

.topicBox .topicLink p:nth-child(2) {
	width: calc(100% - 105px);
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.topicBox .topicLink p:nth-child(2) {
		width: 100%;
		padding-top: 2vw;
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.accordArea.open {
		padding: 0 2vw 10vw;
	}
}

@media screen and (max-width: 767px) {
	.accordArea.open .topicLink {
		padding: 5vw 2.5vw;
	}
}

.topicLinkBtn {
	margin: 60px auto;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.topicLinkBtn {
		margin: 10vw 0;
		padding: 0 4vw;
		box-sizing: border-box;
	}
}