@charset "UTF-8";

/* common */
.esg .mb07 {
    margin-bottom: 7px !important;
}
.esg .mt20 {
    margin-top: 20px !important;
}
.esg .indent185 {
    padding-left: 1.85em;
    text-indent: -1.85em;
}
sub {
    font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}
.right {
    text-align: right;
}

.esg .thumb_border {
    border: 1px solid #c6c6c6;
}

/* esgトップページ */
.esg .main_img {
	/*margin-top: 40px;*/
	margin-bottom: 20px;
}
.esg .e_ttl_lv2_02.top {
	margin-bottom: 40px;
}
.esg .l_box.top {
	padding-top: 20px;
    padding-bottom: 40px;
}
.esg .e_list.pdf {
	display: inline-block;
}

@media screen and (max-width: 641px) {
    .esg .m_column3.top .e_list .e_li {
        height: auto !important;
    }
    .esg .m_column3.top .e_li {
        min-height: auto !important;
    }
}

/* コンテンツメニュー */
.esg .e_lead01 {
	margin-bottom: 10px;
}
.esg .m_column3 .e_list_02 {
    margin-left: 20px;
}
.esg .m_column3 .e_list_02 .e_li {
    float: none;
    width: calc(100% - 10px);
    min-height: 1px;
    margin-right: 0;
    margin-bottom: 5px;
    text-indent: -10px;
	padding-left: 10px;
}
.esg .m_column3 .e_list_03 .e_li {
    float: none;
    width: 28%;
    height: auto;
    margin-right: 3.5%;
    margin-bottom: 20px;
    min-height: 1px;
    padding: 0 1%;
    border: 1px solid #999;
}
.esg .m_column3 .e_list_03 .e_li:nth-child(3n) {
    margin-right: 0;
}

