.faq-contents {
  padding: .8rem 0 2rem;
  font-size: .24rem;
  font-weight: 500;
  color: #000;
}

@media screen and (min-width: 769px) {
  .faq-contents {
    padding: 90px 0 150px;
    font-size: 16px;
  }
}

.faq-contents .container {
  max-width: 800px;
}

.faq-contents-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}

.faq-contents-box:nth-child(even) {
  flex-direction: row-reverse;
}

.faq-contents-box:nth-child(even) .icon {
  margin-left: .3rem;
  margin-right: 0;
  background: url(../img/faq/icon_man.png) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .faq-contents-box:nth-child(even) .icon {
    margin-left: 45px;
    background: url(../img/faq/pc/icon_man.png) no-repeat center center/contain;
  }
}

.faq-contents-box:nth-child(even) .txt {
  background: #002588;
  color: #fff;
  box-shadow: none;
}

.faq-contents-box:nth-child(even) .txt::before {
  right: 0;
  left: auto;
  background: #002588;
  transform: translateX(50%) rotate(45deg) skew(-10deg, -10deg);
  box-shadow: none;
}

@media screen and (min-width: 769px) {
  .faq-contents-box:nth-child(even) .txt::before {
    transform: translateX(50%) rotate(45deg) skew(-20deg, -20deg);
  }
}

.faq-contents-box:nth-child(even) .txt::after {
  display: none;
}

.faq-contents-box + .faq-contents-box {
  margin-top: .7rem;
}

@media screen and (min-width: 769px) {
  .faq-contents-box + .faq-contents-box {
    margin-top: 60px;
  }
}

.faq-contents-box .icon {
  display: block;
  margin-right: .3rem;
  width: 1.32rem;
  height: 1.33rem;
  background: url(../img/faq/icon_woman.png) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .faq-contents-box .icon {
    margin-top: 50px;
    margin-right: 45px;
    width: 132px;
    height: 133px;
    background: url(../img/faq/pc/icon_woman.png) no-repeat center center/contain;
  }
}

.faq-contents-box .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .3rem .2rem;
  width: 5.06rem;
  min-height: 1.5rem;
  border-radius: .15rem;
  background: #fff;
  line-height: 1.5;
  box-shadow: 0.04rem 0.06rem 6px rgba(153, 151, 151, 0.75);
}

@media screen and (min-width: 769px) {
  .faq-contents-box .txt {
    align-self: flex-start;
    padding: 20px 20px 30px;
    width: 625px;
    min-height: 125px;
    letter-spacing: .05em;
    border-radius: 15px;
    box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
  }
}

.faq-contents-box .txt::before, .faq-contents-box .txt::after {
  content: '';
  position: absolute;
  bottom: .2rem;
  left: 0;
  z-index: -1;
  display: block;
  width: .25rem;
  height: .25rem;
  background: #fff;
  transform: translateX(-50%) rotate(45deg) skew(-10deg, -10deg);
  box-shadow: 0.04rem 0.06rem 6px rgba(153, 151, 151, 0.75);
}

@media screen and (min-width: 769px) {
  .faq-contents-box .txt::before, .faq-contents-box .txt::after {
    bottom: 20px;
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(45deg) skew(-20deg, -20deg);
    box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
  }
}

.faq-contents-box .txt::after {
  z-index: 2;
  box-shadow: none;
}

.faq-contents-box .link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: .2rem;
}

@media screen and (min-width: 769px) {
  .faq-contents-box .link {
    margin-top: 10px;
  }
}

.faq-contents-box .link a {
  color: #fff;
  padding-bottom: .07rem;
  border-bottom: 1px solid #fff;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .faq-contents-box .link a {
    padding-bottom: 5px;
  }
}

.faq-contents-box .link a::after {
  content: '';
  display: block;
  margin-left: .12rem;
  width: .12rem;
  height: .2rem;
  background: url(../img/faq/arrow_link.png) no-repeat top left/contain;
}

@media screen and (min-width: 769px) {
  .faq-contents-box .link a::after {
    margin-left: 8px;
    width: 7px;
    height: 13px;
  }
}

.faq-contents-box .link + .link {
  margin-top: .10rem;
}

@media screen and (min-width: 769px) {
  .faq-contents-box .link + .link {
    margin-top: 15px;
  }
}

.faq-contents-box .ng {
  position: relative;
  z-index: 1;
  margin-top: .3rem;
  padding: .2rem .10rem .3rem;
  border: 1px solid #fff;
}

@media screen and (min-width: 769px) {
  .faq-contents-box .ng {
    margin-top: 15px;
    padding: 25px 25px 35px;
  }
}

.faq-contents-box .ng::after {
  content: 'NG';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  margin: auto;
  text-align: center;
  letter-spacing: .05em;
  font-size: 2rem;
  color: #364b97;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 769px) {
  .faq-contents-box .ng::after {
    font-size: 150px;
  }
}

.faq-contents-box .ng li {
  padding-left: 1em;
  text-indent: -1em;
}
