@charset "UTF-8";
/* CSS Document */


/* main
-----------------------------------------------*/
main {
  margin-top: 72px;
  display: block;
  padding: 140px 40px 50px;
}
main h1 {
  font-size: 60px;
  text-align: center;
}
main h1 span {
  display: inline-block;
}
@media only screen and (max-width:767px) {
  main {
    margin-top: 70px;
    padding: 30px 20px 20px;
  }
  main h1 {
    font-size: 32px;
  }
}


/* section
-----------------------------------------------*/
section .inner {
  max-width: 1080px;
  margin: 0 auto;
}
section h2 {
  font-size: 48px;
  text-align: center;
}
section .note {
  margin-top: 20px;
}
section .note li {
  font-size: 12px;
  line-height: 1.4;
}
section .note li:not(:first-child) {
  margin-top: 5px;
}
section .note li a {
  text-decoration: underline;
}
section sup {
  font-size: 10px;
}
@media only screen and (max-width:1200px) {
  section .note {
    flex-wrap: wrap;
    gap: 0;
  }
  section .note li {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  section h2 {
    font-size: 27px;
  }
  section .note li {
    font-size: 10px;
  }
}


/* product
-----------------------------------------------*/
#product {
  background: rgba(230, 227, 220, 0.60);
  padding: 100px 60px;
}
#product h2 {
  word-break: keep-all;
  color: #4B5D54;
}
#product .goods {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 0;
  align-items: center;
}
#product .img {
  width: 38%;
}
#product .img img {
  margin: 0 auto;
}
#product .spec {
  width: 62%;
  padding-left: 80px;
}
#product .spec h3 {
  font-size: 36px;
}
#product .spec .list {
  margin-top: 20px;
}
#product .spec .list li {
  font-size: 18px;
  line-height: 1.5;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#product .spec  .list li:not(:first-child) {
  margin-top: 10px;
}
#product .spec .list li::before {
  content: "●";
  color: #86BD25;
  margin-right: 8px;
}
#product .spec .list li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
#product .spec .list li span {
  display: inline-block;
  text-indent: 1em;
  margin-left: -1em;
}
#product .video {
  width: 100%;
  margin-top: 100px;
}
#product .video h3 {
  font-size: 36px;
  text-align: center;
}
#product .video .box {
  aspect-ratio: 16 / 9;
  max-width: 880px;
  margin: 40px auto 0;
}
#product .video .box iframe {
  width: 100%;
  height: 100%;
}
#product .btnArea {
  padding: 0 60px;
  margin-top: 60px;
}
@media only screen and (max-width:767px) {
  #product {
    background: rgba(230, 227, 220, 0.60);
    padding: 40px 35px 60px;
  }
  #product .goods {
    margin: 20px auto 0;
  }
  #product .img {
    width: 100%;
  }
  #product .img img {
    max-width: 230px;
  }
  #product .spec {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  #product .spec h3 {
    font-size: 24px;
    text-align: center;
  }
  #product .spec .list {
    margin-top: 15px;
  }
  #product .spec .list li {
    font-size: 16px;
  }
  #product .spec .list li:not(:first-child) {
    margin-top: 8px;
  }
  #product .video {
    margin-top: 40px;
  }
  #product .video h3 {
    font-size: 24px;
  }
  #product .video .box {
    margin-top: 20px;
  }
  #product .btnArea {
    padding: 0 0;
    margin-top: 30px;
  }
}


/* function
-----------------------------------------------*/
#function {
  padding: 100px 60px 0;
}
#function .col2 {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin: 40px auto 0;
}
#function table {
  border-bottom: 1px solid #333;
}
#function table tr th {
  background: #86BD25;
  color: #fff;
  text-align: center;
  border: none;
  padding: 5px 15px;
  font-size: 16px;
  white-space: nowrap;
}
#function table tr:nth-child(1) th {
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.2;
}
#function table tr:nth-child(1) th:first-child {
  width: 100%;
}
#function table tr:nth-child(1) th:last-child {
  border-bottom: 1px solid #fff;
}
#function table tr:nth-child(2) th {
  padding-bottom: 5px;
}
#function table td {
  font-size: 16px;
  padding: 8px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#function table tr:nth-child(3) td {
  border: none;
}
#function table tr:first-child th:first-child {
  text-align: left;
}
#function table td:nth-child(1) {
  padding-left: 34px;
}
#function table td:nth-child(1).ttl {
  padding-left: 20px;
}
#function table td:nth-child(2),
#function table td:nth-child(3) {
  text-align: center;
}
#function table .ttl {
  border-top: 1px solid #333;
}
#function table .ttl strong {
  color: #86BD25;
}
@media only screen and (max-width:767px) {
  #function {
    padding: 60px 35px 0;
  }
  #function .col2 {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 20px auto 0;
  }
  #function .col2 > .col tr:last-child,
  #function .col2 > .col tr:last-child th,
  #function .col2 > .col tr:last-child td {
    border: none;
  }
  #function .col2 .col + .col tr:nth-child(1),
  #function .col2 .col + .col tr:nth-child(2){
    display: none;
  }
  #function table tr th {
    padding: 5px 10px;
  }
  #function table td {
    font-size: 14px;
    padding: 8px 10px;
  }
  #function table td:nth-child(1) {
    padding-left: 14px;
  }
  #function table td:nth-child(1).ttl {
    padding-left: 0;
  }
}


