@CHARSET "UTF-8";

#wrapper{
     margin-left: 0;
     margin-right: 0;
     width:100%;
}

h2{
    font-size: 1.1em;
}

h3{
    font-size: 1em;
}

.text_name{
    width: 100%;
}

@media screen and (max-width: 620px){
    .com dt {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }
    .com dd {
        background: #fff;
        margin-left: 0;
        border-left: 0;
    }
    table.price {
        border: none;
    }
    table.price thead {
        display: none;
    }
    table.price tr {
        border-top: 1px solid #999;
        display: block;
        margin-bottom: 20px;
    }
    
    table.price th{
    border-right: 1px solid #999;
    }
    
    table.price td {
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        display: block;
        padding: 10px;
        text-align: right;
    }
    
    table.price td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
    .logopad{
        display: none; 
    }
    .logosp{
        display: block; 
        line-height: 2; 
        margin: 0;
        text-align: center;
        font-size: 1.5em;
        padding: 10px;
        background-color: #333;
        background-color: var(--themecolor);
        color: #FFF;
    }
}
