@charset "UTF-8";
main.welding section#menu, main.functionchecker section#menu, main.machining section#menu, main.tweezers section#menu {
  padding: 60rem 0 121rem;
  border-top: solid #838383 1px;
}
main.welding section#menu .inner h3, main.functionchecker section#menu .inner h3, main.machining section#menu .inner h3, main.tweezers section#menu .inner h3 {
  margin-bottom: 30rem;
  text-align: center;
}
main.welding section#menu .inner > .container, main.functionchecker section#menu .inner > .container, main.machining section#menu .inner > .container, main.tweezers 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.welding section#menu .inner > .container, main.functionchecker section#menu .inner > .container, main.machining section#menu .inner > .container, main.tweezers section#menu .inner > .container {
    grid-template-columns: auto;
    width: 300rem;
    gap: 10rem;
  }
}
main.welding section#menu .inner > .container a, main.functionchecker section#menu .inner > .container a, main.machining section#menu .inner > .container a, main.tweezers 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;
  text-align: center;
}
@media (max-width: 767px) {
  main.welding section#menu .inner > .container a, main.functionchecker section#menu .inner > .container a, main.machining section#menu .inner > .container a, main.tweezers section#menu .inner > .container a {
    height: 48rem;
    font-size: 16rem;
  }
}
main.welding section#menu .inner > .container a:hover, main.functionchecker section#menu .inner > .container a:hover, main.machining section#menu .inner > .container a:hover, main.tweezers section#menu .inner > .container a:hover {
  background-color: #058841;
}

main.about_assembling section#feature .inner > p {
  margin: 40rem 0 80rem;
}
@media (max-width: 767px) {
  main.about_assembling section#feature .inner > p {
    margin: 30rem 0 60rem;
  }
}
main.about_assembling section#feature .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.about_assembling section#feature .inner div.container.sp {
  display: none;
}
main.about_assembling section#feature .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.about_assembling section#feature .inner div.container h4 {
  font-size: 22rem;
  line-height: 1.6363;
  color: #000;
}
main.about_assembling section#feature .inner div.container p.contents {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  main.about_assembling section#feature .inner div.container {
    padding: 20rem 30rem;
  }
  main.about_assembling section#feature .inner div.container.pc {
    display: none;
  }
  main.about_assembling section#feature .inner div.container.sp {
    display: block;
  }
  main.about_assembling section#feature .inner div.container div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.about_assembling section#feature .inner div.container p.number {
    margin-right: 10px;
  }
}
main.about_assembling section#work_contents {
  padding-bottom: 0;
}
main.about_assembling section#work_contents .inner .top_text {
  margin: 40rem 0;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .top_text {
    margin: 30rem 0;
  }
}
main.about_assembling section#work_contents .inner .bg_green {
  padding: 40rem 50rem;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .bg_green {
    padding: 16rem 12rem 16rem;
  }
}
main.about_assembling section#work_contents .inner .bg_green .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .bg_green .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.about_assembling section#work_contents .inner .bg_green .list ul {
  width: 100%;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .bg_green .list ul:first-of-type {
    margin-bottom: 10rem;
  }
}
main.about_assembling section#work_contents .inner .bg_green .list ul li {
  margin-bottom: 10rem;
  font-size: 16rem;
  line-height: 1.75;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
main.about_assembling section#work_contents .inner .bg_green .list ul li::before {
  content: "■";
}
main.about_assembling section#work_contents .inner .bg_green .list ul li:last-of-type {
  margin-bottom: 0;
}
main.about_assembling section#work_contents .inner .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
main.about_assembling section#work_contents .inner .img_flex.img_flex_01 {
  margin-top: 40rem;
}
main.about_assembling section#work_contents .inner .img_flex.img_flex_01 img {
  max-width: 270rem;
}
main.about_assembling section#work_contents .inner .img_flex.img_flex_02 {
  margin-top: 50rem;
}
main.about_assembling section#work_contents .inner .img_flex.img_flex_02 img {
  max-width: 400rem;
}
main.about_assembling section#work_contents .inner .img_flex.img_flex_03 {
  margin-top: 60rem;
  gap: 100rem;
  position: relative;
}
main.about_assembling section#work_contents .inner .img_flex.img_flex_03 img {
  max-width: 300rem;
}
main.about_assembling section#work_contents .inner .img_flex.img_flex_03::after {
  content: "";
  width: 28.3rem;
  height: 28.3rem;
  border-top: solid 2px #058841;
  border-right: solid 2px #058841;
  position: absolute;
  left: 48%;
  top: 50%;
  -webkit-transform: rotate(45deg) translate3d(-50%, -50%, 0);
          transform: rotate(45deg) translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .img_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.about_assembling section#work_contents .inner .img_flex.img_flex_01 img, main.about_assembling section#work_contents .inner .img_flex.img_flex_02 img, main.about_assembling section#work_contents .inner .img_flex.img_flex_03 img {
    max-width: initial;
    width: 100%;
  }
  main.about_assembling section#work_contents .inner .img_flex.img_flex_03::after {
    left: 45%;
    top: 45%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
