@charset "utf-8";

/* ほしいミシンを探す
--------------------------------*/

body.products_j #search .wrap,
body.products_j #format .wrap,
body.products_j #result .wrap {
  max-width: 1060px;
}

body.products_j #search .wrap,
body.products_j #format .wrap {
  position: relative;
  border-bottom: 2px solid #0074c5;
}

body.products_j #search .wrap::before,
body.products_j #format .wrap::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translatex(-50%);
  border: 13px solid transparent;
  border-top: 24px solid #FFF;
  z-index: 2;
}

body.products_j #search .wrap:after,
body.products_j #format .wrap::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translatex(-50%);
  border: 14px solid transparent;
  border-top: 26px solid #0074c5;
  z-index: 1;
}

body.products_j .tabs {
  margin-top: 34px;
}

body.products_j .tabs:before {
  z-index: -1;
  width: 100%;
  height: 350px;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #FFFFFF;
  content: "";
}

body.products_j .tab_item {
  /*4つの場合*/
/*  width: calc(1060px/4);*/
  
  /*2つの場合*/
  width: calc(1060px/2);
  
  height: 70px;
  background-color: #eeeeee;
  line-height: 52px;
  color: #0e57a2;
  padding: 10px 0 0;
  border-right: 1px solid #0e57a2;
  border-left: 1px solid #0e57a2;
  border-bottom: 2px solid #0e57a2;
  border-top: 2px solid #0e57a2;
  /*
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
*/
}

body.products_j .tab_item:nth-of-type(1),
body.products_j .tab_item:nth-of-type(2) {
  line-height: 1;
}

body.products_j .tab_item:nth-child(2) {
  border-left: 2px solid #0e57a2;
}

body.products_j .tab_item:nth-child(8) {
  border-right: 2px solid #0e57a2;
}

body.products_j .tab_item:last-of-type{
  border-right: 2px solid #0e57a2;
}

body.products_j .tab_item:hover {
  color: #fff;
  opacity: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.products_j .tab_item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background-color: #0e57a2;
  transition: all .2s;
  z-index: -1;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .4s;
}

body.products_j .tab_item:hover:before {
  width: 120%;
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

body.products_j .tab_label {
  width: 58%;
  height: auto;
  margin: 0 auto;
  font-size: 2rem;
}

body.products_j .tabs input:checked + .tab_item:hover {
  color: #0e57a2;
}

body.products_j .tabs input:checked + .tab_item:before {
  display: none;
}

body.products_j input[name="tab_item"] {
  display: none;
}

body.products_j .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  height: 350px;
  color: #0e57a2;
  width: 1060px;
  margin: 0 auto;
}

/*
#tab01:checked ~ #tab01_content, #tab02:checked ~ #tab02_content, #tab03:checked ~ #tab03_content, #tab04:checked ~ #tab04_content, #tab05:checked ~ #tab05_content, #tab06:checked ~ #tab06_content {
  display: block;
}
*/

body.products_j .tab_item span.cate {
  display: inline-block;
  border-bottom: none;
  font-size: 1.4rem;
  color: #fff;
  background: #0e57a2;
  margin-bottom: .2em;
  padding: .25em .8em;
}

.ie body.products_j .tab_item span.cate {
  padding: .4em .8em .1em;
  margin-bottom: .5em;
}

body.products_j .tabs input:checked + .tab_item {
  background-color: #ffffff;
  border-bottom: none;
}

body.products_j .tabs input:checked + .tab_item .tab_label {
  border-bottom: 5px dashed #007ac5;
  padding-bottom: 6px;
}

.ie body.products_j .tabs input:checked + .tab_item .tab_label {
  padding-bottom: 0px;
}

body.products_j .label_sm {
  font-size: 1.4rem;
  vertical-align: middle;
}

body.products_j .search .stitch {
  display: flex;
  padding: 35px 0 20px;
  flex-wrap: wrap;
  margin: 0;
}

body.products_j .search .stitch li {
  flex-basis: 12.3%;
}

body.products_j .search .stitch li a {
  display: block;
  border: 1px solid #dfdfdf;
  background: #fff;
}

body.products_j .search .stitch li a:hover {
  border: 1px solid #0e57a2;
}


body.products_j #format {
  padding-top: 30px;
}

body.products_j #format .format_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
  margin-bottom: 40px;
}

body.products_j #format .format_list .item {
  width: 12.25%;
  height: 132px;
}

body.products_j #format .format_list .item:not(:nth-child(7n)) {
  margin-right: 2.375%;
}

body.products_j #format .format_list .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  background: #fff;
  line-height: 1.2;
  color: #0e57a2;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  outline: 1px solid transparent;
  transition: opacity 0.3s;
}

body.products_j #format .format_list .item a:hover {
  opacity: .7;
  border: 1px solid #0e57a2;
}

body.products_j #result {
  padding: 30px 0 70px;
}

body.products_j #result .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

body.products_j #result .tbl thead th {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: .9em 0;
  background-color: #007ac5;
  border: 1px solid #c1c1c1;
  vertical-align: middle;
  line-height: 1.2;
}

body.products_j #result .tbl thead th:nth-child(1) {
  width: 16.4%;
}

body.products_j #result .tbl thead th:nth-child(2) {
  width: 13.6%;
}

body.products_j #result .tbl thead th:nth-child(3) {
  width: 6%;
}

body.products_j #result .tbl thead th:nth-child(4) {
  width: 7%;
}

body.products_j #result .tbl thead th:nth-child(5) {
  width: 8.3%;
}

body.products_j #result .tbl thead th:nth-child(6) {
  width: 7%;
}

body.products_j #result .tbl thead th:nth-child(7) {
  width: 11.6%;
}

body.products_j #result .tbl thead th:nth-child(8) {
  width: 6%;
}

body.products_j #result .tbl thead th:nth-child(9) {
  width: 14.6%;
}

body.products_j #result .tbl tbody tr td {
  font-size: 1.2rem;
  padding: 6px 5px;
  text-align: center;
  border: 1px solid #c1c1c1;
  color: #000;
  line-height: 1.2;
  vertical-align: middle;
}

body.products_j #result .tbl tbody tr td.series {
  color: #007ac5;
  font-size: 1.4rem;
  font-weight: bold;
}

body.products_j a[target="_blank"]:after{
	display: none!important;
}

body.products_j #result .tbl tbody tr.bg td:not(.img) {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px) {

  body.products_j #tab01:checked ~ #tab01_content,
  body.products_j #tab02:checked ~ #tab02_content,
  body.products_j #tab03:checked ~ #tab03_content,
  body.products_j #tab04:checked ~ #tab04_content,
  body.products_j #tab05:checked ~ #tab05_content,
  body.products_j #tab06:checked ~ #tab06_content {
    display: block;
  }

  body.products_j #format .swiper-button-prev,
  body.products_j #format .swiper-button-next,
  body.products_j #format .swiper-pagination {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  body.products_j .swiper .stetch {
    width: auto !important;
  }

  body.products_j .swiper-button-prev,
  body.products_j .swiper-button-next,
  body.products_j .swiper-pagination {
    display: none;
  }

  body.products_j .search .stitch {
    width: calc(100% + (0.99% * 2));
    margin-left: -0.99%;
  }

  body.products_j .search .stitch li {
    flex-basis: 12.3%;
    width: 132px !important;
    margin: 0 0.99% 20px !important;
  }
}

@media screen and (max-width: 1200px) {
  body.products_j .tab_item {
  /* 4つの場合 */
/*    width: 25%;*/
    
  /* 2つの場合 */
    width: 50%; 
  }
}

