@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #2c2c2c;
  font-size: 1rem;
  min-height: 100vh;
}

input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

footer {
  position: sticky;
  top: 100vh;
}

a {
  color: #2c2c2c;
  transition: all ease 0.3s;
}
a:hover {
  opacity: unset !important;
}

body#main p {
  font-size: unset;
  color: #2c2c2c;
}

.bg-container {
  padding: 0 30px;
}

body#main #container,
body#main #container2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
}

body#main .ml-contents,
body#main .mr-contents {
  float: unset;
  margin: 0;
}

body#main .mr-contents {
  max-width: 960px;
  width: 100%;
}

.content-container {
  display: grid;
  grid-template-columns: minmax(auto, max-content) 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
}

body#main a:link {
  color: #0051C3;
}

body#main table.default {
  font-size: 1rem;
}

body#main p.h-ber {
  display: none !important;
}

body#main .h-rbox {
  background: unset;
}

body#main .h-rbox p.h-logout-btn a,
body#main .h-rbox p.h-change-btn a {
  background-image: unset;
}

body#main .h-rbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

body#main p.h-pupil-t {
  margin: 0;
  padding: 10px 8px;
  min-width: 160px;
  width: 100%;
  height: unset;
  background: #ffffff;
  color: #2c2c2c;
  font-size: 1rem;
  border-radius: 4px;
}

.header {
  background: rgba(0, 78, 162, 0.08);
  padding: 15px;
  margin-bottom: 20px;
}

body#main #header-area {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.h-rblock {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.h-change-btn,
.h-logout-btn,
.shozoku_admin_btn {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}
.h-change-btn img,
.h-logout-btn img,
.shozoku_admin_btn img {
  width: 35px;
  height: 35px;
}
.h-change-btn a,
.h-logout-btn a,
.shozoku_admin_btn a {
  color: #2c2c2c !important;
  text-decoration: unset !important;
  transition: all ease 0.3s;
}
.h-change-btn a:hover,
.h-logout-btn a:hover,
.shozoku_admin_btn a:hover {
  color: #00ad25 !important;
}

.h-rbox-inner {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

#main .footer {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: rgba(0, 78, 162, 0.08);
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px;
}
#main .footer img {
  height: 40px;
}
#main .footer .footer-company {
  margin-top: 16px;
  font-size: 1.2rem;
}
#main .footer .footer-company a {
  color: #004EA2 !important;
}
@media (hover: hover) {
  #main .footer .footer-company a:hover {
    color: #2c2c2c !important;
  }
}
#main .footer .copy {
  letter-spacing: 0.2px;
}

body#main .ml-contents {
  width: 200px;
}

.sidebar-main {
  display: grid;
  row-gap: 16px;
}

body#main p.m-account-btn,
body#main p.m-usedstatus-btn,
body#main p.m-news-btn {
  width: 200px;
  height: 60px;
}
body#main p.m-account-btn a,
body#main p.m-usedstatus-btn a,
body#main p.m-news-btn a {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 16px 10px 56px;
  color: #2c2c2c;
  font-size: 1.125rem;
  text-decoration: unset;
  text-align: center;
  background: #F8F6EB;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0);
  transition: all ease 0.3s;
}
body#main p.m-account-btn a span,
body#main p.m-usedstatus-btn a span,
body#main p.m-news-btn a span {
  color: #004EA2;
  font-size: 0.75rem;
  font-weight: 700;
}
body#main p.m-account-btn a._active,
body#main p.m-usedstatus-btn a._active,
body#main p.m-news-btn a._active {
  background: #F8EBEB;
}
@media (hover: hover) {
  body#main p.m-account-btn a:hover,
  body#main p.m-usedstatus-btn a:hover,
  body#main p.m-news-btn a:hover {
    border: solid 1px #2c2c2c;
  }
}

body#main p.m-account-btn a::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 30px;
  height: 30px;
  background: url(../img/account_circle.png) no-repeat;
  background-size: cover;
}

body#main p.m-usedstatus-btn a::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 30px;
  height: 30px;
  background: url(../img/used_status.png) no-repeat;
  background-size: cover;
}

body#main p.m-news-btn a::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 30px;
  height: 30px;
  background: url(../img/news-btn.png) no-repeat;
  background-size: cover;
}

#main .ml-contents .m-dashboard-btn {
  width: 200px;
  height: 60px;
}
#main .ml-contents .m-dashboard-btn a {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #2c2c2c;
  font-size: 1.125rem;
  text-decoration: unset;
  text-align: center;
  background: #F8F6EB;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0);
  transition: all ease 0.3s;
}
#main .ml-contents .m-dashboard-btn a._active {
  background: #F8EBEB;
}
@media (hover: hover) {
  #main .ml-contents .m-dashboard-btn a:hover {
    border: solid 1px #2c2c2c;
  }
}

.side-conteiner {
  position: sticky;
  top: 20px;
  left: 0;
}

.sidebar-sub {
  display: grid;
  row-gap: 16px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.sidebar-sub p {
  width: 100%;
  max-width: 200px;
  box-sizing: border-box;
}
.sidebar-sub p a {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c !important;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: unset !important;
  border: 2px solid #004EA2;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.sidebar-sub p a._active {
  background: #E7F3FF;
}
@media (hover: hover) {
  .sidebar-sub p a:hover {
    background: #004EA2;
    color: #ffffff !important;
  }
}
.sidebar-sub p.deliverable-zip-download-link {
  text-align: center;
}
.sidebar-sub p.deliverable-zip-download-link a {
  padding: 4px;
  display: inline;
  border: none;
  border-radius: 0;
  text-decoration: underline !important;
  color: #004EA2 !important;
  font-weight: normal;
  justify-content: unset;
}
@media (hover: hover) {
  .sidebar-sub p.deliverable-zip-download-link a:hover {
    color: #ffffff !important;
  }
}

.h2ttlarea {
  display: none;
}

.search-details {
  margin-bottom: 30px;
  border: 2px solid #004EA2;
  border-radius: 4px;
  background: #ffffff;
}
.search-details::details-content {
  transition: height 0.3s, opacity 0.3s, content-visibility 0.3s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.search-details[open]::details-content {
  opacity: 1;
}
.search-details[open] .search-summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.search-summary {
  position: relative;
  padding: 10px;
  color: #2c2c2c;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  list-style: none;
}
.search-summary::-webkit-details-marker {
  display: none;
}
.search-summary span {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: #E7F3FF;
  border-radius: 4px;
  transition: background 0.3s ease;
}
@media (hover: hover) {
  .search-summary span:hover {
    background: #F8EBEB;
  }
}
.search-summary::after {
  content: "";
  position: absolute;
  right: calc(50% - 120px);
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/arrow.png);
  background-size: cover;
  transition: transform 0.3s ease;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  details.search-details[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  details.search-details[open]::details-content {
    height: 500px;
    overflow-y: auto;
  }
}
.search-details-content {
  padding: 0 10px;
}

.open-courses-list .mr-block,
.close-courses-list .mr-block {
  margin-bottom: 16px;
  border: 2px solid #004EA2;
  border-radius: 4px;
  background: #ffffff;
}
.open-courses-list .mr-block::details-content,
.close-courses-list .mr-block::details-content {
  transition: height 0.3s, opacity 0.3s, content-visibility 0.3s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.open-courses-list .mr-block[open]::details-content,
.close-courses-list .mr-block[open]::details-content {
  opacity: 1;
}
.open-courses-list .mr-block[open] summary::after,
.close-courses-list .mr-block[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.open-courses-list .mr-block summary,
.close-courses-list .mr-block summary {
  position: relative;
  padding: 12px 16px;
  cursor: pointer;
  list-style: none;
}
.open-courses-list .mr-block summary::-webkit-details-marker,
.close-courses-list .mr-block summary::-webkit-details-marker {
  display: none;
}
.open-courses-list .mr-block summary::after,
.close-courses-list .mr-block summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/arrow.png);
  background-size: cover;
  transition: transform 0.3s ease;
}
.open-courses-list .mr-block summary .category-header,
.close-courses-list .mr-block summary .category-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: calc(100% - 30px);
}
.open-courses-list .mr-block summary .imf-checkbox,
.close-courses-list .mr-block summary .imf-checkbox {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.open-courses-list .mr-block summary .h2-title2,
.close-courses-list .mr-block summary .h2-title2 {
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #2c2c2c;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.open-courses-list .mr-block summary .h2-title2 a:hover,
.close-courses-list .mr-block summary .h2-title2 a:hover {
  text-decoration: underline;
}
.open-courses-list .mr-block summary .h2-title2 .bulk_group_change,
.close-courses-list .mr-block summary .h2-title2 .bulk_group_change {
  margin-left: auto;
  font-size: 0.875rem;
  white-space: nowrap;
}
.open-courses-list .mr-block .open_courses_wrapper,
.open-courses-list .mr-block .close_courses_wrapper,
.close-courses-list .mr-block .open_courses_wrapper,
.close-courses-list .mr-block .close_courses_wrapper {
  padding: 0 16px 16px;
}

#main .open-courses-list .setcategory,
#main .close-courses-list .setcategory {
  font-size: 1rem;
  font-weight: 500;
  color: #2c2c2c;
}

@supports (interpolate-size: allow-keywords) {
  .open-courses-list .mr-block[open]::details-content,
  .close-courses-list .mr-block[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  .open-courses-list .mr-block[open]::details-content,
  .close-courses-list .mr-block[open]::details-content {
    height: auto;
    height: 500px;
    overflow-y: auto;
  }
}
.search-box-table {
  font-size: 1rem;
}
.search-box-table th {
  width: 150px;
  padding: 22px 12px;
  background: #F4F4F4;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.search-box-table td {
  padding-left: 16px;
  border-bottom: 1px solid #dddddd;
}
.search-box-table select {
  padding: 10px 16px;
  border: solid 1px #BABABA;
  border-radius: 4px;
  font-size: 1rem;
  background-position: right 8px center;
}

.select-fullwidth select {
  width: 100%;
}

.input-fullwidth input {
  width: 100%;
  padding: 10px 16px;
  border: solid 1px #BABABA;
  border-radius: 4px;
  font-size: 1rem;
}

.spacer {
  padding: 0 1.5rem;
}

#main .btn_search-container {
  width: 200px;
  margin: 20px auto;
}
#main .btn_search-container ._button {
  display: grid;
  place-items: center;
  padding: 10px;
  color: #ffffff;
  text-decoration: unset;
  background: #004EA2;
  border: solid 2px #004EA2;
  border-radius: 4px;
}
@media (hover: hover) {
  #main .btn_search-container ._button:hover {
    background: #ffffff;
    color: #004EA2;
  }
}

.usage-container {
  margin: 7px auto 37px;
}

.usage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1rem;
}

.usage-content {
  position: relative;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-left: 20px;
}
.usage-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  height: 30px;
  width: 4px;
  background: #004EA2;
}

.open-course-title,
.unopn-course-title,
.config-mc-title,
.h2-entry-title,
.bulk_group_change-title,
.details-title,
.admin-mail-title {
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
  border-bottom: 1px solid #004EA2;
}
.open-course-title::before,
.unopn-course-title::before,
.config-mc-title::before,
.h2-entry-title::before,
.bulk_group_change-title::before,
.details-title::before,
.admin-mail-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 36px;
  background: #004EA2;
}

.unopn-course-title {
  margin-top: 40px;
}

#main .bg-container .lump-closed-btn,
#main .bg-container .lumpopen-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px 50px 16px auto;
}
#main .bg-container .lump-closed-btn a,
#main .bg-container .lumpopen-btn a {
  display: grid;
  place-content: center;
  width: 160px;
  height: 30px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: unset;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  #main .bg-container .lump-closed-btn a:hover,
  #main .bg-container .lumpopen-btn a:hover {
    background: #ffffff;
    color: #004EA2;
  }
}

#main .bg-container .lumpopen-btn._public a {
  display: grid;
  place-content: center;
  width: 160px;
  height: 30px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: unset;
  background: #e34c00;
  border: 2px solid #e34c00;
  border-radius: 4px;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  #main .bg-container .lumpopen-btn._public a:hover {
    background: #ffffff;
    color: #e34c00;
  }
}

#main .bg-container .lump-closed-btn a {
  background: #A20003;
  border-color: #A20003;
}
@media (hover: hover) {
  #main .bg-container .lump-closed-btn a:hover {
    color: #A20003;
  }
}

.icon_down {
  display: none !important;
}

.bulk_group_change {
  float: unset;
  display: grid;
  place-content: center;
  width: 160px;
  height: 30px;
  padding: 0 6px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  background: #004EA2;
  border: solid 2px #004EA2;
  border-radius: 4px;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .bulk_group_change:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.table_list {
  width: 100%;
  font-size: 0.875rem;
}
.table_list th {
  padding: 12px 16px;
  background: #004EA2;
  color: #ffffff !important;
}
.table_list td p,
.table_list td a {
  color: #2c2c2c !important;
  line-height: 1.4;
}
.table_list a {
  transition: color ease 0.3s;
}
@media (hover: hover) {
  .table_list a:hover {
    color: #004EA2 !important;
  }
}
.table_list td {
  padding: 8px;
  background: #F8F8F8;
  border-bottom: 1px solid #dddddd;
}

.tbl_listt2,
.tbl_listm2 {
  display: none;
}

.tbl_listm0 {
  width: -moz-fit-content;
  width: fit-content;
}
.tbl_listm0 input {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tbl_listm1 {
  width: 30%;
}

.tbl_listt1,
.tbl_listt2,
.tbl_listt_contract,
.tbl_listt3,
.tbl_listt4,
.tbl_listt5,
.tbl_listt6,
.tbl_listt7,
.tbl_listm1,
.tbl_listm2,
.tbl_listm_contract,
.tbl_listm3,
.tbl_listm4,
.tbl_listm5,
.tbl_listm6,
.tbl_listm7 {
  border-right: 1px solid #ffffff;
}

.tbl_listm2,
.tbl_listm_contract,
.tbl_listm3,
.tbl_listm4,
.tbl_listm5,
.tbl_listm6,
.tbl_listm7,
.tbl_listm8 {
  text-align: center;
}

.setup-btn {
  padding-top: 8px;
  font-weight: 500;
}

.table_list .detail-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.table_list .detail-btn a {
  display: grid;
  place-content: center;
  padding: 4px 28px;
  background: #004EA2;
  border: solid 2px #004EA2;
  border-radius: 4px;
  color: #ffffff !important;
  font-weight: 500;
  text-decoration: unset !important;
  transform: all ease 0.3s;
}
@media (hover: hover) {
  .table_list .detail-btn a:hover {
    background: #ffffff !important;
    color: #004EA2 !important;
  }
}

.csv-zip-text-button-processing {
  background: rgba(227, 76, 0, 0.1);
  background: #e3e3e3;
}

.dlzip {
  margin-top: 16px;
  background: rgba(227, 76, 0, 0.1);
}

.hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #dddddd;
}

.ml-contents .delete-button a {
  background: #A20003;
  color: #ffffff !important;
  font-weight: 500;
  border: solid 2px #A20003;
}
@media (hover: hover) {
  .ml-contents .delete-button a:hover {
    background: #ffffff;
    color: #A20003 !important;
  }
}

.ml-contents .assign-button a {
  background: #004EA2;
  color: #ffffff !important;
  font-weight: 500;
  border: solid 2px #004EA2;
}
@media (hover: hover) {
  .ml-contents .assign-button a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

body#main .m-gcontents {
  border: unset;
  max-width: 960px;
  width: 100%;
}

.search-result-header {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  margin-bottom: 20px;
}

.search-result-header__count {
  font-size: 1.25rem !important;
  font-weight: 500;
}

.delete-buttons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.delete-button-separator {
  grid-column: span 2;
  height: 12px;
}

.delete-button {
  max-width: 200px;
  width: 100%;
}
.delete-button a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 8px;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: unset !important;
  background: #A20003;
  border: 2px solid #A20003;
  border-radius: 4px;
  letter-spacing: 0.7px;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .delete-button a:hover {
    background: #ffffff;
    color: #A20003 !important;
  }
}

