﻿.company-term-long-title {
  padding-top: 10px;
  border-top: 3px solid #1d50a2;
  border-bottom: 1px solid #1d50a2;
  background-color: #e5e6f4;
  color: #1d50a2;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.company-term-long-title > p {
  position: relative;
  bottom: -15px;
  width: 340px;
  margin: 0 auto 0;
  padding: 5px 0;
  background-color: #1d50a2;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
}

.company-term-long-subtitle {
  margin: 40px 0 30px;
}

.company-term-long-subtitle > dl {
  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;
}

.company-term-long-subtitle > dl > dd {
  padding-left: 20px;
  color: #1d50a2;
  font-size: 2.8rem;
  font-weight: bold;
}

.company-term-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-term-sales > dl {
  width: 150px;
  color: #0075c1;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.company-term-sales > dl > dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0075c1;
}

.company-term-strategy > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-term-strategy > ul > li {
  position: relative;
  width: 49.5%;
  padding: 20px;
  border-top: 3px solid #0075c2;
  background-color: #eaf1fa;
  font-size: 1.4rem;
  line-height: 1.7;
}

.company-term-strategy > ul > li > p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

.company-term-strategy > ul > li > p > a {
  padding-right: 10px;
  background-image: url(/assets_new/img/common/icon_link.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.company-term-strategy > ul > li.shuzo {
  border-color: #1d50a2;
  background-color: #e5e6f4;
}

.company-term-strategy > ul > li.shuzo > p > a {
  background-image: url(/assets_new/img/common/icon_link_shuzo.png);
  color: #1d50a2;
}

.company-term-strategy > ul > li.inter {
  border-color: #00a4b0;
  background-color: #e4f3ef;
}

.company-term-strategy > ul > li.inter > p > a {
  background-image: url(/assets_new/img/common/icon_link_inter.png);
  color: #00a4b0;
}

.company-term-strategy > ul > li.bio {
  border-color: #924898;
  background-color: #f0e9f3;
}

.company-term-strategy > ul > li.bio > p > a {
  background-image: url(/assets_new/img/common/icon_link_bio.png);
  color: #924898;
}

.company-term-strategy > ul > li.other {
  border-color: #20ac42;
  background-color: #ecf5e8;
}

.company-term-strategy > ul > li.other > p > a {
  background-image: url(/assets_new/img/common/icon_link_other.png);
  color: #20ac42;
}

.company-term-strategy > ul > li.common {
  width: 100%;
  border: none;
  background-color: transparent;
}

.company-term-strategy > ul > li.common:before, .company-term-strategy > ul > li.common:after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 49.5%;
  height: 100%;
  background-color: #000;
  content: "";
}

.company-term-strategy > ul > li.common:before {
  left: 0;
  background-color: #e5e6f4;
}

.company-term-strategy > ul > li.common:after {
  right: 0;
  background-color: #e4f3ef;
}

.company-term-strategy > ul > li.common > div {
  z-index: 2;
  position: relative;
  padding: 20px;
  border: 2px solid #77ceed;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.company-term-strategy > ul > li.common > div > p {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.company-term-mid-goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background-color: #eaf1fa;
}

.company-term-mid-goal > ul {
  gap: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(((100% - 40px) / 3) * 2 + 20px);
}

.company-term-mid-goal > ul > li {
  width: calc(50% - 10px);
  padding: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.02);
  text-align: center;
}

.company-term-mid-goal > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 40px) / 3);
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.02);
  text-align: center;
}

.company-term-mid-goal > dl > dd {
  padding: 10px 0;
  border: 1px solid #d9ebf7;
}

.company-term-mid-goal > dl > dd .company-term-mid-goal-title {
  line-height: 1.3;
}

.company-term-mid-goal-title {
  font-size: 1.8rem;
}

.company-term-mid-goal-num {
  margin-top: 10px;
  color: #0075c1;
  font-size: 2.0rem;
  font-weight: bold;
}

.company-term-mid-goal-num > strong {
  font-size: 3.6rem;
}

.company-term-mid-strategy {
  counter-reset: cnt;
}

.company-term-mid-strategy > dl:nth-of-type(n+2) {
  margin-top: 50px;
}

.company-term-mid-strategy > dl > dt {
  position: relative;
  padding-left: 55px;
}

.company-term-mid-strategy > dl > dt::before {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #0075c1;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  content: counter(cnt);
  counter-increment: cnt;
}

.company-term-mid-strategy > dl > dd {
  margin-top: 30px;
}

.company-term-mid-strategy-list {
  line-height: 2.0;
}

.company-term-mid-strategy-list > li {
  position: relative;
  padding-left: 24px;
}

.company-term-mid-strategy-list > li:nth-of-type(n+2) {
  margin-top: 10px;
}

.company-term-mid-strategy-list > li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #0075c1;
  content: "";
}

.company-term-mid-segment > dl:nth-of-type(n+2) {
  margin-top: 40px;
}

.company-term-mid-segment > dl.shuzo > dt {
  background-color: #1d50a2;
}

.company-term-mid-segment > dl.shuzo > dd {
  background-color: #e5e6f4;
}

.company-term-mid-segment > dl.intl > dt {
  background-color: #00a4b0;
}

.company-term-mid-segment > dl.intl > dd {
  background-color: #e4f3ef;
}

.company-term-mid-segment > dl.none > dd {
  background-color: #efefef;
}

.company-term-mid-segment > dl.bio > dt {
  background-color: #924898;
}