@media screen and (max-width: 1100px) {

  body.products_j #search .wrap,
  body.products_j #format .wrap,
  body.products_j #result .wrap {
    max-width: inherit;
  }

  body.products_j .tabs {
    margin-top: 26px;
  }

  body.products_j #search {
    margin-top: 0;
  }

  body.products_j .tabs:before {
    height: calc(100% - 65px);
  }

  body.products_j .tab_content {
    width: 100%;
    margin: 0 auto;
  }

  body.products_j .search .stitch {
    margin: 0 auto;
    padding: 35px 0;
    align-items: stretch;
    flex-wrap: wrap;
  }

  body.products_j .search .stitch li {
    flex-basis: auto;
    height: 132px;
    margin: 0;
  }

  body.products_j .search .stitch li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  body.products_j .swiper-container {
    width: 100%;
    padding: 0 3%;
  }

  body.products_j .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  body.products_j .swiper-button-next,
  body.products_j .swiper-button-prev {
    background-image: none;
    top: calc(50% - 8px);
    color: transparent;
  }

  body.products_j .swiper-button-next:hover,
  body.products_j .swiper-button-prev:hover {
    outline: none;
    border: none;
    background: none;
    color: transparent;
  }

  body.products_j .swiper-button-next {
    right: 0;
  }

  body.products_j .swiper-button-prev {
    left: 0;
  }

  body.products_j .swiper-button-next::after,
  body.products_j .swiper-button-prev::after {
    content: none;
  }

  body.products_j .swiper-button-next::before,
  body.products_j .swiper-button-prev::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  body.products_j .swiper-button-next::before {
    right: 6px;
    border-right: 4px solid #0074c5;
    border-top: 4px solid #0074c5;
  }

  body.products_j .swiper-button-prev::before {
    left: 6px;
    border-left: 4px solid #0074c5;
    border-bottom: 4px solid #0074c5;
  }

  body.products_j .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
  }

  body.products_j .swiper-button-next.swiper-button-disabled::before,
  .swiper-button-prev.swiper-button-disabled::before {
    border-color: #d1d0d0;
  }

  /*並び*/
  body.products_j .stitch li:nth-child(1) {
    order: 1 !important;
  }

  body.products_j .stitch li:nth-child(2) {
    order: 2 !important;
  }

  body.products_j .stitch li:nth-child(3) {
    order: 3 !important;
  }

  body.products_j .stitch li:nth-child(4) {
    order: 4 !important;
  }

  body.products_j .stitch li:nth-child(5) {
    order: 6 !important;
  }

  body.products_j .stitch li:nth-child(6) {
    order: 7 !important;
  }

  body.products_j .stitch li:nth-child(7) {
    order: 8 !important;
  }

  body.products_j .stitch li:nth-child(8) {
    order: 9 !important;
  }

  body.products_j .stitch li:nth-child(9) {
    order: 5 !important;
  }

  body.products_j .stitch li:nth-child(10) {
    order: 10 !important;
  }


  body.products_j #format .format_list .item {
    width: 17.5%;
    height: 0;
    padding-top: 17.5%;
    position: relative;
  }

  body.products_j #format .format_list .item a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  body.products_j #format .format_list .item:nth-child(5n) {
    margin-right: 0;
  }

  body.products_j #format .format_list .item:nth-child(n + 6) {
    margin-top: calc(12.5% / 4);
  }

  body.products_j #format .swiper-container {
    padding: 0;
  }

  /*ご希望のミシンはこちら*/
  body.products_j #result .table_cover {
    overflow-x: scroll;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  body.products_j #result .table_cover::-webkit-scrollbar {
    width: 100%;
    height: 8px;
  }

  body.products_j #result .table_cover::-webkit-scrollbar-thumb {
    background: #8c8c8c;
    border-radius: 4px;
  }

  body.products_j #result .table_cover::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  body.products_j #result .table_cover .tbl {
    width: 1060px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  body.products_j .tab_content {
    display: block;
    height: 0;
    visibility: hidden;
  }

  body.products_j #tab01:checked ~ #tab01_content,
  body.products_j #tab02:checked ~ #tab02_content,
  body.products_j #tab03:checked ~ #tab03_content,
  body.products_j #tab04:checked ~ #tab04_content,
  body.products_j #tab05:checked ~ #tab05_content,
  body.products_j #tab06:checked ~ #tab06_content {
    height: auto;
    visibility: visible;
  }

  body.products_j #format .format_list .item:not(:nth-child(5n)) {
    margin-right: calc(12.5% / 4) !important;
  }
}