.assign-button {
  max-width: 200px;
  width: 100%;
}
.assign-button a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 8px;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: unset !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
  letter-spacing: 0.7px;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .assign-button a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.user-list-header,
.user-list-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: stretch;
}

.frmDel {
  display: grid;
  grid-template-columns: 5% 17% 17% 17% 17% 17% 10%;
}

.user-list-header {
  background-color: #E7F3FF;
  font-weight: bold;
}

.user-list-row:hover {
  background-color: #F4F4F4;
}

.user-list-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-left: 0;
  border-top: 0;
  word-break: break-all;
}
.user-list-header .user-list-cell:first-child, .user-list-row .user-list-cell:first-child {
  border-left: 1px solid #dddddd;
}
.user-list-header .user-list-cell {
  border-top: 1px solid #dddddd;
}
.user-list-header .user-list-cell a {
  padding-left: 8px;
  color: #004EA2 !important;
}

.user-detail-link {
  display: inline-block;
  padding: 2px 12px;
  color: #004EA2 !important;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none !important;
  background: #ffffff;
  border: 1px solid #004EA2;
  border-radius: 4px;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .user-detail-link:hover {
    background: #004EA2;
    color: #ffffff !important;
  }
}

.pagination-container {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 20px;
  padding: 15px 0;
}

.pagination-prev a,
.pagination-next a {
  color: #004EA2 !important;
  text-decoration: none !important;
}
.pagination-prev a:hover,
.pagination-next a:hover {
  text-decoration: underline !important;
}

.search-fields-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.search-fields-container .search-fields-left,
.search-fields-container .search-fields-right {
  display: contents;
}
.search-fields-container .search-fields-left .search-rrcap:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.search-fields-container .search-fields-left .search-rrcap:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.search-fields-container .search-fields-left .search-rrcap:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.search-fields-container .search-fields-left .search-rrcap:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}
.search-fields-container .search-fields-right .search-rrcap2:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.search-fields-container .search-fields-right .search-rrcap2:nth-child(2) {
  grid-column: 2;
  grid-row: 2;
}
.search-fields-container .search-fields-right .search-rrcap2:nth-child(3) {
  grid-column: 2;
  grid-row: 3;
}
.search-fields-container .search-fields-right .search-rrcap2:nth-child(4) {
  grid-column: 2;
  grid-row: 4;
}

.search-rrcap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
}

.search-rrcap-label {
  width: auto;
  min-width: 100px;
  padding: 8px 12px;
  background: #F4F4F4;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  flex-shrink: 0;
}

.search-rrcap .search-rrbox {
  flex: 1;
  padding: 4px;
  margin: 0;
}

.search-rrcap .textbox {
  width: 100%;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 0.875rem;
}

.search-rrcap2 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
}

.search-rrcap2-label {
  width: auto;
  min-width: 80px;
  padding: 8px 12px;
  background: #F4F4F4;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  flex-shrink: 0;
}

.search-rrcap2 .search-rrbox {
  flex: 1;
  padding: 4px;
  margin: 0;
}

.search-rrcap2 .option {
  width: 100%;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 0.875rem;
}

.search-rrcap2 .choice-btn a {
  padding: 6px 16px;
  color: #2c2c2c;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #004EA2;
  border-radius: 4px;
  font-size: 0.875rem;
  display: inline-block;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .search-rrcap2 .choice-btn a:hover {
    background: #004EA2;
    color: #ffffff;
  }
}

.search-rrcap3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 12px;
}

.search-rrcap3-label {
  width: auto;
  min-width: 120px;
  padding: 8px 12px;
  background: #F4F4F4;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  flex-shrink: 0;
}

.search-rrcap3 .search-rrbox2,
.search-rrcap3 .search-rrbox3,
.search-rrcap3 .search-rrbox,
.search-rrcap3 .search-rrtext,
.search-rrcap3 .search-rrtext2 {
  padding: 4px;
  margin: 0;
}

.search-rrcap3 .search-rrbox2 {
  flex: 1;
}

.search-rrcap3 .textbox {
  width: 100%;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 0.875rem;
}

.search-rrcap3 .option {
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 0.875rem;
}

.search-rrcap3 .search-rrbox p {
  margin: 0;
}

.search-rrcap3 .search-rrtext label {
  margin: 0;
  padding-right: 16px;
  font-size: 0.875rem;
}

.search-rrcap3 .search-rrtext2 {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.search-rrcap3 .textbox2 {
  width: 60px !important;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 0.875rem;
}

.search-rrcap3 .search-rrtext2 span {
  margin: 0 2px;
  font-size: 0.875rem;
}

body#main details select.option,
body#main details .choice-btn a,
body#main details .textbox {
  margin: unset;
}

body#main details select.option,
body#main details .textbox {
  width: 100%;
}

body#main p.choice-btn a {
  width: 100%;
  height: unset;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: unset !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (hover: hover) {
  body#main p.choice-btn a:hover {
    color: #004EA2 !important;
    background: #ffffff;
  }
}

#header {
  margin: inherit;
}

.site-header {
  padding: 20px;
  background: rgba(0, 78, 162, 0.08);
}

.site-header__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.site-header__logo {
  width: 300px;
}
.site-header__logo img {
  width: 100%;
  height: auto;
}

.site-header__nav-area {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}

.site-header__nav-list {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.site-header__nav-list li {
  text-align: center;
}
.site-header__nav-list a {
  color: #2c2c2c;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
}
@media (hover: hover) {
  .site-header__nav-list a:hover {
    color: #00ad25;
  }
}
.site-header__nav-list img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
.site-header__nav-list ._person {
  margin-left: 20px;
}

.site-header__language {
  display: flex;
  align-items: center;
}

.site-header__language-select {
  padding: 5px;
  width: 150px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: white;
  background-image: unset;
  cursor: pointer;
}

.site-header__language-icon {
  margin-right: 4px;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .site-header__language-icon {
    width: 25px;
    height: 25px;
  }
}

#navi_menu .sp-menu-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 60px;
  border-bottom: 1px solid #dddddd;
  color: #004EA2;
  font-size: 1.6rem;
}
#navi_menu .sp-menu-item a::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
#navi_menu .sp-menu-item .menu-history::before {
  background-image: url(/img/history_edu_blue.png);
}
#navi_menu .sp-menu-item .menu-settings::before {
  background-image: url(/img/settings_blue.png);
}
#navi_menu .sp-menu-item .menu-logout::before {
  background-image: url(/img/logout_blue.png);
}

.user-name {
  padding: 20px;
  background: #E7F3FF;
  font-size: 1.6rem;
  text-align: center;
}

#gHeader {
  padding: 15px 15px 5px;
}

.header-container-sp {
  display: grid;
}
.header-container-sp .site-header__language {
  margin-top: 3px;
  font-size: 1.4rem;
}

.in-modal .header,
.in-modal #header,
.in-modal .site-header {
  display: none !important;
}

body#main #utilization {
  padding-left: 0;
}

body#main #utilization .col2_1 table th {
  background: #F4F4F4;
  font-weight: 500;
}
body#main #utilization .col2_1 table th,
body#main #utilization .col2_1 table td {
  font-size: 0.875rem;
}

body#main #utilization #period {
  width: 100%;
  margin-left: 25px;
}

#header_right p {
  margin-bottom: 8px;
}
#header_right table th,
#header_right table td {
  font-size: 0.875rem;
}
#header_right table th {
  font-weight: 500;
}

#search-result table th,
#search-result table td {
  font-size: 0.875rem;
}
#search-result table th {
  background: #F4F4F4 !important;
}

body#main #utilization .search-details {
  margin-bottom: 30px;
}
body#main #utilization .search-box-table input[type=text] {
  padding: 10px 16px;
  border: solid 1px #BABABA;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}
body#main #utilization .search-box-table input[name*=ip_addr] {
  width: 200px;
}
body#main #utilization .search-box-table input[type=checkbox] {
  margin-right: 8px;
  vertical-align: middle;
}
body#main #utilization .search-box-table label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
body#main #utilization .search-box-table br {
  line-height: 2;
}
body#main #utilization .input-fullwidth input[type=text] {
  width: 100%;
}
body#main #utilization #btn_period {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 0 0 20px 20px;
}
body#main #utilization #btn_period .period-button {
  display: block;
  padding: 4px 24px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 2px solid #004EA2;
  border-radius: 4px;
  background: #ffffff;
  color: #004EA2;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  body#main #utilization #btn_period .period-button:hover {
    background: #004EA2;
    color: #ffffff;
  }
}
body#main #utilization #btn_period .period-button.period-button-selected {
  position: relative;
  background: #004EA2;
  color: #ffffff;
  border: 2px solid #004EA2;
  cursor: default;
}
body#main #utilization #btn_period .period-button.period-button-selected::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #004EA2;
}

.icn-area {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: end;
}

.icn-box {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  align-items: center;
}
.icn-box img {
  width: 24px;
}

.frmPostList {
  display: grid;
  grid-template-columns: 16% 38% 20% 10% 8% 8%;
}

.post-list-header,
.post-list-row {
  display: contents;
}

.post-list-row:hover .post-list-cell {
  background-color: #F4F4F4;
}

.post-list-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-left: 0;
  border-top: 0;
}
.post-list-cell:nth-child(6n+1) {
  border-left: 1px solid #dddddd;
}
.post-list-header .post-list-cell {
  background-color: #E7F3FF;
  font-weight: bold;
  border-top: 1px solid #dddddd;
}
.post-list-cell input[type=text] {
  width: 46px;
  max-width: 80px;
  padding: 2px 4px;
  font-size: 0.875rem;
  text-align: right;
}
.post-list-cell input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.post-list-cell a {
  color: #004EA2;
  text-decoration: none;
}
.post-list-cell a:hover {
  text-decoration: underline;
}
.post-list-cell._name, .post-list-cell._title {
  justify-content: flex-start;
  padding: 8px 4px;
}
.post-list-cell img {
  width: 24px;
  height: auto;
}

body#main .m-gcontents3 {
  max-width: 960px;
  width: 100%;
  border: unset;
}

body#main .box2-larea,
body#main .box2-rtarea,
body#main .box2-rarea,
body#main .box-r-area,
body#main .box2-r-4block {
  width: 100%;
  float: unset;
  border-bottom: unset;
  height: -moz-fit-content;
  height: fit-content;
}

.m-gcontents3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

body#main .box2-l-sttl,
body#main .box2-box,
body#main .box2-box4,
body#main .box2-boxlr,
body#main .box2-sttl,
body#main .box2-r-box {
  width: 100%;
  height: unset;
}

body#main a.text_btn,
a.text_btn,
body#main a.text_btns,
a.text_btns,
button.text_btn,
button.text_btns,
body#main a.course-files-uploader-button {
  padding: 4px 24px;
  background: #004EA2;
  border: 2px solid #004EA2;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
@media (any-hover: hover) {
  body#main a.text_btn:hover,
  a.text_btn:hover,
  body#main a.text_btns:hover,
  a.text_btns:hover,
  button.text_btn:hover,
  button.text_btns:hover,
  body#main a.course-files-uploader-button:hover {
    color: #004EA2;
    background: #ffffff;
    border: 2px solid #004EA2;
  }
}

body#main a.course-files-uploader-button {
  padding: 4px;
}

body#main p.box2-rrcap {
  display: flex;
  align-items: center;
  width: 110px;
  margin: 0;
  background: #F4F4F4;
  padding: 4px;
  font-size: 0.875rem;
  font-weight: 500;
}

body#main p.box2-rrcap7 {
  display: flex;
  align-items: center;
  width: 110px;
  margin: 0;
  background: #F4F4F4;
  padding: 4px;
  font-size: 0.875rem;
  font-weight: 500;
}

body#main p.box2-rrcap3,
body#main p.box2-rrcap4,
body#main p.box2-rrcap6 {
  display: flex;
  align-items: center;
  width: 110px;
  margin: 0;
  background: #F4F4F4;
  padding: 4px;
  font-size: 0.875rem;
  font-weight: 500;
}

body#main p.box2-rrcap8 {
  display: flex;
  align-items: center;
  width: 110px;
  margin: 0;
  background: #F4F4F4;
  padding: 4px;
  font-size: 0.875rem;
  font-weight: 500;
}

.box2-rblockin {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 12px;
}

p.box2-limg {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
}

dl.box2-rbox {
  display: flex;
  align-items: center;
  margin: 0;
}

body#main .box2-box {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dddddd;
}

body#main .box2-box4 {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dddddd;
}

body#main .box2-boxlr {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  gap: 0;
}
body#main .box2-boxlr .box2-boxl,
body#main .box2-boxlr .box2-boxr,
body#main .box2-boxlr .box2-boxlh,
body#main .box2-boxlr .box2-boxrh {
  display: flex;
  align-items: stretch;
}
body#main .box2-boxlr .box2-boxl p,
body#main .box2-boxlr .box2-boxr p,
body#main .box2-boxlr .box2-boxlh p,
body#main .box2-boxlr .box2-boxrh p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px;
  background: #F4F4F4;
  font-size: 0.875rem;
  font-weight: 500;
  width: 110px;
}
body#main .box2-boxlr .box2-boxl div,
body#main .box2-boxlr .box2-boxl dt,
body#main .box2-boxlr .box2-boxr div,
body#main .box2-boxlr .box2-boxr dt,
body#main .box2-boxlr .box2-boxlh div,
body#main .box2-boxlr .box2-boxlh dt,
body#main .box2-boxlr .box2-boxrh div,
body#main .box2-boxlr .box2-boxrh dt {
  flex: 1;
  margin: 0;
  padding: 8px;
}
body#main .box2-boxlr .box2-boxl,
body#main .box2-boxlr .box2-boxlh {
  flex: 1;
}
body#main .box2-boxlr .box2-boxr,
body#main .box2-boxlr .box2-boxrh {
  flex: 1;
}
body#main .box2-boxlr .box2-boxlh div.box2-boxlh-r,
body#main .box2-boxlr .box2-boxlh div.box2-boxrh-r,
body#main .box2-boxlr .box2-boxrh div.box2-boxlh-r,
body#main .box2-boxlr .box2-boxrh div.box2-boxrh-r {
  width: 80px;
  flex: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
}
body#main .box2-boxlr .box2-boxlh p.box2-boxlh-l,
body#main .box2-boxlr .box2-boxlh p.box2-boxrh-l,
body#main .box2-boxlr .box2-boxrh p.box2-boxlh-l,
body#main .box2-boxlr .box2-boxrh p.box2-boxrh-l {
  flex: 1;
  width: auto;
  background: #ffffff;
}

