@charset 'euc-jp';

/* Fonts
 *********************************** */
@font-face {
  font-family: 'Sawarabi Mincho';

  src: url('https://www.maru-jan.com/fonts/sawarabi-mincho-medium.woff?1255') format('woff');
}

/* 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;
}

.page-header__wrapper {
  width: 100%;
}

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

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

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

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

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

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

/* Article and Sections
 *********************************** */
.article {
  margin-bottom: 48px;
  padding-bottom: 48px;
  line-height: 1.6;
  font-family: '¥Ò¥é¥®¥ÎÌÀÄ« Pro W6', 'Sawarabi Mincho', ÞâÌÀÄ«ÂÎ, 'Yu Mincho', YuMincho, HGÌÀÄ«E, '£Í£Ó £ÐÌÀÄ«', '£Í£Ó ÌÀÄ«', serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #653410;
  background: url('https://www.maru-jan.com/image/news/new_ranking_info/bg_01.png?184') center top no-repeat;

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

.article a:link,
.article a:visited,
.article a:hover,
.article a:active {
  color: #ff3c00;
}

.section-title {
}

.messages {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #ec3200;
  text-shadow: 0 0 1px rgba(236, 50, 0, 1);

  -moz-text-shadow: 0 0 1px rgba(236, 50, 0, 1);
  -webkit-text-shadow: 0 0 1px rgba(236, 50, 0, 1);
  -ms-text-shadow: 0 0 1px rgba(236, 50, 0, 1);
}

.strong {
  color: #ff3c00;
}

.notes {
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  width: 780px;
  font-size: 28px;
}

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

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

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

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