@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/*! ALL ***************************************************/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  scroll-behavior: smooth;
  /*! SP ***************************************************/
  /*! PC ***************************************************/
}
html body {
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  background: #e7e7e7;
  -webkit-text-size-adjust: none;
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html #wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
}
@media screen and (max-width: 740px) {
  html body {
    min-width: 320px;
  }
  html img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  html .sp {
    display: none !important;
  }
}
html header {
  background: #fff;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html header #slidemenuBtn {
  width: 80px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
html header #slidemenuBtn > span {
  width: 26px;
  height: 14px;
  position: relative;
}
html header #slidemenuBtn > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: top 0.2s ease 0.2s, transform 0.2s ease;
  backface-visibility: hidden;
}
html header #slidemenuBtn > span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background: #000;
  transition: top 0.2s ease 0.2s, transform 0.2s ease;
  backface-visibility: hidden;
}
html header #slidemenuBtn > span span {
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html header #slidemenuBtn.slide-open > span:before {
  top: 7px;
  transform: rotate(45deg);
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
}
html header #slidemenuBtn.slide-open > span:after {
  top: 7px;
  transform: rotate(-45deg);
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
}
html header #slidemenuBtn.slide-open > span span {
  width: 0;
}
html header .logo img {
  width: auto;
  height: 60px;
}
html header .header_search .form_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html header .header_search .icon_search {
  position: relative;
}
html header .header_search .icon_search:before {
  content: "\e921";
  font-family: "icomoon";
  position: absolute;
  left: 15px;
  top: 12px;
  line-height: 1;
  pointer-events: none;
  font-size: 2.6rem;
  color: #828282;
}
html header .header_search .icon_search input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding-left: 50px;
  height: 46px;
  width: 270px;
  box-sizing: border-box;
  background: #e7e7e7;
  border: 0;
  border-radius: 4px;
}
html header .header_search .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 120px;
  margin-left: 10px;
}
html header .header_search .selectBox.wide {
  width: 220px;
}
html header .header_search .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1.2rem;
  height: 46px;
  margin: 0;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  background: #fff;
  border: #cfcfcf solid 1px;
  color: #000000;
  width: 100%;
  max-width: none;
  box-shadow: none;
  border-radius: 4px;
}
html header .header_search .selectBox select option,
html header .header_search .selectBox select optgroup {
  color: #000000;
  font-style: normal;
}
html header .header_search .selectBox:after {
  color: #000000;
  content: "\e900";
  font-family: "icomoon";
  font-size: 1rem;
  height: 100%;
  line-height: 46px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 30px;
  box-sizing: border-box;
  border: #cfcfcf solid 1px;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  display: inline-block;
}
html header .header_search .submit input[type=submit] {
  width: 113px;
  height: 46px;
  border-radius: 4px;
  border: 0;
  background: #0092e6;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  margin: 0 20px 0 10px;
}
html header .header_search .submit input[type=submit]:hover {
  filter: brightness(120%);
}
html header .header_search button[type=reset] {
  width: 80px;
  height: 46px;
  background: #cfcfcf;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin-left: 10px;
}
html header .header_search button[type=reset] span {
  line-height: 1.25;
  font-size: 1.2rem;
}
html header .header_search #advanced {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 113px;
  height: 46px;
  border-radius: 4px;
  border: 0;
  background: #0092e6;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  margin-left: 20px;
}
html header .configuration {
  margin-left: auto;
  margin-right: 30px;
  position: relative;
}
html header .configuration:hover .btn {
  border-radius: 4px 4px 0 0;
  filter: brightness(110%);
}
html header .configuration:hover .btn .icon-arrow-down {
  transform: translateY(2px);
}
html header .configuration:hover ol {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}
html header .configuration ol {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 160px;
  background: #0092e6;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
}
html header .configuration ol li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 14px;
  background: #0092e6;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html header .configuration ol li a:hover {
  filter: brightness(120%);
}
html header .configuration .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  min-width: 160px;
}
html header .configuration .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 46px;
  margin: 0;
  padding: 0 40px 0 16px;
  box-sizing: border-box;
  background: #0092e6;
  color: #fff;
  width: 100%;
  border: 0;
  max-width: none;
  box-shadow: none;
  border-radius: 4px;
}
html header .configuration .selectBox select option,
html header .configuration .selectBox select optgroup {
  color: #000000;
  font-style: normal;
}
html header .configuration .selectBox:after {
  background: #0092e6;
  color: #fff;
  content: "\e900";
  font-family: "icomoon";
  font-size: 1rem;
  height: 100%;
  line-height: 46px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  display: inline-block;
}
html .btn {
  width: 250px;
  height: 46px;
  padding: 0 14px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #0092e6;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-decoration: none;
}
html .btn span {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}
html .btn:hover {
  filter: brightness(120%);
}
html .btn.gray {
  background: #878787;
}
html .btn.narrow {
  width: 170px;
}
html .btn.small {
  width: 70px;
  height: 24px;
}
html .btn.small span {
  font-size: 1.2rem;
}
html .btn_box .item {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .btn_box .item a + a {
  margin-left: 30px;
}
html nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transform: translateX(-100%);
  width: 230px;
  height: 100%;
  background: #323232;
  padding: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
}
html nav.slide-open {
  transform: translateX(0);
}
html nav em {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
}
html nav ul > li {
  position: relative;
}
html nav ul > li .btn {
  width: 100%;
  height: 50px;
  padding-left: 13px;
  box-sizing: border-box;
  background: #494949;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  border-bottom: #323232 solid 3px;
  text-decoration: none;
}
html nav ul > li .btn.border {
  text-decoration: underline;
}
html nav ul > li .btn .icon-arrow-top {
  font-size: 1rem;
  position: absolute;
  right: 12px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  transform: rotate(90deg);
}
html nav ul > li .toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html nav ul > li .toggle .icon-arrow-top {
  font-size: 1rem;
  position: absolute;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  transform: rotate(180deg);
  color: #fff;
}
html nav ul > li .toggle.on .icon-arrow-top {
  transform: rotate(0deg);
}
html nav ul > li ol {
  padding: 7px 0;
  background: #272727;
  margin-bottom: 10px;
}
html nav ul > li ol li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #272727;
}
html nav ul > li ol li a .icon-arrow-right {
  font-size: 1rem;
}
html nav ul > li ol li a:hover {
  filter: brightness(120%);
}
html nav .logout {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  border-radius: 4px 4px 6px 6px;
  border: #323232 solid 3px;
  padding-left: 13px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  background: #494949;
  font-size: 1.6rem;
  text-decoration: underline;
}
html nav .logout .icon-arrow-top {
  font-size: 1rem;
  position: absolute;
  right: 12px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  transform: rotate(90deg);
}
html #nav_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html #nav_bg.slide-open {
  pointer-events: auto;
  opacity: 1;
}
html article {
  width: 100%;
  overflow-x: auto;
  transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
}
html article.none_overflow {
  overflow: visible;
}
html article .Breadcrumb {
  background: #f5f5f5;
  padding: 10px 10px 10px 30px;
  line-height: 1;
}
html article .Breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html article .Breadcrumb ul li {
  font-size: 1rem;
  color: #828282;
}
html article .Breadcrumb ul li a {
  color: #828282;
  font-size: 1rem;
}
html article .Breadcrumb ul li a:hover {
  color: #0092e6;
}
html article .Breadcrumb ul li + li:before {
  content: "/";
  margin: 0 1em;
  color: #828282;
}
html article section {
  padding: 28px;
  margin: 0 auto;
  box-sizing: border-box;
}
html article section.center {
  max-width: 1100px;
  margin: 0 auto;
}
html article section.free_width {
  width: fit-content;
  max-width: none;
  margin: 0 auto;
}
html article section .sect_ttl {
  margin-bottom: 28px;
}
html article section .sect_ttl em {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  padding-bottom: 10px;
}
html article section .sect_ttl h1 {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
}
html article section .sect_ttl .tips {
  width: 110px;
  height: 40px;
  border-radius: 20px;
}
html article section .sect_ttl .tips .icon-lamp {
  margin-right: 5px;
}
html article section .sect_ttl.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html article section .sect_ttl.flex .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
html article section .sect_ttl.flex .btn_box a + a {
  margin-left: 20px;
}
html article section .inner {
  width: 100%;
  padding-bottom: 30px;
}
html article section .inner h2 {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 20px;
}
html .scroll {
  width: 100%;
  max-height: 50vh;
  overflow-y: auto;
}
html .scroll .type01 thead th {
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 1;
}
html .type01 {
  width: 860px;
  table-layout: fixed;
  border: #cfcfcf solid 2px;
}
html .type01.wide {
  width: 100%;
}
html .type01 .check_td {
  padding: 0;
  margin: 0;
  width: 44px;
  text-align: center;
}
html .type01 .check_td .large_check {
  width: 22px;
  margin: 0 auto;
}
html .type01 .check_td .large_check input[type=checkbox] {
  display: none;
}
html .type01 .check_td .large_check input[type=checkbox]:checked ~ label:before {
  background: #0092e6;
}
html .type01 .check_td .large_check label {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 1.6rem;
  height: 22px;
  width: 22px;
}
html .type01 .check_td .large_check label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: #828282 solid 1px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .type01 .check_td .large_check label:after {
  content: "\e924";
  font-family: "icomoon";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
