/* スペシャルコンテンツ/アンケート企画 */

#main #special { padding-bottom: 30px; }
#main #special h2 { background: url(../images/enquete/secTitle_enquete.png) no-repeat center;　}
#main #special .midashi { background-image: url(../images/enquete/tit_enquete.png); width:615px; height: 209px; display: block; text-indent: -9999px; margin-bottom: 40px; margin-bottom: 30px; }
#main #special .text { font-size: 16px; line-height: 36px; text-align: center; }
#main #special .text p { margin-bottom: 15px; }
#main #special .red { color: #dd101a; font-size: 24px; line-height: 60px; font-weight: bold; }
#main #special .text span { font-size: 12px; color: #666666; }
#main #special .btns { background-color: #e6edea; padding: 20px 0; margin-top: 40px; }
#main #special .btns img { margin-left: 20px; }

/* アンケート回答ページ */
#article #enquete{
    color: #333333;
}
#article #enquete h2{
    background: url(../images/enquete/head_enquete.png) no-repeat center;
    text-indent: -9999px;
    height: 257px;
}
#article #enquete h3{
    background-color: #fff;
    text-indent: -9999px;
    width: 100%;
    height: 131px;
    border: none;
    box-shadow: none;
}
#article #enquete h3.enquete01{
    background: url(../images/enquete/tit_enquete_1.png) no-repeat center;
}
#article #enquete h3.enquete02{
    background: url(../images/enquete/tit_enquete_2.png) no-repeat center;
}

#article #enquete .haha-enquete-wrapper{
    background: #ccd5d2;
    padding: 30px;
}
#article #enquete .haha-enquete-inner{
    background: #fff;
    padding: 5px 30px 20px;
    border: 2px solid #cccccc;
}
#article #enquete .enquete-block{
    display: none;
}
#article #enquete .enquete-block:first-child{
    display: block;
}

#article #enquete .enquete-block li{
    border-bottom: 2px dotted #ccd5d2;
/*     padding: 25px 0; */
    padding: 18px 0;
    line-height: 1.8;
    font-size: 16px;
}
#article #enquete.sp-only .enquete-block li{
    font-size: 24px;
}
#article #enquete button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#article #enquete #moreBtn{
  background: #de1721;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 15px 0;
  margin-top: 20px;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
#article #enquete #moreBtn:hover{
  opacity: .6;
}