@charset "UTF-8";
.bold {
  font-weight: bold;
}

.text_indent {
  text-indent: 1em;
}

.sustainability__contents_main .text_center {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .text_indent_sp {
      text-indent: 1em;
  }
}

.sustainability__menu_body .disc span {
    display: inline-block;
}

.sustainability {
  background-image: url(../images/sustainability/bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.icon.eco {
  width: 6vw;
  height: 7.33333vw;
  background-image: url(../images/sustainability/icon_eco.png);
}

@media print, screen and (min-width: 768px) {
  .icon.eco {
    width: 45px;
    height: 55px;
  }
}

.sustainability .c_blue2 {
  color: #3a9bf7;
}

.sustainability .banner_button {
  margin: 0 auto 20px;
  max-width: 500px;
}

.sustainability .banner_button:last-child {
  margin-bottom: 0;
}

.sustainability .banner_button a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.sustainability .banner_button a img {
  width: 100%;
}

.sustainability .banner_button .overTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  font-size: 4.53333vw;
  position: absolute;
  left: 0;
  top: 0;
}

.sustainability .banner_button .overTxt .icon.pen {
  margin-right: 10px;
}

.sustainability .banner_button .overTxt .icon.threeman {
  margin-right: 10px;
}

.sustainability .banner_button .overTxt .icon.leaf_2 {
  margin-right: 10px;
}

.sustainability .banner_button .overTxt .icon.newspaper {
  margin-right: 15px;
  width: 10vw;
  height: 9vw;
}

.sustainability .banner_button .overTxt .icon.man2 {
  margin-right: 15px;
}

.sustainability .Breadcrumb a, .sustainability .Breadcrumb span {
  color: #fff;
}

.sustainability__menu {
  margin: 0 auto 40px;
  padding: 28px 16px 38px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
}

.sustainability__menu_header {
  margin: 0 0 32px;
}

.sustainability__menu_header li {
  margin: 0 0 20px;
}

.sustainability__menu_header li:last-child {
  margin-bottom: 0;
}

.sustainability__menu_body {
  margin: 0 auto 42px;
  padding: 0 10px;
}

.sustainability__menu .menu_item {
  margin: 0 0 54px;
}

.sustainability__menu .menu_item:last-child {
  margin-bottom: 0;
}

.sustainability__menu .menu_item h3 {
  margin: 0 0 10px;
  padding: 0 0 12px;
  font-size: 4.53333vw;
  font-weight: 500;
  border-bottom: 2px solid #00519f;
}

.sustainability__menu .menu_item h3 .icon {
  margin-right: 14px;
}

.sustainability__menu .menu_item h3 a {
  display: block;
  position: relative;
}

.sustainability__menu .menu_item h3 a::after {
  content: "";
  display: block;
  margin-top: -2px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00519f;
  border-bottom: 2px solid #00519f;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.sustainability__menu .menu_item h3 a::after {
  margin-top: 1px;
}

.sustainability__menu .menu_item figure {
  margin: 0 0 12px;
}

.sustainability__menu .menu_item ul li {
  border-bottom: 2px solid #bfbfbf;
}

.sustainability__menu .menu_item ul li a {
  display: block;
  padding: 14px 0px;
  font-size: 4.26667vw;
  line-height: 1.2;
  position: relative;
}

.sustainability__menu .menu_item ul li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00519f;
  border-bottom: 2px solid #00519f;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.sustainability__contents_main a .icon.pdf {
  margin-left: 5px;
}