main.about_assembling section#work_contents .inner .container {
  margin-top: 100rem;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container {
    margin-top: 70rem;
  }
}
main.about_assembling section#work_contents .inner .container h3 {
  margin-bottom: 30rem;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container h3 {
    margin-bottom: 22rem;
  }
}
main.about_assembling section#work_contents .inner .container > div.container_flex {
  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.about_assembling section#work_contents .inner .container > div.container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.about_assembling section#work_contents .inner .container > div.container_flex div {
  width: 58%;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container > div.container_flex div {
    width: 100%;
  }
}
main.about_assembling section#work_contents .inner .container > div.container_flex div p a {
  color: #058841;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
main.about_assembling section#work_contents .inner .container > div.container_flex div p a:hover {
  opacity: 0.8;
}
main.about_assembling section#work_contents .inner .container > div.container_flex div p:nth-child(2) {
  margin-top: 20rem;
}
main.about_assembling section#work_contents .inner .container > div.container_flex img {
  width: 36%;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container > div.container_flex img {
    width: 100%;
  }
}
main.about_assembling section#work_contents .inner .container > div.container_flex > dl {
  border: 1px solid #3A4644;
  font-size: 16px;
}
main.about_assembling section#work_contents .inner .container > div.container_flex > dl dt {
  color: #fff;
  background-color: #3A4644;
  padding: 12rem 30rem;
}
main.about_assembling section#work_contents .inner .container > div.container_flex > dl dd {
  padding: 15rem 30rem;
}
main.about_assembling section#work_contents .inner .container > div.container_flex > dl dd ul li {
  margin-bottom: 10rem;
}
main.about_assembling section#work_contents .inner .container > div.container_flex > dl dd ul li:last-of-type {
  margin-bottom: 0;
}
main.about_assembling section#work_contents .inner .container > .bg_green {
  margin-top: 40rem;
}
main.about_assembling section#work_contents .inner .container > .bg_green p {
  margin-top: 15rem;
}
main.about_assembling section#work_contents .inner .container.precision_work > div.container_flex div {
  width: 54.3%;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container.precision_work > div.container_flex div {
    width: 100%;
  }
}
main.about_assembling section#work_contents .inner .container.precision_work > div.container_flex dl {
  width: 39.7%;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container.precision_work > div.container_flex dl {
    width: 100%;
  }
}
main.about_assembling section#work_contents .inner .container > div.bg_green_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30rem;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container > div.bg_green_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.about_assembling section#work_contents .inner .container > div.bg_green_flex .bg_green {
  padding: 40rem 50rem 60rem;
  width: 50%;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container > div.bg_green_flex .bg_green {
    width: 100%;
    padding: 16rem 12rem 16rem;
  }
}
main.about_assembling section#work_contents .inner .container > div.bg_green_flex .bg_green img {
  width: 100%;
}
main.about_assembling section#work_contents .inner .container > div.bg_green_flex .bg_green h5 {
  margin: 30rem 0 15rem;
  font-size: 22rem;
}
main.about_assembling section#work_contents .inner .container ul.box_flex {
  font-size: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30rem;
  margin: 40rem 0;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container ul.box_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.about_assembling section#work_contents .inner .container ul.box_flex li {
  height: 80rem;
  width: 280rem;
  background-color: #3A4644;
  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;
  text-align: center;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container ul.box_flex li {
    max-width: 280rem;
    width: 100%;
    margin: 0 auto;
  }
}
main.about_assembling section#work_contents .inner .container.liquid_adhesive .bg_green .list {
  gap: 60rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container.liquid_adhesive .bg_green .list {
    gap: 30rem;
  }
}
main.about_assembling section#work_contents .inner .container.liquid_adhesive .bg_green .list > div {
  width: 100%;
}
main.about_assembling section#work_contents .inner .container.liquid_adhesive .bg_green .list > div p {
  margin: 0 0 12rem;
}
main.about_assembling section#work_contents .inner .container.liquid_adhesive .bg_green .list > div ul {
  font-weight: 500;
}
main.about_assembling section#work_contents .inner .container.liquid_adhesive .bg_green .list img {
  display: block;
  width: 50%;
}
@media (max-width: 767px) {
  main.about_assembling section#work_contents .inner .container.liquid_adhesive .bg_green .list img {
    width: 100%;
  }
}
main.about_assembling section#corresponding_area .bg_green {
  width: 100%;
  margin: 80rem 0 60rem;
  padding: 40rem 40rem 37rem;
}
@media (max-width: 767px) {
  main.about_assembling section#corresponding_area .bg_green {
    padding: 20rem 15rem;
    margin: 60rem 0;
  }
}
main.about_assembling section#corresponding_area .bg_green a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
main.about_assembling section#corresponding_area .bg_green a:hover {
  opacity: 0.8;
}
main.about_assembling section#corresponding_area .bg_green a > div {
  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);
  background-image: url(../img/about_assembling_img15.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  max-width: 800rem;
  margin: 0 auto;
  padding: 40rem 0 56rem 60rem;
}
@media (max-width: 767px) {
  main.about_assembling section#corresponding_area .bg_green a > div {
    padding: 20rem 20rem 214rem;
    background-position: 50% 100%;
  }
}
main.about_assembling section#corresponding_area .bg_green a > div h4 {
  position: relative;
  padding-left: 57rem;
}
main.about_assembling section#corresponding_area .bg_green a > div h4::before {
  content: "";
  width: 45rem;
  height: 36rem;
  background-image: url(../img/icon_awesome-truck.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
main.about_assembling section#corresponding_area .bg_green a > div p {
  font-size: 14rem;
  margin: 17rem 0 20rem;
}
main.about_assembling section#corresponding_area .bg_green a > div dl {
  font-weight: 500;
}
main.about_assembling section#corresponding_area .bg_green a > div dl dt {
  font-size: 14rem;
  color: #fff;
  background-color: #058841;
  padding: 1rem 5rem;
  display: inline;
}
main.about_assembling section#corresponding_area .bg_green a > div dl dd {
  font-size: 17rem;
  margin-top: 5rem;
}
main.about_assembling section#corresponding_area .bg_green a > div img {
  display: block;
  height: 100%;
  margin: 0;
  width: 52%;
}
main.about_assembling section#corresponding_area .bg_green > p {
  text-align: center;
  margin-top: 15rem;
}
main.about_assembling section#corresponding_area .bg_green > p a {
  color: #058841;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
