@charset "UTF-8";
main.about_mounting section#menu, main.reconstruction_pcb section#menu, main.hand_solder_mounting section#menu, main.smd_mounting section#menu, main.imt_mounting section#menu, main.metal_mask section#menu, main.solder_mounting section#menu {
  padding: 60rem 0 121rem;
  border-top: solid #838383 1px;
}
main.about_mounting section#menu .inner h3, main.reconstruction_pcb section#menu .inner h3, main.hand_solder_mounting section#menu .inner h3, main.smd_mounting section#menu .inner h3, main.imt_mounting section#menu .inner h3, main.metal_mask section#menu .inner h3, main.solder_mounting section#menu .inner h3 {
  margin-bottom: 30rem;
  text-align: center;
}
main.about_mounting section#menu .inner > .container, main.reconstruction_pcb section#menu .inner > .container, main.hand_solder_mounting section#menu .inner > .container, main.smd_mounting section#menu .inner > .container, main.imt_mounting section#menu .inner > .container, main.metal_mask section#menu .inner > .container, main.solder_mounting section#menu .inner > .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30rem 40rem;
  width: 800rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main.about_mounting section#menu .inner > .container, main.reconstruction_pcb section#menu .inner > .container, main.hand_solder_mounting section#menu .inner > .container, main.smd_mounting section#menu .inner > .container, main.imt_mounting section#menu .inner > .container, main.metal_mask section#menu .inner > .container, main.solder_mounting section#menu .inner > .container {
    grid-template-columns: auto;
    width: 300rem;
    gap: 10rem;
  }
}
main.about_mounting section#menu .inner > .container a, main.reconstruction_pcb section#menu .inner > .container a, main.hand_solder_mounting section#menu .inner > .container a, main.smd_mounting section#menu .inner > .container a, main.imt_mounting section#menu .inner > .container a, main.metal_mask section#menu .inner > .container a, main.solder_mounting section#menu .inner > .container a {
  height: 80rem;
  background-color: #3A4644;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16rem;
  line-height: 1.875;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 10px;
}
@media (max-width: 767px) {
  main.about_mounting section#menu .inner > .container a, main.reconstruction_pcb section#menu .inner > .container a, main.hand_solder_mounting section#menu .inner > .container a, main.smd_mounting section#menu .inner > .container a, main.imt_mounting section#menu .inner > .container a, main.metal_mask section#menu .inner > .container a, main.solder_mounting section#menu .inner > .container a {
    height: 48rem;
    font-size: 16rem;
  }
}
main.about_mounting section#menu .inner > .container a:hover, main.reconstruction_pcb section#menu .inner > .container a:hover, main.hand_solder_mounting section#menu .inner > .container a:hover, main.smd_mounting section#menu .inner > .container a:hover, main.imt_mounting section#menu .inner > .container a:hover, main.metal_mask section#menu .inner > .container a:hover, main.solder_mounting section#menu .inner > .container a:hover {
  background-color: #058841;
}

