@charset "UTF-8";
/* 後でモジュール化 */
/*---------------------------------------
  internet-u96-floating-01 1col
-----------------------------------------*/
@media screen and (max-width: 900px) {
  .internet-u96-floating-01 .internet-u96-floating-01-inner .internet-u96-floating-01-1col-item {
    width: 280px;
    margin: 0 auto;
  }
  .internet-u96-floating-01-1col-btn {
    border: rgba(255, 255, 255, .75) 1px solid;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b5ace), to(#0f82b7));
    background: -webkit-linear-gradient(top, #0b5ace, #0f82b7);
    background: linear-gradient(to bottom, #0b5ace, #0f82b7);
    height: 38px;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .internet-u96-floating-01-1col-btn.internet-u96-floating-01-tel::before {
    background-image: url(/internet/set/common/fy23/img/shared/icon-tel-01.png); 
    content: "";
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .internet-u96-floating-01-1col-btn.internet-u96-floating-01-tel .internet-u96-floating-01-text {
    font-size: 1.5rem;
  }
}
