@charset "UTF-8";

/* =================================================================================
//
// STYLE
//
//================================================================================*/
.l-header {
  height: 58px;
  background-color: #424C56;
  display: flex;
  align-items: center;
}

.l-header-logo {
  display: flex;
}

.l-header-logo>a {
  display: block;
  width: 150px;
  height: 58px;
  background-color: #fff;
  border-bottom: solid 1px #d2d2d2;
  padding: 21px 0 0 10px;
}

.l-header-logo>a:hover {
  opacity: 1;
}

.l-header-logo>h1 {
  height: 58px;
  padding-top: 16px;
  margin-left: 10px;
}

.l-header-btn {
  flex: 1;
}

.l-header-btn .gnav {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}

.l-header-btn .gnav li {
  width: 70px;
}

.l-header-btn .gnav li a,
.l-header-btn .gnav li span {
  display: block;
  width: 100%;
  height: 58px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
  padding-top: 38px;
  background-repeat: no-repeat;
  background-position: 0 1px;
}

.l-header-btn .gnav li a.nav--haigo,
.l-header-btn .gnav li span.nav--haigo {
  background-image: url("../img/ico_head_haigo.png");
}

.l-header-btn .gnav li a.nav--fdata,
.l-header-btn .gnav li span.nav--fdata {
  background-image: url("../img/ico_head_fdata.png");
}

.l-header-btn .gnav li a.nav--history,
.l-header-btn .gnav li span.nav--history {
  background-image: url("../img/ico_head_history.png");
}

.l-header-btn .gnav li a.nav--user,
.l-header-btn .gnav li span.nav--user {
  background-image: url("../img/ico_head_user.png");
}

.l-header-btn .gnav li a.nav--ai,
.l-header-btn .gnav li span.nav--ai {
  background-image: url("../img/ico_head_ai.png");
}

.l-header-btn .gnav li a {
  color: #fff;
}

.l-header-btn .gnav li span {
  color: #7bbe35;
}

.l-header-user {
  width: 180px;
  height: 58px;
  border-left: solid 1px #6e7984;
  padding: 7px 10px 13px;
}

.l-header-user .el__user {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 4px;
}