main.about_mounting section#feature .inner > div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 40rem auto 0;
}
@media (max-width: 767px) {
  main.about_mounting section#feature .inner > div:last-of-type {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
    margin: 30rem auto 0;
  }
}
main.about_mounting section#feature .inner > div:last-of-type > div {
  width: 320rem;
  padding: 55rem 20rem 49rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 10rem 20rem 50rem rgba(0, 6, 69, 0.1);
          box-shadow: 10rem 20rem 50rem rgba(0, 6, 69, 0.1);
}
main.about_mounting section#feature .inner > div:last-of-type > div img {
  height: 72rem;
  margin-bottom: 21.9rem;
}
main.about_mounting section#feature .inner > div:last-of-type > div p {
  font-size: 22rem;
  line-height: 1.63636;
  font-weight: bold;
  text-align: center;
  height: 102rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.about_mounting section#what_is_mounting {
  padding-top: 102rem;
}
main.about_mounting section#what_is_mounting .inner > p {
  margin-top: 30rem;
}
main.about_mounting section#what_is_mounting .inner > div {
  margin-top: 43rem;
  padding: 42rem 50rem 40rem;
}
@media (max-width: 767px) {
  main.about_mounting section#what_is_mounting .inner > div {
    padding: 20rem;
  }
}
main.about_mounting section#what_is_mounting .inner > div div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21rem;
}
@media (max-width: 767px) {
  main.about_mounting section#what_is_mounting .inner > div div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
  }
}
main.about_mounting section#what_is_mounting .inner > div div.container a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80rem;
  color: #fff;
  background-color: #3A4644;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-size: 16rem;
  line-height: 1.75;
  padding: 0 20rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  main.about_mounting section#what_is_mounting .inner > div div.container a {
    padding: 20rem;
  }
}
main.about_mounting section#what_is_mounting .inner > div div.container a:hover {
  background-color: #058841;
}
main.about_mounting section#suggestion {
  padding-top: 102rem;
}
main.about_mounting section#suggestion .inner > p {
  margin-top: 30rem;
}
main.about_mounting section#suggestion .inner > div {
  margin-top: 43rem;
  width: 100%;
  padding: 42rem 100rem 40rem;
}
@media (max-width: 767px) {
  main.about_mounting section#suggestion .inner > div {
    padding: 20rem;
  }
}
main.about_mounting section#suggestion .inner > div div.table_container {
  overflow: auto;
}
main.about_mounting section#suggestion .inner > div div.table_container table {
  width: 750px;
  border-spacing: 0;
}
main.about_mounting section#suggestion .inner > div div.table_container table thead tr th {
  width: 140px;
  height: 58px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
}
main.about_mounting section#suggestion .inner > div div.table_container table thead tr th:first-of-type {
  width: 240px;
}
main.about_mounting section#suggestion .inner > div div.table_container table tbody tr > * {
  font-size: 16px;
  line-height: 1.75;
  height: 48px;
}
main.about_mounting section#suggestion .inner > div div.table_container table tbody tr th {
  color: #fff;
  background-color: #3A4644;
  font-weight: normal;
  border-bottom: solid 1px #818987;
}
main.about_mounting section#suggestion .inner > div div.table_container table tbody tr td {
  text-align: center;
  background-color: #fff;
  border-bottom: solid 1px #3A4644;
  border-right: solid 1px #3A4644;
}
main.about_mounting section#suggestion .inner > div div.table_container table tbody tr:first-of-type > * {
  border-top: solid 1px #3A4644;
}
main.about_mounting section#suggestion .inner > div div.table_container table tbody tr:last-of-type th {
  border-bottom: solid 1px #3A4644;
}
main.about_mounting section#chip0402 {
  padding-top: 101rem;
}
main.about_mounting section#chip0402 .inner > p {
  margin-top: 30rem;
}
main.about_mounting section#chip0402 .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 43rem;
}
main.about_mounting section#chip0402 .inner > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  main.about_mounting section#chip0402 .inner > div div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
main.about_mounting section#chip0402 .inner > div div img {
  width: 400rem;
}
@media (max-width: 767px) {
  main.about_mounting section#chip0402 .inner > div div img {
    width: 100%;
  }
}
main.about_mounting section#chip0402 .inner > div > p {
  margin-top: 13rem;
}
main.about_mounting section#flow_soldering_line {
  padding: 103rem 0 0;
}
main.about_mounting section#flow_soldering_line .inner > p {
  margin-top: 30rem;
}
main.about_mounting section#flow_soldering_line .inner > div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 71rem;
}
@media (max-width: 767px) {
  main.about_mounting section#flow_soldering_line .inner > div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
  }
}
main.about_mounting section#flow_soldering_line .inner > div.container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.about_mounting section#flow_soldering_line .inner > div.container div img {
  width: 360rem;
}
@media (max-width: 767px) {
  main.about_mounting section#flow_soldering_line .inner > div.container div img {
    width: 100%;
  }
}
main.about_mounting section#flow_soldering_line .inner > div.container div p {
  font-size: 13rem;
  line-height: 1.538;
  margin-top: 13rem;
}

