/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.flexbox .titlenavigation .local-mega-navigation-mobile .nav-mobile-bar {
  align-items: center;
  height: 22px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #globalheader .toggleMenu a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}

#browsebar-wrapper {
  background: #434343;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.5;
}

h2 span {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .table-scroll {
    overflow-y: scroll;
  }
}

.main-wrapper {
  width: 967px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .main-wrapper {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: inherit;
  }
}

#animation-slide-sp {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#animation-slide-sp li img {
  width: 100%;
}

.contact-area {
  padding: 75px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .contact-area {
    padding: 50px 0;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .contact-area img {
    width: 100%;
  }
}

.service-content {
  padding: 30px 0 50px;
  background: #f4f4ed;
  margin-bottom: 50px;
}

.service-content .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .service-content .ttl {
    font-size: 20px;
  }
}

.service-content .service-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.service-content .service-list .item {
  padding: 1px;
}

@media screen and (max-width: 640px) {
  .service-content .service-list .item {
    width: 50%;
  }
}

.service-content .service-list .item img {
  width: 320px;
  height: 94px;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .service-content .service-list .item img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  x_.service-content .service-list .item:nth-child(5) {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .service-content .btn-wrap img {
    width: 100%;
  }
}

.first-view {
  background-image: -webkit-linear-gradient(
    -45deg,
    #fff 25%,
    #dcdcdf 25%,
    #dcdcdf 50%,
    #fff 50%,
    #fff 75%,
    #dcdcdf 75%,
    #dcdcdf
  );
  background-size: 5px 5px;
  padding: 30px 0 40px;
  margin-top: 3px;
}

@media screen and (max-width: 640px) {
  .first-view {
    padding: 25px 0 120px;
    margin-bottom: 40px;
  }
}

.first-view .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .first-view .flex-wrap {
    flex-direction: column;
  }
}

.first-view .left .ttl {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .first-view .left .ttl {
    font-size: 24px;
  }
}

.first-view .left .sentence {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .first-view .left .sentence {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.first-view .img-wrap {
  margin-top: -50px;
}

@media screen and (max-width: 640px) {
  .first-view .img-wrap {
    margin-top: -30px;
  }
}

.first-view .img-wrap .img-ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: -20px;
}

.first-view .img-wrap img {
  width: 200px;
}

@media screen and (max-width: 640px) {
  .first-view .img-wrap img {
    margin: 0 auto;
  }
}

.comment {
  width: 635px;
  padding: 20px;
  border: 1px solid #929293;
  border-radius: 15px;
  margin-top: -20px;
  background-color: #fff;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .comment {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: -140px;
    margin-bottom: 50px;
  }
}

.comment .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.comment .sentence {
  font-size: 16px;
  line-height: 1.5;
}

