*:not(hr):not(legend),
*::before, *::after {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
  color: #330000;
  background-color: #ff3c00 !important;
}

img {
  max-width: 100%;
}

.l-section {
  position: relative;
}

.l-section .anchor {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .l-section .anchor.-with-padding {
    top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .l-section .anchor.-with-padding {
    top: -30px;
  }
}

.l-section-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 11px;
}

@media screen and (max-width: 374px) {
  .l-section-wrapper {
    padding: 0 20px;
  }
}

/*******************************
 .qa-answer
*******************************/
.qa-answer {
  line-height: 1.5;
  padding-top: 3px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .qa-answer {
    font-size: 15px;
    line-height: 1.66667;
    padding-top: 1px;
    padding-bottom: 20px;
    margin-top: -10px;
  }
}

.qa-answer::before {
  content: 'A';
  background-color: #000;
  top: 0;
}

.qa-answer > .tel {
  color: #330000;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .qa-answer > .tel {
    pointer-events: none;
  }
}

.qa-answer > .tel:hover {
  text-decoration: none;
}

/*******************************
 .qa-item
*******************************/
.qa-item {
  border-bottom: 1px dotted #85ac37;
}

@media screen and (min-width: 768px) {
  .qa-item {
    border-width: 2px;
  }
}

.qa-item > .item {
  position: relative;
  padding-left: 43px;
}

@media screen and (min-width: 768px) {
  .qa-item > .item {
    padding-left: 73px;
  }
}

.qa-item > .item::before {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 3px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
}

@media screen and (min-width: 768px) {
  .qa-item > .item::before {
    left: 20px;
  }
}

/*******************************
 .qa-question
*******************************/
.qa-question {
  font-size: 16px;
  line-height: 1.5;
  color: #ff6600;
  padding-top: 10px;
  padding-right: 32px;
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .qa-question {
    font-size: 20px;
    padding-top: 23px;
    padding-right: 40px;
    padding-bottom: 25px;
  }
}

.qa-question::before {
  content: 'Q';
  background-color: #ff6600;
  top: 9px;
}

@media screen and (min-width: 768px) {
  .qa-question::before {
    top: 25px;
  }
}

.qa-question::after {
  content: '\E812';
  font-family: recop-iconfont;
  font-size: 10px;
  color: #fff;
  text-align: center;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6600;
  top: 16px;
  right: 10px;
  padding: 1px 0 0 1px;
}

@media screen and (min-width: 768px) {
  .qa-question::after {
    font-size: 14px;
    width: 21px;
    height: 21px;
    line-height: 1;
    padding: 4px 0 0 1px;
    top: 29px;
    right: 10px;
  }
}

.qa-question.is-open::after {
  content: '\E821';
}

.qa-question > span {
  display: block;
  padding-right: 29px;
  position: relative;
}

.qa-question > span::before, .qa-question > span::after {
  position: absolute;
}

.qa-question > span::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ff6600;
  top: 6px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .qa-question > span::before {
    width: 21px;
    height: 21px;
  }
}

.qa-question > span::after {
  content: '\E812';
  font-family: recop-iconfont;
  font-size: 10px;
  color: #fff;
  top: 6px;
  right: 13px;
}

@media screen and (min-width: 768px) {
  .qa-question > span::after {
    font-size: 14px;
    top: 7px;
    right: 15px;
  }
}

.qa-question.is-open > span::after {
  content: '\E821';
}

/*******************************
 .sec-inner
*******************************/
.sec-inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.33333%;
  padding-right: 5.33333%;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .sec-inner {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}

@media screen and (min-width: 1201px) {
  .sec-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 768px) {
  .sec-inner {
    margin-top: 47px;
    margin-bottom: 80px;
  }
}

/*******************************
 .sec-wrap
*******************************/
@media screen and (min-width: 768px) {
  .sec-wrap {
    padding: 0 2%;
  }
}

.sec-wrap + .sec-wrap {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .sec-wrap + .sec-wrap {
    margin-top: 60px;
  }
}

.sec-wrap > .title {
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  background-color: #ff6600;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 7px 12px 8px;
}

@media screen and (min-width: 768px) {
  .sec-wrap > .title {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.1em;
    padding: 0 18px;
  }
}

/*******************************
 .title-head
*******************************/
.title-head {
  background-color: #ffefe5;
  padding: 3px 0;
}

@media screen and (min-width: 768px) {
  .title-head {
    padding: 11px 0;
  }
}

.title-headInner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.33333%;
  padding-right: 5.33333%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .title-headInner {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}

@media screen and (min-width: 1201px) {
  .title-headInner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.title-headInner > .image {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .title-headInner > .image {
    width: 17vw;
    height: 11.5vw;
    padding-left: 6.6%;
    margin-right: -4px;
  }
}

@media screen and (min-width: 1201px) {
  .title-headInner > .image {
    width: 204px;
    height: 138px;
  }
}

.title-headInner > .title {
  font-size: 17px;
  line-height: 1.41176;
  font-weight: normal;
}

@media screen and (max-width: 349px) {
  .title-headInner > .title {
    font-size: 4.53333vw;
  }
}

@media screen and (min-width: 768px) {
  .title-headInner > .title {
    font-size: 2.83333vw;
    line-height: 1.20588;
    padding-right: 7.9%;
    padding-bottom: 1.66667vw;
  }
}

@media screen and (min-width: 1024px) {
  .title-headInner > .title {
    font-size: 34px;
    padding-bottom: 20px;
  }
}

.title-headInner > .title > span {
  color: #ff6633;
  font-weight: bold;
  display: inline-block;
}
