.color-csr h2.headline--lv2 {
  color: #aad37b;
}
.color-csr h2.headline--lv2::after {
  background: #aad37b;
}

.mod-blockLinkCsrReport a:active, .mod-blockLinkCsrFaq a:active {
  text-decoration: none;
}

.mod-blockLinkCsrReport a:hover, .mod-blockLinkCsrFaq a:active {
  text-decoration: none;
  color: #aad37b;
}

.mod-blockLinkCsrReport a::before, .mod-blockLinkCsrFaq a::before {
  top: -2px;
}

.mod-blockLinkCsrReport a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 60px;
  height: 60px;
  margin-right: 7px;
  background: url(/csr/assets/img/icon-csr-report.svg) no-repeat;
}

.mod-blockLinkCsrFaq a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 60px;
  height: 60px;
  margin-right: 7px;
  background: url(/csr/assets/img/icon-csr-faq.svg) no-repeat;
}

.mod-blockLinkCsrReport a, .mod-blockLinkCsrFaq a {
  display: block;
  text-align: center;
  color: #333;
  background: #fff;
  border: 4px solid #aad37b;
  padding: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 46em) {
  .mod-blockLinkCsrReport a, .mod-blockLinkCsrFaq a {
    padding: 12px 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
}
.mod-dl dt{
    margin-right: 0.5em;
}

.bgYellowCsr {
  background: #fff5df;
}

.csrAboutColor01 {
  color: #007be5;
}

.csrAboutColor02 {
  color: #0b4ee0;
}

.csrAboutColor03 {
  color: #00a4a4;
}

.component-bannerSlide {
  margin-bottom: 40px;
}

.component-bannerSlider figcaption {
  vertical-align: top !important;
}
.component-bannerSlider.bkWhire {
  background: #FFF !important;
}
.component-bannerSlider p {
  line-height: 2rem;
  margin-bottom: 40px;
}
.right{
  text-align: right;
}

@media screen and (max-width: 46em) {
  .nosp {
    display: none;
  }

  .component-bannerSlider p {
    font-size: 10px;
    line-height: 1.2rem;
    margin-bottom: 0px;
    letter-spacing: normal !important;
  }
  .component-bannerSlider strong {
    font-size: 15px !important;
    letter-spacing: normal !important;
  }
}
.specialTitle {
  padding: 12px 0px;
  max-width: 1260px;
  margin: auto;
  color: #4065a2;
}
.specialTitle h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: bold;
  padding-bottom: 25px;
}
.specialTitle h2.label {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: bold;
  background: #4065a2;
  color: #fff;
  padding: 5px 15px 6px 15px;
  display: inline-block;
}

@media screen and (max-width: 46em) {
  .specialTitle {
    padding: 20px 0px 12px 0px;
  }
  .specialTitle h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 46em) {
  .specialTitle h2.label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 46em) {
  .environmentIndex .inner {
    padding: 0 15px;
  }
}
.environmentIndex .l-col strong {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-left: 18px;
}
.environmentIndex .l-col p {
  padding: 20px 20px 20px 20px;
  overflow: hidden;
  color: #fff;
}
.environmentIndex .l-col p img {
  float: right;
}

@media screen and (max-width: 46em) {
  .environmentIndex .l-col strong {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
}
.btn-environmentIndex {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background: #4065a2;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  min-width: 0;
  width: 100%;
}
.btn-environmentIndex span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(/assets/img/common/icon-link-circle.svg) no-repeat;
  background: url(/assets/img/common/icon-link-circle-white.svg) no-repeat;
}
.btn-environmentIndex.no-arrow::before {
  display: none;
}
.btn-environmentIndex:hover {
  background: #4770b4;
  text-decoration: none;
}
.btn-environmentIndex:active {
  text-decoration: none;
}
.btn-environmentIndex.disabled {
  opacity: 0.3;
}
.btn-environmentIndex.disabled:hover {
  background: #4065a2;
  text-decoration: none;
}

.component-bannerSlider .special-banner .slide .slideB figure::before {
  background: none;
}
.component-bannerSlider .special-banner .slide .slideB figure figcaption {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  left: 25px;
  top: 25px;
  color: #000;
}
.component-bannerSlider .special-banner .slide .slideC figure::before {
  background: none;
}
.component-bannerSlider .special-banner .slide .slideC em {
  width: auto;
  line-height: 18px;
  line-height: 1.8rem;
}

@media screen and (max-width: 46em) {
  .component-bannerSlider .special-banner .slide .slideB figure figcaption {
    display: block;
    left: 10px;
    top: 10px;
    right: 10px;
  }
}
.fontH3 b.label {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 15px;
}

