div.review_, div.container_, div.customer_.order_col1_, div.col1_ {
    width: 1000px;
    padding: 0!important;
    margin: 0 auto 70px auto;
    box-sizing: border-box;
    background: none!important;
}
#section-bread {
    color: #969696;
}
#section-bread ul {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
#section-bread ul li {
    float: left;
    font-size: 14px;
}
#section-bread ul li a {
    color: #969696;
}
#section-bread li span {
    display: inline-block;
    margin: 0px 10px;
}

.contents {
    width: 1000px;
    margin: 0px auto;
}
#section-title h2 {
    color: #006450;
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 30px;
}


#faq {
    padding: 0;
    color: #3c3c3c;
}
#faq .inner {
    width: 100%;
    margin: 0 auto;
}
#faq .main_ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}
#faq .sec_ttl {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 7px;
    margin: 0;
}
#faq .faq_list {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 16px;
    margin: 0 0 60px;
    padding: 0;
}
#faq .faq_list li {
    border-bottom : 1px solid #C8C8C8;
}
#faq .faq_list li:last-child {
    border: none;
}
#faq .q_box {
    padding: 15px 20px;
    position: relative;
    background: url(/img/usr/freepage/faq/icon_arrow_under.png)no-repeat 97% center;
    /*background-size: 20px;*/
}
#faq .q_box.active {
    background: url(/img/usr/freepage/faq/icon_arrow_over.png)no-repeat 97% center;
    /*background-size: 20px;*/
}
#faq .q_box:hover {
    cursor: pointer;
    opacity: .7;
}
#faq .q_box p {
    position: relative;
    padding: 0 0 0 2em;
    margin: 0;
    line-height: 1.6;
    font-size: 16px!important;
}
#faq .q_box p:before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #777777;
}
#faq .a_box {
    display: none;
    padding: 15px 20px;
    padding-right: 50px;
    border-top : 1px solid #C8C8C8;
    color: #3c3c3c;
    position: relative;
    background: rgba(173,173,173,0.2);
}
#faq .a_box p {
    position: relative;
    padding: 0 0 0 2em;
    line-height: 1.6;
    font-size: 16px!important;
    margin: 15px 0;
}
#faq .a_box p:before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #006450;
}
#faq .a_box a {
    color: #006450;
    text-decoration: underline;
    font-size: 16px!important;
}

#faq .faq_link .txt {
    font-size: 17px;
    text-align: center;
    margin: 0 0 12px;
}
#faq .faq_link .btn {
    text-align: center;
}
#faq .faq_link .btn a {
    font-size: 20px;
    color: #fff;
    background: #002d5f;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 80px 17px;
    display: inline-block;
    text-decoration: none;
}
#faq .faq_link .btn a:hover {
    opacity: .7;
}
#faq .btn_guide a{
    display: block;
    width: 300px;
    height: 56px;
    text-align: center;
    color: #fff;
    font-size: 15px!important;
    line-height: 56px;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    background-color: #006450;
}
#faq .btn_guide a::before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 23px;
    right: 23px;
}
#faq .btn_guide a:hover{
    opacity: 0.8;
}