@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*/
/*
 special.css
*/
/* special
========================================== */
.quiz_sns_info{
  display: none;
}

.special {
  position: relative;
}
.special .article_title {
  margin-bottom: 30px;
}
.special_inner {
  margin: auto;
  padding: 0 20px ;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.special_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;
}
.special {
  border-radius: 15px 15px 0 0;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.special_q_en {
  vertical-align: middle;
  font-family: 'Staatliches', sans-serif;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #fff;
}
.special_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;
}
.special_a {
  border-radius: 0 0 6px 6px;
}

@media only screen and (max-width: 640px) {
  .special .article_title {
    margin-bottom: 5%;
  }
  .special_box {
    margin-bottom: 4%;
  }
  .special_q {
    padding: 2% 3% 2%;
  }
  .special_q_en {
    font-family: 'Staatliches', sans-serif;
    font-size: 40px;
    font-size: 6.25vw;
  }
  .special_q_ja {
    font-size: 20px;
    font-size: 3.125vw;
  }
}

/*----------title----------*/
.special .special_inner .title .titleText{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 1em;
}
.special .special_inner .title .titleText span{
  color: #e71f19;
  font-size: 22px;
}
.special .special_inner .title .titleImage{
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 21.88%;
  background-size: contain !important;
  background:url(../../images/special/image.png) no-repeat;
  margin-bottom: 2%;
}
@media only screen and (max-width: 640px) {
  .special .special_inner .title .titleText{
    font-size: 3vw;
  }
  .special .special_inner .title .titleText span{
    font-size: 4vw;
  }
  .special .special_inner .title .titleImage{
    margin-bottom: 4%;
  }
}

/*----------questionBox----------*/
.special .special_inner .questionBox{
  background-color: #fff;
  margin-bottom: 2%;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  width: 100%;
  letter-spacing: 0.1em;
}
.special .special_inner .questionTit{
  display: flex;
}
.special .special_inner .num{
  font-family: 'Staatliches', sans-serif;
  color: #fff;
  background-color: #e71f19;
  border-radius: 15px 0 20px 0;
  text-align: center;
  font-size: 30px;
  width: 8%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special .special_inner .qtext{
  font-size: 15px;
  margin: 0 2%;
  padding-top: 1em;
  width: 88%;
  float: right;
}
@media only screen and (max-width: 640px) {
  .special .special_inner .questionBox{
    margin-bottom: 4%;
  }
  .special .special_inner .num{
    width: 15%;
    font-size: 5vw;
  }
  .special .special_inner .qtext{
    font-size: 3.2vw;
    margin: 0 4%;
    padding-top: 0.6em;
    width: 100%;
    float: right;
  }
}

/*----------link----------*/
.special .special_inner .link{
  padding: 2% 2% 3%;
  text-align: center;
}
.special .special_inner .link .linkBtn{
  display: inline-block;
  width: 35%;
}
.special .special_inner .link .linkBtn a{
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 0.8em;
  border-radius: 90px;
  font-weight: bold;
  font-size: 16px;
}
.special .special_inner .link .linko{
  margin-right: 1%;
}
.special .special_inner .link .linko a{
  background-color: #e71f19;
}
.special .special_inner .link .linkx{
  margin-left: 1%;
}
.special .special_inner .link .linkx a{
  background-color: #0c3494;
}
@media only screen and (max-width: 640px) {
  .special .special_inner .link{
    padding: 5% 3%;
  }
  .special .special_inner .link .linkBtn{
    display: block;
    width: 80%;
  }
  .special .special_inner .link .linkBtn a{
    font-size: 3vw;
  }
  .special .special_inner .link .linko{
    margin:0 auto 3%;
  }
  .special .special_inner .link .linkx{
    margin:0 auto;
  }
}

/*----------modal----------*/
.modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.modalArea.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalArea .modalAreaInner{
  width: 60%;
  background: url(../../images/common/bg_grid.png) repeat;
  border-radius: 30px;
  border: 10px solid #e71f19;
  padding-bottom: 3%;
  display: none;
}
.modalArea .modalAreaInner.active {
  display: block;
  animation: zoomIn 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.modalClose {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s;
}
.modalClose:hover {
  transform: scale(1.2);
}
.modalArea .resultTrue{
  border-color: #e71f19;
}
.modalArea .resultFalse{
  border-color: #0c3494;
}
.modalArea .modalResult{
  text-align: center;
  opacity: 1;
}
.modalArea .modalResult .resultText{
  font-size: 36px;
  margin: 1em auto 0.6em;
  font-weight:bold;
}
.modalArea .modalResult .resultMark{
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  width: 30%;
  height: 0;
  padding-top: 30%;
  background-size: contain !important;
  margin: 2% auto 5%;
}
.modalArea .modalResult .resultMark.markTrue{
  background:url(../../images/special/mark_o.png) no-repeat;
}
.modalArea .modalResult .resultMark.markFalse{
  background:url(../../images/special/mark_x.png) no-repeat;
}
.modalArea .modalResult .textTrue{
  color: #e71f19;
}
.modalArea .modalResult .textFalse{
  color: #0c3494;
}
.modalArea .modalText{
  width: 90%;
  margin: auto;
  background: #ffec0c;
  border-radius: 20px;
  padding: 1em;
}
.modalArea .modalText .text{
  text-align: center;
  font-size: 15px;
}

@media only screen and (max-width: 640px) {
  .modalArea .modalAreaInner{
    width: 85%;
    border: 5px solid #e71f19;
  }
.modalArea .resultTrue{
  border-color: #e71f19;
}
.modalArea .resultFalse{
  border-color: #0c3494;
}
  .modalArea .modalResult .resultText{
    font-size: 6vw;
  }
  .modalArea .modalText .text{
    font-size: 3.4vw;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}