.sustainability__menu .menu_item ul li a[target="_blank"]::after {
  border: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_blank.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sustainability__header {
  margin: 0 auto;
  padding: 23px 16px 10px;
  max-width: 1150px;
}

.sustainability__header .p_ttl {
  margin: 0 auto 10px;
  padding: 0;
  color: #fff;
  font-size: 6.13333vw;
  font-weight: 300;
  text-align: center;
  line-height: 1.25;
  clear: both;
}

.sustainability__header .p_ttl .icon {
  margin-right: 5px;
  margin-top: -5px;
}

.sustainability__body {
  margin: 20px auto 40px;
  padding: 0 12px;
  max-width: 1150px;
}

.sustainability__contents_main {
  margin: 0 auto;
  padding: 18px 16px 38px;
}

.sustainability__contents_main h2 {
  margin: 0 auto 20px;
  padding-left: 10px;
  color: #00519f;
  font-size: 4.53333vw;
  font-weight: 400;
  border-left: 5px solid #00519f;
}

.sustainability__contents_main h2.largeTitle {
  margin: 0 auto 50px;
  padding: 0;
  color: #00519f;
  font-size: 5.6vw;
  font-weight: 400;
  text-align: center;
  border: 0;
  position: relative;
}
/*
.sustainability__contents_main h2.largeTitle::after {
  content: "";
  display: block;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background-color: #00519f;
  position: absolute;
  left: 50%;
  bottom: -20px;
}
*/
.sustainability__contents_main h3 {
  margin: 0 auto 20px;
  padding: 0 0 5px;
  color: #00519f;
  font-size: 4vw;
  font-weight: 400;
  border-bottom: 1px solid #959595;
}

.sustainability__contents_main table, .sustainability__contents_main th, .sustainability__contents_main td {
  border: 0;
}

.sustainability__contents_main table {
  margin: 0 auto 20px;
  border-top: 1px solid #ccc;
}

.sustainability__contents_main .blocks th {
  border-left: 1px solid #ccc;
}

.sustainability__contents_main .blocks td {
  border-right: 1px solid #ccc;
}

.sustainability__contents_main .block .text_add {
  color: #00519f;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 500;
}

@media print, screen and (max-width: 767px) {
  .csr__body .table_container {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .csr__body table {
    font-weight: normal;
    table-layout: auto;
    border-top: 1px solid #ccc;
    margin: 0 0 0.5em;
  }
  .sustainability__contents_main th, .sustainability__contents_main td {
    white-space: normal;
  }
    .sustainability__contents_main h4,
    .sustainability__contents_main h5 {
        font-size: 4vw;
    }
}

.sustainability__contents_main th, .sustainability__contents_main td {
  padding: 8px;
  font-size: 3.73333vw;
  font-weight: 300;
  text-align: left;
}

.sustainability__contents_main th {
  font-weight: 400;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.sustainability__contents_main .blocks th,
.sustainability__contents_main .blocks td {
  white-space: nowrap;
}

.sustainability__contents_main td {
  border-bottom: 1px solid #ccc;
}

.sustainability__contents_main p {
  margin: 0 auto 20px;
  padding: 0;
  font-size: 3.73333vw;
  line-height: 2.1;
}

.sustainability__contents_main span {
  display: inline-block;
}

.sustainability__contents_main .padd-left {
  padding-left: 1em;
}

.sustainability__contents_main ul {
  margin: 0 auto 10px;
  padding: 0;
}

.sustainability__contents_main li {
  margin: 0 0 5px;
}

.sustainability__contents_main dl {
  margin: 0 auto 10px;
}

.sustainability__contents_main dt {
  margin: 0 0 5px;
  font-size: 3.73333vw;
}

.sustainability__contents_main dd {
  font-size: 3.73333vw;
}

.sustainability__contents_main .leadTxt {
  margin: 0 auto 40px;
  padding: 0;
  font-size: 3.73333vw;
}

.sustainability__contents_main .block {
  margin: 0 auto 40px;
}

.sustainability__contents_main .block:last-child {
  margin-bottom: 0;
}

.sustainability__contents_main .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 40px;
}

.sustainability__contents_main .link_box li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 auto;
  padding: 0 5px 5px 0;
}

.sustainability__contents_main .link_box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 8px 30px;
  width: 100%;
  height: 100%;
  min-width: 100px;
  color: #00519f;
  font-size: 3.2vw;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.sustainability__contents_main .link_box li a::after {
  content: "";
  display: block;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00519f;
  border-bottom: 2px solid #00519f;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sustainability__contents_main .link_box li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00519f;
}

.sustainability__contents_main .link_box li a:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.sustainability__body .backnumber2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 20px 30px;
  /*border-bottom: 1px dotted #ccc;*/
  background: #cae5ff;
}

.sustainability__body .backnumber2 li {
  margin: 0 10px 0 0;
}

.sustainability__body .backnumber2 li a {
  display: inline-block;
  padding: 0 0 0 12px;
  font-size: 3.73333vw;
  position: relative;
}

.sustainability__body .backnumber2 li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #00519f;
  position: absolute;
  left: 0;
  top: 2.2vw;
}

.sustainability__body .backnumber2 li a:nth-child(n+2) {
  padding: 0 0 0 1.2em;
}

.sustainability__body .backnumber2 li a:nth-child(n+2)::before {
  content: "└";
  display: block;
  border: none;
  top: 0;
  color: #00519f;
  font-weight: bold;
}

.sustainability__body .backnumber2 li a[target=_blank] {
  padding-right: 16px;
  background-image: url(../images/common/icon_blank.gif);
  background-repeat: no-repeat;
  background-position: 100% 55%;
  background-size: auto;
}

.sustainability__block {
  margin: 0 0 40px;
  padding: 32px 16px 38px;
  border: 1px solid #bfbfbf;
}

.sustainability__block_ttl {
  margin: 0 auto 26px;
  padding: 0 0 16px;
  color: #000;
  font-size: 6.13333vw;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.sustainability__block_ttl::after {
  content: "";
  display: block;
  width: 63px;
  height: 3px;
  background-color: #00519f;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -32px;
}

.sustainability__block_txt {
  margin: 0 0 22px;
  padding: 0 15px;
  font-size: 2.93333vw;
  line-height: 1.72;
}

.sustainability__block_txt p {
  margin-left: 1em;
  text-indent: -1em;
}

.sustainability .floatBox figure {
  margin-bottom: 20px;
  text-align: center;
}

.sustainability .link01 {
  line-height: 1;
}

.sustainability .link01 a {
  display: inline-block;
  padding: 0 0 0 12px;
  position: relative;
}

.sustainability .link01 a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #00529f;
  position: absolute;
  left: 0;
  top: 3px;
}

.sustainability .link01 a[target=_blank] {
  padding-right: 16px;
  background-image: url(../images/common/icon_blank.gif);
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: auto;
}

.sustainability .c-red {
  color: #f00;
}

