@charset 'Shift_JIS';
/*???**************************************************

Name: csr_2017.css

Description: Main CSS

Create: 2017.07

***************************************************** */
/* ==================================================
===================================================== */
/* [s5] Breadcrumb Trail
=========================================================================================== */
#TopicPath ol
{
    line-height: 1.6;

    clear: both;
    overflow: hidden;

    width: 965px;
    margin: 0 auto;
    padding: 20px 0 5px;

    list-style: none;
}

#TopicPath ol li
{
    font-size: 67%;

    float: left;

    padding: 0 0 0 20px;

    word-break: keep-all; 

    background: url(/image/jp/r1/icon/icon_topic_path_transition_hd.gif) no-repeat 7px center;
    background-size: 6px 6px;

        -ms-background-size: 6px 6px;
}

#TopicPath ol li.FirstItem
{
    padding: 0;

    background: none;
}

#TopicPath ol li a:link,
#TopicPath ol li a:visited
{
    text-decoration: none;
}

#TopicPath ol li a:hover,
#TopicPath ol li a:active
{
    text-decoration: underline;
}

#TopicPath ol li strong
{
    font-weight: normal;

    color: #333;
}

.AdditionalNotesStyle2.headDouble dd
{
    margin-left: 2.2em;
}

.business_case .AdditionalNotesStyle2 dt
{
    padding: 0; 

    background: none;
}

.business_case .AdditionalNotesStyle2 dd
{
    margin-top: -1.8em; 
    padding: 0;
}

.business_case dd img.paddingb0
{
    padding-bottom: 0;
}

@media screen and (max-width: 994px)
{
    .JS #TopicPath ol
    {
        line-height: 100%; 

        width: auto;
        max-width: 965px;
        padding: 20px 15px 5px;
    }
    .JS #Contents
    {
        overflow: hidden;
    }
}

/* [s6] Vertical Local Navigation Menu
=========================================================================================== */
/* Extension */
#VerticalLocalNavi h2 span
{
    font-size: 100%;
    font-weight: normal;
    line-height: 140%;

    display: block;

    margin: 0;
    padding: 12px 15px;

    text-decoration: none; 

    color: #fff;
    border-top: none;
    border-bottom: solid 1px #fff;
    background: #737373;
}

/* [c2] Heading
=========================================================================================== */
/* CSR Specific */
h5
{
    font-size: 96%;
    line-height: 130%;

    margin: 0 0 10px;

    color: #333;
}

.BoxPatternA h5
{
    padding-right: 15px; 
    padding-left: 15px;
}

.BoxPatternA ol
{
    margin-right: 15px; 
    /* Note .BoxPatternA ul uses padding-left and padding-right */
    margin-left: 15px;
}

.BoxPatternA h4.CSRNote
{
    font-weight: bold;

    margin-bottom: 0;
    padding: 30px 15px 15px; 

    color: #000;
    background: none;
}

/* [c9] Footnote
=========================================================================================== */
/* Extension */
.AdditionalNotesStyle1 dt.CSRLongNote
{
    width: 2.4em;
}

.AdditionalNotesStyle1 dd.CSRLongNote
{
    margin-left: 2.5em;
}

/* CSR Specific */
.CSRLegendStyle2
{
    font-size: 83%; 

    float: right;

    margin-bottom: 5px;
}
.CSRLegendStyle2 dt
{
    float: left;

    padding-left: 1em;
}
.CSRLegendStyle2 dt:first-child
{
    padding-left: 0;
}
.CSRLegendStyle2 dt:after
{
    display: inline-block;

    width: 1em;
    height: 1em;

    content: '';
    vertical-align: middle; 

    background: url(../images/icon/icon_definition_list_colon.svg) center center no-repeat;
}
.CSRLegendStyle2 dd
{
    float: left;
}

.CSRLegendIcon
{
    vertical-align: middle;
}

@media screen and (max-width: 994px)
{
    .JS #Contents .CSRLegendIcon
    {
        width: auto; 
        max-width: none;
    }
}

/* [c13] Icon Link
=========================================================================================== */
/* Extension */
.CSRNoNewWinIcon li.NewWin a
{
    padding: 0; 

    background-image: none !important;
}
.CSRNoNewWinIcon li.NewWin a img
{
    margin-left: 1px;

    vertical-align: middle;
}

ul.CSRNoMarker li
{
    padding-left: 0;

    background: none;
}

/* [c14] Data Table
=========================================================================================== */
/* Extension */
@media screen and (max-width: 994px)
{
    col
    {
        width: auto !important;
    }
}

/* Extension */
table
{
    table-layout: fixed;
}
table thead td
{
    background-color: #f2f2f2;
}
table th.SubHeader
{
    background-color: #f8f8f8;
}
table td
{
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Extension */
.CSRTableTopAdjust td,
.CSRTableTopAdjust th
{
    vertical-align: top;
}

.CSRTableCollapsedList td ul,
.CSRTableCollapsedList td ol,
.CSRTableCollapsedList td dl,
.CSRTableCollapsedList td p
{
    margin-bottom: 0;
}

/* CSR Specific */
.CSRTablePatternA table
{
    font-size: 91%;
    /* 12px = 16px * 91% * 83% */
}
.CSRTablePatternA table th,
.CSRTablePatternA table td
{
    vertical-align: top; 

    border: 0;
    border-bottom: 1px solid #9aa09b;
    background: transparent;
}
.CSRTablePatternA table thead th
{
    vertical-align: bottom; 

    border-color: #2cb042;
}
.CSRTablePatternA table td ul,
.CSRTablePatternA table th ul,
.CSRTablePatternA table td ol,
.CSRTablePatternA table th ol,
.CSRTablePatternA table td p,
.CSRTablePatternA table th p
{
    font-size: 100%; 

    margin-bottom: 0;
}

@media screen and (max-width: 994px)
{
    table
    {
        table-layout: auto;
    }
}

@media screen and (max-width: 767px)
{
    .CSRTablePatternA
    {
        position: relative;
    }
    .CSRTablePatternA .TableSet
    {
        overflow-y: auto;

        margin-right: -15px;
        padding-right: 15px;
    }
    .CSRTablePatternA:after
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: block;
        visibility: hidden; 

        width: 15px;
        height: 100%;

        content: '';

        opacity: .15;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNGQ0ZDRkIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cpIi8+PC9zdmc+);
        background:         linear-gradient(to left, #4d4d4d, #fff);
    }
    .CSRTablePatternA.Scrollable:after
    {
        visibility: visible;
    }
    .CSRTablePatternA table
    {
        table-layout: fixed;
    }
    .CSRTablePatternA table thead th
    {
        width: 10em;
    }
    .CSRSpTable
    {
        overflow-y: auto;

        margin-right: -15px;
        padding-right: 15px;
    }
    .CSRSpTable table
    {
        box-sizing: border-box;

        table-layout: auto;
    }
}