@media screen and (max-width: 46em) {
  .fontH3 b.label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.size16s {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media screen and (max-width: 46em) {
  .size16s {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.size12s {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}

@media screen and (max-width: 46em) {
  .size12s {
    font-size: 10px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.height510 {
  min-height: 420px;
}

@media screen and (max-width: 46em) {
  .height510 {
    min-height: auto;
  }
}
.height450 {
  min-height: 450px;
}

@media screen and (max-width: 46em) {
  .height450 {
    min-height: auto;
  }
}
.widthout table th, .widthout table td {
  padding: 10px;
}

.component-table th.bkBlue01 {
  background: #b1ceef;
}
.component-table th.bkBlue02 {
  background: #dce9f8;
}
.component-table th.bkBlue03 {
  background: #dcf6f8;
}
.component-table th.bkBlue04 {
  background: #a9dfee;
}
.component-table tr.bkBlue04 {
  background: #a9dfee;
}
.component-table table th.bgblue{
  color: #ffffff;
  background: #002060 !important;
}
.component-table td.txtred01 {
  color: #d84d4d;
}

.tablesp-scroll{
  overflow-x: auto;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
.kenkou-map{
  display: flex;
}
.component-table .kenkou-map01{
  width: 20%;
  margin-right: 1%;
}
.component-table .kenkou-map02{
  width: 79%;
}

.pageheader--compliance::before, .pageheader--consumers::before, .pageheader--contribution::before, .pageheader--disclosure::before, .pageheader--employees::before, .pageheader--environment::before, .pageheader--governance::before, .pageheader--procurement::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  margin-right: 18px;
}

.pageheader--compliance, .pageheader--consumers, .pageheader--contribution, .pageheader--disclosure, .pageheader--employees, .pageheader--environment, .pageheader--governance, .pageheader--procurement {
  background: #aad37b;
}

.pageheader--compliance::before {
  background: #fff url(/csr/assets/img/icon-csr-compliance.svg) center no-repeat;
  background-size: cover;
}

.pageheader--consumers::before {
  background: #fff url(/csr/assets/img/icon-csr-consumers.svg) center no-repeat;
  background-size: cover;
}

.pageheader--contribution::before {
  background: #fff url(/csr/assets/img/icon-csr-contribution.svg) center no-repeat;
  background-size: cover;
}

.pageheader--disclosure::before {
  background: #fff url(/csr/assets/img/icon-csr-disclosure.svg) center no-repeat;
  background-size: cover;
}

.pageheader--employees::before {
  background: #fff url(/csr/assets/img/icon-csr-employees.svg) center no-repeat;
  background-size: cover;
}

.pageheader--environment::before {
  background: #fff url(/csr/assets/img/icon-csr-environment.svg) center no-repeat;
  background-size: cover;
}

.pageheader--governance::before {
  background: #fff url(/csr/assets/img/icon-csr-governance.svg) center no-repeat;
  background-size: cover;
}

.pageheader--procurement::before {
  background: #fff url(/csr/assets/img/icon-csr-procurement.svg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 46em) {
  .pageheader--compliance, .pageheader--consumers, .pageheader--contribution, .pageheader--disclosure, .pageheader--employees, .pageheader--environment, .pageheader--governance, .pageheader--procurement {
    padding-left: 11px;
  }

  .pageheader--compliance::before, .pageheader--consumers::before, .pageheader--contribution::before, .pageheader--disclosure::before, .pageheader--employees::before, .pageheader--environment::before, .pageheader--governance::before, .pageheader--procurement::before {
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    margin-right: 10px;
  }
}
.mod-dlCSR dt {
  display: block;
  width: 14%;
  clear: left;
  float: left;
}
.mod-dlCSR dd {
  display: block;
  width: 86%;
  float: left;
}
.mod-dlCSR:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 46em) {
  .mod-dlCSR dt {
    float: none;
    width: 100%;
  }
  .mod-dlCSR dd {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
}
.csr-index-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.csr-index-col2 a {
  display: block;
  width: 50%;
  margin: 0 10px;
  padding: 8% 0;
  background: #aad37b;
  color: #FFF;
  text-align: center;
}
.csr-index-col2 a:hover {
  text-decoration: none;
}
.csr-index-col2 a:hover span {
  background: #FFF;
  color: #aad37b;
}
.csr-index-col2 a p {
  padding-bottom: 2em;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 46em) {
  .csr-index-col2 {
    display: block;
    margin: 0px;
  }
}
@media screen and (max-width: 46em) {
  .csr-index-col2 a {
    width: auto;
    margin: 0px 15px 15px 15px;
  }
}
/* Pankuzu */
.component-breadcrumb.is-white ul {
  color: #fff;
}
.component-breadcrumb.is-white ul li a {
  color: #fff;
}
.component-breadcrumb.is-white ul li:not(:first-child)::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* Main img */
.visual-csr::before {
  display: none;
}

.visual.visual-csr {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.visual.visual-csr .visual__copy {
  color: #000;
}
.visual.visual-csr .visual__copy__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  font-style: normal;
  letter-spacing: 0.1em;
}
.visual.visual-csr .visual__copy__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: none;
}

@media screen and (max-width: 46em) {
  .visual.visual-csr .visual__copy__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
/* Top message */
.component-indexlinks.is-csr {
  background: #F5F7FB;
  padding: 40px 0;
}
.component-indexlinks a .component-indexlinks__textCsr .headline--lv2-2,
.component-indexlinks a .component-indexlinks__textCsrR .headline--lv2-2 {
  color: #000;
}
.component-indexlinks a .component-indexlinks__textCsr .headline--lv2-2::after,
.component-indexlinks a .component-indexlinks__textCsrR .headline--lv2-2::after {
  background: #ccc;
}
.component-indexlinks a .component-indexlinks__textCsr p,
.component-indexlinks a .component-indexlinks__textCsrR p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22.75px;
  line-height: 2.275rem;
}
.component-indexlinks a .component-indexlinks__textCsr {
  width: 33%;
  float: left;
  height: 340px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: #4065a2;
  margin: 30px 0 0 -40px;
}
.component-indexlinks a .component-indexlinks__textCsrR {
  width: 33%;
  float: left;
  height: 340px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: #4065a2;
  margin: 30px -40px 0 40px;
}
.component-indexlinks a .component-indexlinks__textCsr .btn,
.component-indexlinks a .component-indexlinks__textCsr .btn-white {
  margin-top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #4065a2;
  border-color: #4065a2;
}
.component-indexlinks a .component-indexlinks__textCsrR .btn,
.component-indexlinks a .component-indexlinks__textCsrR .btn-white {
  margin-top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #4065a2;
  border-color: #4065a2;
}
.component-indexlinks.is-csr a:hover .component-indexlinks__textCsr .btn-white,
.component-indexlinks.is-csr a:hover .component-indexlinks__textCsrR .btn-white {
  background: #4065a2;
  color: #fff;
}
.component-indexlinks.is-csr .component-indexlinks__textCsr,
.component-indexlinks.is-csr .component-indexlinks__textCsrR {
  background: #fff;
}

@media screen and (max-width: 46em) {
  .component-indexlinks a {
    height: auto;
  }
  .component-indexlinks a .component-indexlinks__textCsr, .component-indexlinks a .component-indexlinks__textCsrR {
    width: 100%;
    float: none;
    height: auto;
    padding: 18px 15px 22px;
    margin: 0;
  }
}
@media screen and (max-width: 46em) {
  .component-indexlinks a {
    height: auto;
  }
}
/* COVID-19 */
.component-alert {
  background: #F5F7FB;
  padding: 0 0 20px;
}
.component-alert .inner .inner__block {
  background: #fff;
  padding: 40px 0;
}
.component-alert .inner .inner__block a.link-circle {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
}
.component-alert .inner .inner__block a.link-circle:hover {
  text-decoration: none;
  color: #438bc5;
}
.component-alert .inner .inner__block a.link-circle:active {
  text-decoration: none;
}
@media screen and (max-width: 46em) {
  .component-alert .inner .inner__block {
    padding: 20px 0;
  }
  .component-alert .inner .inner__block a.link-circle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* Group CSR */
.component-groupCsr {
  background: #F5F7FB;
  padding: 20px 0;
}

.section + .component-groupCsr {
  margin-top: 20px;
}

.component-groupCsr h2.headline--lv2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 46em) {
  .component-groupCsr h2.headline--lv2 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.component-groupCsr h2.headline--lv2::after {
  content: none;
}
.component-groupCsr .l-grid-wrap {
  width: auto;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
  /*[class^='l-col'], [class*=' l-col'] {
    //display: -webkit-box;
    //display: -ms-flexbox;
    //display: flex;
  }*/
}
.component-groupCsr .block_group .block_group_inner {
  position: relative;
  width: 100%;
  padding-top: 51.4583333333%;
}
.component-groupCsr .block_group .block_group_inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4065a2;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  background: url(/csr/assets/img/bk_group.jpg) left top no-repeat;
  background-size: cover;
}
.component-groupCsr .block_group .block_group_inner a:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 3px #4065a2;
          box-shadow: inset 0 0 0 3px #4065a2;
}
.component-groupCsr .block_group .block_group_inner a:hover .btn-white {
  color: #fff;
  border-color: #fff;
  background: #4065a2;
}
.component-groupCsr .block_group .block_group_inner a:active {
  text-decoration: none;
}
.component-groupCsr .block_group .block_group_inner a .hide {
  display: none;
}
.component-groupCsr .block_group .block_group_inner a .btn-white {
  position: absolute;
  top: calc(50% - 18px);
  left: 40px;
  color: #4065a2;
  border-color: #4065a2;
  background: #fff;
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  -webkit-box-shadow: inset 0 0 0 1px #f4f4f4;
          box-shadow: inset 0 0 0 1px #f4f4f4;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  background-color: #4065a2;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 46em) {
  .component-groupCsr .block_sixpriority .block_sixpriority_inner a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner a:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 3px #f4f4f4;
          box-shadow: inset 0 0 0 3px #f4f4f4;
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner a:active {
  text-decoration: none;
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner a.bk_sixpriority01 {
  background-image: url(/csr/assets/img/bk_sixpriority01.png);
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner a.bk_sixpriority02 {
  background-image: url(/csr/assets/img/bk_sixpriority02.png);
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner a.bk_sixpriority03 {
  background-image: url(/csr/assets/img/bk_sixpriority03.png);
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner a.bk_sixpriority04 {
  background-image: url(/csr/assets/img/bk_sixpriority04.png);
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner a.bk_sixpriority05 {
  background-image: url(/csr/assets/img/bk_sixpriority05.png);
}
.component-groupCsr .block_sixpriority .block_sixpriority_inner a.bk_sixpriority06 {
  background-image: url(/csr/assets/img/bk_sixpriority06.png);
}

@media screen and (max-width: 46em) {
  .component-groupCsr .l-grid-wrap {
    max-width: none;
    padding: 0 15px;
  }
}
@media screen and (max-width: 46em) {
  .component-groupCsr {
    padding: 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
  .component-groupCsr a::after {
    border: 5px solid transparent;
    border-right-color: #aad37b;
    border-bottom-color: #aad37b;
  }
  .component-groupCsr a.icon-cars {
    background-size: 40px 40px;
  }
}
/* Top CSR-KATSUDOU */
.component-csrActivity {
  background: #F5F7FB;
  padding: 20px 0 40px;
}

.section + .component-csrActivity {
  margin-top: 20px;
}

.component-csrActivity {
  /*
   a {
     -webkit-transition: all .2s 0s ease;
     transition: all .2s 0s ease;
     display: block;
     width: 100%;
     color: #fff;
     font-weight: bold;
     text-align: left;
     padding: 10px 20px 100px 18px;
     box-shadow: inset 0 0 0 4px #9FCC71;
     content: "";

     &:hover {
       text-decoration: none;
       box-shadow: inset 0 0 0 4px #cfe5bb;
     }

     &:active {
       text-decoration: none;
     }

     &.icon-production {
       background: url(/csr/assets/img/icon-production-index.svg) right bottom no-repeat #9FCC71;
     }

     &.icon-quality {
       background: url(/csr/assets/img/icon-quality-index.svg) right bottom no-repeat #9FCC71;
     }

     &.icon-consumers {
       background: url(/csr/assets/img/icon-consumers-index.svg) right bottom no-repeat #9FCC71;
     }

     &.icon-human_rights {
       background: url(/csr/assets/img/icon-human_rights-index.svg) right bottom no-repeat #9FCC71;
     }

     &.icon-procurement {
       background: url(/csr/assets/img/icon-procurement-index.svg) right bottom no-repeat #9FCC71;
     }

     &.icon-employees {
       background: url(/csr/assets/img/icon-employees-index.svg) right bottom no-repeat #9FCC71;
     }

     &.icon-environment {
       background: url(/csr/assets/img/icon-environment-index.svg) right bottom no-repeat #9FCC71;
     }

     &.icon-contribution {
       background: url(/csr/assets/img/icon-contribution-index.svg) right bottom no-repeat #9FCC71;
     }

     &.icon-disclosure {
       background: url(/csr/assets/img/icon-disclosure-index.svg) right bottom no-repeat #9FCC71;
     }

     &::before {
       content: "";
       display: inline-block;
       vertical-align: middle;
       position: relative;
       top: -1px;
       width: 14px;
       height: 14px;
       background: url(/csr/assets/img/icon-link-circle-whiteG.svg) no-repeat;
     }
   }*/
}
.component-csrActivity .l-grid-wrap {
  width: auto;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
  /*[class^='l-col'], [class*=' l-col'] {
    //display: -webkit-box;
    //display: -ms-flexbox;
    //display: flex;
  }*/
}
.component-csrActivity .block_activity > div {
  height: 100%;
  padding: 20px 25px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media screen and (max-width: 46em) {
  .component-csrActivity .block_activity > div {
    padding: 15px;
    background-size: 100%;
  }
}
.component-csrActivity .block_activity > div.block_environment {
  background-image: url(/csr/assets/img/bk_activity_environment.jpg);
}
.component-csrActivity .block_activity > div.block_social {
  background-image: url(/csr/assets/img/bk_activity_social.jpg);
}
.component-csrActivity .block_activity > div.block_governance {
  background-image: url(/csr/assets/img/bk_activity_governance.jpg);
}
.component-csrActivity .block_activity > div h3.headline--lv5 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 46em) {
  .component-csrActivity .block_activity > div h3.headline--lv5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.component-csrActivity .block_activity > div h3.headline--lv5 a {
  color: #333;
}
.component-csrActivity .block_activity > div h3.headline--lv5 a:hover {
  text-decoration: none;
  color: #438bc5;
}
.component-csrActivity .block_activity > div h3.headline--lv5 a:active {
  text-decoration: none;
}

@media screen and (max-width: 46em) {
  .component-csrActivity .l-grid-wrap {
    max-width: none;
    padding: 0 15px;
  }
}
@media screen and (max-width: 46em) {
  .component-csrActivity {
    padding: 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    line-height: 1.7rem;
    /*
    a {
        padding: 12px 15px 50px 12px;

        &::after {
          border: 5px solid transparent;
          border-right-color: #aad37b;
          border-bottom-color: #aad37b;
        }

        &.icon-cars {
          background-size: 40px 40px;
        }
      }
    */
  }
}
/* sixpriority */
.component-bannerSlider .special-banner .slide .slideC figure figcaption {
  top: 20px;
  bottom: auto;
  left: 20px;
}
@media screen and (max-width: 46em) {
  .component-bannerSlider .special-banner .slide .slideC figure figcaption {
    top: 10px;
    left: 10px;
  }
}
.component-bannerSlider .special-banner .slide .slideC figure figcaption em {
  text-align: left;
  line-height: 20px;
  line-height: 2rem;
  padding: 8px 10px;
  background: rgba(64, 101, 162, 0.7);
}
@media screen and (max-width: 46em) {
  .component-bannerSlider .special-banner .slide .slideC figure figcaption em {
    line-height: 14px;
    line-height: 1.4rem;
    padding: 6px 0;
  }
}
.component-bannerSlider .special-banner .slide .slideC figure figcaption em span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 46em) {
  .component-bannerSlider .special-banner .slide .slideC figure figcaption em span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.component-bannerSlider .special-banner .slide .slideC figure figcaption strong {
  padding: 0 10px;
}
@media screen and (min-width: 46.0625em) {
  .component-bannerSlider .special-banner .slide .slideC figure figcaption strong {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 46em) {
  .component-bannerSlider .special-banner .slide .slideC figure figcaption strong {
    padding: 0;
  }
}

/* environment Top */
/*.section:not(.bg) .inner .co2challengeBT .mod-card {
  color: #FFFdd6262;
}*/
.co2challengeBT .mod-card .headline--lv3::before, .co2challengeBT .mod-card .headline--lv3-2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background: url(/csr/assets/img/icon-link-circle-pink.svg) no-repeat;
}
.co2challengeBT .headline--lv3-2 {
  color: #dd6262 !important;
}
.co2challengeBT .mod-card > a:hover::before {
  -webkit-box-shadow: inset 0 0 0 2px #dd6262;
          box-shadow: inset 0 0 0 2px #dd6262;
}
.co2challengeBT .mod-card > a:active {
  text-decoration: none;
}
.co2challengeBT .mod-card > a.is-current::before {
  -webkit-box-shadow: inset 0 0 0 2px #dd6262;
          box-shadow: inset 0 0 0 2px #dd6262;
}

/* philosophy */
.section .inner.phil-w-750 {
  width: 750px;
}
@media screen and (max-width: 46em) {
  .section .inner.phil-w-750 {
    width: auto;
  }
}

/* disclosure */
.component-textImage.w-680csr .image {
  width: 670px;
}
.component-textImage.w-680csr .image img {
  max-width: 670px;
}
.component-textImage.w-680csr .text {
  width: calc(100% - 700px);
}

@media screen and (max-width: 46em) {
  .component-textImage.w-680csr .image {
    width: auto;
  }
  .component-textImage.w-680csr .image img {
    max-width: 100%;
  }

  .text, .component-textImage.w-680csr .text {
    width: auto;
  }
}
/* kensa */
.fontup_csr {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.fontup_csr .mod-borderBox {
  word-break: break-all;
  padding: 50px 40px;
}

@media screen and (max-width: 46em) {
  .fontup_csr {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .fontup_csr .mod-borderBox {
    word-break: break-all;
    padding: 20px 15px;
  }
}

.mod-bgBox.bgblue{
	background-color: #e3f6ff;
}

section .inner .inner__block .mod-bgBox.bgblue a{
 	background-color: #e3f6ff;
}

.is-borderW {
  border: 1px solid #fff;
}

.indent1P {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 !important;
}

.indent2P {
  text-indent: -1.8em;
  padding-left: 1.8em;
  margin: 0 !important;
}

.indent3P {
  text-indent: -2.8em;
  padding-left: 2.8em;
  margin: 0 !important;
}

.indent4P {
  text-indent: -7.8em;
  padding-left: 7.8em;
  margin: 0 !important;
}

.indent5P {
  text-indent: -10em;
  padding-left: 10em;
  margin: 0 !important;
}

.csr-yoko dt {
  float: left;
  width: 5%;
}
.csr-yoko dd {
  float: left;
  width: 95%;
}

.csr-testGreen {
  color: #00a02c !important;
}

.csr-testOrange {
  color: #fa9746 !important;
}

.pc-hide-csr {
  display: none;
}

@media screen and (max-width: 46em) {
  .sp-hide-csr {
    display: none;
  }

  .pc-hide-csr {
    display: inline;
  }
}
/* priority */
.component-table .prcs-empty {
  background: #f4f4f4;
}

/* governance */
.component-listTable.csr-officer dl dd ruby {
  float: left;
}
@media screen and (max-width: 46em) {
  .component-listTable.csr-officer dl dd ruby {
    float: none;
  }
}
.component-listTable.csr-officer dl dd ruby + span {
  width: 100%;
  display: block;
  padding-left: 340px;
}
@media screen and (max-width: 46em) {
  .component-listTable.csr-officer dl dd ruby + span {
    padding-left: 0;
    padding-top: 3px;
  }
}

/* CSR inner footer */
.csr-footer.bg {
  background: #f5f7fb;
}
.csr-footer a {
  color: #333;
}
.csr-footer a.is-current {
  color: #4065a2;
}

/* ============================

2021/09 add style

============================= */
@media screen and (max-width: 46em) {
  .sp-align-center {
    text-align: center;
  }
}
.component-breadcrumb.is-white .component-breadcrumb ul li a {
  color: #fff;
}


.visual-csr-message .mod-sign {
  font-weight: bold;
}
@media screen and (max-width: 46em) {
    .visual-csr-message{
        background-color: #fff;
    }
  .visual-csr-message .mod-sign {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  }
}

@media screen and (max-width: 46em) {
  .sympathy__promise img {
    margin: 10px 5px 0;
  }
}

.tcfd__report {
  width: 350px;
}
.tcfd__cdp {
  width: 160px;
}

@media screen and (max-width: 46em) {
  .consideration-wrap {
    overflow: visible;
  }
}
@media screen and (min-width: 46.0625em) {
  .consideration-car {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 880px;
    margin: 0 auto -40px !important;
  }
}
@media screen and (max-width: 46em) {
  .consideration-car {
    overflow-x: scroll;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .consideration-car .col-1-2 {
    width: auto !important;
    max-width: none !important;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}

@media screen and (min-width: 46.0625em) {
  .lineup .mod-image {
    height: 165px;
  }
}
.lineup__info {
  margin-top: 1rem;
}

.officer-fee .headline--lv5 {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.officerTable table {
  width: 1600px !important;
}
@media screen and (min-width: 46.0625em) {
  .officerTable {
    overflow-x: scroll;
    padding-bottom: 10px;
    width: 100%;
  }
  .officerTable thead th {
    white-space: nowrap;
  }
  .officerTable th, .officerTable td {
    background-color: #fff;
  }
  .officerTable .tableSticky {
    position: sticky;
    left: 0;
    z-index: 10;
  }
  .officerTable .tableSticky:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #d6d6d6;
  }
  .officerTable--00 {
    width: 50px;
  }
  .officerTable--01 {
    width: 100px;
    left: 50px !important;
  }
  .officerTable--02 {
    width: 170px;
    left: 150px !important;
  }
}

_:lang(x)::-ms-backdrop, .officerTable .tableSticky {
  position: static !important;
}

.effectiveness dt {
  margin-right: 0;
}

.health__declaration {
  display: table;
  margin: 0 0 0 auto;
}
.health__declaration p {
  display: table-row;
}
.health__declaration span {
  display: table-cell;
  padding-top: 0.3em;
}
.health__declaration span:first-child {
  padding-right: 1em;
  text-align: right;
}

.mod-dl.mod-dl--mr0 dt {
  margin-right: 0;
}

.procurement-request {
  counter-reset: request 0;
}
.procurement-request ol li {
  position: relative;
  padding-left: 2em;
}
.procurement-request ol li::before {
  counter-increment: request 1;
  content: counter(request) ". ";
  width: 2em;
  position: absolute;
  left: 0;
}

.diversity-woman {
  width: 27%;
}

.sixpriority_shadow {
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
}

.isoTable thead th, .isoTable .bkBlue01 {
  height: 35px;
  position: sticky;
  top: 70px;
  z-index: 10;
}
.isoTable thead th:before, .isoTable .bkBlue01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #d6d6d6;
}
.isoTable .bkBlue01 {
  top: 105px;
}
@media screen and (max-width: 46em) {
  .isoTable {
    height: 100vw;
    overflow-y: scroll;
  }
  .isoTable thead th {
    top: 0;
  }
  .isoTable .bkBlue01 {
    top: 35px;
  }
}

@media screen and (max-width: 46em) {
  _::-webkit-full-page-media, _:future, :root .bkBlue01 {
    top: 0;
  }
}
.infection_youtube::after {
  display: none !important;
}
.infection_youtube figcaption::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 11px;
  height: 9px;
  margin-left: 4px;
  margin-right: 4px;
  background: url(/assets/img/common/icon-link-external.svg) no-repeat;
}

/* ============================

2022/08 add style

============================= */
@media screen and (min-width: 46.0625em) {
  .visual-csr-message .text {
    left: 165px;
    right: auto;
  }
}
@media screen and (max-width: 46em) {
  .visual-csr-message .text {
    left: 1.8rem;
    right: auto;
    padding-top: 2rem;
  }
}
.visual-csr-message .text .headline--lv3-2 {
  text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
  letter-spacing: 0px;
  color: #313131;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media screen and (max-width: 46em) {
  .visual-csr-message .text .headline--lv3-2 {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
.visual-csr-message .text .messege {
  color: #313131;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 42px;
  line-height: 4.2rem;
  letter-spacing: 0px;
  text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
}
@media screen and (max-width: 46em) {
  .visual-csr-message .text .messege {
    margin-top: 1rem;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
}
.visual-csr-message .text .mod-sign {
  color: #313131;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0px;
  text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
  font-weight: 400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 46em) {
  .visual-csr-message .text .mod-sign {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
.visual-csr-message .text .mod-sign b {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 33px;
  line-height: 3.3rem;
  font-weight: 700;
}
@media screen and (max-width: 46em) {
  .visual-csr-message .text .mod-sign b {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}

.headline--lv2 span.headline--lv2__line2, .headline--lv2-2 span.headline--lv2__line2 {
  display: block;
  line-height: 1.5;
  margin-top: 0.5em;
}

.consumers-stars th:first-child {
  width: 10rem;
}
.consumers-stars__th {
  width: 10rem;
}
.consumers-stars__none {
  background-color: transparent !important;
  border: none !important;
}

.governanceCorporate__policy {
  background: #4065a2;
  color: #fff;
  font-size: 1.3rem !important;
  line-height: 2rem !important;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
}
@media screen and (max-width: 46em) {
  .governanceCorporate__policy {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
  }
}

.editOther__list {
  padding-left: 1em;
  margin-top: 5px!important;
}

.component-table.tdwhite td {
  background-color: #fff;
}

.component-table table thead th.gray {
  background-color: #f1f2f7;
  color: #333;
}

@media screen and (min-width: 46.0625em) {
  .crisis-gunma {
    width: 500px;
    margin: auto;
  }
}

@media screen and (max-width: 46em) {
  .component-table.w-600 + .mod-caption, .component-table.w-600 + .mod-caption + .mod-caption {
    width: auto;
  }
}

@media screen and (max-width: 46em) {
  .csrPriority-img {
    overflow-x: scroll;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #d6d6d6;
  }
  .csrPriority-img img {
    max-width: none !important;
    width: 200vw;
  }
}

@media screen and (max-width: 46em) {
  .csr-SPhalfImage {
    width: 50% !important;
  }
}

.csrTopic {
	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: 100%;
    text-align: left;
    margin-top: 43px;
}
.csrTopic li{
	width: 320px;
	margin-bottom: 20px;
}

.csrTopic li a{
	display: block;
	height: 160px;
	background-size: contain;
	color: #fff;
	text-align: center;
	align-items:center;
	position: relative;
}
.csrTopic li.csrTopiv_bnt1 a{
	background-image: url(/csr/assets/img/img-csr-automobile_culture-01-sp.jpg);
}
.csrTopic li.csrTopiv_bnt2 a{
	background-image: url(/csr/assets/img/img-csr-sympathy-01-sp.jpg);
}
.csrTopic li.csrTopiv_bnt3 a{
	background-image: url(/csr/assets/img/img-csr-peace-01-sp.jpg);
}
.csrTopic li.csrTopiv_bnt4 a{
	background-image: url(/csr/assets/img/img-csr-diversity-01-sp.jpg);
}
.csrTopic li.csrTopiv_bnt5 a{
	background-image: url(/csr/assets/img/img-csr-environment-01-sp.jpg);
}
.csrTopic li.csrTopiv_bnt6 a{
	background-image: url(/csr/assets/img/img-csr-compliance-01-sp.jpg);
}
.csrTopic .csrTopic_title{
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
	text-shadow: 0px 0px 10px rgba(000,000,000,1.0),0px 0px 10px rgba(000,000,000,1.0);
}

@media screen and (max-width: 46em) {
	.csrTopic li{
		width: 100%;
	}
	.csrTopic li a{
		height: unset;
		padding-top: 50%;
	}
}



/* ============================

2023/09 add style

============================= */
.activity {
  background : -moz-linear-gradient(50% 0% -90deg,rgba(255, 244, 200, 1) 0.11%,rgba(225, 240, 248, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(255, 244, 200, 1) 0.11%, rgba(225, 240, 248, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 99.17% ,color-stop(0.0011,rgba(255, 244, 200, 1) ),color-stop(1,rgba(225, 240, 248, 1) ));
  background : -o-linear-gradient(-90deg, rgba(255, 244, 200, 1) 0.11%, rgba(225, 240, 248, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(255, 244, 200, 1) 0.11%, rgba(225, 240, 248, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4C8', endColorstr='#E1F0F8' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(255, 244, 200, 1) 0.11%, rgba(225, 240, 248, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4C8',endColorstr='#E1F0F8' , GradientType=0);
  color: #4f4d4d;
}

.activity:not(.activityTop) .inner {
  background: #fff;
}

@media screen and (min-width: 46.0625em) {
  .activity .inner {
    padding: 50px;
    font-size: 2rem;
    line-height: 2;
  }
  .activityTop .inner {
    padding: 0 50px;
  }

  h4#shizen{
    padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
  }
  h4#shizen:before {
    content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
  }
}

@media screen and (max-width: 46em) {
  .activity .inner {
    margin: 0 15px;
    padding: 15px 15px 30px;
  }
  .activityTop .inner {
    padding: 0 15px;
  }
}

.activity .headline--lv2::after {
  display: none;
}

.activity__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #4f4d4d;
}

.activity-head {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.activity__date {
  margin-right: 1rem;
  font-size: 1.4rem;
  line-height: 1;
}

.activity-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  line-height: 1.5;
}

.activity-tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 25px;
  padding: 0 10px;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  margin-right: 2px;
  color: #4d4d4d;
}

.activity__subTitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #4f4d4d;
  background-color: #eaeaeb;
  border-radius: 5px;
  padding: 18px;
  margin-bottom: 32px;
}

.activity-voice {
  position: relative;
  border: 3px solid #999;
  border-radius: 7px;
  padding: 60px 60px 52px;
}

.activity-voice::before, .activity-voice::after {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 10px);
  background-color: #fff;
  position: absolute;
  left: -3px;
  top: 5px;
}

.activity-voice::after {
  left: auto;
  right: -3px;
}

.activity-voice__title {
  position: absolute;
  top: -20px;
  left: 45px;
  background-color: #0071bc;
  border: 2px solid #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 42px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
}

.activity-voice__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0px 0 13px;
  border-color: #0071bc transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 48%;
}

.activity-voice__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 2px dotted #4F4D4D;
  margin-bottom: 24px;
}

.activity-voice__name dt {
  line-height: 1.7;
}

.activity-voice__name dd {
  width: 284px;
  height: 52px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-left: 2px solid #4f4d4d;
  padding-left: 32px;
}

.activity-voice .mod-image {
  margin-top: 32px;
}

.activity-recommend__title {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #4f4d4d;
  padding-top: 24px;
}

.activity .csrTopStoryCards {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.activity-recommend .csrTopStoryCards {
  margin-top: 24px;
}

.activity .csrTopStoryCards__item {
  float: none;
  display: flex;
  flex-direction: column;
  width: 280px;
  height: auto !important;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 30px 10px 6px;
  color: #333;
}

.activity .csrTopStoryCards__item:hover {
  text-decoration: none;
}

.activity .csrTopStoryCards__img {
  width: 100%;
  height: 174px;
  overflow: hidden;
}

.activity .csrTopStoryCards__img img {
  width: 100%;
  height: 174px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.activity .csrTopStoryCards__item:hover .csrTopStoryCards__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.activity .csrTopStoryCards__inner {
  padding: 12px 10px;
}

.activity .csrTopStoryCards__date {
  font-size: 12px;
  line-height: 16px;
  color: #707070;
}

.activity .csrTopStoryCards__text {
  margin-top: .8em;
  padding: 0 15px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
}

.activity .csrTopStoryCards__detail {
  margin: auto 0 0 auto;
  padding: 0 22px 12px 0;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
}

.activity .csrTopStoryCards__detail::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 7px;
}

@media screen and (min-width: 46.0625em) {
  .activity .mod-caption {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 46em) {
  .activity__title {
    font-size: 1.9rem;
  }

  .activity-head {
    display: block;
  }

  .activity__date {
    font-size: 1rem;
  }

  .activity-tags {
    margin-top: .5em;
  }

  .activity-tags li {
    margin-top: .5em;
  }

  .activity__subTitle {
    font-size: 1.6rem;
    padding: 1.4rem;
  }

  .activity-voice {
    padding: 4rem 2rem 2.5rem;
    border-width: 2px;
    border-radius: 3px;
  }

  .activity-voice::before, .activity-voice::after {
    width: 6px;
  }

  .activity-voice__title {
    width: 80px;
    height: 36px;
    font-size: 1.4rem;
    left: 16px;
  }

  .activity-voice__title::after {
    border-width: 10px 0 0 7px;
    bottom: -8px;
  }

  .activity-voice__name {
    display: block;
    padding-bottom: 1.5rem;
  }

  .activity-voice__name dd {
    width: auto;
    height: auto;
    display: block;
    padding: .5em 0 0;
    text-align: right;
    border: none;
  }

  .activity-recommend__title {
    font-size: 1.6rem;
  }

  .activity .csrTopStory {
    padding: 12vw 0;
  }

  .activity .csrTopStory__title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 3.466666666666667vw;
  }

  .activity .csrTopStory__title::after {
    width: 10.66666666666667vw;
    margin-top: 3.466666666666667vw;
  }

  .activity .csrTopStory__lead {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .activity .csrTopStoryCards {
    width: calc(73.33333333333333vw + 3px + 3px);
    margin: 8vw auto 0;
    display: block;
  }

  .activity .csrTopStoryCards__item {
    width: 73.33333333333333vw;
    border-radius: 1.333333333333333vw;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    margin: 2rem auto 0;
  }

  .activity .csrTopStoryCards__date {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .activity .csrTopStoryCards__text {
    padding: 0 2.4vw;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .activity .csrTopStoryCards__detail {
    padding: 0 2.933333333333333vw 1.733333333333333vw 0;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .activity .csrTopStoryCards__detail::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
    margin-right: 1.066666666666667vw;
  }

}

.ub-p-breadcrumb+.no-border{
  padding-top: 24px;
}


/* ============================

print

============================= */
@media print {
  .gnav,
.search-btn,
#js-breadcrumb,	
.component-navBar,
.section-anchorList,
.search-menu,
.menu-btn,
.sp-menu,
.localnav-btn,
.localnav-menu,
.csr-footer,
.component-relatelink,
.component-socialmedia,
.l-footer__upper,
.l-footer__lower ul,
.pagetop-fixed,
.pagetop,
.header-logo,
.copyright,
.ub-p-anchor-nav,
.ub-p-more-nav{
    display: none;
  }
	.pageheader{
		background-color: #fff;
		color:#333;
	}
	.pageheader .headline--lv1{
		font-weight: bold;
    	font-size: 3rem;
	}
	.pageheader--csr:before{
		display: none;
	}

  body {
    display: block;
  }

  .l-header {
    display: none;
  }

  main {
    padding-top: 0;
  }	
.component-bannerSlider .special-banner .slide .slideC figure figcaption strong {
    font-size: 3rem;
    line-height: 4rem;
  }
.consideration-car {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 880px;
    margin: 0 auto -40px !important;
  }
  .lineup .mod-image {
    height: 165px;
  }
	
.crisis-gunma {
    width: 500px;
    margin: auto;
  }
.officerTable {
    overflow-x: scroll;
    padding-bottom: 10px;
    width: 100%;
  }
  .officerTable thead th {
    white-space: nowrap;
  }
  .officerTable th, .officerTable td {
    background-color: #fff;
  }
  .officerTable .tableSticky {
    position: sticky;
    left: 0;
    z-index: 10;
  }
  .officerTable .tableSticky:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #d6d6d6;
  }
  .officerTable--00 {
    width: 50px;
  }
  .officerTable--01 {
    width: 100px;
    left: 50px !important;
  }
  .officerTable--02 {
    width: 170px;
    left: 150px !important;
  }
 .visual-csr-message .text {
    left: 165px;
    right: auto;
  } 
    
  .ub-c-link-text--s .svg {
    top: 6px;
    width: 12px;
    height: 12px;
  }
  .ub-c-link-text__link__inner {
    gap: 4px;
    }

.pc-hide{
		display: none;
	}
}

.border-top-hide {
  border-top: hidden!important;
}

.section .inner__block.w-500 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:46em) {
  .section .inner__block.w-500 {
    width: auto;
  }
}

.ub-p-more-nav .ub-p-more-nav__list + .ub-c-title-lv2{
  margin-top: 50px !important;
}

.ub-p-more-nav{
  margin-bottom:0;
}

.component-textImage .text .ub-c-link-text__link .text{
  width:100%
}

.fleft {
  float:left; 
}

.mod-ul li .ub-c-link-text,
.mod-dl.mod-caption .ub-c-link-text,
td .ub-c-link-text,
td .ub-p-link-text-list:has(.ub-c-link-text--s){
  margin-top:0;
}

.ub-u-mt0{
  margin-top: 0;
  padding-left: 2px;
}

.figclink{
  font-size: 11px;
  margin-top: 8px;
  padding: 0 2px;
  justify-content: center;
}

/* .t-bg1 {
  background-color: #f1f2f7!important;
}

.t-bg2 {
  background-color: #fff!important;
} */

.reason-box {
  background-color: #666;
  color: white;
  padding: 0 15px 15px 15px;
  font-weight: bold;
}


