/* corporate page */


.company_contents {
    width: 100%;
}

.company_contents dl {
    width: 90%;
    margin: 0 5% 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(126, 126, 126, 0.4);
}

.company_contents dt {
    width: 95%;
    margin: 0 2.5%;
    padding: 10px 8px 4px;
    font-size: 16px;
    border-bottom: dashed 1px rgb(212, 212, 212);
}

.company_contents dd {
    width: 95%;
    margin: 0 2.5%;
    font-size: 14px;
    padding: 6px 8px 10px;
}

.company_contents dd ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.company_contents dd li {
    margin-bottom: 20px;
}

.company_contents dd li::before {
    position: relative;
    display: inline-block;
    top: -2px;
    left: -5px;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #8a8a8a;
}

.company_contents a {
    width: 95%;
    display: inline-block;
    color: rgb(63, 65, 196);
    font-weight: 700;
    vertical-align: top;
}

.company_contents a .fas {
    margin-left: 5px;
    font-size: 10px;
    position: relative;
    top: -2px;
}