main.smd_mounting section#about_smd_mounting .inner > p {
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.smd_mounting section#about_smd_mounting .inner > p {
    margin-top: 30rem;
  }
}
main.smd_mounting section#about_smd_mounting .inner > ul {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20rem;
  margin-top: 43rem;
  -webkit-box-shadow: 10rem 20rem 50rem rgba(0, 6, 69, 0.1);
          box-shadow: 10rem 20rem 50rem rgba(0, 6, 69, 0.1);
}
@media (max-width: 767px) {
  main.smd_mounting section#about_smd_mounting .inner > ul {
    grid-template-columns: 1fr;
  }
}
main.smd_mounting section#about_smd_mounting .inner > ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  main.smd_mounting section#about_smd_mounting .inner > ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
main.smd_mounting section#smd_mounter {
  padding-top: 188rem;
  margin-top: -100rem;
}
main.smd_mounting section#smd_mounter .inner > p {
  margin-top: 30rem;
}
main.smd_mounting section#smd_mounter .inner > div.bg_green {
  margin-top: 43rem;
  padding: 42rem 50rem 44rem;
}
@media (max-width: 767px) {
  main.smd_mounting section#smd_mounter .inner > div.bg_green {
    padding: 30rem 20rem;
  }
}
main.smd_mounting section#smd_mounter .inner > div.bg_green p:first-of-type {
  font-weight: 500;
}
main.smd_mounting section#smd_mounter .inner > div.bg_green p:last-of-type {
  margin-top: 16rem;
}
main.smd_mounting section#smd_mounter .inner > div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
  margin-top: 40rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  main.smd_mounting section#smd_mounter .inner > div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.smd_mounting section#smd_mounter .inner > div.container > div {
  width: 520rem;
}
@media (max-width: 767px) {
  main.smd_mounting section#smd_mounter .inner > div.container > div {
    width: 100%;
  }
}
main.smd_mounting section#smd_mounter .inner > div.container > div dl {
  font-size: 16rem;
  line-height: 1.75;
  border: solid 1px #3A4644;
}
main.smd_mounting section#smd_mounter .inner > div.container > div dl dt {
  color: #fff;
  padding: 14rem 30rem;
  background-color: #3A4644;
}
main.smd_mounting section#smd_mounter .inner > div.container > div dl dd {
  padding: 17rem 43rem 0;
}
main.smd_mounting section#smd_mounter .inner > div.container > div dl dd:last-of-type {
  padding-bottom: 16rem;
}
main.smd_mounting section#smd_mounter .inner > div.container > div > p {
  margin-top: 30rem;
  font-size: 14rem;
  line-height: 1.785;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.smd_mounting section#smd_mounter .inner > div.container > div > p::before {
  content: "※";
}
main.smd_mounting section#smd_mounter .inner > div.container > img {
  width: 420rem;
}
@media (max-width: 767px) {
  main.smd_mounting section#smd_mounter .inner > div.container > img {
    width: 100%;
  }
}
main.smd_mounting section#handheld_device {
  padding-top: 202rem;
  margin-top: -100rem;
}
main.smd_mounting section#handheld_device .inner > p {
  margin-top: 30rem;
}
main.smd_mounting section#handheld_device .inner > div.bg_green {
  padding: 42rem 50rem;
  margin-top: 43rem;
}
@media (max-width: 767px) {
  main.smd_mounting section#handheld_device .inner > div.bg_green {
    padding: 30rem 20rem;
  }
}
main.smd_mounting section#handheld_device .inner > div.bg_green p:first-of-type {
  font-weight: 500;
}
main.smd_mounting section#handheld_device .inner > div.bg_green p:last-of-type {
  margin-top: 16rem;
}
main.smd_mounting section#handheld_device .inner > div.container {
  margin-top: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60rem;
}
@media (max-width: 767px) {
  main.smd_mounting section#handheld_device .inner > div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.smd_mounting section#handheld_device .inner > div.container dl {
  width: calc(32% - 60rem);
  border: solid 1px #3A4644;
  font-size: 16rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  main.smd_mounting section#handheld_device .inner > div.container dl {
    width: 100%;
  }
}
main.smd_mounting section#handheld_device .inner > div.container dl dt {
  padding: 14rem 30rem;
  background-color: #3A4644;
  color: #fff;
}
main.smd_mounting section#handheld_device .inner > div.container dl dd {
  padding: 17rem 43rem;
}
main.smd_mounting section#handheld_device .inner > div.container img {
  width: 68%;
}
@media (max-width: 767px) {
  main.smd_mounting section#handheld_device .inner > div.container img {
    width: 100%;
  }
}
main.smd_mounting section#hand_solder_mounting {
  padding: 202rem 0 120rem;
  margin-top: -100rem;
}
main.smd_mounting section#hand_solder_mounting .inner > p {
  margin-top: 30rem;
}
main.smd_mounting section#hand_solder_mounting .inner div.bg_green {
  margin-top: 43rem;
  padding: 42rem 50rem;
}
@media (max-width: 767px) {
  main.smd_mounting section#hand_solder_mounting .inner div.bg_green {
    padding: 30rem 20rem;
  }
}
main.smd_mounting section#hand_solder_mounting .inner div.bg_green p:first-of-type {
  font-weight: 500;
}
main.smd_mounting section#hand_solder_mounting .inner div.bg_green p:last-of-type {
  margin-top: 16rem;
}
main.smd_mounting section#hand_solder_mounting .inner img {
  display: block;
  width: 420rem;
  margin: 40rem auto 0;
}
@media (max-width: 767px) {
  main.smd_mounting section#hand_solder_mounting .inner img {
    width: 100%;
  }
}
main.smd_mounting section#hand_solder_mounting .inner a {
  display: block;
  width: 260rem;
  margin: 50rem auto 0;
  padding: 20rem 0 19rem;
  text-align: center;
  border-radius: 60rem;
  font-size: 16rem;
  line-height: 1.3125;
}