body#main div.box2-rblock {
  flex: 1;
  margin: 0;
  padding: 8px;
}

.m-gcontents3 p.box2-rrcap,
.m-gcontents3 p.box2-rrcap8,
.m-gcontents3 div.box2-rblock,
.m-gcontents3 .box2-larea,
.m-gcontents3 .box2-rtarea,
.m-gcontents3 .box2-rarea,
.m-gcontents3 .box-r-area,
.m-gcontents3 .box2-r-4block,
.m-gcontents3 .right-area {
  float: unset !important;
}

.m-gcontents3 .box2-l-sttl,
.m-gcontents3 .box2-box,
.m-gcontents3 .box2-box4,
.m-gcontents3 .box2-boxlr,
.m-gcontents3 .box2-sttl,
.m-gcontents3 .box2-r-box,
.m-gcontents3 .box2-rblock,
.m-gcontents3 .box2-rrcap,
.m-gcontents3 .box2-rrcap7,
.m-gcontents3 .box2-rrcap8,
.m-gcontents3 .box2-boxl,
.m-gcontents3 .box2-boxr,
.m-gcontents3 .box2-boxlh,
.m-gcontents3 .box2-boxrh {
  border-top: unset !important;
}

.right-area .box2-r-box {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #dddddd;
}
.right-area div.box2-rblock2 {
  flex: 1;
  margin: 0;
  padding: 8px;
}
.right-area p.box2-rrcap3,
.right-area p.box2-rrcap4,
.right-area p.box2-rrcap6,
.right-area p.box2-rrbox2,
.right-area p.box2-rrbox4,
.right-area p.box2-rrtext1,
.right-area p.box2-rrtext2,
.right-area p.lecture-ttl,
.right-area div.box2-rblock2,
.right-area .box2-r-3block2 input.textbox4 {
  float: unset !important;
}

.right-area .box2-r-box,
.right-area .box2-rblock2,
.right-area p.box2-rrcap3,
.right-area p.box2-rrcap4,
.right-area p.box2-rrcap6 {
  border-top: unset !important;
}

body#main select.option,
body#main input.textbox,
body#main textarea.textbox,
body#main .box2-box4 textarea.coursename,
body#main input.stextbox1,
body#main input.stextbox2,
body#main input.stextbox3,
body#main input.stextbox4 {
  width: 100%;
  margin: 0;
  padding: 8px;
  font-size: 1rem;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
  box-sizing: border-box;
}

body#main p.box2-rtext2 {
  margin: 0;
  height: unset;
  padding: 8px;
}

body#main input.textbox4.course-folder,
body#main input.textbox5.course-folder {
  width: 100%;
  margin: 0 0 4px;
  padding: 8px;
  border-radius: 4px;
}

body#main p.basis-ttl,
body#main p.curtain-ttl,
body#main p.lecture-ttl,
body#main p.tagfields-ttl {
  float: unset;
  height: unset;
  width: unset;
  background-image: unset;
  text-indent: unset;
  font-size: 1.3rem;
  font-weight: 500;
}

body#main .box2-l-sttl {
  height: unset;
}

body#main .box2-sttl,
body#main .box2-l-sttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 4px;
  background: #F4F4F4;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}

body#main p.chg-stext {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  font-size: 1rem;
  float: unset !important;
}
body#main p.chg-stext input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}

body#main p.box2-rrbox2,
body#main p.box2-rrbox4 {
  background: #E7F3FF;
  border: none;
  margin: 0;
  padding: 0;
}

body#main p.box2-rrtext1 {
  margin: 0;
  margin: 4px 0 0;
}

body#main input.textbox3 {
  margin: 0;
  padding: 8px;
  font-size: 0.875rem;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

body#main p.box2-rrtext1,
body#main p.box2-rrtext2 {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body#main p.box2-rrtext2 {
  margin: 0;
}

body#main p.box2-rrtext1 span {
  font-size: 0.875rem;
  font-weight: 500;
}

.box2-rrbox2,
.box2-rrbox4 {
  display: grid;
  place-content: center;
}

body#main .error-message,
body#main p.error-message {
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
  color: #A20003;
}

body#main .box2-r-2block {
  width: 50%;
  margin: unset;
  padding: 4px;
}

body#main .choice-btn._group a {
  width: 80%;
  margin: 8px auto;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 4px;
}

body#main .box2-r-3block-sbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
}
body#main .box2-r-3block-sbox .box2-r-3block-check,
body#main .box2-r-3block-sbox .box2-r-3block-rtxt {
  margin: 0;
  padding: 0;
  float: none;
  width: unset;
  line-height: 1;
}

body#main .box2-r-3block2,
body#main .box2-r-3block2 input.textbox4 {
  margin: unset;
  padding: 4px;
  font-size: 14px;
}

.admin-add-entry-btn {
  width: 200px;
  margin: auto;
}
.admin-add-entry-btn a {
  display: flex;
  justify-content: center;
  padding: 8px;
  color: #ffffff !important;
  font-weight: 500;
  text-decoration: none !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .admin-add-entry-btn a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.admin-add-new-course-btn._active a {
  background: #E7F3FF;
}

.course-edit-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 24px auto;
}
.course-edit-actions .admin-add-entry-btn {
  margin: 0;
}

.admin-add-delete-btn {
  width: 200px;
}
.admin-add-delete-btn a {
  display: flex;
  justify-content: center;
  padding: 8px;
  color: #ffffff !important;
  font-weight: 500;
  text-decoration: none !important;
  background: #A20003;
  border: 2px solid #A20003;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .admin-add-delete-btn a:hover {
    background: #ffffff;
    color: #A20003 !important;
  }
}

body#main p.error-message2 {
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
  color: #A20003;
}

input[type=file i] {
  color: #A20003;
}

.error-message br {
  display: none;
}

body#main .m-contents {
  width: 100%;
}

body#main h2.h2-entry-title {
  width: 100%;
  background-image: unset;
}

.status-section {
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #004EA2;
}

.status-label {
  margin: 0;
  padding: 4px 8px;
  font-weight: bold;
  background: #E7F3FF;
}

.status-radio-wrapper {
  margin: 0;
  display: flex;
  align-items: center;
}

.status-option-label {
  margin: 0;
  font-weight: 500;
}

.footer {
  margin-top: 120px;
}

.copy {
  color: #2c2c2c;
}

.footer-company {
  margin-top: 16px;
  font-size: 1rem;
}
.footer-company a {
  color: #004EA2;
}

.login .login_link a {
  color: #2c2c2c;
  text-decoration: underline;
}
.login .footer img {
  display: none;
}

.login-container {
  display: grid;
  place-content: center;
  min-height: 100vh;
  background: #E7F3FF;
}
.login-container form {
  padding: 60px 30px;
  background: #ffffff;
  border-radius: 4px;
}
.login-container .btntext a {
  font-size: 1rem;
  font-weight: 500;
  background-color: #004EA2;
  border-radius: 4px;
}
.login-container #textbox1 {
  margin-bottom: 16px;
  border: 1px solid #004EA2;
  border-radius: 4px;
}
.login-container #textbox2 {
  border: 1px solid #004EA2;
  border-radius: 4px;
}
.login-container input {
  font-size: 1rem;
  width: 100%;
}
.login-container h1 {
  margin: 0;
}

.sp-login {
  background: #E7F3FF;
}
.sp-login header {
  margin: 0 0 30px;
}
.sp-login .footer img {
  display: none;
}
.sp-login .login-container form {
  width: 90%;
  margin: auto;
  padding: 30px 0;
}
.sp-login .btntext {
  margin: 16px 0;
}
.sp-login .btntextgry a {
  font-size: 1rem;
  background-color: #787878;
  border-radius: 4px;
}
.sp-login .footer-company a {
  font-size: 0.875rem;
}

.user .footer {
  padding: 20px;
  background: rgba(0, 78, 162, 0.08);
}
.user .footer img {
  height: 40px;
}
.user .footer p {
  margin-top: 8px;
}
.user .footer .footer-company a {
  font-size: 1.2rem;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .user .footer .footer-company a:hover {
    color: #2c2c2c;
  }
}

.container {
  position: unset;
  padding: 0 30px;
}

.contents {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.hredcnts {
  margin: auto;
  padding: 20px 30px;
  background: #F8F6EB;
}

.hredarea {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: self-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

p.hredopen,
p.hred1 {
  width: -moz-fit-content;
  width: fit-content;
}

.hred1 {
  font-size: 1rem;
}

.hred3 {
  position: relative;
  padding: 0;
  color: #A20003;
  font-size: 1rem;
}
.hred3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #A20003;
  opacity: 0;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
@media (any-hover: hover) {
  .hred3:hover::after {
    bottom: -2px;
    opacity: 1;
  }
}

.information-label {
  padding-right: 12px;
  color: #004EA2;
  font-size: 1.375rem;
  font-weight: 700;
}

.notice-count {
  color: #2c2c2c;
  font-weight: 500 !important;
}

.unread-count {
  color: #A20003;
  font-weight: 500 !important;
}

p.hredopen {
  position: relative;
  padding-right: 1.5rem;
  background: unset;
  color: #A20003;
  font-size: 1rem;
}
p.hredopen::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #A20003;
  opacity: 0;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
p.hredopen::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #A20003;
  border-bottom: 2px solid #A20003;
}
@media (any-hover: hover) {
  p.hredopen:hover {
    opacity: unset;
  }
  p.hredopen:hover::before {
    bottom: -2px;
    opacity: 1;
  }
}

.skillcheck.v4.pc .skillcheck_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  background: #ffffff;
  border-bottom: 2px solid #004EA2;
}
.skillcheck.v4.pc .skillcheck_title a::before {
  display: none;
}
.skillcheck.v4.pc .skillcheck_title .SkillCheck_link {
  position: inherit;
  display: inline;
  flex-shrink: 0;
  margin: 0;
  padding: 4px 16px;
  height: -moz-fit-content;
  height: fit-content;
  color: #ffffff !important;
  font-size: 1rem;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .skillcheck.v4.pc .skillcheck_title .SkillCheck_link:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.skilles {
  width: 100%;
}

.skillcheck.v4.pc {
  border-bottom: 1px solid #dddddd;
}

.mt2larea {
  border-right: 1px solid #dddddd;
}

dl.mt2_l p {
  font-weight: 500;
}

.mt2_r p a {
  font-weight: 500;
  color: #004EA2 !important;
  text-decoration: underline;
}

h2.h2featured,
h2.h2speaker {
  padding: 0;
  color: #004EA2;
  background: unset;
}

p.msrc_searchtxt,
p.msrc_txt,
select.indication,
p.msrc_txt,
p.msrc_rimg,
p.msrc_rimg {
  float: unset;
  margin: 0;
  line-height: inherit;
}

input#search {
  position: unset;
}

#searchform {
  width: unset;
  height: unset;
  display: inherit;
}

.msrc_bluarea {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  padding: 16px;
  margin: 24px auto;
  background: #004EA2;
  border-radius: 4px;
}

.msrc_left {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 82px;
       column-gap: 82px;
  row-gap: 8px;
  align-items: center;
}

.msrc_right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.msrc_r {
  display: flex;
  align-items: center;
}
.msrc_r img {
  width: 34px;
  height: 34px;
}

#searchform.msrc_search {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 4px 8px;
  border-radius: 4px;
}

input#search {
  width: 220px;
}

.msrc_searchbtn {
  top: 0 !important;
  left: unset !important;
  right: -28px !important;
  width: 32px;
  height: 32px;
  border-radius: 0 4px 4px 0;
  background: #E7F3FF;
}

.search .set {
  float: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-radius: 4px;
}
.search .set .keyword {
  width: 100% !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 6px 8px !important;
  font-size: 1.4rem;
  border: 1px solid #004EA2 !important;
  border-radius: 4px 0 0 4px;
}
.search .set input.submit {
  width: 34px !important;
  height: 34px !important;
  background: #E7F3FF;
  border-radius: 0 4px 4px 0;
  border-left: unset !important;
}

p.msrc_searchtxt {
  margin: 0;
}
p.msrc_searchtxt a {
  position: relative;
  display: flex;
  align-items: center;
  width: 210px;
  height: 32px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 4px;
  color: #2c2c2c;
  text-decoration: none;
}
p.msrc_searchtxt a::after {
  content: "";
  position: absolute;
  right: 4px;
  width: 28px;
  height: 28px;
  background: url(/img/filter_list.png);
  background-size: cover;
}

select.indication {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 30px;
  padding: 7px;
  font-size: 1rem;
  border-radius: 4px;
}

p.msrc_txt {
  margin-right: 8px;
}

.user-search-box {
  margin-bottom: 30px;
  border: 2px solid #004EA2;
  border-radius: 4px;
  background: #ffffff;
}
.user-search-box::details-content {
  transition: height 0.3s, opacity 0.3s, content-visibility 0.3s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.user-search-box[open]::details-content {
  opacity: 1;
}
.user-search-box[open] .search-summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.user-search-box {
  margin-bottom: 20px;
}

.user-search-header {
  position: relative;
  padding: 10px;
  color: #2c2c2c;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  list-style: none;
}
.user-search-header::-webkit-details-marker {
  display: none;
}
.user-search-header span {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: #E7F3FF;
  border-radius: 4px;
  transition: background 0.3s ease;
}
@media (hover: hover) {
  .user-search-header span:hover {
    background: #F8EBEB;
  }
}
.user-search-header::after {
  content: "";
  position: absolute;
  right: calc(50% - 120px);
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/arrow.png);
  background-size: cover;
  transition: transform 0.3s ease;
}
.user-search-header::after {
  background: url(../img/arrow_white.png);
  background-size: cover;
}
.user-search-header .user-search-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.user-search-content {
  padding: 0 10px;
  padding: 15px;
}

.search-form-inner {
  background: #f5f5f5;
  padding: 0;
}

