@charset "UTF-8";
/*
* magazine_qa.css
*
*/
/* --------------------------------
   magazine magazine_qa
-------------------------------- */
/* --------------------------------
  intro
-------------------------------- */
.hero {
  position: relative;
}
.mv_animation .hero {
  overflow: hidden;
  background: #f5f4f5;
}

.hero_visual img {
  width: 100%;
}

.hero_title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 20px 6.66667% 20px;
  color: #fff; 
  font-size: 1.9375rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .hero_title {
    padding: 0 5.71429% 2.57143% 5.71429%;
    font-size: 3rem;
  }
}
.hero_title small {
  display: block;
  margin-top: 10px;
  font-size: 45.16%;
}
.mv_animation .hero_title {
  -webkit-transition: opacity 0.35s 0.85s;
  transition: opacity 0.35s 0.85s;
}

.mv_animation .hero_visual {
  -webkit-transition: all 0.35s 0.1s;
  transition: all 0.35s 0.1s;
}

body:not(.is-loaded) .mv_animation .hero_visual {
  opacity: 0; 
  -webkit-transform: translateY(30px); 
      -ms-transform: translateY(30px); 
          transform: translateY(30px);
}

body:not(.is-loaded) .mv_animation .hero_title {
  opacity: 0;
}

.qa_intro_txtArea {
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .qa_intro_txtArea {
    margin: 0 auto;
    padding: 70px 80px 84px;
    max-width: 1560px;
  }
}

.qa_intro_read {
  font-size: 1rem;
  font-weight: bold; 
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .qa_intro_read {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.qa_btn_list {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .qa_btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 62px; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
}
.qa_btn_list li {
  margin-bottom: 15px; 
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .qa_btn_list li {
    margin-bottom: 10px; 
    width: auto;
    height: 67px;
  }
  .qa_btn_list li:not(:last-child) {
    margin-right: 10px;
  }
}

.qa_btn_listItem {
  display: block;
  position: relative;
  padding: 8px;
  border: 3px solid #000;
  border-radius: 40px;
  outline: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #fff;
  text-align: center;
  letter-spacing: -0.06em;
  font-size: 0.875rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .qa_btn_listItem {
    padding: 7px 30px 15px 24px;
    width: auto;
    letter-spacing: 0.03em; 
    font-size: 1rem;
  }
}
.qa_btn_listItem span {
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .qa_btn_listItem span {
    font-size: 0.75rem;
  }
}
.qa_btn_listItem:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; 
  -webkit-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
          transform: rotate(45deg);
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .qa_btn_listItem:after {
    top: 24px;
    right: 13px;
    bottom: auto;
    margin-bottom: 6px;
    margin-left: 0.4em;
  }
}
.qa_btn_listItem:hover {
  cursor: pointer; 
  background: #000;
  color: #fff;
}
.qa_btn_listItem:hover:after {
  border-color: #fff;
}

.qa_container {
  margin: 20px auto 0;
  padding: 0 20px;
  max-width: 710px;
}
@media (min-width: 1024px) {
  .qa_container {
    margin: 12px auto 0;
    padding: 0 80px;
    max-width: 1560px;
  }
}

.qa_section_heading {
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 0.05em; 
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.57895;
}
@media (min-width: 1024px) {
  .qa_section_heading {
    margin-bottom: 52px; 
    font-size: 1.625rem;
  }
}
.qa_section_heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 3px;
  background: #000;
}
@media (min-width: 1024px) {
  .qa_section_heading:after {
    width: 30px;
    height: 4px;
  }
}

.qa_question_section:not(:last-child) {
  margin-bottom: 53px;
}
@media (min-width: 1024px) {
  .qa_question_section:not(:last-child) {
    margin-bottom: 97px;
  }
}

.qa_question_block {
  margin-top: 25px;
  padding-bottom: 32px; 
  border-bottom: 1px solid #e5e4e3;
}
@media (min-width: 1024px) {
  .qa_question_block {
    margin-top: 37px;
    padding-bottom: 39px;
  }
}

.qa_question_txt {
  position: relative;
  padding-left: 30px; 
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .qa_question_txt {
    padding-left: 45px; 
    font-size: 1.125rem;
  }
}
.qa_question_txt:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 14px;
  background: url(/sports/savas/img/magazine_qa/magazine_qa_q.svg) no-repeat left top/contain;
}
@media (min-width: 1024px) {
  .qa_question_txt:before {
    bottom: 0;
    margin: auto; 
    width: 29px;
    height: 20px;
  }
}

