/*
Theme Name: hello-elementor-Child
Template: hello-elementor
*/

/* 画像キャプション */
figure {
    position: relative;
    overflow-x: hidden;
}

figcaption {
    transform: rotate(-5deg);
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--e-global-color-accent);
    border-radius: 3px;
    color: #000000!important;
    font-family: "DotGothic16", Sans-serif!important;;
    font-size: 12px;
    font-weight: bold!important;;
    font-style: normal!important;;
    line-height: 22px;
    letter-spacing: 2px;
    background-color: var(--e-global-color-accent);
    padding: 0 10px ;
    border-style: dashed;
    border-width: 3px;
    border-color: #000000;
    border-radius: 7px;
}
