.st-company__info {
    margin-bottom: 40px;
}


.st-company__define {
    padding-top: 0;
}

.st-company__define {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
    font-size: 20px;
	color: #021d35;
	background:#FFF;
}


.st-company__define dt {
    width: 174px;
    flex-shrink: 0;
    font-weight: 700;
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.menu-item  a {
   color: #021d35;
	font-size: 1.0rem;
}

a, a:hover, a:visited, a:active {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

ul {
    list-style: none;

}

#footer_menu_ul {
    margin: 34px auto 0; /* 16px */
    padding: 12px; /* 20px */
    text-align: center;
    letter-spacing: normal;
    /*background-color: rgba(63,70,114,.05);*/
    background-color: rgba(245,245,248,.9);
	border-top: solid 1px rgba(200,200,228);
}

#footer_menu_ul .menu-item::after {
    content: "";
    display: inline-block;
    margin: -2px 15px auto;
    vertical-align: middle;
    width: 5px;
    height: 1px;
	background-color: rgba(63,70,114,.6);
}

#footer_menu_ul li:last-child::after {
    display: none;
}


#footer_menu_ul .menu-item {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
}


#contents-area {
 /*background-image: url(); !impotant*/
}

#footer {
    margin: 0; !important
}
