.boxL {
    width: 100%;
    float: none;
    text-align:center;
}
.boxR {
    width: 100%;
    float: none;
}

.boxR .inquery{
    text-align:center;
}

.midashi span.upper{
    font-size:20px;
    line-height:1.5em;
}
.midashi span.bottom{
    font-size:13px;
    line-height:1.5em;
}

.boxR p {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}

.midashi{
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
}

/* 850px -  for desktop */
@media only screen and (min-width: 850px){

    .boxL {
        width: 44%;
        padding: 0.5%;
        float: left;
    }
    .boxR {
        width: 54%;
        padding: 0.5%;
        float: left;
    }

    .boxR p {
        font-size: 15px;
        line-height: 22px;
        font-weight: bold;
    }

    .boxR .inquery{
        text-align:left;
    }

    .midashi span.upper{
        font-size:25px;
        line-height:1.5em;
    }
    .midashi span.bottom{
        font-size:18px;
        line-height:1.5em;
    }

    .box50 {
        width: 48%;
        padding: 1%;
        float: left;
    }

}