@charset "UTF-8";
/* ====================================
 共通スタイル
 ==================================== */
label:has(input:focus-visible) {
  outline: 2px solid var(--focus-indicator);
}

.other-section {
  padding-top: 6rem;
}

/* メインエリア */
.page-header {
  padding: 2rem 0 2rem;
}

.page-footer {
  padding: 8rem 0 0;
}

.page-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-block: 2rem;
}

/* ====================================
	PC専用スタイル
===================================== */
@media print, screen and (width >= 1080px) {
  .other-section {
    padding-top: 10rem;
  }
  .mobile-only {
    display: none;
  }
  /* メインエリア */
  .page-header {
    padding: 2rem 0 4rem;
  }
  .page-title {
    font-size: 3.6rem;
    margin-bottom: 0;
  }
}
/* ====================================
	mixin
===================================== */
.arwlink {
  position: relative;
  padding-left: 1.5rem;
}
.arwlink:before {
  border-right: solid 2px #59574c;
  border-bottom: solid 2px #59574c;
  display: block;
  content: "";
  height: 8px;
  position: absolute;
  top: 8px;
  left: 1px;
  transform: rotate(-45deg);
  width: 8px;
}

.newDownloadLink {
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
  padding-top: 1em;
}
.newDownloadLink a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 0.875em;
  text-decoration: none;
}
.newDownloadLink a:hover {
  text-decoration: underline;
}

.ttlBar {
  background-color: #dedede;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 10rem;
  margin-bottom: 5rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
}
@media print, screen and (width >= 1080px) {
  .ttlBar {
    font-size: 2rem;
  }
}

.dlc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 5rem;
}
@media print, screen and (width >= 600px) {
  .dlc {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (width >= 1080px) {
  .dlc {
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 7rem;
  }
}
.dlc li {
  display: flex;
}
.dlc a {
  display: flex;
  flex-direction: column;
}
.dlc a:link {
  text-decoration: none;
}
.dlc__photo {
  margin-bottom: 2rem;
}
@media print, screen and (width >= 1080px) {
  .dlc__photo {
    margin-bottom: 3rem;
  }
}
.dlc__photo img {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
  width: 70%;
}
.dlc .category {
  color: #59574c;
  flex-grow: 1;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
.dlc .arwlink {
  position: relative;
  display: block;
  flex-grow: 1;
  font-weight: bold;
  line-height: 1.4;
  color: #59574c;
}
.dlc .version {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.dlc .download-btn {
  background-color: #716f63;
  border-radius: 3px;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  transition: opacity 0.2s ease;
}
.dlc .download-btn:hover {
  opacity: 0.7;
}

.driveros {
  display: flex;
  justify-content: flex-end;
  border-top: dotted 1px #59574c;
  margin-top: 2em;
  padding-top: 1em;
}
/*# sourceMappingURL=style.css.map */