/* performance
-----------------------------------------------*/
#performance {
  padding: 100px 60px 0;
}
#performance table {
  margin: 40px auto 0;
  border-bottom: 1px solid #333;
}
#performance th,
#performance td {
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  border-top: 1px solid #333;
}
#performance tr:first-child th,
#performance tr:nth-child(2) th {
  background: rgba(255,255,255,.3);
}
#performance tr:first-child th {
  padding-bottom: 0;
}
#performance tr:nth-child(2) th {
  font-size: 14px;
  border: none;
}
#performance tr:nth-child(n+3) th {
  background: #86BD25;
  color: #fff;
}
#performance th.borderWht {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width:1200px) {
  #performance .scroll-table {
    overflow: auto;
    white-space: nowrap;
    
        width: calc(100% + 70px);
        position: relative;
        left: -35px;
  }
}
@media only screen and (max-width:767px) {
  #performance {
    padding: 60px 35px 0;
  }
  #performance table {
    margin: 20px auto 0;
  }
  #performance th, #performance td {
    padding: 10px;
    font-size: 14px;
  }
  #performance tr:nth-child(2) th {
    font-size: 12px;
  }
}


/* guarantee
-----------------------------------------------*/
#guarantee {
  padding: 100px 60px;
}
#guarantee h2 + p {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}
#guarantee .col2 {
  display: flex;
  gap: 40px;
  margin: 40px auto 0;
  justify-content: center;
}
#guarantee .col2 .col {
  margin-top: 0;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 40px;
  background: rgba(255,255,255,.6);
  border-radius: 40px;
  flex-direction: column;
}
#guarantee .col2 .col h3 {
  font-size: 22px;
}
#guarantee .col2 .col h3 strong {
  display: block;
  line-height: 1;
  font-size: 42px;
  margin-top: 5px;
}
#guarantee .col2 .col h4 {
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1;
  padding: 10px 12px;
  margin-top: 30px;
}
#guarantee .col2 .col h4.ttl1 {
  background: #86BD25;
}
#guarantee .col2 .col h4.ttl2 {
  background: #F7AB00;
}
#guarantee .col2 .col p {
  font-size: 16px;
  margin-top: 10px;
  flex: 1;
}
@media only screen and (max-width:767px) {
  #guarantee {
    padding: 60px 35px;
  }
  #guarantee h2 + p {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
  }
  #guarantee .col2 {
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto 0;
  }
  #guarantee .col2 .col {
    padding: 30px 30px;
    border-radius: 12px;
  }
  #guarantee .col2 .col h3 {
    font-size: 18px;
  }
  #guarantee .col2 .col h3 strong {
    font-size: 32px;
    margin-top: 0;
  }
  #guarantee .col2 .col h4 {
    font-size: 16px;
    padding: 5px 12px;
    margin-top: 20px;
    line-height: 1.4;
  }
  #guarantee .note {
    margin: 10px auto 0;
  }
}


/* price
-----------------------------------------------*/
#price {
  padding: 100px 60px 100px;
  background: rgba(230, 227, 220, 0.60);
}
#price table {
  border-bottom: 1px solid #333;
}
#price th,
#price td {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
}
#price td:first-child{
  background: #86BD25;
  color: #fff;
}
#tabBox01 #price tr:not(:nth-child(2)) td:first-child{
  background: #86BD25;
  color: #fff;
  border-top: 1px solid #fff;
}
#tabBox02 #price tr:not(:nth-child(3)) td:first-child{
  background: #86BD25;
  color: #fff;
  border-top: 1px solid #fff;
}
#price td {
  border-top: 1px solid #333;
}
@media only screen and (max-width:767px) {
  #price {
    padding: 60px 35px 60px;
  }
  #price th,
  #price td {
    font-size: 13px;
    padding: 10px 0;
    line-height: 1.2;
  }
  #price td span {
    font-size: 11px;
  }
}


