graph_3_label_14@charset "utf-8";

/*==========================================
contentsのスタイル -> company.html
===========================================*/

.companyWrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.company_1 {
    width: 100%;
    height: auto;
}

.company_1 img {
    width: 50%;
    float: left;
}

.company_1_1 {
    width: 50%;
    float: right;
}

.companyImg_1 {
    position: relative;
    /* 画像拡大 */
    overflow: hidden;
    line-height: 0;
}

.companyImg_1 img {
    width: 100%;
    height: auto;
}

.companyText_1 {
    position: absolute;
    bottom: 40%;
    right: 15%;
}

.companyText_1_1 {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #DA586D;
    padding-bottom: 15px;
}

.companyText_1_2 {
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    line-height: 18px;
}

.company_2 {
    float: left;
    width: 50%;
    height: auto;
    /* 画像拡大 */
    overflow: hidden;
    line-height: 0;

}

.company_2 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.company_2_1 {
    width: 50%;
    float: right;
}

.companyImg_2 {
    position: relative;
}

.companyImg_2 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.companyText_2 {
    position: absolute;
    top: 20%;
    left: 15%;
}

.companyText_2_1 {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #DA586D;
    padding-bottom: 15px;
}

.companyText_2_2 {
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    line-height: 18px;
}

.company_3 {
    width: 100%;
    height: auto;
}

.companyImg_3 {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
}

.companyImg_3 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.companyText_3 {
    position: absolute;
    top: 20%;
    right: 15%;
}

.companyText_3_1 {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    border-bottom: solid 1px #DA586D;
    padding-bottom: 15px;
}

.companyText_3_2 {
    font-size: 14px;
    text-align: right;
    padding-top: 5px;
    line-height: 18px;
}

.company_3_1 {
    width: 50%;
    height: auto;
    float: right;
    /* 画像拡大 */
    overflow: hidden;
    line-height: 0;
}

.company_3_1 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.company_4 {
    width: 33.3%;
    float: left;
}

.companyText_4 {
    position: absolute;
    bottom: 45%;
    width: 100%;
}

.companyText_4 p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 25px #000, 0 0 20px #000, 0 0 0.40px #000;
}

/*==========================================
contentsのスタイル -> company-common
===========================================*/

.main {
    width: 700px;
    float: left;
}

.sub {
    width: 240px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.mainSiteTitle {
    font-size: 20px;
    background-color: #222D3B;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
}

/* Magnific Popup */

.mfp-content {
    max-width: 85%;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
    background: #333;
    border-radius: 22px;
    top: 0;
    right: 0;
}

/* Magnific Popup */

/*==========================================
contentsのスタイル -> company-common-sideMenu
===========================================*/

#sideMenu {
    margin: 0 auto;
}

#sideMenu li {
    width: 100%;
    vertical-align: middle;
    border-bottom: solid 1px #B5B5B6;
}

