  #faq h2{
    padding:30px 0 20px 10px;
  }

  #faq .cp_qa *, #faq .cp_qa *:after, #faq .cp_qa *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #faq .cp_qa {
    overflow-x: hidden;
    margin: 0 auto;
    color: #333333;
  }
  #faq .cp_qa .cp_actab {
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
  }
  #faq .cp_qa label {
    font-size: 1.2em;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0 48px;
    cursor: pointer;
  }
  #faq .cp_qa .cp_actab-content {
    font-size: 1em;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0 40px;
    padding: 0 14px;
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
    opacity: 0;
  }
  #faq .cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
    height: auto;
    padding: 14px;
    opacity: 1;
  }
  #faq .cp_qa .cp_plus {
    font-size: 2.4em;
    line-height: 100%;
    position: absolute;
    z-index: 5;
    margin: 3px 0 0 10px;
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
  }
  #faq .cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #faq .cp_qa .cp_actab input[type=checkbox] {
    display: none;
  }

#flow h2{
  padding:30px 0 20px 10px;
}

.flow_box{
margin:40px 10px;
}

