@charset 'utf-8';

/* ========== section-readmore ========== */
#section-readmore{
  background-color: #fff;
}
#section-readmore .section-title {
  background-color: #3e4045;
  color: #fff;
  font-size: 1.875em;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #section-readmore .section-title {
    font-size: 1em;
  }
}
#section-readmore .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #section-readmore ul.readmore {
    padding: 0;
  }
}
#section-readmore ul.readmore{
padding: 0;
}
#section-readmore ul.readmore > li{
  list-style: none;
}
#section-readmore ul.readmore > li + li {
  margin-top: 1em;
}
#section-readmore .question,
#section-readmore .answer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#section-readmore .answer{

}
#section-readmore #toggle-readmore.opened .answer{
  opacity: 1;
}
#section-readmore .text {
  padding: 15px 30px;
  font-size: 1em;
}
#section-readmore .text .em {
  font-weight: bold;
}
  
@media screen and (max-width: 767px) {
  #section-readmore .text {
    width: 90%;
  }
}
#section-readmore .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
  
    margin: 0 auto;
    
    
    display: inline-block;
    border-radius: 100px;
    text-decoration: none !important;
    position: relative;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    text-align: center;
    letter-spacing: 0.01em;
    
    color: #f08300 !important;
    border: 2px solid #f08300;
    background: #FFF;
    max-width: 460px;
    width: 100%;
}
#section-readmore .question:hover {
  background-color: #f08300;;
  color: #fff !important;
}
#section-readmore .readmore.opened .text:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 2px solid #f08300;
    border-bottom: 2px solid #f08300;
    right: 20px;
    top: 55%;
    -webkit-transform: translate(0,-50%) rotate(225deg);
    -ms-transform: translate(0,-50%) rotate(225deg);
    transform: translate(0,-50%) rotate(225deg);
}
#section-readmore .readmore.opened .text:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 55%;
    -webkit-transform: translate(0,-50%) rotate(225deg);
    -ms-transform: translate(0,-50%) rotate(225deg);
    transform: translate(0,-50%) rotate(225deg);
}

#section-readmore .readmore .text:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 2px solid #f08300;
    border-bottom: 2px solid #f08300;
    right: 20px;
    top: 45%;
    -webkit-transform: translate(0,-50%) rotate(45deg);
    -ms-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
}
#section-readmore .readmore .text:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 45%;
    -webkit-transform: translate(0,-50%) rotate(45deg);
    -ms-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
}
#section-readmore #toggle-readmore .answer-wrap {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
#section-readmore #toggle-readmore .answer-wrap:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
    z-index: 2;
}
#section-readmore #toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
  
}
#section-readmore #toggle-readmore.opened .answer-wrap:after{
  display: none;

  background: -webkit-none;
  background: -webkit-none;
  background: -moz-none;
  background: -o-none;
  background: -ms-none;
  background: none;
}
#section-readmore .answer .text {
  color: #222;
  margin-bottom: 0;
}
