@charset "UTF-8";
body, html {
  color: #333;
  font-family: "MS Pゴシック",sans-serif;
  margin: 0;
}

header {
  max-width: 1200px;
  margin: auto;
  height: 80px;
}

header .header-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-item-wrapper {
  max-width: 821.91781px;
  margin-top: 5px;
}

h1 {
  font-size: 17px;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 0 10px;
}

.header-contact-wrapper {
  font-weight: bold;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 5px;
}

.header-contact-wrapper .contact-key {
  height: max;
  padding: 20px 10px 20px 10px;
  background: #399c30;
  color: white;
  border-radius: 10px;
  white-space: nowrap;
}

.header-contact-wrapper .contact-key div {
  text-decoration: none;
}

.header-contact-wrapper .contact-value {
  height: max;
  padding-left: 10px;
}

.header-contact-wrapper .contact-value p {
  margin: 0;
  padding: 5px;
  text-align: left;
}

#eyecatch-team-walk {
  background-image: url(https://team-walk.com/images/product_team_walk.webp);
}

.eyecatch {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: cover;
  background-position: 50%;
  padding: 2rem 0 2rem 0;
  text-align: center;
}

.eyecatch h2 {
  font-size: 36px;
  padding: 0 0 20px 0;
}

.eyecatch p {
  font-size: 20px;
}

#eyecatch-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button-link-wrapper {
  vertical-align: middle;
  margin: 0 3px 0 3px;
}

.button-link-wrapper a {
  color: black;
  text-decoration: none;
}

.button-link-body {
  display: table-cell;
  vertical-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #9feb9f;
  border-radius: 100px;
  height: 30px;
  padding: 10px 15px 10px 15px;
  vertical-align: middle;
  border: 2px #333 solid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 6px #333 solid;
  width: 300px;
}

.button-link-body:hover {
  background: #60da60;
}

.button-link-main-text {
  font-size: 20px;
  font-weight: bold;
}

.SectionTitle {
  font-size: 30px;
  max-width: 800px;
  margin: 40px auto 10px auto;
  border-bottom: 1px solid #333;
}

.LightGreenLabel {
  font-weight: bold;
  background-color: #dbf3d2;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -10px;
}

#screenshots {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.screenshot {
  max-height: 600px;
  padding: 0.5rem;
  padding: 0 8px 0 8px;
}

.eyecatch-topic-text {
  font-size: 24px;
  font-weight: bold;
  color: #037712;
  white-space: nowrap;
}

.eyecatch-button-label {
  font-size: 20px;
  font-weight: bold;
  color: #037712;
}

ul {
  padding-left: 0;
}

ul li {
  padding: 10px 0 10px 0;
  list-style-type: none;
}

.header-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-company-wrapper {
  margin-left: auto;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0 0 0;
}

.document-box {
  font-size: 16px;
  text-align: center;
  padding: 5px;
}

.weight-up-text {
  font-weight: 600;
}

.description-image {
  width: 100%;
  max-width: 700px;
}

#FunctionDetail {
  max-width: 80%;
  margin: auto;
  text-align: left;
}

#FunctionDetail div {
  padding: 10px;
  margin-bottom: 40px;
  margin-left: 30px;
}

#QA-list {
  text-align: left;
  max-width: 80%;
  margin: auto;
}

#QA-list .question::before {
  content: "Q. ";
}

#QA-list .answer {
  padding: 10px;
  margin-bottom: 40px;
  margin-left: 30px;
}

.price-table {
  border-collapse: collapse;
  margin: auto;
}

.price-table td, .price-table th {
  padding: 4px;
  border: 1px solid #333;
}

.price-table th {
  background-color: #dbf3d2;
  text-align: center;
}

.price-table td {
  text-align: left;
}

.StrongPoint {
  font-size: 26px;
  color: #00B050;
  font-weight: bold;
  text-decoration: underline;
}

footer {
  text-align: center;
  font-size: 14px;
  max-width: 1200px;
  margin: auto;
  padding-top: 30px;
  height: 80px;
}

hr {
  margin-bottom: 10px;
}

.float-menu {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 20px;
  background: #f1cc9b;
}

.float-menu .float-button {
  text-align: center;
  padding: 4px 10px 4px 10px;
  background: #229493;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
}

.float-menu a {
  text-decoration: none;
}

#eyecatch-flex-left {
  padding: 22px 38px 0 0;
}

#MobileFloatMenu {
  display: none;
  background: rgba(151, 235, 189, 0.8);
  font-size: 15px;
  position: fixed;
  bottom: -100px;
  width: 100%;
  padding: 3px 0 10px 0;
}

#MobileFloatMenu .MobileFloatMenuRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#MobileFloatMenu .MobileFloatMenuRow div {
  margin: auto;
}

#MobileFloatMenu .MobileFloatMenuRow a {
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}

@media (max-width: 350px) {
  .eyecatch {
    padding: 0;
  }
  #MobileFloatMenu {
    font-size: 11px;
  }
  #MobileFloatMenu .MobileFloatMenuRow a {
    font-size: 16px;
  }
}

@media (max-width: 670px) {
  .eyecatch-topic-text {
    font-size: 20px;
  }
  .eycatch-text-node1 {
    font-size: 20px;
  }
  .eycatch-text-node2 {
    font-size: 32px;
  }
  .eycatch-text-node3 {
    font-size: 20px;
  }
  .header-nav-wrapper .header-company-wrapper {
    display: none;
  }
  .eyecatch h2 {
    font-size: 26px;
  }
  .eyecatch p {
    font-size: 16px;
  }
  .StrongPoint {
    font-size: 20px;
  }
  .button-link-body {
    width: 260px;
  }
  .button-link-main-text {
    font-size: 16px;
    font-weight: bold;
  }
  .button-link-sub-text {
    font-size: 14px;
    font-weight: bold;
  }
  #MobileFloatMenu {
    display: block;
  }
  header .header-contact-wrapper {
    display: none;
  }
  #screenshots {
    display: block;
  }
}

@media (max-width: 989px) {
  #eyecatch-flex {
    display: block;
  }
  #eyecatch-flex-left {
    padding: 0;
  }
  h1 .main-title {
    font-size: 22px;
  }
  h1 .additional-title {
    font-size: 12px;
  }
  header .header-contact-wrapper {
    font-size: 15px;
  }
  #QA-list, #FunctionDetail {
    max-width: 100%;
  }
}

@media screen {
  .screen-only {
    display: block;
  }
  .print-only {
    display: none;
  }
}

@media print {
  .screen-only {
    display: none;
  }
  .print-only {
    display: block;
  }
}
/*# sourceMappingURL=team-walk.css.map */