.user-category-block {
  margin-bottom: 20px;
  border: 2px solid #004EA2;
  border-radius: 8px;
}
.user-category-block::details-content {
  transition: height 0.3s, opacity 0.3s, content-visibility 0.3s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.user-category-block[open]::details-content {
  opacity: 1;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  .user-category-block[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  .user-category-block[open]::details-content {
    height: 1000px;
    overflow-y: visible;
  }
}
.user-category-header {
  position: relative;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  background-color: #004EA2;
  border-radius: 4px;
  border: 2px solid #004EA2;
  transition: background ease 0.3s;
}
@media (any-hover: hover) {
  .user-category-header:hover {
    background: #13365c;
  }
}
.user-category-header::-webkit-details-marker {
  display: none;
}
.user-category-header::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/img/arrow_white.png) no-repeat center center;
  background-size: cover;
  transition: transform 0.3s ease;
}
.user-category-header h3 {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
.user-category-header .course_status {
  margin-left: 10px;
  padding: 0 10px;
  display: inline-block;
}

.user-category-block[open] .user-category-header::before {
  transform: translateY(-50%) rotate(180deg);
}

.user-category-content {
  padding: 0;
  background: transparent;
}

.result_list {
  width: 100%;
  margin-left: unset;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}

.result_list .result_box {
  width: unset;
  padding-left: unset;
  margin: 0;
}

.result_num {
  color: #2c2c2c;
  font-size: 1rem;
}
.result_num span {
  color: #004EA2;
  font-size: 1.4rem;
  font-weight: 500;
}
.result_num._sp {
  margin-top: 8px;
  font-size: 1.6rem;
}
.result_num._sp span {
  font-size: 1.6rem;
}

.all_btn {
  position: inherit;
}
.all_btn a {
  color: #2c2c2c;
  font-size: 1rem;
}
@media (any-hover: hover) {
  .all_btn a:hover {
    color: #004EA2;
    text-decoration: underline;
  }
}

.category-list-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.course_status.st1,
.course_status.st2,
.course_status.st3 {
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 2px;
}

.course_status.st1 {
  background: #e34c00;
}

.course_status.st2 {
  border: 2px solid #2c2c2c;
  background: #2c2c2c;
}

.course_status.st3 {
  color: #2c2c2c;
  border: 2px solid #454545;
}

.result_list .result_box a {
  border: 2px solid transparent;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .result_list .result_box a:hover {
    border: 2px solid #004EA2;
  }
}

.course_name,
.course_kigen {
  padding-left: 4px;
}

.course_name {
  margin: 0;
}

.course_image {
  border-radius: 2px;
}

.user-category-content {
  padding: 8px;
}

.result_textlist {
  border-top: 1px solid #dddddd;
}

.result_textlist .result_box {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.result_textlist .result_box:nth-child(2n) {
  border-right: 1px solid #dddddd;
}

.result_textlist .result_box {
  transition: background ease 0.3s;
}
@media (any-hover: hover) {
  .result_textlist .result_box:hover {
    background: #F4F4F4;
  }
}

.left_menu,
.right_main {
  float: unset;
}

.left_menu {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 250px;
  max-width: 300px;
  padding: 30px 15px;
  background: #F4F4F4;
  border-radius: 4px;
}

.right_main,
.right_main_container {
  margin-left: unset;
  width: 100%;
}

.user-container {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.left_menu_head {
  margin-bottom: 20px;
  color: #2c2c2c;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.left_menu_all {
  position: unset;
  padding: 15px 0;
  border-top: unset;
  color: #2c2c2c;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #dddddd;
}
.left_menu_all::before {
  position: unset;
  background: unset;
}
@media (any-hover: hover) {
  .left_menu_all:hover {
    color: #004EA2;
  }
}

.left_menu_small {
  position: unset;
  padding: 15px 0;
  color: #2c2c2c;
  font-size: 1rem;
  border-bottom: 1px solid #dddddd;
}
.left_menu_small::before {
  position: unset;
  background: unset;
}
@media (any-hover: hover) {
  .left_menu_small:hover {
    color: #004EA2;
  }
}

.search_words h4,
.search_words p.search_words_txt,
.reset_btn {
  float: unset;
}

.search_words {
  display: flex;
  align-items: center;
  margin-top: -26px;
  margin: -26px auto 30px;
  border-radius: 0 0 4px 4px;
}
.search_words._sp {
  display: block;
  margin: 0;
  padding: 0 0 16px;
}
.search_words._sp .reset_btn {
  padding: 8px 16px;
  background: #004EA2;
  font-size: 14px;
}
.search_words p {
  margin-bottom: 16px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.search_words p span {
  font-weight: 700;
}
.search_words .reset_btn {
  flex-shrink: 0;
  margin: 0 16px 0;
  background: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.search_words .reset_btn a {
  padding: 2px 16px;
  color: #ffffff;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .search_words .reset_btn a:hover {
    background: #ffffff;
    color: #004EA2;
  }
}

.search_words h4 {
  align-self: stretch;
  background: #2c2c2c;
  font-weight: 500;
}

.page_top {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px 0 0 auto;
  float: unset;
  padding: unset;
  background: unset;
}
.page_top a {
  color: #004EA2;
  font-weight: 500;
}
.page_top::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 120px;
  width: 36px;
  height: 36px;
  background: url(../img/arrow_circle_up.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .user_sp_showlist table th.th2,
  .user_sp_showlist table th.th3,
  .user_sp_showlist table td:not(:first-child) {
    text-align: center;
  }
  .user_sp_showlist .footer {
    margin-top: 80px;
    padding: 20px;
    background: rgba(0, 78, 162, 0.08);
  }
  .user_sp_showlist .footer img {
    height: 40px;
  }
  .user_sp_showlist .footer p {
    margin-top: 8px;
  }
  .user_sp_showlist .footer .copy {
    font-size: 1.2rem;
  }
  .user_sp_showlist .footer .footer-company a {
    font-size: 1.6rem;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .user_sp_showlist .footer .footer-company a:hover {
    color: #2c2c2c;
  }
}
@media screen and (max-width: 767px) {
  .ac-container {
    margin-top: 20px;
    color: #A20003;
    border: 1px solid #A20003;
  }
  .ac-container label span {
    font-size: 1.4rem;
  }
  .ac-container p {
    font-size: 1.4rem;
  }
  .ac-container .label2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-size: 1.4rem;
    background: rgba(162, 0, 3, 0.05);
  }
  .ac-container .ac-1:after {
    content: "すべて見る";
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 8px;
    top: -8px;
    right: 8px;
    font-size: 1.4rem;
    background: #ffffff;
  }
  .ac-container input:checked + .ac-1:after {
    display: none;
  }
  .skillcheck._sp .skillcheck_title {
    display: flex;
    align-items: center;
    background: #004EA2;
    padding: 8px 15px;
  }
  .skillcheck._sp .skilles {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
  }
  .skillcheck._sp a {
    display: block;
    flex-shrink: 0;
    padding: 4px 8px;
    border-radius: 2px;
    color: #004EA2;
    font-size: 1.5rem;
    background: #ffffff;
  }
  .notfound {
    padding: 8px 15px;
    font-size: 14px;
  }
  .tabs input:checked + .tab_item,
  .tab_item.active {
    color: #004EA2;
    font-size: 1.4rem;
    border-top: 2px solid #004EA2;
  }
  .fcRed {
    color: #A20003;
  }
  .fsM1 {
    padding-left: 8px;
    font-size: 1.4rem !important;
  }
  .tab_item {
    color: #5c5c5c;
    font-size: 1.4rem;
  }
  .black li a {
    color: #004EA2 !important;
    font-size: 1.4rem;
    border-bottom: 1px solid #dddddd;
  }
  .fsP2 {
    font-size: 1.6rem !important;
    font-weight: 500;
  }
  #conts .fsP2 {
    background: #004EA2;
  }
  #conts .search fieldset {
    margin: 16px 0;
    padding: 0 16px;
  }
  .ac-container2 {
    margin: 16px 0;
    padding: 0 16px 30px;
  }
  .ac-container2 .item1,
  .ac-container2 .item2 {
    padding: 8px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    background: #004EA2;
    border-radius: 4px;
  }
  .ac-container2 .item1 {
    margin-bottom: 16px;
  }
  .ac-container2 article li {
    padding: 8px;
    color: #004EA2;
    font-size: 1.4rem;
    border: 1px solid #004EA2;
    border-radius: 4px;
  }
  .search_conds .for_ac-2_head {
    margin: 16px 0;
    font-size: 1.4rem;
  }
  .search_conds .for_ac-2_subhead {
    margin-bottom: 8px;
    color: #004EA2;
    font-size: 1.4rem;
  }
  .ac-container2 article select {
    border: 1px solid #004EA2;
    border-radius: 4px;
    font-size: 1.4rem;
  }
  .ac-container2 article select span {
    font-size: 1.4rem;
  }
  .search_conds select + span {
    font-size: 1.4rem;
  }
  .ac-container2 .lesson_status .selected {
    background: #E7F3FF;
  }
  p.button a {
    padding: 8px 16px;
    max-width: 100%;
    width: 100%;
    font-size: 1.4rem;
    background: #e34c00;
    border-radius: 4px;
  }
  p.radio_cancel {
    padding: 6px;
    color: #004EA2;
    font-size: 1.4rem;
    background: #ffffff;
    border: 2px solid #004EA2;
    border-radius: 4px;
  }
  .search_words_head {
    margin-bottom: 8px;
    padding: 8px 16px;
    color: #004EA2;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: 1px solid #004EA2;
  }
  .display_style_section_head {
    margin: 16px 0 4px;
    font-size: 14px;
  }
  .posts_sp {
    border-top: 1px solid #dddddd;
  }
  .ac-container p.ttl {
    padding: 4px 16px;
    font-weight: 700;
  }
  summary.result_cattitle,
  summary.result_cattitle.blue,
  summary.result_cattitle.green {
    background-color: #004EA2;
    border-radius: 4px;
  }
  summary.result_cattitle {
    display: flex;
    align-items: center;
    padding-right: 32px;
    font-weight: 500;
    list-style: none;
    cursor: pointer;
  }
  summary.result_cattitle::-webkit-details-marker {
    display: none;
  }
  summary.result_cattitle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(0deg);
    width: 24px;
    height: 24px;
    background-image: url(/img/arrow_white.png);
    background-size: cover;
  }
  summary.result_cattitle h3 {
    font-size: 16px !important;
    font-weight: 500;
  }
  .result_container {
    margin-top: 20px;
  }
  details.result_container[open] summary.result_cattitle::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .result_cattitle .course_status {
    width: -moz-fit-content;
    width: fit-content;
  }
  .result_cattitle .course_status.st1,
  .result_cattitle .course_status.st2,
  .result_cattitle .course_status.st3 {
    padding: 2px 4px;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1;
  }
  .result_list._sp .course_name {
    padding-left: 0;
    color: #004EA2;
    font-size: 16px;
    font-weight: 500;
  }
  .result_list._sp .course_kigen {
    font-size: 12px;
  }
  .result_list._sp .st1,
  .result_list._sp .st2,
  .result_list._sp .st3 {
    font-size: 12px;
  }
  .result_list._sp .course_status {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 4px;
    line-height: 1;
  }
  .result_list._sp .result_box {
    border-bottom: 1px solid #dddddd;
  }
  .styles_switch_sp {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 4px 8px;
    background: #004EA2;
    border-radius: 4px;
  }
  .styles_switch_sp img {
    width: 34px;
    height: 34px;
  }
}
p.modal-close-red a,
p.modal-close-red2 a {
  font-size: 14px;
  background: #E7F3FF;
}

.modal-content-news {
  background: #E7F3FF;
}

.in-modal section {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.in-modal p.modal_line {
  height: unset;
  border-top: 2px solid #dddddd;
}
.in-modal p.mtxt {
  color: #2c2c2c;
  line-height: 1.8;
}
.in-modal .hed_r_note {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
}
.in-modal h2.h2redttl a {
  color: #A20003;
}
.in-modal .hedarea {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
.in-modal .hed_l {
  font-size: 1.4rem;
}
.in-modal .hed_c span {
  color: #A20003;
  font-size: 1.2rem;
}

#modal_area p.mtxt {
  color: #2c2c2c;
  line-height: 1.8;
}
#modal_area .modal_area_head {
  font-size: 1.2rem;
}

#sub_window03 .post.title {
  margin: 0;
  padding: 15px;
  color: #004EA2;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

#sub_window03 .post.contents {
  width: 100%;
  height: 60vh;
  font-size: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-break: break-all;
}

#sub_window03 a.close_btn {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 16px;
  line-height: 1;
  background: #004EA2;
  border-radius: 4px;
}

#sub_window03 .nav_box {
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
}

p.modal-close a {
  color: #004EA2;
  font-size: 14px;
}