/* CSR Specific */
/* for /csr/environment/load.html, /csr/environment/account.html */
.CSRTableCaption
{
    margin: 30px 0 0 0;
}

.CSRTableSubCaption
{
    margin: 10px 0 0 0;
}

@media screen and (max-width: 994px)
{
    .CSRTableCaption + .ResponsiveTableStyle3
    {
        padding-top: 10px;
    }
}

.CSRTableCaptionUnit
{
    margin: 0 0 5px 0;
}

/* [c16] BoxPattern
=========================================================================================== */
/* for /csr/environment/vision.html */
.EnvVisionBox
{
    border: 1px solid #006727; 
    background-color: #fff;
}
.EnvVisionBox .EnvVisionHeader
{
    background-color: #006727;
}
.EnvVisionBox .EnvSubTitle
{
    font-size: 130%;
    font-weight: bold;
    line-height: 130%;

    margin: 0 0 15px;

    color: #468354;
    background: none;
}

.EnvVisionHeader
{
    font-size: 96%;
    font-weight: normal; 
    line-height: 130%;

    min-height: 20px;
    margin: 0 0 15px;
    padding: 8px 15px;

    color: #fff;
    border: medium none;
    background-color: #006727;
}

.EnvVisionBox .ColumnSet .Column1
{
    width: 32.4%; 
    margin: 0 0 0 7px;
}
.EnvVisionBox .ColumnSet .Column1 img
{
    width: 100%;
    height: auto;
}

.EnvVisionBox .ColumnSet p
{
    padding: 0;
}

.Inner .Inner_ol_list
{
    font-size: 90%;

    margin: 0 0 10px;
    padding: 0 15px; 

    list-style: none;
}

@media screen and (max-width: 994px)
{
    .TextStyle1.CenterAdjust br
    {
        display: none;
    }
    .EnvVisionBox h4.EnvSubTitle
    {
        margin: 0 0 15px;
    }
    .EnvVisionBox .ColumnSet
    {
        margin: 0;
        padding: 0 7px 0 0;
    }
    .EnvVisionBox .ColumnSet .Column1
    {
        margin: 0;
        padding: 0 0 0 7px;
    }
}

/* for /csr/group/index.html */
.BoxPatternA h4 strong
{
    font-size: 130%;

    color: #fff;
}

.GroupTable
{
    width: 48%;
}

@media screen and (max-width: 994px)
{
    .GroupTable
    {
        width: auto;
    }
}

/* [c19] Linear Navigation System
=========================================================================================== */
/* CSR Specific */
.CSRLinearNavi
{
    font-size: 90%;

    margin-bottom: 10px;
    margin-left: -15px;
}
.CSRLinearNavi .Prev,
.CSRLinearNavi .Next
{
    display: table;

    box-sizing: border-box;
    max-width: 50%;
    padding-left: 15px;
}
.CSRLinearNavi .Prev
{
    float: left;
}
.CSRLinearNavi .Next
{
    float: right;

    text-align: right;
}
.CSRLinearNavi .Prev a,
.CSRLinearNavi .Next a
{
    position: relative; 

    display: table-cell;

    box-sizing: border-box;

    vertical-align: middle;
    text-decoration: none;
}
.CSRLinearNavi .Prev a
{
    padding: 4px 0 4px 35px;
}
.CSRLinearNavi .Prev a img
{
    position: absolute;
    top: 50%;
    left: 0;

    margin-top: -13.5px;
}
.CSRLinearNavi .Next a
{
    padding: 4px 35px 4px 0;
}
.CSRLinearNavi .Next a img
{
    position: absolute;
    top: 50%;
    right: 0;

    margin-top: -13.5px;
}
.CSRLinearNavi .Prev a:hover,
.CSRLinearNavi .Prev a:focus
{
    text-decoration: underline;
}
.CSRLinearNavi .Next a:hover,
.CSRLinearNavi .Next a:focus
{
    text-decoration: underline;
}

@media screen and (max-width: 767px)
{
    .CSRLinearNavi .Prev,
    .CSRLinearNavi .Next
    {
        display: block;
        float: none;

        max-width: none;
        padding-bottom: 10px;
    }
    .CSRLinearNavi .Prev
    {
        padding-right: 35px;
    }
    .CSRLinearNavi .Next
    {
        padding-left: 50px;
        /* 15px + 35px */
    }
    .CSRLinearNavi .Prev a,
    .CSRLinearNavi .Next a
    {
        display: inline-block;

        height: auto !important;
        min-height: 0 !important;
    }
}

/* [-] Common Class
=========================================================================================== */
/* CSR Specific */
.CSRNoBottomMarginAdjust
{
    margin-bottom: 0 !important;
}

.message_top
{
    margin: 0 0 20px 20px;
}

@media screen and (max-width: 767px)
{
    .JS .ImgRightAdjust.message_top
    {
        float: right; 

        width: 30%;
        height: auto;
        margin: 0 15px 15px;
    }
}

em.caption
{
    font-size: 75%;
    font-style: normal;
    line-height: 1.4; 

    display: inline-block;

    margin: 5px 0 0;
}

a em.caption
{
    text-decoration: underline;
}

a:hover em.caption
{
    text-decoration: none;
}

h2 span em.caption
{
    font-size: 35%;
    line-height: 1.2; 

    position: absolute;
    top: 100px;
    right: 0;

    width: 100px;

    color: #000;
}

h2 span .multiArea em.caption
{
    font-size: 21%;

    right: auto;

    margin: 5px 0 0 -100px;
}

.business.sdgs.head a
{
    position: relative;
}
.business.sdgs.head a:hover em.caption
{
    text-decoration: underline;
}

.business.sdgs.head em.caption
{
    line-height: 1.1;

    position: absolute;
    top: 80px;
    left: 0;

    float: left;

    width: 34.62%;

    text-decoration: none; 

    color: #000;
}

