@charset 'UTF-8';

.commonSection .tileHead {
    padding: 10px 0;
    border-top: 1px solid #f5b25c;
    border-bottom: 1px solid #a14c05;
    background: url('/smart/img/common/ptn04.png') 0 0;
    background-size: 5px auto;
}

.commonSection:first-child .tileHead {
    border-top: none;
}
.commonSection:last-child .tileHead {
    border-bottom: none;
}
.commonSection h3 {
    font-size: 1.21rem;
    line-height: 1.6;
    color: #FFF;
}
.commonSection .wrap {
    margin: 10px 15px 20px 15px;
}
.commonSection .normalList li {
    font-size: .93rem;
    line-height: 1.4;
    margin-bottom: .5em;
    padding-left: 1em;
    text-indent: -1em;
}

#qa .pageHead {
    padding-bottom: 12px;
}
#qa .pageHead h2 img {
    width: 196px;
    height: 25px;
}
.qaSection .eachBox {
    margin-bottom: 30px;
}
.qaSection .eachBox:last-child {
    margin-bottom: 0;
}
.qaSection .eachBox h4 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 9px;
    background-size: 20px;
}
.qaSection .eachBox p {
    font-size: .93rem;
    padding: 10px;
    border-top: 5px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    background-color: #f3f3f3;
}

#qa_timeExtension h3 {
    letter-spacing: -.05em;
}

#qa{
    margin-bottom: 70px;
}
.q{
    font-size: 15px;
    color: #ff4f00;
    font-weight: bold;
    margin-right: 2px;
}