@charset "utf-8";

/* ==========================================================

title : 刀剣ワールド 城 国盗りクイズ
scope : 刀剣ワールド 城 国盗りクイズ紹介ページ

last modify : 2020/12/29 TCI福岡_sakaguchi バナー共通化対応

2020/09/23 TCI福岡／リンクボタンデザイン改修
2019/08/29 TCI_福岡 修正
2017/09/19 247_morita 新規作成

========================================================== */
body {
  background: none;
}

.wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* ClearFix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .wrap img {
    width: auto;
  }
  .mod_step .inner {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ title read */
/* ------------------------------------ */
.ttl_quiz_info {
  max-width: 820px;
  position: absolute;
  width: 100%;
}

.ttl_quiz_info_01 {
  left: 38px;
  top: 0;
}

.ttl_quiz_info_02 {
  left: 145px;
  top: 25px;
}

.ttl_quiz_info_img {}

.ttl_quiz_info_img img {
  width: auto;
}

.ttl_step_img {
  display: block;
}

.ttl_step_01 .ttl_step_img img {
  max-width: 496px;
  width: 100%;
}

.ttl_step_02 .ttl_step_img img {
  max-width: 720px;
  width: 100%;
}

.ttl_step_03 .ttl_step_img img {
  max-width: 688px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ttl_quiz_info {
    background: url(../image/ttl_step_bg.png) no-repeat center center;
    background-size: contain;
    height: 90px;
    padding: 21px 34px;
  }
}

@media only screen and (max-width: 980px) {
  .ttl_quiz_info {
    margin: 0 auto;
    max-width: 800px;
    width: calc(100% - 20px);
  }
  .ttl_quiz_info_01,
  .ttl_quiz_info_02 {
    left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_quiz_info {
    align-items: center;
    background: url(../image/ttl-step-bg-sp.png) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    padding: 4% 30px;
  }
  .ttl_quiz_info_img img {
    max-height: 28px;
  }
  .ttl_quiz_info_02 {
    top: 30px;
  }
}

/* リード文 */
.lead {
  font-size: 18px;
  position: relative;
}

.lead::before,
.lead::after {
  content: "";
  display: block;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .lead {
    font-size: 15px;
  }
}

/* ------------------------------------ */
/* ▼ QRコード */
/* ------------------------------------ */
.box__qr p {
  margin: 10px 0 30px;
}

/* ------------------------------------ */
/* ▼ クイズアプリに挑戦してみよう！ */
/* ------------------------------------ */
.box_quiz_info_block {
  position: relative;
}

.quiz_info_block02 {
  background: url(../image/bg-box-pattern-rep.png);
}

.box_quiz_ex_block {
  background: url(../image/img-cap-quiz-01.png) no-repeat right 267px top 139px, url(../image/bg_cloud_01.png) no-repeat left 0 bottom -233px;
  position: relative;
}

.box_quiz_ex_block_inner {
  background: url(../image/img-chara-quiz-01.png) no-repeat right top 2px;
  height: 654px;
  padding: 90px 0 75px 63px;
  position: relative;
}

.box_quiz_ex_block_inner::before,
.box_quiz_ex_block_inner::after {
  content: "";
  display: block;
  position: absolute;
}

.box_quiz_ex_block_inner::before {
  background: url(../image/bg_img_02.png) no-repeat 0 0;
  background-size: contain;
  height: 72px;
  left: 0;
  top: 52.8%;
  width: 210px;
}

.box_quiz_ex_block_inner::after {
  background: url(../image/bg_img_03.png) no-repeat 0 0;
  background-size: contain;
  height: 114px;
  bottom: 0;
  left: 35.4%;
  width: 194px;
}

.box_quiz_ex {
  margin-top: 49px;
  max-width: 414px;
}

.box_quiz_ex .lead {
  margin: 17px auto 0;
  padding: 0 7px;
}

.ttl_quiz_ex {
  border-bottom: 1px solid #765f1f;
  padding-bottom: 2px;
  text-align: center;
}

.ttl_quiz_ex img {
  width: auto;
}

.img_quiz_ex {
  margin-top: 58px;
  max-width: 414px;
  text-align: center;
  position: relative;
}

.img_quiz_ex img {
  width: auto;
}

@media (min-width: 768px) {
  .quiz_info_block02 {
    padding-top: 25px;
  }
  .box_quiz_ex_block {
    margin-top: 68px;
  }
}

@media only screen and (max-width: 980px) {
  .box_quiz_ex_block {
    background: url(../image/bg_cloud_01.png) no-repeat left 0 bottom -233px;
  }
}

@media only screen and (max-width: 931px) {
  .box_quiz_ex_block {
    background: url(../image/bg_cloud_01.png) no-repeat left 0 bottom -233px;
  }
}

@media (max-width: 767px) {
  .quiz_info_block02 {
    padding-top: 30px;
  }
  .box_quiz_ex_block {
    margin-top: 20px;
  }
  .box_quiz_ex_block_inner {
    background: none;
    height: 530px;
    padding: 85px 0 75px;
  }
  .box_quiz_ex {
    margin: 20px auto 0;
  }
  .img_quiz_ex {
    margin: 20px auto 0;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .box_quiz_ex_block_inner {
    padding-top: 60px;
  }
}

/* ------------------------------------ */
/* ▼ お城に関するクイズに正解して、全国の城を攻め落とせ！ _how */
/* ------------------------------------ */
._how {
  background: url(../image/img_cap_step_01.png) no-repeat right 54px top 197px, url(../image/bg_cloud_01.png) no-repeat left 0 bottom -28px;
  position: relative;
}

._how .ttl_step {
  position: absolute;
  left: 218px;
  top: 114px;
}

._how .inner {
  background: url(../image/img_chara_step_01.png) no-repeat left -3px top 22px;
  height: 735px;
  padding-bottom: 75px;
  padding-top: 90px;
  position: relative;
}

._how .inner .lead {
  margin: 145px 0 13px 280px;
  width: 410px;
}

._how .inner .castle_choice {
  margin-left: 278px;
  width: 416px;
}

._how .inner .castle_choice dt {
  text-align: center;
}

._how .inner .castle_choice dd ul {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  width: 344px;
}

._how .inner .castle_choice dd ul li {
  width: 108px;
}

@media only screen and (max-width: 980px) {
  ._how {
    background-size: 21%, auto;
  }
  ._how .inner .lead {
    width: 40%;
  }
  ._how .inner .castle_choice {
    width: 40%;
  }
}

@media only screen and (max-width: 931px) {
  ._how {
    background: url(../image/bg_cloud_01.png) no-repeat left 0 bottom -180px;
  }
  ._how .inner {
    background: url(../image/img_chara_step_01.png) no-repeat 0 100px;
    height: 780px;
    padding-top: 2em;
    padding-left: 16%;
  }
  ._how .inner .lead {
    margin: 180px auto 15px;
    width: 60%;
  }
  ._how .inner .castle_choice {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  ._how {
    background-position: left 105px;
    padding: 100px 0 40px;
  }
  ._how .inner {
    background: none;
    height: auto;
    padding: 0 20px;
  }
  ._how .inner .lead {
    background: rgba(255, 255, 255, .85);
    float: none;
    margin: 0 auto 20px;
    padding: 1em;
    width: 100%;
  }
  ._how .inner .castle_choice {
    float: none;
    width: 100%;
  }
  ._how .inner .castle_choice dt {
    background: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .85), rgba(255, 255, 255, .85), rgba(255, 255, 255, .1));
    padding: .5em;
    width: 100%;
  }
  ._how .inner .castle_choice dd ul {
    padding: 0 10px;
    width: 100%;
  }
  ._how .inner .castle_choice dd ul li {
    text-align: center;
    width: 32%;
  }
}

@media only screen and (max-width: 480px) {
  ._how {
    padding-top: 80px;
  }
}

/* ------------------------------------ */
/* ▼ 訓練でレベルを上げて、アイテムを手に入れよう！ _play */
/* ------------------------------------ */
._play {
  background: url(../image/img_cap_step_02.png) no-repeat right 236px top 264px, url(../image/bg_cloud_02.png) no-repeat 0 27px;
  position: relative;
}

._play .ttl_step {
  position: absolute;
  left: 57px;
  top: -16px;
}

._play .inner {
  background: url(../image/img_chara_step_02.png) no-repeat right top 26px, url(../image/bg_img_02.png) no-repeat right 169px top 80px;
  overflow: hidden;
  padding-bottom: 37px;
  padding-top: 40px;
  position: relative;
}

._play .inner .lead {
  margin-bottom: 65px;
  margin-left: 121px;
  margin-top: 45px;
  width: 410px;
}

._play .lead::before {
  background: url(../image/bg_img.png) no-repeat 0 0;
  height: 60px;
  bottom: -80px;
  left: -170px;
  width: 216px;
}

._play .inner .lead::after {
  background: url(../image/bg_img.png) no-repeat 0 0;
  height: 60px;
  bottom: -65px;
  right: 6px;
  width: 216px;
}

._play .inner .item_ex {
  background: url(../image/img_item.png) no-repeat -11px 89px;
  height: 426px;
  margin-left: 26px;
  position: relative;
  width: 498px;
}

._play .inner .item_ex dt {
  left: 127px;
  position: absolute;
  top: 38px;
}

._play .inner .item_ex dd {
  font-size: 18px;
  left: 162px;
  position: relative;
  top: 75px;
  width: 300px;
}

@media only screen and (max-width: 980px) {
  ._play .inner .lead {
    width: 40%;
  }
  ._play .inner .item_ex {
    background-position: left bottom;
    background-size: 100% auto;
    width: 46%;
  }
  ._play .inner .item_ex dt {
    left: 106px;
  }
  ._play .inner .item_ex dd {
    left: 125px;
  }
}

@media only screen and (max-width: 931px) {
  ._play {
    background:
    url(../image/bg_cloud_01.png) no-repeat 0 -450px,
    url(../image/bg_cloud_02.png) no-repeat 0 180px;
  }
  ._play .inner {
    background: url(../image/img_chara_step_02.png) no-repeat right 30px;
    padding-bottom: 80px;
  }
  ._play .inner .lead {
    background: rgba(249, 242, 224, .85);
    padding: 1em;
    margin-top: 0;
    margin-left: calc(8% - 1em);
    margin-bottom: 20px;
    width: calc(410px - 1em);
  }
  ._play .inner .item_ex {
    height: 450px;
    width: 60%;
  }
  ._play .inner .item_ex dt {
    top: 33px;
    left: 140px;
  }
  ._play .inner .item_ex dd {
    top: 65px;
    left: 160px;
  }
}

@media only screen and (max-width: 767px) {
  ._play {
    background-position: 0 -540px ,0 340px;
    padding-bottom: 40px;
  }
  ._play .inner {
    background: none;
    padding: 0 20px;
  }
  ._play .inner .lead {
    background: rgba(255, 255, 255, .85);
    padding: 1em;
    margin-left: calc(5% - 1em);
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
  ._play .inner .item_ex {
    height: auto;
    margin-left: 0;
    width: 100%;
    padding-top: 110%;
  }
  ._play .inner .item_ex dt,
  ._play .inner .item_ex dd {
    background: rgba(255, 255, 255, .85);
    width: 100%;
    position: absolute;
    left: 0;
  }
  ._play .inner .item_ex dt {
    padding: 1em 1em 0 1em;
    top: 0;
  }
  ._play .inner .item_ex dd {
    font-size: 15px;
    padding: 0 1em 1em 2em;
    top: 52px;
  }
}

@media only screen and (max-width: 480px) {
  ._play {
    background-position: 0 -518px ,0 340px;
  }
}

/* ------------------------------------ */
/* ▼ 全国の城を攻め落とし、天下統一を目指せ！ _aim */
/* ------------------------------------ */
._aim {
  background:
  url(../image/img_cap_step_03.png) no-repeat 287px 180px,
  url(../image/bg_cloud_06.png) no-repeat left bottom,
  url(../image/bg_cloud_02.png) no-repeat 0 -612px;
  position: relative;
  padding-bottom: 240px;
}

._aim .ttl_step {
  position: absolute;
  right: 48px;
  top: 48px;
}

._aim .inner {
  background:
  url(../image/img_chara_step_03.png) no-repeat 0 0,
  url(../image/img_win.png) no-repeat right 390px,
  url(../image/bg_img.png) no-repeat 360px 118px;
  height: 700px;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
}

._aim .inner .lead {
  margin-bottom: 80px;
  margin-left: 550px;
  margin-top: 75px;
  max-width: 410px;
}

._aim .inner .lead::after {
  background: url(../image/bg_img.png) no-repeat 0 0;
  height: 60px;
  bottom: -76px;
  right: -104px;
  width: 216px;
}

figure.content_logo {
  position: absolute;
  max-width: 460px;
  margin: 6.5em auto 0;
  left: 0;
  right: 0;
  width: 100%;
}

@media only screen and (max-width: 931px) {
  ._aim {
    background:
    url(../image/bg_cloud_06.png) no-repeat left bottom,
    url(../image/bg_cloud_02.png) no-repeat 0 -596px;
    padding-bottom: 230px;
  }
  ._aim .inner {
    background:
    url(../image/img_chara_step_03.png) no-repeat,
    url(../image/img_win.png) no-repeat,
    url(../image/bg_img.png) no-repeat;
    background-position: 0 100px, 95% 400px, 360px 152px;
    height: 800px;
    padding-top: 90px;
  }
  ._aim .inner .lead {
    background: rgba(249, 242, 224, .85);
    float: right;
    margin: 20px calc(8% - 1em) 0 0;
    padding: 1em;
    width: calc(410px - 1em);
  }
  .ttl_step {
    margin: 0 auto;
  }
  figure.content_logo {
    margin-top: 5.5em;
  }
}

@media only screen and (max-width: 767px) {
  ._aim {
    background:
    url(../image/bg_cloud_06.png) no-repeat left bottom,
    url(../image/bg_cloud_02.png) no-repeat 0 -460px;
    padding-bottom: 160px;
  }
  ._aim .inner {
    background:
    url(../image/img_win.png) no-repeat right bottom,
    url(../image/bg_img.png) no-repeat 360px 152px;
    background-size: 100%, auto, auto;
    height: auto;
    padding: 0 20px 270px;
  }
  .ttl_step .ttl_step_img,
  ._aim .ttl_step .ttl_step_img {
    padding: 0 5%;
    margin: 0 0 15px 0;
    overflow: hidden;
  }
  ._aim .inner .lead {
    background: rgba(255, 255, 255, .85);
    float: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }
  ._aim .inner .lead::after {
    display: none;
  }
  figure.content_logo {
    margin: 50px auto 0;
  }
  ._how .ttl_step,
  ._play .ttl_step,
  ._aim .ttl_step {
    margin: 0 auto;
    max-width: 450px;
    position: static;
  }
  .ttl_step_01 .ttl_step_img img {
    max-width: 670px;
    width: 100%;
    float: right;
  }
  .ttl_step_02 .ttl_step_img img,
  .ttl_step_03 .ttl_step_img img {
    max-width: 500px;
    width: 100%;
    float: right;
  }
}

@media only screen and (max-width: 500px) {
  ._aim {
    background-position: left bottom, 0 -327px;
    padding-bottom: 30%;
  }
  ._aim .inner {
    padding-bottom: 55%;
  }
  figure.content_logo {
    margin-top: 7%;
    padding: 0 10px;
  }
}

/* ------------------------------------ */
/* ▼ bnr */
/* ------------------------------------ */
.box__links.multi_bnr_link {
  margin: 0 auto;
}
.box__links.multi_bnr_link02 {
  margin: 0 auto;
  max-width: 860px;
}
.multi_bnr_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.multi_bnr_items .multi_bnr_caption {
  line-height: 1.4;
  text-align: justify;
}

@media (min-width: 768px) {
  .multi_bnr_items {
    width: 48.1928%;
    max-width: 400px;
    margin: 0 15px;
  }
  .multi_bnr_items .multi_bnr_caption {
    letter-spacing: .03em;
    margin: -6px auto 30px;
  }
}

@media (max-width: 767px) {
  .box__links.multi_bnr_link figcaption {
    margin-bottom: 0;
  }
  .box__links.multi_bnr_link02 {
    max-width: 580px;
  }
  .box__links.multi_bnr_link02 img {
    margin: 0 auto;
  }
  .multi_bnr_items .multi_bnr_caption {
    margin: 4px auto 0;
  }
}

/* ------------------------------------ */
/* クイズ */
/* ------------------------------------ */
/* -- 共通部分 -- */
.q_title01 {
  font-size: 20px;
  letter-spacing: .06em;
  line-height: 1.5;
  margin: 23px auto;
  max-width: 730px;
  padding: 0 54px;
  width: 100%;
  text-align: left;
}

.q_sample_title {
  font-size: 20px;
  letter-spacing: .06em;
  max-width: 730px;
  margin: 24px 0 0 59px;
  position: relative;
}

.q_separate {
  background-color: #be9828;
  font-size: 0;
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  text-indent: -99999px;
}

.q_separate::before,
.q_separate::after {
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.q_separate::before {
  width: 59px;
  height: 59px;
  left: 0;
}

.q_separate::after {
  width: 114px;
  height: 36px;
  right: 0;
}

.q_separate.is_sample::before {
  background-image: url(../image/ico-quiz-ques00-01.png);
}

.q_separate.is_q1::before {
  background-image: url(../image/ico-quiz-ques01-01.png);
}

.q_separate.is_q2::before {
  background-image: url(../image/ico-quiz-ques02-01.png);
}

.q_separate.is_q3::before {
  background-image: url(../image/ico-quiz-ques03-01.png);
}

.q_separate.is_q4::before {
  background-image: url(../image/ico-quiz-ques04-01.png);
}

.q_separate.is_q5::before {
  background-image: url(../image/ico-quiz-ques05-01.png);
}

.q_separate.is_q6::before {
  background-image: url(../image/ico-quiz-ques06-01.png);
}

.q_separate.is_q7::before {
  background-image: url(../image/ico-quiz-ques07-01.png);
}

.q_separate.is_q8::before {
  background-image: url(../image/ico-quiz-ques08-01.png);
}

.q_separate.is_q9::before {
  background-image: url(../image/ico-quiz-ques09-01.png);
}

.q_separate.is_q10::before {
  background-image: url(../image/ico-quiz-ques10-01.png);
}

.q_separate.is_started::after,
.q_sample_title.is_started::after {
  background-image: url(../image/ico-quiz-label-01.png);
}

.q_separate.is_beginner::after {
  background-image: url(../image/ico-quiz-label-02.png);
}

.q_separate.is_intermediate::after {
  background-image: url(../image/ico-quiz-label-03.png);
}

.q_separate.is_advanced::after {
  background-image: url(../image/ico-quiz-label-04.png);
}

.q_separate.is_hgrade::after {
  background-image: url(../image/ico-quiz-label-05.png);
}

@media (max-width: 767px) {
  .rule_content_inner {
    padding: 0 2.75%;
  }
  .rule_content_inner:before {
    content: none;
  }
  .quiz .item.quiz_area .ttl3 {
    padding: 0;
    text-align: center;
  }
  .quiz .item.quiz_area .item__inner {
    padding: 0;
    margin: 0 auto 2em;
  }
  .quiz .item.quiz_area .img {
    padding: 0 15px;
    margin: 0 auto;
  }
  .quiz .item.quiz_area .sdesc {
    float: right;
    padding: 0 20px 0 20px;
  }
  .q_sample_title {
    font-size: 15px;
    margin: 5em auto 0;
    max-width: 500px;
  }
  .q_sample_title:before {
    top: -20px;
    right: 20%;
  }
  .q_sample_title:after {
    top: -20px;
    height: 30px;
    width: 96px;
  }
  .q_separate::after {
    width: 96px;
    height: 30px;
  }
}

/* -- 例題部分 -- */
.box_quiz_question_block {
  background:
    url(../image/bg_cloud_04.png) 0 -174px no-repeat,
    url(../image/bg_cloud_05.png) 0 925px;
  padding: 30px 10px 50px;
}

.box_quiz_answer_block {
  background:
    url(../image/bg_cloud_04.png) 0 -398px no-repeat,
    url(../image/bg_cloud_04.png) 0 460px no-repeat,
    url(../image/bg-box-pattern-rep.png);
  padding: 87px 10px 40px;
  position: relative;
}

.box_quiz_answer_block::after {
  background: url(../image/bg_img.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  bottom: 198px;
  left: 2px;
  width: 216px;
}

.answer_rule_content {
  background: url(../image/bg-quiz-ex-01-rep.png) 0 0;
  background-size: contain;
  margin: 0 auto;
  max-width: 830px;
  position: relative;
  z-index: 2;
}
.answer_rule_content::before {
  background: url(../image/bg-quiz-ex-01-top.png) 0 bottom no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
}
.answer_rule_content::after {
  background: url(../image/bg-quiz-ex-01-btm.png) 0 top no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}

.answer_rule_content .q_row_wrap {
  padding-top: 30px;
}

.q_title_h4 {
  background: url(../image/bg-quiz-ex-ttl-01.png) no-repeat;
  background-size: 100%;
  color: #fff;
  display: block;
  height: 62px;
  font-size: 26px;
  font-weight: 600;
  margin: 0 auto -7px;
  max-width: 422px;
  position: absolute;
  text-align: center;
  top: -65px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.q_title_h4_inner {
  display: block;
  margin: 16px 0;
  text-align: center;
}

.q_read01 {
  letter-spacing: .06em;
  padding-top: 13px;
  text-align: center;
}

.q_read02 {
  letter-spacing: .06em;
  margin-top: 25px;
  text-align: center;
}

.q_read03 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.3;
  margin-top: 25px;
  text-align: center;
}

.q_read03 .txt_red01 {
  color: #c5171d;
}

@media (min-width: 768px) {
  .answer_rule_content {
    padding: 0 48px 11px;
  }
}

@media (max-width: 767px) {
  .box_quiz_question_block {
    background-position: 0 -478px, 0 925px;
    padding: 30px 10px 0;
  }
  .answer_rule_content {
    max-width: 560px;
    padding: 50px 20px 0;
  }
  .answer_rule_content::before {
    height: 4.15%;
    top: -4.15%;
    width: 100%;
  }
  .answer_rule_content::after {
    height: 4.15%;
    bottom: -4.15%;
    width: 100%;
  }
  .q_title01 {
    font-size: 15px;
    margin: 35px auto 15px;
    padding: 0 20px;
  }
  .q_title_h4 {
    top: -55px;
  }
  .q_title_h4_inner {
    font-size: 16px;
    margin: 5% 0;
  }
  .q_read01 {
    font-size: 15px;
  }
  .q_read02 {
    font-size: 15px;
    margin-top: 15px;
  }
  .q_read03 {
    font-size: 19px;
    letter-spacing: .06em;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .box_quiz_question_block {
    background-position: 0 -174px, 0 870px;
  }
  .answer_rule_content {
    padding-top: 30px;
  }
  .q_title_h4_inner {
    margin: 4% 0;
  }
  .q_read03 {
    font-size: 4.4vw;
  }
}

/* -- 出題部分 -- */
.q_all_wrap {
  background: #fff;
  margin: 0 auto;
  max-width: 830px;
  transition: opacity .3s;
  padding: 0 5% 5.4%;
}

.quiz_section {}

.q_row_wrap {
  padding-top: 57px;
}

.q_row_wrap.is_first {
  padding-top: 76px;
}

.q_contents_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 696px;
  margin-left: 40px;
}

.q_btn_wrap {
  width: 41.02%;
}

.is_sample .q_btn_wrap {
  position: relative;
}

.q_select_btn {
  background: url(../image/bg-quiz-btn.png) no-repeat 0 0;
  background-size: 100% auto;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-feature-settings: "pkna";
  line-height: 1;
  margin-top: 9px;
  max-width: 276px;
  outline: none;
  padding: 5% 14%;
  position: relative;
  text-align: left;
  transition: opacity .3s;
  width: 100%;
}

@media (min-width: 768px) {
  .q_select_btn:hover {
    opacity: .6;
  }
  .is_sample .q_select_btn:hover {
    opacity: 1;
  }
}

.q_select_btn:first-of-type {
  margin-top: 0;
}

.q_select_btn_num {
  font-size: 0;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
}

.q_select_btn_num.num01 {
  background: url(../image/txt-quiz-num-01.png) center center no-repeat;
}

.q_select_btn_num.num02 {
  background: url(../image/txt-quiz-num-02.png) center center no-repeat;
}

.q_select_btn_num.num03 {
  background: url(../image/txt-quiz-num-03.png) center center no-repeat;
}

.q_select_btn_num.num04 {
  background: url(../image/txt-quiz-num-04.png) center center no-repeat;
}

.q_select_btn_text {
  color: #fff;
  font-size: 22px;
  display: block;
  width: 100%;
  text-align: center;
}

.q_select_btn.is_active {
  background-image: url(../image/bg-quiz-btn-ac.png);
}

.q_select_btn.is_active .q_select_btn_num.num01 {
  background: url(../image/txt-quiz-num-01-ac.png) center center no-repeat;
}

.q_select_btn.is_active .q_select_btn_num.num02 {
  background: url(../image/txt-quiz-num-02-ac.png) center center no-repeat;
}

.q_select_btn.is_active .q_select_btn_num.num03 {
  background: url(../image/txt-quiz-num-03-ac.png) center center no-repeat;
}

.q_select_btn.is_active .q_select_btn_num.num04 {
  background: url(../image/txt-quiz-num-04-ac.png) center center no-repeat;
}

.ans_wrap {
  margin-left: 0;
  padding: 4% 4.5% 2% 5%;
  width: 58.98%;
}

.ans_judge_img {
  background-image: url(../image/img-quiz-judge-01.png);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  max-width: 234px;
  width: 71.4%;
  margin: 0 auto 0 30px;
  padding-top: 31.1%;
}

.q_row_wrap.is_correct .ans_judge_img {
  background-image: url(../image/img-quiz-judge-02.png);
}

.q_row_wrap.is_incorrect .ans_judge_img {
  background-image: url(../image/img-quiz-judge-03.png);
}

.ans_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4%;
}

@media (min-width: 768px) {
  .q_select_btn:hover {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .q_select_btn {
    padding: 6.4% 4.1% 6.4% 14.76%;
  }
  .q_select_btn_text {
    font-size: 2.44vw;
  }
}

@media (max-width: 767px) {
  .ans_judge_img {
    margin: 0 0 0 auto;
    width: 55%;
  }
  .q_all_wrap .ans_judge_img {
    margin: 0 auto 0 10%;
    width: 65%;
  }
  .q_all_wrap {
    background-position: 41% 0;
    background-size: 85% auto;
    max-width: 560px;
    padding: 3% 5% 8%;
  }
  .quiz_section {
    margin-top: 0;
  }
  .q_row_wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
  .q_row_wrap.is_first {
    padding-top: 35px;
  }
  .q_contents_wrap {
    display: block;
    margin: 0;
  }
  .q_btn_wrap {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
  }
  .ans_wrap {
    max-width: 350px;
    margin: 20px auto 0;
    padding: 5%;
    width: 100%;
  }
  .q_select_btn {
    margin-top: 5%;
    padding: 6% 10% 6% 14%;
  }
  .q_select_btn_text {
    font-size: 17px;
  }
}

@media (max-width: 400px) {
  .ans_wrap {
    padding: 5% 4%;
  }
}

@media (max-width: 360px) {
  .q_all_wrap {
    padding: 3% 4% 6%;
  }
}

@media (max-width: 350px) {
  .quiz_section {
    margin-top: 5px;
  }
}

/* -- 解答方法 -- */
.q_row_wrap.is_sample {
  margin-top: 0;
  padding: 3.463% 0 16.5%;
  position: relative;
}

.q_sample_balloon {
  background-color: #fff;
  border: solid 2px #2c47ba;
  position: absolute;
  padding: 1.5% 2%;
  line-height: 1.6;
  letter-spacing: .06em;
}

.q_sample_balloon .bold {
  font-weight:600;
}

.q_sample_balloon.type01 {
  bottom: 0;
  left: 2.6%;
  width: 37.5%;
}

.q_sample_balloon.type02 {
  top: 1%;
  left: 33%;
  width: 23%;
}

.q_sample_balloon.type03 {
  bottom: 0;
  right: 1.5%;
  width: 54.8%;
}

.q_sample_balloon.type04 {
  top: -2px;
  right: 1.5%;
}

.q_sample_balloon.type01::before,
.q_sample_balloon.type01::after,
.q_sample_balloon.type02::before,
.q_sample_balloon.type02::after,
.q_sample_balloon.type03::before,
.q_sample_balloon.type03::after,
.q_sample_balloon.type04::before,
.q_sample_balloon.type04::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
}

.q_sample_balloon.type01::before,
.q_sample_balloon.type01::after {
  border-color: transparent transparent #2c47ba transparent;
  border-style: solid;
  border-width: 0 23px 24px 23px;
  bottom: 100%;
  left: 6.2%;
}

.q_sample_balloon.type01::after {
  border-color: transparent transparent #fff transparent;
  bottom: calc(100% - 3px);
}

.q_sample_balloon.type02::before,
.q_sample_balloon.type02::after {
  border-color: #2c47ba transparent transparent transparent;
  border-style: solid;
  border-width: 19px 18px 0 18px;
  top: 100%;
  right: 12%;
}

.q_sample_balloon.type02::after {
  border-color: #fff transparent transparent transparent;
  top: calc(100% - 3px);
}

.q_sample_balloon.type03::before,
.q_sample_balloon.type03::after {
  border-color: transparent transparent #2c47ba transparent;
  border-style: solid;
  border-width: 0 17px 18px 17px;
  bottom: 100%;
  right: 8.9%;
}

.q_sample_balloon.type03::after {
  border-color: transparent transparent #fff transparent;
  bottom: calc(100% - 3px);
}

.q_sample_balloon.type04::before,
.q_sample_balloon.type04::after {
  border-color: transparent transparent #2c47ba transparent;
  border-style: solid;
  border-width: 0 19px 42px 19px;
  bottom: 100%;
  right: 10%;
}

.q_sample_balloon.type04::after {
  border-color: transparent transparent #fff transparent;
  bottom: calc(100% - 3px);
}

@media (min-width: 768px) and (max-width: 899px) {
  .q_sample_balloon {
    font-size: 2vw;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .q_sample_balloon.type01 {
    left: 7.4%;
  }
  .q_sample_balloon.type02 {
    left: 33%;
  }
  .q_sample_balloon.type03 {
    right: 0;
  }
  .q_sample_balloon.type04 {
    right: 0;
  }
}

@media (max-width: 767px) {
  .q_row_wrap.is_sample {
    padding: 0;
  }
  .q_row_wrap.is_sample .q_contents_wrap {
    padding: 690px 0 0 0;
    position: relative;
  }
  .q_row_wrap.is_sample .q_btn_wrap {
    position: absolute;
    top: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .q_row_wrap.is_sample .ans_wrap {
    max-width: 270px;
    margin-top: 0;
    padding: 15px 0;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .q_sample_balloon {
    font-size: 15px;
    padding: 6px;
  }
  .q_sample_balloon.type01 {
    bottom: 50.5%;
    left: 50%;
    width: 100%;
    max-width: 270px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .q_sample_balloon.type02 {
    top: 50.7%;
    left: 48%;
    width: 100%;
    max-width: 142px;
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
  }
  .q_sample_balloon.type03 {
    bottom: initial;
    top: 76.5%;
    right: 50%;
    width: 100%;
    max-width: 290px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .q_sample_balloon.type04 {
    bottom: initial;
    text-align: center;
    top: -10%;
    right: 50%;
    width: 100%;
    max-width: 230px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .q_sample_balloon.type01::before,
  .q_sample_balloon.type01::after {
    left: 10%;
  }
  .q_sample_balloon.type02::before,
  .q_sample_balloon.type02::after {
    right: 40%;
  }
  .q_sample_balloon.type03::before,
  .q_sample_balloon.type03::after {
    right: 23%;
  }
  .q_sample_balloon.type04::before,
  .q_sample_balloon.type04::after {
    border-width: 0 19px 20px 19px;
    right: 5%;
  }
}

@media (max-width: 480px) {
  .q_sample_balloon.type04 {
    top: -13%;
  }
}

/* -- 結果 -- */
.q_result_wrap {
  margin-top: 50px;
}

.separate_line01 {
  background-color: #be9828;
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
}

.separate_line01::before {
  background: url(../image/ico-separate-01.png) no-repeat center center;
  content: "";
  display: block;
  width: 19px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.result_summary_wrap {
  margin: 50px auto 0;
  max-width: 334px;
  width: 100%;
}

.result_summary {
  background: url(../image/ico-separate-02.png) no-repeat center center, url(../image/bg-quiz-title-01.png) no-repeat center center;
  background-size: auto auto, 100% auto;
  display: flex;
  align-items: center;
  justify-content: start;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  padding: 0 0 0 9.5%;
}

.result_summary_text01 {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 39%;
  letter-spacing: .01em;
}

.result_summary_text01:nth-of-type(2) {
  margin-left: 10.7%;
}

.result_summary_text02 {
  font-size: 20px;
}

.result_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.result_list {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  width: 8.083%;
  padding-top: 8.083%;
  text-indent: -99999px;
}

.result_list:nth-of-type(1) {
  background-image: url(../image/ico-quiz-ques01-02.png);
}

.result_list.is_active:nth-of-type(1) {
  background-image: url(../image/ico-quiz-ques01-01.png);
}

.result_list:nth-of-type(2) {
  background-image: url(../image/ico-quiz-ques02-02.png);
}

.result_list.is_active:nth-of-type(2) {
  background-image: url(../image/ico-quiz-ques02-01.png);
}

.result_list:nth-of-type(3) {
  background-image: url(../image/ico-quiz-ques03-02.png);
}

.result_list.is_active:nth-of-type(3) {
  background-image: url(../image/ico-quiz-ques03-01.png);
}

.result_list:nth-of-type(4) {
  background-image: url(../image/ico-quiz-ques04-02.png);
}

.result_list.is_active:nth-of-type(4) {
  background-image: url(../image/ico-quiz-ques04-01.png);
}

.result_list:nth-of-type(5) {
  background-image: url(../image/ico-quiz-ques05-02.png);
}

.result_list.is_active:nth-of-type(5) {
  background-image: url(../image/ico-quiz-ques05-01.png);
}

.result_list:nth-of-type(6) {
  background-image: url(../image/ico-quiz-ques06-02.png);
}

.result_list.is_active:nth-of-type(6) {
  background-image: url(../image/ico-quiz-ques06-01.png);
}

.result_list:nth-of-type(7) {
  background-image: url(../image/ico-quiz-ques07-02.png);
}

.result_list.is_active:nth-of-type(7) {
  background-image: url(../image/ico-quiz-ques07-01.png);
}

.result_list:nth-of-type(8) {
  background-image: url(../image/ico-quiz-ques08-02.png);
}

.result_list.is_active:nth-of-type(8) {
  background-image: url(../image/ico-quiz-ques08-01.png);
}

.result_list:nth-of-type(9) {
  background-image: url(../image/ico-quiz-ques09-02.png);
}

.result_list.is_active:nth-of-type(9) {
  background-image: url(../image/ico-quiz-ques09-01.png);
}

.result_list:nth-of-type(10) {
  background-image: url(../image/ico-quiz-ques10-02.png);
}

.result_list.is_active:nth-of-type(10) {
  background-image: url(../image/ico-quiz-ques10-01.png);
}

@media (max-width: 767px) {
  .q_result_wrap {
    margin-top: 35px;
  }
  .result_summary_text01 {
    font-size: 15px;
  }
  .result_summary_text02 {
    font-size: 18px;
  }
  .result_list_wrap {
    margin: 15px auto 0;
    max-width: 350px;
    width: 100%;
    padding: 0;
  }
  .result_list {
    width: 17%;
    padding-top: 17%;
  }
  .result_list:nth-of-type(n+6) {
    margin-top: 15px;
  }
}

@media (max-width: 374px) {
  .result_summary {
    height: auto;
    padding: 4.2% 0 4.2% 9.5%;
  }
  .result_summary_text01 {
    font-size: 14px;
  }
  .result_summary_text02 {
    font-size: 15px;
  }
}

/* -- Hint Modal -- */
.quiz_hint_modal {
  background-color: #fcf1c6;
  border: solid 1px #3d372a;
  margin: 0 auto;
  max-width: 536px;
  width: 100%;
  overflow: visible;
  padding: 2px;
  position: relative;
}

.quiz_hint_modal_box {
  background-color: #fcf1c6;
  border: solid 3px #000;
  padding: 7px;
  position: relative;
}

.quiz_hint_modal::before,
.quiz_hint_modal::after,
.quiz_hint_modal_box::before,
.quiz_hint_modal_box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.quiz_hint_modal::before {
  background: url(../image/img-modal-box-01.png) no-repeat left top;
  background-size: contain;
  height: 142px;
  max-width: 250px;
  left: -7.3%;
  top: -13%;
  width: 50%;
}

.quiz_hint_modal::after {
  background: url(../image/img-modal-box-02.png) no-repeat right top;
  background-size: contain;
  height: 128px;
  max-width: 240px;
  right: -6.4%;
  top: -8.6%;
  width: 50%;
}

.quiz_hint_modal_box::before {
  background: url(../image/img-modal-box-03.png) no-repeat left bottom;
  background-size: contain;
  height: 134px;
  max-width: 250px;
  bottom: -12.4%;
  left: -8.6%;
  width: 50%;
}

.quiz_hint_modal_box::after {
  background: url(../image/img-modal-box-04.png) no-repeat right bottom;
  background-size: contain;
  height: 142px;
  max-width: 258px;
  bottom: -16%;
  right: -10%;
  width: 50%;
}

.quiz_hint_modal_box_inner {
  background-color: #fff;
  padding: 28px 40px;
}

.quiz_hint_modal_title {
  font-feature-settings: "pkna";
  padding-bottom: 14px;
  position: relative;
  text-align: center;
}

.quiz_hint_modal_title::after {
  background: url(../image/img-modal-line-01.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 88px;
  z-index: 2;
}

.quiz_hint_modal_title>span {
  font-size: 28px;
  display: inline-block;
  line-height: 1;
  padding: 0 28px;
  position: relative;
}

.quiz_hint_modal_text {
  background: url(../image/bg-modal-text-01.png) 0 0;
  background-size: contain;
  max-width: 366px;
  padding: 20px 40px 20px 55px;
  line-height: 1.8;
  letter-spacing: .06em;
  margin: 17px auto 0;
  position: relative;
}

.quiz_hint_modal_text::before,
.quiz_hint_modal_text::after {
  background: #cbae77;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  width: 25px;
}

.quiz_hint_modal_text::before {
  background: -webkit-linear-gradient(45deg, #cbae77 0%, #cbae77 50%, transparent 51%, transparent 100%);
  background: linear-gradient(45deg, #cbae77 0%, #cbae77 50%, transparent 51%, transparent 100%);
  bottom: 0;
  left: 0;
}

.quiz_hint_modal_text::after {
  background: -webkit-linear-gradient(45deg, transparent 0%, transparent 50%, #cbae77 51%, #cbae77 100%);
  background: linear-gradient(45deg, transparent 0%, transparent 50%, #cbae77 51%, #cbae77 100%);
  right: 0;
  top: 0;
}

.quiz_hint_modal_btn {
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hint_close_btn .q_base_btn_text {
  font-weight: 600;
  padding: 6px 10px;
}

.hint_close_btn .q_base_btn_text::after {
  display: none;
}

.quiz_hint_modal_wrap {
  display: none;
}

/* fancybox */
.fancybox-is-open .fancybox-bg {
  opacity: .6;
}

.fancybox-close-small {
  display: none;
}

@media (max-width: 767px) {
  .quiz_hint_modal_title {
    padding: 10px 0;
  }
  .quiz_hint_modal_title>span {
    font-size: 20px;
  }
  .quiz_hint_modal_text {
    font-size: 15px;
    padding: 20px 25px 20px 30px;
  }
  .quiz_hint_modal::before {
    top: -10%;
  }
  .quiz_hint_modal::after {
    top: -5.6%;
  }
  .quiz_hint_modal_box::before {
    bottom: -9.4%;
  }
  .quiz_hint_modal_box::after {
    bottom: -13%;
  }
  .quiz_hint_modal_box_inner {
    padding: 20px 30px;
  }
}

@media (max-width: 490px) {
  .quiz_hint_modal {
    max-width: 86%;
  }
  .quiz_hint_modal_box_inner {
    padding: 10px 20px;
  }
  .quiz_hint_modal_text {
    margin-top: 15px;
  }
}

/* -- button -- */
button {
  -webkit-appearance: none;
}

.ans_btn_wrap .cmn_link_btn,
.quiz_hint_modal_btn .cmn_link_btn {
  display: inline-block;
  outline: none;
  padding: 0;
  width: 100%;
  max-width: 220px;
  margin: 0;
}
.quiz_hint_modal_btn .cmn_link_btn_text::after {
  display: none;
}

@media (min-width: 768px) {
  .cmn_link_btn:hover {
    opacity: .6;
  }
  .is_sample .cmn_link_btn:hover {
    opacity: 1;
  }
}

.cmn_link_btn.is_active .is_close {
  display: none;
}

.cmn_link_btn:not(.is_active) .is_open {
  display: none;
}

.cmn_link_btn.is_active .cmn_link_btn_text::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* hint btn, answer btn */
.ans_btn .cmn_link_btn_text::after {
  display: none;
}

.cmn_link_btn.ans_btn::before,
.cmn_link_btn.ans_btn::after,
.ans_btn>.cmn_link_btn_inner::before,
.ans_btn>.cmn_link_btn_inner::after,
.ans_btn .cmn_link_btn_text {
  border-color: #fff;
}

/* hint btn */
.cmn_link_btn.ans_hint_btn {
  background: url(../image/ico-item-hint-01.png) no-repeat left 16px center;
  background-color: #a81606;
  border-color: #801105;
  max-width: 148px;
  width: 42.52%;
}

.ans_hint_btn .cmn_link_btn_text {
  font-size: 18px;
  font-weight: normal;
  padding: 8px 6px 9px 26px;
  text-shadow:
    #a81606 2px 0px 0px, #a81606 -2px 0px 0px,
    #a81606 0px -2px 0px, #a81606 0px 2px 0px,
    #a81606 2px 2px 0px, #a81606 -2px 2px 0px,
    #a81606 2px -2px 0px, #a81606 -2px -2px 0px,
    #a81606 1px 2px 0px, #a81606 -1px 2px 0px,
    #a81606 1px -2px 0px, #a81606 -1px -2px 0px,
    #a81606 2px 1px 0px, #a81606 -2px 1px 0px,
    #a81606 2px -1px 0px, #a81606 -2px -1px 0px,
    #a81606 1px 1px 0px, #a81606 -1px 1px 0px,
    #a81606 1px -1px 0px, #a81606 -1px -1px 0px;
}

/* answer btn */
.cmn_link_btn.ans_exe_btn {
  background-color: #c5b179;
  border-color: #a48d4e;
  max-width: 186px;
  width: 53.44%;
  cursor: initial;
}

.ans_exe_btn .cmn_link_btn_text {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: .1em;
  padding: 6px 10px;
}

.cmn_link_btn.ans_exe_btn.is_active {
  background-color: #be9828;
  border-color: #97791f;
  cursor: pointer;
}

.is_sample .cmn_link_btn.ans_exe_btn {
  background-color: #be9828;
  border-color: #97791f;
}

@media (min-width: 768px) {
  .ans_hint_btn .cmn_link_btn_text {
    letter-spacing: .1em;
  }
  .cmn_link_btn.ans_exe_btn:hover {
    opacity: 1;
  }
  .cmn_link_btn.ans_exe_btn.is_active:hover {
    opacity: .6;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .ans_btn .cmn_link_btn_text {
    font-size: 2.44vw;
    padding: 21px 6px 21px 16px;
  }
  .ans_btn.ans_exe_btn .cmn_link_btn_text {
    padding: 22px 10px;
  }
}

@media (max-width: 767px) {
  .cmn_link_btn_wrap {
    margin: 0 auto 20px;
    padding-left: 0;
  }
  .cmn_link_btn_wrap.is_active {
    margin: 15px auto 20px;
  }
  .cmn_link_btn {
    max-width: 240px;
  }
  .cmn_link_btn_text {
    font-size: 15px;
  }
  .ans_btn .cmn_link_btn_text {
    font-size: 15px;
  }
  .cmn_link_btn_text::after {
    border-width: 6px 4px 0 4px;
    top: calc(50% - 2px);
  }
  .cmn_link_btn.ans_hint_btn {
    background-position: left 10px center;
    background-size: 30%;
    max-width: 120px;
  }
  .cmn_link_btn.ans_exe_btn {
    max-width: 200px;
  }
  .ans_hint_btn .cmn_link_btn_text {
    padding: 8px 6px 8px 16px;
  }
  .ans_exe_btn .cmn_link_btn_text {
    padding: 8px 10px;
  }
}

/* ------------------------------------ */
/* ▼ バナー共通化対応 */
/* ------------------------------------ */

@media (max-width: 767px) {
  .box_related_bnr {
    margin-bottom: 15px;
  }
}