@charset "utf-8";
/* CSS Document */
/* HDYONEで追加したCSS　サービスページ関連のCSS 2025/11/17*/
/*-- アコーディオンスタイルここから --*/
.accordion {
  margin: 2em 0;
}
.accordion__summary {
  display: block;
  background: #2aac9f; /* 見出しの背景色 */
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 10px 38px 10px 10px;
  color: #FFF;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion[open] .accordion__summary::after {
  content: "−";
}
.accordion__detail {
  padding: 50px;
  margin: 0;
}
.accordion__text {
  margin: 0;
}
/*-- アコーディオンスタイルここまで --*/
/*-- サービスアコーディオン　表ここから --*/
.table_service-design3 {
  border-collapse: collapse;
  word-break: break-all;
  max-width: 100%; /* 最大幅を画面いっぱいに */
  width: 100%; /* 全体の幅を100%に */
}
.table_service-design3 a {
  text-decoration: underline;
}
.table_service-design3 th {
  border-bottom: 2px solid #e7e7e7;
  padding: 0.5em;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  padding-top: 50px;
}
.table_service-design3 td {
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  padding: 1em;
}
.table_service-design3_g {
  width: 30% !important;
}
@media print, screen and (max-width: 787px) {
.table_service-design3_g {
  width: 30% !important;
}
}
@media screen and (max-width: 787px) {
  .table_service-design3 thead {
    display: none;
  }
  .table_service-design3 td::before {
    content: attr(data-label);
    font-weight: bold;
    min-width: 4em;
  }
}
/* サービスアコーディオン　表ここまで */
/* メールマガジン登録　ここから */
.mail-button-01 a {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #333;
    font-weight: 400;
    border: solid 1px #333;
    display: block;
    box-sizing: border-box;
    max-width: 300px;
    text-align: center;
    padding: 16px 25px;
    margin: 24px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}
.mail-button-01 a:hover {
    color: #333;
    background: initial;
    transition: all 0.3s;
}
/* メールマガジン登録　ここまで */