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

page-group.css　プライバシーポリシーcss

********************************************************************************/

/*============================================================
 ページヘッダー
*============================================================*/
#page-group #page-header::before {
    background-color: var(--common-color-main);
}
#page-group .page-header-deco .deco01 {
    fill: #55B0FF;
}
#page-group .page-header-deco .deco02 {
    fill: #3CEFAF;
}

/*============================================================
 セクション共通
*============================================================*/
#page-group .section {
    margin-bottom: 0;
}

/*============================================================
 本文
*============================================================*/
/* commonカスタム
---------------------------------------- */
#page-group .block-post-content .wp-block-group__inner-container > *:not(:last-child) {
    margin-bottom: 24px;
}
/* 表
---------------------------------------- */
#page-group #sec-post table {
    margin: 0 auto 50px;
    width: 80%;
    table-layout: fixed;
}
#page-group #sec-post table tr > * {
    border: solid 1px #B7B4AD;
    padding: 16px 12px;
}
#page-group #sec-post table tr th {
    width: 180px;
    text-align: left;
}
#page-group #sec-post table ul,
#page-group #sec-post table ol {
    background: none;
    border-radius: 0;
    padding: 0;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1099px) {
    /*============================================================
     ページヘッダー
    *============================================================*/
    #page-group #page-header {
    }


}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     本文
    *============================================================*/
    /* 表
    ---------------------------------------- */
    #page-group #sec-post table {
      width: 100%;
    }
    #page-group #sec-post table tr th {
        width: 120px;
    }


}
