@charset "utf-8";

/* style-kosmo-web.css
 * おまかせプラン ver.7 - v1.0.0
 * 2026-05-25
 * **************************************************
 * KOSMO Communication Web
 * **************************************************
 */

/* Subpage Visual
------------------------------------------------------------------- */
.subpage-visual__inner {
  background: url(../images/kosmo-web-img.png) no-repeat right top;
  background-size: 100% auto;
}

/* Content
------------------------------------------------------------------- */
.kosmo-web .content__inner {
  margin: 70px auto 0 auto;
  padding: 0 50px;
  max-width: 1150px;
}
.ksm-bnr{
    width: 530px;
    max-width: 100%;
    border:3px solid #c1c1c1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.ksm-bnr:hover {
    transform: scale(1.05);
}

.content__layout__section > .link-btn-pdf a ,
.content__layout__section > .link-btn-page a {;
    max-width: 320px;
}

@media screen and (max-width: 767px) {
  /* Subpage Visual */
  .subpage-visual__inner {
    background-size: auto 100%;
  }

  /* Content */
  .kosmo-web .content__inner {
    margin: 50px 0 0 0;
    padding: 0px;
    max-width: none;
  }

  /* Heading */
  .kosmo-web .subpage-visual__hd h1 {
    top: 15%;
  }
}
