@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   base
   ========================================================================== */
/* Table layout
  ========================================================================== */
.table-layout {
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #cdcfd3;
  line-height: 1.5;
}
.table-layout:first-child {
  margin-top: 0;
}
.table-layout + .table-layout {
  margin-top: 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .table-layout {
    border: none;
  }
  body:not(.non-responsive) .table-layout + .table-layout {
    margin-top: 30px;
  }
}
.table-layout_head {
  display: table-cell;
  width: 270px;
  padding: 20px;
  background-color: #fafafb;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .table-layout_head {
    display: block;
    width: auto;
    padding: 15px 10px;
    border-top: 1px solid #cdcfd3;
  }
}
.table-layout_detail {
  display: table-cell;
  width: 586px;
  padding: 20px;
  border-left: 1px solid #cdcfd3;
  vertical-align: middle;
}
.table-layout_detail.button-area {
  width: 240px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .table-layout_detail {
    display: block;
    width: auto;
    padding: 15px 0;
    border: none;
  }
  body:not(.non-responsive) .table-layout_detail.button-area {
    width: auto;
    padding: 0;
  }
}
