@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
  @include pc {
    background-color: red;
  };
  @include tab {
    background-color: blue;
  };
  @include sp {
    background-color: yellow;
  };
}
*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  -webkit-text-size-adjust: none;
}

ul {
  padding: 0;
  margin: 0;
}

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

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .wrapper_price {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .wrapper_price {
    padding: 40px 20px;
  }
}
.wrapper_price h1 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-ser;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 769px) {
  .wrapper_price h1 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .wrapper_price h1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.wrapper_price h1 span {
  display: inline-block;
}
@media (min-width: 769px) {
  .wrapper_price h1 span {
    border-bottom: 8px solid #ff0;
    line-height: 1.2;
    padding: 0 20px 8px 20px;
  }
}
@media (max-width: 768px) {
  .wrapper_price h1 span {
    border-bottom: 5px solid #ff0;
    line-height: 1.5;
    padding: 0 10px 5px 10px;
  }
}
.wrapper_price .note {
  color: #f00;
}
@media (max-width: 768px) {
  .wrapper_price .table_area {
    overflow: scroll;
  }
}
.wrapper_price .table_area table tr td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .wrapper_price .table_area table tr td {
    white-space: nowrap;
  }
}
.wrapper_price .table_area table tr.top td {
  background: #666;
  color: #fff;
}
.wrapper_price .table_area table tr.top td.size {
  width: 20%;
}
.wrapper_price .table_area table tr.top td.price {
  width: 20%;
}
.wrapper_price .table_area table tr.top td.model {
  color: #fff;
}
@media (min-width: 769px) {
  .wrapper_price .table_area table tr.top .photo img {
    width: 70px;
  }
}
.wrapper_price .block-close {
  margin-top: 30px;
  text-align: center;
}
.wrapper_price .block-close a.btn_close {
  color: #fff;
  background: #999;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.wrapper_price .block-close a.btn_close:hover {
  opacity: 0.5;
}
.wrapper_price .close-batsu {
  position: absolute;
  top: 0;
  right: 0;
  background: #111;
}
@media (min-width: 769px) {
  .wrapper_price .close-batsu {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .wrapper_price .close-batsu {
    width: 40px;
    height: 40px;
  }
}
.wrapper_price ::after,
.wrapper_price ::before {
  box-sizing: inherit;
  box-sizing: border-box;
}
.wrapper_price .close-batsu::after,
.wrapper_price .close-batsu::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1px;
  content: "";
  background: #fff;
}
@media (min-width: 769px) {
  .wrapper_price .close-batsu::after,
  .wrapper_price .close-batsu::before {
    width: 25px;
    margin-left: -12px;
  }
}
@media (max-width: 768px) {
  .wrapper_price .close-batsu::after,
  .wrapper_price .close-batsu::before {
    width: 15px;
    margin-left: -7px;
  }
}
.wrapper_price .close-batsu::before {
  transform: rotate(45deg);
}
.wrapper_price .close-batsu::after {
  transform: rotate(135deg);
}/*# sourceMappingURL=index.css.map */