@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@keyframes openmenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .contents-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .contents-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .contents-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .contents-sp {
    display: none !important;
  }
}

body {
  width: 100%;
  font-size: 14px;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Noto Sans JP";
}

a {
  color: #000000;
}

p {
  font-size: 14px;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.mb20 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 5vw;
  }
}
@media (min-width: 768px) {
  .mb-20 {
    margin-bottom: min(1.4285714286vw, 20px);
  }
}

.br_pc {
  display: block;
}

.br_tab {
  display: none;
}

.br_sp {
  display: none;
}

.br_1150 {
  display: none;
}

.pagetop {
  text-align: center;
  background-color: #004EA2;
  width: 200px;
  margin: 0 auto;
  transition: 0.3s;
}

.pagetop:hover {
  background-color: #BA0001;
}

.pagetop a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hover-ds {
  transition: 0.3s;
}

.hover-ds:hover {
  -webkit-box-shadow: 3px 3px 5px #767676;
  box-shadow: 3px 3px 5px #A7A7A7;
}

.hover-dss {
  transition: 0.3s;
}

.hover-dss:hover {
  -webkit-box-shadow: 1px 1px 5px #767676;
  box-shadow: 1px 1px 5px #A7A7A7;
}

.textcenter {
  text-align: center;
}

.textblue {
  color: #004EA2;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.w90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

#shadowbox {
  top: 0 !important;
}

/*スクロールバーの幅を変更する*/
#scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 2px;
  background: #fafafa;
}

#scrollbar::-webkit-scrollbar:horizontal {
  height: 2px;
}

#scrollbar::-webkit-scrollbar-button {
  display: none;
}

#scrollbar::-webkit-scrollbar-piece {
  background: #eee;
}

#scrollbar::-webkit-scrollbar-piece:start {
  background: #eee;
}

#scrollbar::-webkit-scrollbar-thumb {
  background: #333;
}

#scrollbar::-webkit-scrollbar-corner {
  background: #333;
}

/*---------------header----------------*/
.listpointer,
.sidenav a {
  text-decoration: none;
  transition: 0.3s;
  background-image: url(/img/nav_pointer-blue.png);
  background-position: 0% center;
  background-repeat: no-repeat;
  padding-left: 18px;
}

.listpointer:hover,
.sidenav a:hover {
  background-image: url(/img/nav_pointer-red.png);
}

/*---------------wrapper----------------*/
.title2wrap {
  font-size: 18px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.title2wrap:after {
  content: url(/img/h2bar.jpg);
  position: absolute;
  bottom: -10px;
  left: 266px;
}

.title2wrap h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-feature-settings: "palt";
}

.title2wrap p {
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
}

.dr-underline {
  border-bottom: thin solid #004EA2;
  position: relative;
  font-feature-settings: "palt";
}

.dr-underline:after {
  content: url(/img/h3bar.jpg);
  position: absolute;
  bottom: -8px;
  left: 0;
}

.sr-underline {
  border-bottom: thin solid #C71D1E;
}

.mainimg {
  text-align: center;
  position: relative;
  height: 280px;
  width: 100%;
}

.page-description {
  margin-bottom: 50px;
}

.pagenation {
  width: 100%;
}

.pagenation ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.pagenation ul li {
  list-style: none;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.pagenation ul li a,
.pagenation ul li.active {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  text-decoration: none;
  background-color: #dcdcdc;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 3px;
}

.pagenation ul li.active {
  color: #072C59;
}

.pagenation ul li a:hover {
  color: #004DA2;
}

/*---------------switchingnav----------------*/
.switching {
  color: #C71D1E;
  background-color: #EEEEEE;
  padding: 20px;
  margin-bottom: 50px;
}

.switching p {
  border-left: 6px solid #C71D1E;
  padding-left: 8px;
  line-height: 1.5;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.switching ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.switching ul li {
  list-style: none;
  font-size: 16px;
  border: thin solid #C71D1E;
  background-color: #FFFFFF;
}

.switching ul li a {
  color: #C71D1E;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  transition: 0.3s;
}

.switching-subwrap ul {
  display: block;
}

#about_safety {
  text-align: right;
  margin: 0 0 10px;
}

#about_safety a {
  text-decoration: none;
  color: #1262B2;
}

#about_safety a .fa {
  transition: 0.3s;
}

#about_safety a:hover .fa {
  font-size: 18px;
  font-weight: bold;
}

