body {
    color: #333333;
    line-height: 1.8;
    font-size: 12px;
}

#policy .policy-inner {
    background: none;
}

#policy .policy-inner {
    background: none;
}

.policy-inner {
    margin: 10px auto 0;
    width: 980px;
    padding: 0 0 30px;
    text-align: left;
}

#policy .mds-top01 h2 {
    border-bottom: 4px solid #3F7A04;
    color: #000;
    background: none;
    padding: 0 1em 0 0;
    font-size: 15px;
    line-height: 2;
}

#policy .wrap-note {
    border: 4px solid #3F7A04;
    background-color: #fff;
    width: auto;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.wrap-note {
    width: auto;
    background: #fff;
    border: 6px solid #a2c8dc;
    padding: 20px;
}

.policy-inner .btn {
    text-align: center;
    margin-top: 10px;
}

#policy .policy-inner .note2 {
    line-height: 2;
}

#policy .policy-inner .note2, #mapPolicyContainer {
    font-size: 14px;
}

input.buttonType {
    display: inline-block;
    min-width: 120px;
    height: 44px;
    line-height: 44px;
    background: #3F7A04;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
    box-shadow: 0 2px 6px rgba(63, 122, 4, 0.3);
    padding: 0 10px;
}

input.buttonType:hover {
    background: #336204;
    transform: translateY(-1px);
}

input.buttonType:active {
    transform: translateY(1px);
}

#policy .box-frame2 .note2 dl dt {
    border-left: 10px solid #3F7A04;
    padding-left: 0.5em;
    margin: 1em 0 0.5em;
    font-weight: bold;
}

#policy .box-frame2 .note2 dl dt {
    border-left: 10px solid #3F7A04;
    padding-left: 0.5em;
    margin: 1em 0 0.5em;
    font-weight: bold;
}

.box-frame2 .note2 dl dt {
    margin-top: 1em;
    border-left: 7px solid #0e7bb3;
    padding-left: 5px;
    font-weight: bold;
}

#policy .box-frame2 .note2 dl dd:first-of-type {
    padding: 0;
    background: none;
}

/* #policy .box-frame2 .note2 dl dd {
    padding: 0 1em;
    background: url(../img/point.png) no-repeat 0 5px;
} */

@media (max-width: 980px) {
    .policy-inner {
        width: auto;
    }
}