@charset "UTF-8";
@media screen and (max-width: 768px) {
  #contents {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #contents > section:first-child {
    padding-top: 0;
  }
  #contents > section + section {
    padding-top: 0;
  }
}

#contents .subttl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #contents .subttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

#contents .subttl:before, #contents .subttl:after {
  margin-left: -20px;
}

#contents .subttl.color-safety:after {
  background-color: #33b963;
}

#contents .subttl.color-friendly:after {
  background-color: #f15089;
}

#contents .subttl.color-positive:after {
  background-color: #3377ff;
}

#contents .subttl.color-notice:after {
  background-color: #ff7033;
}

#contents .subttl > .__date {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 1em;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  top: -.15em;
}

@media screen and (max-width: 768px) {
  #contents .subttl > .__date {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

#contents .subttl + .subbody {
  margin-top: 30px;
}

#contents * + .content-section {
  margin-top: 40px;
}

#contents .content-section + .content-section {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #contents .content-section + .content-section {
    margin-top: 30px;
  }
}

#contents .content-heading {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding: 5px 30px;
  line-height: 1.75;
  position: relative;
}

#contents .content-heading:before, #contents .content-heading:after {
  content: "";
  background-size: 12px 12px;
  background-position: center center;
  width: 12px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contents .content-heading:before {
  left: 5px;
}

#contents .content-heading:after {
  right: 5px;
}

#contents .content-heading.color-safety {
  border: 1px solid #33b963;
  background:#fff;
}

#contents .content-heading.color-safety:before, #contents .content-heading.color-safety:after {
  background-image: radial-gradient(#33b963 17%, transparent 34%);
}

#contents .content-heading.color-friendly {
  border: 1px solid #f15089;
}

#contents .content-heading.color-friendly:before, #contents .content-heading.color-friendly:after {
  background-image: radial-gradient(#f15089 17%, transparent 34%);
}

#contents .content-heading.color-positive {
  border: 1px solid #3377ff;
    background:#fff;
}

#contents .content-heading.color-positive:before, #contents .content-heading.color-positive:after {
  background-image: radial-gradient(#3377ff 17%, transparent 34%);
}

#contents .content-heading.color-negaitive {
  border: 1px solid;
}

#contents .content-heading.color-negaitive:before, #contents .content-heading.color-negaitive:after {
  background-image: radial-gradient(17%, transparent 34%);
}

#contents .content-heading.color-notice {
  border: 1px solid #ff7033;
}

#contents .content-heading.color-notice:before, #contents .content-heading.color-notice:after {
  background-image: radial-gradient(#ff7033 17%, transparent 34%);
}

#contents .content-heading.color-danger {
  border: 1px solid;
}

#contents .content-heading.color-danger:before, #contents .content-heading.color-danger:after {
  background-image: radial-gradient(17%, transparent 34%);
}

#contents .content-heading.color-warning {
  border: 1px solid;
}

#contents .content-heading.color-warning:before, #contents .content-heading.color-warning:after {
  background-image: radial-gradient(17%, transparent 34%);
}

#contents .content-heading + .content-body {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #contents .content-heading + .content-body {
    margin-top: 15px;
  }
}

#contents .content-body {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  #contents .content-body {
    padding-left: 0;
    padding-right: 0;
  }
}

#contents .content-struct > * + * {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #contents .content-struct > * + * {
    margin-top: 20px;
  }
}

#contents.csr.environment {
  /**
 * CSS Document
 * sass 以外での編集禁止
 */
}

#contents.csr.environment * + .scope-counter {
  margin-top: 50px;
}

#contents.csr.environment .scope-counter {
  counter-reset: scope-counter;
}

* + #contents.csr.environment .scope-counter__item {
  margin-top: 30px;
}

#contents.csr.environment .scope-counter__item {
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  #contents.csr.environment .scope-counter__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#contents.csr.environment .scope-counter__item > .__before {
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #contents.csr.environment .scope-counter__item > .__before {
    line-height: 1.23;
    margin-right: 15px;
  }
}

#contents.csr.environment .scope-counter__item > .__before:before {
  font-size: 32px;
  font-size: 3.2rem;
  counter-increment: scope-counter;
  content: counter(scope-counter);
  display: inline-block;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #33b963;
}

@media screen and (max-width: 768px) {
  #contents.csr.environment .scope-counter__item > .__before:before {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#contents.csr.environment .scope-counter__item > .__before:after {
  content: "";
  background: url(../img/csr/environment/icon_counter.png) no-repeat center center;
  background-size: cover;
  display: block;
  width: 53px;
  height: 13px;
}

@media screen and (max-width: 768px) {
  #contents.csr.environment .scope-counter__item > .__before:after {
    width: 39.75px;
    height: 9.75px;
  }
}

#contents.csr.environment .scope-counter__item > .__inner {
  -webkit-flex: 1;
  flex: 1;
}

#contents.csr.environment .scope-collapse {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 769px) {
  #contents.csr.environment .scope-collapse > * + * {
    margin-left: 80px;
  }
}

@media print {
  #contents.csr.environment .scope-collapse > * + * {
    margin-left: 80px;
  }
}

@media screen and (max-width: 768px) {
  #contents.csr.environment .scope-collapse {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
  }
  #contents.csr.environment .scope-collapse > * {
    width: 100%;
    margin-top: 15px;
  }
  #contents.csr.environment .scope-collapse > *.order--last {
    -webkit-order: 100;
    order: 100;
  }
}

#contents.csr.environment .scope-collapse__img img {
  vertical-align: bottom;
}

#contents.csr.environment .scope-gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 769px) {
  #contents.csr.environment .scope-gallery > * + * {
    margin-left: 30px;
  }
}

@media print {
  #contents.csr.environment .scope-gallery > * + * {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  #contents.csr.environment .scope-gallery > * + * {
    margin-top: 15px;
  }
}

#contents.csr.environment .scope-gallery__img img {
  vertical-align: bottom;
}

/*2018.10.22追加*/

#contentswrap{
	background:url(../img/top/top_bg.jpg);
	background-size: cover;
}
