/* -----------------------------------------
// バレーサイト インフォメーション一覧（Sassは使っていないです）
// 使用ページ：
// ・インフォメーション一覧ページ
// -----------------------------------------*/
@charset "UTF-8";

.ttlVolleyLv1 {
	margin-bottom: 30px;
}

.informationArea {
	padding: 60px 0 90px;
	border-top: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
	.informationArea {
		padding: 10vw 4vw 0;
		border-top: 1px solid #cccccc;
	}
}

@media screen and (max-width: 767px) {
	.tabBtnArea .tabBtn {
		margin-bottom: 0;
	}

	.tabBtnArea .tabBtn .tabBtnBox {
		height: 16vw;
		text-align: center;
		font-size: 3vw;
		background-color: #e3ebe8;
		cursor: pointer;
		position: relative;
		box-sizing: border-box;
		margin-bottom: 0;
	}

	.tabBtnArea .tabBtn .tabBtnBox::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 75%;
		width: 1.5vw;
		height: 1.5vw;
		border-top: solid 1px #000000;
		border-right: solid 1px #000000;
		transform: translate(-50%, 0) rotate(135deg);
	}

	.tabBtnArea .tabBtn.is-active .tabBtnBox {
		color: #ffffff;
		background-color: #00a172;
	}

	.tabBtnArea .tabBtn.is-active .tabBtnBox::after {
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
	}

	.tabBtnArea .tabBtn .tabBtnBox>p {
		position: absolute;
		left: 50%;
		top: 40%;
		width: 94%;
		transform: translate(-50%, -50%);
		font-size: 3vw;
	}
}

@media screen and (max-width: 767px) {
	.informationList {
		display: none;
	}

	.informationList.is-active {
		display: block;
	}
}

.informationList>a {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 30px 30px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.informationList>a {
		padding: 5vw 2.5vw;
	}
}

.allList {
	padding: 0 0 50px;
}

.informationList.topicsList>a,
.informationList.mediaList>a {
	min-height: 90px;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
	.informationList.topicsList>a,
	.informationList.mediaList>a {
		min-height: auto;
		padding: 5vw 2.5vw;
	}
}

.informationList>a p:nth-child(1) {
	width: 105px;
}

@media screen and (max-width: 767px) {
	.informationList>a p:nth-child(1) {
		width: calc(100% - 35vw);
		padding: 2vw 0;
		font-size: 4vw;
	}
}

.informationList>a p:nth-child(2) {
	width: 140px;
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.informationList>a p:nth-child(2) {
		width: 35vw;
		padding: 2vw 0;
	}
}

.informationList>a p:nth-child(2)>span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	padding: 2px 0;
	line-height: 1.5;
	background-color: #000000;
}

@media screen and (max-width: 767px) {
	.informationList>a p:nth-child(2)>span {
		font-size: 3vw;
	}
}

.informationList>a p:nth-child(3) {
	width: calc(100% - 245px);
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.informationList>a p:nth-child(3) {
		width: 100%;
		padding-top: 2vw;
		padding-left: 0;
		font-size: 4vw;
	}
}

.informationList.topicsList>a p:nth-child(3),
.informationList.mediaList>a p:nth-child(3) {
	width: 100%;
	margin-top: 10px;
	padding-left: 0;
	margin-top: 0;
}

.infoLinkArea {
	position: relative;
	bottom: -10px;
	justify-content: flex-end;
	padding-right: 15px;
}

@media screen and (max-width: 767px) {
	.infoLinkArea {
		justify-content: center;
		bottom: 0;
		padding-right: 0;
		margin: 10vw 0;
	}
}