.company-term-mid-segment > dl.bio > dd {
  background-color: #f0e9f3;
}

.company-term-mid-segment > dl.other > dt {
  background-color: #20ac42;
}

.company-term-mid-segment > dl.other > dd {
  background-color: #ecf5e8;
}

.company-term-mid-segment > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  background-color: #0075c1;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
}

.company-term-mid-segment > dl > dt > a {
  display: inline-block;
  padding-right: 20px;
  background-image: url(/assets_new/img/common/gnav_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 6px;
  color: #fff;
  text-decoration: none;
}

.company-term-mid-segment > dl > dd {
  padding: 20px;
  background-color: #eaf1fa;
}

.company-term-mid-segment > dl > dd > div {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.02);
}

.company-term-mid-segment > dl > dd > div .text strong {
  font-size: 1.8rem;
}

.company-term-mid-sustainability > dt {
  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;
  height: 60px;
  background-color: #0075c1;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.company-term-mid-sustainability > dd {
  gap: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background-color: #eaf1fa;
}

.company-term-mid-sustainability-materiality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  padding: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.02);
}

.company-term-mid-sustainability-materiality > dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}

.company-term-mid-sustainability-materiality > dd {
  width: 100%;
  padding-left: 40px;
  border-left: 1px solid #dadada;
  line-height: 1.5;
}

.local-nav {
  max-width: 740px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .company-term-long-title {
    border-top: 2px solid #1d50a2;
    font-size: 1.6rem;
  }
  .company-term-long-title > p {
    bottom: -10px;
    width: 240px;
    font-size: 1.3rem;
  }
  .company-term-long-subtitle {
    margin: 30px 0 20px;
  }
  .company-term-long-subtitle > dl > dt {
    width: 60px;
  }
  .company-term-long-subtitle > dl > dd {
    padding-left: 10px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .company-term-sales {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
  }
  .company-term-sales > dl {
    width: 140px;
    font-size: 1.6rem;
  }
  .company-term-sales > dl:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .company-term-sales > dl > dt {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .company-term-strategy > ul {
    display: block;
  }
  .company-term-strategy > ul > li {
    width: 100%;
    padding: 15px;
    border-width: 2px;
    font-size: 1.2rem;
  }
  .company-term-strategy > ul > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .company-term-strategy > ul > li > p {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .company-term-strategy > ul > li > p > a {
    background-size: 6px;
  }
  .company-term-strategy > ul > li.common {
    margin-top: 5px;
  }
  .company-term-strategy > ul > li.common:before, .company-term-strategy > ul > li.common:after {
    width: 50%;
  }
  .company-term-strategy > ul > li.common > div {
    padding: 15px;
    text-align: left;
  }
  .company-term-strategy > ul > li.common > div > p {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .company-term-mid-goal {
    gap: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
  .company-term-mid-goal > ul {
    gap: 15px 0;
    width: 100%;
  }
  .company-term-mid-goal > ul > li {
    width: calc((100% - 15px) / 2);
    padding: 15px 0;
  }
  .company-term-mid-goal > dl {
    width: 100%;
    padding: 15px;
  }
  .company-term-mid-goal > dl > dd {
    width: 240px;
    margin: 15px auto 0;
    padding: 15px 0;
  }
  .company-term-mid-goal-title {
    font-size: 1.4rem;
  }
  .company-term-mid-goal-num {
    font-size: 1.4rem;
  }
  .company-term-mid-goal-num > strong {
    font-size: 2.4rem;
  }
  .company-term-mid-strategy > dl:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .company-term-mid-strategy > dl > dt {
    padding-left: 35px;
  }
  .company-term-mid-strategy > dl > dt::before {
    top: -1px;
    width: 24px;
    height: 24px;
    font-size: 1.6rem;
  }
  .company-term-mid-strategy > dl > dd {
    margin-top: 20px;
  }
  .company-term-mid-segment > dl:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .company-term-mid-segment > dl > dt {
    height: 50px;
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .company-term-mid-segment > dl > dd {
    padding: 15px;
  }
  .company-term-mid-segment > dl > dd > div {
    padding: 15px;
  }
  .company-term-mid-segment > dl > dd > div .text strong {
    font-size: 1.6rem;
  }
  .company-term-mid-sustainability > dt {
    height: 65px;
    font-size: 1.6rem;
  }
  .company-term-mid-sustainability > dd {
    gap: 15px 0;
    padding: 15px;
  }
  .company-term-mid-sustainability-materiality {
    display: block;
    min-height: auto;
    padding: 15px;
  }
  .company-term-mid-sustainability-materiality > dt {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
  .company-term-mid-sustainability-materiality > dd {
    margin-top: 10px;
    padding: 0;
    border-left: none;
  }
  .local-nav {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .company-term-sales > dl:nth-of-type(n+2) {
    margin-left: 30px;
  }
  .company-term-strategy > ul > li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .company-term-strategy > ul > li.common {
    margin-top: 0;
    padding-top: 0;
  }
  .company-term-mid-goal > dl > dd .company-term-mid-goal-title {
    font-size: 1.6rem;
  }
  .company-term-mid-goal > dl > dd .company-term-mid-goal-num {
    font-size: 1.8rem;
  }
  .company-term-mid-goal > dl > dd .company-term-mid-goal-num > strong {
    font-size: 3.0rem;
  }
  .company-term-mid-sustainability.valuechain .company-term-mid-sustainability-materiality > dt {
    width: 300px;
  }
}
