.companywrap {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(15%, #f1f4f6), to(#f1f4f6));
    background: linear-gradient(to bottom, #ffffff 0%, #f1f4f6 15%, #f1f4f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f4f6', GradientType=0);
    padding: 40px 0;
}

.companyblock {
    width: 84%;
    max-width: 786px;
    margin: 40px auto 0;
}

.companyblock.details {
    max-width: 786px;
}

.defalt {
    font-size: 1.7rem;
    line-height: 1.8;
}

.comtable {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
}

.comtable th {
    width: 100px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: justify;
    padding: 5px 10px 5px 0;
    line-height: 1.8em;
}

.en .comtable th {
    width: 180px;
    text-align: left;
    text-justify: inherit;
    text-align-last: inherit;
    line-height: 1.8em;
}
.en .comtable tr {
    border-top: 1px solid #ccc;
}

.comtable th::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
}

.en .comtable th::after {
    content: none;
    display: none;
    width: auto;
    height: inherit;
}

.comtable td {
    padding: 5px 0 5px 10px;
}

.en .comtable td {
    padding: 15px 0 15px 10px;
}

.map {
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.slide div {
    margin: 0 0;
}

.history {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
}

.history th {
    padding: 5px 10px 5px 0;
    line-height: 1.8em;
}

.history td {
    padding: 5px 0 5px 10px;
}

.mapsvg {
    margin-top: -13px;
}

.privacy_h3 {
    font-size: 1.7rem;
    text-align: center;
    color: #595757;
    letter-spacing: 0.5em;
    margin-bottom: 25px;
}

.privacy_h3::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background-color: #595757;
    margin: 12px auto 0;
}

.junkyo {
    margin-top: 10px;
}

.comh3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width:736px) {
    #company .incontents {
        width: 100%;
        margin: 0 auto;
    }

    .companyblock {
        width: 94%;
        max-width: 500px;
        margin: 40px auto 0;
    }

    .companywrap {
        width: 100%;
        padding: 20px 0;
    }

    .map {
        width: 128%;
        margin: 10px 0 0 -29%;
    }

    .mapsvg {
        margin-top: 0px;
    }

    .comtable th {
        width: 60px;
    }
    
    .en .comtable th {
        width: 60px;
        padding: 15px 10px 15px 0;
        line-height: 1.5;
    }
    
    .en .comtable td {
        line-height: 1.5;
    }
}
@media (max-width: 320px) {
    .map {
        width: 134%;
        margin: 10px 0 0 -35%;
    }
}