@media screen and (max-width: 767px) {
  body.products_j .block .ttltype1 .jp {
    font-size: 4.8vw;
  }

  body.products_j .block .ttltype1 .ttl {
    width: 5.3vw;
    border-bottom: .8vw solid #e1e1e1;
    margin-bottom: 3vw;
  }

  body.products_j .block .ttltype1 .ttl:before {
    bottom: -.8vw;
    width: 2.65vw;
    border-bottom: .8vw solid #007db9;
  }

  body.products_j #search .wrap,
  body.products_j #format .wrap,
  body.products_j #result .wrap {
    width: 100%;
    padding: 0 3% 13%;
  }

  body.products_j #search .wrap::before,
  body.products_j #format .wrap::before {
    bottom: -4.5vw;
    left: 50%;
    border: 1.7vw solid transparent;
    border-top: 3.2vw solid #FFF;
  }

  body.products_j #search .wrap:after,
  body.products_j #format .wrap::after {
    bottom: -5.3vw;
    border: 1.8vw solid transparent;
    border-top: 3.4vw solid #0074c5;
  }

  /*
	 .swiper-button-prev,.swiper-button-next,.swiper-pagination{
    display: none;
  }
*/
  body.products_j #search {
    padding: 0;
  }

  body.products_j .tabs:before {
    display: none;
  }

  body.products_j .tabs .wrap {
    width: 100%;
  }

  body.products_j .tab_item,
  body.products_j .tab_label {
    width: 100%;
  }

  body.products_j .tab_item {
    width: 100%;
    margin: 0 auto;
    float: none;
    background: #eeeeee;
    border: none;
    text-align: left;
    padding: 0 4%;
    height: 12vw;
    line-height: 12vw;
    margin-bottom: 0;
    margin-top: 1%;
    position: relative;
    display: flex;
    align-items: center;
  }

  body.products_j .tab_item:nth-of-type(1) .tab_label,
  body.products_j .tab_item:nth-of-type(2) .tab_label {
    line-height: 12vw;
  }

  body.products_j .tab_item:nth-child(2) {
    border-left: none;
  }

  body.products_j .tab_item:nth-child(8),
  body.products_j .tab_item:last-of-type{
    border-right: none;
  }

  body.products_j .tab_item span.cate {
    font-size: 2.8vw;
    padding: .4em .5em;
    display: block;
    margin: 0 .5em 0 0;
    width: auto;
    white-space: nowrap;
  }

  /*
	.tab_item:nth-child(8){
		margin-bottom: 8%;
	}
*/
  body.products_j .tabs input:checked + body.products_j .tab_item .tab_label {
    border-bottom: none;
  }

  body.products_j .tabs input:checked + .tab_item {
    background: #eeeeee;
  }

  body.products_j .tabs input:checked + .tab_item:before {
    display: block;
  }

  body.products_j .tab_item:before,
  body.products_j .tab_item:after {
    content: "";
    display: inline-block;
    background: #0e57a2;
    position: absolute;
    margin: 0;
    left: auto;
    transition: transform .3s ease;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    z-index: 1;
  }

  body.products_j .tab_item:before {
    width: 5.2vw !important;
    height: .8vw;
    right: 4%;
  }

  body.products_j .tab_item:hover:before {
    transform: translateY(-50%);
  }

  body.products_j .tab_item:after {
    height: 5.2vw;
    width: .8vw;
    right: 5.8vw;
  }

  body.products_j .tab_item:hover {
    overflow: visible;
    color: #0e57a2;
  }

  body.products_j .tab_item.acd-open:after {
    transform: translateY(-50%) rotate(90deg);
  }

  body.products_j .tab_label {
    height: 100%;
    font-size: 4.8vw;
  }

  body.products_j .tabs input:checked + .tab_item .tab_label {
    border-bottom: none;
    padding-bottom: none;
  }

  body.products_j .label_sm {
    font-size: 3.46vw;
  }

  body.products_j .tab_content {
    height: auto;
  }

  body.products_j .tab_content_wrap {
    visibility: hidden;
    height: 0;
    width: 100%;
    background: #eeeeee;
    transition: .3s all;
  }

  body.products_j .tab_content_wrap.visible {
    height: auto;
    visibility: visible;
  }

  body.products_j .tab_content_wrap .tab_content {
    display: block;
  }

  body.products_j .search .stitch {
    padding: 2% 0 12vw;
  }

  body.products_j .search .stitch li img {
    width: auto;
    vertical-align: middle;
  }

  body.products_j .search .stitch li {
    margin-bottom: 15px !important;
    height: auto;
  }

  body.products_j .swiper-button-next,
  body.products_j .swiper-button-prev {
    width: 6vw;
    height: 6vw;
    top: auto;
    bottom: 6vw;
    margin: 0;
  }

  body.products_j .swiper-button-next {
    right: 26%;
  }

  body.products_j .swiper-button-prev {
    left: 26%;
  }

  body.products_j .swiper-button-next::before,
  body.products_j .swiper-button-prev::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  body.products_j .swiper-button-next::before {
    right: 2vw;
    border-right: .8vw solid #0074c5;
    border-top: .8vw solid #0074c5;
  }

  body.products_j .swiper-button-prev::before {
    left: 2vw;
    border-left: .8vw solid #0074c5;
    border-bottom: .8vw solid #0074c5;
  }

  body.products_j .button_line {
    position: absolute;
    width: .5vw;
    height: 6vw;
    background: #d1d0d0;
    bottom: 6vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  body.products_j #format {
    padding-top: 10vw;
  }

  body.products_j #format .wrap {
    padding-bottom: 3%;
  }

  body.products_j #format .format_list {
    margin-top: 0;
    margin-bottom: 14vw;
  }

  body.products_j #format .format_list .item {
    padding-top: 21.9%
  }

  body.products_j #format .format_list .item:not(:nth-child(7n)) {
    margin-right: 2.375%;
  }

  body.products_j #format .format_list .item a {
    font-size: 2.6vw;
  }

  /*
	#format .swiper-button-next,#format  .swiper-button-prev{
		bottom: -10%
	}
*/

  /*ご希望のミシンはこちら*/
  body.products_j #result {
    padding: 10% 0 0;
  }

  body.products_j #result .tbl {
    margin-top: 0;
  }

  body.products_j #result .tbl thead th {
    font-size: 3.7vw;
  }

  body.products_j #result .tbl tbody tr td,
  body.products_j #result .tbl tbody tr td.series {
    font-size: 3.7vw;
  }

  body.products_j #result .table_cover {
    padding-bottom: 2vw;
    margin-bottom: 0;
  }

  body.products_j #result .table_cover::-webkit-scrollbar {
    width: 100%;
    height: 3.4vw;
  }

  body.products_j #result .table_cover::-webkit-scrollbar-thumb {
    background: #8c8c8c;
    border-radius: 1.7vw;
  }

  body.products_j #result .table_cover::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1.7vw;
  }
}


/*apparel*/

body.apparel #sec01 {
  padding-bottom: 15px;
}

body.apparel #sec01 .wrap {
  max-width: 1060px;
}

body.apparel .apparel_list ul {
  margin: 0 -1%;
}

body.apparel .apparel_list ul li {
  margin: 0 1% 35px;
  flex-basis: 23%;
}

body.apparel .apparel_list ul li a {
  display: block;
}

body.apparel .apparel_list .img {
  margin-bottom: 10px;
}

body.apparel .apparel_list .ttl {
  color: #007ac5;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

body.apparel .apparel_list ul li a:hover .ttl {
  opacity: 0.7;
}

/*needle_lock*/

body.needle_lock #sec01 .wrap {
  max-width: 1060px;
}

body.needle_lock .product_list ul {
  margin: 0 -1.3%;
}

body.needle_lock .product_list ul li {
  /*	margin: 0 1.3% 65px;*/
  margin: 0 1.65% 65px;
  flex-basis: 30%;
}

body.needle_lock .product_list .ttl {
  color: #007ac5;
  font-size: 2rem;
  margin: 15px 0 10px;
  line-height: 1.4;
  font-weight: bold;
}

body.needle_lock .product_list .subttl {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

body.needle_lock .product_list .txt {
  line-height: 1.7;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  color: #000000;
}

/*
body.needle_lock .product_list a {
	position: relative;
	padding-left: 1.2em;
	color: #007ac5;
	font-size: 1.4rem;
	font-weight: bold;
}

body.needle_lock .product_list a:hover {
	opacity: 0.7;
}

body.needle_lock .product_list a:after {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	margin-right: 4px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #007ac5;
	border-right: 2px solid #007ac5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ie body.needle_lock .product_list a:after {
	margin-top: -6px;
}
*/
body.needle_lock .product_list a .link {
  position: relative;
  padding-left: 1.2em;
  color: #007ac5;
  font-size: 1.4rem;
  font-weight: bold;
}

body.needle_lock .product_list ul li a {
  display: block;
  transition: opacity 0.3s;
}

body.needle_lock .product_list ul li a:hover img {
  opacity: 1;
}

body.needle_lock .product_list ul li a:hover {
  opacity: 0.7;
}

/*body.needle_lock .product_list a .link:hover {
	opacity: 0.7;
}*/

body.needle_lock .product_list a .link:after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  margin-right: 4px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #007ac5;
  border-right: 2px solid #007ac5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*model*/

body.model .unker_wrap {
  padding-bottom: 50px;
}

body.model .unker_wrap .wrap {
  max-width: 1060px;
}

body.model .unker_wrap .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

body.model .unker_wrap .unker_box {
  background-color: #eeeeee;
}

body.model .unker_wrap .unker_box ul li {
  padding: 10px 0;
  flex-basis: 25%;
}

.ie body.model .unker_wrap .unker_box ul li {
  padding-top: 15px;
}

body.model .unker_wrap .unker_box ul li a {
  font-size: 1.3rem;
  padding-left: 1.5em;
  position: relative;
  display: block;
  margin-left: 15px;
  color: #000000;
}

body.model .unker_wrap .unker_box ul li a:hover {
  opacity: 0.7;
}

body.model .unker_wrap .unker_box ul li a:after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #007ac5;
  border-right: 2px solid #007ac5;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ie body.model .unker_wrap .unker_box ul li a:after {
  margin-top: -7px;
}

body.model .unker_wrap .unker_box + .ttl {
  margin-top: 20px;
}

body.model .list_wrap .wrap {
  max-width: 1060px;
}

.ie body.model .list_wrap .labelttl {
  padding-top: 15px;
}

body.model .list_wrap .labelttl span.cate {
  font-size: 1.4rem;
  margin-right: 15px;
}

body.model .list_wrap .list {
  padding-bottom: 50px;
}

body.model .list_wrap .list ul {
  margin: 0 -1%;
}

