@charset "UTF-8";
/* ::::::::::  STEP1 利用準備  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
login
========================================================= */
.login .separator {
  margin-block: 25px;
}

/* =========================================================
password
========================================================= */
.passwordCheck {
  display: flex;
  gap: 3px;
  margin-top: 15px;
}
.passwordCheck li {
  background: #EBEBEB;
  width: 50px;
  height: 20px;
}
@media (max-width: 767px) {
  .passwordCheck li {
    width: calc(25% - 4px);
    height: 14px;
  }
}

/* =========================================================
mypage
========================================================= */
.mypage .lpTitle {
  background: #1D58A8;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mypage .lpTitle {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.mypage .newsList {
  height: 240px;
  overflow-y: auto;
}
.mypage .newsList li {
  display: flex;
  border-bottom: 1px solid #EBEBEB;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mypage .newsList li {
    display: block;
    padding-block: 12px;
  }
}
.mypage .newsList li .date {
  position: relative;
  flex-shrink: 0;
  padding-block: 14px;
  padding-right: 12px;
  color: #1D58A8;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mypage .newsList li .date {
    padding: 0;
  }
}
.mypage .newsList li .date::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #2762D7;
  width: 100%;
  height: 1px;
}
@media (max-width: 767px) {
  .mypage .newsList li .date::after {
    content: none;
  }
}
.mypage .newsList li h5 {
  padding-block: 14px;
  padding-left: 12px;
  color: #000000;
}
@media (max-width: 767px) {
  .mypage .newsList li h5 {
    padding: 0;
  }
}
.mypage .btn.green .btnLink {
  width: auto;
}
.mypage .result {
  display: flex;
  align-items: center;
  gap: 3px 1em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mypage .result {
    flex-wrap: wrap;
  }
  .mypage .result .user,
  .mypage .result .manager {
    width: 100%;
  }
}
.mypage .resultNum {
  margin-left: auto;
}
@media (max-width: 767px) {
  .mypage .resultNum {
    margin-left: 0;
  }
}
.mypage .resultTable {
  width: 100%;
  margin-block: 10px;
}
.mypage .resultTable td,
.mypage .resultTable th {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 20px;
  text-align: left;
}
.mypage .resultTable thead th {
  background: #E7F2E1;
  text-align: center;
  font-weight: 700;
}
.mypage .resultTable tbody tr:nth-child(odd) th,
.mypage .resultTable tbody tr:nth-child(odd) td {
  background: #F5F5F5;
}
.mypage .resultTable tbody th:first-child,
.mypage .resultTable tbody td:nth-child(4),
.mypage .resultTable tbody td:nth-child(5) {
  text-align: center;
}
.mypage .result .btnList {
  align-items: center;
  gap: 2px;
}
@media (max-width: 767px) {
  .mypage .result .btnList {
    flex-direction: row;
  }
}
.mypage .result .btnList li button {
  display: block;
  position: relative;
  border-color: #2762D7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #2762D7;
  text-indent: -9999px;
}
.mypage .result .btnList li button::before, .mypage .result .btnList li button::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  right: 2px;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 5px;
  height: 5px;
  margin: auto;
  rotate: 45deg;
}
.mypage .result .btnList li button:disabled {
  border-color: #EBEBEB;
  background: none;
  color: #EBEBEB;
  cursor: auto;
}
.mypage .result .btnList li.prevBtn button::before {
  rotate: 225deg;
  right: -2px;
}
.mypage .result .btnList li.prevBtn button::after {
  content: none;
}
.mypage .result .btnList li.prevBtn02 button::before,
.mypage .result .btnList li.prevBtn02 button::after {
  rotate: 225deg;
}
.mypage .result .btnList li.prevBtn02 button::after {
  right: -4px;
}
.mypage .result .btnList li.counter {
  padding-inline: 1em;
}
.mypage .result .btnList li.nextBtn button::after {
  content: none;
}
.mypage .result .btnList li.nextBtn02 button::before {
  right: -2px;
}
.mypage .result .btnList li.nextBtn02 button::after {
  right: 4px;
}
.mypage .tableWrap {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .mypage .tableWrap table {
    width: 852px;
  }
}
.mypage .tableWrap + .result {
  margin-top: 0;
}

/* =========================================================
information
========================================================= */
@media (max-width: 767px) {
  .information .btnList .btn.gray {
    order: 1;
  }
}
/*# sourceMappingURL=map/preparation.css.map */