/* charge
-----------------------------------------------*/
#charge {
  padding: 100px 60px 0;
}
#charge h2 {
  font-size: 60px;
  text-align: center;
}
#charge .goods {
  display: flex;
  margin: 30px auto 0;
  align-items: center;
}
#charge .img {
  width: 37%;
}
#charge .img img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
#charge .spec {
  width: 63%;
  padding-left: 50px;
}
#charge .spec h3 {
  color: #4B5D54;
  font-size: 38px;
}
#charge .spec ul {
  margin-top: 20px;
}
#charge .spec ul li {
  font-size: 18px;
  line-height: 1.5;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#charge .spec ul li:not(:first-child) {
  margin-top: 10px;
}
#charge .spec ul li::before {
  content: "●";
  color: #86BD25;
  margin-right: 8px;
}
@media only screen and (max-width:767px) {
  #charge {
    padding: 60px 35px 0;
  }
  #charge h2 {
    font-size: 32px;
  }
  #charge .img img {
    max-width: 200px;
  }
  #charge .spec h3 {
    margin-top: 10px;
    font-size: 26px;
    text-align: center;
  }
  #charge .spec ul li {
    font-size: 16px;
  }
  #charge .spec ul li:not(:first-child) {
    margin-top: 8px;
  }
  #charge .goods {
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  #charge .img {
    width: 100%;
  }
  #charge .spec {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}


/* tab
-----------------------------------------------*/
#tab ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10px;
}
#tab ul li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 15px 0;
  font-size: 16px;
  background: #F1F1F1;
  border-radius: 6px 6px 0 0;
}
#tab ul li.active {
  background: #EAE8E3;
  font-weight: bold;
}
#tab ul li.active.blk {
  background: #000;
  color: #fff;
}
@media only screen and (max-width:767px) {
  #tab ul {
    padding: 0;
  }
  #tab ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    padding: 8px 0;
  }
}


/* tabBox02
-----------------------------------------------*/
 #tabBox02 #function .inner {
  max-width: 800px;
}
 #tabBox02 #function .col1 {
  margin: 40px auto 0;
}
 #tabBox02 #function table tr:nth-child(1) th:first-child {
  width: auto;
}
#tabBox02 #function table td:nth-child(4),
#tabBox02 #function table td:nth-child(5) {
  text-align: center;
}
#tabBox02 #guarantee .col2 {
  gap: 20px;
}
#tabBox02 #price .bgNone {
  background: transparent !important;
  color: #333 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}
@media only screen and (max-width:1023px) {
  #tabBox02 #guarantee .col2 {
    flex-wrap: wrap;
  }
  #tabBox02 #guarantee .col2 .col {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width:767px) {
  #tabBox02 #function .col1 {
    margin: 20px auto 0;
  }
  #tabBox02#function table td {
    padding: 8px 5px;
  }
  #tabBox02 #guarantee .col2 .col {
    width: 100%;
  }
  #tabBox02 #price th.small{
    font-size: 10px;
  }
  #tabBox02 #price td span {
    font-size: 8px;
  }
}


/* tabBox03
-----------------------------------------------*/
#tabBox03 .intro {
  overflow: hidden;
  background: rgba(230, 227, 220, 0.60);
  padding: 100px 60px;
}
#tabBox03 .intro h2 {
  font-size: 38px;
  text-align: center;
  line-height: 1.8;
}
#tabBox03 .movieBox {
  position: relative;
  max-width: 1400px;
  margin: 60px auto 0;
  display: flex;
  justify-content: flex-end;
  padding-left: 100px;
}
#tabBox03 .movieBox h3 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 40px;
  line-height: 1.6;
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
#tabBox03 .intro h3 strong {
  background: rgba(0,0,0,.7);
  font-weight: normal;
  color: #fff;
  padding: 20px 30px;
  line-height: 1;
}
#tabBox03 .intro h3 strong span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #86BD25;
  border-radius: 50%;
  margin-left: 10px;
}
#tabBox03 .movieBox .movie {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  width: 100%;
  aspect-ratio: 16 / 9;
}
#tabBox03 .movieBox .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media only screen and (max-width:1023px) {
  #tabBox03 .movieBox {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  #tabBox03 .movieBox h3 {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    margin-top: 30px;
  }
}
@media only screen and (max-width:767px) {
  #tabBox03 .intro {
    padding: 40px 20px 40px;
  }
  #tabBox03 .intro h2 {
    font-size: 18px;
  }
  #tabBox03 .movieBox {
    margin: 20px auto 0;
    flex-direction: column;
    gap: 20px;
  }
  #tabBox03 .movieBox .movie {
    width: calc(100% + 40px);
    left: -20px;
  }
  #tabBox03 .movieBox h3 {
    font-size: 20px;
    gap: 8px;
    margin-top: 20px;
  }
  #tabBox03 .movieBox h3 strong {
    padding: 10px 15px;
  }
  #tabBox03 .intro h3 strong span::after {
    width: 6px;
    height: 6px;
    margin-left: 5px;
  }
}


