#faqWrapper {
    width: auto;
    margin: 50px auto 80px;
    width: 830px;
}

/***** FAQ list *****/

#faqWrapper h1 {
    color: #192B5B;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 80px;
}

.faqCategoryWrapper {
    width: 100%;
    margin: 0 auto;
}

.faqCategoryWrapper h2 {
    font-size: 24px;
    font-weight: bold;
    color: #192B5B;
    margin: 0 0 20px;
}

ul.faqList {
    border-top: 1px solid #ccc;
    margin: 0 0 40px;
    font-size: 16px;
}

ul.faqList li {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

ul.faqList li a {
    display: block;
    padding: 20px 30px 20px 10px;
    text-decoration: none;
    color: #333333;
    position: relative;
}

ul.faqList li a:hover {
    background: #f0f0f0;
}

ul.faqList li a::after{
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
    -webkit-transform: rotate(45deg);    
    transform: rotate(45deg);
}


/***** FAQ detail *****/

#faqWrapper h1.q_title {
    text-align: left;
    position: relative;
    padding: 0 0 0 50px;
}

#faqWrapper h1.q_title::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 40px;
    background: url(/cmn/img/faq/icon_Q.svg) no-repeat left top/contain;
    top: 4px;
    left: 0;
}


.a_textWrapper {
    padding: 0 0 0 50px;
    position: relative;
    margin: 0 0 80px;
}

.a_textWrapper::before{
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 40px;
    background: url(/cmn/img/faq/icon_A.svg) no-repeat left top/contain;
    top: 4px;
    left: 0;
}

.a_textWrapper a {
    color: #006BB5;
    text-decoration: none;
}


.faqBackBtnWrapper a {
    background: #fff;
    border: 1px solid #192b5b;
    border-radius: 4px;
    color: #192b5b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: auto;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 235px;
}

.faqBackBtnWrapper a:hover{
	background: #EDF3FF;
}

.faq_kanaUl{
    margin-top: 20px;
}

.faq_kanaUl li{
    text-indent: -2em;
    padding-left: 2em;
}

