/* はまっこセットプレスリリース用 */
.cancel_out_margin_top {
    margin-top: 0!important;
}
.flex_2rows {
    display: flex; 
    justify-content: space-around; 
    margin: 0 auto;
}
.flex_2rows img {
    width: 45%;
    height: 45%;
}
img.img_what-is {
    margin-right: 20px;
    height: fit-content;
} 
p.text_what-is:first-of-type {
    margin-top: 0;
}
p.text_what-is {
    font-size: 16px;
}
p.notes_align-right {
    font-size: 12px; 
    display: flex; 
    justify-content: end;
}
.flex_2rows figure {
    margin-right: 20px;
}
.flex_2rows figure img {
    width: initial;
    max-width: none;
}
.flex_2rows figure figcaption {
    font-weight: 800;
    line-height: 2em;
}
/* リツイートキャンペーン */
div.retweetCP {
    width: 80%;
    margin: 30px auto 0;
    padding: 0px 20px 30px;
    border: 1px #0a2d88 dashed;
}
@media only screen and (max-width: 767px) {
    .flex_2rows {
        display: initial; 
    }
    .flex_2rows img {
        width: 100%;
        margin-top: 10px;
    }
    img.img_what-is {
        margin: 10px 0 0 0;
    }
    .flex_2rows img.sp_wallpaper {
        width: 60%;
        height: auto;
        display: block;
        margin: 10px auto 0;
    }
    .flex_2rows figure img.img_what-is {
        width: 100%;
    }
    p.text_what-is:first-of-type {
        margin-top: 20px;
    } 
    /* リツイートキャンペーン */
    div.retweetCP {
        width: 100%;
    }
}