@media screen and (max-width: 767px)
{
    .business.sdgs.head em.caption
    {
        position: relative;
        top: 0; 

        float: none;
    }
    .sdgs.business.head li img
    {
        float: none;

        margin: 0 auto;
    }
}

/*
 Category Top
 */
/* [c1] Page Title
=========================================================================================== */
/* CSR Specific */
.CSRPageTitle
{
    margin-bottom: 1.25em;
}
.CSRPageTitle .PageTitleStyle1
{
    margin-bottom: .3125em;
    padding-top: 1em;

    text-align: center;
}
.CSRPageTitle h1
{
    font-size: 275%;
    font-weight: normal;
    line-height: 1.6; 

    color: #221815;
}
.CSRPageTitle h1 a
{
    color: inherit;
}
.CSRPageTitle h1 a:hover,
.CSRPageTitle h1 a:focus
{
    color: inherit;
}
.CSRPageTitle .sdgs
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.CSRPageTitle .sdgs li
{
    width: 9%;
    margin: .775%;
}
.CSRPageTitle .sdgs li img
{
    width: 100%;
    height: auto;
}
.CSRPageTitle .sdgs li a
{
    display: block;

    box-sizing: content-box; 
    padding: 2px;

    transition: transform .1s linear;
}
.CSRPageTitle .sdgs li a:hover
{
    transform: scale(1.1);
}
.CSRPageTitle .Text
{
    margin-bottom: 1.875em;
}
.CSRPageTitle .Text p
{
    font-size: 93.75%;
    font-weight: bold;
    line-height: 1.67; 

    margin-bottom: 1em;
}
.CSRPageTitle.sizeFull
{
    width: 100%;
}
.CSRPageTitle.sizeFull .business
{
    height: 18.33vw;

    background: url(../sdgs/business/images/business_01.jpg) no-repeat center center;
    background-size: 100% auto;
}
.CSRPageTitle.sizeFull .business h1
{
    padding: 6.5vw;

    text-shadow: 2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
}
.CSRPageTitle.sizeFull .business.corporate
{
    background: url(../sdgs/corporate/images/corporate_back.jpg) no-repeat center center;
    background-size: 100% auto;
}

.buSdgsBox
{
    margin: 0 0 40px; 
    padding: 30px 0;

    background: #555;
}
.buSdgsBox .innerBox
{
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
    padding: 0;

    background: none;
}
.buSdgsBox .innerBox h2
{
    text-align: center;

    color: #fff;
    background: none;
}

/* CSR Specific */
ul.CSRCategoryMenu
{
    margin-left: -15px;
}
ul.CSRCategoryMenu li
{
    float: left;

    box-sizing: border-box;
    width: 25%;
    margin-bottom: 40px;
    padding-left: 15px;
}

@media screen and (max-width: 579px)
{
    ul.CSRCategoryMenu li
    {
        width: 50%;
    }
}

@media screen and (max-width: 399px)
{
    ul.CSRCategoryMenu li
    {
        float: none;

        width: auto;
    }
}

.CSRCategoryMenu a
{
    display: table;

    width: 100%;
    margin-bottom: 10px;

    text-decoration: none;

    color: #fff;
    outline-offset: -1px; 
    background: #363434;
}
.CSRCategoryMenu a .Img
{
    display: table-row;
}
.CSRCategoryMenu a img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.CSRCategoryMenu a .Text
{
    font-size: 112.5%;
    font-weight: bold;
    line-height: 1.1111111111;

    display: table-cell;

    height: 40px;
    padding: 5px 50px 5px 10px;

    vertical-align: middle; 

    background: #363434 url(../images/icon/icon_link_list1.png) right 11px center no-repeat;
}
.CSRCategoryMenu a:hover,
.CSRCategoryMenu a:focus
{
    text-decoration: underline;
}
.CSRCategoryMenu a:hover img,
.CSRCategoryMenu a:focus img
{
    opacity: .9;
}