#tabBox03 .item {
  padding: 160px 60px;
  text-align: center;
  background: #F5F5F5;
  overflow: hidden;
}
#tabBox03 .item h2 {
  text-align: center;
}
#tabBox03 .item h2 span {
  font-size: 44px;
  display: block;
  line-height: 1.2;
}
#tabBox03 .item h2 strong {
  font-size: 80px;
  font-weight: normal;
  display: inline-block;
  line-height: 1.2;
}
#tabBox03 .item h2 strong::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #86BD25;
  border-radius: 50%;
  margin-left: 10px;
}
#tabBox03 .item .img {
  max-width: 1200px;
  margin: 100px auto 0;
}
#tabBox03 .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  margin-top: -40px;
}
#tabBox03 .item .txt p {
  font-size: 28px;
  line-height: 2;
}
#tabBox03 .item .txt p strong {
  font-size: 34px;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  #tabBox03 .item {
    padding: 60px 35px 60px;
  }
  #tabBox03 .item h2 span {
    font-size: 22px;
  }
  #tabBox03 .item h2 strong {
    font-size: 44px;
  }
  #tabBox03 .item h2 strong::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #86BD25;
    border-radius: 50%;
    margin-left: 5px;
  }
  #tabBox03 .item .img {
    position: relative;
    width: calc(100% + 100px);
    left: -50px;
    margin: 40px auto 0;
  }
  #tabBox03 .item .txt {
    gap: 30px;
    margin-top: -45px;
  }
  #tabBox03 .item .txt p {
    font-size: 16px;
  }
  #tabBox03 .item .txt p strong {
    font-size: 18px;
  }
}


#tabBox03 .point {
  padding: 100px 60px;
}
#tabBox03 .point .box {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1280px;
  margin: 60px auto 0;
}
#tabBox03 .point .box .col {
  display: flex;
  gap: 80px;
}
#tabBox03 .point .box .col:nth-child(even) {
  flex-direction: row-reverse;
}
#tabBox03 .point .box .col .img {
  width: 50%;
}
#tabBox03 .point .box .col .txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#tabBox03 .point .box .col .txt h3 {
  display: flex;
  align-items: flex-end;
  color: #4B5D54;
  gap: 20px;
}
#tabBox03 .point .box .col .txt h3 strong {
  font-size: 90px;
  line-height: 1.05;
}
#tabBox03 .point .box .col .txt h3 span {
  font-size: 34px;
  line-height: 1.4;
}
#tabBox03 .point .box .col .txt p {
  font-size: 20px;
  line-height: 2;
}
#tabBox03 .point .box .col .txt p .note {
  font-size: 13px;
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width:1023px) {
  #tabBox03 .point .box .col {
    gap: 40px;
  }
  #tabBox03 .point .box .col .txt {
    gap: 20px;
  }
  #tabBox03 .point .box .col .txt h3 {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width:767px) {
  #tabBox03 .point {
    padding: 40px 35px 60px;
  }
  #tabBox03 .point h2 {
    font-size: 24px;
  }
  #tabBox03 .point .box {
    gap: 40px;
    margin: 30px auto 0;
  }
  #tabBox03 .point .box .col,
  #tabBox03 .point .box .col:nth-child(even) {
    flex-direction: column;
    gap: 20px;
  }
  #tabBox03 .point .box .col .img {
    width: 100%;
  }
  #tabBox03 .point .box .col .txt {
    width: 100%;
    gap: 15px;
  }
  #tabBox03 .point .box .col .txt h3 {
    gap: 10px;
    align-items: flex-end;
    flex-direction: row;
  }
  #tabBox03 .point .box .col .txt h3 br {
    display: none;
  }
  #tabBox03 .point .box .col .txt h3 strong {
    font-size: 48px;
  }
  #tabBox03 .point .box .col .txt h3 span {
    font-size: 22px;
  }
  #tabBox03 .point .box .col .txt p {
    font-size: 18px;
  }
  #tabBox03 .point .box .col .txt p .note {
    font-size: 12px;
    margin-top: 10px;
  }
}


