@charset "utf-8";


/* for Common & Smartphone*/

/* voiList ////////////////////////////// */
.voiList {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.voiList li{
  margin: 0 0 30px 0;
}
.voiList li a{
  position: relative;
  display: block;
}
.voiList li a .img{
  position: relative;
  margin: 0 0 10px 0;
  border-radius: 16px;
}
.voiList li a .img::before{
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  border-radius: inherit;
  z-index: 1;
}
.voiList li a .img img{
  position: relative;
  border-radius: inherit;
}
.voiList li a .img .btn{
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 100px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px 0 0;
  background: #000;
  border-radius: 200px;
  color: #fff;
  text-align: center;
  font-size: 93%;
  font-weight: bold;
  z-index: 2;
}
.voiList li a .img .btn::after{
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  display: block;
  width: 0px;
  height: 0px;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: none;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.voiList li a p{
  padding: 0 5px;
	font-feature-settings: "palt";
}
.voiList li a .img + p{
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 108%;
  line-height: 1.6;
}
.voiList li a .img + p + p{
  text-align: left;
  font-size: 108%;
  line-height: 1.6;
}
.voiList li a .img + p + p img{
  display: none;
}



/* for PC*/
@media print, screen and (min-width:768px) {
  .voiList {
    width: 100%;
  }
  .voiList li{
    float: left;
    width: 27.5%;
    margin: 0 8.75% 50px 0;
  }
  .voiList li:nth-of-type(3n){
    margin-right: 0;
  }
  .voiList li:nth-of-type(3n+1){
    clear: both;
  }
  .voiList li a{}
  .voiList li a:hover,
  .voiList li a *{
    transition: .3s;
  }
  .voiList li a .img{
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .voiList li a .img::before{
    content: "";
  }
  .voiList li a .img img{}
  .voiList li a .img .btn{}
  .voiList li a .img .btn::after{}
  .voiList li a p{
    padding: 0;
  }
  .voiList li a .img + p{
    margin: 0;
    font-feature-settings: "palt";
  }
  .voiList li a .img + p + p{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 2;
  }
  .voiList li a .img + p + p img{
    display: block;
    width: 100%;
  }
  .voiList li a .img + p + p span{
    position: absolute;
    left: 0;
    top: 55%;
    display: block;
    padding: 0 4%;
  }
  
  
  
  .voiList li a:hover .img img{
    transform: scale(1.05);
  }
  .voiList li a:hover .img::before{
    opacity: 0;
  }
  .voiList li a:hover .img .btn{
    background: #81292d;
  }
  .voiList li a:hover .img + p{
    color: #81292d;
  }
  .voiList li a:hover .img + p + p{
    opacity: 0;
  }

}


/* 詳細 ////////////////////////////// */
.voiH{
  margin: 0 0 30px 0;
}
.voiH > img{
  width: 100%;
}
.voiH > div{
  padding: 50px 0 20px 0;
  background: #000;
  color: #fff;
}
.voiH > div > div{
  position: relative;
}
.voiH > div > div::before{
  content: "";
  position: absolute;
  right: 0;
  top: -110px;
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images_page/voice/ttl.png") no-repeat center center;
  background-size: cover;
  z-index: 5;
  /*-webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);*/
}
.voiH .voiCopy01{
  margin: 0 0 20px 0;
  font-size: 139%;/*18 / 26*/
  text-align: left;
  line-height: 1.6;
  font-weight: normal;
}
.voiH .voiCopy01 + p{
  font-size: 93%;/*12 / 15*/
  text-align: left;
  line-height: 1.2;
}

.intro{
	margin-bottom: 30px;
}
.voiUnit{
  font-feature-settings: "palt";
}
.voiUnit .voiToc{
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 1.5em;
  color: #81292d;
  font-size: 116%;/*15 / 18*/
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
}
.voiUnit .voiToc::before{
  content: "Q：";
  position: absolute;
  left: 0;
  top: 0;
}

.voiUnit .img{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.voiUnit dl,
.voiUnit .img{
  margin-bottom: 40px;
}
.voiUnit dt,
.voiUnit dd{
  font-size: 100%;/*13 / 14*/
  text-align: left;
  line-height: 1.8;
}
.voiUnit dt{
  position: relative;
  width: 3.0em;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.voiUnit dt.tc01::after,
.voiUnit dt.tc02::after{
  content: "：";
  position: absolute;
  right: -10px;
  top: 0;
}
.voiUnit dd{
  margin: 0 0 15px 0;
}
.voiUnit dd:last-of-type{
  margin-bottom: 0;
}
.voiUnit dd strong{
  color: #81292d;
  font-weight: normal;
}

.voiUnit .tc01{
  color: #004077;
}
.voiUnit .tc02{
  color: #91004f;
}


/* for PC*/
@media print, screen and (min-width:768px) {
    .voiH{
    margin: 0 0 70px 0;
  }
  .voiH > img{}
  .voiH > div{
    padding: 40px 0;
  }
  .voiH > div > div{}
  .voiH > div > div::before{
    top: -180px;
    width: 260px;
    height: 260px;
  }
  .voiH .voiCopy01{
    width: calc(100% - 300px);
    margin-bottom: 60px;
    font-size: 200%;/*18 / 26*/
  }
  .voiH .voiCopy01 + p{
    font-size: 116%;/*12 / 15*/
  }

	.intro{
		margin-bottom: 40px;
	}
  .voiUnit{}
  .voiUnit .voiToc{
    margin-bottom: 60px;
    font-size: 139%;/*15 / 18*/
  }
  .voiUnit .voiToc::before{}

  .voiUnit .img{}

  .voiUnit dl,
  .voiUnit .img{
   margin-bottom: 60px;
  }
  .voiUnit dt,
  .voiUnit dd{
    font-size: 108%;/*13 / 14*/
    line-height: 2.0;
  }
  .voiUnit dt{
    clear: both;
    float: left;
  }
  .voiUnit dt::after{}
  .voiUnit dd{
    float: right;
    width: calc(100% - 4.0em);
    margin-bottom: 20px;
  }
  .voiUnit dd:last-of-type{
    margin-bottom: 0;
  }
  .voiUnit dd strong{}

  .voiUnit .tc01{}
  .voiUnit .tc02{}
}


/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}


/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}


/*set lazuSizes
--------------------------------- */
/*.voiList li a .img img,*/
.voiList li{
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.voiList li a{
  margin-top: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/*.voiList li.lazyloaded a .img img.lazyloaded,*/
.voiList li.lazyloaded{
  opacity: 1;
}
.voiList li.lazyloaded a{
  margin-top: 0;
}

	
/*set aos
--------------------------------- */
/*custom animation*/
/*slide-up*/
* [data-aos="custom-animation01"] {
	transform: translateY(50px);
	/*transition-delay: .3s;*/
	}
* [data-aos="custom-animation01"].aos-animate {
	transform: translateY(0);
}

/*slide-left*/
* [data-aos="custom-animation02"] {
	transform: translateX(50px);
	/*transition-delay: .3s;*/
	}
* [data-aos="custom-animation02"].aos-animate {
	transform: translateX(0);
}


/* for pc*/
@media screen and (min-width: 768px) {
	/*custom animation*/
	* [data-aos="custom-animation01"] {
	transform: translateY(50px);
	}
	/*slide-left*/
	* [data-aos="custom-animation02"] {
		transform: translateX(100px);
		/*transition-delay: .3s;*/
		}
	
}


/*set aos
--------------------------------- */

/* for pc*/
@media screen and (min-width: 768px) {
	.voiList li:nth-of-type(3n+1){
		transition-delay: 0s;
	}
	.voiList li:nth-of-type(3n+2){
		transition-delay: .1s;
	}
	.voiList li:nth-of-type(3n){
		transition-delay: .2s;
	}
}

