.LP_index_wrap * {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック";
}

.LP_index_wrap .subtext {
    max-width: 1200px;
    margin: 0 auto 20px;
}


/* 特設ページセクション */
.LP_index_wrap .LP_index,
.LP_index_wrap .tools-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.LP_index_wrap .headLine3.toc7,
.LP_index_wrap .tool_index h2.toc7 {
    max-width: calc(1200px - 24px);
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    padding-left: 10px;
    border-left: solid 4px #009b74;
    line-height: 1.4;
    margin: 50px auto 20px;
}

.LP_index_wrap .LP_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.LP_index_wrap .LP_list_item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 30px;
}
.LP_index_wrap .LP_list_item h3 a {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5rem;
    display: block;
    text-decoration: none;
}

/* 各アイテムの個別カラー */
.LP_list_item.ngs h3 a            { color: #ff6b35; }
.LP_list_item.apg h3 a            { color: #333; }
.LP_list_item.ibdpnp h3 a         { color: #5c7cfa; }
.LP_list_item.bgled h3 a          { color: #00bcd4; }
.LP_list_item.shiota h3 a         { color: #2b3d5e; }
.LP_list_item.outlet h3 a         { color: #d4656e; }
.LP_list_item.ibidinavi h3 a      { color: #009b74; }
.tool .LP_list_item.tekigou h3 a        { color: #51aedc; }
.tool .LP_list_item.finder h3 a         { color: #e7783d; }
.tool .LP_list_item.user h3 a           { color: #009b74; }
.tool .LP_list_item.sentaku h3 a        { color: #e2547c; }
.tool .LP_list_item.update_info h3 a    { color: #424242; }
.tool .LP_list_item.discontinued h3 a   { color: #6b6b6b; }
.tool .LP_list_item.demo_list h3 a   { color: #1a6dd5; }


.LP_index_wrap .LP_list_item_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
}

.LP_index_wrap .LP_list_item_body>div {
    flex: 1;
}

.LP_index_wrap .LP_list_item p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0 auto 20px;
}

.LP_index_wrap .LP_list_item a.btn {
    display: inline-block;
    padding: 4px 25px;
    background: #fff;
    color: #009b74;
    text-decoration: none;
    border: 1px solid #009b74;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 50%;
}

.LP_index_wrap .LP_list_item .btn:hover {
    background: #009b74;
    color: #fff;
}

.LP_index_wrap .LP_list_item img {
    width: 220px;
    height: auto;
    border-radius: 5px;
}

/* ツールをさがすセクション */
.LP_index_wrap .tool_index {
    padding: 40px 20px;
    background: #ecf1f0;
}

.LP_index_wrap .tool-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.LP_index_wrap .tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.LP_index_wrap .tool-link {
    display: block;
    border-radius: 10px;
}

.LP_index_wrap .tool-link img {
    width: 100%;
    display: block;
}



/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* レスポンシブ対応 */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

@media (max-width: 736px) {


    .LP_index_wrap .subtext {
        margin: 0 5% 20px;
    }

    .LP_index_wrap .headLine3.toc7,
    .LP_index_wrap .tool_index h2.toc7 {
        margin: 50px auto 20px 5%;
    }

    .LP_index_wrap .LP_list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .LP_index_wrap .LP_list_item img {
        width: 40%;
        margin-top: 15px;
    }

    .LP_index_wrap .LP_list_item p br {
        display: none;
    }

    /*     
    .LP_index_wrap .LP_list_item {
        padding: 20px;
    }
    
    .LP_index_wrap .LP_list_item_body {
        flex-direction: column;
        text-align: center;
    }
    
    .LP_index_wrap .LP_list_item h3 {
      text-align: center;
    }

    */

    .LP_index_wrap .tools-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .LP_index_wrap .headLine3.toc7,
    .LP_index_wrap .tool_index h2.toc7 {
        font-size: 20px;
    }
}