@charset "utf-8";
.pc_2 {
    width: 50%;
}

section.cont-mer {
    overflow: hidden;
    margin-bottom: 100px;
}
.company-data {
    width: 100%;
    border: solid 1px #ccc;
}

.company-data th {
    /*width: 200px;*/
    background-color: #FFC107;
    box-shadow: 0px 0px 0px 1px #fff inset;
    /*display: block;*/
    color: #fff;
}

.company-data th,.company-data td {
    padding: 10px;
}

.company-data td {
    border-left: solid 1px #ccc;
    /*width: 100%;*/
}
span.orange-text {
    color: #FF9800;
    font-size: 1.4em;
}

h3.top-catch {
    font-size: 1.8em;
    font-weight: normal;
    padding-bottom: 30px;
}

span.bold-text {
    font-weight: bold;
}

p.top-text {
    padding-bottom: 20px;
}

.president-name {
    text-align: right;
}
.top-cont {
    padding: 30px;
    box-sizing: border-box;
}

.president-catch {
    font-weight: normal;
    font-size: 1.7em;
    padding-bottom: 30px;
}
.office-name {
    font-size: 1.4em;
    font-weight: normal;
    border-left: solid 4px #FF9800;
    padding: 10px;
}

.office-box {
    padding: 0 20px 20px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    overflow: hidden;
}
.office-box-wrap {
    padding: 10px;
    box-sizing: border-box;
}
.office-text {
    overflow: hidden;
    padding: 20px 0;
}
.access {
    padding-bottom: 20px;
}

.map iframe {
    vertical-align: bottom;
}

.map {
    border: solid 1px #FFC107;
}
.top-cont,.president-cont {
    padding: 40px;
    box-sizing: border-box;
    overflow: hidden;
}
.top-img,.president-img {
    width: 450px;
    float: left;
}

.top-text-area, .president-text-area {
    width: 500px;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.president-text {
    padding-bottom: 20px;
}
.map-link {
    text-decoration: underline;
    color: #FF9800;
}

.map-link-wrap {
    text-align: right;
    padding-bottom: 10px;
}
.company-data tr:nth-of-type(even) {
    background-color: #eee;
}