@charset "UTF-8";
.unitparts {
  /*
  module: m-box-fixed
  - 固定幅・中央揃えのボックス
*/
  /*[data-fixed] {
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  [data-fixed] {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}*/
  /* 見出し */
}

.unitparts .w1p {
  width: 10% !important;
}

.unitparts .w2p {
  width: 20% !important;
}

.unitparts .w3p {
  width: 30% !important;
}

.unitparts .w4p {
  width: 40% !important;
}

.unitparts .w5p {
  width: 50% !important;
}

.unitparts .w6p {
  width: 60% !important;
}

.unitparts .w7p {
  width: 70% !important;
}

.unitparts .w8p {
  width: 80% !important;
}

.unitparts .w9p {
  width: 90% !important;
}

.unitparts .w10p {
  width: 100% !important;
}

.unitparts .mats {
  margin-top: 10px  !important;
}

@media print, screen and (min-width: 768px) {
  .unitparts .mats {
    margin-top: 20px !important;
  }
}

.unitparts .matm {
  margin-top: 20px !important;
}

@media print, screen and (min-width: 768px) {
  .unitparts .matm {
    margin-top: 40px !important;
  }
}

.unitparts .matl {
  margin-top: 30px !important;
}

@media print, screen and (min-width: 768px) {
  .unitparts .matl {
    margin-top: 60px !important;
  }
}

.unitparts .mat2l {
  margin-top: 40px !important;
}

@media print, screen and (min-width: 768px) {
  .unitparts .mat2l {
    margin-top: 80px !important;
  }
}

.unitparts .fw {
  font-weight: bold !important;
}

.unitparts .cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .unitparts .hide-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .hide-tab {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .hide-pc {
    display: none !important;
  }
}

.unitparts .tal {
  text-align: left !important;
}

.unitparts .tac {
  text-align: center !important;
}

.unitparts .tar {
  text-align: right !important;
}

.unitparts .tdu {
  text-decoration: underline;
}

.unitparts .oh {
  overflow: hidden;
}

.unitparts .vm {
  vertical-align: middle !important;
}

.unitparts .fsi {
  font-style: italic !important;
}

.unitparts [data-gs="12"] {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

@media print {
  .unitparts [data-gs="12"] {
    display: block;
    letter-spacing: -0.4em;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts [data-gs="12"] {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print {
  .unitparts [data-gs="12"] {
    display: block;
    letter-spacing: -0.4em;
  }
}

.unitparts [data-gs="12"] > [data-gs-col] {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .unitparts [data-gs="12"] > [data-gs-col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts [data-gs="12"] > [data-gs-col="12"] {
    width: calc(100% / 1);
    width: calc((100% / 1) - 0.1px) \0 ;
    padding: 0 20px;
  }
}

@media print {
  .unitparts [data-gs="12"] > [data-gs-col="12"] {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts [data-gs="12"] > [data-gs-col="6"] {
    width: calc(100% / 2);
    width: calc((100% / 2) - 0.1px) \0 ;
    padding: 0 20px;
  }
}

@media print {
  .unitparts [data-gs="12"] > [data-gs-col="6"] {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts [data-gs="12"] > [data-gs-col="4"] {
    width: calc(100% / 3);
    width: calc((100% / 3) - 0.1px) \0 ;
    padding: 0 20px;
  }
}

@media print {
  .unitparts [data-gs="12"] > [data-gs-col="4"] {
    width: 33.3333333333%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 4);
    width: calc((100% / 4) - 0.1px) \0 ;
    padding: 0 20px;
  }
}

@media print {
  .unitparts [data-gs="12"] > [data-gs-col="3"] {
    width: 25%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts [data-gs="12"] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5) - 0.1px) \0 ;
    padding: 0 20px;
  }
}

@media print {
  .unitparts [data-gs="12"] > [data-gs-col="8"] {
    width: 66.6666666667%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts [data-gs="12"][data-gs-tab="2"] > [data-gs-col]:not([data-gs-col="12"]) {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .unitparts [data-gs="12"][data-gs-sp="2"] > [data-gs-col] {
    width: 50%;
  }
}

.unitparts .m-box-clear {
  *zoom: 1;
}

.unitparts .m-box-clear:after {
  content: " ";
  display: table;
  clear: both;
}

.unitparts .m-box-pagepath {
  position: relative;
  clear: both;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  display: none;
  z-index: 1;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-pagepath {
    border-top: none;
    display: block;
  }
}

.unitparts .m-box-pagepath .pagepath-inner {
  padding: 0 16px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-pagepath .pagepath-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
  }
}

.unitparts .m-box-pagepath .pagepath-inner .pagepath-list {
  *zoom: 1;
  padding: 5px 0;
}

.unitparts .m-box-pagepath .pagepath-inner .pagepath-list:after {
  content: " ";
  display: table;
  clear: both;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-pagepath .pagepath-inner .pagepath-list {
    padding: 11px 0 10px;
    max-width: calc(100% - 13em);
  }
}

.unitparts .m-box-pagepath .pagepath-inner .pagepath-list > .list-item {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  display: flex;
  padding-right: 20px;
  margin-right: 15px;
  align-items: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-pagepath .pagepath-inner .pagepath-list > .list-item {
    padding-right: 19px;
    margin-right: 15px;
  }
}

.unitparts .m-box-pagepath .pagepath-inner .pagepath-list > .list-item::after {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.unitparts .m-box-pagepath .pagepath-inner .pagepath-list > .list-item:last-child:after {
  display: none;
}

.unitparts .m-box-pagepath .pagepath-inner .pagepath-list > .list-item .item-inner {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-pagepath .pagepath-inner .pagepath-list > .list-item .item-inner {
    font-size: 1.4rem;
  }
}

.unitparts .m-box-pagepath .pagepath-inner .pagepath-list > .list-item a {
  text-decoration: none;
}

.unitparts [data-whatinput=keyboard] .m-box-pagepath .pagepath-inner .pagepath-list > .list-item a:focus {
  color: #000;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-pagepath .pagepath-inner .pagepath-list > .list-item a:hover {
    color: #000;
  }
}

.unitparts .m-box-section {
  margin: 0 0 3rem;
}

.unitparts .m-box-section.section-bg-whiteinv > [data-fixed] {
  padding: 3rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .unitparts .m-box-section {
    margin: 0 0 2.3rem;
  }
  .unitparts .m-box-section.section-bg-whiteinv > [data-fixed] {
    padding: 1.5rem 1rem;
    width: 100%;
  }
}

.unitparts .m-box-frame {
  margin-top: 20px;
  padding: 16px;
  background-color: #f9f9f9;
  border: solid 1px #dddddd;
  position: relative;
}

.unitparts .m-box-frame > *:first-child {
  margin-top: 0 !important;
}

.unitparts .m-box-frame > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-frame > .image-position-left:first-child + *,
  .unitparts .m-box-frame > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-box-frame > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-frame > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-frame > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-frame > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-frame {
    padding: 40px 45px;
    margin-top: 40px;
  }
}

.unitparts .m-box-frame.frame-bg-none {
  background-color: transparent !important;
}

.unitparts .m-box-youtube {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-youtube {
    max-width: calc((100% + 40px) * 0.8 - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.unitparts .m-box-youtube:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}

.unitparts .m-box-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-youtube.youtube-size-full {
    max-width: none;
  }
}

.unitparts .m-box-map {
  width: 100%;
  margin-top: 40px;
  height: 160px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-map {
    margin-top: 60px;
    height: 330px;
  }
}

.unitparts .m-box-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.unitparts .m-box-accordion {
  margin-top: 40px;
  position: relative;
  counter-reset: question;
  counter-increment: question;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion {
    margin-top: 80px;
  }
}

.unitparts .m-box-accordion:before {
  content: "";
  top: 0;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  width: calc(100%);
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion:before {
    width: 100%;
    margin-left: auto;
  }
}

.unitparts .m-box-accordion:after {
  content: "";
  height: 1px;
  background-color: #dddddd;
  width: calc(100%);
  position: absolute;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion:after {
    width: 100%;
    margin-left: auto;
  }
}

.unitparts .m-box-accordion .accordion-head {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
}

.unitparts .m-box-accordion .accordion-head::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: solid 1px #333;
  transition: all 0.2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion .accordion-head::before {
    width: 50px;
    height: 50px;
  }
}

.unitparts .m-box-accordion .accordion-head .head-wrap {
  position: relative;
  z-index: 1;
  padding: 13px 26.5px 13px 0;
  text-align: left;
  display: flex;
  transition: all 0.2s ease-out;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion .accordion-head .head-wrap {
    padding: 27px 60px 27px 0;
  }
}

.unitparts .m-box-accordion .accordion-head .head-wrap:before, .unitparts .m-box-accordion .accordion-head .head-wrap:after {
  content: "";
  background-color: #333;
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  border-radius: 1px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion .accordion-head .head-wrap:before, .unitparts .m-box-accordion .accordion-head .head-wrap:after {
    width: 16px;
    height: 2px;
    right: 17px;
  }
}

.unitparts .m-box-accordion .accordion-head .head-wrap:before {
  transform: rotate(0deg);
  transition: all 0.6s ease-out;
}

.unitparts .m-box-accordion .accordion-head .head-wrap:after {
  transform: rotate(-90deg);
  transition: all 0.6s ease-out;
}

.unitparts .m-box-accordion .accordion-head .head-wrap .head-prefix {
  margin-right: 5px;
  white-space: nowrap;
}

.unitparts .m-box-accordion .accordion-head .head-wrap .head-ttl {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion .accordion-head .head-wrap .head-ttl {
    font-size: 1.8rem;
  }
}

.unitparts [data-whatinput=keyboard] .m-box-accordion .accordion-head:focus {
  color: #000;
}

.unitparts [data-whatinput=keyboard] .m-box-accordion .accordion-head:focus::before {
  border-color: #000;
}

.unitparts [data-whatinput=keyboard] .m-box-accordion .accordion-head:focus .head-wrap:before, .unitparts [data-whatinput=keyboard] .m-box-accordion .accordion-head:focus .head-wrap:after {
  background-color: #000;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-head:hover {
    color: #000;
  }
  .unitparts .m-box-accordion .accordion-head:hover::before {
    border-color: #000;
  }
  .unitparts .m-box-accordion .accordion-head:hover .head-wrap:before, .unitparts .m-box-accordion .accordion-head:hover .head-wrap:after {
    background-color: #000;
  }
}

.unitparts .m-box-accordion .accordion-body {
  padding: 20px 10px 20px 10px;
  display: none;
  border-top: solid 1px #dddddd;
}

.unitparts .m-box-accordion .accordion-body > *:first-child {
  margin-top: 0 !important;
}

.unitparts .m-box-accordion .accordion-body > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion .accordion-body > .image-position-left:first-child + *,
  .unitparts .m-box-accordion .accordion-body > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion .accordion-body {
    padding: 40px 0px 40px;
  }
}

.unitparts .m-box-accordion + .m-box-accordion {
  counter-reset: none;
  margin-top: 0;
}

.unitparts .m-box-accordion + .m-box-accordion:before {
  display: none;
}

.unitparts .m-box-accordion + .m-box-accordion .accordion-head:after {
  top: 2px;
  height: calc(100% - 6px);
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-accordion + .m-box-accordion .accordion-head:after {
    top: 2px;
    height: calc(100% - 5px);
  }
}

.unitparts .m-box-accordion .accordion-head[aria-expanded=true] {
  color: #000;
}

.unitparts .m-box-accordion .accordion-head[aria-expanded=true]::before {
  background-color: #fff;
  border: solid 1px #333;
}

.unitparts .m-box-accordion .accordion-head[aria-expanded=true] .head-wrap:before, .unitparts .m-box-accordion .accordion-head[aria-expanded=true] .head-wrap:after {
  background-color: #333;
}

.unitparts .m-box-accordion .accordion-head[aria-expanded=true] .head-wrap:before {
  transform: rotate(180deg);
}

.unitparts .m-box-accordion .accordion-head[aria-expanded=true] .head-wrap:after {
  transform: rotate(180deg);
  opacity: 0;
}

.unitparts [data-whatinput=keyboard] .m-box-accordion .accordion-head[aria-expanded=true]:focus::before {
  border-color: #000;
}

.unitparts [data-whatinput=keyboard] .m-box-accordion .accordion-head[aria-expanded=true]:focus .head-wrap:before, .unitparts [data-whatinput=keyboard] .m-box-accordion .accordion-head[aria-expanded=true]:focus .head-wrap:after {
  background-color: #000;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-accordion .accordion-head[aria-expanded=true]:hover::before {
    border-color: #000;
  }
  .unitparts .m-box-accordion .accordion-head[aria-expanded=true]:hover .head-wrap:before, .unitparts .m-box-accordion .accordion-head[aria-expanded=true]:hover .head-wrap:after {
    background-color: #000;
  }
}

.unitparts .m-box-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 110vw;
  right: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  outline: none;
  -webkit-overflow-scrolling: auto;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-modal {
    padding: 0px 0 0;
  }
}