main.about_assembling section#corresponding_area .bg_green > p a:hover {
  opacity: 0.8;
}
main.about_assembling section#corresponding_area .container h3 {
  margin-bottom: 30rem;
}
@media (max-width: 767px) {
  main.about_assembling section#corresponding_area .container h3 {
    margin-bottom: 22rem;
  }
}

main.welding section#about_welding .inner > p {
  margin: 40rem 0 100rem;
}
@media (max-width: 767px) {
  main.welding section#about_welding .inner > p {
    margin: 30rem 0 70rem;
  }
}
main.welding section#about_welding .inner .container h3 {
  margin-bottom: 30rem;
}
@media (max-width: 767px) {
  main.welding section#about_welding .inner .container h3 {
    margin-bottom: 22rem;
  }
}
main.welding section#about_welding .inner .container > div.container_flex {
  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.welding section#about_welding .inner .container > div.container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.welding section#about_welding .inner .container > div.container_flex div {
  width: 52%;
}
@media (max-width: 767px) {
  main.welding section#about_welding .inner .container > div.container_flex div {
    width: 100%;
  }
}
main.welding section#about_welding .inner .container > div.container_flex img {
  width: 42%;
}
@media (max-width: 767px) {
  main.welding section#about_welding .inner .container > div.container_flex img {
    width: 100%;
  }
}
main.welding section#exhibition {
  padding: 100rem 120rem 0 120rem;
}
@media (max-width: 767px) {
  main.welding section#exhibition {
    padding: 50rem 0 60rem;
  }
}
main.welding section#exhibition .inner h3 {
  margin-bottom: 30rem;
}
@media (max-width: 767px) {
  main.welding section#exhibition .inner h3 {
    margin-bottom: 22rem;
  }
}
main.welding section#exhibition .inner .top_imgbox .welding_img02 {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
main.welding section#exhibition .inner .top_imgbox .top_imgbox_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2%;
}
main.welding section#exhibition .inner .top_imgbox .top_imgbox_flex .welding_img03 {
  width: 63.9%;
}
main.welding section#exhibition .inner .top_imgbox .top_imgbox_flex .welding_img04 {
  width: 35.9%;
}
main.welding section#exhibition .inner > p {
  margin: 70rem 0 100rem;
}
@media (max-width: 767px) {
  main.welding section#exhibition .inner > p {
    margin: 40rem 0 70rem;
  }
}
main.welding section#exhibition .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50rem;
}
@media (max-width: 767px) {
  main.welding section#exhibition .inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.welding section#exhibition .inner > ul li {
  width: 29%;
  text-align: center;
}
main.welding section#exhibition .inner > ul li img {
  width: 100%;
}
@media (max-width: 767px) {
  main.welding section#exhibition .inner > ul li {
    width: 100%;
  }
}