.esg .m_column3 .e_list_02 .e_li a {
    background: url(../imgs/common/arrow_right01.png) left no-repeat;
    padding-left: 10px;
}
@media screen and (max-width: 641px) {
    .esg .m_column3 ul.e_list.cf.door_list li.e_li {
        width: 46%;
    }
    .esg .m_column3 .e_list_03 .e_li {
        width: 46%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .esg .m_column3 .e_list_03 .e_li:nth-child(2n) {
        margin-right: 0%;
    }
    .esg .m_column3 .e_list_03 .e_li:nth-child(3n) {
        margin-right: 2%;
    }
}

/* カテゴリーページ */
.esg .m_column3 ul.e_list.door_list li.e_li {
    width: 28%;
    padding: 0 1%;
    border: 1px solid #999;
    min-height: 150px;
}

/* メッセージ */
.esg .message_column figure {
	float: right;
	width: 30%;
    margin-left: 4%;
    margin-bottom: 20px;
}
@media screen and (max-width: 641px) {
    .esg .message_column figure {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* 見出し */
/*.esg .m_ttl_lv3_04 {
	font-size: 2rem;
	font-weight: 600;
	text-align: left;
	color: #ee3226;
    border-left: 8px solid #ee3226;
    padding-left: 10px;
	margin-bottom: 15px;
    margin-top: 30px;
}*/
.esg .m_ttl_lv3_05{
    text-align: center;
    font-weight: bold;
    font-size: 2.1rem;
    margin-bottom: 15px;
    margin-top: 40px;
}
.esg .m_ttl_lv4_04 {
    border-left: 10px solid #666;
    font-weight: bold;
    padding: 1px 0 1px 7px;
    font-size: 1.7rem;
    margin-bottom: 15px;
    margin-top: 30px;
}

/* 本文 */
.esg .l_txt_indent {
    text-indent: 1em;
}

.esg .e_txt {
	margin-top: 1.9em;
	line-height: 1.9em;
}

.esg .e_list03 {
    padding-left: 1.3em;
}
.esg .e_list03 dd {
    text-indent: 0px;
    padding-left: 1.3em;
    margin-bottom: 7px;
}

.esg .e_list04 li {
    box-sizing: border-box;
    padding-left: 14px;
    margin-top: 7px;
    position: relative;
}
.esg .e_list04 li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #c3c3c3;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -3px;
}
.esg .m_message .e_column2_03 {
    float: none;
    width: 100%;
}
.clearfix {
    clear: both;
}

/* 画像 */
.esg .fig {
	margin-top: 20px;
}
.esg .fig.center {
	text-align: center;
}

.esg .fig_colmun2 {
    display: flex;
    justify-content: space-between;
}
.esg .fig_colmun1 .fig, .esg .fig_colmun2 .fig {
    width: 48.5%;
}
@media screen and (max-width: 641px) {
    .esg .fig_colmun2 {
        display: block;
    }
    .esg .fig_colmun1 .fig, .esg .fig_colmun2 .fig {
        width: auto;
    }
}


div.tenkifig {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tenkifig img {
  width: 100%;
  max-width: 400px;
  height: auto;
}



div.plantgridfig img {
  width: 100%;
  max-width: 445px;
  height: auto;
}



/* リンク */
.esg .pageLinks {
	text-align: center;
	margin-top: 20px;
}
.esg .pageLinks  li.e_li {
    padding: 0 1%;
    border: 1px solid #999;
    min-height: 42px;
    display: inline-block;
}
.esg .pageLinks .e_lead01 {
    color: #ee3226;
    font-size: 1.4rem;
    padding-left: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.esg .nonlink::before {
    content: "";
}

/* 表組 */
.esg .tbl_slideNote {
    display: none;
}
@media screen and (max-width: 641px) {
    .esg .scrollTb {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .esg .scrollTb table{
        table-layout: auto;
    }
    .esg .tbl_slideNote {
        display: block;
        font-size: 12px;
        margin: 0.5em 0;
    }
}
.esg .m_table01 {
    margin: 0;
    width: auto;
}
.esg .m_table01 .center {
    text-align: center;
}
.esg .m_table01 th, .esg .m_table01 td {
    vertical-align: middle;
}
.esg .m_table01 .esghighlight-border {
    border: 4px solid black !important; /* 太枠の設定 */
}

.esg .e_tbl01 th {
    text-align: center;
}
.esg .e_tbl01.link a {
    text-decoration: underline;
}
.esg .e_tbl02 th {
    text-align: center;
}
.esg .e_tbl02 td {
    text-align: right;
}

.esg .e_tbl03 th {
    text-align: center;
}
.esg .e_tbl03 tr:not(:first-child) th {
    text-align: center;
}
.esg .e_tbl03 td {
    text-align: right;
}
.esg .e_tbl04 th {
    text-align: center;
}
.esg .e_tbl04 td {
    text-align: right;
}
.esg .e_tbl04 th {
    width: auto;
}
.esg .tbl_width100 {
    width: 100%;
    table-layout: fixed;
}

.esg .table_bokin {
    margin-top: 20px;
}

.esg .table_bokin td {
    vertical-align: middle;
}

.esg .table_bokin td img {
    margin-left: 20px;
    margin-top: -10px;
}

.esg .table_bokin a {
    text-decoration: underline;
}

.bokinlogo-container {
    text-align: left; /* ロゴマークを右寄せ */
    margin-bottom: 10px; /* テーブルとの間にスペースを追加 */
    margin-left: 75px;
    margin-top: 10px;
}

/*** 囲み ***/
.esg .column01 {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 0 3em 2em 3em;
    margin-top: 2em;
}
@media screen and (max-width: 641px) {
    .esg .column01 {
        padding: 0 1em 1em 1em;
    }
}

/*** 画像 ***/
.esg .figRight figure {
	float: right;
	width: 30%;
    margin-left: 4%;
    margin-bottom: 20px;
}

.esg .figRight figure img:nth-child(n+2) {
	margin-top: 20px;
}
@media screen and (max-width: 641px) {
    .esg .figRight figure {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .esg .figRight figure img:nth-child(n+2) {
        margin-top: 0;
    }
}

/*** 方針一覧 ***/
.esg .policy_list a {
    text-decoration: underline;
}