<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jobs-item .jobs-header {
    border-radius: 6px;
    background-color: #8BF9D6;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
}

.jobs-item {
    margin: 30px 0px;
}
.red{
    margin-left: 10px;
    color: #D3576B;
}
.jobs-header-left {
    display: flex;
    align-items: center;
}

.jobs-item .title {
    font-size: 20px;
    margin-right: 16px;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.detail-button {
    background-color: #5B7A70;
    text-decoration: none;
    color: white;
    padding: 4px 8px;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    white-space: nowrap;
    margin-left: 8px;
}

.detail-button:hover {
    text-decoration: none;
    color: white;
  }
  
  .jobs-item .date-wrapper {
    display: flex;
    height: 16px;
    align-items: center;
  }
  
  .jobs-item .date-wrapper img {
    margin-right: 8px;
    height: 100%;
    margin-bottom: 1rem;
  }
  
  .jobs-item .date-wrapper p {
    margin-right: 8px;
  }
  
  .employment-type {
    display: flex;
  }
  
  .employment-type img {
    height: 30px;
    margin-right: 4px;
  }


@media screen and (max-width: 768px) {

.jobs-header-left {
    flex-direction: column;
    align-items: flex-start;
    }
}</pre></body></html>