/* ↓ en menu */
#content_wrap.list_parent.en{
    background: #fff;
}
.en_lang.jp_link a {
    /*margin-top: 25px;*/
}
.en_lang_logo {
    margin-top: 25px;
    margin-bottom: 25px;
}
.en_lang a,
.en_menu.smp a {
    padding-left: 20px;
    background: url(../../img/icon_language.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    background-size: 14px !important;
}
.en_mv {
    max-width: 1350px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
.en_copy_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}


/* ↑ en menu */

#en .parent_name {
    font-size: 107%;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #193070;
}

#en .page_ttl {
    font-size: 246%;
    font-weight: 700;
    margin: 0 0 35px;
    letter-spacing: 0.25px;
}

#en img {
    display: block;
    max-width: 100%;
    height: auto;
}

#en .inner.en {
    width: auto;
    max-width: 990px;
    color: #333;
}

#en h2 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 55px 0 50px;
    border-top: 2px solid #ddd;
    font-size: 138%;
    letter-spacing: 1px;
    font-weight: 400;
}

#en h2::before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 27px;
    height: 2px;
    background: #193070;
}

#en .committees_h {
    margin-top: 100px;
}

#en .group_h {
    margin-top: 85px;
}

#content_wrap #en h3 {
    font-size: 126%;
    font-weight: bold;
    padding-left: 0px;
    background: none;
    margin: 90px 0 15px;
}

#en p {
    font-size: 115%;
    margin: 40px 0;
    letter-spacing: 1px;
}

#en .chart {
    margin: 20px 0 40px;
}

#en .right {
    margin: 50px 0 0;
}

#en .font_large {
    display: block;
    font-size: 138%;
    margin: 5px 0;
    letter-spacing: 1px;
}

#en .font_small {
    display: block;
    font-size: 100%;
    margin: 5px 0;
    letter-spacing: 0.5px;
}

#en .red {
    background-color: transparent !important;
}

/* ↓ en table */
#en table {
    width: 100%;
    margin-bottom: 20px;
    border-left: none;
}

#en table th,
#en table td {
    font-size: 115%;
    padding: 15px 20px 15px;
    border-right: none;
    line-height: 2.5rem;
    height: auto !important;
    letter-spacing: 1px;
    vertical-align: middle;
}

#en table th {
    background: none;
    padding-left: 0px;
}

#en table td {
    position: relative;
    width: calc(100% - 248px);
}

#en td::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: calc(100% - 50px);
    background: #ccc;
}

#en td>*:last-child {
    margin-bottom: 0;
}

#en table img {
    margin: auto;
}

#en table.outline td{
	min-width: 180px!important;
}
#en .history_t th {
    width: 8%;
}

#en .organizational th {
    width: 50%;
}

#en .group_companies th {
    width: 23%;
}

/* ↑ en table */

#content_wrap.list_parent.en .content_list li a {
    border: none;
    border-bottom: 3px solid #E9EBEA;
    border-radius: 0;
    border-top: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
}
body .f_area.en {
    padding: 20px 20px;
}

@media only screen and (max-width: 1114px) {
    .en_mv {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .en_mv {
        width: 100%;
        margin: 0 auto 20px;
    }
    #en .ttl_wrap {
        margin: 30px auto;
    }

    #en .parent_name {
        margin-bottom: 5px;
        font-size: 92%;
        letter-spacing: 1.2px;
    }

    #en .page_ttl {
        margin-bottom: 5px;
        font-size: 184%;
    }

    #en h2 {
        padding-top: 15px;
        margin: 50px 0 25px;
        letter-spacing: 2px;
    }

    #en .committees_h {
        margin-top: 50px;
    }

    #en .group_h {
        margin-top: 50px;
    }

    #content_wrap #en h3 {
        margin-top: 45px;
    }

    #en p {
        font-size: 100%;
        margin: 20px 0;
        letter-spacing: 1px;
    }

    #en table th,
    #en table td {
        font-size: 100%;
        padding: 10px 15px 10px;
        line-height: 2rem;
    }


    #en table td {
        width: calc(100% - 120px);
    }

    #en td::before {
        height: calc(100% - 30px);
    }
    body footer .f_area.en h1 {
        padding: 0 0 10px 0;
    }
}