@charset "utf-8";

/*
  File Name   : i_common.css
  Description : コンテンツエリア関係 他
*/


/* common
============================================================ */
.i_pc-only {
}
.i_sp-only {
  display: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .i_pc-only {
    display: none;
  }
  .i_sp-only {
    display: inherit;
  }
}




/*
============================================================ */
.i_container.-work {
  font-size: 17px;
  line-height: 2;
  padding: 0 0 70px;
  background-color: #f0f0f0;
}
.i_container img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.i_container a[href^="tel:"] {
  pointer-events: none;
}



/* sp
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .i_container.-work {
    font-size: 15px;
  }
  .i_container a[href^="tel:"] {
    pointer-events: auto;
  }
}
