/* ===============================================================

 project / service insurance products

=============================================================== */
.c-tabcontbox .l-gridblock {
  padding: 0 !important;
}

.c-tabbox__item__button {
  cursor: pointer;
}

.bg {
  display: block;
  width: 100%;
  background-image: url("/service/insurance/products/scene/assets/img/bg_01_pc.png?v185a8938878");
  overflow: hidden;
  background-size: cover;
  background-position: center bottom;
}

.p-scene__kv {
  padding-top: 40px;
  padding-bottom: 56px;
}

.p-scene__kv img {
  width: 92%;
}

@media screen and (max-width: 767px) {
  .p-scene__kv {
    padding-top: 4%;
    padding-bottom: 8%;
  }
  .p-scene__kv img {
    width: 100%;
  }
}