html .type01 thead tr th {
  background: #e6f4fc;
  font-size: 1.2rem;
  font-weight: bold;
  height: 40px;
  padding: 0 20px;
  vertical-align: middle;
  text-align: left;
  border-top: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
  font-feature-settings: "palt";
  text-align: justify;
}
html .type01 thead tr th.center {
  text-align: center;
  padding: 0;
}
html .type01 thead tr th.date {
  width: 110px;
}
html .type01 thead tr th:last-child {
  border-right: 0;
}
html .type01 tbody tr td {
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  text-align: left;
  border-top: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
}
html .type01 tbody tr td a {
  color: #0092e6;
  text-decoration: underline;
}
html .type01 tbody tr td.center {
  text-align: center;
  padding: 0;
}
html .type01 tbody tr td .price em {
  display: inline-block;
  width: 3em;
}
html .type01 tbody tr td .price span {
  width: 6em;
  display: inline-block;
  text-align: right;
}
html .type01 tbody tr td:last-child {
  border-right: 0;
}
html .type02 {
  width: 860px;
  border: #cfcfcf solid 2px;
}
html .type02.wide {
  width: 100%;
}
html .type02.fixed {
  table-layout: fixed;
}
html .type02 thead tr th {
  background: #efefef;
  font-size: 1.4rem;
  font-weight: bold;
  height: 30px;
  padding: 0 20px;
  vertical-align: middle;
  text-align: left;
  border-right: #cfcfcf solid 1px;
}
html .type02 thead tr th.btn_td {
  width: 90px;
}
html .type02 tbody tr th {
  background: #e6f4fc;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  padding: 0 20px;
  vertical-align: middle;
  text-align: left;
  border-top: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
}
html .type02 tbody tr th.center {
  text-align: center;
}
html .type02 tbody tr td {
  background: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  height: 50px;
  padding: 0 20px;
  vertical-align: middle;
  text-align: left;
  border-top: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
}
html .type02 tbody tr td a {
  color: #0092e6;
  text-decoration: underline;
}
html .type02 tbody tr td.btn_td {
  width: 90px;
  padding: 0;
}
html .type02 tbody tr td.btn_td .btn {
  margin: 0 auto;
}
html .type02 tbody tr td:last-child {
  border-right: 0;
}
html .console_status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
html .console_status .btn_group {
  height: 40px;
  border-radius: 4px;
  border: #0092e6 solid 1px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .console_status .btn_group em {
  width: 54px;
  height: 38px;
  background: #0092e6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
}
html .console_status .btn_group .btn_group_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
html .console_status .btn_group .btn_group_inner a {
  padding: 0 12px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0092e6;
  text-decoration: underline;
}
html .console_status .btn_group .btn_group_inner a.current {
  font-weight: bold;
  background: #0092e6;
  text-decoration: none;
  color: #fff;
}
html .console_status .btn_group .btn_group_inner a.current:before {
  content: none;
}
html .console_status .btn_group .btn_group_inner a.current + a:before {
  content: none;
}
html .console_status .btn_group .btn_group_inner a + a {
  position: relative;
}
html .console_status .btn_group .btn_group_inner a + a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 1px;
  height: 20px;
  background: #0092e6;
}
html .console_status .period {
  padding-left: 30px;
}
html .console_status .period .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .console_status .period .item em {
  font-size: 1.2rem;
  padding-right: 12px;
}
html .console_status .period .item input[type=date] {
  border: #cfcfcf solid 1px;
  width: 140px;
  height: 26px;
  border-radius: 3px;
}
html .console_status .period .item span {
  padding: 0 5px;
}
html .console_status .period .item + .item {
  margin-top: 5px;
}
html .console_status .submit {
  margin-left: 10px;
}
html .console_status .submit input[type=submit] {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  background: #0092e6;
  color: #fff;
  font-size: 1.6rem;
  border: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .console_status .submit input[type=submit]:hover {
  filter: brightness(120%);
}
html .dashboard_table {
  width: 100%;
}
html .dashboard_table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
html .dashboard_table thead tr th {
  background: #c9e4f4;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.35;
  height: 40px;
  padding: 0 8px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border-top: #cfcfcf solid 1px;
  border-bottom: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
}
html .dashboard_table thead tr th small {
  display: block;
  line-height: 1;
  font-size: 1rem;
}
html .dashboard_table thead tr th:last-child {
  border-right: 0;
}
html .dashboard_table thead tr .name {
  width: 256px;
  padding: 0 8px;
  box-sizing: border-box;
  text-align: left;
}
html .dashboard_table tbody tr.Parent td {
  background: #e6f4fc;
  padding: 5px 10px;
}
html .dashboard_table tbody tr.Parent td a {
  color: #0092e6;
}
html .dashboard_table tbody tr:hover td {
  background: #fbffec;
}
html .dashboard_table tbody tr td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
html .dashboard_table tbody tr td {
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border-top: #cfcfcf solid 1px;
  border-bottom: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .dashboard_table tbody tr .price {
  text-align: right;
}
html .dashboard_table tbody tr .bg {
  background: #eaf1f5;
}
html .dashboard_table tbody tr .red {
  color: red;
}
html .dashboard_table tbody tr .name {
  text-align: left;
}
html .dashboard_table tbody tr .name a {
  color: #0092e6;
}
html .dashboard_table tbody + tbody {
  border-top: #ececec solid 1px;
}
html .report_table {
  border: #cfcfcf solid 2px;
}
html .report_table + .report_table {
  margin-top: 20px;
}
html .report_table.fixed tr th:first-child {
  text-align: center;
}
html .report_table.fixed tr th {
  width: 96px;
  box-sizing: border-box;
}
html .report_table.fixed tr th[colspan="2"] {
  width: 192px;
}
html .report_table.fixed tr td {
  width: 96px;
  background: #fff !important;
  box-sizing: border-box;
}
html .report_table thead tr th {
  background: #e6f4fc;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.35;
  height: 40px;
  width: 80px;
  padding: 0 8px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border-top: #cfcfcf solid 1px;
  border-bottom: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
}
html .report_table thead tr th[colspan="2"] {
  width: 130px;
}
html .report_table thead tr th small {
  display: block;
  line-height: 1;
  font-size: 1rem;
}
html .report_table thead tr th:first-child {
  text-align: left;
}
html .report_table thead tr th:last-child {
  border-right: 0;
}
html .report_table thead tr .name {
  width: 256px;
  padding: 0 8px;
  box-sizing: border-box;
  text-align: left;
}
html .report_table tbody:hover td {
  background: #feffe1;
}
html .report_table tbody tr:first-child td {
  border-top-color: #cfcfcf;
}
html .report_table tbody tr th {
  background: #e6f4fc;
  font-size: 1rem;
  padding: 6px 10px;
  text-align: left;
}
html .report_table tbody tr th a {
  color: #0092e6;
}
html .report_table tbody tr td {
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px;
  width: 80px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: right;
  border-top: #f4f4f4 solid 1px;
  border-right: #f4f4f4 solid 1px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .report_table tbody tr .left {
  text-align: left;
}
html .report_table tbody tr .center {
  text-align: center;
}
html .report_table tbody tr .name {
  text-align: left;
  vertical-align: top;
}
html .report_table tbody tr .name a {
  display: block;
  color: #0092e6;
  margin-bottom: 10px;
}
html .report_table tbody + tbody {
  border-top: #ececec solid 1px;
}
html #advanced_search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.1);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html #advanced_search.on {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
html #advanced_search .advanced_search_inner {
  width: 920px;
  height: 558px;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
html #advanced_search .advanced_search_inner .advanced_search_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item {
  width: 240px;
  margin-bottom: 30px;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item.wide {
  width: 300px;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item em {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .listbox {
  width: 100%;
  height: 130px;
  overflow-y: auto;
  border: #cfcfcf solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .listbox .check input[type=checkbox] {
  display: none;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .listbox .check input[type=checkbox]:checked ~ label {
  background: #feffe1;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .listbox .check label {
  width: 100%;
  height: 28px;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .listbox .radio input[type=radio] {
  display: none;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .listbox .radio input[type=radio]:checked ~ label {
  background: #feffe1;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .listbox .radio label {
  width: 100%;
  height: 28px;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .check_group {
  margin-top: 10px;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .check_group .check_item {
  display: block;
  white-space: nowrap;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .check_group .check_item input[type=checkbox] {
  display: none;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .check_group .check_item input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .check_group .check_item label {
  display: block;
  font-size: 1.2rem;
  line-height: 17px;
  position: relative;
  padding-left: 30px;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .check_group .check_item label:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #cfcfcf;
  position: absolute;
  left: 0;
  top: 0;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .check_group .check_item label:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 5px;
  top: 5px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  opacity: 0;
}
html #advanced_search .advanced_search_inner .advanced_search_block .item .check_group .check_item + .check_item {
  margin-top: 10px;
}
html #advanced_search .advanced_search_inner .icon_search {
  position: relative;
}
html #advanced_search .advanced_search_inner .icon_search:before {
  content: "\e921";
  font-family: "icomoon";
  position: absolute;
  left: 15px;
  top: -5px;
  line-height: 1;
  pointer-events: none;
  font-size: 2.6rem;
  color: #828282;
}
html #advanced_search .advanced_search_inner .icon_search input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding-left: 50px;
  height: 46px;
  width: 100%;
  box-sizing: border-box;
  background: #e7e7e7;
  border: 0;
  border-radius: 4px;
}
html #advanced_search #advanced_search_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
html #advanced_search .submit {
  text-align: center;
  padding-top: 20px;
}
html #advanced_search .submit input[type=submit] {
  width: 170px;
  height: 46px;
  border-radius: 4px;
  border: 0;
  background: #0092e6;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  cursor: pointer;
}
html #advanced_search .submit input[type=submit]:hover {
  filter: brightness(120%);
}
html .collation ol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
html .collation ol li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .collation ol li em {
  width: 96px;
  height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  background: #e6f4fc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
html .collation ol li span {
  width: 96px;
  height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  border-right: #e7e7e7 solid 1px;
}
html .banner_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.1);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .banner_box.on {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
html .banner_box .banner_box_inner {
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .banner_box #banner_box_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
html #wrap.login_page {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #wrap.login_page .login_box {
  text-align: center;
}
html #wrap.login_page .login_box .logo {
  padding-bottom: 40px;
}
html #wrap.login_page .login_box h1 {
  font-size: 3.2rem;
  font-weight: 600;
  padding-bottom: 30px;
}
html #wrap.login_page .login_box p {
  font-size: 1.6rem;
  padding-bottom: 40px;
}
html #wrap.login_page .login_box a.btn {
  margin: 0 auto;
}
html #wrap.login_page .login_box form .input {
  width: 360px;
  text-align: left;
  margin: 0 auto 30px;
}
html #wrap.login_page .login_box form .input em {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 10px;
}
html #wrap.login_page .login_box form .input input {
  width: 100%;
  height: 46px;
  border: none;
  background: #fff;
  font-size: 1.6rem;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 4px;
}
html #wrap.login_page .login_box form .error {
  text-align: center;
  color: #ff0000;
  font-size: 1.2rem;
  padding-bottom: 20px;
}
html #wrap.login_page .login_box form .submit {
  text-align: center;
  padding-bottom: 20px;
}
html #wrap.login_page .login_box form .submit input[type=submit] {
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto;
}
html #wrap.login_page .login_box form a {
  display: block;
  color: #0092e6;
}
html .form_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
html .form_box.right {
  justify-content: flex-end;
}
html .form_box #account_serch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .form_box #form_style {
  position: relative;
}
html .form_box #form_style input[type=text] {
  margin-bottom: 40px;
}
html .form_box #form_style .error {
  margin-bottom: 40px;
}
html .form_box #form_style input[type=text] + .error {
  margin-top: -30px;
}
html .form_box #form_style #delete {
  position: absolute;
  right: 0;
  top: -23px;
}
html .form_box h2 {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 20px;
}
html .form_box form ~ .btn {
  margin-left: auto;
}
html .form_box .entry_data {
  width: 600px;
  background: #dedede;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
html .form_box .entry_data.type_checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .form_box .entry_data.type_checkbox em {
  font-size: 1.4rem;
  font-weight: bold;
  width: 140px;
  flex-shrink: 0;
}
html .form_box .entry_data ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
}
html .form_box .entry_data ul li em {
  font-size: 1.4rem;
  font-weight: bold;
  width: 160px;
  flex-shrink: 0;
}
html .form_box .entry_data ul li p {
  font-size: 1.2rem;
}
html .form_box .entry_data ul li a.btn {
  margin-left: auto;
}
html .form_box .entry_data ul li:last-child {
  padding-bottom: 0;
}
html .form_box .btnBox + p {
  margin-top: 40px;
}
html .form_box .btnBox + .attention {
  color: #ff0000;
  display: block;
  padding-top: 10px;
}
html .form_box .form_inner {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 40px;
}
html .form_box .form_inner em {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 46px;
  width: 158px;
}
html .form_box .form_inner .input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .form_box .form_inner .input span {
  display: block;
  line-height: 46px;
  padding: 0 20px;
}
html .form_box .form_inner .input .radioBox.Alignment {
  display: flex;
  justify-content: flex-start;
  height: 46px;
  padding-bottom: 0;
}
html .form_box .form_inner .input .radioBox.Alignment .radio {
  width: 157px;
  margin-top: 0;
  height: 30px;
  margin-top: 9px;
}
html .form_box .form_inner .input .radioBox.Alignment .radio.addInput {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .form_box .form_inner .input .radioBox.Alignment .inputItem.small {
  margin-bottom: 0 !important;
  width: 60px;
}
html .form_box .form_inner .input .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 180px;
}
html .form_box .form_inner .input .selectBox.w140 {
  width: 140px;
}
html .form_box .form_inner .input .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1.4rem;
  height: 46px;
  margin: 0;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  background: #fff;
  color: #000000;
  width: 100%;
  max-width: none;
  box-shadow: none;
  border-radius: 4px;
}
html .form_box .form_inner .input .selectBox select option,
html .form_box .form_inner .input .selectBox select optgroup {
  color: #000000;
  font-style: normal;
}
html .form_box .form_inner .input .selectBox:after {
  color: #000000;
  content: "\e900";
  font-family: "icomoon";
  font-size: 1rem;
  height: 100%;
  line-height: 46px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 30px;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  display: inline-block;
}
html .form_box .form_inner .input .selectBox + .selectBox {
  margin-left: 20px;
}
html .form_box .form_inner .input * + input[type=submit] {
  margin-left: 20px;
}
html .form_box .form_inner.area em {
  width: 108px;
}
html .form_box .form_inner.area em ~ em {
  padding-left: 80px;
}
html .inputItem {
  width: 360px;
  height: 46px;
  border: 0;
  border-radius: 4px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
html .inputItem.period {
  width: 180px;
  margin-bottom: 0 !important;
}
html .inputItem.large {
  width: 660px;
}
html .submitBtn {
  width: 170px;
  height: 46px;
  background: #0092e6;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  cursor: pointer;
}
html .submitBtn:hover {
  filter: brightness(120%);
}
html .submitBtn.small {
  width: 125px;
}
html .submitBtn.wide {
  width: 250px;
}
html .submitBtn.red {
  background: #fc4747;
}
html .inputItem ~ .submitBtn {
  margin-left: 20px;
}
html .error {
  color: #ff0000;
  font-size: 1.2rem;
}
html .btnBox {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .btnBox.center {
  justify-content: center;
}
html .btnBox.right {
  justify-content: flex-end;
}
html .btnBox * + * {
  margin-left: 20px;
}
html .page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
}
html .page a,
html .page span {
  width: 36px;
  height: 36px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.8rem;
  margin-left: 20px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  color: #0092e6;
  border-radius: 4px;
}
html .page a.current, html .page a:hover,
html .page span.current,
html .page span:hover {
  background: #0092e6;
  color: #fff;
}
html .page a:first-child {
  margin-left: 0;
}
html .radioBox {
  padding-bottom: 20px;
}
html .radioBox.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
html .radioBox.flex .radio + .radio {
  margin-top: 0px;
  margin-left: 30px;
}
html .radioBox .radio input[type=radio] {
  display: none;
}
html .radioBox .radio input[type=radio]:checked ~ label {
  color: #000000;
}
html .radioBox .radio input[type=radio]:checked ~ label:after {
  transform: scale(1);
  opacity: 1;
}
html .radioBox .radio label {
  display: block;
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 1.6rem;
  line-height: 30px;
}
html .radioBox .radio label:before {
  content: "";
  width: 30px;
  height: 30px;
  border: #828282 solid 1px;
  border-radius: 50%;
  position: relative;
  top: 1px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
}
html .radioBox .radio label:after {
  content: "";
  position: relative;
  width: 22px;
  height: 22px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .radioBox .radio + .radio {
  margin-top: 10px;
}
html .budget_table {
  width: 730px;
  padding-bottom: 20px;
}
html .budget_table table {
  width: 100%;
}
html .budget_table table thead th {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 10px;
  text-indent: -24px;
}
html .budget_table table thead th .btn.copy {
  width: 110px;
  height: 34px;
  margin: 0 auto;
  text-indent: 0;
}
html .budget_table table thead th .btn.copy span {
  font-size: 1.6rem;
}
html .budget_table table thead th .btn.copy small {
  color: #fff;
  font-size: 1rem;
  padding-left: 10px;
}
html .budget_table table tbody tr th {
  text-align: left;
  font-size: 1.4rem;
  width: 160px;
}
html .budget_table table tbody tr td {
  padding-bottom: 20px;
}
html .budget_table table tbody tr td .inputItem {
  width: 180px;
  margin-bottom: 0 !important;
}
html .budget_table table tbody tr td span {
  padding-left: 10px;
  font-size: 1.4rem;
}
html .budget_table table tbody tr td .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 180px;
}
html .budget_table table tbody tr td .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 46px;
  margin: 0;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  background: #fff;
  border: #cfcfcf solid 1px;
  color: #000000;
  width: 100%;
  max-width: none;
  box-shadow: none;
  border-radius: 4px;
}
html .budget_table table tbody tr td .selectBox select option,
html .budget_table table tbody tr td .selectBox select optgroup {
  color: #000000;
  font-style: normal;
}
html .budget_table table tbody tr td .selectBox:after {
  color: #000000;
  content: "\e900";
  font-family: "icomoon";
  font-size: 1rem;
  height: 100%;
  line-height: 46px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 30px;
  box-sizing: border-box;
  border: #cfcfcf solid 1px;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  display: inline-block;
}
html .budget_table table tbody tr td.Blank {
  width: 140px;
}
html .target_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 750px;
  margin-bottom: -10px;
}
html .target_group .check {
  width: 180px;
  height: 46px;
  display: block;
  white-space: nowrap;
  margin-left: 10px;
  margin-bottom: 10px;
}
html .target_group .check input[type=checkbox] {
  display: none;
}
html .target_group .check input[type=checkbox]:checked ~ label {
  background: #0092e6;
  color: #fff;
}
html .target_group .check input[type=checkbox]:checked ~ label:before {
  border: 3px solid #fff;
}
html .target_group .check label {
  width: 180px;
  height: 46px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  position: relative;
  text-indent: 35px;
  background: #fff;
  color: #0092e6;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .target_group .check label:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #0092e6;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: 16px;
}
html .target_group .check:nth-child(1),
html .target_group .check:nth-child(5) {
  margin-left: 0;
}
html .search_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}
html .search_box .icon_search {
  position: relative;
}
html .search_box .icon_search:before {
  content: "\e921";
  font-family: "icomoon";
  position: absolute;
  left: 15px;
  top: 12px;
  line-height: 1;
  pointer-events: none;
  font-size: 2.6rem;
  color: #828282;
  z-index: 2;
}
html .search_box .icon_search .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 50px !important;
}
html .search_box .icon_search input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding-left: 50px;
  height: 46px;
  width: 350px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
