@charset "UTF-8";

.ml-auto { 
  margin-left: auto;
}
.h-margin { 
  margin: 0 auto;
}
.lh-17 {
  line-height: 1.7;
}
.btn-link {
  color: #000;
}
.btn-link:hover {
  color: #c00000;
}
#top article {
  padding: 0px;
  border: none;
}
#top article+article {
  margin-top: 0px;
}
.share_top-link .top-link {
  right: 1%;
}
.common .bs_footer-01 {
  margin-top: 80px;
}
.mo-cur img {
  cursor: pointer;
}
.modal {
  max-width: 100% !important;
}
.dlb_table_column .table th {
  font-weight: 400;
}
.table th, .table td {
  line-height: 1.7;
}
.list-disc {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 0;
}
.list-disc li {
  line-height: 1.7;
}
.d-sp { display: none; }


@media (min-width: 768px) {
.modal-dialog {
    max-width: 800px !important;
}
}
@media only screen and (max-width: 690px) {
.d-pc { display: none; }
.d-sp { display: block; }
}

/*---ST追記2025/12/22---*/
.overflow-visible {
  overflow: visible;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.banner {
 width: 100%;
 height: auto;
}

@media only screen and (min-width: 500px) {
.banner {
   max-width: 300px;
}
}

/* ========================================
  フローティング
======================================== */
/*---------- ボタン ----------*/
/* アイコン付きボタン（リンク） */
.c-btn-icon {
  display: grid !important;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
}
.c-btn-icon .material-icons,
.c-btn-icon .material-icons-outlined {
  font-size: 1.5em;
}
/* 右にアイコン */
.c-btn-icon.--right {
  grid-template-columns: auto 1.5em;
}
/* 左にアイコン */
.c-btn-icon.--left {
  grid-template-columns: 1.5em auto;
}

/* ========================================
  フッター
======================================== */
/*---------- フッターフィックスとの位置調整 ----------*/
@media (max-width: 767.98px) {
  .share_top-link .top-link {
    top: -120px;
  }
}

/* ========================================
  フッターフィックス
======================================== */
.p-footer-fix {
  display: grid;
  grid-template-columns: repeat(1, auto);
  align-items: center;
  position: sticky;
  inset: 0;
  top: auto;
  right: 0%;
}
@media only screen and (min-width: 500px) {
  .p-footer-fix {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    position: fixed;
    top: 72vh;
    left: auto;
    right: 1%;
    bottom: auto;
    /* transform: translateY(-50%); */
    z-index: 10;
  }
  .p-footer-fix .c-btn-icon {
    grid-template-columns: auto;
    grid-template-rows: 1em auto;
  }
  .p-footer-fix .btn .c-text-vertical {
    writing-mode: vertical-rl;
  }
}

.p-footer-fix:active {
  transform: translateY(5px);
  }

/*お問い合わせ*/
input.width_cm {
  width: 100% !important;
}