@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  box-sizing: border-box;
}

img, object, embed {
  max-width: 100%;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

a {
  color: #4e76ef;
}
a:link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: none;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px 25px 10px 25px;
  margin: 15px 0;
  min-width: 130px;
  max-height: 44px;
  appearance: none;
  background: #6c7481;
  border-radius: 22px;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button:hover {
  opacity: 0.8;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-feature-settings: "palt";
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #0d0d0d;
  height: 100%;
}

.flex {
  display: flex;
}

body {
  height: auto;
}

.inner {
  padding: 30px;
  overflow-y: auto;
}

h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.catalogTitle {
  font-size: 1.7rem;
  font-weight: bold;
  margin-left: 3px;
}

table.actTable {
  width: 100%;
  min-width: 650px;
  border: 1px solid #e6e7e9;
  border-radius: 15px;
  border-collapse: separate;
  border-spacing: 0;
}
table.actTable + .catalogTitle {
  margin-top: 30px;
}
table.actTable tr th {
  background: #f6f8fa;
  padding: 7px 20px 5px 20px;
  color: #6c7481;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
  border-bottom: 1px solid #e6e7e9;
}
table.actTable tr th:first-child {
  border-radius: 15px 0 0 0;
}
table.actTable tr th:last-child {
  border-radius: 0 15px 0 0;
}
table.actTable tr th:nth-child(2) {
  width: 200px;
}
table.actTable tr th:nth-child(3) {
  width: 120px;
}
table.actTable tr td {
  background: #fff;
  padding: 7px 20px 5px;
  border-bottom: 1px solid #e6e7e9;
  vertical-align: middle;
  line-height: 1.4;
}
table.actTable tr:last-child td {
  border-bottom: none;
}
table.actTable tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
table.actTable tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}

.searchWrap {
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 0;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #e6e7e9;
}
@media screen and (max-width: 600px) {
  .searchWrap {
    gap: 0;
  }
}
.searchWrap:has(> .searchResult) {
  justify-content: space-between;
  padding: 8px 30px;
}
@media screen and (max-width: 768px) {
  .searchWrap:has(> .searchResult) {
    padding: 8px 15px;
  }
}
.searchWrap .searchResult {
  line-height: 1;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .searchWrap .searchResult {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    padding-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .searchWrap .searchResult {
    width: 75px;
  }
}
.searchWrap .searchResult span {
  color: #ff6d00;
  font-weight: bold;
}
.searchWrap div:has(.searchType) {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .searchWrap div:has(.searchType) {
    gap: 10px;
  }
}
.searchWrap div:has(.searchType) .searchType {
  color: #6c7481;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .searchWrap div:has(.searchType) .searchType {
    font-size: clamp(1rem, 2vw, 1.4rem);
  }
}
.searchWrap div:has(.searchType) .searchType span {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #e6e7e9;
  height: 28px;
  border-radius: 14px;
  padding: 8px 10px 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .searchWrap div:has(.searchType) .searchType span {
    font-size: clamp(1rem, 2vw, 1.4rem);
    padding: 8px 5px 0;
  }
}
.searchWrap div:has(.searchType) .searchCond {
  color: #6c7481;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .searchWrap div:has(.searchType) .searchCond {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
  }
}
.searchWrap div:has(.searchType) .searchCond span {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #e6e7e9;
  height: 28px;
  border-radius: 14px;
  padding: 8px 10px 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .searchWrap div:has(.searchType) .searchCond span {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    padding: 8px 5px 0;
  }
}