/*----------------------------------------
    #contents
----------------------------------------*/
#contents .main {
  background: url(../img/bg-main.jpg) no-repeat;
  background-size: cover;
}

.positions .content {
  width: 100%;
  border-top: 3px #e5e5e5 solid;
  margin-bottom: 30px;
}

.positions .content .column,
.positions .content .text {
  border-bottom: 3px #e5e5e5 solid;
}

.positions .content .column {
  width: 180px;
  background: #f1f3f4;
  padding: 18px 16px;
}

.positions .content .text {
  padding: .5em 0 .5em 1em;
}

.voice ul > li {
  position: relative;
  padding-top: 36.5%;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.voice ul > li .text {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.voice ul > .odd {
  background-position: left;
  background-size: 100% auto;
}

.voice ul > .odd .text {
  width: 65%;
  left: 5%;
}

.voice ul > .even {
  background-position: right;
  background-size: 100% auto;
}

.voice ul > .even .text {
  left: 54.5%;
  width: 39.5%;
}

.voice ul > li .speak {
  font-size: 150%;
  line-height: 1.8;
}

.voice ul > li .by {
  font-size: 112.5%;
  margin-bottom: 1em;
}

.voice ul > li .comment {
  width: 80%;
  max-width: 450px;
}

.voice ul > .even .comment {
  width: 100%;
}

.voice .voice_01 {
  background: url(../img/bg-voice_01.jpg) no-repeat;
}

.voice .voice_02 {
  background: url(../img/bg-voice_02.jpg) no-repeat;
}

.voice .voice_03 {
  background: url(../img/bg-voice_03.jpg) no-repeat;
}

.voice .voice_04 {
  background: url(../img/bg-voice_04.jpg) no-repeat;
}

.voice .voice_05 {
  background: url(../img/bg-voice_05.jpg) no-repeat;
}
.Positions_comment {
	text-align:center;
	font-size:150%;
}
.mt10 {
	margin-top:10px;
}
.mb10 {
	margin-bottom:10px;
}

@media screen and (max-width: 1028px) and (min-width:768px) {
  .voice ul > li .text {
    font-size: 14px;
  }
}

