@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@500&display=swap");
.default_ftz {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .default_ftz {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text_out {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.tbl_scroll {
  overflow-x: auto;
}

.tbl_scroll table {
  min-width: 600px;
}

.def_cntSize {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 980px) {
  .def_cntSize {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .def_cntSize {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.lang_ja {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.mincho {
  font-family: serif;
}

body {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.font_1 {
  font-family: 'Figtree', sans-serif;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGES
/* -------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .pg_kv_page::after {
    width: 54.16667%;
    padding-top: 20.83333%;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* STB TOP
/* -------------------------------------------------------------------------*/
#STB_top {
  background-image: url(../../sustainability/img/pg_kv.jpg);
  color: #fff;
  background-color: #fff;
  background-repeat: repeat-x;
}

#STB_top_menu .menu_1 {
  display: flex;
  max-width: 1200px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#STB_top_menu .menu_1 li {
  flex: 1;
  width: 48.33333%;
  margin: 0;
  padding: 0;
}

#STB_top_menu .menu_1 li a {
  display: block;
  position: relative;
  padding-top: 51.72414%;
  color: #000;
  line-height: 1.3;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: opacity 0.2s ease;
}

#STB_top_menu .menu_1 li a p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 45%;
  margin: 0;
  padding: 14px 15px 8px;
  color: #1597e1;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 4px solid #fff;
}

#STB_top_menu .menu_1 li a:hover {
  opacity: 0.8;
}

#STB_top_menu .menu_1 li:nth-child(1) {
  margin-right: 1.66667%;
}

#STB_top_menu .menu_1 li:nth-child(1) a {
  background-image: url(../../sustainability/img/thumb_1_1.jpg);
}

#STB_top_menu .menu_1 li:nth-child(2) {
  margin-left: 1.66667%;
}

#STB_top_menu .menu_1 li:nth-child(2) a {
  background-image: url(../../sustainability/img/thumb_1_2.jpg);
}

#STB_top_menu .menu_2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

#STB_top_menu .menu_2 > li {
  display: flex;
  width: 100%;
  max-width: 48.33333%;
  padding: 5px;
  margin-top: 3%;
  border: 1px solid #cecccc;
}

#STB_top_menu .menu_2 > li:nth-child(odd) {
  margin-right: 1.66667%;
}

#STB_top_menu .menu_2 > li:nth-child(even) {
  margin-left: 1.66667%;
}

#STB_top_menu .menu_2 > li figure {
  width: 36%;
  margin: 0;
  padding: 0;
}

#STB_top_menu .menu_2 > li figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

#STB_top_menu .menu_2 > li figure a {
  display: block;
  transition: opacity 0.2s ease;
}

#STB_top_menu .menu_2 > li figure a:hover {
  opacity: 0.8;
}

#STB_top_menu .menu_2 > li .box {
  margin-left: 2.5%;
  flex: 1;
}

#STB_top_menu .menu_2 > li .box p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 3.5% 0 2%;
  padding: 0;
}

#STB_top_menu .menu_2 > li .box p a {
  display: block;
}

#STB_top_menu .menu_2 > li .box p span {
  display: inline-block;
  white-space: nowrap;
}

#STB_top_menu .menu_2 > li .box ul {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

#STB_top_menu .menu_2 > li .box ul li {
  margin: 0;
  padding: 0;
}

#STB_top_menu .menu_2 > li .box ul a {
  position: relative;
  display: block;
  color: #474747;
  padding-left: 15px;
}

#STB_top_menu .menu_2 > li .box ul a::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 980px) {
  #STB_top_menu .menu_1 {
    display: block;
    margin-bottom: 20px;
  }
  #STB_top_menu .menu_1 li {
    width: 100%;
    margin: 10px 0;
  }
  #STB_top_menu .menu_1 li a {
    padding-top: 150px;
  }
  #STB_top_menu .menu_1 li a p {
    width: 60%;
  }
  #STB_top_menu .menu_1 li:nth-child(1) {
    margin-right: 0;
  }
  #STB_top_menu .menu_1 li:nth-child(1) a {
    background: url(../../sustainability/img/thumb_1_1_sp.jpg) right top no-repeat #daf1ff;
    background-size: auto 100%;
  }
  #STB_top_menu .menu_1 li:nth-child(2) {
    margin-left: 0;
  }
  #STB_top_menu .menu_1 li:nth-child(2) a {
    background: url(../../sustainability/img/thumb_1_2_sp.jpg) right top no-repeat #daf1ff;
    background-size: auto 100%;
  }
  #STB_top_menu .menu_2 {
    display: block;
  }
  #STB_top_menu .menu_2 > li {
    max-width: 100%;
    margin: 15px 0 !important;
  }
  #STB_top_menu .menu_2 > li figure {
    width: 180px;
  }
  #STB_top_menu .menu_2 > li .box {
    margin-left: 20px;
  }
  #STB_top_menu .menu_2 > li .box p {
    margin: 15px 0 5px;
  }
}

