.old_design #content {
  width: 100%;
  padding: 0 16px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.old_design img {
  max-width: 100%;
}
.old_design .scroll {
  overflow: auto;
  padding-bottom: 1rem;
}
.old_design .scroll::-webkit-scrollbar {
  height: 5px;
}
.old_design .scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.old_design .scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.old_design .scroll table {
/*  width: 100%; */
}

.old_design .scroll:before {
  content: "※下記の表はスクロールできます。";
  color: #999;
  display: block;
  font-size: 13px;
  margin-top: 24px;
}


/*虫眼鏡アイコン*/
.old_design .magnify_wrapper {
    position: relative;
    display: inline-block;
}
.old_design .magnify_wrapper:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 0;
    background-image: url("/assets/images/original/zero01.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

/* 幅100% */
.old_design .s-full-content {
  margin-right: -16px;
  margin-left: -16px;
}
/* boreder-box */
.old_design .s-border-box {
  -webkit-box-sizing: boder-box;
          box-sizing: boder-box; 
}
/* font-size */
.old_design .s-fs-headline {
    font-size: 28px;
    line-height: 4;
}
.old_design .s-fs-xl {
    font-size: 24px;
    line-height: 3.2;
}
.old_design .s-fs-l {
    font-size: 18px;
    line-height: 2.8;
}
.old_design .s-fs-m {
    font-size: 16px;
    line-height: 2.8;
}
.old_design .s-fs-s {
    font-size: 14px;
    line-height: 2.4;
}
.old_design .s-fs-xs {
    font-size: 13px;
    line-height: 2;
}
/* spのみ表示,spのみ非表示 */
.s-sp-only {
    display: block;
}
.s-pc-only {
    display: none !important;
}
@media only screen and (min-width: 769px) {
    .s-sp-only {
        display: none;
    }
    .s-pc-only {
        display: block;
    }
}