/*---------------sidenav----------------*/
.mainwrap {
  width: 1100px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.mainwrap-l {
  width: 72%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}

.mainwrap-r {
  width: 28%;
  float: right;
}

.sidenav {
  border: thin solid #dcdcdc;
  margin-bottom: 50px;
}

.sidenav h3 {
  text-align: center;
  border-bottom: 2px solid #004EA2;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0;
}

.sidenav ul {
  padding-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0;
  margin: 0;
}

.sidenav ul li {
  list-style: none;
  font-size: 14px;
  border-bottom: thin solid #DCDCDC;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.sidenav ul li:last-child {
  border-bottom-style: none;
}

.sidenav ul li a {
  text-decoration: none;
  font-feature-settings: "palt";
}

.sidenav ul li a span {
  color: #ba0004;
}

.sidenav_tg {
  display: none;
}

.sidenav ul {
  display: block;
}

/*---------------product----------------*/
#product .mainimg {
  background-image: url(../img/product/product-line_top.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

#product .mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  margin-left: -56px;
  margin-top: -21.5px;
  text-shadow: 2px 2px 10px #000000, 2px 2px 10px #000000;
}

.switching-sub {
  background-color: #EEEEEE;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  position: relative;
  margin-bottom: 30px;
}

.switching-subwrap {
  margin: 0;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border: thin solid #ffffff;
}

.switching-subwrap p {
  margin-top: 0;
  text-align: center;
  color: #333333;
  border-bottom: thin solid #FFFFFF;
  padding-bottom: 15px;
  font-size: 16px;
}

.switching-subwrap ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.switching-subwrap li {
  list-style: none;
  margin-right: 30px;
  border: thin solid #767676;
  background-color: #FFFFFF;
  transition: 0.3s;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.switching-subwrap li:hover {
  background-color: #C71D1E;
  border-color: #C71D1E;
}

.switching-subwrap li:hover a {
  color: #ffffff;
}

.switching-subwrap li a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
  padding: 5px;
  color: #767676;
}

.switching-subwrap a {
  vertical-align: middle;
}

.switching-subwrap a:hover i {
  color: #ffffff;
}

.switching-sub i.bigdesc {
  position: absolute;
  top: -40px;
  color: #C71D1E;
  font-size: 50px;
}

.switchnav_pc {
  display: block;
}

.switchnav_tg {
  display: none;
}

/*---------------event----------------*/
#event nav#mainmenu ul.dropmenu li.eventmenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#event .mainimg {
  background-image: url(../img/event/event_top.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

#event .mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  margin-left: -126px;
  margin-top: -21.5px;
  text-shadow: 2px 2px 10px #000000, 2px 2px 10px #000000;
}

#event .event-subimg {
  text-align: center;
  margin-bottom: 30px;
}

#event .eventtable {
  width: 100%;
}

#event .eventtable i {
  color: #909c2e;
  font-size: 18px;
}

#event .eventtable tr th {
  color: #FFFFFF;
  background-color: #072C59;
  padding-bottom: 10px;
  padding-top: 10px;
}

#event .eventtable tr td {
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 1.8em;
}

#event .eventtable tr th,
#event .eventtable tr td {
  border: 1px solid #DCDCDC;
  padding-left: 10px;
  padding-right: 10px;
}

#event .eventtable tr td:nth-child(1) {
  width: 25%;
  text-align: center;
  background-color: #EEEEEE;
}

#event .eventtable tr td:nth-child(2) {
  width: 15%;
  text-align: center;
  line-height: 1.4;
}

#event .eventtable tr td:nth-child(3) {
  width: 60%;
  padding-left: 20px;
}

#event .eventtable tr td:nth-child(3) span {
  color: #BA0001;
}

#event .eventtable tr td a {
  text-decoration: none;
  transition: 0.3s;
}

#event .eventtable tr td a:hover {
  text-decoration: underline;
  color: #767676;
}

/*---------------case----------------*/
#case.case_sr nav#mainmenu ul.dropmenu li.casemenu > a,
#case.video_case nav#mainmenu ul.dropmenu li.casemenu > a {
  background-image: url(/img/nav_pointer-blue.png);
}

#case.video_product nav#mainmenu ul.dropmenu li.moviemenu > a,
#case.case_video nav#mainmenu ul.dropmenu li.moviemenu > a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*#case nav#mainmenu ul.dropmenu li.casemenu ul li a {
	background-image: url(/img/nav_pointer-red.png);
}*/
#case nav#mainmenu ul.dropmenu li.casemenu ul li a:hover {
  background-image: url(/img/nav_pointer-blue.png);
}

#case .mainimg {
  background-image: url(../img/case/case_top.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

#case .mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  margin-left: -55.4px;
  margin-top: -21.5px;
  text-shadow: 2px 2px 10px #000000, 2px 2px 10px #000000;
}

/*---------------news----------------*/
#news .mainimg {
  background-image: url(../img/news/news_top.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

#news .mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  margin-left: -45.905px;
  margin-top: -21.5px;
  text-shadow: 2px 2px 10px #000000, 2px 2px 10px #000000;
}

/*---------------company----------------*/
#company .mainimg {
  background-image: url(../img/company/top/company-top01.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

#company .mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  margin-left: -56px;
  margin-top: -21.5px;
  text-shadow: 2px 2px 10px #000000, 2px 2px 10px #000000;
}

/*---------------recruit----------------*/
/*---------------support----------------*/
#support .mainimg {
  background-image: url(../img/support/support_top/support_top01.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

#support .mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  margin-left: -98px;
  margin-top: -21.5px;
  text-shadow: 2px 2px 10px #000000, 2px 2px 10px #000000;
}

/*---------------contact----------------*/
#contact nav#mainmenu ul.dropmenu li.contactmenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#contact nav#mainmenu ul.dropmenu li.contactmenu ul li a {
  background-image: url(/img/nav_pointer-red.png);
}

