<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
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) {
  .main-image {
    margin: 20px 0px 0px 0px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main-image {
    margin: 5px 5px 0px 5px;
  }
}

@media (min-width: 769px) {
  .banner-A {
    margin: 20px 0px 0px 0px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banner-A {
    margin: 10px 15px 0px 15px;
  }
}

.h2-type-A {
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  .h2-type-A {
    margin: 40px 0px 0px 0px;
    text-align: center;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .h2-type-A {
    margin: 30px 15px 0px 15px;
    text-align: center;
    font-size: 26px;
  }
}

.h3-type-A {
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  position: relative;
}
@media (min-width: 769px) {
  .h3-type-A {
    margin: 40px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .h3-type-A {
    margin: 20px 0px 0px 0px;
  }
}
.h3-type-A .balloon {
  position: absolute;
  display: inline-block;
  max-width: 100%;
  color: #000;
  font-weight: bold;
  background: #fabe00;
  border-radius: 7px;
}
@media (min-width: 769px) {
  .h3-type-A .balloon {
    font-size: 16px;
    margin: -20px auto 0px auto;
    padding: 5px 0px 5px 0px;
    width: 120px;
    left: 14px;
  }
}
@media (max-width: 768px) {
  .h3-type-A .balloon {
    font-size: 13px;
    margin: -13px auto 0px auto;
    padding: 3px 0px 3px 0px;
    width: 80px;
    left: 5px;
  }
}
.h3-type-A .balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #fabe00;
}
.h3-type-A .balloon p {
  text-align: center;
}
.h3-type-A h3 {
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 769px) {
  .h3-type-A h3 {
    padding: 15px 0px 20px 0px;
    text-align: center;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .h3-type-A h3 {
    padding: 8px 0px 10px 0px;
    text-align: center;
    font-size: 20px;
  }
}
.h3-type-A h3 span {
  display: inline-block;
  position: relative;
  color: #000;
  font-weight: bold;
  background: #fabe00;
  border-radius: 7px;
}
@media (min-width: 769px) {
  .h3-type-A h3 span {
    font-size: 16px;
    margin: 0px 12px 0px 0px;
    padding: 5px 0px 5px 0px;
    width: 92px;
    height: 30px;
    top: -5px;
  }
}
@media (max-width: 768px) {
  .h3-type-A h3 span {
    font-size: 13px;
    margin: 0px 10px 0px 0px;
    padding: 3px 0px 3px 0px;
    width: 72px;
    height: 22px;
    top: -3px;
  }
}
.h3-type-A .red {
  background-color: #fd0011;
}
.h3-type-A .blue {
  background-color: #002dfc;
}
.h3-type-A .yellow {
  background-color: #ffa500;
}
@media (min-width: 769px) {
  .h3-type-A .in-span {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .h3-type-A .in-span {
    padding-bottom: 6px;
  }
}

.about-installation {
  color: #fd0011;
}
@media (min-width: 769px) {
  .about-installation {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .about-installation {
    font-size: 13px;
    line-height: 1.25;
    margin-top: 12px;
  }
}
.about-installation h4 {
  font-weight: bold;
  color: #fd0011;
}
@media (min-width: 769px) {
  .about-installation p {
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .about-installation p {
    margin-top: 5px;
  }
}

@media (min-width: 769px) {
  .image-block-A {
    display: table;
    margin: 0px auto 0px auto;
  }
}
@media (min-width: 769px) {
  .image-block-A .td {
    display: table-cell;
  }
}

@media (min-width: 769px) {
  .page-links {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .page-links {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .page-links .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .page-links .flex-box .style-top {
    width: 326px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .page-links .flex-box .style-top:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .page-links .flex-box .style-top {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .page-links .flex-box .style-middle {
    margin-right: 20px;
    margin-top: 20px;
  }
  .page-links .flex-box .style-middle:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .page-links .flex-box .style-middle {
    margin-bottom: 10px;
  }
}
.page-links .flex-box .block {
  position: relative;
}
.page-links .flex-box .block .balloon {
  position: absolute;
  display: inline-block;
  max-width: 100%;
  color: #000;
  font-weight: bold;
  background: #fabe00;
}
@media (min-width: 769px) {
  .page-links .flex-box .block .balloon {
    font-size: 13px;
    margin: -15px auto 0px auto;
    padding: 2px 0px 2px 0px;
    width: 80px;
    left: 14px;
    border-radius: 7px;
  }
}
@media (max-width: 768px) {
  .page-links .flex-box .block .balloon {
    font-size: 12px;
    width: 70px;
    margin: 3px 0px 0px 9px;
    border-radius: 5px;
  }
}
@media (min-width: 769px) {
  .page-links .flex-box .block .balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #fabe00;
  }
}
.page-links .flex-box .block .balloon p {
  text-align: center;
}
.page-links .flex-box .block a {
  display: block;
  border: solid 1px #000;
  outline: solid 1px #000;
  outline-offset: 2px;
  margin: 6px;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
@media (min-width: 769px) {
  .page-links .flex-box .block a {
    font-size: 22px;
    padding: 10px 15px 10px 25px;
    transition: opacity 0.3s ease;
  }
  .page-links .flex-box .block a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .page-links .flex-box .block a {
    font-size: 17px;
    padding: 5px 0px 5px 0px;
  }
}
.page-links .flex-box .block a span {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}
@media (min-width: 769px) {
  .page-links .flex-box .block a span {
    margin-left: 10px;
    margin-top: -2px;
  }
}
@media (max-width: 768px) {
  .page-links .flex-box .block a span {
    margin-left: 5px;
    margin-top: -2px;
  }
}
.page-links .flex-box .block .red {
  border-color: #fd0011;
  outline-color: #fd0011;
  background-color: #fd0011;
}
.page-links .flex-box .block .blue {
  border-color: #002dfc;
  outline-color: #002dfc;
  background-color: #002dfc;
}
.page-links .flex-box .block .yellow {
  border-color: #ffa500;
  outline-color: #ffa500;
  background-color: #ffa500;
}

@media (min-width: 769px) {
  .recorder-block-A {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
  }
}
.recorder-block-A .product-box {
  /* 2023/10/17 66-098 */
}
@media (min-width: 769px) {
  .recorder-block-A .product-box {
    width: 326px;
    border: 1px solid #aaa;
    margin-right: 20px;
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .recorder-block-A .product-box:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box {
    border: 1px solid #aaa;
    margin-top: 20px;
    padding-bottom: 15px;
  }
}
.recorder-block-A .product-box .number-line {
  display: table;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .number-line .number {
    display: table-cell;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .number-line .number {
    display: table-cell;
  }
}
.recorder-block-A .product-box .number-line .number span {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .number-line .number span {
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .number-line .number span {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 1.9;
  }
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .number-line .info {
    display: table-cell;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .number-line .info {
    display: table-cell;
    text-align: center;
    width: 100%;
    vertical-align: bottom;
  }
}
.recorder-block-A .product-box .number-line .info span {
  color: #FFF;
  text-align: center;
  display: inline-block;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .number-line .info span {
    font-size: 18px;
    padding: 5px 20px 5px 20px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .number-line .info span {
    font-size: 15px;
    padding: 5px 20px 5px 20px;
    line-height: 1.1;
  }
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .number-line .info .font-S {
    font-size: 14px;
    padding: 5px 5px 5px 5px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .number-line .info .font-S {
    font-size: 12px;
  }
}
.recorder-block-A .product-box .number-line .red {
  background-color: #fd0011;
}
.recorder-block-A .product-box .number-line .blue {
  background-color: #002dfc;
}
.recorder-block-A .product-box .number-line .yellow {
  background-color: #ffa500;
}
.recorder-block-A .product-box .title-line {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .title-line {
    padding: 15px 15px 0px 15px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .title-line {
    padding: 15px 15px 0px 15px;
  }
}
.recorder-block-A .product-box .title-line .name {
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .title-line .name {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .title-line .name {
    font-size: 26px;
  }
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .title-line .name img {
    max-height: 34px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .title-line .name img {
    max-height: 28px;
  }
}
.recorder-block-A .product-box .title-line .english {
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .title-line .english {
    font-size: 24px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .title-line .english {
    font-size: 15px;
    margin-top: 5px;
  }
}
.recorder-block-A .product-box .photo-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .photo-line {
    padding: 10px 15px 0px 15px;
    margin-left: -15px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .photo-line {
    padding: 10px 15px 0px 15px;
    margin-left: -15px;
  }
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .photo-line .box {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .photo-line .box:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .photo-line .box {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .photo-line .box:nth-child(n+3) {
    margin-top: 15px;
  }
}
.recorder-block-A .product-box .photo-line .box .note-heade {
  text-align: center;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .photo-line .box .note-heade {
    font-size: 13px;
    padding-bottom: 3px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .photo-line .box .note-heade {
    font-size: 12px;
    padding-bottom: 3px;
  }
}
.recorder-block-A .product-box .photo-line .box .note-speck {
  border: 1px solid #aaa;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .photo-line .box .note-speck {
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .photo-line .box .note-speck {
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
  }
}
.recorder-block-A .product-box .photo-line .box .note-speck span i {
  color: #047bf1;
  font-style: normal;
}
.recorder-block-A .product-box .button-line-A {
  text-align: center;
}
.recorder-block-A .product-box .button-line-A a {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .button-line-A a {
    padding: 10px 20px 10px 25px;
    margin-top: 20px;
    transition: opacity 0.3s ease;
  }
  .recorder-block-A .product-box .button-line-A a:hover {
    opacity: 0.7;
  }
}
.recorder-block-A .product-box .button-line-A a::after {
  content: "▸";
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .button-line-A a::after {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .button-line-A a {
    padding: 10px 20px 10px 25px;
    margin-top: 20px;
    transition: opacity 0.3s ease;
  }
  .recorder-block-A .product-box .button-line-A a:hover {
    opacity: 0.7;
  }
}
.recorder-block-A .product-box .button-line-A a::after {
  content: "▸";
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .button-line-A a::after {
    margin-left: 5px;
  }
}
.recorder-block-A .product-box .speck-list {
  display: flex; /*flex-wrap: wrap;*/
  justify-content: center;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .speck-list {
    padding: 10px 10px 0px 10px;
    margin-left: -10px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .speck-list {
    padding: 10px 10px 0px 10px;
    margin-left: -10px;
  }
}
.recorder-block-A .product-box .speck-list div {
  /*&amp;:nth-child(n+3) {
      @include pc { margin-top: 15px; };
  }*/
  /*&amp;:nth-child(n+3) {
      @include sp { margin-top: 15px; };
  }*/
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .speck-list div {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .speck-list div {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}
.recorder-block-A .product-box .speck-list div p {
  border: 1px solid #aaa;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .speck-list div p {
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .speck-list div p {
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
  }
}
.recorder-block-A .product-box .speck-list div p span i {
  color: #047bf1;
  font-style: normal;
}
.recorder-block-A .product-box .price-line {
  display: table;
  color: #fd0011;
  font-family: Oswald, sans-serif;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line {
    font-size: 18px;
    margin: 15px auto 0px auto;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line {
    font-size: 15px;
    margin: 10px auto 0px auto;
  }
}
.recorder-block-A .product-box .price-line .prices {
  display: table;
  line-height: 1.1;
  font-weight: 700;
}
.recorder-block-A .product-box .price-line .prices .tax {
  display: table-cell;
}
.recorder-block-A .product-box .price-line .prices .number {
  display: table-cell;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line .prices .number {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line .prices .number {
    font-size: 48px;
  }
}
.recorder-block-A .product-box .price-line .prices .currency {
  display: table-cell;
}
.recorder-block-A .product-box .accordion-line {
  text-align: center;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .accordion-line {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .accordion-line {
    margin-top: 20px;
  }
}
.recorder-block-A .product-box .accordion-line a {
  display: inline-block;
  color: #fd0011;
  border: 2px solid #fd0011;
  font-weight: 700;
  line-height: 1.1;
  /*&amp;::after {
      content: "▾"; display: block;
      @include pc { font-size: 16px; margin-top: -4px; };
  }*/
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .accordion-line a {
    padding: 8px 10px 8px 20px;
    transition: opacity 0.3s ease;
  }
  .recorder-block-A .product-box .accordion-line a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .accordion-line a {
    padding: 8px 10px 8px 15px;
  }
}
.recorder-block-A .product-box .accordion-line a span {
  display: inline-block;
  vertical-align: middle;
  color: #fd0011;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .accordion-line a span {
    margin-left: 10px;
    margin-top: -2px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .accordion-line a span {
    margin-left: 5px;
    margin-top: -2px;
  }
}
.recorder-block-A .product-box .accordion-line a .opne-accordion {
  transform: rotateX(180deg);
}
.recorder-block-A .product-box .accordion-line .accordion {
  text-align: left;
  display: none;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .accordion-line .accordion {
    padding: 15px 15px 0px 15px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .accordion-line .accordion {
    padding: 15px 15px 0px 15px;
  }
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .link-line {
    margin: 20px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .link-line {
    margin: 20px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }
}
.recorder-block-A .product-box .link-line a {
  color: #0e96a1;
  line-height: 1.1;
  position: relative;
  border: 2px solid #0e96a1;
  border-radius: 5px;
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .link-line a {
    font-size: 15px;
    padding: 12px 0px 12px 0px;
    transition: opacity 0.3s ease;
  }
  .recorder-block-A .product-box .link-line a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .link-line a {
    font-size: 15px;
    padding: 12px 0px 12px 0px;
  }
}
.recorder-block-A .product-box .link-line a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  content: "";
  border-top: 2px solid #0e96a1;
  border-right: 2px solid #0e96a1;
  transform: rotate(45deg);
}
.recorder-block-A .product-box .price-line-66-098 {
  display: table;
  color: #fd0011;
  font-family: Oswald, sans-serif;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 {
    font-size: 21px;
    margin: 15px auto 0px auto;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 {
    font-size: 17px;
    margin: 10px auto 0px auto;
  }
}
.recorder-block-A .product-box .price-line-66-098 ul {
  display: table;
  margin: auto;
}
.recorder-block-A .product-box .price-line-66-098 ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 ul li:not(:last-child) {
    padding-right: 34px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 ul li:not(:last-child) {
    padding-right: 33px;
  }
}
.recorder-block-A .product-box .price-line-66-098 ul li:not(:last-child)::after {
  content: "＋";
  display: block;
  position: absolute;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 ul li:not(:last-child)::after {
    top: 25%;
    right: 8px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 ul li:not(:last-child)::after {
    top: 25%;
    right: 8px;
    font-size: 14px;
  }
}
.recorder-block-A .product-box .price-line-66-098 ul li .i-title {
  border-bottom: 1px solid #000;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 ul li .i-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 ul li .i-title {
    font-size: 13px;
  }
}
.recorder-block-A .product-box .price-line-66-098 ul li .i-number {
  font-weight: bold;
}
.recorder-block-A .product-box .price-line-66-098 ul li .i-number u {
  text-decoration: none;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 ul li .i-number u {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 ul li .i-number u {
    font-size: 10px;
  }
}
.recorder-block-A .product-box .price-line-66-098 .prices {
  display: table;
  line-height: 1.1;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 .prices {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 .prices {
    margin-top: 5px;
  }
}
.recorder-block-A .product-box .price-line-66-098 .prices div {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 .prices .taxtotal {
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 .prices .taxtotal {
    padding-bottom: 4px;
  }
}
.recorder-block-A .product-box .price-line-66-098 .prices .taxtotal .total {
  position: absolute;
  background: #fd0011;
  color: #FFF;
  left: 0px;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 .prices .taxtotal .total {
    font-size: 15px;
    padding: 5px 7px 6px 6px;
    line-height: 1;
    top: 13px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 .prices .taxtotal .total {
    font-size: 13px;
    padding: 3px 4px 4px 4px;
    line-height: 1;
    top: 7px;
  }
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 .prices .number {
    padding: 0px 0px 0px 7px;
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 .prices .number {
    padding: 0px 0px 0px 5px;
    font-size: 48px;
  }
}
@media (min-width: 769px) {
  .recorder-block-A .product-box .price-line-66-098 .prices .currency {
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .recorder-block-A .product-box .price-line-66-098 .prices .currency {
    padding-bottom: 4px;
  }
}

.floatingGoToTop {
  position: fixed;
}
@media (min-width: 769px) {
  .floatingGoToTop {
    width: 72px;
    height: 72px;
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .floatingGoToTop {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 105px;
  }
}

@media (max-width: 768px) {
  .recorderCell {
    margin-top: 20px;
  }
}

.recorder__modelText-orange {
  background: #ffa500;
}

.recorderCell__th-orange {
  background: #ffa500;
  color: #fff;
}

.recorderCell__scroll::-webkit-scrollbar {
  height: 20px;
}

.bnr_area {
  margin-top: 1rem;
  text-align: center;
}

.recorderCell__scroll {
  overflow-x: scroll;
}

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

@media (min-width: 769px) {
  .sp_none {
    display: none;
  }
}

@media (max-width: 768px) {
  .bnr_area {
    margin-top: 20px;
  }
}

.tire_ec {
  text-align: center;
}
@media (min-width: 769px) {
  .tire_ec {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .tire_ec {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .tire_ec img:hover {
    opacity: 0.7;
  }
}

/*64-064*/
@media screen and (min-width: 768px) {
  .recorderCell__td,
  .recorderCell__th {
    white-space: nowrap;
  }
}
/*64-098*/
@media screen and (min-width: 768px) {
  .tax_inc {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tax_inc {
    font-size: 1.5rem;
  }
}
/*64-163*/
.recorder_set {
  position: relative;
}

@media screen and (min-width: 768px) {
  .icon_set {
    background: #00b0f0;
    color: #fff;
    font-size: 1.7rem;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: 76px;
    padding: 0 20px;
    line-height: 1.6;
  }
  .fs_s {
    font-size: 1.7rem;
    letter-spacing: -1.5px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .icon_set {
    background: #00b0f0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: 56px;
    padding: 1px 10px 0 10px;
    line-height: 1.5;
  }
}
.icon_plus {
  color: #f00;
}

/*64-202*/
@media screen and (min-width: 768px) {
  .mainVisual__imgBg-driveRecorder {
    background-image: url(/tokusyuu/drive-recorder/img/mv_pc_64-202.jpg);
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__imgBg-driveRecorder {
    background-image: url(/tokusyuu/drive-recorder/img/mv_sp_64-202.jpg);
  }
}
/*65-008*/
.reservationSecond__note {
  border: 1px solid #000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .reservationSecond__note {
    margin: 10px auto 0 auto;
    padding: 10px 0 7px 0;
    width: 1020px;
  }
  .mainVisual__imgBg-driveRecorder {
    background-image: url(/tokusyuu/drive-recorder/img/mv_pc_65-008.jpg);
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .reservationSecond__note {
    line-height: 1.4;
    margin: 5px 0 0 0;
    padding: 10px 0 7px 0;
  }
  .mainVisual__imgBg-driveRecorder {
    background-image: url(/tokusyuu/drive-recorder/img/mv_sp_65-008.jpg);
    padding-top: 47%;
  }
}
/*65-008*/
/*65-032*/
@media screen and (min-width: 768px) {
  .recorderCell__table .recorderCell__td img {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recorderCell__table .recorderCell__td img {
    max-width: 90px;
  }
}
/*65-198*/
@media screen and (max-width: 767px) {
  .recorder__nameTitle img {
    padding-right: 10px;
  }
}/*# sourceMappingURL=index.css.map */</pre></body></html>