/* 投資テキスト */
.investment-area {

    .investment-text {
        max-width: 1360px;
        margin: 0 auto;

        .investment-text-area {
            width: 60%;
            margin: 30px auto;

            .investment-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;
                    }

                }
            }

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

                p {}

                .investment-text-detail-example {
                    margin: 30px 0;

                    p {
                        span {
                            font-weight: bold;

                        }
                    }
                }
            }

            .investment-text-list {
                line-height: 3em;
                font-size: 15px;
                margin-left: 30px;

                p {}
            }
        }

    }
}
