@media (max-width: 768px) {
  .banner-magazine.banner-magazine-qa {
    height: 1rem;
    position: relative;
  }
}
.banner-magazine.banner-magazine-qa .col01 {
  width: 100%;
}
.banner-magazine.banner-magazine-qa .desc-banner {
  max-width: 100%;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .banner-magazine.banner-magazine-qa .desc-banner {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    padding: 0;
  }
}
.banner-magazine.banner-magazine-qa .desc-banner .col01 {
  padding-left: 3px;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .banner-magazine.banner-magazine-qa .desc-banner .col01 {
    padding: 0;
    height: 100%;
    position: relative;
  }
}
.banner-magazine.banner-magazine-qa .desc-banner .col01 .ttl-magazine-banner {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .banner-magazine.banner-magazine-qa .desc-banner .col01 .ttl-magazine-banner {
    margin-top: 0;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.banner-magazine.banner-magazine-qa .desc-banner .col01 .ttl-magazine-banner span {
  font-size: 48px;
  display: block;
}
@media (max-width: 768px) {
  .banner-magazine.banner-magazine-qa .desc-banner .col01 .ttl-magazine-banner span {
    font-size: 0.29rem;
  }
}

.content {
  background: #F9F9FA;
}

.section__news {
  max-width: 1312px;
  margin: 0 auto;
  padding: 51px 0 70px;
}
@media (max-width: 768px) {
  .section__news {
    max-width: 89.3333333333vw;
    padding: 9.0666666667vw 0 4vw;
  }
}
.section__news--date {
  font-size: 20px;
}
@media (max-width: 768px) {
  .section__news--date {
    font-size: 4.2666666667vw;
  }
}
.section__news h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  padding: 9px 0 19px;
}
@media (max-width: 768px) {
  .section__news h2 {
    font-size: 5.3333333333vw;
    line-height: 6.9333333333vw;
    padding: 0.8vw 0 5.3333333333vw;
  }
}
.section__news--hashtag {
  display: flex;
}
@media (max-width: 768px) {
  .section__news--hashtag {
    flex-wrap: wrap;
  }
}
.section__news--hashtag li {
  font-size: 12px;
  color: #919191;
  border-radius: 15px;
  padding: 2px 14px;
  margin-right: 4px;
  border: solid 1px #d0d0d0;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .section__news--hashtag li {
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 3.4666666667vw;
    border-radius: 5.3333333333vw;
    margin-right: 0.8vw;
    border-width: 0.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.section__news--cat {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .section__news--cat {
    margin-top: 4vw;
    flex-wrap: wrap;
  }
}
.section__news--cat li {
  background-color: #000;
  padding: 0 25px;
  margin-right: 20px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .section__news--cat li {
    font-size: 2.6666666667vw;
    padding: 0 5.3333333333vw;
    margin-right: 1.6vw;
    line-height: 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.section__news--cat li a {
  color: #fff;
}
.section__qa {
  max-width: 1312px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section__qa {
    max-width: 89.3333333333vw;
  }
}
.section__qa--top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section__qa--top {
    flex-direction: column;
  }
}
.section__qa--top .img {
  position: relative;
  width: 49.7%;
  max-width: 652px;
  height: 0;
  padding-bottom: 49.7%;
  overflow: hidden;
}
.section__qa--top .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 768px) {
  .section__qa--top .img {
    width: 100%;
    max-width: none;
    position: relative;
    padding-bottom: 100%;
  }
}
.section__qa--top .img p {
  position: absolute;
}
.section__qa--top .img p.text1 {
  bottom: 76px;
  left: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 768px) {
  .section__qa--top .img p.text1 {
    font-size: 3.2vw;
    bottom: 13.8666666667vw;
    left: 5.3333333333vw;
  }
}
.section__qa--top .img p.text1 span {
  display: inline-block;
  background-color: #000;
  padding: 3px;
  margin-bottom: 2px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .section__qa--top .img p.text1 span {
    line-height: 3.2vw;
    padding: 0.5333333333vw;
  }
}
.section__qa--top .img p.text2 {
  bottom: 26px;
  left: 26px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px;
}
@media (max-width: 768px) {
  .section__qa--top .img p.text2 {
    font-size: 5.8666666667vw;
    line-height: 5.3333333333vw;
    padding: 0.8vw;
    bottom: 5.6vw;
    left: 5.0666666667vw;
  }
}
.section__qa--top h2 {
  width: 49.9%;
  max-width: 652px;
  height: 322px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section__qa--top h2 {
    max-width: none;
    width: 100%;
    height: 50.6666666667vw;
    margin-top: 5.0666666667vw;
  }
}
.section__qa--top h2 span {
  display: inline-block;
}
.section__qa--top h2 span:nth-child(1) {
  font-size: 19px;
  font-weight: 500;
  margin: 26px 0 21px 31px;
  position: relative;
}
.section__qa--top h2 span:nth-child(1)::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background: #000;
}
@media (max-width: 768px) {
  .section__qa--top h2 span:nth-child(1)::after {
    bottom: 0;
    height: 0.5333333333vw;
  }
}
@media (max-width: 768px) {
  .section__qa--top h2 span:nth-child(1) {
    font-size: 3.7333333333vw;
    margin: 7.7333333333vw 0 5.6vw 6.1333333333vw;
  }
}
.section__qa--top h2 span:nth-child(2) {
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  padding-left: 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .section__qa--top h2 span:nth-child(2) {
    font-size: 6.9333333333vw;
    line-height: 9.6vw;
    padding-left: 6.4vw;
  }
}
.section__qa--list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .section__qa--list {
    flex-direction: column;
    padding-top: 10px;
  }
}
.section__qa--list-item {
  width: 49.9%;
  max-width: 652px;
  height: 322px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  margin-bottom: 8px;
  cursor: pointer;
}
.section__qa--list-item.img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section__qa--list-item.img {
    height: 0;
    padding-bottom: 49.39%;
  }
}
.section__qa--list-item.img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .section__qa--list-item {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 8px;
  }
}
.section__qa--list-item:hover {
  animation: flash 2s ease;
}
.section__qa--list-item:nth-child(1) {
  position: absolute;
  right: 0;
  top: -322px;
}
@media (max-width: 768px) {
  .section__qa--list-item:nth-child(1) {
    position: static;
  }
}
.section__qa--list-item.img:hover {
  animation: none;
  cursor: auto;
}
.section__qa--list-item .qbox {
  padding: 20px 29px 10px;
}
@media (max-width: 768px) {
  .section__qa--list-item .qbox {
    padding: 24px 24px 17px;
  }
}
.section__qa--list-item .qbox dt {
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  padding: 3px 20px 0;
  border: 1px solid #000;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .section__qa--list-item .qbox dt {
    font-size: 17px;
    line-height: 17px;
    padding: 3px 22px 0;
    border-width: 1px;
    margin-bottom: 8px;
  }
}
.section__qa--list-item .qbox dd {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 768px) {
  .section__qa--list-item .qbox dd {
    font-size: 20px;
    line-height: 26px;
  }
}
.section__qa--list-item .abox {
  padding: 0 22px 20px 29px;
}
@media (max-width: 768px) {
  .section__qa--list-item .abox {
    padding: 0 25px 29px 24px;
  }
}
.section__qa--list-item .abox dt {
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
  padding: 3px 23px 0;
  margin-bottom: 5px;
  color: #fff;
  background-color: #000;
  display: inline-block;
}
@media (max-width: 768px) {
  .section__qa--list-item .abox dt {
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    padding: 3px 23px 0;
    margin-bottom: 5px;
  }
}
.section__qa--list-item .abox dd {
  line-height: 26px;
  max-height: 131px;
  overflow-y: auto;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .section__qa--list-item .abox dd {
    line-height: 26px;
    font-size: 16px;
    max-height: 289px;
    margin-right: 0;
  }
}
.section__qa--btn {
  margin-top: 194px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .section__qa--btn {
    margin-left: 0;
    margin-top: 24vw;
    padding: 0 0.2rem;
  }
}
.section__qa--btn .more {
  margin: 0 auto;
  display: inline-block;
  width: 380px;
  height: 50px;
  background-color: #000;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section__qa--btn .more {
    width: 100%;
    height: 0.5rem;
    font-size: 0.16rem;
    line-height: 0.5rem;
  }
}

@keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}