@charset "UTF-8";

.subpage-fv{
    max-width: 1360px;
    margin: auto;
    padding-top: 140px;
}

.subpage-text {
    max-width: 900px;
    margin: auto;
    line-height: 2;
    padding: 0 20px;
}

.subpage-sub_title{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
}


.about-license{
  max-width: 720px;
  margin: auto;
}

.license-item{
  align-items: center;
  margin: 50px auto;
}

.license-title{
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.license-table_wrap{
  overflow-x: auto;
  display: block;
  white-space: nowrap;
}

.license-table {
  border: solid 1.5px #909090;
  text-align: left;
  padding: 10px 15px;
  margin: auto;
}

.license-table_wrap tr:nth-child(even) {
  background-color: #f2f2f2;
}

.license-table_th {
  background-color: #cfeedf;
  text-align: center;
  border: solid 1.5px #909090;
  padding: 10px 15px;
  margin: auto;
}

.sticky {
    position: sticky;
    left: 1px;
    background-color: #cfeedf;
    text-align: center;
}

.sticky::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #909090;
    position: absolute;
    top: -1px;
    left: -1px;
    box-sizing: content-box;
}

.license-table_link{
  font-size: 12px;
  font-weight: bold;
  color: #01A478;
  vertical-align: middle;
  padding: 0px 15px;
  border: solid 1.5px #909090;
}

caption{
  display: block;
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
}


@media screen and (max-width: 768px){
.subpage-sub_title {
  font-size: 26px;
}

.subpage-text {
  padding: 0 20px;
}

.license-table {
  font-size: 15px;
  padding: 5px 5px;
}

}

@media screen and (max-width: 450px){
.subpage-fv{
  padding-top: 70px;
}
.subpage-text {
    padding: 0 10px;
}

.license-item {
    margin: 20px auto;
}

.license-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.license-table_link{
  font-size: 10px;
  padding: 0 5px;
}

}