@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
/*size*/
/*color*/
/*sns*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 generalselectionentry.css
*/
/* generalselectionentry
========================================== */
.generalselectionentry {
  position: relative;
}
.generalselectionentry .article_title {
  margin-bottom: 30px;
}
.generalselectionentry_inner {
  margin: auto;
  padding: 0 20px 0px;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.generalselectionentry_box {
  background-color: #fff;
  margin-bottom: 3%;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  width: 100%;
  letter-spacing: 0.1em;
  overflow: hidden;
  padding-bottom: 3%;
}
.generalselectionentry_q {
  background-color: #e71f19;
  color: #fff;
  padding: 14px 20px 10px;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.525vw;
  font-weight: bold;
}
.generalselectionentry_a {
  border-radius: 0 0 6px 6px;
}
.generalselectionentry .answer {
  padding: 25px 30px 10px;
}
.generalselectionentry .answer_text {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.generalselectionentry .answer_text .iconRed {
  color: #e71f19;
  margin-right: 0.3em;
}
.generalselectionentry .answer_text .colorRed {
  color: #e71f19;
  font-weight: bold;
}
.generalselectionentry .answer_text .comment {
  font-size: 14px;
}
.generalselectionentry .answer_image {
  width: 65%;
  margin: 0 auto 3%;
}
.generalselectionentry .answer_image img {
  width: 100%;
  height: auto;
}
.generalselectionentry .answer_title {
  text-align: center;
  background: #ffec0c;
  color: #e71f19;
  border-radius: 90px;
  padding: 0.5em;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin: 2% auto 1%;
}
.generalselectionentry .answer .attentionBox {
  border: #e71f19 1px solid;
  padding: 1.5em;
  margin-top: 1em;
}
.generalselectionentry .answer .attentionBox .attentionTit {
  color: #e71f19;
  font-weight: bold;
  font-size: 15px;
}
.generalselectionentry .answer .attentionBox .colorRed {
  color: #e71f19;
  font-weight: bold;
}
.generalselectionentry .answer .textBol {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 1.5em;
}
.generalselectionentry .answer .textBol .colorRed {
  color: #e71f19;
  font-weight: bold;
}
.generalselectionentry .answer .linkBtn a {
  width: 50%;
  max-width: 360px;
  margin: 3% auto 1%;
  padding: 2%;
  display: block;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #e71f19;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .generalselectionentry .article_title {
    margin-bottom: 5%;
  }
  .generalselectionentry_box {
    margin-bottom: 4%;
  }
  .generalselectionentry_q {
    padding: 2% 3% 2%;
    font-size: 3.75vw;
  }
  .generalselectionentry .answer {
    padding: 3% 4% 3%;
  }
  .generalselectionentry .answer_title {
    font-size: 3.15vw;
  }
  .generalselectionentry .answer .attentionBox .attentionTit {
    font-size: 3.15vw;
  }
  .generalselectionentry .answer_text {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  .generalselectionentry .answer_text .comment {
    font-size: 2.5125vw;
  }
  .generalselectionentry .answer_illust img {
    width: 75%;
  }
  .generalselectionentry .answer .textBol {
    font-size: 3.15vw;
  }
  .generalselectionentry .answer .linkBtn {
    margin-bottom: 2%;
  }
  .generalselectionentry .answer .linkBtn a {
    width: 80%;
    padding: 3% 2%;
    font-size: 3.125vw;
  }
}
