.h3_title{
    font-size: 5.25vw;
    margin-bottom: 20px;
    color: #E52878;
    font-weight: bold;
}
.h3_title.icon_plus{
    color: #00A19B;
}
.h3_title img{
    max-width: 9vw;
    width: 100%;
    display: inline-block;
    margin-right: 6px;
    vertical-align: text-bottom;
}
.new_accout_con{
    border: 1px solid #EBEBEB;
    margin: 20px 0 15px;
    padding: 6.25vw 5px;
}
.account_section .col-6{
    width: calc(100% / 2 - 10px);
    padding: 3.75vw;
    margin: 5px;
    background-color: #fff;
    border: #ffae00 .3125vw solid;
    color: #ffae00;
    font-size: 5vw;
    transition: all .3s ease-in-out;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.account_section .col-6:hover{
    background-color: #ffae00;
}
.account_section .col-6:hover a{
    color: #fff;
}
.account_section .col-6:hover .cls-1{
    fill: #fff;
}
.account_section .row{
    display: flex;
}
.new-account .account-cat{
    box-sizing: border-box;
    padding: 6.25vw 5px;
}
.account_section .col-6 svg{
    max-width: 14vw;
    width: 100%;
    display: block;
    overflow: inherit;
    margin: 0 auto 6px;
    height: 19vw;
}
.new-account .account-cat li.active{
    display: block;
}
.account_section .col-6 a{
    color: #ffae00;
}
.note_a{
    text-align: right;
    display: block;
    margin: 20px 0;
}
.hint {
    text-align: center;
    color: #f3b23e;
    font-size: 3.7vw;
    margin: 12px 0 0;
}
.hint img {
    max-width: 5.4vw;
    width: 100%;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.qualifications{
    margin-top: 40px;
}
.qualifications td{
    background: #EFEDEE;
    border: 1px solid #fff;
    padding: 2.6vw;
    font-size: 4.7vw;
}
.qualifications ol{
    list-style: decimal;
    padding-left: 4.5vw;
}
.qualifications h2{
    border-left: #F478B0 1.5625vw solid;
    color: #F478B0;
}
.qualifications table a{
    color: #00A19B;
}
.qualifications th{
    width: 1%;
    padding: 8px;
    font-size: 5vw;
    color: #606060;
    font-weight: bold;
    border: 1px solid #fff;
    background: #F9E8F1;
}
.problem{
    margin: 0 auto;
    border: 1px solid #00a19b;
}
.problem h2{
    background: #00a19b;
    color: #fff;
    font-size: 5.25vw;
    padding: 10px;
    border: 0;
    margin-top: 0;
}
.problem .qa-section{
    width: 96%;
    margin: 30px auto;
    border-bottom: 1px solid #cecece;
    padding-bottom: 2.4vw;
    cursor: pointer;
    
}
.qa-section h3::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
}
.qa-section h3{
    position: relative;
    font-size: 5vw;
    color: #00a19b;
    font-weight: bold;
    line-height: 150%;
    padding-right: 12px;
}
.qa-section p{
    font-size: 4.7vw;
    line-height: 22px;
}
.qa-section .answer{
    display: none;
    margin-top: 16px;
}