main.imt_mounting section#about_imt_mounting .inner > p {
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.imt_mounting section#about_imt_mounting .inner > p {
    margin-top: 30rem;
  }
}
main.imt_mounting section#about_imt_mounting .inner ul {
  margin-top: 43rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: auto auto;
}
@media (max-width: 767px) {
  main.imt_mounting section#about_imt_mounting .inner ul {
    grid-template-columns: 1fr;
  }
}
main.imt_mounting section#hand_soldering,
main.imt_mounting section#flow_soldering {
  padding-top: 202rem;
  margin-top: -100rem;
}
main.imt_mounting section#hand_soldering .inner > p,
main.imt_mounting section#flow_soldering .inner > p {
  margin-top: 30rem;
}
main.imt_mounting section#hand_soldering .inner > div,
main.imt_mounting section#flow_soldering .inner > div {
  padding: 42rem 50rem 43rem;
  margin-top: 43rem;
}
@media (max-width: 767px) {
  main.imt_mounting section#hand_soldering .inner > div,
  main.imt_mounting section#flow_soldering .inner > div {
    padding: 20rem 12rem;
  }
}
main.imt_mounting section#hand_soldering .inner > div p:first-of-type,
main.imt_mounting section#flow_soldering .inner > div p:first-of-type {
  margin-bottom: 16rem;
  font-weight: 500;
}
main.imt_mounting section#hand_soldering .inner img,
main.imt_mounting section#flow_soldering .inner img {
  width: 640rem;
  display: block;
  margin: 40rem auto 0;
}
@media (max-width: 767px) {
  main.imt_mounting section#hand_soldering .inner img,
  main.imt_mounting section#flow_soldering .inner img {
    width: 100%;
  }
}
main.imt_mounting section#flow_soldering_line {
  padding: 102rem 0 120rem;
}
main.imt_mounting section#flow_soldering_line .inner > p {
  margin-top: 30rem;
}
main.imt_mounting section#flow_soldering_line .inner div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 43rem;
}
@media (max-width: 767px) {
  main.imt_mounting section#flow_soldering_line .inner div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.imt_mounting section#flow_soldering_line .inner div.container img {
  width: 360rem;
}
@media (max-width: 767px) {
  main.imt_mounting section#flow_soldering_line .inner div.container img {
    width: 100%;
  }
}
main.imt_mounting section#flow_soldering_line .inner div.container p {
  margin-top: 13rem;
  text-align: center;
}

main.hand_solder_mounting section#about_hand_solder_mounting .inner > p {
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.hand_solder_mounting section#about_hand_solder_mounting .inner > p {
    margin-top: 30rem;
  }
}
main.hand_solder_mounting section#about_hand_solder_mounting .inner > h3 {
  margin-top: 100rem;
  font-size: 26rem;
  line-height: 1.61538;
  color: #058841;
}
main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container {
  margin-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40rem 50rem;
  background-color: #fff;
  -webkit-box-shadow: 10rem 10rem 40rem rgba(0, 6, 69, 0.1);
          box-shadow: 10rem 10rem 40rem rgba(0, 6, 69, 0.1);
}
main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container.sp {
  display: none;
}
main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container p.number {
  font-family: "Roboto";
  font-size: 48rem;
  font-weight: 500;
  line-height: 0.79;
  background: -webkit-gradient(linear, left bottom, right top, from(#90C9BB), to(#27952d));
  background: linear-gradient(to top right, #90C9BB, #27952d);
  -webkit-background-clip: text;
  color: transparent;
}
main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container > div h5 {
  font-size: 22rem;
  line-height: 1.6363;
}
main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container > div > p {
  margin-top: 20rem;
}
main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container p.contents {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container {
    padding: 20rem 30rem;
  }
  main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container.pc {
    display: none;
  }
  main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container.sp {
    display: block;
  }
  main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.hand_solder_mounting section#about_hand_solder_mounting .inner div.container p.number {
    margin-right: 10px;
  }
}
main.hand_solder_mounting section#surface_mount,
main.hand_solder_mounting section#insertion_mount {
  padding-top: 102rem;
}
main.hand_solder_mounting section#surface_mount .inner div.container,
main.hand_solder_mounting section#insertion_mount .inner div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  main.hand_solder_mounting section#surface_mount .inner div.container,
  main.hand_solder_mounting section#insertion_mount .inner div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.hand_solder_mounting section#surface_mount .inner div.container > div,
main.hand_solder_mounting section#insertion_mount .inner div.container > div {
  width: 58%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  main.hand_solder_mounting section#surface_mount .inner div.container > div,
  main.hand_solder_mounting section#insertion_mount .inner div.container > div {
    width: 100%;
  }
}
main.hand_solder_mounting section#surface_mount .inner div.container > div p,
main.hand_solder_mounting section#insertion_mount .inner div.container > div p {
  margin-top: 30rem;
}
main.hand_solder_mounting section#surface_mount .inner div.container > div p:not(:first-of-type),
main.hand_solder_mounting section#insertion_mount .inner div.container > div p:not(:first-of-type) {
  margin-top: 51rem;
}
main.hand_solder_mounting section#surface_mount .inner div.container img,
main.hand_solder_mounting section#insertion_mount .inner div.container img {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 36%;
}
@media (max-width: 767px) {
  main.hand_solder_mounting section#surface_mount .inner div.container img,
  main.hand_solder_mounting section#insertion_mount .inner div.container img {
    width: 100%;
  }
}
main.hand_solder_mounting section#unsuitable_for_hand_soldering {
  padding: 142rem 0 120rem;
}
main.hand_solder_mounting section#unsuitable_for_hand_soldering .inner > div.bg_green {
  margin-top: 30rem;
  padding: 40rem 50rem 43rem;
}
@media (max-width: 767px) {
  main.hand_solder_mounting section#unsuitable_for_hand_soldering .inner > div.bg_green {
    padding: 30rem 20rem;
  }
}
main.hand_solder_mounting section#unsuitable_for_hand_soldering .inner > div.bg_green p:nth-of-type(2) {
  margin-top: 25rem;
  font-weight: 500;
}
main.hand_solder_mounting section#unsuitable_for_hand_soldering .inner > div.bg_green p:last-of-type {
  margin-top: 21rem;
}