.in-modal .modal-h2ttls1 {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.in-modal .modal_limg,
.in-modal .modal_rbox {
  float: unset;
  margin: 0;
  padding: 0;
}
.in-modal .modal_marea {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.in-modal .modal-h2ttl1 {
  color: #004EA2;
}
.in-modal .blutxt {
  color: #004EA2;
}
.in-modal .modal_rrtxt {
  font-weight: 500;
}
.in-modal .modal_rltxt {
  float: unset;
}
.in-modal .modal_rltxt_box {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.in-modal .txt_lecunlearning {
  padding: 2px;
  height: -moz-fit-content;
  height: fit-content;
  color: #2c2c2c;
  line-height: 1;
  border: 2px solid #2c2c2c;
}
.in-modal .txt_lecfinish {
  padding: 2px;
  height: -moz-fit-content;
  height: fit-content;
  color: #ffffff;
  line-height: 1;
  background-color: #2c2c2c;
  border: 2px solid #2c2c2c;
}
.in-modal .txt_leclearning {
  padding: 2px;
  height: -moz-fit-content;
  height: fit-content;
  color: #ffffff;
  line-height: 1;
  background-color: #e34c00;
  border: 2px solid #e34c00;
}
.in-modal .modal_rmtxt,
.in-modal .s_sec {
  font-weight: 500;
}
.in-modal .bluline {
  border-top: 1px solid #dddddd;
}
.in-modal .btn_mdlgrn a {
  padding: 20px 40px;
  color: #ffffff !important;
  text-decoration: unset;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .in-modal .btn_mdlgrn a:hover {
    color: #004EA2 !important;
    background: #ffffff;
  }
}

.in-modal._skill_check_history {
  min-height: unset;
}

.in-modal .skill_check_history .result th,
.in-modal .skill_check_history .result td {
  font-size: 16px;
  border: 1px solid #dddddd;
}
.in-modal .skill_check_history .result th {
  color: #004EA2;
  font-weight: 500;
}
.in-modal .skill_check_history .result span {
  font-size: 13px;
}

.skill_check_history table.result th:nth-child(3),
.skill_check_history table.result th:nth-child(4),
.skill_check_history table.result th:nth-child(6),
.skill_check_history table.result th:nth-child(7),
.skill_check_history table.result th:nth-child(8) {
  width: 100px;
}

.skill_check_history table.result a.btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .skill_check_history table.result a.btn:hover {
    color: #004EA2;
    background: #ffffff;
  }
}

.modal-h2ttl2 {
  color: #004EA2;
}

.modal_scroll_area .bd-blut,
.modal_scroll_area .bd-blub {
  border: 1px solid #dddddd;
}
.modal_scroll_area .bd-blut {
  background: #E7F3FF;
}
.modal_scroll_area .bd-blut p {
  color: #004EA2;
  font-weight: 500;
}
.modal_scroll_area .bd-blubl {
  border-right: 1px solid #dddddd;
}
.modal_scroll_area .bd-blubl p {
  color: #004EA2;
  font-weight: 500;
}
.modal_scroll_area .bd-blub {
  border-top: none;
}
.modal_scroll_area .inputxt::before {
  top: 3px;
  border: 1px solid #BABABA;
}
.modal_scroll_area .inpchk:checked + .inputxt::after {
  top: 1px;
}
.modal_scroll_area .bd-blubrin select {
  border: 1px solid #BABABA;
}

.btn_mdlc .do_search {
  padding: 20px 40px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  text-decoration: unset;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .btn_mdlc .do_search:hover {
    color: #004EA2;
    background: #ffffff;
  }
}

.course_info_sp.detail p {
  line-height: 1.8;
  padding-top: unset;
}
.course_info_sp .fsP2 {
  font-size: 15px !important;
}
.course_info_sp .fsP2 em {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border: unset;
}
.course_info_sp .fsP2 em.completed {
  background: #2c2c2c;
}
.course_info_sp .fsP2 em.not_taken {
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
}
.course_info_sp .fsP2 em.taking {
  background: #e34c00;
}
.course_info_sp.detail .main_visual {
  margin: 8px auto;
}
.course_info_sp .ci_category,
.course_info_sp .ci_title,
.course_info_sp .ci_section_heading {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.course_info_sp .ci_title {
  margin-bottom: 8px;
  color: #004EA2;
  font-size: 18px;
}
.course_info_sp .ci_text {
  font-size: 15px;
}
.course_info_sp span.completed {
  color: #e34c00;
  font-weight: 500;
}
.course_info_sp.detail .button {
  border-top: unset;
}
.course_info_sp.detail .button a {
  background: #004EA2;
}

.pageTop.course_info {
  margin-bottom: -80px;
  padding: unset !important;
  color: #004EA2;
  font-size: 15px;
  background: #F8F6EB !important;
}
.pageTop.course_info a {
  display: flex;
  justify-content: center;
  padding: 20px;
  color: #004EA2;
}
.pageTop.course_info a::before {
  background: unset !important;
}

.to_previous {
  padding: 20px;
  color: #004EA2;
  font-size: 15px;
}
.to_previous a::before {
  background: unset;
}

.history_modal .box1 {
  margin-bottom: 0;
}
.history_modal .box1 h1 {
  color: #004EA2;
  font-size: 20px;
}
.history_modal .box2 h2 {
  font-weight: 500;
}
.history_modal .history_modal_table_head {
  margin: 24px 0 4px;
  color: #004EA2;
  font-weight: 500;
  font-size: 18px;
}
.history_modal .table-scroll-wrapper {
  overflow-x: auto;
}
.history_modal .table-scroll-wrapper::-webkit-scrollbar {
  height: 3px;
}
.history_modal .table-scroll-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.history_modal .table-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #004EA2;
  border-radius: 3px;
}
.history_modal table {
  min-width: 700px;
}
.history_modal table th,
.history_modal table td {
  padding: 12px 8px;
  font-size: 16px;
  border: unset;
}
.history_modal table th {
  font-weight: 500;
}
.history_modal table th.th2,
.history_modal table th.th3,
.history_modal table td:not(:first-child) {
  text-align: center;
  white-space: nowrap;
}

.sp_history .box1 {
  padding: 0 15px;
}
.sp_history .box1 h1 {
  margin: 20px 0 0;
  color: #004EA2;
  font-size: 20px;
}
.sp_history .box2 h2 {
  margin: 0;
  font-size: 16px !important;
  font-weight: 400;
}
.sp_history .box2 h3 {
  color: #004EA2;
  font-size: 16px !important;
}

.table-responsive {
  overflow-x: auto;
}
.table-responsive::-webkit-scrollbar {
  height: 4px;
}
.table-responsive::-webkit-scrollbar-track {
  background: transparent;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #004EA2;
  border-radius: 2px;
}
.table-responsive table {
  min-width: 600px;
}
.table-responsive table th,
.table-responsive table td {
  padding: 8px;
  font-size: 15px;
  line-height: 1.4;
}
.table-responsive table .th1 {
  width: 150px;
}
.table-responsive table .th2 {
  width: 100px;
}
.table-responsive table .th3 {
  width: 82px;
}
.table-responsive table,
.table-responsive th,
.table-responsive td {
  border: unset;
}
.table-responsive th {
  font-weight: 500;
}

.user_edit .box1 {
  margin: 0 0 20px;
  padding: 0 15px;
}
.user_edit .box1 h1 {
  color: #004EA2;
  font-size: 24px;
}
.user_edit .box1 p {
  color: #2c2c2c;
  font-size: 18px;
}
.user_edit form {
  padding: 0 15px;
}
.user_edit .box2 table {
  width: 100%;
  max-width: 550px;
}
.user_edit .box2 {
  padding: 0 15px 30px;
  color: #2c2c2c;
  border-radius: 4px;
}
.user_edit .box2 th,
.user_edit .box2 td {
  display: block;
  width: 100%;
  color: #2c2c2c;
  font-size: 16px;
}
.user_edit .box2 th {
  margin-top: 16px;
}
.user_edit .box2 input {
  padding: 8px;
  font-size: 16px;
}
.user_edit .box2 input,
.user_edit .box2 select {
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #BABABA;
}
.user_edit .box2 .textbox2 {
  width: 80px;
}
.user_edit .buttons {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 20px;
}
.user_edit .button {
  width: 100%;
  max-width: unset;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .user_edit .button:hover {
    color: #004EA2;
    background: #ffffff;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .user_edit .box1 {
    padding: 0 15px;
  }
  .user_edit .box1 h1 {
    font-size: 20px;
  }
  .user_edit .box1 p {
    font-size: 16px;
  }
  .user_edit.user_sp_showlist .footer {
    margin-top: 60px;
  }
}

#gHeader {
  box-shadow: 0px 3px 8px -7px #777777;
}

.admin-configs .configs-note {
  color: #2c2c2c;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.admin-configs .mc-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c2c2c;
  margin: 24px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004EA2;
}

.configs-notes {
  margin-bottom: 20px;
}
.configs-notes p {
  line-height: 1.8 !important;
}

.config-search-input {
  width: 50%;
  margin: 20px auto 20px 0;
}
.config-search-input td {
  width: 100%;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.config-search-input input {
  padding: 4px 8px;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 16px;
}
.config-search-input .config-keyword-input {
  width: 100%;
  flex-shrink: 0;
}
.config-search-input .config-keyword-submit {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background: #004EA2;
  border: 2px solid #004EA2;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .config-search-input .config-keyword-submit:hover {
    background: #ffffff;
    color: #004EA2;
  }
}

.config-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.config-table th,
.config-table td {
  border: 1px solid #ccc;
  padding: 6px 8px;
  word-break: break-all;
}
.config-table th {
  text-align: center;
  background: #E7F3FF;
  color: #2c2c2c;
  font-weight: 500;
}
.config-table ._01 {
  width: 50px;
  text-align: center;
}
.config-table ._02,
.config-table ._03,
.config-table ._04 {
  width: 20%;
}
.config-table ._05 {
  width: auto;
}
.config-table ._06 {
  width: 50px;
  text-align: center;
}
.config-table .config-edit-link {
  text-align: center;
}
.config-table .config-edit-link a {
  color: #004EA2 !important;
  text-decoration: unset !important;
}
@media (any-hover: hover) {
  .config-table .config-edit-link a:hover {
    color: #e34c00 !important;
  }
}
.config-table .config-number {
  text-align: center;
}
.config-table._02 {
  margin-top: 40px;
}

.config-form {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.config-form th,
.config-form td {
  border-bottom: 1px solid #cccccc;
  padding: 8px 12px;
  vertical-align: top;
}
.config-form th {
  width: 20%;
  text-align: center;
  background: #E7F3FF;
  color: #2c2c2c;
  font-weight: 500;
  white-space: nowrap;
}
.config-form td {
  width: 80%;
}
.config-form td input[type=text],
.config-form td textarea {
  width: 100%;
  box-sizing: border-box;
}
.config-form input,
.config-form textarea {
  padding: 8px;
  font-size: 16px;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.config-form-submit {
  border-bottom: unset !important;
  text-align: center;
}
.config-form-submit input {
  width: 200px;
  color: #ffffff;
  cursor: pointer;
  background: #004EA2;
  border: 2px solid #004EA2;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .config-form-submit input:hover {
    color: #004EA2;
    background: #ffffff;
  }
}

.page-error #container {
  margin: 0 !important;
}
.page-error h3.h3ttlc {
  color: #004EA2;
}
.page-error h3.h3ttlc span {
  color: #2c2c2c;
  font-size: 16px;
}

.course-id-list-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 960px;
  margin: 20px 0 40px;
}
.course-id-list-table th,
.course-id-list-table td {
  padding: 6px 8px;
  border: 1px solid #dddddd;
}
.course-id-list-table th {
  background: #E7F3FF;
  font-size: 18px;
  font-weight: 500;
}

.course-id-list-table_id {
  width: 10%;
}

.course-id-list-table_name {
  width: 90%;
}

.course-id-list-table_id_cell {
  text-align: center;
}

.admin-configs-mail-list .search-details {
  max-width: 960px;
  margin-bottom: 24px;
}
.admin-configs-mail-list .mail-search-datetime input[type=text] {
  width: 180px;
  padding: 10px 16px;
  border: solid 1px #BABABA;
  border-radius: 4px;
  font-size: 1rem;
}
.admin-configs-mail-list .search-details input[type=text] {
  margin: 0 !important;
}
.admin-configs-mail-list .input-fullwidth input {
  width: 100% !important;
}
.admin-configs-mail-list .mail-list-table {
  display: grid;
  grid-template-columns: 18% 22% 22% 34% 4%;
  max-width: 960px;
  margin-bottom: 8px;
}
.admin-configs-mail-list .mail-list-header,
.admin-configs-mail-list .mail-list-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: stretch;
}
.admin-configs-mail-list .mail-list-header {
  background-color: #E7F3FF;
  font-weight: bold;
}
.admin-configs-mail-list .mail-list-row:hover .mail-list-cell {
  background-color: #F4F4F4;
}
.admin-configs-mail-list .mail-list-cell {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  font-size: 1rem;
  line-height: 1.5;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  word-break: break-all;
}
.admin-configs-mail-list .mail-list-header .mail-list-cell:first-child,
.admin-configs-mail-list .mail-list-row .mail-list-cell:first-child {
  border-left: 1px solid #dddddd;
}
.admin-configs-mail-list .mail-list-header .mail-list-cell {
  border-top: 1px solid #dddddd;
  justify-content: center;
  white-space: nowrap;
}
.admin-configs-mail-list .mail-list-row .mail-list-cell:last-child {
  justify-content: center;
}
.admin-configs-mail-list .mail-list-content-row {
  display: grid;
  grid-template-rows: 0fr;
  grid-column: 1/-1;
  overflow: hidden;
  transition: grid-template-rows 300ms ease;
}
.admin-configs-mail-list .mail-list-content-row.is-open {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #dddddd;
}
.admin-configs-mail-list .mail-list-content {
  overflow: hidden;
  min-height: 0;
  padding: 0 16px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-size: 0.8125rem;
  line-height: 1.8;
  transition: padding 300ms ease;
}
.mail-list-content-row.is-open .admin-configs-mail-list .mail-list-content {
  padding: 12px 16px;
}
.admin-configs-mail-list .mail-toggle--closed,
.admin-configs-mail-list .mail-toggle--open {
  display: inline-block;
  cursor: pointer;
  color: #004EA2;
  text-decoration: none;
}
.admin-configs-mail-list .mail-toggle--closed::after {
  content: "▼";
}
.admin-configs-mail-list .mail-toggle--open::after {
  content: "▲";
}
.admin-configs-mail-list .annotation {
  margin-bottom: 20px;
  font-weight: 500;
}

.admin-bulk-group-change .bgc-category-info {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.admin-bulk-group-change .bgc-category-info dl {
  display: flex;
  border-bottom: 1px solid #dddddd;
}
.admin-bulk-group-change .bgc-category-info dl dt {
  width: 160px;
  min-width: 160px;
  padding: 12px 16px;
  background: #E7F3FF;
  font-weight: 400;
}
.admin-bulk-group-change .bgc-category-info dl dd {
  padding: 12px 16px;
}
.admin-bulk-group-change .bgc-group-select {
  margin-bottom: 24px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  overflow: hidden;
}
.admin-bulk-group-change .bgc-group-select__header {
  padding: 12px 16px;
  background: #E7F3FF;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
}
.admin-bulk-group-change .bgc-group-select__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.admin-bulk-group-change .bgc-group-select__cols > div {
  padding: 16px;
  font-size: 1rem;
  text-align: center;
  border-left: 1px solid #dddddd;
}
.admin-bulk-group-change .bgc-group-select__cols > div:first-child {
  border-left: none;
}
.admin-bulk-group-change .bgc-group-select__cols > div input[type=radio] {
  margin: 0 5px 0 0;
}
.admin-bulk-group-change .bgc-group-select__cols > div label {
  position: relative;
  top: -1px;
}
.admin-bulk-group-change .bgc-group-select__cols > div p {
  margin: 6px 0 0;
}
.admin-bulk-group-change .bgc-group-select__cols > div p:last-child {
  margin-bottom: 0;
}
.admin-bulk-group-change .courses {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.admin-bulk-group-change .courses th,
.admin-bulk-group-change .courses td {
  font-size: 1rem;
  padding: 8px 12px;
  border: 1px solid #dddddd;
  word-break: break-all;
}
.admin-bulk-group-change .courses th {
  background: #E7F3FF;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.admin-bulk-group-change .courses td {
  text-align: center;
}
.admin-bulk-group-change .courses th:nth-child(1) {
  width: 50%;
}
.admin-bulk-group-change .courses td:nth-child(1) {
  width: 50%;
  text-align: left;
}
.admin-bulk-group-change .courses th:nth-child(2),
.admin-bulk-group-change .courses td:nth-child(2) {
  width: 20%;
}
.admin-bulk-group-change .courses th:nth-child(3),
.admin-bulk-group-change .courses td:nth-child(3) {
  width: 15%;
}
.admin-bulk-group-change .courses th:nth-child(4),
.admin-bulk-group-change .courses td:nth-child(4) {
  width: 15%;
}

body#main .group-selected_msg {
  color: #A20003;
  font-size: 0.875rem;
}

body#main .message {
  color: #004EA2;
  font-size: 0.875rem;
  font-weight: 500;
}

.mr-contents .search-details {
  margin-bottom: 20px;
}

@supports not (interpolate-size: allow-keywords) {
  .mr-contents details.search-details[open]::details-content {
    height: 620px;
    overflow-y: auto;
  }
}
.course-detail-narrowing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.course-detail-narrowing span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
}
.course-detail-narrowing span input[type=radio] {
  margin: 0;
}

