@charset "utf-8";

#company {
    width: 90%;
    max-width:960px;
    margin: auto;
    padding: 140px 0 120px;
    color: var(--Color5);
}
#company h2 {
    margin-top: 60px;
    margin-bottom: 3vw;
    color: var(--Color4);
}
#company h3,
#company h4,
#company h5,
#company p,
#company ul li,
#company table th,
#company table td {
    font-size: 0.875rem;
}
#company h3,
#company h5 {
    margin-top: 1em;
}
#company h4 {
    margin-top: .5em;
}
#company p,
#company ul {
    margin-top: .5em;
}
#company table {
    margin: 20px auto;
    width: 960px;
}
#company table th {
    width: 20%;
    padding: 1em 0 1em 5em;
}
#company table td {
    padding: 1em 5em 1em 0;
}
#company table td.indent {
    padding-left: 1em;
}
#company table td.indent ul.no_indent {
    list-style-type: disc;
}
#company table tr {
    border-bottom: 1px solid var(--Color4);
}
#company div.contact_txt {
    margin-top: 1vw;
    width: 100%;
}
#company div.contact_txt span {
    color: red;
}
#company div.contact_txt a {
    text-decoration: underline;
}



/* --------------------- */
/* 1280*/
/* --------------------- */
@media screen and (max-width: 1280px) {


}


/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

#company {
    padding: 8vw 0 12vw;
}
#company h2 {
    margin-top: 6vw;
    font-size: clamp(1.125rem, 0.711rem + 0.86vw, 1.25rem);
}
#company h3,
#company h4,
#company h5,
#company p,
#company ul li,
#company table th,
#company table td {
    font-size: clamp(0.75rem, 0.336rem + 0.86vw, 0.875rem);
}
#company table {
    margin: 2vw auto;
    width: 90%;
}
#company table th {
    width: 30%;
    padding: 1.5vw 1vw 1.5vw 5vw;
}
#company table td {
    padding: 1.5vw 5vw 1.5vw 1vw;
}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

#company {
    padding: 12vw 0 16vw;
}
#company h2 {
    margin-top: 12vw;
    font-size: clamp(1.125rem, 0.965rem + 0.85vw, 1.375rem);
}
#company h3,
#company h4,
#company h5,
#company p,
#company ul li,
#company table th,
#company table td {
    font-size: clamp(0.75rem, 0.59rem + 0.85vw, 1rem);
}
#company table {
    margin: 2.5vw auto;
}
#company table th,
#company table td {
    display: inline-block;
    width: 100%;
    float: left;
    padding: .5em;
}
#company table th {
    border-bottom: none;
}
#company table td {
    padding-top: 0;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
}

}





/*　外国語対応　*/




/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {
}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {
}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {
}