.unitparts .m-box-modal .modal-title {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.unitparts .m-box-modal.is-active {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: auto;
}

.unitparts .m-box-modal .modal-overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.unitparts .m-box-modal .modal-inner {
  position: relative;
  z-index: 1;
  min-width: 200px;
  min-height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-modal .modal-inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}

.unitparts .m-box-modal .modal-inner .modal-youtube {
  display: none;
  width: calc(100vw - 30px);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 50px);
  max-height: calc(var(--vh, 1vh) * 100 - 50px);
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-modal .modal-inner .modal-youtube {
    max-width: 980px;
    width: calc(100vw - 80px);
  }
}

.unitparts .m-box-modal .modal-inner .modal-youtube .youtube-inner {
  position: relative;
}

.unitparts .m-box-modal .modal-inner .modal-youtube .youtube-inner:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}

.unitparts .m-box-modal .modal-inner .modal-youtube .youtube-inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.unitparts .m-box-modal .modal-inner .modal-content {
  display: none;
  width: calc(100vw - 30px);
  background-color: #fff;
  padding: 30px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
  max-height: calc(var(--vh, 1vh) * 100 - 80px);
  pointer-events: auto;
}

.unitparts .m-box-modal .modal-inner .modal-content > *:first-child {
  margin-top: 0 !important;
}

.unitparts .m-box-modal .modal-inner .modal-content > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-modal .modal-inner .modal-content > .image-position-left:first-child + *,
  .unitparts .m-box-modal .modal-inner .modal-content > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-modal .modal-inner .modal-content > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-modal .modal-inner .modal-content {
    max-width: 1200px;
    padding: 32px;
    width: calc(100vw - 80px);
  }
}

.unitparts .m-box-modal .modal-inner .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease-out;
  width: 40px;
  height: 40px;
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-modal .modal-inner .modal-close {
    width: 40px;
    height: 40px;
  }
}

.unitparts .m-box-modal .modal-inner .modal-close::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: auto;
  background: url(../svg/i_close.svg?c=fff) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-modal .modal-inner .modal-close::before {
    right: auto;
    left: 10px;
  }
}

.unitparts .m-box-modal .modal-inner .modal-close .btn-wrap {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.unitparts [data-whatinput=keyboard] .m-box-modal .modal-inner .modal-close:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-modal .modal-inner .modal-close:hover {
    text-decoration: none;
  }
}

.unitparts .m-box-modal-content {
  display: none;
}

.unitparts .m-box-tabhead {
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
}

.unitparts .m-box-tabhead + * {
  margin-top: 0 !important;
}

.unitparts .m-box-tabhead + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-tabhead + .image-position-left + *,
  .unitparts .m-box-tabhead + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-box-tabhead + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tabhead + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tabhead + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tabhead + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tabhead + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tabhead + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-tabhead + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-tabhead + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-tabhead {
    margin-top: 55px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 1px;
  }
}

.unitparts .m-box-tabhead .tabhead-list {
  display: flex;
  border-bottom: solid 1px #dddddd;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-tabhead .tabhead-list {
    flex-wrap: wrap;
    margin-left: -50px;
    border: none;
  }
}

.unitparts .m-box-tabhead .tabhead-list .list-item {
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-tabhead .tabhead-list .list-item:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #dddddd;
    width: 100vw;
    height: 1px;
    margin: auto;
  }
}

.unitparts .m-box-tabhead .tabhead-list .list-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #dddddd;
  width: 1px;
  height: 17px;
  margin: auto;
}

.unitparts .m-box-tabhead .tabhead-list .list-item:last-child::after {
  display: none;
}

.unitparts .m-box-tabhead .tabhead-list .list-item:first-child() .item-link {
  padding-left: 0;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-tabhead .tabhead-list .list-item:first-child() .item-link {
    padding-left: 50px;
  }
}

.unitparts .m-box-tabhead .tabhead-list .list-item .item-link {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0 20px 0;
  width: 100%;
  line-height: 1.25;
  font-size: 1.6rem;
  transition: all 0.2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-tabhead .tabhead-list .list-item .item-link {
    font-size: 1.8rem;
    padding: 0 50px 0;
  }
}

.unitparts .m-box-tabhead .tabhead-list .list-item .item-link .link-inner {
  display: inline-block;
  padding: 15px 0 15px;
  position: relative;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-tabhead .tabhead-list .list-item .item-link .link-inner {
    padding: 25px 0 25px;
  }
}

.unitparts .m-box-tabhead .tabhead-list .list-item .item-link .link-inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s ease-out;
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-tabhead .tabhead-list .list-item .item-link .link-inner:before {
    height: 4px;
  }
}

.unitparts [data-whatinput=keyboard] .m-box-tabhead .tabhead-list .list-item .item-link:focus {
  color: #000;
  text-decoration: none;
}

.unitparts [data-whatinput=keyboard] .m-box-tabhead .tabhead-list .list-item .item-link:focus .link-inner:before {
  opacity: 1;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tabhead .tabhead-list .list-item .item-link:hover {
    color: #000;
    text-decoration: none;
  }
  .unitparts .m-box-tabhead .tabhead-list .list-item .item-link:hover .link-inner:before {
    opacity: 1;
  }
}

.unitparts .m-box-tabhead .tabhead-list .list-item .item-link.is-active {
  color: #000;
}

.unitparts .m-box-tabhead .tabhead-list .list-item .item-link.is-active .link-inner:before {
  opacity: 1;
}

.unitparts .m-box-tab {
  margin-top: 35px;
}

.unitparts .m-box-tab > .m-box-tabhead {
  margin-top: 0;
}

.unitparts .m-box-tab .tab-content .content-item {
  display: none;
}

.unitparts .m-box-tab .tab-content .content-item > *:first-child {
  margin-top: 0 !important;
}

.unitparts .m-box-tab .tab-content .content-item > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-tab .tab-content .content-item > .image-position-left:first-child + *,
  .unitparts .m-box-tab .tab-content .content-item > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-box-tab .tab-content .content-item > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.unitparts .m-box-tab .tab-content .content-item:first-child {
  display: block;
}

.unitparts .m-list-desc, .unitparts .mceContentBody ul,
.unitparts .mce-content-body ul {
  margin-top: 10px;
}

.unitparts .m-list-desc a, .unitparts .mceContentBody ul a,
.unitparts .mce-content-body ul a {
  text-decoration: underline;
  color: #333;
}

.unitparts .m-list-desc a[target=_blank]:not(.noticon):after, .unitparts .mceContentBody ul a[target=_blank]:not(.noticon):after,
.unitparts .mce-content-body ul a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts .m-list-desc a[href$=".pdf"]:not(.noticon):after, .unitparts .mceContentBody ul a[href$=".pdf"]:not(.noticon):after,
.unitparts .mce-content-body ul a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-desc a[href$=".doc"]:not(.noticon):after, .unitparts .mceContentBody ul a[href$=".doc"]:not(.noticon):after,
.unitparts .mce-content-body ul a[href$=".doc"]:not(.noticon):after, .unitparts .m-list-desc a[href$=".docx"]:not(.noticon):after, .unitparts .mceContentBody ul a[href$=".docx"]:not(.noticon):after,
.unitparts .mce-content-body ul a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-desc a[href$=".xls"]:not(.noticon):after, .unitparts .mceContentBody ul a[href$=".xls"]:not(.noticon):after,
.unitparts .mce-content-body ul a[href$=".xls"]:not(.noticon):after, .unitparts .m-list-desc a[href$=".xlsx"]:not(.noticon):after, .unitparts .mceContentBody ul a[href$=".xlsx"]:not(.noticon):after,
.unitparts .mce-content-body ul a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-desc a[href$=".zip"]:not(.noticon):after, .unitparts .mceContentBody ul a[href$=".zip"]:not(.noticon):after,
.unitparts .mce-content-body ul a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.unitparts .m-list-desc a:visited, .unitparts .mceContentBody ul a:visited,
.unitparts .mce-content-body ul a:visited {
  color: #333;
}