.sustainability .mapLink {
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.sustainability .mapLink:hover {
  opacity: 0.7;
  text-decoration: none;
}

.sustainability .icon.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 24px;
  color: #fff;
  font-size: 12px;
  background: #4679c5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4679c5 0%, #38619f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4679c5 0%, #38619f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#4679c5), to(#38619f));
  background: -o-linear-gradient(top, #4679c5 0%, #38619f 100%);
  background: linear-gradient(to bottom, #4679c5 0%, #38619f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .sustainability {
    background-image: url(../images/sustainability/bg.jpg);
  }
  .sustainability .banner_button {
    margin: 0 auto;
  }
  .sustainability .banner_button .overTxt {
    padding: 0 35px;
    font-size: 2.2em;
  }
  .sustainability .banner_button .overTxt .icon.newspaper {
    width: 47px;
    height: 42px;
  }

  .sustainability__menu {
    margin: 0 auto 106px;
    padding: 60px 50px 60px;
  }
  .sustainability__menu_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 43px;
  }
  .sustainability__menu_header li {
    -ms-flex: 0 0 49%;
    -webkit-box-flex: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .sustainability__menu .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sustainability__menu .menu_item {
    -ms-flex: 0 0 44.5%;
    -webkit-box-flex: 0;
    flex: 0 0 44.5%;
    max-width: 44.5%;
    margin: 0 11% 48px 0;
  }
  .sustainability__menu .menu_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .sustainability__menu .menu_item h3 {
    margin: 0 0 10px;
    padding: 10px 0 12px;
    font-size: 2em;
  }
  .sustainability__menu .menu_item h3 .icon {
    height: 50px;
    background-position: 0 50%;
  }
  .sustainability__menu .menu_item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sustainability__menu .menu_item ul li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 10px 0;
  }
  .sustainability__menu .menu_item ul li a {
    padding: 0 10px 0 0;
    width: 100%;
    font-size: 1.8em;
    letter-spacing: -1px;
  }
  .sustainability__menu .menu_item ul li a .icon.pdf {
    width: 24px;
    height: 30px;
  }
  .sustainability__menu .menu_item ul li:nth-of-type(3) h3 {
    font-size: 1.8em;
  }
  .sustainability__menu .menu_item .disc {
    font-size: 1.8em;
  }
  .sustainability__header .p_ttl {
    font-size: 4.2em;
  }
  .sustainability__body {
    margin: 0 auto 80px;
  }
  .sustainability__contents_main {
    margin: 0 auto 80px;
    padding: 60px;
  }
  .sustainability__contents_main h2 {
    margin: 0 auto 30px;
    padding-left: 10px;
    font-size: 3em;
  }
  .sustainability__contents_main h2.largeTitle {
    margin: 0 auto 80px;
    padding: 0;
    font-size: 3.8em;
    text-align: center;
  }
  .sustainability__contents_main h3 {
    margin: 0 auto 30px;
    padding: 0 0 5px;
    font-size: 2.4em;
  }
  .sustainability__contents_main table {
    margin: 0 auto 30px;
  }
  .sustainability__contents_main .blocks table {
    margin: 0 auto 30px;
    width: calc(100% / 3);
    table-layout: auto;
  }
  .sustainability__contents_main .blocks th, .sustainability__contents_main .blocks td {
    white-space: nowrap;
  }
  .sustainability__contents_main .blocks th {
    border-left: 1px solid #ccc;
  }
  .sustainability__contents_main .blocks td {
    border-right: 1px solid #ccc;
  }
  .sustainability__contents_main th, .sustainability__contents_main td {
    font-size: 1.8em;
  }
  .sustainability__contents_main .globals th, .sustainability__contents_main .globals td {
    height: 67px;
  }
    
  .sustainability__contents_main p {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 1.8em;
  }
.sustainability__contents_main p.csr__text {
  margin: 0 auto 40px;
}
  .sustainability__contents_main ul {
    margin: 0 auto 10px;
    padding: 0;
  }
  .sustainability__contents_main dl {
    margin: 0 auto 10px;
  }
  .sustainability__contents_main dt {
    font-size: 1.8em;
  }
  .sustainability__contents_main dd {
    font-size: 1.8em;
  }
  .sustainability__contents_main figure {
    text-align: center;
  }
  .sustainability__contents_main .leadTxt {
    margin: 0 auto 50px;
    font-size: 1.8em;
  }
  .sustainability__contents_main .block {
    margin: 0 auto 50px;
  }
  .sustainability__contents_main .link_box li a {
    font-size: 1.8em;
  }
  .sustainability__body .backnumber2 li {
    margin: 0 30px 0 0;
  }
  .sustainability__body .backnumber2 li a {
    padding: 0 0 0 16px;
    font-size: 1.4rem;
  }
  .sustainability__body .backnumber2 li a:nth-child(n+2) {
    padding: 0 0 0 16px;
    margin: 0 0 0 1em;
    font-size: 1.2rem;
  }
  .sustainability__body .backnumber2 li a::before {
    border-width: 5px 0 5px 10px;
    top: 9px;
  }
  .sustainability__body .backnumber2 li a:nth-child(n+2)::before {
    content: "└";
    border: none;
    top: 0;
  }
  .sustainability__block {
    margin: 0 0 80px;
    padding: 50px 16px 57px;
  }
  .sustainability__block_ttl {
    margin: 0 auto 24px;
    padding: 0 0 26px;
    font-size: 3.6em;
    letter-spacing: 3px;
  }
  .sustainability__block_ttl::after {
    width: 126px;
    margin-left: -63px;
  }
  .sustainability__block_txt {
    margin: 0 0 45px;
    text-align: center;
    font-size: 2.2em;
  }
  .sustainability__block_txt p {
    font-size: 0.8em;
  }
  .sustainability .floatBox::after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .sustainability .floatBox figure {
    float: right;
    width: 44.7%;
    margin: 0 0 20px 20px;
  }
  .sustainability .link01 a {
    padding: 0 0 0 16px;
  }
  .sustainability .link01 a::before {
    border-width: 5px 0 5px 10px;
    top: 6px;
  }
  .sustainability .link01 a[target=_blank] {
    background-position: 100% 70%;
  }
}