main.solder_mounting section#about_solder_mounting .inner > p {
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.solder_mounting section#about_solder_mounting .inner > p {
    margin-top: 30rem;
  }
}
main.solder_mounting section#about_solder_mounting .inner > div.type:nth-of-type(2) {
  margin-top: 85rem;
}
@media (max-width: 767px) {
  main.solder_mounting section#about_solder_mounting .inner > div.type:nth-of-type(2) {
    margin-top: 80rem;
  }
}
main.solder_mounting section#about_solder_mounting .inner > div.type:last-of-type {
  margin-top: 62rem;
}
@media (max-width: 767px) {
  main.solder_mounting section#about_solder_mounting .inner > div.type:last-of-type {
    margin-top: 51rem;
  }
}
main.solder_mounting section#about_solder_mounting .inner > div.type h3, main.solder_mounting section#about_solder_mounting .inner > div.type h4 {
  text-align: center;
}
main.solder_mounting section#about_solder_mounting .inner > div.type div.container {
  margin-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  main.solder_mounting section#about_solder_mounting .inner > div.type div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
main.solder_mounting section#about_solder_mounting .inner > div.type div.container > div {
  width: calc(33% - 40rem);
  -webkit-box-shadow: 10rem 20rem 50rem rgba(0, 6, 69, 0.1);
          box-shadow: 10rem 20rem 50rem rgba(0, 6, 69, 0.1);
}
@media (max-width: 767px) {
  main.solder_mounting section#about_solder_mounting .inner > div.type div.container > div {
    width: 100%;
  }
}
main.solder_mounting section#about_solder_mounting .inner > div.type div.container > div img {
  width: 100%;
}
main.solder_mounting section#about_solder_mounting .inner > div.type div.container > div p {
  text-align: center;
  padding: 17rem 0;
  background-color: #fff;
  font-size: 22rem;
  line-height: 1.6363;
  font-weight: bold;
}
main.solder_mounting section#about_solder_mounting .inner dl {
  font-size: 16rem;
  line-height: 1.75;
  margin-top: 82rem;
}
@media (max-width: 767px) {
  main.solder_mounting section#about_solder_mounting .inner dl {
    margin-top: 31rem;
  }
}
main.solder_mounting section#about_solder_mounting .inner dl dt {
  margin-top: 20rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  main.solder_mounting section#about_solder_mounting .inner dl dt {
    margin-top: 17rem;
  }
}
main.solder_mounting section#about_solder_mounting .inner dl dd {
  margin-left: 20rem;
}
main.solder_mounting section#flow_soldering_line .inner > p {
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.solder_mounting section#flow_soldering_line .inner > p {
    margin-top: 30rem;
  }
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] {
  margin-top: 102rem;
}
@media (max-width: 767px) {
  main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] {
    margin-top: 79rem;
  }
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 59rem;
  }
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.feature div {
  width: 58%;
}
@media (max-width: 767px) {
  main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.feature div {
    width: 100%;
  }
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.feature div p {
  margin-top: 30rem;
}
@media (max-width: 767px) {
  main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.feature div p {
    margin-top: 22rem;
  }
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.feature img {
  width: 36%;
}
@media (max-width: 767px) {
  main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.feature img {
    width: 100%;
  }
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.advantages_and_disadvantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.advantages_and_disadvantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
    -webkit-box-align: auto;
        -ms-flex-align: auto;
            align-items: auto;
    margin-top: 20rem;
  }
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.advantages_and_disadvantages > div {
  padding: 30rem 50rem 43rem;
  width: calc(50% - 15rem);
}
@media (max-width: 767px) {
  main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.advantages_and_disadvantages > div {
    width: 100%;
    padding: 17rem 12rem 44rem;
  }
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.advantages_and_disadvantages > div h4 {
  font-size: 22rem;
  line-height: 1.6363;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14rem;
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.advantages_and_disadvantages > div h4::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 60rem;
  height: 60rem;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../img/arrow2.png);
  background-size: 66%;
  background-position: center center;
  background-repeat: no-repeat;
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.advantages_and_disadvantages > div p:first-of-type {
  margin-top: 26rem;
  font-weight: 500;
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.advantages_and_disadvantages > div p:last-of-type {
  margin-top: 23rem;
}
main.solder_mounting section#flow_soldering_line .inner > div[class^=feature] > div.advantages_and_disadvantages > div:last-of-type h5::before {
  background-image: url(../img/arrow3.png);
}

main.facility section#top_img {
  padding: 70rem 0 119.8rem;
}
main.facility section#top_img .inner div.container {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 16.7% 16.7% 16.7% 16.7% 16.7% 16.7%;
  grid-template-areas: "a a b b c c" "d d d e c c" "f g g h h h";
}
main.facility section#top_img .inner div.container img {
  width: 100%;
}
main.facility section#top_img .inner div.container img:first-of-type {
  grid-area: a;
}
main.facility section#top_img .inner div.container img:nth-of-type(2) {
  grid-area: b;
}
main.facility section#top_img .inner div.container img:nth-of-type(3) {
  grid-area: c;
}
main.facility section#top_img .inner div.container img:nth-of-type(4) {
  grid-area: d;
}
main.facility section#top_img .inner div.container img:nth-of-type(5) {
  grid-area: e;
}
main.facility section#top_img .inner div.container img:nth-of-type(6) {
  grid-area: f;
}
main.facility section#top_img .inner div.container img:nth-of-type(7) {
  grid-area: g;
}
main.facility section#top_img .inner div.container img:last-of-type {
  grid-area: h;
}
main.facility section#facilities .inner div.table_container {
  overflow: auto;
  margin: 60rem auto 0;
}
main.facility section#facilities .inner div.table_container table {
  border-spacing: 0;
  border: solid 1px #3A4644;
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main.facility section#facilities .inner div.table_container table {
    width: 100%;
  }
}
main.facility section#facilities .inner div.table_container table thead tr th {
  border-right: solid 1px #818987;
  background-color: #3A4644;
  color: #fff;
  padding: 14px 0 13px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
}
@media (max-width: 767px) {
  main.facility section#facilities .inner div.table_container table thead tr th {
    padding: 10rem 5rem;
  }
}
main.facility section#facilities .inner div.table_container table thead tr th:first-of-type {
  width: 75%;
}
main.facility section#facilities .inner div.table_container table thead tr th:last-of-type {
  width: 25%;
  border-right: none;
}
main.facility section#facilities .inner div.table_container table tbody tr td {
  padding: 14px 0 13px 30px;
  border-right: solid 1px #3A4644;
  border-bottom: solid 1px #3A4644;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  main.facility section#facilities .inner div.table_container table tbody tr td {
    padding: 10rem;
    text-align: center;
    font-size: 14px;
  }
}
main.facility section#facilities .inner div.table_container table tbody tr td:last-of-type {
  border-right: none;
}
main.facility section#facilities .inner div.table_container table tbody tr:last-of-type td {
  border-bottom: none;
}

