@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;
}

.breadcrumb {
  line-height: 2;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;
  font-size: 18px;
  color: #000;
}

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

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

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

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

/* Layout
 *********************************** */
.container {
  width: 100%;
  width: 980px;
  min-width: 980px;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;
}

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

.content {
  margin: 0 auto;
  max-width: 2000px;
}

.page-footer {
  width: 100%;
}

.page-header__wrapper {
  padding-bottom: 12px;
}

/* Article
 *********************************** */
.article {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.33;
  font-size: 18px;
  letter-spacing: 1px;

  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

/* Sections
 *********************************** */
.section {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  width: 940px;
  border: 2px solid #6a6a6a;
}

.section__title {
  margin-bottom: 24px;
  height: 45px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: url('https://www.maru-jan.com/image/base/v22/bar_gray.png') center top no-repeat;
  font-size: 28px;
}

.section__text {
  margin-right: auto;
  margin-left: auto;
  width: 860px;
  font-size: 22px;
}

.section__sub-title {
  margin-right: auto;
  margin-left: auto;
  width: 860px;
  line-height: 1.5;
  font-size: 24px;
  color: #6c6c6c;
}

/* Atomic CSS
 *********************************** */
.w-980px {
  width: 980px;
}

.h-a {
  height: auto;
}

.c-\#f7e297 {
  color: #f7e297;
}

.mb-96px {
  margin-bottom: 96px;
}

.w-792px {
  width: 792px;
}

.fz-28px {
  font-size: 28px;
}

.fz-36px {
  font-size: 36px;
}

.lts-2px {
  letter-spacing: 2px;
}

.pl-1em {
  padding-left: 1em;
}

.c-\#f00,
.c-\#f00:link,
.c-\#f00:visited,
.c-\#f00:hover,
.c-\#f00:active {
  color: #f00;
}
