.cms-public .side_qa2 {
    background-color: #d0ecf4;
    padding: 0px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-border-radius: 20px;
    font-size: 1.25em;
    width: 300px;
    font-weight: bold;
    margin-left: 8px;
    position: relative;
    top: 45px;
}

body:not(.dev-mb) .cms-public .side_qa2 .sentence p {
    color: #333333;
    line-height: 10%;
    font-size: 1.0em;
}

.cms-public .side_qa2 a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 32px;
    color: #333;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
    text-decoration: none;
}

.cms-public .side_qa2 a:before {
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 2px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.cms-public .side_qa2 a:after {
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 192px;
}

.cms-public .side_qa2 a:before, .cms-public .side_qa2 a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}