.p-sec--bottom-narrow:not(:last-child) {
  margin-bottom: 32px !important;
}

@media screen and (min-width: 769px) {
  .p-sec--bottom-narrow:not(:last-child) {
    margin-bottom: 80px !important;
  }
}

.p-btnDown--flexible {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 499px) {
  .p-btnDown--flexible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-btnDown--flexible .p-btnDown__item {
  margin-bottom: 5px;
}

.p-btnDown--flexible .p-btnDown__item a {
  width: auto;
  padding-right: 18px;
}

.c-ttlH3--iso {
  margin-bottom: 0;
}

.p-table-sustainability + .c-ttlH3--iso {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .p-table-sustainability + .c-ttlH3--iso {
    margin-top: 70px;
  }
}

.c-ttlH3__small {
  display: block;
  margin-top: -3px;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-ttlH3__small {
    margin-top: -2px;
    font-size: 1.2rem;
  }
}

.u-lh-large {
  line-height: 1.94444 !important;
}

.u-full-image {
  max-width: 100%;
  height: auto;
}

.u-text-link {
  text-decoration: underline;
  color: #0375C0;
}

.u-text-link:link, .u-text-link:visited {
  text-decoration: underline;
}

.u-text-link:hover {
  text-decoration: none;
}

.u-mh-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-mh-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p-dl--counter-type02 dt {
  padding-left: 24px;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .p-dl--counter-type02 dt {
    padding-left: 40px;
  }
}

.p-dl--counter-type02 dt::before {
  content: counter(number) ".";
}

.p-dl--counter-type02 dd {
  padding-left: 24px;
}

@media screen and (min-width: 769px) {
  .p-dl--counter-type02 dd {
    padding-left: 40px;
  }
}

.p-dl--reset1 {
  counter-reset: number 1;
}

.p-dl--reset3 {
  counter-reset: number 3;
}

.p-list-parentheses {
  counter-reset: count;
}

@media screen and (min-width: 769px) {
  .p-list-parentheses {
    font-size: 1.8rem;
  }
  .p-list-parentheses:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-list-parentheses__item {
  counter-increment: count;
  position: relative;
  padding-left: 32px;
  line-height: 1.94444;
}

.p-list-parentheses__item:nth-of-type(n + 2) {
  margin-top: 10px;
}

.p-list-parentheses__item::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "(" counter(count) ")";
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .p-list-parentheses__item {
    padding-left: 40px;
  }
  .p-list-parentheses__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-list-parentheses__item::before {
    font-size: 1.8rem;
  }
}

.c-definition-list-roman {
  counter-reset: count;
}

.c-definition-list-roman--reset2 {
  counter-reset: count 2;
}

.c-definition-list-roman:not(:first-child) {
  margin-top: 2em;
}

.c-definition-list-roman:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .c-definition-list-roman {
    font-size: 1.8rem;
  }
  .c-definition-list-roman:not(:last-child) {
    margin-bottom: 90px;
  }
}

.c-definition-list-roman__term {
  counter-increment: count;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  line-height: 1.94444;
}

.c-definition-list-roman__term:nth-of-type(n + 2) {
  margin-top: 0.8em;
}

.c-definition-list-roman__term::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: counter(count, lower-roman) ".";
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .c-definition-list-roman__term {
    padding-left: 40px;
  }
  .c-definition-list-roman__term:nth-of-type(n + 2) {
    margin-top: 1.3em;
  }
}

.c-definition-list-roman__description {
  padding-left: 24px;
  line-height: 1.94444;
}

@media screen and (min-width: 769px) {
  .c-definition-list-roman__description {
    padding-left: 40px;
  }
}

.p-ungc {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .p-ungc {
    margin-top: 47px;
  }
}

.p-ungc__heading {
  margin-bottom: 3px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-ungc__heading {
    font-size: 1.8rem;
    line-height: 1.94444;
  }
}

.p-ungc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-ungc__list:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .p-ungc__list {
    font-size: 1.8rem;
  }
  .p-ungc__list:not(:last-child) {
    margin-bottom: 43px;
  }
}

.p-ungc__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  line-height: 1.94444;
}

@media screen and (min-width: 769px) {
  .p-ungc__term {
    width: 120px;
  }
}

.p-ungc__description {
  width: calc(100% - 80px);
  line-height: 1.94444;
}

@media screen and (min-width: 769px) {
  .p-ungc__description {
    width: calc(100% - 120px);
  }
}

.p-ungc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-ungc-row__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 98px;
}

.p-ungc-row__text {
  width: calc(100% - 98px);
}

.p-ungc-button {
  max-width: 310px;
  margin-top: 18px;
}

.p-table-sustainability:not(:last-child) {
  margin-bottom: 12px;
}

.p-table-sustainability--bottom-large:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .p-table-sustainability:not(:last-child) {
    margin-bottom: 22px;
  }
  .p-table-sustainability--bottom-large:not(:last-child) {
    margin-bottom: 50px;
  }
}

.p-table-sustainability--narrow {
  max-width: 720px;
}

.p-table-sustainability--initiatives {
  margin-top: -12px;
}

