@charset "UTF-8";
/*  =============================================================

　　コンポーネント設定

    小さな単位のモジュールを管理

============================================================= */
/*  カラム
---------------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
}
/*  テキスト
---------------------------------------------*/
/* 見出し */
h2 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1em;
}
h3 {}
h4 {}
h5 {}
/*  アイコン
---------------------------------------------*/
.icn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
/*  タグ
---------------------------------------------*/
.tag {
  border-radius: 0.25rem;
  padding: .3rem .5rem;
  font-size: .75rem;
  min-width: 60px;
  margin: 5px;
  display: inline-block;
  white-space: nowrap;
}
.pillow {
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  font-size: .875rem;
  font-weight: 600;
  display: block;
  background: white;
  width: 100px;
  margin: 0 auto 10px;
}
.label {
  border-radius: 0.25rem;
  padding: .3rem .5rem;
  font-size: .75rem;
  margin: 0 5px 5px;
  display: inline-block;
}
h1 .label {
  margin: 0 1em;
}
/*  日付
---------------------------------------------*/
.date {
  font-weight: 500;
  border-bottom: 1px solid #dedede;
  color: #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em;
  text-align: right;
}
/*  badge
---------------------------------------------*/
.badge {
  display: inline-block;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
/*  ボタン
---------------------------------------------*/
/* 共通 */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .8rem 1.6rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.row .btn {
  margin-right: 1em;
}
.btn+.btn {
  margin-left: 1em;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
@media (max-width: 1200px) {
  .btn {
    white-space: normal;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn:focus,
.btn-search:focus {
  box-shadow: none !important;
  outline: none;
}
.btn:active,
.btn-search:active {
  box-shadow: none !important;
  outline: none;
}
.btn:active:focus,
.btn-search:active:focus {
  box-shadow: none !important;
  outline: none;
}
/* button - Modifier */
.btn-search {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  padding: .3rem 1.6rem;
  letter-spacing: .5px;
  border-radius: 0.25rem;
}
.btn-search i {
  margin-right: 5px;
}
.btn-clear {
  margin-right: 8px;
  font-size: 12px !important;
}
.btn-delete::before,
.btn-copy::before {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}
.btn-default.dropdown-language-toggle {
  box-shadow: none !important;
}
.btn-default {
  border-radius: 0.5rem;
}
.btn-lg {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 1.2em 2.4em;
  border-radius: 10px;
  min-width: 300px;
}
.btn-sm {
  padding: .3rem .5rem;
  font-size: .875rem;
}
.btn-sm {}
.btn-md {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 1.2em 2.4em;
  border-radius: 0.5rem;
  min-width: 300px;
}
.btn-minimum {
  padding: .1rem .875rem;
  font-size: .75rem;
  border: 1px solid #dedede;
  text-decoration: none;
  border-radius: 10px;
}
.btn-round {
  border-radius: 2em;
}
.btn-default .btn-round {
  box-shadow: 0px 10px 0px 0px var(--border-default-shadow-color);
  border-radius: 10px;
}
.btn-imp-shadow {
  box-shadow: 0px 10px 0px 0px var(--border-important-shadow-color);
  border-radius: 10px;
}
.btn-round {
  border-radius: 3em;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
input[type="search"] {
  padding-left: 40px;
}
.btn-order {
  padding: .8rem;
}
.main-content .section-header .btn.btn-lg {
  margin-bottom: .8em;
  margin-left: 0;
  margin-right: .8em;
}
@media screen and (max-width: 1280px) {
  .section-header .btn-lg {
    min-width: fit-content;
    margin-bottom: .8em;
    margin-right: .8em;
  }
  .section-header .btn.btn-lg+.btn.btn-lg {
    margin-left: 0;
  }
}
/* button - Element */
.btn i {
  margin-right: 5px;
}
.btn-lg i {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-right: 0;
}
/*  table
---------------------------------------------*/
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
}
.table tr {
  border-top-style: solid;
  border-top-width: 1px;
}
.table th,
.table td {
  padding: 1em;
}
.table td {
  border-right-style: dotted;
  border-right-width: 1px;
}
.table td:last-child {
  border-right-style: none;
  border-right-width: none;
}
.table thead th {
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: 600;
  font-size: 12px;
  padding-left: 16px;
}
.table td {
  vertical-align: top;
  white-space: normal;
}
.table tbody+tbody {
  border-top-style: solid;
  border-top-width: 1px;
}
.table td.datetime {
  min-width: 130px;
  font-size: .875rem;
}
.table td i.fa-grip-vertical::before {
  display: block;
  width: 20px;
}
.table td .custom-checkbox {
  white-space: nowrap;
}
.table .custom-control-label {
  margin-left: 5px;
}
.table label {
  margin-bottom: 0;
}
.table td.tooltip-toggle {}
.table.sortable th .custom-checkbox {
  margin-left: 25px;
}
.table img {
  max-width: 160px;
}
.txt-wrap {
  width: 300px;
}
/*  form
---------------------------------------------*/
.arrow {
  position: relative;
  padding: 0 0 0 24px;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/*  form
---------------------------------------------*/
.box-form {
  padding: 2em;
  border-radius: 5px;
  position: relative;
}
.box-form+.box-form {
  margin-top: 1em;
}
.box-form::after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: -1;
  border-radius: 5px;
}
/*  progress bar
---------------------------------------------*/
.progress-bar {
  position: relative;
  height: 12px;
  margin: 5px 0 15px;
  background: white;
  border-radius: 5px;
  max-width: 152px;
  width: 100%;
}
.progress-bar .active {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  display: block;
  border-radius: 5px;
}

@media screen and (max-width: 575px) {
  .progress-bar{
    max-width: 136px;
  }
}
/*  error style
---------------------------------------------*/
.infobar {
  padding: 20px;
}
.infobar span {
  padding-right: 1em;
}
.list-invalid-feedback {
  padding: 20px;
  margin-bottom: 20px;
}
.list-invalid-feedback li {
  list-style: disc inside;
}
/* Page */
.page-error {
  height: 100%;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  display: table;
}
.page-error .page-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.page-error h1 {
  font-size: 2em;
  font-weight: 700;
}
.page-error h2 {
  font-size: 1.4em;
  font-weight: 600;
}
.page-error .page-description+p {
  margin-top: .8em;
}
.page-error .h-logo {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  border-bottom: 2px solid #ccc;
  padding-bottom: .2em;
  margin-bottom: .4em;
}
/* Empty States
---------------------------------------------*/
/* Media
---------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
.box-video {
  padding: 56.25% 0 0 0;
  position: relative;
}
/* Animation
---------------------------------------------*/
/* icon-guide
--------------------------------------------- */
.icon-guide {
  margin-left: auto;
}
.icon-guide img {
  width: 30px;
  height: auto;
}
/* txt-color
--------------------------------------------- */
.txt-secondary {
  color: var(--secondary-color);
}

/* mainエリアの共通base背景
--------------------------------------------- */
main .wrap{
  width: 100%;
  max-width: 800px;
  background: var(--body--base-color);
  /* height: 100%; */
  height: auto;
}
/* mainエリアの共通base背景 - 定対モードの場合
--------------------------------------------- */
body.bg-test main .wrap{
  background: inherit;
}
/* 見出しの水色の縦バー */
h3.midashi-bar{
  color: var(--acccent-dark-color);
  position: relative;
  padding-left: 12px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
h3.midashi-bar::before{
position: absolute;
top: 0;
left:0;
content: '';
width: 10px;
height: 1.5em;
background-color: var(--default-color);
}

/* デジタルチェックの見出し */
h3.midashi-bar.japanese{
  font-size: 1.4em;
  color: rgba(var(--japanese-color-rgb), 1);
}
h3.midashi-bar.arithmetic{
  font-size: 1.4em;
  color: rgba(var(--arithmetic-color-rgb), 1);
}
h3.midashi-bar.english{
  font-size: 1.4em;
  color: rgba(var(--english-color-rgb), 1);
}
h3.midashi-bar.science{
  font-size: 1.4em;
  color: rgba(var(--science-color-rgb), 1);
}
h3.midashi-bar.socialstudies{
  font-size: 1.4em;
  color: rgba(var(--socialstudies-color-rgb), 1);
}