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

page-fee.css　費用css

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

/*============================================================
 メインビジュアル
*============================================================*/
/* 
---------------------------------------- */
#page-fee #mainvisual  {
}

/*============================================================
 セクション共通
*============================================================*/
/* 
---------------------------------------- */
#page-fee .section {

}

/*============================================================
 セクション アイキャッチ
*============================================================*/
#page-fee #sec-eyecatch {
    margin-bottom: 64px;
}

/*============================================================
 セクション 出張法律相談について
*============================================================*/
#page-fee #sec-onsite {
    margin-bottom: 104px;
}
#page-fee #sec-onsite .sec-lead {
    margin-bottom: 24px;
}
#page-fee #sec-onsite .block-notice {
    padding: 16px;
    border-radius: 16px;
    border: solid 1px #D6D3C1;
    background-color: #fff;
}
#page-fee #sec-onsite .block-notice > * {
    font-weight: bold;
}
#page-fee #sec-onsite .block-notice span {
    color: var(--common-color-accent);
}

/*============================================================
 セクション 着手金・報酬金・手数料
*============================================================*/
#page-fee #sec-fee {
    margin-bottom: 104px;
}
#page-fee #sec-fee .sec-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#page-fee #sec-fee .sec-title .link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
#page-fee #sec-fee .sec-title .link::after {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: var(--common-color-main);
    background-image: url(../images/common/icon-btn-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
}
#page-fee #sec-fee .sec-title .link:hover::after {
    background-color: #016943;
}
#page-fee #sec-fee .sec-title .link {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-decoration: underline;
}
#page-fee #sec-fee .type-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}
#page-fee #sec-fee .type-list li a {
    padding: 7px 15px;
    background-color: #fff;
    border: solid 1px #D6D3C1;
    border-radius: 100px;
    line-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}
#page-fee #sec-fee .type-list li a::after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/common/icon-page-link-arrow-under.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
}
#page-fee #sec-fee .types {
    display: flex;
    flex-direction: column;
    gap: 104px;
}
#page-fee #sec-fee .types .type {
}
#page-fee #sec-fee .types .type .type-title {
    padding-bottom: 12px;
    border-bottom: solid 1px var(--common-color-main);
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 24px;
}
#page-fee #sec-fee .types .type .kinds {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
#page-fee #sec-fee .types .type .kinds .kind {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#page-fee #sec-fee .types .type .kinds .kind .kind-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    color: var(--common-color-main);
}

/* 表
---------------------------------------- */
/* 共通 */
#page-fee #sec-fee .types .type .kinds .kind table {
    width: 960px;
    white-space: normal;
}
#page-fee #sec-fee .types .type .kinds .kind table th,
#page-fee #sec-fee .types .type .kinds .kind table td {
    border: solid 1px #D6D3C1;
    text-align: left;
}
#page-fee #sec-fee .types .type .kinds .kind table thead th {
    padding: 4px 12px;
    background-color: var(--common-color-main);
    font-size: 12px;
    line-height: 200%;
    color: #fff;
}
#page-fee #sec-fee .types .type .kinds .kind table tbody th {
    padding: 12px;
    background-color: var(--common-color-main);
    font-weight: bold;
    color: #fff;
}
#page-fee #sec-fee .types .type .kinds .kind table tbody td {
    padding: 12px;
    background-color: #fff;
    font-size: 14px;
    line-height: 160%;
}
#page-fee #sec-fee .types .type .kinds .kind table tbody td .label {
    color: var(--common-color-accent);
}
#page-fee #sec-fee .types .type .kinds .kind .tbl-notice {
    margin-top: -16px;
}


