@charset "UTF-8";
/**
 * action配下
 */
/* ==========================================================================
  共通
  ========================================================================== */
* {
  box-sizing: border-box;
}

body {
  min-width: 1044px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
body img {
  max-width: 100%;
}

#topicpath .navigation {
  width: 1004px;
  box-sizing: border-box;
  background: none;
  padding-left: 0;
}
#topicpath .navigation img {
  margin: 0 15px 0 3px;
}
#topicpath .navigation li:first-child {
  padding-left: 20px;
  background: url(/common/css/img/icon_home.gif) no-repeat left 4px;
}
#topicpath .navigation li {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  #topicpath {
    padding-left: 10px;
  }
  #topicpath .navigation {
    width: 100%;
  }
  #topicpath .navigation img {
    vertical-align: middle;
  }
}

#topicpath.topicpath-bottom {
  margin-bottom: 0;
}

.local-nav__block {
  background: #d1e4f1;
  padding: 80px 0;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 767px) {
  .local-nav__block {
    padding: 40px 10px;
    margin: 25px 0 3.2vw 0;
  }
}
.local-nav__block .local-nav-heading {
  font-size: 138.46154%;
  text-align: center;
  color: #0068b4;
  font-weight: bold;
  margin-bottom: 20px;
}
.local-nav__block .local-nav-info {
  display: block;
  width: 1024px;
  margin: auto;
}
.local-nav__block .local-nav-info:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .local-nav__block .local-nav-info {
    width: 100%;
  }
}
.local-nav__block .local-nav-info li {
  width: 200px;
  float: left;
  margin: 0 6px 0 0;
}
.local-nav__block .local-nav-info li:nth-child(5n) {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .local-nav__block .local-nav-info li:nth-child(5n) {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .local-nav__block .local-nav-info li {
    width: 100%;
    margin: 0 0 1px 0;
  }
  .local-nav__block .local-nav-info li img {
    width: 100%;
  }
  .local-nav__block .local-nav-info li:nth-child(2n) {
    float: right;
  }
}
.local-nav__block .local-nav-info li .local-nav__text {
  display: table;
  width: 100%;
}
.local-nav__block .local-nav-info li .local-nav__text span {
  display: table-cell;
  height: 54px;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0 25px 0 10px;
  background: #f2f2f2 url("img/arrow_right_blue.svg") no-repeat 95% center;
  color: #0068b4;
}
@media screen and (max-width: 767px) {
  .local-nav__block .local-nav-info li .local-nav__photo {
    display: none;
  }
}
.local-nav__block .local-nav-info li a {
  display: inline-block;
  width: 100%;
}
.local-nav__block .local-nav-info li a.active span {
  display: table-cell;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0 25px 0 10px;
  background: #0068b4;
  color: #fff;
}
.local-nav__block .local-nav-info li a:hover {
  opacity: 0.9;
  text-decoration: none;
}


/* ==========================================================================
企業としての取り組み（CSR）
   ========================================================================== */
#index-company-action {
  margin-top: -30px;
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  #index-company-action {
    margin-top: -10px;
  }
}
#index-company-action .full-box {
  width: 1024px;
}
@media screen and (max-width: 767px) {
  #index-company-action .full-box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #index-company-action .two-column-list li {
    float: none;
    margin: 0 0 10px;
  }
  #index-company-action .two-column-list li.right {
    float: none;
  }
}
#index-company-action .box-grey {
  width: 500px;
  background: #f2f2f2;
  display: block;
  padding: 25px;
  display: block;
  box-sizing: border-box;
}
#index-company-action .box-grey:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#index-company-action .box-grey:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #index-company-action .box-grey {
    width: 100%;
    padding: 25px 10px;
  }
}
#index-company-action .box-grey[target="_blank"] > h3 span {
  padding-right: 15px;
  background: url("./img/icon_blank.png") no-repeat right center;
  background-size: 9px auto;
}
#index-company-action .box-grey__heading {
  margin-bottom: 20px;
  padding-right: 20px;
  background-image: url("img/arrow_right_blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 128.57143%;
  color: #0068b7;
}
@media screen and (max-width: 767px) {
  #index-company-action .box-grey__heading {
    padding-right: 15px;
    font-size: 107.14286%;
  }
}
#index-company-action .box-grey__text {
  color: #262626;
}
#index-company-action .box-grey__text img {
  float: right;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #index-company-action .box-grey__text img {
    margin: 0 0 0 10px;
  }
}

