@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1d25;
  font-size: 13px;
  font-weight: 500;

  display: flex;
  flex-direction: column;
}

.hed_line {
  background-color: #02adca;
  height: 6px;
  flex-shrink: 0;
}

header .login_hed {
  max-width: 350px;
  width: 80%;
  margin: 60px auto 15px;
}

header .login_hed img {
  display: block;
  width: 100%;
}

header .lxc_1 {
  width: 95%;
  margin: 0 auto;
  display: flex;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: 0.5px solid #02adca;
  box-sizing: border-box;
}

header .lxc_1 .box_1 {
  width: 210px;
  padding: 3px 0;
  box-sizing: border-box;
}

header .lxc_1 .box_1 a {
  display: block;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transform: translateY(3px);
}

header .lxc_1 .box_1 a:hover {
  opacity: 0.6;
}

header .lxc_1 .box_1 a img {
  display: block;
  width: 100%;
}

header .lxc_1 .box_2 {
  flex: 1;
  text-align: right;
  padding: 0;
  box-sizing: border-box;
  margin-left: 15px;
}

@media (max-width: 950px) {
  header .lxc_1 .box_1 a {
  transform: translateY(0px);
}

  header .lxc_1 .box_2 {
    display: none;
  }

  header .lxc_1 {
    padding: 12px 0;
    padding-left: 10px;
  }
}

header .lxc_1 .box_2 a {
  display: inline-block;
  padding: 3px 6px;
  box-sizing: border-box;
  margin-left: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

header .lxc_1 .box_2 a:hover {
  opacity: 0.6;
}

header .lxc_1 .box_2 a .sp_1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  transform: rotate(0deg);
  transition-property: all;
  transition-duration: 0.6s;
}

header .lxc_1 .box_2 a .sp_2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
}

header .lxc_1 .box_2 a .sp_rot {
  transform: rotate(360deg);
}

header .lxc_1 .box_2 .kinmu_s {
  background-color: #e3375b;
  color: #FFF;
  border-radius: 6px;
  padding-bottom: 5px;
}

header .lxc_1 .box_2 .kinmu_s:hover {
  opacity: 1;
}

header .lxc_1 .box_2 .kinmu_out {
  background-color: #afbac1;
}

header .lxc_2 {
  width: 95%;
  margin: 0 auto;
  display: flex;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: 0.5px solid #02adca;
}

header .lxc_2 .box_1 {
  width: 210px;
  display: flex;
  /* flex-direction: row-reverse; */
  position: relative;
}

header .lxc_2 .box_1 .mob_kinmu_lxc {
  position: absolute;
  top: -5px;
  right: 0;
  display: none;
}

header .lxc_2 .box_1 .mob_kinmu_lxc .mob_start {
  padding: 2px 6px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #e3375b;
  color: #FFF;
}

header .lxc_2 .box_1 .mob_kinmu_lxc .mob_end {
  background-color: #afbac1;
}

header .lxc_2 .box_1 .mob_kinmu_lxc .mob_start .mob_s1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  transform: translateY(-1px);
}

header .lxc_2 .box_1 .mob_kinmu_lxc .mob_start .mob_s2 {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1.5px);
  font-size: 13px;
}

header .lxc_2 .box_1 .pro_left {
  width: 50px;
  min-width: 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* margin-left: 6px; */
}

header .lxc_2 .box_1 .pro_left .p_icon {
  display: block;
  margin: auto auto;
}

header .lxc_2 .box_1 .pro_left .p_icon .non_icon {
  display: block;
  font-size: 50px;
  color: #4e535c;
}

header .lxc_2 .box_1 .pro_left .p_icon .you_icon {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 0.5px solid #1a1d25;
  box-sizing: border-box;
}

header .lxc_2 .box_1 .pro_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 6px;
  box-sizing: border-box;
}

header .lxc_2 .box_1 .pro_right .right_lxc {
  margin: 1.2px auto;
  width: 100%;
  display: flex;
}