@media print, screen and (min-width: 992px) {
  .sustainability__menu .menu_item {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 5%;
  }
  .sustainability__menu .menu_item:nth-of-type(2n) {
    margin-right: 5%;
  }
  .sustainability__menu .menu_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .sustainability__menu .menu_item h3 {
    font-size: 1.9em;
  }
}

@media print, screen and (min-width: 1024px) {
  .sustainability__header {
    padding: 44px 0 27px;
  }
  .sustainability__body {
    padding: 0;
  }
}

@media print, screen and (min-width: 1150px) {
  .sustainability__menu .menu_item h3 {
    font-size: 2.2em !important;
  }
  /*.sustainability__menu .menu_item:nth-of-type(3) h3 {
    font-size: 1.9em !important;
  }*/
}

/*---------------------------------------------------
*
*  サステナビリティ一覧
*
*     @url  /sustainability/index.html
*
*/
.sustainability__body_col {
    display: flex;
    justify-content: center;
}
.sustainability__leadtxt {
  padding: 40px 0;
  max-width: 1150px;
  margin: 0 auto 60px;
  color: #00519f;
  font-weight: 500;
  text-align: center;
  line-height: 1.71;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.sustainability__leadtxt h2 {
    font-size: 3.2em;
    margin: 0 0 1.5em;
    color: #00519f;
}
.sustainability__leadtxt .txt_area {
    margin-right: 3%;
    text-align: left;
}
.sustainability__leadtxt .txt_area p {
    font-size: 1.8em;
    line-height: 1.8;
    color: #000;
}
.sustainability__leadtxt .txt_area p + p {
    margin-top: 16px;
}

@media print, screen and (max-width: 767px) {
    .sustainability__leadtxt {
        margin: 0 auto 40px;
    }
  .sustainability__body_col {
      flex-direction: column-reverse;
      padding: 0 7%;
  }
  .sustainability__body_col figure {
      margin: 0 0 1.5em;
  }
  .sustainability__leadtxt .txt_area {
      width: 100%;
      margin-right: 0;
  }
  .sustainability__leadtxt h2 {
      font-size: 5.8vw;
      margin: 0 0 1em;
  }
  .sustainability__leadtxt .txt_area p {
      font-size: 0.9em;
  }
}

/*---------------------------------------------------
*  HELLO! eco!
*     @url  /sustainability/hello-eco.html
*
*/
.hello-eco__contents .block h4 {
  margin: 0 auto 20px;
  font-size: 2.2em;
  font-weight: 400;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .block h4 {
    margin: 0 auto 10px;
    font-size: 3.8vw;
  }
}

.hello-eco__contents .block .figure_ttl {
  margin: 0;
  font-size: 2em;
  font-weight: 400;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .block .figure_ttl {
    font-size: 3.6vw;
  }
}

.hello-eco__contents .block .figure_ttl::after {
  content: "";
  display: block;
  clear: both;
}

.hello-eco__contents .block .figure_ttl .caption {
  float: right;
}

.hello-eco__contents figure {
  text-align: center;
}

.hello-eco__contents h3.no_bdr {
  margin: 0 auto 20px;
  padding: 0;
  border-bottom: none;
}

.hello-eco__contents .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .flexBox {
    display: block;
  }
}

.hello-eco__contents .flexBox figure {
  width: 220px;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .flexBox figure {
    width: 100%;
  }
}

.hello-eco__contents .flexBox .txt_area {
  padding-left: 20px;
  width: calc(100% - 220px - 20px);
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .flexBox .txt_area {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
}

.hello-eco__contents .flexBox .txt_area .ttl {
  margin-bottom: 0;
  font-size: 2.2em;
  font-weight: 400;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .flexBox .txt_area .ttl {
    font-size: 4vw;
  }
}

.hello-eco__contents .flexBox.hello-eco_mark figure {
  width: 276px;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .flexBox.hello-eco_mark figure {
    width: 100%;
  }
}

.hello-eco__contents .flexBox.hello-eco_mark .txt_area {
  width: calc(100% - 276px - 20px);
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .flexBox.hello-eco_mark .txt_area {
    width: 100%;
  }
}

.hello-eco__contents .hello-eco_list_wrap {
  font-size: 1.8em;
  text-align: center;
  line-height: 1.8;
    /*
  background: url("../images/sustainability/hello-eco/bg01.png") no-repeat left 10% top 20%/auto auto, url("../images/sustainability/hello-eco/bg02.png") no-repeat left 85% top 90%/auto auto, url("../images/sustainability/hello-eco/bg03.png") no-repeat left 50% top 100%/auto auto;
    */
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .hello-eco_list_wrap {
    font-size: 3.73333vw;
  }
}
/*
@media print, screen and (max-width: 767px) {
  .hello-eco__contents .hello-eco_list_wrap {
    background: url("../images/sustainability/hello-eco/bg01.png") no-repeat left 0% top 0%/25% auto, url("../images/sustainability/hello-eco/bg02.png") no-repeat left 100% top 92%/25% auto, url("../images/sustainability/hello-eco/bg03.png") no-repeat left 50% top 100%/80% auto;
  }
}
*/
.hello-eco__contents .hello-eco_list_wrap .hello-eco_list_inner {
  display: inline-block;
  padding: 30px 0 0;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .hello-eco_list_wrap .hello-eco_list_inner {
    padding: 20px 0 0;
  }
}

.hello-eco__contents .hello-eco_list_wrap .ttl {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.8;
}

.hello-eco__contents .hello-eco_list_wrap .list {
  counter-reset: number 0;
  display: inline-block;
  text-align: left;
}

.hello-eco__contents .hello-eco_list_wrap .list > li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5em;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .hello-eco_list_wrap .list > li {
    padding-left: 5.33333vw;
  }
  .hello-eco__contents .hello-eco_list_wrap .ttl {
    font-size: 1.15em;
  }
}