@media screen and (min-width: 769px) {
  .p-table-sustainability--initiatives {
    margin-top: -24px;
  }
}

.p-table-sustainability table {
  table-layout: fixed;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-table-sustainability table {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1099px) {
  .p-table-sustainability--scroll {
    overflow-x: auto;
  }
  .p-table-sustainability--scroll table {
    min-width: 1000px;
  }
}

@media screen and (max-width: 859px) {
  .p-table-sustainability--scroll2 {
    overflow-x: auto;
  }
  .p-table-sustainability--scroll2 table {
    min-width: 800px;
  }
}

.p-table-sustainability thead tr {
  background-color: #666;
  font-weight: bold;
}

.p-table-sustainability thead th {
  padding: 9px 8px;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .p-table-sustainability thead th {
    padding: 9px 10px;
  }
}

.p-table-sustainability thead th.bg {
  background-color: #999;
}

.p-table-sustainability thead th.fw-normal {
  font-weight: normal;
}

.p-table-sustainability--small tbody {
  font-size: 1.4rem;
}

.p-table-sustainability tr {
  background-color: #E7EEF1;
}

.p-table-sustainability tr.bg {
  background-color: #F1F1F1;
}

.p-table-sustainability th,
.p-table-sustainability td {
  padding: 11px 8px;
  border: solid 1px #fff;
  text-align: left;
  color: #666;
}

.p-table-sustainability th.separator,
.p-table-sustainability td.separator {
  border-left: solid 3px #fff;
}

.p-table-sustainability th.text-center,
.p-table-sustainability td.text-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-table-sustainability th,
  .p-table-sustainability td {
    padding: 11px 10px;
  }
}

.p-sustainability-row + .p-sustainability-row {
  margin-top: 32px;
}

.p-sustainability-row__item02 {
  margin-top: 20px;
}

.p-sustainability-row figcaption {
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  .p-sustainability-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-sustainability-row + .p-sustainability-row {
    margin-top: 80px;
  }
  .p-sustainability-row__item01 {
    width: 60%;
  }
  .p-sustainability-row__item02 {
    width: 35%;
    margin-top: 0;
  }
}

.p-social-report-table-row__item02 {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .p-social-report-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-social-report-table-row figcaption {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .p-social-report-table-row__item01 {
    width: calc(320 / 779 * 100%);
  }
  .p-social-report-table-row__item02 {
    width: calc(420 / 779 * 100%);
    margin-top: 0;
  }
}

.table-initiatives-col01 {
  width: 23.88889%;
}

.table-compliance-col01 {
  width: 170px;
}

.table-iso-col01 {
  width: 16.66667%;
}

.table-iso-col02 {
  width: 25%;
}

.table-social-report-col01 {
  width: 25.83333%;
}

.table-social-report-col02 {
  width: 90px;
}

.table-social-report-col04 {
  width: 150px;
}

.table-social-report-col06 {
  width: 116px;
}

/* site-policy */
.p-site-policy-annotation {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .p-site-policy-annotation {
    margin-top: -1em;
    font-size: 1.4rem;
  }
}

/* cookie-policy */
.p-cookie-policy-button {
  max-width: 310px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .p-cookie-policy-button {
    margin-top: -18px;
  }
}

/* sitemap */
.p-sitemap-link {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  -webkit-transition: 0.32s color;
  transition: 0.32s color;
}

@media screen and (min-width: 769px) {
  .p-sitemap-link {
    padding-right: 26px;
  }
}

.p-sitemap-link:hover {
  text-decoration: underline;
  color: #0375C0;
}

.p-sitemap-link::after {
  display: block;
  position: absolute;
  right: 0;
  top: 0.3em;
  content: '';
  width: 7px;
  height: 13px;
  background: url(/wp-content/uploads/common/icon-arr-next-blue.svg) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .p-sitemap-link::after {
    width: 10px;
    height: 17px;
  }
}

.p-sitemap-list {
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .p-sitemap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-sitemap-list:not(:last-child) {
    margin-bottom: 50px;
  }
}

.p-sitemap-list::before, .p-sitemap-list::after {
  display: block;
  content: '';
  width: calc(380 / 1200 * 100%);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-sitemap-list__item:nth-of-type(n + 2) {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .p-sitemap-list__item {
    width: calc(380 / 1200 * 100%);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-sitemap-list__item:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .p-sitemap-list__item:nth-of-type(n + 4) {
    margin-top: 32px;
  }
}

.p-sitemap-list__link {
  position: relative;
  display: block;
  padding: 8px 12px 8px 38px;
  background: #F1F1F1;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-sitemap-list__link {
    padding: 8px 12px 8px 38px;
    font-size: 1.6rem;
  }
}

.p-sitemap-list__link::after {
  display: block;
  position: absolute;
  left: 17px;
  top: 0.9em;
  content: '';
  width: 7px;
  height: 13px;
  background: url(/wp-content/uploads/common/icon-arr-next-blue.svg) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .p-sitemap-list__link::after {
    top: 0.75em;
    width: 10px;
    height: 17px;
  }
}
