@charset "utf-8";

.boxConfirmList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1080px;
  margin: 0 auto 2em auto;
  padding: 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
@media all and (max-width: 750px) {
  .boxConfirmList {
    margin: 0 auto 1em auto;
    font-size: 0.9rem;
  }
}

.boxConfirmList dt {
  position: relative;
  width: 300px;
  padding: 0.8em 0.5em 0.8em 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxConfirmList dt {
    width: 100%;
    padding: 0.6em 0.5em 0.1em 0.5em;
  }
}

.boxConfirmList dd {
  position: relative;
  width: calc(100% - 300px);
  padding: 0.8em 0.5em;
}
@media all and (max-width: 750px) {
  .boxConfirmList dd {
    width: 100%;
    padding: 0 0.5em 0.6em 0.5em;
  }
}

.boxConfirmList dt:after,
.boxConfirmList dd:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #cecece;
}
@media all and (max-width: 750px) {
  .boxConfirmList dt:after {
    content: none;
  }
}

.txtConfirmLead {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.8;
}
@media all and (max-width: 750px) {
  .txtConfirmLead {
    margin-top: 1.5em;
    font-size: 0.8rem;
  }
}

.boxConfirmButtons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2em;
}
@media all and (max-width: 750px) {
  .boxConfirmButtons {
    margin-top: 1em;
  }
}

.boxConfirmButtons .btnBack {
  -webkit-order: 2;
  order: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 12em;
  /* width: 7.0em; */
  height: 3.2em;
  margin-top: 2em;
  background-color: #999;
  text-align: center;
  /* border-radius: 0.3em; */
  font-size: 1.13rem;
  color: #fff;
  text-decoration: none;
}
.boxConfirmButtons .btnBack:hover {
  background: #777;
}
@media all and (max-width: 750px) {
  .boxConfirmButtons .btnBack {
    height: 2.2em;
    font-size: 0.9rem;
  }
}

.boxConfirmButtons input[type="submit"] {
  -webkit-order: 1;
  order: 1;
  /*padding: 12px 40px;
  font-size: 1.13rem;*/
}

.boxFlow {
  margin: 30px auto;
  padding: 20px 0;
}

.flowList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.flowItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
}

.flowNumber {
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  color: #666;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.flowLabel {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.flowItem {
  position: relative;
}

.flowItem.active .flowNumber {
  background-color: #0066cc;
  color: white;
  /* box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3); */
}

.flowItem.active .flowLabel {
  color: #0066cc;
  font-weight: bold;
}

.flowItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #e0e0e0;
  /*z-index: -1;*/
}

.flowItem.active:not(:last-child)::after {
  background-color: #0066cc;
}

.boxThanks {
  margin-bottom: 32px;
  padding: 24px;
  /* background: #f9f9f9; */
  border-radius: 4px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxThanks {
    margin-bottom: 0;
    padding: 1em 2%;
  }
}

.txtThanksLead {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}
@media all and (max-width: 750px) {
  .txtThanksLead {
    margin-bottom: 0.5em;
    letter-spacing: normal;
    font-size: 1rem;
  }
}

.txtThanksBody {
  font-size: 1.125rem;
  color: #666;
  margin: 0;
}
@media all and (max-width: 750px) {
  .txtThanksBody {
    font-size: 0.9rem;
  }
}

/* ダウンロードリンクエリア */
.boxDownloadLinks {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #e5e5e5;
}
.ttlDownload {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.5em;
  font-weight: bold;
  margin: 0 0 12px;
  padding: 4px 15px;
  background: #f5f5f5;
  border-left: 3px solid #0a65ce;
  font-size: 1.3rem;
  color: #333;
}
.txtDownloadLead {
  margin: 0 0 12px;
  font-size: 1.125rem;
  color: #555;
}
.btnDownloadZipWrap {
  margin: 0 0 24px;
}
.btnDownloadZip {
  display: inline-block;
  padding: 12px 32px;
  background: #0066cc;
  color: #fff;
  text-decoration: none;
  /* border-radius: 4px; */
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #0066cc;
}
.btnDownloadZip:hover {
  border: 1px solid #0066cc;
  color: #0066cc;
  background: #fff;
}
.listDownload {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listDownloadItem {
  border-bottom: 1px solid #e5e5e5;
}
.listDownloadItem:last-child {
  border-bottom: none;
}
.linkDownload {
  display: block;
  padding: 12px 8px;
  color: #0066cc;
  text-decoration: none;
  font-size: 1.25rem;
}
.linkDownload:hover {
  background: #f5f5f5;
}
.txtPdf {
  font-size: 1.25rem;
  color: #888;
}
.txtDownloadNote {
  margin: 16px 0 0;
  font-size: 1.1rem;
  color: #888;
}
/* エラー表示 */
.boxDownloadError {
  margin-top: 24px;
  padding: 16px;
  background: #fef2f2;
  border: 1px solid #dc2626;
  /* border-radius: 4px; */
}
.txtDownloadError {
  font-weight: bold;
  color: #dc2626;
}
.boxDownloadNote {
  margin-top: 24px;
  padding: 16px;
  background: #f9f9f9;
  border-radius: 4px;
}
.Contact_base .boxContact01 .Flexbox label {
  min-width: 300px;
}
/* checkbox 専用: content.css の input共通スタイル(border:none, width:100%, padding等)を継承させない（2026-04-28 SP消失対策） */
.Contact_base .boxContact01 input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  padding: 0 !important;
  margin: 0;
  border: 1px solid #999 !important;
  border-radius: 0 !important;
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  flex-shrink: 0;
  vertical-align: middle;
  background: #fff;
}
@media all and (max-width: 750px) {
  .Contact_base .boxContact01 .Flexbox label {
    width: 100%;
    min-width: auto;
  }
  /* ulSelect内のチェックボックスラベルは外側ラベルと挙動を分ける（width:100%でcheckboxが消える対策・2026-04-28） */
  .Contact_base .boxContact01 .Flexbox .ulSelect > li label {
    width: auto;
    min-width: auto;
  }

  .ttlDownload {
    font-size: 1rem;
  }
  .linkDownload {
    font-size: 1rem;
  }
  .txtDownloadLead,
  .txtPdf,
  .txtDownloadNote {
    font-size: 0.9rem;
  }
}
.boxConfirmList dd.ddDescription {
  word-break: break-word;
}

/* add 2026.04.26 */
.boxConfirmList {
  align-items: stretch;
}

.boxConfirmList dt,
.boxConfirmList dd {
  align-self: stretch;
}
.boxConfirmList dd {
  display: flex;
  align-items: center;
}
