/* CTAボタンのデザイン調整 */
.c-btn a {
  display: inline-block;
  border-radius: 9999px !important;
}

.theme-custom .p-article--bdr__box {
 background-color: #ffffffc4 !important;
}

.c-btn a, .c-btn input, .c-btn .btn-customform-submit, .c-btn button {
 font-weight: bold;   
}

.theme-custom .c-btn a,.theme-custom .c-btn input,.theme-custom .c-btn button,.theme-custom .c-btn .btn-customform-submit {
    background-color: #3db1c7 !important;
}

/* スマホ下部のCTAボタンのデザイン調整 */
@media screen and (max-width: 1024px) {
  .p-header-floating-btn__editable-btn a {
    border-radius: 0 !important;
  }
}

/* CTAエリアのPC用サイズ調整 */
[data-block-name="上画像(枠付)"] .c-wrapper {
  max-width: 600px;
}


/* スライダーパーツのサイズ調整 */
[data-structure=b-img-slider--small] .swiper-container .swiper-slide-img {
   min-height : 600px;
}
[data-structure=b-img-slider--small] .swiper-container {
   min-height : 600px;
}

[data-structure=b-img-slider--small] .p-img-slider--small {
 margin-top : 50px;
 margin-bottom : 50px; 
 }

.b-img-slider--small img {
  object-fit: contain; /* ←画像が縮小して全部表示されるように */
  height: 100%;
}