html .search_box .submit input[type=submit] {
  width: 113px;
  height: 46px;
  border-radius: 4px;
  border: 0;
  background: #0092e6;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  margin: 0 20px 0 10px;
}
html #modal_search_result {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
}
html #modal_search_result.on {
  pointer-events: auto;
  visibility: visible;
}
html #modal_search_result.on #result_inner {
  opacity: 1;
  transform: scale(1);
}
html #modal_search_result.on #modal_bg {
  opacity: 1;
}
html #modal_search_result #result_inner {
  width: 920px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html #modal_search_result #result_inner #modal_Close {
  position: absolute;
  right: 0;
  top: -70px;
  font-size: 5rem;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
html #modal_search_result #result_inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 20px;
}
html #modal_search_result #result_inner dl {
  background: #f7f7f7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
html #modal_search_result #result_inner dl dt {
  font-weight: bold;
  padding: 0 20px;
  font-size: 1.4rem;
}
html #modal_search_result #result_inner dl dd {
  font-size: 1.2rem;
  padding-left: 20px;
  border-left: 1px solid #cfcfcf;
}
html #modal_search_result #result_inner .result_list {
  width: 670px;
  max-height: 220px;
  padding: 20px;
  box-sizing: border-box;
  margin: 30px auto;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  overflow-y: auto;
}
html #modal_search_result #result_inner .result_list .radioBox {
  padding-bottom: 0;
}
html #modal_search_result #result_inner .submitBox {
  text-align: center;
}
html #modal_search_result #result_inner .submitBox input[type=submit] {
  margin: 0 auto;
}
html #modal_search_result #modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  backface-visibility: hidden;
  opacity: 0;
}
html .checkBox {
  margin-bottom: 40px;
}
html .checkBox .check input[type=checkbox] {
  display: none;
}
html .checkBox .check input[type=checkbox]:checked ~ label:after {
  transform: scale(1);
}
html .checkBox .check label {
  display: block;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1;
}
html .checkBox .check label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: #828282 solid 1px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
}
html .checkBox .check label:after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #000000;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  transform: scale(0);
}
html .checkBox_large {
  margin-bottom: 40px;
}
html .checkBox_large.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
html .checkBox_large.flex .check {
  min-width: 110px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
html .checkBox_large.flex .check label {
  font-size: 1.6rem;
}
html .checkBox_large .check {
  margin-bottom: 10px;
}
html .checkBox_large .check input[type=checkbox] {
  display: none;
}
html .checkBox_large .check input[type=checkbox]:checked ~ label:before {
  background: #0092e6;
}
html .checkBox_large .check label {
  display: block;
  width: 100%;
  padding-left: 35px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 1.6rem;
  line-height: 26px;
}
html .checkBox_large .check label:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: #828282 solid 1px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .checkBox_large .check label:after {
  content: "\e924";
  font-family: "icomoon";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
html .search_area {
  background: #dedede;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
html .search_area form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
html .search_area .input {
  width: 46%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
}
html .search_area .input.wide {
  width: 100%;
}
html .search_area .input em {
  width: 120px;
  font-size: 1.4rem;
  font-weight: bold;
  flex-shrink: 0;
}
html .search_area .input input[type=text] {
  display: block;
  height: 46px;
  width: 600px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  padding: 0 10px;
  font-size: 1.6rem;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
html .search_area .input .checkBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
html .search_area .input .checkBox .check {
  min-width: 120px;
  padding-right: 40px;
  box-sizing: border-box;
}
html .search_area .submit {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
html .search_area .submit input[type=submit] {
  width: 250px;
  height: 46px;
  border-radius: 4px;
  border: 0;
  background: #0092e6;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  cursor: pointer;
}
html .search_area .submit input[type=submit]:hover {
  filter: brightness(120%);
}
html .management_table {
  table-layout: fixed;
  border: 2px solid #cfcfcf;
}
html .management_table.wide {
  width: 100%;
}
html .management_table thead tr th {
  background: #e6f4fc;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.35;
  height: 30px;
  width: 80px;
  padding: 0 8px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border-top: #cfcfcf solid 1px;
  border-bottom: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
}
html .management_table thead tr th[colspan="2"] {
  width: 130px;
}
html .management_table thead tr th small {
  display: block;
  line-height: 1;
  font-size: 1rem;
}
html .management_table thead tr th:last-child {
  border-right: 0;
}
html .management_table tbody tr th {
  background: #e6f4fc;
  font-size: 1rem;
  padding: 6px 10px;
  text-align: left;
}
html .management_table tbody tr th a {
  color: #0092e6;
}
html .management_table tbody tr td {
  background: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px 0;
  width: 80px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: right;
  border-top: #f4f4f4 solid 1px;
  border-right: #f4f4f4 solid 1px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .management_table tbody tr td.btn_td {
  padding: 0 10px;
}
html .management_table tbody tr td.boder_right {
  border-right: 1px solid #cfcfcf;
}
html .management_table tbody tr .left {
  text-align: left;
}
html .management_table tbody tr .center {
  text-align: center;
}
html .management_table tbody tr .name {
  text-align: left;
  vertical-align: top;
}
html .management_table tbody tr .name a {
  display: block;
  color: #0092e6;
  margin-bottom: 10px;
}
html .management_table tbody + tbody {
  border-top: #ececec solid 1px;
}
html .selectBox_small {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}
html .selectBox_small select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1.4rem;
  height: 36px;
  margin: 0;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  background: #fff;
  border: #cfcfcf solid 1px;
  color: #000000;
  width: 100%;
  max-width: none;
  box-shadow: none;
  border-radius: 4px;
}
html .selectBox_small select option,
html .selectBox_small select optgroup {
  color: #000000;
  font-style: normal;
}
html .selectBox_small:after {
  color: #000000;
  content: "\e900";
  font-family: "icomoon";
  font-size: 1rem;
  height: 100%;
  line-height: 32px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 30px;
  box-sizing: border-box;
  border: #cfcfcf solid 1px;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  display: inline-block;
}
html .status_change {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
}
html .status_change em {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
}
html .status_change .selectBox_small {
  width: 100px;
}
html .status_change .submit {
  width: 100%;
  padding-top: 20px;
}
html .status_change .submit input[type=submit] {
  margin: 0 auto;
}
html .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  height: 46px;
}
html .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
html #modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
}
html #modal.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 2000;
}
html #modal .modalbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 580px;
  max-width: 90%;
  height: auto;
  background: #fff;
  position: relative;
  z-index: 10;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%) scale(1.1);
  background: #fff;
  box-shadow: 3px 3px 0 #7B3D00;
  pointer-events: none;
  opacity: 0;
}
html #modal .modalbox.on {
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  opacity: 1;
}
html #modal .modalbox .modal_close {
  position: absolute;
  right: 0;
  top: -1.5em;
  color: #fff;
  font-size: 4rem;
}
html #modal .modalbox h3 {
  padding: 20px 20px 0;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
