/*共通部品*/

.inner {
  width: 980px;
  margin: 0 auto;
}
#gnav {
  display: block !important;
}
.common_text_list {
  padding-left: 0;
}
.common_text sup {
  font-size: 70%;
}
.common_text_list li {
  list-style: none;
  text-indent: -1.2rem;
  margin-left: 1.2rem;
}
.common_text_list li.no-symbol {
  text-indent: -1rem;
  margin-left: 1rem;
}
.common_text_list li span {
  padding-right: 0.5rem;
}
.common_text_list.indent li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
.common_text_list.number li {
  text-indent: -1.88rem;
  margin-left: 1.88rem;
}
.common_text_list.number li + li {
  margin-top: 1em;
}


.common_dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.common_dl dd {
  margin: 0;
}
.common_dl dd .common_text {
  margin: 0;
}
.mb-rem_36 {
  margin-bottom: 3.6rem;
}
.page_sustainability {
  margin-bottom: 70px;
}
.page_sustainability img {
  max-width: 100%;
}
.page_sustainability .inner {
  width: 980px;
  margin: 0 auto;
}
.page_sustainability section + section {
  margin-top: 80px;
}

#breadcrumbs {
  border-bottom: 1px solid #ccc;
  margin: -5px 0 0 0;
  padding: 15px 0 10px;
  font-size: 87.5%;
  margin-bottom: 60px;
}
#breadcrumbs ul {
  display: block;
  margin: 0;
  padding: 0;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#breadcrumbs ul li a {
  color: #006591;
  transition: 0.2s;
  text-decoration: none;
}
#breadcrumbs ul li a:hover {
  opacity: 0.8;
}

.midashi_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 157px;
  margin-bottom: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../sustainability/images/common/midashi_bg.png);
}
.midashi_h2 h2 {
  font-size: 200%;
  text-align: center;
  font-weight: bold;
  line-height: 44px;
}
.midashi_h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80px;
  background-image: url(../sustainability/images/common/midashi_bg.png);
}
.midashi_h3 h3 {
  font-size: 187.5%;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}
.midashi_h4B {
  margin-bottom: 20px;
}
.midashi_h4B h3,
.midashi_h4B h4,
.midashi_h4B h5 {
  padding: 5px 0 5px 15px;
  border-left: 5px solid #146a9b;
  font-size: 125%;
  line-height: 26px;
  font-weight: bold;
}
.common_text + .midashi_h4B,
.common-img + .midashi_h4B {
  margin-top: 30px;
}
.button3 {
  margin-top: 15px;
  text-align: center;
}
.button3 a {
  padding: 15px 80px;
  font-size: 125%;
  color: #166493;
  border: 1px solid #166493;
  position: relative;
  display: inline-block;
  transition: 0.2s;
  background-color: #166493;
  color: #fff;
}
.button3 a:hover {
  background-color: #fff;
  color: #166493;
}
.button3 a:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
  transition: 0.2s;
}
.button3 a:hover:before {
  border-top-color: #166493;
  border-right-color: #166493;
}

@media screen and (max-width: 640px) {
  .inner {
    width: 94%;
    margin: 0 3%;
  }
  #breadcrumbs {
    display: none;
  }
  .midashi_h2 {
    min-height: 80px;
    margin-bottom: 20px;
    background-size: 65.5px 78.5px;
    margin-top: 30px;
  }
  .midashi_h3 {
    min-height: 50px;
    margin-bottom: 15px;
    background-size: auto 50px;
  }
  .midashi_h4B {
    margin-bottom: 10px;
  }
  .midashi_h4B h3,
  .midashi_h4B h4,
  .midashi_h4B h5 {
    border-left-width: 3px;
    padding-left: 10px;
    font-size: 100%;
    line-height: 20px;
  }
  .button3 a {
    font-size: 75%;
    padding: 10px 40px;
  }
  .page_sustainability section + section {
    margin-top: 60px;
  }
}

.message-area {
  padding: 35px 0 70px;
  background-color: #f4f4f4;
}
.message-area .inner {
  background-color: #fff;
  padding: 50px 40px 20px;
}
.message-area__block {
  display: flex;
  justify-content: space-between;
}
.message-area__block .text-area {
  width: 100%;
}
.message-area__block .image {
  width: 31.5%;
  margin: 0 0 20px 20px;
  float: right;
}
.message-area__block .image img {
  width: 100%;
}
.message-area__block .text-area .title {
  color: #1a5ea5;
  font-size: 150%;
  margin-bottom: 25px;
}
.message-area p {
  font-size: 87.5%;
  line-height: 1.7;
}
.message-area .name {
  text-align: right;
  margin-top: 45px;
}
.message-area .name span {
  display: block;
  margin-bottom: 20px;
}

.menu-area {
  padding: 60px 0 0;
  margin-top: 0 !important;
}
.menu-area-lists {
  margin-top: 105px;
}
.menu-area-lists .inner {
  margin: 0 auto;
}

.menu-area-lists .inner {
}
.menu-area-list {
  display: flex;
  /* justify-content: space-between; *//*81時点では非公開*/
  justify-content: space-around;
  padding-left: 0;
}
.menu-area-list > li {
  width: 325px;
  list-style: none;
  font-size: 88%;
  box-sizing: border-box;

  transform: 0.2s;
}
.menu-area-list > li .title {
  font-size: 15px;
  margin-bottom: 10px;
  background: #166494;
}
.menu-area-list > li .title a {
  height: 60px;
  display: flex;
  color: #fff;
  padding: 0 1em;
  align-items: center;
}
.menu-area-list > li .img {
}
.menu-area-list > li .img img {
  width: 100%;
}

.menu-area-list li a {
  color: #707070;
}
.menu-area-list > li {
}

