.subtxt { font-size: 1.5rem; font-weight: 700; line-height: 1.7; color: rgba(0,0,0,0.35); }
.editorial-container { color: #000000; line-height: 1.7; margin-top: 2.5rem; letter-spacing: -0.02rem; }
.editorial-contact { border: 1px solid #000000; border-left: 0; border-right: 0; padding: 3rem 0; margin: 4.375rem 0;  }
.editorial-contact .label { font-size: 1.02rem; font-weight: 700; letter-spacing: 0.125rem; text-transform: uppercase; color: #666666; margin-bottom: 0.75rem; }
.editorial-contact .email { font-size: 2.97rem; font-weight: 800; color: #000000; text-decoration: none; letter-spacing: -0.03rem; display: inline-block; transition: opacity 0.2s ease; }
.editorial-contact .email:hover { opacity: 0.6; }
.editorial-contact .sub-note { font-size: 1.09rem; color: #666666; margin-top: 0.875rem; }
.editorial-section { margin-bottom: 5rem; }
.editorial-title { font-size: 1.72rem; line-height:1.6; font-weight: 700; color: #000000; margin-bottom: 2rem; letter-spacing: -0.03rem; }
.editorial-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 3.75rem; }
.editorial-list-item { font-size: 1.09rem; color: #555; line-height: 1.6; display: flex; align-items: flex-start; gap: 0.5rem; }
.editorial-list-item::before { content: "·"; color: #000000; font-weight: 900; font-size: 1.5rem; line-height: 1.4; }
.editorial-note { margin-top: 2.25rem; font-size: 1.09rem; color: #666666; line-height: 1.6; border-top: 1px solid #e5e5e5; padding-top: 1.25rem; }
.editorial-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem 2.5rem; }
.editorial-principle-item { border-top: 1px solid #000000; padding-top: 1.5rem; }
.editorial-principle-num { font-size: 1.09rem; font-weight: 700; color: #000000; margin-bottom: 0.75rem; letter-spacing: 0.06rem; }
.editorial-principle-title { font-size: 1.5rem; font-weight: 700; color: #000000; margin-bottom: 0.75rem; letter-spacing: -0.03rem; }
.editorial-principle-desc { font-size: 1.09rem; color: #555555; line-height: 1.7; margin: 0; }
.editorial-footer { border-top: 1px solid #e5e5e5; padding-top: 2.5rem; margin-top: 3.75rem; font-size: 1.17rem; color: #333333; line-height: 1.8; }
@media (max-width: 768px) { .editorial-contact .email { font-size: 1.88rem; } .editorial-list, .editorial-principles { grid-template-columns: 1fr; gap: 0; } .editorial-list { gap: 0.875rem; } .editorial-principles { gap: 2.25rem; } }