@charset "utf-8";
/* ==================================================
基本
================================================== */
html, body {
  height: 100%;
}
.d-none {
  display: none!important;
}
.success-text {
  color: #009688;
}
.wait-text {
  color: #ffc107;
}
.fail-text {
  color: #d62940;
}
.bk #loginpage {
  min-height: 100%;
  margin-bottom: -3rem;
}
.bk #tmp_footer {
  /*height: 3rem;*/
  z-index: 1;
  position: relative;
  border-top-left-radius: 0;
}
.bk .mainMenu {
  margin-top: 10px;
}
.bk .left-area {
  padding-bottom: 3rem;
}

.bk .header .select-login,
.bk .header .select-search,
.bk .header .select-language {
  font-size: 0.875em;
}

@media (max-width: 960px) {
  .bk .left-area.show {
    position: fixed;
  }
}



.animenu__btn {
  display: none;
  cursor: pointer;
  background-color: #111;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.animenu__btn:hover {
  background-color: #0186ba;
}

.animenu__btn__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__btn__bar + .animenu__btn__bar {
  margin-top: 4px;
}

.animenu__btn--active .animenu__btn__bar {
  margin: 0;
  position: absolute;
}
.animenu__btn--active .animenu__btn__bar:nth-child(1) {
  transform: rotate(45deg);
}
.animenu__btn--active .animenu__btn__bar:nth-child(2) {
  opacity: 0;
}
.animenu__btn--active .animenu__btn__bar:nth-child(3) {
  transform: rotate(-45deg);
}

.header.animenu-in {
  overflow: initial;
}
.animenu {
  display: block!important;
}
.animenu ul {
  padding: 0;
  list-style: none;
  overflow: initial!important;
  /*height: 100%;*/
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 0.9375em;
}
.animenu a {
  color: #aaaaaa;
  text-decoration: none;
}

.animenu__nav {
  color: #fff!important;
}
.animenu__nav > li {
  position: relative;
}
.animenu__nav > li > a {
  padding: 19px 30px 19px 7px;
  text-transform: uppercase;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: #fff;
}
.animenu__nav > li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:focus-within > a {
  color: #fff;
}
.animenu__nav__hasDropdown:before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}

.animenu__nav__dropdown {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #373737;
  transition: margin 0.15s, opacity 0.15s;
}
.animenu__nav__dropdown > li {
  width: 100%;
  border-bottom: 1px solid #515151;
}
.animenu__nav__dropdown > li:first-child > a:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: 2em;
  right: 3.5em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__dropdown > li:last-child {
  border: 0;
}
.animenu__nav__dropdown a {
  padding: 15px 20px;
  width: 100%;
  border-color: #373737;
  letter-spacing: 1px;
  cursor: pointer;
}
.animenu__nav__dropdown a:hover {
  background-color: #a99ccd;
  border-color: #a99ccd;
  color: #fff;
}
.animenu__nav__dropdown a:focus-within {
  background-color: #a99ccd;
  border-color: #a99ccd;
  color: #fff;
}
.animenu__nav--active {
  display: block !important;
}
.animenu__nav--active .animenu__nav__dropdown {
  display: block;
}

@media screen and (max-width: 960px) {
  .bk .header.login {
    height: auto;
  }
  .bk .header .logo img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .animenu__nav > li:hover > ul,
  .animenu__nav > li:focus-within > ul {
    width: 200px;
  }
  .animenu__nav__dropdown {
    right: -32px;
    left: initial;
  }
  .animenu__nav > li > a {
    padding: 17px 7px;
  }
  .animenu__nav__hasDropdown:before {
    position: inherit;
    border : inherit;
  }
  .animenu__nav__hasDropdown i {
    font-size: 23px;
    font-size: 1.4375em;
  }
  .animenu .sp-noshow {
    display: none;
  }
  .bk .header.login .accessibility i {
    font-size: 18px;
    font-size: 1.125em;
  }
  .bk .header .animenu__nav > li > a {
    padding: 5px 7px;
  }
  .bk .header .accessibility {
    height: auto;
  }
}