/* サステナビリティ追加 */
.head-box {
  margin-bottom: 96px;
  padding: 80px 0;
  background-image: url(../img/action_top_back.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .head-box {
    margin-bottom: 64px;
    padding: 64px 0;
    background-position: 93% center;
  }
}

.head-box__inner {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .head-box__inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.four-column-list {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.four-column-list [width] {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .four-column-list {
    display: block;
    max-width: 345px;
  }
}

.four-column-list > li {
  flex-basis: 238px;
}

@media screen and (max-width: 767px) {
  .four-column-list > li {
    width: 100%;
  }
  .four-column-list > li + li {
    margin-top: 16px;
  }
}

.link_list {
  margin-top: .7em;
}

.link_list a {
  font-size: 14px;
  color: #0068b7;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.link_list a::after {
  content: '';
  display: inline-block;
  background-image: url(img/arrow_right_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 11.32px;
  height: 11.32px;
  margin-left: 1em;
}


.sustainability-top-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sustainability-top-list {
    display: block;
    max-width: 345px;
  }
}

.sustainability-top-list > li:nth-child(-n + 1) {
  flex-basis: 238px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}

.sustainability-top-list > li:nth-child(n + 2) {
  flex-basis: 238px;
  margin-top: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}

.li-child-width {
	flex-basis: 500px!important;
}

.sustainability-top-list > li:nth-child(2),
.sustainability-top-list > li:nth-child(3),
.sustainability-top-list > li:nth-child(4) {
  margin-top: 0;
}

.li-mt30 {
	margin-top: 30px!important;
}

.sustainability-top-list [src*="_sp"] {
  display: none;
}

.sustainability-top-list [src*="_pc"] {
  display: block;
}

@media screen and (max-width: 767px) {
  .sustainability-top-list > li:nth-child(n + 3) {
    margin-top: 0;
  }

  .sustainability-top-list > li {
    width: 100%;
  }
  .sustainability-top-list > li:not(:first-child) {
    margin-top: 16px;
  }
  
  .li-mt30 {
	margin-top: 0;
  }

  .sustainability-top-list [src*="_sp"] {
    display: block;
  }

  .sustainability-top-list [src*="_pc"] {
    display: none;
  }
}

.sustainability-top-list > li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}

.sustainability-top-list [width] {
  min-height: 0%;
}

.sustainability-top-list > li a span {
  flex-grow: 1;
  width: 100%;
  padding: 20px 32px 20px 20px;
  background: #fff url("img/arrow_right_blue.svg") no-repeat right 20px center;
  color: #006ab6;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sustainability-top-list > li a span {
    padding: 30px 32px 30px 24px;
  }
}

.sustainability-top-list li img {
  width: 100%;
}

.content-box {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .content-box {
    margin-bottom: 64px;
  }
}

.heading-level2 {
  margin-bottom: 64px;
  color: #001b2d;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .heading-level2 {
    margin-bottom: 32px;
    font-size: 16px;
  }
}

.date-list {
  border-top: 1px solid #d7d8d9;
  border-bottom: 1px solid #d7d8d9;
}

@media screen and (max-width: 767px) {
  .date-list {
    padding: 0 5px;
  }
}

.date-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 0;
}

@media screen and (max-width: 767px) {
  .date-list__item {
    flex-wrap: wrap;
  }
}

.date-list__item + .date-list__item {
  border-top: 1px solid #d7d8d9;
}

.date-list__item dt {
  flex-basis: 136px;
  font-size: 14px;
  line-height: 1.85714;
}

@media screen and (max-width: 767px) {
  .date-list__item dt {
    flex-grow: 1;
    flex-basis: calc(100% - 120px);
  }
}

.date-list__item .category {
  color: #fff;
  flex-basis: 120px;
  font-size: 12px;
  line-height: 2.1666666;
  text-align: center;
}


.date-list dd:not([class]) {
  padding: 0 2em;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .date-list dd:not([class]) {
    margin-top: 1em;
    padding: 0;
  }
}

.category.green {
  background-color: #8ed2a7;
}

.category.blue {
  background-color: #8eacd2;
}

.category.red {
  background-color: #d28e8e;
}

.category.purple_red {
  background-color: #c08ed2;
}

.category.purple_blue {
  background-color: #8e8ed2;
}

.box-grey__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box-grey__image {
  flex: 0 0 128px;
  margin-left: 10px;
}

/* マテリアリティ */
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}

.materiarity-list {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  row-gap: 39px;
}

@media screen and (max-width: 767px) {
  .materiarity-list {
    display: block;
    margin-top: 30px;
    max-width: 343px;
  }
}

.materiarity-list li {
  width: calc(( 100% - 24px ) / 2 );
}

@media screen and (max-width: 767px) {
  .materiarity-list li {
    width: 100%;
  }
  .materiarity-list > li:not(:first-child) {
    margin-top: 30px;
  }
}

.materiarity-list [src*="_sp"] {
  display: none;
}

.materiarity-list [src*="_pc"] {
  display: block;
}

@media screen and (max-width: 767px) {
  .materiarity-list [src*="_sp"] {
    display: block;
  }

  .materiarity-list [src*="_pc"] {
    display: none;
  }
}

.materiarity-list .link_list {
  margin-top: 31px;
}

@media screen and (max-width: 767px) {
  .materiarity-list .link_list {
    margin-top: 10px;
  }
}

.materiarity-list .link_list li{
  margin-bottom: 10px;
  line-height: 1.35;
}