@charset "UTF-8";

#voice {
  padding: 40px 0 100px;
}

.voice-wrap h3{
  background: #76A2D6;
}

.voice-wrap h4{
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.voice-wrap .block1,
.voice-wrap .block2,
.voice-wrap .block3{
  padding: 30px;
}

.voice-wrap .block1 {
  background: #76A2D6;
}

.voice-wrap .block2 {
  background: #F19FB4;
}

.voice-wrap .block3 {
  background: #FAC353;
}

.voice-list {
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 40px;
  margin-top: 25px;
}

.voice-list dt{
  background: #CCE198;
  position: relative;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 25px;
}

.voice-list dt img{
  position: absolute;
  top: -20px;
  left: -10px;
}

.voice-list dd{
  font-weight: bold;
}

.voice-list dd strong{
  font-weight: bold;
  color: #E60012;
}

.voice-list dd p{
  text-align: right;
  color: #009FDE;
}

.step02 h5 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #019355;
}

.step02 .form-box .single-box {
  padding: 20px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  #voice {
    padding: 15px 0 40px;
  }

  .voice-wrap h4{
    font-size: 14px;
  }

  .voice-wrap .block1,
  .voice-wrap .block2,
  .voice-wrap .block3{
    padding: 10px;
  }

  .voice-list {
    padding: 15px;
    margin-top: 10px;
  }

  .voice-list dt{
    height: 30px;
    margin-bottom: 15px;
  }

  .voice-list dt img{
    position: absolute;
    top: -5px;
    left: -5px;
    width: auto;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .coming-soon a {
    top: 56%;
  }
}
