@charset "UTF-8";

/*****************************
cmn
*****************************/
.pagesec {
  padding: 8rem 0 10rem;
}
.pagesec:only-child {
  padding: 8rem 0 15rem;
}
.page-intro {
  padding: 8rem 0 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec {
    padding: 8rem 0 0;
  }
  .pagesec:last-child,
  .pagesec:only-child {
    padding: 8rem 0 5rem;
  }
}

/*****************************
pagecommon
*****************************/
.pagehead {
  height: 330px;
  position: relative;
}
.pagehead::before {
  content: '';
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagehead .ttlbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pagehead .ttlbox .ja {
  background: #000;
  color: #fff;
  padding: .5rem 2rem .5rem 3rem;
  position: relative;
}
.pagehead .ttlbox .ja::before {
  background: #ccc;
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  height: 2px;
  width: 50px;
}
.breadcrumb {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 100;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagehead {
    height: 250px;
  }
  .pagehead .ttlbox .ja {
    font-size: 1.6rem;
    padding: .5rem 1rem .5rem 1rem;
  }
  .pagehead .ttlbox .ja::before {
    left: -45px;
  }
  .pagehead .ttlbox {
    top: 55%;
  }
}

/*****************************
parts news
*****************************/
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
  text-align: center;
}
.page-numbers.dots {
  pointer-events: none;
}
.page-numbers.current,
.page-numbers:hover {
  color: #8FC224;
  font-weight: bold;
  text-decoration: underline;
}
.pager {
  gap: 1rem;
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager a {
  border-bottom: 1px solid #8FC224;
  display: inline-block;
  opacity: 1 !important;
  padding: 0 .5rem;
  transition: .5s;
}
.pager a:hover {
  background: #8FC224;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
フォーム
*****************************/
.formsec {
  position: relative;
}

/************
フォーム共通項
************/
.formblock {
  margin: 0 auto;
  max-width: 800px;
}
.formtbl .formbox {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formtbl .fomttl {
  padding: 1rem;
  width: 200px;
}
.formtbl .fomttl span {
  background: #A42020;
  border-radius: 3px;
  color: #ccc;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: .5rem;
  padding: .2rem .5rem .3rem;
}
.formtbl .fomttl span.any {
  background: #004AAB;
}
.formtbl .fomcontent {
  padding: 1rem 2rem;
  width: calc(100% - 200px);
}
.formtbl .addinput {
  margin-top: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .fomttl,
  .formtbl .fomcontent {
    width: 100%;
  }
  .formtbl .formbox {
    margin: 1rem auto;
  }
}

/************
フォーム内部
************/
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-txtarea textarea,
.formtbl .input-select select {
  background: #f3f3f3;
  border: 1px solid #bbb;
  border-radius: 3px;
  width: 100%;
}
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-select select {
  height: 36px;
  padding: 0 .5rem;
}
.formtbl .input-age input,
.formtbl .input-num input {
  max-width: 60px;
}
.formtbl .input-zip input,
.formtbl .zipaddbox .input-select select {
  max-width: 200px;
}
.formtbl .input-age input {
  margin-right: .5rem;
}
.formtbl .input-day:first-child {
  margin-bottom: 1rem;
}
.formtbl .input-day input {
  width: calc(100% - 145px);
}
.formtbl .input-date input {
  margin: .5rem 0;
}
.formtbl .input-select select {
  appearance: auto;
}
.formtbl .input-txtarea textarea {
  padding: .5rem;
}
.formtbl .input-check .wpcf7-list-item,
.formtbl .input-radio .wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.formtbl .zipaddarea {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox dt {
  width: 120px;
}
.formtbl .zipaddarea .zipaddbox dd {
  width: calc(100% - 130px);
}
.formtbl .zipaddarea .zipaddbox .input-zip p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .formtbl .input-select select{
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .input-select select {
    max-width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt,
  .formtbl .zipaddarea .zipaddbox dd {
    width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/************
フォーム外部
************/
.formsec .ppbox,
.formsec .lastcheck {
  margin: 2rem auto;
}
.formsec .ppbox .wpcf7-list-item,
.formsec .lastcheck .wpcf7-list-item {
  margin: 0 0 0 1rem;
}
.formsec .ppbox dl {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
}
.formsec .ppbox dl dt {
  font-weight: bold;
}
.formsec .ppbox a {
  text-decoration: underline;
}
.formsec .lastcheck {
  margin: 0 auto;
}

/************
フォームボタン
************/
.formsec .fomb {
  background: #8FC224;
  border: 1px solid #8FC224;
  margin: 2rem auto 0;
  max-width: 300px;
  padding: .5rem 0;
  position: relative;
  text-align: center;
}
.formsec .fomb input {
  color: #fff;
}
.formsec .fomb:hover {
  background: #fff;
  border: 1px solid #fff;
}
.formsec .fomb:hover input {
  color: #8FC224;
}
.formsec .fomb:has(input:disabled) {
  background: #b5b5b5 !important;
  border-color: transparent;
  pointer-events: none;
}
.formsec .fomb:has(input:disabled)::before {
  color: #333 !important;
}
.formsec .fomb input:disabled {
  color: #333 !important;
}

/************
フォームエラー、送信
************/
/* エラー */
.formtbl .fomcontent span.error {
  background: none;
  margin: 0;
}
/* 送信 */
.formsec .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.formsec form.sent .formblock,
.formsec form .sent-after,
.formsec form.sent .fomb {
  display: none;
}
.formsec form.sent .sent-after {
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.formsec .wpcf7 form .wpcf7-response-output {
  margin: 2rem auto 0;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}
.formsec .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.formsec .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formsec .wpcf7 form .wpcf7-response-output {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .formsec form.sent .sent-after {
    text-align: left;
  }
}


/*****************************
下層共通
*****************************/
/* column2flex */
.column2flex {
  display: flex;
  gap: 5rem;
  padding-bottom: 5rem;
}
.column2flex aside {
  width: 30%;
}
.column2flex article {
  width: 70%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .column2flex {
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .column2flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .column2flex aside {
    width: 100%;
  }
  .column2flex article {
    width: 100%;
  }
}

/* pagenav */
.column2flex aside {
  margin-top: 10rem;
}
.pagenav {
  border: 1px solid #181818;
  position: sticky;
  top: 50px;
  height: 700px;
  overflow-y: scroll;
}
.pagenav .menulist .current a {
  background: #181818;
  color: #fff;
}
.pagenav .menulist .current a::before {
  color: #fff;
}
.pagenav .menulist .current:hover a {
  color: #fff;
}
.pagenav a {
  display: block;
  opacity: 1;
}
.pagenav .menu1 a {
  background: #8FC224;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 1.5rem 1rem 1.5rem 3.5rem;
  position: relative;
}
.pagenav .menu1 a::before {
  color: #fff;
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  top: 22px;
  left: 15px;
}
.pagenav .menu2 a,
.pagenav .menu3 a {
  padding: 1.5rem 1rem 1.5rem 3.5rem;
  position: relative;
}
.pagenav .menu2 a:hover,
.pagenav .menu3 a:hover {
  color: #8FC224;
}
.pagenav .menu2:not(:last-of-type) a {
  border-bottom: 1px solid #181818;
}
.pagenav .menu3 a {
  border-bottom: 1px solid #181818;
  padding: 1.5rem 1rem 1.5rem 5.5rem;
}
.pagenav .menu2 a::before,
.pagenav .menu3 a::before {
  color: #8FC224;
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  top: 22px;
  left: 15px;
}
.pagenav .menu3 a::before {
  top: 22px;
  left: 35px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .column2flex aside {
    margin-top: 0;
    padding-bottom: 10rem;
  }
  .pagenav {
    position: static;
    height: auto;
    overflow-y: auto;
  }
}

/* steplist */
.steplist > li:not(:last-of-type) {
  padding-bottom: 5rem;
}
.steplist .ttlbox {
  margin-bottom: 2rem;
}
.steplist .ttlbox span {
  line-height: 1;
}
.steplist .ttlbox .ttl  {
  border-bottom: 1px solid #ccc;
  margin-bottom: .5rem;
}
.steplist .ttlbox .step {
  font-size: 1.4rem;
  font-weight: 300;
}
.steplist .ttlbox .ja {
  font-size: 2rem;
}
.steplist .ttlbox .num {
  color: #8FC224;
  display: inline-block;
  font-size: 3rem;
  font-weight: 400;
  margin: 0 .4rem 0 .2rem;
}
.linklist {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.linklist li {
  width: calc(100% / 2 - 2rem);
}
.linklist a {
  opacity: 1;
}
.linklist .imgbox {
  overflow: hidden;
}
.linklist .imgbox img {
  aspect-ratio: 2/1;
  object-fit: cover;
  height: auto;
  transition: .5s;
  width: 100%;
}
.linklist a:hover .imgbox img {
  transform: scale(1.1);
  transition: .5s;
}
.linklist .morebtn2 span {
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .linklist {
    gap: 1rem;
  }
  .linklist li {
    width: 100%;
  }
  .steplist > li:not(:last-of-type) {
    padding-bottom: 3rem;
  }
  .linklist li a {
    display: flex;
    width: 100%;
  }
  .linklist .morebtn2 span {
    background: #f5f5f5;
    border: none;
    /* color: #181818; */
    font-size: 2rem;
    height: 100%;
  }
  .linklist .morebtn2 span::before {
    color: #181818;
    top: 13px;
  }
  .linklist .imgbox {
    width: 20%;
  }
  .linklist .imgbox img {
    aspect-ratio: 1/1;
  }
  .linklist .morebtn2 {
    width: 80%;
  }
  /* .linklist .morebtn2 a {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #181818;
    display: flex;
    align-items: center;
  }
  .linklist .morebtn2 a::before {
    color: #181818;
    top: 50%;
    transform: translateY(-50%);
  } */
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .steplist .fimgbox {
    margin-bottom: 2rem;
  }
  .steplist .ttlbox .ja {
    font-size: 1.6rem;
  }
}

.plusbox .plus {
  max-width: 80px;
  margin: 0 auto;
}
.plusbox .txt {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.plusbox .txt span {
  color: #F39800;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 1rem;
}
.plusbox .tblbox {
  overflow-y: hidden !important;
}
.plusbox table {
  border-collapse: collapse;
  width: 100%;
}
.plusbox table th,
.plusbox table td {
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
}
.plusbox table th {
  background: #F39800;
  font-weight: 700;
}
.plusbox table td {
  background: rgb(0,0,0,.3);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .plusbox .txt {
    font-size: 1.6rem;
  }
  .plusbox .txt span {
    font-size: 2.4rem;
    margin: 0 .5rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .plusbox table {
    width: 550px;
  }
  .plusbox .txtbox {
    margin-bottom: 2rem;
  }
  .plusbox .txt span {
    display: block;
    line-height: 1;
  }
  .plusbox .plus {
    max-width: 60px;
  }
  .plusbox .txt span {
    font-size: 2rem;
  }
}

.commonflexsec .ttlbox3 .txt {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 1rem;
}
.commonflexsec .txtbox {
  margin-bottom: 2rem;
}
.commonflexsec .ftxtbox {
  width: 48%;
}
.commonflexsec .fimgbox {
  width: 48%;
}
.commonflexsec .fimgbox a {
  display: block;
  aspect-ratio: 2/1.4;
}
.commonflexsec .fimgbox a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.commonflexsec .dlbox dl {
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.commonflexsec .dlbox dt,
.commonflexsec .dlbox dd {
  padding: 1rem;
}
.commonflexsec .dlbox dt:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.commonflexsec .dlbox dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.commonflexsec .dlbox dt {
  background: #8FC224;
  color: #fff;
  width: 100px;
}
.commonflexsec .dlbox dd {
  background: rgb(0, 0, 0, .3);
  width: calc(100% - 100px);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .commonflexsec .flexbox2 {
    flex-direction: column-reverse;
  }
  .commonflexsec .ftxtbox {
    width: 100%;
  }
  .commonflexsec .fimgbox {
    margin: 0 auto 2rem;
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .commonflexsec .fimgbox {
    width: 70%;
  }
}

/* featuresbox */
.featureslist {
  counter-reset: count 0;
}
.featureslist li:not(:last-of-type) {
  margin-bottom: 5rem;
}
.featureslist li .ja {
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 4rem;
  position: relative;
}
.featureslist li .ja:after {
  background: #8FC224;
  content: '0' counter(count);
  counter-increment: count 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  padding: .5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.featureslist li .img {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .featureslist li .ja {
    font-size: 1.8rem;
    padding-left: 4rem;
  }
  .featureslist li .ja:after {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .featureslist li .ja {
    font-size: 1.6rem;
  }
  .featureslist li .ja:after {
    font-size: 1.8rem;
  }
}

/* constructionbox */
.constructionlist {
  counter-reset: count 0;
}
.constructionlist li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.constructionlist li {
  display: flex;
  gap: 2rem;
}
.constructionlist .imgbox {
  width: 40%;
}
.constructionlist .imgbox img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.constructionlist .txtbox {
  width: 60%;
}
.constructionlist .txtbox .ttl {
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
}
.constructionlist .txtbox .ttl::after {
  background: #8FC224;
  color: #fff;
  content: 'STEP0' counter(count);
  counter-increment: count 1;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0 .5rem;
  position: absolute;
  top: -20px;
  left: 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .constructionlist .txtbox .ttl {
    font-size: 1.8rem;
  }
  .constructionlist .txtbox .ttl::after {
    font-size: 1.3rem;
    top: -23px;
  }
  .constructionlist li {
    padding: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .constructionlist li {
    flex-wrap: wrap;
  }
  .constructionlist .txtbox {
    width: 100%;
  }
  .constructionlist .imgbox {
    width: 100%;
  }
  .constructionlist .txtbox .ttl {
    font-size: 1.6rem;
  }
  .constructionlist .txtbox .ttl::after {
    top: -25px;
  }
}

.licensebox {
  margin-top: 5rem;
  max-width: 300px;
}
a.luminous {
  display: block;
  position: relative;
}
a.luminous::before {
  aspect-ratio: 1/1;
  background: #181818;
  border-radius: 50%;
  content: "\f00e";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font: var(--fa-font-solid);
  font-size: 2rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
  width: 50px;
}
a.luminous:hover::before {
  opacity: 1;
}

/* meritbox */
.meritbox {
  background: rgba(0,0,0,.5);
  margin-top: 5rem;
  padding: 2rem;
}
.meritlist {
  display: flex;
  gap: 2rem;
}
.meritlist ul > li {
  padding-left: 2rem;
  position: relative;
}
.meritlist ul > li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.meritlist ul > li::before {
  background: #8FC224;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 10px;
  width: 10px;
}
.meritlist > li:nth-child(2) ul > li::before {
  background: #ccc;
}
.meritlist > li:nth-child(2) .ttlbox3 .ja {
  border-left: 2px solid #ccc;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .meritlist {
    flex-wrap: wrap;
  }
  .meritlist .ttlbox3 {
    margin-bottom: 1rem;
  }
  .meritlist ul > li:not(:last-of-type) {
    margin-bottom: .5rem;
  }
}

/*****************************
comparison1
*****************************/
.comparison1 .tblbox1 {
  margin-bottom: 5rem;
}
.comparison1 .tblbox1 table {
  width: 1160px;
}
.comparison1 .tblbox1 table th,
.comparison1 .tblbox1 table td {
  border: 1px solid #ccc;
  padding: 1rem;
}
.comparison1 .tblbox1 table th {
  background: #8FC224;
  color: #fff;
}
.comparison1 .tblbox1 thead th {
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.comparison1 .tblbox1 thead th:not(:last-child) {
  border-right: 1px solid #ccc;
}
.comparison1 .tblbox1 tbody tr:not(:last-child) th {
  border-bottom: 1px solid #ccc;
}
.comparison1 .tblbox1 table td {
  background: rgb(0,0,0,.3);
  border: 1px solid #ccc;
}
.comparison1 .tblbox1 tbody th {
  text-align: left;
  vertical-align: middle;
}
.comparison1 .tblbox1 thead th,
.comparison1 .tblbox1 tbody th {
  position: sticky;
  left: 0;
}
.comparison1 .tblbox1 thead th::before,
.comparison1 .tblbox1 tbody th::before {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  height: 100%;
  width: 100%;
}

.comparison1 .tblbox2 table th,
.comparison1 .tblbox2 table td {
  border: 1px solid #ccc;
  padding: 1rem;
}
.comparison1 .tblbox2 table th {
  background: #8FC224;
  color: #fff;
  text-align: left;
}
.comparison1 .tblbox2 thead th {
  border-bottom: 1px solid #ccc;
}
.comparison1 .tblbox2 thead th:not(:last-child) {
  border-right: 1px solid #ccc;
}
.comparison1 .tblbox2 table td {
  background: rgb(0, 0, 0, .3);
}
.comparison1 .tblbox2 tbody tr:not(:last-child) th {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}