#policy {
width: 980px;
margin: 50px auto;
}

#policy h2 {
position: relative;
text-align: center;
padding-bottom: 14px;
border-bottom: 1px solid #a37c2d;
}

#policy h2:before {
content: " ";
position: absolute;
bottom: 1px;
left:0
width: 100%;
height: 1px;
background: #ddd0bb;
}

#policy_lead {
 margin-top: 14px;
}

.policy_box {
 margin-top: 26px;
}

.pe_title {
 font-size: 138.5%;
 font-weight: bold;
 color: #a37c2d;
 line-height: 1;
}

.pe_note {
margin-top: 12px;
}