@charset "UTF-8";
/****************************************************
 * サステナビリティ 共通
 ****************************************************/
#main > section {
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-sustainability__common__sub_links {
  background-color: #313B4C;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__common__sub_links {
    display: none;
  }
}
.p-sustainability__common__sub_links .menu__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-sustainability__common__sub_links .menu__list > li {
  padding: 1.6rem 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-sustainability__common__sub_links .menu__list > li {
    margin: 0 3rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-sustainability__common__sub_links .menu__list > li {
    margin: 0 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-sustainability__common__sub_links .menu__list > li {
    margin: 0 2rem;
  }
}

.p-sustainability__common__sub_links .menu__list > li > a, .p-sustainability__common__sub_links .menu__list > li > span {
  padding: 0.9rem 0;
  color: #ffffff;
  border-bottom: solid 1px transparent;
  display: block;
}
.p-sustainability__common__sub_links .menu__list > li > a:hover, .p-sustainability__common__sub_links .menu__list > li > span:hover {
  border-bottom-color: #ffffff;
}
.p-sustainability__common__sub_links .menu__list > li .menu__dropdown {
  width: 100%;
  min-height: 5rem;
  background-color: #0092E6;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-sustainability__common__sub_links .menu__list > li .menu__dropdown ul {
  padding: 1.6rem 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem 2.5rem;
}
.p-sustainability__common__sub_links .menu__list > li .menu__dropdown ul li a {
  color: #ffffff;
  display: inline-block;
}
.p-sustainability__common__sub_links .menu__list > li .menu__dropdown ul li a:before {
  width: 2rem;
  height: 2rem;
  margin-right: 0.7rem;
  content: "";
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}
.p-sustainability__common__sub_links .menu__list > li:hover .menu__dropdown {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) {
  .subTtl02 {
    margin-bottom: 2.75em;
  }
}
.subTtl02 + * {
  position: relative;
  z-index: 1;
}

.sustainability_cotent_style01 h4 {
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #297087;
}
.sustainability_cotent_style01 h5 {
  font-size: 1.52rem;
  font-weight: 500;
}
.sustainability_cotent_style01 * + h4 {
  margin-top: 1.1em;
}
.sustainability_cotent_style01 * + h5 {
  margin-top: 1.3em;
}
.sustainability_cotent_style01 dl {
  margin-bottom: 2em;
  font-size: 1.5rem;
  line-height: 1.8;
}
.sustainability_cotent_style01 dl dt.termTtl01 {
  margin-bottom: 1em;
  padding-left: 1.5em;
  line-height: 1.8;
  font-weight: 500;
}
.sustainability_cotent_style01 dl dt.termTtl01:before {
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 -1.5em;
  content: '';
  background-color: #888888;
  display: inline-block;
  vertical-align: -0.1em;
}
.sustainability_cotent_style01 dl dt.termTtl02 {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.sustainability_cotent_style01 dl dd + dt, .sustainability_cotent_style01 dl dd + dd {
  margin-top: 2em;
}
.sustainability_cotent_style01 dl dd > *:last-child {
  margin-bottom: 0 !important;
}
.sustainability_cotent_style01 p {
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
}
.sustainability_cotent_style01 p.annotation {
  font-size: 0.8em;
}
.sustainability_cotent_style01 ul {
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
  list-style: disc outside;
}
.sustainability_cotent_style01 ul.list-style-circle {
  list-style: circle;
}
.sustainability_cotent_style01 ul.list-style-circle li {
  margin-bottom: 1em;
}
.sustainability_cotent_style01 ul.list-style-circle li > *:last-child {
  margin-bottom: 0 !important;
}
.sustainability_cotent_style01 .center {
  text-align: center;
}
.sustainability_cotent_style01 .img {
  margin: 2rem 0;
  padding: 2rem;
  border: solid 1px #CFD0CB;
  text-align: center;
}
.sustainability_cotent_style01 .img.left {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .sustainability_cotent_style01 .img.inline {
    display: inline-block;
  }
}
.sustainability_cotent_style01 .img.no_bd {
  padding: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .sustainability_cotent_style01 .img.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .sustainability_cotent_style01 .img.flex img + img {
    margin-left: 2rem;
  }
  .sustainability_cotent_style01 .img.flex.left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .sustainability_cotent_style01 .img.flex img + img {
    margin-top: 2rem;
  }
}
.sustainability_cotent_style01 ul.link {
  margin-bottom: 4rem;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .sustainability_cotent_style01 ul.link {
    margin-bottom: 2rem;
  }
}
.sustainability_cotent_style01 ul.link li + li {
  margin-top: 1em;
}
.sustainability_cotent_style01 ul.link li a {
  padding-left: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .sustainability_cotent_style01 ul.link li a {
    font-size: 1.4rem;
  }
}
.sustainability_cotent_style01 ul.link li a:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 -3rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}
.sustainability_cotent_style01 div.link {
  margin: 1em 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sustainability_cotent_style01 div.link {
    font-size: 1.4rem;
  }
}
.sustainability_cotent_style01 div.link a {
  padding-left: 3rem;
  display: inline-block;
}
.sustainability_cotent_style01 div.link a:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 -3rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}
