body{
    font-size: 1.8rem;
    background: url(../images/common/bg_body.png) no-repeat;
    background-size: cover;
}
#field, .whole{
    width: 375px;
}
.header{
    width: 355px;
}
.header p{
    font-size: 2.4rem;
}
.wrapper{
    width: 335px;
}
.buttons li{
    width: 160px;
}
.button{
    height: 55px;
    font-size: 2rem;
    border: 2px solid #fff;
    border-radius: 10px;
}

.find_wrapper{
    width: 335px;
}
.find_wrapper .info{
    width: 148px;
}
.find_wrapper .buttons{
    width: 167px;
}
.find_wrapper .buttons li{
    width: 50px;
}
.find_wrapper .buttons button{
    height: 50px;
    font-size: 3rem;
}
.find_wrapper .buttons button.find,
.find_wrapper .buttons button.remove {
    font-size: 1.5rem;
}

.form_inquiry .tel_wrapper {
    height: 86px;
    margin-bottom: 15px;
}
.list_items .list_item .item,
.list_items .list_item .label {
    padding: 5px 12px;
    line-height: 30px;
}
ul.list_items li.list_item .label {
    /* width: 120px; */
}
.form_inquiry .list_items li.list_item .item input {
    padding: 5px 12px;
    line-height: 30px;
    font-size: 1.8rem;
}
.pc_none {
    display: none!important
}