main.functionchecker section#functionchecker_production .inner > p:first-of-type {
  margin: 40rem 0 20rem;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_production .inner > p:first-of-type {
    margin: 30rem 0 10rem;
  }
}
main.functionchecker section#functionchecker_production .inner ul.functionchecker_flow {
  margin: 40rem 0 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16rem;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_production .inner ul.functionchecker_flow {
    margin: 30rem 0 70rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
  }
}
main.functionchecker section#functionchecker_production .inner ul.functionchecker_flow li {
  height: 120rem;
  width: 160rem;
  background-color: #3A4644;
  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;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_production .inner ul.functionchecker_flow li {
    height: 60rem;
    width: 100%;
  }
  main.functionchecker section#functionchecker_production .inner ul.functionchecker_flow li .pc {
    display: none;
  }
}
main.functionchecker section#functionchecker_production .inner ul.functionchecker_flow li::after {
  content: "";
  width: 21.2rem;
  height: 21.2rem;
  border-top: solid 1.5px #058841;
  border-right: solid 1.5px #058841;
  position: absolute;
  right: -22.5rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_production .inner ul.functionchecker_flow li::after {
    right: 50%;
    top: 110%;
    -webkit-transform: rotate(135deg) translateX(-50%);
            transform: rotate(135deg) translateX(-50%);
  }
}
main.functionchecker section#functionchecker_production .inner ul.functionchecker_flow li:last-child::after {
  content: none;
}
main.functionchecker section#functionchecker_production .inner .table_container {
  overflow: auto;
  margin: 40rem 0;
}
main.functionchecker section#functionchecker_production .inner .table_container table {
  width: 100%;
  overflow: scroll;
  border-spacing: 0;
  min-width: 768rem;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_production .inner .table_container table {
    min-width: 0;
  }
}
main.functionchecker section#functionchecker_production .inner .table_container table tbody tr th {
  background-color: #3A4644;
  border-bottom: solid 1rem #818987;
  width: 24%;
  color: #FFFFFF;
  padding: 12rem 0;
  font-size: 16rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_production .inner .table_container table tbody tr th {
    width: 25%;
  }
}
main.functionchecker section#functionchecker_production .inner .table_container table tbody tr td {
  background-color: #fff;
  border-bottom: solid 1rem #3A4644;
  border-right: solid 1rem #3A4644;
  padding: 12rem 52rem;
  font-size: 16rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_production .inner .table_container table tbody tr td {
    padding: 10rem;
  }
}
main.functionchecker section#functionchecker_production .inner .table_container table tbody tr:first-of-type td {
  border-top: solid 1rem #3A4644;
}
main.functionchecker section#functionchecker_production .inner .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_production .inner .img_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.functionchecker section#functionchecker_production .inner .img_flex img {
  max-width: 400rem;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_production .inner .img_flex img {
    width: 100%;
  }
}
main.functionchecker section#functionchecker_detail {
  padding-bottom: 120rem;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_detail {
    padding-bottom: 70rem;
  }
}
main.functionchecker section#functionchecker_detail .inner .container {
  margin-top: 100rem;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_detail .inner .container {
    margin-top: 60rem;
  }
}
main.functionchecker section#functionchecker_detail .inner .container h3 {
  margin-bottom: 30rem;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_detail .inner .container h3 {
    margin-bottom: 22rem;
  }
}
main.functionchecker section#functionchecker_detail .inner .container > p:nth-of-type(2) {
  margin: 20rem 0 40rem;
}
main.functionchecker section#functionchecker_detail .inner .container .bg_green {
  padding: 40rem 50rem;
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  main.functionchecker section#functionchecker_detail .inner .container .bg_green {
    padding: 16rem 12rem;
  }
}
main.functionchecker section#functionchecker_detail .inner .container .bg_green:last-of-type {
  margin-bottom: 40rem;
}
main.functionchecker section#functionchecker_detail .inner .container .bg_green .list ul li {
  margin-bottom: 15rem;
  font-size: 16rem;
  line-height: 1.75;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
