main {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    padding-top:80px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #333;
}

article header {
    padding-top: 80px;
    margin-bottom: 30px;
}

.info {
    color: #85b917;
    padding-left:20px ;
}

h1 {
    color: var(--e-global-color-primary);
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1em;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}

.links_items{
    color: #0066cc;
    text-decoration: none;
     
}

.line_image {
    height: 25px;
}

.links_items:hover {
    text-decoration: underline;
}

hr {
    border: 0;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
}



@media (max-width: 600px) {
    main {
        padding: 15px;
    }

    .article_title {
        font-size: 24px;
    }

    .company_detail {
        font-size: 20px;
    }
    h1 {
        font-size: 24px;
        line-height: 1.2em;
    }
}