.menu-area-list .list {
  padding-left: 0;
  list-style: none;
}
.menu-area-list .list li {
  padding-left: 5px;
}
.menu-area-list .list li::before {
  content: "■";
  display: inline-block;
  margin-right: 8px;
  font-size: 125%;
  color: rgb(22, 100, 147);
}
.menu-area-list .list li a {
  color: #333;
}
.menu-area-list .list li a:hover {
  color: rgb(22, 100, 147);
}
.menu-area-list li a:hover {
}
.menu-area__block {
  margin-bottom: 50px;
}
.menu-area__block .title {
  font-size: 125%;
  padding-left: 22px;
  border-left: 5px solid #117eab;
  margin-bottom: 25px;
}
.menu-area__box {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.menu-area__box .image {
  width: 45.9%;
}
.menu-area__box .image img {
  width: 100%;
}
.menu-area__box .list {
  width: 49.1%;
}
.menu-area__box .list ul {
  margin: 0 0 35px;
  padding-left: 0;
}
.menu-area__box .list ul li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 125%;
}
.menu-area__box .list ul li::before {
  content: "■";
  display: inline-block;
  margin-right: 27px;
  color: #166493;
}
.menu-area__box .list ul li a {
  color: rgb(153, 153, 153);
}
.menu-area__box .list ul li a:hover {
  color: #166493;
}
.menu-area__box .list .button {
  width: 70%;
}
.menu-area__box .list .button a {
  display: block;
  border: 1px solid #166493;
  line-height: 60px;
  font-size: 125%;

  color: #fff;
  text-align: center;
  background: url(../sustainability/images/common/icon_arrow02.png) no-repeat 5% 50% #166493;
  transition: 0.2s;
}
.menu-area__box .list .button a:hover {
  color: #166493;
  text-align: center;
  background: url(../sustainability/images/common/icon_arrow01.png) no-repeat 5% 50% #fff;
}
@media screen and (max-width: 640px) {
  .message-area {
    padding: 20px 0 40px;
  }
  .message-area .inner {
    width: 88%;
    padding: 25px 15px 10px;
  }
  .message-area__block {
    flex-flow: column-reverse;
  }
  .message-area__block .text-area {
    width: 100%;
  }
  .message-area__block .image {
    width: 100%;
    margin: 0 0 15px 0;

    float: none;
  }
  .message-area__block .text-area .title {
    margin-bottom: 15px;
  }
  .message-area .name {
    margin-top: 30px;
  }
  .message-area .name span {
    margin-bottom: 10px;
  }

  .menu-area {
    padding: 30px 0 0;
  }
  .menu-area-lists {
    margin-top: 50px;
  }
  .menu-area-list {
    display: block;
    margin-bottom: 35px;
  }
  .menu-area-list > li {
    width: 100%;
  }
  .menu-area-list li a {
  }
  .menu-area-list > li + li {
    margin-top: 30px;
  }
  .menu-area__block {
    margin-bottom: 50px;
  }
  .menu-area__block .title {
    margin-bottom: 15px;
  }
  .menu-area__box {
    display: block;
  }
  .menu-area__box .image {
    width: 100%;
  }
  .menu-area__box .list {
    width: 100%;
    margin-bottom: 15px;
  }
  .menu-area__box .list ul {
    margin: 0 0 20px;
  }
  .menu-area__box .list ul li {
    margin-bottom: 5px;
  }
  .menu-area__box .list ul li::before {
    margin-right: 15px;
  }
  .menu-area__box .list ul li:nth-child(5):before {
  }
  .menu-area__box .list .button {
    width: 100%;
  }
  .menu-area__box .list .button a {
    line-height: 50px;
  }
}

.copy-area {
  margin-bottom: 120px;
}
.copy-area__text {
  font-size: 150%;
  color: #1a5ea5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
.copy-area .title {
  font-size: 287.5%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}
.copy-area .text {
  font-size: 87.5%;
  line-height: 1.7;
  margin-bottom: 25px;
}
.copy-area .photo-list {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0;
}
.copy-area .photo-list li {
  width: 30.6%;
  list-style: none;
}
.copy-area .photo-list li img {
  width: 100%;
}
.details-area {
  margin-bottom: 60px;
}
.details-area .motto {
}
.details-area .motto .image {
  width: 78.6%;
  margin: 0 auto;
  border: 6px solid #f4f4f4;
  box-sizing: border-box;
}
.details-area .motto .image img {
  width: 100%;
}
.details-area .philosophy {
}
.details-area .philosophy .text {
  background-color: #f4f4f4;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  padding: 45px 15px;
}
.details-area .policy {
}
.details-area .policy ol {
  padding-left: 1.5em;
}
.details-area .policy ol li {
  margin-bottom: 10px;
}
.details-area .standard-wrap {
  display: flex;
  flex-wrap: wrap;
}
.details-area .standard-wrap .img {
  margin-right: 50px;
}
.details-area .standard-wrap .img img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .copy-area {
    margin-bottom: 60px;
  }
  .copy-area__text {
    margin-bottom: 30px;
  }
  .details-area .motto {
  }
  .details-area .motto .image {
    width: 100%;
  }
  .details-area .philosophy {
  }
  .details-area .philosophy .text {
    padding: 20px 10px;
  }
  .details-area .policy {
  }
  .details-area .standard-wrap {
    display: block;
  }
  .details-area .standard-wrap .img {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

#system .text_name {
  font-size: 112.5%;
  font-weight: bold;
  color: #1a5ea5;
}
.page_system .text_name {
  margin-bottom: 30px;
}
.promotion-area {
}
.promotion-area .image {
  width: 90.8%;
  margin: 0 auto 10px;
}
.promotion-area .image img {
  width: 100%;
}
.promotion-area .button3 {
  margin-bottom: 60px;
}
.activities-area .activities-area__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 70px;
}
.activities-area .activities-area__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.activities-area .text_name {
  margin-bottom: 15px;
}
.activities-area .activities-area__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.activities-area .activities-area__block .image {
  width: 28.57%;
}
.activities-area .activities-area__block .image img {
  width: 100%;
}
.activities-area .activities-area__block .text-area {
  width: 68.16%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #system .text_name {
    font-size: 100%;
  }
  .promotion-area {
  }
  .promotion-area .image {
    width: 100%;
  }
  .promotion-area .button3 {
    margin-bottom: 40px;
  }
  .activities-area .activities-area__list {
    margin-bottom: 40px;
  }
  .activities-area .activities-area__block {
    display: block;
    margin-bottom: 40px;
  }
  .activities-area .activities-area__block .image {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .activities-area .activities-area__block .image img {
    width: 50%;
  }
  .activities-area .activities-area__block .text-area {
    width: 100%;
  }
}