.hello-eco__contents .hello-eco_list_wrap .list > li::before {
  counter-increment: number 1;
  content: counter(number) "";
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.4em;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  background-color: #00519f;
  border-radius: 50%;
  text-align: center;
}

.hello-eco__contents .hello-eco_list_wrap .list > li .note {
  font-size: 0.85em;
}

.hello-eco__contents .hello-eco_list_wrap .list > li .note > li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}

.hello-eco__contents .list_note {
  font-size: 1.8em;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .list_note {
    font-size: 3.73333vw;
  }
}

.hello-eco__contents .list_note > li {
  margin: 0;
  font-size: 0.85em;
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}

.hello-eco__contents p + .list_note {
  margin-top: 30px;
}

.hello-eco__contents .box_lightGreen {
  font-size: 1.8em;
  text-align: center;
  padding: 14px 32px 32px;
  background-color: #cae5ff;
}

.hello-eco__contents .box_lightGreen .txt {
    font-size: 1.06em;
    margin-bottom: 14px;
    text-align: left;
    color: #00519f;
}
@media print, screen and (max-width: 767px) {
  .hello-eco__contents .box_lightGreen .txt {
      margin-bottom: 10px;
      line-height: 1.6;
  }
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .box_lightGreen {
    font-size: 3.73333vw;
  }
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .box_lightGreen {
    padding: 10px;
  }
}

.hello-eco__contents .box_lightGreen .list {
  display: inline-block;
  margin: 32px 0 0;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .box_lightGreen .list {
    margin-top: 10px;
  }
}

.hello-eco__contents .box_lightGreen .list > li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .box_lightGreen .list > li {
    font-size: 0.85em;
  }
}

.hello-eco__contents .box_pdf_link .pdf_ttl span {
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 2px solid #00519f;
}
.hello-eco__contents .box_pdf_link .m_txt {
    font-size: 1.6rem;
    margin: 30px auto 0;
}
.hello-eco__contents .pdf_btn {
    margin: 35px 0 0;
    padding-bottom: 50px;
}
.hello-eco__contents .pdf_btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.8em 0;
  max-width: 360px;
  background-color: #00519f;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .box_pdf_link .pdf_ttl {
      margin: 0 auto 10px;
  }
  .hello-eco__contents .box_pdf_link .pdf_ttl span {
      font-size: 4.5vw;
      line-height: 1.6;
      padding-bottom: 5px;
  }
  .hello-eco__contents .box_pdf_link .m_txt {
      font-size: 3.0vw;
      margin: 10px auto 0;
  }
  .hello-eco__contents .pdf_btn {
      margin: 20px 0 0;
      padding-bottom: 30px;
  }
  .hello-eco__contents .pdf_btn a {
    width: 80%;
    font-size: 4.26667vw;
  }
}

.hello-eco__contents .pdf_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 26px;
  height: 31px;
  background: url("../images/sustainability/hello-eco/icon_pdf.png");
    background-size: contain;
}

.hello-eco__contents .product_list {
  margin-top: 30px;
}