html #modal .modalbox .modalbox_inner {
  padding: 20px;
}
html #modal .modalbox .modalbox_inner .inner_box {
  padding: 20px;
  background: #f2f2f2;
}
html #modal .modalbox .modalbox_inner .inner_box p {
  font-weight: 500;
  font-size: 1.4rem;
}
html #modal .modalbox .modalbox_inner .inner_box p + .btn {
  margin-top: 10px;
}
html #modal .modalbox .modalbox_inner pre {
  margin: 0;
  padding: 20px;
  background: #f2f2f2;
  text-align: left;
}
html #modal .modalbox .modalbox_inner pre code {
  font-size: 1.2rem;
  display: block;
  word-break: normal;
  white-space: pre-line;
}
html #modal #modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
html .vertical_table {
  border: #cfcfcf solid 2px;
  table-layout: fixed;
  overflow: hidden;
}
html .vertical_table th {
  background: #e6f4fc;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.35;
  height: 40px;
  width: 100px;
  padding: 0 8px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border-top: #cfcfcf solid 1px;
  border-bottom: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
}
html .vertical_table th[colspan="2"] {
  width: 130px;
}
html .vertical_table td {
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border-top: #f4f4f4 solid 1px;
  border-right: #f4f4f4 solid 1px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  position: relative;
}
html .vertical_table td.name {
  font-weight: 600;
}
html .vertical_table td:hover::after {
  content: "";
  width: 100%;
  height: 200vh;
  background: rgba(255, 255, 96, 0.2);
  /*縦横のカラー指定*/
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 1;
}
html .report_table02 {
  width: 100%;
  border: #cfcfcf solid 2px;
  background: #fff;
  table-layout: fixed;
  margin-bottom: 20px;
}
html .report_table02 tbody tr th,
html .report_table02 tbody tr td {
  width: 90px;
  border: 1px solid #cfcfcf;
  vertical-align: top;
  white-space: nowrap;
}
html .report_table02 tbody tr th em,
html .report_table02 tbody tr td em {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #e6f4fc;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.35;
  height: 40px;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #cfcfcf;
}
html .report_table02 tbody tr th p,
html .report_table02 tbody tr td p {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
}
html .report_table02 tbody tr th p {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
}

/*# sourceMappingURL=style.css.map */
