/* =================================
  Subpage 6 ('Field 3') Styles
  ================================= */

.content-header {
    text-align: center;
    margin-bottom: 60px;
}

.header-illust {
    max-width: 150px;
    margin: 0 auto 30px;
}

.content-heading {
    font-size: 2rem;
    font-weight: 700;
}

.content-article {
    margin-bottom: 60px;
}

.article-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.custom-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
}

.custom-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #555;
}

.custom-list li::before {
    content: '·';
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.8rem;
    line-height: 1;
    color: var(--main-color);
}

