.bg-page {
  padding: 280px 0 200px 0;
  background-color: #f8f9ee;
  background-image: url(../../img/common/bg-ft-logo.png), url(../../img/common/bg-page-l.png), url(../../img/common/bg-page-r.png);
  background-repeat: no-repeat, repeat-y, repeat-y;
  background-position: bottom -80px left 0, left 0 top 150px, right 0 top 200px;
  background-size: 100%, 20%, 17%;
  position: relative;
  z-index: 2;
}

.rounded-box {
  position: relative;
  z-index: 9;
  background: #fff;
  border: 3px solid #534741;
  border-radius: 40px;
  width: 100%;
  max-width: 710px;
  margin: auto;
  position: relative;
  padding: 80px 26px 50px;
  margin-bottom: 100px;
}

.rounded-box .box-ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  text-align: center;
  text-align: center;
}

.rounded-box .box-ttl img {
  max-width: 350px;
}

.rounded-box .box-ttl.box-ttl02 {
  top: -30px;
}

.rounded-box .ttl01 {
  margin: 40px 0 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #00b09d;
  padding: 4px;
  letter-spacing: 2px;
  font-weight: 900;
}

.rounded-box .ttl01 span {
  border: 1px dashed #fdf8bc;
  display: block;
  padding: 10px 0;
}

.rounded-box .ttl01.inline {
  display: inline-block;
}

.rounded-box .ttl01.inline span {
  padding: 6px 26px;
}

.rounded-box .txt {
  font-weight: 400;
  margin-bottom: 20px;
}

.faq-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 490px;
  margin: 0 auto;
}

.faq-cat-list li {
  width: 47%;
}

.faq-cat-list li a {
  text-align: center;
  padding: 12px 0;
  margin-bottom: 30px;
  background-color: #00b09d;
  color: #fff;
  text-decoration: underline;
  display: block;
  border-radius: 12px;
}

.qa-list {
  margin-top: 40px;
}

.qa-list li {
  margin-bottom: 26px;
}

.qa-list li .question-wrap {
  display: block;
  background-color: #f7931e;
  padding: 16px 86px 16px 24px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
}

.qa-list li .question-wrap::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  background: url(../../img/faq/ic-open.svg) no-repeat center/contain;
}

.qa-list li .question-wrap.opened {
  background-color: #fff;
  border: 1px solid #f7931e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.qa-list li .question-wrap.opened::after {
  background: url(../../img/faq/ic-close.svg) no-repeat center/contain;
}

.qa-list li .question-wrap.opened .question-txt {
  color: #534741;
}

.qa-list li .question-wrap .question {
  font-size: 15px;
  background-color: #fdf8bc;
  display: inline-block;
  font-weight: 900;
  padding: 4px 16px 4px 26px;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.qa-list li .question-wrap .question::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: #00b09d;
}

.qa-list li .question-wrap .question-txt {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 900;
}

.qa-list li .answer-wrap {
  margin-top: 45px;
  margin-bottom: 50px;
  display: none;
}

.qa-list li .answer-wrap .answer {
  font-size: 15px;
  background-color: #fdf8bc;
  display: inline-block;
  font-weight: 900;
  padding: 4px 16px 4px 26px;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.qa-list li .answer-wrap .answer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: #00b09d;
}

.qa-list li .answer-wrap .answer-txt-wrap .clear-both {
  clear: both;
}

.qa-list li .answer-wrap .answer-txt-wrap .space {
  float: left;
  height: 130px;
}

.qa-list li .answer-wrap .answer-txt-wrap .float-img {
  float: left;
  clear: both;
  margin: 1.2em 1.2em 0 0;
  width: 270px;
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 20px;
  margin-right: 50px;
}

.qa-list li .answer-wrap .answer-txt-wrap .float-img img {
  width: 270px;
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
}

.qa-list li .answer-wrap .answer-txt {
  font-weight: 400;
}

.ft-logo {
  min-height: 0 !important;
  height: 0 !important;
  background-color: none;
  background-image: none !important;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .bg-page {
    padding: 140px 0 90px 0;
    background-color: #f8f9ee;
    background-image: url(../../img/common/bg-ft-logo_sp.png), url(../../img/recruit/bg-recruit-l_sp.png), url(../../img/common/bg-page-r.png);
    background-repeat: no-repeat, repeat-y, repeat-y;
    background-position: bottom, left top -280px, right 0 top 0px;
    background-size: 100%, 40%, 17%;
    position: relative;
    z-index: 2;
  }
  .bg-page .note {
    font-size: 18px;
    margin-bottom: 130px;
    line-height: 30px;
  }
  .bg-page .bg-bottom {
    bottom: -70px;
  }
  .rounded-box {
    padding: 60px 20px 0px 20px;
  }
  .rounded-box .box-ttl {
    top: -120px;
  }
  .rounded-box .box-ttl img {
    width: 280px;
  }
  .rounded-box .txt {
    font-size: 15px;
  }
  .rounded-box .ttl01 {
    text-align: left;
    margin-top: 30px;
  }
  .rounded-box .ttl01 span {
    padding-left: 10px;
    font-size: 17px;
  }
  .rounded-box .ttl01.inline {
    margin-top: 10px;
  }
  .rounded-box .ttl01.inline span {
    padding: 4px 12px;
  }
  .rounded-box .ttl02 {
    font-size: 15px;
    padding: 4px 12px 4px 24px;
    margin: 16px 0;
  }
  .faq-cat-list {
    max-width: 230px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq-cat-list li {
    width: 100%;
  }
  .faq-cat-list li a {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .qa-list {
    margin-top: 20px;
  }
  .qa-list li .question-wrap {
    padding: 12px 56px 12px 16px;
  }
  .qa-list li .question-wrap::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
  .qa-list li .answer-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .qa-list li .answer-wrap .answer-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .qa-list li .answer-wrap .answer-txt-wrap .float-img {
    margin: 0;
    margin-top: 20px;
  }

.qa-list li .question-wrap .question-txt {
  font-size: 15px;
}

}