.unitparts [data-whatinput=keyboard] .m-list-desc a:focus, .unitparts [data-whatinput=keyboard] .mceContentBody ul a:focus, .unitparts .mceContentBody [data-whatinput=keyboard] ul a:focus,
.unitparts [data-whatinput=keyboard] .mce-content-body ul a:focus,
.unitparts .mce-content-body [data-whatinput=keyboard] ul a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-desc a:hover, .unitparts .mceContentBody ul a:hover,
  .unitparts .mce-content-body ul a:hover {
    text-decoration: none;
  }
}

.unitparts .m-list-desc > li, .unitparts .mceContentBody ul > li,
.unitparts .mce-content-body ul > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 1.15em;
}

.unitparts .m-list-desc > li > ul, .unitparts .mceContentBody ul > li > ul,
.unitparts .mce-content-body ul > li > ul,
.unitparts .m-list-desc > li > ol,
.unitparts .mceContentBody ul > li > ol,
.unitparts .mce-content-body ul > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-desc > li > ul, .unitparts .mceContentBody ul > li > ul,
  .unitparts .mce-content-body ul > li > ul,
  .unitparts .m-list-desc > li > ol,
  .unitparts .mceContentBody ul > li > ol,
  .unitparts .mce-content-body ul > li > ol {
    margin-top: 5px;
  }
}

.unitparts .m-list-desc > li > ul > li, .unitparts .mceContentBody ul > li > ul > li,
.unitparts .mce-content-body ul > li > ul > li,
.unitparts .m-list-desc > li > ol > li,
.unitparts .mceContentBody ul > li > ol > li,
.unitparts .mce-content-body ul > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-desc > li > ul > li, .unitparts .mceContentBody ul > li > ul > li,
  .unitparts .mce-content-body ul > li > ul > li,
  .unitparts .m-list-desc > li > ol > li,
  .unitparts .mceContentBody ul > li > ol > li,
  .unitparts .mce-content-body ul > li > ol > li {
    padding-left: 18px;
  }
}

.unitparts .m-list-desc > li > ul.m-list-asterisk > li, .unitparts .mceContentBody ul > li > ul.m-list-asterisk > li,
.unitparts .mce-content-body ul > li > ul.m-list-asterisk > li,
.unitparts .m-list-desc > li > ol.m-list-asterisk > li,
.unitparts .mceContentBody ul > li > ol.m-list-asterisk > li,
.unitparts .mce-content-body ul > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.unitparts .m-list-desc > li > ul.m-list-asterisk > li:before, .unitparts .mceContentBody ul > li > ul.m-list-asterisk > li:before,
.unitparts .mce-content-body ul > li > ul.m-list-asterisk > li:before,
.unitparts .m-list-desc > li > ol.m-list-asterisk > li:before,
.unitparts .mceContentBody ul > li > ol.m-list-asterisk > li:before,
.unitparts .mce-content-body ul > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.unitparts .m-list-desc > li > ul > li:before, .unitparts .mceContentBody ul > li > ul > li:before,
.unitparts .mce-content-body ul > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-desc > li > ul > li:before, .unitparts .mceContentBody ul > li > ul > li:before,
  .unitparts .mce-content-body ul > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-desc > li, .unitparts .mceContentBody ul > li,
  .unitparts .mce-content-body ul > li {
    padding-left: 1.3em;
  }
}

.unitparts .m-list-desc > li:before, .unitparts .mceContentBody ul > li:before,
.unitparts .mce-content-body ul > li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  top: 0.7em;
  left: 0px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-desc > li:before, .unitparts .mceContentBody ul > li:before,
  .unitparts .mce-content-body ul > li:before {
    width: 8px;
    height: 8px;
    top: 0.55em;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-desc.desc-inlineblock, .unitparts .mceContentBody ul.desc-inlineblock,
  .unitparts .mce-content-body ul.desc-inlineblock {
    margin-top: 30px;
    margin-left: -20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-desc.desc-inlineblock > li, .unitparts .mceContentBody ul.desc-inlineblock > li,
  .unitparts .mce-content-body ul.desc-inlineblock > li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    vertical-align: top;
  }
}

.unitparts .m-list-num, .unitparts .mceContentBody ol,
.unitparts .mce-content-body ol {
  margin-top: 10px;
}

.unitparts .m-list-num a, .unitparts .mceContentBody ol a,
.unitparts .mce-content-body ol a {
  text-decoration: underline;
  color: #333;
}

.unitparts .m-list-num a[target=_blank]:not(.noticon):after, .unitparts .mceContentBody ol a[target=_blank]:not(.noticon):after,
.unitparts .mce-content-body ol a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts .m-list-num a[href$=".pdf"]:not(.noticon):after, .unitparts .mceContentBody ol a[href$=".pdf"]:not(.noticon):after,
.unitparts .mce-content-body ol a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-num a[href$=".doc"]:not(.noticon):after, .unitparts .mceContentBody ol a[href$=".doc"]:not(.noticon):after,
.unitparts .mce-content-body ol a[href$=".doc"]:not(.noticon):after, .unitparts .m-list-num a[href$=".docx"]:not(.noticon):after, .unitparts .mceContentBody ol a[href$=".docx"]:not(.noticon):after,
.unitparts .mce-content-body ol a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-num a[href$=".xls"]:not(.noticon):after, .unitparts .mceContentBody ol a[href$=".xls"]:not(.noticon):after,
.unitparts .mce-content-body ol a[href$=".xls"]:not(.noticon):after, .unitparts .m-list-num a[href$=".xlsx"]:not(.noticon):after, .unitparts .mceContentBody ol a[href$=".xlsx"]:not(.noticon):after,
.unitparts .mce-content-body ol a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-num a[href$=".zip"]:not(.noticon):after, .unitparts .mceContentBody ol a[href$=".zip"]:not(.noticon):after,
.unitparts .mce-content-body ol a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.unitparts .m-list-num a:visited, .unitparts .mceContentBody ol a:visited,
.unitparts .mce-content-body ol a:visited {
  color: #333;
}

.unitparts [data-whatinput=keyboard] .m-list-num a:focus, .unitparts [data-whatinput=keyboard] .mceContentBody ol a:focus, .unitparts .mceContentBody [data-whatinput=keyboard] ol a:focus,
.unitparts [data-whatinput=keyboard] .mce-content-body ol a:focus,
.unitparts .mce-content-body [data-whatinput=keyboard] ol a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-num a:hover, .unitparts .mceContentBody ol a:hover,
  .unitparts .mce-content-body ol a:hover {
    text-decoration: none;
  }
}

.unitparts .m-list-num > li, .unitparts .mceContentBody ol > li,
.unitparts .mce-content-body ol > li {
  padding-left: 1.3em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.unitparts .m-list-num > li > ul, .unitparts .mceContentBody ol > li > ul,
.unitparts .mce-content-body ol > li > ul,
.unitparts .m-list-num > li > ol,
.unitparts .mceContentBody ol > li > ol,
.unitparts .mce-content-body ol > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num > li > ul, .unitparts .mceContentBody ol > li > ul,
  .unitparts .mce-content-body ol > li > ul,
  .unitparts .m-list-num > li > ol,
  .unitparts .mceContentBody ol > li > ol,
  .unitparts .mce-content-body ol > li > ol {
    margin-top: 5px;
  }
}

.unitparts .m-list-num > li > ul > li, .unitparts .mceContentBody ol > li > ul > li,
.unitparts .mce-content-body ol > li > ul > li,
.unitparts .m-list-num > li > ol > li,
.unitparts .mceContentBody ol > li > ol > li,
.unitparts .mce-content-body ol > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num > li > ul > li, .unitparts .mceContentBody ol > li > ul > li,
  .unitparts .mce-content-body ol > li > ul > li,
  .unitparts .m-list-num > li > ol > li,
  .unitparts .mceContentBody ol > li > ol > li,
  .unitparts .mce-content-body ol > li > ol > li {
    padding-left: 18px;
  }
}

.unitparts .m-list-num > li > ul.m-list-asterisk > li, .unitparts .mceContentBody ol > li > ul.m-list-asterisk > li,
.unitparts .mce-content-body ol > li > ul.m-list-asterisk > li,
.unitparts .m-list-num > li > ol.m-list-asterisk > li,
.unitparts .mceContentBody ol > li > ol.m-list-asterisk > li,
.unitparts .mce-content-body ol > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.unitparts .m-list-num > li > ul.m-list-asterisk > li:before, .unitparts .mceContentBody ol > li > ul.m-list-asterisk > li:before,
.unitparts .mce-content-body ol > li > ul.m-list-asterisk > li:before,
.unitparts .m-list-num > li > ol.m-list-asterisk > li:before,
.unitparts .mceContentBody ol > li > ol.m-list-asterisk > li:before,
.unitparts .mce-content-body ol > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.unitparts .m-list-num > li > ul > li:before, .unitparts .mceContentBody ol > li > ul > li:before,
.unitparts .mce-content-body ol > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num > li > ul > li:before, .unitparts .mceContentBody ol > li > ul > li:before,
  .unitparts .mce-content-body ol > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}

.unitparts .m-list-num > li:before, .unitparts .mceContentBody ol > li:before,
.unitparts .mce-content-body ol > li:before {
  content: counter(number) ".";
  display: inline-block;
  vertical-align: top;
  margin-left: -1.3em;
  min-width: 1.3em;
}

.unitparts .m-list-num2 {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num2 {
    margin-top: 20px;
  }
}

.unitparts .m-list-num2 a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts .m-list-num2 a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-num2 a[href$=".doc"]:not(.noticon):after, .unitparts .m-list-num2 a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-num2 a[href$=".xls"]:not(.noticon):after, .unitparts .m-list-num2 a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-num2 a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.unitparts .m-list-num2 > li {
  margin-top: 5px;
  padding-left: 2em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.unitparts .m-list-num2 > li > ul,
.unitparts .m-list-num2 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num2 > li > ul,
  .unitparts .m-list-num2 > li > ol {
    margin-top: 5px;
  }
}