@media (max-width: 540px) {
  .bk .header .accessibility {
    justify-content: center;
    width: auto;
  }
}

.mainMenu{
  display: block;
  overflow: hidden;
}
.mainMenu .nav-item{
  overflow: hidden;
}
.mainMenu .btn{
  /*display: block;*/
  position: relative;
  font-weight: initial;

}
.mainMenu .btn:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right:8px solid transparent;
  border-top:10px solid #636A79;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
.subMenu{
  background: #273057;
  overflow: hidden;
  transition: max-height 0.7s;
  max-height: 0;
}
.subMenu a{
  display: block;
  padding: 15px 20px;
  color: #fff;
  border-bottom: 1px solid #394c7f;
  position: relative;
}
.subMenu a:before{
  content: '';
  opacity: 0;
  transition: opacity 0.3s;

}
.subMenu a:hover:before,
.subMenu a.active:before{
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  left: 0;
  top:0;
  opacity: 1;
  border-top: 30px solid transparent;
  border-left: 11px solid #efefef;
  border-bottom: 30px solid transparent;
}
.subMenu a:after{
  content: '';
  opacity: 0;
  transition: opacity 0.3s;

}
.subMenu a:hover:after,
.subMenu a.active:after{
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  right: 0px;
  top:0;
  opacity: 1;
  border-top: 30px solid transparent;
  border-right: 11px solid #efefef;
  border-bottom: 30px solid transparent;
}
.subMenu a:hover,
.subMenu a.active {
  background: #273057;
  background: -moz-linear-gradient(top, #273057 0%, #273057 50%, #394c7f 51%, #394c7f 100%);
  background: -webkit-linear-gradient(top, #273057 0%,#273057 50%,#394c7f 51%,#394c7f 100%);
  background: linear-gradient(to bottom, #273057 0%,#273057 50%,#394c7f 51%,#394c7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273057', endColorstr='#394c7f',GradientType=0 );
  transition: all 0.3s;
  border-bottom: 1px solid #394c7f;
}
.subMenu a:last-child{
  border:none;
}
.left-menu-nav li .subMenu a.active {
  background-color: initial;
}
.mainMenu .nav-item:target .subMenu{
  max-height: 25em;
}
.left-menu-nav li a.open-a {
    color: #fff;
    background-color: #686A79;
    box-shadow: 0 4px 8px rgba(0,0,0,.16);
}
.subMenu.open-ul {
  max-height: initial;
}

.bk.footer_wrap {
  padding: 0.73rem 0;
  font-size: 15px;
  font-size: 0.9375em;
}








/* ==================================================
ページ
================================================== */
.main-area.bk-index {
  position: initial;
  padding: 0;
}
.bk-index .float_block {
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: -1;
}
.bk-index .float_block .both {
  /*margin: 0 auto;*/
  position: relative;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  float: initial;
  margin-left: 240px;
}
.bk-index .float_block .both .pickup_block {
  width: 100%;
}
.bk-index .float_block .both .pickup_block .pickup_list {
  padding-bottom: 30px;
}

@media (max-width: 1300px) {
  .bk-index .float_block .both {
    backdrop-filter: initial;
  }
}
@media (max-width: 1170px) {
  .bk-index .float_block .both {
    width: auto;
  }
}
@media (max-width: 960px) {
  .bk-index .float_block {
    position: fixed;
    top: 50%;
  }
  .bk-index .float_block .both {
    margin-left: 0;
  }
}


.bk-pagi .form__group-list {
  padding: 0;
  display: inline;
}

.bk-pagi .form__submit {
  margin-bottom: 3rem;
}
.bk-pagi .form__group-list li {
  margin-right: 2rem;
  margin-right: 1.5rem;
}
@media (max-width: 1235px) {
  .bk-pagi .form__group-list li {
    margin-right: 1rem;
  }
}
@media (max-width: 1105px) {
  .bk-pagi .form__group-list li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1039px) {
  .bk-pagi .form__group-list li {
    margin-right: 7px;
  }
  .radio__icon + .radio__text {
    margin-left: 7px;
  }
}
@media (max-width: 960px) {
  .bk-pagi .form__group-list li {
    margin-right: 2rem;
  }
}
@media (max-width: 510px) {
  .bk-pagi .form__group-list li {
    margin-right: 1rem;
  }
  .bk-pagi .form__group-list {
    display: inline-table;/*修改*/
  }
}
@media (max-width: 500px) {
  .bk-pagi .form__submit.mt-0 {
    margin-top: 1rem!important;
  }
}
@media (max-width: 440px) {
  .bk-pagi .form__group-list li {
    margin-right: 9px;
  }
}
@media (min-width: 450px) {
  .bk-pagi .form__group-list {
    display: flex;
    padding-top: 3px;
  }
  .bk-pagi .form__group-list.p-8 {
    padding-top: 8px;
  }
}




.pagination-box.two {
  padding: 1rem 0;
  text-align: inherit;
  margin-top: 1rem;
  display: inline-flex;
  width: 100%;
}
.pagination-box.two .pagination {
  float: right;
  width: 50%;
  text-align: right;
}
.dataTables_length {
  width: 50%;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125em;
}
.dataTables_length .form__select-box {
  width: 85px;
  margin: 0 10px;
}
.dataTables_length .select-wrapper .select-list {
  height: 128px;
  overflow-y: auto;
}
@media (max-width: 1030px) {
  .dataTables_length {
    width: auto;
  }
  .pagination-box.two .pagination {
    width: auto;
    right: 0;
    position: absolute;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .pagination-box.two {
    display: inherit;
  }
  .dataTables_length,
  .pagination-box.two .pagination {
    width: 100%;
  }
  .dataTables_length {
    justify-content: center;
    margin-bottom: 20px;
  }
  .dataTables_length br {
    display: none;
  }
  .pagination-box.two .pagination {
    text-align: center;
  }
  .pagination-box.two .pagination {
    margin-right: 0;
    position : initial;
  }
}

@media (min-width: 1030px) {
  .dataTables_length br {
    display: none;
  }
}



input.hours-bo {
  width: 80%;
}
.hours-hr {
  width: 20%;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* ==================================================
subject ページ
================================================== */
.subject-info-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subject-info-box h5 {
  font-size: 0.9375em;
  text-align: center;
  padding-bottom: 0.5em;
}
.subject-info-box-1,
.subject-info-box-2 {
  float: left;
  width: 45%;
}
.subject-info-box-1 select,
.subject-info-box-2 select,
.subject-info-box-1 ul,
.subject-info-box-2 ul {
  height: 200px;
  padding: 0;
  overflow: auto;
}
.subject-info-box-1 select option,
.subject-info-box-2 select option,
.subject-info-box-1 ul li,
.subject-info-box-2 ul li {
  padding: 4px 10px 4px 10px;
}
.subject-info-box-1 select option:hover,
.subject-info-box-2 select option:hover,
.subject-info-box-1 ul li:hover,
.subject-info-box-2 ul li:hover {
  background: #EEEEEE;
}

.subject-info-arrows {
  margin-top: 2rem;
  float: left;
  width: 10%;
}
.subject-info-arrows input {
  width: 70%;
  margin-bottom: 5px;
}
.subject-info-box input.light-lime {
  color: #878484;
  background-color: #eff0f2;
}
.subject-info-box input.light-lime:hover,
.subject-info-box input.light-lime:focus,
.subject-info-box input.light-lime:focus-visible {
  color: #454444;
  background-color: #BDBAB4;
}
.subject-info-box select.form-control:focus,
.subject-info-box ul.form-control:focus {
  border-color: #e3e4e6;
  box-shadow: inset 0 0 0 1px #e3e4e6;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #454444;
  background-color: #BDBAB4;
  border-color: #BDBAB4;
}
.entry_box .ao-5 {
  display: inline-flex;
}
.entry_box .ao-5 .form-label {
  width: 120px;
  height: 45px;
  display: inline-grid;
}
.bk-pagi .entry_box .form__group-list {
  height: 45px;
  padding-top: 0;
}
.bk-pagi .entry_box .form__group-list li {
  width: 70px;
  height: 45px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-pagi .entry_box .form__group-list li .radio {
  margin-bottom: 0;
}
.card .entry_box .select-wrapper .select-btn {
  margin-top: 0em;
}


/* 修改 */
@media (max-width: 768px) {
  .subject-info-box {
    /*display: inline-grid;*/
    padding: 0;
  }
  .subject-info-box-1, .subject-info-box-2 {
    width: 100%;
  }
  .subject-info-arrows {
    display: inline-flex;
    width: 100%;
    margin-bottom: 2rem;
  }
  .subject-info-box input.light-lime {
    transform: rotate(90deg);
    width: 60px;
    height: 60px;
  }
  .bk .select2-toku .checkbox {
    flex-wrap: wrap;
  }
  .bk .bk-checkbox {
    display: block;
    /*margin-bottom: 2rem!important;*/
  }
  .form-label.checkbox span {
    font-size: 0.8125em;
  }
  .form-label.checkbox span.red-text {
    height: 80px;
    position: absolute;
  }
  .bk table .participantRow {
    display: grid;
  }
  .bk .bk-field .bo-5,
  .bk .bk-field .bo-2 {
    width: 100%;
  }
  .bk .bk-field .table td {
    padding: 0px;
  }
  .bk .bk-field .table .bo-2 {
    margin-bottom: 30px;
  }
  .bk .bk-field .participantRow button {
    margin-top: 0;
  }
  .bk .addfield .table-box {
    overflow-x: scroll;
  }
  .bk .addfield .table-box #userTablev2 {
    min-width: 640px;
  }
  .bk .addfield .table .userData {
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .entry_box .ao-5 {
    display: block;
  }
  .entry_box .ao-5 .form-label {
     width: 100%;
     margin-bottom: 0;
  }
  .bk-pagi .entry_box .form__group-list li {
    width: auto;
    display: block;
  }
}
/* ==================================================
職能地圖 ページ
================================================== */
.fl-table.functional-map td {
  overflow: initial;
}
.functional-map .title {
  width: 90px;
}
.functional-map .title2 {
  /*background-color: #cbcbd0;*/
  font-weight: bolder;
  border-right: 1px solid #cbcbd0;
  /*background-color: #eb98b538;*/
}
.fl-table.functional-map .space {
  width: 30%;
}
.functional-map .left,
.functional-map .naka-left,
.functional-map .end-left {
  height: 200px;
  box-sizing: border-box;
  padding: 1px;
}
.functional-map a:hover {
  color: #1b0928;
  text-decoration: underline;
}
.functional-map a#row1Link:hover {
  text-decoration: initial;
}
.functional-map .right,
.functional-map .naka-right,
.functional-map .end-right {
  height: 200px;
  box-sizing: border-box;
  padding: 1px;
}
.functional-map .naka,
.functional-map .naka-naka,
.functional-map .end-naka {
  height: 200px;
  box-sizing: border-box;
  padding: 1px;
}
.functional-map .txt {
  /*border: 1px solid gray;*/
  margin: 1px;
  padding: 5px;
  cursor: move;
  position: relative;
}
.functional-map .txt:hover {
  background-color: #e6e1f0;
}
.functional-map .txt::marker {
  color: #fff;
}
.gray-background {
  background-color: #f8f8f8;
}
.width-background {
  background-color: #fff;
}

.drop {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.drop:hover .dropOption {
  display: block;
}
.drop:hover .dropdown {
  display: block;
}
.drop:hover .dropdown.close {
  display: none;
}
.drop .dropOption {
  position: relative;
  width: auto;
  color: #666;
  font-size: 15px;
  font-size: 0.9375em;
  background-color: #fff;
  padding: 4px;
  border: 1px solid #e3e4e6;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: initial;
  padding-left: 10px;
  height: 39.5px;
  line-height: 30px;
}
.drop .dropOption::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 12px;
  border-width: 8px 6px;
  border-style: solid;
  border-color: #1b0928 transparent transparent transparent;
}
.drop .dropdown {
  display: none;
  width: 100%;
  /*max-height: 350px;*/
  position: absolute;
  color: #333;
  padding: 0;
  margin: 0;
  background-color: #f9f9f9;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px 0px #ccc;
  /*border-radius: 6px;*/
  box-sizing: border-box;
  overflow: auto;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.drop .dropdown > li {
  display: block;
  color: #000;
  padding: 10px;
  font-size: 15px;
  font-size: 0.9375em;
  /*margin: 0 10px;*/
  cursor: pointer;
  text-align: initial;
}
.drop .dropdown > li:first-child {
  background: rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125em;
  border: 1px solid #E2E4E6;
}
.drop .dropdown > li:first-child:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.drop .dropdown > li:last-child {
  /*margin-bottom: 10px;*/
}
.drop .dropdown > li:hover {
  background: rgba(0, 0, 0, 0.05);
  /*border-radius: 6px;*/
}
.drop .dropdown > li:first-child i {
  padding: 0 4px 0 16px;
  font-size: 21px;
  font-size: 1.3125em;
  color: #757575;
}
.drop .dropdown > li:first-child input {
  margin-bottom: 0;
  text-align: initial;
  border: 0px solid #E2E4E6;
}
.drop .dropdown li a#row1Link {
  float: right;
}
.drop .dropdown::-webkit-scrollbar {
  width: 15px;
}
.drop .dropdown::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 6px;
}
.drop .dropdown::-webkit-scrollbar-thumb {
  /*background-color: orange;*/
  border-radius: 15px;
}
.drop .dropdown::-webkit-scrollbar-button {
  background-color: #f9f9f9;
}



.delete .dropdown a.rowLink::before,
.delete .dropdown a.rowLink2::before,
.delete .dropdown a.rowLink3::before,
.delete .dropdown a.rowLink4::before,
.delete .dropdown a.rowLink5::before,
.delete .dropdown a.rowLink6::before,
.delete .dropdown a.rowLink7::before,
.delete .dropdown a.rowLink8::before,
.delete .dropdown a.rowLink9::before {
content: "\2b";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 1em;
color: #25292d;
}

.delete a.rowLink::before,
.delete a.rowLink2::before,
.delete a.rowLink3::before,
.delete a.rowLink4::before,
.delete a.rowLink5::before,
.delete a.rowLink6::before,
.delete a.rowLink7::before,
.delete a.rowLink8::before,
.delete a.rowLink9::before{
content: "\f00d";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 1em;
/*color: #757575;*/
margin-left: 4px;
}

.delete a.rowLink,
.delete a.rowLink2,
.delete a.rowLink3,
.delete a.rowLink4,
.delete a.rowLink5,
.delete a.rowLink6,
.delete a.rowLink7,
.delete a.rowLink8,
.delete a.rowLink9 {
  width: 20px;
  height: 20px;
}
.functional-map #table-1 #row1Link,
.functional-map #table2-1 #row1Link,
.functional-map #table3-1 #row1Link,
.functional-map #table4-1 #row1Link,
.functional-map #table5-1 #row1Link,
.functional-map #table6-1 #row1Link,
.functional-map #table7-1 #row1Link,
.functional-map #table8-1 #row1Link,
.functional-map #table9-1 #row1Link {
  margin-left: 7px;
  color: #757575;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7px;
}
.functional-map #table-1 #row1Link:hover,
.functional-map #table2-1 #row1Link:hover,
.functional-map #table3-1 #row1Link:hover,
.functional-map #table4-1 #row1Link:hover,
.functional-map #table5-1 #row1Link:hover,
.functional-map #table6-1 #row1Link:hover,
.functional-map #table7-1 #row1Link:hover,
.functional-map #table8-1 #row1Link:hover,
.functional-map #table9-1 #row1Link:hover {
  color: #fff;
  position: absolute;
  border-radius: 999em;
  background-color: #e91e64;
}

#table-1,
#table2-1,
#table3-1,
#table4-1,
#table5-1,
#table6-1,
#table7-1,
#table8-1,
#table9-1 {
  height: 158px;
  text-align: initial;
}


@media (max-width: 767px) {
  .functional-map .title {
    width: 50px;
    height: 50px!important;
  }
  .functional-map .title2 {
    height: 50px!important;
    line-height: 32px;
  }
  .fl-table.functional-map .space {
    width: auto;
  }
  .fl-table.functional-map td {
    width: 300px;
  }
  .fl-table.functional-map td, .fl-table.functional-map th {
    height: 300px;
    height: 217px;
  }
  .fl-table.functional-map td {
    white-space: initial;
  }
  .fl-table.functional-map tbody td {
    display: block!important;
  }
}



/* ==================================================
checkbox ページ
================================================== */
.bk-checkbox .checkbox__icon + .checkbox__text {
  font-size: 1.5em!important;
  font-weight: 900;
}



/* ==================================================
Add new field ページ
================================================== */
.bk-field thead {
  display:none;
}
.bk-field .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  padding-bottom: 20px;
}
.bk-field .table {
  width: 100%;
}
.bk-field .bo-2 {
  width: 20%;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.bk-field .bo-5 {
  width: 40%;
}
.bk-field .bo-2 button {
  padding: 0;
  height: 40px;
  height: 45px;
  border-radius: 5px;
  color: #811D40;
  background-color: #F9E0E8;
}
.bk-field .bo-2 button:hover,
.bk-field .bo-2 button:focus,
.bk-field .bo-2 button:focus-visible {
  color: #4b0921;
  background-color: #EB98B4;
}
.bk-field button {
  width: 100%;
  text-align: center;
  height: 45px;
  font-size: 15px;
  font-size: 0.9375em;
}

.total-form .entry {
  width: 100%;
}
.total-form .entry .input-group {
  display: flex;
}
.total-form .entry .col-lg-9 .form__select-box {
  width:80%;
}
.total-form .entry .input-group-btn {
  width:20%;
}
.bk-field .participantRow button {
  border-radius: 2px;
  margin-top: 8px;
}
.expository {
  display: flex;
  align-items: center;
  justify-content: center;
}
.expository-text p {
  color: #9e9e9e;
  color: #797479;
}
.toku2 .select-wrapper .select-list {
  position: relative;
}
/*.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.3333333333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
*/
.option-input:hover {
  background: #9faab7;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.radio__input.option-input:checked + .radio__icon {
  border: 1px solid #f44336;
}
.radio__input:checked + .radio__icon.option-input::before ,
.option-input:checked::before {
  /*height: 40px;
  width: 40px;*/
  position: absolute;
  content: "✖";
  display: inline-block;
  font-size: 17.666667px;
  font-size: 1.125em;
  text-align: center;
  line-height: 21px;
  /*background: #40e0d0;*/
  background: #F44336;
  color: #fff;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
  margin-bottom: 0;
}
.option-input.radio::after {
  border-radius: 50%;
}
.radio__input:checked + .radio__icon.option-inputok::before ,
.option-inputok:checked::before {
  /*height: 40px;
  width: 40px;*/
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 17.666667px;
  font-size: 1.125em;
  text-align: center;
  line-height: 21px;
  background: #4CAF50;
  color: #fff;
}
.radio__input.option-inputok:checked + .radio__icon {
    border: 1px solid #4CAF50;
}
.state .radio__input:disabled ~ .radio__text {
  color: #9E9E9E;
}
.state .radio__input:checked ~ .radio__text {
    color: #1b0928;
}

.state li {
  line-height: 3.1;
}
.bk-pagi .fl-table thead th.state-title {
  width: 240px;
}
.bk-pagi .state .form__group-list li {
  /*margin-right: 1rem;*/
  margin-right: 0;
  margin-left: 10px;
}
.bk-pagi .state .radio__text {
  margin-left: 5px;
}

@media (max-width: 1150px) {
  .fl-table thead .state-title {
    width: 190px;
  }
}
@media (max-width: 880px) {
  .fl-table thead .state-title {
    width: auto;
  }
  .bk-pagi .state .form__group-list li {
    /*margin-left: 0px;*/
  }
}
@media (max-width: 767px) {
  .state .form__group-list {
    height: auto;
    display: grid;
  }
  .state li {
    line-height: 0.1;
  }
  .state .radio {
    margin-bottom: 0px;
    font-size: 13px;
    font-size: 0.8125em;
  }
  .bk-pagi .fl-table thead th.state-title {
    width: auto;
  }
  .state .radio__icon {
    height: 1.3em;
    width: 1.3em;
  }
  .state .option-inputok,
  .state .radio {
    margin-right: 13px;
  }
  .radio__input:checked + .radio__icon.option-inputok::before, .option-inputok:checked::before {
    font-size: 13.666667px;
    font-size: 0.8125em;
    line-height: 17px;
  }
  .radio__input:checked + .radio__icon.option-input::before, .option-input:checked::before {
    font-size: 13.666667px;
    font-size: 0.8125em;
    line-height: 17px;
  }
  .bk-pagi .state .form__group-list {
    padding-top: 0;
  }
  .bk-pagi .state .radio .radio__text {
    line-height: 0.1;
  }
  .bk-pagi .state .radio .radio__text::after {
    bottom: -9px;
  }
}


/* ==================================================
リストの並べ替え ページ
================================================== */
.table-bordered tr:nth-child(2) .table-up{
  background-color: #eb9700;
  display: none;
}
.table-bordered tr:last-child .table-down{
  background-color: #eb9700;
  display: none;
}
.table-bordered .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.table-bordered .btn-light:hover,
.table-bordered .btn-light:focus,
.table-bordered .btn-light:active {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

@media (max-width: 767px) {
  .table-bordered .btn-light {
    transform: rotate(270deg);
  }
}
@media (min-width: 768px) {
  .table-bordered tr th:nth-child(1) {
    width: 150px;
    max-width: 90px;
  }
  .table-bordered tr th:nth-child(3) {
    width: 150px;
    max-width: 120px;
  }
}


/* ==================================================
select2 ページ
================================================== */
.select2-toku .select-box {
  margin-bottom: 0.5em;
}
.select2-toku .select2-container {
  width: 100%!important;
}
.select2-toku .select2-container--default .select2-selection--single {
  border-radius: 2px;
}
.select2-toku .but-box button {
  border-radius: 2px;
}
.select2-toku .subject-info-box .select2-hidden-accessible {
  border: 1px solid #e1e4e6 !important;
  clip: rect(0 0 0 0) !important;
  height: 200px !important;
  margin: -1px !important;
  position: initial!important;
  width: 100% !important;
}
.select2-toku .subject-info-box .select2-container {
  display: none;
}
.select2-toku .select-wrapper input[type=search],
.select2-toku ul.select2-selection__rendered {
  display: none;
}
.select2-toku .select-wrapper span.select2 {
  display: none;
}
.select2-toku .select-wrapper .select-btn {
  margin-top: -1.45em;
  margin-top: 0em;
}
.card .select2-toku .select-wrapperbox.select-box::after {
  /*top: 9px;*/
  top: 0;
}
#addUserv2.select2-toku .select-wrapper {
  width: 100%;
}
#addUserv2.select2-toku .select-wrapper::after {
  content: "\f078";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375em;
  color: #1b0928;
  display: inline-block;
  height: 0;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  right: 28px;
  top: 8px;
  width: 0;
  z-index: 1;
}
#addUserv2.select2-toku .select-wrapper span.select2 {
  display: block;
}
#addUserv2.select2-toku .select-btn {
  display: none;
}
#addUserv2.select2-toku span.select2-container,
#addUserv2.select2-toku .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 100%!important;
}
#addUserv2.select2-toku input {
  margin-bottom: 0;
}
#addUserv2.select2-toku button {
  width: 100%;
  text-align: center;
  padding: 0;
  height: 45px;
  font-size: 0.9375em;
}
#userTablev2 {
  width: 100%;
}
#userTablev2.fl-table tr:nth-child(even) {
  background: #ffffff;
}
.addfield .table-box {
  border: 1px solid #e1e4e6 !important;
  padding: 10px;
}
.addfield .table tr.title th,
.addfield .table tr td {
  padding: 10px;
}
.addfield .table>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9f9;
}
.addfield .table .userData {
  line-height: 40px;
}
.addfield .table button {
  color: #821d40;
  background-color: #f9e0e8;
  border: 0px solid #e1e4e6;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
}
.addfield .table button:hover,
.addfield .table button:focus,
.addfield .table button:focus-visible {
  color: #4b0921;
  background-color: #EB98B4;
}
.addfield h3 {
  background-color: #eff0f2;
  padding: 12px;
  /*border-top-right-radius: 20px;*/
  font-weight: bolder;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .addfield tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }
  #userTablev2.fl-table tr td:nth-child(odd) {
    background: #fff;
  }
  #userTablev2.fl-table tr:nth-child(even) {
    background: #F8F8F8;
  }
}
@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
}



