/*
Theme Name:AIDER child
Theme URI:https://tcd-theme.com/tcd115
Description:WordPressテーマ「AIDER」の子テーマ
Template:aider_tcd115
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/
/*
  社労士一覧ページの作成
*/
.p-labor-cards{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:30px;
max-width:1200px;
margin:60px auto;
padding:0 20px;
}

.p-labor-card{
background:#fff;
border:1px solid #e5e5e5;
border-radius:10px;
overflow:hidden;
transition:.3s;
}

.p-labor-card:hover{
box-shadow:0 8px 25px rgba(0,0,0,.12);
transform:translateY(-4px);
}

.p-labor-card a{
display:block;
color:#333;
text-decoration:none;
}

.p-labor-card__image img{
display:block;
width:100%;
aspect-ratio:16/9;
object-fit:cover;
}

.p-labor-card__title{
font-size:24px;
margin-bottom:12px;
line-height:1.4;
}

.p-labor-card__name,
.p-labor-card__address{
margin-bottom:10px;
}

.p-labor-card__tags{
display:flex;
flex-wrap:wrap;
gap:8px;
margin-top:15px;
}

.p-labor-card__tags span{
background:#163a5f;
color:#fff;
padding:6px 10px;
border-radius:20px;
font-size:12px;
}
.p-labor-card__image{
margin-bottom:20px;
}

.p-labor-card__body{
padding:10px!important;
}

@media(max-width:768px){

.p-labor-cards{
grid-template-columns:1fr;
}

}

.post-type-archive-labor .l-main{
    row-gap: 0;
}

.post-type-archive-labor .c-archive-header{
    display: none !important;
}
.p-labor-page-title{
    max-width:1200px;
    padding:30px !important;
}

.p-labor-page-title h1{
    margin:0 0 10px;
    font-size:42px;
    font-weight:700;
    color:#163a5f;
}

.p-labor-page-title p{
    margin:0;
    font-size:16px;
    color:#666;
    line-height:1.8;
}

/*
  社労士検索機能
*/
.p-labor-single{
    max-width:100%;
    padding:0 30px;
}

.p-labor-single__header{
display:flex;
gap:40px;
align-items:center;
margin-bottom:50px;
margin-top: 20px;
}

.p-labor-single__header img{
width:180px;
border-radius:10px;
}

.p-labor-single__title h1{
font-size:35px;
margin-bottom:10px;
}

.p-labor-info table{
width:100%;
border-collapse:collapse;
margin-bottom:50px;
}

.p-labor-info th{
width:220px;
padding:18px;
background:#f5f7fa;
text-align:left;
}

.p-labor-info td{
padding:18px;
border-bottom:1px solid #eee;
}

.p-labor-tags{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-bottom:50px;
}

.p-labor-tags span{
background:#163a5f;
color:#fff;
padding:8px 14px;
border-radius:30px;
font-size:13px;
}

.p-labor-profile{
line-height:2;
}
.p-labor-single h2{
    margin:60px 0 20px;
    font-size:28px;
    color:#163a5f;
}

.p-labor-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
    margin-bottom:50px;
}
@media(max-width:768px){
.p-labor-single__header{
flex-direction:column;
text-align:center;
}

.p-labor-info th{
width:120px;
}
.p-labor-single{
    max-width:100%;
    padding:0;
}
}