#sideMenu li a {
    display: block;
    padding: 20px;
    color: #000;
    background-image: url(/corporate/data/images/company/right.png);
    background-repeat: no-repeat;
    background-position: 90%;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#sideMenu li a:hover {
    color: #fff;
    background: #222D3B;
    background-image: url(/corporate/data/images/company/right2.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

#sideMenu li a.active {
    color: #fff;
    background-color: #222D3B;
    background-image: url(/corporate/data/images/company/right2.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

#sideMenu li.sideMenuTop a {
    color: #fff;
    background-color: #C73D29;
    background-image: url(/corporate/data/images/company/right2.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

#sideMenu li.sideMenuTop a:hover {
    opacity: 0.8;
}

/*==========================================
contentsのスタイル -> about.html
===========================================*/

table.about {
    border: solid 0.25px #B5B5B6;
    font-size: 14px;
    margin-top: 30px;
}

table.about th {
    border: solid 0.25px #B5B5B6;
    background-color: #D0DBE2;
    width: 150px;
    vertical-align: middle;
    text-align: center;
}

table.about td {
    border: solid 0.25px #B5B5B6;
    background-color: #fff;
    width: 610px;
    padding: 13px;
    vertical-align: middle;
    line-height: 20px;
}

table.about ul {
    padding-left: 20px;
}

table.about li {
    list-style-type: disc;
}

.aboutMapImg {
    float: right;

}

.aboutMapImg img {
    vertical-align: middle;
}

table.about .aboutMapImg a {
    outline: none;
}

.aboutIso a {
    color: #036EB8;
}

/*==========================================
contentsのスタイル -> message.html
===========================================*/

.message_1 {
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
}

.message_2 {
    font-size: 14px;
    line-height: 30px;
}

.message_3 {
    padding-top: 30px;
    font-size: 14px;
    text-align: right;
    line-height: 20px;
}

.messagePresident img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}



/*==========================================
contentsのスタイル -> history.html
===========================================*/

table.history {
    border: solid 0.25px #B5B5B6;
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
}

table.history th {
    border: solid 0.25px #B5B5B6;
    background-color: #D0DBE2;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

table.history td {
    border: solid 0.25px #B5B5B6;
    background-color: #fff;
    width: 80%;
    padding: 13px;
    vertical-align: middle;
    line-height: 20px;
}

table.history li {
    list-style-type: disc;
}
table.history a {
    color: #036EB8;
}

/*==========================================
contentsのスタイル -> office.html
===========================================*/

table.office {
    border: solid 1px #B5B5B6;
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
}

table.office th {
    border: solid 1px #B5B5B6;
    background-color: #D0DBE2;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

table.office td {
    border: solid 1px #B5B5B6;
    background-color: #fff;
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 20px;
}

table.office ul {
    padding-left: 20px;
}

table.office li {
    list-style-type: disc;
}

table.office .office_2_1 {
    float: left;
    margin-top: 10px;
    color: #036EB8;
    cursor: pointer;
}

table.office .office_2_1 a {
    color: #036EB8;
}

table.office .office_2_2 {
    float: right;
    margin-top: 10px;
    padding-right: 20px;
}

table.office .office_2_2 a {
    outline: none;
}

table.officeInner td {
    width: 86px;

    border-collapse: collapse;
}

table.office tr a {
    color: #036EB8;
}

/*==========================================
contentsのスタイル -> associate.html
===========================================*/

p.associate {
    margin-top: 30px;
}

table.associate {
    border: solid 0.25px #B5B5B6;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
}

table.associate th {
    border: solid 0.25px #B5B5B6;
    background-color: #D0DBE2;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

table.associate td {
    border: solid 1px #B5B5B6;
    background-color: #fff;
    width: 80%;
    padding: 13px;
    vertical-align: middle;
    line-height: 20px;
}

table.associate ul {
    padding-left: 20px;
}

table.associate li {
    list-style-type: disc;
}

table.associate .associateMap {
    float: right;
}

table.associate .associateMap a {
    outline: none;
}

/*==========================================
contentsのスタイル -> compliance.html
===========================================*/

.compliance {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    line-height: 25px;
    font-size: 14px;
}

.compliance_1 {
    margin-bottom: 20px;
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-weight: bold;
}

.compliance_1_1 {
    margin: 20px 0;
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-weight: bold;
}

.compliance_1_2 {
    padding: 20px 0;
}

.compliance_2 {
    padding-top: 20px;
    text-align: right;
    line-height: 20px;
}

.compliance_3 {
    padding-left: 42px;
}

/* リスト①~ */

.compliance ol {
    position: relative;
    margin: 0;
    margin-left: 42px;
    margin-bottom: 20px;
    padding: 0;
}

.compliance ol li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em;
}

.compliance ol li span {
    position: absolute;
    left: 0;
    margin: 0;
}

/* リスト①~ */

/*==========================================
contentsのスタイル -> plan.html
===========================================*/

.plan {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.plan_1 {
    padding-bottom: 20px;
}

.plan_2 {
    padding-left: 30px;
}

.plan table {
    margin-bottom: 30px;
}

.plan table th {
    width: 85px;
    text-align: right;
}

.plan ul {
    margin-left: 20px;
}

.plan li {
    list-style-type: disc;
}

.plan_3 {
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*==========================================
contentsのスタイル -> quality.html
===========================================*/

.quality {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.quality ul {
    margin-left: 35px;
    padding: 10px 0;
}

.quality li {
    list-style-type: decimal;
    padding: 10px 0;
}

p.quality_1 {
    text-align: right;
}

/*==========================================
contentsのスタイル -> invironment.html
===========================================*/

.invironment {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.invironment ul {
    margin-left: 20px;
    padding: 20px 0;
}

.invironment li {
    list-style-type: decimal;
    padding: 10px 0;
}

p.invironment_1 {
    text-align: right;
}

/*==========================================
contentsのスタイル -> hilight.html
===========================================*/

.hilight {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 50px;
}

.hilight_1 {
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.hilight_2 {
    text-align: right;
    font-size: 12px;
}

.graph_1 {
    padding-right: 50px;
    margin-bottom: 50px;
}

.graph_1_1 {
    padding-right: 50px;
    margin-bottom: 50px;
}

.graph_2 {
    height: 360px;
    margin-bottom: 50px;
}

.graph_2_1 {
    float: right;
    margin-right: 50px;
}

.graph_2_label_1 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #bddc9d;
}

.graph_2_label_2 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #7c889a;
}

.graph_2_label_3 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #526f85;
}

.graph_2_label_4 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #49b2a8;
}

.graph_2_label_5 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #85bdc2;
}

.graph_2_label_6 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #c6b78d;
}

.graph_2_label_7 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #9c8a70;
}

.graph_2_label_8 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #aeadab;
}

.graph_2_label_9 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #c6364d;
}

.graph_2_label_10 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #e68781;
}

.graph_2_label_11 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #f6bbb8;
}

.graph_2_main {
    width: 300px;
    height: 300px;
    position: absolute;
}

.graph_3 {
    height: 460px;
}

.graph_3_1 {
    float: right;
    margin-right: 50px;
}

.graph_3_label_1 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #bddc9d;
}

.graph_3_label_2 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #7c889a;
}

.graph_3_label_3 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #526f85;
}

.graph_3_label_4 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #49b2a8;
}

.graph_3_label_5 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #85bdc2;
}

.graph_3_label_6 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #c6b78d;
}

.graph_3_label_7 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #9c8a70;
}

.graph_3_label_8 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #aeadab;
}

.graph_3_label_9 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #c6364d;
}

.graph_3_label_10 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #e68781;
}

.graph_3_label_11 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #f6bbb8;
}

.graph_3_label_12 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #c79c56;
}

.graph_3_label_13 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #44275f;
}

.graph_3_label_14 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #907b98;
}

.graph_3_label_15 {
    width: 20px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    background-color: #2CBAF0;
}

.graph_3_main {
    width: 300px;
    height: 300px;
    position: absolute;
}

/* 見出し付き角囲み枠 */

.box2 {
    border: 1px solid #333333;
    color: #000;
    border: 1px solid;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    width: 95%;
}

.box2 .box2-title {
    background-color: #fff;
    content: "タイトル";
    font-weight: bold;
    left: 18px;
    padding: 10px;
    position: absolute;
    top: -1em;
}

/*==========================================
201907保守 -> hilight.html
===========================================*/

.hilight_201907_1 {
    padding-left: 20px;
    line-height: 1.5;
}