@media only screen and (max-width: 640px) {
  #STB_top_menu .menu_1 li a {
    padding-top: 120px;
  }
  #STB_top_menu .menu_1 li a p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #STB_top_menu .menu_2 > li {
    display: block;
  }
  #STB_top_menu .menu_2 > li figure {
    width: auto;
    text-align: center;
  }
  #STB_top_menu .menu_2 > li figure img {
    width: 150px;
  }
  #STB_top_menu .menu_2 > li .box {
    margin-left: 0;
  }
  #STB_top_menu .menu_2 > li .box p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 15px 0;
    text-align: center;
  }
  #STB_top_menu .menu_2 > li .box ul li {
    text-align: center;
    margin: 5px 0;
  }
  #STB_top_menu .menu_2 > li .box ul li a {
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 3px;
  }
  #STB_top_menu .menu_2 > li .box ul li a::before {
    display: none;
  }
}

/* CATEGORY TOP */
.stb_category_top, .stb_category_top_2 {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.stb_category_top .title, .stb_category_top_2 .title {
  position: relative;
}

.stb_category_top .title img, .stb_category_top_2 .title img {
  width: 100%;
  height: auto;
}

.stb_category_top .title h3, .stb_category_top_2 .title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1.5;
}

.stb_category_top ul, .stb_category_top_2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 5% 0 0;
  padding: 0;
}

.stb_category_top ul li, .stb_category_top_2 ul li {
  width: 32.33%;
  margin: 0.5%;
  padding: 0;
}

.stb_category_top ul a, .stb_category_top_2 ul a {
  position: relative;
  display: block;
  height: 120px;
  text-align: center;
  border: 1px solid #b1b1b1;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  transition: border 0.2s ease;
}

.stb_category_top ul a span, .stb_category_top_2 ul a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  padding: 10px;
}

.stb_category_top ul a::after, .stb_category_top_2 ul a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #ebebeb;
  transition: all 0.2s ease;
}

.stb_category_top ul a:hover, .stb_category_top_2 ul a:hover {
  border-color: #4ba8ff;
}

.stb_category_top ul a:hover::after, .stb_category_top_2 ul a:hover::after {
  background-color: #4ba8ff;
}

@media only screen and (max-width: 980px) {
  .stb_category_top ul li, .stb_category_top_2 ul li {
    width: 48%;
    margin: 1%;
  }
  .stb_category_top ul li a, .stb_category_top_2 ul li a {
    height: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .stb_category_top .title h3, .stb_category_top_2 .title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .stb_category_top ul, .stb_category_top_2 ul {
    display: block;
    margin-top: 10px;
  }
  .stb_category_top ul li, .stb_category_top_2 ul li {
    margin: 5px 0;
    width: 100%;
  }
  .stb_category_top ul li a, .stb_category_top_2 ul li a {
    height: auto;
    font-weight: normal;
    padding: 10px 10px 10px 15px;
    border-radius: 3px;
    text-align: left;
  }
  .stb_category_top ul li a::after, .stb_category_top_2 ul li a::after {
    display: none;
  }
  .stb_category_top ul li a::before, .stb_category_top_2 ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #4ba8ff;
  }
  .stb_category_top ul li a span, .stb_category_top_2 ul li a span {
    position: relative;
    top: auto;
    transform: none;
  }
}

.stb_category_top_2 .title h3 {
  color: #004c88;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE COMMON
/* -------------------------------------------------------------------------*/
.cnt_title_3 {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  margin-top: 4rem;
}

.cnt_title_2 + .cnt_title_3 {
  margin-top: 2rem;
}

.ta_C {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .img_pc {
    display: none;
  }
}

.img_sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .img_sp {
    display: inline-block;
  }
}

