html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Noto Sans JP", Roboto
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    border: 1px solid rgba(255,255,255,.125);
}

.box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.125);
}

.col-form-value {
    padding-top: calc(0.7692rem + 1px);
    padding-bottom: calc(0.7692rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1;
}



.text-right {
    clear: both;
    text-align: right;
}

.ui-widget-header {
    border: 1px solid #ffffff !important; /*{borderColorHeader}*/;
    border-bottom-color: #aaaaaa!important;
    background: #ffffff!important; /*{bgColorHeader}*/ 
    color: #222222; /*{fcHeader}*/;
    font-weight: bold;
}

body> .container {
    min-height: 90vh;
}