
.font_blue {
color:#0B2DB2;
}

#rwd-content .rwd-link-list05 li::after {
position: absolute;
content: "";
margin: auto;
display: block;
left: 0;
bottom: 0;
top: 0;
width: 20px;
height: 20px;
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center;
background-image: url(../img/help_anchorlink.svg);
}

#rwd-content .rwd-link-list05 a:not(.gigya-input-submit):not(.label-account-delete):not(.gigya-yesno-button):not(.gigya-button) {
color: #000 !important;
}
#rwd-content .rwd-link-list05 li {
margin-bottom: 15px;
}

@media (max-width: 767px) {
#rwd-content .rwd-link-list05 li {
margin-bottom: 10px;
}
/* max-width: 767px */}

#rwd-content .rwd-link-list05 li a {
padding: 3px 15px 3px 28px;
font-size: 1.4rem;
font-weight: normal;
display: block;
box-sizing: border-box;
}
#rwd-content .rwd-link-list05 li a:hover {
text-decoration: underline;
}

#rwd-content .rwd-faq .rwd-faq-question {
background: none;
border-bottom: solid 3px #0B2DB2;
padding: 2px 0 10px 40px;
position: relative;
}
#rwd-content .rwd-faq .rwd-faq-question:before {
content: "Q";
position: absolute;
left:0;
width: 40px;
text-align: center;
font-size: 2.4rem;
font-weight: bold;
line-height: 1;
}
#rwd-content .rwd-faq .rwd-faq-answer {
background: none;
position: relative;
margin-bottom: 70px;
}

@media (max-width: 767px) {
#rwd-content .rwd-faq .rwd-faq-answer {
margin-bottom: 45px;
}
/* max-width: 767px */}

#rwd-content .rwd-faq .rwd-faq-answer:before {
content: "A";
position: absolute;
left:0;
width: 40px;
color:#707070;
text-align: center;
font-size: 2.4rem;
font-weight: bold;
line-height: 1;
}

#rwd-content .rwd-faq .text-indent {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
}

#rwd-content .rwd-faq ol {
margin-left: 1.5em;
}
#rwd-content .rwd-faq ol li {
margin-bottom: 0.8em;
}


#rwd-content .rwd-main-content .rwd-faq a { 
display: inline-block;
padding-left: 12px;
margin:0 6px;
position: relative;
background: url(../img/help_arrow_blue.svg) left center no-repeat;
background-size: 6px 10px;
}
#rwd-content .rwd-main-content .rwd-faq a:hover {
text-decoration: none;
}

.rwd-link-list02.help_link {
width: auto;
white-space: nowrap;
}