.qa_answer_txt {
  position: relative;
  margin-top: 17px;
  padding: 18px 11px 29px 52px; 
  background: #f7f7f7;
  font-size: 0.8125rem;
}
@media (min-width: 1024px) {
  .qa_answer_txt {
    margin-top: 30px; 
    padding: 26px 62px 40px 83px;
    font-size: 0.875rem;
  }
}
.qa_answer_txt:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 20px;
  width: 20px;
  height: 14px;
  background: url(/sports/savas/img/magazine_qa/magazine_qa_a.svg) no-repeat left top/contain;
}
@media (min-width: 1024px) {
  .qa_answer_txt:before {
    top: 32px;
    left: 40px;
    width: 29px;
    height: 20px;
  }
}
.qa_answer_txt p {
  letter-spacing: 0.06em; 
  line-height: 2;
}
@media (min-width: 1024px) {
  .qa_answer_txt p {
    letter-spacing: 0.03em;
  }
}
.qa_answer_txt p + p {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .qa_answer_txt p + p {
    margin-top: 15px;
  }
}
.qa_answer_txt ul {
  margin: 15px 0;
}
.qa_answer_txt ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 15px; 
  line-height: 2;
}
.qa_answer_txt ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
.qa_answer_txt ol {
  margin: 15px 0;
  padding: 0;
}
.qa_answer_txt ol li {
  margin: 5px 0;
  line-height: 2;
}
.qa_answer_txt sub {
  font-size: 0.625rem;
}
.qa_answer_txt div {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .qa_answer_txt div {
    margin-top: 15px;
  }
}
.qa_answer_txt div p {
  margin: 0;
}
.qa_answer_txt div p:first-child {
  margin-bottom: 5px;
  font-weight: bold;
}
.qa_answer_txt div p:nth-child(n + 3) {
  margin-top: 15px;
}
.qa_answer_txt a {
  position: relative;
  text-decoration: underline; 
  font-weight: bold;
}
@media (min-width: 768px) {
  .qa_answer_txt a:hover {
    text-decoration: none;
  }
}
.qa_answer_txt a .icon_blank {
  position: absolute;
  right: -16px;
  bottom: calc(((1lh - 1em) / 2) - (1em / 2) + 3px);
  width: 10px;
  height: 10px;
}
@media (min-width: 1024px) {
  .qa_answer_txt a .icon_blank {
    right: -20px;
    bottom: calc((1lh - 1em) / 2 - (1em / 2) + 3px);
    width: 12px;
    height: 12px;
  }
}
.qa_answer_txt a .icon_blank:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/sports/savas/img/common/icon_blank.webp) 0 0 no-repeat;
  background-size: contain;
}
.qa_answer_txt .qa_answer_annotation {
  margin-top: 15px; 
  font-size: 0.625rem;
}
@media (min-width: 1024px) {
  .qa_answer_txt .qa_answer_annotation {
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
.qa_answer_txt .qa_answer_annotation + .qa_answer_annotation {
  margin-top: 5px;
}

.qa_question_anchor {
  margin-top: 25px;
  text-align: right;
}
@media (min-width: 768px) {
  .qa_question_anchor {
    margin-top: 17px;
  }
}
.qa_question_anchor.blank li a::after {
  content: none;
}
.qa_question_anchor.blank a {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .qa_question_anchor.blank a {
    padding-right: 20px;
  }
}
.qa_question_anchor li:not(:first-child) {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .qa_question_anchor li:not(:first-child) {
    margin-top: 8px;
  }
}
.qa_question_anchor li a {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .qa_question_anchor li a {
    padding-right: 12px;
    letter-spacing: 0.09em;
    font-size: 0.875rem;
    line-height: 1;
  }
  .qa_question_anchor li a:hover:before {
    left: 0;
    width: 100%;
  }
}
.qa_question_anchor li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s; 
  background: #000;
}
.qa_question_anchor li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  margin: auto;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .qa_question_anchor li a:after {
    right: 3px;
  }
}
.qa_question_anchor li a.is-touched:before {
  left: 0;
  width: 100%;
}
.qa_question_anchor li a .icon_blank {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
}
@media (min-width: 1024px) {
  .qa_question_anchor li a .icon_blank {
    right: 2px;
    width: 12px;
    height: 12px;
  }
}
.qa_question_anchor li a .icon_blank:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/sports/savas/img/common/icon_blank.webp) 0 0 no-repeat;
  background-size: contain;
}

.magazine_top_btn {
  margin: 35px auto 70px;
  width: 220px;
}
@media (min-width: 768px) {
  .magazine_top_btn {
    margin: 40px auto 100px;
  }
}

.qa_table {
  overflow-x: scroll;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .qa_table {
    overflow-x: visible;
    padding-bottom: 0;
  }
}
.qa_table table {
  width: 470px;
  border-collapse: collapse;
  text-align: center; 
  font-size: 0.6875rem;
  line-height: 1.54545;
}
@media (min-width: 768px) {
  .qa_table table {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .qa_table table {
    font-size: 0.75rem;
  }
}
.qa_table table caption {
  margin-bottom: 5px;
  text-align: left;
  letter-spacing: 0.06em; 
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 1024px) {
  .qa_table table caption {
    font-size: 0.8125rem;
  }
}
.qa_table table th {
  padding: 8px 5px;
  font-weight: bold;
}
.qa_table table thead th,
.qa_table table thead td {
  border: none; 
  background: #e5e4e3;
}
.qa_table table td {
  padding: 8px 5px;
}
.qa_table table th {
  border-top: 1px solid #e5e4e3; 
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #f7f7f7;
}
.qa_table table td {
  border-top: 1px solid #e5e4e3; 
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  background: #fff;
}
.qa_table table tr:last-child {
  border-bottom: 1px solid #e5e4e3;
}
.qa_table table tr:last-child th,
.qa_table table tr:last-child td {
  border-top: none;
  border-bottom: none;
}