﻿


/* voice_list_page
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.voice_list_page #Sec01{
}
.voice_list_page #Sec01 .inner{
}
.voice_list_page #Sec01 h2{
  font-size: 2rem;
  text-align: center;
  padding: 80px 50px 20px;
}
.voice_list_page #Sec01 .relay_box{
  background-color: rgba(198,8,19,0.1);
  padding: 40px 50px 140px;
}
.voice_list_page #Sec01 .relay_box .txt{
  text-align: center;
}
.voice_list_page #Sec01 .relay_box .relay_list{
  max-width: 920px;
  margin: 0 auto;
}
.voice_list_page #Sec01 .relay_box .relay_list li{
  position: relative;
  margin-top: 130px;
}
.voice_list_page #Sec01 .relay_box .relay_list li:after{
  content: "";
  display: block;
  width: 38px;
  height: 79px;
  background: url(../image/arrow1.png);
  background-size: 100% auto;
  position: absolute;
  right: 50%;
  bottom: -100px;
}
.voice_list_page #Sec01 .relay_box .relay_list li a{
  display: block;
  color: #ffffff;
  padding-top: 65px;
}
.voice_list_page #Sec01 .relay_box .relay_list li a:hover{
  opacity: 1;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.4);
}
.voice_list_page #Sec01 .relay_box .relay_list li .img{
  position: relative;
  width: 55%;
}
.voice_list_page #Sec01 .relay_box .relay_list li .img img{
  width: 100%;
  height: 22vw;
  max-height: 235px;
  object-fit: cover;
}
.voice_list_page #Sec01 .relay_box .relay_list li .img:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd){
  background-color: #B82519;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(even){
  background-color: #1A1A1A;
}

.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .img{
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(even) .img{
  margin-left: auto;
}

.voice_list_page #Sec01 .relay_box .relay_list li .num{
  font-size: 7rem;
  line-height: 7rem;
  font-family: "Marcellus", serif;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .num{
  position: absolute;
  right: 50px;
  top: 55px;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(even) .num{
  position: absolute;
  left: 50px;
  top: 55px;
}

.voice_list_page #Sec01 .relay_box .relay_list li .name{
  font-size: 7rem;
  line-height: 8rem;
  font-family: "Marcellus", serif;
  z-index: 1;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .name{
  position: absolute;
  right: 280px;
  top: 55px;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(even) .name{
  position: absolute;
  left: 150px;
  top: 55px;
}

.voice_list_page #Sec01 .relay_box .relay_list li .next{
  position: absolute;
  right: 120px;
  bottom: 5px;
/*  transform: translate(-50%, 0);*/
  color: #ffffff;
  z-index: 3;
  background-image: url(../image/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 130px auto;
  background-position: left center;
  padding-left: 140px;
  z-index: 1;
}

.voice_list_page #Sec01 .relay_box .relay_list li a:before{
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(../image/arrow_on.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.voice_list_page #Sec01{
}
.voice_list_page #Sec01 .inner{
}
.voice_list_page #Sec01 h2{
  font-size: 1.6rem;
  text-align: center;
  padding: 50px 20px 10px;
}
.voice_list_page #Sec01 .relay_box{
  padding: 30px 20px 90px;
}
.voice_list_page #Sec01 .relay_box .txt{
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: -40px;
}
.voice_list_page #Sec01 .relay_box .relay_list{
  max-width: 480px;
  margin: 0 auto;
}
.voice_list_page #Sec01 .relay_box .relay_list li{
  position: relative;
  margin-top: 70px;
}
.voice_list_page #Sec01 .relay_box .relay_list li:after{
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  background: url(../image/arrow1.png);
  background-size: 100% auto;
  position: absolute;
  right: 50%;
  bottom: -55px;
}
.voice_list_page #Sec01 .relay_box .relay_list li a{
  display: block;
  color: #ffffff;
  padding-top: 22px;
}
.voice_list_page #Sec01 .relay_box .relay_list li a:hover{
  opacity: 1;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.4);
}
.voice_list_page #Sec01 .relay_box .relay_list li .img{
  position: relative;
  width: 55%;
}
.voice_list_page #Sec01 .relay_box .relay_list li .img img{
  width: 100%;
  height: 23vw;
  max-height: 90px;
  object-fit: cover;
}
.voice_list_page #Sec01 .relay_box .relay_list li .img:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd){
  background-color: #B82519;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(even){
  background-color: #1A1A1A;
}

.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .img{
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(even) .img{
  margin-left: auto;
}

.voice_list_page #Sec01 .relay_box .relay_list li .num{
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: "Marcellus", serif;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .num{
  position: absolute;
  right: 20px;
  top: 15px;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(even) .num{
  position: absolute;
  left: 20px;
  top: 15px;
}

.voice_list_page #Sec01 .relay_box .relay_list li .name{
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-family: "Marcellus", serif;
  z-index: 1;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .name{
  position: absolute;
  right: 100px;
  top: 20px;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(even) .name{
  position: absolute;
  left: 80px;
  top: 20px;
}

.voice_list_page #Sec01 .relay_box .relay_list li .next{
  position: absolute;
  right: 80px;
  bottom: 5px;
/*  transform: translate(-50%, 0);*/
  color: #ffffff;
  z-index: 3;
  background-image: url(../image/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: left center;
  padding-left: 70px;
  z-index: 1;
  font-size: 1rem;
}

.voice_list_page #Sec01 .relay_box .relay_list li a:before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/arrow_on.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}




/* 767pxまでの幅の場合に適応される */
}