.wrapper {
    width: 100%;
}
img {
    max-width: 100%; 
    display:block; 
    height: auto;    
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.app {
    text-align: center;
}
.app > * h1 {
    font-size: 30px;
}
.menu {
    display: none;    
}
.menu_ul {
    display: inline-table;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.menu_ul > li {
    padding: 0px;
    border-bottom: solid 1px #154FD5; /* <--edit */
    padding: 8px 5px;    
}
.menu_ul > li:last-child {
    border-bottom: none !important;
}
.ft {
    text-align: center;
    line-height: 23px;    
}
.ft_ct {
    display: inline-block;
}
.label_wrapper {
    padding-top: 0px;
}
.sv_head {
    padding-left: 0px;
}
.label_wrapper {
    margin-top: 20px;
}
.label_wrapper > h2 {
    margin-bottom: 10px;
}
.sv_block {
    margin-bottom: 20px;     
}
.sc_detail {
    display: none !important;
}
.sc_wrapper {
    display: none;
}
.tb_wrapper {
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: inline-flex;
}
.for_d {
    display: none !important;
}
.for_m {
    display: inline-flex !important;
}
.nav_m {
    width: 100%;
    text-align: center;
}
.nav_contact {
    margin-top: 10px;
    padding: 10px !important;
    border-radius: 5px;
    font-size: 16px !important;
}
.intro_ul {
    font-size: 15px;
}
.blank_for_nav {
    height: 90px !important;
}
.intro {
    padding-left: 20px !important;
}
.ct_title {
    font-size: 18px;
}
.pt_title {
    font-size: 14px;
}
.pt_detail {
    font-size: 14px;
}
.comment, .intro_sub {
    font-size: 15px;
}
.alert_m {
    font-size: 15px !important;
}
.promotion_header {
    font-size: 20px;
}
.promotion {
    font-size: 16px;
}