@charset "UTF-8";
[class*="--inner"] {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}

html, body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100% !important;
}

p:empty {
  display: block;
  height: 1em; /* お好みで調整 */
}

article img {
  height: auto !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header {
  background: rgb(38, 50, 95);
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}
.header--inner {
  display: flex;
  justify-content: space-between;
}
.header__logo img {
  width: 220px;
}
.header__nav {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 10px 20px;
}
.header__nav-item a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(196, 63, 63);
}

@media (max-width: 768px) {
  .header--inner {
    display: block;
  }
  .header__nav {
    width: 100%;
  }
  .header__nav-list {
    width: 100%;
  }
  .header__nav-item {
    flex-basis: 33%;
    text-align: center;
  }
}
.footer {
  background: rgb(43, 43, 43);
  width: 100%;
  padding: 100px 0 10px;
}
.footer p {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.main {
  padding: 0 0 200px;
}
.main__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
  background: #f5f5f5;
}
.main p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.main small {
  font-size: 12px;
  color: #666;
  display: block;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .main__title {
    font-size: 18px;
  }
}

.teamviewer__flow {
  margin-bottom: 20px;
  display: flex;
  gap: 40px;
}
.teamviewer__flow > li {
  flex-basis: 33%;
  box-sizing: border-box;
}
.teamviewer__flow-download {
  padding: 20px;
  border: 4px solid #ccc;
}
.teamviewer__flow-download figure {
  text-align: center;
}
.teamviewer__flow-download figure img {
  width: 100px;
}
.teamviewer__flow-download figcaption {
  margin-bottom: 20px;
  font-weight: bold;
}
.teamviewer__flow-download-link {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  margin: 10px auto;
  background: rgb(38, 50, 95);
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
}
.teamviewer__disclaimer {
  margin-top: 50px;
  padding: 50px;
  background: #f5f5f5;
}
.teamviewer__disclaimer h2 {
  font-size: 18px;
  font-weight: bold;
}
.teamviewer__disclaimer ol {
  padding-left: 20px;
  margin-top: 20px;
}
.teamviewer__disclaimer ol li {
  margin-bottom: 10px;
  list-style: number;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .teamviewer__flow {
    flex-direction: column;
  }
  .teamviewer__flow > li {
    flex-basis: 100%;
  }
  .teamviewer__disclaimer {
    padding: 50px 20px;
  }
}/*# sourceMappingURL=busix-layout.css.map */