@charset "utf-8";

/**
 * 対象別トップ（元：シーン情報トップ）
 */
#target_main{
    margin-top:148px;
    margin-bottom: 60px;
}

/* タイトル */
div.title_frame{
    text-align: center;
    margin:60px auto;
}
div.title_frame h2.title{
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: bold;
    color:#008838;
    letter-spacing: 0.06em;
}
div.title_frame p.sub_title{
    display:inline-block;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    background:#008838;
    color:#fff;
    padding:0 30px 2px;
    box-sizing: border-box;
    border-radius:50px;
    margin-top: 10px;
}


/* 支援情報一覧 */
div.tg_wrapper {
    margin-top:50px;
}
/* 支援情報一覧：タイトル */
div.tg_wrapper .tg_title{
    display: flex;
    align-items: center; 
    gap: 15px; 
    padding-bottom: 6px;
    box-sizing: border-box;
    border-bottom: 2px solid #008838;
}
div.tg_wrapper .tg_title h3 {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin: 0; 
    font-size: 24px;     
    font-size: 2.4rem;     
    font-weight: bold;
    color:#000;
}
div.tg_wrapper .tg_title img.icon {
    width: 40px;       
    height: auto;
}
/* 支援情報一覧：一覧表示部分 */
div.tg_wrapper div.tg_frame{
    display:flex;
    flex-wrap: wrap;
    gap:40px 30px;
    padding:30px 0;
}
div.tg_wrapper div.tg_frame .block{
    width:312px;
    height:auto;
    box-sizing: border-box;
}
div.tg_wrapper div.tg_frame .block .image{
    max-width:310px;
    width:auto;
    height:230px;
}
div.tg_wrapper div.tg_frame .block img{
    width:100%;
    height:100%;    
    object-fit: cover;
    object-position: center center;
    display:block;
}
div.tg_wrapper div.tg_frame .block h4{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-left: 4px solid #008838;
    padding-left: 18px;
    box-sizing: border-box;
    margin-top:10px;
}
div.tg_wrapper div.tg_frame .block p.ex{
    margin-top:10px;
    min-height:50px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;

    /* 3点リーダー対応 */
/*
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;   
    overflow: hidden; 
*/    
}
div.tg_wrapper .btn_com_more{
    background-color: #7db900;
    font-size: 15px;
    font-size: 1.5rem;  
    letter-spacing: 0.03em;
    padding: 4px 40px;
    margin:0 auto;
    margin-top:10px; 
}