.product {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .product {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .product h2 span {
    font-size: 20px;
  }
}

.product .ttl-sent {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 21px;
}

.product .flex-wrap {
  justify-content: space-between;
  display: flex;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap {
    flex-direction: column;
  }
}

.product .flex-wrap .item {
  width: 302px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.product .flex-wrap .item .sentence {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}

.product .flex-wrap .item .position-box {
  position: relative;
}

.product .flex-wrap .item .position-box img {
  width: 302px;
  height: 302px;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item .position-box img {
    width: 355px;
    height: 355px;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .product .flex-wrap .item .position-box img {
    width: 100%;
    height: auto;
  }
}

.product .flex-wrap .item .position-box .position-sentence {
  position: absolute;
  font-size: 24px;
  line-height: 1.3;
  left: 10px;
  bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item .position-box .position-sentence {
    font-size: 24px;
  }
}

.product .flex-wrap .item table {
  margin-top: 16px;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item table {
    margin-bottom: 40px;
    width: 100%;
  }
}

.product .flex-wrap .item table th {
  text-align: center;
  width: 150px;
  padding: 10px 0;
  background-color: #e7e5e4;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item table th {
    width: 177px;
  }
}

.product .flex-wrap .item table td {
  padding: 10px 0;
  border-top: 1px solid #000000;
}

.product .flex-wrap .item table .left {
  border-right: 1px solid #000000;
}

.product .flex-wrap .item:nth-child(2) .position-box {
  position: relative;
}

.product .flex-wrap .item:nth-child(2) .position-box img {
  width: 302px;
  height: 302px;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item:nth-child(2) .position-box img {
    width: 355px;
    height: 355px;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .product .flex-wrap .item:nth-child(2) .position-box img {
    width: 100%;
    height: auto;
  }
}

.product .flex-wrap .item:nth-child(2) .position-box .position-sentence {
  position: absolute;
  font-size: 24px;
  line-height: 1.3;
  left: 10px;
  bottom: 10px;
  color: #000000;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item:nth-child(2) .position-box .position-sentence {
    font-size: 24px;
  }
}

.lineup {
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .lineup {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .lineup {
    padding-bottom: 50px;
  }
}

.lineup table {
  margin-top: 16px;
  width: 483px;
  height: 144px;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .lineup table {
    width: 100%;
  }
}

.lineup table tr th {
  width: 161px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .lineup table tr th {
    width: 118px;
    font-size: 14px;
  }
}

.lineup table tr td {
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #a1a1a1;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .lineup table tr td {
    font-size: 14px;
  }
}

.lineup table tr td.last {
    line-height: 1.3;
    padding: 1px 0;
}

.lineup table tr td.last span {
    font-size: 12px;
}

.lineup table tr td:last-of-type {
    vertical-align: middle;
}

.lineup table tr .gray {
  background-color: #e7e5e4;
  line-height: 36px;
  height: 36px;
}

.lineup table tr .right {
  border-right: 1px solid #000000;
  vertical-align: middle;
}

.lineup table tr .first {
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #000000;
}

.lineup table tr .last {
  border-bottom: 1px solid #000000;
}

.lineup table tr .right-gray {
  border-right: 1px solid #a1a1a1;
}

.lineup .contact-text {
  text-align: right;
  width: 483px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .lineup .contact-text {
    width: 100%;
    margin-top: 5px;
  }
}

.lineup .back-img {
  position: absolute;
  z-index: 0;
  top: -190px;
  right: -30px;
}

.tungsten-wire {
  border-top: 1px solid #000000;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .tungsten-wire {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .tungsten-wire h2 {
    line-height: 1.5;
  }
}

@media screen and (max-width: 640px) {
  .tungsten-wire h2 span {
    font-size: 16px;
  }
}

.tungsten-wire .ttl-sent {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.tungsten-wire .asterisk {
  font-size: 12px;
  margin-bottom: 21px;
}

.tungsten-wire .ttl {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.tungsten-wire .sentence {
  font-size: 16px;
  line-height: 1.5;
}

.tungsten-wire .border-top {
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .tungsten-wire .border-top {
    border-top: 1px solid #cacbcb;
  }
}

.tungsten-wire .title {
  margin-top: 70px;
}

@media screen and (max-width: 640px) {
  .tungsten-wire .title {
    margin-top: 40px;
  }
}

.tungsten-wire table {
  width: 485px;
  height: 144px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .tungsten-wire table {
    width: 100%;
  }
}

.tungsten-wire table img {
  vertical-align: middle;
  padding-top: 3px;
}

@media screen and (max-width: 640px) {
  .tungsten-wire table img {
    padding-top: 20px;
  }
}

.tungsten-wire table th {
  line-height: 36px;
  height: 36px;
  text-align: center;
  border-bottom: 1px solid #000000;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .tungsten-wire table th {
    width: 119px;
    font-size: 14px;
  }
}

.tungsten-wire table td {
  width: 163px;
  text-align: center;
  line-height: 107px;
}

@media screen and (max-width: 640px) {
  .tungsten-wire table td {
    width: 119px;
    font-size: 14px;
  }
}

.tungsten-wire table .gray {
  background-color: #e7e5e4;
}

.tungsten-wire table .border-black {
  border-right: 1px solid #000000;
}

.tungsten-wire table .right {
  border-right: 1px solid #a1a1a1;
}

#browsebar.fix {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  min-width: 967px;
  margin: 0 auto;
  top: 0;
  z-index: 1000;
}

#browsebar.fix #browsebar-in {
  background-color: #434343;
}

/*# sourceMappingURL=TUNGSTEN-gokuboso.css.map */

.honyaku {
  width: 120px;
  height: 120px;
  /* background-color: #575757; */
  opacity: 0.8;
  display: block;
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
  /* clip-path: polygon(0 0, 100% 100%, 100% 0); */
  background: linear-gradient(to bottom left, #575757 50%, transparent 50%);
}

.honyaku-p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 25px;
  margin-left: 50px;
  line-height: 23px;
}
.honyaku-bottom {
  font-size: 13px;
}
.service-list>.bottom-left>a>img {
	width: 642px !important;
}