/*-----------------------
reset
------------------------*/
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, b, 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, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol li ol,
ul li ul,
ol li ul,
ul li ol,
li {
  margin: 0;
  list-style: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*-----------------------
common
------------------------*/
html {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgba(44, 26, 2, 0.98);
}
@media screen and (max-width: 620px) {
  html.open {
    overflow: hidden;
  }
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 620px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: -0.075rem;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*-----------------------
reset
------------------------*/
select {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #ebebeb;
  border: none;
  padding: 8px 10px;
}

ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
ul li:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  ul li:nth-child(1) {
    margin-bottom: 5px;
  }
}
ul li:nth-child(2) {
  width: 100%;
}
ul li b {
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (max-width: 400px) {
  ul li b {
    display: block;
    width: 100%;
  }
}
ul li span {
  display: inline-block;
  margin: 0 5px;
}
ul li span.nodate {
  position: absolute;
  right: 5px;
  top: 0;
}
ul li select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 4px 0 4px 10px;
}
ul li select.lg {
  width: 15%;
  max-width: 70px;
}
@media screen and (max-width: 400px) {
  ul li select.lg {
    width: calc((100% - 6.5em) / 3);
    max-width: calc((100% - 6.5em) / 3);
    min-width: 50px;
  }
}
ul li select.sm {
  width: 13%;
  max-width: 55px;
}
@media screen and (max-width: 400px) {
  ul li select.sm {
    width: calc((100% - 6.5em) / 3);
    max-width: calc((100% - 6.5em) / 3);
    min-width: 40px;
  }
}
ul li.btn {
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 30%;
}
ul li.btn input {
  width: 100%;
  color: white;
  background-color: rgba(44, 26, 2, 0.98);
  border: none;
  border-radius: 15px;
  padding: 5px 0;
  margin-left: 20px;
}
ul li.btn input:hover {
  cursor: pointer;
  opacity: 0.75;
}/*# sourceMappingURL=search.css.map */