#company-profile-contents .banner-solidseed{
    width: 100%;
}
#company-profile-contents .profile-contents{
    margin: 0 0 8px 0;
    padding: 0;
}
#company-profile-contents .profile-contents dl{
    margin: 0;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 104px 1fr;
    border-bottom: dotted 1px #bbb;
}
#company-profile-contents .profile-contents dl dt{
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#company-profile-contents .profile-contents dl dd{
    margin: 0;
    padding: 0;
}
#company-profile-contents .profile-contents dl dd iframe{
    margin: 8px 0 0 0;
    padding: 0;
    width: 100%;
    border: none;
}