@charset "UTF-8";
/**
 * ファイル名: free-page-element.scss
 * 概要: フリーページ部分のスタイル定義
 * 使用場所: ご利用案内、施工事例、Q＆A、お問い合わせ
 * 主な処理:
 * 更新履歴:
 * 備考:
 */
.free-page {
  max-width: 1280px;
  margin: auto;
  font-size: 15px;
  /* ご注文の流れセクション */
}
.free-page .wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 1em;
}
.free-page .Strong.FontSizeLarger {
  font-size: 130%;
  font-weight: 700;
  margin-bottom: 1em;
}
.free-page .Heading.Type1 {
  color: #395246;
  font-size: 1.8rem;
  font-weight: bold;
}
.free-page .Heading.Type2 {
  background-color: #298f4f;
  color: #fff;
  padding: 0.35em 0.75em 0.4em !important;
  font-size: 150%;
  font-weight: bold;
}
.free-page .Heading.Type3 {
  display: inline-block;
  padding: 0.3em 15px;
  color: #1b5531;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 5px 3px #bfddca;
  font-size: 100%;
  font-weight: bold;
}
.free-page .BlockFirst {
  margin-bottom: 2em;
  padding-top: 160px;
}
.free-page .BlockSecond {
  margin-bottom: 2em;
}
.free-page .PRList {
  display: flex;
  gap: 2em;
  margin-bottom: 1em;
  padding: 1rem;
}
.free-page .PRList li {
  font-size: 1.1rem;
  color: #13834e;
  font-weight: bold;
  list-style: none;
  flex: 1;
  text-align: center;
}
.free-page .PRList li .Image img {
  width: 192px;
  height: 192px;
  margin-bottom: 0.5em;
  border: 8px solid #c5e1cf;
  padding: 1.5rem 3rem 1.5rem 3rem;
}
.free-page .SupplementList {
  display: table;
  margin: auto;
  font-size: 125%;
  margin-bottom: 1.2em;
}
.free-page .SupplementList li::before {
  content: "●";
  color: #349156;
  margin-right: 0.25em;
  font-size: 115%;
}
.free-page .ContactBox {
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 1em;
}
.free-page .list-support {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 30px 35px;
  border: 1px solid #349156;
  margin: 30px 0 80px;
}
.free-page .list-support li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1rem;
}
.free-page .list-support li:before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  background: url(https://gigaplus.makeshop.jp/8fzpycv/theme/img/common/icon/check.png) no-repeat left top;
  background-size: auto;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.free-page .hr-green {
  border: none;
  border-top: 2px solid #3FC183;
  margin: 8px 0;
}
.free-page .text-green {
  color: #13834E;
}
.free-page .table-header {
  background-color: #eafaf3;
}
.free-page .note {
  margin-left: 1em;
  text-indent: -1em;
  color: #555;
  font-size: 0.95em;
  margin-bottom: 1em;
}
.free-page table.fee-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.5em;
  background: #f8f8f8;
}
.free-page table.fee-table th,
.free-page table.fee-table td {
  border: 1px solid #dcdcdc;
  padding: 0.7em;
  text-align: center;
}
.free-page table.fee-table thead tr {
  background: #eafaf3;
}
.free-page .__step {
  margin: 2em auto;
  border-radius: 8px;
}
.free-page .__step .__heading {
  font-size: 1.7em;
  color: #13834E;
  border-left: 6px solid #3FC183;
  padding-left: 0.5em;
  margin-bottom: 1em;
  background: linear-gradient(90deg, #eafaf3 60%, transparent 100%);
}
.free-page .__step .__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}
.free-page .__step .__list .__item {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 0.5em;
  border-left: 4px solid #3FC183;
  background: #f7fcf9;
  border-radius: 6px;
}
.free-page .__step .__list .__item::before {
  content: counter(step);
  counter-increment: step;
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  background: #3FC183;
  border-radius: 50%;
  width: 2em !important;
  height: 2em !important;
  text-align: center;
  line-height: 2em;
  margin-right: 1em;
}
.free-page .__step .__list .__item .__title {
  width: 350px;
  font-size: 1.15em;
  font-weight: 600;
  color: #298f4f;
  margin: 0 0 0.3em 0;
}
.free-page .__step .__list .__item .__description {
  font-size: 1em;
  color: #333;
  max-width: 750px;
}
.free-page .qa-details {
  background: #f7f9fc;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0.5ex;
  max-width: 1210px;
  margin-left: 10px;
}
.free-page .qa-summary {
  border-left: 4px solid #298f4f;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #333;
}
.free-page .qa-q {
  display: inline-block;
  color: #298f4f;
  margin-right: 12px;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
}
.free-page .qa-question {
  color: #000000;
  margin-left: 0px;
  font-weight: bold;
  padding-right: 10%;
}
.free-page .qa-plus,
.free-page .qa-minus {
  margin-right: 10px;
  color: #5d6d7e;
  position: absolute;
  left: 90%;
  font-size: 25px;
}
.free-page .qa-answer-box {
  padding: 15px;
  padding-left: 20px;
  background: white;
}
.free-page .qa-a {
  color: #ff8d8d;
  font-size: 20px;
  font-weight: bold;
  margin-right: 12px;
}
.free-page .corporate-table {
  border-collapse: collapse;
  width: 100%;
}
.free-page .corporate-table th {
  background: #f8f8f8;
  min-width: 80px;
  vertical-align: top;
}
.free-page .corporate-table th,
.free-page .corporate-table td {
  border: 1px solid #dcdcdc;
  padding: 0.7em;
  text-align: left;
}
@media (max-width: 768px) {
  .free-page .corporate-table {
    font-size: 13px;
  }
}
.free-page .law-table {
  border-collapse: collapse;
  width: 100%;
}
.free-page .law-table th {
  background: #f8f8f8;
  min-width: 250px;
  vertical-align: top;
}
.free-page .law-table th,
.free-page .law-table td {
  border: 1px solid #dcdcdc;
  padding: 0.7em;
  text-align: left;
}
.free-page .law-table .fee-table {
  border-collapse: collapse;
  width: 100%;
}
.free-page .law-table .fee-table .table-header th {
  background-color: #eafaf3;
}
@media (max-width: 768px) {
  .free-page .law-table {
    font-size: 13px;
  }
  .free-page .law-table th {
    min-width: 100px;
  }
}
.free-page .privacy-page dl dt {
  font-size: 15px;
  margin-bottom: 0.5em;
}
.free-page .privacy-page dl dd {
  font-size: 13px;
  margin-bottom: 2em;
  margin-left: 1em;
  line-height: 1.8;
}
@media (max-width: 900px) {
  .free-page section,
  .free-page .__step {
    padding: 1em 0.5em;
  }
  .free-page .wrapper {
    padding: 0 0.5em;
  }
}
@media (max-width: 768px) {
  .free-page .BlockFirst {
    margin-bottom: 0;
  }
  .free-page .BlockSecond {
    margin: 0;
  }
  .free-page .PRList {
    flex-direction: column;
    gap: 1em;
  }
  .free-page .Heading.Type2,
  .free-page .__step .__heading {
    font-size: 1.3em;
    padding-left: 0.4em;
  }
  .free-page .list-support {
    margin: 0;
  }
  .free-page section,
  .free-page .__step {
    padding: 0.7em 0.2em;
  }
  .free-page .__step .__item {
    flex-direction: column;
    gap: 0.5em;
    padding: 0.7em 0.5em;
  }
}