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

.page-header__wrapper {
  margin-bottom: 24px;
  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;
  color: #000;
}

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

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

/* Tabs
 *********************************** */
.device_tab {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 940px;
  list-style-type: none;
  text-align: left;
}

.device_tab li {
  margin: 0;
  padding: 0;
}

.device_tab img {
  vertical-align: bottom;
}

.device_tab .first {
  position: relative;
  z-index: 3;
  width: 330px;
}

.device_tab .second {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 305px;
  width: 330px;
}

.device_tab .third {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 610px;
  width: 330px;
}

/* Article and Sections
 *********************************** */
.article {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.565;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;

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

.category-block {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-bottom: 24px;
  width: 940px;
  border: 2px solid #6a6a6a;
}

.category-block__title {
  margin-bottom: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url('https://www.maru-jan.com/image/base/bar_bg_940.jpg') center top /cover no-repeat;
  letter-spacing: 4px;
}

.page-index-block {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 940px;
  border: 2px solid #6a6a6a;
}

.category-block-list {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  text-align: left;
}

.category-block-list__item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

.category-block-list__item a:link,
.category-block-list__item a:visited,
.category-block-list__item a:hover,
.category-block-list__item a:active {
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #eee;
}

.category-block-list__item a:hover,
.category-block-list__item a:active {
  background-color: #afa;
  /*	color:#fff;*/
}

/* 目次
 *********************************** */
.page-index-block__title {
  margin-left: 24px;
  font-weight: bold;
}

.page-index-block__list {
  margin-bottom: 24px;
  margin-left: 48px;
}

/* 個々の質問と応答
 *********************************** */
.faq-block__title {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  font-size: 30px;
  font-weight: bold;
  text-indent: 12px;
}

.faq-block__title-sub {
  margin-top: -12px;
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  font-size: 24px;
  text-indent: 12px;
}

.faq-post {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-bottom: 24px;
  width: 940px;
  border: 2px solid #6a6a6a;
}

.faq-post em {
  font-weight: bold;
}

.faq-post__header {
  overflow: hidden;
  margin-bottom: 24px;
  padding-top: 4px;
  width: 100%;
  border-bottom: 2px solid #6a6a6a;
  background-color: #e0f7dd;
  ;
}

.faq-post__title {
  float: left;
  padding-left: 12px;
  font-weight: bold;
  font-size: 26px;
}

.faq-post__title a:link,
.faq-post__title a:visited,
.faq-post__title a:hover,
.faq-post__title a:active {
  text-decoration: none;
  color: #000;
}

.faq-post__return {
  float: right;
  padding-right: 12px;
}

.faq-post__body {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  font-family: 'Osaka-Mono', 'Noto Sans JP', Monospace;
  font-size: 26px;
}

/* Atomic CSS
 *********************************** */
.pl-24px {
  padding-left: 24px;
}

.ti-0 {
  text-indent: 0;
}

/* padding-left と text-indent を同じ値にして相殺する */
.brackets-list {
  padding-left: 40px;
}

.list-brackets {
  line-break: strict;
  overflow-wrap: break-word;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -40px;
}

.list-brackets:before {
  content: "(" counter(cnt) ")";
}

.sb-s {
  scroll-behavior: smooth;
}

/* その他
 *********************************** */
strong {
  font-weight: bold;
}
