.content-logo {
    height:300px;
    background-image: url("../static_images/side_company_v.png");
}

.content-child-block {
    background-color: #ffffffA0;
    padding: 30px;
    border-radius: 20px;
}

table {
    width: 80%;
    border-spacing: 0;
}

tbody {    
    border: none;
}

h1 {
    float: left;
    width: 20%;
    color: #3dc7ff;
}

@media screen and (max-width: 1100px) {
h1 {
    float: none;
    width: 100%;
}

table {
    width: 100%;
}
}

.topcell {
    border-top: 1px solid #3dc7ff;
}

table.kaishagaiyou th  {
    border-bottom: 1px solid #3dc7ff;
    line-height: 100px;
    width: 15rem;
    font-weight: 400;
    text-align: left;
}

table.kaishagaiyou td {
    border-bottom: 1px solid #3dc7ff;
    line-height: 100px;
}


table.jigyougaiyou th  {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3dc7ff;
    width: 15rem;
    text-align: left;
    vertical-align: text-top;
}

table.jigyougaiyou td {
    padding-bottom: 20px;
    border-bottom: 1px solid #3dc7ff;
    line-height: 50px;
}

table.jigyougaiyou td h4 {
    margin: 0;
    margin-top: 1.2rem;
}

table.enkaku th  {
    border-bottom: 1px solid #3dc7ff;
    line-height: 100px;
    width: 15rem;
    font-weight: 400;
    text-align: left;
}

table.enkaku td {
    border-bottom: 1px solid #3dc7ff;
    line-height: 100px;
}