<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contents .experience-box {
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #e0e0e0;
}

#contents .experience-box .experience-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
    font-weight: bold;
}

.experience-title small {
    font-size: 13px;
    color: #ffa91a;
}

.experience-title p {
    font-size: 16px;
    margin-bottom: 0;
}

#contents .experience-box .experience-circle {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: #ffa91a;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

#contents .experience-box .experience-circle p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    letter-spacing: 1px;
}

#contents .experience-cont .experience-item .btn {
    color: #fff;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #002896;
    border-radius: 3px;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#contents .experience-cont .experience-item .btn:hover {
    text-decoration: none;
    opacity: .85;
}

#contents .experience-cont .experience-item .btn::after {
    content: "";
    background: url("/contents/nikki/config/rightnavi/special/img/icon_arrow_white.svg") right center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

#contents .experience-cont .experience-item:not(:first-child) {
    margin-top: 8px;
}
</pre></body></html>