@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* SP時、tableを画像表示して別窓へのリンクでPCの見た目と同じteble（html）を表示。
PC版の見た目のみなのでメディアクエリは追加しない */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333;
}

.font_sans {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.pc_link {
  display: none;
}

.sp_link {
  display: inline;
}

.table_window {
  font-size: 1.5rem;
  line-height: 1.66;
}
.table_window .close {
  width: 50px;
}
.table_window .close a:hover {
  opacity: .7;
}
.table_window .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 20px;
}
.table_window .header .header_logo {
  width: 90px;
  height: 52px;
}
.table_window .pageTop {
  right: 20px;
  width: 54px;
}
.table_window footer {
  position: relative;
  text-align: center;
}
.table_window footer .close {
  margin: 60px auto 40px;
}
.table_window .footer_inner {
  position: relative;
  border-top: 1px solid #d7d7d7;
  padding: 20px;
}
.table_window .copyright_text {
  font-size: 1.4rem;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.product_table_area {
  width: 820px;
  margin: 0 auto;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt_harf_em {
  margin-top: .5em;
}

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mt3em {
  margin-top: 3em;
}

.mt4em {
  margin-top: 4em;
}

.mb_harf_em {
  margin-bottom: .5em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.ml1em {
  margin-left: 1em;
}

.mr1em {
  margin-right: 1em;
}

.mt1rem {
  margin-top: 1rem;
}

.strong {
  font-weight: bold;
}

#construction_example .disp_table.allBtn {
  margin: 30px auto;
}

/*# sourceMappingURL=table_window.css.map */