.unitparts .m-list-num2 > li > ul > li,
.unitparts .m-list-num2 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num2 > li > ul > li,
  .unitparts .m-list-num2 > li > ol > li {
    padding-left: 18px;
  }
}

.unitparts .m-list-num2 > li > ul.m-list-asterisk > li,
.unitparts .m-list-num2 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.unitparts .m-list-num2 > li > ul.m-list-asterisk > li:before,
.unitparts .m-list-num2 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.unitparts .m-list-num2 > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num2 > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num2 > li {
    margin-top: 5px;
    padding-left: 2em;
  }
}

.unitparts .m-list-num2 > li:first-child {
  margin-top: 0;
}

.unitparts .m-list-num2 > li:nth-child(n):before {
  content: "（" counter(number) "）";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.1em;
  height: auto;
  width: auto;
  background: none;
  top: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num2 > li:nth-child(n):before {
    margin-left: -2.1em;
  }
}

.unitparts .m-list-num3 {
  margin-top: 10px;
}

.unitparts .m-list-num3 > li {
  margin-top: 5px;
  padding-left: 1.3em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.unitparts .m-list-num3 > li > ul,
.unitparts .m-list-num3 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num3 > li > ul,
  .unitparts .m-list-num3 > li > ol {
    margin-top: 5px;
  }
}

.unitparts .m-list-num3 > li > ul > li,
.unitparts .m-list-num3 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num3 > li > ul > li,
  .unitparts .m-list-num3 > li > ol > li {
    padding-left: 18px;
  }
}

.unitparts .m-list-num3 > li > ul.m-list-asterisk > li,
.unitparts .m-list-num3 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.unitparts .m-list-num3 > li > ul.m-list-asterisk > li:before,
.unitparts .m-list-num3 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.unitparts .m-list-num3 > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-num3 > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}

.unitparts .m-list-num3 > li:first-child {
  margin-top: 0;
}

.unitparts .m-list-num3 > li:before {
  display: inline-block;
  vertical-align: top;
  margin-left: -1.3em;
  width: auto;
  background: none;
}

.unitparts .m-list-num3 > li:nth-child(1):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(1):before {
  content: "\2460";
}

.unitparts .m-list-num3 > li:nth-child(2):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(2):before {
  content: "\2461";
}

.unitparts .m-list-num3 > li:nth-child(3):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(3):before {
  content: "\2462";
}

.unitparts .m-list-num3 > li:nth-child(4):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(4):before {
  content: "\2463";
}

.unitparts .m-list-num3 > li:nth-child(5):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(5):before {
  content: "\2464";
}

.unitparts .m-list-num3 > li:nth-child(6):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(6):before {
  content: "\2465";
}

.unitparts .m-list-num3 > li:nth-child(7):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(7):before {
  content: "\2466";
}

.unitparts .m-list-num3 > li:nth-child(8):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(8):before {
  content: "\2467";
}

.unitparts .m-list-num3 > li:nth-child(9):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(9):before {
  content: "\2468";
}

.unitparts .m-list-num3 > li:nth-child(10):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(10):before {
  content: "\2469";
}

.unitparts .m-list-num3 > li:nth-child(11):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(11):before {
  content: "\246a";
}

.unitparts .m-list-num3 > li:nth-child(12):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(12):before {
  content: "\246b";
}

.unitparts .m-list-num3 > li:nth-child(13):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(13):before {
  content: "\246c";
}

.unitparts .m-list-num3 > li:nth-child(14):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(14):before {
  content: "\246d";
}

.unitparts .m-list-num3 > li:nth-child(15):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(15):before {
  content: "\246e";
}

.unitparts .m-list-num3 > li:nth-child(16):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(16):before {
  content: "\246f";
}

.unitparts .m-list-num3 > li:nth-child(17):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(17):before {
  content: "\2470";
}

.unitparts .m-list-num3 > li:nth-child(18):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(18):before {
  content: "\2471";
}

.unitparts .m-list-num3 > li:nth-child(19):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(19):before {
  content: "\2472";
}

.unitparts .m-list-num3 > li:nth-child(20):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}

.unitparts .m-list-num3 > li:nth-child(20):before {
  content: "\2473";
}

.unitparts ul.m-list-asterisk {
  margin-top: 10px;
  font-size: 1.2rem;
}

.unitparts ul.m-list-asterisk .fzs {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts ul.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}

.unitparts ul.m-list-asterisk .fzm {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts ul.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}

.unitparts ul.m-list-asterisk .fzl {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts ul.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts ul.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.unitparts ul.m-list-asterisk a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts ul.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts ul.m-list-asterisk a[href$=".doc"]:not(.noticon):after, .unitparts ul.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts ul.m-list-asterisk a[href$=".xls"]:not(.noticon):after, .unitparts ul.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts ul.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.unitparts ul.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 17px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.unitparts ul.m-list-asterisk > li > ul,
.unitparts ul.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .unitparts ul.m-list-asterisk > li > ul,
  .unitparts ul.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}

.unitparts ul.m-list-asterisk > li > ul > li,
.unitparts ul.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .unitparts ul.m-list-asterisk > li > ul > li,
  .unitparts ul.m-list-asterisk > li > ol > li {
    padding-left: 18px;
  }
}

.unitparts ul.m-list-asterisk > li > ul.m-list-asterisk > li,
.unitparts ul.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.unitparts ul.m-list-asterisk > li > ul.m-list-asterisk > li:before,
.unitparts ul.m-list-asterisk > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.unitparts ul.m-list-asterisk > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}

@media print, screen and (min-width: 768px) {
  .unitparts ul.m-list-asterisk > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts ul.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 20px;
  }
}

.unitparts ul.m-list-asterisk > li:first-child {
  margin-top: 0;
}

.unitparts ul.m-list-asterisk > li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  content: "\203b";
  background-color: transparent;
}

.unitparts ol.m-list-asterisk {
  margin-top: 10px;
  font-size: 1.2rem;
}

.unitparts ol.m-list-asterisk .fzs {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts ol.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}

.unitparts ol.m-list-asterisk .fzm {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts ol.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}

.unitparts ol.m-list-asterisk .fzl {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts ol.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts ol.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.unitparts ol.m-list-asterisk a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts ol.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts ol.m-list-asterisk a[href$=".doc"]:not(.noticon):after, .unitparts ol.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts ol.m-list-asterisk a[href$=".xls"]:not(.noticon):after, .unitparts ol.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts ol.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.unitparts ol.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 2.7em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

@media print, screen and (min-width: 768px) {
  .unitparts ol.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 2.6em;
  }
}

.unitparts ol.m-list-asterisk > li:first-child {
  margin-top: 0;
}

.unitparts ol.m-list-asterisk > li:before {
  content: "※" counter(number) "：";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.8em;
  margin-right: 2px;
}

@media print, screen and (min-width: 768px) {
  .unitparts ol.m-list-asterisk > li:before {
    margin-left: -2.6em;
    margin-right: auto;
  }
}

.unitparts ol.m-list-asterisk > li > ul,
.unitparts ol.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .unitparts ol.m-list-asterisk > li > ul,
  .unitparts ol.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}

.unitparts ol.m-list-asterisk > li > ul > li,
.unitparts ol.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .unitparts ol.m-list-asterisk > li > ul > li,
  .unitparts ol.m-list-asterisk > li > ol > li {
    padding-left: 18px;
  }
}

.unitparts ol.m-list-asterisk > li > ul.m-list-asterisk > li,
.unitparts ol.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.unitparts ol.m-list-asterisk > li > ul.m-list-asterisk > li:before,
.unitparts ol.m-list-asterisk > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.unitparts ol.m-list-asterisk > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}

@media print, screen and (min-width: 768px) {
  .unitparts ol.m-list-asterisk > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}

.unitparts .m-list-image {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-image > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-image > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-image > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-image > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-list-image > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
  .unitparts .m-list-image > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-list-image > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-list-image > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-list-image > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

.unitparts .m-list-image img {
  height: auto;
}

.unitparts .m-list-image .item-inner .item-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}

.unitparts .m-list-image .item-inner .item-img > svg {
  height: auto;
}

.unitparts .m-list-image .item-inner .item-img img {
  transition: all 0.2s ease-out;
}

.unitparts .m-list-image.position-center {
  margin-left: auto;
  margin-right: auto;
}

.unitparts .m-list-image.position-center ul {
  display: flex;
  justify-content: center;
}

.unitparts .m-list-image.position-center ul li {
  overflow: hidden;
}

.unitparts .m-list-image.position-center ul li .item-inner .item-img {
  text-align: center;
}

