@charset "utf-8";

/* index
-----------------------------------------------------*/
.voiceTtl01 {
	margin: 0;
	font-size: 3.8rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 767px) {
	.voiceTtl01 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
}

.voiceIndexList01 {
	margin: 60px 0 0 0;
	padding: 0;
}
.voiceIndexList01 > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 20%;
}
.voiceIndexList01 > li:nth-child(5n + 1) {
	clear: both;
}
@media only screen and (max-width: 767px) {
	.voiceIndexList01 {
		margin-top: 30px;
	}
	.voiceIndexList01 > li {
		width: 50%;
	}
	.voiceIndexList01 > li:nth-child(5n + 1) {
		clear: none;
	}
	.voiceIndexList01 > li:nth-child(odd) {
		clear: both;
	}
}
.voiceIndexList01 > li:nth-child(odd) {
	background: #f4f4f4;
}
.voiceIndexList01 > li a {
	display: block;
	color: #333333;
	text-decoration: none;
}
.voiceIndexList01 > li a:hover {
	opacity: 0.7;
}
.voiceIndexList01 > li figure {
	margin: 0;
}
.voiceIndexList01 > li figure img {
	width: 100%;
}
.voiceIndexList01 > li .txtBox {
	padding: 15px 0;
	position: relative;
}
.voiceIndexList01 > li .txtBox p {
	text-align: center;
	line-height: 1.25;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.voiceIndexList01 > li .txtBox p {
		font-size: 1.2rem;
	}
}
.voiceIndexList01 > li .txtBox::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -12px;
	width: 0px;
	height: 0px;
	margin: 0 0 0 -12px;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
	border-width: 0 12px 12px 12px;
}
.voiceIndexList01 > li:nth-child(odd) .txtBox::before {
	border-color: transparent transparent #f4f4f4 transparent;
}
#voiceModalWrapper {
	display: none;
}
.voiceModalOneBox {
	width: 940px;
	padding: 20px;
	overflow: hidden;
}
.voiceModalOneBox .clm01 {
	float: left;
	width: 380px;
}
.voiceModalOneBox .clm01 figure {
	margin: 0;
}
.voiceModalOneBox .clm02 {
	float: right;
	width: 520px;
	font-size: 1.6rem;
}
.voiceModalOneBox .clm02 .name {
	margin: 0;
	line-height: 1.25;
}

.voiceModalOneBox .nopic {
	float: none;
	width: 100%;
}

#fancybox-close {
	position: fixed!important;
	top: 30px!important;
	right: 30px!important;
	width: 50px!important;
	height: 50px!important;
	background: url(/challengers/img/voice/modal_btn_close.png) 0 0 no-repeat!important;
	background-size: contain!important;
}
@media only screen and (max-width: 767px) {
	.voiceModalOneBox {
		width: auto;
		padding: 0;
	}
	.voiceModalOneBox .clm01 {
		float: none;
		width: auto;
		text-align: center;
	}
	.voiceModalOneBox .clm02 {
		float: none;
		width: auto;
		font-size: 1.4rem;
		margin: 30px 0 0 0;
	}
	#fancybox-close {
		top: 10px!important;
		right: 10px!important;
		width: 25px!important;
		height: 25px!important;
	}
}

.voiceViewTtl01 {
	margin: 80px 0 0 0;
	font-size: 3.8rem;
	line-height: 1;
	color: #b7193f;
	font-weight: bold;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 767px) {
	.voiceViewTtl01 {
		margin-top: 40px;
		font-size: 2.2rem;
	}
}
.voiceViewTxt01 {
	text-align: center;
	margin: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
	.voiceViewTxt01 {
		text-align: left;
		margin-top: 30px;
	}
}

.voiceViewList01 {
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.voiceViewList01 {
	}
}
.voiceViewList01 > li {
	float: left;
	width: 30%;
	margin: 30px 0 0 5%;
	padding: 0;
	list-style-type: none;
}
@media only screen and (max-width: 767px) {
	.voiceViewList01 > li {
		float: none;
		width: auto;
	}
}
.voiceViewList01 > li:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
.voiceViewList01 > li a {
	display: block;
	text-decoration: none;
}
.voiceViewList01 > li .picBox {
	position: relative;
}
.voiceViewList01 > li .picBox figure {
	margin: 0;
}
.voiceViewList01 > li .picBox figure img {
	width: 100%;
}
.voiceViewList01 > li .date {
	font-size: 1.4rem;
	margin: 1em 0 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.voiceViewList01 > li .date {
		font-size: 1.2rem;
	}
}
.voiceViewList01 > li .ttl {
	margin: 0.5em 0 0 0;
	font-weight: bold;
	line-height:1.4em;
}
.voiceViewList01 > li .date::before {
	content: "";
	display: block;
	width: 3px;
	height: 48px;
	background: #b7193f;
	position: absolute;
	left: 15px;
	bottom: 0;
}
.voiceViewBtnMore {
	clear: both;
	max-width: 310px;
	margin: 45px auto 0;
}
.voiceViewBtnMore a {
	display: block;
	text-align: center;
	color: #ffffff;
	line-height: 1;
	text-decoration: none;
	padding: 20px 0;
	background: #b7193f;
}
.voiceViewBtnMore a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.voiceViewBtnMore {
		max-width: 240px;
		margin-top: 30px;
	}
	.voiceViewBtnMore a {
		padding: 15px 0;
	}
}

.voiceTabList01 {
	text-align: right;
	position: relative;
	margin-top: 70px;
	padding-bottom: 5px;
}

.voiceTabList01Child {
	display: inline-block;
	border: 1px solid #efefef;
	text-align: left;
}

.voiceTabList01Child dt{
	position: relative;
	padding: 6px 12px;
	font-weight: bold;
	cursor: pointer;
}

.voiceTabList01Child dt::after {
  content: "▼";
  color: #b7193f;
  font-size: 12px;
  position: absolute;
  right: 7px;
  top: 9px;
}

.voiceTabList01Child dt.open::after {
  content: "▲";
}

.voiceTabList01 > .archiveList{
	width: 150px;
	position: absolute;
	top: -80px;
	right: 0;
	z-index: 99;
	background-color: #FFF;
}



@media only screen and (max-width: 767px) {

.voiceTabList01Child {
	margin-top: 0;
}

.voiceTabList01 {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}
.voiceTabList01 > .archiveList{
	width: 95%;
	position: relative;
	top: 0;
	right: 0;
}
}

.voiceTabList01Child > dd {
	display: none;
	text-align: left;
	margin-left: 0;
	font-size: 1.5rem;
}

.voiceTabList01Child > dd > ul {
	padding: 0;
	margin: 0 auto;
	margin-block-start: 0;
	margin-block-end: 0;
}

.voiceTabList01Child > dd > ul > li{
	list-style-type : none;
}

.voiceTabList01Child > dd a{
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	color:#333;
}

.voiceTabList01Child > dd a:hover{
	background-color: #b7193f;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.voiceTabList01Child > dd a{
		font-size: 14px;
	}
}

.voiceTabList01 > li a {
	display: block;
	text-align: center;
	background: #efefef;
	padding: 20px 0;
	color: #333333;
	text-decoration: none;
}
.voiceTabList01 > li a.current {
	color: #ffffff;
	background: #b7193f;
}
@media only screen and (max-width: 767px) {
	.voiceTabList01 > li a {
		font-size: 1.2rem;
	}
}
.voiceTabList01 > li a:hover {
	opacity: 0.7;
}