.hello-eco__contents .product_list > li:not(:last-child) {
  margin-bottom: 26px;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .table_container {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .table_container .text_nowrap {
    white-space: nowrap;
  }
}

.hello-eco__contents table {
  table-layout: auto;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents table {
    font-weight: normal;
    table-layout: auto;
    margin: 0 0 0.5em;
  }
  .hello-eco__contents table.scrolls th {
    white-space: nowrap;
  }
  .hello-eco__contents table.nowraps td {
    white-space: nowrap;
  }
}

.hello-eco__contents table.tbl_green th, .hello-eco__contents table.tbl_green td {
  border: 2px solid #cae5ff;
}

.hello-eco__contents table.tbl_green thead th {
  background-color: #00519f;
  color: #fff;
  text-align: center;
    white-space: nowrap;
}

.hello-eco__contents table.tbl_green tbody th {
  text-align: center;
}

.hello-eco__contents table.tbl_green tbody th, .hello-eco__contents table.tbl_green tbody td {
  background-color: #fff;
}

.hello-eco__contents table.tbl_blue {
  margin-bottom: 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.hello-eco__contents table.tbl_blue caption {
  text-align: right;
  font-weight: 400;
  font-size: 1.8em;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents table.tbl_blue caption {
    font-size: 3.73333vw;
  }
}

.hello-eco__contents table.tbl_blue th, .hello-eco__contents table.tbl_blue td {
  border: none;
  padding: 8px;
  text-align: center;
}

.hello-eco__contents table.tbl_blue th.bt_bk, .hello-eco__contents table.tbl_blue td.bt_bk {
  border-top: 2px solid #000 !important;
}

.hello-eco__contents table.tbl_blue th.bb_bk, .hello-eco__contents table.tbl_blue td.bb_bk {
  border-bottom: 2px solid #000 !important;
}

.hello-eco__contents table.tbl_blue th.br_bk, .hello-eco__contents table.tbl_blue td.br_bk {
  border-right: 2px solid #000 !important;
}

.hello-eco__contents table.tbl_blue th.bb_gr, .hello-eco__contents table.tbl_blue td.bb_gr {
  border-bottom: 2px solid #ccc !important;
}

.hello-eco__contents table.tbl_blue thead th {
  background-color: #fff;
  text-align: center;
}

.hello-eco__contents table.tbl_blue tbody tr:nth-child(odd) th {
  background-color: #d3e6f7;
}

.hello-eco__contents table.tbl_blue tbody tr:nth-child(odd) td {
  background-color: #e0e0e0;
}

.hello-eco__contents table.tbl_blue tbody tr:nth-child(even) th {
  background-color: #e5eff8;
}

.hello-eco__contents table.tbl_blue tbody tr:nth-child(even) td {
  background-color: #f1f1f1;
}

.hello-eco__contents table.tbl_blue.tbl01 {
  border: none;
}

.hello-eco__contents table.tbl_blue.tbl01 thead th {
  border: 2px solid #fff;
}

.hello-eco__contents table.tbl_blue.tbl01 tbody th, .hello-eco__contents table.tbl_blue.tbl01 tbody td {
  border: 2px solid #efefef;
  border-top: none;
  border-bottom: none;
}

.hello-eco__contents table.tbl_blue.tbl01 tbody th:nth-last-child(1), .hello-eco__contents table.tbl_blue.tbl01 tbody th:nth-last-child(4), .hello-eco__contents table.tbl_blue.tbl01 tbody td:nth-last-child(1), .hello-eco__contents table.tbl_blue.tbl01 tbody td:nth-last-child(4) {
  text-align: left;
}

.hello-eco__contents table.tbl_blue.tbl01 tbody tr:nth-child(odd) td {
  background-color: #f1f1f1;
}

.hello-eco__contents table.tbl_blue.tbl01 tbody tr:nth-child(odd) th:nth-last-child(4), .hello-eco__contents table.tbl_blue.tbl01 tbody tr:nth-child(odd) td:nth-last-child(4) {
  background-color: #e5eff8;
}

.hello-eco__contents table.tbl_blue.tbl01 tbody tr:nth-child(even) td {
  background-color: #e0e0e0;
}

.hello-eco__contents table.tbl_blue.tbl01 tbody tr:nth-child(even) th:nth-last-child(4), .hello-eco__contents table.tbl_blue.tbl01 tbody tr:nth-child(even) td:nth-last-child(4) {
  background-color: #d3e6f7;
}

.hello-eco__contents .detail_btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.8em 0;
  max-width: 360px;
  background-color: #00519f;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .detail_btn a {
    width: 80%;
    font-size: 4.26667vw;
  }
}

.hello-eco__contents .detail_btn a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.hello-eco__contents table.tbl_blue.tbl01 tbody td:nth-last-child(2) {
  text-align: right !important;
}

.hello-eco__contents table.tbl_blue.tbl01 tbody td:nth-last-child(3) {
  text-align: right !important;
}


/*2022/05/26 追記ここから*/
.hello-eco__contents table.tbl_blue02 {
  margin-bottom: 0;
  border-top: 1px solid #ccc;;/*20220601変更*/
  border-bottom: 1px solid #ccc;;/*20220601変更*/
}

.hello-eco__contents table.tbl_blue02 caption {
  text-align: right;
  font-weight: 400;
  font-size: 1.8em;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents table.tbl_blue02 caption {
    font-size: 3.73333vw;
  }
}

.hello-eco__contents table.tbl_blue02 th, .hello-eco__contents table.tbl_blue02 td {
  border: 1px solid #ccc;/*20220531変更*/
  padding: 8px;
  text-align: center;
}


.hello-eco__contents table.tbl_blue02 th.bt_bk, .hello-eco__contents table.tbl_blue02 td.bt_bk {
  background-color: #fff !important;
}

.hello-eco__contents table.tbl_blue02 th.bb_bk, .hello-eco__contents table.tbl_blue02 td.bb_bk {
  background-color: #e5eff8 !important;
}
/*
.hello-eco__contents table.tbl_blue02 th.br_bk, .hello-eco__contents table.tbl_blue02 td.br_bk {
  border-right: 1px solid #000 !important;
}

.hello-eco__contents table.tbl_blue02 th.bb_gr, .hello-eco__contents table.tbl_blue02 td.bb_gr {
  border-bottom: 1px solid #000 !important;/
}
*/

/*2022/06/08追加ここから*/
.hello-eco__contents table.tbl_blue02 tbody th {
  background-color: #fff;
}
/*2022/06/08追加ここまで*/

.hello-eco__contents table.tbl_blue02 thead th {
  background-color: #fff;
  text-align: center;
}

.hello-eco__contents table.tbl_blue02 tbody tr:nth-child(odd) th {
  background-color: #d3e6f7;
}

.hello-eco__contents table.tbl_blue02 tbody tr:nth-child(odd) td {
  background-color: #e0e0e0;
}

