body{
  background-color: #f3f3f3ff;
}
#header{
  height: 82px;
}
.background{
  /* padding: 0 20%; */
  height: auto;
  background-color: #f3f3f3ff;
}
.main-title h1{
  color: rgb(20, 20, 61);
  position: unset;
  transform: unset;
  text-align: center;
  padding-top: 80px;
  font-size: clamp(30px, 5vw, 50px);
  text-shadow: 0 0 10px salmon;
  font-weight: bold;
}
.main-title h1 span{
  font-size: 15px;
}

.sec-voice-box{
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 70px;
}
.sec-voice1{
  /* border: 1px solid salmon; */
  /* border-radius: 20px; */
  box-shadow: 10px 5px 5px salmon;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  padding-left: 20px;
}
.sec-voice2{
  /* border: 1px solid salmon; */
  /* border-radius: 20px; */
  box-shadow: -10px -5px 5px salmon;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  padding-left: 20px;
}
.voice-prof{
  height: 95%;
  width: 30%;
}
.squea{
  height: auto;
  width: 100%;
}
.squea img{
  width: 100%;
}
hr{
  margin: 20px;
  border: none;
  border-bottom: 1px solid salmon;
}
.prof p, .prof-bottom p{
  font-family: "游教科書体";
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
}
.answer{
  font-family: "游教科書体";
  height: 95%;
  width: 70%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: flex-start; */
}
.answer h2{
  text-align: left;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  text-shadow: 5px 5px 5px gray;
}
.answer h3{
  line-height: 1.7;
  background-color: salmon;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
.answer p{
  line-height: 1.6;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px){
  .main-title h1{
    padding-top: 20px;
  }
  .sec-voice-box{
    padding: 0 5%;
  }
  .sec-voice1{
    flex-direction: column;
    padding-left: 5px;
  }
  .sec-voice2{
    flex-direction: column;
    padding-left: 5px;
  }
  .voice-prof{
    display: flex;
    width: 100%;
  }
  .squea{
    width: 40%;
  }

  .prof p, .prof-bottom p{
    font-size: 14px;
  }
  .prof-top{
    display: flex;
  }
  .prof{
    padding-left: 10px;
    width: 60%;
  }
  .prof-bottom p{
    text-align: center;
  }
  .answer{
    padding: 0;
    width: 100%;
  }
  .answer h2{
    margin: 20px 0;
    font-size: 25px;
  }
  .answer h3{
    font-size: 16px;
  }
  .answer p{
    font-size: 13px;
  }

}