#tabBox03 .tech {
  padding: 100px 0;
  background: rgba(230, 227, 220, 0.60);
}
#tabBox03 .tech .inner {
  padding: 0 60px;
  max-width: 100%;
}
#tabBox03 .tech .box {
  max-width: 1380px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 200px;
}
#tabBox03 .tech .box .col {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#tabBox03 .tech .box .col:nth-child(even) {
  flex-direction: row-reverse;
}
#tabBox03 .tech .box .col:nth-child(1) {
  align-items: center;
}
#tabBox03 .tech .box .col:nth-child(2) {
  padding-top: 100px;
}
#tabBox03 .tech .box .col .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#tabBox03 .tech .box .col:nth-child(odd) .img {
  padding-right: 28.26%;
}
#tabBox03 .tech .box .col:nth-child(even) .img {
  padding-left: 28.26%;
}
#tabBox03 .tech .box .col .img video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
#tabBox03 .tech .box .col .txt {
  position: relative;
  z-index: 2;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#tabBox03 .tech .box .col .txt h3 {
  font-size: 36px;
  line-height: 1.6;
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
#tabBox03 .tech .box .col .txt h3 strong {
  background: rgba(0,0,0,.7);
  font-weight: normal;
  color: #fff;
  padding: 20px 30px;
  line-height: 1;
}
#tabBox03 .tech .box .col .txt h4 {
  font-size: 30px;
  line-height: 1.8;
}
#tabBox03 .tech .box .col .txt p {
  font-size: 18px;
  line-height: 2;
}
#tabBox03 .tech .colLast {
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 100px auto 0;
}
#tabBox03 .tech .colLast .img {
  width: 44.6%;
}
#tabBox03 .tech .colLast .txt {
  width: 65.4%;
  text-align: center;
}
#tabBox03 .tech .colLast .txt h3 {
  display: inline-block;
  text-align: left;
  font-size: 40px;
  line-height: 2;
}
#tabBox03 .tech .goods {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 0;
  align-items: center;
}
#tabBox03 .tech .img {
  width: 38%;
}
#tabBox03 .tech .img img {
  margin: 0 auto;
}
#tabBox03 .tech .spec {
  width: 62%;
  padding-left: 80px;
  margin-top: 80px;
}
#tabBox03 .tech .spec h3 {
  font-size: 36px;
}
#tabBox03 .tech .spec .list {
  margin-top: 20px;
}
#tabBox03 .tech .spec .list li {
  font-size: 18px;
  line-height: 1.5;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#tabBox03 .tech .spec  .list li:not(:first-child) {
  margin-top: 10px;
}
#tabBox03 .tech .spec .list li::before {
  content: "●";
  color: #86BD25;
  margin-right: 8px;
}
#tabBox03 .tech .spec .list li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
#tabBox03 .tech .spec .list li span {
  display: inline-block;
  text-indent: 1em;
  margin-left: -1em;
}
#tabBox03 .goods {
  max-width: 1080px;
}
#tabBox03 .btnArea {
  padding-bottom: 0;
}
@media only screen and (max-width:1023px) {
  #tabBox03 .tech .box .col:nth-child(1) {
    padding-top: 230px;
  }
  #tabBox03 .tech .box .col:nth-child(2) {
    padding-top: 230px;
  }
  #tabBox03 .tech .colLast .txt h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width:767px) {
  #tabBox03 .tech {
    padding: 40px 0 60px;
  }
  #tabBox03 .tech .inner {
    padding: 0 35px;
  }
  #tabBox03 .tech h2{
    font-size: 24px;
    white-space: nowrap;
  }
  #tabBox03 .tech .box {
    margin: 30px auto 0;
    gap: 60px;
  }
  #tabBox03 .tech .box .col,
  #tabBox03 .tech .box .col:nth-child(even) {
    flex-direction: column;
    gap: 30px;
  }
  #tabBox03 .tech .box .col:nth-child(odd) .img {
    padding-right: 0;
  }
  #tabBox03 .tech .box .col:nth-child(even) .img {
    padding-left: 0;
  }
  #tabBox03 .tech .box .col:nth-child(1) {
    align-items: flex-start;
    padding-top: 0;
  }
  #tabBox03 .tech .box .col:nth-child(2) {
    padding-top: 0;
  }
  #tabBox03 .tech .box .col .img {
    position: relative;
    width: calc(100% + 70px);
    left: -35px;
  }
  #tabBox03 .tech .box .col .txt {
    gap: 10px;
  }
  #tabBox03 .tech .box .col .txt h3 {
    font-size: 24px;
    gap: 0;
    display: block;
  }
  #tabBox03 .tech .box .col .txt h3 strong {
    padding: 0;
    background: transparent;
    color: #333;
    line-height: 1.8;
  }
  #tabBox03 .tech .box .col .txt h4 {
    font-size: 18px;
  }
  #tabBox03 .tech .box .col .txt p {
    font-size: 16px;
  }
  #tabBox03 .tech .colLast {
    margin: 60px auto 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  #tabBox03 .tech .colLast .img {
    position: relative;
    width: calc(100% + 70px);
    left: -35px;
  }
  #tabBox03 .tech .colLast .txt {
    width: 100%;
  }
  #tabBox03 .tech .colLast .txt h3 {
    font-size: 24px;
  }
  #tabBox03 .tech .goods {
    margin-top: 0;
  }
  #tabBox03 .tech .goods .img {
    width: 100%;
  }
  #tabBox03 .tech .goods .img img {
    max-width: 230px;
  }
  #tabBox03 .tech .goods .spec {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #tabBox03 .tech .goods .spec h3 {
    font-size: 24px;
    text-align: center;
  }
  #tabBox03 .tech .goods .spec .list {
    margin-top: 15px;
  }
  #tabBox03 .tech .goods .spec .list li {
    font-size: 16px;
  }
  #tabBox03 .tech .goods .spec .list li:not(:first-child) {
    margin-top: 8px;
  }
  #tabBox03 .btnArea {
    padding-top: 30px;
  }
}


