/* フライヤー添付用 本コーディング時に削除してください */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.flyer {
}
.flyer_image {
    width: 100%;
}
