
body {
  font-family: "Source Han Sans JP", "Noto Sans JP", "Helvetica Neue", sans-serif;
}

/* 容器 */
.maguideline-wrap {
  width: 100%;
  background-color: #f9f9f9;
  padding: 60px 0;
}

.lSection {
  max-width: 1100px;
  margin: 0 auto;
}

.lContainer {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
#mv .mv-wrapper .mv-inner .mv-title h2 {
	font-size: 35px !important;
}
}
/* ===================
   内容区域
=================== */
.bContent p {
  margin-bottom: 1.6em;
  font-size: 16px;
  line-height: 1.8;
}

.center {
  text-align: center;
  font-weight: 600;
}

.mt2mb2 {
  margin: 2em 0;
}

.indent {
  font-size: 0.95em;
  color: #555;
}

/* 多层缩进 */
.indent.indent2 { margin-left: 4em; }
.indent.indent3 { margin-left: 6em; }

/* ===================
   标题
=================== */
h2 {
  font-size: 1.9em;
  font-weight: 700;
  margin: 2.2em 0 1.2em;
}

h3 {
  font-size: 1.4em;
  font-weight: 600;
  margin: 1.6em 0 0.8em;
}

/* ===================
   列表
=================== */
ol {
  list-style-type: decimal;
  margin-left: 2em;
  margin-bottom: 1.6em;
  line-height: 1.6;
}
ol li {
  list-style-type: decimal;
}
ol.kakko {
  list-style-type: lower-roman;
  margin-left: 2em;
}
ol.kakko {
  counter-reset: sub-counter;
  margin-left: 1.5em;
  padding-left: 0;
}

ol.kakko li {
  counter-increment: sub-counter;
  margin-bottom: 0.8em;
  list-style: none;
  position: relative;
}
ol.kakko li::before {
  content: "（" counter(sub-counter) "）";
  position: absolute;
  left: -2.5em;
  font-weight: normal;
}
ol ul li {
	list-style-type: disc;
}
ul {
  list-style-type: disc;
  margin-left: 1em;
  margin-bottom: 1.6em;
}

li {
  margin-bottom: 0.8em;
}
.sime {
  text-align: right;
}


/* ===================
   表格
=================== */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.6em;
}

table th,
table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

table th {
  background-color: #f2f2f2;
  font-weight: 700;
}

/* ===================
   Blockquote
=================== */
blockquote {
  border-left: 4px solid #0072bc;
  padding-left: 12px;
  margin: 1.6em 0;
  color: #555;
  font-style: italic;
}

/* ===================
   响应式
=================== */
@media screen and (max-width: 1024px) {
  .lContainer { padding: 0 15px; }
  .mv h1 { font-size: 2em; padding: 15px 25px; }
  h2 { padding-left: 12px; }
}

@media screen and (max-width: 768px) {
  body { font-size: 15px; line-height: 1.7; }
  h2 { font-size: 1.6em; padding-left: 10px; }
  h3 { font-size: 1.2em; }
  .indent { margin-left: 1.5em; }
  .mv { height: 220px; }
  .mv h1 { font-size: 1.6em; padding: 10px 20px; }
}

@media screen and (max-width: 480px) {
  .bContent p,
  li { font-size: 14px; }
  ol, ul { margin-left: 1.2em; }
  .indent { margin-left: 1em; }
  }
  
  @media screen and (max-width: 768px) {
  #mv .mv-wrapper .mv-inner .mv-title h2 {
  	font-size: 20px !important;
  }
  }

      @media screen and (max-width: 767px) {
      .is-pc {
          display: none !important;
      }
  }
