@charset "UTF-8";

.aff-content div, .aff-content ul, .aff-content ol, .aff-content li, .aff-content h1, .aff-content h2, .aff-content h3, .aff-content h4, .aff-content h5, .aff-content p, .aff-content span {
    margin: 0;
    padding: 0;
}

.content ul li {
  background-image: none;
  background-position: 0% .0%;
	padding: 0;
}

.voice #wrap-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
  list-style-type: none;
}

.voice #wrap-voice #wv-left {
  width: 56%;
}

.voice #wrap-voice #wv-right {
  position: relative;
  width: 40%;
  box-sizing: border-box;

  padding-bottom: 100px;
}


.voice #section-note {
  padding: 20px;
  width: 100%;
  background: url(../img/voice_bg_note.png);
  box-sizing: border-box;
  box-shadow: 2px 2px 5px 0px #cccccc;
}

.voice #section-note #wrap-sntitle {
  display: block;
}

.voice #section-note #wrap-sntitle h1 {
  width: 170px;
  height: 75px;
  background: url(../img/voice_ttl02.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.voice #section-note #wrap-sntitle p {
  margin-top: 2px;
}

.voice #section-note #wrap-sntitle h1 img {
  width: 100%;
}

.voice #section-note #voice-list {
  margin-top: 20px;
  list-style-type: none;
}

.voice #section-note #voice-list li {
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  line-height: 140%;
  background: #fff;
  box-sizing: border-box;
}


.voice #box-impressions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-size: 1.28em;
  color: #fff;
  background: #46734b;
  box-sizing: border-box;
}

.voice #box-impressions a {
  color: #fff;
  text-decoration: underline;
}

.voice #box-impressions:before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  background: url(../img/icon-mail.png) no-repeat;
  background-size: cover;
}

.voice #box-impressions img {
  width: 20px;
  margin: 0 0 3px 5px;
}

.voice #box-questionnaire {
  padding: 10px;
  font-size: 0.85em;
  background: #d9e6f1;
  box-sizing: border-box;
  word-break: break-all;
}

.voice #box-questionnaire a {
  color: #002063;
  text-decoration: underline;
}

.voice #credit-list {
  margin-top: 30px;
  width:100%;
  list-style-type: none;
}

.voice #credit-list li {
  margin-bottom: 30px;
  width:100%;
  line-height: 130%;
}

.voice #credit-list li:last-child {
  margin-bottom: 0;
}

.voice #credit-list li p {
  text-indent: 0;
}

.voice #credit-list .cl-item {
  margin-bottom: 5px;
  font-size: 1em;
  color: #ec619f;
}

.voice #credit-list .cl-name {
  font-size: 1.144em;
  font-weight: bold;
}


.aff-content #voice-paging {
  position: relative;
  min-height: 30px;
  margin-top: 30px;
}

.aff-content #voice-paging li {
  color: #999;
  width: 160px;
  list-style: none;
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: bold;
}

.aff-content #voice-paging li.prev {
  padding: 4px 0 1px 33px;
  background: url(../img/voice_ico_arrow_left.png) no-repeat;
}

.aff-content #voice-paging li.next {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 4px 30px 1px 0;
  background: url(../img/icon_arrow_right.png) right top no-repeat;
}

.aff-content #voice-paging li a {
  color: #00CC33;
  text-decoration: none;
}

.aff-content #voice-paging li a:hover {
  text-decoration: underline;
}


.voice #btn-backtoTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 190px;
  height: 50px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background: #00CC33;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  font-size: 0.9rem;
  padding: 0 0 0 50px;
  letter-spacing: 1px;
}

.voice #btn-backtoTop:before {
  position: absolute;
  content: '';
  display: block;
  top: 9px;
  left: 12px;
  width: 30px;
  height: 32px;
  background: url(../img/voice_ico_arrow04.png) no-repeat;
  background-size: cover;
}

.voice #voice-bottom #btn-backtoTop:hover:before {
  background: url(../img/voice_ico_arrow04_hover.png) no-repeat;
  background-size: cover;
}

.voice #voice-bottom #btn-backtoTop:hover {
  color: #fff;
  background: #222;
}