.unitparts .m-list-image.position-left {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-left {
    float: left;
    margin-right: 14px;
    padding-right: 14px;
    margin-bottom: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-left ul {
    margin: 0;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-left ul li {
    width: auto;
    padding: 0;
  }
}

.unitparts .m-list-image.position-left ul li:nth-child(n+2) {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-left ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}

.unitparts .m-list-image.position-right {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-right {
    float: right;
    margin-left: 14px;
    padding-left: 14px;
    margin-bottom: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-right ul {
    margin: 0;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-right ul li {
    width: auto;
    padding: 0;
  }
}

.unitparts .m-list-image.position-right ul li:nth-child(n+2) {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-right ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-left.image-col-6, .unitparts .m-list-image.position-right.image-col-6, .unitparts .m-list-image.position-center.image-col-6 {
    width: calc(50% - 72px);
  }
}

.unitparts .m-list-image.position-left.image-col-6 ul li, .unitparts .m-list-image.position-right.image-col-6 ul li, .unitparts .m-list-image.position-center.image-col-6 ul li {
  margin-top: 15px;
}

.unitparts .m-list-image.position-left.image-col-6 ul li:first-child, .unitparts .m-list-image.position-right.image-col-6 ul li:first-child, .unitparts .m-list-image.position-center.image-col-6 ul li:first-child {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-left.image-col-4, .unitparts .m-list-image.position-right.image-col-4, .unitparts .m-list-image.position-center.image-col-4 {
    width: calc(100% / 3);
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-left.image-col-3, .unitparts .m-list-image.position-right.image-col-3, .unitparts .m-list-image.position-center.image-col-3 {
    width: 25%;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image.position-left.image-col-2, .unitparts .m-list-image.position-right.image-col-2, .unitparts .m-list-image.position-center.image-col-2 {
    width: calc(100% / 6);
  }
}

.unitparts .m-list-image .item-inner .item-caption .caption-title {
  line-height: 1.5;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image .item-inner .item-caption .caption-title {
    margin-top: 10px;
  }
}

.unitparts .m-list-image .item-inner .item-caption .caption-desc {
  margin-top: 10px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image .item-inner .item-caption .caption-desc {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.unitparts .m-list-image .item-inner .item-caption .caption-title + .caption-desc {
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-image .item-inner .item-caption .caption-title + .caption-desc {
    margin-top: 5px;
  }
}

.unitparts .m-list-image.image-fixed > ul > li dl dt {
  position: relative;
  background-color: #ececec;
}

.unitparts .m-list-image.image-fixed > ul > li dl dt:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 66.785%;
  height: 100%;
  display: block;
}

.unitparts .m-list-image.image-fixed > ul > li dl dt img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.unitparts .m-list-thumbnail {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-thumbnail {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-thumbnail > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-thumbnail > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-thumbnail > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-thumbnail > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-list-thumbnail > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 40px;
  }
  .unitparts .m-list-thumbnail > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-list-thumbnail > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-list-thumbnail > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-list-thumbnail > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 25px;
  }
}

.unitparts .m-list-thumbnail img {
  height: auto;
}

.unitparts .m-list-thumbnail .item-inner {
  position: relative;
  display: block;
}

.unitparts .m-list-thumbnail .item-inner .item-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}

.unitparts .m-list-thumbnail .item-inner .item-img img {
  transition: all 0.2s ease-out;
}

.unitparts .m-list-thumbnail .item-inner .item-img > svg {
  height: auto;
}

.unitparts .m-list-thumbnail .item-inner .item-caption .caption-title {
  line-height: 1.5;
  margin-top: 10px;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-thumbnail .item-inner .item-caption .caption-title {
    margin-top: 10px;
  }
}

.unitparts .m-list-thumbnail .item-inner .item-caption .caption-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.unitparts .m-list-thumbnail .item-inner .item-caption .caption-title .title-inner {
  display: inline-block;
  position: relative;
}

.unitparts .m-list-thumbnail .item-inner .item-caption .caption-desc {
  margin-top: 10px;
  font-size: 1.2rem;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-thumbnail .item-inner .item-caption .caption-desc {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.unitparts .m-list-thumbnail .item-inner .item-caption .caption-title + .caption-desc {
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-thumbnail .item-inner .item-caption .caption-title + .caption-desc {
    margin-top: 5px;
  }
}

.unitparts .m-list-thumbnail a.item-inner[target=_blank]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts .m-list-thumbnail a.item-inner[href$=".pdf"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-thumbnail a.item-inner[href$=".doc"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after, .unitparts .m-list-thumbnail a.item-inner[href$=".docx"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-thumbnail a.item-inner[href$=".xls"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after, .unitparts .m-list-thumbnail a.item-inner[href$=".xlsx"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-list-thumbnail a.item-inner[href$=".zip"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.unitparts .m-list-thumbnail a.item-inner:not([target=_blank]) .item-caption .caption-title .title-inner:after {
  content: "";
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-thumbnail a.item-inner:not([target=_blank]) .item-caption .caption-title .title-inner:after {
    margin-left: 12px;
  }
}

.unitparts [data-whatinput=keyboard] .m-list-thumbnail a.item-inner:focus .item-img > img {
  transform: scale(1.05);
}

.unitparts [data-whatinput=keyboard] .m-list-thumbnail a.item-inner:focus .item-caption .caption-title .title-inner {
  color: #000;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-thumbnail a.item-inner:hover .item-img > img {
    transform: scale(1.05);
  }
  .unitparts .m-list-thumbnail a.item-inner:hover .item-caption .caption-title .title-inner {
    color: #000;
  }
}

.unitparts .m-list-thumbnail.image-fixed > ul > li dl dt {
  position: relative;
  background-color: #ececec;
}

.unitparts .m-list-thumbnail.image-fixed > ul > li dl dt:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 66.785%;
  height: 100%;
  display: block;
}

.unitparts .m-list-thumbnail.image-fixed > ul > li dl dt img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.unitparts .m-list-thumbnail.position-center > ul {
  justify-content: center;
}

.unitparts .m-list-thumbnail.position-right > ul {
  justify-content: flex-end;
}

.unitparts .m-list-thumbnail.image-left .item-inner {
  margin: 0 -5.5px;
  display: flex;
  flex-wrap: wrap;
}

@media print {
  .unitparts .m-list-thumbnail.image-left .item-inner {
    display: block;
    letter-spacing: -0.4em;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-thumbnail.image-left .item-inner {
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print {
  .unitparts .m-list-thumbnail.image-left .item-inner {
    display: block;
    letter-spacing: -0.4em;
  }
}

.unitparts .m-list-thumbnail.image-left .item-inner .item-img {
  width: calc(100% / 3);
  width: calc((100% / 3) - 0.1px) \0 ;
  padding: 0 5.5px;
}

@media print {
  .unitparts .m-list-thumbnail.image-left .item-inner .item-img {
    width: 33.3333333333%;
    display: inline-block;
    padding: 0 5.5px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-thumbnail.image-left .item-inner .item-img {
    width: calc(100% / 4 - 32px);
    width: calc((100% / 4 - 32px) - 0.1px) \0 ;
    padding: 0;
    margin: 0 16px;
  }
}

.unitparts .m-list-thumbnail.image-left .item-inner .item-caption {
  width: calc(100% / 1.5);
  width: calc((100% / 1.5) - 0.1px) \0 ;
  padding: 0 5.5px;
}

@media print {
  .unitparts .m-list-thumbnail.image-left .item-inner .item-caption {
    width: 66.6666666667%;
    display: inline-block;
    padding: 0 5.5px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-thumbnail.image-left .item-inner .item-caption {
    width: calc(100% / 1.3333333333);
    width: calc((100% / 1.3333333333) - 0.1px) \0 ;
    padding: 0 16px;
  }
}

@media print {
  .unitparts .m-list-thumbnail.image-left .item-inner .item-caption {
    width: 75%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.unitparts .m-list-thumbnail.image-left .item-inner .item-caption .caption-title {
  margin-top: 0;
}

.unitparts .m-list-link {
  margin-top: 30px;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-link > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-link > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-link > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-list-link > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-list-link > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
  .unitparts .m-list-link > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-list-link > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-list-link > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-list-link > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-link {
    margin-top: 60px;
  }
}

.unitparts .m-list-link .link-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -5.5px 0;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-link .link-list {
    margin: -30px -10px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-frame .m-list-link .link-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.unitparts .m-list-link .link-list .list-item {
  padding-left: 5.5px;
  padding-right: 5.5px;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-link .link-list .list-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-frame .m-list-link .link-list .list-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.unitparts .m-list-link .m-btn-common {
  width: 100%;
}

.unitparts .m-list-link.position-center > ul {
  justify-content: center;
}

.unitparts .m-list-link.position-right > ul {
  justify-content: flex-end;
}

.unitparts .m-list-link > ul:empty {
  display: none;
}

.unitparts .m-list-link.link-txt {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-link.link-txt {
    margin-top: 30px;
  }
}

.unitparts .m-list-link.link-txt .link-list {
  margin-top: -15px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-link.link-txt .link-list {
    margin: -15px -24px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-frame .m-list-link.link-txt .link-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.unitparts .m-list-link.link-txt .link-list .list-item {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-list-link.link-txt .link-list .list-item {
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-box-frame .m-list-link.link-txt .link-list .list-item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.unitparts .m-list-link.layout-vertical .link-list .list-item {
  width: 100%;
}

.unitparts .m-table-common, .unitparts .mceContentBody table,
.unitparts .mce-content-body table {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-table-common, .unitparts .mceContentBody table,
  .unitparts .mce-content-body table {
    margin-top: 20px;
  }
}

.unitparts .m-table-common a, .unitparts .mceContentBody table a,
.unitparts .mce-content-body table a {
  text-decoration: underline;
  color: #333;
}

.unitparts .m-table-common a[target=_blank]:not(.noticon):after, .unitparts .mceContentBody table a[target=_blank]:not(.noticon):after,
.unitparts .mce-content-body table a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts .m-table-common a[href$=".pdf"]:not(.noticon):after, .unitparts .mceContentBody table a[href$=".pdf"]:not(.noticon):after,
.unitparts .mce-content-body table a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-table-common a[href$=".doc"]:not(.noticon):after, .unitparts .mceContentBody table a[href$=".doc"]:not(.noticon):after,
.unitparts .mce-content-body table a[href$=".doc"]:not(.noticon):after, .unitparts .m-table-common a[href$=".docx"]:not(.noticon):after, .unitparts .mceContentBody table a[href$=".docx"]:not(.noticon):after,
.unitparts .mce-content-body table a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-table-common a[href$=".xls"]:not(.noticon):after, .unitparts .mceContentBody table a[href$=".xls"]:not(.noticon):after,
.unitparts .mce-content-body table a[href$=".xls"]:not(.noticon):after, .unitparts .m-table-common a[href$=".xlsx"]:not(.noticon):after, .unitparts .mceContentBody table a[href$=".xlsx"]:not(.noticon):after,
.unitparts .mce-content-body table a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-table-common a[href$=".zip"]:not(.noticon):after, .unitparts .mceContentBody table a[href$=".zip"]:not(.noticon):after,
.unitparts .mce-content-body table a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.unitparts .m-table-common a:visited, .unitparts .mceContentBody table a:visited,
.unitparts .mce-content-body table a:visited {
  color: #333;
}

.unitparts [data-whatinput=keyboard] .m-table-common a:focus, .unitparts [data-whatinput=keyboard] .mceContentBody table a:focus, .unitparts .mceContentBody [data-whatinput=keyboard] table a:focus,
.unitparts [data-whatinput=keyboard] .mce-content-body table a:focus,
.unitparts .mce-content-body [data-whatinput=keyboard] table a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common a:hover, .unitparts .mceContentBody table a:hover,
  .unitparts .mce-content-body table a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-table-common.table-break, .unitparts .mceContentBody table.table-break,
  .unitparts .mce-content-body table.table-break {
    border-bottom: 1px solid #dddddd;
  }
  .unitparts .m-table-common.table-break tbody tr th, .unitparts .mceContentBody table.table-break tbody tr th,
  .unitparts .mce-content-body table.table-break tbody tr th,
  .unitparts .m-table-common.table-break tbody tr td,
  .unitparts .mceContentBody table.table-break tbody tr td,
  .unitparts .mce-content-body table.table-break tbody tr td,
  .unitparts .m-table-common.table-break thead tr th,
  .unitparts .mceContentBody table.table-break thead tr th,
  .unitparts .mce-content-body table.table-break thead tr th,
  .unitparts .m-table-common.table-break thead tr td,
  .unitparts .mceContentBody table.table-break thead tr td,
  .unitparts .mce-content-body table.table-break thead tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

.unitparts .m-table-common tbody tr th, .unitparts .mceContentBody table tbody tr th,
.unitparts .mce-content-body table tbody tr th,
.unitparts .m-table-common tbody tr td,
.unitparts .mceContentBody table tbody tr td,
.unitparts .mce-content-body table tbody tr td,
.unitparts .m-table-common thead tr th,
.unitparts .mceContentBody table thead tr th,
.unitparts .mce-content-body table thead tr th,
.unitparts .m-table-common thead tr td,
.unitparts .mceContentBody table thead tr td,
.unitparts .mce-content-body table thead tr td {
  padding: 15px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  text-align: left;
  vertical-align: top;
}

.unitparts .m-table-common tbody tr th > *:first-child, .unitparts .mceContentBody table tbody tr th > *:first-child,
.unitparts .mce-content-body table tbody tr th > *:first-child,
.unitparts .m-table-common tbody tr td > *:first-child,
.unitparts .mceContentBody table tbody tr td > *:first-child,
.unitparts .mce-content-body table tbody tr td > *:first-child,
.unitparts .m-table-common thead tr th > *:first-child,
.unitparts .mceContentBody table thead tr th > *:first-child,
.unitparts .mce-content-body table thead tr th > *:first-child,
.unitparts .m-table-common thead tr td > *:first-child,
.unitparts .mceContentBody table thead tr td > *:first-child,
.unitparts .mce-content-body table thead tr td > *:first-child {
  margin-top: 0 !important;
}

.unitparts .m-table-common tbody tr th > *:first-child.m-box-section, .unitparts .mceContentBody table tbody tr th > *:first-child.m-box-section,
.unitparts .mce-content-body table tbody tr th > *:first-child.m-box-section,
.unitparts .m-table-common tbody tr td > *:first-child.m-box-section,
.unitparts .mceContentBody table tbody tr td > *:first-child.m-box-section,
.unitparts .mce-content-body table tbody tr td > *:first-child.m-box-section,
.unitparts .m-table-common thead tr th > *:first-child.m-box-section,
.unitparts .mceContentBody table thead tr th > *:first-child.m-box-section,
.unitparts .mce-content-body table thead tr th > *:first-child.m-box-section,
.unitparts .m-table-common thead tr td > *:first-child.m-box-section,
.unitparts .mceContentBody table thead tr td > *:first-child.m-box-section,
.unitparts .mce-content-body table thead tr td > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-table-common tbody tr th > .image-position-left:first-child + *, .unitparts .mceContentBody table tbody tr th > .image-position-left:first-child + *,
  .unitparts .mce-content-body table tbody tr th > .image-position-left:first-child + *,
  .unitparts .m-table-common tbody tr th > .image-position-right:first-child + *,
  .unitparts .mceContentBody table tbody tr th > .image-position-right:first-child + *,
  .unitparts .mce-content-body table tbody tr th > .image-position-right:first-child + *,
  .unitparts .m-table-common tbody tr td > .image-position-left:first-child + *,
  .unitparts .mceContentBody table tbody tr td > .image-position-left:first-child + *,
  .unitparts .mce-content-body table tbody tr td > .image-position-left:first-child + *,
  .unitparts .m-table-common tbody tr td > .image-position-right:first-child + *,
  .unitparts .mceContentBody table tbody tr td > .image-position-right:first-child + *,
  .unitparts .mce-content-body table tbody tr td > .image-position-right:first-child + *,
  .unitparts .m-table-common thead tr th > .image-position-left:first-child + *,
  .unitparts .mceContentBody table thead tr th > .image-position-left:first-child + *,
  .unitparts .mce-content-body table thead tr th > .image-position-left:first-child + *,
  .unitparts .m-table-common thead tr th > .image-position-right:first-child + *,
  .unitparts .mceContentBody table thead tr th > .image-position-right:first-child + *,
  .unitparts .mce-content-body table thead tr th > .image-position-right:first-child + *,
  .unitparts .m-table-common thead tr td > .image-position-left:first-child + *,
  .unitparts .mceContentBody table thead tr td > .image-position-left:first-child + *,
  .unitparts .mce-content-body table thead tr td > .image-position-left:first-child + *,
  .unitparts .m-table-common thead tr td > .image-position-right:first-child + *,
  .unitparts .mceContentBody table thead tr td > .image-position-right:first-child + *,
  .unitparts .mce-content-body table thead tr td > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .unitparts .mceContentBody table tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .mceContentBody table thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
  .unitparts .mce-content-body table thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-table-common tbody tr th, .unitparts .mceContentBody table tbody tr th,
  .unitparts .mce-content-body table tbody tr th,
  .unitparts .m-table-common tbody tr td,
  .unitparts .mceContentBody table tbody tr td,
  .unitparts .mce-content-body table tbody tr td,
  .unitparts .m-table-common thead tr th,
  .unitparts .mceContentBody table thead tr th,
  .unitparts .mce-content-body table thead tr th,
  .unitparts .m-table-common thead tr td,
  .unitparts .mceContentBody table thead tr td,
  .unitparts .mce-content-body table thead tr td {
    padding: 17px 30px;
  }
}

.unitparts .m-table-common tbody tr th, .unitparts .mceContentBody table tbody tr th,
.unitparts .mce-content-body table tbody tr th,
.unitparts .m-table-common thead tr th,
.unitparts .mceContentBody table thead tr th,
.unitparts .mce-content-body table thead tr th {
  font-weight: normal;
}

.unitparts .m-table-common thead th, .unitparts .mceContentBody table thead th,
.unitparts .mce-content-body table thead th,
.unitparts .m-table-common thead td,
.unitparts .mceContentBody table thead td,
.unitparts .mce-content-body table thead td {
  background: #eeeeee;
  line-height: 1.5;
}

.unitparts .m-table-common thead th a, .unitparts .mceContentBody table thead th a,
.unitparts .mce-content-body table thead th a,
.unitparts .m-table-common thead td a,
.unitparts .mceContentBody table thead td a,
.unitparts .mce-content-body table thead td a {
  text-decoration: underline;
}

.unitparts [data-whatinput=keyboard] .m-table-common thead th a:focus, .unitparts [data-whatinput=keyboard] .mceContentBody table thead th a:focus, .unitparts .mceContentBody [data-whatinput=keyboard] table thead th a:focus,
.unitparts [data-whatinput=keyboard] .mce-content-body table thead th a:focus,
.unitparts .mce-content-body [data-whatinput=keyboard] table thead th a:focus,
.unitparts [data-whatinput=keyboard] .m-table-common thead td a:focus,
.unitparts [data-whatinput=keyboard] .mceContentBody table thead td a:focus,
.unitparts .mceContentBody [data-whatinput=keyboard] table thead td a:focus,
.unitparts [data-whatinput=keyboard] .mce-content-body table thead td a:focus,
.unitparts .mce-content-body [data-whatinput=keyboard] table thead td a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common thead th a:hover, .unitparts .mceContentBody table thead th a:hover,
  .unitparts .mce-content-body table thead th a:hover,
  .unitparts .m-table-common thead td a:hover,
  .unitparts .mceContentBody table thead td a:hover,
  .unitparts .mce-content-body table thead td a:hover {
    text-decoration: none;
  }
}

.unitparts .m-table-common tbody th, .unitparts .mceContentBody table tbody th,
.unitparts .mce-content-body table tbody th {
  background-color: #f9f9f9;
  line-height: 1.5;
}

.unitparts .m-table-common tbody th a, .unitparts .mceContentBody table tbody th a,
.unitparts .mce-content-body table tbody th a {
  text-decoration: underline;
}

.unitparts [data-whatinput=keyboard] .m-table-common tbody th a:focus, .unitparts [data-whatinput=keyboard] .mceContentBody table tbody th a:focus, .unitparts .mceContentBody [data-whatinput=keyboard] table tbody th a:focus,
.unitparts [data-whatinput=keyboard] .mce-content-body table tbody th a:focus,
.unitparts .mce-content-body [data-whatinput=keyboard] table tbody th a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-table-common tbody th a:hover, .unitparts .mceContentBody table tbody th a:hover,
  .unitparts .mce-content-body table tbody th a:hover {
    text-decoration: none;
  }
}

.unitparts .m-table-common [align=center], .unitparts .mceContentBody table [align=center],
.unitparts .mce-content-body table [align=center] {
  text-align: center !important;
}

.unitparts .m-table-common [align=right], .unitparts .mceContentBody table [align=right],
.unitparts .mce-content-body table [align=right] {
  text-align: right !important;
}

.unitparts .m-table-common [valign=top], .unitparts .mceContentBody table [valign=top],
.unitparts .mce-content-body table [valign=top] {
  vertical-align: top !important;
}

.unitparts .m-table-common [valign=middle], .unitparts .mceContentBody table [valign=middle],
.unitparts .mce-content-body table [valign=middle] {
  vertical-align: middle !important;
}

.unitparts .m-table-common [valign=bottom], .unitparts .mceContentBody table [valign=bottom],
.unitparts .mce-content-body table [valign=bottom] {
  vertical-align: bottom !important;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-table-common.table-size-s, .unitparts .mceContentBody table.table-size-s,
  .unitparts .mce-content-body table.table-size-s {
    font-size: 1.4rem;
  }
  .unitparts .m-table-common.table-size-s th, .unitparts .mceContentBody table.table-size-s th,
  .unitparts .mce-content-body table.table-size-s th,
  .unitparts .m-table-common.table-size-s td,
  .unitparts .mceContentBody table.table-size-s td,
  .unitparts .mce-content-body table.table-size-s td {
    padding: 7px 10px;
  }
}

.unitparts .m-table-scroll {
  position: relative;
  margin-top: 20px;
}

.unitparts .m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.unitparts .m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 750px;
}

.unitparts .m-table-scroll .scroll-wrap::-webkit-scrollbar {
  width: 15px;
  height: 8px;
}

.unitparts .m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}

.unitparts .m-table-scroll + .m-txt-p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-table-scroll + .m-txt-p {
    margin-top: 20px;
  }
}

.unitparts .m-txt-ttl {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.unitparts .m-txt-ttl .ttl-outer {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl .ttl-outer {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    display: flex;
    box-sizing: content-box;
  }
}

.unitparts .m-txt-ttl .ttl-outer .ttl-inner {
  position: relative;
  padding: 23px 16px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl .ttl-outer .ttl-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 37px 0 42px;
    min-height: 160px;
    display: flex;
    align-items: center;
    width: 100%;
  }
}

.unitparts .m-txt-ttl .ttl-outer .ttl-inner::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl .ttl-outer .ttl-inner::before {
    display: none;
  }
}

.unitparts .m-txt-ttl .ttl-outer .ttl-inner::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl .ttl-outer .ttl-inner::after {
    left: 0;
    height: 5px;
  }
}

.unitparts .m-txt-ttl .ttl-outer .ttl-inner .ttl-txt {
  line-height: 1.5;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl .ttl-outer .ttl-inner .ttl-txt {
    font-size: 4.2rem;
  }
}

.unitparts .m-txt-ttl .ttl-outer .ttl-inner .ttl-txt .txt-main {
  display: block;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl .ttl-outer .ttl-inner .ttl-txt .txt-main {
    font-size: 3.6rem;
  }
}

.unitparts .m-txt-ttl .ttl-outer .ttl-inner .ttl-txt .txt-sub {
  margin-top: 0.5em;
  display: block;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl .ttl-outer .ttl-inner .ttl-txt .txt-sub {
    margin-top: 1em;
    font-size: 3.6rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl .ttl-outer .ttl-img {
    position: static;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl .ttl-outer .ttl-img > img {
    display: block;
    position: absolute;
    top: 0;
    max-width: none;
    right: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl.ttl-bg-img .ttl-outer {
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl.ttl-bg-img .ttl-outer .ttl-inner {
    min-height: 300px;
    display: flex;
    align-items: center;
    width: 100%;
  }
}

.unitparts .m-txt-ttl2 {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 40px 0 25px;
  padding: 17px 0 20px;
}

.unitparts .m-txt-ttl2 + * {
  margin-top: 0 !important;
}

.unitparts .m-txt-ttl2 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-ttl2 + .image-position-left + *,
  .unitparts .m-txt-ttl2 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-txt-ttl2 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl2 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl2 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl2 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl2 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl2 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-ttl2 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-ttl2 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl2 {
    font-size: 3.2rem;
    margin: 80px 0 50px;
    padding: 27px 0 26px;
  }
}

.unitparts .m-txt-ttl2::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #dddddd;
}

.unitparts .m-txt-ttl2::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}

.unitparts .m-txt-ttl5 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 25px 0 10px;
}

.unitparts .m-txt-ttl5 + * {
  margin-top: 0 !important;
}

.unitparts .m-txt-ttl5 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-ttl5 + .image-position-left + *,
  .unitparts .m-txt-ttl5 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-txt-ttl5 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl5 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl5 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl5 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl5 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl5 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-ttl5 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-ttl5 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl5 {
    font-size: 1.8rem;
    margin: 50px 0 20px;
  }
}

.unitparts .m-txt-ttl6 {
  position: relative;
  line-height: 1.5;
  margin: 20px 0 10px;
}

.unitparts .m-txt-ttl6 + * {
  margin-top: 0 !important;
}

.unitparts .m-txt-ttl6 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-ttl6 + .image-position-left + *,
  .unitparts .m-txt-ttl6 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-txt-ttl6 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl6 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl6 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl6 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl6 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-ttl6 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-ttl6 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-ttl6 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-ttl6 {
    margin: 40px 0 20px;
  }
}

.unitparts .m-txt-frame-ttl {
  font-size: 1.6rem;
  margin: 60px 0 20px;
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.unitparts .m-txt-frame-ttl + * {
  margin-top: 0 !important;
}

.unitparts .m-txt-frame-ttl + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-frame-ttl + .image-position-left + *,
  .unitparts .m-txt-frame-ttl + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-txt-frame-ttl + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-frame-ttl + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-frame-ttl + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-frame-ttl + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-frame-ttl + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-frame-ttl + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-frame-ttl + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-frame-ttl + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-frame-ttl {
    font-size: 2.4rem;
    margin: 120px 0 40px;
  }
}

.unitparts .m-txt-copy {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 40px 0 20px;
}

.unitparts .m-txt-copy + * {
  margin-top: 0 !important;
}

.unitparts .m-txt-copy + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-copy + .image-position-left + *,
  .unitparts .m-txt-copy + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .unitparts .m-txt-copy + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-copy + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-copy + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-copy + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-copy + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-copy + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-copy + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitparts .m-txt-copy + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-copy {
    font-size: 1.8rem;
    margin: 80px 0 40px;
  }
}

.unitparts .m-txt-p {
  margin-top: 20px;
}

.unitparts .m-txt-p a {
  position: relative;
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  color: #333;
}

.unitparts .m-txt-p a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts .m-txt-p a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-txt-p a[href$=".doc"]:not(.noticon):after, .unitparts .m-txt-p a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-txt-p a[href$=".xls"]:not(.noticon):after, .unitparts .m-txt-p a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-txt-p a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.unitparts .m-txt-p a:visited {
  color: #333;
}

.unitparts [data-whatinput=keyboard] .m-txt-p a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-p a:hover {
    text-decoration: none;
  }
}

.unitparts .m-txt-p a.m-btn-common {
  text-decoration: none;
}

.unitparts .m-txt-p a img {
  transition: all 0.2s ease-out;
}

.unitparts [data-whatinput=keyboard] .m-txt-p a:focus {
  text-decoration: none;
}

.unitparts [data-whatinput=keyboard] .m-txt-p a:focus img {
  opacity: 0.75;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-p a:hover {
    text-decoration: none;
  }
  .unitparts .m-txt-p a:hover img {
    opacity: 0.75;
  }
}

.unitparts .m-txt-p + .m-txt-p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-txt-p + .m-txt-p {
    margin-top: 15px;
  }
}

.unitparts .m-txt-p img {
  height: auto;
}

.unitparts .m-txt-link {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  color: #333;
}

.unitparts .m-txt-link[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts .m-txt-link[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-txt-link[href$=".doc"]:not(.noticon):after, .unitparts .m-txt-link[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-txt-link[href$=".xls"]:not(.noticon):after, .unitparts .m-txt-link[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-txt-link[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.unitparts .m-txt-link:after {
  content: "";
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.unitparts .m-txt-link:visited {
  color: #333;
}

.unitparts [data-whatinput=keyboard] .m-txt-link:focus {
  color: #000;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-txt-link:hover {
    color: #000;
  }
}

.unitparts .m-txt-link.link-anchor:after {
  transform: rotate(90deg);
}

.unitparts .m-btn-common {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 14px 25px 14px 25px;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  border: none;
  text-align: left;
  color: #fff;
  border: solid 1px #333;
  color: #333;
}

.unitparts .m-btn-common[target=_blank]:not(.noticon) > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}

.unitparts .m-btn-common[href$=".pdf"]:not(.noticon) > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-btn-common[href$=".doc"]:not(.noticon) > span:after, .unitparts .m-btn-common[href$=".docx"]:not(.noticon) > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-btn-common[href$=".xls"]:not(.noticon) > span:after, .unitparts .m-btn-common[href$=".xlsx"]:not(.noticon) > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.unitparts .m-btn-common[href$=".zip"]:not(.noticon) > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .unitparts .m-btn-common {
    padding: 12px 33px 10px 33px;
  }
}

.unitparts .m-btn-common .btn-inner {
  display: block;
  position: relative;
  padding-right: 20px;
}

.unitparts .m-btn-common .btn-inner:before {
  content: "";
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
  margin: auto;
}

.unitparts [data-whatinput=keyboard] .m-btn-common:focus {
  text-decoration: none;
  border-color: #000;
  color: #000;
}

@media print, screen and (min-width: 1025px) {
  .unitparts .m-btn-common:hover {
    text-decoration: none;
    border-color: #000;
    color: #000;
  }
}

.unitparts .mb40 {
  margin-bottom: 40px;
}

.unitparts .m-txt-ttl1 {
  position: relative;
  margin: 0;
  padding: 0 2rem;
  font-size: 40px;
  line-height: 4rem;
  text-align: center;
  z-index: 2;
  font-family: notosansjpBold;
}

@media screen and (max-width: 1280px) {
  .unitparts .m-txt-ttl1 {
    padding: 0 2rem 0;
  }
}

@media screen and (max-width: 768px) {
  .unitparts .m-txt-ttl1 {
    margin: 0;
    padding: 0;
    font-size: 7vw;
    line-height: 12vw;
  }
}

@media screen and (max-width: 375px) {
  .unitparts .m-txt-ttl1 {
    font-size: 24px;
  }
}

.unitparts .m-txt-ttl1 span {
  font-size: 3.4rem;
  line-height: 4rem;
}

@media screen and (max-width: 768px) {
  .unitparts .m-txt-ttl1 span {
    font-size: 7vw;
    line-height: 9.5vw;
  }
}

.unitparts .m-txt-ttl2 {
  position: relative;
  margin: 80px 0 56px 0;
  color: #968078;
  font-size: 32px;
  font-family: notoSansJpBold;
  text-align: center;
  z-index: 2;
}

.unitparts #subPage .m-txt-ttl2:first-of-type {
  margin: 0 0 56px 0;
}

.unitparts .m-txt-ttl3 {
  margin: 0;
  color: #EA7768;
  font-size: 28px;
  font-weight: bold;
  font-family: notoSansJpBold;
}

@media screen and (max-width: 768px) {
  .unitparts .m-txt-ttl3 {
    margin: 32px 0 0 0;
    width: 100%;
    overflow-wrap: break-word;
  }
}

.unitparts .m-txt-ttl4 {
  margin: 40px 0 0;
  padding: 0 0 16px;
  color: #16305C;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  font-family: notoSansJpBold;
}

.unitparts .m-txt-ttl5 {
  margin: 32px 0 1.5rem;
  color: #EA7768;
  font-size: 20px;
  font-family: notoSansJpBold;
  font-weight: 700;
}

.unitparts .m-txt-p {
  line-height: 1.75em;
  margin: 40px 0 0 0;
}

.unitparts .m-txt-p strong {
  font-weight: bold;
  font-family: notoSansJpBold;
}

.unitparts .m-txt-p span.tdu {
  text-decoration: underline;
}

.unitparts .m-txt-p span.cred {
  color: #c00;
}

.unitparts .m-txt-p span.fzl {
  font-size: 18px;
}

.unitparts .m-txt-p span.fzs {
  font-size: 14px;
}

.content .unitparts a:not(.m-txt-link)[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url("assets/img/icon_28.png") no-repeat center center;
  background-size: contain;
  position: relative;
  top: 4px;
  margin: 0 0 0 6px;
}

.content .unitparts a {
  color: #EA7768;
  text-decoration: underline;
}

.content .unitparts a:hover {
  text-decoration: none;
}

.content .unitparts a[target="_blank"] {
  position: relative;
  margin: 0;
}

.content .unitparts a[target="_blank"]:after {
  position: relative;
  top: 2px;
  content: '';
  width: 16px;
  height: 16px;
  background: url("assets/img/icon_31.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 0 0 4px;
}

.unitparts .tal {
  text-align: left !important;
}

.unitparts .tac {
  text-align: center !important;
}

.unitparts .tar {
  text-align: right !important;
}

.unitparts sup {
  top: -0.5em;
}

.unitparts sub {
  bottom: -0.25em;
}

.unitparts sub, .unitparts sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.unitparts .m-list-desc {
  margin-top: 24px;
}

.unitparts .m-list-desc > li:first-child {
  margin-top: 0;
}

.unitparts .m-list-desc > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 12px;
  padding-left: 1.25em;
}

.unitparts .m-list-desc > li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5794C1;
  top: 0.8em;
  left: 4px;
}

.unitparts .m-list-desc > li > ul > li, .unitparts .m-list-desc > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

.unitparts .m-list-desc > li > ul > li:before {
  width: 4px;
  height: 4px;
  left: 3.5px;
  top: 1em;
}

.unitparts .m-list-desc > li > ul, .unitparts .m-list-desc > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

.unitparts .m-list-num {
  margin-top: 20px;
}

.unitparts .m-list-num > li {
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  margin-top: 12px;
  padding-left: 1.5em;
}

.unitparts .m-list-num > li:before {
  content: counter(number) ".";
  display: inline-block;
  vertical-align: top;
  margin-left: -1.5em;
  margin-right: 8px;
  color: #0E77BA;
}

.unitparts ul.m-list-asterisk {
  margin-top: 10px;
  font-size: 12px;
}

.unitparts ul.m-list-asterisk > li:first-child {
  margin-top: 0;
}

.unitparts .m-list-desc > li:first-child {
  margin-top: 0;
}

.unitparts ul.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 17px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.unitparts ul.m-list-asterisk > li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  content: "\203b";
  background-color: transparent;
}

.unitparts ol.m-list-asterisk > li:before {
  content: "※" counter(number) "　";
  display: inline-block;
  vertical-align: top;
  margin-left: -1.5em;
  width: 2.7em;
  height: 1em;
  margin-right: 0;
}

.unitparts .m-list-num2 > li:nth-child(n):before {
  content: "（" counter(number) "）";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.1em;
  height: auto;
  width: auto;
  background: none;
  top: auto;
  position: relative;
}

.unitparts .m-box-frame {
  padding: 40px 48px 40px 48px;
  margin-top: 40px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .unitparts .m-box-frame {
    padding: 24px;
  }
}

.unitparts .m-box-frame .m-txt-ttl4 {
  margin: 0;
}

.unitparts .m-list-btn {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .unitparts .m-list-btn {
    margin-top: 40px;
  }
}

.unitparts a.m-btn-simple,
.content .unitparts a.m-btn-simple {
  position: relative;
  display: block;
  padding: 18px 40px 18px 40px;
  background-color: #EA7768;
  text-align: center;
  line-height: 2;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: .3s;
}

.unitparts a.m-btn-simple:after {
  position: absolute;
  content: "";
  background: url("assets/img/icon_25.png") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 16px;
}

.unitparts a.m-btn-simple:hover {
  opacity: 0.75;
}

.content .unitparts a.m-btn-simple[target="_blank"]:after {
  position: absolute;
  content: "";
  background: url("assets/img/icon_31.png") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 16px;
}

.content .unitparts a:not(.m-txt-link)[href$=".pdf"]:not(.noticon).m-btn-simple:after {
  position: absolute;
  content: "";
  background: url("assets/img/icon_28.png") no-repeat right top;
  background-size: contain;
  width: 18px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 16px;
}

.unitparts .m-list-btn .m-btn-simple {
  width: 100%;
  display: block;
}

.unitparts .m-list-btn > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
  margin-top: 40px;
}

.unitparts .m-list-btn > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
  margin-top: 40px;
}

.unitparts .m-txt-table-caption + * {
  margin-top: 0 !important;
}

.unitparts .m-table-common {
  width: 100%;
  margin-top: 40px;
}

.unitparts .m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 750px;
}

.unitparts thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.unitparts .m-table-common tbody tr th, .unitparts .m-table-common tbody tr td, .unitparts .m-table-common thead tr th, .unitparts .m-table-common thead tr td {
  padding: 9px 8px;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: left;
}

.unitparts .m-table-common thead th, .unitparts .m-table-common thead td {
  background-color: #16305C;
  vertical-align: middle;
  font-weight: normal;
  color: #fff;
}

.unitparts .m-table-common tbody tr th, .unitparts .m-table-common tbody tr td, .unitparts .m-table-common thead tr th, .unitparts .m-table-common thead tr td {
  padding: 9px 8px;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  text-align: left;
}

.unitparts .m-table-common tbody th {
  background-color: #f1f1f1;
}

.unitparts .m-table-common tbody tr th, .unitparts .m-table-common thead tr th {
  font-weight: normal;
  vertical-align: top;
}

.unitparts .m-table-common tbody tr td, .unitparts .m-table-common thead tr td {
  vertical-align: top;
}

.unitparts .m-table-common tbody tr th, .unitparts .m-table-common tbody tr td, .unitparts .m-table-common thead tr th, .unitparts .m-table-common thead tr td {
  padding: 9px 8px;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  text-align: left;
}

.unitparts .m-table-common tbody td {
  background-color: #FFFFFF;
}

.unitparts .m-list-image.image-position-left {
  float: left;
  margin-right: 14px;
  padding-right: 14px;
  margin-bottom: 15px;
}

.unitparts .m-list-image.image-position-left ul {
  margin: 0;
  display: block;
}

.unitparts .m-list-image ul li .image-img {
  text-align: center;
  width: 100%;
}

.unitparts .m-list-image ul li .image-img img {
  width: 100%;
  height: auto;
}

.unitparts .m-box-clear {
  *zoom: 1;
}

.unitparts .m-list-image.image-position-right {
  float: right;
  margin-left: 14px;
  padding-left: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .unitparts .m-list-image.image-position-left,
  .unitparts .m-list-image.image-position-right {
    float: none;
    margin: 40px 0 0 0;
    padding: 0;
  }
}

.unitparts .m-list-image {
  margin-top: 40px;
}

.unitparts .m-list-thumbnail {
  margin-top: 40px;
}

.unitparts [data-gs="12"] {
  display: flex;
  flex-wrap: wrap;
}

.unitparts .image-position-center [data-gs="12"] {
  justify-content: center;
}

.unitparts [data-gs="12"] > [data-gs-col="12"] {
  width: calc(100% / 1);
  width: calc((100% / 1 ) - 0.1px) \0;
  padding: 0 20px;
}

.unitparts [data-gs="12"] > [data-gs-col] {
  padding-left: 20px;
  padding-right: 20px;
}

.unitparts [data-gs="12"] > [data-gs-col="6"] {
  width: calc(100% / 2);
  width: calc((100% / 2 ) - 0.1px) \0;
  padding: 0 20px;
}

.unitparts [data-gs="12"] > [data-gs-col="4"] {
  width: calc(100% / 3);
  width: calc((100% / 3 ) - 0.1px) \0;
  padding: 0 20px;
}

.unitparts [data-gs="12"] > [data-gs-col="3"] {
  width: calc(100% / 4);
  width: calc((100% / 4 ) - 0.1px) \0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .unitparts [data-gs="12"] > [data-gs-col="6"],
  .unitparts [data-gs="12"] > [data-gs-col="4"],
  .unitparts [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 1);
    width: calc((100% / 1 ) - 0.1px) \0;
    padding: 0 20px;
  }
  .unitparts .m-list-btn > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 16px;
  }
  .unitparts .m-list-thumbnail > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
  .unitparts .m-list-image > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

.unitparts a.item-ttl,
.unitparts .image-title {
  color: #16305C;
  text-decoration: none;
  font-weight: 700;
}

.unitparts a.item-ttl:hover {
  color: #EA7768;
}

.unitparts a.item-ttl:after {
  display: inline-block;
  content: "";
  background: url("assets/img/icon_16.png") center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin: 0 0 0 8px;
}

.unitparts .item-desc,
.unitparts .image-desc {
  font-size: 14px;
  line-height: 1.5em;
}

.unitparts .dataSheet {
  display: flex;
  flex-wrap: wrap;
}

.unitparts .dataSheet dt {
  padding: 1.5rem;
  width: 200px;
  border-bottom: 1px solid #222;
}

.unitparts .dataSheet dd {
  padding: 1.5rem;
  width: calc(100% - 200px);
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .unitparts .dataSheet {
    margin: -1rem 0 0;
  }
  .unitparts .dataSheet dt {
    padding: 1.5rem 0 0.5rem;
    width: 100%;
    border: none;
  }
  .unitparts .dataSheet dd {
    padding: 0 0 1.5rem;
    width: 100%;
  }
}
