/* Edition PriBiz リリースノート */
.releaseNotesPage{
  background:#fff;
  color:#222;
}
.releaseMain{
  background:#fff;
}
.releaseBreadcrumb{
  padding-top:30px;
  font-size:14px;
  line-height:1.6;
  color:#666;
}
.releaseBreadcrumb a{
  color:#0098d8;
  text-decoration:none;
}
.releaseBreadcrumb span{
  color:#666;
}
.releaseHero{
  padding:76px 0 32px;
  text-align:center;
}
.releaseTitle{
  margin:0;
  color:#555;
  font-size:48px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.04em;
}
.releaseLead{
  margin:76px auto 0;
  color:#666;
  font-size:14px;
  line-height:24px;
}
.releaseContent{
  width:min(100% - 40px, 960px);
  margin:0 auto;
  padding:0 0 96px;
}
.releaseCard{
  background:#fff;
  border:1px solid #e5e8ec;
  border-radius:18px;
  box-shadow:0 16px 34px rgba(0,0,0,.09), 0 3px 10px rgba(0,0,0,.05);
  padding:28px;
}
.releaseCard + .releaseCard{
  margin-top:56px;
}
.releaseCardHeader{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #e7e7e7;
}
.releaseCardTitle{
  margin:0;
  font-size:18px;
  line-height:28px;
  font-weight:700;
  color:#222;
}
.releaseResultInfo{
  color:#555;
  font-size:13px;
  line-height:20px;
}
.releaseForm{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}
.releaseField{
  min-width:0;
}
.releaseField--version{
  grid-column:1 / -1;
}
.releaseLabel{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 8px;
  font-size:13px;
  line-height:20px;
  font-weight:700;
  color:#333;
}
.releaseFieldIcon{
  display:inline-grid;
  place-items:center;
  width:16px;
  height:16px;
  font-size:13px;
  line-height:1;
}
.releaseInput,
.releaseSelect{
  width:100%;
  height:42px;
  border:2px solid #dfe3e8;
  border-radius:8px;
  background:#fff;
  color:#333;
  font:inherit;
  font-size:14px;
  line-height:1.5;
  padding:8px 12px;
  transition:border-color .16s ease, box-shadow .16s ease;
}
.releaseInput:focus,
.releaseSelect:focus{
  outline:none;
  border-color:#3367b7;
  box-shadow:0 0 0 3px rgba(51,103,183,.13);
}
.releaseVersionHeader{
  display:flex;
  align-items:center;
  gap:10px;
}
.releaseLoading{
  display:none;
  color:#666;
  font-size:12px;
  line-height:18px;
}
.releaseVersionGrid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}
.releaseVersionName{
  display:block;
  margin:0 0 8px;
  color:#222;
  font-size:13px;
  line-height:18px;
  font-weight:700;
}
.releaseActions{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding-top:4px;
}
.releaseButton{
  min-width:96px;
  height:44px;
  border-radius:10px;
  border:2px solid #333;
  background:#fff;
  color:#222;
  cursor:pointer;
  font-size:14px;
  line-height:1;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  transition:background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease, border-color .16s ease;
}
.releaseButton:hover{
  transform:translateY(-1px);
  box-shadow:0 5px 12px rgba(0,0,0,.12);
}
.releaseButton:disabled{
  cursor:not-allowed;
  opacity:.55;
  transform:none;
  box-shadow:none;
}
.releaseButton--primary{
  background:#3466b7;
  border-color:#3466b7;
  color:#fff;
}
.releaseButton--primary:hover{
  background:#2f5da7;
  border-color:#2f5da7;
}
.releaseTableWrap{
  overflow:auto;
  border:1px solid #e5e8ec;
  border-radius:8px;
}
.releaseTable{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  background:#fff;
}
.releaseTable th,
.releaseTable td{
  text-align:left;
  padding:14px 12px;
  border-bottom:1px solid #ececec;
  font-size:13px;
  line-height:20px;
  color:#333;
  vertical-align:middle;
}
.releaseTable th{
  background:#eef1f4;
  font-weight:700;
}
.releaseTable tbody tr:last-child td{
  border-bottom:0;
}
.releaseTable tbody tr:hover{
  background:#fafafa;
}
.releaseThVersion{ width:106px; }
.releaseThIssue{ width:82px; }
.releaseThTitle{ min-width:330px; }
.releaseThRole{ width:190px; }
.releaseThAction{ width:80px; }
.releaseDetailButton{
  min-width:58px;
  height:36px;
  padding:0 14px;
  border:2px solid #3466b7;
  border-radius:8px;
  background:#fff;
  color:#3466b7;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.releaseDetailButton:hover{
  background:#3466b7;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 4px 8px rgba(52,102,183,.18);
}
.releaseEmpty{
  padding:18px 12px;
  color:#666;
}
.releaseModal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(4px);
  padding:24px 20px;
  overflow:auto;
}
.releaseModalInner{
  width:min(100%, 1000px);
  margin:0 auto;
  background:#fff;
  border-radius:18px;
  padding:28px;
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.releaseModalHeader{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding-bottom:18px;
  margin-bottom:16px;
  border-bottom:1px solid #e7e7e7;
}
.releaseModalTitle{
  margin:0;
  color:#222;
  font-size:26px;
  line-height:1.45;
  font-weight:800;
  overflow-wrap:anywhere;
}
.releaseModalClose{
  flex:0 0 auto;
  width:40px;
  height:40px;
  border:2px solid #ddd;
  border-radius:50%;
  background:#fff;
  color:#666;
  cursor:pointer;
  font-size:26px;
  line-height:1;
  display:grid;
  place-items:center;
  transition:background .16s ease, color .16s ease, border-color .16s ease;
}
.releaseModalClose:hover{
  background:#f2f2f2;
  color:#222;
  border-color:#aaa;
}
.releaseModalMeta{
  margin-bottom:24px;
  padding:12px 14px;
  border-radius:8px;
  background:#f7f8fa;
  color:#555;
  font-size:13px;
  line-height:1.8;
}
.releaseMetaGrid{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
}
.releaseMetaLabel{
  font-weight:700;
  color:#3466b7;
}
.releaseDetailSection{
  margin-top:20px;
  padding:20px;
  border:1px solid #e5e8ec;
  border-radius:12px;
  background:#fbfbfc;
}
.releaseDetailSectionTitle{
  margin:0 0 12px;
  color:#3466b7;
  font-size:14px;
  line-height:22px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:8px;
}
.releaseDetailSectionTitle::before{
  content:"";
  width:4px;
  height:16px;
  border-radius:99px;
  background:#3466b7;
}
.releaseDetailContent{
  margin:0;
  white-space:pre-wrap;
  color:#333;
  font-family:var(--font-base);
  font-size:14px;
  line-height:1.8;
}
.releaseDetailImage{
  margin:0;
  overflow:auto;
}
.releaseDetailImage img,
.releaseDetailImage .detail-responsive{
  max-width:100%;
  height:auto;
}
@media (max-width:820px){
  .releaseBreadcrumb{
    padding-top:24px;
    font-size:13px;
  }
  .releaseHero{
    padding:64px 0 28px;
  }
  .releaseTitle{
    font-size:32px;
    line-height:40px;
  }
  .releaseLead{
    margin-top:40px;
    font-size:14px;
    text-align:left;
  }
  .releaseContent{
    width:calc(100% - 40px);
    padding-bottom:72px;
  }
  .releaseCard{
    padding:20px;
    border-radius:16px;
  }
  .releaseCard + .releaseCard{
    margin-top:40px;
  }
  .releaseCardHeader{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
  .releaseForm,
  .releaseVersionGrid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .releaseActions{
    flex-direction:column;
    align-items:stretch;
  }
  .releaseButton{
    width:100%;
  }
  .releaseModal{
    padding:18px 12px;
  }
  .releaseModalInner{
    padding:20px;
    border-radius:16px;
  }
  .releaseModalTitle{
    font-size:20px;
  }
  .releaseModalMeta{
    font-size:12px;
  }
}

.release-badge {
  display:inline-block;
  margin-top:3px;
  padding:2px 6px;
  background:#fff3cd;
  color:#856404;
  border:1px solid #ffe08a;
  border-radius:10px;
  font-size:10px;
  font-weight:bold;
}
