/* test用 */
.card-header {box-shadow: none;}
a.navbar-item {font-size: 2rem;}.file-input {height: 100%;left: 0;opacity: 0;outline: 0;position: absolute;top: 0;width: 100%;}
.navbar-item, .navbar-link {color: #4a4a4a;display: block;line-height: 1.5;padding: .5rem .75rem;position: relative;}
a.navbar-item:focus-within, a.navbar-item:hover {background-color: #ffa10a;color: #485fc7;}

#s1 {
  margin: 40px auto 0;
  background: none;
}

@media (width < 770px) {
  #s1 {
    margin-top: 80px;
  }
}

#s2 {
  width: 100%;
  margin-bottom: 200px;
}

.heading_ttl {
  background: #fff;
}

.heading_ttl h2 {
  width: 1000px;
  margin: 0 auto;
}

.update_search {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  font-weight: bold;
}

.update_search p {
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP";
}

.update_search p::before {
  position: absolute;
  content: '';
  top: 2px;
  left: -35px;
  width: 22px;
  height: 28px;
  background: url(../search/img/img01.png) no-repeat;
}

/* accordion */
@media (width >= 770px) {
.acc_trigar {
  display: none;
}
}

@media (width < 770px) {
.acc_trigar {
  font-weight: bold;
  color: #fff;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: #ee6500;
  padding: 13px 0 9px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.acc_trigar::before {
  position: absolute;
  content: '';
  right: 340px;
  top: 32px;
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}

.acc_trigar.active::before {
  content: '';
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

.trigar_close,
.trigar_open {
  font-weight: bold;
  font-size: 2.5rem;
}

.acc_trigar.active {
  border-radius: 5px;
}

.trigar_open,
.acc_trigar.active .trigar_close {
  display: none;
}

.acc_trigar.active .trigar_open {
  display: block;
}
}

.acc-contents {
  display: none;
  width: 1000px;
  margin: 0 auto;
}

.search_acc_fb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


@media (width < 770px) {
  #s2 {
    padding: 0;
  }

  .heading_ttl {
    padding: 10px 20px;
  }

  .heading_ttl h2,
  .update_search {
    width: 100%;
  }

  .heading_ttl h2 {
    text-align: center;
  }

  .update_search {
    margin-top: 10px;
  }

  .update_search p {
    font-size: 1.6rem;
  }

  .update_search p::before {
    top: 1px;
    left: -27px;
    width: 19px;
    height: 25px;
    background-size: contain;
  }

  .trigar_close,
  .trigar_open {
    font-size: 2rem;
  }
  
  .acc_trigar,
  .acc-contents {
    width: 100%;
  }
  
  .acc_trigar::before {
    top: 22px;
  }

  .acc_trigar::before,
  .acc_trigar.active::before {
    right: 40px;
    width: 15px;
    height: 15px;
  }

  .search_acc_fb {
    flex-direction: column;
  }

  .search_acc_fb div {
    width: 100% !important;
  }
}

/* search console */

select,input {
  border: 1px solid #818181;
  border-radius: 4px;
  font-size: 1.5rem;
  padding: 5px 0 5px 10px;
  background: #fff;
  height: 40px;
  display: block;
  border: none;
}

select {
  appearance: auto;
}

.card-content div {
  display: flex;
  align-items: center;
}

.search_acc_fb div:first-child input {
  width: 420px;
}

.search_acc_fb div:nth-child(2) input {
  width: 220px;
}

.search_acc_fb div:nth-child(n + 3) select {
  width: 370px;
}

::placeholder {
  color: #a7a7a7;
  font-size: 2rem;
  font-family: 'Meiryo', 'メイリオ', sans-serif;
}

.label {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 20px;
}

.card_outer {
  width: 100%;
  background: #fff;
  position: sticky;
  padding-bottom: 30px;
  top: 90px;
}

.card {
  background: #f8e6b7;
  box-shadow: none;
  border-radius: 5px;
}

.card-content {
  padding: 25px 30px 0;
}

.card-content div {
  margin-bottom: 26px;
}

.card-content div span {
  font-size: 1.4rem;
  color: #666;
  margin-left: 30px;
}

.search_fb {
  display: flex;
  justify-content: start;
}

button.search_btn {
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  background: #e99c29;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 8px 60px 4px;
  transition: all .3s ease-in-out;
}

button.search_btn:hover {
  background: #b7720a;
  color: #fff;
}

/* results */

.search_nf {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 100px auto;
}

.search_nf p {
  border: 1px solid #666;
  padding: 30px 50px;
  border-radius: 5px;
  display: inline-block;
}

.doc_results {
  margin: 0 auto;
  width: 1000px;
}

.has-text-right {
  font-size: 1.8rem;
  margin: 10px 0 0;
  text-align: right;
}

table {
  border-spacing: 0;
  font-size: 1.2rem;
  width: 100%;
}

.table thead th {
  border-width: 0 0 2px;
  border: 1px solid #c58000;
  font-size: 1.6rem;
  background: #e99000;
  text-align: center;
  padding: 5px;
}

.table td {
  border-width: 0 0 1px;
  padding: .7em;
  vertical-align: top;
  border: 1px solid #ccc;
  font-size: 1.5rem;
}

tbody:nth-child(odd) td {
  background: #ededed;
}

@media (width < 770px) {
  .card_outer {
    top: 130px;
    padding: 20px 20px 30px;
  }

  .card {
    border-radius: 0 0 5px 5px;
  }

  .card-content div {
    flex-direction: column;
  }

  .card-content div span {
    display: block;
    margin-left: 0;
  }

  .field,
  .label {
    width: 100%;
  }

  .label {
    margin: 0 0 5px 0;
    font-size: 1.8rem;
  }

  select,input {
    height: 35px;
  }

  ::placeholder {
    font-size: 1.6rem;
  }
  
  .card-content {
    padding: 15px 20px 0px;
  }

  .search_acc_fb div:first-child input,
  .search_acc_fb div:nth-child(2) input,
  .search_acc_fb div:nth-child(n + 3) select {
    width: 100%;
  }

  .has-text-right {
    padding-right: 20px;
  }

  .doc_results {
    width: 100%;
    padding: 0 0 0 20px;
  }

  .tbl_area {
    margin: 0 auto;
    max-width: 100%;
    overflow-x: auto;
  }

  table {
    width: 1000px;
  }

  .table td:nth-child(-n + 2) {
    width: 110px;
  }
}