/* ==================================================

tree checkbox

================================================== */
.checked-tree {
  /*margin: 1rem;*/
  display: block;
}
.checked-tree ul {
  position: relative;
  overflow: hidden;
  padding-left: 2.8rem;
  list-style: none;
}
.checked-tree ul ul > li {
  position: relative;
}
.checked-tree ul ul > li::before {
  position: absolute;
  bottom: 100%;
  left: -1.6rem;
  display: block;
  width: 1.2rem;
  height: 100%;
  margin-bottom: -0.9rem;
  content: ' ';
  border-bottom: 1px dashed gray;
  border-left: 1px dashed gray;
}
.checked-tree ul ul > li.checked-tree-line::before {
  position: absolute;
  bottom: 100%;
  left: -1.6rem;
  display: block;
  width: 1.2rem;
  height: 180px;
  margin-bottom: -0.9rem;
  content: ' ';
  border-bottom: 1px dashed gray;
  border-left: 1px dashed gray;
}
@media (max-width: 414px) {
  .checked-tree .sp {
    margin-left: -3rem;
  }
}


/* ==================================================

inline table

================================================== */
.table-wrapper-inline {
  box-shadow: 0px 6px 12px rgba( 0, 0, 0, 0.2);
}
.table-wrapper-inline:before {
  content: "";
  display: block;
  text-align: right;
  font-size: 11px;
  font-size: 0.6875em;
  color: white;
  padding: 0 0 5px;
  background: #BDBDBD;
}
.inline-table {
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
  display: block;
}
.inline-table thead {
  float: left;
  width: 20%;
  display: inline-table;
}
.inline-table thead tr {
  width: 100%;
  display: inline-table;
}
.inline-table thead,
.inline-table tbody,
.inline-table thead th {
  display: block;
}
.inline-table thead th {
  color: #696a79;
  background: #e6e1f0;
  border-bottom: 2px solid;
}
.inline-table thead th,
.inline-table thead th:nth-child(odd) {
  border-bottom: 1px solid #f7f7f9;
}
.inline-table thead th:nth-child(odd) {
  background: #e6e1f0;
  /*border-bottom: 2px solid;*/
}
.inline-table th {
  /*width: 150px;*/
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
}
.inline-table td,
.inline-table th {
  height: 45px;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.9375em;
  text-overflow: ellipsis;
  text-align: center;
  padding: 8px;
}
.inline-table tbody {
  width: auto;
  /*position: relative;*/
  /*overflow-x: auto;*/
}
.inline-table tbody tr:nth-child(odd) {
  background: none;
}
.inline-table tbody tr {
  display: table-cell;
  width: 80%;
  display: inline-table;
}
.inline-table tr td:nth-child(odd) {
  background: #F8F8F8;
  border-right: 1px solid #E6E4E4;
}
.inline-table tbody td {
    display: block;
    text-align: center;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border-right: 1px solid #E6E4E4;
}
.inline-table td {
    white-space: pre-wrap;
    max-width: initial;
    /*width: 150px;*/
}

@media (max-width: 580px) {
  .inline-table thead {
    width: 25%;
  }
  .inline-table tbody tr {
    width: 75%;
  }
}