body.model .list_wrap .list ul li {
  margin: 15px 1% 0;
  flex-basis: 23%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

.ie body.model .list_wrap .list ul li {
  padding-bottom: 10px;
}

body.model .list_wrap .list ul li:nth-child(-n+4) {
  margin-top: 0px;
}

body.model .list_wrap .list ul li a {
  color: #007ac5;
  font-size: 1.4rem;
  margin: 0 20px;
  display: block;
  line-height: 1.3;
}

body.model .list_wrap .list ul li a:hover {
  opacity: 0.7;
}

body.model .category_wrap {
  margin-top: 50px;
}

/*alldocument*/

body.alldocument #sec01 .wrap {
  max-width: 1060px;
}

body.alldocument #sec01 .labelttl {
  margin-top: 40px;
}

body.alldocument #sec01 .labelttl.black {
  margin-top: 100px;
  margin-bottom: 50px;
}

body.alldocument .select_area {
  border-top: 1px solid #dddddd;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}

body.alldocument .select_area p {
  color: #000000;
}

body.alldocument .select_area > ul {
  align-items: center;
}

body.alldocument .select_area > ul > li {
  position: relative;
}

body.alldocument .select_area .genre {
  flex-basis: 24.5%;
}

body.alldocument .select_area .category {
  flex-basis: 37.75%;
}

body.alldocument .select_area .search {
  flex-basis: 37.75%;
}

body.alldocument .select_area > ul > li + li:before {
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #eeeeee;
  content: "";
}

body.alldocument .select_area .inner {
  padding: 10px 60px;
}

body.alldocument .select_area .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

body.alldocument .select_area .position {
  position: relative;
  z-index: 0;
}

body.alldocument .select_area .genre .inner {
  padding: 0 0 0 50px;
}

body.alldocument .select_area .genre ul li {
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
  display: flex;
  align-items: center;
}

/*body.alldocument .select_area .genre input[type="radio"] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: radio;
  box-sizing: border-box;
  margin-right: 5px;
  padding: initial;
  border: initial;
}
.ie body.alldocument .select_area .genre input[type="radio"] {
  margin-top: -5px;
}*/

body.alldocument .select_area .genre input[type="radio"] {
  display: none;
}

body.alldocument .select_area .genre input[type="radio"] + span {
  padding-left: 25px;
  position: relative;
}

body.alldocument .select_area .genre input[type="radio"] + span::before,
body.alldocument .select_area .genre input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto 0;
  border-radius: 50%;
}

body.alldocument .select_area .genre input[type="radio"] + span::before {
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(35, 35, 35, 0.5);
  border-radius: 50%;
  background: linear-gradient(#ffffff, #e3e3e3);
}

body.alldocument .select_area .genre input[type="radio"]:checked + span {
  color: linear-gradient(#000000, #ededed);
}

body.alldocument .select_area .genre input[type="radio"]:checked + span::after {
  left: 6px;
  width: 4px;
  height: 4px;
  background: linear-gradient(#000000, #ededed);
}

.ie body.alldocument .select_area .genre input[type="radio"]:checked + span::after {}

body.alldocument .select_area .category select {
  background-color: #eeeeee;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 10px;
  position: relative;
}

.ie body.alldocument .select_area .category select {
  padding-bottom: 5px;
}

body.alldocument .select_area .category .position:before,
body.alldocument .select_area .category .position:after {
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  content: "";
  vertical-align: middle;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body.alldocument .select_area .category .position:before {
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #5c5c5c;
}

body.alldocument .select_area .search .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

body.alldocument .select_area .search .icon img {
  display: block;
  width: 20px;
  height: 20px;
}

body.alldocument .select_area .search input {
  background-color: #eeeeee;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 10px;
}

body.alldocument .select_area .search input[type="text"]::placeholder {
  font-size: 1.3rem;
  color: #666666;
}

body.alldocument .catalog_box {}

body.alldocument .catalog_box p {
  color: #000000;
  font-size: 1.4rem;
}

body.alldocument .catalog_box > ul.col2 {
  margin: 0 -2%;
}

body.alldocument .catalog_box > ul.col2 > li {
  flex-basis: 46%;
  margin: 0 2%;
}

body.alldocument .catalog_box .list {}

body.alldocument .catalog_box .list li {
  padding: 10px 20px;
  border-bottom: 1px solid #dddddd;
  align-items: center;
  justify-content: space-between;
}

body.alldocument .catalog_box .list li > p {
  width: 52%;
}

.ie body.alldocument .catalog_box .list li {
  padding-bottom: 8px;
}

body.alldocument .catalog_box .list li:first-of-type {
  border-top: 1px solid #dddddd;
}

body.alldocument .catalog_box .btn {}

body.alldocument .catalog_box .btn + .btn {
  margin-left: 10px;
}

body.alldocument .catalog_box .btn a {
  color: #FFFFFF;
  min-width: 100px;
  padding: 10px 0;
  display: block;
  text-align: center;
  letter-spacing: -0.04em;
}

.ie body.alldocument .catalog_box .btn a {
  padding: 12px 0 6px;
}

/*
body.alldocument .catalog_box .btn a:hover {
  opacity: 0.7;
}
*/

body.alldocument .catalog_box .btn.dl a {
  background-color: #007ac5;
}

body.alldocument .catalog_box .btn.detail a {
  background-color: #333333;
}

body.alldocument .catalog_box .btn.dl a:hover {
  background-color: #333333;
}

body.alldocument .catalog_box .btn.detail a:hover {
  background-color: #007ac5;
}

body.alldocument .link {
  padding: 70px 0 60px;
  text-align: center;
  font-size: 1.4rem;
}

body.alldocument .link a {
  color: #007ac5;
}

body.alldocument .link a:hover {
  opacity: 0.7;
}


#maincontainer #main p,
#maincontainer #main li,
body.center_j #sec01 p,
body.center_j #sec01 li {
  color: #000;
}

/*ショールームのご案内*/

body.center_j #sec01 p {
  font-size: 1.4rem;
  line-height: 2;
}

body.center_j #sec01 p:not(.btnstyle01) a {
  color: #0e57a2;
  text-decoration: underline;
}

body.center_j .lead .img {
  margin-bottom: 25px;
}

body.center_j .labelttl {
  margin: 50px 0 30px;
}

body.center_j .ttltype4 {
  margin: 30px 0 20px;
}

body.center_j .user_data {
  justify-content: space-between;
}

body.center_j .user_data dl {
  display: flex;
  border: 2px solid #666666;
}

body.center_j .user_data dt {
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  background: #666666;
  padding: .5em 1.8em;
  line-height: 1.5;
}

body.center_j .user_data dd {
  font-weight: bold;
  font-size: 1.4rem;
  padding: .7em 1.5em;
  line-height: 1.5;
}

body.center_j .btnstyle01 {
  margin-top: 30px;
}

body.center_j .btn_list {
  justify-content: center;
}

body.center_j .btn_list .btnstyle01 {
  margin-bottom: 0;
}

body.center_j .btn_list .btnstyle01 + .btnstyle01 {
  margin-left: 20px;
}

body.center_j .btn_list .btnstyle01 a {
  width: 360px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-size: 1.6rem;
}

body.center_j .tbl_style01 th {
  width: 20%;
}

body.center_j .g_map {
  width: 100%;
  height: 394px;
  margin-bottom: 30px;
}

body.center_j .g_map iframe {
  width: 100%;
  height: 100%;
}


/*縫製工場向け設備*/
body.forsewingfactorie #sec01 {
  margin-bottom: 70px;
}

body.forsewingfactorie #sec01 .wrap {
  max-width: 1060px;
}

body.forsewingfactorie #sec01 p {
  font-size: 1.4rem;
  line-height: 2;
}

body.forsewingfactorie #sec01 p:not(.btnstyle01) a {
  color: #0e57a2;
  text-decoration: underline;
}

body.forsewingfactorie #sec01 p span {
  display: inline-block;
}

body.forsewingfactorie .lead .img {
  margin-bottom: 25px;
}