.sdgsBox
{
    margin: 0 0 40px; 
    padding: 20px;

    background: #ececeb;
}
.sdgsBox h3
{
    font-size: 162.5%;

    padding: 25px 0 20px; 

    text-align: center;

    color: #000;
}
.sdgsBox .sdgsBoxInnerWrap
{
    margin: 0 0 30px; 
    padding: 15px;

    background: #d2d3d3;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox
{
    padding: 15px 55px; 

    background: #fff;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox a
{
    display: block; 

    text-decoration: none;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox a:hover h4 span
{
    background: url(/image/jp/r1/icon/icon_link_right_hover_hd.gif) no-repeat right center;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox h4
{
    font-size: 162.5%;

    margin: 0 0 25px;
    padding: 0 0 10px; 

    text-align: center;

    border-bottom: 1px solid #000;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox h4 span
{
    padding: 0 30px 0 0;

    background: url(/image/jp/r1/icon/icon_link_right_hd.gif) no-repeat right center;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .sdgsBoxInnerUl
{
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 20px; 

    -ms-flex-pack: justify; 

    justify-content: space-between;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .sdgsBoxInnerUl li
{
    width: 13.3%;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .sdgsBoxInnerUl li img
{
    width: 100%;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .sdgsBoxInnerSubBoxWrap
{
    padding: 15px; 

    background: #d2d3d3;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .sdgsBoxInnerSubBoxWrap .sdgsBoxInnerSubBox
{
    padding: 15px 55px; 

    background: #fff;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .sdgsBoxInnerSubBoxWrap .sdgsBoxInnerSubBox .sdgsBoxInnerUl li
{
    width: 16.2%;
}
.sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .hrefWrap
{
    clear: both;
    overflow: hidden;
}

@media screen and (max-width: 767px)
{
    .sdgsBox
    {
        margin: 0 0 20px; 
        padding: 10px;

        background: #ececeb;
    }
    .sdgsBox h3
    {
        font-size: 125%;

        padding: 10px 0 5px;
    }
    .sdgsBox h3 br
    {
        display: none;
    }
    .sdgsBox .sdgsBoxInnerWrap
    {
        margin: 0 0 15px; 
        padding: 10px;
    }
    .sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox
    {
        padding: 15px; 

        background: #fff;
    }
    .sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox h4
    {
        font-size: 115%;
    }
    .sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .sdgsBoxInnerSubBoxWrap
    {
        padding: 15px;
    }
    .sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .sdgsBoxInnerSubBoxWrap .sdgsBoxInnerSubBox
    {
        padding: 15px;
    }
    .sdgsBox .sdgsBoxInnerWrap .sdgsBoxInnerBox .sdgsBoxInnerSubBoxWrap .sdgsBoxInnerSubBox .sdgsBoxInnerUl
    {
        margin: 0;
    }
}

.businessSdgs p
{
    font-size: 106.25%;
    line-height: 2;

    margin: 0 0 .5em;
}

.sdgs.business
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.sdgs.business li
{
    width: 30%;
    margin: .775% .775% 5% .775%;
}
.sdgs.business li a
{
    display: block;

    padding: 0 0 25px;

    text-decoration: none; 

    background: url(/sustainability/images/icon/icon_topMenu02_arrow.svg) bottom center no-repeat;
    background-size: 50px auto;
}
.sdgs.business li a:hover
{
    text-decoration: underline;
}
.sdgs.business li img
{
    float: left;

    width: 82px;
    height: auto;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 994px)
{
    .JS .ColumnSet
    {
        margin: 0;
    }
}

@media screen and (max-width: 767px)
{
    .sdgs.business.head li
    {
        width: 47%;
    }
    .Grid4 .Gridset01 .Grid4
    {
        padding: 0;
    }
}

.vision_BoxPatternA
{
    clear: both;
    zoom: 1; 

    margin: 0 0 15px;
    padding: 0;

    border: 5px solid #236244;
}

.vision_BoxPatternA:after
{
    display: block;
    clear: both; 

    content: '';
}

.vision_BoxPatternA h2
{
    font-size: 150%;
    font-weight: bold;
    line-height: 130%;

    zoom: 1; 

    margin: 0 0 20px;
    padding: 5px 22px;

    text-align: center;

    color: #fff;
    border: none;
    background-color: #236244;
    background-image: none;
}

.vision_BoxPatternA .Inner
{
    padding: 0 10px 10px 0;
}

.vision_BoxPatternA h3
{
    font-size: 130%;
    font-weight: bold;
    line-height: 130%;

    margin: 0 0 15px;

    text-align: center; 

    color: #468354;
}

.vision_BoxPatternA h3.large
{
    font-size: 280%;

    margin: 0 0 25px;

    color: #236244;
}

h3.large a
{
    padding: 0;

    background: none;
}

h3.large a:link,
h3.large a:visited
{
    text-decoration: none;

    color: #236244;
    background: none;
}

h3.large a:hover,
h3.large a:active
{
    text-decoration: underline;

    color: #236244;
    background: none;
}

.vision_BoxPatternA .CatchCopy
{
    font-size: 100%;
}

.vision_BoxPatternA .vision_Column
{
    position: relative;

    float: left;
    overflow: hidden;
    box-sizing: border-box;
    width: 33.33333%;
    padding-left: 10px;

         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}

.vision_BoxPatternA .Inner > h3,
.vision_BoxPatternA .Inner > p,
.vision_BoxPatternA .Inner > ul
{
    padding-right: 10px; 
    padding-left: 10px;
}

.vision_BoxPatternA .vision_Column img
{
    width: 100%;
    height: auto;
}

.vision_BoxPatternLink
{
    display: inline-block;

    margin-bottom: 0 0 15px;
    padding: 5px 10px;

    border: 1px solid #999;
    border-radius: 5px;

         -o-border-radius: 5px;
        -ms-border-radius: 5px;
}

.vision_BoxPatternLink dl
{
    display: table;
}

.vision_BoxPatternLink dt
{
    font-size: 90%;

    display: table-cell;

    padding-right: 5px;

    vertical-align: middle;
    white-space: nowrap;
}

.vision_BoxPatternLink dd
{
    font-size: 83%; 

    display: table-cell;

    text-align: left;
    vertical-align: middle;
}

.vision_BoxPatternLink dd a
{
    display: block;

    min-height: 17px;
    padding: 0 0 0 22px;

    background: url(../images/sitetop/icon_link_right_green_r.png) left center no-repeat;
}

.vision_BoxPatternA ul a,
.vision_BoxPatternA ul a:link,
.vision_BoxPatternA ul a:visited,
.vision_BoxPatternLink dd a,
.vision_BoxPatternLink dd a:link,
.vision_BoxPatternLink dd a:visited
{
    text-decoration: none; 

    color: #000;
}

.vision_BoxPatternA ul a:hover,
.vision_BoxPatternLink dd a:hover
{
    text-decoration: underline; 

    color: #000;
}

.businessBox
{
    clear: both;
    overflow: hidden;

    width: 100%;
    min-height: 210px;
    margin: 50px 0; 
    padding: 35px 0;

    background: #ea9557 url(../sdgs/business/images/business_02.png) no-repeat bottom right;
    background-size: 100% auto;
}
.businessBox dt,
.businessBox dd
{
    margin: 0 20px;

    color: #fff;
    text-shadow: 1.5px 1.5px .5px #000,-1.5px 1.5px .5px #000,1.5px -1.5px .5px #000,-1.5px -1.5px .5px #000;
}
.businessBox dt
{
    font-size: 137.5%;

    margin: 0 20px 20px;

    transform: rotate(.05deg);
}
.businessBox dd p
{
    line-height: 2;

    transform: rotate(.05deg);
}
.businessBox.Box01
{
    background: #f0ba59 url(../sdgs/business/images/business_05.png) no-repeat bottom right;
}
.businessBox.Box02
{
    background: #86c373 url(../sdgs/business/images/business_08.jpg) no-repeat bottom right;
}
.businessBox.Box03
{
    background: #fbd04c url(../sdgs/business/images/business_12.png) no-repeat bottom right;
}
.businessBox.Box04
{
    background: #f2964d url(../sdgs/business/images/business_14.jpg) no-repeat bottom right;
}
.businessBox.Box05
{
    background: #4cb575 url(../sdgs/business/images/business_17.png) no-repeat bottom right;
}
.businessBox.corporateBox01
{
    background: #8faf86 url(../sdgs/corporate/images/corporate_01.jpg) no-repeat bottom right;
    background-size: 100% auto;
}
.businessBox.corporateBox02
{
    background: #dd6f7e url(../sdgs/corporate/images/corporate_07.png) no-repeat bottom right;
    background-size: 100% auto;
}
.businessBox.corporateBox03
{
    background: #dfb24c url(../sdgs/corporate/images/corporate_08.png) no-repeat bottom right;
    background-size: 100% auto;
}
.businessBox.corporateBox04
{
    background: #f18875 url(../sdgs/corporate/images/corporate_09.png) no-repeat bottom right;
    background-size: 100% auto;
}
.businessBox.corporateBox05
{
    background: #99acc2 url(../sdgs/corporate/images/corporate_10.png) no-repeat bottom right;
    background-size: 100% auto;
}
.businessBox.corporateBox06
{
    background: #d59dad url(../sdgs/corporate/images/corporate_11.png) no-repeat bottom right;
    background-size: 100% auto;
}

h2.sdgs
{
    margin: 0 0 10px; 
    padding: 20px 0 10px;

    background: #555;
}
h2.sdgs span
{
    font-size: 187.5%;
    font-weight: normal;

    position: relative; 

    display: block;

    width: 100%;
    max-width: 915px;
    margin: 0 auto;
    padding: 0 0 0 50px;

    color: #fff;
    background: url(../images/icon/icon_check.png) no-repeat left center;
}
h2.sdgs span .multiArea
{
    position: absolute;
    top: 0;
    right: 0; 

    width: auto;

    background: none;
}
h2.sdgs span .multiArea img
{
    position: relative;
}
h2.sdgs img
{
    position: absolute;
    top: 0;
    right: 0; 

    width: 100px;
    height: 100px;
}
h2.sdgs + .GridSet .Grid4 .Section > p
{
    margin: 0 16.83% 0 0;
}
h2.sdgs + .GridSet .Grid4 .Section > p.style02
{
    margin: 0 27.83% 0 0;
}
h2.sdgs + .GridSet .Grid4 .Section > p.style03
{
    margin: 0 50% 0 0;
}

@media screen and (max-width: 994px)
{
    h2.sdgs img
    {
        right: 50px;
    }
    h2.sdgs + .GridSet .Grid4 .Section > p.style03
    {
        margin: 0 57% 0 0;
    }
    h2 span em.caption
    {
        right: 50px;
    }
    h2 span .multiArea em.caption
    {
        margin: 5px 0 0 -150px;
    }
    .GridSet .Grid4 p.rightM120
    {
        margin: 0 50% 0 0;
    }
}

@media screen and (max-width: 767px)
{
    h2
    {
        overflow: hidden;
    }
    h2.sdgs
    {
        font-size: 50%;

        margin: 0 0 20px;
    }
    h2.sdgs span
    {
        margin: 0 auto;
        padding: 0 0 0 40px;

        background-position: 15px center;
        background-size: 15px auto;
    }
    h2.sdgs span.multiArea
    {
        position: relative;
        top: 0;
        right: 0;

        float: right;

        width: auto;
        margin: 0 55px 0 0; 
        padding: 0;

        background: none;
    }
    h2.sdgs span.multiArea img
    {
        position: relative;

        float: none; 

        margin: 0;
    }
    h2.sdgs img
    {
        position: relative;
        right: 0;

        float: right;

        width: 50px;
        margin: 0 55px 0 0;
    }
    h2.sdgs + .GridSet .Grid4 .Section > p
    {
        margin: 0;
    }
    h2.sdgs + .GridSet .Grid4 .Section > p.style02
    {
        margin: 0;
    }
    h2.sdgs + .GridSet .Grid4 .Section > p.style03
    {
        margin: 0;
    }
    .CSRPageTitle .sdgs li
    {
        width: 31%;
    }
    .business.sdgs.head em.caption
    {
        width: 100%;
    }
}

.Gridset01
{
    clear: both;
    overflow: hidden;

    margin: 0 0 40px;
}
.Gridset01 .Grid1
{
    float: left; 

    width: 270px;
}
.Gridset01 .Grid3
{
    float: right; 

    width: 640px;
}
.Gridset01 .Grid3 h3
{
    font-size: 150%;
}
.Gridset01 .Grid4 h3
{
    font-size: 150%;
}

@media screen and (max-width: 767px)
{
    .Gridset01 .Grid1
    {
        float: none;

        width: auto;
        margin: 0;
        padding: 0;

        text-align: center; 

        background: none;
    }
    .Gridset01 .Grid3
    {
        float: none;

        width: auto;
        margin: 0;
        padding: 0;
    }
    .Gridset01 .Grid3 h3
    {
        font-size: 150%;
    }
}

.wrappSdgs
{
    margin: 0 0 50px; 
    padding: 50px 0;

    background: #555 url(../sdgs/images/sdgs_box_back_01.png) no-repeat right center;
    background-size: contain;
}
.wrappSdgs .sdgs_box
{
    width: 100%;
    max-width: 965px;
    margin: 0 auto; 

    color: #fff;
}
.wrappSdgs .sdgs_box h2
{
    font-size: 187.5%;

    position: relative; 

    margin: 0 0 20px;
    padding: 15px 0 10px 40px;

    color: #000;
    background: #fff url(../images/icon/icon_check.png) no-repeat left center;
}
.wrappSdgs .sdgs_box h2:before
{
    position: absolute;
    top: 0;
    left: -50vw; 

    display: block;

    width: 50vw;
    height: 100%;

    content: '';

    background: #fff;
}
.wrappSdgs .sdgs_box p
{
    line-height: 2;

    margin: 0 20% 0 0;

    text-shadow: 2px 2px 0 #000,-2px 2px 0 #000,2px -2px 0 #000,-2px -2px 0 #000;
}

@media screen and (max-width: 994px)
{
    .wrappSdgs .sdgs_box p
    {
        line-height: 2;

        margin: 0 2%;
    }
}

h2.h2Bu
{
    font-size: 187.5%;

    position: relative; 

    margin: 0 0 20px;
    padding: 15px 0 10px 40px;

    color: #fff;
    background: #555 url(../images/icon/icon_check.png) no-repeat left center;
}
h2.h2Bu:before
{
    position: absolute;
    top: 0;
    left: -50vw; 

    display: block;

    width: 50vw;
    height: 100%;

    content: '';

    background: #555;
}
h2.h2Bu span[lang=en]
{
    font-size: inherit;
    font-weight: normal;
    line-height: inherit; 

    display: inline;

    padding: 0;

    color: inherit;
    background: none;
}

.sdgsTextStyle
{
    line-height: 2;

    margin: 0 0 40px;
}

.innerBox
{
    margin: 0 0 40px; 
    padding: 30px;

    background: #f2f2f2;
}
.innerBox h2
{
    font-size: 162.5%;
}

.sectionBox
{
    padding: 15px; 

    background: #fff;
}

@media screen and (max-width: 767px)
{
    .wrappSdgs
    {
        margin: 0 0 20px;
        padding: 0 0 20px;

        background-image: none;
    }
    .wrappSdgs .sdgs_box
    {
        width: auto; 
        margin: 0;
    }
    .wrappSdgs .sdgs_box h2
    {
        font-size: 110%;

        margin: 15px 0 0; 
        padding: 10px 25px;

        background-position: 5px center;
        background-size: 17px auto;
    }
    .wrappSdgs .sdgs_box p
    {
        margin: 0; 
        padding: 15px 15px 0;
    }
    h2.h2Bu
    {
        font-size: 110%;

        margin: 0 0 10px; 
        padding: 10px 25px;

        background-position: 5px center;
        background-size: 17px auto;
    }
    .innerBox
    {
        margin: 0 0 15px; 
        padding: 15px;
    }
    .innerBox h2
    {
        font-size: 110%;
    }
}

.business_case
{
    clear: both;
    overflow: hidden;

    margin: 0 0 60px; 

    color: #fff;
}
.business_case dt
{
    font-size: 112.5%; 

    padding: 15px 0;

    text-align: center;

    background: #555;
}
.business_case dd
{
    padding: 35px 25px;

    background: #232323;
}
.business_case dd h3
{
    font-size: 137.5%;

    margin: 0 0 40px; 

    color: #fff;
    background: none;
}
.business_case dd img
{
    float: right;

    padding: 0 0 50px 30px;
}
.business_case dd img.full
{
    float: none;

    width: 100%; 
    margin: 20px auto 0;
    padding: 0;
}
.business_case dd h4
{
    font-size: 112.5%; 

    color: #fff;
}
.business_case dd p
{
    line-height: 2;

    margin: 0 0 5px;
}
.business_case dd .notice
{
    margin: 0 0 30px;
}

.Grid4 p.rightM120
{
    margin: 0 48% 0 0;
}

@media screen and (max-width: 767px)
{
    .Grid4 p.rightM120
    {
        margin: 0;
    }
    .business_case dd img
    {
        float: none;

        width: 80%; 
        padding: 0 10% 50px;
    }
}

.caseStudyWrap h3
{
    font-size: 150%;
}

.caseStudyWrap .caseStudy01
{
    clear: both;
    overflow: hidden;

    margin: 0 0 20px;
}
.caseStudyWrap .caseStudy01 h4
{
    font-size: 125%;
}

@media print
{
    .CSRCategoryMenu a
    {
        background: transparent;
    }
}

.sdgsBu .headArea
{
    position: relative; 

    width: 100%;

    text-align: left;
}
.sdgsBu .headArea .pictArea
{
    max-width: 965px;
    margin: 0 auto;
}
.sdgsBu .headArea .descArea
{
    position: absolute;
    top: 0; 

    width: 49vw;
}
.sdgsBu .headArea .descArea .firstUn dt
{
    font-size: 120%; 

    width: 30vw;
    margin: 0 0 0 auto;
    padding: 15px 10px;

    color: #fff;
    background: #686868;
}
.sdgsBu .headArea .descArea .firstUn dd
{
    font-size: 150%;

    padding: 15px 0 15px 50px; 

    background: #f1f1f1;
}
.sdgsBu .headArea .descArea .secondUn
{
    padding: 10px 50px;
}
.sdgsBu .headArea .descArea .secondUn dt
{
    font-size: 112.5%;
}
.sdgsBu .headArea .descArea .secondUn dd
{
    font-size: 137.5%;
}
.sdgsBu .headArea.ApBu .descArea
{
    right: 0;
}
.sdgsBu .headArea.BpBu .pictArea
{
    text-align: right;
}
.sdgsBu .headArea.BpBu .descArea
{
    left: 0;
}
.sdgsBu .headArea.BpBu .descArea .firstUn dt
{
    width: 40vw; 
    margin: 0 auto 0 0;

    text-align: right;
}
.sdgsBu .headArea.BpBu .descArea .firstUn dd
{
    padding: 15px 50px 15px 0; 

    text-align: right;
}
.sdgsBu .headArea.BpBu .descArea .secondUn
{
    text-align: right;
}

.sdgs.business
{
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 40px; 

    -ms-flex-wrap: wrap; 

    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.sdgs.business li
{
    width: 15%;
}
.sdgs.business li img
{
    width: 100%;
}
.sdgs.business.head li
{
    width: 30%;
}
.sdgs.business.head li img
{
    width: 82px;
}

.buBk
{
    margin-top: 40px; 
    padding: 40px 0;

    background: #f1f1f1;
}
.buBk dl dt
{
    padding: 15px;

    text-align: center; 

    color: #fff;
    background: #686868;
}
.buBk dl dd
{
    padding: 20px; 

    text-align: center;

    background: #fff;
}
.buBk dl dd ul
{
    display: -ms-flexbox;
    display: flex;
}
.buBk dl dd ul li
{
    width: 50%;
}
.buBk dl dd ul li img
{
    margin: 0 0 10px;
}
.buBk dl dd ul li dl
{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.buBk dl dd ul li dl dt
{
    font-size: 125%;

    margin: 0 0 10px;
    padding: 10px 0; 

    background: #304888;
}
.buBk dl dd ul li dl dd
{
    padding: 0;
}
.buBk dl dd ul li dl dd ul
{
    max-width: 100%;
    margin: 0 auto;
}
.buBk dl dd ul li dl dd ul .fullCulm
{
    width: 100%;
}

.sdgsBu h2
{
    font-size: 187.5%;

    text-align: center;

    background: none;
}

@media screen and (max-width: 994px)
{
    .sdgsBu .headArea .descArea .firstUn dt
    {
        font-size: 125%;
    }
    .sdgsBu .headArea .descArea .firstUn dd
    {
        font-size: 130%;

        width: auto;
    }
    .sdgsBu .headArea .descArea .secondUn dt
    {
        font-size: 120%;
    }
    .sdgsBu .headArea .descArea .secondUn dd
    {
        font-size: 125%;
    }
    .buBk
    {
        margin-top: 20px;
        padding: 20px 0;
    }
    .buBk .GridSet
    {
        margin: 0;
    }
    .buBk .GridSet h2
    {
        margin: 0 15px;
    }
    .buBk .GridSet .business.sdgs
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .buBk .GridSet .business.sdgs li
    {
        width: 30%;
    }
}

@media screen and (max-width: 767px)
{
    .sdgsBu .headArea .pictArea
    {
        max-width: 100%;
    }
    .sdgsBu .headArea .pictArea img
    {
        width: 100%;
    }
    .sdgsBu .headArea .descArea
    {
        position: relative;
        top: 0; 
        right: 0;

        width: 100%;
    }
    .sdgsBu .headArea .descArea .firstUn
    {
        overflow: hidden;
    }
    .sdgsBu .headArea .descArea .firstUn dt
    {
        font-size: 100%;

        width: 100%;
        padding: 15px;
    }
    .sdgsBu .headArea .descArea .firstUn dd
    {
        font-size: 100%;

        width: auto;
        padding: 15px;
    }
    .sdgsBu .headArea .descArea .firstUn dd br
    {
        display: none;
    }
    .sdgsBu .headArea .descArea .secondUn
    {
        padding: 15px;
    }
    .sdgsBu .headArea .descArea .secondUn dt
    {
        font-size: 100%;
    }
    .sdgsBu .headArea .descArea .secondUn dd
    {
        font-size: 100%;
    }
    .sdgsBu .headArea.ApBu .descArea
    {
        width: auto;
    }
    .sdgsBu .headArea.BpBu .pictArea
    {
        text-align: left;
    }
    .sdgsBu .headArea.BpBu .descArea
    {
        left: 0;
    }
    .sdgsBu .headArea.BpBu .descArea .firstUn dt
    {
        width: auto; 
        margin: 0;

        text-align: left;
    }
    .sdgsBu .headArea.BpBu .descArea .firstUn dd
    {
        text-align: left;
    }
    .sdgsBu .headArea.BpBu .descArea .secondUn
    {
        text-align: left;
    }
    .sdgsBu .sdgs.business li
    {
        width: 33.3333%;
    }
    .sdgsBu .sdgs.business li img
    {
        width: 100%;
    }
    .sdgsBu h2
    {
        font-size: 130%;

        margin: 0;

        text-align: left; 

        background: none;
    }
    .buBk
    {
        margin-top: 40px; 
        padding: 40px 0;

        background: #f1f1f1;
    }
    .buBk dl dt
    {
        padding: 10px;
    }
    .buBk dl dd
    {
        padding: 10px;
    }
    .buBk dl dd ul
    {
        display: block;
    }
    .buBk dl dd ul li
    {
        width: 100%;
        margin: 0 0 10px;
    }
    .buBk dl dd ul li dl
    {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .buBk dl dd ul li dl dt
    {
        font-size: 112.5%;
    }
}

.sdgs_icon_09
{
    display: inline-block;
}
.sdgs_icon_09 img
{
    display: block;
}

/* CSR Specific */
/* for /csr/activity/index.html */
.CSRImgLeft .ListStyle1 li
{
    background-image: url(../images/icon/icon_list_marker_hd.png);
}

/* Extension */
.ColumnSet.CSRImgLeft
{
    margin-bottom: 3.125em; 
    padding-top: 1em;
}

.JS .Grid3 .CSRImgLeft
{
    margin-left: -15px;
}
.JS .Grid3 .CSRImgLeft .Column1
{
    float: left;

    box-sizing: border-box;
    width: 33.33333333%;
    margin: 0;
    padding-left: 15px;
}
.JS .Grid3 .CSRImgLeft .Column2
{
    float: left;

    box-sizing: border-box;
    width: 66.66666666%;
    margin: 0;
    padding-left: 15px;
}

@media screen and (max-width: 579px)
{
    .JS .Grid3 .CSRImgLeft .Column1,
    .JS .Grid3 .CSRImgLeft .Column2
    {
        width: 50%;
    }
}

@media screen and (max-width: 399px)
{
    .JS .Grid3 .CSRImgLeft .Column1,
    .JS .Grid3 .CSRImgLeft .Column2
    {
        float: none;

        width: auto;
    }
    .JS .Grid3 .CSRImgLeft .Column1 img
    {
        width: 100%;
    }
}

.sdgsLink
{
    display: -ms-flexbox;
    display: flex;
    clear: both; 

    margin: 0 0 40px;
    padding: 0;
}
.sdgsLink li
{
    width: 45%;
    margin: 0 0 0 1%;
    padding: 2%; 

    background: #f2f2f2;
}
.sdgsLink li:first-child
{
    margin: 0 1% 0 0;
}
.sdgsLink li a img
{
    float: left;

    width: 100%;
    height: auto;
    margin: 0 20px 0 0;

    transition: transform .1s linear;
}
.sdgsLink li a:hover img
{
    transform: scale(1.1);
}
.sdgsLink.download li img
{
    width: auto;
    height: 160px;
    margin: 0 15px 0 0;
}

#sdgs
{
    position: relative;
}
#sdgs a
{
    position: absolute;

    display: block;
    overflow: hidden; 

    width: 100%;
    height: 27.21%;

    white-space: nowrap;
    text-indent: 100%;
}
#sdgs a.sdgs_04
{
    top: 28.911%;
    left: 9.9%;
}
#sdgs a.sdgs_05
{
    top: 28.911%;
    left: 23.793%;
}
#sdgs a.sdgs_08
{
    top: 28.911%;
    left: 37.393%;
}
#sdgs a.sdgs_12
{
    top: 28.911%;
    right: 37.393%;
}
#sdgs a.sdgs_13
{
    top: 28.911%;
    right: 23.593%;
}
#sdgs a.sdgs_17
{
    top: 28.911%;
    right: 10%;
}
#sdgs a.sdgs_03
{
    bottom: 32.199%;
    left: 16.438%;
}
#sdgs a.sdgs_06
{
    bottom: 32.199%;
    left: 30.55%;
}
#sdgs a.sdgs_07
{
    bottom: 32.199%;
    left: 44.678%;
}
#sdgs a.sdgs_09
{
    right: 30.55%; 
    bottom: 32.199%;
}
#sdgs a.sdgs_11
{
    right: 16.438%; 
    bottom: 32.199%;
}
#sdgs a.business
{
    top: 18.335%;
    left: 0;
}
#sdgs a.corporate
{
    top: 44.994%;
    left: 0;
}

@media screen and (max-width: 767px)
{
    .sdgsLink
    {
        display: block;
        clear: both; 
        overflow: hidden;

        margin: 0 0 20px;
    }
    .sdgsLink li
    {
        clear: both; 
        overflow: hidden;

        width: auto;
        margin: 0;
    }
    .sdgsLink li:first-child
    {
        margin: 0 0 15px;
    }
    .sdgsLink li img
    {
        display: block; 
        float: none;

        margin: 0 auto;
    }
}

/*
 /csr/fair/supply_chain.html
 */
/* CSR Specific */
/* CSR DataList */
.CSRDataList
{
    width: 100%;
    margin: 30px 0 50px 0;
}
.CSRDataList dt
{
    position: relative;

    float: left;

    padding: 0 20px 0 80px;
}
.CSRDataList dt:before
{
    position: absolute;
    top: 50%;

    margin-top: -40px;
    margin-left: -80px; 

    content: url(../fair/images/supply_chain_img_01.gif);
}
.CSRDataList dd
{
    padding-top: 10px;
}
.CSRDataList .CSRDataListTerm
{
    font-weight: bold;
}
.CSRDataList .CSRDataListValue
{
    font-size: 300%;

    color: #5592d1;
}

@media screen and (max-width: 579px)
{
    .CSRDataList dt
    {
        margin-bottom: 20px;
    }
    .CSRDataList dd
    {
        padding-left: 80px;
    }
}

@media screen and (max-width: 379px)
{
    .CSRDataList dt
    {
        margin-bottom: 10px;
    }
    .CSRDataList .CSRDataListValue
    {
        font-size: 200%;
    }
}

/*
 Third Party Assurance
 */
/* CSR Specific */
h2 span span[lang='en']
{
    font-size: 1rem;

    display: inline;

    padding: 0;

    background: none;
}

.CSRThirdPartyAssurance img,
.CSRThirdPartyAssuranceIcon
{
    padding: 0 2px 2px;

    vertical-align: middle;
}

.CSRThirdPartyAssurance img
{
    border-bottom: 1px solid #737373;
}

.CSRThirdPartyAssurance:hover img,
.CSRThirdPartyAssurance:focus img
{
    border-bottom-color: #b1000e;
}

h2 a.CSRThirdPartyAssurance,
h3 a.CSRThirdPartyAssurance,
h4 a.CSRThirdPartyAssurance
{
    background-image: none;
}

/*
 DefinitionListStyle1
 */
.CSRDefinitionListStyle1
{
    font-size: 90%;
}
.CSRDefinitionListStyle1 dt:after
{
    display: inline-block;

    width: 1em;
    height: 1em;

    content: '';
    vertical-align: middle; 

    background: url(../images/icon/icon_definition_list_colon.svg) center center no-repeat;
}
.CSRDefinitionListStyle1 dd
{
    margin-bottom: 15px;
}
.CSRDefinitionListStyle1 dd p,
.CSRDefinitionListStyle1 dd ul,
.CSRDefinitionListStyle1 dd ol
{
    font-size: 100%;
}
.CSRDefinitionListStyle1 dd table th,
.CSRDefinitionListStyle1 dd table td
{
    font-size: 92.2%;
}
.CSRDefinitionListStyle1 dd + dd
{
    margin-top: -15px;
}

/*
 CSRImgW120SetStyle
 */
.CSRImgW120SetStyle
{
    display: table;

    margin-bottom: 15px;
}
.CSRImgW120SetStyle .Img,
.CSRImgW120SetStyle .ImgSet
{
    display: table-cell;

    vertical-align: top;
}
.CSRImgW120SetStyle .Img
{
    width: 140px;
    padding-bottom: 15px;
}
.CSRImgW120SetStyle .Img.style1
{
    width: 190px;
}

.CSRImgWHalf
{
    width: -moz-min-content;
    width:      -webkit-min-content;
    width:      min-content; 
    max-width: 50%;
}

.Column1andHalf .CSRImgWHalf
{
    max-width: none;
}

@media screen and (max-width: 767px)
{
    .CSRImgWHalf
    {
        max-width: none;
    }
}

@media screen and (max-width: 994px)
{
    .CSRImgWHalf
    {
        width: auto;
    }
}

/*
 /csr/group/index.html & GRI
*/
p.CSR2016Border,
dl.CSR2016Border,
h4.CSR2016Border
{
    padding-bottom: 10px; 

    border-bottom: 1px solid #bbb;
}

.griStyle h3
{
    font-size: 105%; 

    margin: 30px 0 10px;

    color: #000;
}

.griStyle h4.CSR2016Border
{
    margin-top: 10px; 
    padding: 10px 0 10px 10px;

    background: #fcfcfc;
}

.griStyle strong
{
    color: #737373;
}

.griStyle dl
{
    clear: both;
    overflow: hidden;
}

.griStyle ol.GriListStyle,
.griStyle ul.GriListStyle
{
    font-size: 83%;

    margin: 0 0 5px;
    padding-left: 1.8em; 

    list-style-type: lower-alpha;
}

.griStyle ol.GriListStyle ol,
.griStyle ul.GriListStyle ol,
.griStyle ul.GriListStyle ul
{
    padding-left: 1.8em; 

    list-style-type: lower-roman;
}

.griStyle .LinkListStyle2
{
    margin: -5px 0 10px;
}
.griStyle .LinkListStyle2 li
{
    margin-left: 5px;
}

.griStyle .TextStyle1Gri
{
    font-weight: bold; 

    margin: 15px 0 5px;
}

.griStyle .TextStyle2
{
    margin-left: 5px;
}

.griStyle dt.TextStyle1
{
    font-weight: bold; 

    margin: 0;
}

/*
 /csr/fair/supply_chain.html
 */
ol.CSRListProcurement ol
{
    list-style: none;

    counter-reset: csr-procurement;
}
ol.CSRListProcurement ol li
{
    position: relative;
}
ol.CSRListProcurement ol li:before
{
    position: absolute;
    top: 0;
    left: -2em; 

    display: block;

    width: 2.5em;

    content: '(' counter(csr-procurement) ')';
    counter-increment: csr-procurement;
}

@media screen and (max-width: 767px)
{
    .JS .respBox
    {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .JS .respBox .TextStyle1,
    .JS .respBox .AdditionalNotesStyle1
    {
        -ms-flex-order: -1;
        order: -1;
    }
}