.correspondence-area {
  margin-bottom: 70px;
}
.correspondence-area .text-copy {
  font-size: 150%;
  font-weight: bold;
  color: #1a5ea5;
  margin-bottom: 25px;
}
.correspondence-area .text {
  margin: 0;
}
.status-area {
  margin-bottom: 50px;
}
.status-area .text01 p {
  margin: 0 0 45px;
}
.status-area .status-area__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.status-area .status-area__block .image {
  width: 30.61%;
}
.status-area .status-area__block .image img {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.status-area .status-area__block .list {
  width: 66.9%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.status-area .status-area__block .list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .correspondence-area {
    margin-bottom: 40px;
  }
  .correspondence-area .text-copy {
    font-size: 112.5%;
    margin-bottom: 20px;
  }
  .status-area {
    margin-bottom: 30px;
  }
  .status-area .text01 p {
    margin: 0 0 25px;
  }
  .status-area .status-area__block {
    display: block;
    margin-bottom: 40px;
  }
  .status-area .status-area__block .image {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .status-area .status-area__block .image img {
    width: 48%;
    margin-bottom: 0;
  }
  .status-area .status-area__block .list {
    width: 100%;
  }
}

.common_text {
  line-height: 1.5;
}
.common_text.is-left {
  text-align: left;
}
.common_text.is-right {
  text-align: right;
}
.common_text .bold {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.common_text + .blue_min_title {
  margin-top: 20px;
}
.blue_title {
  font-size: 150%;
  font-weight: bold;
  color: #1a5ea5;
  margin-bottom: 30px;
}
.blue_min_title {
  font-size: 115%;
  font-weight: bold;
  color: #1a5ea5;
}
.block {
  margin-bottom: 60px;
}
.common_text a {
  text-decoration: underline;
  color: inherit;
  overflow-wrap: break-word;
}
.note {
  margin-bottom: 30px;
  display: block;
}
.common_text a:hover {
  opacity: 0.8;
}
.common-img {
  text-align: center;
  margin-top: 40px;
}
.common-img + .common_text {
  margin-top: 40px;
}
.fix_page_navi {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999;
}
.fix_page_navi {
  list-style: none;
}
.fix_page_navi li {
  margin-bottom: 10px;
  width: 150px;
}
.fix_page_navi li a {
  border: 1px solid #666;
  background: #666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  display: block;
  transition: 0.2s;
  height: 60px;
  display: flex;
  align-items: center;
}
.fix_page_navi li a:hover {
  color: #666;
  background: #fff;
}
.img-text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.img-text_block .img {
  width: 41%;
  text-align: center;
}
.img-text_block .text {
  width: 56%;
}
.link_btn {
  border: 1px solid #166493;
  width: 335px;
  margin: 30px auto 0;
}
.link_btn a {
  color: #fff;
  display: block;
  font-size: 125%;
  text-decoration: none;
  text-align: center;
  line-height: 58px;
  transition: 0.2s;
  position: relative;
  background: #166493;
}
.link_btn a:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
}
.link_btn:hover a {
  color: #166493;
  background: #fff;
}
.link_btn:hover a:before {
  border-top: 2px solid #166493;
  border-right: 2px solid #166493;
}
.link-list {
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 50px;
}

.link-list li {
  list-style: none;
  width: 20%;
  margin-right: 2px;
}
.link-list li:nth-child(1),
.link-list li:nth-child(3) {
  width: 25%;
}
.link-list li a {
  color: #fff;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #216b98;
  border: 1px solid #216b98;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.link-list li a:hover {
  background: #fff;
  color: #216b98;
}
@media screen and (max-width: 640px) {
  .block {
    margin-bottom: 40px;
  }
  .common-img + .common_text {
    margin-top: 20px;
  }
  .img-text_block {
    margin-top: 20px;
  }
}
/* *******************サステナビリティ************************ */

.sdgs-list {
  display: flex;
  flex-wrap: wrap;

  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 5px;
}
.sdgs-list li {
  margin-bottom: 15px;
  margin-right: 15px;
}

.sdgs-list li img {
  vertical-align: bottom;
}

/* *******************環境への取り組み************************ */
.environmental_activities_block .common-img {
  margin-bottom: 60px;
}
.environmental_activities_block .common_text {
  font-size: 110%;
  margin: 0 30px 60px 30px;
}

.environment .nested-content{
  max-width: 755px;
  margin:0 auto 60px;
}
.environment .nested-content h5 {
  font-size: 115%;
  font-weight: bold;
  color: #1a5ea5;
}
.environment .nested-content h6 {
  font-size: 100%;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.environment .nested-content .ghg-information-block {
  margin: 0;
}
.environment .nested-content .ghg-information-block dt,
.environment .nested-content .ghg-information-block dd {
  padding: 0;
  margin: 0;
}
.activity_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 50px;
}

.activity_list .box {
  width: 49%;
  margin-right: 2%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.activity_list .box:nth-child(2n) {
  margin-right: 0;
}
.activity_list .box:nth-child(n + 3) {
  margin-top: 20px;
}
.activity_list .box .text {
  width: 60%;
}
.activity_list .box .img {
  width: 40%;
}
.activity_list .box .title {
  font-size: 150%;
  color: #1a5ea5;
  font-weight: bold;
}

.activity_list .box p {
  margin: 0;
}

.activity_list .sdgs-list {
  margin-top: 20px;
}
.tcfd_news {
  margin-top: 30px;
  margin-left: 60px;
  margin-bottom: 30px;
}
.tcfd_news a p {
  text-decoration: underline;
}
.tcfd_news a:hover p {
  text-decoration: none;
}
.tcfd_news a:hover img {
  opacity: 0.8;
}
/* *******************社会への取り組み************************ */
.page_society .sec01 .no-mt {
  margin-top: 0;
}
.page_society .sec02 .common-img .notice {
  text-align: right;
}
.page_society .sec03 .min-note {
  padding-left: 2em;
  text-indent: -2em;
}
.page_society .sec05 .blue_min_title {
  margin-bottom: 20px;
}
.page_society .sec05 .btn-wrap {
  display: flex;
  justify-content: center;
}
.page_society .sec05 .pdf-btn.wide {
  margin: 0 15px;
}
.page_society .sec05 .link_btn {
  margin: 0 15px;
  width: 363px;
  margin-bottom: 45px;
  margin-top: 0;
}
.page_society .caption {
  font-weight: bold;
}
.page_society .notice {
  font-size: 80%;
}
.page_society .img-text_block .img img + p {
  margin-top: 5px;
  margin-bottom: 0;
}
.page_society .sec06 .clickable-img {
  margin-top: 0;
  position: relative;
}

.page_society .sec06 .clickable-img a {
  position: absolute;
  display: block;
  width: 10%;
  height: 8%;
}
.page_society .sec06 .clickable-img a:nth-of-type(1) {
  top: 9%;
  left: 45%;
}
.page_society .sec06 .clickable-img a:nth-of-type(2) {
  top: 20%;
  left: 65%;
}
.page_society .sec06 .clickable-img a:nth-of-type(3) {
  top: 53%;
  left: 64%;
}
.page_society .sec06 .clickable-img a:nth-of-type(4) {
  top: 67%;
  left: 45%;
}
.page_society .sec06 .clickable-img a:nth-of-type(5) {
  top: 53%;
  left: 26%;
}
.page_society .sec06 .clickable-img a:nth-of-type(6) {
  top: 22%;
  left: 25%;
}

.page_society .sec03 .table01 {
  max-width: 757px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}
.page_society .sec03 .table01 th,
.page_society .sec03 .table01 td {
  border: 1px solid #707070;
  text-align: center;
  padding: 0.4em;
  font-weight: normal;
}
.page_society .sec03 .table01 {
  max-width: 757px;
  margin: 0 auto;
  width: 100%;
}

.page_society .sec06 .img-text_block .img p {
  font-size: 14px;
}
.page_society .sec06 .note {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .page_society .sec05 .btn-wrap {
    display: block;
  }
  .page_society .sec05 .pdf-btn.wide {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .page_society .sec05 .link_btn {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .page_society .sec07 .btn-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  .page_society .sec03 .img-wrap .common-img {
    width: 48%;
  }
  .page_society .sec03 .img-wrap .common-img + .common-img {
    margin-left: 4%;
  }
  .page_society .sec06 .img-text_block {
    margin-top: 20px;
  }
  .page_society .sec06 .img-text_block .img {
    width: 20%;
    text-align: center;
  }
  .page_society .sec06 .img-text_block .text {
    width: 75%;
  }
  .page_society .sec07 .btn-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .page_society .sec07 .pdf-btn {
    margin: 0 15px;
  }
  .page_society .sec07 .pdf-btn + .pdf-btn {
    margin-top: 0;
  }
}

/* *******************コーポレート・ガバナンス************************ */
.page_governance .sec01 .page_read {
  margin-bottom: 50px;
}
.page_governance .sec01 .common_text_list {
  margin-top: 0;
}
.page_governance .sec01 .common_text + .common_text_list {
  margin-top: 0;
  padding-left: 1em;
}
.page_governance .sec02 .sdgs-list {
  margin-top: 15px;
}

.page_governance .sec02 .img-text_block {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 641px) {
  .page_governance .sec02 .img-text_block .img {
    width: 44.2%;
  }
  .page_governance .sec02 .img-text_block .text {
    width: 53%;
  }
}

.page_governance .sec03 .blue_min_title {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 106px;
  }

  #header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 5px solid #166493 !important;
    background: #fff;
    line-height: 1.5;
    z-index: 200;
  }
  #header {
  }
  #gnav {
    z-index: 1;
    top: 13vw;
    position: fixed;
    left: 0;
    width: 100%;
  }
  #gnav {
    z-index: 1;
    top: 51px;
    position: fixed;
    left: 0;
    width: 100%;
  }
  #breadcrumbs {
    display: none;
  }
  .page_sustainability .inner {
    width: 100%;
    padding: 0 3.125%;
    box-sizing: border-box;
  }

  .fix_page_navi {
    display: none;
  }
  /*.midashi_h2 {
    padding: 30px 0;
    background-size: 65.5px 78.5px;
    background-position: center center;
    font-size: 137.5%;
    margin-top: 20px;
    margin-bottom: 20px;
  }*/
  .blue_title {
    font-size: 120%;

    margin-bottom: 20px;
  }
  /*.midashi_h3 {
    min-height: 50px;
    margin-bottom: 15px;
    background-size: auto 50px;
    font-size: 125%;
    line-height: 24px;
  }*/
  .img-text_block {
    display: block;
  }
  .img-text_block .img {
    width: 100%;
  }
  .img-text_block .text {
    width: 100%;
    margin-top: 20px;
  }
  .sdgs-list {
    width: 100%;
  }
  .sdgs-list li {
    width: 20%;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .sdgs-list li img {
    max-width: none;
    width: 100%;
  }
  .common-img {
    text-align: center;
    margin-top: 20px;
  }
  .activity_list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .activity_list .box:nth-child(n + 3) {
    margin-top: 0px;
  }
  .link-list {
    flex-wrap: wrap;
  }
  .link-list li {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .link-list li:nth-child(1),
  .link-list li:nth-child(3) {
    width: 50%;
  }
  .link-list li a {
    font-size: 80%;
  }
  .page_governance .sec02 .img-text_block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 374px) {
  #header .logo img {
    width: 100px !important;
  }
}

