<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*CSS上書き*/
.c_section--btm_md &gt; .c_section__item + .c_section__item {
  margin-top: 7px;
}
.c_media__img{
  margin: 3px 10px 10px 0;
}
.c_btn__target {
  font-size: 15px;
  font-weight: bold;
  color: #C00000;
  transition: .3s;
}
.c_btn--h_md &gt; .c_btn__target {
  height: 33px;
}
.c_btn--border &gt; .c_btn__target {
  border: 1px solid #EB9999;
  border-radius: 17px;
}
.c_btn__target:after {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f105";
  font-size: 18px;
  padding-left: 10px;
}
.p_article_container {
  font-family: 'Noto Sans JP', sans-serif;
}
.p_theme_nav{
  margin-bottom: 35px;
}
.p_heading--lg {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 10px;
}
.p_heading-news{
  padding-left: 20px;
}
.p_media__linkTarget{
  color: #052674;
}
.p_topBtn {
  width: 209px;
}
.c_section--btm_md &gt; .c_section__item + .p_section__item--topBtn{
  margin-top: 20px;
}
.p_topBtn .c_btn__target:hover {
  opacity: 1;
  color: #fff;
  background-color: #C00000;
}
@media screen and (max-width:599px) {
  .c_text_block_right{
    margin: auto;
  }
  .c_section--btm_md &gt; .c_section__item + .c_section__item{
    margin-top:20px;
  }
  .p_heading-news{
    padding-left: 0px;
  }
  .p_news_list .c_section__item{
    padding-bottom: 30px;
  }
}
/*******
layout
*******/
.l_section {
  margin-top: 25px;
}
#ESG.l_section {
  margin-top: 60px;
}
.l_SA_boxList {
  display: flex;
  justify-content: space-between;
}
.l_EGdiv {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.l_ESG_checkListBox-S {
  display: flex;
  justify-content: space-between;
}
.l_section-ftBanner {
  margin-top: 100px;
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:599px) {
  .l_section {
    margin: 60px auto 0;
    max-width: 345px;
  }
  #ESG.l_section {
    margin-top: 50px;
  }
  .l_SA_boxList {
    display: block;
  }
  .l_EGdiv {
    display: block;
  }
  .l_ESG_checkListBox-S {
    display: block;
  }
  .l_section-ftBanner {
    margin-top: 100px;
  }
}
/*******
module
*******/
.m_section_heading_primary {
  font-size: 25px;
  color: #c00000;
  font-weight: 700;
}
/*サステナビリティ*/
.m_SA_boxItem {
  width: 345px;
  margin-top: 20px;
}
.m_SA_boxItem_target {
  display: inline-block;
  height: 100%;
  width: 100%;
  transition: background-color .3s;
}
.m_SA_boxItem_target:hover {
  background-color: #E6E6E6;
  color: inherit;
  text-decoration: none;
}
.m_SA_boxItem_imgMain {
  vertical-align: bottom;
}
.m_SA_boxItem_txt {
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 15px;
}
.m_SA_boxItem_txt:after {
  content: "";
  background-image: url("/resource/img/ir/sustainable/index/icon_arrow_slim.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8.5px;
  height: 18.25px;
}
.m_SA_boxItem_txtMain {
  font-size: 20px;
  font-weight: bold;
}
.m_SA_boxItem_txtSub {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .m_SA_boxItem {
    width: 48%;
  }
}
@media screen and (max-width:599px) {
  .m_SA_boxItem {
    width: 100%;
  }
  .m_SA_boxItem + .m_SA_boxItem {
    margin-top: 30px;
  }
}
/*ESG*/
.m_ESG-S {
  margin-top: 20px;
}
.m_ESG_imgMain-sp {
  display: none;
}
.m_ESG_ttl {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.m_ESG_ttlMain {
  font-size: 25px;
  font-weight: bold;
}
.m_ESG_ttlMain:before {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("/resource/img/ir/sustainable/index/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  padding-right: 10px;
}
.m_ESG_checkList {
  width: 345px;
  margin-top: 10px;
}
.m_ESG_checkTtl {
  font-size: 15px;
  font-weight: bold;
}
.m_ESG_checkTtl:before {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("/resource/img/ir/sustainable/index/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
  width: 18px;
  height: 15px;
  padding-right: 5px;
}
.m_ESG_linkList {
  padding-left: 23px;
}
.m_ESG_checkTtl + .m_ESG_linkList {
  margin-top: 5px;
}
.m_ESG_linkItem + .m_ESG_linkItem {
  margin-top: 5px;
}
.m_ESG_linkList + .m_ESG_checkTtl {
  margin-top: 5px;
}
.m_ESG_linkTarget {
  font-size: 15px;
  font-weight: 400;
  color: #005580;
  transition: opacity .3s;
  text-decoration: underline;
}
.m_ESG_linkTarget:hover {
  opacity: 0.7
}
@media screen and (max-width:768px) {
  .m_ESG_checkList-S {
    width: 48%;
  }
  .m_ESG-E,
  .m_ESG-G{
    width: 48%;
  }
}
@media screen and (max-width:599px) {
  .m_ESG + .m_ESG {
    margin-top: 60px;
  }
  .m_ESG-E,
  .m_ESG-G{
    width: 100%;
  }
  .m_ESG_checkList {
    width: 100%;
  }
  .m_ESG_imgMain-pc {
    display: none;
  }
  .m_ESG_imgMain-sp {
    display: block;
  }
}
/*ftBanner*/
.m_ftBanner_item + .m_ftBanner_item {
  margin-top: 40px;
}
.m_ftBanner_itemLink {
  transition: opacity .3s;
}
.m_ftBanner_itemLink:hover {
  opacity: 0.7;
}
.m_ftBanner_itemLink img {
  vertical-align: bottom;
}
.m_ftBanner_linkimg-sp {
  display: none;
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:599px) {
  .m_ftBanner_linkimg-pc {
    display: none;
  }
  .m_ftBanner_linkimg-sp {
    display: block;
  }
}
/*******
utility
*******/
.u_sm_block{
  display: none;
}
@media screen and (max-width:599px) {
  .u_sm_block{
    display: block;
  }
}</pre></body></html>