main.functionchecker section#functionchecker_detail .inner .container .bg_green .list ul li::before {
  content: "■";
}

main.machining section#about_machining .inner > p {
  margin: 40rem 0 30rem;
}
@media (max-width: 767px) {
  main.machining section#about_machining .inner > p {
    margin: 30rem 0;
  }
}
main.machining section#about_machining .inner .container > div.container_flex {
  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.machining section#about_machining .inner .container > div.container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.machining section#about_machining .inner .container > div.container_flex div {
  width: 52%;
}
@media (max-width: 767px) {
  main.machining section#about_machining .inner .container > div.container_flex div {
    width: 100%;
  }
}
main.machining section#about_machining .inner .container > div.container_flex img {
  width: 42%;
}
@media (max-width: 767px) {
  main.machining section#about_machining .inner .container > div.container_flex img {
    width: 100%;
  }
}
main.machining section#example {
  padding: 100rem 120rem 0 120rem;
}
@media (max-width: 767px) {
  main.machining section#example {
    padding: 50rem 0 60rem;
  }
}
main.machining section#example .inner > p {
  margin: 30rem 0 60rem;
}
@media (max-width: 767px) {
  main.machining section#example .inner > p {
    margin: 22rem 0 60rem;
  }
}
main.machining section#example .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50rem;
}
@media (max-width: 767px) {
  main.machining section#example .inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.machining section#example .inner > ul li {
  width: 29%;
  text-align: center;
}
main.machining section#example .inner > ul li img {
  width: 100%;
}
@media (max-width: 767px) {
  main.machining section#example .inner > ul li {
    width: 100%;
  }
}