.pg_kv .stb_ttlFig {
  margin: 0 0 0 10px;
  display: inline-block;
  transform: translateY(2px);
}

.pg_kv .stb_ttlFig img {
  width: 50px;
  height: auto;
}

.pg_kv .stb_ttlFig img + img {
  margin-left: 5px;
}

@media only screen and (max-width: 980px) {
  .pg_kv .stb_ttlFig {
    margin-left: 7px;
  }
  .pg_kv .stb_ttlFig img {
    width: 35px;
  }
  .pg_kv .stb_ttlFig img + img {
    margin-left: 3px;
  }
}

@media only screen and (max-width: 640px) {
  .pg_kv .stb_ttlFig {
    display: none;
  }
}

.stb_icon {
  display: none;
  text-align: right;
  margin-bottom: 30px;
  padding: 10px 0;
  border: 1px dotted #004ea2;
  border-right: none;
  border-left: none;
}

.stb_icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.stb_icon li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.stb_icon li img {
  width: auto;
  height: 70px;
}

.stb_icon li + li {
  margin-left: 5px;
}

@media only screen and (max-width: 640px) {
  .stb_icon {
    display: block;
    margin-bottom: 10px;
  }
  .stb_icon li img {
    height: 40px;
  }
}

.stb_block_1, .stb_block_2, .stb_block_3, .stb_block_4 {
  display: flex;
}

.stb_block_1 .cell_text, .stb_block_2 .cell_text, .stb_block_3 .cell_text, .stb_block_4 .cell_text {
  flex: 1;
}

.stb_block_1 .cell_text .fig_1, .stb_block_2 .cell_text .fig_1, .stb_block_3 .cell_text .fig_1, .stb_block_4 .cell_text .fig_1 {
  margin: 2rem 0 0;
  padding: 0;
  text-align: center;
}

.stb_block_1 .cell_text .fig_1 img, .stb_block_2 .cell_text .fig_1 img, .stb_block_3 .cell_text .fig_1 img, .stb_block_4 .cell_text .fig_1 img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.stb_block_1 .cell_fig, .stb_block_2 .cell_fig, .stb_block_3 .cell_fig, .stb_block_4 .cell_fig {
  margin-left: 2%;
}

.stb_block_1 .cell_fig figure, .stb_block_2 .cell_fig figure, .stb_block_3 .cell_fig figure, .stb_block_4 .cell_fig figure {
  margin: 1rem 0 0;
  padding: 0;
}

.stb_block_1 .cell_fig img, .stb_block_2 .cell_fig img, .stb_block_3 .cell_fig img, .stb_block_4 .cell_fig img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.stb_block_1 .cell_fig figcaption, .stb_block_2 .cell_fig figcaption, .stb_block_3 .cell_fig figcaption, .stb_block_4 .cell_fig figcaption {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 10px;
}

@media only screen and (max-width: 980px) {
  .stb_block_1, .stb_block_2, .stb_block_3, .stb_block_4 {
    display: block;
  }
  .stb_block_1 .cell_fig, .stb_block_2 .cell_fig, .stb_block_3 .cell_fig, .stb_block_4 .cell_fig {
    width: auto !important;
    text-align: center;
    margin: 30px 0 0;
  }
  .stb_block_1 .cell_fig img, .stb_block_2 .cell_fig img, .stb_block_3 .cell_fig img, .stb_block_4 .cell_fig img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.stb_block_1 .cell_fig {
  width: 40%;
}

.stb_block_1 .cell_fig video {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.stb_block_1 .cell_fig .vidcaption {
  margin: 3px 0 0;
}

.stb_block_2 .cell_fig {
  width: 50%;
}

.stb_block_3 .cell_fig {
  width: 25%;
}

.stb_block_4 .cell_fig {
  width: 150px;
}

@media only screen and (max-width: 980px) {
  .stb_block_4 .cell_fig img {
    max-width: 150px !important;
  }
}

.stb_block_4_2 .cell_fig figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  white-space: nowrap;
}

.stb_block_4_2 .link_pdf::before {
  margin-right: 0;
  margin-left: -8px;
}

@media only screen and (max-width: 980px) {
  img.img_sp_s {
    max-width: 250px !important;
  }
}

.stb_fig {
  margin: 40px 0;
  text-align: center;
}

.stb_fig img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.stb_bnr {
  margin-top: 2rem;
}

.stb_bnr a {
  display: inline-block;
}

.stb_bnr a img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.stb_bnr a p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0 0;
}