.l-header-user .el__user::before {
  content: url(../img/ico_user.png);
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.l-header-user .el__logout a {
  width: 80px;
  display: block;
  float: right;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  border-radius: 100vh;
  background-color: #6F7982;
}

.l-header-top {
  height: 40px;
  display: flex;
}

.l-header-top__logo {
  width: 371px;
  display: flex;
}

.l-header-top__logo>div {
  width: 150px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  padding-top: 9px;
}

.l-header-top__logo h1 {
  height: 40px;
  padding-left: 15px;
  padding-top: 11px;
}

.l-header-top__user {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  color: #fff;
}

.l-header-bottom {
  height: 50px;
  background-color: #fff;
  padding-left: 20px;
}

.l-header-bottom__nav .gnav {
  display: flex;
}

.l-header-bottom__nav .gnav>li a,
.l-header-bottom__nav .gnav>li span {
  line-height: 50px;
  padding: 0 20px;
}

.l-header-bottom__nav .gnav>li a::before,
.l-header-bottom__nav .gnav>li span::before {
  content: "";
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 8px;
  position: relative;
}

.l-header-bottom__nav .gnav>li a {
  display: block;
  color: #000;
  text-decoration: none;
}

.l-header-bottom__nav .gnav>li span {
  color: #7bbe35;
}

.l-header-bottom__nav .gnav>li span::before {
  background-position: left bottom;
}

.l-header-bottom__nav .gnav>li .topmenu::before {
  width: 17px;
  height: 17px;
  background-image: url("../img/ico_top.png");
  top: 3px;
}

.l-header-bottom__nav .gnav>li .fdata::before {
  width: 29px;
  height: 23px;
  background-image: url("../img/ico_data.png");
  top: 7px;
}

.l-header-bottom__nav .gnav>li .fchange::before {
  width: 29px;
  height: 30px;
  background-image: url("../img/ico_change.png");
  top: 9px;
}

.l-footer {
  height: 60px;
  margin-top: -60px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
}

.l-footer small {
  font-size: 11px;
  font-size: 1.1rem;
}

.l-footer--login {
  margin-top: 50px;
  text-align: center;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.l-main {
  padding-bottom: 60px;
}

.l-main__inner {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.l-main__inner.padS {
  padding-top: 20px;
}

.l-main__inner.padL {
  padding-top: 80px;
}

.l-contents {
  max-width: 1300px;
  min-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.l-contents--narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-pagettl {
  background-color: #dcdcdc;
  border-bottom: solid 1px #d2d2d2;
  padding: 3px 20px;
}

.l-pagettl__item {
  display: flex;
  align-items: center;
}

.l-pagettl__item .cat {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  border-left: solid 1px #7bbe35;
  border-bottom: solid 1px #7bbe35;
  border-top: solid 1px #7bbe35;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  margin-right: 20px;
}

.l-pagettl__item .cat::after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  border-top: solid 1px #7bbe35;
  border-left: solid 1px #7bbe35;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 2px;
  right: -7px;
}

.l-pagettl__item .page {
  font-size: 12px;
  font-size: 1.2rem;
}

.c-heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-heading--ico {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.c-heading--ico::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: solid 3px #7bbe35;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.c-heading--bg {
  color: #fff;
  background-color: #6F7982;
  padding-left: 8px;
  margin-bottom: 10px;
}

.c-btn {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 100vh;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.c-btn.main {
  color: #fff;
  background-color: #7bbe35;
  border-bottom: solid 3px #5e9326;
}

.c-btn.main--line {
  color: #7bbe35;
  background-color: #fff;
  border-top: solid 1px #7bbe35;
  border-left: solid 1px #7bbe35;
  border-right: solid 1px #7bbe35;
  border-bottom: solid 3px #7bbe35;
}

.c-btn.black {
  color: #fff;
  background-color: #424C56;
  border-bottom: solid 3px #1d2329;
}

.c-btn.sizeXS {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 10px;
}

.c-btn.sizeXS--high {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 10px;
}

.c-btn.sizeS {
  padding: 6px 15px 4px;
}

.c-btn.sizeM {
  padding: 13px 50px;
}

.c-btn.sizeMenu {
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  padding: 20px 20px 20px 80px;
}

.c-btn.max {
  padding: 13px 0;
  width: 100%;
}

.c-btn.newS {
  width: 120px;
  background-image: url("../img/ico_new_s.png");
  background-repeat: no-repeat;
  background-position: 10px 3px;
  padding: 6px 5px 4px 25px;
}

.c-btn.deleteS {
  width: 90px;
  background-image: url("../img/ico_delete_s.png");
  background-repeat: no-repeat;
  background-position: 10px 3px;
  padding: 6px 5px 4px 25px;
}

.c-btn.editS {
  width: 90px;
  background-image: url("../img/ico_edit_s.png");
  background-repeat: no-repeat;
  background-position: 10px 2px;
  padding: 6px 5px 4px 25px;
}

.c-btn.backS {
  width: 90px;
  background-image: url("../img/ico_back_s.png");
  background-repeat: no-repeat;
  background-position: 10px 2px;
  padding: 6px 5px 4px 25px;
}

.c-btn.backS--all {
  background-image: url("../img/ico_back_s.png");
  background-repeat: no-repeat;
  background-position: 10px 2px;
  padding: 6px 10px 4px 37px;
}

.c-btn.searchMain {
  width: 90px;
  background-image: url("../img/ico_search.png");
  background-repeat: no-repeat;
  background-position: 12px 5px;
  padding: 6px 5px 4px 25px;
}

.c-nm {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.c-nm.btm {
  margin-bottom: 20px;
}

.c-unit {
  font-size: 10px;
  font-size: 1rem;
}

input[type=text],
input[type=password],
input[type=number] {
  height: 38px;
  padding: 4px 5px;
  border: solid 1px #c8c8c8;
}

input[type=text].nonline,
input[type=password].nonline,
input[type=number].nonline {
  border: none;
}

.c-fmgr {
  display: flex;
  flex-wrap: wrap;
}

.c-fmgr>* {
  margin-right: 15px;
}

.c-select {
  display: inline-block;
  position: relative;
  height: 38px;
  border: solid 1px #c8c8c8;
  background-color: #fff;
}

.c-select.nonline {
  border: none;
}

.c-select>select {
  width: 100%;
  height: 36px;
  cursor: pointer;
  padding: 4px 23px 5px 5px;
  background-image: url("../img/bg_select.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.c-select::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/ico_select.png");
  position: absolute;
  right: 3px;
  top: 15px;
  z-index: 10;
  pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  .c-select::after {
    background-image: url("../img/ico_select@2x.png");
  }
}

.c-select.small>select {
  font-size: 12px;
  font-size: 1.2rem;
}

.c-chk {
  display: inline-block;
  cursor: pointer;
  color: #000;
  padding-left: 23px;
  position: relative;
}

.c-chk::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #d2d2d2;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.c-chk::after {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 4px;
  opacity: 0;
  transform: rotate(45deg);
}

.c-chk__normal {
  width: 14px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.c-chk__normal::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #d2d2d2;
  position: absolute;
  left: 0px;
  top: 0;
}

.c-chk__normal::after {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-top: -7px;
  position: absolute;
  top: 8px;
  left: 4px;
  opacity: 0;
  transform: rotate(45deg);
}

input[type=checkbox]:checked+.c-chk::before {
  background-color: #424C56;
  border-color: #fff;
}

input[type=checkbox]:checked+.c-chk::after {
  opacity: 1;
}

.c-fm__str {
  padding: 0 5px;
}

.hissu,
.nini {
  position: relative;
}

.hissu::after,
.nini::after {
  display: block;
  width: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  position: absolute;
  right: 7px;
  top: 14px;
  background-color: #fff;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
}

.hissu::after {
  content: "必須";
  color: #d21e0a;
  border-color: #d21e0a;
}

.tfXS {
  width: 40px;
}

.tfS {
  width: 60px;
}

.tfM {
  width: 100px;
}

.tfL {
  width: 150px;
}

.tfXL {
  width: 200px;
}

.tfXXL {
  width: 400px;
}

.tfDate {
  width: 120px;
}

.tfFactoryNm {
  width: 400px;
}

.tfKankatsu {
  width: 200px;
}

.tfHuken {
  width: 150px;
}

.c-tbl {
  border-top: solid 1px #d7d7d7;
  border-left: solid 1px #d7d7d7;
}

.c-tbl th,
.c-tbl td {
  border-right: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
}

.c-tbl--dot {
  border-bottom: solid 2px #d7d7d7;
  border-right: solid 2px #d7d7d7;
}

.c-tbl--dot tr td:first-child {
  border-left-style: solid;
  border-left-width: 2px;
}

.c-tbl--dot th {
  border-left: solid 2px #d7d7d7;
  border-top: solid 2px #d7d7d7;
  border-bottom: solid 2px #d7d7d7;
}

.c-tbl--dot td {
  border-left: dotted 1px #d7d7d7;
  border-top: dotted 1px #d7d7d7;
}

.c-fb__all {
  flex: 1;
}

.c-item-slump {
  display: flex;
  align-items: center;
}

.c-item-slump>li {
  width: 60px;
  text-align: center;
  border: solid 1px #000;
  margin-right: 10px;
}

.bold {
  font-weight: bold;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.c-txt--S {
  font-size: 12px;
  font-size: 1.2rem;
}

.c-msg__nosch {
  text-align: center;
}

.c-msg__nosch span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #b4b4b4;
  font-weight: bold;
  padding: 20px 60px 15px;
  border: dashed 2px #b4b4b4;
  border-radius: 10px;
}

.c-msg__nosch.top {
  margin-top: 100px;
}

.c-posi__td>img {
  position: relative;
  top: 2px;
}

.c-err {
  color: #d21e0a;
  font-weight: bold;
}

.c-errgr {
  margin-top: 10px;
  padding: 8px;
  background-color: #faecec;
  border: solid 1px #fcdada;
}

.c-errgr p {
  color: #d21e0a;
  font-weight: bold;
}

.u-mgXS {
  margin-bottom: 10px;
}

.u-mgS {
  margin-bottom: 15px;
}

.u-mgM {
  margin-bottom: 30px;
}

.u-mgL--10 {
  margin-left: 10px;
}

.u-mgL--15 {
  margin-left: 15px;
}

.u-mgL--30 {
  margin-left: 30px;
}

.u-mgL--50 {
  margin-left: 50px;
}

.u-mgR--10 {
  margin-right: 10px;
}

.u-mgR--15 {
  margin-right: 15px;
}

.u-mgR--30 {
  margin-right: 30px;
}

.u-mgR--50 {
  margin-right: 50px;
}

.u-widS {
  width: 50px;
}

.u-widM {
  width: 100px;
}

.u-widL {
  width: 200px;
}

.u-widXL {
  width: 300px;
}

.u-wid--thS {
  width: 100px;
}

.u-wid--thM {
  width: 150px;
}

.u-wid--th {
  width: 200px;
}

.u-wid--tdM {
  width: 215px;
}

body .w-40 {
  width: 40px;
}

body .w-50 {
  width: 50px;
}

body .w-60 {
  width: 60px;
}

body .w-70 {
  width: 70px;
}

body .w-80 {
  width: 80px;
}

body .w-90 {
  width: 90px;
}

body .w-100 {
  width: 100px;
}

body .w-110 {
  width: 110px;
}

body .w-120 {
  width: 120px;
}

body .w-130 {
  width: 130px;
}

body .w-140 {
  width: 140px;
}

body .w-150 {
  width: 150px;
}

body .w-170 {
  width: 170px;
}

body .w-200 {
  width: 200px;
}

body .w-225 {
  width: 225px;
}

body .w-250 {
  width: 250px;
}

body .w-280 {
  width: 280px;
}

body .w-300 {
  width: 300px;
}

body .w-350 {
  width: 350px;
}

body .w-400 {
  width: 400px;
}

body .w-500 {
  width: 500px;
}

.p-sec {
  border: solid 1px #d2d2d2;
  background-color: #fff;
  margin-bottom: 30px;
}

.p-sec__heading {
  padding: 15px 35px 12px;
  border-bottom: solid 1px #d2d2d2;
  position: relative;
}

.p-sec__heading::before {
  content: "";
  width: 35px;
  border-top: solid 3px #7bbe35;
  position: absolute;
  top: -1px;
  left: 0;
}

.p-sec__inner {
  padding: 35px;
}

.p-sec2 {
  border: solid 1px #d2d2d2;
  background-color: #fff;
  margin-bottom: 30px;
}

.p-sec2-head {
  position: relative;
}

.p-sec2-head .right {
  position: absolute;
  right: 35px;
  top: 20px;
}

.p-sec2__heading {
  padding: 15px 35px 0px;
  position: relative;
}

.p-sec2__heading::before {
  content: "";
  width: 35px;
  border-top: solid 3px #7bbe35;
  position: absolute;
  top: -1px;
  left: 0;
}

.p-sec2__heading.padL {
  padding-top: 40px;
}

.p-sec2__inner {
  padding: 20px 35px 35px;
}

.p-sec-line {
  border: solid 1px #d2d2d2;
  background-color: #fff;
}

.p-sec-line__inner {
  padding: 35px;
}

.p-sec-line--bold {
  border: solid 2px #d2d2d2;
  background-color: #fff;
}

.p-sec-line--bold__inner {
  padding: 35px;
}

.p-sec-bl.btm {
  margin-bottom: 40px;
}

.p-btn--cen {
  text-align: center;
}

.p-btn--cenTop {
  padding-top: 40px;
  text-align: center;
}

.p-bl-gr {
  background-color: #fff;
  border: solid 1px #d2d2d2;
  padding: 20px;
}

.p-bl-gr--cen {
  text-align: center;
  background-color: #fff;
  border: solid 1px #d2d2d2;
  padding: 20px;
}

.p-bl-headbtn {
  margin-bottom: 15px;
  text-align: right;
}

.p-bl-headbtn>a {
  margin-left: 10px;
}

.p-list>dl {
  display: flex;
  align-items: center;
}

.p-list>dl>dd {
  flex: 1;
}

.p-list.widM>dl>dt {
  width: 150px;
}

.p-list--item {
  min-width: 150px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.p-list--item>dt {
  width: 80px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 15px;
  border: solid 1px #d2d2d2;
  background-color: #F2F3F3;
  margin-right: 8px;
}

.p-fb {
  display: flex;
}

.p-fb--ver {
  display: flex;
  align-items: center;
}

.p-fb--cen {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-fb--bet {
  display: flex;
  justify-content: space-between;
}

.p-fb.wrap {
  flex-wrap: wrap;
}

.p-fb--ver.wrap,
.p-fb--cen.wrap,
.p-fb--bet.wrap {
  flex-wrap: wrap;
}

.p-fb__child--top {
  align-self: flex-start;
}

.p-tbl th,
.p-tbl td {
  padding: 8px;
  position: relative;
}

.p-tbl th {
  background-color: #F2F3F3;
}

.p-tbl th.th--col--g {
  background-color: #dcdcdc;
}

.p-tbl th.th--col--y {
  background-color: #fcfbe6;
}

.p-tbl.padL th,
.p-tbl.padL td {
  padding: 12px 8px;
}

.p-tbl th.padS,
.p-tbl td.padS {
  padding: 5px 8px;
}

.p-tbl th.padM,
.p-tbl td.padM {
  padding: 8px;
}

.p-tbl.center th,
.p-tbl.center td {
  text-align: center;
}

.p-tbl.line {
  border-top-width: 2px;
  border-left-width: 2px;
}

.p-tbl.line tr:last-child th,
.p-tbl.line tr:last-child td {
  border-bottom-width: 2px;
}

.p-tbl.line tr th:last-child,
.p-tbl.line tr td:last-child {
  border-right-width: 2px;
}

.p-tbl .tdline--primary td {
  border-top-style: solid;
  border-top-width: 2px;
}

.p-tbl .tdbg--delete {
  background-color: #95979b;
}

.p-tbl .tdbg--green {
  background-color: #e6fad7;
}

.p-tbl .tdbg--blue {
  background-color: #d7ecfa;
}

.p-tbl .tdft--dis td {
  color: #bebebe;
}

.p-tbl2 th,
.p-tbl2 td {
  padding: 8px;
}

.p-tbl2 th {
  background-color: #dcdcdc;
  border-bottom-color: #F2F3F3;
}

.p-tbl2 td {
  background-color: #fff;
}

.p-tbl2.center th,
.p-tbl2.center td {
  text-align: center;
}

.p-tbl--lst th {
  color: #fff;
  background-color: #424C56;
  padding: 4px 8px;
}

.p-tbl--lst td {
  padding: 5px 8px;
  background-color: #fff;
}

.p-tbl--lst.center th,
.p-tbl--lst.center td {
  text-align: center;
}

.p-edit {
  text-align: center;
  position: relative;
}

.p-edit__btn {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}

.p-edit-pop {
  display: none;
  position: absolute;
  border: solid 1px #bebebe;
  background-color: #fff;
  z-index: 1;
}

.p-edit-pop__heading {
  font-weight: bold;
  text-align: center;
  background-color: #dcdcdc;
  padding: 3px 10px;
}

.p-edit-pop__inner {
  padding: 15px 20px 20px;
}

.p-edit-pop__btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.p-edit-pop__btn>* {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 8px;
}

.p-edit-pop__btn>*:first-child {
  margin-left: 0;
}

.p-edit-pop__btn--2>div {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.p-edit-pop__btn--2>div:first-child {
  margin-top: 15px;
}

.p-edit-pop__btn--2>div>* {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 8px;
}

.p-edit-pop__btn--2>div>*:first-child {
  margin-left: 0;
}

.p-edit-pop .nyuryokuBtn {
  width: 80px;
}

.p-edit__close {
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-image: url(../img/btn_close.png);
  background-repeat: no-repeat;
  background-position: center;
  border: solid 2px #d7d7d7;
  border-radius: 50%;
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
}

.epop-dr__tbl {
  margin-left: auto;
  margin-right: auto;
}

.epop-dr__tbl tr:last-child td {
  padding-bottom: 0;
}

.epop-dr__tbl td {
  padding-bottom: 5px;
}

.epop-dr__arr {
  padding-left: 8px;
  padding-right: 8px;
}

.epop-dr__unit {
  padding-left: 5px;
}

.p-search {
  border: solid 1px #d7d7d7;
  background-color: #fff;
  padding: 10px 110px 2px 20px;
  margin-bottom: 20px;
  position: relative;
}

.p-search-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-search-input>dl {
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-bottom: 8px;
}

.p-search-input>dl>dt {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
}

.p-search-btn {
  position: absolute;
  right: 10px;
  top: 13px;
}

.p-result__heading {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.p-result__heading span {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 5px;
}

.p-result-head {
  position: relative;
}

.p-result-head-R {
  position: absolute;
  right: 0;
  top: 5px;
  text-align: right;
}

.p-done {
  text-align: center;
}

.p-done__msg {
  display: inline-block;
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 30px;
  background-image: url("../img/ico_done_msg.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 48px;
}

.p-done__desc {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 60px;
}

.p-done__btn>a {
  margin-left: 15px;
}

.p-done__btn>a:first-child {
  marign-left: 0;
}

.p-err {
  color: #d21e0a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: dashed 2px #d21e0a;
  padding: 10px 15px 10px 50px;
  margin-bottom: 20px;
  position: relative;
}

.p-err::before {
  content: "!";
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #d21e0a;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.p-err-page {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.p-err-page__inner {
  background-image: url("../img/ico_err.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 150px;
}

.p-err-page__inner .msg {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.p-err-page__inner .btn {
  text-align: center;
}

.p-err__fm {
  padding-top: 8px;
  padding-left: 23px;
  color: #d21e0a;
  font-weight: bold;
  position: relative;
}

.p-err__fm::before {
  content: "!";
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #d21e0a;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  position: absolute;
  left: 0px;
  top: 10px;
}

.ui-datepicker {
  width: 215px;
}

.ui-widget.ui-widget-content {
  background-color: #fff;
  border: 2px solid #6F7982;
  padding: 15px 10px;
}

.ui-widget-header {
  position: relative;
  border: solid 1px #d2d2d2;
  border-radius: 5px;
  padding: 5px 5px 3px;
  margin-bottom: 12px;
}

.ui-datepicker-title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 3px;
}

.ui-datepicker-next {
  right: 3px;
}

.ui-icon {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/ico_cal.png");
}

.ui-icon-circle-triangle-w {
  background-position: top left;
}

.ui-icon-circle-triangle-e {
  background-position: top right;
}

.ui-datepicker-calendar {
  width: 100%;
  margin-bottom: 10px;
}

.ui-datepicker-calendar th {
  width: 14.28%;
  text-align: center;
  padding-bottom: 5px;
}

.ui-datepicker-calendar th.ui-datepicker-week-end {
  color: #f46262;
}

.ui-datepicker-calendar th:nth-of-type(7).ui-datepicker-week-end {
  color: #000;
}

.ui-datepicker-calendar td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  padding: 6px 0;
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #dcdcdc;
}

.ui-state-default {
  color: #000;
  text-decoration: none;
}

.ui-state-default.ui-state-active {
  font-weight: bold;
}

body .ui-datepicker-current {
  display: none;
}

.ui-datepicker-close {
  width: 100%;
  color: #fff;
  background-color: #424C56;
  border-radius: 100vh;
  cursor: pointer;
}

.login {
  width: 350px;
  margin: 150px auto 50px;
}

.login>h1 {
  margin-bottom: 30px;
  text-align: center;
}

.login__input {
  border: solid 1px #c8c8c8;
}

.login__input>div:first-child {
  border-bottom: solid 1px #c8c8c8;
}

.login__input input[type=text],
.login__input input[type=password],
.login__input input[type=number] {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 12px;
}

.login__btn {
  margin-top: 30px;
}

.menu {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.menu__lst li {
  margin-bottom: 30px;
}

.menu__lst li a {
  background-repeat: no-repeat;
  background-position: 30px 13px;
}

.menu__lst li a.nav--haigo {
  background-image: url("../img/ico_menu_haigo.png");
}

.menu__lst li a.nav--fdata {
  background-image: url("../img/ico_menu_fdata.png");
}

.menu__lst li a.nav--history {
  background-image: url("../img/ico_menu_history.png");
}

.menu__lst li a.nav--user {
  background-image: url("../img/ico_menu_user.png");
}

.menu__lst li a.nav--ai {
  background-image: url("../img/ico_menu_ai.png");
}

.combination {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  /*&-best{
      min-width: 600px;
      align-self: flex-start;
      &__tbl{ //historyでも使用しているので注意
          th{
              width: 16.66%;
          }
      }
  }*/
}

.combination::before {
  content: "";
  width: 35px;
  border-top: solid 3px #7bbe35;
  position: absolute;
  top: -1px;
  left: 0;
}

.combination-factory {
  position: relative;
}

.combination-factory__btn {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.combination-factory__btn a {
  width: 100%;
}

.combination-reflect {
  display: flex;
  background-color: #dcdcdc;
  padding: 7px;
  margin-bottom: 10px;
}

.combination-reflect>* {
  margin-left: 10px;
}

.combination-main {
  flex: 1;
}

.combination-btn {
  text-align: center;
  margin-bottom: 30px;
}

.combination-btn>* {
  width: 200px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}

.combination-bl {
  display: flex;
  border-top: solid 2px #d2d2d2;
}

.combination-bl:first-child {
  border-top: none;
}

.combination-bl__heading {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  border-right: solid 2px #d2d2d2;
}

.combination-bl__heading span {
  display: inline-block;
}

.combination-bl-fm {
  flex: 1;
}

.combination-bl-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: solid 1px #d2d2d2;
  position: relative;
}

.combination-bl-item:first-child {
  border-top: none;
}

.combination-bl-item.thick {
  border-top-width: 2px;
}

.combination-bl-item .item__wariai {
  align-self: stretch;
  width: 60px;
  border-right: solid 1px #d2d2d2;
  padding: 10px;
}

.combination-bl-item .item__wariai--blank {
  align-self: stretch;
  width: 60px;
  border-right: solid 1px #d2d2d2;
  background-color: #dcdcdc;
  padding: 10px;
}

.combination-bl-item .item__heading {
  align-self: stretch;
  width: 155px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-right: solid 1px #d2d2d2;
  padding: 17px 10px 10px 10px;
}

.combination-bl-item .item__wrap {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 20px;
}

.combination-bl-item .item__wrap>.item {
  padding: 10px;
  margin-right: 10px;
}

.combination-bl-item .item__wrap>dl.item {
  display: flex;
  align-items: center;
}

.combination-bl-item .item__wrap>dl.item>dt {
  margin-right: 10px;
}

.combination-bl-item .item__yosekihi {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.combination-bl-item .item__yosekihi.hide {
  display: none;
}

.combination-bl-item .item__yosekihi>dl {
  display: flex;
  align-items: center;
}

.combination-bl-item .item__yosekihi>dl>dt {
  margin-right: 10px;
}

.combination-bl-item .item__add {
  position: absolute;
  right: 10px;
  top: 17px;
}

.combination-bl-item .item__add>input {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.combination-bl-item .item__add>input.plusBtn {
  background-image: url(../img/ico_plus.png);
}

.combination-bl-item .item__add>input.minusBtn {
  background-image: url(../img/ico_minus.png);
}

.combination-bl-item .item__add>input:hover+div {
  display: block;
}

.combination-bl-item .item__add>div {
  display: none;
  width: 150px;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  background-color: #fff;
  border: solid 1px #d2d2d2;
  padding: 10px;
  right: 0;
  top: -65px;
}

.combination-bl-item .item__add>div::after {
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #d2d2d2;
  background-color: #fff;
  transform: rotate(-135deg);
  position: absolute;
  right: 10px;
  bottom: -4px;
}
