@charset "UTF-8";
/********************************************************************************

page-business.css　関連事業css　(固定ページ)

********************************************************************************/
/*============================================================
 ページレイアウト(1カラム)
*============================================================*/
#page-business #page-layout #main-contents {
    width: 960px;
    margin: 0 auto;
}
#page-business #page-layout #sidebar {
    display: none;
}

/*============================================================
 ページヘッダー
*============================================================*/
#page-business #page-header {
    margin-bottom: 80px;
}
/* タイトル */
#page-business #page-header .page-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 180%;
    text-align: center;
}

/*============================================================
 ブロックスタイル
*============================================================*/
/* グループ
---------------------------------------- */
#page-business #sec-post .wp-block-group.bg-sky {
    background-color: #F2FBFE;
    padding: 16px;
    margin-bottom: 16px;
}
#page-business #sec-post .wp-block-group.bg-sky:last-child {
    margin-bottom: 0;
}
#page-business #sec-post .wp-block-group.bg-sky h2 {
    text-align: center;
    margin-bottom: 40px;
}
#page-business #sec-post .block-business-list {
    align-items: stretch;
    gap: 40px;
}
#page-business #sec-post .block-business-list h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}
#page-business #sec-post .block-business-list figure {
    width: 185px;
}
#page-business #sec-post .block-business-list figure img {
    border-radius: 0;
}
#page-business #sec-post .block-business-list figure figcaption {
    display: none;
}
#page-business #sec-post .block-business-list .url {
    display: none;
}

/* #page-business #sec-post .wp-block-group.bg-sky ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 40px;
    max-width: 672px;
    margin: 0 auto;
}
#page-business #sec-post .wp-block-group.bg-sky ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 0;
} */




/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1279px) {

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     ページヘッダー
    *============================================================*/
    #page-business #page-header {
        margin-bottom: 40px;
    }
    /* タイトル */
    #page-business #page-header .page-title {
        font-size: 20px;
    }

}