.hello-eco__contents table.tbl_blue02 tbody tr:nth-child(even) th {
  background-color: #e5eff8;
}

.hello-eco__contents table.tbl_blue02 tbody tr:nth-child(even) td {
  background-color: #f1f1f1;
}

.hello-eco__contents table.tbl_blue02.tbl01 {
  border: 1px solid #ccc;
}

.hello-eco__contents table.tbl_blue02.tbl01 thead th {
  border: 1px solid #ccc; /*20220601変更*/
}

.hello-eco__contents table.tbl_blue02.tbl01 tbody th, .hello-eco__contents table.tbl_blue02.tbl01 tbody td {
  border: 1px solid#ccc; /*20220601変更*/
  border-top: 1px solid #ccc; /*20220601変更*/
  border-bottom: 1px solid #ccc; /*20220601変更*/
}

.hello-eco__contents table.tbl_blue02.tbl01 tbody th:nth-last-child(1), .hello-eco__contents table.tbl_blue02.tbl01 tbody th:nth-last-child(4), .hello-eco__contents table.tbl_blue02.tbl01 tbody td:nth-last-child(1), .hello-eco__contents table.tbl_blue02.tbl01 tbody td:nth-last-child(4) {
  text-align: left;
}
/*
.hello-eco__contents table.tbl_blue02.tbl01 tbody tr:nth-child(odd) td {
  background-color: #f1f1f1;
}

.hello-eco__contents table.tbl_blue02.tbl01 tbody tr:nth-child(odd) th:nth-last-child(4), .hello-eco__contents table.tbl_blue02.tbl01 tbody tr:nth-child(odd) td:nth-last-child(4) {
  background-color: #e5eff8;
}

.hello-eco__contents table.tbl_blue02.tbl01 tbody tr:nth-child(even) td {
  background-color: #e0e0e0;
}

.hello-eco__contents table.tbl_blue02.tbl01 tbody tr:nth-child(even) th:nth-last-child(4), .hello-eco__contents table.tbl_blue02.tbl01 tbody tr:nth-child(even) td:nth-last-child(4) {
  background-color: #d3e6f7;
}*/

.hello-eco__contents .detail_btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.8em 0;
  max-width: 360px;
  background-color: #00519f;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .hello-eco__contents .detail_btn a {
    width: 80%;
    font-size: 4.26667vw;
  }
}

.hello-eco__contents .detail_btn a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.hello-eco__contents table.tbl_blue02.tbl01 tbody td:nth-last-child(2) {
  text-align: left !important;
}

.hello-eco__contents table.tbl_blue02.tbl01 tbody td:nth-last-child(3) {
  text-align: center !important;
}

/*2022/04/26 追記ここまで*/




/*---------------------------------------------------*/

/*---------------------------------------------------
*
*  共通
*
*/
.csr__header h2 {
  margin: 0 0 16px;
  font-size: 5.33333vw;
  text-align: center;
  color: #00519f;
}

.sustainability__menu p {
  margin: 0 auto 20px;
  padding: 0;
  font-size: 3.73333vw;
  line-height: 2.1;
}

  .sustainability__contents_main h2.after_none {
      margin: 0 0 16px;
  }

.icon.leaf_2 {
  width: 8vw;
  height: 8vw;
  background-image: url(../images/sustainability/icon_leaf.png);
}

@media print, screen and (min-width: 768px) {
  .csr__header h2 {
    margin: 0 0 50px;
    font-size: 3.6em;
  }
  .csr__header h2 .icon.leaf_2 {
    margin-right: 10px;
    width: 36px;
    height: 36px;
  }
  .sustainability__menu p {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 1.8em;
  }
}

.page-csr_page {
	border: 1px solid #bfbfbf;
}

.page-csr_page h2.largeTitle::after {
	content: none;
}
.page-csr_page .leadTxt:nth-of-type(1) {
	margin-bottom: 10px;
}
.page-csr_page figure {
	text-align: center;
	margin: 0 0 20px;
}
.page-csr_page figcaption {
	font-size: 12px;
}
.page-csr_page .txt-left {
	display: flex;
	justify-content: center;
	text-align: left;
}
.page-csr_page .block p,
.page-csr_page .block li {
	font-size: 3.73333vw;
}
.page-csr_page .fBox {
	padding: 15px 20px;
	background: #f4f6fa;
	border: 1px solid #ccc;
	margin: 0 0 30px;
}
.page-csr_page .bBox {
	padding: 20px 25px;
	border: 1px solid #ccc;
	background: #fbfbfb;
	margin: 0 0 30px;
}

/* ここから2022/04/12 追加*/
.page-csr_page .bBox2 {
	padding: 20px 0px;
	border: 1px solid #ccc;
	background: #fbfbfb;
	margin: 0 0 30px;
}

/* ここまで2022/04/12 追加*/

.page-csr_page .block {
	margin: 0 auto 30px;
}

.page-csr_page .flexBox.fl2col > .box h4,
.page-csr_page .block h4 {
	clear: none;
	color: #36762c;
	font-weight: 400;
}

