#filterForm"{
    padding:5px ;
    background-color: lightskyblue;
}

.f-style1{
    padding:5px ;
    background-color: lightpink;
}

.f-style1{
    padding:5px ;
    background-color: lightgreen; 
}

.f-style1{
    padding:5px ;
    background-color: lightgray;  
}

#job_content{
    max-width:650px;
    font-size:86%;

}
.job_item_list {
    display: flex;
    justify-content: between;
    background-color: rgb(255, 255, 255);
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #999;
}

.job_item_list > .job_item_title {
    font-size:0.9em;
    flex-basis: 30%;
    text-align: center;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding-top: 6px;
}
.job-list0 {
    dispray:none;
    visibility: hidden;
}
.job-list1 {
    border-top: 1px solid #999;
}

.job_item_list > .job_item_content {
    font-size:0.9em;
    flex-basis: 70%;
    padding: 5px 7px;
    text-align: left;
    border-right: 1px solid #999;
}

.job_item_list > .job_item_content p{
    margin-bottom:0.25em;
}
.h_center {
    margin: 0 auto;
}

.small {
    font-size: 75%;
    padding: 10px !important;
    margin: 0 auto !important;
}
.jobcontent-item-picture img{
    width:100%;
}
.jobcontents-container{
    display: flex;
    flex-wrap:wrap;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 20px; 
    font-size:86%;
    margin-left: -40px;
}
.jobcontent-item-title, .jobcontent-item-text{
    margin:0.5em 0;
    height: 2.5em;
}
.jobcontent-item-title:first-child{
    background-color: #ffffff;
}
.jobcontent-item-text{
    clear: both;
}
.jobcontents-item{
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #ffffff;
    max-width: 27%;
}
@media screen and (max-width:768px) {
    .jobcontents-item{
        max-width: 40%;
    }


}
.headline{
    width:36% !important;
    float:left;jobcontent-item-text;
    padding:0.48em ;
}
.job-text{
    padding:0.5em ;
}
.job_name{
    font-size:120%;
    font-weight:bold;
    padding:3px;
}

/* ノーマル状態 */
a{
    color: #343434;
    text-decoration: none !important;
  }
  /* ホバー状態 */
  a:hover{
    color: #23294c;
  }
  /* クリックされた状態 */
  a:active{
    color: #8f8f8f;
  }
  /* 訪問済みの状態 */
  a:visited {
    color: rgb(49, 49, 49);
  }


  a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	
	margin: auto;
	padding: 0.7rem 2rem;
	font-weight: bold;
	border: 2px solid #353535;
	background: #161616;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #8a8a8a;
	background: #fff;
}

.entry-button{
    padding:2em;
    margin:0 auto;
}
.flexbox-container{
    display: flex;
    justify-content: start;
}
.flexbox-item{
    margin-right:20px;
}

.entry-meta{ 
		visibility:hidden;
}
.author-name{ 
		visibility:visible;
		margin-left:-1.5em;
}
.form1{
    padding:5px ;
    background-color: lightgray;  
}
.form2{
    padding:5px ;
    background-color: lightgreen; 
}
.form3{
    padding:5px ;
    background-color: lightpink;
}


.detailed-search-category{
    display:flex;
}
.job-search-form-simple,
.job-search-form-detailed {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.job-search-form-simple form,
.job-search-form-detailed form {
    margin-bottom: 20px;
}

.simple-search-form {
    display: flex;
    align-items: center;
}

.simple-search-form input[type="text"] {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
}

.simple-search-form button {
    padding: 10px;
    border: none;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(90deg, rgba(58,123,213,1) 0%, rgba(0,210,255,1) 100%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 42px; /* inputと高さを揃える */
}

.simple-search-form button img {
    vertical-align: middle;
    height: 100%; /* ボタン内で画像の高さを揃える */
}

.job-search-form-simple h2,
.job-search-form-detailed h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.detailed-search-category {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.detailed-category-item {
    width: calc(33.33% - 10px);
    text-align: center;
}

.detailed-category-item select {
    width: 100%;
    padding: 10px;
    padding-left: 40px; /* アイコンとテキストの間隔を確保 */
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold; /* テキストを太字に */
    background-size: 20px; /* アイコンのサイズ */
    background-position: 10px center; /* アイコンの位置 */
    background-repeat: no-repeat;
}

.detailed-category-label {
    display: none; /* ラベルを非表示 */
}

.detailed-category-label img {
    margin-right: 5px;
    height: 20px;
}

.detailed-search-button {
    width: 100%;
    padding: 10px 20px; /* 上下のパディングを10pxに */
    border: none;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(58,123,213,1) 0%, rgba(0,210,255,1) 100%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px; /* ボタンの下に50pxのスペース */
}

.detailed-search-button img {
    margin-right: 10px;
    height: 20px;
}

@media (max-width: 1100px) {
    .detailed-category-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .detailed-category-item select {
        width: 100%; /* モバイルではプルダウンをフル幅に設定 */
    }
}

.job-search-form-simple h2, .job-search-form-detailed h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}