@charset "UTF-8";
body {
  font-family: "Meiryo";
}

@font-face {
  font-family: "Prata";
  src: url("fonts/Prata-Regular.ttf") format("truetype");
}
.absmart {
  font-family: "Prata";
}

.page {
  padding: 30px 50px;
  width: calc(100% - 300px);
  height: calc(100vh - 78px);
  background-color: #FFF;
  overflow-y: auto;
  position: relative;
}
.page .list-group-item {
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  padding: 0%;
  border-radius: 5px 5px 5px 5px;
  border-color: #52bab0;
  padding: 0px 0px 20px 0px;
}
.page .even-card {
  border-width: 0px;
  border-radius: 20px 20px 20px 20px;
}
.page h4 {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page {
    padding: 30px 15px;
    width: 100%;
  }
}
.page .common-table {
  overflow: hidden;
  width: 100%;
  font-size: 90%;
}
.page .common-table thead tr {
  height: 50px;
  background: #e0f4f3;
  color: #175653;
}
.page .common-table thead tr th {
  text-align: center;
  padding: 10px;
  border: 1px #9595ad solid;
  white-space: nowrap;
}
.page .common-table thead tr .table-status-item {
  width: 200px;
  min-width: 200px;
}
.page .common-table thead tr .table-even-name-item {
  width: 250px;
  min-width: 250px;
}
.page .common-table thead tr .table-useterm-item {
  width: 150px;
  min-width: 150px;
}
.page .common-table thead tr .table-response-item {
  width: 150px;
  min-width: 150px;
}
.page .common-table tbody tr {
  background-color: #f5f5f5;
}
.page .common-table tbody tr td {
  height: 40px;
  padding: 5px 10px;
  word-break: break-all;
  border: 1px #9595ad solid;
}
.page .common-table tbody tr td a {
  color: #17b3d9;
  border-bottom: 1px solid #17b3d9;
  text-decoration: none;
}
.page .common-table tbody tr td .unfinished-btn {
  border-width: 0px;
  background-color: #f55b76;
  color: #FFF;
  width: 60px;
  border-radius: 3px;
  height: 20px;
}
.page .common-table tbody tr td .unfinished-btn .table-btn-text {
  margin-top: auto;
  margin-bottom: auto;
  font-size: x-small;
}
.page .common-table tbody tr td .finished-btn {
  border-width: 0px;
  background-color: #808080;
  color: #FFF;
  width: 60px;
  border-radius: 3px;
  height: 20px;
  cursor: default;
}
.page .common-table tbody tr td .finished-btn .table-btn-text {
  margin-top: auto;
  margin-bottom: auto;
  font-size: x-small;
}
.page .common-table tbody tr td .retract-btn {
  border-width: 0px;
  background-color: #808080;
  color: #ff0505;
  width: 60px;
  border-radius: 3px;
  height: 20px;
  font-size: 12px;
  cursor: default;
}
.page .common-table tbody tr td .retract-btn .table-btn-text {
  margin-top: auto;
  margin-bottom: auto;
  font-size: x-small;
}
.page .common-table tbody tr td img {
  height: 20px;
}
.page .common-table tbody tr td .myForm {
  cursor: pointer;
}
.page .common-table tbody tr td .btn {
  margin-left: 5px;
  margin-right: 5px;
}
.page .common-table tbody tr td .notification_exclamation {
  margin-top: -5px;
}
.page .common-table tbody tr .center-align-item {
  text-align: center;
  width: 1px;
  white-space: nowrap;
}
.page .common-table tbody tr .left-align-item {
  text-align: left;
  width: auto;
  white-space: nowrap;
}
.page .common-table tbody tr .event-name {
  text-align: left;
  width: auto;
  width: 250px;
  min-width: 250px;
}
.page .common-table tbody tr .td-even-name {
  white-space: unset;
}

.user-profile-page {
  min-height: 600px;
}

header {
  height: 78px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  white-space: nowrap;
  min-width: 600px;
  border-bottom: 2px groove #fff;
}
header .left-area {
  height: auto;
}
header .left-area .logo-area {
  display: flex;
  height: auto;
  width: auto;
  margin-left: 30px;
  cursor: pointer;
}
header .left-area .logo-area .logo-text {
  display: flex;
  align-items: center;
  height: auto;
  color: #333333;
  margin-left: 12px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 3px;
}
@media (max-width: 1700px) {
  header .left-area .logo-area .event-logo-text {
    display: block;
    width: 25vw;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 11px;
  }
}
header .left-area .logo-area .absmart {
  color: #000000;
  font-size: 32px;
}
header .center-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header .center-area .event-select {
  padding-right: 20px;
}
header .center-area .event-select button {
  width: 300px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  background-color: #ffffff;
  color: #000;
  justify-content: space-between;
  border: 1px solid #ced4da;
}
header .center-area .event-select .dropdown-menu {
  max-height: calc(-100px + 100vh);
  overflow-y: auto;
  min-width: 300px;
  cursor: pointer;
}
header .right-area {
  flex: 1;
  margin-right: 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #8b8c8e;
  font-weight: 600;
  float: right;
}
header .right-area p {
  margin-bottom: 0;
  width: 100%;
}
header .right-area .admin-name-btn {
  margin-bottom: 0;
}
header .right-area .logout-btn {
  color: #FFF;
  border-style: solid;
  border-color: #31a9f4;
  white-space: nowrap;
  background-color: #31a9f4;
  border-radius: 25px;
  width: 150px;
}
header .right-area .logout-btn .table-btn-text {
  margin-top: -2px;
  color: #FFF;
  display: flex;
  margin-left: 11px;
}
header .right-area .logout-btn .table-btn-text .logout-btn-text {
  font-size: 16px;
  margin-top: 3px;
  margin-left: 5px;
}
header .right-area .logout-btn:hover {
  border-style: solid;
  border-color: #66caf2;
}
header .right-area .logout-btn:focus {
  color: #FFF;
  background-color: #66caf2;
  border-color: rgba(49, 169, 244, 0.4);
  border-style: solid;
}
header .right-area .name-area {
  display: contents;
}
header .right-area .name-area .name-pic {
  cursor: pointer;
  font-size: 40px;
  margin-right: -60px;
}
header .right-area .name-area .name-text {
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: larger;
  cursor: pointer;
}
header .logout-area {
  gap: 60px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  header .right-area {
    margin-left: 100px;
  }
  header .right-area .name-area {
    display: none;
  }
  header .sp-menu {
    margin-right: 15px;
  }
  header .center-area {
    display: none;
  }
}
header #myselect-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}
header #myselect-container select {
  position: absolute;
  margin-left: -250%;
  margin-top: -10%;
}
header #myselect-container select {
  width: 350px;
}
@media screen and (max-width: 960px) {
  header #myselect-container select {
    width: 175px;
  }
}
@media (max-width: 1330px) {
  header #myselect-container {
    width: 50px;
  }
}
@media (max-width: 1330px) and (max-width: 1160px) {
  header #myselect-container {
    display: none;
  }
}

.admin-header {
  background-color: #303030;
  color: #FFF;
  border-bottom: 1px solid #8d8d8d;
}
.admin-header .logo-text {
  color: #FFF !important;
}
.admin-header .absmart {
  color: #FFF !important;
}
.admin-header .admin-btn {
  width: auto;
  align-self: center;
  margin-left: 12px;
  border-radius: 5px;
}
.admin-header .admin-btn .table-btn-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
}

