/* 221128_税理士費用追加 */

/* PC */
@media screen and (min-width: 768px) {
    .cb-header .inner #subNav ul li {
        width: 180px;
    }

    main #mv nav#top ul li {
        width: 25%;
    }
    main #mv nav#top ul li a {
        padding-left: 32px;
    }
    main #mv nav#top ul li img {
        left: 54px;
    }

    header nav#sec ul li {
        width: 262px;
        padding: 0 0 32px
    }
    header nav#sec ul li img {
        left: 50px;
    }
    header nav#sec ul li a {
        padding-left: 32px;
    }
    header nav#sec ul li:first-child a {
        padding-left: 0;
    }

    #fee  {
        padding: 0 0 60px;
    }

    #fee .fee__box {
        padding: 0 0 60px;
    }

    #fee h3 {
        color: #468fc5;
        font-size: 1.5rem;
        line-height: 3rem;
        font-weight: 400;
        letter-spacing: 0.2rem;
    }

    #fee h4 {
        display: flex;
        color: #468fc5;
        font-size: 1.12rem;
        line-height: 3rem;
        font-weight: 400;
        letter-spacing: 0.1rem;
    }
    #fee h4:before {
        content: "";
        width: 24px;
        height: 2px;
        margin-top: 22px;
        margin-right: 1rem;
        background-color: #CCC;
    }

    #fee table {
        width: 100%;
        margin: 0 0 8px;
    }
    #fee table,
    #fee td,
    #fee th {
        border: 1px solid #CCC;
        border-collapse: collapse;
    }
    #fee td,
    #fee th {
        width: 50%;
        text-align: center;
        vertical-align: middle;
        padding: 16px;
    }
    #fee th {
        color: #FFF;
        background: #438FC4;
    }

    #fee ul li {
        list-style-position: inside;
        list-style-type: disc;
    }
}


/* SP */
@media screen and (max-width: 768px) {
    main #mv nav#top ul li {
        width: 25%;
    }
    main #mv nav#top ul li:nth-child(3) {
        width: 25%;
    }
    main #mv nav#top ul li:nth-child(1) img {
        width: 16%;
        margin: 5px auto 10px auto;
    }
    main #mv nav#top ul li:nth-child(2) img {
        margin: 5px auto 10px auto;
    }
    main #mv nav#top ul li:nth-child(4) img {
        margin: 7px auto 10px auto;
    }

    header nav#sec ul li {
        width: 25%;
    }
    header nav#sec ul li:nth-child(3) {
        padding-top: 15px;
    }
    header nav#sec ul li:nth-child(4) {
        width: 25%;
        padding-top: 12px;
    }
    header nav#sec ul li:nth-child(5) {
        padding-top: 17px;
    }    

    #fee  {
        margin: 0 auto;
        width: 90%;
        padding: 0 0 50px;
    }

    #fee .fee__box {
        padding: 0 0 50px;
    }

    #fee h3 {
        color: #468fc5;
        font-size: 1.3rem;
        line-height: 3rem;
        font-weight: 400;
        letter-spacing: 0.1rem;
    }

    #fee h4 {
        display: flex;
        color: #468fc5;
        font-size: 1rem;
        line-height: 3rem;
        font-weight: 400;
        letter-spacing: 0.1rem;
    }
    #fee h4:before {
        content: "";
        width: 18px;
        height: 2px;
        margin-top: 22px;
        margin-right: 0.6rem;
        background-color: #CCC;
    }

    #fee table {
        width: 100%;
        margin: 0 0 8px;
    }
    #fee table,
    #fee td,
    #fee th {
        border: 1px solid #CCC;
        border-collapse: collapse;
    }
    #fee td,
    #fee th {
        width: 50%;
        text-align: center;
        vertical-align: middle;
        padding: 12px;
    }
    #fee th {
        color: #FFF;
        background: #438FC4;
    }
    #fee tr.sp-block {
        display: block;
        width: 100%;
    }
    #fee tr.sp-block td,
    #fee tr.sp-block th {
        display: block;
        width: 100%;
    }

    #fee ul li {
        list-style-position: inside;
        list-style-type: disc;
    }
}