@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*/
/*
 entryend.css
*/
/* entryend
========================================== */
.entryend {
  position: relative;
}
.entryend .article_title {
  margin-bottom: 30px;
}
.entryend_inner {
  margin: auto;
  padding: 0 20px 20px;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.entryend_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;
}
.entryend #step01 {
  position: relative;
}
.entryend #step01:before {
  content: '';
  width: 100%;
  background: url("/quiz/2025/images/entryend/arrow.png") no-repeat center top;
  background-size: contain;
  padding-top: 3.15%;
  position: absolute;
  bottom: -17px;
  left: 0;
  line-height: 0;
}
.entryend #step02 {
  position: relative;
}
.entryend #step02:before {
  content: '';
  width: 100%;
  background: url("/quiz/2025/images/entryend/arrow.png") no-repeat center top;
  background-size: contain;
  padding-top: 3.15%;
  position: absolute;
  bottom: -17px;
  left: 0;
  line-height: 0;
}
.entryend #step03 {
  margin-bottom: 0;
}
.entryend_q {
  background-color: #e71f19;
  padding: 14px 20px 10px;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.entryend_q_en {
  vertical-align: middle;
  font-family: 'Staatliches', sans-serif;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #fff;
}
.entryend_q_ja {
  font-family: 'Noto Sans JP', sans-serif;
  margin-right: 0.5em;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.entryend_a {
  border-radius: 0 0 6px 6px;
}
.entryend .answer {
  padding: 25px 30px 30px;
}
.entryend .answer_title {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #e71f19;
  line-height: 1.8em;
  text-align: center;
  letter-spacing: 0.1em;
}
.entryend .answer_text {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.entryend .answer .-note {
  color: #e71f19;
  text-indent: -1em;
  padding-left: 1em;
}
.entryend .answer_btn{
  width: 50%;
  margin: 15px auto 0;
  padding: 2%;
  max-width: 360px;
  background-color: #aaa;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.entryend .answer_btn a {
  width: 50%;
  margin: 15px auto 0;
  padding: 2%;
  max-width: 360px;
  background-color: #000;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.entryend .answer_btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  .entryend .answer_btn a:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  .entryend .answer_btn a:hover:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
.entryend .answer_illust {
  text-align: center;
}
.entryend .answer_illust img {
  width: 96%;
  height: auto;
}
.entryend .answer.-a02 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.entryend .answer.-a02 .answer_title {
  width: 100%;
}
.entryend .answer.-a02 .answer_block {
  width: 50%;
  margin-top: 10px;
}
.entryend .answer.-a02 .answer_block:nth-child(2) .answer_illust {
  padding: 10px 0;
}
.entryend .answer.-a02 .answer_block:nth-child(3) {
  padding-left: 15px;
}
.entryend .answer.-a02 .answer_illust {
  text-align: center;
}
.entryend .answer.-a02 .answer_illust img {
  max-width: 401px;
}
.entryend .answer.-a03 .answer_text {
  padding-bottom: 8px;
}
.entryend .answer.-a03 .answer_text span {
  color: #e71f19;
}
.entryend .answer.-a03 .answer_text:nth-child(1) span {
  font-size: 18px;
}
.entryend .answer.-a03 .answer_illust {
  padding-top: 15px;
}
.entryend .answer.-a03 .answer_illust img {
  max-width: 807px;
}

@media only screen and (max-width: 640px) {
  .entryend .article_title {
    margin-bottom: 5%;
  }
  .entryend_box {
    margin-bottom: 4%;
  }
  .entryend #step01::before, .entryend #step02::before {
    padding-top: 5.4%;
    bottom: -3.5vw;
  }
  .entryend_q {
    padding: 2% 3% 2%;
  }
  .entryend_q_en {
    font-family: 'Staatliches', sans-serif;
    font-size: 40px;
    font-size: 6.25vw;
  }
  .entryend_q_ja {
    font-size: 20px;
    font-size: 3.125vw;
  }
  .entryend .answer {
    padding: 3% 4% 3%;
  }
  .entryend .answer_title {
    font-size: 24px;
    font-size: 3.75vw;
    padding-bottom: 0;
  }
  .entryend .answer_text {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  .entryend .answer_btn{
    width: 60%;
    margin: 3% auto;
    padding: 3.1% 5.5% 3.1%;
    font-size: 3.125vw;
  }
  .entryend .answer_btn a {
    width: 60%;
    margin: 3% auto;
    padding: 3.1% 5.5% 3.1%;
    font-size: 3.125vw;
  }
  .entryend .answer.-a02 .answer_title {
    width: 100%;
  }
  .entryend .answer.-a02 .answer_block {
    width: 100%;
    margin-top: 0;
  }
  .entryend .answer.-a02 .answer_block:nth-child(2) {
    padding-bottom: 4%;
  }
  .entryend .answer.-a02 .answer_block:nth-child(2) .answer_illust {
    padding: 1% 0;
  }
  .entryend .answer.-a02 .answer_block:nth-child(3) {
    padding-left: 0;
  }
  .entryend .answer.-a03 .answer_text {
    padding-bottom: 0;
  }
  .entryend .answer.-a03 .answer_text:nth-child(1) span {
    font-size: 20px;
    font-size: 3.125vw;
  }
  .entryend .answer.-a03 .answer_illust {
    padding-top: 4%;
  }
}
