.C-Branding-detail__container li {
  list-style: none;
}

.C-Branding-detail__container a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.C-Branding-detail__container a.Link__arrow {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  color: #07a32b;
  text-decoration: none;
}

.C-Branding-detail__main-img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.C-Branding-detail__main-img>img {
  width: 100%;
}

.C-Branding-detail__article {
  padding-top: 20px;
}

.C-Branding-detail__date {
  font-size: 12px;
}

.C-Branding-detail__title {
  margin: 10px 0 20px;
  line-height: 1.2777777778;
}

.C-Branding-detail__category {
  margin-bottom: 24px;
}

.C-Branding-detail__overview {
  margin: 60px 0 80px !important;
  line-height: 1.7857142857;
}

.C-Branding-detail__overview p:not(:last-child) {
  margin-bottom: 16px;
}

.C-Branding-detail__overview p strong {
  font-weight: 700;
}

.C-Branding-detail__index h2 {
  color: #07a32b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.C-Branding-detail__index ul {
  margin-top: 8px;
  padding: 0;
}

.C-Branding-detail__index li {
  position: relative;
  color: #07a32b;
  font-size: 14px;
}

.C-Branding-detail__index li::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  background: url(/shared2022/images/story/ico_anchor_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.C-Branding-detail__index li>a {
  padding: 7px 0 7px 16px;
}

.C-Branding-detail__contens {
  margin: 80px 0;
}

.C-Branding-detail__contens section:not(:last-child) {
  margin-bottom: 80px;
}

.C-Branding-detail__contens section h2,
.C-Branding-detail__contens section h3,
.C-Branding-detail__contens section h4 {
  margin-bottom: 16px;
  color: #07a32b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.C-Branding-detail__contens section .Text__module,
.C-Branding-detail__contens section .QaArea {
  margin-bottom: 2em;
  line-height: 1.7857142857;
}

.C-Branding-detail__contens section .Text__module p:not(:last-child),
.C-Branding-detail__contens section .QaArea p:not(:last-child) {
  margin-bottom: 16px;
}

.C-Branding-detail__contens section .Text__module p strong,
.C-Branding-detail__contens section .QaArea p strong {
  font-weight: 700;
}

.C-Branding-detail__contens section .QaArea__question::before,
.C-Branding-detail__contens section .QaArea__answer::before {
  transform: translateY(1px);

  -webkit-transform: translateY(1px);
}

.C-Branding-detail__contens section img:not(.Link__blank img),
.C-Branding-detail__contens section .C-Branding-detail__movie {
  display: block;
  width: 100%;
  max-width: 740px;
  margin: 0 auto 30px;
}

.C-Branding-detail__contens section .Movie__moduleA {
  margin-bottom: 0;
}

.C-Branding-detail__list-related,
.C-Branding-detail__list-recent,
.C-Branding-detail__list-category {
  margin-top: 80px;
}

.C-Branding-detail__list-related h2,
.C-Branding-detail__list-recent h2,
.C-Branding-detail__list-category h2 {
  margin-bottom: 20px;
  color: #07a32b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

@media all and (max-width: 769px) {
.C-Branding-detail__list-recent h2 {
  padding-left: 16px; 
}
}

.C-Branding-detail .Story-module-list.--recent>li:nth-child(n + 3) {
  display: none;
}

@media all and (min-width: 769px) {
  .C-Branding-detail__article {
    padding-bottom: 20px;
  }

  .C-Branding-detail__date {
    font-size: 14px;
  }

  .C-Branding-detail__title {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .C-Branding-detail__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .C-Branding-detail__category {
    margin-bottom: 0;
  }

  .C-Branding-detail__overview {
    line-height: 1.875;
  }

  .C-Branding-detail__overview p:not(:last-child) {
    margin-bottom: 24px;
  }

  .C-Branding-detail__overview {
    margin: 40px 0 100px !important;
  }

  .C-Branding-detail__index h2 {
    font-size: 24px;
    line-height: 1.7916666667;
  }

  .C-Branding-detail__index li {
    font-size: 16px;
  }

  .C-Branding-detail__index li::before {
    height: 13px;
    width: 13px;
  }

  .C-Branding-detail__index li>a {
    padding-left: 18px;
  }

  .C-Branding-detail__contens {
    margin: 100px 0;
  }

  .C-Branding-detail__contens section:not(:last-child) {
    margin-bottom: 100px;
  }

  .C-Branding-detail__contens section h2,
  .C-Branding-detail__contens section h3,
  .C-Branding-detail__contens section h4 {
    font-size: 24px;
    line-height: 1.7916666667;
  }

  .C-Branding-detail__contens section .Text__module,
  .C-Branding-detail__contens section .QaArea {
    line-height: 1.875;
  }

  .C-Branding-detail__contens section .Text__module p:not(:last-child),
  .C-Branding-detail__contens section .QaArea p:not(:last-child) {
    margin-bottom: 24px;
  }

  .C-Branding-detail__contens section .QaArea__question::before,
  .C-Branding-detail__contens section .QaArea__answer::before {
    transform: translateY(0.2em);

    -webkit-transform: translateY(0.2em);
  }

  .C-Branding-detail__contens section img:not(.Link__blank img),
  .C-Branding-detail__contens section .C-Branding-detail__movie {
    margin-bottom: 40px;
  }

  .C-Branding-detail__list-related,
  .C-Branding-detail__list-recent,
  .C-Branding-detail__list-category {
    margin-top: 100px;
  }

  .C-Branding-detail__list-related h2,
  .C-Branding-detail__list-recent h2,
  .C-Branding-detail__list-category h2 {
    font-size: 24px;
    line-height: 1.7916666667;
  }
}

@media (hover: hover) and (pointer: fine) {
  .C-Branding-detail__index li>a:hover {
    text-decoration: underline;
  }
}

/* util */

._max-w_clear {
  max-width: none !important;
}

/* bulb compornent */

.C-Branding-detail__article .light_bulb_list {
  background-color: #e5f6e9;
  padding: 30px 15px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .C-Branding-detail__article .light_bulb_list {
    margin-bottom: 40px;
  }
}

@media print,
screen and (min-width: 769px) {
  .C-Branding-detail__article .light_bulb_list {
    padding: 45px 50px;
  }
}

.C-Branding-detail__article .light_bulb_list .title {
  text-align: center;
  margin-bottom: 20px;
  color: #07a32b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media print,
screen and (min-width: 769px) {
  .C-Branding-detail__article .light_bulb_list .title {
    margin-bottom: 32px;
  }
}

.C-Branding-detail__article .light_bulb_list ul {
  margin-left: 0;
  padding-left: 0;
}

@media print,
screen and (min-width: 769px) {
  .C-Branding-detail__article .light_bulb_list ul {
    margin-left: 0;
    padding-left: 0;
  }
}


.C-Branding-detail__article .light_bulb_list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  margin-bottom: 20px;
}

@media print,
screen and (min-width: 769px) {
  .C-Branding-detail__article .light_bulb_list li {
    margin-bottom: 30px;
    align-items: center;
  }
}

.C-Branding-detail__article .light_bulb_list li:last-child {
  margin-bottom: 0;
}

.C-Branding-detail__article .light_bulb_list li span {
  width: calc(100% - 44px);
}

@media print,
screen and (min-width: 769px) {
  .C-Branding-detail__article .light_bulb_list li span {
    width: calc(100% - 53px);
  }
}

.C-Branding-detail__article .light_bulb_list li::before {
  content: "";
  display: block;
  width: 30px;
  height: 34px;
  background-image: url(/csr/esg/social/img/guidance_bullet_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media print,
screen and (min-width: 769px) {
  .C-Branding-detail__article .light_bulb_list li::before {
    width: 43px;
    height: 48px;
    background-size: 43px;
  }
}


.C-Branding-detail__article .separator-line-s {
  display: block;
  width: 10%;
  height: 4px;
  background-color: #07a32b;
  margin: 0 auto 50px;
}