.content {
  width: 100%;
  height: calc(100vh - 78px);
  display: flex;
  min-width: 600px;
}
.content nav {
  width: 320px;
  background-color: #52bab1;
  color: #ffffff;
  border-color: #666666;
}
.content nav .material-symbols-sharp {
  color: #ffffff;
}
.content nav ul {
  padding: 0;
  width: 100%;
  height: calc(100% - 65px);
}
.content nav ul li.active {
  background-color: #e0f4f3;
  color: #175653;
  font-weight: 600;
  border-width: 0px;
  border-color: #8adac6;
  border-style: groove none none none;
  border-width: 2px;
}
.content nav ul li:not(.title, .user-name, .active):hover {
  background-color: #80eee8;
  color: #175653;
}
.content nav ul li {
  padding: 10px 20px;
  min-height: 50px;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-style: groove none none none;
  border-width: 2px;
  border-color: #8adac6;
}
.content nav ul li li {
  margin-right: 5px;
  font-size: 20px;
}
.content nav ul li .title {
  background-color: #3d3b53;
  cursor: default;
}
.content nav ul li .user-name {
  background-color: #3d3b53;
  cursor: default;
}
.content nav ul .top-page-jump {
  background-color: #31a9f4;
}
.content nav ul .top-page-jump .top-page-btn {
  display: flex;
}
.content nav ul .top-page-jump .top-page-btn .text {
  margin-left: 10%;
  width: 230px;
  font-weight: 600;
}
.content nav ul .top-page-jump .top-page-btn .short-line-text {
  font-weight: 600;
}
.content nav ul .top-page-jump .top-page-btn img {
  padding-right: 10px;
}
.content nav ul .menu-end-lg {
  display: revert;
}
.content nav .side-menu-style2 li {
  padding: 0px 30px 0px 30px;
  min-height: 50px;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-color: #666666;
  width: 100%;
}
.content nav .side-menu-style2 li li:not(.long-line) img {
  padding-right: 10px;
}
.content nav .side-menu-style2 li .short-line-text {
  min-width: 227px;
  display: flex;
}
.content nav .side-menu-style2 li .short-line-text img:not(.todo_bell) {
  padding-right: 10px;
}
.content nav .side-menu-style2 li .short-line-text .side_menu_association_name {
  word-break: break-all;
  word-wrap: break-word;
}
.content nav .side-menu-style2 .long-line {
  border-color: #666666;
  border-style: groove none none none;
  border-width: 2px;
  width: 100%;
  height: 78px;
}
.content nav .side-menu-style2 .long-line .text {
  margin-left: 10%;
}
.content nav .side-menu-style2 .no-hover {
  cursor: default;
}
.content nav .side-menu-style2 .no-hover:hover {
  background-color: #303030;
  color: #f5f5f5;
}
.content nav .side-menu-style2 .short-line {
  margin-left: 8%;
  width: 84%;
  border-style: solid none none none;
  border-width: 1px;
}
.content nav .side-menu-style2 li:not(.title, .user-name, .long-line, .short-line):hover {
  width: 100%;
}
.content nav .side-menu-style2 .smart-side {
  padding-top: 10px;
}
@media screen and (max-height: 750px) {
  .content nav .menu-end-lg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .content nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .content nav .menu-end-lg {
    display: none;
  }
}
.content nav #myselect-container {
  position: relative;
  height: 10px;
  width: 100px;
  z-index: 9999;
}
.content nav #myselect-container select {
  position: absolute;
  z-index: 9999;
}
.content nav .line {
  border-bottom: 2px solid #fcfcfc;
  z-index: 9999;
  margin-bottom: 10px;
}
.content .user-side-menu nav ul {
  height: calc(70% - 65px);
}
.content .user-side-menu nav .container {
  width: 100%;
  min-height: 200px;
  background-color: #52bab0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .user-side-menu nav .container .circle {
  width: 150px;
  height: 150px;
  border-radius: 80%;
  overflow: hidden;
}
.content .user-side-menu nav .container .circle .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .user-side-menu nav .container .name {
  text-align: center;
  font-size: 150%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
}
.content .user-side-menu nav .container .name-eng {
  text-align: center;
  font-size: 110%;
  margin-top: -3%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
}
.content .user-side-menu nav .line {
  border-top: solid #FFFFFF 1px;
}
.content .user-top-side {
  background-color: #292929;
  height: calc(100vh - 78px);
  overflow: hidden auto;
}
.content .user-top-side ul {
  border-color: #666666;
}
.content .user-top-side ul li.active {
  background-color: #000;
  color: #FFF;
}
.content .user-top-side ul li:not(.title, .user-name):hover {
  background-color: #3f3b3b;
  color: #f5f5f5;
}

.img-responsive {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: 100vh;
  float: left;
}

.img-responsive-profile {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* 画像がコンテナに収まるように */
  width: auto;
  /* 幅を自動調整 */
  height: auto;
  /* 高さを自動調整 */
}

.profile-img {
  width: 300px;
  /* 幅を自動調整 */
  height: auto;
  /* 高さを自動調整 */
  max-width: none;
}

.login-page {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 2132px;
  /* 画像の幅x2 */
  max-height: 2172px;
  /* 画像の高さx2 */
}
.login-page .left {
  flex: 1 1 50%;
  /* 両コンテナに等しい幅を割り当て */
  background-color: #fff;
}
@media only screen and (max-width: 1130px) {
  .login-page .left .img-responsive {
    float: unset;
    height: unset;
  }
}
.login-page .right {
  flex: 1 1 50%;
  /* 両コンテナに等しい幅を割り当て */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
}
.login-page .right .right-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-page .right .right-content .rectangle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-page .right .right-content .rectangle .login-title {
  margin-bottom: 64px;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
}
.login-page .right .right-content .rectangle .left1 {
  flex: 3;
  text-align: right;
  align-self: center;
}
.login-page .right .right-content .rectangle .right1 {
  flex: 6;
  text-align: left;
}
.login-page .right .right-content .rectangle .login-box .form-control {
  border: none;
  background-color: #ffffff;
  max-width: 600px;
}
.login-page .right .right-content .rectangle .login-box .line {
  border-bottom: 3px solid #dad5d5;
  padding-bottom: 3px;
}
.login-page .right .right-content .rectangle .login-box .right1 .show-password-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.login-page .right .right-content .rectangle .login-box .right1 .form-control {
  padding-right: 30px;
}
.login-page .right .right-content .rectangle .line {
  border-bottom: 2px solid #dad5d5;
  padding-bottom: 21px;
  width: 500px;
}
.login-page .right .right-content .rectangle button {
  min-width: 207px;
}
.login-page .right .right-content .rectangle button img {
  margin-right: 10px;
}
.login-page .right .password-forgot {
  color: #31a9f4;
  cursor: pointer;
  text-decoration: underline;
}
.login-page .right .password-forgot:hover {
  color: #66caf2;
}
.login-page .right .mailaddress-forgot {
  color: #31a9f4;
  cursor: pointer;
  text-decoration: underline;
}
.login-page .right .mailaddress-forgot:hover {
  color: #66caf2;
}
@media only screen and (max-width: 1200px) {
  .login-page .right .right-content .rectangle .login-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .login-page {
    display: inline-block;
  }
  .login-page .right {
    padding: 70px 30px;
  }
  .login-page .right .right-content .rectangle .login-title {
    margin-bottom: 64px;
    font-size: 28px;
  }
  .login-page .right .right-content .rectangle .login-box .form-control {
    max-width: 500px;
  }
  .login-page .right .right-content .rectangle .line {
    width: 500px;
  }
  .login-page .responsive-image {
    width: 100%;
  }
}

