@charset 'utf-8';
body {
  margin: 0;
  padding: 0;
}
.content-container {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  color: #333;
  font-size: 16px;
}
.content-container html,
.content-container body,
.content-container div,
.content-container span,
.content-container applet,
.content-container object,
.content-container iframe,
.content-container h1,
.content-container h2,
.content-container h3,
.content-container h4,
.content-container h5,
.content-container h6,
.content-container p,
.content-container blockquote,
.content-container pre,
.content-container a,
.content-container abbr,
.content-container acronym,
.content-container address,
.content-container big,
.content-container cite,
.content-container code,
.content-container del,
.content-container dfn,
.content-container em,
.content-container img,
.content-container ins,
.content-container kbd,
.content-container q,
.content-container s,
.content-container samp,
.content-container small,
.content-container strike,
.content-container strong,
.content-container sub,
.content-container sup,
.content-container tt,
.content-container var,
.content-container dl,
.content-container dt,
.content-container dd,
.content-container ol,
.content-container ul,
.content-container li,
.content-container fieldset,
.content-container form,
.content-container label,
.content-container legend,
.content-container table,
.content-container caption,
.content-container tbody,
.content-container tfoot,
.content-container thead,
.content-container tr,
.content-container th,
.content-container td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.content-container body {
  line-height: 1;
  color: #000;
  background: #fff;
}
.content-container ol,
.content-container ul {
  list-style: none;
}
.content-container table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
.content-container caption,
.content-container th,
.content-container td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.content-container a img {
  border: none;
}
.content-container * {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .content-container .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .content-container .pc {
    display: none !important;
  }
}
.content-container .hidden {
  display: none !important;
}
.content-container img {
  vertical-align: bottom;
}
.content-container button,
.content-container .button {
  display: block;
  outline: none;
  border: none;
  color: inherit;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.content-container input,
.content-container button,
.content-container select,
.content-container textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
}
.content-container div,
.content-container p,
.content-container section,
.content-container ul,
.content-container li,
.content-container header,
.content-container footer,
.content-container main,
.content-container img,
.content-container a,
.content-container span,
.content-container button,
.content-container input,
.content-container select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-container a {
  cursor: pointer;
}
.content-container .flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .content-container .flex-wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.content-container .flex-wrap.wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-container .flex-wrap.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.content-container .flex-wrap.stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.content-container .flex-wrap.space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content-container .flex-wrap.space-around {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.content-container .flex-wrap.flex-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.content-container .flex-wrap.flex-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.content-container .content-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.content-container a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media screen and (max-width: 767px) {
  .content-container img {
    width: 100%;
  }
}
.content-container .title-component.theme-1 {
  position: relative;
  padding: 0 0 0.5em;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .content-container .title-component.theme-1 {
    font-size: 1em;
  }
}
.content-container .title-component.theme-1:before,
.content-container .title-component.theme-1:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 50%;
  bottom: 0;
}
.content-container .title-component.theme-1:before {
  left: 0;
  background-color: #c9000b;
}
.content-container .title-component.theme-1:after {
  left: 50%;
  background-color: #c1c1c1;
}
.content-container .mt-1 {
  margin-top: 1em;
}
.content-container .small {
  font-size: 0.75em;
}
.content-container .right-wrap {
  text-align: right;
}
.content-container .link-component {
  display: inline-block;
}
.content-container .link-component.theme-1 {
  text-decoration: none;
  font-size: 0.875em;
  background-image: url("../sustainability/image/div-arrow-chevron-right-red.png");
  -webkit-background-size: auto 0.75em;
  -moz-background-size: auto 0.75em;
  background-size: auto 0.75em;
  background-position: right center;
  padding-right: 1.25em;
}
@media screen and (max-width: 767px) {
  .content-container .link-component.theme-1 {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .content-container .key-visual {
    height: auto;
  }
}
.content-container .key-visual .title {
  font-weight: bold;
  font-size: 0.875em;
  color: #f08611;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .content-container .key-visual .title {
    margin: 2em 0 0;
    font-size: 0.625em;
  }
}
.content-container #sec-top .desc {
  font-size: 0.75em;
  padding: 2em 0;
  line-height: 1.8;
}
.content-container .top-message {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .content-container .top-message {
    position: relative;
    height: 80vw;
    background-position: right top;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.content-container .top-message .text-container {
  display: block;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  color: inherit;
  text-decoration: none;
  padding: 3em 2em;
  width: 62.5%;
  font-size: 0.9375em;
}
.content-container .top-message .text-container:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-color: rgba(255,255,255,0.867);
}
@media screen and (max-width: 767px) {
  .content-container .top-message .text-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 1em;
    font-size: 0.8125em;
  }
}
.content-container .top-message .title {
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .content-container .top-message .title {
    margin-bottom: 0.5em;
  }
}
.content-container .top-message .message {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .content-container .top-message .message {
    font-size: 0.75em;
  }
}
.content-container .links .link {
  position: relative;
}
.content-container .links .link:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255,170,0,0.133);
}
.content-container .links .link:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-container .links .link:hover:after {
  content: '';
}
@media screen and (max-width: 767px) {
  .content-container .links .link {
    width: 50%;
    padding: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .content-container .percentage {
    margin: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .content-container .percentage + .percentage {
    margin-left: 1em;
  }
}
.content-container ul.points {
  font-weight: bold;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .content-container ul.points {
    padding: 0;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .content-container ul.points > li {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.content-container ul.points li + li {
  margin-top: 1em;
}
.content-container ul.points .label {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .content-container ul.points .label {
    width: 3em;
  }
}
@media screen and (max-width: 767px) {
  .content-container ul.points .text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.content-container .sub-section + .sub-section {
  margin-top: 2em;
}
.content-container .sub-section .text-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1em;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .content-container .sub-section .text-container {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
.content-container .sub-section .image-container {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .content-container .sub-section .image-container {
    width: 100%;
    padding: 0 3em;
    margin: 0;
  }
}
.content-container .sub-section .desc {
  font-size: 0.75em;
  margin: 1em 0;
  line-height: 1.8;
}
.content-container .sub-section .note {
  font-size: 0.625em;
  margin: 1em 0;
  line-height: 1.8;
}
.content-container .sub-section ul.points-2 {
  font-weight: bold;
  font-size: 0.75em;
}
.content-container .sub-section ul.points-2 > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
.content-container .sub-section .image {
  margin-top: 1em;
}
.content-container .sub-section .image-desc {
  text-align: center;
  font-size: 0.625em;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .content-container .sub-section .image-desc {
    font-size: 0.75em;
  }
}
.content-container .sub-section-title {
  padding-bottom: 1em;
  font-size: 0.875em;
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.content-container a.banner {
  margin-bottom: 1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .content-container a.banner {
    width: 48.75%;
  }
}
@media screen and (max-width: 767px) {
  .content-container .banners {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.content-wrap .section {margin-bottom:2em;}
