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

header {
  max-width: 1200px;
  margin: auto;
  vertical-align: top;
  height: 70px;
}

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

header p {
  padding-left: 20px;
  text-align: right;
}

header ul {
  position: right;
}

header ul li {
  list-style-type: none;
  background-color: #fff;
  color: #000;
  padding: 0 5px 0 0;
}

header ul li button {
  height: 30px;
  width: 60px;
  background-color: lightgray;
  border: none;
  border-radius: 30px;
}

.product-name-wrapper {
  width: 821.91781px;
}

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

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

.bottom-box {
  font-size: 16px;
  text-align: center;
}

.bottom-box p {
  padding: 10px 0 10px 0;
}

.eyecatch {
  text-align: center;
  background-image: url(../images/quick-txt/header.webp);
  -o-object-fit: cover;
     object-fit: cover;
  padding: 3rem 0 3rem 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background-position: 50%;
  background-blend-mode: lighten;
  margin-bottom: 50px;
}

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

.eyecatch img {
  padding: 0.5rem;
  max-width: 250px;
}

.tarms p {
  font-size: 12px;
}

.tarms h2 {
  font-size: 16px;
  text-align: center;
}

.tarms h3 {
  font-size: 14px;
  padding-top: 10px;
}

.tarms ol {
  padding: 14px;
}

.tarms ol li {
  font-size: 12px;
}

h1 {
  font-size: 20px;
}

h1 hr {
  margin-bottom: 10px;
}
#main-functions {
  width: fit-content;
  margin: auto;
}
#main-functions li {
  width: fit-content;
}
