* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
/* ヘッダーのCSS（始まり） */

body {
  background-color: rgb(242, 242, 242);
}

.gnav {
  position: fixed;
  top: 0;
  width: 100vw;
  /* max-width: 2000px; */
  background-color: rgb(50 50 50 /100%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
  height: 50px;
}
.logo {
  /* background-color: black; */
  text-align: center;
  align-items: center;
  display: flex;
  color: white;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 700;
}

.logo a {
  text-decoration: none;
  color: white;
}

ul.gnav-list {
  /* background:black; */
  padding: 0;
  text-align: right;
}

ul.gnav-list li {
  display: inline-block;
}
ul.gnav-list li a {
  display: block;
  padding-right: 1.5em;
  padding-top: 1em;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

ul.gnav-list a::first-line {
  font-size: 12px;
}

@media (max-width: 400px) {
  .logo {
    font-size: 10px;
    width: 70vw;
  }
  ul.gnav-list {
    height: 50px;
    text-align: right;
    margin-right: 15px;
  }
  ul.gnav-list li a {
    padding: 0;
    line-height: 14px;
  }
}
/* ヘッダーのCSS（終わり） */

.wrk-top-text {
  height: 300px;
  /* background-color: #939393; */
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 530px) {
  .wrk-top-text h3 {
    font-size: 19px;
    width: 310px;
  }
}

@media (min-width: 870px) {
  .wrk-top-text h3 br {
    display: none;
  }
}

.wrap-price {
  position: sticky;
  top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(242, 242, 242);
  width: 95vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin: auto;
}
@media (max-width: 550px) {
  .wrap-price {
    width: 95vw;
  }
}

.wrap-price-2 {
  z-index: 100;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: white;
  width: 50vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.price-category {
  /* background-color:rgb(239, 0, 30);; */
  color: black;
  font-weight: 600;
  text-align: center;
  height: 60px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 3px solid rgb(112, 107, 108);
  z-index: 90;
  background-color: rgb(241, 241, 241);
}
@media (max-width: 550px) {
  .price-category {
    width: 100%;
  }
}

.wrk-box-2 {
  display: flex;
  flex-direction: row;
}
.wrk-box {
  /* background-color: lightgrey; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 100px;
  padding-right: 3vw;
  padding-left: 3vw;
}
@media (max-width: 550px) {
  .wrk-box {
    padding-bottom: 50px;
  }
}

@media (max-width: 550px) {
  .wrk-box-2 {
    flex-direction: column;
  }
}

.wrk-box-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 20px;
}

.wrk-title {
  margin: 30px;
  margin-bottom: 0;
  text-align: left;
  /* background-color: lightgrey; */
  border-bottom: 5px solid rgb(239, 0, 30);
  width: 100%;
  font-family: "Shippori Mincho", serif;
}

@media (max-width: 550px) {
  .wrk-title {
    text-align: center;
  }
}

.wrk-title h4 {
  font-size: 26px;
}

@media (max-width: 800px) {
  .wrk-title h4 {
    font-size: 24px;
  }
}

@media (min-width: 1050px) {
  .wrk-title h4 br {
    display: none;
  }
}

.wrk-chart {
  width: 100%;
  margin-top: 10px;
}

.wrk-chart img {
  width: 100%;
}

.wrk-detail-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: flex-end;
  width: 100vw;
  max-width: 1100px;
  margin-top: 30px;
}

.wrk-detail-btn button {
  width: 300px;
  margin: auto;
  border: 3px solid black;
}

.wrk-detail-btn a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 20px;
  margin: auto;
}
.no-visible {
  visibility: hidden;
}

@media (max-width: 550px) {
  .no-visible {
    display: none;
  }
}

/* FooterのCSS（始まり） */

#container {
  background-color: rgb(1, 1, 1);
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
  height: 150px;
}

@media (min-width: 700px) {
  #container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}

@media (min-width: 500px) and (max-width: 699px) {
  #container {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 499px) {
  #container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
  }
}

#container p {
  color: #939393;
}

.ft-box {
  margin-bottom: 20px;
  width: 200px;
}

.ft-box a {
  text-decoration: none;
  color: #939393 !important;
  display: block;
}

.copyright {
  background-color: black;
  color: gray;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 12px;
}
/* FooterのCSS(終わり) */

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media (max-width: 400px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  .gnavi-sp-list {
    display: flex;
    font-size: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .gnavi-sp-list-item {
    padding: 0 5px;
  }
  .gnavi-sp-list a {
    text-decoration: none;
    color: #fff;
  }
}
