<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&amp;display=swap");

.specification_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .specification_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .specification_wrap {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .specification_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}



/* common
---------------------------------- */
main {
  color: #1B1B1D;
}

#topcontrol {
  z-index: 1000;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

section .in {
  max-width: 1032px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  section .in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  section .in {
    padding-left: 38px;
    padding-right: 38px;
    max-width: 100%;
  }
}

/* layout
---------------------------------- */
.sec-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5416666667;
}
@media (max-width: 999px) {
  .sec-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .sec-title {
    font-size: 32px;
  }
}

.sec-title em {
  color: #00B1B5;
  font-style: normal;
}



.sub_header {
  z-index: 1000;
}



.ra-sec-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media screen and (max-width: 768px) {
  .ra-sec-title {
    margin-bottom: 30px;
    font-size: 9.8666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .ra-sec-title {
    font-size: 37px;
  }
}

.ra-sec-title span:nth-of-type(1) {
  margin-right: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-right: 1px solid #C3C3C3;
}
.ra-sec-title span:nth-of-type(2) {
  font-size: 17px;
  color: #4D4D55;
}
@media screen and (max-width: 768px) {
  .ra-sec-title span:nth-of-type(2) {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .ra-sec-title span:nth-of-type(2) {
    font-size: 14px;
  }
}

.specification {
  margin-bottom: 80px;
  padding-top: 130px;
  color: #020202;
}
@media screen and (max-width: 768px) {
  .specification {
    padding-top: 100px;
  }
}
.specification .ra-spec-scroll {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .specification .ra-spec-scroll {
    margin-bottom: 25px;
  }
}
.specification .ra-sec-title {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .specification .ra-sec-title {
    margin-bottom: 25px;
  }
}
.specification .table {
  width: 70%;
  margin: 0 auto;
  min-width: 600px;
  padding-bottom: 20px;
}
@media (max-width: 1030px) {
  .specification .table {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .specification .table {
    width: 100%;
    min-width: 100%;
  }
}
.specification .table .notes {
  font-size: 11.5px;
}
@media screen and (max-width: 768px) {
  .specification .table .notes {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification .table .notes {
    font-size: 10px;
  }
}

.specification table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 14px;
  table-layout: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .specification table {
    width: 100%;
    min-width: 100%;
    font-size: 3.2vw;
    margin-bottom: 15px;
	  table-layout: fixed;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification table {
    font-size: 12px;
  }
}

.specification table td, .specification table th {
  padding: 10px 8px;
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
  text-align: center;
  white-space: nowrap;
}
.specification table th {
  font-weight: 700;
  background: #F0F2F7;
}
.specification table th.th-01 {
	width: 44.5%;
}
.specification table th.th-02 {
	width: 37.5%;
}
.specification table th.th-row {
	width: 7%;
}
.specification table td {
	width: 55.5%;
}
@media screen and (max-width: 768px) {
	.specification table td, .specification table th{
		white-space: normal;
	}
	.specification table th.th-sp{
		width: 50%;
	}
	.specification table td{
		width: 50%;
	}
	.specification table th.th-row {
	width: 100%;
}
}
.specification table tr.bt &gt; th,
.specification table tr.bt &gt; td {
  border-top: 2px solid #C3C3C3;
}
.specification table .bold {
  font-weight: 700;
}
.specification table .left {
  text-align: left;
}
.specification table .widcol {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .specification table .widcol {
    width: 260px;
  }
}
.specification table .widcol-half {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .specification table .widcol-half {
    width: calc(260px / 2);
  }
}
.specification table .widcol-quater {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .specification table .widcol-quater {
    width: calc(260px / 4);
  }
}
.specification table .th-quater {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .specification table .th-quater {
    width: 60px;
  }
}
.specification table .stxt {
  font-size: 11.5px;
}
@media screen and (max-width: 768px) {
  .specification table .stxt {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification table .stxt {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .specification table .size {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification table .size {
    font-size: 10px;
  }
}

.ra-download {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .ra-download {
    margin-bottom: 60px;
  }
}
.ra-download ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ra-download ul li {
  width: 214px;
  margin: 0 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ra-download ul li {
    margin: 0;
    margin-bottom: 8px;
    width: 100%;
  }
}
.ra-download ul li a {
  display: block;
  background: #009295;
  padding: 21px 0;
  border-radius: 44px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.125;
	color: #fff;
}
@media screen and (max-width: 768px) {
  .ra-download ul li a {
    display: block;
    padding: 25px 0;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .ra-download ul li a {
    font-size: 14px;
  }
}

.btm-notes {
  background: #fff;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .btm-notes {
    padding: 30px 20px;
  }
}
.btm-notes p {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .btm-notes p {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .btm-notes p {
    font-size: 11px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}
</pre></body></html>