.course-detail-card {
  margin-bottom: 16px;
}
.course-detail-card__heading {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-detail-card__heading .title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.course-detail-card__heading .title a {
  color: #004EA2;
  text-decoration: none;
}
.course-detail-card__heading .title a:hover {
  text-decoration: underline;
}
.course-detail-card .cd-info-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  margin: 20px 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.course-detail-card .cd-info-header,
.course-detail-card .cd-info-row {
  display: contents;
}
.course-detail-card .cd-info-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 6px 8px;
  font-size: 0.9375rem;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.course-detail-card .cd-info-header .cd-info-cell {
  background-color: #E7F3FF;
  font-weight: 500;
}
.course-detail-card .cd-info-url {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 1rem;
}
.course-detail-card .cd-info-url a {
  color: #004EA2;
}

.cd-list-wrapper {
  margin-bottom: 20px;
}

.cd-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 16px;
}

.cd-stats-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.cd-stats-label {
  width: 100%;
  padding: 6px 8px;
  background: #E7F3FF;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.cd-stats-col--active .cd-stats-label {
  background: #004EA2;
  color: #ffffff;
}

.cd-stats-value {
  padding: 8px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.cd-stats-value a {
  color: #004EA2 !important;
  text-decoration: none !important;
}
.cd-stats-value a:hover {
  text-decoration: underline !important;
}
.cd-stats-col--active .cd-stats-value {
  font-weight: 700;
}

.cd-list-container {
  display: grid;
  grid-template-columns: 4% 12% 11% 11% 11% 7% 6% 11% 11% 16%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 8px;
}
.cd-list-container--with-time {
  grid-template-columns: 4% 10% 8% 10% 10% 6% 6% 10% 10% 9% 17%;
}

.cd-list-header,
.cd-list-row {
  display: contents;
}

.cd-list-row:hover .cd-list-cell {
  background-color: #F4F4F4;
}

.cd-list-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  font-size: 0.875rem;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  word-break: break-all;
  text-align: center;
}
.cd-list-header .cd-list-cell {
  background-color: #E7F3FF;
  font-weight: 500;
  white-space: nowrap;
  padding: 4px 3px;
}
.cd-list-header .cd-list-cell a {
  color: #004EA2 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.cd-list-cell--check {
  padding: 4px 2px;
}

.cd-list-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.cd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none !important;
  transition: all ease 0.3s;
}
.cd-btn--edit {
  color: #004EA2 !important;
  background: #ffffff;
  border: 1px solid #004EA2;
}
@media (hover: hover) {
  .cd-btn--edit:hover {
    background: #004EA2;
    color: #ffffff !important;
  }
}
.cd-btn--submit {
  color: #ffffff !important;
  background: #004EA2;
  border: 1px solid #004EA2;
}
@media (hover: hover) {
  .cd-btn--submit:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.cd-info-header .cd-info-cell--lg {
  justify-content: center;
}

.cd-attendadd-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none !important;
  color: #004EA2 !important;
  background: #ffffff;
  border: 1px solid #004EA2;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .cd-attendadd-btn a:hover {
    background: #004EA2;
    color: #ffffff !important;
  }
}

.mail-area-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 30px;
  background: #F4F4F4;
  border-radius: 4px;
}
.mail-area-container input {
  width: 16px;
  height: 16px;
}
.mail-area-container .title a {
  color: #004EA2 !important;
}

.mail-area-container_inner {
  margin-top: 60px;
  border-top: 2px dotted #dddddd;
}

.mail-row {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.mail-row__check {
  display: flex;
  margin-right: 8px;
}

.mail-row__label {
  width: 300px;
}

.mail-section-title {
  margin-top: 20px;
  font-weight: 700;
}

.mail-btn-detail a {
  display: flex;
  justify-content: center;
  width: 120px;
  padding: 7px;
  color: #ffffff !important;
  text-decoration: none !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .mail-btn-detail a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.mail-select-row {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.mail-select-row__main {
  width: 300px;
}

.mail-select-row__action {
  display: flex;
}

.mail-select-row__check {
  display: flex;
  align-self: anchor-center;
  padding-right: 8px;
}

.mail-select-row__input select {
  padding: 6px;
  font-size: 16px;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.mail-select-row__input input {
  padding: 6px;
  font-size: 16px;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.mail-btn-delete {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-left: 20px;
  padding: 4px;
  color: #ffffff !important;
  line-height: 1;
  text-decoration: none !important;
  background: #A20003;
  border: 2px solid #A20003;
  border-radius: 4px;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .mail-btn-delete:hover {
    background: #ffffff;
    color: #A20003 !important;
  }
}

.mail-btn-add {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.mail-btn-add a {
  display: flex;
  justify-content: center;
  width: 200px;
  padding: 4px;
  background: #004EA2;
  color: #ffffff !important;
  text-decoration: none !important;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .mail-btn-add a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.mail-area-buttons {
  display: grid;
  row-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

.mail-area-button {
  width: 200px;
}
.mail-area-button a {
  display: flex;
  justify-content: center;
  padding: 8px;
  color: #004EA2 !important;
  font-weight: 500;
  text-decoration: unset !important;
  background-color: #ffffff;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .mail-area-button a:hover {
    color: #ffffff !important;
    background: #004EA2;
  }
}

.msg-text {
  color: #A20003 !important;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}

body#main p.rh-rcare {
  color: #A20003;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.GB_Window .caption {
  font-size: 18px;
  font-weight: 500;
}

.GB_Window .header {
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 8px;
  background-image: unset !important;
  background: #E7F3FF;
  border-bottom: unset;
}

.GB_Window .close span {
  font-size: 16px;
}

.rh-fbox._border {
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #dddddd;
}

body#main p.rh-h {
  background-image: unset;
}

body#main #rh-contents {
  width: 90%;
  border: unset;
  font-size: 16px;
}

.categories_admin_edit_table {
  width: 100%;
  margin-top: 30px;
}
.categories_admin_edit_table tr:hover td {
  background-color: #F4F4F4;
}
.categories_admin_edit_table td {
  vertical-align: middle !important;
}
.categories_admin_edit_table th {
  padding: 8px;
  background: #F4F4F4;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 500;
}
.categories_admin_edit_table input {
  padding: 4px 8px;
  color: #2c2c2c !important;
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.categories_admin_edit_table input[type=checkbox] {
  height: 16px;
}
.categories_admin_edit_table .second input {
  text-align: right;
}
.categories_admin_edit_table td:nth-child(2) input {
  text-align: right;
}

.categories_admin_add_table {
  margin-bottom: 8px;
}

.categories_admin_add_table__head {
  font-size: 16px;
  font-weight: 500;
}

.categories_admin_add_table__name input,
.categories_admin_add_table__order input {
  padding: 4px 8px;
  color: #2c2c2c;
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.categories_admin_add_table__name {
  width: 80%;
}

.categories_admin_add_table__order {
  width: 20%;
}

.modal_button {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.modal_button a,
.modal_button button {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 160px;
  padding: 4px 8px;
  color: #ffffff !important;
  text-decoration: unset !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
  cursor: pointer;
  font-size: inherit;
}
@media (any-hover: hover) {
  .modal_button a:hover,
  .modal_button button:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.modal_button_delete {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.modal_button_delete a {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 160px;
  padding: 4px 8px;
  color: #ffffff !important;
  text-decoration: unset !important;
  background: #A20003;
  border: 2px solid #A20003;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .modal_button_delete a:hover {
    background: #ffffff;
    color: #A20003 !important;
  }
}

.modal-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 10px auto 30px;
}
.modal-buttons > form {
  display: contents;
}

.ui-widget-header {
  font-size: 16px;
  font-weight: 500;
  background: #E7F3FF;
  border: unset;
}

body#main p.rh-h2,
body#main p.rh-b3 {
  background: unset;
}

body#main #rh-contents3 {
  border-left: unset;
  border-right: unset;
}

.cat-copy-form {
  margin-top: 8px;
}

.cat-copy-form__row {
  display: flex;
  align-items: stretch;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
}

.cat-copy-form__label {
  width: 110px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 10px 8px;
  background: #F4F4F4;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #dddddd;
}

.cat-copy-form__input {
  flex: 1;
  padding: 8px 12px;
}
.cat-copy-form__input input[type=text] {
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.cat-copy-form__input select {
  padding: 8px;
  font-size: 14px;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.cat-copy-form__period {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.cat-copy-form__period:last-child {
  margin-bottom: 0;
}

.modal_button._top {
  margin-top: 20px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #2c2c2c;
  background: #F4F4F4;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

div.modal-container div.frame {
  padding: 0;
  border: unset;
}

.courses_admin_manage_table th {
  padding: 8px 0;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 15px;
  background: #F4F4F4;
}
.courses_admin_manage_table td {
  padding: 6px;
  font-size: 16px;
}
.courses_admin_manage_table td input {
  padding: 0 8px;
  color: #2c2c2c;
  font-size: 16px;
  text-align: right;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.courses_admin_manage_table .checks {
  height: 16px;
}

div.modal-container div.frame {
  border: unset;
}

.course_files_admin_manage #filemanager th {
  font-size: 16px;
  font-weight: 500;
  background: #F4F4F4;
}
.course_files_admin_manage #filemanager td {
  font-size: 16px;
}
.course_files_admin_manage #filemanager label {
  padding-right: 30px;
}
.course_files_admin_manage #filemanager .folder-name-input input {
  width: 100%;
  padding: 4px 8px;
  font-size: 16px;
  border: 1px solid #BABABA;
}
.course_files_admin_manage #filemanager .course-files-list-heading {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px dotted #dddddd;
}
.course_files_admin_manage #filemanager .course-files-list-heading span {
  color: #A20003;
  font-size: 14px;
}
.course_files_admin_manage #filemanager .cf-btn {
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #ffffff;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .course_files_admin_manage #filemanager .cf-btn:hover {
    background: #ffffff;
    color: #004EA2;
  }
}

.ui-dialog .ui-widget-header {
  padding: 15px 8px;
  background: #E7F3FF;
  border: unset;
}

.ui-dialog .ui-dialog-title {
  color: #2c2c2c;
  font-size: 18px;
}

.course-files-detail-modal #filemanager.popup th {
  width: 40%;
  padding: 8px;
  font-size: 15px;
  font-weight: 500;
  background: #F4F4F4;
}
.course-files-detail-modal #filemanager.popup td {
  padding: 8px;
  font-size: 16px;
}

.course-list-table {
  margin-top: 30px;
}
.course-list-table ._01 {
  width: 60% !important;
}
.course-list-table ._02 {
  width: 20% !important;
}
.course-list-table ._03 {
  width: 20% !important;
}

#filemanager h2 {
  margin: 0 0 20px;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
}

#filemanager th {
  background: #F4F4F4;
  font-size: 16px;
  font-weight: 500;
}

#filemanager th,
#filemanager td {
  font-size: 16px;
  border: 1px solid #dddddd;
}

#filemanager tr.selected td:nth-child(2) > a {
  color: #A20003;
}

.td-folder-select {
  display: flex;
  align-items: center;
  font-size: 16px;
  border: unset !important;
}

.cu-edit-info {
  margin-top: 20px;
}

.cu-edit-info-head,
.modal_common_head {
  margin: 20px auto;
  font-size: 18px !important;
  font-weight: 500;
}

.cu-edit-info-row {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}
.cu-edit-info-row dt {
  width: 100px;
  background: #E7F3FF;
}
.cu-edit-info-row dt,
.cu-edit-info-row dd {
  padding: 8px;
}

.cu-edit__status-inner {
  margin: 20px 0;
}

.cu-edit-contents__select {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.cu-edit-contents__select .keisai-st {
  padding: 4px;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.cu-edit__pw-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.cu-edit__pw-label {
  width: 140px;
}

.cu-edit__pw-check {
  display: flex;
}
.cu-edit__pw-check .chk-pass {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.cu-edit-table__head {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.cu-edit-table__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-left: 1px solid #dddddd;
}

.cu-edit-th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 4px;
  background-color: #F4F4F4;
  font-weight: 500;
  font-size: 15px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.cu-edit-td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.cu-edit-td .textbox {
  width: 100%;
  box-sizing: border-box;
}
.cu-edit-td:nth-of-type(3) input, .cu-edit-td:nth-of-type(4) input {
  text-align: right;
}

.cu-edit-table__head--doc {
  grid-template-columns: 3fr 1fr 1fr 2fr;
}

.cu-edit-table__head--doc + .cu-edit-table__row,
.cu-edit-table__head--doc ~ .cu-edit-table__row {
  grid-template-columns: 3fr 1fr 1fr 2fr;
}

.cu-edit-th--lg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 4px;
  background-color: #E7F3FF;
  font-weight: 500;
  font-size: 11px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.cu-edit-td--lg {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.cu-edit-td--lg input.textbox {
  width: 100%;
  box-sizing: border-box;
}

.cu-edit-td__text {
  width: 100%;
  text-align: center;
}

.cu-edit__section-title {
  width: 100%;
  font-weight: bold;
  margin-bottom: 8px;
}

.cu-edit__detail-area {
  width: 100%;
  margin: 0 auto;
}

.cu-edit__detail-row {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.cu-edit__detail-label {
  width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 5px 8px;
  background: #F4F4F4;
  color: #2c2c2c;
  font-size: 15px !important;
  font-weight: 500;
  white-space: nowrap;
}

.cu-edit__detail-area .textbox {
  width: 100%;
  align-self: center;
  margin: 4px 5px;
}

.cu-edit__detail-submit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 20px;
}

.cu-edit__submit-btn {
  display: grid;
  place-content: center;
  width: 120px;
  padding: 0 6px;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: unset !important;
  background: #004EA2;
  border: solid 2px #004EA2;
  border-radius: 4px;
}
@media (hover: hover) {
  .cu-edit__submit-btn:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.cu-edit__msg-area {
  width: 410px;
  margin: 0 auto;
}

.cu-edit__error-msg {
  font-size: 12px;
  font-weight: bold;
  color: #A20003 !important;
  text-align: center;
  margin-bottom: 20px;
}

body#main #rh-contents {
  border: unset;
}

.p-user-detail {
  margin: 20px;
}

.box_tbl dt {
  font-size: 14px;
  font-weight: 500;
  background: #F4F4F4;
}
.box_tbl .textbox {
  padding: 8px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.box_tbl .b-textarea {
  width: 100% !important;
  padding: 8px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.box_tbl .min_rtxt {
  margin-bottom: 8px !important;
  font-size: 1rem !important;
}
.box_tbl .chk_pass {
  width: 16px;
  height: 16px;
}

p.min-line {
  border-top: 2px dotted #dddddd;
  width: 100%;
}

.term-extension-area {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

.term-extension-area__select {
  padding: 8px;
  color: #2c2c2c;
  font-size: 1rem;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.term-extension-area__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.term-extension-area__button a {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 160px;
  padding: 4px 8px;
  color: #ffffff !important;
  text-decoration: unset !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .term-extension-area__button a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.ui-dialog-buttonset {
  display: flex !important;
  justify-content: center;
  gap: 16px;
  float: none !important;
  width: 90% !important;
  margin: auto !important;
  padding: unset !important;
}

.ui-dialog .ui-dialog-content {
  overflow: unset;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  width: 100%;
  padding: 8px;
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.ui-widget-content {
  border: unset;
}

.used_status .box_tbl dt,
.used_status .box_tbl dd {
  font-size: 15px !important;
}
.used_status .box_tbl dt {
  width: 140px !important;
  font-weight: 500;
}

.rh-status-col {
  margin: 20px 0;
  padding-bottom: 20px;
  border-top: 2px dotted #dddddd;
  border-bottom: 2px dotted #dddddd;
}

body#main .rh-lrarea .tbl2-scroll {
  overflow-x: auto;
}

body#main .rh-lrarea table.tbl_m {
  min-width: 700px;
}
body#main .rh-lrarea table.tbl_m th {
  padding: 8px;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 500;
  background: #F4F4F4;
}
body#main .rh-lrarea table.tbl_m td {
  padding: 8px;
  font-size: 16px;
}

body#main .rh-lrarea table.tbl2 th:first-child,
body#main .rh-lrarea table.tbl2 td:first-child {
  width: 40%;
}
body#main .rh-lrarea table.tbl2 th:not(:first-child),
body#main .rh-lrarea table.tbl2 td:not(:first-child) {
  white-space: nowrap;
}

.departments-update-form {
  margin-top: 30px;
}

body#main #rh-contents.department-panel {
  height: unset;
  overflow-y: unset;
  border-bottom: 2px solid #dddddd;
}

body#main #rh-contents.classification-panel {
  width: 100%;
  overflow-y: unset;
  max-height: unset;
}

.classification-add-form {
  width: 100%;
  padding: 16px 0 20px;
  border-bottom: 2px dotted #dddddd;
}

body#main .classification-add-form .classification-add-table {
  width: 90%;
  margin: 0 0 12px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
body#main .classification-add-form .classification-add-table th,
body#main .classification-add-form .classification-add-table td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
body#main .classification-add-form .classification-add-table th {
  padding: 6px 8px;
  background: #F4F4F4;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 500;
}
body#main .classification-add-form .classification-add-table td {
  padding: 6px 8px;
  vertical-align: top;
}
body#main .classification-add-form .classification-add-table td input,
body#main .classification-add-form .classification-add-table td select {
  width: 100%;
  font-size: 16px !important;
  color: #2c2c2c !important;
  border: 1px solid #BABABA;
  border-radius: 4px;
  padding: 4px 8px;
}
body#main .classification-add-form .classification-add-table input.classification-order,
body#main .classification-add-form .classification-add-table input.classification-contract-limit {
  text-align: right;
}

