@charset "UTF-8";




@media screen and (max-width: 767px) {

.voice_ttl {
font-size: 18px;
text-align: center;
padding: 15px 10px 0;
line-height: 1;
}
.voice_ttl span {
font-size: 34px;
}
.voice_lead {
padding: 15px 10px 30px;
text-align: center;
font-size: 14px;
line-height: 1.6;
}
.q01 {
background: linear-gradient(to right,  #006870 0%,#9fb9ba 100%);
}
.q02 {
background: linear-gradient(to right,  #00417f 0%,#1d91b0 100%);
}
.q03 {
background: linear-gradient(to right,  #7f6e00 0%,#d1ca9b 100%);
}
.q01,.q02,.q03 {
width: 100%;
margin: 0 auto;
padding: 5px 0 10px;;
color: #fff;
}
.q_cont {
width: 92%;
margin: 0 auto;
}
.q_box {
width: 100%;
display: flex;
align-items: center;
}
.q_mark{
font-size: 34px;
font-family: "Montserrat", sans-serif!important;
font-weight: 100;
line-height: 1;
}
.q_txt {
font-size: 18px;
padding-left: 10px;
line-height: 1.4;
}
.q_txt span {
font-size: 14px;
}
.bg_cap {
position: absolute;
bottom: 10px;
right: 10px;
font-size: 10px;
text-align: right;
line-height: 1.3;
}
.q_bg01 {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
 url('/content/dam/31sumai/mfr/X1817/asset/images/voice/bg_voice01.png');
}
.q_bg02 {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
 url('/content/dam/31sumai/mfr/X1817/asset/images/voice/bg_voice02.png');
}
.q_bg03 {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
 url('/content/dam/31sumai/mfr/X1817/asset/images/voice/bg_voice03.png');
}
.q_bg01,.q_bg02,.q_bg03 {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 450px;
  position: relative;
}
.graph {
padding-top: 20px;
}
.und_rank {
padding-top: 20px;
font-size: 15px;
font-family: "Montserrat", "Shuei Mincho", "秀英明朝 M", "游明朝", "Yu Mincho", serif;
font-weight: bold;
}
.ans_txt {
font-size: 16px;
line-height: 1.4;
text-align: center;
padding: 20px;
}
.ans_txt span {
color: #ffff00;
}
.rel_btn_ttl {
font-size: 14px;
text-align: center;
padding-bottom: 20px;
}

.rel_button01,.rel_button02,.rel_button03 {
  display: flex;
  align-items: center;
  justify-content:center;
  position: relative;
  width: 180px;
  min-height: 50px;
  padding:5px 20px 10px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  text-decoration: none; 
  font-weight: bold;
  transition: all 0.3s ease; 
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.rel_button01 {
  border: 1px solid #009eaa;
  border-left: 10px solid #009eaa;
}
.rel_button02 {
  border: 1px solid #00417f;
  border-left: 10px solid #00417f;
}
.rel_button03 {
  border: 1px solid #948400;
  border-left: 10px solid #948400;
}
.button_arrow01,.button_arrow02,.button_arrow03 {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
}
.button_arrow01,.button_text01 {
  color: #009eaa;
}
.button_arrow02,.button_text02 {
  color: #00417f;
}
.button_arrow03,.button_text03 {
  color: #948400;
}
.rel_button01:hover,.rel_button02:hover,.rel_button03:hover {
  background-color: #f9f9f9; 
  opacity: 0.9;
}
.button_text01,.button_text02,.button_text03 {
font-size: 18px;
font-family: "Montserrat", "Shuei Mincho", "秀英明朝 M", "游明朝", "Yu Mincho", serif;
font-weight: 300;
line-height: 1.15;
text-align: center;
}
.button_text01 span,.button_text02 span,.button_text03 span {
font-size: 13px;
}
.button_text03_2 {
font-size: 14px;
font-family: "Montserrat", "Shuei Mincho", "秀英明朝 M", "游明朝", "Yu Mincho", serif;
font-weight: 300;
line-height: 1;
text-align: center;
color: #948400;
}
.button_text03_2 span {
font-size: 13px;
}
ul.rel_button_list {
display: flex;
justify-content: center;
gap:0 10px;
flex-wrap: wrap;
}
ul.list_txt {
margin: 10px 0 0;
font-size: 12px;
line-height: 1.4;
padding-bottom: 20px;
}



}


@media screen and (min-width: 768px) {

.voice_ttl {
font-size: 28px;
text-align: center;
padding: 10px 0 0;
}
.voice_ttl span {
font-size: 44px;
}
.voice_lead {
padding: 10px 0 30px;
text-align: center;
font-size: 20px;
line-height: 1.6;
}
.q01 {
background: linear-gradient(to right,  #006870 0%,#9fb9ba 100%);
}
.q02 {
background: linear-gradient(to right,  #00417f 0%,#1d91b0 100%);
}
.q03 {
background: linear-gradient(to right,  #7f6e00 0%,#d1ca9b 100%);
}
.q01,.q02,.q03 {
width: 100%;
margin: 0 auto;
padding: 5px 0 10px;;
color: #fff;
}
.q_cont {
width: 840px;
margin: 0 auto;
}
.q_box {
width: 100%;
display: flex;
align-items: center;
}
.q_mark{
font-size: 60px;
font-family: "Montserrat", sans-serif!important;
font-weight: 100;
line-height: 1;
}
.q_txt {
font-size: 24px;
padding-left: 10px;
}
.q_txt span {
font-size: 14px;
}
.bg_cap {
position: absolute;
bottom: 10px;
right: 10px;
font-size: 10px;
text-align: right;
line-height: 1.3;
}
.q_bg01 {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
 url('/content/dam/31sumai/mfr/X1817/asset/images/voice/bg_voice01.png');
}
.q_bg02 {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
 url('/content/dam/31sumai/mfr/X1817/asset/images/voice/bg_voice02.png');
}
.q_bg03 {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
 url('/content/dam/31sumai/mfr/X1817/asset/images/voice/bg_voice03.png');
}
.q_bg01,.q_bg02,.q_bg03 {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  position: relative;
}
.graph {
padding-top: 20px;
}
.und_rank {
padding-top: 20px;
font-size: 15px;
font-family: "Montserrat", "Shuei Mincho", "秀英明朝 M", "游明朝", "Yu Mincho", serif;
font-weight: bold;
text-align: center;
}
.ans_txt {
font-size: 18px;
line-height: 1.6;
text-align: center;
padding: 20px 0;
}
.ans_txt span {
color: #ffff00;
}
.rel_btn_ttl {
font-size: 16px;
text-align: center;
padding-bottom: 20px;
}

.rel_button01,.rel_button02,.rel_button03 {
  display: flex;
  align-items: center;
  justify-content:center;
  position: relative;
  width: 230px;
  min-height: 50px;
  padding:5px 40px 10px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  text-decoration: none; 
  font-weight: bold;
  transition: all 0.3s ease; 
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.rel_button01 {
  border: 1px solid #009eaa;
  border-left: 10px solid #009eaa;
}
.rel_button02 {
  border: 1px solid #00417f;
  border-left: 10px solid #00417f;
}
.rel_button03 {
  border: 1px solid #948400;
  border-left: 10px solid #948400;
}
.button_arrow01,.button_arrow02,.button_arrow03 {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 16px;
}
.button_arrow01,.button_text01 {
  color: #009eaa;
}
.button_arrow02,.button_text02 {
  color: #00417f;
}
.button_arrow03,.button_text03 {
  color: #948400;
}
.rel_button01:hover,.rel_button02:hover,.rel_button03:hover {
  background-color: #f9f9f9; 
  opacity: 0.9;
}
.button_text01,.button_text02,.button_text03 {
font-size: 24px;
font-family: "Montserrat", "Shuei Mincho", "秀英明朝 M", "游明朝", "Yu Mincho", serif;
font-weight: 300;
line-height: 1.1;
text-align: center;
}
.button_text01 span,.button_text02 span,.button_text03 span {
font-size: 14px;
}
.button_text03_2 {
font-size: 18px;
font-family: "Montserrat", "Shuei Mincho", "秀英明朝 M", "游明朝", "Yu Mincho", serif;
font-weight: 300;
line-height: 1;
text-align: center;
color: #948400;
}
.button_text03_2 span {
font-size: 14px;
}
ul.rel_button_list {
display: flex;
justify-content: center;
gap:10px;
}
ul.list_txt {
margin: 10px 0 0;
font-size: 13px;
line-height: 1.4;
padding-bottom: 20px;
}


}