@charset "UTF-8";

/* Bootstrap 3用：通常の数字付き箇条書きを強制的に戻す */
.list-decimal {
    list-style-type: decimal !important;
    /* 番号を内側に表示させることで、枠外に隠れるのを防ぎます */
    list-style-position: inside !important; 
    padding-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* 子要素の li に対して、箇条書きの振る舞いを強制します */
.list-decimal li {
    display: list-item !important; 
    list-style-type: decimal !important;
    /* 番号とテキストの間に少し隙間を作ります */
    padding-left: 0.5em; 
    /* ZEBページ等の行間に合わせる */
    line-height: 220%; 
    border-left:0;
}

/* ネスト（入れ子）対応 */
.list-decimal ol,
.list-decimal ul {
    padding-left: 1.5em !important;
    margin-bottom: 0;
}

.jisseki {
  border-bottom:1px solid #fff;
  padding-bottom:0.5rem;
  margin-bottom:0.5rem;
}

.zeb-kome {
  font-size:1.3rem; line-height:170%; margin-bottom:40px; margin-top:3rem;
}

.zeb-title-box {
  margin-bottom:0;
}

.zeb-titlebox02 {
  padding-left:0;
}

.zeb-titlebox02 h1 {
  padding-bottom:0;
}

.zeb-image {
  margin:3rem auto; width:80%;
}

.zeb-inbox {
  margin: 3rem 0; background-color: #f2f2f2; padding: 1rem 5rem 3rem 5rem;
}

.zeb-inbox h3 {
  font-weight:700; letter-spacing: normal; text-align:center; padding-bottom:1.5rem;
}

.line-table-btn {
  font-size:17px;
  width:60%;
  font-weight:700;
}