.sustainability-message-caption {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.sustainability-message-caption p {
  display: table-cell;
  width: 50%;
}
.sustainability-guidline-table_title {
  background: #0054ad;
  color: #fff;
}
.sustainability-guidline-table_def {
  background: #575757;
  color: #fff;
}
.sustainability-guidline-table_cat {
  background: #38a7e7;
  color: #fff;
}
.sustainability-guidline-table_head {
  background: #c0e2f5;
}
.sustainability-human-table_head {
  background: #c0e2f5;
}
.sustainability-overall-flow-arrow {
  max-width: 120px;
}
.sustainability-overall-dl--center-margin {
  display: inline-block;
  margin: 0 auto !important;
}
.sustainability_fk_gd_col_box {
  border: 1px solid #806600;
}
.sustainability_fk_gd_col_box_inner .row:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.sustainability-vm {
  vertical-align: middle !important;
}
.sustainability-flex {
  display: flex;
}
.sustainability-modBtn_inner {
  width: 87%;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .sustainability-message-caption {
    width: 567px;
  }
  .dialog-img__person-small {
    width: 226px;
  }
  .sustainability_fk_gd_col_box_inner {
    padding: 15px 20px;
  }
  .sustainability_fk_gd_col_box_inner .txt-box {
    width: 416px;
    float: left;
  }
  .sustainability_fk_gd_col_box_inner .img_box {
    width: 262px;
    margin: 0 0 20px 20px;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .sustainability_fk_gd_col_box_inner {
    padding: 15px;
  }
  .sustainability-txL--mobile {
    text-align: left !important;
  }
  .sustainability-modBtn-box--large {
    height: 84px;
  }
  .sustainability-modImageCaptionBox--fullSP {
    width: 100% !important;
    margin: 0 0 10px !important;
    float: none !important;
  }
  .sustainability-icon_sdgs6 {
    max-width: 100%;
  }
  .sustainability-icon_sdgs3 {
    max-width: 100%;
    width: 49.5945945945946%;
  }
  .sustainability-icon_sdgs2 {
    max-width: 100%;
    width: 33.78378378378378%;
  }
  .sustainability-icon_sdgs1 {
    max-width: 100%;
    width: 17.567567567567565%;
  }
}

/* 2020追記=========================================== */
.w20{width: 20%;}
.w30{width: 30%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w80{width: 80%;}
.w90{width: 90%;}
.w100{width: 100%;}

.fk_gd_col img.max_img{
  width: 100%;
}
p{
  font-size: 15px;
  line-height: 1.6;
}
/* 見出し-------------- */
h4{
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #2c7500;
}
h5{
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}
h6{
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
}
/* レイアウト---------- */
.col2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.col2.mb0{
  margin-bottom: 0;
}
.col2 img, .col2_1 img{
  width: 100%;
}
.col2.flex_float_left{
  justify-content: flex-start;
}
.col2.flex_float_left > div:first-child{
  margin-right: 40px;
}
.col2.flex_float_left > div{
  width: auto;
}

.col2 > div{
  width: 48%;
}
.col2_1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.col2_1 > div:first-child{
  width: 70%;
}
.col2_1 > div:last-child{
  width: 28%;
}
.txt_center{
  text-align: center;
}
.txt_l{
  text-align: left;
}
.txt_r{
  text-align: right;
}
.txt_big{
  font-size: 150%;
}
.img_flex{
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.img_flex li{
  margin-right: 10px;
}
.img_flex li:last-child{
  margin-right: 0px;
}
.img_flex img{
  width: 100%;
}
.img_flex.sdgs{
  justify-content: center;
}
.img_flex.sdgs img{
  max-width:80px;
}

/* ボタン---------- */
.img_btn{
  position: relative;
  box-sizing: border-box;
  height: 220px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.img_btn:hover{
  opacity: 0.7;
}
.img_btn p{
  position: absolute;
  bottom:0;
  width:100%;
  background: #806600 url(/en/sustainability/img/common/arow_w.png)no-repeat center left;
  background-position:8px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  padding: 10px 0 10px 40px;
  box-sizing: border-box;
  margin: 0;
}
.img_btn a{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.img_btn.message{
  background: url(/en/sustainability/img/top/img_1.png)no-repeat center center;
  background-size: cover;
}
.img_btn.dialog{
  background: url(/en/sustainability/img/top/img_2.png)no-repeat center center;
  background-size: cover;
}

a.btn1{
  background: #eee url(/en/sustainability/img/common/arow_g.png)no-repeat center left;
  background-position:8px;
  width: 100%;
  display: block;
  height: 100%;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  border: 6px double #fff;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.field{
  background: #2c7500;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px;
  display: block;
  width: auto;
  margin: 0 10px 0 0;
}
/* ボックス---------- */
.box1 {
  border: 1px solid #2c7500;
  padding: 30px;
  position: relative;
}
.box1 h5{
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.box1 .topic{
  position: absolute;
  top:0;
  left: 0;
  background: #2c7500;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 30px;
  display: block;
  margin: 0;
}
.box1.topic {
  padding: 40px 30px 30px 30px;
}
.box1_head{
  background: #2c7500;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 30px;
  display: block;
  margin: 0;
}
.box2{
  background: #e1eed8;
  padding:30px;
  font-size: 16px;
}
.box3{
  border: 1px solid #2c7500;
  padding: 30px;
  border-radius: 10px;
  display: inline-block;
}
.box4{
  background: #2aa738;
  color: #fff;
  padding: 20px;
  font-weight: bold;
}
.box5{
  border: 1px solid #000;
  padding: 30px;
}
.box6{
  background: #fff;
  padding: 30px;
}
.box7{
  background: #f2efe5;
  padding: 30px;
}
p.column{
  background: #2c7500;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 30px;
  display: inline-block;
  margin: 0;
}
.box2.column h3{
  color: #2c7500;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #2c7500;
  margin-bottom: 20px;
}

/* リスト---------- */
.dotto_g{
  list-style: none;
    padding:0;
    margin:0;
    line-height: 2em;
    font-size: 14px;
}
.dotto_g li {
    padding-left: 1em;
    text-indent: -.7em;
}
.dotto_g li:before {
    content: "●";
    color: #2c7500;
}
.numb {
  margin: 0;
  padding: 0 0 0 1.5em;
  line-height: 2em;
  font-size: 14px;
}
.numb li{
  list-style-type: decimal
}

.kome_numb{
  font-size: 12px;
  line-height: 1.5em;
  padding: 0 0 0 2em;
  text-indent: -2em;
  margin: 0;
}

.left_line{
  border-left: 1px solid #000;
  padding: 0 0 0 10px;
}
.left_line li{
  margin: 0 0 10px 0;
}
.left_line span{
  font-size: 20px;
}
/* リンク----------------------- */
a.arow_g{
  padding-right: 20px;
  background: url(/en/sustainability/img/common/arow_g.png)no-repeat center right;
}
.big_img:hover{
  cursor: zoom-in;
}
.zoom{
  background: url(/en/sustainability/img/common/zoom.png)no-repeat center right;
  padding-right: 20px;
  display: inline-block;
  background-size: 11%;
  font-size: 14px;
}
/* テーブル */
table{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
thead{
  border:  1px solid #2c7500;
}
th{
  background: #2c7500;
  color: #fff;
  font-weight: bold;
  border:  1px solid #000;
  padding: 5px;
}
td{
  background: #fff;
  border:  1px solid #000;
  padding: 5px;
}
td.no_bdr_top{
  border-top:none;
}
td.no_bdr_bm{
  border-bottom:none;
}
 p.note.table{
  text-align: right;
  width: 100%;
}
td.numb{
  text-align: right;
  padding: 5px;
}
td span{
  font-weight:bold;
}
.bg_g{
  background-color: #ededed;
}
.bg_b{
  background: #f2efe5;
}

/* フォントなど---------------- */
.colo_b{
  color: #806600;
}
.colo_g{
  color: #00844d;
}
/* 肩書き */
p.name{
  margin: 0;
  padding: 0;
}
p.name span{
  display: block;
  font-size: 120%;
}
.dialog .name{font-size: 170%;}
.note{
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* 明朝 */
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
/* リード */
.read_g{
  font-weight: bold;
  color: #2c7500;
  font-size: 14px;
  line-height: 2em;
}
.read_k{
  font-weight: bold;
  color: #000;
  font-size: 14px;
  line-height: 2em;
}
/* トップメッセージ=============== */
html .mesage p.txt{
  line-height: 2em;
}

/* 全体像====================== */
html .overall .box2 p.wf-sawarabimincho{
  line-height: 2em;
}
.concluding{
  font-size: 150%;
  margin: 0 ;
}
.concluding span{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.point{
  margin: 0;
  padding: 0;
  font-size: 16px;
  align-items: stretch;
}
.point li{
  border:1.5px solid #2c7500;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
}
.point.color1 li{background: #e1eed8;}
.point.color2 li{background: #eff5de;}
.overall .point li p{
  padding: 0 0 0 1.2em;
  margin: 0;
  text-indent: -1.2em;
}
.point li:last-child{
  margin-bottom: 0px;
}
.point .box{
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.point .box ul li{
  height: auto;
  box-sizing: border-box;
    padding: 0 0 0 10px;
    background: none;
    border-radius: 0;
    border: none;
    line-height: 1.5em;
}

/* ダイアログ================== */
.hr_bm{
  border-bottom:1px solid #000;
  padding-bottom: 20px;
}
.q_a span{
  font-weight: bold;
}
.dialog .name span{
  font-size: 12px;
}
.middle_position{
  align-items: center;
}

.dialog_prof{
  width: 330px;
  height: 230px;
  object-fit:cover;
}

.q_a_img_l{
  float: left;
  margin: 0 20px 20px 0;
  width:120px;
  height: 120px;
  object-fit:cover;
}
.q_a_img_r{
  float: right;
  margin: 0 0 20px 20px;
  width:120px;
  height: 120px;
  object-fit:cover;
}

/* ファイナンス＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.financeimg{
  position: relative;
}
.finance .point{
  height: 100%;
  align-items: stretch;
  box-sizing: border-box;
}
.finance .point li{
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 83%;
}
.finance .point li p{
  padding: 0 ;
  margin: 0 0 20px 0;
  text-indent: 0em;
}
.esg_integration{
  border: 2px solid #2c7500;
  width: 70%;
  position: absolute;
  bottom:20px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.esg_integration p{
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .sp{ display: none;}
}

@media screen and (max-width: 767px) {
  .pc{display: none;}
  .w10_sp{width: 10% !important;}
  .w20_sp{width: 20% !important;}
  .w30_sp{width: 30% !important;}
  .w40_sp{width: 40% !important;}
  .w50_sp{width: 50% !important;}
  .w60_sp{width: 60% !important;}
  .w70_sp{width: 70% !important;}
  .w80_sp{width: 80% !important;}
  .w90_sp{width: 90% !important;}
  .w100_sp{width: 100% !important;}

  .col2, .col2_1{
    display: block;
    margin-bottom: 0px;
  }
  .col2 > div, .col2_1 > div:first-child, .col2_1 > div:last-child{
    width: 100%;
  }
  .img_btn{
    margin-bottom: 10px;
  }
  a.btn1{
    display: block;
    margin-bottom: 10px;
  }
  a.btn1 span.field{
    display: inline-block;
  }
  .finance .point.color1 li{
    padding-bottom:0%;
    padding-bottom:138px;
  }
  .finance .point.color2 li{
    height: 100%;
    box-sizing: border-box;
    padding-top: 138px;
    padding-bottom:0%;
  }
  .respos{
    position: relative;
  }
  .esg_integration{
    bottom:-120px;
  }
}
