@charset "utf-8";
/* CSS Document */


.esg_catchcopy {
    margin-bottom: 35px;
    font-size: 140%;
    font-weight: normal;
    letter-spacing: 2.5px;
    line-height: 1.5;
}
.table_part01 tr:first-child th {
    padding: 0 1em;
}


/*2列（緑ボックス）*/
.block_esg{
}
.block_esg .block_esg_left {
    float: left;
    width: 39%;
}
.block_esg .block_esg_right {
    float: right;
    width: 59%;
}
.block_esg .block_esg_left dt,
.block_esg .block_esg_right dt {
    background-color: #7bbf81;
    color: #fff;
    text-align: center;
}
.block_esg .block_esg_left dd,
.block_esg .block_esg_right dd {
    background-color: #e3f0e2;
    padding: 1em 2em;
}
.block_esg .block_esg_left dd ul,
.block_esg .block_esg_right dd ul {
    margin: 0;
    padding-left: 20px;
}



/*VOICEボックス*/
.block_voice {
    position: relative;
    margin-top: 7em;
    padding-top: 2.7em;
    border-top: 16px solid #7cbe80;
}
.block_voice:before {
    position: absolute;
    top: -52px;
    right: 20px;
    width: 154px;
    height: 44px;
    background-image: url(../esg/images/esg_VOICE.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
}



/*電通アイコン*/
.title_icon em {
    margin-left: 1em;
    padding: 0.3em 1.5em 0.2em;
    background-color: #7bbf81;
    color: #fff;
    font-size: 70%;
}





@media screen and (max-width:640px) {
.esg_catchcopy {
    text-align: left;
}
.table_part01 tr:first-child th {
    padding: 0 0.5em;
}


.title_icon em {
    display: table;
    margin-left: 0;
}
.block_voice {
    margin-top: 5em !important;
}


.block_esg .block_esg_left {
    float: none;
    width: 100%;
}
.block_esg .block_esg_right {
    float: none;
    width: 100%;
    margin-top: 1.5em;
}

.heightLine-communityA,
.heightLine-marketingcommunicationsA,
.heightLine-supplychainA{
	height:auto !important;
}


.figure_list ul{
	padding:0;
}






}


