.query-box {
  margin-bottom: 50px;
}

.select-group {
  width: 100%;
  display: flex;
  padding-top: 10px;
}
.select-group .label {
  float: left;
  min-width: 48px;
  font-size: 16px;
  font-weight: 500;
  align-self: center;
}
.select-group .select {
  float: left;
  width: 100%;
}

.select-group a {
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #666;
  border-radius: 6px;
  margin: 2px 10px 2px 0;
}

.select-group a:hover {
  color: #a62721;
  border: 1px solid #a62721;
}

.select-group a.active {
  color: #fff;
  background-color: #a62721;
  border: 1px solid #a62721;
}

.kw-group button {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #666;
  border-radius: 3px;
  margin: 2px 10px 2px 0;
  cursor: hand;
}
.kw-group input[type="text"] {
  width: 720px;
  padding: 12px 12px;
  border: 1px solid #666;
  border-radius: 3px;
  margin: 2px 10px 2px 0;
}
.kw-group .search-btn {
  color: #fff;
  background-color: #a62721;
  border: 1px solid #a62721;
}
.kw-group .reset-btn {
  background-color: #fff;
  border: 1px solid #666;
}

.result-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin-top: 10px;
}

.result-table th {
  padding: 12px;
  text-align: left;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background: #f0f0f0;
  font-weight: bold;
}

.result-table th:first-child {
  border-left: 1px solid #e0e0e0;
}

.result-tbody a {
  color: #a62721;
  text-decoration: none;
}
.result-tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.result-tbody tr:hover {
  background: #e0e0e0;
}

.result-tbody td {
  padding: 12px;
  text-align: left;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.result-tbody td:first-child {
  border-left: 1px solid #e0e0e0;
}

.result-tbody .no-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

/* detail */
.fy-detail-container {
  padding: 20px 0px;

  .title {
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        color: #A5211D;
        border-bottom: 1px dashed #999999;
        padding: 20px 0;
        max-width: 80%;
        margin: 20px auto;
  }

  .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin: 10px auto;
    margin-bottom: 40px;
    max-width: 80%;
    text-align: center;
  }

  .grid-item {
    float: left;
    box-sizing: border-box;
    font-size: 14px;
  }
/*  .project-item {
    grid-column: span 2;
  }
*/
  .grid-item label {
    font-weight: 500;
  }

  .grid-item span {
    padding-left: 10px;
  }

  .content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    width: 80%;
    margin: 20px auto;
  }
}
