@charset "utf-8";

h3 {
  position: relative;
  padding-left: 10px;
  margin-left: 15px;
}

h3:after {
  content: "";
  width:100%;
  height:4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #ff66b3, #ffffff);
}

.font {
  font-size: 14px;
}

.marker {
  background-color: #ffff00;
}

#voice_top {
  display: block;
  position: relative;
  width: 720px;
  margin: 30px auto;
}

#voice_top_info {
  display: block;
  position: relative;
  text-align: center;
}

#voice_group_category {
  display: block;
  position: relative;
  width: 730px;
  height: 120px;
  margin: 30px auto;
}

.voice_group {
  display: block;
  position: relative;
  width: 230px;
  height: 34px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  text-align: center;
  margin: 5px;
  padding-top: 12px;
  float: left;
}

.voice_group:hover {
  opacity: 0.5;
}

.voice_group a {
  font-size: 17px;
  font-family: "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0px;
}


#voice_section1 {
  width: 715px;
  height: 5200px;
  display: block;
  position: relative;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
}

#voice_section2 {
  width: 715px;
  height: 3800px;
  display: block;
  position: relative;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
}

#voice_section3 {
  width: 715px;
  height: 2550px;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
}

#voice_section4 {
  width: 715px;
  height: 3810px;
  display: block;
  position: relative;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
}

#voice_section5 {
  width: 715px;
  height: 3180px;
  display: block;
  position: relative;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
}

#voice_section6 {
  width: 715px;
  height: 3180px;
  display: block;
  position: relative;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
}

.voice_title {
  position: relative;
  width: 650px;
  height: 100px;
  background: radial-gradient(#ff66b3, #ff3399);
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 20px;
  float: left;
  border-radius: 6px;
}

.voice_title h4 {
  width: 625px;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.voice_title h5 {
  width: 625px;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  margin-top: 0px;
}

.voice_image {
  width: 250px;
  height: 345px;
  margin-top: 35px;
  margin-left: 20px;
  float: left;
}

.voice_info {
  width: 410px;
  height: 450px;
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 40px;
  float: left;
}

.jamp {
  width: 835px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