main.tweezers .img_box {
  text-align: center;
}
main.tweezers .img_box img {
  display: block;
}
main.tweezers .img_box p {
  font-size: 13rem;
}
main.tweezers section#tweezers_processing .inner .section_top_pattern {
  margin-bottom: 80rem;
}
@media (max-width: 767px) {
  main.tweezers section#tweezers_processing .inner .section_top_pattern {
    margin-bottom: 60rem;
  }
}
main.tweezers section#tweezers_processing .inner div.container {
  margin-bottom: 100rem;
}
@media (max-width: 767px) {
  main.tweezers section#tweezers_processing .inner div.container {
    margin-bottom: 60rem;
  }
}
main.tweezers section#tweezers_processing .inner div.container:last-of-type {
  margin-bottom: 0rem;
}
main.tweezers section#tweezers_processing .inner div.container h3 {
  margin-bottom: 30rem;
}
@media (max-width: 767px) {
  main.tweezers section#tweezers_processing .inner div.container h3 {
    margin-bottom: 22rem;
  }
}
main.tweezers section#tweezers_processing .inner div.container > div.container_flex {
  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.tweezers section#tweezers_processing .inner div.container > div.container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.tweezers section#tweezers_processing .inner div.container > div.container_flex div {
  width: 52%;
}
@media (max-width: 767px) {
  main.tweezers section#tweezers_processing .inner div.container > div.container_flex div {
    width: 100%;
  }
}
main.tweezers section#tweezers_processing .inner div.container > div.container_flex img {
  width: 42%;
}
@media (max-width: 767px) {
  main.tweezers section#tweezers_processing .inner div.container > div.container_flex img {
    width: 100%;
  }
}
main.tweezers section#tweezers_processing .inner div.container .img_box p {
  margin-top: 12rem;
}
main.tweezers section#tweezers_processing .inner div.container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60rem;
  margin: 60rem 0;
}
@media (max-width: 767px) {
  main.tweezers section#tweezers_processing .inner div.container > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.tweezers section#tweezers_processing .inner div.container > ul li {
  width: 42%;
}
main.tweezers section#tweezers_processing .inner div.container > ul li img {
  width: 100%;
}
@media (max-width: 767px) {
  main.tweezers section#tweezers_processing .inner div.container > ul li {
    width: 100%;
  }
}
main.tweezers section#tweezers_processing .inner div.container div.img_box img {
  width: 640rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main.tweezers section#tweezers_processing .inner div.container div.img_box img {
    width: 100%;
  }
}
main.tweezers section#point {
  padding-bottom: 0;
}
main.tweezers section#point .inner > p {
  margin: 40rem 0;
}
@media (max-width: 767px) {
  main.tweezers section#point .inner > p {
    margin: 30rem 0;
  }
}
main.tweezers section#point .inner .bg_green {
  padding: 40rem 50rem;
}
@media (max-width: 767px) {
  main.tweezers section#point .inner .bg_green {
    padding: 16rem 12rem;
  }
}
main.tweezers section#point .inner .bg_green ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30rem;
  margin-top: 21rem;
}
@media (max-width: 767px) {
  main.tweezers section#point .inner .bg_green ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.tweezers section#point .inner .bg_green ul li img {
  width: 100%;
}
@media (max-width: 767px) {
  main.tweezers section#point .inner .bg_green ul li {
    width: 100%;
  }
}

section#sale .inner > p {
  margin: 40rem 0;
}
@media (max-width: 767px) {
  section#sale .inner > p {
    margin: 30rem 0;
  }
}
section#sale .inner .container .container_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
}
@media (max-width: 767px) {
  section#sale .inner .container .container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#sale .inner .container .container_flex img {
  width: 52%;
}
@media (max-width: 767px) {
  section#sale .inner .container .container_flex img {
    width: 100%;
  }
}
section#sale .inner .container .container_flex > div {
  width: 43%;
}
@media (max-width: 767px) {
  section#sale .inner .container .container_flex > div {
    width: 100%;
  }
}
section#sale .inner .container .container_flex > div table {
  width: 100%;
  border-spacing: 0;
}
section#sale .inner .container .container_flex > div table tbody tr {
  text-align: center;
  font-size: 16rem;
  line-height: 1.75;
}
section#sale .inner .container .container_flex > div table tbody tr th {
  background-color: #3A4644;
  border-bottom: solid 1rem #818987;
  color: #FFFFFF;
  padding: 12rem 0;
  font-weight: normal;
  width: 32.5%;
}
section#sale .inner .container .container_flex > div table tbody tr td {
  background-color: #fff;
  border-bottom: solid 1rem #3A4644;
  border-right: solid 1rem #3A4644;
  padding: 12rem 0;
}
section#sale .inner .container .container_flex > div table tbody tr:first-of-type td {
  border-top: solid 1rem #3A4644;
}
section#sale .inner .container .container_flex > div table tbody tr:last-of-type th {
  border-bottom: solid 1rem #3A4644;
}
section#sale .inner .container .container_flex > div p {
  font-size: 13rem;
  margin-top: 15rem;
}/*# sourceMappingURL=assembling_others.css.map */