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

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 13px;
}

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

header {
  width: 95%;
  margin: 15px auto 0;
  padding-bottom: 15px;
  box-sizing: border-box;
  display: flex;
  border-bottom: 0.5px solid #000;
}

header .box1 {
  width: 250px;
}

header .box1 a {
  transition-property: all;
  transition-duration: 0.3s;
}

header .box1 a:hover {
  opacity: 0.6;
}

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

header .box2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

header .box2 .up_menu {
  margin: auto auto;
  width: 100%;
  text-align: right;
}

header .box2 .up_menu a {
  transition-property: all;
  transition-duration: 0.3s;
}

header .box2 .up_menu a:hover {
  opacity: 0.6;
  color: red;
}

header .box2 .up_menu a .span1 {
  vertical-align: middle;
}

header .box2 .up_menu a .span2 {
  vertical-align: middle;
  font-weight: 600;
}

main {
  flex: 1;
}

main .log_lxc {
  max-width: 300px;
  width: 95%;
  margin: 50px auto;
}

main .log_lxc .log_img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

main .log_lxc .log_form .log_info {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
}

main .log_lxc .log_form .red {
  color: red;
}

main .log_lxc .log_form form .inp_text {
  display: block;
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  border: 0.5px solid #191e2b;
  background-color: #F2F2F2;
}

main .log_lxc .log_form form .inp_text:focus {
  outline: 2px solid #049DBF;
  background-color: #FFF;
}

main .log_lxc .log_form form .inp_submit {
  display: block;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  background-color: #03658C;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 15px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  color: #FFF;
}

main .log_lxc .log_form form .inp_submit:hover {
  box-shadow: 1px 1px 3px #000;
  opacity: 0.8;
}

.main_lxc {
  display: flex;
  flex-direction: column;
}

.main_lxc .main_con {
  width: 95%;
  margin: 15px auto;
  flex: 1;
  display: flex;
}

.main_lxc .main_con .box1 {
  width: 250px;
  min-width: 250px;
  border-right: 0.5px solid #000;
  padding: 15px;
  box-sizing: border-box;
}

.main_lxc .main_con .box1 a {
  display: block;
  margin-bottom: 10px;
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_con .box1 a:hover {
  background-color: rgba(0, 199, 230, 0.3);
}

.main_lxc .main_con .box1 a .span1 {
  vertical-align: middle;
  font-size: 20px;
}

.main_lxc .main_con .box1 a .span2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-left: 3px;
  transform: translateY(-1px);
}

.main_lxc .main_con .box2 {
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
}

.main_lxc .main_con .box2 .content_title {
  margin-top: 6px;
  background-color: #03658C;
  color: #FFF;
  line-height: 1.5;
  padding: 6px 9px;
  box-sizing: border-box;
}

.main_lxc .main_con .box2 .content_title .span_1 {
  vertical-align: middle;
  font-size: 20px;
}

.main_lxc .main_con .box2 .content_title .span_2 {
  vertical-align: middle;
}

.main_lxc .main_con .box2 .haguruma {
  border-bottom: 0.5px solid #000;
  padding-bottom: 3px;
}

.main_lxc .main_con .box2 .haguruma a {
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_con .box2 .haguruma a:hover {
  opacity: 0.6;
  color: red;
}

.main_lxc .main_con .box2 .haguruma a .span1 {
  display: inline-block;
  vertical-align: middle;
}

.main_lxc .main_con .box2 .haguruma a .span2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  font-weight: 600;
}

.main_lxc .main_con .box2 .form_lxc {
  margin-top: 12px;
}

.main_lxc .main_con .box2 .form_lxc form .form_h1 {
  padding: 3px 9px;
  box-sizing: border-box;
  line-height: 1.5;
  border-left: 6px solid #03658C;
  font-weight: 500;
  margin-top: 10px;
}

.main_lxc .main_con .box2 .form_lxc form .form_h1:first-child {
  padding: 3px 9px;
  box-sizing: border-box;
  line-height: 1.5;
  border-left: 6px solid #03658C;
  font-weight: 500;
  margin-top: 0;
}

.main_lxc .main_con .box2 .form_lxc form .form_h1 .e_span {
  font-size: 11px;
  color: red;
  margin-left: 6px;
}

.main_lxc .main_con .box2 .form_lxc form .inp_text {
  margin-top: 10px;
  width: 100%;
  border: 0.5px solid #000;
  padding: 9px;
  box-sizing: border-box;
  background-color: #F2F2F2;
  font-size: 13px;
  line-height: 1.7;
}

.main_lxc .main_con .box2 .form_lxc form .inp_text:focus {
  background-color: #FFF;
  outline: 2px solid #049DBF;
}

.main_lxc .main_con .box2 .form_lxc form .inp_select {
  margin-top: 10px;
  max-width: 200px;
  width: 100%;
  padding: 9px;
  box-sizing: border-box;
  border: 0.5px solid #000;
  font-size: 13px;
  line-height: 1.7;
  background: #F2F2F2 url(../img/arrow_drop_down_black_24dp.svg) no-repeat right 7px center / 25px auto;
}

.main_lxc .main_con .box2 .form_lxc form .inp_date {
  margin-top: 10px;
  max-width: 200px;
  width: 100%;
  padding: 9px;
  box-sizing: border-box;
  border: 0.5px solid #000;
  font-size: 13px;
  line-height: 1.7;
  background-color: #F2F2F2;
}

.main_lxc .main_con .box2 .form_lxc form .img_p {
  margin-top: 10px;
}