/*----------------------------------
category-navi
----------------------------------*/
.category-navi-area {
  margin-top: 100px;
}
.category-navi {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.category-navi li {
  width: 24.9%;
  /*width: 32.9%;*/
  text-align: center;
}

.category-navi li a {
  display: block;
  color: #fff;
  background-color: #1678a5;
  border: 1px solid #1678a5;
  transition: 0.2s;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
}

.category-navi li a:hover {
  background-color: #fff;
  color: #1678a5;
}
.category-navi li.bottom-localnavi__contact a {
  background-image: url(../sustainability/images/top/ico_mail_on.png);
  background-repeat: no-repeat;
  background-position: center left 4%;
  /* background-position: center left 12%;*/
  background-size: 18px;
}
.category-navi li.bottom-localnavi__contact a:hover {
  background-image: url(../sustainability/images/top/ico_mail_off.png);
}
.pdf-btn {
  width: 278px;
}
.pdf-btn.wide {
  width: 363px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.pdf-btn.s-wide {
  width: 545px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.pdf-btn.f-wide {
  width: 696px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.pdf-btn + .pdf-btn {
  margin-top: 20px;
}
.pdf-btn a {
  display: block;
  border: 1px solid #166493;
  line-height: 55px;

  text-align: center;

  transition: 0.2s;
  font-size: 112%;
  color: #fff;

  background: url(../sustainability/images/common/icon_arrow02.png) no-repeat 4.5% 50% #166493;
}
.pdf-btn a::after {
  content: "";
  display: inline-block;
  background: url(../sustainability/images/common/icon_pdf_off.png) no-repeat center center / contain;
  width: 26px;
  height: 26px;
  margin-left: 0.7em;
  vertical-align: middle;
  margin-bottom: 3px;
}
.pdf-btn a:hover {
  background: url(../sustainability/images/common/icon_arrow01.png) no-repeat 5% 50%;
  color: #166493;
}
.pdf-btn a:hover::after {
  background: url(../sustainability/images/common/icon_pdf_on.png) no-repeat center center / contain;
}


.pdf-btn.multi-line a {
  display: block;
  border: 1px solid #166493;
  line-height: 30px;

  text-align: center;
  transition: 0.2s;
  font-size: 112%;
  background: url(../sustainability/images/common/icon_arrow02.png) no-repeat 5% 50% #166493;
  color: #fff;
  padding: 10px 0;
}
.pdf-btn.multi-line a::after {
  content: "";
  display: block;
  background: url(../sustainability/images/common/icon_pdf_off.png) no-repeat center center / contain;
  width: 26px;
  height: 26px;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-bottom: 3px;
  float: right;
  position: relative;
  top: -0.8em;
  right: 0.8em;
}
.pdf-btn.multi-line a:hover::after {
  content: "";
  display: inline-block;
  background: url(../sustainability/images/common/icon_pdf_on.png) no-repeat center center / contain;
  width: 26px;
  height: 26px;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-bottom: 3px;
}
.pdf-btn.multi-line a:hover {
  color: #166493;
  background: url(../sustainability/images/common/icon_arrow01.png) no-repeat 5% 50%;
}

.pdf-btn + .midashi_h4B {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .pdf-btn a {
    font-size: 86%;
  }
  .pdf-btn + .midashi_h4B {
    margin-top: 20px;
  }
  .category-navi li a {
    font-size: 14px;
  }
  .category-navi li:nth-child(4) a {
    background-image: none;
  }
}

.c-button {
  width: 385px;
}
.c-button a {
  display: block;
  color: #fff;
  background: #166493;
  transition: 0.2s;
  line-height: 70px;
  text-align: center;
  transition: 0.2s;
  border: 1px solid #166493;
}
.c-button a:hover {
  background: #fff;
  color: #166493;
}
.button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.button-wrap .c-button {
  margin: 0 20px;
}
.img-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.img-wrap .common-img + .common-img {
  margin-left: 40px;
}
.caption {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.caption.width-fix {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.img-text_block02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.align-end {
  align-items: flex-end;
}
.img-text_block02 .img {
  flex: none;
  margin-right: 20px;
}
.img-text_block02 .text {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .category-navi-area {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .category-navi li {
    width: 49.8%;
    text-align: center;
    margin-bottom: 0.4%;
  }
  .category-navi li a {
    height: 5em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category-navi li a br {
    display: block;
  }
  .pdf-btn,
  .pdf-btn.wide,
  .pdf-btn.wide2,
  .pdf-btn.s-wide,
  .pdf-btn.f-wide {
    width: 100%;
  }
  .button-wrap {
    display: block;
    margin-top: 20px;
  }
  .c-button {
    width: 100%;
  }
  .c-button a {
    line-height: inherit;
    padding: 1em 0.5em;
  }
  .button-wrap .c-button {
    margin-left: 0;
    margin-left: 0;
  }
  .c-button + .c-button {
    margin-top: 20px;
  }
  .img-wrap {
    display: block;
  }
  .img-wrap .common-img {
    margin-left: 0;
    margin-right: 0;
  }
  .img-wrap .common-img + .common-img {
    margin-left: 0;
  }
  .img-text_block02 {
    display: block;
    margin-top: 20px;
  }
  .img-text_block02 .img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*----------------------------------
magin
----------------------------------*/
.content-block {
  margin-bottom: 80px;
}
.min-block {
  margin-bottom: 40px;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .content-block {
    margin-bottom: 60px;
  }
  .min-block {
    margin-bottom: 30px;
  }
}

.table01 {
  margin-top: 30px;
}
.table01 table {
  width: 100%;
  max-width: 850px;
  margin-left: 45px;
  border-collapse: collapse;
  border-spacing: 0;
}
.table01 table th {
  border: 1px solid #000;
  width: 155px;
  vertical-align: middle;
  padding: 8px;
  text-align: left;
  font-weight: normal;
}
.table01 table td {
  border: 1px solid #000;
  padding: 8px;
}
.table01 table .bold {
  font-weight: bold;
}
.table01 table span {
  font-weight: 14px;
  padding-left: 1em;
}

.table02 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.table02 table {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.table02 table th {
  border: 1px solid #000;
  background: #b0b0b0;
  vertical-align: middle;
  padding: 5px;
  text-align: left;
  font-weight: normal;
}
.table02 table th:nth-child(2) {
  width: 80px;
}
.table02 table .width130 {
  width: 130px;
}
.table02 table td {
  border: 1px solid #000;
  padding: 5px;
}
.table02 table .bold {
  font-weight: bold;
}
.table02 table span {
  font-weight: 14px;
  padding-left: 1em;
}
.table02 .bg-blue th {
  background: #8edcee;
}


.table03 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.table03 table {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.table03 table th {
  border: 1px solid #000;
  background: #fff;
  vertical-align: middle;
  padding: 5px;
  text-align: left;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.table03 table .width130 {
  width: 130px;
}
.table03 table td {
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
}
.table03 table .bold {
  font-weight: bold;
}
.table03 table span {
  font-weight: 14px;
  padding-left: 1em;
}
.table03 .bg-blue th {
  background: #8edcee;
}
@media screen and (max-width: 640px) {
  .table01 table {
    margin-top: 20px;
    margin-left: 0;
  }
  .table01 table th {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .table01 table td {
    width: 100%;
    box-sizing: border-box;

    display: block;
    border-top: none;
  }
  .table02,
  .table03 {
    overflow-x: scroll;
  }
}

.sdgs-table .parent-table {
  width: 900px;
  border-spacing: 8px;
  font-size: 14px;
  margin: 0 auto;
}
.sdgs-table .parent-table tr {
  vertical-align: top;
}
.sdgs-table .child-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.sdgs-table .child-table td,
.sdgs-table .child-table th {
  border: 1px solid #000;
  padding: 5px;
}
.sdgs-table .child-table01 {
  width: 720px;
}
.sdgs-table tr:not(:first-child) .child-table th {
  font-size: 0;
  padding: 0;
  height: 0;
  border: none;
}
.sdgs-table tr:not(:first-child) .child-table th span {
  font-size: 0;
}
.sdgs-table .child-table01 th {
  padding: 10px 5px;
}
.sdgs-table .child-table01 th:nth-child(1) {
  width: 230px;
  box-sizing: border-box;
}
.sdgs-table .child-table01 th:nth-child(3) {
  width: 150px;
  box-sizing: border-box;
}
.sdgs-table .child-table01 .head {
  text-align: center;
}
.sdgs-table .child-table01 td {
  vertical-align: middle;
  font-size: 12px;
}
.sdgs-table .child-table01 img {
  width: 30px;

  vertical-align: bottom;
}
.sdgs-table .child-table02 th {
  font-size: 12px;
  line-height: 1.42;
  padding: 5px 0;
  width: 50px;
}
.sdgs-table .child-table02 th span {
  font-size: 10px;
}
.sdgs-table .child-table02 td {
  line-height: 30px;
  text-align: center;
}
.sdgs-table .child-table02 th:nth-child(3) {
  letter-spacing: -0.2em;
}
@media screen and (max-width: 640px) {
  .sdgs-table {
    overflow-x: scroll;
  }
}

/*グローバルマネジメント・ガバナンス*/
.IR_GMgov_wrap {
  display: flex;
  margin-top: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.IR_GMgov {
  width: 47%;
  background: #cee4ef;
}
.IR_GMgov + .IR_GMgov {
  margin-left: 6%;
}
.IR_GMgov h4.IR_GMgov_ttl {
  width: 100%;
  background: #238eb8;
  line-height: 2.4em;
  color: #fff;
  text-align: center;
}
.IR_GMgov_item {
  color: #238eb8;
  margin: 0em;

  padding: 1em 1em 1em 40px;
}

@media screen and (max-width: 640px) {
  .IR_GMgov_wrap {
    display: block;
    width: 100%;
  }
  .IR_GMgov {
    width: 100%;
  }
  .IR_GMgov + .IR_GMgov {
    margin-left: 0;
    margin-top: 20px;
  }
}

.other-navi {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  list-style: none;
  padding: 0;
}
.other-navi li {
  margin: 0 auto;
  width: 300px;
}
.irLibrary .eirItem_title {
  font-size: 1rem;
}

.other-navi li a {
  display: block;
  border: 1px solid #166493;
  text-align: center;
  line-height: 88px;

  font-size: 124%;

  background-color: #166493;
  color: #fff;
}
.other-navi li a:hover {
  color: #166493;
  background-color: #fff;
}
.environment .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: center;
}

.environment .btn-wrap.flex-around {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-around;
  margin-bottom: 60px;
}

.environment .btn-wrap .pdf-btn {
  margin: 0 30px;
}
.environment .btn-wrap.flex-around .pdf-btn {
  margin: 0 0;
}
.link-btn {
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.link-btn a {
  display: block;
  border: 1px solid #166493;
  line-height: 55px;
  color: #fff;
  text-align: center;
  transition: 0.2s;
  font-size: 112%;
  background: url(../sustainability/images/common/icon_arrow02.png) no-repeat 5% 50% #166493;
}
.link-btn a:hover {
  color: #166493;
  background: url(../sustainability/images/common/icon_arrow01.png) no-repeat 5% 50% #fff;
}

.esg-table {
  padding-top: 5px;
  border-top: 1px solid #e4e4e4;
}
.esg-table .title {
  font-weight: bold;
  font-size: 113%;
  margin-bottom: 5px;
}
.esg-table + .esg-table {
  margin-top: 30px;
}
.esg-table p {
  margin-top: 10px;
  margin-bottom: 0;
}
.esg-table table {
  width: 100%;
  border-collapse: collapse;
}
.esg-table table tr.bold-border th,
.esg-table table tr.bold-border td {
  border-top: 3px solid #000;
}
.esg-table.green table th {
  background: #c6e0b4;
}
.esg-table table th {
  text-align: center;
  background: #f8cbad;
  border: 1px solid #000;
  padding: 2px 5px;
  font-weight: normal;
}
.esg-table table td {
  text-align: center;
  border: 1px solid #000;
  padding: 2px 5px;
}
.esg-table table td {
  text-align: right;
  border: 1px solid #000;
}
.esg-table table td:nth-child(1) {
  text-align: left;
  width: 37%;
}
.esg-table table td:nth-child(2) {
  width: 99px;
}
.esg-table table td:nth-child(2),
.esg-table table td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}
.esg-table a{
  color:#166493;
}
.esg-table a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .other-navi {
    margin-top: 30px;
    display: block;
  }
  .other-navi li {
    width: 100%;
  }
  .other-navi li + li {
    margin-top: 20px;
  }

  .other-navi li a {
    line-height: 60px;

    font-size: 100%;
  }

  .environment .btn-wrap {
    display: block;
    margin-top: 30px;
  }

  .environment .btn-wrap .pdf-btn {
    margin: 0 auto;
    width: 100%;
  }
  .environment .btn-wrap .pdf-btn + .pdf-btn {
    margin-top: 20px;
  }
  .link-btn {
    margin-top: 30px;
    width: 100%;
  }
  .link-btn a {
    font-size: 90%;
  }

  .esg-table {
    overflow-y: scroll;
  }
  .esg-table table {
    width: 980px;
  }
}

.for-contact-area {
  margin-top: 4.1%;
}
.for-contact-area a {
  display: block;
  border: 1px solid #1678a5;
  text-align: center;
  background-color: #1678a5;
  color: #fff;
  font-size: 124%;
  padding: 30px 5px;
  margin: 0 5.3%;
  line-height: 1.412;
}
.for-contact-area a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 21px;
  margin-right: 1em;
  background: url(../sustainability/images/top/ico_mail_on.png) no-repeat center center / contain;

  vertical-align: middle;
  margin-bottom: 0.2em;
}

.for-contact-area a:hover {
  background-color: #fff;
  color: #166493;
}
.for-contact-area a:hover:before {
  background: url(../sustainability/images/top/ico_mail_off.png) no-repeat center center / contain;
}

@media screen and (max-width: 640px) {
  .for-contact-area a {
    margin: 0;
    font-size: 100%;
    padding: 15px 0;
  }
  .for-contact-area a::before {
    margin-right: 0.5em;
    width: 23px;
    height: 16px;
  }
}

@media screen and (min-width: 641px) {

  #gnav .submenu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding-top: 2px;
    height: 100%;
    display: none;
  }
  #gnav .submenu-inner{
    background: #666666;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    margin-top: 2px;
    height: 100%;
  }
  #gnav li {
    position: static !important;
  }
  #gnav {
    position: relative;
    z-index: 1;
  }
  #gnav .submenu ul {
    width: 980px;
    margin: 0 auto;
  }
  #gnav .submenu ul li {
    width: 14.28%;
    position: relative;
  }
  #gnav .submenu ul li a {

    position: relative;
  }
  #gnav .submenu ul li:first-child a::after{
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    content: "";
    display: block;
    width: 1px;
    height: auto;
    background: #000;
    background: -moz-linear-gradient(top, #666 0%, #252427 100%);
    background: -webkit-linear-gradient(top, #666 0%, #252427 100%);
    background: linear-gradient(to bottom, #666 0%, #252427 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f484d', endColorstr='#000101',GradientType=0 );
  }
  #gnav .submenu ul li a::before {
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    content: "";
    display: block;
    width: 1px;
    height: auto;
    background: #000;
    background: -moz-linear-gradient(top, #666 0%, #252427 100%);
    background: -webkit-linear-gradient(top, #666 0%, #252427 100%);
    background: linear-gradient(to bottom, #666 0%, #252427 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f484d', endColorstr='#000101',GradientType=0 );
  }

  #gnav .main-menu > li:before{
    display: none;
  }
  #gnav .main-menu > li > a{
    position: relative;
  }
  #gnav .main-menu > li > a.is-active{
    background: #216B98;
  }
  #gnav .main-menu > li:last-child a::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background: #647279;
    background: -moz-linear-gradient(top, #647279 0%, #5c666c 21%, #576167 26%, #51595f 38%, #4E565a 40%, #474b50 52%, #40454a 57%, #37383d 69%, #37383d 71%, #2e2e32 81%, #2d2e32 83%, #29292d 86%, #28282b 93%, #252326 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#647279), color-stop(21%,#5c666c), color-stop(26%,#576167), color-stop(38%,#51595f), color-stop(40%,#4E565a), color-stop(52%,#474b50), color-stop(57%,#40454a), color-stop(69%,#37383d), color-stop(71%,#37383d), color-stop(81%,#2e2e32), color-stop(83%,#2d2e32), color-stop(86%,#29292d), color-stop(93%,#28282b), color-stop(100%,#252326));
    background: -webkit-linear-gradient(top, #647279 0%,#5c666c 21%,#576167 26%,#51595f 38%,#4E565a 40%,#474b50 52%,#40454a 57%,#37383d 69%,#37383d 71%,#2e2e32 81%,#2d2e32 83%,#29292d 86%,#28282b 93%,#252326 100%);
    background: -o-linear-gradient(top, #647279 0%,#5c666c 21%,#576167 26%,#51595f 38%,#4E565a 40%,#474b50 52%,#40454a 57%,#37383d 69%,#37383d 71%,#2e2e32 81%,#2d2e32 83%,#29292d 86%,#28282b 93%,#252326 100%);
    background: -ms-linear-gradient(top, #647279 0%,#5c666c 21%,#576167 26%,#51595f 38%,#4E565a 40%,#474b50 52%,#40454a 57%,#37383d 69%,#37383d 71%,#2e2e32 81%,#2d2e32 83%,#29292d 86%,#28282b 93%,#252326 100%);
    background: linear-gradient(to bottom, #647279 0%,#5c666c 21%,#576167 26%,#51595f 38%,#4E565a 40%,#474b50 52%,#40454a 57%,#37383d 69%,#37383d 71%,#2e2e32 81%,#2d2e32 83%,#29292d 86%,#28282b 93%,#252326 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#647279', endColorstr='#252326',GradientType=0 );
  }
  #gnav .main-menu > li > a:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background: #647279;
    background: -moz-linear-gradient(top, #647279 0%, #5c666c 21%, #576167 26%, #51595f 38%, #4E565a 40%, #474b50 52%, #40454a 57%, #37383d 69%, #37383d 71%, #2e2e32 81%, #2d2e32 83%, #29292d 86%, #28282b 93%, #252326 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#647279), color-stop(21%,#5c666c), color-stop(26%,#576167), color-stop(38%,#51595f), color-stop(40%,#4E565a), color-stop(52%,#474b50), color-stop(57%,#40454a), color-stop(69%,#37383d), color-stop(71%,#37383d), color-stop(81%,#2e2e32), color-stop(83%,#2d2e32), color-stop(86%,#29292d), color-stop(93%,#28282b), color-stop(100%,#252326));
    background: -webkit-linear-gradient(top, #647279 0%,#5c666c 21%,#576167 26%,#51595f 38%,#4E565a 40%,#474b50 52%,#40454a 57%,#37383d 69%,#37383d 71%,#2e2e32 81%,#2d2e32 83%,#29292d 86%,#28282b 93%,#252326 100%);
    background: -o-linear-gradient(top, #647279 0%,#5c666c 21%,#576167 26%,#51595f 38%,#4E565a 40%,#474b50 52%,#40454a 57%,#37383d 69%,#37383d 71%,#2e2e32 81%,#2d2e32 83%,#29292d 86%,#28282b 93%,#252326 100%);
    background: -ms-linear-gradient(top, #647279 0%,#5c666c 21%,#576167 26%,#51595f 38%,#4E565a 40%,#474b50 52%,#40454a 57%,#37383d 69%,#37383d 71%,#2e2e32 81%,#2d2e32 83%,#29292d 86%,#28282b 93%,#252326 100%);
    background: linear-gradient(to bottom, #647279 0%,#5c666c 21%,#576167 26%,#51595f 38%,#4E565a 40%,#474b50 52%,#40454a 57%,#37383d 69%,#37383d 71%,#2e2e32 81%,#2d2e32 83%,#29292d 86%,#28282b 93%,#252326 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#647279', endColorstr='#252326',GradientType=0 );
  }
  #gnav .sp-submenu-btn{
    display: none;
  }
}


@media screen and (max-width: 640px) {


  #gnav .sp-submenu-btn{
    position: absolute;
    right: 30px;
    top: 7px;
    width: 30px;
    height: 30px;
    z-index: 100;
    cursor: pointer;
  }
  #gnav .sp-submenu-btn::before{

    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -7.5px;
  }
  #gnav .sp-submenu-btn::after{
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -7.5px;
  }
  #gnav .sp-submenu-btn.is-on::after{
    transform: rotate(0deg);
  }
  #gnav .main-menu > li > a{
    position: relative;
  }
  #gnav .submenu{


  }
  #gnav .submenu li{

  }
  #gnav .submenu li:nth-child(1){
    display: none;
  }
  #gnav .submenu li a {
    font-size: 14px;
    padding-left: 10%;
  }
  #gnav .submenu li a br{
    display: none;
  }
  #gnav .sp-submenu-btn{
    display: block;
  }
}

.pdf-btn.wide2 {
  width: 470px;
}

@media screen and (max-width: 640px) {
  .pdf-btn.wide2 {
    width: 100%;
  }
}

/*-------------------------------------
gri-chart
--------------------------------------*/
.page_gri-chart .page-navi{
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 50px;
}

.page_gri-chart .page-navi li{
  border-right: 3px solid #000;
  list-style: none;
}
.page_gri-chart .page-navi li a{
  font-weight: bold;
  display: block;
  padding: 0 10px;
  line-height: 1;
  font-size: 20px;
  padding-top: 2px;
}
.page_gri-chart .page-navi li a:visited{
  color: #000;
}

.page_gri-chart .page-navi li:nth-child(1){
  border-left: 3px solid #000;
}
.gri-block{

}
.gri-block + .gri-block{
  margin-top: 60px;
}

.gri-table-block .head{
  background: #787878;
  color: #fff;
  border: 1px solid #000;
  border-bottom: none;
  padding-left: 40px;
  padding-right: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;

}

.gri-table-block table{
  width: 100%;
  border: 1px solid #000;
  border-collapse:collapse;
}
.gri-table-block tr th,
.gri-table-block tr td{
  border: 1px solid #000;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  vertical-align: middle;
  font-weight: normal;
}

.gri-table-block tr:nth-child(1){
  background: #166290;
  text-align: center;
  color: #fff;
}

.gri-table-block tr:nth-child(1) th:nth-child(1){
  width: 150px;
}
.gri-table-block tr:nth-child(1) th:nth-child(2){
  width: 300px;
}
.gri-table-block tr td{
  padding-left: 20px;
  padding-right: 20px;
}
.gri-table-block tr td:nth-child(1){
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.gri-table-block tr td ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.gri-table-block tr td ul li{
  text-indent: -1em;
  padding-left: 1em;
}

.gri-table-block tr td ul li::before{
  content: "・";
}
.gri-table-block tr td ul li.no-list-style::before{
  content: "　";
}

@media screen and (max-width: 640px) {
  .page_gri-chart .page-navi li a{
    font-size: 18px;
  }
  .gri-block + .gri-block{
    margin-top: 40px;
  }
  .gri-table-block{
    overflow-x: scroll;
  }
  .gri-table-inner{
    width: 900px;
  }
  .gri-table-block .head{
    padding-left: 20px;
  }
  .gri-table-block tr:nth-child(1) th:nth-child(1){
    width: 120px;
  }
  .gri-table-block tr:nth-child(1) th:nth-child(2){
    width: 280px;
  }
}
/*-------------------------------------
report
--------------------------------------*/
.report-item-list{
  margin-top: 85px;
}
.report-item{
  display: flex;
  margin: 0;
}
.report-item + .report-item{
  margin-top: 16px;
}
.report-item dt{
  flex: none;
  margin-right: 20px;
  width: 150px;
}

.report-item  dd{
  margin: 0;
}

.report-item dd a{
  padding-right: 10px;
  background: url(../sustainability/images/report/icon_pdf.png) no-repeat right top 0.2em;
  color: #000;
  display: inline-block;
}
.report-item dd a:visited{
  color: #000;
}

.report-item dd a:hover{
  color: #006591;
}

@media screen and (max-width: 640px) {
  .report-item-list{
    margin-top: 60px;
  }
  .report-item{
    display: block;
  }
  .report-item dt{
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .report-item + .report-item{
    margin-top: 20px;
  }
}
.esg-table table td.cell-indent {
  text-indent: -3.6em;
  padding-left: 4.6em;
}
.esg-table table td sup {
  font-size: 0.7em;
}

.environmentally-substances .remark {
  font-size: 0.75em;
  text-indent: -2.1em;
  padding-left: 2.1em;
}
.environmentally-substances .remark span{
  padding-right: 5px;
}
.environmentally-substances sup {
  font-size: 0.7em;
}
.ghg-information-block dd.holizonal {
  display:flex;
}
.ghg-information-block dd span.head {
  white-space: nowrap;
}

.ghg-information-items-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 72%;
}

.ghg-information-items-list li{
  margin-right: 13px;
}
@media screen and (max-width: 640px) {
  .ghg-information-items-list {
    width: 100%;
  }
}

.survey-case-list {
  padding: 0 1.4em;
  margin: 0;

}

.t-center {
  text-align: center;
}

.page_esg-data .page-navi{
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.page_esg-data .page-navi li{
  border-right: 3px solid #000;
  list-style: none;
}
.page_esg-data .page-navi li a{
  font-weight: bold;
  display: block;
  padding: 0 10px;
  line-height: 1;
  font-size: 20px;
  padding-top: 2px;
}
.page_gri-chart .page-navi li a:visited{
  color: #000;
}

.page_esg-data .page-navi li:nth-child(1){
  border-left: 3px solid #000;
}

.materiality-goal .note-area{
  font-size: 80%;
}

.materiality-goal .note-area p{
  margin: 0;
}

.materiality-goal .note-area ul{
  padding-left: 1.3em;
  margin: 0;
  margin-top: 0.5em;
}
.materiality-goal .note-area+ .blue_min_title{
  margin-top: 30px;
}
.materiality-goal .common_text + .blue_min_title {
  margin-top: 30px;
}

.table-tcfd th:nth-child(3){
  width: 9%;

}
.table-tcfd td:last-child{
  text-align: center;
}
.table-tcfd .common_text{
  text-align: right;
  font-size: 80%;
  margin: 10px auto 0;
  width: 900px;
}

.img-text_block-procurement{
  width: 90%;
  margin: 20px auto 0;
}

.img-text_block-procurement .img,
.img-text_block-procurement .text{
  width: 48%;
}
.img-text_block-procurement .text .pdf-btn{
  width: 100%;
}
.img-text_block-procurement dl{
  display: flex;
  font-size: 80%;
}
.img-text_block-procurement dt{
  width: 4em;
  flex: none;
}
.img-text_block-procurement dd{
  margin: 0;

}

@media screen and (max-width: 640px) {
  .img-text_block-procurement{
    width: 100%;
  }
  .img-text_block-procurement .img{
    width: 80%;
    margin: 0 auto;
  }
  .img-text_block-procurement .text{
    width: 100%;
  }


}

.respect_heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 40px;
}

.sign-block {
  text-align: right;
}
.sign-block .sign {
  font-size: 1.6rem;
  margin: 20px 0;
}

.pdf-btn.s-wide.free-wide {
  width: auto;
}
.pdf-btn.s-wide.free-wide a{
  padding: 15px 45px;
  line-height: 1.2rem;
}

.page_environment__resurt-block__content {
  display: flex;
}

.page_environment__resurt-block__content dt {
  width: 120px;
}

.page_environment__resurt-block__content dt img {
  width: 100%;
}
.page_environment__resurt-block__content dd {
  width: 81%;
}

@media screen and (max-width: 640px) {
  .page_environment__resurt-block__content {
    flex-direction: column;
  }
  .page_environment__resurt-block__content dt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .page_environment__resurt-block__content dt img {
    max-width: 120px;
  }

  .page_environment__resurt-block__content dd {
    width: 100%;
    margin-left: 0;
    word-break: break-all;
  }

}

.social-contribution__event-list {
  list-style-type: "・";
  padding-left: 16px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.social-contribution__tax-list {
  margin: 0 0 0 16px;
}
.social-contribution__tax-list dt {
  font-weight: normal;
  font-size: 16px;
  list-style-type: "・";
  display:list-item;
}
.social-contribution__tax-list dd + dt {
  padding-top: 7px;
}

.social-contribution__tax-list .mb10 {
  margin-bottom: 20px;
}
.social-contribution__tax-list__image {
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
  list-style: none;
  padding-left: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}

.social-contribution__tax-list__image__low-bottom {
  margin-top: 35px;
  margin-bottom: 10px;

}
.social-contribution__tax-list__image li {
  max-width: 300px;
}
.social-contribution__tax-list__image li p {
  text-align: center;
  margin-top: 15px;
}
.common_dl .image-only {
  max-width: 300px;
}

.common_text .remark {
  font-weight: normal;
  font-size: 16px;
  list-style-type: "*";
  display:list-item;
  padding-top: 7px;
}
@media screen and (max-width: 640px) {
  .common_dl .image-only {
    margin: 0 auto;
  }
}

.iso-remark {
  display: block;
  text-indent: -10px;
  padding-left: 10px;
}

.iso-remark:before {
  content: "※";
}



.common_text_list.parentheses_number li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}
.common_text_list.parentheses_number li + li {
  margin-top: 1em;
}

.max-width800 {
  max-width: 800px;
  margin-left:auto;
  margin-right:auto;
}
.scroll-table {
  margin-top: 40px;
  margin-left:auto;
  margin-right:auto;
  max-width: 680px;

}
.scroll-table .sp-only {
  display:none;
  font-size: 0.85rem;
}
.scroll-table .table-title {
  text-indent: 0;
  display: block;
  margin-bottom: 10px;
  margin-left: 45px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .scroll-table .table-title {
    margin-left: 0;

  }
}
.table-01 {
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
}

@media screen and (max-width: 640px) {
  .scroll-table .table-01 {
    width: 680px;
}
}
.table-01,
.table-01 th,
.table-01 td
 {
  border: 1px solid #111111cc;
}
.table-01 td
 {
  width: 130px;
}
.table-01 th,
.table-01 td
 {
  text-align: center;
  padding: 10px 20px;
}
.table-01 .yellow {
  background-color: #1C6A9A;
  color: #fff;
}

.table-01 .peal-yellow {
  background-color: #BAD2E0;
}
.table-01 .thin-peal-yellow {
  background-color: #D8E7EA;
}
.black_min_title {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dt_list {
  margin-left: 0.5em;

}
.dt_list dt {
  font-weight: bold;
}
.dt_list dt,
.dt_list dd {
  text-indent: 0;
}
.dt_list dd + dt {
  margin-top: 1em;
}
.dt_list dd {
  margin-left: 1em;

}

.min-block.ali {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .scroll-table .sp-only {
    display:block;
    margin-bottom: 15px;
  }
  .scroll-table {
    width: 100%;
    overflow-x: scroll;
    margin-left: 0;
    text-indent: 0;
    
  }
  .scroll-table .table-01{
    white-space: nowrap;
    
  }
}
.ml-05em {
  margin-left: 0.5em;
}

.table-02 {
  border-collapse: collapse;
  margin-left: 40px;
}
.table-02,
.table-02 th,
.table-02 td
 {
  border: 1px solid #111111cc;
}
.table-02 th,
.table-02 td {
  padding: 5px 10px;
  width: 208px;
  padding-left: 26px;
}

.society-management-table {
  overflow-x: auto;
  padding-bottom: 10px;
}
.society-management-table table {
  border-collapse:collapse;
  width: 100%;
  width: 540px;
  margin:0 auto;
}
.society-management-table th,
.society-management-table td{
  border: 1px solid #8BB6BF;
  padding: 10px 5px;

} 
.society-management-table th {
  background-color: #CFE2E6;
}

.society-management-table td {
  background-color: #E0F7F1;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
}

.society-management-table tr:first-child th:first-child {
  background-color: #E6E6E6;

}
.society-management-table tr:nth-child(n+3) td{
  border-bottom: 1px solid #fff;

}
.society-management-table tr:nth-child(n+3) td.section-border {
  
  border-bottom: 1px solid #8BB6BF;
}
@media screen and (max-width: 640px) {
  .society-management-table table {
      width: 485px;
  }
}
