@charset 'euc-jp';

/* Layout
 *********************************** */
.container div,
.container p,
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6,
.container ol,
.container ul,
.container li,
.container dl,
.container dt,
.container dd {
  box-sizing: border-box;
}

.container {
  width: 100%;
  min-width: 980px;
  background-color: #000;
}

.page-header__wrapper {
  width: 100%;
  background: #000;
}

.page-header {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}

.breadcrumb {
  line-height: 2;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  color: #fff;
}

.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #fff;
}

.breadcrumb .item {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}

.breadcrumb .item::after {
  position: absolute;
  top: 0;
  right: -1em;
  content: '>';
  color: #fff;
}

.breadcrumb .item:last-child::after {
  content: '';
}

.content {
  margin: 0 auto;
}

.page-footer {
  width: 100%;
  background-color: #fff;
}

/* Article and Sections
  *********************************** */
.article {
  padding-bottom: 48px;
  line-height: 1.5;
  font-family: 'ヒラギノ明朝 Pro W6', 'Sawarabi Mincho', 游明朝体, 'Yu Mincho', YuMincho, HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 28px;
  letter-spacing: 0px;
  color: #fff;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

.section__title--sub {
  width: 980px;
}

.section__title--sub img {
  max-width: 100%;
  height: auto;
}

.section-content {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  margin-bottom: 48px;
}

.note-block {
  background: #595959;
  border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  width: 660px;
  padding: 24px 0px 24px 24px;
}

/* 980px を超える title 画像用 CSS
  *********************************** */
.section-title {
  width: 980px;
  overflow: hidden;
}

.section__title {
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
}

.section__title img {
  display: block;
  width: 1200px;
  height: auto;
}

@media screen and (min-width: 981px) {
  .section-title {
    width: 100%;
    overflow: hidden;
  }
}

.section-content__01 {
  margin-top: -240px;
  position: relative;
}

/* Atomic Style
  *********************************** */
.c-\#afafaf {
  color: #afafaf;
}