/* shortcode_cta_ptn_1 */
.shortcode_cta_ptn_1 {
    margin: 3em 0;
    @media (max-width: 767px) {
        margin: 2em 0;
    }
    * {
        box-sizing: border-box;
    }
    .shortcode_in_wrap {
        padding: 2em;
        padding-bottom: 3em;
        background: #27366d;
        color: #fff;
        text-align: center;
        font-weight: 700;
        @media (max-width: 767px) {
            padding: 2em 1.5em 4em 1.5em;
        }
        .ttl {
            padding: 0;
            margin: 0;
            .text_sub {
                display: block;
                font-size: 1em;
                line-height: 1.6;
                color: #707aa0;
                font-family: "Cormorant Garamond", serif;
            }
            .text_main {
                display: block;
                font-size: 1.5em;
                line-height: 1.5;
                @media (max-width: 767px) {
                    margin-top: 0.2em;
                    font-size: 1.3em;
                }
            }
        }
        p {
            margin-top: 2em;
            line-height: 1.8;
            @media (max-width: 767px) {
                font-size: 0.9em;
            }
        }
        a.in_btn {
            margin-top: 2em;
            display: flex;
            justify-content: center;
            @media (max-width: 767px) {
                margin-top: 3em;
            }
            .in {
                padding: 0 2em;
                height: 3.375em;
                min-width: 17.5em;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                border: 2px solid #fff;
                background: hsl(228, 20%, 53%);
                color: #fff;
                font-weight: 800;
                font-size: 1em;
                line-height: 1.5;
                transition: all 0.3s ease;
                @media (max-width: 767px) {
                    width: 100%;
                }
            }
            &:hover {
                .in {
                    background: #fff;
                    color: #001c81;
                }
            }
        }
    }
}
/* shortcode_cta_ptn_2 */
.shortcode_cta_ptn_2 {
    margin: 3em 0;
    @media (max-width: 767px) {
        margin: 2em 0;
    }
    * {
        box-sizing: border-box;
    }
    .shortcode_in_wrap {
        color: #fff;
        text-align: center;
        font-weight: 700;
        .ttl {
            padding: 0;
            margin: 0;
            .text_sub {
                display: block;
                font-size: 1em;
                line-height: 1.6;
                color: #707aa0;
                font-family: "Cormorant Garamond", serif;
            }
            .text_main {
                margin-top: 0.2em;
                display: block;
                font-size: 1em;
                color: #27366d;
                line-height: 1.5;
                font-weight: 800;
                @media (max-width: 767px) {
                    font-size: 0.8em;
                }
            }
        }
        a.in_btn {
            margin-top: 1em;
            display: flex;
            justify-content: center;
            .in {
                padding: 0 2em;
                height: 3.375em;
                min-width: 17.5em;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                border: 2px solid #27366d;
                background: #27366d;
                color: #fff;
                font-weight: 800;
                font-size: 1em;
                line-height: 1.5;
                transition: all 0.3s ease;
                @media (max-width: 767px) {
                    width: 100%;
                }
            }
            &:hover {
                .in {
                    background: hsl(228, 20%, 53%);
                }
            }
        }
    }
}