main.metal_mask section#about_metal_mask div.container {
  margin-top: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  main.metal_mask section#about_metal_mask div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30rem;
  }
}
main.metal_mask section#about_metal_mask div.container div {
  width: 52%;
}
@media (max-width: 767px) {
  main.metal_mask section#about_metal_mask div.container div {
    width: 100%;
  }
}
main.metal_mask section#about_metal_mask div.container div p:last-of-type {
  margin-top: 18rem;
  font-size: 14rem;
}
main.metal_mask section#about_metal_mask div.container img {
  width: 42%;
}
@media (max-width: 767px) {
  main.metal_mask section#about_metal_mask div.container img {
    width: 100%;
  }
}
main.metal_mask section#quality {
  margin-top: 102rem;
}
@media (max-width: 767px) {
  main.metal_mask section#quality {
    margin-top: 50rem;
  }
}
main.metal_mask section#quality .inner > p {
  margin-top: 30rem;
}
@media (max-width: 767px) {
  main.metal_mask section#quality .inner > p {
    margin-top: 22rem;
  }
}
main.metal_mask section#flow {
  margin-top: 133rem;
}
@media (max-width: 767px) {
  main.metal_mask section#flow {
    margin-top: 107rem;
  }
}
main.metal_mask section#flow .inner > div {
  margin-top: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