body.forsewingfactorie .labelttl {
  margin: 50px 0 30px;
}

body.forsewingfactorie .ttltype4 {
  margin: 30px 0 20px;
}

body.forsewingfactorie #sec01 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.forsewingfactorie #sec01 .box .img {
  width: 48%;
}

body.forsewingfactorie #sec01 .box .txt {
  width: 50%;
  padding-right: 1em;
}

body.forsewingfactorie #sec01 .imgbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

body.forsewingfactorie #sec01 .imgbox .img {
  width: 48%;
}

body.forsewingfactorie #sec01 dl {
  display: flex;
}

body.forsewingfactorie #sec01 dl dt,
body.forsewingfactorie #sec01 dl dd {
  font-size: 1.4rem;
  line-height: 2;
}

body.forsewingfactorie #sec01 dl dt {
  flex-shrink: 0;
}


/*縫製工場向け衛生管理用品*/
body.hygiene #sec01 {
  margin-bottom: 70px;
}

body.hygiene #sec01 .wrap {
  max-width: 1060px;
}

body.hygiene #sec01 p {
  font-size: 1.4rem;
  line-height: 2;
}

body.hygiene .lead .img {
  margin-bottom: 25px;
}

body.hygiene .labelttl {
  margin: 50px 0 30px;
}

body.hygiene .ttltype3 {
  margin-left: 0;
}

body.hygiene .ttltype4 {
  margin: 30px 0 20px;
}

body.hygiene #sec01 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.hygiene #sec01 .box .img01 {
  width: 23.8%;
}

body.hygiene #sec01 .box .img02 {
  width: 36.3%;
}

body.hygiene #sec01 .box .img03 {
  width: 34.16%;
}

body.hygiene #sec01 .img {
  margin-top: 30px;
}

body.hygiene #sec01 .img04{
  margin-top: 50px;
}

body.hygiene #sec01 .box02 {
  align-items: flex-start;
}

body.hygiene #sec01 .box02 .txtwrap {
  width: 50%;
  padding-right: 1em;
}

body.hygiene #sec01 .box02 .ttltype3 {
  margin-top: 0;
}

body.hygiene #sec01 .box02 .img05 {
  width: 48%;
  margin: 0;
}

body.hygiene #sec01 .box02 .img05 img {
  width:
}

body.hygiene .tb01 thead th:nth-child(1) {
  width: 20%;
}

body.hygiene .tb01 thead th:nth-child(2) {
  width: 21%;
}

body.hygiene .tb01 td {
  vertical-align: top;
}

body.hygiene .tb01 td.bg {
  background: #dae7eb;
  font-weight: 700;
}

body.hygiene .tb02 th {
  width: 240px;
}



body.hygiene #sec01 .list {
  margin-left: 1em;
}

body.hygiene #sec01 .list li {
  position: relative;
  line-height: 2;
  padding-left: 1.2em;
}

body.hygiene #sec01 .list li::before {
  content: "";
  width: .5em;
  height: .5em;
  background: #0e57a2;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .7em;
}

.ie body.hygiene #sec01 .list li::before {
  top: .55em;
}




/*不織布マスク製造設備*/
body.mask #sec01 {
  margin-bottom: 70px;
}

body.mask #sec01 .wrap {
  max-width: 1060px;
}

body.mask #sec01 p {
  font-size: 1.4rem;
  line-height: 2;
}

body.mask .lead .img {
  margin-bottom: 25px;
}

body.mask .labelttl {
  margin: 50px 0 30px;
}

body.mask .ttltype3 {
  margin-left: 0;
}

body.mask .ttltype4 {
  margin: 30px 0 20px;
}

body.mask .tb01 th {
  width: 210px;
}

body.mask #sec01 .list {
  margin-left: 1em;
}

body.mask #sec01 .list li {
  position: relative;
  line-height: 2;
  padding-left: 1.2em;
}

body.mask #sec01 .list li::before {
  content: "";
  width: .5em;
  height: .5em;
  background: #0e57a2;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .7em;
}

.ie body.mask #sec01 .list li::before {
  top: .55em;
}

body.mask #sec01 .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

body.mask #sec01 .box01 .txt {
  width: 50%;
  padding-right: 1em;
}

body.mask #sec01 .box01 .img {
  width: 48%;
}

body.mask #sec01 .box02 .img {
  width: 30.1%;
}

body.mask #sec01 .box02 {
  justify-content: flex-start;
}

body.mask #sec01 .box02 .movie_wrap {
  width: 48.5%;
  max-width: 515px;
  margin-left: 30px;
}

body.mask #sec01 .box02 .movie {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
}

body.mask #sec01 .box02 .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  left: 0;
  top: 0;
}

body.mask #sec01 .box03 .img {
  width: 32.08%;
}


body.mask #sec01 .box04 .img {
  width: 49.06%;
}


/*防護服製造設備*/
body.protection #sec01 {
  margin-bottom: 70px;
}

body.protection #sec01 .wrap {
  max-width: 1060px;
}

body.protection #sec01 p {
  font-size: 1.4rem;
  line-height: 2;
}

body.protection .lead .img {
  margin-bottom: 25px;
}

body.protection .labelttl {
  margin: 50px 0 30px;
}

body.protection .ttltype3 {
  margin-left: 0;
}

body.protection .ttltype4 {
  margin: 30px 0 20px;
}

body.protection .tb01 th {
  width: 210px;
}

body.protection #sec01 .list {
  margin-left: 1em;
}

body.protection #sec01 .list li {
  position: relative;
  line-height: 2;
  padding-left: 1.2em;
}

body.protection #sec01 .list li::before {
  content: "";
  width: .5em;
  height: .5em;
  background: #0e57a2;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .7em;
}

.ie body.protection #sec01 .list li::before {
  top: .55em;
}

body.protection #sec01 dl {
  display: flex;
  flex-wrap: wrap;
}

body.protection #sec01 dl dt,
body.protection #sec01 dl dd {
  font-size: 1.4rem;
  line-height: 2;
}

body.protection #sec01 dl dt {
  width: 5.5em;
}


body.protection #sec01 dl dd {
  width: calc(100% - 5.5em);
}



