/*Mv
=======================================================*/
.mv{
  background: linear-gradient(49deg,rgba(247, 146, 30, 1) 0%, rgba(234, 184, 127, 1) 100%);
  position: relative;
}
.mv-img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.mv-deco{
  position: absolute;
  bottom: -8vh;
  right: 5%;
  z-index: 1;
  width: 18vw;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .mv{
    width: 100%;
  }
  .mv-deco{
    width: 20vw;
    bottom: -5vh;
  }
}

/*TOP - 共通パーツ
=======================================================*/
.line-wrap{
  color: #fff;
  text-align: center;
}
.line-txt{
  font-family: "NotoSansJP R";
  font-size: 18px;
}
a.line-btn{
  background: #07C654;
  color: #fff;
  border-radius: 30px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 30px auto 0;
  padding: 8px 20px;
  font-family: "hiraginomaru w4";
}
a.line-btn::before{
  content: "";
  background: url(../img/line-icon.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

@media screen and (max-width: 768px){
  .line-txt{
    font-size: 3.1vw;
  }
  a.line-btn{
    font-size: 3vw;
    padding: 5px 10px;
  }
  a.line-btn::before{
    width: 30px;
    height: 30px;
  }
}

/*導入
=======================================================*/
.intro{
  background: #FAF0E2;
  position: relative;
}
.intro::before{
  content: "";
  background: #341F00;
  width: 100%;
  height: 10vh;
  top:0;
  display: block;
  z-index: 0;
  position: relative;
}
.intro .common{
  padding: 30px 0;
}
.intro-wrap{
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
.intro-top-wrap{
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 1;
  top: 1%;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.intro-top{
  background: url(../img/intro-bubble.png) no-repeat;
  background-size: contain;
  padding: 24px 24px 38px 20px;
  font-size: 25px;
}

.intro-top span{
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-family: "Yu Gothic B";
}
h2.intro-ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-family: "Yu Gothic B";
}
.intro-ttl-em{
  color: #F7921E;
  font-size: 60px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.intro-ttl-em1{
  writing-mode: vertical-rl;
  font-size: 30px;
}
.intro-ttl-em2{
  font-family: "DIN alternate B";
  font-size: 80px;
  line-height: 1;
}
.intro-ttl-em3{
  font-size: 30px;
  line-height: 1;
}
.intro-txt{
  font-family: "Yu Gothic B";
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
.intro-txt span{
  color:#F7921E;
  font-size: 25px;
}
.intro-btn-wrap{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
.intro-btn{
  background: #F7921E;
  text-align: center;
  padding: 5px 20px;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  border: 2px solid #341F00;
  font-family: "Yu Gothic B";
  color: #341F00;
  font-size: 20px;
}
.intro-btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}
.intro-img{
  position: absolute;
  right: -170px;
  bottom: -30px;
  width: 170px;
  object-fit: contain;
}

@media screen and (max-width: 1200px){
  .intro-top-wrap{
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  .intro .common{
    padding: 20px 0 30px;
  }
  .intro::before{
    height: 12vw;
  }
  .intro-top{
    font-size: 3vw;
    left: 5%;
    padding: 21px 21px 30px 12px;
    width: fit-content;
  }
  .intro-wrap{
    width: 100%;
    margin: 0;
  }
  h2.intro-ttl{
    font-size: 5vw;
    justify-content: flex-start;
    align-items: end;
  }
  .intro-ttl-em{
    font-size: 9vw;
  }
  .intro-ttl-em1{
    font-size: 4vw;
  }
  .intro-ttl-em2{
    font-size: 11vw;
  }
  .intro-ttl-em3{
    font-size: 4vw;
  }
  .intro-txt{
    font-size: 3vw;
    text-align: left;
    width: 87%;
    margin-top: 10px;
  }
  .intro-txt span{
    font-size: 3vw;
  }
  .intro-btn-wrap{
    gap: 10px;
    margin-top: 10px;
    width: fit-content;
    z-index: 1;
    position: relative;
  }
  .intro-btn{
    font-size: 2vw;
  }
  .intro-img{
    right: -25px;
    z-index: 0;
    width: 24vw;
  }
}
@media screen and (max-width: 480px){
  .intro-top{
    padding: 12px 17px 17px 13px;
  }
}

/*お悩み
=======================================================*/
.trouble{
  background: #E6E6E6;
}
.trouble-ttl{
  background: #341F00;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 10px;
  position: relative;
}
.trouble-ttl::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 50px solid #341F00;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
ul.trouble-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
ul.trouble-wrap li{
  background: #fff;
  width: calc(50% - 20px);
  padding: 5px 25px;
  border-radius: 25px;
  font-size: 25px;
  font-family: "hiraginomaru w4";
  margin-bottom: 20px;
  text-align: center;
}
.trouble-img{
  width: 300px;
  margin: 20px auto 0;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 768px){
  .trouble-ttl{
    font-size: 4vw;
  }
  .trouble-ttl::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #341F00;
    bottom: -20px;
  }
  ul.trouble-wrap{
    gap: 10px;
    margin-top: 40px;
  }
  ul.trouble-wrap li{
    font-size: 2.4vw;
    margin-bottom: 0;
    padding: 5px 5px;
    width: calc(50% - 5px);
  }
  .trouble-img{
    width: 100px;
  }
}

/*解決
=======================================================*/
.solution{
  background: url(../img/solution-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.solution-ttl{
  text-align: center;
  color:#fff;
  font-family: "NotoSansJP M";
  font-size: 40px;
}
ol.solution-list{
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
ol.solution-list li{
  color: #fff;
  display: flex;
  align-items: center;
}
ol.solution-list li .solution-list-txt{
  font-size: 20px;
}
ol.solution-list li span{
  font-size: 15px;
}
ol.solution-list li::before{
  content: "";
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
ol.solution-list li:nth-child(1):before{
  background: url(../img/point01.png) no-repeat;
  background-size: contain;
}
ol.solution-list li:nth-child(2):before{
  background: url(../img/point02.png) no-repeat;
  background-size: contain;
}
ol.solution-list li:nth-child(3):before{
  background: url(../img/point03.png) no-repeat;
  background-size: contain;
}
ol.solution-list li:nth-child(4):before{
  background: url(../img/point04.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px){
  .solution{
    background-position: 73% center;
  }
  .solution-ttl{
    font-size: 3.5vw;
    text-align: left;
  }
  ol.solution-list{
    margin: 30px auto;
    gap: 10px;
    width:70%;
    justify-content: flex-start;
    margin-left: 0;
  }
  ol.solution-list li{
    align-items: flex-start;
  }
  ol.solution-list li .solution-list-txt{
    font-size: 2.5vw;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 30px);
  }
  ol.solution-list li span{
    font-size: 2.3vw;
  }
  ol.solution-list li::before{
    width: 15px;
    height: 15px;
  }
}

/*サービス
=======================================================*/
.service-wrap{
  position: relative;
  z-index: 0;
  margin-bottom: 70px;
}
.service-wrap::before{
  content: "";
  background:rgba(52,31,0,0.6);
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.service-wrap2::before{
  content: "";
  background:rgba(52,31,0,0.6);
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  z-index: -1;
}
.service-wrap1{
  background: url(../img/service01-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.service-wrap2{
  background: url(../img/service02-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.service-wrap3{
  background: url(../img/service03-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.service-inner{
  width: 1200px;
  margin:0 auto;
  display: flex;
}
.service-box{
  width: 70%;
  margin: 40px 0 80px 0;
}
.service-box-ttl{
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "NotoSansJP R";
}
.service-box-ttl img.service-box-num{
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-right: 30px;
}
.service-box-txt{
  font-family: "NotoSansJP R";
  font-size: 18px;
  color: #fff;
  margin: 60px 0 70px 100px;
}
.service-box-detail{
  background: #fff;
  padding: 20px 40px;
  border-radius: 20px;
  width: 80%;
  border: 1px solid #F7921E;
  font-size: 25px;
  margin-left: 100px;
}
.service-box-detail h4{
  background: #F7921E;
  color: #fff;
  font-family: "NotoSansJP R";
  font-size: 20px;
  border-radius: 50px;
  width: fit-content;
  padding: 10px 50px;
  margin-top: -45px;
  margin-bottom: 20px;
  margin-left: -20px;
}
img.service-img{
  object-fit: contain;
}
.service-num{
  width: 30%;
  color: rgba(52, 31, 0, 0.8);
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 170px;
  font-family: "DIN alternate B";
}
.service-wrap2 .service-num{
  justify-content: start;
}

@media screen and (max-width: 1200px){
  .service-inner{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .service{
    background: #E6E6E6;
  }
  .service-inner{
    width: 100%;
  }
  .service-wrap{
    margin-bottom: 20px;
  }
  .service-wrap::before{
    width: 100%;
  }
  .service-num{
    display: none;
  }
  .service-box-ttl img.service-box-num{
    width: 50px;
    height: 50px;
  }
  .service-box-ttl{
    font-size: 5vw;
  }
  .service-box{
    width: 90%;
    margin: 20px auto;
  }
  .service-box-txt{
    margin: 20px 0 40px 0;
    font-size: 3vw;
  }
  .service-box-detail{
    width: 100%;
    padding: 20px 30px;
    margin-left: 0;
    font-size: 4vw;
  }
  .service-box-detail h4{
    font-size: 4vw;
    padding: 10px 20px;
  }
}

/*これからの備えに
=======================================================*/
.prepare{
  background: #FAF0E2;
  position: relative;
}
.prepare-bg01{
  position: absolute;
  top: 0;
  left: 0;
  width: 21vw;
  object-fit: contain;
}
.prepare-bg02{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14vw;
  object-fit: contain;
}
.prepare-ttl{
  text-align: center;
  font-family: "NotoSansJP M";
  font-size: 35px;
  color: #F7921E;
}
.prepare-txt{
  width: 800px;
  margin: 40px auto;
  font-family: "NotoSansJP R";
  font-size: 18px;
}
.prepare-box{
  background: #fff;
  padding: 40px 120px;
}
.prepare-box img.prepare-img{
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .prepare .common{
    width: 100%;
  }
  .prepare-bg01,
  .prepare-bg02{
    display: none;
  }
  .prepare-ttl{
    font-size: 4vw;
  }
  .prepare-box{
    padding: 30px 10px;
  }
  .prepare-txt{
    width: 90%;
    font-size: 3vw;
    margin: 20px auto;
  }
}

/*削減事例
=======================================================*/
.case-wrap{
  background: #FAF0E2;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 40px;
}
img.case-img{
  width: 50%;
  height: 250px;
  object-fit: contain;
  object-position: center;
}
.case-box{
  width: 33%;
}
.case-box-name{
  font-family: "NotoSansJP R";
  font-size: 30px;
  border-bottom: 1px solid #F7921E;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.case-box-situ{
  font-family: "NotoSansJP R";
  font-size: 20px;
}
.case-box-change dl{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 80%;
}
.case-box-change dl dt{
  background: #fff;
  font-family: "NotoSansJP R";
  font-weight: bold;
  padding: 5px 10px;
  font-size: 20px;
}
.case-box-change dl dd{
  color: #EF3323;
  font-family: "NotoSansJP R";
  font-weight: bold;
  padding: 5px 10px;
  font-size: 20px;
}

@media screen and (max-width: 768px){
  .case{
    background: #E6E6E6;
  }
  .case .common{
    width: 100%;
  }
  img.case-img{
    width: 35%;
    height: auto;
  }
  .case-wrap{
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .case-box{
    width: 60%;
  }
  .case-box-name{
    font-size: 4vw;
    width: fit-content;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .case-box-situ{
    font-size: 3vw;
  }
  .case-box-change dl{
    width: 100%;
  }
  .case-box-change dl dt{
    font-size: 4vw;
  }
  .case-box-change dl dd{
    font-size: 3.8vw;
    padding: 5px 0;
  }
}

/*選ばれる理由
=======================================================*/
.reason{
  background: #FAF0E2;
  padding: 30px;
}
.reason-wrap{
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px;
}
.reason-inner{
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
.reason-box{
  background: #FAF0E2;
  width: calc(100% / 3);
}
.reason-box-num{
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #F7921E;
  color: #fff;
  width: fit-content;
  padding: 5px 30px 30px 5px;
  font-family: "DIN alternate B";
}
h3.reason-box-ttl{
  text-align: center;
  font-size: 20px;
}
.reason-img{
  margin: 40px auto;
  display: block;
  object-fit: contain;
  width: 150px;
}
.reason-box-txt{
  font-family: "NotoSansJP R";
  padding: 20px;
  margin: 0 auto;
}
.compare{
  background: #FAF0E2;
}
.compare-icon{
  position: absolute;
  top: 80px;
  right: 0;
  width: 200px;
  object-fit: contain;
  z-index: 1;
}
.compare-box{
  background: #fff;
  width: 1000px;
  margin:0 auto;
  padding: 60px;
  border-radius: 20px;
}
.compare-img{
  object-fit: contain;
}
.compare-bottom{
  text-align: center;
  font-family: "NotoSansJP M";
  font-size: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 1200px){
  .compare-box{
    width: 100%;
  }
  .reason-inner{
    gap: 40px;
  }
  .reason-box{
    width: 40%;
  }
  .compare-icon{
    width: 160px;
  }
}
@media screen and (max-width: 768px){
  .reason{
    padding: 5%;
  }
  .reason-wrap{
    width: 100%;
    margin: 20px auto 0;
  }
  .reason-inner{
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px;
  }
  .reason-box{
    width: 100%;
  }
  .reason-box-num{
    font-size: 5vw;
  }
  h3.reason-box-ttl{
    font-size: 3.5vw;
  }
  .reason-img{
    margin: 20px auto;
  }
  .compare .common{
    width: 100%;
  }
  .compare-box{
    width: 100%;
    padding: 20px;
  }
  .compare-icon{
    width: 15vw;
    top: 2vh;
  }
  .compare-bottom{
    font-size: 3.5vw;
  }
}

/*お客様のお声
=======================================================*/
.voice-wrap{
  display: flex;
  justify-content: space-between;
}
.voice-box{
  width: 350px;
}
.voice-img{
  object-fit: contain;
}
.voice-box-txt{
  margin-top: 40px;
}

@media screen and (max-width: 768px){
  .voice-wrap{
    flex-wrap: wrap;
  }
  .voice-box{
    width: 80%;
    margin: 0 auto 20px;
  }
  .voice-box-txt {
    margin-top: 10px;
  }
}

/*チェック
=======================================================*/
.check{
  background: #E6E6E6;
}
.check-question{
  background: #fff;
  border: 1px solid #A6A6A6;
  border-radius: 50px;
  width: 800px;
  margin: 80px auto;
  padding: 0 50px 50px 50px;
}
.check-question-num{
  font-family: "DIN alternate B";
  color: #F7921E;
  font-size: 40px;
  text-align: center;
  background: #FAF0E2;
  width: fit-content;
  border: 1px solid #A6A6A6;
  border-radius: 50px;
  padding: 5px 60px;
  line-height: 1;
  margin: -20px auto 20px;
}
.check-question-txt{
  font-family: "NotoSansJP M";
  font-size: 18px;
}
.check-question-btn-wrap{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.check-question-btn{
	font-family: "DIN alternate B";
  font-size: 30px;
  color: #F7921E;
  border-bottom: 1px solid #341F00;
  font-weight: bold;
}
.check-question-btn span{
  color: #341F00;
  font-family: "NotoSansJP M";
  font-size: 18px;
  font-weight: normal;
  margin-left: 20px;
}
.check-answer{
  display: flex;
  gap:50px;
}
.check-answer-box{
  background: #fff;
  width: calc(100% / 3);
  padding: 20px;
}
.check-answer-ttl{
  color: #F7921E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NotoSansJP M";
  font-size: 30px;
  width: 60%;
  margin: 0 auto;
}
.check-answer-ttl:before,
.check-answer-ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #A6A6A6;
}
.check-answer-ttl:before {
  margin-right: 1rem;
}
.check-answer-ttl:after {
  margin-left: 1rem;
}
.check-icon{
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 40px auto;
  display: block;
}
.check-answer-box{
  overflow: hidden;
  position: relative;
}
.check-answer-box.--shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  transform: skewX(-25deg);
  animation: shine 0.7s 2;
  animation-delay: 0.4s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@media screen and (max-width: 768px){
  .check-question{
    width: 100%;
    margin: 40px auto;
    padding: 0 20px 20px 20px;
    border-radius: 30px;
  }
  .check-question-num{
    font-size: 5vw;
    padding: 5px 40px;
  }
  .check-question-txt{
    font-size: 3vw;
  }
  .check-question-btn-wrap{
    margin-top: 10px;
    gap: 20px;
  }
  .check-question-btn{
    font-size: 5vw;
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .check-question-btn span{
    font-size: 3.5vw;
  }
  .check-answer{
    flex-wrap: wrap;
  }
  .check-answer-box{
    width: 100%;
  }
  .check-answer-box-txt{
    font-size: 3.8vw;
  }
}

/*流れ
=======================================================*/
.flow-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}
.flow-box{
  text-align: center;
  font-family: "NotoSansJP R";
  font-weight: bold;
  font-size: 20px;
}
.flow-box img{
  width: 250px;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px){
  .flow-wrap{
    flex-wrap: wrap;
    gap:10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .flow-box{
    width: calc(50% - 10px);
    font-size: 3.5vw;
  }
}

/*お問い合わせ
=======================================================*/
.contact{
  
}
.contact-ttl-wrap{
  width: 800px;
  margin: 0 auto 60px;
  position: relative;
}
h2.contact-ttl{
  width: 100%;
  background:rgba(247,146,30,0.6);
  font-family: "NotoSansJP M";
  color: #fff;
  font-size: 35px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact-ttl-img{
  object-fit: contain;
}
.formTable{
	width:800px;
	margin:0 auto;
	border-collapse:collapse;
}
.formTable dl{
  margin: 60px 0;
}
.formTable dt{
  font-family: "NotoSansJP M";
  font-size: 25px;
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formTable dt span{
  background: #F7921E;
  color: #fff;
  font-family: "NotoSansJP M";
  font-size: 18px;
  padding: 0 15px;
  border-radius: 5px;
}
.formTable dd{
  font-size: 25px;
}
.contact-consent{
  text-align: center;
}
.contact-txt-box{
  text-align: left;
  border: #A6A6A6 1px solid;
  padding: 15px;
  border-radius: 5px;
  height: 160px;
  overflow-y: scroll;
  margin-bottom: 40px;
}
.consent-check{
  width: fit-content;
  margin: 0 auto;
}
.contact-btn{
  background: #F7921E;
  color: #fff;
  border-radius: 20px;
  font-family: "NotoSansJP R";
  font-size: 25px;
  border: none;
  padding: 5px 15px 7px 15px;
  width: fit-content;
  cursor: pointer;
  line-height: 1;
}

@media screen and (max-width:572px) {
  #formWrap {
    width:95%;
    margin:0 auto;
  }
}

@media screen and (max-width: 768px){
  h2.contact-ttl{
    font-size: 4vw;
  }
  .contact-ttl-wrap{
    width: 80%;
    margin: 0 auto 20px;
  }
  .formTable{
    width: 80%;
  }
  .formTable dl {
    margin: 30px 0;
  }
  .formTable dt{
    font-size: 4vw;
    width: 75%;
  }
  .formTable dt span{
    font-size: 3vw;
  }
  .formTable dd {
    font-size: 3vw;
  }
}
.kaki01 {
	margin-top:10px; 
}

/*よくある質問
=======================================================*/
.faq-wrap{
  width: 800px;
  margin: 0 auto;
}
.accordion-content-txt div p{
  margin-bottom: 10px;
}
.accordion-content-txt div p:last-child{
  margin-bottom: 0;
}
.accordion-content-txt div dd{
  padding-left: 30px;
}

@media screen and (max-width: 768px){
  .faq-wrap{
    width: 100%;
  }
}