.main_lxc .main_con .box2 .form_lxc form .img_del {
  margin-top: 10px;
  padding: 3px 9px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #00c6e6;
  width: fit-content;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.main_lxc .main_con .box2 .form_lxc form .img_del:hover {
  box-shadow: 1px 1px 3px #191e2b;
  opacity: 0.6;
}

.main_lxc .main_con .box2 .form_lxc form .inp_file {
  margin-top: 10px;
}

.main_lxc .main_con .box2 .form_lxc form .text_ar {
  margin-top: 10px;
  width: 100%;
  height: 600px;
  border: 0.5px solid #000;
  padding: 9px;
  box-sizing: border-box;
  background-color: #F2F2F2;
  font-size: 13px;
  line-height: 1.7;
}

.main_lxc .main_con .box2 .form_lxc form .text_ar:focus {
  background-color: #FFF;
  outline: 2px solid #00c6e6;
}

.main_lxc .main_con .box2 .form_lxc form .inp_submit {
  display: block;
  width: fit-content;
  padding: 3px 9px;
  box-sizing: border-box;
  background-color: #03658C;
  color: #FFF;
  font-weight: 400;
  border-radius: 3px;
  text-align: center;
  margin: 30px 0 30px auto;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.main_lxc .main_con .box2 .form_lxc form .inp_submit:hover {
  box-shadow: 1px 1px 3px #191e2b;
  opacity: 0.6;
}

.main_lxc .main_con .box2 .form_lxc form .hyde {
  display: none;
}

.main_lxc .main_con .box2 .blank_cont {
  margin-top: 12px;
  padding: 0 9px;
  box-sizing: border-box;
  line-height: 1.7;
}

.main_lxc .main_con .box2 .text_cont {
  margin-top: 12px;
  border: 0.5px solid #000;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
}

.main_lxc .main_con .box2 .text_cont .keiji_lxc {
  display: flex;
  margin-top: 6px;
}

.main_lxc .main_con .box2 .text_cont .keiji_lxc:first-child {
  display: flex;
  margin-top: 0px;
}

.main_lxc .main_con .box2 .text_cont .keiji_lxc_text {
  margin-top: 9px;
  border-top: 0.5px solid #000;
}

.main_lxc .main_con .box2 .text_cont .keiji_lxc .keiji_1 {
  width: 90px;
  text-align: center;
  background-color: #03658C;
  color: #FFF;
  line-height: 1.7;
  padding: 3px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.main_lxc .main_con .box2 .text_cont .keiji_lxc .keiji_1 .center {
  margin: auto auto;
}

.main_lxc .main_con .box2 .text_cont .keiji_lxc .keiji_2 {
  flex: 1;
  padding: 3px 6px;
  box-sizing: border-box;
  line-height: 1.7;
}

.main_lxc .main_con .box2 .text_cont .keiji_lxc .keiji_3 {
  padding: 9px;
  box-sizing: border-box;
  line-height: 1.7;
}

.main_lxc .main_con .box2 .text_cont .keiji_lxc .keiji_2 .keiji_img {
  text-decoration: underline;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.main_lxc .main_con .box2 .text_cont .keiji_lxc .keiji_2 .keiji_img:hover {
  color: red;
}

.main_lxc .main_con .box2 .text_cont .side_menu {
  padding: 6px 3px 3px;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: 0.5px solid #000;
  text-align: right;
  line-height: 1.7;
}

.main_lxc .main_con .box2 .text_cont .side_menu .side_a {
  margin-left: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.main_lxc .main_con .box2 .text_cont .side_menu .side_a:hover {
  color: red;
  opacity: 0.6;
}

.main_lxc .main_con .box2 .text_cont .side_menu .side_a .side_span1 {
  vertical-align: middle;
  font-size: 20px;
}

.main_lxc .main_con .box2 .text_cont .side_menu .side_a .side_span2 {
  vertical-align: middle;
}

.main_lxc .main_con .box2 .pbox {
  margin-top: 6px;
}

.main_lxc .main_con .box2 .pbox .paging {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.main_lxc .main_con .box2 .pbox .paging a {
  padding: 3px 6px;
  box-sizing: border-box;
  border: 0.5px solid #000;
  margin-right: 5px;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_con .box2 .pbox .paging .here {
  background-color: #03658C;
  color: #FFF;
}

.main_lxc .main_con .box2 .pbox .paging a:hover {
  background-color: #03658C;
  color: #FFF;
}

.main_lxc .main_con .box2 .pbox .paging_index {
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  background-color: #F2F2F2;
}

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

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

.black_view .action_lxc {
  max-width: 350px;
  width: 95%;
  margin: auto auto;
  background-color: #FFF;
  border: 0.5px solid #000;
  padding: 15px;
  box-sizing: border-box;
  transform: translateY(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.black_view .action_lxc_on {
  opacity: 1;
  transform: translateY(0px);
}

.black_view .action_lxc .ac_h1 {
  text-align: center;
  line-height: 1.5;
}

.black_view .action_lxc .yes_or_no {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

.black_view .action_lxc .yes_or_no a {
  display: block;
  width: 100px;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  background-color: #03658C;
  color: #FFF;
  border-radius: 3px;
  font-weight: 400;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.black_view .action_lxc .yes_or_no a:hover {
  box-shadow: 1px 1px 3px #000;
  opacity: 0.8;
}

.black_view .up_img {
  display: block;
  margin: auto auto;
  width: 500px;
  object-fit: cover;
}

footer {
  background-color: #03658C;
  padding: 15px;
  text-align: center;
  color: #FFF;
  flex-shrink: 0;
}