.wm_inquiries {
        position: relative;
        border-radius: 10px;  
        width:375px;
        height:90px;
        margin:0px auto;
        color:#ffffff;
        font-size: 23px;
        font-weight: 300;
        border: solid 1px #fff;
        background-image: url(/jp//news/resource/image/bgimg.png);
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
      	display: flex;
      	align-items: center;
      	justify-content: center;
      }
      .wm_inquiries:hover {
        background-image: url(/jp//news/resource/image/bgimg2.png);
      }
      .wm_inquiries a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #ffffff;
        text-decoration: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
      }
      @media only screen and (max-width: 627px) {
        .wm_inquiries {
            width:100%;
        }
      }
      @media only screen and (max-width: 499px) {
        .wm_inquiries {
        font-size: 20px;
        }
      }