#photo {
  margin-top: 220px;
}
#photo ul {
  position: relative;
}
#photo ul li {
  padding: 0 10px;
}
#photo .slide {
  position: relative;
}
#photo .slide .slick-next,
#photo .slide .slick-prev{
  position: absolute;
  display: block;
  content: "";
  bottom: -60px;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  transition: opacity .2s;
  z-index: 2;
}
#photo .slide .slick-next:hover,
#photo .slide .slick-prev:hover{
  opacity: .7;
}
#photo .slide .slick-prev{
  right: calc(5% + 50px);
  background: url("../img/product/icon-arrow-01.svg")no-repeat;
  background-size: contain;
}
#photo .slide .slick-next{
  right: calc(5%);
  background: url("../img/product/icon-arrow-02.svg")no-repeat;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  #photo {
    margin-top: 30px;
  }
  #photo ul {
    padding-top: 45px;
  }
  #photo ul li {
    padding: 0;
  }
  #photo .slide .slick-next,
  #photo .slide .slick-prev{
    bottom: auto;
    top: 0;
    width: 30px;
  }
  #photo .slide .slick-prev{
    right: calc(20px + 38px);
    background-size: contain;
  }
  #photo .slide .slick-next{
    right: calc(20px);
    background-size: contain;
  }
}


#tabBox03 #function .inner {
  max-width: 800px;
}
#tabBox03 #function .col1 {
    margin: 40px auto 0;
}
#tabBox03 #function table td:not(:first-child) {
  text-align: center;
}
#tabBox03 #function table tr:nth-child(1) th:first-child {
  width: auto;
}
#tabBox03 #guarantee .col2 {
  gap: 20px;
}
#tabBox03 #performance tr:nth-child(n+3) th:first-child {
  white-space: nowrap;
}
@media only screen and (max-width:1023px) {
  #tabBox03 #guarantee .col2 {
    flex-wrap: wrap;
  }
  #tabBox03 #guarantee .col2 .col {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width:767px) {
  #tabBox03 #guarantee .col2 .col {
    width: 100%;
  }
  #tabBox03 #function .col1 {
    margin: 20px auto 0;
  }
  #tabBox03#function table td {
    padding: 8px 5px;
  }
  #tabBox03 #guarantee .col2 .col {
    width: 100%;
  }
  #tabBox03 #price th.small{
    font-size: 10px;
  }
  #tabBox03 #price td span {
    font-size: 8px;
  }
}
