@charset "UTF-8";

/* パンくず高さ */
#ptitle {
  height: 40px;
}

/* h1 h2 */
.p-content__heading--01 {
  text-align: center;
  font-size: clamp(1rem, 0.006rem + 4.97vw, 1.5rem);
  font-weight: bold;
  line-height: 1.4;
  color: #222222;
  /* opacity: 0.5; */
  margin-bottom: 60px;
}

/* 元の h4 スタイルを打ち消す */
#article h4.p-text04{
    background: none;
    color: inherit;
    padding: 0;
    margin: 0;
    font-size: inherit;
}

/* p-text04 のスタイル */
#article h4.p-text04{
    font-size: 16px;
    padding-left: 5px;
    margin-bottom: 0.25em;
}
          
/* section */
.p-content--01 {
  background: transparent linear-gradient(180deg, #CCCCCC12 0%, #CCCCCC1A 83%, #CCCCCC62 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.p-content__inner {
  width: 100%;
  padding:70px 8% 50px;
  box-sizing: border-box;
}

/* box--01 */
.p-content__box--01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (max-width: 480px) {

  .p-content__heading--01 {
     margin-bottom: 30px;
  }

  .p-content__inner {
    padding: 30px 4%;
  }

  /* box--01 */
  .p-content__box--01 {
    display: block;
    margin-top: 0px;
  }

  .Manual-img img{
    width: 70%;
    height: auto;
  }

  .Auto-img img {
    width: 90%;
    height: auto;
  }
}