@media screen and (max-width: 1100px) {

  /*apparel*/
  body.apparel #sec01 {
    padding-bottom: 45px;
  }

  body.apparel #sec01 .wrap {
    max-width: inherit;
  }

  body.apparel .apparel_list ul {
    margin: 0;
  }

  body.apparel .apparel_list ul li {
    margin: 0 0 35px;
    flex-basis: 32.6%;
  }

  body.apparel .apparel_list ul li + li {
    margin-left: 1.1%;
  }

  body.apparel .apparel_list ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  body.apparel .apparel_list .img,
  body.apparel .apparel_list .img img {
    width: 100%;
  }

  body.apparel .apparel_list .ttl {
    font-size: 1.3rem;
  }

  /*needle_lock*/
  body.needle_lock #sec01 .wrap {
    max-width: inherit;
  }

  body.needle_lock .product_list ul {
    margin: 0;
  }

  body.needle_lock .product_list ul li {
    margin: 0 1% 45px;
    flex-basis: 46.5%;
  }

  body.needle_lock .product_list ul li:nth-child(even) {
    margin-left: 4%;
  }

  body.needle_lock .product_list p,
  body.needle_lock .product_list p img {
    width: 100%;
  }

  body.needle_lock .back_btn a {
    width: 98%;
    max-width: inherit;
  }


  /*model*/
  body.model .unker_wrap .unker_box ul li {
    flex-basis: 50%;
  }

  body.model .unker_wrap .unker_box + .ttl {
    margin-top: 30px;
  }

  body.model .list_wrap .list ul li {
    flex-basis: 48%;
  }

  body.model .list_wrap .list ul li:nth-child(-n+4) {
    margin-top: 15px;
  }

  body.model .list_wrap .list ul li:nth-child(-n+2) {
    margin-top: 0;
  }

  /*alldocument*/
  body.alldocument .select_area .genre {
    flex-basis: 100%;
  }

  body.alldocument .select_area .genre ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  body.alldocument .select_area .genre .inner {
    padding-bottom: 20px;
    position: relative;
  }

  body.alldocument .select_area .genre .inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  body.alldocument .select_area .genre ul li + li {
    margin-left: 2.5em;
  }

  body.alldocument .select_area > ul > li:nth-child(2):before {
    display: none;
  }

  body.alldocument .select_area .category,
  body.alldocument .select_area .search {
    flex-basis: 50%;
  }

  body.alldocument .select_area .inner {
    padding: 20px 30px;
  }

  body.alldocument .catalog_box > ul.col2 {
    display: block;
    margin: 0;
  }

  body.alldocument .catalog_box > ul.col2 > li {
    margin: 0
  }

  body.alldocument .catalog_box .btn a,
  body.alldocument .catalog_box .btn.detail a {
    min-width: 120px;
  }

  body.alldocument .catalog_box ul > li + li .list li:first-of-type {
    border-top: none;
  }

  /*ショールームのご案内*/
  body.center_j .user_data {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  body.center_j .user_data dl {
    margin-right: 20px;
  }

  body.center_j .user_data dl.data2 {
    margin-right: 100px;
  }

  body.center_j .user_data dl.data_total {
    margin-top: 20px;
  }

  body.center_j .btn_list .btnstyle01 {
    width: 48%;
  }

  body.center_j .btn_list .btnstyle01 a {
    width: 100%;
    max-width: inherit;
  }

  .btnstyle01 a:after,
  .back_btn a:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  body.center_j .tbl_style01 th {
    width: 100px;
    text-align: center;
  }

  body.center_j .g_map {
    height: 270px;
  }

  body.center_j .btnstyle01 a {
    max-width: inherit;
    width: 98%;
    padding: 9px 0;
  }



  /*縫製工場向け設備*/
  body.forsewingfactorie #sec01 {
    margin-bottom: 50px;
  }

  body.forsewingfactorie #sec01 .wrap {
    max-width: inherit;
  }

  body.forsewingfactorie #sec01 .box {
    display: block;
    overflow: hidden;
  }

  body.forsewingfactorie #sec01 .box .img {
    width: 100%;
    margin-top: 20px;
  }

  body.forsewingfactorie #sec01 .box01 .img {
    margin-left: -4%;
  }

  body.forsewingfactorie #sec01 .box .txt {
    width: 100%;
    padding-right: 0;
  }

  body.forsewingfactorie #sec01 dl {
    margin-bottom: 1em;
  }

  body.forsewingfactorie #sec01 dl dt {
    flex-shrink: 1;
    width: 9em;
  }

  body.forsewingfactorie #sec01 dl dd {
    width: calc(100% - 9em);
  }





  /*縫製工場向け衛生管理用品*/
  body.hygiene #sec01 .wrap {
    max-width: inherit;
  }

  body.hygiene #sec01 .box02 {
    display: block;
  }

  body.hygiene #sec01 .box02 .txtwrap {
    width: 100%;
  }

  body.hygiene #sec01 .box02 .img05 {
    margin-top: 20px;
  }

  body.hygiene #sec01 .img {
    margin-top: 20px;
  }

  body.hygiene .tb01 thead th:nth-child(1) {
    width: 8em;
  }

  body.hygiene .tb01 thead th:nth-child(2) {
    width: 9em;
  }

  body.hygiene #sec01 .btnstyle01 a {
    max-width: 500px;
  }

  /*不織布マスク製造設備*/
  body.mask #sec01 .wrap {
    max-width: inherit;
  }

  body.mask #sec01 .box {
    margin-top: 20px;
  }

  body.mask #sec01 .box01 {
    display: block;
  }

  body.mask #sec01 .box01 .txt {
    width: 100%;
  }

  body.mask #sec01 .box01 .txt {
    width: 100%;
  }

  body.mask #sec01 .box01 .img {
    width: 70.7%;
    margin-top: 15px;
  }

  body.mask #sec01 .box02 .img {
    width: 37.2%;
  }

  body.mask #sec01 .box02 .movie_wrap {
    width: 59%;
    margin-left: 3.8%;
  }


  /*防護服製造設備*/

  body.protection #sec01 .wrap {
    max-width: inherit;
  }
}