#contact nav#mainmenu ul.dropmenu li.contactmenu ul li a:hover {
  background-image: url(/img/nav_pointer-blue.png);
}

#contact .mainimg {
  background-image: url(../img/contact/contact_top.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

#contact .mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  margin-left: -70px;
  margin-top: -21.5px;
  text-shadow: 2px 2px 10px #000000, 2px 2px 10px #000000;
}

/*---------------other----------------*/
#other .mainimg {
  background-image: url(../img/other/other_top.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

#other .mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  margin-left: -42px;
  margin-top: -21.5px;
  text-shadow: 2px 2px 10px #000000, 2px 2px 10px #000000;
}

/*---------------program----------------*/
#program .mainimg {
  background-image: url(../img/program_dl/program_top.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

#program .mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  text-shadow: 2px 2px 10px #000000, 2px 2px 10px #000000;
  transform: translate(-50%, -50%);
  margin: 0;
}

/*---------------tekuteku----------------*/
#tekuteku nav#mainmenu ul.dropmenu li.casemenu > a {
  background-image: url(/img/nav_pointer-blue.png);
}

#tekuteku nav#mainmenu ul.dropmenu li.casemenu ul li:nth-child(3) a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*===============================================
●smart.css  画面の横幅が1400px以下
===============================================*/
@media screen and (max-width: 1400px) {
  /*.pc_right_line .right_top .bunner_line {
  	transform: translate(0,-50%);
  }*/
}
/*===============================================
●smart.css  画面の横幅が1150px以下
===============================================*/
@media screen and (max-width: 1150px) {
  .br_1150 {
    display: none;
  }
  /*---------------wrapper----------------*/
  .mainwrap {
    width: 90%;
    margin: 0 auto;
  }
  .mainimg {
    margin-bottom: 30px;
  }
  .title2wrap p {
    position: relative;
  }
  .title2wrap:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .switching ul li {
    margin-bottom: 20px;
  }
  .pagenation {
    margin-bottom: 30px;
  }
  .pagenation ul {
    padding-left: 0;
  }
  .pagenation ul li {
    margin-bottom: 20px;
  }
  #event .event-subimg img {
    width: 100%;
  }
  #event .eventtable {
    margin-bottom: 50px;
  }
  .br_1150 {
    display: block;
  }
  .switching ul {
    justify-content: flex-start;
  }
  .switching ul li {
    margin-right: 20px;
  }
  #srconnect.mainwrap,
  #product .mainwrap,
  #case .mainwrap,
  #event .mainwrap,
  #news .mainwrap,
  #company .mainwrap,
  #support .mainwrap,
  #contact .mainwrap,
  #other .contents {
    margin-top: 30px;
  }
}
/*===============================================
  画面の横幅1300px以下
===============================================*/
@media screen and (max-width: 1180px) {
  .br_960 {
    display: none;
  }
  .br_tab {
    display: block;
  }
  .tablearea {
    overflow-x: scroll;
  }
  .tablearea table {
    width: 250%;
  }
}
/*===============================================
 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  body {
    line-height: 1.6em;
  }
  .dr-underline {
    padding-bottom: 5px;
  }
  .dr-underline:after {
    content: none;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mainwrap-l {
    float: none;
    width: 100%;
  }
  .mainwrap-r {
    float: none;
    width: 100%;
  }
  .title2wrap h2 {
    font-size: 20px;
  }
  .mainwrap-l {
    padding-right: 0;
  }
  #support .mainimg {
    background-size: cover;
    background-position: -800px center;
  }
  #event .mainimg {
    background-position: -700px 0%;
  }
  #event .tablearea .eventtable {
    width: 200%;
  }
  #event .eventtable tr td a {
    text-decoration: underline;
  }
  .tablearea {
    overflow-x: scroll;
  }
  .tablearea table {
    width: 200%;
  }
  /*---------------switchingnav----------------*/
  .switchnav_pc {
    display: none;
  }
  .switchnav_tg {
    display: block;
    position: relative;
  }
  .switchnav_tg .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
  }
  .switchnav_tg .fa {
    color: #ba0001;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 20px;
    font-size: 16px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
  }
  .switchnav_tg.active .fa {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .switching ul {
    display: none;
  }
  .switching p {
    margin-bottom: 0;
    transition: 0.3s;
  }
  .switching p.active {
    margin-bottom: 20px;
  }
  .switching ul li {
    width: 100%;
  }
  .switching-subwrap p.surch_industry {
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
    transition: 0.3s;
  }
  .switching-subwrap p.surch_industry.active {
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
  }
  .switching-subwrap ul {
    display: none;
    padding-left: 0;
  }
  .switching-subwrap ul li {
    width: 100%;
    box-sizing: border-box;
  }
  /*---------------sidenav----------------*/
  .sidenav_pc {
    display: none;
  }
  .sidenav_tg {
    display: block;
    position: relative;
  }
  .sidenav ul {
    display: none;
  }
  .sidenav ul li {
    padding: 0;
  }
  .sidenav ul li a {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 3em;
    padding-right: 1.5em;
  }
  .sidenav_tg .fa {
    color: #004EA2;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 20px;
    font-size: 16px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
  }
  .sidenav_tg.active .fa {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media print {
  nav.sp-nav,
  .secondmenu {
    display: none !important;
  }
}
@media (max-width: 1180px) {
  .container {
    padding-top: min(5vw, 70px);
  }
}
@media (min-width: 1181px) {
  .container {
    padding-top: min(8.5714285714vw, 120px);
  }
}
@media (max-width: 767px) {
  .container {
    padding-top: 25vw;
  }
}
.container header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  border-style: solid;
  border-color: #ececec;
}
@media (max-width: 1180px) {
  .container header {
    height: min(5vw, 70px);
  }
}
@media (min-width: 1181px) {
  .container header {
    height: min(8.5714285714vw, 120px);
  }
}
@media (max-width: 767px) {
  .container header {
    border-width: 0.25vw;
    box-shadow: 0.25vw 0.25vw 1.25vw #E8E8E8;
    height: 25vw;
  }
}
@media (min-width: 768px) {
  .container header {
    border-width: min(0.0714285714vw, 1px);
    box-shadow: min(0.0714285714vw, 1px) min(0.0714285714vw, 1px) min(0.3571428571vw, 5px) #E8E8E8;
    margin-bottom: min(0.3571428571vw, 5px);
  }
}
.container header * {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container header #gsc-iw-id1 {
    height: 7vw;
  }
}
@media (min-width: 768px) {
  .container header #gsc-iw-id1 {
    height: min(2vw, 28px);
  }
}
.container header .topwrap {
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .container header .topwrap {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (min-width: 1181px) {
  .container header .topwrap {
    width: min(92.8571428571vw, 1300px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: min(1.4285714286vw, 20px) min(2.1428571429vw, 30px) 0;
  }
}
.container header .topwrap .topline {
  position: relative;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .container header .topwrap .topline {
    overflow: visible;
    margin: 0 auto;
    height: 100%;
    display: grid;
    place-items: center;
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .topline {
    width: min(22.1428571429vw, 310px);
    display: grid;
    place-items: center;
  }
}
.container header .topwrap .topline .logoimg {
  margin: 0;
  text-decoration: none;
}
.container header .topwrap .topline .logoimg h1 {
  margin: 0;
  text-align: center;
  color: #767676;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .container header .topwrap .topline .logoimg h1 {
    width: 48.75vw;
    font-size: 3vw;
  }
}
@media (min-width: 768px) {
  .container header .topwrap .topline .logoimg h1 {
    width: min(13.9285714286vw, 195px);
    font-size: min(0.8571428571vw, 12px);
  }
}
.container header .topwrap .topline .logoimg h1 img {
  height: auto;
  width: 100%;
}
.container header .topwrap .topline .searcharea {
  position: absolute;
  top: 0;
  display: none; /*仮処置*/
}
@media (max-width: 1180px) {
  .container header .topwrap .topline .searcharea {
    right: min(3.5714285714vw, 50px);
  }
}
@media (max-width: 767px) {
  .container header .topwrap .topline .searcharea {
    width: 75vw;
    right: 12.5vw;
  }
}
@media (min-width: 768px) {
  .container header .topwrap .topline .searcharea {
    right: 0;
    width: min(21.4285714286vw, 300px);
  }
}
@media (max-width: 1180px) {
  .container header .topwrap .pc-centerline {
    display: none;
  }
}
@media (min-width: 768px) {
  .container header .topwrap .pc-centerline {
    width: calc(100% - (min(22.1428571429vw, 310px) + min(14.2857142857vw, 200px)));
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: min(44.2857142857vw, 620px);
    column-gap: min(0.7142857143vw, 10px);
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element {
    width: calc((100% - min(0.7142857143vw, 10px) * 3) / 4);
    height: min(3.2857142857vw, 46px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    border: min(0.0714285714vw, 1px) solid #004EA2;
    transition: 0.3s;
    background-color: #004EA2;
    border-radius: min(0.3571428571vw, 5px);
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element__icon {
    margin-right: min(0.7142857143vw, 10px);
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element__icon figure {
    margin: 0 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element__icon figure img {
    width: 100%;
    vertical-align: middle;
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element__txt p {
    margin: 0;
    color: #FFFFFF;
    transition: 0.3s;
    font-size: min(0.8571428571vw, 12px);
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element__txt p .small {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element--catalog .bannerline-element__icon figure {
    width: min(2.1428571429vw, 30px);
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element--product .bannerline-element__icon figure {
    width: min(2.1428571429vw, 30px);
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element--contact .bannerline-element__icon figure {
    width: min(2.1428571429vw, 30px);
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-centerline .bannerline .bannerline-list .bannerline-element--qa .bannerline-element__icon figure {
    width: min(2.1428571429vw, 30px);
  }
}
@media (max-width: 1180px) {
  .container header .topwrap .pc-rightline {
    display: none;
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-rightline {
    display: grid;
    place-items: center;
    width: min(14.2857142857vw, 200px);
  }
}
.container header .topwrap .pc-rightline a {
  display: block;
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-rightline a figure {
    width: min(10.7142857143vw, 150px);
  }
}
@media (min-width: 1181px) {
  .container header .topwrap .pc-rightline a figure img {
    width: 100%;
  }
}
.container header .topwrap nav#mainmenu ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul {
    width: 100%;
    display: none;
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 1181px) {
  .container header .topwrap nav#mainmenu ul {
    width: min(65vw, 910px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: min(1.4285714286vw, 20px);
  }
}
@media (min-width: 768px) {
  .container header .topwrap nav#mainmenu ul {
    padding-top: min(0.7142857143vw, 10px);
  }
}
.container header .topwrap nav#mainmenu ul li {
  position: relative;
  list-style: none;
  font-feature-settings: "palt";
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li {
    border-bottom: thin solid #767676;
    background-color: #003874;
  }
}
@media (min-width: 768px) {
  .container header .topwrap nav#mainmenu ul li {
    padding: min(0.5714285714vw, 8px) 0;
  }
}
.container header .topwrap nav#mainmenu ul li .homeimg {
  background-image: none;
  padding-left: 0;
}
.container header .topwrap nav#mainmenu ul li .homeimg:hover {
  background-image: none;
}
.container header .topwrap nav#mainmenu ul li a {
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li a {
    display: block;
    color: #ffffff;
    padding: min(0.7142857143vw, 10px) 0;
  }
}
@media (min-width: 1181px) {
  .container header .topwrap nav#mainmenu ul li a {
    background-image: url(/img/nav_pointer-blue.png);
    background-position: 0% center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu ul li a {
    padding: 2.5vw 0;
  }
}
@media (min-width: 768px) {
  .container header .topwrap nav#mainmenu ul li a {
    padding-left: min(1.2857142857vw, 18px);
  }
}
.container header .topwrap nav#mainmenu ul li a:hover {
  cursor: pointer;
}
@media (min-width: 1181px) {
  .container header .topwrap nav#mainmenu ul li a:hover {
    background-image: url(/img/nav_pointer-red.png);
  }
}
.container header .topwrap nav#mainmenu ul li ul li {
  float: none;
  border-bottom: thin dotted #e4e4e4;
  padding: 0;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li ul li {
    background-color: #fff;
  }
}
.container header .topwrap nav#mainmenu ul li ul li a {
  display: block;
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu ul li ul li a {
    padding: 2vw 7.5vw;
    background-position: 2vw center;
  }
}
@media (min-width: 768px) {
  .container header .topwrap nav#mainmenu ul li ul li a {
    padding: min(0.5714285714vw, 8px) min(2.1428571429vw, 30px);
    background-position: min(0.5714285714vw, 8px) center;
  }
}
.container header .topwrap nav#mainmenu ul li ul li:first-child {
  border-top: thin dotted #e4e4e4;
}
.container header .topwrap nav#mainmenu ul li ul li:last-child {
  border-bottom: none;
}
.container header .topwrap nav#mainmenu ul li ul.secondmenu {
  position: absolute;
  padding: 0;
  background-color: #FFFFFF;
  border: thin solid #e4e4e4;
  z-index: 999;
  right: 0;
  display: none;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li ul.secondmenu {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    top: 0;
    border-style: none;
    display: block;
  }
}
@media (min-width: 1181px) {
  .container header .topwrap nav#mainmenu ul li ul.secondmenu {
    width: min(19.2857142857vw, 270px);
    top: min(2.6428571429vw, 37px);
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu ul li ul.secondmenu {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li ul.secondmenu a {
    color: #004ea2;
  }
}
.container header .topwrap nav#mainmenu ul li ul.secondmenu:after {
  border-image: none;
  border-width: 0px 5px 5px 5px;
  content: "";
  position: absolute;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li ul.secondmenu:after {
    border-style: none;
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu ul li ul.secondmenu:after {
    top: -2vw;
    right: 10vw;
    border-bottom-width: 2.5vw;
  }
}
@media (min-width: 768px) {
  .container header .topwrap nav#mainmenu ul li ul.secondmenu:after {
    top: max(-0.5714285714vw, -8px);
    right: min(2.8571428571vw, 40px);
    border-bottom-width: min(0.7142857143vw, 10px);
    border-left-width: min(0.3571428571vw, 5px);
    border-right-width: min(0.3571428571vw, 5px);
  }
}
.container header .topwrap nav#mainmenu ul li ul.secondmenu:before {
  border-image: none;
  content: "";
  position: absolute;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li ul.secondmenu:before {
    border-style: none;
    top: -2.5vw;
    right: 10vw;
  }
}
@media (min-width: 768px) {
  .container header .topwrap nav#mainmenu ul li ul.secondmenu:before {
    top: max(-0.7142857143vw, -10px);
    right: min(2.8571428571vw, 40px);
    border-bottom-width: min(0.7142857143vw, 10px);
    border-left-width: min(0.3571428571vw, 5px);
    border-right-width: min(0.3571428571vw, 5px);
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line {
    padding: 5vw 2.5vw;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap {
    width: min(25vw, 350px);
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap .bunner_element {
    width: calc(50% - min(0.7142857143vw, 10px));
    margin: 0 auto min(0.7142857143vw, 10px);
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap .bunner_element {
    width: calc(50% - 2.5vw);
    margin: 0 auto 2.5vw;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap .bunner_element a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: min(0.0714285714vw, 1px) solid #fff;
    padding: min(0.3571428571vw, 5px) min(0.7142857143vw, 10px);
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap .bunner_element a {
    border: 0.25vw solid #fff;
    padding: 1.25vw 2.5vw;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap .bunner_element a p {
    margin: 0;
    font-size: min(0.7857142857vw, 11px);
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap .bunner_element a p {
    font-size: 2.75vw;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap .bunner_element a figure {
    width: calc(30% - min(0.7142857143vw, 10px));
    margin: 0 min(0.7142857143vw, 10px) 0 0;
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap .bunner_element a figure {
    width: calc(30% - 2.5vw);
    margin: 0 2.5vw 0 0;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu ul li.bunner_line .bunner_wrap .bunner_element a figure img {
    width: 100%;
    vertical-align: middle;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu .dropmenu {
    background-color: #003874;
    overflow: scroll;
    height: calc(100vh - min(6.0714285714vw, 85px));
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu .dropmenu {
    height: calc(100vh - 24vw);
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu .dropmenu li.casemenu ul li a {
    color: #004EA2;
  }
}
.container header .topwrap nav#mainmenu.pc-nav {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu.pc-nav {
    display: none;
  }
}
.container header .topwrap nav#mainmenu.pc-nav ul li.hovermenu:hover ul.secondmenu {
  display: block;
  animation-name: openmenu;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu.pc-nav ul li.hovermenu:hover ul.secondmenu {
    display: none;
  }
}
.container header .topwrap nav#mainmenu.sp-nav {
  display: none;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu.sp-nav {
    display: block;
  }
}
.container header .topwrap nav#mainmenu #spmenu {
  display: none;
  margin: 0;
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu {
    display: block;
    position: absolute;
    top: min(1.4285714286vw, 20px);
    right: min(3.5714285714vw, 50px);
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu #spmenu {
    top: 10vw;
    right: 7.5vw;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu:hover {
    cursor: pointer;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    width: min(2.8571428571vw, 40px);
    height: min(2.1428571429vw, 30px);
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger {
    width: 8.75vw;
    height: 6.25vw;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: min(0.2142857143vw, 3px);
    background-color: #004EA2;
    border-radius: min(0.2857142857vw, 4px);
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger span {
    height: 0.75vw;
    border-radius: 1vw;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger span:nth-of-type(1) {
    top: 0;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger span:nth-of-type(2) {
    top: calc(50% - min(0.2142857143vw, 3px) / 2);
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger span:nth-of-type(2) {
    top: calc(50% - 0.375vw);
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger.active span:nth-of-type(1) {
    transform: rotate(-315deg); /*中心のspan移動分をYへ代入*/
    top: calc(50% - min(0.2142857143vw, 3px) / 2);
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger.active span:nth-of-type(1) {
    transform: rotate(-315deg);
    top: calc(50% - 0.375vw);
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg); /*中心のspan移動分を負数にしてYへ代入*/
  }
}
@media (max-width: 1180px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger.active span:nth-of-type(3) {
    transform: rotate(315deg);
    top: calc(50% - min(0.2142857143vw, 3px) / 2);
  }
}
@media (max-width: 767px) {
  .container header .topwrap nav#mainmenu #spmenu.menu-trigger.active span:nth-of-type(3) {
    transform: rotate(315deg);
    top: calc(50% - 0.375vw);
  }
}

@media screen and (max-width: 1180px) {
  #case nav#mainmenu ul.dropmenu li.casemenu ul li a {
    background-image: none;
    color: #004ea2;
  }
  #product nav#mainmenu ul.dropmenu > li:nth-child(2) a {
    background-image: none;
  }
  #product nav#mainmenu ul.dropmenu ul li:nth-child(2) a {
    background-image: none;
    color: #004ea2;
  }
  #product.aboutSafety nav#mainmenu ul.dropmenu > li.product_menu > a,
  #product.aboutSafety nav#mainmenu ul.dropmenu > li.product_menu .secondmenu li:nth-of-type(1) a,
  #product.product_line nav#mainmenu ul.dropmenu > li.product_menu > a,
  #product.product_line nav#mainmenu ul.dropmenu > li.product_menu .secondmenu li:nth-of-type(2) a,
  #product.product_recommend nav#mainmenu ul.dropmenu > li.product_menu > a,
  #product.product_recommend nav#mainmenu ul.dropmenu > li.product_menu .secondmenu li:nth-of-type(3) a,
  #product.product_business nav#mainmenu ul.dropmenu > li.product_menu > a,
  #product.product_business nav#mainmenu ul.dropmenu > li.product_menu .secondmenu li:nth-of-type(4) a,
  #product.product_feature nav#mainmenu ul.dropmenu > li.product_menu > a,
  #product.product_feature nav#mainmenu ul.dropmenu > li.product_menu .secondmenu li:nth-of-type(5) a,
  #product.product_purpose nav#mainmenu ul.dropmenu > li.product_menu > a,
  #product.product_purpose nav#mainmenu ul.dropmenu > li.product_menu .secondmenu li:nth-of-type(6) a,
  #product.sr_connect nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.sr_connect nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li.menu-sr_connect a,
  #product.sr_dlite nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.sr_dlite nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li.menu-sr_dlite a,
  #product.sr_pocket2 nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.sr_pocket2 nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li.menu-sr_pocket2 a,
  #product.sr_forkliftn nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.sr_forkliftn nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li.menu-sr_forkliftn a,
  #product.fuelcompass nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.fuelcompass nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li:nth-of-type(5) a,
  #product.sr_webanalysis nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.sr_webanalysis nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li:nth-of-type(6) a,
  #product.tatsujin2 nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.tatsujin2 nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li:nth-of-type(7) a,
  #product.sr_network nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.sr_network nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li:nth-of-type(8) a,
  #product.m12p nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.m12p nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li:nth-of-type(10) a,
  #product.sensor1 nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.sensor1 nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li:nth-of-type(11) a,
  #product.sensor3 nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.sensor3 nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li:nth-of-type(12) a,
  #product.vrsensor nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.vrsensor nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li:nth-of-type(13) a,
  #product.product_catalog nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.product_catalog nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li:nth-of-type(14) a,
  #product.forklift-master nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.forklift-master nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li.menu-forklift-master a,
  #product.improvement-criteria-master nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.improvement-criteria-master nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li.menu-improvement-criteria-master a,
  #product.sr_advance nav#mainmenu ul.dropmenu > li.lineup_menu > a,
  #product.sr_advance nav#mainmenu ul.dropmenu > li.lineup_menu .secondmenu li.menu-sr_advance a {
    color: #767676;
  }
  #case.case_sr nav#mainmenu ul.dropmenu li.casemenu > a,
  #case.video_case nav#mainmenu ul.dropmenu li.casemenu > a,
  #tekuteku nav#mainmenu ul.dropmenu li.casemenu > a,
  #tekuteku nav#mainmenu ul.dropmenu li.casemenu ul li:nth-child(3) a {
    background-image: none;
    color: #767676;
  }
  #case.video_product nav#mainmenu ul.dropmenu li.moviemenu > a,
  #case.case_video nav#mainmenu ul.dropmenu li.moviemenu > a {
    background-image: none;
    color: #767676;
  }
  /*#case nav#mainmenu ul.dropmenu li.casemenu a {
  	background-image: none;
  	color: #767676;
  }*/
  #support nav#mainmenu ul.dropmenu li.supportmenu a {
    background-image: none;
    color: #767676;
  }
  #support nav#mainmenu ul.dropmenu li.supportmenu ul li a {
    background-image: none;
    color: #004ea2;
  }
  #event nav#mainmenu ul.dropmenu li.eventmenu a {
    background-image: none;
    color: #767676;
  }
  #news nav#mainmenu ul.dropmenu li.newsmenu a {
    background-image: none;
    color: #767676;
  }
  #news nav#mainmenu ul.dropmenu li.newsmenu ul li a {
    background-image: none;
    color: #004ea2;
  }
  #company nav#mainmenu ul.dropmenu li.companymenu a {
    background-image: none;
    color: #767676;
  }
  #company nav#mainmenu ul.dropmenu li.companymenu ul li a {
    background-image: none;
    color: #004ea2;
  }
  #company.company_recruit nav#mainmenu ul.dropmenu li.companymenu a {
    background-image: none;
    color: #ffffff;
  }
  #company.company_recruit nav#mainmenu ul.dropmenu li.companymenu ul li a {
    color: #004ea2;
  }
  #company nav#mainmenu ul.dropmenu li.recruitmenu a {
    background-image: none;
  }
  #company nav#mainmenu ul.dropmenu li.recruitmenu ul li a {
    background-image: none;
  }
  #company.company_what_company nav#mainmenu ul.dropmenu li.recruitmenu a {
    background-image: none;
  }
  #company.company_what_company nav#mainmenu ul.dropmenu li.recruitmenu ul li.recruit_menu a {
    background-image: none;
  }
  #company.company_what_company nav#mainmenu ul.dropmenu li.companymenu a {
    background-image: none;
  }
  #contact nav#mainmenu ul.dropmenu li.contactmenu a {
    background-image: none;
    color: #767676;
  }
  #contact nav#mainmenu ul.dropmenu li.contactmenu ul li a {
    background-image: none;
    color: #004ea2;
  }
}
footer {
  background-color: #F0EDED;
}
@media (max-width: 767px) {
  footer {
    box-shadow: inset 0 0.25vw 2.5vw 0.5vw #BCBCBC;
  }
}
@media (min-width: 768px) {
  footer {
    box-shadow: inset 0 min(0.0714285714vw, 1px) min(0.7142857143vw, 10px) min(0.1428571429vw, 2px) #BCBCBC;
  }
}
footer a {
  color: #767676;
}
footer * {
  box-sizing: border-box;
}
footer .footerwrap {
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .footerwrap {
    width: 90%;
    padding: 5vw 7.5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap {
    padding: min(1.4285714286vw, 20px) 0;
    width: min(78.5714285714vw, 1100px);
  }
}
footer .footerwrap .snslogo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  footer .footerwrap .snslogo {
    text-align: center;
    margin-bottom: 7.5vw;
    margin: 5vw 0;
  }
}
@media (min-width: 768px) {
  footer .footerwrap .snslogo {
    margin: min(1.4285714286vw, 20px) 0;
  }
}
footer .footerwrap .snslogo figure {
  margin: 0;
}
@media (max-width: 767px) {
  footer .footerwrap .snslogo figure a {
    float: none;
  }
}
@media (max-width: 767px) {
  footer .footerwrap .snslogo figure.footer_dtlogo {
    width: 46.5vw;
    margin-bottom: 5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap .snslogo figure.footer_dtlogo {
    width: min(13.2857142857vw, 186px);
    margin-right: min(2.1428571429vw, 30px);
  }
}
@media (max-width: 767px) {
  footer .footerwrap .snslogo figure.footer_kanematsuicon {
    width: 46.5vw;
    display: block;
    text-align: center;
    margin: 0 auto 7.5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap .snslogo figure.footer_kanematsuicon {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .footerwrap .snslogo figure.footer_kanematsuicon img {
    width: 100%;
    height: auto;
  }
}
footer .footerwrap .snslogo figure.footer_dtlogo {
  height: auto;
}
@media (max-width: 767px) {
  footer .footerwrap .snslogo figure.footer_dtlogo {
    width: 46.5vw;
    margin: 0 auto 7.5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap .snslogo figure.footer_dtlogo {
    width: min(13.2857142857vw, 186px);
  }
}
footer .footerwrap .snslogo .snsicon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  footer .footerwrap .snslogo .snsicon {
    width: 37.5vw;
    margin: 0 auto;
    justify-content: center;
    column-gap: 5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap .snslogo .snsicon {
    width: min(5vw, 70px);
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .footerwrap .snslogo .snsicon .snsicon-element {
    width: 7.5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap .snslogo .snsicon .snsicon-element {
    width: min(2.1428571429vw, 30px);
  }
}
footer .footerwrap .snslogo .snsicon .snsicon-element img {
  width: 100%;
}
@media (max-width: 767px) {
  footer .footerwrap .snslogo .snsicon .snsicon-element--x {
    width: 6.25vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap .snslogo .snsicon .snsicon-element--x {
    width: min(1.7857142857vw, 25px);
  }
}
footer .footerwrap #footernav {
  overflow: hidden;
}
@media (max-width: 767px) {
  footer .footerwrap #footernav {
    display: none;
  }
}
footer .footerwrap #footernav ul {
  float: left;
}
@media (max-width: 767px) {
  footer .footerwrap #footernav ul {
    padding-left: 17.5vw;
    padding-left: 16.25vw;
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap #footernav ul {
    padding-left: min(4.6428571429vw, 65px);
    margin-bottom: min(0.7142857143vw, 10px);
  }
}
@media (max-width: 767px) {
  footer .footerwrap #footernav ul:first-child {
    padding-left: 17.5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap #footernav ul:first-child {
    padding-left: min(1.4285714286vw, 20px);
  }
}
footer .footerwrap #footernav ul li {
  list-style: none;
  line-height: 1.6;
  text-indent: -1em;
}
footer .footerwrap #footernav ul li a {
  text-decoration: none;
}
footer .footerwrap #footernav ul li a:hover {
  text-decoration: underline;
}
footer .footerwrap #footernav ul ul {
  float: none;
}
@media (max-width: 767px) {
  footer .footerwrap #footernav ul ul {
    padding-left: 4vw;
    font-size: 3vw;
    margin-top: 2.5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap #footernav ul ul {
    padding-left: min(1.1428571429vw, 16px);
    font-size: min(0.8571428571vw, 12px);
    margin-top: min(0.7142857143vw, 10px);
  }
}
footer .footerwrap #footernav .footernavheading {
  color: #000000;
  border-left: thick solid #004EA2;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .footerwrap #footernav .footernavheading {
    padding-left: 2.5vw;
  }
}
@media (min-width: 768px) {
  footer .footerwrap #footernav .footernavheading {
    padding-left: min(0.7142857143vw, 10px);
  }
}
@media (max-width: 767px) {
  footer .footerwrap #footernav-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  footer .footerwrap #footernav-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .footerwrap #footernav-sp ul {
    padding-left: 0;
    padding-bottom: 7.5vw;
  }
}
@media (max-width: 640px) {
  footer .footerwrap #footernav-sp ul li {
    list-style-type: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 640px) and (min-width: 768px) {
  footer .footerwrap #footernav-sp ul li {
    margin-bottom: min(0.7142857143vw, 10px);
  }
}
@media (max-width: 767px) {
  footer .footerwrap #footernav-sp ul li a {
    color: #767676;
    text-decoration: none;
    line-height: 1;
    font-size: 3.5vw;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  footer .footerwrap #footernav-sp ul li:not(:last-of-type) {
    margin-bottom: 1.25vw;
  }
}
footer .copyright {
  background-color: #004EA2;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 2.5vw 0;
    font-size: 3vw;
  }
}
@media (min-width: 768px) {
  footer .copyright {
    padding: min(0.7142857143vw, 10px) 0;
    font-size: min(0.8571428571vw, 12px);
  }
}/*# sourceMappingURL=style.css.map */