.stb_figure_cc {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.stb_figure_cc > figure {
  margin: 10px;
  padding: 0;
  flex: 1;
}

.stb_figure_cc > figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.stb_figure_cc > figure figcaption {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 980px) {
  .stb_figure_cc {
    display: block;
    text-align: center;
  }
  .stb_figure_cc > figure {
    margin: 20px 0;
  }
}

.stb_figure_cc_2 > figure {
  flex: none;
  text-align: center;
}

.stb_figure_cc_2 > figure img {
  max-height: 270px;
}

.stb_figure_cc_2 > figure figcaption {
  text-align: left;
}

.stb_figure_cc_2 .fig_1 {
  margin-left: 50px;
}

.stb_figure_cc_2 .fig_1 img {
  border: 1px solid #dfdfdf;
}

@media only screen and (max-width: 980px) {
  .stb_figure_cc_2 > figure figcaption {
    text-align: center;
  }
}

.stb_figure_ccc {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.stb_figure_ccc > figure {
  margin: 10px;
  padding: 0;
  flex: 1;
  text-align: center;
}

.stb_figure_ccc > figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.stb_figure_ccc > figure figcaption {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 980px) {
  .stb_figure_ccc {
    display: block;
    text-align: center;
  }
  .stb_figure_ccc > figure {
    margin: 20px 0;
  }
}

.signature {
  margin-top: 2rem;
  text-align: right;
}

.cell_fig_c figure {
  margin: 1rem 0 0;
  padding: 0;
  text-align: center;
}

.cell_fig_c img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TOP COMMITMENT
/* -------------------------------------------------------------------------*/
.stb_block_tc img {
  float: right;
  width: auto;
  height: auto;
  max-width: 350px;
  margin: 0 0 20px 20px;
}

@media only screen and (max-width: 980px) {
  .stb_block_tc img {
    display: block;
    max-width: 280px;
    margin: 0 auto 40px;
    float: none;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* EFFORT
/* -------------------------------------------------------------------------*/
.stb_basic_policy {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  border: 2px solid #aadbf0;
  border-radius: 5px;
  padding: 20px;
  background-color: #f8fdff;
  color: #1394cc;
}

.stb_basic_policy .text {
  font-weight: bold;
}

.stb_basic_policy .text p {
  margin: 0;
}

.stb_basic_policy .title {
  margin: 15px 0 0;
  padding: 10px 0 0;
  border-top: 1px dotted;
}

.stb_basic_policy ul {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}

.stb_basic_policy li {
  margin: 0;
  padding: 0;
}

.stb_sdgs_logo figcaption {
  max-width: 680px;
  margin: 0 auto;
}

.stb_fig_c, .stb_fig_c_100 {
  margin: 4rem 0 0;
  padding: 0;
  text-align: center;
}

.stb_fig_c img, .stb_fig_c_100 img {
  height: auto;
}

@media only screen and (max-width: 980px) {
  .stb_fig_c, .stb_fig_c_100 {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 640px) {
  .stb_fig_c, .stb_fig_c_100 {
    margin-top: 2rem;
  }
}

.stb_fig_c img {
  width: 100%;
  max-width: 700px;
}

.stb_fig_c figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}

.stb_fig_c figcaption.ta_c {
  text-align: center;
}

.stb_fig_c_100 img {
  width: auto;
  max-width: 100%;
}

.stb_tbl_1 {
  margin: 2rem 0;
}

.stb_tbl_1 table {
  border-collapse: collapse;
}

.stb_tbl_1 th, .stb_tbl_1 td {
  border: 1px solid #dbdbdb;
  padding: 10px;
}

.stb_tbl_1 th {
  background-color: #f5f5f5;
}

.stb_tbl_1 td.icons {
  width: 235px;
  padding: 8px;
}

.stb_tbl_1 td.icons img {
  width: 50px;
  height: auto;
  margin: 2px;
}

@media only screen and (max-width: 980px) {
  .stb_tbl_1 td.icons {
    width: 125px;
  }
}

@media only screen and (max-width: 640px) {
  .stb_tbl_1 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .stb_tbl_1 th, .stb_tbl_1 td {
    padding: 5px;
  }
  .stb_tbl_1 td.icons {
    padding: 3px;
    width: 75px;
    vertical-align: top;
  }
  .stb_tbl_1 td.icons img {
    width: 30px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CONTRIBUTION
/* -------------------------------------------------------------------------
#STB_pg_contribution {
    background-image: url(../../sustainability/contribution/img/pg_kv.jpg);
    background-color: #82be01;
    color: #fff;

    h2{
        letter-spacing: 0;
    }

    @media only screen and (max-width:640px){
        h2{
            @include ftz(17);
        }
    }
}

.stb_box_cc{
    display: flex;

    .cell_img{
        padding-left: 20px;
        width: 35%;

        figure{
            margin: 0;

            + figure{
                margin-top: 15px;
            }
        }

        figcaption{
            @include ftz(14);
            margin: 5px 0 0;
        }

        img{
            width: auto;
            height: auto;
            max-width: 100%;
        }
    }

    .cell{
        flex: 1;

        p{
            margin: 0;

            + p{
                margin-top: 1rem;
            }
        }
    }

    @media only screen and (max-width:980px){
        display: block;

        .cell_img{
            margin: 3rem 0;
            padding-left: 0;
            width: auto;

            figure{
                text-align: center;
            }
        }

        .cell{
            margin: 3rem 0;
        }
    }
}


.stb_box_cntrb_1{
    display: flex;

    .cell{
        flex: 1;
        border: 1px solid #004ea2;

        .title{
            margin: 0;
            padding: 10px 5px 8px;
            background-color: #004ea2;
            color: #fff;
            text-align: center;
            font-weight: bold;
        }

        .text{
            margin: 0;
            padding: 15px;
        }

        figure{
            margin: 0 5px 5px;
            padding: 0;

            img{
                width: auto;
                height: auto;
                max-width: 100%;
            }
        }
    }

    .cell_1{
        margin-right: 8px;
    }

    .cell_2{
        margin-left: 8px;
    }

    @media only screen and (max-width:980px){
        display: block;

        .cell{
            margin: 20px 0 !important;

            figure{
                margin: 10px 0 20px;
                text-align: center;
            }
        }
    }
}
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* SYSTEM
/* -------------------------------------------------------------------------
#STB_pg_system {
    background-image: url(../../sustainability/system/img/pg_kv.jpg);
    background-color: #19669a;
    color: #fff;

    h2{
        letter-spacing: 0;
    }

    @media only screen and (max-width:640px){
        h2{
            @include ftz(17);
        }
    }
}

.fig_iso{
    display: flex;
    margin: 2rem auto;
    max-width: 700px;

    figure{
        flex: 1;
        margin: 10px;
        padding: 0;
        text-align: center;

        img{
            width: 100%;
            height: auto;
            max-width: 250px;
        }
    }
}

.stb_env_fig{
    display: flex;

    figure{
        margin: 0;
        padding: 10px;

        &:nth-child(1){ width: (270%/9);}
        &:nth-child(2){ width: (290%/9);}
        &:nth-child(3){ width: (340%/9);}

        img{
            width: auto;
            height: auto;
            max-width: 100%;
        }
    }


    figcaption{
        @include ftz(14);
        margin-top: 10px;
    }

    @media only screen and (max-width:640px){
        display: block;

        figure{
            text-align: center;
            padding: 0;
            margin: 40px 0;
            width: auto !important;
        }
    }
}


.stb_env_fig_2{
    display: flex;

    figure{
        margin: 0;
        padding: 10px;
        max-width: 500px;

        img{
            width: auto;
            height: auto;
            max-width: 100%;
        }
    }


    figcaption{
        @include ftz(14);
        margin-top: 10px;
        line-height: 1.5;

        span{
            @include ftz(13);
        }
    }

    @media only screen and (max-width:640px){
        display: block;

        figure{
            text-align: center;
            padding: 0;
            margin: 40px auto;
            width: auto !important;
        }
    }
}


.stb_download{
    margin-top: 50px;

    table{
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        border-collapse: collapse;

        th, td{
            padding: 10px;
            border: 1px solid $color_border;
        }

        th{
            background-color: #f2faff;
        }
    }

    @media only screen and (max-width:640px){
        table{
            @include ftz(14);
            th, td{
                padding: 3px;
            }
        }
    }
}

.aLink_pdf, .aLink_excel, .aLink_zip{
    display: inline-block;
    padding: 8px 10px 6px;
    line-height: 1;
    @include ftz(14);
    color: #fff;
    background-color: #000;
    min-width: 80px;
    border-radius: 2px;
    transition: opacity 0.2s ease;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);

    &:hover{
        opacity: 0.6;
        text-decoration: none;
    }

    @media only screen and (max-width:640px){
        min-width: 55px;
    }

}

.aLink_pdf{ background-color: #dd1b1b;}
.aLink_excel{ background-color: #069506;}
.aLink_zip{ background-color: #d89706;}

.stb_kome{
    @include ftz(14);
    list-style: none;
    margin: 1rem 0 0 5px;
    padding: 0;

    li{
        position: relative;
        margin: 0;
        padding: 0 0 0 20px;

        &::before{
            content: '※';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
        }
    }
}

.logos{

    text-align: center;

    img{
        height: 100px;
        width: auto;
        margin: 10px;
    }

}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* DIVERSITY
/* -------------------------------------------------------------------------
#STB_pg_diversity {
    background-image: url(../../sustainability/diversity/img/pg_kv.jpg);
    background-color: #f5f6f8;
    color: #004c88;

    h2{
        letter-spacing: 0;
    }

    @media only screen and (max-width:640px){
        h2{
            @include ftz(17);
        }
    }
}

.stb_dvs_tbl{
    @include ftz(12);
    margin-top: 1rem;
    border-collapse: collapse;
    width: 100%;
    line-height: 1.3;

    th, td{
        padding: 5px;
        border: 1px  solid #cccccc;
        text-align: center;
    }

    th{
        background-color: #ffebeb;
    }

    @media only screen and (max-width:640px){
        @include ftz(11);

        th, td{
            padding: 8px 2px;
        }
    }
}

.stb_dvs_tbl_unit{
    @include ftz(12);
    margin: 1rem 3px 0 0;
    text-align: right;

    + .stb_dvs_tbl{
        margin-top: 0;
    }
}

.stb_dvs_tbl_info{
    @include ftz(12);
    margin: 5px 0;
    text-align: right;

    @media only screen and (max-width:640px){
        text-align: left;
    }
}

.stb_hyogo_1{
    background-color: #e9f9ff;
    padding: 20px;
    border: 2px solid #caedf8;

    .title{
        @include ftz(18);
        font-weight: bold;
        margin: 0;
    }

    .text{
        @include ftz(18);
        line-height: 1.8;

        p{
            margin: 10px 10px 0 10px;
            padding: 0;
        }
    }
}

.stb_hyogo_2{
    background-color: #f7fdff;
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #caedf8;

    .title{
        font-weight: bold;
        margin: 0;
    }

    .text{

        p{
            margin: 10px 10px 0 10px;
            padding: 0;
        }
    }
}

.stb_hr_graph{
    figcaption{
        @include ftz(14);
        line-height: 1.4;
    }
}

.stb_hr_graph_date{
    margin-top: 0;
    @include ftz(14);
    text-align: right;
}

.stb_hr_graph2{
    text-align: center;
}
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* OPERATION
/* -------------------------------------------------------------------------
#STB_pg_operation {
    background-image: url(../../sustainability/operation/img/pg_kv.jpg);
    background-color: #f4f6fa;
    color: #004c88;

    h2{
        letter-spacing: 0;
    }

    @media only screen and (max-width:640px){
        h2{
            @include ftz(17);
        }
    }
}

.stb_rm_block{
    margin: 50px 0;

    .title{
        @include ftz(18);
        font-weight: bold;
        border-top: 1px dotted #b9b9b9;
    }

    .stb_rm_box_1{
        display: flex;

        .text{
            flex: 1;
        }

        .fig{
            width: 40%;
            margin-left: 20px;

            figure{
                margin: 0;
                padding: 0;
                text-align: center;
            }

            img{
                width: auto;
                height: auto;
                max-width: 100%;
            }

            img.img_MH{
                max-height: 300px;
            }
        }
    }

    @media only screen and (max-width:980px){
        .stb_rm_box_1{
            display: block;

            .fig{
                width: 100%;
                margin-top: 20px;
                margin-left: 0;

                img{
                    width: 100%;
                    max-width: 400px;
                }
            }
        }
    }
}
/* -------------------------------------------------------------------------*/
