@charset "utf-8";
main{
  position: relative;
  padding: 80px 0 128px;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #dbdde0 2px, transparent 2px);
  background-position: center center;
  background-size: 22px 22px;
  border: solid 40px #fddfda;
  font-family:"Zen Kaku Gothic New","游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
}
@media screen and (max-width :834px){
  main{
    padding: 10px 0 80px;
    background-image: radial-gradient(circle, #dbdde0 1px, transparent 1px);
    background-size: 12px 12px;
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-right-width: 12px;
    border-left-width: 12px;
  }
}
/* topicpath
=============================================== */
.topicpath{
  position: absolute;
  top: -40px;
  left:0;
  padding: 14px 0;
  z-index: 1;
}
@media screen and (max-width :834px){
  .topicpath{
    top: -30px;
    padding: 9px 12px;
  }  
}
/* sec_intro
=============================================== */
.sec_intro .box_text{
  text-align: center;
  padding-bottom: 42px;
  background: url(../../voice_questionnaire/img/img_intro.png) no-repeat bottom center;
}
.sec_intro h1 img{
  width: 548px;
  margin: 0 auto;
}
.sec_intro .txt_lead{
  margin-top: 35px;
  font-size: 2rem;
  text-align: center;
  line-height: 2.1;
}
@media (min-width :835px){

}
@media screen and (max-width :834px) {
  .sec_intro .box_text{
    padding-top: 54px;
    padding-bottom: 0;
    background-image: url(../../voice_questionnaire/img/img_intro_sp.png);
    background-position: top center;
    background-size: 89.76% auto;
  }
  .sec_intro h1 img{
    width: 294px;
  }
  .sec_intro .txt_lead{
    margin-top: 32px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
/* sec_question
=============================================== */
.sec_question{
  margin-top: 70px;
}
.sec_question .inner{
  max-width: 1380px;
} 
.sec_question .list_question .row+.row{
  margin-top: 48px;
}
.sec_question .list_question .row{
  display: flex;
  gap: 0 48px;
}
.sec_question .list_question .col{
  flex: 1;
  position: relative;
  padding: 52px 0 52px;
  background-color: var(--bg-gray);
  box-shadow: 0px 6px 0px 0px rgba(67, 77, 93, 0.25);
}
.sec_question .list_question dt{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sec_question .list_question dt img{
  width: 228px;
  margin: 0 auto;
}
.sec_question .list_question dd{
  height: 100%;
  display: flex;
  flex-direction: column;  
}
.sec_question .list_question dd .txt{
  padding: 0 20px;
  text-align: center;
  font-size: 2.6rem;
  font-size: clamp(2.1rem,1.354vw,2.6rem);
  line-height: 1.308;
}
.sec_question .list_question dd figure{
  margin-top: auto;
  padding-top: 40px;
  text-align: center;
}
.sec_question .list_question dd figure img{
  max-width: 94.5%;
}
@media screen and (max-width :834px) {
  .sec_question{
    margin-top: 65px;
  }
  .sec_question .list_question .row+.row{
    margin-top: 32px;
  }
  .sec_question .list_question .row{
    flex-direction: column;
    gap:32px 0;
  }
  .sec_question .list_question .col{
    padding: 30px 0 32px;
    box-shadow: 0px 3px 0px 0px rgba(67, 77, 93, 0.25);
  }
  .sec_question .list_question dt img{
    width: 143px;
  }
  .sec_question .list_question dd .txt{
    padding: 0 15px;
    font-size: 1.7rem;
    line-height: 1.471;
  }
  .sec_question .list_question dd figure{
    padding-top: 20px;
  }
  .sec_question .list_question dd figure img{
    max-width:100%;
  }  
}


@media print{
  .sec_question .list_question .col{
    opacity: 1 !important;
    transform: translate(0px) !important;
    visibility: visible !important;    
  }
}