/* 相続 A */
#page-fee #sec-fee .types #type-01 .kinds .kind table.tbl-a thead th:nth-of-type(1) {
    width: 224px;
}
#page-fee #sec-fee .types #type-01 .kinds .kind table.tbl-a thead th:nth-of-type(2) {
    width: 304px;
}
#page-fee #sec-fee .types #type-01 .kinds .kind table.tbl-a tbody td:nth-of-type(2) {
    font-size: 12px;
    line-height: 200%;
}
/* 相続 B */
#page-fee #sec-fee .types #type-01 .kinds .kind table.tbl-b thead th:nth-of-type(1) {
    width: 224px;
}
#page-fee #sec-fee .types #type-01 .kinds .kind table.tbl-b thead th:nth-of-type(2) {
    width: 200px;
}
#page-fee #sec-fee .types #type-01 .kinds .kind table.tbl-b thead th:nth-of-type(3) {
    width: 264px;
}
#page-fee #sec-fee .types #type-01 .kinds .kind table.tbl-b tbody td:nth-of-type(3) {
    font-size: 12px;
    line-height: 200%;
}
/* 相続 C */
#page-fee #sec-fee .types #type-01 .kinds .kind table.tbl-c thead th:nth-of-type(1) {
    width: 224px;
}
#page-fee #sec-fee .types #type-01 .kinds .kind table.tbl-c thead th:nth-of-type(2) {
    width: 304px;
}

/* 遺言書・財産管理・任意後見 A */
#page-fee #sec-fee .types #type-02 .kinds .kind table.tbl-a thead th:nth-of-type(1) {
    width: 224px;
}
#page-fee #sec-fee .types #type-02 .kinds .kind table.tbl-a thead th:nth-of-type(2) {
    width: 304px;
}
/* 遺言書・財産管理・任意後見 B */
#page-fee #sec-fee .types #type-02 .kinds .kind table.tbl-b
 thead th:nth-of-type(1) {
    width: 224px;
}
#page-fee #sec-fee .types #type-02 .kinds .kind table.tbl-b thead th:nth-of-type(2) {
    width: 304px;
}
/* 使途不明金　返還請求 A */
#page-fee #sec-fee .types #type-03 .kinds .kind table.tbl-a thead th:nth-of-type(1) {
    width: 224px;
}
#page-fee #sec-fee .types #type-03 .kinds .kind table.tbl-a thead th:nth-of-type(2) {
    width: 200px;
}
#page-fee #sec-fee .types #type-03 .kinds .kind table.tbl-a thead th:nth-of-type(3) {
    width: 264px;
}
#page-fee #sec-fee .types #type-03 .kinds .kind table.tbl-a tbody td:nth-of-type(3) {
    font-size: 12px;
    line-height: 200%;
}
/* 使途不明金　返還請求 A */
#page-fee #sec-fee .types #type-03 .kinds .kind table.tbl-a thead th:nth-of-type(1) {
    width: 224px;
}
#page-fee #sec-fee .types #type-03 .kinds .kind table.tbl-a thead th:nth-of-type(2) {
    width: 200px;
}
#page-fee #sec-fee .types #type-03 .kinds .kind table.tbl-a thead th:nth-of-type(3) {
    width: 264px;
}
#page-fee #sec-fee .types #type-03 .kinds .kind table.tbl-a tbody td:nth-of-type(3) {
    font-size: 12px;
    line-height: 200%;
}
/* 遺言の無効確認請求 A */
#page-fee #sec-fee .types #type-04 .kinds .kind table.tbl-a thead th:nth-of-type(1) {
    width: 224px;
}
#page-fee #sec-fee .types #type-04 .kinds .kind table.tbl-a thead th:nth-of-type(2) {
    width: 200px;
}
#page-fee #sec-fee .types #type-04 .kinds .kind table.tbl-a thead th:nth-of-type(3) {
    width: 264px;
}
#page-fee #sec-fee .types #type-04 .kinds .kind table.tbl-a tbody td:nth-of-type(3) {
    font-size: 12px;
    line-height: 200%;
}
/* 成年後見（法定後見） A */
#page-fee #sec-fee .types #type-05 .kinds .kind table.tbl-a thead th:nth-of-type(1) {
    width: 224px;
}
#page-fee #sec-fee .types #type-05 .kinds .kind table.tbl-a thead th:nth-of-type(2) {
    width: 304px;
}

/*============================================================
 セクション その他費用について
*============================================================*/
#page-fee #sec-other-fee a {
    text-decoration: underline;
}



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



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     セクション 着手金・報酬金・手数料
    *============================================================*/
    #page-fee #sec-fee .sec-title {
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        gap: 8px;
    }
    #page-fee #sec-fee .type-list {
        flex-direction: column;
    }
    #page-fee #sec-fee .type-list li a {
        width: fit-content;
    }
    
}