@media (max-width: 767px) {
  main.metal_mask section#flow .inner > div {
    margin-top: 19rem;
    gap: 13rem;
  }
}
main.metal_mask section#flow .inner > div p {
  background-color: #3A4644;
  color: #fff;
  padding: 17.5rem 30rem;
  counter-increment: flow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.metal_mask section#flow .inner > div p::before {
  content: counter(flow, decimal-leading-zero);
  font-size: 22rem;
  line-height: 1.36363;
  font-family: "Roboto";
  font-weight: bold;
  margin-right: 20rem;
}
main.metal_mask section#flow .inner > img {
  display: block;
  width: 80%;
  margin: 40rem auto 0;
}
@media (max-width: 767px) {
  main.metal_mask section#flow .inner > img {
    margin-top: 20rem;
    width: 100%;
  }
}
main.metal_mask section#flow .inner a {
  display: block;
  margin: 50rem auto 0;
  width: 260rem;
  padding: 20rem 0;
  text-align: center;
  font-size: 16rem;
  line-height: 1.3125;
  border-radius: 60rem;
}
main.metal_mask section#inexpensive_mask {
  padding-top: 102rem;
}
@media (max-width: 767px) {
  main.metal_mask section#inexpensive_mask {
    padding-top: 50rem;
  }
}
main.metal_mask section#inexpensive_mask .inner > p {
  margin-top: 30rem;
}
@media (max-width: 767px) {
  main.metal_mask section#inexpensive_mask .inner > p {
    margin-top: 22rem;
  }
}
main.metal_mask section#inexpensive_mask .inner div.point {
  padding: 42rem 50rem 40rem;
  margin-top: 71rem;
}
@media (max-width: 767px) {
  main.metal_mask section#inexpensive_mask .inner div.point {
    padding: 32rem 27rem 30rem;
    margin-top: 105rem;
  }
}
main.metal_mask section#inexpensive_mask .inner div.point > p {
  font-weight: 500;
}
main.metal_mask section#inexpensive_mask .inner div.point div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 21rem;
}
@media (max-width: 767px) {
  main.metal_mask section#inexpensive_mask .inner div.point div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15rem;
  }
}
main.metal_mask section#inexpensive_mask .inner div.point div.container p {
  width: calc(33% - 20rem);
  background-color: #3A4644;
  padding: 16rem 0 15rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  main.metal_mask section#inexpensive_mask .inner div.point div.container p {
    width: 100%;
  }
}
main.metal_mask section#inexpensive_mask .inner > div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.metal_mask section#inexpensive_mask .inner > div.container {
    margin-top: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.metal_mask section#inexpensive_mask .inner > div.container img {
  width: 300rem;
}
@media (max-width: 767px) {
  main.metal_mask section#inexpensive_mask .inner > div.container img {
    width: 100%;
  }
}
main.metal_mask section#reduce_initial_cost {
  padding: 102rem 0 120rem;
}
@media (max-width: 767px) {
  main.metal_mask section#reduce_initial_cost {
    padding: 50rem 0 89rem;
  }
}
main.metal_mask section#reduce_initial_cost .inner > p {
  margin-top: 30rem;
}

