/*
@font-face {
    font-family: 'Nexa';
    src: url(fonts/Nexa Bold.otf);
}
*/
html {
  font-size: 24px;
}

@media (max-width: 991.98px){
  html {
    font-size: calc((100vw - 320px) / 140 + 16px);
  }

}

body{
  font-family: "Helvetica Neue",
    Meiryo,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif;
    background: #f1f4f6;
    font-size: 0.55rem;
}


.system {
  font-size: 1.2rem;
  font-family: Impact;
  color: #39446c;
  padding: 0px 0px 0px 0px;
}

.btn {
    font-size: .6rem;
}

.close {
  font-size: .8rem;
}

.modal-header {
  padding: .5rem .5rem;
}

.modal-header .close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}
.modal-body {
  padding: .5rem;
}

.modal-title {
  font-size: .9rem;
}

dl, ol, ul {
  margin-bottom: .5rem;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

ul {

}

.btn-xs {
  padding: 0.15rem 0.4rem 0.1rem;
  font-size: .5rem;
  vertical-align: middle;
}

.ribbon4 {
  display: inline-block;
  position: relative;
  height: 20px;/*高さ*/
  line-height: 20px;/*高さ*/
  text-align: center;
  padding: 0 10px 0 6px;/*文字の左右の余白*/
  font-size: 12px;/*文字サイズ*/
  background: #ff3131;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 10px 5px 10px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.modalTbl{
  display:none;
  background-color:#f1f4f6;
  border:1px grey solid;
  position:absolute;
  top:0px;
  left:0px;
}


