@charset 'UTF-8';

/*
特定商取引法に基づく表記
================================================ */
h3{
    font-size: 22px;
    text-align: center;
    margin-top:32px;
    margin-bottom:20px;
    color:var(--text-blue);

}
.white-box{
    /* height:934.5px; */
    padding: 0 1rem 3rem 1rem;
}

th {
    background-color: #F6F6F6;  
    width:150px;
    font-weight: 600;
    
}
td {
    
    width:350px;
    font-size:14px;
    line-height: 1.8;
}


th,td {
    border: solid 1px #E8E8E8;              /* 枠線指定 */
    padding: 22px;      /* 余白指定 */
}

table {
    border-collapse:  collapse;     /* セルの線を重ねる */
    margin:auto;
}
.company-table a{
    text-decoration: underline;
}

