.custom-accordion-wrap{
  background-color: #FCFDFE;
  padding: 100px 0;
}
.custom-accordion{
  padding: 0 15px;
  margin: 0 0 40px;
  width: 100%;
  font-family: "quasimoda",sans-serif;
}
.custom-accordion .section-title{
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.custom-accordion .title{
  font-size: 36px;
  color: #222527;
  font-weight: 700;
  display: block;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 26px;
}
.custom-accordion .title strong{
  position: relative;
}
.custom-accordion .title strong:after{
  content: '';
  background-color: #ee8a22;
  height: .1389em;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.custom-accordion .section-title.no{
  display: none;
}
.custom-accordion .description{
  font-size: 22px;
  color: #222527;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.custom-accordion .caccordion{
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #D6D6D6;
  background-color: #fff;
}
.custom-accordion .caccordion.no-record{
  border: 0px;
}
.custom-accordion .accordion-group{
    width: 100%;
    display: block;
    position: relative;
}
.custom-accordion .accordion-header{
  width: 100%;
  position: relative;
  border-bottom: 1px solid #D6D6D6;
  background-color: #fff;
}
.custom-accordion .accordion-title{
  font-size: 24px;
  color: #222527;
  line-height: 1.2;
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 30px 70px 30px 30px;
  cursor: pointer;
  position: relative;
}
.custom-accordion .accordion-title .icon{
  width: 36px;
  height: 36px;
  background-color: #F3F5F7;
  display: block;
  position :absolute;
  right: 30px;
  top: 0px;
  z-index: 5;
  bottom: 0;
  margin: auto;
}
.custom-accordion .accordion-title .icon:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 6px;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #35393B;
}
.custom-accordion .accordion-header.plus .icon{
  background-color: #EE8A21;
}
.custom-accordion .accordion-header.plus .icon:after{
  border-top: 0px solid transparent;
  border-bottom: 5px solid #fff;
}
.custom-accordion .accordion-header.plus{
  background-color: #F3F9FD;
  border-bottom: 0;
}
.custom-accordion .accordion-body{
  background-color: #F3F9FD;
  padding: 0 30px;
  font-size: 16px;
  color: #222527;
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  display: none;
}
.custom-accordion .accordion-body p{
  padding-bottom: 20px;
}
.custom-accordion .accordion-group:last-child .accordion-body{
  border-bottom: 0px solid #d6d6d6;
}
.custom-accordion .accordion-group.show .accordion-body{
  display: block;
}
.custom-accordion .accordion-body h2{
  font-size: 24px;
  color: #222527;
  line-height: 1.2;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 22px;
}
.custom-accordion .accordion-body h3{
  font-size: 20px;
  color: #222527;
  line-height: 1.2;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 22px;
}
.custom-accordion .accordion-body h4{
  font-size: 18px;
  color: #222527;
  line-height: 1.2;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 22px;
}
.custom-accordion .accordion-body h5{
  font-size: 16px;
  color: #222527;
  line-height: 1.2;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 22px;
}
.custom-accordion .accordion-body h6{
  font-size: 14px;
  color: #222527;
  line-height: 1.2;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .custom-accordion .accordion-body{
    padding: 15px;
  }
  .custom-accordion .accordion-title{
    padding: 15px 70px 15px 15px;
    font-size: 18px;
  }
  .custom-accordion .accordion-body h2,
  .custom-accordion .accordion-body h3,
  .custom-accordion .accordion-body h4,
  .custom-accordion .accordion-body h5,
  .custom-accordion .accordion-body h6{
    margin-bottom: 20px;
  }
  .custom-accordion .accordion-body h2{
    font-size: 18px;
  }
  .custom-accordion .accordion-body h3{
    font-size: 16px;
  }
  .custom-accordion .description{
    font-size: 16px;
  }
  .custom-accordion .title{
    font-size: 28px;
  }
  .custom-accordion .accordion-title .icon{
    right: 15px;
  }
  .custom-accordion-wrap{
    padding: 30px 0px;
  }
}




