.tax-area {

    /* メイン画像 */
    .main-text-img {
        width: 50%;
        margin: 0 auto;

        img {
            width: 100%;
        }
    }

    /* 税のテキスト */
    .tax-text {
        max-width: 1360px;
        margin: 0 auto;
        .tax-text-area {
            width: 60%;
            margin: 30px auto;
            .tax-text-title {
                h2 {
                    display: flex;
                    font-size: 20px;
                    margin-bottom: 10px;
                    color: #132464;
                    font-family: "Shippori Mincho B1", serif;

                    &::before {
                        content: url("../../images/library/icon_sub.png");
                        margin-right: 10px;
                    }
                }
            }

            .tax-text-detail {
                line-height: 1.8em;
                font-size: 15px;
                margin-left: 30px;

                p {}
            }

            .tax-text-img {
                margin:0 auto;
                margin-top: 10px;
                width: 90%;

                img {
                    width: 100%;
                }
            }
        }
    }
}
