/*body,
html {
  font-weight: 400;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
}*/
.left-content.text .flex-block h1 {
       text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .5rem;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
}
.help{
    display: none;
}
#divsfaq> .qwest {
    margin-bottom: 10px;
}
.qwest>a{
    text-decoration: none;
    color:#337ab7;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .5rem;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: left !important;
}
.qwest>a:hover{
    text-decoration:underline;
}
.qwest>a:visited{
    color:#337ab7;
}
.qwest>a:after {
    content: " ";
    font-size: x-small;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
span{
    color:red;
}
#btnfaq>input {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 10px 18px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
#btnfaq>input:hover {
    text-decoration: none;
    background-color: #286090;
    border-color: #2e6da4;
}
#btnfaq>input:active {
   outline: none;
}
#btnfaq>input:focus {
   outline: none;
}
#p{
    padding-left: 60px;
}
li>img,p>img{
	max-width:800px;
    margin: 10px 0px 10px 0px;
}
li:before{
	    background: url(../img/line-logo.png);
    content: '';
    height: 29px;
}
li {
    text-align: left;
}
ul,ol{
    float: center;
}
.bb{
    float: center;
}
.qwest {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    text-align: left !important;
    
}
#btnfaq {
    text-align: left;
}
.help>ol , .help>ul , .help>p{
    margin-top: 20px;
}
 .help>ol , .help>ul{
     margin-left: -20px !important;
}
/*
@media (min-width: 768px)
{
.container {
    width: 750px;
}  
}
@media (min-width: 992px)
{
.container {
    width: 970px;
}
    .bb{
    margin-left: 80px;
}
    ul,ol{
    padding-left: 80px;
}
    p{
        width: 90%;
    }
}	
@media (min-width: 1200px)
{
.container {
    width: 1170px;
}
    .bb{
    margin-left: 120px;
}
     ul,ol{
    padding-left: 120px;
}
    p{
        width: 90%;
    }
}	
}
@media (min-width: 1500px){

.container {
    width: 1507px;

}
    .bb{
   margin-left: 180px;
}
     ul,ol{
    padding-left: 180px;
}
    p{
        width: 90%;
    }
}	
}
*/