.classification-list-panel {
  width: 90%;
  margin-bottom: 8px;
  margin-top: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.classification-list-panel .classification-note {
  margin-bottom: 0 !important;
  padding: 12px 8px !important;
  border-bottom: 1px solid #dddddd;
}

.classification-list-header,
.classification-list-row {
  display: flex;
}

.classification-list-header .classification-list-cell {
  background: #F4F4F4;
  font-size: 15px;
  font-weight: 500;
}

.classification-list-row:hover .classification-list-cell {
  background-color: #F4F4F4;
}

.classification-list-cell {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.classification-list-cell--name {
  flex: 0 0 40%;
}
.classification-list-cell--order {
  flex: 0 0 12%;
}
.classification-list-cell--limit {
  flex: 0 0 12%;
}
.classification-list-cell--dept {
  flex: 0 0 24%;
}
.classification-list-cell--delete {
  flex: 0 0 12%;
  justify-content: center;
}
.classification-list-cell input,
.classification-list-cell select {
  width: 100% !important;
  padding: 4px 8px;
  font-size: 15px;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.classification-list-cell input[type=checkbox] {
  width: 16px;
  height: 16px;
  padding: 0;
}
.classification-list-cell--order input, .classification-list-cell--limit input {
  text-align: right;
}

body#main p.classification-note {
  width: 100%;
  padding: 4px 8px;
  font-size: 15px;
  color: #2c2c2c;
  font-weight: 500;
  border-right: 1px solid #dddddd;
}

body#main #rg-container {
  width: 100%;
}

body#main #rg-contents {
  width: 90%;
  margin: 30px auto 0;
  border: unset;
}

.form-group {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.form-group:not(:first-of-type) {
  margin-top: 20px;
}
.form-group input {
  width: 100%;
  padding: 4px 8px;
  font-size: 16px;
  color: #2c2c2c !important;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.field-label {
  margin-bottom: 8px;
}
.field-label._password_again, .field-label._email {
  margin-top: 16px;
}

.rg-care {
  margin-top: -20px;
  margin-bottom: 20px;
}
.rg-care p {
  text-align: center;
  color: #A20003 !important;
  font-weight: 500;
}

.mail-confirm-panel {
  margin: 30px 20px;
}

.selectable._mail-item {
  margin-top: 10px;
}

.mail-title-textarea,
.mail-content-textarea {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  color: #2c2c2c;
  font-size: 16px !important;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.mail-title-textarea {
  height: 2.8rem;
}

.mail-content-textarea {
  height: 250px;
}

.mail-test-send-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
.mail-test-send-btn a {
  display: flex;
  justify-content: center;
  min-width: 120px;
  padding: 6px 16px;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
  cursor: pointer;
}
@media (hover: hover) {
  .mail-test-send-btn a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.mailcontent-detail-container {
  width: 90%;
  margin: 30px auto;
}
.mailcontent-detail-container .error-message {
  margin-top: -20px !important;
}

.mailcontent-detail__label {
  margin-bottom: 8px;
  font-weight: 700;
}

.mailcontent-detail__title-input,
.mailcontent-detail__content-input {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  font-size: 16px !important;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.mailcontent-detail__title-input {
  height: 2.8rem;
}

.mailcontent-detail__actions {
  display: grid;
  gap: 20px;
  margin: 20px auto 30px;
}

.mailcontent-detail__autoreplace-btn,
.mailcontent-detail__submit-btn,
.mailcontent-detail__test-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.mailcontent-detail__autoreplace-btn a,
.mailcontent-detail__submit-btn a,
.mailcontent-detail__test-btn a {
  display: flex;
  justify-content: center;
  min-width: 160px;
  padding: 4px 8px;
  color: #ffffff !important;
  text-decoration: unset !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .mailcontent-detail__autoreplace-btn a:hover,
  .mailcontent-detail__submit-btn a:hover,
  .mailcontent-detail__test-btn a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.mailcontent-detail__recipient {
  margin: 0;
}

.courses-edit-signature {
  width: 90%;
  margin: 30px auto;
}
.courses-edit-signature .acount-clm1 {
  float: unset !important;
}

.courses-edit-signature__box {
  display: flex;
  padding-bottom: 10px;
}
.courses-edit-signature__box .acount-clm1 {
  flex-shrink: 0;
  width: 120px !important;
  height: unset !important;
  border: unset !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.courses-edit-signature__box textarea {
  width: 100%;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.courses-edit-signature__box .rh-rcare {
  width: 100%;
}

.users_admin_add_person .form-area {
  width: auto;
  height: auto;
  margin: 0;
}
.users_admin_add_person .form-row,
.users_admin_add_person .form-row--textarea,
.users_admin_add_person .form-row--pw {
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  border-bottom: none;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.users_admin_add_person .form-row:last-of-type,
.users_admin_add_person .form-row--textarea:last-of-type,
.users_admin_add_person .form-row--pw:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.users_admin_add_person .form-row--pw {
  align-items: center;
}
.users_admin_add_person .form-row--msg {
  padding: 8px;
}
.users_admin_add_person .form-separator {
  height: 16px;
  border: none;
  background: transparent;
}
.users_admin_add_person .form-label {
  flex-shrink: 0;
  width: 140px;
  padding: 8px;
  border-right: 1px solid #dddddd;
  background-color: #F4F4F4;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.users_admin_add_person .form-input {
  flex: 1;
  padding: 4px 8px;
  display: flex;
  align-items: center;
}
.users_admin_add_person .form-input input.textbox,
.users_admin_add_person .form-input select.option {
  width: 100%;
  padding: 4px 8px;
  font-size: 16px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.users_admin_add_person .form-input textarea.b-textarea {
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.users_admin_add_person .form-input select {
  width: 200px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.form-input-wrap {
  flex: 1;
  padding: 4px 8px;
}
.form-input-wrap input.textbox {
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.form-label {
  font-size: 16px !important;
  font-weight: 400;
}

.form-row--pw .form-label {
  width: 180px;
  display: grid;
}

.form-row--pw:last-of-type {
  border-bottom: 1px solid #dddddd;
}

.form-row--pw._reenter,
.form-row--textarea._bikou {
  border-bottom: 1px solid #dddddd;
}

.users_admin_add_person {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

body#main span.txt-mst,
body#main span.txt-mst2 {
  position: unset;
  padding-left: 8px;
  color: #A20003;
  font-size: 13px;
  font-weight: 500;
}

body#main .account-val {
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
}

div.modal-container div.frame {
  border: none;
}

body#main div.modal-container p.mc-title {
  border-bottom: unset;
  font-weight: 500;
}

div.modal-container div.rim {
  border: 1px solid #dddddd;
  border-radius: 4px;
}
div.modal-container div.rim .th p {
  line-height: 1.8 !important;
}

body#main .dropArea {
  color: #2c2c2c;
  font-size: 14px;
  cursor: pointer;
}

body#main .output {
  display: inherit;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 15px;
}

body#main p.sredtxt {
  color: #A20003;
  font-size: 14px !important;
  font-weight: 500;
}

.modal-container .gry_area {
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.modal-container .gry_area label {
  font-size: 16px !important;
  font-weight: 500;
}
.modal-container .gry_area .sredtxt {
  margin: 10px 0 !important;
  color: #A20003 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.modal-container .rh-contents-ttl {
  margin-bottom: 20px;
  font-size: 18px !important;
}
.modal-container .rh-contents-txt {
  line-height: 1.8 !important;
}

body#main div.modal-container p.mc-title2 {
  margin-top: 20px;
}

div.modal-container .mailcontent {
  margin: 20px auto;
  padding: 16px;
  color: #A20003;
  font-size: 15px;
  font-weight: 500;
}

.csv-modal {
  margin: 30px 15px;
}

.center {
  text-align: center !important;
}

body#main div.modal-container p.mc-title2,
body#main p.list_cap {
  padding-left: 0;
  border-left: unset;
  font-size: 16px;
  font-weight: 500;
}
body#main div.modal-container p.mc-title2 + select,
body#main p.list_cap + select {
  font-size: 16px;
}

.modal-container .send-and-list select {
  width: 100% !important;
  padding: 4px 8px;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

div.modal-container .mc-textbox,
div.modal-container .mc-textarea,
div.modal-container .mc-select {
  padding: 4px 8px;
  color: #2c2c2c;
  font-size: 16px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.assign-classification-modal {
  width: 300px;
  margin: 30px auto;
}
.assign-classification-modal .rh-fbox {
  margin-bottom: 20px;
}
.assign-classification-modal select {
  width: 200px;
  padding: 4px 8px;
  font-size: 16px !important;
  color: #2c2c2c !important;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.assign-target-count {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px dotted #dddddd;
}

.select-label {
  margin-bottom: 8px;
}

body#main p.rh-rcare,
body#main p.rh-care {
  color: #A20003;
  font-size: 15px;
  font-weight: 500;
}

.assign-classification-title {
  font-size: 16px !important;
}

.templates._mail_templates th {
  background: #F4F4F4;
  padding: 8px;
  font-size: 16px;
}
.templates._mail_templates td {
  margin: 8px 4px;
}
.templates._mail_templates ._order input {
  text-align: right;
}
.templates._mail_templates ._delete {
  text-align: center;
}
.templates._mail_templates ._delete input {
  border: 1px solid #BABABA;
  width: 16px;
  height: 16px;
}
.templates._mail_templates input {
  font-size: 16px;
  color: #2c2c2c;
  border: 1px solid #BABABA;
  border-radius: 4px;
  padding: 4px 8px;
}

body#main div.modal-container a.text_btn.red {
  background: #A20003;
  border: 2px solid #A20003;
}
@media (any-hover: hover) {
  body#main div.modal-container a.text_btn.red:hover {
    color: #A20003;
    background: #ffffff;
  }
}

.group-select-dialog__area {
  width: 100%;
  padding: 20px 15px;
}
.group-select-dialog__area .sbox-ttl {
  margin-bottom: 10px;
  color: #2c2c2c !important;
  font-size: 18px;
  font-weight: 500;
}

.group-select-dialog__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.group-select-dialog__contents p,
.group-select-dialog__contents label {
  font-size: 16px !important;
}

.group-select-dialog__content {
  border: 1px solid #dddddd;
  padding: 15px;
  border-radius: 4px;
}
.group-select-dialog__content .input-choise {
  text-align: left;
}
.group-select-dialog__content .sbox-lttl,
.group-select-dialog__content .sbox-rttl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #dddddd;
  font-size: 18px !important;
  font-weight: 500;
}
.group-select-dialog__content .all-check {
  display: flex;
  align-items: center;
  margin-bottom: 24px !important;
  font-weight: 500;
  text-align: left;
}
.group-select-dialog__content .all-check input {
  width: 16px;
  height: 16px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.group-select-dialog__content .auto-add-check {
  display: flex;
  align-items: center;
  margin-bottom: 12px !important;
  font-size: 14px !important;
  text-align: left;
  background: #E7F3FF !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px;
}
.group-select-dialog__content .auto-add-check label {
  cursor: pointer;
  color: #2c2c2c !important;
  font-weight: 500 !important;
}
.group-select-dialog__content .auto-add-check span {
  margin-left: 4px;
}
.group-select-dialog__content .auto-add-check input {
  width: 16px;
  height: 16px;
}

.group-select-dialog__choise .checkbox,
.group-select-dialog__choise .checkbox input {
  position: unset !important;
}
.group-select-dialog__choise .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 8px !important;
}
@media (any-hover: hover) {
  .group-select-dialog__choise .checkbox:hover {
    background: #F4F4F4;
  }
}
.group-select-dialog__choise .checkbox input {
  width: 16px;
  height: 16px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.group-select-dialog__choise .checkbox label {
  color: #2c2c2c !important;
  font-weight: normal !important;
}

.group-select-dialog__buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.group-select-dialog__btn a {
  display: flex;
  justify-content: center;
  width: 120px;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #004EA2;
  border: 2px solid #004EA2;
}
@media (any-hover: hover) {
  .group-select-dialog__btn a:hover {
    color: #004EA2 !important;
    background: #ffffff;
  }
}

.group-select-dialog__btn._reset a {
  color: #004EA2 !important;
  background-color: #ffffff;
  border: 2px solid #004EA2;
}
@media (any-hover: hover) {
  .group-select-dialog__btn._reset a:hover {
    color: #ffffff !important;
    background: #004EA2;
  }
}

#filemanager.folder-select .section-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}
#filemanager.folder-select select {
  margin-bottom: 20px;
  color: #2c2c2c;
  font-size: 16px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
#filemanager.folder-select select option {
  font-size: 16px;
}

.new-folder-section .input {
  width: 100%;
}
.new-folder-section .input input {
  width: 100%;
  padding: 8px;
  color: #2c2c2c;
  font-size: 16px !important;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.new-folder-input {
  flex-shrink: 0;
  font-size: 16px;
}

#filemanager .txt_red {
  color: #A20003;
  font-size: 15px;
  font-weight: 500;
}

#filemanager:not(.popup) .open_folder_select,
#filemanager:not(.popup) .switch_movie_dir_type,
#filemanager:not(.popup) .zip_upload,
#filemanager:not(.popup) .file_upload,
#filemanager:not(.popup) .movie_zip_upload,
#filemanager:not(.popup) .movie_file_upload,
#filemanager:not(.popup) .zip_download,
#filemanager:not(.popup) .movie_zip_download {
  font-size: 15px;
  background: #004EA2 !important;
  background-image: none !important;
  border: 2px solid #004EA2 !important;
  color: #ffffff !important;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  #filemanager:not(.popup) .open_folder_select:hover,
  #filemanager:not(.popup) .switch_movie_dir_type:hover,
  #filemanager:not(.popup) .zip_upload:hover,
  #filemanager:not(.popup) .file_upload:hover,
  #filemanager:not(.popup) .movie_zip_upload:hover,
  #filemanager:not(.popup) .movie_file_upload:hover,
  #filemanager:not(.popup) .zip_download:hover,
  #filemanager:not(.popup) .movie_zip_download:hover {
    background: #ffffff !important;
    color: #004EA2 !important;
  }
}
#filemanager:not(.popup) .confirm {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  text-decoration: none !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  #filemanager:not(.popup) .confirm:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}
#filemanager:not(.popup) .btn_delete {
  font-size: 15px;
  background: #A20003 !important;
  background-image: none !important;
  border: 2px solid #A20003 !important;
  color: #ffffff !important;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  #filemanager:not(.popup) .btn_delete:hover {
    background: #ffffff !important;
    color: #A20003 !important;
  }
}

