html {
  font-size: 12px;
}

@media (max-width: 1024px) { /* iPad 适配 */
    .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

body,table{
  padding: 0;
  margin: 0 auto;
  font-family: YakuHanJPs,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  background-color: #edf2f9;
  /* overflow: hidden; */
}

a { text-decoration: none; }

.thl { width:25% }

.header_back {
  background: #3277D4;
  color: white;
}

.form-check-input {
  width: 1.8em;
  height: 1.8em;
}

.form-select-sm{
  font-size:1em;
  border-color: #6c757d;
}

.btn-sm, .btn{
  padding:3px 4px;
}

.custom-placeholder::placeholder {
  color: #ccc;
}