@media screen and (max-width: 767px) {

  /*apparel*/
  body.apparel #sec01 {
    padding-bottom: 2vw;
  }

  body.apparel .apparel_list ul li {
    margin: 0 0 3vw;
    flex-basis: 49%;
  }

  body.apparel .apparel_list ul li + li {
    margin-left: 2% !important;
  }

  body.apparel .apparel_list ul li:nth-child(odd) {
    margin-left: 0 !important;
  }

  body.apparel .apparel_list .img {
    margin-bottom: 2vw;
  }

  body.apparel .apparel_list .ttl {
    font-size: 3.4vw;
  }

  body.model .category_wrap {
    margin-top: 2.7vw;
  }

  /*needle_lock*/
  body.needle_lock .product_list ul li {
    margin: 0 0 12vw;
    flex-basis: 100%;
  }

  body.needle_lock .product_list ul li:nth-child(even) {
    margin-left: 0;
  }

  body.needle_lock .product_list .ttl {
    font-size: 5.3vw;
    margin: .8em 0 .6em;
  }

  body.needle_lock .product_list .subttl {
    font-size: 4vw;
    margin-bottom: .8em;
  }

  body.needle_lock .product_list .txt {
    font-size: 3.7vw;
    margin-bottom: 1em;
  }

  body.needle_lock .product_list a {
    padding-left: 1em;
    font-size: 3.7vw;
  }

  body.needle_lock .product_list a:after {
    margin-top: -.8vw;
    margin-right: 0;
    width: 1.6vw;
    height: 1.6vw;
    border-top: .5vw solid #007ac5;
    border-right: .5vw solid #007ac5;
  }

  body.needle_lock .back_btn {
    margin-top: 0;
  }

  body.needle_lock .back_btn a {
    width: 100%;
  }

  /*model*/
  body.model .unker_wrap {
    padding-bottom: 6.6vw;
  }

  body.model .unker_wrap .wrap {
    max-width: inherit;
  }

  body.model .unker_wrap .ttl {
    font-size: 3.7vw;
    padding: .5em 4%;
    background: #eeeeee;
    position: relative;
    cursor: pointer;
    color: #007ac5;
    margin-bottom: 1vw;
  }

  body.model .unker_wrap .ttl:before,
  body.model .unker_wrap .ttl:after {
    content: "";
    display: inline-block;
    background: #007ac5;
    position: absolute;
    margin: 0;
    left: auto;
    transition: transform .3s ease;
    top: 50%;
    transform: translateY(-50%);
  }

  body.model .unker_wrap .ttl:before {
    width: 5.2vw;
    height: .8vw;
    right: 3.6vw;
  }

  body.model .unker_wrap .ttl:after {
    height: 5.2vw;
    width: .8vw;
    right: 5.8vw;
  }

  body.model .unker_wrap .ttl.acd-open:after {
    transform: translateY(-50%) rotate(90deg);
  }

  body.model .unker_wrap .unker_box {
    display: none;
  }

  body.model .unker_wrap .unker_box ul li {
    padding: .3em 0;
    flex-basis: 100%;
  }

  body.model .unker_wrap .unker_box ul li a {
    font-size: 3.46vw;
    padding-left: 1em;
    margin-left: 1em;
  }

  body.model .unker_wrap .unker_box ul li a:after {
    margin-top: -1vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: .2vw solid #007ac5;
    border-right: .2vw solid #007ac5;
  }

  body.model .unker_wrap .unker_box + .ttl {
    margin-top: 5.3vw;
  }

  body.model .list_wrap .labelttl {
    margin-bottom: 0;
  }

  body.model .list_wrap .labelttl span {
    display: inline-block;
    line-height: 1;
  }

  body.model .list_wrap .labelttl span.cate {
    font-size: 3.7vw;
    margin-right: .5em;
  }

  body.model .list_wrap .list {
    padding-bottom: 6.6vw;
  }

  body.model .list_wrap .list ul {
    margin: 0;
    display: block;
  }

  body.model .list_wrap .list ul li {
    margin: 3.6vw 0 0 !important;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 3.2vw;
  }

  .ie body.model .list_wrap .list ul li {
    padding-bottom: 10px;
  }

  body.model .list_wrap .list ul li a {
    font-size: 3.7vw;
    margin: 0 1em;
    display: block;
    line-height: 1.5;
  }

  /*alldocument*/
  body.alldocument #sec01 .wrap {
    max-width: inherit;
  }

  body.alldocument #sec01 .labelttl {
    margin: 10.6vw 0 3vw;
  }

  body.alldocument #sec01 .select_area + .labelttl {
    margin-top: 2vw;
  }

  body.alldocument .select_area {
    border-top: none;
    padding: 0;
    border-bottom: none;
  }

  body.alldocument .select_area > ul {
    display: block;
  }

  body.alldocument .select_area > ul > li + li:before {
    width: 100%;
    height: 1px;
  }

  body.alldocument .select_area > ul > li:nth-child(2):before {
    display: block;
  }

  body.alldocument .select_area .inner {
    padding: 5vw 3%;
  }

  body.alldocument .select_area .ttl {
    font-size: 3.87vw;
    margin-bottom: .2em;
  }

  body.alldocument .select_area .position {
    position: relative;
    z-index: 0;
  }

  body.alldocument .select_area .genre .inner {
    padding: 0 3% 5vw;
  }

  body.alldocument .select_area .genre .inner:after {
    display: none;
  }

  body.alldocument .select_area .genre ul li {
    width: 50%;
    font-size: 3.7vw;
  }

  body.alldocument .select_area .genre ul li + li {
    margin-left: 0;
  }

  body.alldocument .select_area .genre input[type="radio"] + span {
    padding-left: 1.1em;
  }

  body.alldocument .select_area .genre input[type="radio"] + span::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  body.alldocument .select_area .genre input[type="radio"]:checked + span::after {
    left: 1.1vw;
    width: 1.1vw;
    height: 1.1vw;
    top: .2vw;
  }

  body.alldocument .select_area .category select {
    font-size: 3.7vw;
    padding: .5em 2em .5em 1em;
    position: relative;
  }

  body.alldocument .select_area .category .position:before,
  body.alldocument .select_area .category .position:after {
    top: 0;
    right: 20%;
  }

  body.alldocument .select_area .category .position:before {
    box-sizing: border-box;
    width: 1.6vw;
    height: 1.6vw;
    border: 1.6vw solid transparent;
    border-left: 1.6vw solid #5c5c5c;
  }

  body.alldocument .select_area .search .icon {
    right: 1.4vw;
    margin-top: -2.5vw;
    z-index: 1;
  }

  body.alldocument .select_area .search .icon img {
    width: 5vw;
    height: 5vw;
  }

  body.alldocument .select_area .search input {
    font-size: 3.7vw;
    padding: .5em 2em .5em 1em;
    position: relative;
  }

  body.alldocument .select_area .search input[type="text"]::placeholder {
    font-size: 3.7vw;
  }

  body.alldocument .ttltype3 {
    padding-right: .5em;
    margin-bottom: 0;
    letter-spacing: -0.04em;
  }

  body.alldocument .catalog_box + .ttltype3 {
    margin-top: 1em;
  }

  body.alldocument .catalog_box p {
    font-size: 3.7vw;
  }

  body.alldocument .catalog_box > ul.col2 > li {
    display: block;
  }

  body.alldocument .catalog_box .list li {
    padding: 2.6vw 0 4vw;
    display: block;
  }

  body.alldocument .catalog_box .list li > p {
    /*	margin-left: 1em;
		margin-right: 1em;*/
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: .5em;
    width: 96%;
  }

  body.alldocument .catalog_box .btn {
    width: 48%;
  }

  body.alldocument .catalog_box .btn + .btn {
    margin-left: 4%;
  }

  body.alldocument .catalog_box .btn a {
    color: #3d7bc3;
    background: #fff;
    min-width: inherit;
    padding: 1.1em 0 .9em;
    border: 1px solid #3d7bc3;
    font-weight: bold;
  }

  body.alldocument .catalog_box .btn.dl a {
    background-color: #fff;
  }

  body.alldocument .catalog_box .btn.detail a {
    color: #333333;
    background-color: #fff;
    border: 1px solid #333333;
  }

  body.alldocument .catalog_box .btn.dl a:hover {
    background-color: #333333;
  }

  body.alldocument .catalog_box .btn.detail a:hover {
    background-color: #007ac5;
  }

  body.alldocument .catalog_box .btn.detail a:hover {
    background-color: #007ac5;
  }

  body.alldocument .link {
    padding: 9vw 0;
    font-size: 3.7vw;
    line-height: 1.7;
  }

  /*ショールームのご案内*/
  body.center_j #sec01 p {
    font-size: 3.4vw;
    line-height: 1.8;
  }

  body.center_j .lead .img {
    margin-bottom: 5.3vw;
  }

  body.center_j .labelttl {
    margin: 10vw 0 5vw;
  }

  body.center_j .ttltype4 {
    margin: 6vw 0 3.6vw;
  }

  body.center_j .user_data {
    display: block;
  }

  body.center_j .user_data dl {
    width: 100%;
    border-width: 1px;
  }

  body.center_j .user_data dl.data2 {
    margin-right: 0;
  }

  body.center_j .user_data dl.data_total {
    margin-top: 4.2vw;
  }

  body.center_j .user_data dl + dl {
    margin-top: 4.2vw;
  }

  body.center_j .user_data dt {
    font-size: 3.2vw;
    width: 36%;
    padding: .5em 1em;
    text-align: center;
  }

  body.center_j .user_data dd {
    font-size: 2.8vw;
  }

  body.center_j .btnstyle01 {
    margin-top: 6.4vw;
  }

  body.center_j .btn_list {
    display: block;
  }

  body.center_j .btn_list .btnstyle01 {
    margin-bottom: 0;
    width: 100%;
  }

  body.center_j .btn_list .btnstyle01 + .btnstyle01 {
    margin-left: 0;
    margin-top: 4vw;
  }

  body.center_j .btn_list .btnstyle01 a {
    width: 100%;
    font-size: 4vw;
    line-height: 1.3;
  }

  body.center_j .btn_list .btnstyle01 a::after {
    width: 1.2vw;
    height: 1.2vw;
    border-top: .3vw solid #fff;
    border-right: .3vw solid #fff;
  }

  body.center_j .tbl_style01 th,
  body.center_j .tbl_style01 td {
    display: block;
    width: 100%;
    line-height: 1.8;
  }

  body.center_j .tbl_style01 th {
    border-bottom: none;
    font-weight: normal;
    text-align: left;
    font-size: 3.7vw;
  }

  body.center_j .tbl_style01 td {
    border: none;
    padding: .6em 1em;
    font-size: 3.4vw;
  }

  body.center_j .g_map {
    height: 53vw;
    margin-bottom: 6vw;
  }

  /*縫製工場向け設備*/
  body.forsewingfactorie #sec01 {
    margin-bottom: 50px;
  }

  body.forsewingfactorie #sec01 p {
    font-size: 3.4vw;
    line-height: 1.8;
  }

  body.forsewingfactorie .lead .img {
    margin-bottom: 5.3vw;
  }

  body.forsewingfactorie .labelttl {
    margin: 10vw 0 5vw;
  }

  body.forsewingfactorie #sec01 .box .img {
    margin-top: 5vw;
  }

  body.forsewingfactorie #sec01 .box01 .img {
    margin-left: 0;
  }

  body.forsewingfactorie #sec01 .imgbox {
    display: block;
  }

  body.forsewingfactorie #sec01 .imgbox .img {
    width: 100%;
    margin-top: 5vw;
  }

  body.forsewingfactorie #sec01 dl {
    display: block;
    margin-bottom: 4vw;
  }

  body.forsewingfactorie #sec01 dl dt,
  body.forsewingfactorie #sec01 dl dd {
    font-size: 3.4vw;
    line-height: 1.8;
  }

  body.forsewingfactorie #sec01 dl dt {
    width: 100%;
  }

  body.forsewingfactorie #sec01 dl dd {
    width: 100%;
  }


  /*縫製工場向け衛生管理用品*/
  body.hygiene #sec01 {
    margin-bottom: 40px;
  }

  body.hygiene #sec01 p {
    font-size: 3.4vw;
    line-height: 1.8;
  }

  body.hygiene .lead .img {
    margin-bottom: 5.3vw;
  }

  body.hygiene .labelttl {
    margin: 10vw 0 5vw;
  }

  body.hygiene .ttltype3 {
    margin-left: 0;
    margin-bottom: .5em;
    padding-left: 0;
  }

  body.hygiene .ttltype4 {
    font-size: 4.8vw;
    margin: 1.5em 0 1em;
    padding: .4em 1em .2em;
  }


  body.hygiene #sec01 .box02 .img05 {
    margin-top: 3vw;
    width: 100%;
  }

  body.hygiene #sec01 .img {
    margin-top: 3vw;
  }

  body.hygiene .tb01 tbody td {
    border-right: none;
    border-left: none;
  }

  body.hygiene .tb01 tbody td:before {
    width: 8em;
    font-weight: 700;
  }


  body.hygiene .tb01 td.bg {
    background: none;
    font-weight: 500;
    border-top: 1px solid #dfdfdf;
  }

  body.hygiene .tb01 td.bg::before {
    background: #dae7eb;
  }

  body.hygiene .tb01 tr {
    border-bottom: 5.3vw solid #fff;
  }

  body.hygiene .tb01 tbody td .bt-content {
    padding: .7em 1em;
    font-size: 3.7vw;
  }
  