header .lxc_2 .box_1 .pro_right .right_lxc .p_1 {
  width: 33px;
  background-color: #02adca;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}

header .lxc_2 .box_1 .pro_right .right_lxc .p_1 .p_1span {
  display: block;
  margin: auto auto;
}

header .lxc_2 .box_1 .pro_right .right_lxc .p_2 {
  flex: 1;
  padding: 0 6px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
}

header .lxc_2 .box_1 .pro_right .right_lxc .p_2 .sp_mob2 {
  display: none;
}

header .lxc_2 .box_1 .pro_right .right_lxc .p_2 .status {
  background-color: rgba(255, 0, 0, 0.9);
  color: #FFF;
  padding: 0 6px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
}

header .lxc_2 .box_2 {
  flex: 1;
  margin-left: 15px;
  border-left: 0.5px solid #02adca;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

@media (max-width: 950px) {
  header .lxc_2 {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  header .lxc_2 .box_1 {
    width: 100%;
    flex-direction: row;
  }

  header .lxc_2 .box_2 {
    margin-top: 10px;
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
  }

  header .lxc_2 .box_1 .pro_right {
    padding-left: 9px;
  }

  header .lxc_2 .box_1 .pro_right .right_lxc .p_2 {
    padding-right: 0;
  }

  header .lxc_2 .box_1 .pro_right .right_lxc .p_2 .sp_mob1 {
    display: none;
  }

  header .lxc_2 .box_1 .pro_right .right_lxc .p_2 .sp_mob2 {
    display: block;
  }

  header .lxc_2 .box_1 .pro_left {
    width: 60px;
    min-width: 60px;
    margin-left: 0;
  }

  header .lxc_2 .box_1 .pro_left .p_icon .non_icon {
    font-size: 60px;
  }

  header .lxc_2 .box_1 .pro_left .p_icon .you_icon {
    width: 60px;
    height: 60px;
  }

  header .lxc_2 .box_1 .mob_kinmu_lxc {
    display: block;
  }
}

header .lxc_2 .box_2 .search_lxc {
  width: 100%;
  margin: auto auto;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

main .shinki_img {
  max-width: 350px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

main .shinki_img img {
  display: block;
  margin: 0 auto;
  width: 40%;
}

main .login_info {
  max-width: 350px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

main .info_red {
  color: red;
}

main .mail_soshin {
  max-width: 350px;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

main .mail_soshin .mail_icon {
  pointer-events: none;
  opacity: 0;
  font-size: 15px;
  animation-name: mail_out;
  animation-delay: 0.3s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes mail_out {
  0% {
    opacity: 0;
    font-size: 15px;
  }
  90% {
    opacity: 1;
    font-size: 200px;
  }
  100% {
    opacity: 0;
    font-size: 250px;
    display: none;
  }
}

main .mail_info {
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  animation-name: mail_text;
  animation-delay: 3s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(30px);
}

main .mail_info_2 {
  margin-top: 0px;
}

main .mail_info h1 {
  font-weight: 900;
  font-size: 90px;
  margin-bottom: 15px;
}

main .mail_info p {
  font-size: 14px;
  line-height: 1.5;
}

main .mail_info a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  text-decoration: underline;
  color: #02adca;
  font-size: 16px;
  transition-property: all;
  transition-duration: 0.3s;
}

main .mail_info a:hover {
  opacity: 0.6;
}

@keyframes mail_text {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
}

@media (max-width: 560px) {

  main .mail_info {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
  }

  main .mail_info_2 {
    margin-top: 0px;
    text-align: center;
  }

  main .mail_info p {
    font-size: 13px;
  }

  main .mail_info a {
    font-size: 13px;
    text-align: center;
  }

  main .login_info {
  font-size: 12px;
}

}

main .login_form {
  max-width: 350px;
  width: 80%;
  margin: 15px auto;
}

main .login_form form .login_pass {
  position: relative;
}

main .login_form form .login_pass .eye {
  display: block;
  position: absolute;
  top: 7.5px;
  right: 15px;
  cursor: pointer;
}

main .login_form form .login_pass .hyde {
  display: none;
}

main .toroku_form {
  max-width: 600px;
  width: 95%;
  margin: 15px auto;
}

main .lxc_3 {
  flex: 1;
  width: 95%;
  margin: 12px auto;
  display: flex;
}

main .lxc_3 .f_nav {
  width: 210px;
  min-width: 210px;
  padding: 6px 0;
  box-sizing: border-box;
}

@media (max-width: 950px) {
  main .lxc_3 {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  main .lxc_3 .f_nav {
    display: none;
  }
}

main .lxc_3 .f_nav .nav_a {
  display: block;
  position: relative;
  margin: 0 auto 6px;
  border-radius: 9px;
  padding: 6px 12px;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
}

main .lxc_3 .f_nav .nav_a:hover {
  background-color: rgba(2, 172, 202, 0.2);
}

main .lxc_3 .f_nav .nav_a .nav_sp1 {
  vertical-align: middle;
  font-size: 21px;
}

main .lxc_3 .f_nav .nav_a .nav_sp2 {
  vertical-align: middle;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 600;
}

main .lxc_3 .f_nav .nav_a .count_c {
  display: block;
  position: absolute;
  top: 4.5px;
  right: 6px;
  background-color: #e3375b;
  color: #FFF;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
}

main .lxc_3 .f_nav_mob {
  display: none;
  position: fixed;
  z-index: 40;
  top: 12px;
  right: 20px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

main .lxc_3 .f_nav_mob .mob_b {
  display: block;
  font-size: 36px;
}

main .lxc_3 .mob_nav_back {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  bottom: 0;
  right: 300vw;
  background-color: rgba(2, 172, 202, 0.8);
  overflow: auto;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

main .lxc_3 .mob_nav_back_in {
  right: 0;
  pointer-events: all;
}

main .lxc_3 .mob_nav_back .mob_close {
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
  display: none;
}

main .lxc_3 .mob_nav_back .mob_close_in {
  display: block;
}

main .lxc_3 .mob_nav_back .mob_close .back_mob_icon {
  display: block;
  font-size: 36px;
}

main .lxc_3 .mob_nav_back .ms_con {
  position: absolute;
  top: 12px;
  left: 20px;
  display: flex;
}

main .lxc_3 .mob_nav_back .mov_set_b {
  cursor: pointer;
  margin-right: 12px;
  transition-property: all;
  transition-duration: 0.3s;
}

main .lxc_3 .mob_nav_back .mov_set_b:hover {
  color: #FFF;
}

main .lxc_3 .mob_nav_back .mov_set_b .set_b1 {
  font-size: 36px;
  display: block;
  text-align: center;
}

main .lxc_3 .mob_nav_back .mov_set_b .set_b2 {
  font-size: 11px;
}

main .lxc_3 .mob_nav_back .mob_nav_lxc {
  max-width: 300px;
  width: 85%;
  margin-top: 100px;
  margin: 100px auto;
}

main .lxc_3 .mob_nav_back .mob_nav_lxc a:first-child {
  margin-top: 0;
}

main .lxc_3 .mob_nav_back .mob_nav_lxc a {
  display: block;
  background-color: #FFF;
  padding: 9px 15px;
  box-sizing: border-box;
  border-radius: 9px;
  transition-property: all;
  transition-duration: 0.3s;
  margin-top: 15px;
}

main .lxc_3 .mob_nav_back .mob_nav_lxc a:hover {
  box-shadow: 3px 3px 6px #1a1d25;
  color: #02adca;
}

main .lxc_3 .mob_nav_back .mob_nav_lxc a .mn_1 {
  display: inline-block;
  vertical-align: middle;
}

main .lxc_3 .mob_nav_back .mob_nav_lxc a .mn_2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}

main .lxc_3 .f_main {
  flex: 1;
  margin-left: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  border-left: 0.5px solid #02adca;
}

@media (max-width: 950px) {
  main .lxc_3 .f_main {
    flex: 1;
    margin-left: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    border-left: none;
  }

  main .lxc_3 .f_nav_mob {
    display: block;
  }

  header .lxc_2 .box_2 .search_lxc {
    width: 100%;
    margin: auto auto;
    padding-top: 10px;
    border-top: 0.5px solid #02adca;
  }
}

@media (max-width: 500px) {
  main .lxc_3 .f_nav_mob {
    right: 15px;
  }
}

main .lxc_3 .f_nav_mob_hyde {
  opacity: 0;
  pointer-events: none;
}

main .lxc_3 .f_main .con_bar {
  padding: 6px 0;
  box-sizing: border-box;
  border-bottom: 3px solid #02adca;
  position: relative;
}

main .lxc_3 .f_main .con_bar .con_span1 {
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
}

main .lxc_3 .f_main .con_bar .con_span2 {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
}

main .lxc_3 .f_main .con_bar .con_a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 12px 3px 11px;
  box-sizing: border-box;
  background-color: #02adca;
  border-radius: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

main .lxc_3 .f_main .con_bar .con_a:hover {
  opacity: 0.6;
  box-shadow: 1px 1px 3px #1a1d25
}

main .lxc_3 .f_main .con_bar .con_a .con_a_sp1 {
  vertical-align: middle;
  font-size: 20px;
  color: #FFF;
}

main .lxc_3 .f_main .con_bar .con_a .con_a_sp2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #FFF;
  transform: translateY(-1.5px);
}

main .lxc_3 .f_main .content_menu {
  margin-top: 10px;
  padding: 6px;
  border: 2px solid #02adca;
  box-sizing: border-box;
  background-color: #02adca;
  border-radius: 9px;
  transition-property: all;
  transition-duration: 0.3s;
  height: 38.47px;
  cursor: pointer;
}

@media (max-width: 950px) {
  main .lxc_3 .f_main .content_menu {
    height: 35px;
  }

  main .lxc_3 .f_main .con_bar .con_a {
    padding: 2px 10px 2px 9px;
  }

  main .lxc_3 .f_main .con_bar .con_a .con_a_sp1 {
    font-size: 18px;
  }

  main .lxc_3 .f_main .con_bar .con_a .con_a_sp2 {
    font-size: 12px;
  }
}

main .lxc_3 .f_main .content_menu:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

main .lxc_3 .f_main .content_menu_open {
  background-color: #FFF;
  cursor: auto;
}

main .lxc_3 .f_main .content_menu_open:hover {
  box-shadow: none;
  opacity: 1;
}

main .lxc_3 .f_main .content_menu h1 {
  color: #FFF;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
  width: fit-content;
}

@media (max-width: 950px) {
  main .lxc_3 .f_main .content_menu h1 {
    transform: translateY(-3px);
  }
}

main .lxc_3 .f_main .content_menu .h1_color {
  color: #1a1d25;
}

main .lxc_3 .f_main .content_menu .h1_color:hover {
  color: #02adca;
}

main .lxc_3 .f_main .content_menu h1 .con_menu1 {
  vertical-align: middle;
  font-size: 20px;
  transform: rotate(0deg);
  transition: all;
  transition-duration: 0.3s;
}

main .lxc_3 .f_main .content_menu h1 .con_rote90 {
  transform: rotate(90deg);
}

main .lxc_3 .f_main .content_menu h1 .con_menu2 {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}

main .lxc_3 .f_main .content_menu ul {
  padding: 9px 9px 9px;
  box-sizing: border-box;
  list-style: disc;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  border-top: 1px solid #02adca;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
  margin-top: 6px;
}

@media (max-width: 950px) {
  main .lxc_3 .f_main .content_menu ul {
    margin-top: 3px;
    padding-top: 12px;
  }
}

main .lxc_3 .f_main .content_menu .ul_view {
  opacity: 1;
  pointer-events: all;
}

main .lxc_3 .f_main .content_menu ul li:first-child {
  margin-top: 0;
}

main .lxc_3 .f_main .content_menu ul li {
  margin-left: 15px;
  transition-property: all;
  transition-duration: 0.3s;
  margin-top: 6px;
  width: fit-content;
}

main .lxc_3 .f_main .content_menu ul li:hover {
  color: #02adca;
  text-decoration: underline;
}

@media (max-width: 950px) {

  main .lxc_3 .f_main .content_menu h1 .con_menu1 {
    font-size: 18px;
  }

  main .lxc_3 .f_main .content_menu h1 .con_menu2 {
    font-size: 13px;
  }
}

main .lxc_3 .f_main .no_data {
  margin-top: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
}

main .lxc_3 .f_main .tab_lxc {
  margin-top: 10px;
  display: flex;
  border-bottom: 2px solid #02adca;
}

main .lxc_3 .f_main .tab_lxc .tab_box:first-child {
  margin-left: 0;
}

main .lxc_3 .f_main .tab_lxc .tab_box {
  width: fit-content;
  box-sizing: border-box;
  background-clip: border-box;
  margin-left: 3px;
}

main .lxc_3 .f_main .tab_lxc .tab_box_end {
  flex: 1;
}

main .lxc_3 .f_main .tab_lxc .tab_box a {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  box-sizing: border-box;
  background-clip: border-box;
  border-top: 2px solid #9aa3af;
  border-right: 2px solid #9aa3af;
  border-left: 2px solid #9aa3af;
  border-radius: 9px 9px 0 0;
  color: #FFF;
  background-color: #e4e8e8;
  color: #4e535c;
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0.8;
}

main .lxc_3 .f_main .tab_lxc .tab_box .a_active {
  background-color: #02adca;
  color: #FFF;
  box-sizing: border-box;
  background-clip: border-box;
  border-top: 2px solid #02adca;
  border-right: 2px solid #02adca;
  border-left: 2px solid #02adca;
  border-bottom: none;
  opacity: 1;
}

main .lxc_3 .f_main .tab_lxc .tab_box a:hover {
  background-color: #02adca;
  color: #FFF;
  opacity: 1;
}

main .lxc_3 .f_main .tab_lxc .tab_box a span {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  padding: 9px 0px 9px 15px;
  box-sizing: border-box;
}

main .lxc_3 .f_main .tab_lxc .tab_box a .span_no_count {
  padding: 9px 15px;
}

main .lxc_3 .f_main .tab_lxc .tab_box a .count_span {
  font-weight: 600;
  font-size: 13px;
  vertical-align: middle;
  padding: 9px 33px 9px 0;
  position: relative;
}

main .lxc_3 .f_main .tab_lxc .tab_box a .count_span .k_circle {
  position: absolute;
  top: 0;
  right: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e3375b;
  display: flex;
  flex-direction: column;
}

main .lxc_3 .f_main .tab_lxc .tab_box a .count_span .k_circle .m_num {
  font-size: 10px;
  margin: auto auto;
  color: #FFF;
}

main .lxc_3 .f_main .search_lxc {
  margin-top: 15px;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #e4e8e8;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
}

main .lxc_3 .f_main .work_s {
  position: relative;
  margin-top: 15px;
  padding: 15px 15px 10px 15px;
  box-sizing: border-box;
  border-radius: 9px;
  background-color: #f4f4f4;
  border: 0.5px solid #4e535c;
}

main .lxc_3 .f_main > .content_menu + .work_s {
  margin-top: 10px;
}

main .lxc_3 .f_main .work_s .work_info:first-child {
  margin-top: 0;
}

main .lxc_3 .f_main .work_s .work_info {
  display: flex;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
}

main .lxc_3 .f_main .work_s .work_info .box1 {
  width: 90px;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  padding: 3px 6px;
  box-sizing: border-box;
  background-color: #4e535c;
  font-weight: 600;
  color: #FFF;
  border-radius: 3px;
}

main .lxc_3 .f_main .work_s .work_info .box1 .b_center {
  margin: auto auto;
}

main .lxc_3 .f_main .work_s .work_info .box2 {
  padding: 3px 9px;
  box-sizing: border-box;
  flex: 1;
}

main .lxc_3 .f_main .work_s .work_info .box2_bold {
  font-weight: 800;
}

main .lxc_3 .f_main .work_s .work_info .box2 .kigen_red {
  color: red;
  font-weight: 600;
}

main .lxc_3 .f_main .work_s .work_info .box2 .new_red {
  color: red;
  font-weight: 800;
  margin-left: 3px;
  animation-name: new_view;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes new_view {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

main .lxc_3 .f_main .work_s .work_info .box2 .new_red2 {
  color: red;
  font-weight: 600;
  margin-left: 3px;
}

main .lxc_3 .f_main .work_s .work_text {
  margin-top: 10px;
  border-top: 0.5px solid #4e535c;
  border-bottom: 0.5px solid #4e535c;
  padding-bottom: 10px;
  box-sizing: border-box;
}

main .lxc_3 .f_main .work_s .work_text p {
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}

main .lxc_3 .f_main .work_s .work_text img {
  display: block;
  padding: 10px;
  margin-top: 1px;
  box-sizing: border-box;
  width: fit-content;
}

main .lxc_3 .f_main .work_s .work_text .pdf_temp {
  display: block;
  width: fit-content;
  background-color: #e3375b;
  padding: 6px 9px;
  box-sizing: border-box;
  color: #FFF;
  border-radius: 6px;
  margin: 10px;
  transition-property: all;
  transition-duration: 0.3s;
}

main .lxc_3 .f_main .work_s .work_text .pdf_kigen_out {
  pointer-events: none;
  background-color: #afbac1;
}

main .lxc_3 .f_main .work_s .work_text .pdf_temp:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

main .lxc_3 .f_main .work_s .work_text .pdf_temp .pdf_1 {
  vertical-align: middle;
  font-size: 19px;
  display: inline-block;
  transform: translateY(-1px);
}

main .lxc_3 .f_main .work_s .work_text .pdf_temp .pdf_2 {
  vertical-align: middle;
  font-size: 13px;
  display: inline-block;
  transform: translateY(-1px);
}

main .lxc_3 .f_main .work_s .work_text .d_kigen {
  font-size: 12px;
  padding: 10px;
  padding-top: 0px;
  box-sizing: border-box;
}

main .lxc_3 .f_main .work_s .work_edit {
  margin-top: 10px;
  text-align: right;
}

main .lxc_3 .f_main .work_s .work_edit_sub {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 12px;
  box-sizing: border-box;
}

main .lxc_3 .f_main .work_s .work_edit_sub span {
  font-weight: 600;
}

main .lxc_3 .f_main .work_s .work_edit_sub .span_red {
  color: #e3375b;
}

main .lxc_3 .f_main .work_s .work_edit .edit_b {
  display: inline-block;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #02adca;
  color: #FFF;
  border-radius: 6px;
  margin-left: 5px;
  margin-bottom: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

main .lxc_3 .f_main .work_s .work_edit .kidoku_kakunin {
  background-color: #e3375b;
}

main .lxc_3 .f_main .work_s .work_edit .edit_b:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

main .lxc_3 .f_main .work_s .work_edit .edit_b_kidoku {
  background-color: #9aa3af;
  pointer-events: none;
}

main .lxc_3 .f_main .work_s .work_edit .edit_b .ed_1 {
  vertical-align: middle;
  font-size: 18px;
  transform: translateY(-1px);
}

main .lxc_3 .f_main .work_s .work_edit .edit_b .ed_2 {
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  transform: translateY(-1.5px);
    display: inline-block;
}

main .lxc_3 .f_main .work_s .work_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  background-color: #f4f4f4;
}

main .lxc_3 .f_main .work_s .work_icon img {
  display: block;
  margin-left: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0.5px solid #1a1d25;
  box-sizing: border-box;
  object-fit: cover;
}

main .lxc_3 .f_main .work_s .work_icon .non_i {
  display: block;
  margin-left: auto;
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #4e535c;
}

main .lxc_3 .f_main .work_s .done {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  background-color: #02adca;
  width: 18px;
  height: 18px;
  opacity: 0.8;
}

main .lxc_3 .f_main .work_s .done .done_s {
  display: block;
  font-size: 18px;
  color: #FFF;
}

main .lxc_3 .table_lxc {
  margin-top: 10px;
}

main .lxc_3 .table_lxc table {
  max-width: 600px;
  width: 100%;
  table-layout: fixed;
}

main .lxc_3 .table_lxc table thead tr th {
  padding: 9px;
  box-sizing: border-box;
  background-color: #4e535c;
  font-size: 13px;
  line-height: 1.5;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border-right: 3px solid #f4f4f4;

  /* はみ出し防止処理 */
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

main .lxc_3 .table_lxc table thead tr th:last-child {
  border-right: none;
}


main .lxc_3 .table_lxc table tbody tr {
  border-top: 3px solid #FFF;
}

main .lxc_3 .table_lxc table tbody tr td {
  padding: 9px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-right: 3px solid #FFF;
}

/* 飾り */
main .lxc_3 .table_lxc table tbody tr .td_end {
  padding: 0;
  height: 9px;
  background-color: #4e535c;
}

main .lxc_3 .table_lxc table tbody tr td:last-child {
  border-right: none;
}

main .lxc_3 .table_lxc table tbody tr .td_left_word {
  text-align: left;

  /* はみ出し防止処理 */
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

main .lxc_3 .table_lxc table tbody tr td a {
  text-decoration: underline;
  transition-property: all;
  transition-duration: 0.3s;
}

main .lxc_3 .table_lxc table tbody tr td a:hover {
  color: #02adca;
}

@media (max-width: 950px) {
  main .lxc_3 .f_main .work_s .work_info {
    margin-top: 4px;
  }

  main .lxc_3 .f_main .work_s .work_info .box1 {
    width: 66px;
    min-width: 66px;
    padding: 2px 6px;
    font-size: 12px;
  }

  main .lxc_3 .f_main .work_s .work_info .box2 {
    padding: 2px 6px;
    font-size: 12px;
  }

  main .lxc_3 .f_main .work_s .work_text p {
    font-size: 12px;
  }

  main .lxc_3 .f_main .work_s .work_edit .edit_b {
    padding: 3px 9px;
    margin-left: 3px;
  }

  main .lxc_3 .f_main .work_s .work_edit .edit_b .ed_1 {
    font-size: 16px;
  }

  main .lxc_3 .f_main .work_s .work_edit .edit_b .ed_2 {
    font-size: 12px;
  }

  main .lxc_3 .f_main .work_s .work_text .pdf_temp {
    padding: 3px 9px 5px;
  }

  main .lxc_3 .f_main .work_s .work_text .pdf_temp .pdf_1 {
    vertical-align: middle;
    font-size: 17px;
  }

  main .lxc_3 .f_main .work_s .work_text .pdf_temp .pdf_2 {
    font-size: 12px;
  }

  main .lxc_3 .table_lxc table thead tr th {
    padding: 6px;
    font-size: 12px;
  }

  main .lxc_3 .table_lxc table tbody tr td {
    padding: 6px;
    font-size: 12px;
  }
}

main .form_lxc {
  margin-top: 10px;
}

/* フォームCSS */

.form_title {
  width: 100%;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
  padding: 3px 12px;
  border-left: 6px solid #02adca;
  margin-bottom: 9px;
}

.form_title .req {
  font-size: 9px;
  color: tomato;
}

.form_title .req_free {
  font-size: 9px;
  color: #02adca;
}

.inp_text {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.7;
  width: 100%;
  padding: 9px 15px;
  box-sizing: border-box;
  background-color: #e4e8e8;
  border-radius: 6px;
}

.inp_text_wid {
  max-width: 800px;
  width: 100%;
}

.inp_text_180 {
  max-width: 180px;
}

.inp_text_fit {
  width: fit-content;
}

.inp_text_area {
  max-width: 800px;
  height: 380px;
}

.inp_text_date {
  height: 37.5px;
  max-width: 180px;
}

.kizon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 9px 15px;
  box-sizing: border-box;
  background-color: #e4e8e8;
  border-radius: 6px;
  width: fit-content;
  font-size: 12px;
  line-height: 1.5;
}

.kizon_del {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 9px 15px;
  box-sizing: border-box;
  background-color: #02adca;
  border-radius: 6px;
  width: fit-content;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.kizon_del:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

.kizon_info {
  display: inline-block; 
  margin-bottom: 12px; 
  font-size: 11px; 
  color: red;
}

.koshin_info {
  display: inline-block; 
  margin-bottom: 12px; 
  font-size: 11px; 
  color: #02adca;
}

.count_field {
  padding: 3px 6px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  font-size: 12px;
  max-width: 800px;
  border-radius: 6px;
  text-align: right;
  margin-bottom: 10px;
}

.count_field_red {
  color: #e3375b;
}

.auto_pass {
  margin-bottom: 12px;
  margin-left: 5px;
  font-size: 13px;
  line-height: 1.7;
  width: fit-content;
  padding: 9px 15px;
  box-sizing: border-box;
  background-color: #02adca;
  color: #FFF;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.auto_pass:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

.inp_text:focus {
  background-color: #FFF;
  outline: 1.2px solid #02adca;
  box-sizing: border-box;
}

.inp_submit {
  width: 100%;
  padding: 9px 15px;
  box-sizing: border-box;
  background-color: #02adca;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
  font-weight: 600;
}

.toroku_bunki {
  display: flex;
  justify-content: space-around;
}

.inp_submit_toroku1 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.inp_submit_toroku2 {
  display: block;
  width: 100px;
}

.inp_submit:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

.submit_space {
  max-width: 800px;
  text-align: right;
}

.submit_space2 {
  text-align: left;
}

.temp_info {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.inp_main_submit {
  width: fit-content;
  padding: 9px 15px;
  box-sizing: border-box;
  background-color: #02adca;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 30px;
  margin-left: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
  font-weight: 600;
  transition-property: all;
  transition-duration: 0.3s;
}

.inp_main_submit2 {
  margin-left: 0px;
  margin-right: 5px;
}

.del_button {
  background-color: #e3375b;
}

.inp_main_submit_hyde {
  background-color: #afbac1;
  pointer-events: none;
}

.inp_main_submit:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

.inp_sel {
  width: 100%;
  height: 37.5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  padding: 9px 30px 9px 15px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #e4e8e8 url(../img/arrow_drop_down_black_24dp.svg) no-repeat right 9px center / 21px auto;
  margin-bottom: 12px;
}

.inp_sel_180 {
  width: 180px;
}

.inp_key_sel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  padding: 9px 15px 9px 33px;
  box-sizing: border-box;
  border-radius: 6px;
  width: fit-content;
  background: #e4e8e8 url(../img/arrow_drop_down_black_24dp.svg) no-repeat left 9px center / 21px auto;
}

/* 好みに合わせてここだけ数値を変えれば全体が連動します */
:root{
  --cb-size: 18px;
  --cb-radius: 1px;
  --cb-border: #9aa3af;   /* 枠線(灰) */
  --cb-bg: #fff;          /* 背景(白) */
  --cb-checked: #02adca;  /* チェック時の青 */
  --cb-hover: #02adca;    /* ホバー時の枠色 */
  --cb-tick: #fff;        /* チェックマーク色 */
}

/* ラベル全体のヒットエリア＆整列 */
.checkbox{
  display: inline-flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  user-select: none;
  line-height: 1.4;
  margin-right: 15px;
  margin-bottom: 12px;
}

/* まずはネイティブ外観を消して自作 */
.inp_checkbox{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: var(--cb-size);
  height: var(--cb-size);
  border: 2px solid var(--cb-border);
  border-radius: var(--cb-radius);
  background: var(--cb-bg);
  display: inline-grid;
  place-items: center;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
  vertical-align: middle;
}

/* ホバーでちょい強調（PC向け） */
.inp_checkbox:hover{
  border-color: var(--cb-hover);
}

/* キーボード操作時にフォーカスをはっきり表示 */
.inp_checkbox:focus-visible{
  outline: 2px solid #02adca;
  outline-offset: 2px;
}

/* チェック時の背景＆枠色 */
.inp_checkbox:checked{
  background: var(--cb-checked);
  border-color: var(--cb-checked);
}

/* チェックマーク（フォント依存しない線描画） */
.inp_checkbox::after{
  content: "";
  width: 9px;
  height: 5px;
  border: 2px solid transparent;
  border-left-color: var(--cb-tick);
  border-bottom-color: var(--cb-tick);
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform .12s ease;
}
.inp_checkbox:checked::after{
  transform: rotate(-45deg) scale(1);
}

/* 無効状態 */
.inp_checkbox:disabled{
  opacity: .55;
  cursor: not-allowed;
}
.checkbox:has(.inp_checkbox:disabled){
  cursor: not-allowed;
  color: #9ca3af;
}

/* indeterminate（中間状態）の見た目（JSから設定可） */
.inp_checkbox:indeterminate{
  background: var(--cb-checked);
  border-color: var(--cb-checked);
}
.inp_checkbox:indeterminate::after{
  width: 10px;
  height: 2px;
  border: 0;
  background: var(--cb-tick);
  transform: scale(1);
}

/* タッチ端末では少し大きめに */
@media (pointer: coarse){
  :root{ --cb-size: 22px; }
}

/* Windows高コントラスト対応 */
@media (forced-colors: active){
  .inp_checkbox{
    border: 1px solid ButtonText;
    background: Canvas;
  }
  .inp_checkbox:checked{
    background: Highlight;
    border-color: Highlight;
  }
  .inp_checkbox::after{
    border-left-color: Canvas;
    border-bottom-color: Canvas;
  }
}

.checkbox_foo {
  margin-bottom: 10px;
  margin-left: 6px;
  transform: translateY(-1px);
}

.inp_key_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  padding: 9px 15px 9px 33px;
  box-sizing: border-box;
  border-radius: 6px;
  width: 330px;
  background: #e4e8e8 url(../img/search.svg) no-repeat left 9px center / 21px auto;
}

.inp_key_text:focus {
  display: inline-block;
  /* vertical-align: middle; */
  background-color: #FFF;
  outline: 1.2px solid #02adca;
}

.inp_key_submit {
  width: 60px;
  text-align: center;
  padding: 9px;
  background-color: #02adca;
  color: #FFF;
  border-radius: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.inp_key_submit:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

.err_info {
  width: 100%;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  color: tomato;
  border: 3px solid tomato;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.err_info2 {
  max-width: 800px;
}

@media (max-width: 950px) {

  .inp_key_sel_2 {
    display: block;
    margin-bottom: 6px;
    padding: 6px 15px 6px 33px;
    background: #e4e8e8 url(../img/arrow_drop_down_black_24dp.svg) no-repeat left 9px center / 18px auto;
    font-size: 12px;
  }

  .inp_key_text_2 {
    max-width: 350px;
    width: 75%;
    padding: 6px 15px 6px 33px;
    background: #e4e8e8 url(../img/search.svg) no-repeat left 9px center / 18px auto;
    font-size: 12px;
  }

  .inp_key_submit {
    width: 50px;
    padding: 6px;
    font-size: 12px;
  }
}

/* フォームCSS end */

/* 設定ウィンドウ */

/* マイページ設定 */

.back_view {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
  overflow: auto;
}

.back_view_in {
  opacity: 1;
  pointer-events: all;
}

.back_view .mypage_lxc {
  max-width: 300px;
  width: 90%;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  margin: auto auto;
  border-radius: 9px;
  transform: translateY(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.6s;
}

@media (max-width: 950px) {
  .back_view .mypage_lxc {
    max-width: 660px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.back_view .mypage_lxc .back_title {
  padding-bottom: 6px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 3px solid #02adca;
}

.back_view .mypage_lxc .back_title .b_span2 {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 900;
  color: #02adca;
}

.back_view .mypage_lxc ul {
  margin-top: 10px;
  padding: 12px;
}

.back_view .mypage_lxc ul li:first-child {
  margin-top: 0;
}

.back_view .mypage_lxc ul li {
  line-height: 1.5;
  margin-top: 18px;
}

.back_view .mypage_lxc ul li a  {
  display: block;
  width: fit-content;
  transition-property: all;
  transition-duration: 0.3s;
}

.back_view .mypage_lxc ul li a:hover {
  color: #02adca;
}

.back_view .mypage_lxc ul li a .li_a1 {
  vertical-align: middle;
  font-size: 24px;
}

.back_view .mypage_lxc ul li a .li_a2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  margin-left: 6px;
}

.back_view .mypage_lxc2 {
  transform: translateY(0px);
  opacity: 1;
}

/* マイページ設定 end */

/* 設定メニュー */

.set_view {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
  overflow: auto;
}

.set_view_in {
  opacity: 1;
  pointer-events: all;
}

.set_view .set_lxc {
  max-width: 660px;
  width: 90%;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  margin: auto auto;
  border-radius: 9px;
  transform: translateY(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.6s;
}

@media (max-width: 950px) {
  .set_view .set_lxc {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.set_view .set_lxc2 {
  transform: translateY(0px);
  opacity: 1;
}

.set_view .set_lxc .back_title {
  padding-bottom: 6px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 3px solid #02adca;
}

.set_view .set_lxc .back_title .b_span2 {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 900;
  color: #02adca;
}

.set_view .set_lxc h1 {
  margin-top: 15px;
  padding: 6px 15px;
  box-sizing: border-box;
  background-color: #02adca;
  color: #FFF;
  border-radius: 9px;
}

.set_view .set_lxc h1 .set_sp1 {
  vertical-align: middle;
  font-weight: 500;
  font-size: 24px;
}

.set_view .set_lxc h1 .set_sp2 {
  vertical-align: middle;
  font-weight: 600;
  font-size: 15px;
}

.set_view .set_lxc ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 25px 0px 25px;
  background-color: #f4f4f4;
  border-radius: 9px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.set_view .set_lxc ul li {
  width: 50%;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.set_view .set_lxc ul li a {
  display: block;
  width: fit-content;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.set_view .set_lxc ul li a:hover {
  color: #02adca;
}

.set_view .set_lxc ul li a .set_li1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}

.set_view .set_lxc ul li a .set_li2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 700px) {
  .set_view .set_lxc .back_title .b_span2 {
    font-size: 15px;
  }

  .set_view .set_lxc ul {
    display: block;
    padding-bottom: 5px;
  }

  .set_view .set_lxc ul li {
    width: 100%;
  }
}

/* 設定メニュー end */

/* 削除設定 */

.back_view2 {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  transition-property: all;
  transition-duration: 0.3s;
  overflow: auto;
}

.back_view_in2 {
  opacity: 1;
  pointer-events: all;
}

.back_view2 .del_lxc {
  max-width: 330px;
  width: 90%;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  margin: auto auto;
  border-radius: 9px;
  transform: translateY(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.6s;
}

.back_view2 .del_lxc2 {
  transform: translateY(0px);
  opacity: 1;
}

.back_view2 .del_lxc h1 {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.back_view2 .del_lxc .del_form {
  margin-top: 30px;
}

.back_view2 .del_lxc .del_form form {
  display: flex;
  justify-content: space-around;
}

.back_view2 .del_lxc .del_form form input {
  display: inline-block;
  width: 100px;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #02adca;
  color: #FFF;
  border-radius: 6px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.back_view2 .del_lxc .del_form form input:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

/* 削除設定 end */

/* 登録完了 */

.t_comp_lxc {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.t_comp_lxc2 {
  animation-name: comp_1;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.t_comp_lxc3 {
  animation-name: comp_1_out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

@keyframes comp_1 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}

@keyframes comp_1_out {
  0% {
    opacity: 1;
    pointer-events: all;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

.t_comp_lxc .c_lxc {
  max-width: 330px;
  width: 90%;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  margin: auto auto;
  border-radius: 9px;
  transform: translateY(60px);
  opacity: 0;
}

.t_comp_lxc .c_lxc2 {
  animation-name: comp_2;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.t_comp_lxc .c_lxc3 {
  animation-name: comp_2_out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

@keyframes comp_2 {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes comp_2_out {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(60px);
    opacity: 0;
  }
}

.t_comp_lxc .c_lxc h1 {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.t_comp_lxc .c_lxc .tojiru_box {
  margin-top: 30px;
  text-align: center;
}

.t_comp_lxc .c_lxc .tojiru_box .t_button {
  display: inline-block;
  width: 100px;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #02adca;
  color: #FFF;
  border-radius: 6px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  text-align: center;
}

.t_comp_lxc .c_lxc .tojiru_box .t_button:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

/* 登録完了 end */

.back_close {
  position: fixed;
  z-index: 42;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
  display: none;
}

.back_close_in {
  opacity: 1;
  display: block;
}

.back_close .back_icon {
  display: block;
  color: #FFF;
  font-size: 30px;
}

/* 設定ウィンドウ end */

.hani_lxc {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.6s;
}

.hani_lxc_in {
  opacity: 1;
  pointer-events: all;
}

.hani_lxc .hani_box {
  max-width: 350px;
  width: 90%;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  margin: auto auto;
  border-radius: 9px;
  transform: translateY(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.6s;
}

.hani_lxc .hani_box_in {
  transform: translateY(0px);
  opacity: 1;
}

.hani_lxc .hani_box .back_title {
  padding-bottom: 6px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 3px solid #02adca;
}

.hani_lxc .hani_box .back_title span {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 900;
  color: #02adca;
}

.hani_lxc .hani_box ul {
  margin-top: 12px;
}

.hani_lxc .hani_box ul li:first-child {
  margin-top: 0;
}

.hani_lxc .hani_box ul li {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.hani_view {
  cursor: pointer;
  text-decoration: underline;
  transition-property: all;
  transition-duration: 0.3s;
}

.hani_view:hover {
  color: #02adca;
}

/* 既読確認 */

.k_check_lxc {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.6s;
}

.k_check_lxc_in {
  opacity: 1;
  pointer-events: all;
}

.k_check_lxc .k_check_box {
  max-width: 800px;
  width: 90%;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  margin: auto auto;
  border-radius: 9px;
  transform: translateY(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.6s;
}

.k_check_lxc .k_check_box_in {
  transform: translateY(0px);
  opacity: 1;
}

.k_check_lxc .k_check_box .back_title {
  padding-bottom: 6px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 3px solid #02adca;
}

.k_check_lxc .k_check_box .back_title span {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 900;
  color: #02adca;
}

.k_check_lxc .k_check_box table {
  width: 100%;
  margin-top: 10px;
  table-layout: fixed;
  border-collapse: collapse;
}

.k_check_lxc .k_check_box table thead tr th {
  border: 0.5px solid #1a1d25;
  padding: 3px;
  box-sizing: border-box;
  background-color: #e4e8e8;
  text-align: center;
}

.k_check_lxc .k_check_box table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 3px 6px;
  box-sizing: border-box;
  border: 0.5px solid #1a1d25;
}

@media (max-width: 530px) {
  .k_check_lxc .k_check_box table thead tr .loss {
    display: none;
  }

  .k_check_lxc .k_check_box table tbody tr .loss {
    display: none;
  }
}

/* 既読確認 end */

/* ページング */

.s-lxc2 {
  margin-top: 15px;
}

.s-lxc2 .paging {
  margin-bottom: 10px;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
}

.s-lxc2 .paging a {
  border: 0.5px solid #1a1d25;
  padding: 3px 6px;
  box-sizing: border-box;
  font-size: 12px;
  margin-right: 5px;
  transition-property: all;
  transition-duration: 0.3s;
}

.s-lxc2 .paging a:hover {
  background-color: #02adca;
  color: #FFF;
}

.s-lxc2 .paging .here {
  background-color: #02adca;
  color: #FFF;
}

.s-lxc2 .paging_index {
  padding: 6px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 9px;
  font-size: 12px;
  line-height: 1.5;
}

/* ページング end */

footer {
  background-color: #02adca;
  padding: 18px 0;
  box-sizing: border-box;
}

footer .img_lxc {
  width: 95%;
  margin: 0 auto;
}

footer .img_lxc img {
  display: block;
  max-width: 180px;
  width: 80%;
  margin: 0 auto;
}

footer .ver {
  width: 95%;
  margin: 0 auto;
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #FFF;
}

footer .ver .company {
  font-size: 13px;
  max-width: 950px;
}

@media (max-width: 950px) {
  footer .ver .company {
    font-size: 12px;
  }

  .back_view .mypage_lxc .back_title .b_span2 {
    font-size: 14px;
  }

  .back_view .mypage_lxc ul li a .li_a1 {
    font-size: 22px;
  }

  .back_view .mypage_lxc ul li a .li_a2 {
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  .k_check_lxc .k_check_box table tbody tr .td_left {
    text-align: left;
  }
}

.print_info {
  max-width: 210mm;
  width: 100%;
  margin: 30px auto;
  background-color: #e4e8e8;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  justify-content: space-around;
}

.print_info .print_button {
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #02adca;
  color: #FFF;
  border-radius: 9px;
  width: 100px;
  text-align: center;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.print_info .print_button:hover {
  box-shadow: 1px 1px 3px #1a1d25;
  opacity: 0.6;
}

.print_info .print_button .ps1 {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  transform: translateY(-1px);
}

.print_info .print_button .ps2 {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
}

.print_lxc {
  max-width: 210mm;
  width: 100%;
  border: 0.5px solid #1a1d25;
  margin: 0 auto 30px;
  padding: 39px;
  padding-top: 30px;
  box-sizing: border-box;
  font-size: 10px;
}

.print_lxc .print_title {
  padding: 6px;
  margin-bottom: 3px;
  background-color: #e4e8e8;
  text-align: center;
}

.print_lxc .office_info {
  padding: 6px 0;
}

.print_lxc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}


.print_lxc table tr th {
  padding: 6px 12px;
  box-sizing: border-box;
  font-weight: 500;
  width: 90px;
  border: 0.5px solid #1a1d25;
}

.print_lxc table tr td {
  padding: 6px 12px;
  box-sizing: border-box;
  border: 0.5px solid #1a1d25;
}

.print_lxc p {
  padding: 12px;
  box-sizing: border-box;
  border: 0.5px solid #1a1d25;
  margin-top: 10px;
  line-height: 1.7;
}

@media print {

  @page {
    margin-top: 20px;
  }

  .print_info {
    display: none;
  }

  .print_lxc {
    max-width: none;
    width: 100%;
    border: none;
    margin: 0;
  }
}