main.reconstruction_pcb section#feature .inner > p {
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#feature .inner > p {
    margin-top: 30rem;
  }
}
main.reconstruction_pcb section#feature .inner div.example {
  margin-top: 100rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#feature .inner div.example {
    margin-top: 70rem;
  }
}
main.reconstruction_pcb section#feature .inner div.example h3 {
  text-align: center;
}
main.reconstruction_pcb section#feature .inner div.example ul {
  margin-top: 30rem;
  padding: 40rem 90rem;
  background-color: #fff;
  font-size: 16rem;
  line-height: 1.75;
  font-weight: 500;
  -webkit-box-shadow: 10rem 10rem 40rem rgba(0, 6, 69, 0.1);
          box-shadow: 10rem 10rem 40rem rgba(0, 6, 69, 0.1);
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#feature .inner div.example ul {
    margin-top: 22rem;
    padding: 20rem 30rem;
  }
}
main.reconstruction_pcb section#feature .inner div.example ul li {
  margin-top: 18rem;
  padding-left: 1em;
  text-indent: calc(-1em - 5rem);
}
main.reconstruction_pcb section#feature .inner div.example ul li:first-of-type {
  margin-top: 0;
}
main.reconstruction_pcb section#feature .inner div.example ul li::before {
  content: "■";
  margin-right: 5rem;
}
main.reconstruction_pcb section#feature .inner div.example div.container {
  margin-top: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#feature .inner div.example div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.reconstruction_pcb section#feature .inner div.example div.container img {
  width: 300rem;
  display: block;
}
main.reconstruction_pcb section#feature .inner div.example div.container span {
  display: block;
  width: 28.3rem;
  height: 28.3rem;
  border-top: solid 2rem #058841;
  border-right: solid 2rem #058841;
  -webkit-transform: translateX(-5rem) rotate(45deg);
          transform: translateX(-5rem) rotate(45deg);
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#feature .inner div.example div.container span {
    -webkit-transform: translateX(-5rem) rotate(135deg);
            transform: translateX(-5rem) rotate(135deg);
  }
}
main.reconstruction_pcb section#feature .inner div.cost {
  margin-top: 100rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#feature .inner div.cost {
    margin-top: 70rem;
  }
}
main.reconstruction_pcb section#feature .inner div.cost p {
  margin-top: 30rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#feature .inner div.cost p {
    margin-top: 22rem;
  }
}
main.reconstruction_pcb section#work_contents {
  padding-bottom: 0;
}
main.reconstruction_pcb section#work_contents .inner div.replacement {
  margin-top: 80rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.replacement {
    margin-top: 60rem;
  }
}
main.reconstruction_pcb section#work_contents .inner div.replacement > p:first-of-type {
  margin-top: 30rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.replacement > p:first-of-type {
    margin-top: 22rem;
  }
}
main.reconstruction_pcb section#work_contents .inner div.replacement > p:last-of-type {
  margin-top: 40rem;
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.trouble {
  padding: 40rem 50rem;
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.replacement div.trouble {
    padding: 20rem 30rem;
  }
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.trouble div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.replacement div.trouble div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.trouble div.container p {
  width: calc(50% - 20rem);
  background-color: #3A4644;
  padding: 16rem 0 15rem;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.replacement div.trouble div.container p {
    width: 100%;
  }
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container {
  overflow: auto;
  margin-top: 70rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container {
    margin-top: 40rem;
  }
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table {
  width: 800rem;
  border: solid 1rem #3A4644;
  border-spacing: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table {
    width: 100%;
  }
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table thead tr th {
  background-color: #3A4644;
  border-right: solid 1rem #818987;
  color: #fff;
  padding: 14rem 0 13rem;
  font-size: 16rem;
  line-height: 1.75;
  font-weight: normal;
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table thead tr th:last-of-type {
  border-right: none;
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table tbody tr > * {
  border-bottom: solid 1rem #3A4644;
  border-right: solid 1rem #3A4644;
  font-size: 16rem;
  line-height: 1.75;
  font-weight: normal;
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table tbody tr > *:last-child {
  border-right: none;
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table tbody tr th {
  background-color: #F2F8F7;
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table tbody tr td {
  padding: 14rem 0 13rem;
  text-align: center;
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table tbody tr:nth-last-of-type(3) > th {
  border-bottom: none;
}
main.reconstruction_pcb section#work_contents .inner div.replacement div.table_container table tbody tr:last-of-type > td {
  border-bottom: none;
}
main.reconstruction_pcb section#work_contents .inner div.replacement > div.container {
  margin-top: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.replacement > div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
main.reconstruction_pcb section#work_contents .inner div.replacement > div.container img {
  width: 42%;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.replacement > div.container img {
    width: 100%;
  }
}
main.reconstruction_pcb section#work_contents .inner div.board_modification {
  margin-top: 100rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.board_modification {
    margin-top: 70rem;
  }
}
main.reconstruction_pcb section#work_contents .inner div.board_modification > p {
  margin-top: 30rem;
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container {
  overflow: auto;
  margin-top: 70rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container {
    margin-top: 40rem;
  }
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table {
  width: 800rem;
  border: solid 1rem #3A4644;
  border-spacing: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table {
    width: 100%;
  }
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table thead tr th {
  background-color: #3A4644;
  border-right: solid 1rem #818987;
  color: #fff;
  padding: 14rem 0 13rem;
  font-size: 16rem;
  line-height: 1.75;
  font-weight: normal;
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table thead tr th:last-of-type {
  border-right: none;
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table tbody tr > * {
  border-bottom: solid 1rem #3A4644;
  border-right: solid 1rem #3A4644;
  font-size: 16rem;
  line-height: 1.75;
  font-weight: normal;
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table tbody tr > *:last-child {
  border-right: none;
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table tbody tr th {
  background-color: #F2F8F7;
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table tbody tr td {
  padding: 14rem 0 13rem;
  text-align: center;
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table tbody tr:nth-last-of-type(3) > th {
  border-bottom: none;
}
main.reconstruction_pcb section#work_contents .inner div.board_modification div.table_container table tbody tr:last-of-type > td {
  border-bottom: none;
}
main.reconstruction_pcb section#work_contents .inner div.board_modification > a {
  width: 260rem;
  margin: 50rem auto 0;
  padding: 20rem 0 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16rem;
  line-height: 1.3125;
}
main.reconstruction_pcb section#example .inner > p {
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#example .inner > p {
    margin-top: 30rem;
  }
}
main.reconstruction_pcb section#example .inner div.example_container {
  margin-top: 60rem;
}
main.reconstruction_pcb section#example .inner div.example_container:nth-of-type(2) .example_inner div.container:first-of-type img {
  width: 100%;
}
main.reconstruction_pcb section#example .inner div.example_container h4 {
  font-size: 22rem;
  line-height: 1.63636;
  font-weight: bold;
  padding-bottom: 10rem;
  border-bottom: solid 1rem #D6DEDD;
}
main.reconstruction_pcb section#example .inner div.example_container > .example_inner {
  padding: 0 100rem;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#example .inner div.example_container > .example_inner {
    padding: 0;
  }
}
main.reconstruction_pcb section#example .inner div.example_container > .example_inner > p {
  margin-top: 40rem;
}
main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container {
  margin: 0 auto;
}
main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:first-of-type {
  margin-top: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:first-of-type img {
  width: calc(50% - 1rem);
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:first-of-type img {
    width: 100%;
  }
}
main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:last-of-type {
  margin-top: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
  }
}
main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:last-of-type img {
  width: 240rem;
  height: 240rem;
  padding: 20rem;
  background-color: #F2F8F7;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:last-of-type img {
    width: 100%;
    height: auto;
  }
}
main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:last-of-type ul li {
  font-size: 16rem;
  line-height: 1.75;
  list-style-type: disc;
  list-style-position: outside;
}
@media (max-width: 767px) {
  main.reconstruction_pcb section#example .inner div.example_container > .example_inner > div.container:last-of-type ul li {
    margin-left: 20rem;
  }
}/*# sourceMappingURL=mounting.css.map */