/*=============================================================
 01_base
=============================================================*/
#content .inner {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1406px) {
  #content .inner {
    width: 78.2361308677vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: auto;
    margin: 0 3.125vw;
  }
}
@media only screen and (max-width: 1406px) {
  #content img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .page-detail {
  position: relative;
  width: 1200px;
  border-radius: 30px;
  background-color: #fff;
  padding: 40px 50px 0;
  margin: -156px auto 40px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail {
    width: 85.3485064011vw;
    padding: 2.8449502134vw 3.5561877667vw 0;
    border-radius: 2.13371266vw;
    margin: -11.0953058321vw auto 2.8449502134vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail {
    width: auto;
    padding: 3.75vw 3.125vw 1.875vw;
    margin: -41.25vw 0 0;
    border-radius: 4.6875vw 4.6875vw 0 0;
  }
}
#content .page-detail .box {
  margin: 0 28px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .box {
    margin: 0 1.9914651494vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box {
    display: block;
    margin: 0;
  }
}
#content .page-detail .box .txt-box {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box {
    width: auto;
    text-align: center;
    margin-bottom: 5.46875vw;
  }
}
#content .page-detail .box .txt-box h2 {
  font-size: 44px;
  line-height: 1.2;
  margin-top: -0.45em;
  margin-bottom: 15px;
  padding-top: 28px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .box .txt-box h2 {
    font-size: 3.1294452347vw;
    margin-bottom: 1.06685633vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box h2 {
    font-size: 46px;
    font-size: 7.1875vw;
    line-height: 1.1;
    margin-bottom: 2.34375vw;
  }
}
#content .page-detail .box .txt-box h2 span {
  font-weight: 300;
}
#content .page-detail .box .txt-box p.text {
  font-size: 18px;
  padding-top: 20px;
}
@media only screen and (max-width: 1406px) {
  #content .page-detail .box .txt-box p.text {
    font-size: 1.280227596vw;
    padding-top: 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .page-detail .box .txt-box p.text {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#content .question-detail {
  position: relative;
  padding: 35px 0 75px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 1406px) {
  #content .question-detail {
    padding: 2.4893314367vw 0 5.3342816501vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .question-detail {
    padding: 4.6875vw 0 4.375vw;
  }
}
#content .question-detail h3 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 40px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1406px) {
  #content .question-detail h3 {
    font-size: 1.9914651494vw;
    padding-left: 2.8449502134vw;
    margin-bottom: 1.9914651494vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .question-detail h3 {
    font-size: 34px;
    font-size: 5.3125vw;
    padding: 0.78125vw 0 0.78125vw 4.6875vw;
    margin-bottom: 3.4375vw;
  }
}
#content .question-detail h3::before {
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1406px) {
  #content .question-detail h3::before {
    width: 1.7780938834vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .question-detail h3::before {
    width: 3.125vw;
  }
}
#content .question-detail .block dl {
  padding: 25px 50px;
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1406px) {
  #content .question-detail .block dl {
    padding: 1.7780938834vw 3.5561877667vw;
    border-radius: 2.13371266vw;
    margin-bottom: 2.13371266vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .question-detail .block dl {
    margin: 0 3.125vw;
    padding: 3.90625vw 3.125vw;
    margin-bottom: 4.6875vw;
    border-radius: 4.6875vw;
  }
}
#content .question-detail .block dl dt {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #CCCCCC;
  padding-left: 48px;
}
@media only screen and (max-width: 1406px) {
  #content .question-detail .block dl dt {
    font-size: 1.280227596vw;
    padding-bottom: 1.7780938834vw;
    margin-bottom: 1.7780938834vw;
    padding-left: 3.413940256vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .question-detail .block dl dt {
    font-size: 24px;
    font-size: 3.75vw;
    padding-left: 5.9375vw;
    padding-bottom: 3.90625vw;
    margin-bottom: 3.4375vw;
  }
}
#content .question-detail .block dl dt::before {
  content: "Q";
  display: block;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: 0;
  color: #38B5ED;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media only screen and (max-width: 1406px) {
  #content .question-detail .block dl dt::before {
    font-size: 2.2759601707vw;
    top: -0.5689900427vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .question-detail .block dl dt::before {
    font-size: 5.625vw;
    top: -0.625vw;
  }
}
#content .question-detail .block dl dd {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 48px;
}
@media only screen and (max-width: 1406px) {
  #content .question-detail .block dl dd {
    font-size: 1.1379800853vw;
    padding-left: 3.413940256vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .question-detail .block dl dd {
    font-size: 22px;
    font-size: 3.4375vw;
    padding-left: 5.9375vw;
  }
}
#content .question-detail .block dl dd::before {
  content: "A";
  display: block;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: 0;
  color: #F08C9C;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media only screen and (max-width: 1406px) {
  #content .question-detail .block dl dd::before {
    font-size: 2.2759601707vw;
    top: -0.5689900427vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .question-detail .block dl dd::before {
    font-size: 5.625vw;
    top: -0.625vw;
  }
}

#question.novel #content h3::before {
  background-color: #3DB7ED;
}
#question.novel #content .question-detail {
  background: url("../images/novel/bg.png") no-repeat top right #F5F5F5;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  #question.novel #content .question-detail {
    background: #F5F5F5;
  }
}
#question.illust #content h3::before {
  background-color: #F86FA3;
}
#question.illust #content .question-detail {
  background: url("../images/illust/bg.png") no-repeat top right #F5F5F5;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  #question.illust #content .question-detail {
    background: #F5F5F5;
  }
}
#question.comic #content h3::before {
  background-color: #93D12C;
}
#question.comic #content .question-detail {
  background: url("../images/comic/bg.png") no-repeat top right #F5F5F5;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  #question.comic #content .question-detail {
    background: #F5F5F5;
  }
}