@import '../common/variable'; html.pc { .c-a019 { background: #F6F6F6; padding: @padding_pc_1 0; height: 650px+170; } .c-a019__body { margin-top: @padding_pc_2; iframe { width: 1150px; height: 650px; } } .c-a019__icon { position: absolute; left: 0; right: 0; top: 290px; font-size: 30px; color: white; } } html.mobile { .c-a019 { background: #F6F6F6; padding: @padding_mobile_1 0; } .c-a019__body { margin-top: @padding_mobile_2; iframe { width: 6.9rem; height: 3.9rem; } } // .c-a019__icon { // position: absolute; // left: 0; // right: 0; // top: 290px; // font-size: 30px; // color: white; // } }