.password-forgot-modal .btn-area {
  padding-top: 70px;
}

.add-associations-modal label {
  min-width: 48px;
}
.add-associations-modal .body-text {
  font-size: 22px;
}
.add-associations-modal .btn-area {
  margin-top: 90px;
  margin-bottom: 20px;
}
.add-associations-modal .btn-area .btn-secondary {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 50%;
}
.add-associations-modal .checkbox {
  cursor: pointer;
}

.user-create-page {
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 2132px;
  /* 画像の幅x2 */
  max-height: 2172px;
  /* 画像の高さx2 */
}
@media only screen and (max-width: 1225px) {
  .user-create-page .left {
    flex: 1 1 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .user-create-page .left .img-responsive {
    float: unset;
    height: unset;
  }
}
.user-create-page .left {
  flex: 1 1 50%;
  background-color: #fff;
}
.user-create-page .left .left-content {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.user-create-page .right {
  flex: 1 1 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1000px;
  box-sizing: border-box;
  padding: 20px;
}
.user-create-page .right .right-content {
  width: 100%;
  margin: 20px;
  min-width: 400px;
  padding: 20px;
  height: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  box-shadow: 8px 8px 4px #c0c0c0;
  border: 2px solid #8c8c8c;
  align-items: center;
  justify-content: center;
}
.user-create-page .right .right-content .rectangle {
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.user-create-page .right .right-content .rectangle .left1 {
  flex: 3;
  text-align: right;
  align-self: center;
  min-width: 170px;
}
.user-create-page .right .right-content .rectangle .right1 {
  flex: 6;
  text-align: left;
  min-width: 170px;
}
.user-create-page .right .right-content .rectangle .right1 .form-control {
  padding-right: 40px;
}
.user-create-page .right .right-content .rectangle .right1 .show-password-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.user-create-page .right .user-create-finish {
  width: 100%;
}
.user-create-page .right .user-create-finish .completion-text {
  font-size: 150%;
  padding-left: 5%;
  padding-right: 5%;
  color: #8c8c8c;
}
.user-create-page .text {
  width: 100%;
  height: 100%;
  margin: 20px;
  resize: none;
  color: #000000;
  font-size: medium;
  padding: 0px 20px;
  border: groove;
  overflow-y: scroll;
  white-space: pre-wrap;
}
.user-create-page .protocol {
  text-align: center;
  transform: scale(1.5);
  margin: 15px 0px;
  width: 70%;
  padding-left: 18%;
}
@media screen and (max-width: 2100px) {
  .user-create-page .right {
    height: 900px;
  }
}
@media screen and (max-width: 1900px) {
  .user-create-page .right {
    height: 800px;
  }
}
@media screen and (max-width: 1700px) {
  .user-create-page .right {
    height: 700px;
  }
}
@media screen and (max-width: 1500px) {
  .user-create-page .right {
    height: 620px;
  }
}
@media screen and (max-width: 1200px) {
  .user-create-page .right {
    height: 580px;
  }
}
@media screen and (max-width: 1023px) {
  .user-create-page .left {
    display: none;
  }
  .user-create-page .right {
    height: 900px;
  }
}

.user-top-page .sentence {
  display: inline-flex;
}
.user-top-page .red {
  color: #FF0000;
}
.user-top-page .notice-manage {
  min-width: 500px;
  padding: 0 0 20px 0;
  margin-top: 20px;
}
.user-top-page .notice-manage .notice-table .notice-lv1 {
  color: red;
}
.user-top-page .notice-manage .notice-table .notice-lv2 {
  color: blue;
}
.user-top-page .notice-manage .notice-table .notice-lv3 {
  color: black;
}
.user-top-page .notice-manage .notice-table .notice-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
.user-top-page .notice-manage .panel-table {
  width: 96%;
  overflow-x: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.user-top-page .notice-manage .page-title-panel {
  height: 40px;
  font-size: large;
  padding-top: 6px;
  background-color: #52bab0;
  color: #ffffff;
  font-weight: bold;
  border-radius: 2px 2px 0px 0px;
  min-width: 500px;
  display: flex;
  padding-bottom: 10px;
}
.user-top-page .notice-manage .page-title-panel .page-title-panel-text {
  margin-left: 2%;
}
.user-top-page .notice-manage .even-card-title {
  background-color: #175653;
  border-radius: 5px 5px 0px 0px;
}
.user-top-page .notice-manage .list-group .list-group-item .handle {
  cursor: grab;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group {
  padding-top: 1%;
  justify-content: center;
  border-radius: 0%;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #f0f0f0;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .rectangle {
  display: flex;
  width: 340px;
  background-color: white;
  box-shadow: 3px 3px 5px;
  padding: 7px;
  box-sizing: border-box;
  height: 165px;
  margin-right: 13px;
  margin-left: 13px;
  margin-bottom: 2%;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .rectangle .menu-text {
  margin-right: auto;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .rectangle .menu-text .menu-text-title {
  display: flex;
  align-items: center;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .rectangle .menu-text .menu-text-main {
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .rectangle .circle_digit {
  margin-left: auto;
  margin-bottom: 120px;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .title {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  pointer-events: none;
  padding-top: 45px;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .list-content {
  display: flex;
  align-items: center;
  background-color: #eff3f6;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .icon {
  flex: 1;
  padding: 10px;
  text-align: center;
  margin-top: -10px;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .icon img {
  max-width: 100%;
  height: auto;
}
.user-top-page .notice-manage .list-group .list-group-item .list-group .description {
  flex: 2;
  padding: 10px;
  font-size: 19px;
}
@media screen and (max-width: 593px) {
  .user-top-page .notice-manage .list-group .list-group-item .list-group {
    flex-direction: column;
    align-content: center;
  }
}
@media only screen and (min-width: 1529px) {
  .user-top-page .notice-manage .list-group .list-group-item .list-group {
    justify-content: flex-start;
  }
}
.user-top-page .notice-manage .list-group .list-group-item .even-page {
  background-color: #175653;
  border-radius: 0px 0px 6px 6px;
}
.user-top-page .notice-manage .list-group .list-group-item .card-menu-module {
  justify-content: flex-start;
}
.user-top-page .notice-manage .list-group .list-group-item .mypage .title {
  margin-left: -40px;
  margin-right: -20px;
  padding-top: 40px;
  width: 100%;
}
.user-top-page .notice-manage .list-group .list-group-item .mypage .title .rectangle {
  width: 425px;
}
.user-top-page .notice-manage .list-group .list-group-item .mypage .todo_bell {
  display: inline-block;
  width: 20px;
  height: 40px;
  margin-left: 1%;
}
.user-top-page .notice-manage .todo-area {
  padding: 0px 20px 0px 20px;
}
.user-top-page .notice-manage .todo-area .common-table .attention-th {
  border-top: 1px #9595ad solid;
  border-left: none;
  border-right: none;
}
.user-top-page .notice-manage .todo-area .common-table .attention-td {
  border-right-color: #f5f5f5;
  border-left: none;
  width: 65px;
}
.user-top-page .notice-manage .todo-area .common-table .attention-td img {
  height: 30px;
}
.user-top-page .notice-manage .category-description {
  width: 20px;
}
.user-top-page .notice-manage .category-description-text {
  margin-top: auto;
  margin-bottom: 5px;
  font-size: 12px;
}
.user-top-page .notice-manage .circle_digit {
  margin-top: auto;
  margin-left: 5px;
  margin-bottom: 5px;
}
.user-top-page .notice-manage .table-page {
  background-color: #52bab0;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px 4px 0px 0px;
  min-width: 500px;
  padding-bottom: 10px;
  height: 35px;
}
.user-top-page .notice-manage .table-page .title-text {
  margin-left: 1%;
  display: flex;
}
.user-top-page .even-table-page {
  min-width: 500px;
  border-style: solid;
  border-width: 2px;
  padding: 0 0 20px 0;
  border-radius: 7px 7px 0px 0px;
  border-color: #52bab0;
  margin-top: 20px;
}

.user-top-style2 {
  padding: 0 0 0 0;
}
.user-top-style2 .notice-manage {
  margin-top: 0;
}
.user-top-style2 .notice-manage .list-group .list-group-item .list-group {
  background-color: unset;
}
.user-top-style2 .list-group-item {
  border-width: 0px;
  padding: 0px 50px 0px 50px;
  padding-bottom: 20px;
}
.user-top-style2 .list-group-item .user-top-list-group-title {
  display: flex;
  height: 100%;
}
.user-top-style2 .list-group-item .user-top-list-group-title .move-title {
  margin: auto 0px auto 10px;
}
.user-top-style2 .list-group-item .page-title-panel {
  background-color: unset;
  margin-top: 32px;
}
.user-top-style2 .list-group-item .page-title-panel .bi-arrows-move {
  color: #000000;
}
.user-top-style2 .list-group-item .page-title-panel .title-text {
  color: #000000;
}
.user-top-style2 .list-group-item .page-choose-panel {
  display: flex;
  flex-wrap: wrap;
}
.user-top-style2 .list-group-item .even-btn {
  background-color: #31a9f4;
  border-color: #31a9f4;
  border-style: solid;
  border-radius: 50px;
  margin: 15px 15px 0 0;
  width: 300px;
  min-height: 65px;
  box-shadow: 2px 2px 10px #a5a5a5;
}
.user-top-style2 .list-group-item .even-btn .table-btn-text {
  color: #FFF;
  margin: auto;
  margin-right: -15px;
  max-width: 240px;
  font-size: medium;
}
.user-top-style2 .list-group-item .even-btn .even-btn-img {
  margin-left: auto;
}
.user-top-style2 .list-group-item .even-btn:hover {
  background-color: #66caf2;
  border-color: #66caf2;
}
.user-top-style2 .list-group-item .even-btn:focus {
  background-color: #66caf2;
  border-color: rgba(49, 169, 244, 0.4);
}
.user-top-style2 .list-group-item .page-choose-pane {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.user-top-style2 .list-group-item .explanatory-text {
  margin-top: -6px;
  margin-bottom: -11px;
}
.user-top-style2 .card-menu {
  background: linear-gradient(#45d1c9, #487cff);
  border-radius: 0;
}
.user-top-style2 .card-menu .user-top-card-style2 {
  align-items: center;
  justify-content: center;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 65px;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle {
  text-align: center;
  width: 300px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px #FFF;
  border-radius: 20px;
  overflow: hidden;
  transition: background-color 0.3s;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle .move-bell-icon {
  display: flex;
  margin-right: 5px;
  margin-top: 2%;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle .move-bell-icon .move-icon {
  font-size: 15px;
  margin-top: 5px;
  margin-left: 15px;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle .move-bell-icon .bell-icon {
  margin-left: 165px;
  min-width: 60px;
  min-height: 70px;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle .move-bell-icon .circle-icon {
  margin-left: 25px;
  margin-top: 5px;
  min-height: 30px;
  min-width: 40px;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle .handle2 {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: grab;
  margin-left: 1%;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle .card-title {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-top: -15px;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle .svg-container {
  max-height: 200px;
  overflow: hidden;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle .description {
  color: #333;
  font-size: 16px;
  word-wrap: break-word;
}
.user-top-style2 .card-menu .user-top-card-style2 .user-top-card-rectangle:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.user-profile-page {
  overflow-x: hidden;
}
.user-profile-page .line {
  border-bottom: 3px solid #a7a4a4;
  width: 100%;
  padding-bottom: 21px;
  padding-left: 400px;
}
.user-profile-page .user-info .user-name {
  font-size: xx-large;
}
.user-profile-page .user-info .user-name .user-name-english {
  margin-left: 10%;
  font-size: large;
}
.user-profile-page .user-info .user-name .edit-btn {
  width: 240px;
  margin-bottom: 4px;
}
.user-profile-page .user-info .content-area .combination {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item {
  margin: 5px 0;
  display: flex;
  align-items: center;
  font-size: larger;
  padding-top: 2%;
  max-width: 480px;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item .input-area {
  display: flex;
  align-items: center;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item > label {
  min-width: 230px;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item .form-label {
  color: #5f5d5d;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item .multiple-text {
  color: black;
  word-wrap: break-word;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item .biography-jp-item {
  min-width: 150px;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item .biography-en-item {
  min-width: 120px;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item .top-btn {
  display: none;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item .password-eyes {
  height: 21px;
  width: 17px;
  margin-right: -35px;
}
.user-profile-page .user-info .content-area .combination .combination-item .content-item .password-eyes .eyes-pic {
  cursor: pointer;
  margin-left: -40px;
  margin-top: -7px;
}
.user-profile-page .user-info .content-area .combination .combination-item .line {
  border-bottom: 1px solid #a7a4a4;
  min-width: 250px;
  padding-bottom: 0;
  padding-left: 0;
}
.user-profile-page .user-info .content-area .combination .combination-item .biography-line {
  min-width: 300px;
}
.user-profile-page .user-info .content-area .combination .combination-item .brif-history {
  min-width: 250px;
  border: none #999999 solid;
}
.user-profile-page .user-info .content-area .combination .combination-item .list-line {
  width: calc(100% - 230px);
  margin-left: 230px;
  margin-bottom: -1px;
}
.user-profile-page .user-info .content-area .combination .profile-left {
  width: 54%;
  min-width: 500px;
  padding-right: 15px;
  padding-top: 25px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 74vh;
}
.user-profile-page .user-info .content-area .combination .profile-right {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(74vh - 210px);
}
.user-profile-page .top-btn {
  display: block;
}
@media screen and (max-width: 1060px) {
  .user-profile-page .user-info .tab-content .combination {
    display: contents;
  }
  .user-profile-page .user-info .tab-content .combination .combination-item .content-item .top-btn {
    display: block;
  }
  .user-profile-page .user-info .tab-content .combination .combination-item .line {
    max-width: 480px;
  }
  .user-profile-page .user-info .tab-content .combination .combination-item .pic-area {
    display: none;
  }
  .user-profile-page .user-info .tab-content .combination .combination-item .profile-right {
    overflow-x: unset;
    overflow-y: unset;
    height: unset;
  }
  .user-profile-page .user-info .tab-content .combination .profile-left {
    overflow-y: unset;
    overflow-x: unset;
    height: unset;
  }
}

.user-info .password-eyes {
  height: 16px;
  width: 18px;
  margin-right: -35px;
}
.user-info .password-eyes .eyes-pic {
  cursor: pointer;
  margin-left: -40px;
  margin-top: -7px;
}

.user-profile-update-page .user-name .user-name-english {
  margin-left: 10%;
  font-size: large;
}
.user-profile-update-page .content-area .combination {
  display: flex;
  justify-content: space-between;
}
.user-profile-update-page .content-area .combination .combination-item .input-xs {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .user-profile-update-page .content-area .combination .combination-item .input-xs {
    display: none;
  }
}
.user-profile-update-page .content-area .combination .combination-item .content-item {
  margin: 5px 0;
  display: flex;
  align-items: center;
  font-size: larger;
  padding-top: 2%;
  width: 100%;
  height: 70px;
}
.user-profile-update-page .content-area .combination .combination-item .content-item .input-lg {
  display: none;
}
@media screen and (max-width: 1000px) {
  .user-profile-update-page .content-area .combination .combination-item .content-item .input-lg {
    display: flex;
  }
}
.user-profile-update-page .content-area .combination .combination-item .content-item .input-area {
  display: flex;
  align-items: center;
}
.user-profile-update-page .content-area .combination .combination-item .content-item .input-area .profile-img-del-btn {
  width: 30px;
  padding-left: 5px;
  cursor: pointer;
}
.user-profile-update-page .content-area .combination .combination-item .content-item > label {
  min-width: 210px;
}
.user-profile-update-page .content-area .combination .combination-item .content-item .form-label {
  color: #5f5d5d;
  text-align: end;
  margin-top: 5px;
  margin-right: 10px;
}
.user-profile-update-page .content-area .combination .combination-item .content-item .top-btn {
  display: none;
}
.user-profile-update-page .content-area .combination .combination-item .content-item .empty-element::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 60px;
}
@media screen and (min-width: 1001px) {
  .user-profile-update-page .content-area .combination .combination-item .input-lg {
    display: none;
  }
}
.user-profile-update-page .content-area .combination .combination-item .edit-update-buttons {
  padding-top: 3%;
  display: flex;
  justify-content: flex-end;
  margin-right: -10%;
}
@media screen and (max-width: 1090px) {
  .user-profile-update-page .content-area .combination .combination-item .edit-update-buttons {
    padding-top: 3%;
    display: flex;
    justify-content: center;
  }
}
.user-profile-update-page .content-area .combination .combination-item .line {
  border-bottom: 1px solid #a7a4a4;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
}
.user-profile-update-page .content-area .combination .btn {
  border-radius: 20px;
}
.user-profile-update-page .content-area .combination .btn-primary {
  border: none;
  background-color: #31a9f4;
  flex: 1;
  box-sizing: border-box;
}
.user-profile-update-page .content-area .combination .btn-secondary {
  border: none;
  background-color: #6c757d;
  border-color: #6c757d;
  flex: 1;
  box-sizing: border-box;
}

.admin-account-page .page-name {
  height: 56px;
  font-weight: bold;
  font-size: 30px;
}
.admin-account-page .regist-btn-area {
  display: flex;
  margin-right: 3%;
  justify-content: end;
}
.admin-account-page .regist-btn-area .label {
  font-size: 22px;
  font-weight: 800;
  align-self: center;
}
.admin-account-page .regist-btn-area .regist-btn {
  font-size: 35px;
  cursor: pointer;
}
.admin-account-page .square-box .page-title-panel {
  height: 40px;
  font-size: large;
  padding-top: 6px;
  background-color: #43425d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  display: flex;
}
.admin-account-page .square-box .table-area {
  border-style: solid;
  border-width: 2px;
  margin-bottom: 20px;
  border-radius: 10px 10px 5px 5px;
  border-color: #303030;
  min-width: 390px;
}
.admin-account-page .square-box .table-area .page-title-panel {
  background-color: #303030;
  border-radius: 5px 5px 0px 0px;
}
.admin-account-page .square-box .table-area .page-title-panel .title-text {
  margin-left: 1%;
  display: flex;
}
.admin-account-page .square-box .table-area .table-coincide {
  width: 96%;
  margin-left: 2%;
}
.admin-account-page .square-box .table-area table.common-table {
  border-radius: 0px;
}
.admin-account-page .square-box .table-area table.common-table thead tr th {
  text-align: center;
}
.admin-account-page .square-box .table-area table.common-table thead tr th:last-child {
  border-top: none;
  border-right: none;
  border-bottom: none;
  background-color: white;
}
.admin-account-page .square-box .table-area table.common-table tbody tr {
  height: 53px;
  padding: 0px 10px;
}
.admin-account-page .square-box .table-area table.common-table tbody tr td {
  text-align: center;
  padding: 0px 10px;
  word-break: break-all;
}
.admin-account-page .square-box .table-area table.common-table tbody tr td:not(:last-child) {
  cursor: pointer;
}
.admin-account-page .square-box .table-area table.common-table tbody tr td:last-child {
  border-top: none;
  border-right: none;
  border-bottom: none;
  background-color: white;
}
.admin-account-page .square-box .table-area table.common-table tbody tr td .delete-btn {
  font-size: 35px;
  cursor: pointer;
  color: red;
}
.admin-account-page .square-box .table-area table.common-table tbody tr td.hover {
  background-color: rgba(207, 213, 234, 0.6666666667);
}

.add-admin-page .page-title {
  height: 56px;
  font-weight: bold;
  font-size: 30px;
}
.add-admin-page .operate-btn {
  width: max(10vw, 74px);
}
.add-admin-page .square-box .rectangle {
  width: 100%;
  min-width: 464px;
  max-width: 1050px;
  padding: 20px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .add-admin-page .square-box .rectangle {
    width: 100%;
  }
}
.add-admin-page .square-box .rectangle .combination {
  padding-right: 10%;
}
.add-admin-page .square-box .rectangle .combination .list-box-area {
  width: 100%;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .label-area {
  display: flex;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .label-area .left-label {
  flex: 1;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .label-area .center-label {
  min-width: 60px;
  text-align: center;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .label-area .right-label {
  flex: 1;
}
@media screen and (max-width: 1270px) {
  .add-admin-page .square-box .rectangle .combination .list-box-area .label-area {
    display: none;
  }
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .left-box {
  overflow-y: auto;
  flex: 1;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .left-box option {
  display: block;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .left-box option.selected {
  display: none;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .right-box {
  overflow-y: auto;
  flex: 1;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .right-box option {
  display: none;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .right-box option.selected {
  display: block;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area {
  min-width: 60px;
  text-align: center;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi {
  font-size: 40px;
  cursor: pointer;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .btn:not(:first-child) {
  margin-top: 10px;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-down-fill {
  display: none;
}
.add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-up-fill {
  display: none;
}
@media screen and (max-width: 1270px) {
  .add-admin-page .square-box .rectangle .combination .list-box-area .list-box {
    flex-direction: column;
  }
  .add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area {
    display: flex;
    justify-content: center;
  }
  .add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-right-fill {
    display: none;
  }
  .add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-left-fill {
    display: none;
  }
  .add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-down-fill {
    display: flex;
  }
  .add-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-up-fill {
    display: flex;
  }
}
.add-admin-page .square-box .rectangle .combination .content-item {
  margin: 5px 0;
  display: flex;
  align-items: center;
  font-size: larger;
  padding-top: 2%;
}
.add-admin-page .square-box .rectangle .combination .content-item .form-label {
  color: #5f5d5d;
  text-align: end;
  margin-top: 5px;
  margin-right: 10px;
  min-width: 205px;
}
.add-admin-page .square-box .rectangle .combination .content-item .form-label .spacer {
  padding-left: 12px;
}
.add-admin-page .square-box .rectangle .combination .password-area {
  position: relative;
}
.add-admin-page .square-box .rectangle .combination .password-area .show-password-btn {
  position: absolute;
  right: 14px;
  cursor: pointer;
  background-image: url(../img/eye-open.svg);
  width: 17px;
  height: 17px;
}
.add-admin-page .square-box .rectangle .combination .password-area .show-password-btn.show {
  background-image: url(../img/eye-close.svg);
}
.add-admin-page .square-box .rectangle .combination .password-tips {
  font-size: 13px;
  padding-left: calc(205px + 16%);
}
@media screen and (max-width: 1270px) {
  .add-admin-page .square-box .rectangle .combination .password-tips {
    padding-left: 205px;
  }
}

.update-admin-page .page-title {
  height: 56px;
  font-weight: bold;
  font-size: 30px;
}
.update-admin-page .operate-btn {
  width: max(10vw, 74px);
}
.update-admin-page .square-box .rectangle {
  width: 100%;
  min-width: 464px;
  max-width: 1050px;
  padding: 20px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .update-admin-page .square-box .rectangle {
    width: 100%;
  }
}
.update-admin-page .square-box .rectangle .combination {
  padding-right: 10%;
}
.update-admin-page .square-box .rectangle .combination .list-box-area {
  width: 100%;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .label-area {
  display: flex;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .label-area .left-label {
  flex: 1;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .label-area .center-label {
  min-width: 60px;
  text-align: center;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .label-area .right-label {
  flex: 1;
}
@media screen and (max-width: 1270px) {
  .update-admin-page .square-box .rectangle .combination .list-box-area .label-area {
    display: none;
  }
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .left-box {
  overflow-y: auto;
  flex: 1;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .left-box option {
  display: block;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .left-box option.selected {
  display: none;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .right-box {
  overflow-y: auto;
  flex: 1;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .right-box option {
  display: none;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .right-box option.selected {
  display: block;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area {
  min-width: 60px;
  text-align: center;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi {
  font-size: 40px;
  cursor: pointer;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .btn:not(:first-child) {
  margin-top: 10px;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-down-fill {
  display: none;
}
.update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-up-fill {
  display: none;
}
@media screen and (max-width: 1270px) {
  .update-admin-page .square-box .rectangle .combination .list-box-area .list-box {
    flex-direction: column;
  }
  .update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area {
    display: flex;
    justify-content: center;
  }
  .update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-right-fill {
    display: none;
  }
  .update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-left-fill {
    display: none;
  }
  .update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-down-fill {
    display: flex;
  }
  .update-admin-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-up-fill {
    display: flex;
  }
}
.update-admin-page .square-box .rectangle .combination .content-item {
  margin: 5px 0;
  display: flex;
  align-items: center;
  font-size: larger;
  padding-top: 2%;
}
.update-admin-page .square-box .rectangle .combination .content-item .form-label {
  color: #5f5d5d;
  text-align: end;
  margin-top: 5px;
  margin-right: 10px;
  min-width: 205px;
}
.update-admin-page .square-box .rectangle .combination .content-item .form-label .spacer {
  padding-left: 12px;
}
.update-admin-page .square-box .rectangle .combination .password-area {
  position: relative;
}
.update-admin-page .square-box .rectangle .combination .password-area .show-password-btn {
  position: absolute;
  right: 14px;
  cursor: pointer;
  background-image: url(../img/eye-open.svg);
  width: 17px;
  height: 17px;
}
.update-admin-page .square-box .rectangle .combination .password-area .show-password-btn.show {
  background-image: url(../img/eye-close.svg);
}
.update-admin-page .square-box .rectangle .combination .password-tips {
  font-size: 13px;
  padding-left: calc(205px + 16%);
}
@media screen and (max-width: 1270px) {
  .update-admin-page .square-box .rectangle .combination .password-tips {
    padding-left: 205px;
  }
}

.update-admin-self-page .page-title {
  height: 56px;
  font-weight: bold;
  font-size: 30px;
}
.update-admin-self-page .operate-btn {
  width: max(10vw, 74px);
}
.update-admin-self-page .square-box .rectangle {
  width: 100%;
  min-width: 464px;
  max-width: 1050px;
  padding: 20px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .update-admin-self-page .square-box .rectangle {
    width: 100%;
  }
}
.update-admin-self-page .square-box .rectangle .combination {
  padding-right: 10%;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area {
  width: 100%;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .label-area {
  display: flex;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .label-area .left-label {
  flex: 1;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .label-area .center-label {
  min-width: 60px;
  text-align: center;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .label-area .right-label {
  flex: 1;
}
@media screen and (max-width: 1270px) {
  .update-admin-self-page .square-box .rectangle .combination .list-box-area .label-area {
    display: none;
  }
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .left-box {
  overflow-y: auto;
  flex: 1;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .left-box option {
  display: block;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .left-box option.selected {
  display: none;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .right-box {
  overflow-y: auto;
  flex: 1;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .right-box option {
  display: none;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .right-box option.selected {
  display: block;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area {
  min-width: 60px;
  text-align: center;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi {
  font-size: 40px;
  cursor: pointer;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .btn:not(:first-child) {
  margin-top: 10px;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-down-fill {
  display: none;
}
.update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-up-fill {
  display: none;
}
@media screen and (max-width: 1270px) {
  .update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box {
    flex-direction: column;
  }
  .update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area {
    display: flex;
    justify-content: center;
  }
  .update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-right-fill {
    display: none;
  }
  .update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-left-fill {
    display: none;
  }
  .update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-down-fill {
    display: flex;
  }
  .update-admin-self-page .square-box .rectangle .combination .list-box-area .list-box .btn-area .bi-caret-up-fill {
    display: flex;
  }
}
.update-admin-self-page .square-box .rectangle .combination .content-item {
  margin: 5px 0;
  display: flex;
  align-items: center;
  font-size: larger;
  padding-top: 2%;
}
.update-admin-self-page .square-box .rectangle .combination .content-item .form-label {
  color: #5f5d5d;
  text-align: end;
  margin-top: 5px;
  margin-right: 10px;
  min-width: 205px;
}
.update-admin-self-page .square-box .rectangle .combination .content-item .form-label .spacer {
  padding-left: 12px;
}
.update-admin-self-page .square-box .rectangle .combination .password-area {
  position: relative;
}
.update-admin-self-page .square-box .rectangle .combination .password-area .show-password-btn {
  position: absolute;
  right: 14px;
  cursor: pointer;
  background-image: url(../img/eye-open.svg);
  width: 17px;
  height: 17px;
}
.update-admin-self-page .square-box .rectangle .combination .password-area .show-password-btn.show {
  background-image: url(../img/eye-close.svg);
}
.update-admin-self-page .square-box .rectangle .combination .password-tips {
  font-size: 13px;
  padding-left: calc(205px + 16%);
}
@media screen and (max-width: 1270px) {
  .update-admin-self-page .square-box .rectangle .combination .password-tips {
    padding-left: 205px;
  }
}

.associations-list-page .add-associations-modal label {
  min-width: 48px;
}
.associations-list-page .add-associations-modal .body-text {
  font-size: 22px;
}
.associations-list-page .add-associations-modal .btn-area {
  margin-top: 90px;
  margin-bottom: 20px;
}
.associations-list-page .add-associations-modal .btn-area .btn-secondary {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 50%;
}
.associations-list-page .add-associations-modal .checkbox {
  cursor: pointer;
}
.associations-list-page .add-associations-modal .event-name-item {
  display: none;
}
.associations-list-page .add-associations-modal .event-name-item.show {
  display: block;
}
.associations-list-page .square-box .page-title-panel {
  height: 40px;
  font-size: large;
  padding-top: 6px;
  background-color: #43425d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  display: flex;
}
.associations-list-page .square-box .add-btn-area {
  padding-left: 2.8%;
  padding-right: 2.8%;
  display: flex;
  justify-content: end;
}
.associations-list-page .square-box .add-btn-area .label {
  font-size: 22px;
  font-weight: bold;
  align-self: center;
}
.associations-list-page .square-box .add-btn-area .add-btn {
  font-size: 35px;
  cursor: pointer;
}
.associations-list-page .square-box .event-list-area {
  border-style: solid;
  border-width: 2px;
  margin-bottom: 20px;
  border-radius: 10px 10px 5px 5px;
  border-color: #303030;
}
.associations-list-page .square-box .event-list-area .page-title-panel {
  background-color: #303030;
  border-radius: 5px 5px 0px 0px;
}
.associations-list-page .square-box .event-list-area .page-title-panel .title-text {
  margin-left: 1%;
  display: flex;
}
.associations-list-page .square-box .event-list-area .table-area {
  padding-left: 2.8%;
  padding-right: 2.8%;
}
.associations-list-page .square-box .event-list-area .table-area .event-list-table {
  width: 100%;
}
.associations-list-page .square-box .event-list-area .table-area .event-list-table tbody tr td {
  height: 40px;
  padding: 5px 10px;
  word-break: break-all;
  border: 1px #9595ad solid;
}
.associations-list-page .square-box .event-list-area .table-area .event-list-table tbody tr td:not(:last-child) {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  text-align: left;
}
.associations-list-page .square-box .event-list-area .table-area .event-list-table tbody tr td:not(:last-child):hover {
  background-color: rgba(207, 213, 234, 0.6666666667);
}
.associations-list-page .square-box .event-list-area .table-area .event-list-table tbody tr td:last-child {
  border-top: none;
  border-bottom: none;
  border-right: none;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.associations-list-page .square-box .event-list-area .table-area .event-list-table tbody tr td:last-child .remove-btn {
  font-size: 35px;
  cursor: pointer;
  color: red;
}

.associations-detail-page .warning-msg {
  color: red;
}
.associations-detail-page .save-btn {
  text-align: center;
  background-color: #31a9f4;
  padding-right: 30px;
  padding-left: 30px;
  min-width: 140px;
  border-radius: 25px;
  color: #FFF;
  border-style: solid;
  border-color: #31a9f4;
  white-space: nowrap;
  font-size: 18px;
  min-height: 45px;
}
.associations-detail-page .save-btn:hover {
  background-color: #66caf2;
  border-color: #66caf2;
}
.associations-detail-page .preview-btn {
  background-color: #52bab0;
  border-color: #52bab0;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  min-width: 140px;
  border-radius: 25px;
  color: #FFF;
  border-style: solid;
  white-space: nowrap;
  font-size: 18px;
  min-height: 45px;
}
.associations-detail-page .preview-btn:hover {
  background-color: #62e0d4;
  border-color: #62e0d4;
}
.associations-detail-page .back-btn {
  background-color: #6c757d;
  border-color: #6c757d;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  min-width: 140px;
  border-radius: 25px;
  color: #FFF;
  border-style: solid;
  white-space: nowrap;
  font-size: 18px;
  min-height: 45px;
}
.associations-detail-page .back-btn:hover {
  background-color: #818b95;
  border-color: #818b95;
}
.associations-detail-page .title-event-name {
  font-weight: bold;
  font-size: 30px;
}
.associations-detail-page .associations-contents {
  padding-left: 50px;
  padding-right: 50px;
}
.associations-detail-page .associations-contents .associations-detail .square {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border: 1px solid #61606e;
  display: inline-block;
  cursor: pointer;
}
.associations-detail-page .associations-contents .associations-detail .square.color0 {
  background: #52bab0;
}
.associations-detail-page .associations-contents .associations-detail .square.color1 {
  background: #f9c03b;
}
.associations-detail-page .associations-contents .associations-detail .square.color2 {
  background: #f28fc3;
}
.associations-detail-page .associations-contents .associations-detail .square.color3 {
  background: #428fdb;
}
.associations-detail-page .associations-contents .associations-detail .square.color4 {
  background: #7e76b5;
}
.associations-detail-page .associations-contents .associations-detail .square.color5 {
  background: #727272;
}
.associations-detail-page .associations-contents .associations-detail .square.active {
  border: 4px solid black;
}
.associations-detail-page .associations-contents .associations-detail .combination {
  display: flex;
  justify-content: space-between;
}
.associations-detail-page .associations-contents .associations-detail .combination .combination-item .content-item {
  min-width: 480px;
  align-items: flex-end;
  margin: 10px 0;
  display: flex;
  font-size: 20px;
  padding-top: 20px;
}
.associations-detail-page .associations-contents .associations-detail .combination .combination-item .content-item > label {
  min-width: 140px;
}
@media screen and (max-width: 900px) {
  .associations-detail-page .associations-contents .associations-detail .combination .combination-item .content-item label {
    min-width: 100px;
  }
}
.associations-detail-page .associations-contents .associations-detail .combination .combination-item .content-item .form-label {
  color: #5f5d5d;
  margin-bottom: 7px;
  margin-right: 15px;
}
.associations-detail-page table.associations-menu-table {
  width: 100%;
}
.associations-detail-page table.associations-menu-table thead tr {
  color: #5f5d5d;
  font-size: 20px;
}
.associations-detail-page table.associations-menu-table thead tr th {
  white-space: nowrap;
  padding: 10px;
}
.associations-detail-page table.associations-menu-table tbody tr {
  color: #5f5d5d;
  font-size: 20px;
}
.associations-detail-page table.associations-menu-table tbody tr td {
  white-space: nowrap;
  padding: 5px 10px;
}
.associations-detail-page table.associations-menu-table tbody tr td:nth-child(1) {
  min-width: 45px;
}
.associations-detail-page table.associations-menu-table tbody tr td:nth-child(2) {
  min-width: 300px;
}
.associations-detail-page table.associations-menu-table tbody tr td:nth-child(3) {
  min-width: 100px;
}
.associations-detail-page table.associations-menu-table tbody tr td:nth-child(4) {
  min-width: 300px;
}
.associations-detail-page table.associations-menu-table tbody tr td:nth-child(5) {
  min-width: 300px;
}
.associations-detail-page table.associations-menu-table tbody tr td:nth-child(6) {
  min-width: 300px;
}
.associations-detail-page table.associations-menu-table tbody tr.todo-category-item .expand-btn {
  font-size: 25px;
}
.associations-detail-page table.associations-menu-table tbody tr.todo-category-item .expand-btn::before {
  content: "\f282";
}
.associations-detail-page table.associations-menu-table tbody tr.todo-category-item .expand-btn.expanded::before {
  content: "\f286";
}
.associations-detail-page table.associations-menu-table tbody tr.todo-item {
  display: none;
}
.associations-detail-page table.associations-menu-table tbody tr.todo-item.show {
  display: table-row;
}
.associations-detail-page table.associations-menu-table tbody tr.todo-item.template {
  display: none !important;
}
.associations-detail-page table.associations-menu-table tbody tr.todo-control-item {
  display: none;
}
.associations-detail-page table.associations-menu-table tbody tr.todo-control-item.show {
  display: table-row;
}
.associations-detail-page table.associations-menu-table tbody tr .check-box {
  width: 21px;
  height: 21px;
}
.associations-detail-page table.associations-menu-table tbody tr .add-row-btn {
  color: #212529;
  font-size: 35px;
  left: 0;
  right: 30px;
  cursor: pointer;
}
.associations-detail-page table.associations-menu-table tbody tr .remove-row-btn {
  color: #212529;
  font-size: 35px;
  left: 0;
  right: 30px;
  cursor: pointer;
}

.event-preview-page.hide {
  display: none;
}

.select-options .custom-select {
  position: relative;
  display: inline-block;
}
.select-options .select-wrapper {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 90px;
  background-color: #ffffff;
}
.select-options .arrow-down {
  margin-left: 10px;
}
.select-options .options {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
  display: none;
  margin-top: 5px;
  padding: 0;
  min-width: 90px;
}
.select-options .options li {
  list-style-type: none;
  padding: 5px;
  text-align: left;
}
.select-options .options li:hover {
  background-color: #f2f2f2;
  text-align: left;
}

.accordion__content {
  display: none;
}

.accordion__content.active {
  display: table-row;
}

.associations-page .sentence {
  display: inline-flex;
}
.associations-page .red {
  color: #FF0000;
}
.associations-page .notice-manage {
  min-width: 500px;
}
.associations-page .notice-manage .notice-table .notice-lv1 {
  color: red;
}
.associations-page .notice-manage .notice-table .notice-lv2 {
  color: blue;
}
.associations-page .notice-manage .notice-table .notice-lv3 {
  color: black;
}
.associations-page .notice-manage .notice-table .notice-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
.associations-page .notice-manage .page-title-panel {
  height: 40px;
  font-size: large;
  padding-top: 6px;
  background-color: #43425d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  min-width: 500px;
  display: flex;
}
.associations-page .notice-manage .list-group {
  background-color: #303030;
}
.associations-page .notice-manage .list-group .list-group-item .handle {
  display: inline-block;
  width: 22px;
  height: 30px;
  cursor: grab;
  margin-left: 1%;
}
.associations-page .notice-manage .list-group .list-group-item .list-group {
  padding-top: 1%;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .handle2 {
  display: inline-block;
  width: 22px;
  height: 30px;
  cursor: grab;
  margin-left: 1%;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .rectangle {
  display: flex;
  width: 340px;
  background-color: white;
  box-shadow: 3px 3px 5px;
  padding: 7px;
  box-sizing: border-box;
  height: 165px;
  margin-right: 13px;
  margin-left: 13px;
  margin-bottom: 2%;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .rectangle .menu-text {
  margin-right: auto;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .rectangle .menu-text .menu-text-title {
  display: flex;
  align-items: center;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .rectangle .menu-text .menu-text-main {
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .title {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .list-content {
  display: flex;
  align-items: center;
  background-color: #eff3f6;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .icon {
  flex: 1;
  padding: 10px;
  text-align: center;
  margin-top: -10px;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .icon img {
  max-width: 100%;
  height: auto;
}
.associations-page .notice-manage .list-group .list-group-item .list-group .description {
  flex: 2;
  padding: 10px;
  font-size: 19px;
}
@media screen and (max-width: 593px) {
  .associations-page .notice-manage .list-group .list-group-item .list-group {
    flex-direction: column;
    align-content: center;
  }
}
.associations-page .notice-manage .list-group .list-group-item .page-title-panel {
  background-color: #303030;
  border-radius: 7px 7px 0 0;
}
.associations-page .notice-manage .list-group .list-group-item .page-title-panel .page-title-panel-text {
  margin-left: 2%;
}
.associations-page .broadcast-modal .body-text {
  font-size: 22px;
}
.associations-page .broadcast-modal .btn-area {
  padding-top: 10px;
}
.associations-page .broadcast-modal .modal-dialog {
  width: auto;
  max-width: 960px;
}
.associations-page .broadcast-modal .page-title-panel {
  background-color: #43425d;
}
.associations-page .broadcast-detail-modal label {
  min-width: 48px;
}
.associations-page .broadcast-detail-modal .body-text {
  font-size: 22px;
}
.associations-page .broadcast-detail-modal .btn-area {
  padding-top: 10px;
}
.associations-page .recipient-modal .btn-area {
  padding-top: 10px;
}
.associations-page .recipient-modal table.recipient-table {
  width: 100%;
  border-radius: 7px;
  border: 1px #9595ad solid;
}
.associations-page .recipient-modal table.recipient-table thead tr {
  height: 50px;
  background-color: #ededed;
  color: black;
}
.associations-page .recipient-modal table.recipient-table thead tr th {
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border: 1px #9595ad solid;
}
.associations-page .recipient-modal table.recipient-table tbody tr {
  background-color: #f5f5f5;
}
.associations-page .recipient-modal table.recipient-table tbody tr.recipient-item.template {
  display: none !important;
}
.associations-page .recipient-modal table.recipient-table tbody tr td {
  height: 50px;
  padding: 5px 10px;
  word-break: break-all;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border: 1px #9595ad solid;
}
.associations-page .recipient-modal table.recipient-table tbody tr td a:link,
.associations-page .recipient-modal table.recipient-table tbody tr td a:hover {
  color: #333;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}

.role-select-options .custom-select {
  position: relative;
  display: inline-block;
}
.role-select-options .select-wrapper {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 540px;
  height: 37.5px;
}
.role-select-options .arrow-down {
  margin-left: 10px;
}
.role-select-options .options {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
  display: none;
  margin-top: 5px;
  padding: 0;
  width: 200px;
}
.role-select-options .options li {
  list-style-type: none;
  padding: 5px;
  text-align: left;
}
.role-select-options .options li:hover {
  background-color: #f2f2f2;
  text-align: left;
}

.todo_bell {
  width: 20px;
}

#menu .circle_digit {
  margin-left: 5px;
}

.submission-modal-text {
  word-break: break-all;
  word-wrap: break-word;
}

.circle_digit {
  min-width: 30px;
  /* 丸のサイズ */
  min-height: 30px;
  /* 丸のサイズ */
  background-color: #dc3545;
  /* 丸の背景色 */
  border-radius: 50%;
  /* 丸形にする */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  visibility: hidden;
  /* 数値の色 */
}
.circle_digit .digit {
  font-size: 14px;
  /* フォントサイズ */
}

.circle-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #31a9f4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px #fff;
}
.circle-icon .svg-icon {
  transform: scale(0.7);
}

.basic-btn-primary {
  text-align: center;
  background-color: #31a9f4;
  padding-right: 30px;
  padding-left: 30px;
  min-width: 140px;
  border-radius: 25px;
  color: #FFF;
  border-style: solid;
  border-color: #31a9f4;
  white-space: nowrap;
  font-size: 16px;
  min-height: 48px;
}

.next-botton {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}

.basic-btn-primary:hover {
  color: #FFF;
  background-color: #66caf2;
  border-style: solid;
  border-color: #66caf2;
}

.basic-btn-primary:focus {
  color: #FFF;
  background-color: #66caf2;
  border-color: rgba(49, 169, 244, 0.4);
  border-style: solid;
}

.basic-btn-secondary {
  text-align: center;
  background-color: #8b8c8e;
  padding-right: 30px;
  padding-left: 30px;
  min-width: 140px;
  border-radius: 25px;
  font-size: 16px;
  color: #FFF;
  border-style: solid;
  border-color: #8b8c8e;
  min-height: 48px;
}

.basic-btn-secondary:hover {
  color: #FFF;
  background-color: #c8c8c8;
  border-style: solid;
  border-color: #c8c8c8;
}

.basic-btn-secondary:focus {
  color: #FFF;
  background-color: #c8c8c8;
  border-style: solid;
  border-color: rgba(139, 140, 142, 0.4);
}/*# sourceMappingURL=style.css.map */