.dragdrop .dropArea {
  font-size: 14px;
  color: #2c2c2c;
}
.dragdrop .output {
  margin-left: 8px;
  font-size: 14px;
}
.dragdrop._flex {
  display: flex;
  align-items: center;
  margin: 8px 0;
  padding: unset !important;
}

#filemanager h3 {
  padding-bottom: 4px;
  border-bottom: 2px dotted #dddddd;
}

.movie-dir-type-select {
  width: 50%;
  padding: 4px 8px;
  color: #2c2c2c !important;
  font-size: 16px !important;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

#rh-container4 .rh-btnareac,
#rh-container4 .rh-btnarea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 20px auto 0;
  width: auto;
}
#rh-container4 .rh-btnareac::after,
#rh-container4 .rh-btnarea::after {
  display: none;
}
#rh-container4 .rh-btnareac p,
#rh-container4 .rh-btnarea p {
  float: none;
  width: auto;
  margin: 0;
}
#rh-container4 .rh-btnareac .btn_entry a,
#rh-container4 .rh-btnareac .btn_entry3 a,
#rh-container4 .rh-btnarea .btn_entry a,
#rh-container4 .rh-btnarea .btn_entry3 a {
  display: flex;
  justify-content: center;
  min-width: 120px;
  width: 100%;
  margin-top: 0 !important;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #004EA2;
  border: 2px solid #004EA2;
  background-image: none;
  height: auto;
  text-indent: 0;
}
@media (any-hover: hover) {
  #rh-container4 .rh-btnareac .btn_entry a:hover,
  #rh-container4 .rh-btnareac .btn_entry3 a:hover,
  #rh-container4 .rh-btnarea .btn_entry a:hover,
  #rh-container4 .rh-btnarea .btn_entry3 a:hover {
    color: #004EA2 !important;
    background-color: #ffffff;
  }
}
#rh-container4 .rh-btnareac .btn_reset a,
#rh-container4 .rh-btnareac .btn_goback a,
#rh-container4 .rh-btnarea .btn_reset a,
#rh-container4 .rh-btnarea .btn_goback a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  width: 100%;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #004EA2 !important;
  text-decoration: none !important;
  background-color: #ffffff;
  border: 2px solid #004EA2;
  background-image: none;
  height: auto;
  text-indent: 0;
  position: static;
}
@media (any-hover: hover) {
  #rh-container4 .rh-btnareac .btn_reset a:hover,
  #rh-container4 .rh-btnareac .btn_goback a:hover,
  #rh-container4 .rh-btnarea .btn_reset a:hover,
  #rh-container4 .rh-btnarea .btn_goback a:hover {
    color: #ffffff !important;
    background-color: #004EA2;
  }
}

.add_group_head {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.add_group_csv-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #dddddd;
}
.add_group_csv-section .input input {
  font-size: 16px;
}

.add_group_csv-label {
  margin-bottom: 8px;
}

.add_group_csv-submit a {
  padding: 2px 24px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: unset !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .add_group_csv-submit a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.add_group_all-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #dddddd;
}

.add_group_all-submit a {
  padding: 2px 24px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: unset !important;
  background: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .add_group_all-submit a:hover {
    background: #ffffff;
    color: #004EA2 !important;
  }
}

.add_group_note {
  margin-bottom: 4px;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.8 !important;
}

.admin-user-search-box {
  border: 1px solid #dddddd;
  margin-bottom: 16px;
}
.admin-user-search-box__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.admin-user-search-box__table th {
  width: 150px;
  padding: 12px 16px;
  background: #F4F4F4;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.admin-user-search-box__table td {
  padding: 8px 16px;
  border-bottom: 1px solid #dddddd;
}
.admin-user-search-box__table td input[type=text] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 1rem;
}
.admin-user-search-box__footer {
  display: flex;
  justify-content: center;
  padding: 16px;
}
.admin-user-search-box__footer .search-btn_in a {
  display: inline-flex;
  justify-content: center;
  min-width: 120px;
  padding: 6px 24px;
  color: #ffffff !important;
  background-color: #004EA2;
  border: 2px solid #004EA2;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
@media (any-hover: hover) {
  .admin-user-search-box__footer .search-btn_in a:hover {
    color: #004EA2 !important;
    background-color: #ffffff;
  }
}

.admin-user-search-box__footer .search-btn_in a {
  background: #004EA2 !important;
  display: flex !important;
  height: unset !important;
  justify-content: center;
}
@media (any-hover: hover) {
  .admin-user-search-box__footer .search-btn_in a:hover {
    background: #ffffff !important;
    color: #004EA2 !important;
  }
}

.user-add-list {
  display: grid;
  grid-template-columns: 5% 25% 25% 25% 20%;
  margin-top: 20px;
}

.user-add-list-header,
.user-add-list-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: stretch;
}

.user-add-list-header {
  background-color: #E7F3FF;
  font-weight: bold;
}

@media (hover: hover) {
  .user-add-list-row:hover {
    background-color: #F4F4F4;
  }
}

.user-add-list-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-left: 0;
  border-top: 0;
  word-break: break-all;
}
.user-add-list-header .user-add-list-cell:first-child, .user-add-list-row .user-add-list-cell:first-child {
  border-left: 1px solid #dddddd;
}
.user-add-list-header .user-add-list-cell {
  border-top: 1px solid #dddddd;
}

.post-edit__method {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #dddddd;
  margin: 8px 0;
}
.post-edit__method .post-edit__label {
  flex-shrink: 0;
  width: 110px;
  margin: 0;
  padding: 10px 12px;
  font-size: 0.875rem;
  background: #F4F4F4;
  float: unset;
  height: unset;
  border-right: 1px solid #dddddd;
  display: flex;
  align-items: center;
}
.post-edit__method .post-edit__label-content {
  display: grid;
  row-gap: 8px;
  padding: 10px 16px;
  font-size: 0.875rem;
}

.post-edit__checkbox-label {
  padding-left: 8px;
  font-size: 16px !important;
}

.post-edit__target {
  width: 100%;
  border: 1px solid #dddddd;
  margin: 8px 0;
}

.post-edit__target-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #F4F4F4;
  border-bottom: 1px solid #dddddd;
}

.post-edit__section-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.post-edit__radio-item {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 10px 16px;
  font-size: 0.875rem;
}
.post-edit__radio-item:last-child {
  border-bottom: none;
}

.post-edit__radio-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 16px !important;
}
.post-edit__radio-content input:disabled {
  background: #2c2c2c;
  border-color: #454545;
}

.post-edit__status {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #dddddd;
}
.post-edit__status .post-edit__label {
  flex-shrink: 0;
  width: 90px;
  margin: 0;
  padding: 10px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #F4F4F4;
  float: unset;
  height: unset;
  border-right: 1px solid #dddddd;
  display: flex;
  align-items: center;
}
.post-edit__status .post-edit__label-content {
  padding: 10px 16px;
  font-size: 0.875rem;
}

.post-edit__date-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
}
.post-edit__date-row .post-edit__label {
  flex-shrink: 0;
  width: 110px;
  margin: 0;
  padding: 10px 12px;
  font-size: 0.875rem;
  background: #F4F4F4;
  float: unset;
  height: unset;
  border-right: 1px solid #dddddd;
  display: flex;
  align-items: center;
}
.post-edit__date-row .post-edit__date-content {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 16px;
}
.post-edit__date-row .post-edit__date-content .option {
  min-width: 0;
  padding: 6px 10px;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 0.875rem;
}
.post-edit__date-row > select,
.post-edit__date-row > .input {
  margin: 10px 16px;
  padding: 6px 10px;
  border: 1px solid #BABABA;
  border-radius: 4px;
  align-self: center;
}
.post-edit__date-row .keisai-st {
  padding: 4px 6px;
  border: 1px solid #BABABA;
  border-radius: 4px;
  margin: 0 2px;
}
.post-edit__date-row select {
  font-size: 16px !important;
  color: #2c2c2c;
}

.modal_button_secondary {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.modal_button_secondary a,
.modal_button_secondary input[type=submit],
.modal_button_secondary button {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 160px;
  padding: 4px 8px;
  color: #004EA2 !important;
  text-decoration: unset !important;
  line-height: 1;
  background: #ffffff;
  border: 2px solid #004EA2;
  border-radius: 4px;
  cursor: pointer;
  font-size: inherit;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .modal_button_secondary a:hover,
  .modal_button_secondary input[type=submit]:hover,
  .modal_button_secondary button:hover {
    background: #004EA2;
    color: #ffffff !important;
  }
}

.post-edit__label-content__body {
  display: flex;
  align-items: center;
}

.post-sender {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 18px !important;
  text-align: center;
  border-bottom: 2px dotted #dddddd;
}

.input_txt_post-sender {
  margin-top: 4px;
  padding: 8px;
  line-height: 1.8 !important;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

body#main p.rh-rcare2 {
  width: 100%;
  color: #A20003;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.confirm_sender {
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto;
}
.confirm_sender a {
  display: flex;
  justify-content: center;
  min-width: 160px;
  padding: 6px 16px;
  color: #004EA2 !important;
  text-decoration: unset !important;
  background: #ffffff;
  border: 2px solid #004EA2;
  border-radius: 4px;
  cursor: pointer;
  font-size: inherit;
}
@media (any-hover: hover) {
  .confirm_sender a:hover {
    background: #004EA2;
    color: #ffffff !important;
  }
}

body#main p.confirm_sender a {
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  background: unset;
}
@media (any-hover: hover) {
  body#main p.confirm_sender a:hover {
    background: #004EA2 !important;
    color: #ffffff;
  }
}

.sender-list-dialog__inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 16px;
}

.sender-list-dialog__table-wrap {
  overflow-x: auto;
  margin: 16px 0;
}

.sender-list-dialog__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.sender-list-dialog__table thead tr {
  background: #F4F4F4;
  border-bottom: 2px solid #dddddd;
}
.sender-list-dialog__table th {
  padding: 10px 12px;
  font-weight: 500;
  border: 1px solid #dddddd;
  white-space: nowrap;
  text-align: left;
}
.sender-list-dialog__table td {
  padding: 8px 12px;
  border: 1px solid #dddddd;
  word-break: break-all;
}
.sender-list-dialog__table tbody tr:nth-child(even) {
  background: #F4F4F4;
}

.post-thanks__message {
  margin: 24px 0;
  padding: 16px;
  color: #A20003 !important;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

body#main div.modal-container p.mc-title {
  font-weight: 500;
  border: unset;
}

.course-select-dialog__area {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  width: 100%;
  padding: 24px;
}

.course-select-dialog__ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.course-select-dialog__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.course-select-dialog__content select {
  flex: 1;
  min-height: 0;
  width: 100%;
  padding: 16px 8px;
  overflow-y: auto;
}
.course-select-dialog__content option {
  margin-bottom: 8px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.8;
}
.course-select-dialog__content option:checked {
  background-color: #E7F3FF;
}

.course-select-dialog__radio-group {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 10px 0;
  font-size: 18px;
}

.login .rg-care {
  margin-top: 0;
}

.sp-login .rg-care {
  margin-top: 0;
}

.course-image-selector {
  width: 100%;
  padding: 30px;
}

.course-image-selector__title {
  font-size: 18px !important;
}

.image-type-option label {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.course-image-samples {
  padding: 20px;
}

.course-image-samples__title {
  margin-bottom: 12px;
  font-size: 16px;
}

.course-image-samples__nav {
  margin-bottom: 16px;
  text-align: right;
}
.course-image-samples__nav .text_btn {
  margin: 0 !important;
}

.course-image-samples__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 30px;
}

.course-image-sample-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6px;
  border: 1px solid #dddddd;
  text-decoration: none !important;
}
@media (any-hover: hover) {
  .course-image-sample-item__link:hover {
    border: 1px solid #2c2c2c;
  }
}
.course-image-sample-item__link img {
  width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-image-sample-item__label {
  margin-top: 6px;
  font-size: 15px !important;
  text-align: center;
}

.confirm-area {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.confirm-area .btn-area {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 16px;
}

.confirm-msg {
  line-height: 1.8 !important;
}

.course-folder-area .course-folder-area__text {
  line-height: 1.8 !important;
}
.course-folder-area .course-folder-area__subtext {
  font-size: 14px;
}
.course-folder-area .output {
  margin: unset !important;
  line-height: 1.8;
}
.course-folder-area .course-folder-area__path {
  margin-bottom: 8px;
  font-size: 16px !important;
}
.course-folder-area .filelistouter {
  margin-bottom: 8px;
  overflow-y: auto;
}

#filemanager .btn_filemanager {
  border: 2px solid #004EA2;
  background: #004EA2;
  color: #ffffff !important;
  font-size: 14px;
  text-decoration: unset !important;
}
@media (any-hover: hover) {
  #filemanager .btn_filemanager:hover {
    background: #ffffff;
    color: #004EA2 !important;
    border: 2px solid #004EA2;
  }
}

body#main p.btnrs a {
  font-size: 14px;
  margin: unset;
}/*# sourceMappingURL=main.css.map */