.page-csr_page .flexBox {
	display: flex;
	flex-direction: column;
}
.page-csr_page .flexBox .txt {
	order: 2;
}
.page-csr_page .flexBox figure {
	margin: 0 auto 10px;
	text-align: center;
	order: 1;
}
.page-csr_page .flexBox img {
	margin-bottom: 15px;
}
.page-csr_page .flexBox.flexBox2 figure {
	order: 1;
}
.page-csr_page .flexBox.flexBox2 .txt {
	order: 2;
}
.page-csr_page .table-blue th {
	display: block;
	width: 100%;
	border-right: none;
	background: #dee1f1 !important;
}
.page-csr_page .table-blue td {
	display: block;
	width: 100%;
}
.page-csr_page .numList {
	list-style-position: inside;
	text-indent: -2em;
	padding-left: 2.5em;
}


.page-csr_page .colR {color: #e60012; font-weight: bold;}
.page-csr_page .colG {color: #23ac38; font-weight: bold;}
.page-csr_page .colB {color: #004ea2; font-weight: bold;}
.page-csr_page .colA {color: #00a8e9; font-weight: bold;}

.page-csr_page .number {color: #00519f; font-weight: bold;}
.page-csr_page .number span {font-size: 300%; font-weight: bold;}

.page-csr_page.csr_sp .block h3 span {font-size: 90%;}

.page-csr_page table td.num   {text-align: center;}
.page-csr_page table > caption  {text-align: right;}


@media print, screen and (min-width: 768px) {
	.page-csr_page .block ul li,
	.page-csr_page .fBox ul li {
		font-size: 1.8em;
	}
	.page-csr_page .block .table-list li {
		font-size: 1em;
	}
	.page-csr_page .flexBox {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
		margin: 0 0 20px;
	}
	.page-csr_page .flexBox2 {
		align-items: center;
	}
	.page-csr_page .flexBox .txt {
		padding-right: 20px;
		order: 1;
	}
    .page-csr_page .flexBox_col2 figure.w_200, 
	.page-csr_page .flexBox figure {
		width: auto;
		min-width: 200px;
		max-width: 220px;
		order: 2;
	}
	.page-csr_page .flexBox figure.w100 {
		width: auto;
		min-width: 500px;
		max-width: 500px;
		order: 2;
	}
	.page-csr_page .flexBox .image figcaption {
		margin-bottom: 20px;
		clear: both;
	}
	
	.page-csr_page .flexBox.flexBox2 .txt {
		padding-left: 20px;
		order: 2;
	}
	.page-csr_page .flexBox.flexBox2 figure {
		order: 1;
	}
	
	.page-csr_page .fBox p {
		font-size: 1.8em;
	}
	.page-csr_page .thumbBox {
		display: flex;
		flex-wrap: wrap;
	}
	.page-csr_page .thumbBox .thumb {
		width: 23%;
		margin: 0 1% 20px;
	}
	.page-csr_page .thumbBox .thumb figure {
		text-align: center;
	}
	.page-csr_page .thumbBox .name {
		font-size: 1.5em;
	}
	.page-csr_page .thumbBox .name strong {
		font-size: 1.3em;
	}
	.page-csr_page .flexBox.fl2col {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.page-csr_page .flexBox.fl2col > .box {
		width: 48%;
		max-width: 48% !important;
		margin: 0 1% 20px;
	}
	.page-csr_page .flexBox.fl2col .box .name {
		font-size: 1.5em;
	}
	.page-csr_page .flexBox.fl2col .box strong {
		font-size: 1.3em;
	}
	.page-csr_page {
		padding: 60px 60px 80px;
	}
	.page-csr_page h2.largeTitle {
		margin: 0 auto 62px;
		font-size: 3.6em;
	}
	.page-csr_page .block p {
		font-size: 1.8em;
	}
	.page-csr_page .table-blue {
		display: table;
	}
	.page-csr_page .table-blue th {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 180px;
		background: #dee1f1 !important;
	}
	.page-csr_page .table-blue td {
		display: table-cell;
		width: auto;
	}
	.page-csr_page .al-right {
		text-align: right;
	}
	.page-csr_page .cap {
		color: #fff;
		background: #00519f;
		font-size: 70%;
		padding: 5px 10px;
		border-radius: 3px;
		/*margin-left: 10px;*/
	}
}

.page-csr_page .txt_size_12 {
  font-size: 12px;
}


@media print, screen and (min-width: 992px) {
	.page-csr_page.company__menu .menu_item {
		flex: 0 0 50%;
	}
}

.csr__body .icon_b {
    background: url(../images/company/icon_b.png) no-repeat left center;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
.csr__body .icon_b {
    background: url(../images/company/icon_b.png) no-repeat left center;
    padding-left: 20px;
    background-size: 18px auto;
}
    .text_indent_sp {
        text-indent: 1em;
    }
  .page-csr_page .txt_size_12 {
    font-size: 2.8vw;
  }
}
.text_indent .sub_bottom {
	display: inline;
}

.list_dot,
.coution_txt {
	padding-left: 1em;
	text-indent: -1em;
}
.coution_txt::before {	content: "※";}

@media print, screen and (min-width: 768px) {
  .page-data th {
    width: 20%;
  }
}

.sustainability__contents_main table .tbody_s th,
.sustainability__contents_main table th.th_s {
    width: 20%;
}

.sustainability__contents_main table .tbody_s th,
.sustainability__contents_main table th.th_sm {
    width: 40%;
}

@media print, screen and (max-width: 767px){
    .sustainability__contents_main table.scrolls th {
		white-space: nowrap;
    }
    .sustainability__contents_main table.nowraps td {
		white-space: nowrap;
    }
    .sustainability__contents_main table tbody td.nowrap {
		white-space: nowrap;
    }
}

.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px;
}
