@charset "utf-8";

/* --------------------------------------------------------------

VOICE

----------------------------------------------------------------- */

/* contents
---------------------------------------------------- */
#contents{
	margin-bottom: 20px;
}


/* voice-list
---------------------------------------------------- */

.voice-list{
  overflow: hidden;
  margin:0px 10px 50px 5px;
}
  .voice-list li{
    float: left;
    width: calc(33.3% - 5px);
    min-height:190px;
    height: auto !important;
    height: 190px;
    background: #9A2C6B;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 5px;
    line-height: 1.6;
  }
  .voice-list li.tit{
    background: #FBEEF5 url(../voice/img/fuki.gif) no-repeat center top 60px;
    background-size: 42px auto;
    font-size: 108%;
    padding-top: 100px;
    min-height:90px;
    height: auto !important;
    height: 90px;
    font-weight: bold;
    text-align: center;
    color: #9A2C6B;
  }
  .voice-list li img{
    max-width: 100%;
  }
  .voice-list li p{
    padding: 10px 0px;
    font-size: 13px;
  }

  .voice-list li p span{
    font-size: 12px;
    letter-spacing: -1px;
  }

  .voice-list li a{
    color: #fff;
  }

.voice-block{
  border-top: 2px solid #9A2C6B;
  padding-top: 25px;
  overflow: hidden;
  margin:0px 10px 50px 10px;
}

.voice-block .intro {
  overflow: hidden;
  margin-bottom: 25px;
}

.voice-block .intro img {
  float: left;
  width: 125px;
  padding-right: 15px;
}

.voice-block .intro h4{
  margin-bottom: 7px;
  font-size: 13px;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.4;
}

.voice-block .intro h4 span{
  font-size: 16px;
}

.voice-block .intro .com{
  background: #F4F4F4;
  padding: 0px 0px 7px 0px;
  overflow: hidden;
}

.voice-block .intro .com dt{
  background: #9A2C6B;
  color: #fff;
  width: 47px;
  padding: 3px 3px 2px 8px;
  margin-bottom: 7px;
  font-size: 12px;
}

.voice-block .intro .com dd{
  font-size: 14px;
  padding: 0px 10px;
  line-height: 1.3;
  color: #992C6B;
}

.voice-block .tit{
  color: #9E3471;
  font-size: 116%;
  border-left: 5px solid #9A2C6B;
  padding-left: 6px;
  line-height: 1.3;
}

.voice-block .work-list{
  margin-top: 7px;
  padding-top: 12px;
  border-top:1px solid #CCCCCC;
  margin-bottom: 20px;
}

.voice-block .work-list li{
  margin-bottom: 3px;
  position: relative;
  padding-left: 15px;
}

.voice-block .work-list li:before {
  background: #BB598C;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  border-radius: 25px;
}

.voice-block .voice-txt dt{
  color: #9E3471;
  font-size: 116%;
  background: #FDF7FB;
  padding: 7px 8px 5px 8px;
  margin-bottom: 8px;
}

.voice-block .voice-txt dt span{
  font-weight: bold;
  margin-right: 8px;
}

.voice-block .voice-txt dt.msg{
  background: #9A2C6B;
  color: #fff;
  padding:5px 8px 3px 10px;
  font-size: 108%;
}

.voice-block .voice-txt dd{
  margin-bottom: 15px;
  line-height: 1.7;
}


/*ボタン*/
#voice .btnList{
	background-color: #F3DCEA;
	padding: 17px 10px;
	margin-top: 30px;
}

#voice .btnList li{
	float: left;
	width: 49.15%;
	box-shadow: 0px 3px 0px 0px #BEACB7;
		-moz-box-shadow: 0px 3px 0px 0px #BEACB7;
		-webkit-box-shadow: 0px 3px 0px 0px #BEACB7;
	margin-right: 1.7%;
}

#voice .btnList li:nth-child(even){
	margin-right: 0;
}

#voice .btnList li a{
	display: block;
	color: #FFFFFF;
	font-size: 1.1rem;
	text-align: center;
	background-color: #9A2C6B;
	background-image: url(/gapyear/sp/cmn/arw_w.png);
	background-position: 92% 50%;
	background-repeat: no-repeat;
	background-size: 4px auto;
		-webkit-background-size: 4px auto;
		-moz-background-size: 4px auto;
		-ms-background-size: 4px auto;
	padding: 20px 16px 19px 10px;
}