/*


  body.hygiene .tb01 tbody td:nth-child(1) .bt-content {
    padding: 0;
    font-size: 4.8vw;
  }

  body.hygiene .tb01 tbody td:nth-child(1) .bt-content::before {
    content: "：";
  }

  body.hygiene .tb01 tbody td:nth-child(1) {
    border: none;
    background: none;
    font-size: 4.8vw;
    padding: .4em 1em .2em;
    margin: 0 0 1.5em;
    border-bottom: 0.8vw solid #007ac5;
    color: #0e57a2;
    font-weight: bold;
    letter-spacing: -0.04em;
  }

  body.hygiene .tb01 tbody td:nth-child(1)::before {
    color: #0e57a2;
    display: inline;
    width: auto;
    border: none;
    background: none;
    padding: 0;
    font-size: 4.8vw;
  }
*/
  
  body.hygiene .tb01 tbody td:nth-child(1) .bt-content {
    padding: 0;
    font-size: 4.2vw;
  }

  body.hygiene .tb01 tbody td:nth-child(1) .bt-content::before {
    content: "：";
  }
    body.hygiene .tb01 tbody td:nth-child(1) {
    border: none;
    background: none;
    font-size: 4.2vw;
    margin-left: 0;
    margin-bottom: .5em;
    padding-left: 0;
    color: #0e57a2;
    font-weight: bold;
    letter-spacing: -0.04em;
  }

  body.hygiene .tb01 tbody td:nth-child(1)::before {
    color: #0e57a2;
    display: inline;
    width: auto;
    border: none;
    background: none;
    padding: 0;
    font-size: 4.2vw;
  }
  
  
  


  body.hygiene .tb02 th {
    width: 50%;
    padding-right: 0;
  }

  body.hygiene #sec01 .list li {
    font-size: 3.4vw;
  }

  body.hygiene #sec01 .list li::before {
    width: .6em;
    height: .6em;
    top: .65em;
  }

  body.hygiene #sec01 .btnstyle01 a {
    max-width: inherit;
  }


  /*不織布マスク製造設備*/
  body.mask #sec01 {
    margin-bottom: 40px;
  }

  body.mask #sec01 p {
    font-size: 3.4vw;
    line-height: 1.8;
  }

  body.mask .lead .img {
    margin-bottom: 5.3vw;
  }

  body.mask .labelttl {
    margin: 10vw 0 5vw;
  }

  body.mask .labelttl.pr0 {
    padding-right: 0;
  }

  body.mask .ttltype3 {
    margin-left: 0;
    margin-bottom: .5em;
    padding-left: 0;
  }

  body.mask .ttltype4 {
    font-size: 4.8vw;
    margin: 1.5em 0 1em;
    padding: .4em 1em .2em;
  }

  body.mask .tb01 th {
    width: 50%;
    padding-right: 0;
  }

  body.mask #sec01 .list li {
    font-size: 3.4vw;
  }

  body.mask #sec01 .list li::before {
    width: .6em;
    height: .6em;
    top: .65em;
  }

  body.mask #sec01 .box {
    display: block;
    margin-top: 4vw;
  }

  body.mask #sec01 .box .img {
    width: 100% !important;
  }

  body.mask #sec01 .box .img + .img {
    margin-top: 4vw;
  }

  body.mask #sec01 .box02 .img {
    width: 30.1%;
  }

  body.mask #sec01 .box02 .movie_wrap {
    width: 100%;
    max-width: inherit;
    margin-top: 4vw;
    margin-left: 0;
  }

  /*防護服製造設備*/
  body.protection #sec01 {
    margin-bottom: 40px;
  }

  body.protection #sec01 p {
    font-size: 3.4vw;
    line-height: 1.8;
  }

  body.protection .lead .img {
    margin-bottom: 5.3vw;
  }

  body.protection .labelttl {
    margin: 10vw 0 5vw;
  }

  body.protection .ttltype3 {
    margin: 1em 0 1em;
    padding-left: 0;
  }


  body.protection .ttltype4 {
    font-size: 4.8vw;
    margin: 1.5em 0 1em;
    padding: .4em 1em .2em;
  }

  body.protection .tb01 th {
    width: 8em;
  }

  body.protection #sec01 .list li {
    font-size: 3.4vw;
  }

  body.protection #sec01 .list li::before {
    width: .6em;
    height: .6em;
    top: .65em;
  }

  body.protection #sec01 dl dt,
  body.protection #sec01 dl dd {
    font-size: 3.4vw;
    line-height: 1.8;
  }

}

/*ios用*/

@media screen and (max-width: 767px) {

  body.alldocument .select_area .category select,
  body.alldocument .select_area .search input {
    font-size: 1.6rem !important;
    transform: scale(0.8125) !important;
    transform-origin: left center;
    width: 123%;
  }

  body.alldocument .select_area .category .position:before {
    top: 1.6vw;
    right: 3vw;
  }

  body.alldocument .select_area .search .icon {
    right: 3vw;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media (min-width:768px),
print {}

@media screen\0 {}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media (max-width: 767px) {}