@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 {
  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 */
  /* 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;
}

/* -------------------------------------
 *
 * reset
 *
------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

p {
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dl, dd {
  margin: 0;
}

small {
  font-size: 100%;
}

em {
  font-style: normal;
}

/* -------------------------------------
 *
 * base
 *
------------------------------------- */
html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}

body {
  min-height: 100%;
  overflow: hidden;
  font-size: 13px;
  font-family: Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #4c4c4c;
  position: inherit !important;
}

a:link {
  color: #4054ca;
  text-decoration: none;
}

a:visited {
  color: #4054ca;
  text-decoration: none;
}

a {
  cursor: pointer;
  transition: opacity .2s;
}

a:hover {
  opacity: .5;
}

label {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-indent-1 {
  text-indent: 1.4em;
}

/* -------------------------------------
 *
 * plugins
 *
------------------------------------- */
/* -------------------------------------
 *
 * helper
 *
------------------------------------- */
/* text decolation */
.textNormal {
  font-weight: normal !important;
}

.textBold {
  font-weight: bold !important;
}

.textUnderline {
  text-decoration: underline !important;
}

.textItalic {
  font-style: italic !important;
}

.textNote {
  padding-left: 1em;
  text-indent: -1em;
}

.textNowrap {
  white-space: nowrap !important;
}

/* element position */
.elementLeft {
  text-align: left !important;
}

.elementCenter {
  text-align: center !important;
}

.elementRight {
  text-align: right !important;
}

.elementTop {
  vertical-align: top !important;
}

.elementMiddle {
  vertical-align: middle !important;
}

.elementBottom {
  vertical-align: bottom !important;
}

/* font-size */
.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

/* width */
.width-per-5 {
  width: 5%;
}

.width-per-10 {
  width: 10%;
}

.width-per-15 {
  width: 15%;
}

.width-per-20 {
  width: 20%;
}

.width-per-25 {
  width: 25%;
}

.width-per-30 {
  width: 30%;
}

.width-per-35 {
  width: 35%;
}

.width-per-40 {
  width: 40%;
}

.width-per-45 {
  width: 45%;
}

.width-per-50 {
  width: 50%;
}

.width-per-55 {
  width: 55%;
}

.width-per-60 {
  width: 60%;
}

.width-per-65 {
  width: 65%;
}

.width-per-70 {
  width: 70%;
}

.width-per-75 {
  width: 75%;
}

.width-per-80 {
  width: 80%;
}

.width-per-85 {
  width: 85%;
}

.width-per-90 {
  width: 90%;
}

.width-per-95 {
  width: 95%;
}

.width-per-100 {
  width: 100%;
}

/* margin top */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/* margin bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------------
 *
 * layout
 *
------------------------------------- */
/* -------------------------------------
 * page
------------------------------------- */
body {
  background-color: #fff;
}

#aboveFooter {
  min-height: calc(100vh - 225px);
}

#stickyFooter {
  background-color: #f2f2f2;
  margin-top: 60px;
  width: 100%;
}

/* -------------------------------------
 * header
------------------------------------- */
#header {
  width: 100%;
  height: 60px;
  background: #000;
  font-size: 12px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
#header a {
  text-decoration: none;
}
#header .logo {
  position: absolute;
  width: 152px;
  top: 16px;
  left: 12px;
}
#header .logo img {
  width: 152px;
}
#header .logoSub {
  position: absolute;
  right: 12px;
  top: 21px;
}
#header .logoSub img {
  width: 74px;
}
#header #headInner {
  min-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
#header #headInner #nav-toggle {
  display: none;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
}
#header #headInner #nav .serviceList {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 180px;
}
#header #headInner #nav .serviceList li {
  position: relative;
}
#header #headInner #nav .serviceList li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  width: 170px;
  height: 60px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  box-sizing: border-box;
  transition: color .2s;
}
#header #headInner #nav .serviceList li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#header #headInner #nav .serviceList li a:hover {
  opacity: 1;
  color: #808080;
}
#header #headInner #nav .serviceList li a:hover:before {
  transform: scale(1, 1);
}
#header #headInner #nav .serviceList li a:hover .menuSecond {
  visibility: visible;
  opacity: 1;
  color: #fff;
}
#header #headInner #nav .serviceList li a div {
  position: relative;
  z-index: 1;
}
#header #headInner #nav .serviceList li a span {
  display: block;
  font-size: 10px;
  opacity: 0.7;
}
#header #headInner #nav .serviceList li a .menuSecond {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  padding: 15px;
  background-color: rgba(153, 153, 153, 0.95);
  box-sizing: border-box;
  z-index: 6;
  text-align: left;
  font-weight: normal;
}
#header #headInner #nav .serviceList li.serviceFA a:before {
  background-color: #00918c;
}
#header #headInner #nav .serviceList li.serviceRP a:before {
  background-color: #5B5D5E;
}
#header #headInner #nav .serviceList li.serviceDM a:before {
  background-color: #BE000E;
}
#header #headInner #nav .serviceList li.selected a:before {
  height: 100%;
  transform: scale(1, 1);
}
#header #headInner #nav .navList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  right: 12px;
  height: 60px;
}
#header #headInner #nav .navList > li {
  position: relative;
}
#header #headInner #nav .navList > li > a {
  display: block;
  color: #fff;
  margin-left: 17px;
}
#header #headInner #nav .navList > li > a:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -5.5px;
}
#header #headInner #nav .navList > li:first-child a:before {
  content: none;
}
#header #headInner #nav .navList > li.outlink a:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_w.png) no-repeat;
  margin-left: 3px;
  vertical-align: text-top;
}
#header #headInner #nav .navList > li:hover .menuSecond {
  visibility: visible;
  opacity: 1;
}
#header #headInner #nav .navList > li .menuSecond {
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  border: 1px solid #e3e3e3;
  background-color: #FFF;
  box-shadow: 1px -5px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 6;
  line-height: 1.3;
}
#header #headInner #nav .navList > li .menuSecond:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: 0 0 -23px -13px;
  background: #fff;
  transform: rotate(45deg);
}
#header #headInner #nav .navList > li .menuSecond .link {
  margin: 15px;
  box-sizing: border-box;
  z-index: 6;
  position: relative;
}
#header #headInner #nav .navList > li .menuSecond .link .service {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
}
#header #headInner #nav .navList > li .menuSecond .link li {
  padding-top: 8px;
}
#header #headInner #nav .navList > li .menuSecond .link li a {
  display: block;
  color: #4c4c4c;
}
#header #headInner #nav .navList > li .menuSecond .link li a.disable {
  color: #ccc;
  pointer-events: none;
}
#header #headInner #nav .navList > li .menuSecond .link li.sub {
  font-weight: 600;
}
#header #headInner #nav .navList > li .menuSecond .link li.indent {
  padding: 0 0 0 15px;
  position: relative;
}
#header #headInner #nav .navList > li .menuSecond .link li.indent:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 3px;
  left: 6px;
}
#header #headInner #nav .navList > li .menuSecond .link li.outlink a:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
#header #headInner #nav .navList > li .menuSecond li.outlink_b a:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
#header #headInner #nav .navList .loginBtn {
  margin-right: 0;
}
#header #headInner #nav .navList .loginBtn > a:before {
  content: none;
}
#header #headInner #nav .navList .loginBtn > a span {
  font-size: 13px;
  color: #333 !important;
  text-align: center;
  border-radius: 2px;
  background: linear-gradient(#ffdb4d, #ffcc00);
  width: 150px;
  height: 30px;
  line-height: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 5px;
}
#header #headInner #nav .navList .loginBtn > a.user_name span {
  background: linear-gradient(#fff, #dedede);
}

/* -------------------------------------
 * main
------------------------------------- */
/* content */
#content {
  padding: 60px 0 0;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #content {
    padding: 35px 0 0;
  }
}
#content.liquidContent {
  width: auto;
}

.headnews + #content {
  padding-top: 69px;
}

/* main */
#main {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1240px) {
  #main {
    position: static;
  }
}

#top #main {
  position: static;
}

/* ==========================================================================
toPageTop
========================================================================== */
/* toPageTop */
#footer .toPageTop {
  display: none;
  position: fixed;
  /*right: calc(50% - 465px - 50px);*/
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
}

#footer .toPageTop a {
  display: block;
  background-color: #999791;
  color: #fff;
  text-indent: -9999px;
  z-index: 2;
  position: relative;
}

#footer .toPageTop a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -8px 0 0 -18px;
  border-right: #fff 1px solid;
}

#footer .toPageTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-right: #fff 1px solid;
  border-top: #fff 1px solid;
  transform: rotate(-45deg);
}











/* ==========================================================================
footer styles
========================================================================== */
#footer {
  background-color: #f2f2f2;
  position: relative;
  padding: 20px;
  min-width: 1240px;
  overflow: hidden;
  box-sizing: border-box;
	text-align: center;
	color: #4c4c4c;
}
#footer .inner {
  display: flex;
  margin-top: 0 !important;
  padding: 0 !important;
}
#footer .inner > div {
  -ms-flex: 1;
      flex: 1;
  font-size: 11px;
  line-height: 1;
}

#footer .inner > div.boxSns {
}

#footer .inner > div.boxAsk {
  border-left: 1px solid #d9d9d9;
  -ms-flex: 0;
      flex: 0;
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  -ms-flex-item-align: center;
	text-align: center;
}

#footer .inner > div.boxAsk div {
	display: inline-block;
}

#footer .inner > div.boxAsk.boxAsk01 {
  border-left:none;
}

#footer .inner > div.boxAsk .txt {
	margin-bottom: 10px;
	font-size: 14px;
}

#footer .inner > div.boxAsk .txt:first-child {
	font-size: 20px;
}

#footer .inner > div.boxAsk .tel {
  font-size: 20px;
		margin-bottom: 5px;
  font-family: Arial;
	font-weight: bold;
}
#footer .inner > div.boxAsk .tel a {
  pointer-events: none;
  color: #4c4c4c;
	font-weight: bold;
}

#footer .inner > div.boxAsk .email {
 font-size: 20px;
	font-weight: bold;
}
#footer .inner > div.boxAsk .email a {
	color: #4c4c4c;
	font-weight: bold;
}

#footer .inner > div.boxLink {
  border-left: 1px solid #d9d9d9;
	text-align: left;
}
#footer .inner > div.boxLink > ul {
  padding-left: 20px;
}
#footer .inner > div.boxLink > ul li {
  margin-top: 10px;
}
#footer .inner > div.boxLink > ul li a {
  color: #4C4C4C;
}

#footer .inner .outlink {
  display: inline-block;
}
#footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}

#footer .copyright {
  text-align: center;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 10px;
  line-height: 1.6;
  font-size: 11px;
  color: #4C4C4C;
}









/* -------------------------------------
 * module
------------------------------------- */
/* centeringBlock */
.centeringBlock {
  clear: both;
  width: 1240px !important;
  margin: 0 auto;
  position: relative;
}

/* liquidingBlock */
.liquidingBlock {
  clear: both;
  min-width: 1240px;
  margin: 0 auto 0;
}

/* -------------------------------------
 * outlink
------------------------------------- */
a.outlink {
  background-image: url(../img/icon_newtab_b.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 12px !important;
}

a.outlink02 {
  background-image: url(../img/icon_newtab_w.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 12px !important;
}

/* -------------------------------------
 * heading
------------------------------------- */
/* heading01 */
.heading01 {
  clear: both;
  margin: 10px 0 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;
}

/* -------------------------------------
 * ver
------------------------------------- */
/* ver */
.ver {
  font-size: 13px;
}

/* -------------------------------------
 * catchcopy
------------------------------------- */
.catchcopy {
  margin: 30px 0 0;
  text-align: center;
}

/* -------------------------------------
 * staticLink
------------------------------------- */
.staticLink li a {
  display: block;
  float: left;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  box-sizing: border-box;
  width: 306px;
  margin: 5px 0 0 5px;
  padding: 5px 5px 0;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.33;
}

.staticLink li:first-child a {
  margin: 5px 0 0 0;
}

.staticLink .txt {
  display: table-cell;
  padding: 0 7px;
  width: 296px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------
 * text
------------------------------------- */
/* textColor */
.textColor01 {
  color: #e06464;
}

.textColor02 {
  color: #999791;
}

/* textWithIcon01 */
.textWithIcon01 .icon {
  float: left;
  margin-right: 10px;
}

/* textWithIcon02 */
.textWithIcon02 {
  display: inline-block;
  padding: 0 0 0 30px;
  text-indent: -30px;
}

.textWithIcon02 .icon {
  display: inline-block;
  margin: -14px 5px -12px 0;
}

.iconErr {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px 0 0;
}

.textMarker {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

/* headnews */
.headnews {
  padding-top: 71px;
  width: 100%;
}
.headnews + .headnews {
  padding-top: 1px;
}

._old .headnews {
  margin: 0;
}

.headnews.none {
  display: none;
}

.headnews .inner {
  background-color: #fff6cc;
  padding: 5px 35px 5px 15px;
  position: relative;
  box-sizing: border-box;
}

.headnews strong {
  font-weight: normal;
  color: #e06464;
}

.headnews .closeBtn a {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
  padding: 0;
  background-color: #807f7c;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 15px;
}

.headnews .closeBtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  margin: 0 0 0 -6px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.headnews .closeBtn a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  margin: 0 0 0 -6px;
  background-color: #ffffff;
  transform: rotate(-45deg);
}

/* -------------------------------------
 * btn
------------------------------------- */
/* btn */
.btn {
  margin: 15px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn a {
  display: inline-block;
  width: 240px;
  padding: 10px;
  background: linear-gradient(#516bfc, #4054ca);
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
}

.btn.big a {
  width: 240px;
  font-size: 18px;
}

.btn.big.order a {
  width: 340px;
}

.btn.multiLine a {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  height: 48px;
  line-height: 1.25;
}

.btn.outlink a:after,
.btn.outlink span:after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(../img/icon_newtab_b.png);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.5px;
}

.btn strong {
  display: block;
  font-weight: normal;
}

/* btns */
.btns {
  margin: 60px 0 0;
}

.btns .btn {
  display: inline-block;
  margin: 0 5px;
}

.btns .btn:first-child {
  margin-left: 0;
}

.btns .btn:last-child {
  margin-right: 0;
}

/* btnColor */
.btn.btnColor01 a {
  background: linear-gradient(#ffdb4d, #ffcc00);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #4c4c4c;
}

.btn.btnColor02 a {
  background: linear-gradient(#ffffff, #f2f2f2);
  color: #4c4c4c;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.WindowMain .boxButton.col2 .btn.btnColor02 a {
  border: none;
}

.btn.btnColor03 a {
  background: linear-gradient(#808080, #666666);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.btn.btnColor04 a {
  background: linear-gradient(#808080, #666666);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* disable */
.btn .disable {
  background-color: #999791 !important;
  background: #999791 !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  color: #4c4c4c !important;
  border-radius: 3px;
  pointer-events: none;
}

/* btnRight */
.btn.btnRight {
  text-align: right;
}

/* backBtn */
.backBtn {
  clear: both;
}

.backBtn a {
  display: inline-block;
  padding: 0 15px;
  background: linear-gradient(#808080, #666666);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #fff;
  line-height: 34px;
  border-radius: 3px;
}

.backBtn .icon {
  position: relative;
  padding: 0 0 0 12px;
}

.backBtn .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid;
  transform: rotate(45deg);
}

/* return */
.refineTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.returnBtn a {
  background: transparent;
  border: none;
  color: #4054ca;
  padding: 0 4px;
}
.returnBtn a:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  background: url(../img/ico_return.png) no-repeat;
}
.returnBtn .icon {
  padding: 0 0 0 4px;
}
.returnBtn + .heading01 {
  margin: 4px 0 0 0;
}

/* refineStep */
.refineStep {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 360px;
  color: #cccccc;
}
.refineStep li {
  position: relative;
  text-align: center;
  font-size: 13px;
}
.refineStep li:before {
  content: '';
  position: relative;
  display: block;
  background: #ffcc00;
  width: 100%;
  height: 6px;
  top: 36px;
  right: 74%;
  z-index: -1;
}
.refineStep li:before:first-child:before {
  background: none;
}
.refineStep li:after {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #ffcc00;
  width: 28px;
  height: 26px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  color: white;
  font-size: 15px;
}
.refineStep li:first-child:before {
  background: none;
}
.refineStep li.is-active {
  color: #333333;
}
.refineStep li.is-active:after {
  color: #333333;
}
.refineStep li.is-disable:before {
  content: '';
  position: relative;
  display: block;
  background: #999999;
  width: 100%;
  height: 6px;
  top: 36px;
  right: 74%;
  z-index: -1;
}
.refineStep li.is-disable:after {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #999999;
  width: 28px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  color: white;
}

.refineListTtl {
  position: relative;
  padding-top: 50px;
}

.refineListTxt {
  padding: 0 0 30px;
  text-align: center;
  font-size: 24px;
  display: table;
  text-align: center;
  white-space: nowrap;
}
.refineListTxt:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 100% calc(100%);
  color: #ccc;
  border-right: 10px solid #ffffff;
}
.refineListTxt:after {
  content: '';
  display: table-cell;
  width: 50%;
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 100% calc(100%);
  color: #ccc;
  border-left: 10px solid #ffffff;
}

.addressColumnTxt {
  padding-bottom: 6px;
}

/* closeBtn */
.closeBtn {
  clear: both;
}

.closeBtn a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #999791;
  color: #fff;
  letter-spacing: 0.1em;
}

.closeBtn .icon {
  position: relative;
  padding: 0 0 0 15px;
}

.closeBtn .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid;
  transform: rotate(45deg);
}

.closeBtn .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid;
  transform: rotate(-135deg);
}

/* csvBtn */
.btn.csvBtn {
  position: absolute;
  top: 0;
  right: 120px;
  margin-top: 40px;
}

.btn.csvBtn .icon {
  padding: 0 12px 0 0;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  display: inline-block;
}

.btn.csvBtn a {
  width: 110px;
}

/* printBtn */
.btn.printBtn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40px;
}

.btn.printBtn .icon {
  padding: 0 12px 0 0;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_newtab_b.png);
  display: inline-block;
}

.btn.printBtn a {
  width: 110px;
}

/* wosBtn */
.btn.wosBtn {
  position: absolute;
  top: 0;
  right: 120px;
  margin-top: 40px;
}

.btn.wosBtn a {
  width: auto;
}

.btn.wosBtn .icon {
  padding: 0 12px 0 0;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_newtab_b.png);
  display: inline-block;
}

/* commentBtn */
a.commentBtn {
  padding: 0 0 0 24px;
  background-position: 0 55%;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic05.png?r=2584);
  display: inline-block;
  font-size: 12px;
}

a.commentBtn02 {
  width: 21px;
  height: 13px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic05ani.png);
  display: inline-block;
  font-size: 12px;
  animation: comment 2s steps(4, end) infinite;
}

a.commentBtn02.readComment {
  animation: none;
  background-position: 0 -39px;
}

@keyframes comment {
  100% {
    background-position: 0 -52px;
  }
}
/* pickupBtn */
a.pickupBtn {
  display: inline-block;
  padding: 0 0 0 12px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic06.png);
  display: inline-block;
}

/* downloadBtn */
a.downloadBtn {
  display: inline-block;
  padding: 0 0 0 15px;
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic08.png);
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}

/* deleteBtn */
.deleteBtn a {
  display: inline-block;
  width: 17px;
  height: 19px;
  background-image: url(../img/com_ic009.png);
  text-indent: -999px;
  overflow: hidden;
}

/* textBtn01 */
a.textBtn01 {
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
}

a.textBtn01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-right: #4054ca 1px solid;
  border-top: #4054ca 1px solid;
  transform: rotate(45deg);
}

a.textBtn01:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-right: #4054ca 1px solid;
  border-top: #4054ca 1px solid;
  transform: rotate(45deg);
}

/* textBtn02 */
a.textBtn02 {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
}

a.textBtn02:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-right: #4054ca 1px solid;
  border-top: #4054ca 1px solid;
  transform: rotate(45deg);
}

/* textBtn03 */
a.textBtn03 {
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}

a.textBtn03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-right: #4054ca 1px solid;
  border-top: #4054ca 1px solid;
  transform: rotate(45deg);
}

/* btnQ */
a.btnQ {
  text-decoration: underline;
}

.btnQ:after {
  content: "？";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #666666;
  color: #ffffff !important;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  margin: -5px 5px 0;
  border-radius: 3px;
  font-size: 11px;
}

/* btnQ02 */
.btnQ02 {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 16px;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: top;
}

/* btnQ03 */
.btnQ03 {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff !important;
  display: inline-block;
  background-color: #666666;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  margin: -4px 5px 0;
  vertical-align: middle;
}

/* -------------------------------------
 * form
------------------------------------- */
/* customSelect */
.customSelect {
  position: relative;
  display: inline-block;
  min-width: 60px;
  height: 26px;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  margin: -2px 0px;
}

.customSelect:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 18px;
  height: calc(100% - 2px);
  background: url(../img/com_ic01.png) no-repeat 50% 50%;
  text-align: center;
  pointer-events: none;
}

.customSelect select {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 5px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: solid 1px #ccc;
  cursor: pointer;
}

.customSelect select::-ms-expand {
  display: none;
}

.customSelect select.disable {
  pointer-events: none;
  background-color: #efefef;
  border: 1px solid #efefef;
}

/*
.customSelect {
  position: relative;
  display: inline-block;
  min-width: 60px;
  height: 26px;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  margin:-2px 0px;
}
.customSelect:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 24px;
  height: calc(100% - 2px);
  background:#f7f7f7 url(../img/com_ic01.png) no-repeat 50% 50%;
  text-align: center;
  pointer-events: none;
}
.customSelect select {
  width: 120%;
  width: calc(100% + 25px);
  height: 100%;
  padding: 3px 3px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  appearance: none;
  font-size: 12px;
  background-color: #f7f7f7;
  border-top:solid 1px transparent;
  border-left:solid 1px transparent;
}
*/
/* customInput */
.customInput {
  display: block;
}

.customInput input[type=text],
.customInput input[type=number],
.customInput input[type=password],
.customInput textarea {
  width: 100%;
  padding: 0 7px;
  height: 32px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  resize: none;
}

.customInput textarea {
  padding: 10px;
  height: 120px;
}

.customInput input[type=number] {
  text-align: right;
}

.customInput input.error[type=text],
.customInput input.error[type=number],
.customInput textarea.error {
  background-color: #fff2f2;
}

.customInput input.disable[type=text],
.customInput input.disable[type=number],
.customInput textarea.disable {
  pointer-events: none;
  background-color: #efefef;
  border: 1px solid #efefef;
}

.table01 .customInput {
  margin: -5px 10px -5px 0;
}

.table01 .customInput input[type=text] {
  width: 180px;
}

.textNowrap .customInput {
  float: left;
}

.textNowrap .customInput input[type=text] {
  width: 160px;
}

/*customToggle*/
.customToggle label {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -3px;
}
.customToggle .toggle {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 28px;
  border-radius: 14px;
  background: #666;
  font-size: 13px;
}
.customToggle .toggle:before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background-color: #FFF;
  position: absolute;
  top: 2px;
  left: 2px;
}
.customToggle .toggle:after {
  content: "OFF";
  display: inline-block;
  color: #fff;
  width: 64px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 2px;
  font-weight: bold;
}
.customToggle input[type="checkbox"]:checked + .toggle {
  background: #516bfc;
}
.customToggle input[type="checkbox"]:checked + .toggle:before {
  top: 2px;
  left: 64px;
}
.customToggle input[type="checkbox"]:checked + .toggle:after {
  content: "ON";
  display: inline-block;
  color: #fff;
  width: 64px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 2px;
}

/*checkbox*/
label {
  position: relative;
}

input[type=checkbox] {
  z-index: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 1px;
  height: 1px;
  opacity: .01;
}

input[type=checkbox] + .check {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  vertical-align: middle;
  margin: -2px 8px 0;
}

input[type=checkbox]:checked + .check:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 10px;
  overflow: hidden;
  border-right: #40ca57 2px solid;
  border-bottom: #40ca57 2px solid;
  transform: rotate(45deg);
}

input[type=checkbox]:indeterminate + .check:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 12px;
  height: 2px;
  background-color: #40CA57;
  margin-top: -1px;
}

input[type=radio] {
  z-index: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 1px;
  height: 1px;
  opacity: .01;
}

input[type=radio] + .radio {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  border-radius: 50%;
  box-sizing: border-box;
}

input[type=radio]:checked + .radio:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background-color: #40ca57;
}

/*stickyBottom*/
.stickyBottom .checkBox input[type=checkbox] + .check {
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  border: 1px solid #fff;
}

.stickyBottom .checkBox input[type=checkbox] + .check:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 9px;
  height: 18px;
  overflow: hidden;
  border-right: #cccbc8 3px solid;
  border-bottom: #cccbc8 3px solid;
  transform: rotate(45deg);
}

.stickyBottom .checkBox input[type=checkbox]:checked + .check {
  background: #4ad06a;
  border: 0px;
  border: 1px solid #4ad06a;
}

.stickyBottom .checkBox input[type=checkbox]:checked + .check:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 9px;
  height: 18px;
  overflow: hidden;
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
}

/*button*/
/*error*/
.customSelect.error select,
.customInput.error input,
.customInput.error textarea {
  background-color: #FFF2F2 !important;
}

/*disabled*/
input[type="text"][disabled],
textarea[disabled],
select[disabled],
input[type=checkbox][disabled] + .check,
input[type="number"][disabled] {
  opacity: .5;
}

/*focus*/
input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
input[type="checkbox"]:focus + .check {
  border: 1px solid #a8b5ff;
  outline: 0;
  color: #000000;
}

select::-moz-focus-inner {
  border-style: none;
}

/*placeholder*/
/* -------------------------------------
 * block
------------------------------------- */
/* wrappingBlock01 */
.wrappingBlock01 {
  clear: both;
  margin: 60px 0 0;
  background-color: #fff;
}
.wrappingBlock01.refineList {
  margin: 0;
}

.staticTitleBig + .wrappingBlock01 {
  margin: 0;
}

.pager + .wrappingBlock01 {
  margin: 30px 0 0;
}

.txtCom + .wrappingBlock01 {
  margin: 30px 0 0;
}

.wrappingBlock02 {
  clear: both;
  margin: 15px 50px;
  padding: 15px;
  background-color: #fff;
  border: #e6e6e6 1px solid;
}

/* dropBox */
.dropBox {
  border: 1px dashed #bfbfbf;
  background-color: #FFF;
  box-sizing: border-box;
  width: 292px;
  height: 278px;
  margin: 16px 8px 0 8px;
  padding: 10px 0 0;
  position: relative;
  float: left;
  text-align: center;
  z-index: 5;
  border-radius: 3px;
  box-shadow: 0 0 0 5px #fff;
}
.dropBox .boxTours {
  background-color: #262626;
  border-radius: 3px;
  color: #fff;
  padding: 12px;
  position: absolute;
  z-index: 999;
  text-align: left;
  position: absolute;
  box-sizing: border-box;
  width: 293px;
  position: absolute;
  left: 50%;
  top: 290px;
  margin-left: -146px;
}
.dropBox .boxTours:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #262626;
  transform: rotate(-45deg);
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -2.5px;
  z-index: 998;
}
.dropBox .boxTours span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
}

.dropBox:before {
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -60px;
  content: "";
  width: 120px;
  height: 120px;
  background: #F2F2F2 url(../img/com_cad01.png) center center no-repeat;
  border-radius: 60px;
}

.dropBox:after {
  position: absolute;
  content: "";
  width: 65px;
  height: 62px;
  top: -20px;
  left: 50%;
  margin-left: -32px;
  background: url(../img/com_cadarrow01.png) no-repeat;
  animation: arrowMove 1.4s infinite;
  opacity: 1;
}

@keyframes arrowMove {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.dropBox.dropOn {
  border: 1px dashed #ffcc00;
  background-color: #FFF6CC;
}

.dropBox.dropOn:before {
  background-color: #fff;
}

.dropOff {
  z-index: 1;
}

.dropBox .tit {
  padding-top: 160px;
  font-size: 20px;
  line-height: 26px;
  clear: both;
  box-sizing: border-box;
  margin: 150px 0 0;
  padding: 5px;
}

.dropBox .inner {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #ccc9c2;
  text-align: center;
}

.dropBox .txt {
  font-size: 20px;
}

.dropBox .uploadBtn {
  display: inline-block;
  width: 280px;
  padding: 7px;
  margin: 10px 0 0;
  background-color: #ffcc00;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  position: relative;
  transition: opacity .2s;
}

.dropBox .uploadBtn:hover {
  opacity: .5;
}

.dropBox .fileImport {
  position: absolute;
  top: 0px;
  left: 0;
  width: 280px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.dropBox label {
  color: #4054ca;
  font-size: 16px;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

/* errorBlock */
.errorBlock {
  clear: both;
  margin: 15px 0 0;
  padding: 15px;
  background-color: #fff2f2;
  border: #e06464 1px solid;
}

.errorBlock li {
  padding: 0 0 0 20px;
  background-position: 0 .2em;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic02.png);
  background-size: 15px auto;
  color: #e06464;
}

.errorBlock li.commonMessage {
  color: #4c4c4c;
}

.errorBlock p {
  color: #e06464;
}

/* historyColumn */
.historyColumn {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: -30px;
  position: relative;
}

.historyColumnBtn {
  border: none;
}

.pager + .wrappingBlock01 > .historyColumn {
  margin-top: 0;
}

.historyColumn .col {
  display: table-cell;
  vertical-align: top;
  padding: 15px;
}

.historyColumn .col.mainCol {
  width: 550px;
  box-sizing: border-box;
}

.historyColumn .col.statusCol {
  border-left: #ccc 1px solid;
  box-sizing: border-box;
}

.historyColumn .col.btnCol {
  width: 240px;
}

.historyColumn .historyTitle {
  font-size: 16px;
  font-weight: bold;
}

.historyColumn .titleText {
  margin: 5px 0 0;
}

.historyColumn .titleText p {
  margin: 0;
}

.historyColumn .status {
  font-size: 16px;
  font-weight: bold;
}

.historyColumn .txtCoupon {
  display: inline-block;
  color: #ff730a;
  padding-left: 5px;
}

.is-ok {
  color: #40ca57;
}

.is-alert {
  color: #e06464;
}

.historyColumn .status .check {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 16px 0 0;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}

.historyColumn .status .check:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-right: #4054ca 1px solid;
  border-bottom: #4054ca 1px solid;
  transform: rotate(-45deg);
}

.historyColumn .statusText p {
  margin: 3px 0 0;
}

.historyColumn .col.btnCol .btn {
  margin: 0 0 5px;
}

.historyColumn .col.btnCol .btn a {
  width: 100%;
}

.historyColumn .btnText {
  font-size: 12px;
  text-align: center;
}

/* pager */
.pager {
  clear: both;
  margin: 30px 0;
  text-align: center;
}

.pager li {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0 2px 0 0;
  vertical-align: middle;
}

.pager li a,
.pager li span {
  display: block;
  background: linear-gradient(#fff, #f2f2f2);
  border: 1px solid #4054ca;
  color: #4054ca;
  font-size: 14px;
  text-align: center;
  height: 100%;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
}

.pager li.prev a,
.pager li.next a {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

.pager li.prev a:after,
.pager li.next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  border-left: #4054ca 1px solid;
  border-bottom: #4054ca 1px solid;
}

.pager li.prev a:after {
  transform: rotate(45deg);
}

.pager li.next a:after {
  transform: rotate(225deg);
  margin: -2px 0 0 -4px;
}

/* active */
.pager li.is-active a,
.pager li.is-active span {
  background: #fff;
  border: 1px solid #bfbfbf;
  pointer-events: none;
  color: #bfbfbf;
  cursor: default;
}
.pager li.is-active a:after,
.pager li.is-active span:after {
  border-color: #bfbfbf;
}

/* partsStatusList */
.partsStatusList li {
  float: left;
  margin: 0 0 0 8px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.partsStatusList li:first-child {
  margin: 0;
}

.partsStatusList li img {
  width: 25px;
  height: 16px;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}

.partsStatusList li.status01,
.partsStatusList li.status02 {
  color: #40ca57;
}

.partsStatusList li.status03,
.partsStatusList li.status04,
.partsStatusList li.status06 {
  color: #ccc9c2;
}

.partsStatusList li.status05 {
  color: #e06464;
}

.partsStatusList li.status06 {
  color: #ccc9c2;
  margin: 0;
}

/*addressColumn*/
.addressColumn li {
  width: 435px;
  margin: 20px 0 0 0;
  line-height: 1.33;
}

.addressColumn li:nth-child(odd) {
  float: left;
  clear: both;
}

.addressColumn li:nth-child(even) {
  float: right;
}

.addressColumn .customInput,
.addressColumn .customSelect {
  width: 300px;
  display: inline-block;
  height: 32px;
  margin: -5px 0 0 15px;
}

/*destinatColumn*/
.modalWindow .destinatColumn {
  max-height: 450px;
  overflow: auto;
  text-align: left;
}

.destinatColumn li {
  width: 612px;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 10px 10px 10px 10px;
  line-height: 1.33;
  border: 1px solid #ccc;
  position: relative;
}

.modalWindow .destinatColumn li {
  width: 585px;
}

.destinatColumn li:nth-child(odd) {
  float: left;
}

.destinatColumn li:nth-child(even) {
  float: right;
}

.destinatColumn .tit {
  font-weight: bold;
}

.modalWindow .partsListTitle .title {
  font-size: 18px;
}

.destinatColumn .inf {
  margin: 5px 0 0 0;
}

.destinatColumn .textBtn01 {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*meviypassBlock*/
.meviypassBlock {
  margin-top: 15px;
}
.meviypassBlock .txtMeviypass {
  margin-bottom: 15px;
  color: #ff730a;
}
.meviypassBlock .txtMeviypass.error {
  color: #e16767;
}
.meviypassBlock .customInput {
  width: 250px;
  display: table-cell;
  vertical-align: top;
}
.meviypassBlock .customInput input {
  height: 36px;
}
.meviypassBlock .btn {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.meviypassBlock .btn a {
  width: auto;
  padding: 0 30px;
  line-height: 36px;
}
.meviypassBlock .txtMeviypass02 {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
  line-height: 1.33;
}

/*destinatBlock*/
.destinatBlock {
  margin: 15px 0 0 0;
}

.destinatBlock .tit {
  font-weight: bold;
  font-size: 16px;
}

.destinatBlock .inf {
  margin: 5px 0 0 0;
}

/* partsListTitle */
.partsListTitle {
  clear: both;
  padding: 0 0 15px;
  border-bottom: #ccc 1px solid;
  line-height: 1.1;
}

.partsListTitle.noline {
  padding: 0;
  border-bottom: none;
  margin-top: 20px;
}

.partsListTitle .title {
  float: left;
  font-size: 24px;
  font-weight: normal;
}

.partsListTitle .title a img {
  border: #4054ca 1px solid;
  margin: 0 10px 0 0;
}

.partsListTitle .partsStatusList {
  float: right;
  margin: 6px 0 0;
}

.partsListTitle .supText {
  float: right;
  margin: 3px 0 0;
}

.partsListTitle .supText a {
  text-decoration: underline;
}

/* amountBlock */
.amountBlock {
  clear: both;
  margin: 0;
  padding: 20px;
  background-color: #4d4d4d;
  box-sizing: border-box;
  position: relative;
}

.amountBlock .textBox {
  float: left;
  color: #fff;
}

.amountBlock .textBox .amountText {
  padding: 0 0 0 30px;
  background: url(../img/com_ic03.png) no-repeat 0 50%;
  font-size: 16px;
}

.amountBlock .textBox .amountText .quantity {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

.amountBlock .textBox .amountText .quantity:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin: -12px 0 0;
  background-color: rgba(255, 255, 255, 0.15);
}

.amountBlock .textBox .amountText .amount {
  display: inline-block;
  margin: 0 0 0 30px;
  color: #ffcc00;
}

.amountBlock .textBox .amountText .txtMeviypass {
  display: inline-block;
  color: #ff730a;
  padding-left: 30px;
}

.amountBlock .textBox .supText {
  margin: 5px 0 0;
  font-size: 12px;
}

.amountBlock .textBox .supText strong {
  color: #ffcc00;
  font-weight: normal;
}

.amountBlock .btnBox {
  float: right;
}

.amountBlock .btnBox .btn {
  margin-top: 0;
  display: inline-block;
  margin-left: 5px;
}

/* amoutBlockWide */
.amoutBlockWide {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #4d4d4d;
}

.amoutBlockWide .amountBlock {
  margin-top: 0;
}

.amountBlock .downloadBtn {
  position: absolute;
}

/* checkBox */
.checkBox {
  background-color: #999791;
  color: #ffffff;
}

.checkBox.alert {
  background-color: #e16767;
  transition: all 0.5s;
}

.checkBox.passing {
  background-color: #999791;
  transition: all 0.5s;
}
.checkBox.passing .outlink {
  background-image: url(../img/icon_newtab_w.png);
}

.checkBox a {
  color: #ffffff;
  text-decoration: underline;
}

.checkBox .inner {
  width: 1240px;
  margin: 0 auto;
  padding: 10px 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}
.checkBox .inner.refineConsent {
  text-align: right;
  font-size: 14px;
}

/* stickyBottom */
.stickyBottom {
  margin: 100px 0 -60px;
  background-color: #f2f2f2;
}

/* checkVona */
.stickyBottom .checkVona {
  text-align: right;
  margin-top: 5px;
  font-size: 11px;
  color: #FFF;
}

.stickyBottom .checkVona input[type=checkbox] + .check {
  border: 1px solid #999999;
  background: none;
  margin: -2px 5px 0 0;
}

.stickyBottom .checkVona input[type=checkbox]:checked + .check:before {
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.stickyBottom .checkVona.disable label {
  pointer-events: none;
  opacity: 0.25;
}

/* -------------------------------------
 * table
------------------------------------- */
/* table01 */
.table01 {
  clear: both;
  width: 100%;
  margin: 20px 0 0;
  border: #ccc 1px solid;
  border-collapse: collapse;
}

.table01 th,
.table01 td {
  padding: 10px;
  border-bottom: #ccc 1px solid;
  line-height: 1.33;
}

.table01 th {
  font-weight: normal;
  text-align: center;
  white-space: nowrap !important;
}

.table01 .thColor01 {
  background-color: #ebedf7;
}

.table01 .minTd {
  width: 1%;
}

.table01 span.format {
  color: #fff;
  background-color: #4ad06a;
  border-radius: 20px;
  margin-right: 5px;
  padding: 4px 6px;
  font-size: 12px;
}

.table01 .model {
  display: block;
  float: left;
  overflow: hidden;
  width: 180px;
  word-wrap: break-word;
}

/*modelNum*/
.boxParts .modelNum,
.table03 .modelNum {
  display: block;
  width: 145px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

.table03 .parttd {
  width: 120px;
}

.table03 .model {
  display: block;
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.boxParts .modelNum {
  width: 530px;
  padding-right: 20px;
  margin: 3px 0 -3px 0;
  position: relative;
  font-size: 10px;
  line-height: 16px;
}

.boxParts .modelNum .misumi {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}

.table03 .modelNum {
  width: 600px;
  letter-spacing: -0.025em;
  text-align: left;
}

.table03 .modelNumCol {
  padding: 0 0 5px;
  border-top: none;
  font-size: 12px;
}

.table03 .modelNum span {
  display: inline-block;
  margin-right: 5px;
  background-color: #4ad06a;
  padding: 0 5px;
  border-radius: 9px;
  line-height: 16px;
  font-size: 11px;
  vertical-align: middle;
  color: #fff;
}

.boxParts .modelNum span.partNumCaption {
  display: inline-block;
  margin-right: 5px;
  background-color: #4ad06a;
  padding: 0 5px;
  border-radius: 8px;
  line-height: 16px;
  font-size: 11px;
  vertical-align: middle;
  color: #fff;
}

/* table03 */
.table03 {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  color: #ffffff;
  line-height: 1.33;
}

.table03 th,
.table03 td {
  vertical-align: top;
  border-top: #807f7c 1px dotted;
  text-align: right;
  padding: 5px;
}

.table03 th {
  text-align: left;
  padding: 5px 5px 5px 0;
}

.table03 .sumtd {
  color: #ffcc00;
}

.table03 .statustd {
  padding: 5px 0 5px 5px;
}

.table03 tr:first-child th {
  padding: 0 5px 5px 0;
  border: none;
}

.table03 tr:first-child td {
  padding: 0 5px 5px;
  border: none;
}

.table03 tr:first-child .statustd {
  padding: 0 0 5px 5px;
}

/* table06 */
.table06 {
  clear: both;
  width: 100%;
  margin: 15px 0 0;
}
.table06 th, .table06 td {
  border: 1px solid #ccc;
  padding: 8px;
}
.table06 th {
  background-color: #ebedf7;
  font-weight: normal;
}
.table06 th.cell03 {
  text-align: left;
  white-space: nowrap;
}
.table06 th.cell05 {
  white-space: nowrap;
}
.table06 th.cell08 {
  white-space: nowrap;
}
.table06 th a {
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #999791;
  border-radius: 3px;
  color: #4c4c4c;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}
.table06 .parts {
  padding-left: 47px;
}
.table06 .customInput {
  width: 100%;
  display: inline-block;
  margin: 0 10px 5px 0;
  font-size: 12px;
}
.table06 .customInput.oya {
  width: 150px;
}
.table06 .customInput.eda {
  width: 380px;
}
.table06 .modelNum {
  font-size: 12px;
}
.table06 .modelNum span {
  display: inline-block;
  margin-right: 3px;
  background-color: #4ad06a;
  padding: 0 5px;
  border-radius: 10px;
  line-height: 16px;
  font-size: 11px;
  vertical-align: middle;
  color: #fff;
}
.table06 .customerNum {
  font-size: 12px;
}
.table06 .name {
  display: block;
  font-size: 12px;
}
.table06 .txtMeviypass {
  display: block;
  color: #ff730a;
}

/* table07 */
.table07 {
  clear: both;
  width: 100%;
  margin: 15px 0 0;
  border: 1px solid #cccccc;
  font-size: 13px;
}
.table07 tr {
  border-top: 1px solid #ccc;
}
.table07 tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.table07 tr:first-child {
  border-top: none;
}
.table07 th, .table07 td {
  padding: 6px 15px;
}
.table07 th {
  background-color: #ebedf7;
  font-weight: normal;
  white-space: nowrap;
  position: relative;
}
.table07 th.cell02 {
  text-align: left;
}
.table07 th:before {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 1px;
  content: '';
  background-color: #bdbdbd;
  height: 52px;
}
.table07 th:first-child:before {
  background-color: transparent;
}
.table07 td {
  position: relative;
  padding: 18px 15px;
  vertical-align: top;
}
.table07 .elementNumber {
  padding: 36px 6px;
}
.table07 .cell01 {
  width: 1%;
}
.table07 .cell03 {
  width: 82px;
}
.table07 .cell04 {
  width: 82px;
}
.table07 .cell05 {
  width: 82px;
}
.table07 .cell06 {
  width: 82px;
}
.table07 .partition {
  padding: 10px 0;
  width: 100%;
  display: block;
}
.table07 .PartsIcon {
  display: table-cell;
  vertical-align: top;
}
.table07 .PartsIcon img {
  width: 100px;
  height: 100px;
}
.table07 .customInputWrapper {
  display: table-cell;
  padding-left: 10px;
}
.table07 .customInput {
  width: 100%;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.table07 .customInput.oya {
  width: 165px;
}
.table07 .customInput.eda {
  width: 415px;
}
.table07 .modelNum span {
  display: inline-block;
  margin-right: 3px;
  background-color: #4ad06a;
  padding: 0 5px;
  border-radius: 10px;
  line-height: 16px;
  font-size: 11px;
  vertical-align: middle;
  color: #fff;
}
.table07 .customerNum {
  font-size: 12px;
}
.table07 .name {
  display: block;
}
.table07 .txtBold {
  font-weight: 700;
}
.table07 .txtBold + p {
  line-height: 1;
}
.table07 .addComment {
  text-decoration: underline;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}
.table07 .addComment:hover {
  text-decoration: none;
}
.table07 .addComment:before {
  position: absolute;
  top: 28%;
  left: 2px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #4c4c4c;
  transform: rotate(-90deg);
}
.table07 .addComment.is-close:before {
  transform: rotate(0deg);
  top: 40%;
  left: 0;
}
.table07 .hidden {
  display: none;
}
.table07 .disabled {
  color: #999999;
}
.table07 .addCommentBox {
  display: none;
}
.table07 .addCommentBox.open {
  display: block;
}
.table07 input:checked + .addCommentBox {
  transition: 0.7s;
  display: block;
}
.table07 input:checked .addComment {
  color: red;
}
.table07 .customInput input[type=text] {
  height: 26px;
}
.table07 .numberInput {
  width: 56px;
  height: 26px;
  text-align: right;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.table07 .CommentArea {
  width: 566px;
  height: 164px;
  border-radius: 0;
  margin: 15px 0 10px;
}
.table07 .refineLink {
  color: #4054ca;
  text-decoration: underline;
}
.table07 .refineLink + .refineLink {
  padding-left: 14px;
}
.table07 .refineTableArea {
  width: 1240px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  white-space: nowrap;
}
.table07 .refineTableArea > div {
  text-align: right;
  padding: 0 10px 8px 0;
}

.resultBlock {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.resultBlock .resultTxt {
  text-align: right;
  font-size: 16px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #979797;
}
.resultBlock .txtYel {
  color: #ffcc00;
  padding-bottom: 15px;
}
.resultBlock .txtTotal {
  font-size: 24px;
  padding-left: 10px;
}
.resultBlock .resultTxtComments {
  font-size: 13px;
  line-height: 1;
}
.resultBlock .colButton p {
  margin-top: 4px;
}
.resultBlock .colButton p a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
}
.resultBlock .colButton p a:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_w.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
.resultBlock .colButton p a + a {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #979797;
}
.resultBlock .colButton p a.disable {
  pointer-events: none;
  color: #999791;
}
.resultBlock .colButton p .oneTxtLink {
  float: right;
}

.lineRefine {
  z-index: 2;
}

.amountRefine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
}

.refineButtonGR {
  display: block;
  background-image: linear-gradient(to top, #efeff0, #ffffff), linear-gradient(#ffffff, #ffffff);
  border: solid 1px #858585;
  border-radius: 3px;
  color: #4c4c4c;
}
.refineButtonGR.saveButton {
  width: 90px;
  padding: 10px;
  display: block;
}
.refineButtonGR.downloadButton {
  width: 140px;
  padding: 10px;
  font-size: 16px;
  display: inline-block;
}
.refineButtonGR.cancelButton {
  width: 150px;
  padding: 10px;
  margin: 0 auto;
  background-image: linear-gradient(#ededed, #ffffff);
  border: 1px solid #999791;
}
.refineButtonGR + .refineButtonGR {
  margin-left: 8px;
}
.refineButtonGR.disable {
  background: #999791 !important;
  pointer-events: none;
}

.refineButtonYE {
  background: linear-gradient(#ffdb4d, #ffcc00);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #4c4c4c;
  border-radius: 3px;
  font-size: 16px;
}
.refineButtonYE.typeA {
  width: 282px;
  height: 50px;
}
.refineButtonYE.disable {
  background: #999791 !important;
  pointer-events: none;
}

button:hover {
  opacity: 0.5;
}

.refineConf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 56px;
}
.refineConf .sepalate {
  position: relative;
  width: 575px;
}
.refineConf .sepalate + .sepalate {
  margin-left: 90px;
}
.refineConf .customInput.refineTxt {
  width: 346px;
}
.refineConf .sepalate {
  font-size: 16px;
}
.refineConf .confTtl {
  padding: 0 0 40px;
}
.refineConf .customInput {
  width: 300px;
  display: inline-block;
  height: 32px;
  margin: -5px 0 0 0;
}
.refineConf .txt01 {
  display: block;
}
.refineConf .txt01 + .txt01 {
  margin-top: 10px;
}
.refineConf .addressChange {
  position: absolute;
  top: 60%;
  right: 0;
  font-size: 14px;
  text-decoration: underline;
}

.refineConfCenter td {
  vertical-align: middle;
}

.refineConsent {
  text-align: right;
  font-size: 14px;
}

.outside:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_w.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}

/* -------------------------------------
 * data
------------------------------------- */
/*dataLst*/
.dataLst {
  margin: 0 auto;
}

.dataLst .dataBox {
  border: 1px solid #cccccc;
  background: #ffffff;
  box-sizing: border-box;
  width: 292px;
  height: 278px;
  margin: 16px 8px 0 8px;
  position: relative;
  float: left;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.dataLst .dataBox .sample:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 115px 65px 0;
  border-color: transparent #e06464 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.dataLst .dataBox .sample span {
  display: inline-block;
  backface-visibility: hidden;
  position: absolute;
  top: 14px;
  right: 10px;
  transform: rotate(30deg);
  color: #fff;
  font-size: 16px;
  font-family: Arial;
}

.dataLst .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.dataLst .link:hover {
  opacity: .5;
}

.dataLst .filename {
  text-align: center;
  padding: 5px 10px 0;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}

.dataLst .projectname {
  position: absolute;
  width: 100%;
  bottom: 85px;
  left: 0;
}
.dataLst .projectname.share > p {
  padding-left: 33px !important;
}
.dataLst .projectname.share > p:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 21px;
  background: url(../img/com_ic75.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
}

.dataLst .projectname > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 0 38px 0 10px;
  font-weight: bold;
}

.dataLst .projectname > p a {
  color: #4c4c4c;
}

.dataLst .projectmenu > li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic26.png);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  transition: opacity .2s;
  cursor: pointer;
  z-index: 2;
}

.dataLst .projectmenu > li span:hover {
  opacity: .5;
}

.dataLst .projectmenu .menuSecond {
  visibility: hidden;
  transition: visibility 0.3s;
  position: absolute;
  width: 180px;
  border: 1px solid #d9d6ce;
  background-color: #FFF;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  bottom: 20px;
  right: -10px;
  font-size: 12px;
  z-index: 9;
}

.dataLst .projectmenu .menuSecond > li a {
  display: block;
  background-color: transparent;
  padding: 10px;
  border-top: 1px solid #ededed;
}

.dataLst .projectmenu .menuSecond > li:first-child a {
  border-top: none;
}

.dataLst .projectmenu .menuSecond a {
  color: #4c4c4c;
  display: block;
}

.dataLst .projectmenu .menuSecond a:hover {
  background-color: #ededed;
  opacity: 1;
}

.dataLst .projectmenu .menuSecond li {
  position: relative;
}

.dataLst .projectmenu > li:hover .menuSecond {
  visibility: visible;
}

.dataLst .projectmenu .menuSecond .btnEdit,
.dataLst .projectmenu .menuSecond .btnCopy,
.dataLst .projectmenu .menuSecond .btnDelete,
.dataLst .projectmenu .menuSecond .btnService,
.dataLst .projectmenu .menuSecond .btnFavorite,
.dataLst .projectmenu .menuSecond .btnFavoriteDel,
.dataLst .projectmenu .menuSecond .btnShare {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding-left: 38px;
}

.dataLst .projectmenu .menuSecond .btnEdit {
  background-image: url(../img/com_ic62.png);
}

.dataLst .projectmenu .menuSecond .btnCopy {
  background-image: url(../img/com_ic61.png);
}

.dataLst .projectmenu .menuSecond .btnDelete {
  background-image: url(../img/com_ic009.png);
}

.dataLst .projectmenu .menuSecond .btnService {
  background-image: url(../img/com_ic66.png);
}

.dataLst .projectmenu .menuSecond .btnFavorite {
  background-image: url(../img/com_ic73.png);
}

.dataLst .projectmenu .menuSecond .btnFavoriteDel {
  background-image: url(../img/com_ic72.png);
}

.dataLst .projectmenu .menuSecond .btnShare {
  background-image: url(../img/com_ic74.png);
}

.dataLst .status {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 36px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  width: 292px;
  height: 30px;
  line-height: 1.1;
  box-sizing: border-box;
}

.dataLst .situation {
  width: 101px;
  height: 101px;
  position: absolute;
  top: 38%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 1;
}

.dataLst .status + .situation {
  top: 50%;
}

.dataLst .status + .situation + .situationBase {
  top: 50%;
}

.dataLst .situation img {
  width: 101px;
  height: 101px;
}

.dataLst .situationBase {
  content: "";
  width: 107px;
  height: 107px;
  position: absolute;
  top: 38%;
  left: 50%;
  margin: -53.5px 0 0 -53.5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.dataLst .loading + .situationBase {
  top: 50%;
}

.dataLst .loading {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dataLst .situationErr {
  text-align: center;
}

.dataLst .situation .percent {
  display: inline-block;
  width: 101px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  text-align: center;
  line-height: 1;
}

.dataLst .situation .percent strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
}

.dataLst .img {
  margin: 0;
  width: 290px;
  height: 183px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  background-color: #f2f2f2;
  background: linear-gradient(#f2f2f2 0%, #ffffff 100%);
  border-radius: 3px 3px 0 0;
}
.dataLst .img img {
  max-width: 290px;
  max-height: 143px;
  width: auto;
  height: auto;
}

.dataLst .infoBox01 {
  width: 100%;
  line-height: 1.33;
}

.dataLst .infoBox01 select {
  width: 100%;
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}

.dataLst .favorite {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.dataLst .favorite input[type="checkbox"]:checked + .favoriteIcon {
  background-position: 0 0;
}
.dataLst .favorite .favoriteIcon {
  position: static;
  background-position: 0 -30px;
}

.dataLst .figureBox {
  display: block;
}

.dataLst .amountText {
  padding: 5px 10px 3px 28px;
  background: rgba(255, 204, 0, 0.8) url(../img/com_ic10.png) no-repeat 8px 50%;
  font-size: 12px;
}

.dataLst .amountText .quantity {
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
}

.dataLst .amountText .quantity:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin: -6px 0 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.dataLst .amountText .amount {
  display: inline-block;
  float: right;
}

.dataLst .parts {
  float: left;
}

.dataLst .date {
  float: right;
}

.dataLst .form {
  margin: 0 10px;
}

.dataLst .form dl {
  display: table;
  margin-top: 4px;
}

.dataLst .form dt {
  display: table-cell;
  width: 99px;
  height: 26px;
  padding-right: 5px;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}

.dataLst .form dd {
  display: table-cell;
  width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dataLst .form dd input,
.dataLst .form dd .customSelect {
  height: 26px;
}

.dataLst .form dt:before {
  content: "";
  display: table;
  clear: both;
}

.dataLst .projectNamechange {
  margin: 12px 10px 0;
  font-size: 13px;
}

.dataLst .projectNamechange dt {
  margin-bottom: 10px;
}

.dataLst .projectNamechange dd {
  display: block;
}

.dataLst .projectNamechange dd input {
  width: 100%;
  height: 28px;
  padding: 0 7px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px transparent;
  border: solid 1px #ccc;
  vertical-align: middle;
  resize: none;
}

.dataLst .partsStatusList {
  position: absolute;
  bottom: 45px;
  left: 0;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  padding: 7px 0 0 7px;
  border-top: 1px solid #e6e6e6;
  z-index: 1;
}

.dataLst .price {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  padding: 10px 10px 10px 0;
  border-top: 1px solid #e6e6e6;
  text-align: right;
}

.dataLst .dateUpload {
  display: none;
}

.dataLst .dateRenew {
  display: none;
}

.dataLst .deleteBtn a {
  position: absolute;
  bottom: 10px;
  right: 8px;
  cursor: pointer;
}

.dataLst .btn a {
  width: 280px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-radius: 3px;
  padding: 7px;
  font-size: 13px;
}

.dataLst .lstBtn {
  display: table;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 280px;
}

.dataLst .lstBtn li {
  display: table-cell;
  width: 50%;
  padding: 0 2.5px;
}

.dataLst .lstBtn li:first-child {
  padding-left: 0;
}

.dataLst .lstBtn li:last-child {
  padding-right: 0;
}

.dataLst .lstBtn .btn a,
.dataLst .btn + .lstBtn .disable {
  width: 100%;
  position: static;
}

.dataLst .deleteBtn + .btn a,
.dataLst .deleteBtn + .lstBtn,
.dataLst .btn + .lstBtn {
  width: 252px;
}

.dataLst .annotation {
  position: absolute;
  top: 0;
  left: 0;
}

.dataLst .annotation span {
  box-sizing: border-box;
  display: table-cell;
  width: 292px;
  height: 50px;
  line-height: 1.25;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
}
.dataLst .annotation span.hasServiceIcon {
  padding-left: 45px;
  text-align: left;
}

.dataLst .step {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  padding: 10px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  white-space: pre;
}

.dataLst .infiniteLorder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dataLst .infiniteLorder span,
.dataLst .infiniteLorder span:after {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}
.dataLst .infiniteLorder span {
  display: block;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(0, 0, 0, 0.1);
  border-right: 6px solid rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  border-left: 6px solid #ccc;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

/*projectlstTit*/
.projectlstTit {
  position: absolute;
  top: 0;
  left: 30px;
}
.projectlstTit .heading01 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.projectlstTit .selectPullService {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.projectlstTit .selectPullService > li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/ico_btn_svs.png), linear-gradient(#ffffff, #f2f2f2);
  transition: opacity .2s;
  cursor: pointer;
  color: #4c4c4c;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
}
.projectlstTit .selectPullService > li span:hover {
  opacity: .5;
}
.projectlstTit .selectPullService > li:hover .menuSecond {
  visibility: visible;
}
.projectlstTit .selectPullService .menuSecond {
  visibility: hidden;
  transition: visibility 0.3s;
  z-index: 9999;
  position: absolute;
  width: 180px;
  border: 1px solid #d9d6ce;
  background-color: #FFF;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  top: 29px;
  left: 50%;
  margin-left: -90px;
}
.projectlstTit .selectPullService .menuSecond > li a {
  display: block;
  background-color: transparent;
  margin: 15px;
  color: #4c4c4c;
  display: block;
}
.projectlstTit .selectPullService .menuSecond > li.border {
  border-top: 1px solid #ededed;
}
.projectlstTit .selectPullService .menuSecond > li.disable {
  background-color: #ededed;
  pointer-events: none;
}
.projectlstTit .txt {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 160px;
  color: #555;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
  position: absolute;
  top: -47px;
  right: -67px;
  border-radius: 3px;
}
.projectlstTit .txt:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 8px solid #FFF;
  z-index: 2;
}
.projectlstTit .txt:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -11px;
  border: 9px solid transparent;
  border-top: 9px solid #dfdfdf;
  z-index: 1;
}

/*selectService*/
.dataLst .selectService li {
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}
.dataLst .selectService li:first-child {
  border-top: none;
}
.dataLst .selectService li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.dataLst .selectService li a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 50px;
  color: #4C4C4C;
  position: relative;
}
.dataLst .selectService li a .serviceIcon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
  transition: all .2s;
}
.dataLst .selectService li a:hover {
  opacity: 1;
  background-color: #fff6cc;
}

/*searchWrap*/
.searchWrap {
  position: absolute;
  right: 305px;
}
.searchWrap .searchArea {
  display: table;
  box-sizing: border-box;
  width: 300px;
  height: 30px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}
.searchWrap .searchArea p {
  display: table-cell;
  vertical-align: top;
}
.searchWrap .searchArea .txtInput {
  width: 100%;
}
.searchWrap .searchArea .txtInput input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  padding: 0 0 0 7px;
  border-radius: 3px 0 0 3px;
  border: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 35px;
  color: #4c4c4c;
}
.searchWrap .searchArea .txtInput input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
.searchWrap .searchArea .txtInput input[type="text"]:-ms-input-placeholder {
  color: #999;
}
.searchWrap .searchArea .txtInput input[type="text"]::-moz-placeholder {
  color: #999;
}
.searchWrap .searchArea .btnReset {
  width: 28px;
}
.searchWrap .searchArea .btnReset a {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  background-color: #FFF;
}
.searchWrap .searchArea .btnReset a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background-color: #c0c0c0;
  transform: rotate(45deg);
}
.searchWrap .searchArea .btnReset a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background-color: #c0c0c0;
  transform: rotate(-45deg);
}
.searchWrap .searchArea .btnOption {
  width: 28px;
}
.searchWrap .searchArea .btnOption a {
  display: block;
  border-left: 1px solid #ccc;
  width: 28px;
  height: 28px;
  background-image: url(../img/com_ic01.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #FFF;
  overflow: hidden;
  text-indent: -9999px;
}
.searchWrap .searchArea .btnSearch {
  width: 30px;
}
.searchWrap .searchArea .btnSearch a {
  display: block;
  width: 30px;
  height: 30px;
  margin: -1px -1px -1px 0;
  border-radius: 0 3px 3px 0;
  background-image: url(../img/ico_sch02.png), linear-gradient(#516bfc, #4054ca);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.searchWrap .optionSearch {
  z-index: 6;
  width: 380px;
  box-sizing: border-box;
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -190px;
  padding: 15px;
  border: 1px solid #ccc;
  cursor: auto;
  background: #fff;
  box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
}
.searchWrap .optionSearch .checkBlock {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.searchWrap .optionSearch .formList {
  padding-bottom: 15px;
}
.searchWrap .optionSearch .formList li {
  padding-top: 15px;
}
.searchWrap .optionSearch .boxButton {
  text-align: center;
}
.searchWrap .optionSearch .boxButton .btn {
  display: inline-block;
  width: 110px;
  margin: 0 3px;
}
.searchWrap .optionSearch .boxButton .btn a {
  width: 100%;
  padding: 8px;
}
.searchWrap .errorTxt {
  display: block;
  color: #e06464;
  position: absolute;
  top: 33px;
  left: 0;
}
.searchWrap .hitTxt {
  left: 0;
  top: 43px;
  position: absolute;
}
.searchWrap .hitTxt .hit {
  font-size: 20px;
}

/*projectFilter*/
.projectFilter {
  display: block;
  position: absolute;
  top: 0;
  right: 225px;
}
.projectFilter.hasHeading {
  position: static;
  margin-top: 20px;
}
.projectFilter .selectService li {
  display: inline-block;
}
.projectFilter .selectService li label {
  display: block;
  width: 33px;
  color: #4C4C4C;
  position: relative;
  text-indent: -9999px;
}
.projectFilter .selectService li label input[type=checkbox] {
  z-index: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 1px;
  height: 1px;
  opacity: .01;
}
.projectFilter .selectService li label input[type=checkbox] + .serviceIcon, .projectFilter .selectService li label input[type=checkbox] + .buyIcon {
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 0;
}
.projectFilter .selectService li label input[type=checkbox] + .favoriteIcon {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 -30px;
}
.projectFilter .selectService li label input[type=checkbox]:checked + .serviceIcon {
  background-color: #4054ca;
}
.projectFilter .selectService li label input[type=checkbox]:checked + .buyIcon {
  background-color: #4c4c4c;
}
.projectFilter .selectService li label input[type=checkbox]:checked + .favoriteIcon {
  background-position: 0 0;
}

/*serviceIcon*/
.serviceIcon {
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  background-color: #4054ca;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
.serviceIcon.mgt {
  background-image: url(../img/ico_svc_mac.png);
}
.serviceIcon.tgt {
  background-image: url(../img/ico_svc_lat.png);
}
.serviceIcon.dmp {
  background-image: url(../img/ico_svc_mld.png);
}
.serviceIcon.osm {
  background-image: url(../img/ico_svc_stm.png);
}
.serviceIcon.oth {
  background-image: url(../img/ico_svc_oth.png);
}

/*buyIcon*/
.buyIcon {
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  background-color: #4c4c4c;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
  background-image: url(../img/ico_sta_buy.png);
}

/*favoriteIcon*/
.favoriteIcon {
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 1;
  background-image: url(../img/ico_sta_fav.png);
}

.historyColumn .serviceIcon {
  position: static;
  vertical-align: middle;
  margin-top: -3px;
}

/* projectNumber */
.projectNumber {
  position: absolute;
  top: 0;
  right: 140px;
  height: 30px;
  margin: 0;
}
.projectNumber .textBold {
  font-weight: normal !important;
}

/* projectStyle */
.projectStyle {
  position: absolute;
  top: 0;
  right: 70px;
  background: linear-gradient(#ffffff, #f2f2f2);
  color: #4c4c4c;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
}
.projectStyle li {
  display: table-cell;
}
.projectStyle li a, .projectStyle li span {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.projectStyle .card a, .projectStyle .card span {
  background-image: url(../img/ico_btn_cad.png);
}
.projectStyle .list a, .projectStyle .list span {
  background-image: url(../img/ico_btn_lst.png);
}
.projectStyle .disable {
  background-color: #cccccc;
  pointer-events: none;
}

/* projectSort */
.projectSort {
  position: absolute;
  top: 0;
  right: 30px;
}
.projectSort > li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/ico_btn_srt.png), linear-gradient(#ffffff, #f2f2f2);
  transition: opacity .2s;
  cursor: pointer;
  color: #4c4c4c;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
}
.projectSort > li span:hover {
  opacity: .5;
}
.projectSort > li:hover .menuSecond {
  visibility: visible;
}
.projectSort .menuSecond {
  visibility: hidden;
  transition: visibility 0.3s;
  z-index: 9999;
  position: absolute;
  width: 180px;
  border: 1px solid #d9d6ce;
  background-color: #FFF;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  top: 29px;
  right: 0px;
  font-size: 12px;
}
.projectSort .menuSecond > li a {
  display: block;
  background-color: transparent;
  padding: 10px;
  color: #4c4c4c;
  display: block;
}
.projectSort .menuSecond > li.border {
  border-top: 1px solid #ededed;
}
.projectSort .menuSecond > li.disable {
  background-color: #ededed;
  pointer-events: none;
}

/* dropInfo */
.dropInfo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  background-color: #4c4c4c;
  z-index: 3;
}

.dropInfo .icon {
  padding: 0 0 0 92px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic11.png);
  display: inline-block;
}

/*barStatus*/
.barStatus {
  width: 225px;
  height: 5px;
  background-color: #ccc9c2;
  position: relative;
}

.barStatus .ok,
.barStatus .ng {
  height: 5px;
  position: absolute;
  text-indent: -9999px;
  transition: width 0.5s linear;
}

.barStatus .ok {
  background-color: #40ca57;
  left: 0;
}

.barStatus .ng {
  background-color: #e06464;
  right: 0;
}

/* -------------------------------------
 * icon
------------------------------------- */
.anm {
  display: inline-block;
  height: 16px;
  overflow: hidden;
  position: relative;
  width: 25px;
}

.anm img {
  animation: type1 infinite steps(4, end) 2s;
  width: 25px;
}

@keyframes type1 {
  100% {
    transform: translate3d(0, -64px, 0);
  }
}
/* -------------------------------------
 * loadingBox
------------------------------------- */
.loadingBox .loading {
  margin: 30px auto;
  width: 101px;
}

.loadingBox .loading img {
  animation: spin 1.5s linear infinite;
}

/* -------------------------------------
 * modal
------------------------------------- */
.modal {
  display: none;
  width: 400px;
  background: #fff;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 101 !important;
}

.modal.wide {
  width: 1200px;
}

.modalWindow {
  display: none;
  line-height: 1.6;
  z-index: 101 !important;
}

.modalWindow .partsListTitle {
  margin: -5px 0 0;
}

.modalWindow .txt {
  margin: 15px 0 0;
  text-align: left;
}

.modalWindow .btn {
  text-align: center;
}

/*.modal.function*/
.modal.function {
  width: 605px;
  background: #4d4d4d;
  color: #CCC;
  padding: 0 15px 15px;
  border-radius: 3px;
  text-align: left;
}

.modal.function .title {
  font-size: 14px;
  line-height: 36px;
  background-color: #262626;
  color: #fff;
  margin: 0 -15px;
  text-align: center;
}

.modal.function .txt {
  margin: 15px 0 0;
  font-size: 12px;
}

.modal.function .txt a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.modal.function .input {
  margin: 15px 0 0;
}

.modal.function .input input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
  color: #4C4C4C;
}
.modal.function .input input[type="text"].oya {
  width: 28%;
}
.modal.function .input input[type="text"].eda {
  display: inline-block;
  width: 70%;
  margin-left: 1%;
}

.modal.function .closeBtn a {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  margin: 0 0 0;
  padding: 0;
  background-color: #666666;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  top: 6px;
  right: 10px;
}

.modal.function .boxButton {
  width: 100%;
  text-align: center;
  border-bottom: none;
}

.modal.function .boxButton li {
  display: inline-block;
  padding-left: 5px;
}

.modal.function .boxButton li:first-child {
  padding-left: 0;
}

.modal.function .btn a {
  width: auto;
  min-width: 200px;
  font-size: 13px;
  padding: 8px;
}

.modal.function .closeBtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  margin: 0 0 0 -7px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.modal.function .closeBtn a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  margin: 0 0 0 -6px;
  background-color: #ffffff;
  transform: rotate(-45deg);
}

/*.modal.Manual*/
.modal.Manual {
  width: 605px;
  background: #4d4d4d;
  color: #fff;
  padding: 0 15px 15px;
  border-radius: 3px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

.modal.Manual .title {
  font-size: 14px;
  line-height: 36px;
  background-color: #262626;
  margin: 0 -15px;
  text-align: center;
  border-radius: 3px 3px 0 0;
}

.modal.Manual .img {
  margin: 15px 0 0;
}

.modal.Manual .closeBtn a {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  margin: 0 0 0;
  padding: 0;
  background-color: #666666;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  top: 6px;
  right: 10px;
}

.modal.Manual .closeBtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  margin: 0 0 0 -6.5px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.modal.Manual .closeBtn a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  margin: 0 0 0 -6.5px;
  background-color: #ffffff;
  transform: rotate(-45deg);
}

/*modal process*/
.modal.process {
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none;
  padding: 0;
}

.modal.process {
  display: none;
}

.modal.process.block {
  display: block;
}

.modal.process .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
}

.modal.process .loading img {
  animation: spin 1.5s linear infinite;
}

.modal.process .loading .txt {
  display: block;
  width: 101px;
  text-align: center;
  position: absolute;
  top: 50%;
  line-height: 1.33;
  font-weight: bold;
  margin: -0.5em 0 0 0;
  text-align: center;
  color: #fff;
}

/*.modal.dialog*/
.modal.dialog {
  padding: 0 15px 15px;
  border: none;
  border-radius: 5px;
}
.modal.dialog.facecolor {
  width: auto;
}

.modal.dialog .titleDialog {
  margin: 0 -15px 0;
  padding: 10px 15px;
  background-color: #efefef;
  border-radius: 5px 5px 0 0;
  line-height: 1;
}

.modal.dialog .txtDialog {
  overflow-wrap: break-word;
  margin-top: 15px;
  text-align: left;
}

.modal.dialog .txtDialog.error {
  color: #ff0000;
}

.modal.dialog .noMoreShowCheck {
  margin-top: 10px;
  text-align: center;
}

.modal.dialog .boxButton {
  width: 100%;
  text-align: center;
}

.modal.dialog .boxButton li {
  display: inline-block;
  padding-left: 5px;
}

.modal.dialog .boxButton li:first-child {
  padding-left: 0;
}

.modal.dialog .btn a {
  width: auto;
  min-width: 100px;
  font-size: 13px;
  padding: 8px;
}

.modal.dialog .error {
  color: #e06464;
}

.addressListBox {
  width: 1240px;
  padding: 0;
}

.Liswrap {
  padding: 30px;
}

.addressListItem {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0 0 0;
}
.addressListItem:first-of-type {
  margin: 0;
}
.addressListItem li {
  text-align: left;
  width: 385px;
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.33;
  border: 1px solid #ccc;
  position: relative;
}
.addressListItem li + li {
  margin-left: 15px;
}
.addressListItem .tit {
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
}
.addressListItem .inf {
  line-height: 20px;
}
.addressListItem .refineButtonBL {
  display: block;
  width: 150px;
  padding: 10px;
  background: linear-gradient(#3f55ff, #2f3fc3);
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  margin: 16px auto 0;
}
.addressListItem .refineButtonBL.is-disable {
  background: #fff;
  color: #cccccc;
  border: 1px solid #cccccc;
}

.addressListCancel {
  margin-top: 15px;
}

/*.dialogSetting*/
.dialog.dialogSetting,
.dialog.dialogPass {
  width: 420px;
}
.dialog.dialogSetting .settingContent,
.dialog.dialogPass .settingContent {
  position: relative;
}
.dialog.dialogSetting .settingContent.disable,
.dialog.dialogPass .settingContent.disable {
  opacity: 0.5;
  pointer-events: none;
}
.dialog.dialogSetting .settingContent.disable .btnUrlCopy:after,
.dialog.dialogPass .settingContent.disable .btnUrlCopy:after {
  content: url(../img/com_ic79.png);
}
.dialog.dialogSetting .titleDialog,
.dialog.dialogPass .titleDialog {
  text-align: center;
  font-weight: bold;
}
.dialog.dialogSetting .titleDialog > span,
.dialog.dialogPass .titleDialog > span {
  display: inline-block;
  padding-right: .5em;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.dialog.dialogSetting .settingItem,
.dialog.dialogPass .settingItem {
  padding-top: 15px;
  overflow: hidden;
}
.dialog.dialogSetting .settingItem dt,
.dialog.dialogPass .settingItem dt {
  width: 40%;
  float: left;
  padding-top: 5px;
  text-align: left;
}
.dialog.dialogSetting .settingItem dt .btnUrlCopy,
.dialog.dialogPass .settingItem dt .btnUrlCopy {
  color: #4c4c4c;
  display: inline-block;
  position: relative;
}
.dialog.dialogSetting .settingItem dt .btnUrlCopy:after,
.dialog.dialogPass .settingItem dt .btnUrlCopy:after {
  content: url(../img/com_ic78.png);
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -10px;
}
.dialog.dialogSetting .settingItem dd,
.dialog.dialogPass .settingItem dd {
  float: right;
  width: 55%;
  position: relative;
  text-align: left;
}
.dialog.dialogSetting .settingItem dd .errorBox,
.dialog.dialogPass .settingItem dd .errorBox {
  color: #f00;
  font-size: 12px;
  line-height: 1.25;
  display: block;
  margin-top: 5px;
}
.dialog.dialogSetting .settingItem dd .okBox,
.dialog.dialogPass .settingItem dd .okBox {
  color: #40ca57;
  font-size: 12px;
  line-height: 1.25;
  display: block;
  margin-top: 5px;
}
.dialog.dialogSetting .settingItem .customSelect,
.dialog.dialogPass .settingItem .customSelect {
  height: 32px;
  width: 100%;
  margin: 0;
}
.dialog.dialogSetting .settingItem .check,
.dialog.dialogPass .settingItem .check {
  margin: -4px 3px 0 0;
}
.dialog.dialogSetting .settingItem .url::-moz-selection,
.dialog.dialogPass .settingItem .url::-moz-selection {
  background-color: #fff6cc;
}
.dialog.dialogSetting .settingItem .url::selection,
.dialog.dialogPass .settingItem .url::selection {
  background-color: #fff6cc;
}

/*.パスワード入力dialog*/
.dialog.dialogPass {
  width: 300px;
}

/*.modal.tours*/
.modal.tours {
  padding: 0;
  border: none;
  border-radius: 5px;
  width: 800px;
}
.modal.tours .inner {
  height: 580px;
}
.modal.tours .titleTours {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}
.modal.tours .txtTours {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.modal.tours .imgTours {
  text-align: center;
  margin-top: 25px;
}
.modal.tours .btnTours {
  position: absolute;
  bottom: -27px;
  left: 0;
  width: 100%;
  text-align: center;
}
.modal.tours .btnTours a {
  width: 160px;
}
.modal.tours .btnClose a {
  display: block;
  text-indent: -99999px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 20px;
  margin-top: -10px;
  z-index: 3;
}
.modal.tours .btnClose a:before {
  content: "";
  display: block;
  height: 33px;
  width: 1px;
  background: #404040;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 50%;
}
.modal.tours .btnClose a:after {
  content: "";
  display: block;
  height: 33px;
  width: 1px;
  background: #404040;
  transform: rotate(-45deg);
  position: absolute;
  top: -2px;
  left: 50%;
}
.modal.tours .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 100px;
  z-index: 3;
  text-align: center;
}
.modal.tours .flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
}
.modal.tours .flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #CCC;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
}
.modal.tours .flex-control-nav a.flex-active {
  background-color: #ffc606;
}
.modal.tours .flex-direction-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.modal.tours .flex-direction-nav li {
  display: inline-block;
}
.modal.tours .flex-direction-nav li a {
  display: inline-block;
  width: 160px;
  padding: 10px;
  background: linear-gradient(#516bfc, #4054ca);
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.modal.tours .flex-direction-nav li a.flex-disabled {
  display: none;
}
.modal.tours .flex-direction-nav .flex-nav-prev {
  display: none;
}

/*.blocker*/
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100 !important;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

/* -------------------------------------
 * windowWizard
------------------------------------- */
.windowWizard {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  z-index: 1;
  padding: 0;
  border: none;
  text-align: left;
}
.windowWizard header {
  background-color: #000;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding: 0 30px;
  position: relative;
  z-index: 9999;
}
.windowWizard header .btnClose a {
  display: block;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
}
.windowWizard header .btnClose a:before {
  content: "";
  display: block;
  height: 23px;
  width: 1px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 50%;
}
.windowWizard header .btnClose a:after {
  content: "";
  display: block;
  height: 23px;
  width: 1px;
  background: #FFF;
  transform: rotate(-45deg);
  position: absolute;
  top: -2px;
  left: 50%;
}
.windowWizard .contents {
  position: relative;
}
.windowWizard .contents .boxOption {
  background-color: #ededed;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-bottom: 8px;
}
.windowWizard .contents .boxOption .btnToggle {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 230px;
  height: 30px;
  line-height: 30px;
  background-color: #ededed;
  border-radius: 0 0 3px 3px;
  margin-left: -115px;
  text-align: center;
  cursor: pointer;
}
.windowWizard .contents .boxOption .btnToggle:hover {
  text-decoration: underline;
}
.windowWizard .contents .boxOption .btnToggle:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4c4c4c;
  border-left: 1px solid #4c4c4c;
  margin-right: 10px;
}
.windowWizard .contents .boxOption .btnToggle.is-open:before {
  transform: rotate(-135deg);
  margin-bottom: 3px;
}
.windowWizard .contents .boxOption .btnToggle.is-close:before {
  transform: rotate(45deg);
  margin-bottom: 0;
}
.windowWizard .contents .boxOption .inner {
  width: 800px;
  height: calc(100vh - 180px);
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 30px 20px;
  margin-top: -100%;
  transition: all .3s linear;
}
.windowWizard .contents .boxOption .inner.open {
  margin-top: 0;
}
.windowWizard .contents .boxOption .inner .boxLine {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 30px;
}
.windowWizard .contents .boxOption .inner .boxLine .setting {
  padding: 10px 20px 15px;
  line-height: 1.25;
}
.windowWizard .contents .boxOption .inner .boxLine .setting .customInput {
  display: inline-block;
  width: 48px;
  height: 20px;
  margin: 0 10px;
}
.windowWizard .contents .boxOption .inner .boxLine .setting .customInput input {
  height: 20px;
  margin-top: -5px;
  padding: 0;
}
.windowWizard .contents .boxOption .inner .boxLine .setting.disable {
  opacity: 0.5;
}
.windowWizard .contents .boxOption .inner .boxLine .setting.disable input {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.windowWizard .contents .boxOption .inner .boxNoLine {
  margin-top: 30px;
}
.windowWizard .contents .boxOption .inner .optionName {
  margin: -8px 0 0 -10px;
}
.windowWizard .contents .boxOption .inner .optionName > span {
  display: inline-block;
  background-color: #ededed;
  padding: 0 10px 5px 0;
}
.windowWizard .contents .boxOption .inner .txt {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.windowWizard .contents .boxOption .inner .txt a {
  color: #4c4c4c;
  text-decoration: underline;
}
.windowWizard .contents .boxOption .inner .inputWizard {
  margin-top: 10px;
}
.windowWizard .contents .boxOption .inner .inputWizard input {
  height: 30px;
}
.windowWizard .contents .boxOption .inner .btn {
  margin-top: 10px;
  text-align: center;
}
.windowWizard .contents .boxOption .inner .btn a {
  width: 90px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.windowWizard .contents .boxMain {
  width: 820px;
  margin: 0 auto;
  padding-top: 60px;
}
.windowWizard .contents .boxMain .inputApart .check {
  margin-left: 0;
}
.windowWizard .contents .boxMain .tableWizard {
  width: 820px;
  height: calc(100vh - 260px);
  margin-top: 10px;
  overflow: auto;
}
.windowWizard .contents .boxMain .tableWizard table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.windowWizard .contents .boxMain .tableWizard table tr th, .windowWizard .contents .boxMain .tableWizard table tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 28px;
  text-align: center;
}
.windowWizard .contents .boxMain .tableWizard table tr th {
  background-color: #EDEDED;
  font-weight: normal;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 12px;
  height: 52px;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numParts {
  background-color: #4C4C4C;
  color: #FFF;
  width: 40px;
  vertical-align: middle;
}
.windowWizard .contents .boxMain .tableWizard table tr td.name {
  background-color: #EDEDED;
  text-align: left;
  color: #B2B2B2;
}
.windowWizard .contents .boxMain .tableWizard table tr td.name p {
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.windowWizard .contents .boxMain .tableWizard table tr td.num3d {
  background-color: #EDEDED;
  color: #B2B2B2;
  width: 180px;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numPosition {
  color: #4C4C4C;
  text-align: left;
  position: relative;
  vertical-align: top;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numPosition select {
  border: none;
  width: 100%;
  height: 28px;
  background: fff;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numTubaura {
  position: relative;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numTubaura input[type="text"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  border: 0;
  box-sizing: border-box;
  text-align: center;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numTubaura input[type="text"]:hover, .windowWizard .contents .boxMain .tableWizard table tr td.numTubaura input[type="text"]:active, .windowWizard .contents .boxMain .tableWizard table tr td.numTubaura input[type="text"]:focus {
  border: 1px solid #97a5ff;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numTubaura input[type="text"]:hover + span, .windowWizard .contents .boxMain .tableWizard table tr td.numTubaura input[type="text"]:active + span, .windowWizard .contents .boxMain .tableWizard table tr td.numTubaura input[type="text"]:focus + span {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #97a5ff;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numTubaura.error input[type="text"] {
  border: 1px solid #e06464;
  background-color: #fff2f2;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numTubaura.error input[type="text"]:focus {
  border: 1px solid #97a5ff;
}
.windowWizard .contents .boxMain .tableWizard table tr td.numTubaura.error img {
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: 1;
}
.windowWizard .boxButton {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.windowWizard .boxButton li {
  display: inline-block;
  width: 110px;
  margin: 0 3px;
}
.windowWizard .boxButton li a {
  width: 100%;
}

/*!
 * (The MIT License)
 *
 * Copyright (c) 2012-2014 Marcin Warpechowski
 * Copyright (c) 2015 Handsoncode sp. z o.o. <hello@handsoncode.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * 'Software'), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * Version: 0.34.5
 * Release date: 12/10/2017 (built at 12/10/2017 10:04:52)
 */
.handsontable .table td, .handsontable .table th {
  border-top: none;
}

.handsontable tr {
  background: #fff;
}

.handsontable td {
  background-color: inherit;
}

.handsontable .table caption + thead tr:first-child td, .handsontable .table caption + thead tr:first-child th, .handsontable .table colgroup + thead tr:first-child td, .handsontable .table colgroup + thead tr:first-child th, .handsontable .table thead:first-child tr:first-child td, .handsontable .table thead:first-child tr:first-child th {
  border-top: 1px solid #ccc;
}

.handsontable .table-bordered {
  border: 0;
  border-collapse: separate;
}

.handsontable .table-bordered td, .handsontable .table-bordered th {
  border-left: none;
}

.handsontable .table-bordered td:first-child, .handsontable .table-bordered th:first-child {
  border-left: 1px solid #ccc;
}

.handsontable .table > tbody > tr > td, .handsontable .table > tbody > tr > th, .handsontable .table > tfoot > tr > td, .handsontable .table > tfoot > tr > th, .handsontable .table > thead > tr > td, .handsontable .table > thead > tr > th {
  line-height: 21px;
  padding: 0 4px;
}

.col-lg-1.handsontable, .col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable, .col-md-1.handsontable, .col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable .col-sm-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable, .col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable .col-xs-1.handsontable, .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable, .col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable, .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable {
  padding-left: 0;
  padding-right: 0;
}

.handsontable .table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #fff;
}

.handsontable {
  position: relative;
}

.handsontable .hide {
  display: none;
}

.handsontable .relative {
  position: relative;
}

.handsontable.htAutoSize {
  visibility: hidden;
  left: -99000px;
  position: absolute;
  top: -99000px;
}

.handsontable .wtHider {
  width: 0;
}

.handsontable .wtSpreader {
  position: relative;
  width: 0;
  height: auto;
}

.handsontable div, .handsontable input, .handsontable table, .handsontable tbody, .handsontable td, .handsontable textarea, .handsontable th, .handsontable thead {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.handsontable input, .handsontable textarea {
  min-height: 0;
}

.handsontable table.htCore {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  max-width: none;
  max-height: none;
}

.handsontable col, .handsontable col.rowHeader {
  width: 50px;
}

.handsontable td, .handsontable th {
  border-top-width: 0;
  border-left-width: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px;
  background-color: #fff;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
  background-clip: padding-box;
}

.handsontable td.htInvalid {
  background-color: #ff4c42 !important;
}

.handsontable td.htNoWrap {
  white-space: nowrap;
}

.handsontable th:last-child {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.handsontable th.htNoFrame, .handsontable th:first-child.htNoFrame, .handsontable tr:first-child th.htNoFrame {
  border-left-width: 0;
  background-color: #fff;
  border-color: #fff;
}

.handsontable .htNoFrame + td, .handsontable .htNoFrame + th, .handsontable.htRowHeaders thead tr th:nth-child(2), .handsontable td:first-of-type, .handsontable th:first-child, .handsontable th:nth-child(2) {
  border-left: 1px solid #ccc;
}

.handsontable tr:first-child td, .handsontable tr:first-child th {
  border-top: 1px solid #ccc;
}

.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child, .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable tbody tr th {
  border-right-width: 0;
}

.ht_master:not(.innerBorderTop) thead tr.lastChild th, .ht_master:not(.innerBorderTop) thead tr:last-child th, .ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th, .ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th {
  border-bottom-width: 0;
}

.handsontable th {
  background-color: #f3f3f3;
  color: #222;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
}

.handsontable thead th {
  padding: 0;
}

.handsontable th.active {
  background-color: #ccc;
}

.handsontable thead th .relative {
  padding: 2px 4px;
}

.handsontable tbody th.ht__highlight, .handsontable thead th.ht__highlight {
  background-color: #dcdcdc;
}

.handsontable.ht__selection--columns thead th.ht__highlight, .handsontable.ht__selection--rows tbody th.ht__highlight {
  background-color: #8eb0e7;
  color: #000;
}

#hot-display-license-info {
  font-size: 9px;
  color: #323232;
  padding: 5px 0 3px;
  font-family: Helvetica,Arial,sans-serif;
  text-align: left;
}

.handsontable .manualColumnResizer {
  position: fixed;
  top: 0;
  cursor: col-resize;
  z-index: 6;
  width: 5px;
  height: 25px;
}

.handsontable .manualRowResizer {
  position: fixed;
  left: 0;
  cursor: row-resize;
  z-index: 6;
  height: 5px;
  width: 50px;
}

.handsontable .manualColumnResizer.active, .handsontable .manualColumnResizer:hover, .handsontable .manualRowResizer.active, .handsontable .manualRowResizer:hover {
  background-color: #aab;
}

.handsontable .manualColumnResizerGuide {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #aab;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  margin-left: 5px;
}

.handsontable .manualRowResizerGuide {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #aab;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}

.handsontable .manualColumnResizerGuide.active, .handsontable .manualRowResizerGuide.active {
  display: block;
  z-index: 7;
}

.handsontable .columnSorting {
  position: relative;
}

.handsontable .columnSorting:hover {
  text-decoration: underline;
  cursor: pointer;
}

.handsontable .columnSorting.ascending:after {
  content: "\25B2";
  color: #5f5f5f;
  position: absolute;
  right: -15px;
}

.handsontable .columnSorting.descending:after {
  content: "\25BC";
  color: #5f5f5f;
  position: absolute;
  right: -15px;
}

.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}

.handsontable .wtBorder.hidden {
  display: none !important;
}

.handsontable td.area {
  background: linear-gradient(180deg, rgba(181, 209, 255, 0.34) 0, rgba(181, 209, 255, 0.34));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b5d1ff",endColorstr="#57b5d1ff",GradientType=0);
  background-color: #fff;
}

.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}

.handsontable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}

.handsontableInput {
  border: none;
  outline-width: 0;
  margin: 0;
  padding: 1px 5px 0;
  font-family: inherit;
  line-height: 21px;
  font-size: inherit;
  box-shadow: inset 0 0 0 2px #5292f7;
  resize: none;
  display: block;
  color: #000;
  border-radius: 0;
  background-color: #fff;
}

.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
  width: auto;
}

.handsontable .htDimmed {
  color: #777;
}

.handsontable .htSubmenu {
  position: relative;
}

.handsontable .htSubmenu :after {
  content: "\25B6";
  color: #777;
  position: absolute;
  right: 5px;
}

.handsontable .htLeft {
  text-align: left;
}

.handsontable .htCenter {
  text-align: center;
}

.handsontable .htRight {
  text-align: right;
}

.handsontable .htJustify {
  text-align: justify;
}

.handsontable .htTop {
  vertical-align: top;
}

.handsontable .htMiddle {
  vertical-align: middle;
}

.handsontable .htBottom {
  vertical-align: bottom;
}

.handsontable .htPlaceholder {
  color: #999;
}

.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #eee;
  cursor: default;
  width: 16px;
  text-align: center;
}

.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}

.handsontable td.area .htAutocompleteArrow {
  color: #d3d3d3;
}

.handsontable .htCheckboxRendererInput {
  display: inline-block;
  vertical-align: middle;
}

.handsontable .htCheckboxRendererInput.noValue {
  opacity: .5;
}

.handsontable .htCheckboxRendererLabel {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
@keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes b {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.handsontable .handsontable.ht_clone_top .wtHider {
  padding: 0 0 5px;
}

.handsontable .autocompleteEditor.handsontable {
  padding-right: 17px;
}

.handsontable .autocompleteEditor.handsontable.htMacScroll {
  padding-right: 15px;
}

.handsontable.listbox {
  margin: 0;
}

.handsontable.listbox .ht_master table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: #fff;
}

.handsontable.listbox td, .handsontable.listbox th, .handsontable.listbox tr:first-child td, .handsontable.listbox tr:first-child th, .handsontable.listbox tr:last-child th {
  border-color: transparent;
}

.handsontable.listbox td, .handsontable.listbox th {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}

.handsontable.listbox .wtBorder {
  visibility: hidden;
}

.handsontable.listbox tr:hover td, .handsontable.listbox tr td.current {
  background: #eee;
}

.ht_clone_top {
  z-index: 2;
}

.ht_clone_left {
  z-index: 3;
}

.ht_clone_bottom_left_corner, .ht_clone_debug, .ht_clone_top_left_corner {
  z-index: 4;
}

.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}

.htBordered {
  border-width: 1px;
}

.htBordered.htTopBorderSolid {
  border-top-style: solid;
  border-top-color: #000;
}

.htBordered.htRightBorderSolid {
  border-right-style: solid;
  border-right-color: #000;
}

.htBordered.htBottomBorderSolid {
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.htBordered.htLeftBorderSolid {
  border-left-style: solid;
  border-left-color: #000;
}

.handsontable tbody tr th:nth-last-child(2) {
  border-right: 1px solid #ccc;
}

.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.ht_clone_top_left_corner thead tr th:nth-last-child(2) {
  border-right: 1px solid #ccc;
}

.htCollapseButton {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
}

.htCollapseButton:after {
  content: "";
  height: 300%;
  width: 1px;
  display: block;
  background: #ccc;
  margin-left: 4px;
  position: absolute;
  bottom: 10px;
}

thead .htCollapseButton {
  right: 5px;
  position: absolute;
  top: 5px;
  background: #fff;
}

thead .htCollapseButton:after {
  height: 1px;
  width: 700%;
  right: 10px;
  top: 4px;
}

.handsontable tr th .htExpandButton {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  top: 0;
  display: none;
}

.handsontable thead tr th .htExpandButton {
  top: 5px;
}

.handsontable tr th .htExpandButton.clickable {
  display: block;
}

.collapsibleIndicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border: 1px solid #a6a6a6;
  line-height: 10px;
  color: #222;
  border-radius: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  box-shadow: 0 0 0 6px #eee;
  background: #eee;
}

.handsontable col.hidden {
  width: 0 !important;
}

.handsontable table tr th.lightRightBorder {
  border-right: 1px solid #e6e6e6;
}

.handsontable tr.hidden, .handsontable tr.hidden td, .handsontable tr.hidden th {
  display: none;
}

.ht_clone_bottom, .ht_clone_left, .ht_clone_top, .ht_master {
  overflow: hidden;
}

.ht_master .wtHolder {
  overflow: auto;
}

.ht_clone_left .wtHolder {
  overflow-x: hidden;
  overflow-y: auto;
}

.ht_clone_bottom .wtHolder, .ht_clone_top .wtHolder {
  overflow-x: auto;
  overflow-y: hidden;
}

.wtDebugHidden {
  display: none;
}

.wtDebugVisible {
  display: block;
  -webkit-animation-duration: .5s;
  -webkit-animation-name: c;
  animation-duration: .5s;
  animation-name: c;
}

@keyframes c {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.handsontable.mobile, .handsontable.mobile .wtHolder {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

.htMobileEditorContainer {
  display: none;
  position: absolute;
  top: 0;
  width: 70%;
  height: 54pt;
  background: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  z-index: 8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea), .topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle) {
  z-index: 11;
}

.bottomRightSelectionHandle, .bottomRightSelectionHandle-HitArea, .topLeftSelectionHandle, .topLeftSelectionHandle-HitArea {
  left: -10000px;
  top: -10000px;
}

.htMobileEditorContainer.active {
  display: block;
}

.htMobileEditorContainer .inputs {
  position: absolute;
  right: 210pt;
  bottom: 10pt;
  top: 10pt;
  left: 14px;
  height: 34pt;
}

.htMobileEditorContainer .inputs textarea {
  font-size: 13pt;
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
  box-shadow: none;
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  bottom: 0;
  padding: 7pt;
}

.htMobileEditorContainer .cellPointer {
  position: absolute;
  top: -13pt;
  height: 0;
  width: 0;
  left: 30px;
  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #ebebeb;
}

.htMobileEditorContainer .cellPointer.hidden {
  display: none;
}

.htMobileEditorContainer .cellPointer:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  height: 0;
  width: 0;
  left: -13pt;
  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #f8f8f8;
}

.htMobileEditorContainer .moveHandle {
  position: absolute;
  top: 10pt;
  left: 5px;
  width: 30px;
  bottom: 0;
  cursor: move;
  z-index: 11;
}

.htMobileEditorContainer .moveHandle:after {
  content: "..\A..\A..\A..";
  white-space: pre;
  line-height: 10px;
  font-size: 20pt;
  display: inline-block;
  margin-top: -8px;
  color: #ebebeb;
}

.htMobileEditorContainer .positionControls {
  width: 205pt;
  position: absolute;
  right: 5pt;
  top: 0;
  bottom: 0;
}

.htMobileEditorContainer .positionControls > div {
  width: 50pt;
  height: 100%;
  float: left;
}

.htMobileEditorContainer .positionControls > div:after {
  content: " ";
  display: block;
  width: 15pt;
  height: 15pt;
  text-align: center;
  line-height: 50pt;
}

.htMobileEditorContainer .downButton:after, .htMobileEditorContainer .leftButton:after, .htMobileEditorContainer .rightButton:after, .htMobileEditorContainer .upButton:after {
  transform-origin: 5pt 5pt;
  -webkit-transform-origin: 5pt 5pt;
  margin: 21pt 0 0 21pt;
}

.htMobileEditorContainer .leftButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(-45deg);
}

.htMobileEditorContainer .leftButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .rightButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(135deg);
}

.htMobileEditorContainer .rightButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .upButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(45deg);
}

.htMobileEditorContainer .upButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .downButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(225deg);
}

.htMobileEditorContainer .downButton:active:after {
  border-color: #cfcfcf;
}

.handsontable.hide-tween {
  animation: a .3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.handsontable.show-tween {
  animation: b .3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.htCommentCell {
  position: relative;
}

.htCommentCell:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid #000;
}

.htComments {
  display: none;
  z-index: 9;
  position: absolute;
}

.htCommentTextArea {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.117647), 0 1px 2px rgba(0, 0, 0, 0.239216);
  box-sizing: border-box;
  border: none;
  border-left: 3px solid #ccc;
  background-color: #fff;
  width: 215px;
  height: 90px;
  font-size: 12px;
  padding: 5px;
  outline: 0 !important;
  -webkit-appearance: none;
}

.htCommentTextArea:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.117647), 0 1px 2px rgba(0, 0, 0, 0.239216), inset 0 0 0 1px #5292f7;
  border-left: 3px solid #5292f7;
}

/*!
 * Handsontable ContextMenu
 */
.htContextMenu {
  display: none;
  position: absolute;
  z-index: 10;
}

.htContextMenu .ht_clone_corner, .htContextMenu .ht_clone_debug, .htContextMenu .ht_clone_left, .htContextMenu .ht_clone_top {
  display: none;
}

.htContextMenu table.htCore {
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.htContextMenu .wtBorder {
  visibility: hidden;
}

.htContextMenu table tbody tr td {
  background: #fff;
  border-width: 0;
  padding: 4px 6px 0;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htContextMenu table tbody tr td:first-child {
  border: 0;
}

.htContextMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htContextMenu table tbody tr td.current, .htContextMenu table tbody tr td.zeroclipboard-is-hover {
  background: #f3f3f3;
}

.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #bbb;
  height: 0;
  padding: 0;
  cursor: default;
}

.htContextMenu table tbody tr td.htDisabled {
  color: #999;
  cursor: default;
}

.htContextMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htContextMenu table tbody tr.htHidden {
  display: none;
}

.htContextMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 6px;
}

.htContextMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

.htContextMenu .ht_master .wtHolder {
  overflow: hidden;
}

textarea#HandsontableCopyPaste {
  position: fixed !important;
  top: 0 !important;
  right: 100% !important;
  overflow: hidden;
  opacity: 0;
  outline: 0 none !important;
}

.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type, .htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2) {
  border-left: 0 none;
}

.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
  cursor: move;
  cursor: grab;
}

.handsontable.ht__manualColumnMove.on-moving--columns, .handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
  cursor: move;
  cursor: grabbing;
}

.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
  display: none;
}

.handsontable .ht__manualColumnMove--backlight, .handsontable .ht__manualColumnMove--guideline {
  position: absolute;
  height: 100%;
  display: none;
}

.handsontable .ht__manualColumnMove--guideline {
  background: #757575;
  width: 2px;
  top: 0;
  margin-left: -1px;
  z-index: 5;
}

.handsontable .ht__manualColumnMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 5;
  pointer-events: none;
}

.handsontable.on-moving--columns .ht__manualColumnMove--backlight, .handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline {
  display: block;
}

.handsontable .wtHider {
  position: relative;
}

.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
  cursor: move;
  cursor: grab;
}

.handsontable.ht__manualRowMove.on-moving--rows, .handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
  cursor: move;
  cursor: grabbing;
}

.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
  display: none;
}

.handsontable .ht__manualRowMove--backlight, .handsontable .ht__manualRowMove--guideline {
  position: absolute;
  width: 100%;
  display: none;
}

.handsontable .ht__manualRowMove--guideline {
  background: #757575;
  height: 2px;
  left: 0;
  margin-top: -1px;
  z-index: 5;
}

.handsontable .ht__manualRowMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 5;
  pointer-events: none;
}

.handsontable.on-moving--rows .ht__manualRowMove--backlight, .handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline {
  display: block;
}

.handsontable td .htAutocompleteArrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #4c4c4c;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
  transform: rotate(90deg);
  color: transparent;
}
.handsontable td .htAutocompleteArrow:hover {
  color: transparent;
}
.handsontable textarea:focus {
  border: #ccc;
}

.handsontableInput {
  border: 1px solid #ccc;
}
.handsontableInputfocus {
  box-shadow: none;
}

.windowWizard .contents .boxMain .tableWizard .handsontable.listbox tr:hover td {
  text-align: left;
  opacity: 0.5;
  background: #fff;
}
.windowWizard .contents .boxMain .tableWizard .handsontable.listbox tr td {
  text-align: left;
  width: 100%;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.windowWizard .contents .boxMain .tableWizard .handsontable.listbox tr td.current {
  text-align: left;
  border-right: none;
  font-wight: 700;
}
.windowWizard .contents .boxMain .tableWizard .handsontable.listbox tr td.current:hover {
  opacity: 1;
  background: #ededed;
}
.windowWizard .contents .boxMain .tableWizard .handsontable.listbox .ht_master table {
  border: none;
  width: 183px;
}
.windowWizard .wtSpreader {
  left: 6px;
  height: 59px;
}
.windowWizard .wtSpreader td {
  border-right: none;
}

.htCore td {
  border-right: none;
}

.listbox.htDimmed {
  border-right: none;
}

.handsontable .autocompleteEditor.handsontable {
  padding-right: 0;
}
.handsontable .autocompleteEditor.handsontable.listbox {
  margin-left: 6px;
  width: 183px !important;
  box-shadow: 0 0 0 1px #d9d6ce, 1px 0 5px rgba(0, 0, 0, 0.1);
  padding-right: 0;
  border: 2px solid #4c4c4c;
  border-radius: 3px;
}
.handsontable .autocompleteEditor.handsontable.listbox .ht_master .wtHolder {
  overflow: hidden;
}

.handsontableInput {
  line-height: 29px;
}

.handsontableEditor .autocompleteEditor .listbox .handsontable {
  width: 180px;
}

.handsontable td, .handsontable th {
  vertical-align: middle;
}

.handsontableEditor .autocompleteEditor .htMacScroll .listbox .handsontable {
  height: 58px;
  border: 1px solid #4c4c4c;
}

/* -------------------------------------
 * datepicker
------------------------------------- */
.datepicker {
  border: none;
  width: 100px;
  padding: 0;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.datepicker:focus {
  border: none !important;
}

.ui-datepicker-trigger {
  background-color: #fff;
  color: #4054ca;
  border: none;
  text-decoration: underline;
  display: block;
  background-image: url("../img/com_ic07.png");
  background-position: 0 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-left: 18px;
}

.ui-datepicker-trigger:hover {
  opacity: 0.5;
}

/* -------------------------------------
 * 3d Base
------------------------------------- */
#heightFull,
#heightFull body,
#heightFull #wrapper {
  height: 100%;
}

#heightFull body {
  overflow: hidden;
  background-color: #f2f2f2;
}

#heightFull #wrapper {
  position: relative;
  margin-right: 0;
  transition: margin .4s ease-in;
  text-align: center;
}

#heightFull #wrapper.openWM {
  margin-right: 630px;
  transition: margin .4s ease-out;
}

/*header3d*/
#header3d {
  display: table;
}

#header3d .backBtn,
#header3d .closeBtn {
  display: table-cell;
  position: absolute;
  top: 0;
  left: 0;
}

#header3d .backBtn {
  top: 5px;
  left: 5px;
}

#header3d .closeBtn a {
  box-sizing: border-box;
  padding: 10px 15px;
  text-align: center;
}

#header3d .backBtn .icon {
  padding: 0 0 0 15px;
}

#header3d .closeBtn .icon {
  padding: 0 0 0 20px;
}

#header3d .backBtn .icon:before {
  width: 6px;
  height: 6px;
  margin: -3px 0 0;
}

#header3d .closeBtn .icon:before {
  left: 9px;
  width: 6px;
  height: 6px;
  margin: -3px 0 0;
}

#header3d .closeBtn .icon:after {
  left: 0;
  width: 6px;
  height: 6px;
  margin: -3px 0 0;
}

#header3d .breadCrumb {
  position: absolute;
  top: 42px;
  left: 10px;
  width: calc(100% - 180px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
#header3d .breadCrumb li {
  float: left;
  position: relative;
  padding: 0 15px;
  max-width: 400px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header3d .breadCrumb li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 -3px;
  border-right: #4c4c4c 1px solid;
  border-bottom: #4c4c4c 1px solid;
  transform: rotate(-45deg);
}
#header3d .breadCrumb li:first-child {
  background-image: url(../img/com_ic65.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 15px 0 20px;
}
#header3d .breadCrumb li:first-child:after {
  content: none;
}
#header3d .breadCrumbNoImage {
  position: absolute;
  top: 15px;
  left: 30px;
  text-align: left;
}
#header3d .breadCrumbNoImage li {
  float: left;
  position: relative;
  padding: 0 15px;
  max-width: 400px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header3d .breadCrumbNoImage li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 -3px;
  border-right: #4c4c4c 1px solid;
  border-bottom: #4c4c4c 1px solid;
  transform: rotate(-45deg);
}
#header3d .breadCrumbNoImage li:first-child {
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 15px 0 20px;
}
#header3d .breadCrumbNoImage li:first-child:after {
  content: none;
}

.pl #header3d .breadCrumb {
  top: 10px;
}

.extension #header3d .backBtn,
.extension #header3d .closeBtn {
  display: table-cell;
  position: absolute;
  top: 5px;
  left: 5px;
}

.extension #header3d .backBtn a,
.extension #header3d .closeBtn a {
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  background: linear-gradient(#808080, #666666);
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0 15px;
  line-height: 34px;
  border-radius: 3px;
}

/*#heightFull .loading*/
#heightFull .loading {
  width: 101px;
  height: 101px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 1;
}

#heightFull .WindowMain .loading {
  margin: -50px 0 0 -50px;
}

#heightFull .loading img {
  animation: spin 1.5s linear infinite;
}

#heightFull .loading .txt {
  display: block;
  width: 101px;
  text-align: center;
  position: absolute;
  top: 50%;
  line-height: 1.33;
  font-weight: bold;
  margin: -1em 0 0 0;
  text-align: center;
}

#heightFull .fullOver {
  position: absolute;
  background-color: rgba(76, 76, 76, 0.8);
  width: calc(100% + 425px);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

/*WindowMain*/
.WindowMain {
  position: absolute;
  right: -630px;
  background-color: #4c4c4c;
  box-sizing: border-box;
  height: 100%;
  width: 630px;
  box-shadow: -5px 0 100px rgba(0, 0, 0, 0.25);
  text-align: left;
  z-index: 1;
}

.WindowMain .btnWin a {
  display: block;
  width: 50px;
  border-bottom: 24px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  border-radius: 26px 26px 6 6 / 80px 80px 6 6;
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: -47px;
  margin: -25px 0 0 0;
  text-indent: -9999px;
}

.WindowMain .btnWin a:hover {
  opacity: 1;
}

.WindowMain .btnWin a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom: 4px solid #ccc9c2;
  position: absolute;
  top: 7px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.openWM .WindowMain .btnWin a:before {
  border-bottom: none;
  border-top: 4px solid #ccc9c2;
  top: 13px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.WindowMain .btnWin a:hover:before {
  opacity: 0.5;
}

.WindowMain .btnWin.close a:before {
  transform: rotate(-180deg);
  top: 8px;
}

.WindowMain .titBlack {
  color: #fff;
  padding: 0 35px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.WindowMain .backBtn a {
  display: block;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  margin: 0 0 0;
  padding: 0;
  background: linear-gradient(#808080, #666666);
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
}

.WindowMain .backBtn a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid;
  transform: rotate(45deg);
}

.WindowMain .inner {
  background-color: #fff;
  overflow: auto;
  position: relative;
  height: 100%;
}

/*boxStatus*/
.WindowMain .boxStatus {
  position: relative;
  height: 38px;
  background-color: #FFF;
  z-index: 2;
}

.WindowMain #btnAllcheck {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}

.WindowMain #btnAllcheck .btn {
  color: #999791;
  cursor: pointer;
  padding: 0 0 0 28px;
  position: relative;
}

.WindowMain #btnAllcheck .btn:hover {
  opacity: .5;
}

.WindowMain #btnAllcheck .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
  padding: 0;
  background-color: #999791;
}

.WindowMain #btnAllcheck .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
  height: 6px;
  margin: -5px 0 0 0;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid;
  transform: rotate(-45deg);
}

.WindowMain .btnAllclear a {
  color: #999791;
  cursor: pointer;
  padding: 0 0 0 24px;
  position: relative;
}

.WindowMain .btnAllclear a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 1px;
  height: 12px;
  margin: -7px 0 0 0;
  background: #999791;
  transform: rotate(-45deg);
}

.WindowMain .btnAllclear a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 1px;
  height: 12px;
  margin: -7px 0 0 0;
  background: #999791;
  transform: rotate(45deg);
}

.WindowMain .lstAllcheck {
  background-color: #fff;
  border: 1px solid #dedbd3;
  margin: 3px 0 0 -5px;
  padding: 10px 12px;
  position: relative;
  z-index: 9999;
  display: none;
}

.WindowMain .lstAllcheck.open {
  opacity: block;
}

.WindowMain .lstAllcheck li {
  border-top: 1px solid #e6e6e6;
  margin: 8px 0 0 0;
  padding: 8px 0 0 0;
}

.WindowMain .lstAllcheck a {
  display: block;
  color: #4c4c4c;
}

.WindowMain .lstAllcheck li:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}

.WindowMain .lstAllcheck img {
  margin: 0 10px 0 0;
  vertical-align: top;
}

.WindowMain .partsStatusList {
  position: absolute;
  top: 12px;
  right: 15px;
}

.WindowMain .partsStatusList .status05 a {
  display: block;
  color: #e06464;
  text-decoration: underline;
}

.WindowMain .partsStatusList .status06 {
  margin-left: -6px;
}

/*lstParts*/
#lstParts {
  padding-bottom: 36px;
}
#lstParts #lstPartsBuy {
  position: relative;
  padding-top: 20px;
  padding-bottom: 5px;
}
#lstParts #lstPartsBuy .addBuyLstBtn {
  display: none;
}
#lstParts #lstPartsNoBuy {
  position: relative;
  padding-top: 20px;
}
#lstParts #lstPartsNoBuy .disable {
  display: none;
}
#lstParts #lstPartsNoBuy .boxParts {
  border: 1px solid #ccc;
}
#lstParts #lstPartsNoBuy .removeBuyLstBtn, #lstParts #lstPartsNoBuy .settingBtn {
  display: none;
}
#lstParts #lstPartsNoBuy .boxInfomation {
  opacity: .3;
}
#lstParts #lstPartsNoBuy .num {
  background-color: #CCC;
}
#lstParts #lstPartsNoBuy .btnMenu {
  width: 150px;
}
#lstParts #lstPartsBuyMsg,
#lstParts #lstPartsNoBuyMsg {
  display: none;
}
#lstParts .boxPartsMove {
  margin: 5px 15px;
  border: 1px solid #ccc;
  padding: 5px 8px;
  font-size: 12px;
}
#lstParts .titParts {
  border-top: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  margin: .5em 0 -5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lstParts .titParts h2 {
  display: block;
  margin-top: -.75em;
}
#lstParts .titParts span {
  display: inline-block;
  padding: 0 10px;
  background-color: #FFF;
}
#lstParts .boxParts {
  border: 1px solid #ccc;
  position: relative;
  line-height: 1.5;
  width: calc(100% - 30px);
  margin: 5px 15px;
  box-sizing: border-box;
  opacity: 1;
  font-size: 12px;
}
#lstParts .boxParts .num {
  font-size: 11px;
  text-align: center;
  color: #fff;
  background-color: #4c4c4c;
  width: 29px;
  height: 29px;
  line-height: 30px;
  position: absolute;
  top: -1px;
  left: -1px;
}
#lstParts .boxParts .boxCheckbox {
  display: table-cell;
  background-color: #F7F7F7;
  width: 28px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
#lstParts .boxParts .boxCheckbox .check {
  margin: 0;
  background-color: #FFF;
}
#lstParts .boxParts .boxPartsInner {
  display: table-cell;
  transition: all .2s;
  padding: 0 10px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation {
  border-top: 1px solid #c7c7c7;
  padding: 8px 0;
  position: relative;
}
#lstParts .boxParts .boxPartsInner .boxInfomation:first-child {
  border: none;
  margin-top: 0;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .icon {
  font-size: 0;
  position: absolute;
  top: 8px;
  right: 0;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .icon li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .icon li .commentBtn02 {
  margin-right: -10px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .icon li span {
  display: inline-block;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .icon li .icoNum {
  display: inline-block;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  color: #FFF;
  border-radius: 7.5px;
  box-sizing: border-box;
  padding: 0 3px;
  text-align: center;
  background-color: #4054CA;
  position: absolute;
  right: 0px;
  bottom: -1px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .model {
  word-break: break-all;
  font-weight: bold;
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .model a {
  text-decoration: underline;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .class {
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 348px;
  width: 150px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .order {
  position: relative;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .order .container {
  display: table;
  width: 100%;
  margin-top: 6px;
  table-layout: fixed;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .order .container .amount,
#lstParts .boxParts .boxPartsInner .boxInfomation .order .container .quantity,
#lstParts .boxParts .boxPartsInner .boxInfomation .order .container .sum,
#lstParts .boxParts .boxPartsInner .boxInfomation .order .container .date {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .order .container .amount {
  width: 120px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .order .container .amount .discount {
  display: block;
  color: #999;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .order .container .quantity {
  width: 80px;
  padding-right: 20px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .order .container .sum {
  width: 110px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .order .group {
  position: absolute;
  top: 0;
  right: 0;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .customInput {
  margin-top: 8px;
  padding-top: 3px;
  border-top: 1px solid #d9d9d9;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .customInput input {
  height: 16px;
  font-size: 11px;
  padding-right: 0;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .customInput .oya {
  width: 30%;
  height: 20px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .customInput .eda {
  display: inline-block;
  width: 69.5%;
  margin-left: .5%;
  height: 20px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .quantity .customInput {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .modelNum + .customInput {
  padding-top: 0;
  border: none;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .colabo {
  float: right;
  padding-top: 1px;
  padding-bottom: 1px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .btnQuick {
  display: inline-block;
  margin-top: 8px;
  padding-left: 15px;
  color: #4c4c4c;
  position: relative;
  cursor: pointer;
  transition: opacity .2s;
  z-index: 2;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .btnQuick:hover {
  opacity: .5;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .btnQuick:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #4c4c4c;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .btnQuick.is-close:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #4c4c4c transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -2.5px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .boxQuick {
  display: none;
  margin-top: 5px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .boxQuick dt {
  float: left;
  width: 20%;
  height: 24x;
  line-height: 24px;
  margin-top: 3px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .boxQuick dd {
  float: left;
  width: 80%;
  height: 24px;
  margin-top: 3px;
}
#lstParts .boxParts .boxPartsInner .boxInfomation .boxQuick dd .customSelect {
  width: 200px;
}
#lstParts .boxParts .boxPartsInner .btnGroup {
  border-top: 1px solid #c7c7c7;
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
}
#lstParts .boxParts .boxPartsInner .btnGroup:hover {
  opacity: 0.5;
}
#lstParts .boxParts .boxPartsInner .btnGroup:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4c4c4c;
  border-left: 1px solid #4c4c4c;
  margin-right: 10px;
}
#lstParts .boxParts .boxPartsInner .btnGroup.is-open:before {
  transform: rotate(-135deg);
  margin-bottom: 3px;
}
#lstParts .boxParts .boxPartsInner .btnGroup.is-close:before {
  transform: rotate(45deg);
  margin-bottom: 0;
}
#lstParts .boxParts .boxPartsInner .boxGroup {
  border-top: 1px solid #c7c7c7;
}
#lstParts .boxParts .btnMenu {
  position: relative;
  z-index: 1;
  visibility: hidden;
  margin: 0 auto -40px;
  width: 300px;
}
#lstParts .boxParts .btnMenu > ul {
  display: inline-block;
  border-top: none;
  background-color: #FFF;
}
#lstParts .boxParts .btnMenu > ul > li {
  display: table-cell;
  width: 150px;
}
#lstParts .boxParts .btnMenu > ul > li > a {
  color: #FFF;
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border-top: none;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(#516bfc, #4054ca);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
}
#lstParts .boxParts .btnMenu > ul > li.settingBtn a {
  border-radius: 0 0 0 5px;
  border-right: none;
}
#lstParts .boxParts .btnMenu > ul > li.removeBuyLstBtn a {
  border-radius: 0 0 5px 0;
}
#lstParts .boxParts:hover {
  border: 1px solid #4054ca !important;
  outline: 1px solid #4054ca;
  background-color: #FFF8E0 !important;
}
#lstParts .boxParts:hover .num {
  background-color: #4054ca !important;
}
#lstParts .boxParts:hover .btnMenu {
  margin-bottom: -40px;
  visibility: visible;
}
#lstParts .boxParts.read {
  background-color: #ededed;
}
#lstParts .boxParts.read .boxCheckbox {
  background-color: #ededed;
}
#lstParts .boxParts.read .model,
#lstParts .boxParts.read .class {
  font-weight: normal !important;
}
#lstParts .boxParts.selected {
  background-color: #fff8e0;
}
#lstParts .boxParts.selected .boxCheckbox {
  background-color: #fff8e0;
}

/*btnLstFunc*/
.btnLstFunc > a {
  width: 50px;
  height: 28px;
  display: block;
  background: linear-gradient(#ffffff, #f2f2f2);
  border: 1px solid #999791;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
}

.btnLstFunc > a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 4px;
}

.btnPull .btnLstFunc > a {
  padding-right: 8px;
}

.btnPull .btnLstFunc > a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #999791 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.btnPull.check {
  top: 5px;
  left: 15px;
}

.btnPull.filter {
  top: 5px;
  left: 70px;
}

.btnPull.other {
  top: 5px;
  left: 125px;
}

.check .btnLstFunc > a span {
  background-image: url(../img/com_ic27.png);
}

.check .btnLstFunc > a span:hover {
  opacity: 0.5;
}

.check .btnLstFunc > a .checked {
  background-image: url(../img/com_ic21.png);
}

.btnLstFunc.edit > a span {
  background-image: url(../img/com_ic22.png);
}

.btnLstFunc.group > a span {
  background-image: url(../img/com_ic23.png);
}

.btnLstFunc.ungroup > a span {
  background-image: url(../img/com_ic24.png);
}

.filter .btnLstFunc > a span {
  background-image: url(../img/com_ic25.png);
}

.other .btnLstFunc > a span {
  background-image: url(../img/com_ic26.png);
}

/*btnPull*/
.btnPull {
  position: absolute;
}

.btnPull > li {
  position: relative;
}

.btnPull img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.btnPull .menuSecond,
.btnPull .menuThird {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  /*border: 1px solid #d9d6ce;*/
  box-shadow: 0 0 0 1px #d9d6ce, 1px 0 5px rgba(0, 0, 0, 0.1);
  width: 155px;
  background-color: #FFF;
  box-sizing: border-box;
}

.btnPull .menuSecond li,
.btnPull .menuThird li {
  position: relative;
}

.btnPull > .opened .menuSecond {
  top: 27px;
  visibility: visible;
}

.btnPull .menuThird,
.menuSecond .menuThird {
  top: 0.25em;
  left: -98%;
  left: 98%;
  transition: visibility 1s;
}

.btnPull li:hover a + .menuThird {
  transition: visibility 0s;
}

.menuSecond li:hover .menuThird {
  visibility: visible;
}

.btnPull .menuSecond a,
.btnPull .menuThird a {
  display: block;
  padding: 10px;
  border-top: 1px solid #ededed;
  font-size: 12px;
  line-height: 1.25;
  color: #4c4c4c;
  position: relative;
}

.btnPull .menuSecond li:first-child > a,
.btnPull .menuThird li:first-child > a {
  border-top: none;
}

.btnPull .menuSecond a:hover,
.btnPull .menuThird a:hover {
  opacity: 0.6;
}

.btnPull .menuSecond a.selected,
.btnPull .menuThird a.selected {
  background-color: #ededed;
  opacity: 1;
}

.btnPull .level {
  padding-right: 20px;
}

.btnPull .level:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #999791;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
}

/*boxButton*/
.WindowMain .boxButton {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #6b6b6b;
}

.WindowMain .boxButton .btn {
  margin: 10px 0 0 0;
}

.WindowMain .boxButton .btn a,
.WindowMain .boxButton .btn span {
  width: auto;
  padding: 0;
  display: block;
  line-height: 50px;
}

.WindowMain .boxButton.col2 .btn {
  float: left;
  width: 50%;
}

.WindowMain .boxButton.col2 .btn a,
.WindowMain .boxButton.col2 .btn span {
  margin: 0 0 0 2.5px;
}

.WindowMain .boxButton.col2 .btn:first-child a,
.WindowMain .boxButton.col2 .btn:first-child span {
  margin: 0 2.5px 0 0;
}

.WindowMain .boxButton .color01 {
  color: #ff0000;
}

/*dialogButton*/
.dialogButton li {
  float: right;
  margin-left: 5px;
}

/*boxAmountButton*/
.WindowMain .boxAmountButton {
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

.WindowMain .boxAmountButton .btn,
.WindowMain .boxAmountButton .btnDownload {
  margin: 0;
  display: table-cell;
  padding: 0 0 0 5px;
  vertical-align: top;
}

.WindowMain .boxAmountButton .btn.btnColor02 a {
  border: 0;
}

.WindowMain .boxAmountButton .btnDownload {
  padding-left: 0;
}

.WindowMain .boxAmountButton .btn a,
.WindowMain .boxAmountButton .btn span {
  display: table-cell;
  width: auto;
  padding: 0;
  line-height: 1.1;
  width: 999px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.WindowMain .boxAmountButton.col2 .btnPrint,
.WindowMain .boxAmountButton.col3 .btnPrint {
  width: 52px;
}
.WindowMain .boxAmountButton.col2 .btnPrint a,
.WindowMain .boxAmountButton.col3 .btnPrint a {
  text-indent: -9999px;
  overflow: hidden;
  height: 52px;
  width: 52px;
  background: url(../img/com_ic04.png), linear-gradient(#ffffff, #f2f2f2);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.WindowMain .boxAmountButton .btnDownload .menu {
  position: relative;
}

.WindowMain .boxAmountButton .btnDownload .menu > li span {
  display: block;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic71.png);
  position: relative;
  transition: opacity .2s;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 3px;
}

.WindowMain .boxAmountButton .btnDownload .menu > li span:hover {
  opacity: .5;
}

.WindowMain .boxAmountButton .btnDownload .menu .menuSecond {
  visibility: hidden;
  transition: visibility 0.3s;
  z-index: 1;
  position: absolute;
  width: 180px;
  border: 1px solid #d9d6ce;
  background-color: #FFF;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  bottom: 48px;
  left: -1px;
  font-size: 12px;
}

.WindowMain .boxAmountButton .btnDownload .menu .menuSecond > li a {
  display: block;
  background-color: transparent;
  padding: 10px;
  border-top: 1px solid #ededed;
}

.WindowMain .boxAmountButton .btnDownload .menu .menuSecond > li:first-child a {
  border-top: none;
}

.WindowMain .boxAmountButton .btnDownload .menu .menuSecond a {
  color: #4c4c4c;
  display: block;
}

.WindowMain .boxAmountButton .btnDownload .menu .menuSecond a:hover {
  background-color: #ededed;
  opacity: 1;
}

.WindowMain .boxAmountButton .btnDownload .menu .menuSecond li {
  position: relative;
}

.WindowMain .boxAmountButton .btnDownload .menu > li:hover .menuSecond {
  visibility: visible;
}

/* checkVona */
.WindowMain .orderAttention {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
}

/*pl_lstTab*/
.pl_lstTab {
  display: table;
  margin-left: 10px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
.pl_lstTab li {
  display: table-cell;
  width: 190px;
  text-align: center;
  vertical-align: middle;
}
.pl_lstTab li a {
  display: block;
  color: #086fa9;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all .2s;
  position: relative;
  z-index: 1;
}
.pl_lstTab li a:after {
  content: "";
  display: block;
  background-color: #ccc;
  width: 1px;
  height: 16px;
  position: absolute !important;
  top: 50%;
  left: -2px;
  margin-top: -8px;
  z-index: 1;
}
.pl_lstTab li a .num {
  display: inline-block;
  font-size: 13px;
  width: 21px;
  height: 21px;
  line-height: 20px;
  color: #086fa9;
  border: 1px solid #086fa9;
  border-radius: 12px;
  margin-right: 10px;
  box-sizing: border-box;
  text-align: center;
}
.pl_lstTab li.active a {
  background: #fff;
  border: 1px solid #086fa9;
  border-bottom: 1px solid #fff;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  z-index: 2;
  pointer-events: none;
  margin-bottom: -3px;
}
.pl_lstTab li.active a:after {
  display: none;
}
.pl_lstTab li.active a .num {
  display: inline-block;
  background-color: #086fa9;
  color: #FFF;
}
.pl_lstTab li:first-child a:after {
  display: none;
}

/*pl_messegeBox*/
.pl_messegeBox {
  background-color: #FFF;
  width: calc(100% - 1px);
  height: 60px;
  box-shadow: 0 5px 100px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  border-top: 1px solid #086fa9;
  border-right: 1px solid #ccc;
  text-align: left;
  display: table;
}
.pl_messegeBox .pl_changeDrawing {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
  width: 170px !important;
}
.pl_messegeBox .pl_changeDrawing li {
  float: left;
  width: 50%;
  vertical-align: top;
}
.pl_messegeBox .pl_changeDrawing li a, .pl_messegeBox .pl_changeDrawing li span {
  display: block;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border-radius: 0 3px 3px 0;
  text-align: center;
  color: #086fa9;
  border: 1px solid #086fa9;
  font-size: 14px;
  box-sizing: border-box;
}
.pl_messegeBox .pl_changeDrawing li:first-child a, .pl_messegeBox .pl_changeDrawing li:first-child span {
  border-radius: 3px 0 0 3px;
}
.pl_messegeBox .pl_changeDrawing li.active a, .pl_messegeBox .pl_changeDrawing li.active span {
  background-color: #086fa9;
  color: #fff;
  border: 1px solid #086fa9;
  pointer-events: none;
}
.pl_messegeBox .pl_messegeSimple {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 14px;
  line-height: 18px;
}
.pl_messegeBox .pl_messegeSimple .colSliderIcon {
  color: #086fa9;
}
.pl_messegeBox .pl_messegeSimple .colorlist {
  display: inline-block;
  white-space: nowrap;
  width: 120px;
}
.pl_messegeBox .pl_messegeSimple span {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 2px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.pl_messegeBox .pl_btnMessage {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding-right: 20px;
  white-space: nowrap;
  position: relative;
}
.pl_messegeBox .pl_btnMessage .btnDetail a, .pl_messegeBox .pl_btnMessage .btnDetail span {
  display: block;
  color: #086fa9;
  text-decoration: underline;
  height: 60px;
  line-height: 60px;
}
.pl_messegeBox .pl_btnMessage .pl_messageDetail {
  opacity: 0;
  position: absolute;
  top: 60px;
  right: 20px;
  margin-left: -250px;
  background-color: #FFF;
  padding: 15px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 100px rgba(0, 0, 0, 0.25);
  width: 605px;
  text-align: left;
  transition: opacity .2s;
  font-size: 14px;
  white-space: normal;
  pointer-events: none;
}
.pl_messegeBox .pl_btnMessage .pl_messageDetail:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  right: 50px;
  margin-left: -12px;
}
.pl_messegeBox .pl_btnMessage .pl_messageDetail p {
  margin: 15px 0;
}
.pl_messegeBox .pl_btnMessage .pl_messageDetail ul {
  margin: 15px 0;
}
.pl_messegeBox .pl_btnMessage .pl_messageDetail ul li {
  margin-top: 15px;
  list-style-type: square;
  margin-left: 20px;
}
.pl_messegeBox .pl_btnMessage .pl_messageDetail span {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 5px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.pl_messegeBox .pl_btnMessage .pl_messageDetail .colorlist {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  width: 120px;
}
.pl_messegeBox .pl_btnMessage .pl_messageDetail .colorlist:last-child {
  margin-bottom: 15px;
}
.pl_messegeBox .pl_btnMessage .btnDetail:hover + .pl_messageDetail {
  opacity: 1;
}

/*plviewer*/
#plviewer {
  position: relative;
  height: 100%;
  overflow-y: hidden;
  -ms-scroll-limit: 0 0 0 0;
}
#plviewer .pl_inner {
  box-sizing: border-box;
  background-color: #f1f1f1;
  border-right: 1px solid #ccc;
  position: relative;
  z-index: 2;
}

/*pl_3d*/
.pl_3d {
  position: relative;
  padding: 5px;
  background-color: #FFF;
}
.pl_3d #protoviewContainer {
  width: 100% !important;
}
.pl_3d .pl_lstOparetion {
  position: absolute;
  top: 50%;
  left: 5px;
  height: 260px;
  margin-top: -130px;
  font-size: 13px;
}
.pl_3d .pl_lstOparetion li {
  text-align: center;
  padding-top: 10px;
}
.pl_3d .pl_lstOparetion li img {
  margin-bottom: 5px;
}
.pl_3d .pl_logo {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.pl_3d .pl_logo img {
  width: 152px;
}
.pl_3d .pl_manual {
  position: absolute;
  bottom: 30px;
  right: 15px;
  white-space: nowrap;
  text-align: left;
}

/*pl_3d*/
.pl_txt {
  text-align: left;
  padding: 30px;
  height: 105px;
  overflow: auto;
}
.pl_txt .nobr br + br {
  display: none;
}
.pl_txt span {
  display: inline-block;
  overflow: hidden;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin: 0 2px 2px !important;
}
.pl_txt div {
  margin-bottom: 10px;
}

/*pl_size*/
.pl_partsize {
  position: absolute;
  top: 12px;
  right: 15px;
  height: 55px;
  text-align: left;
  font-size: 12px;
  line-height: 1.25;
}

/*WindowFunction*/
.WindowFunction {
  z-index: 1;
  line-height: 0;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  background: #CCC;
  height: 32px;
}

.WindowFunction ul {
  display: inline-block;
  border-left: 1px solid #4c4c4c;
  margin: 3px 0 0 5px;
}

.WindowFunction ul:first-child {
  border-left: none;
  margin: 3px 0 0 0;
}

.WindowFunction ul li {
  float: left;
  padding-left: 4px;
  width: 26px;
  position: relative;
}

.WindowFunction ul li:first-child {
  padding-left: 8px;
}

.WindowFunction li a,
.WindowFunction li span {
  display: inline-block;
  border: 1px solid;
  border-color: #666666;
  border-radius: 3px;
  background-color: #fff;
}

.WindowFunction .is-active a,
.WindowFunction .is-active span {
  background-color: #ccc;
}

.WindowFunction .menuSecond.list a {
  border: none;
  background-color: #fff;
}

.WindowFunction .btnEx {
  width: 40px;
}

.WindowFunction .btnEx > a {
  width: 38px;
  text-align: left;
}

.WindowFunction .btnEx:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #4c4c4c transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.WindowFunction .menuSecond {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 24px;
  left: -50%;
  border: 1px solid #262626;
  background-color: white;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
  transition: visibility 0.5s;
  padding: 10px;
  text-align: left;
}
.WindowFunction .menuSecond.list div {
  margin-top: 5px;
}
.WindowFunction .menuSecond.list div:first-child {
  margin-top: 0;
}
.WindowFunction .menuSecond.list div span {
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -1px;
}
.WindowFunction .menuSecond.list div a {
  color: #4C4C4C;
  display: block;
}
.WindowFunction .menuSecond.button {
  width: 155px;
  height: 96px;
}
.WindowFunction .menuSecond.button div {
  position: absolute;
}
.WindowFunction .menuSecond.button .up {
  top: 5px;
  left: 34px;
}
.WindowFunction .menuSecond.button .down {
  top: 64px;
  left: 34px;
}
.WindowFunction .menuSecond.button .left {
  top: 34px;
  left: 5px;
}
.WindowFunction .menuSecond.button .right {
  top: 34px;
  left: 64px;
}
.WindowFunction .menuSecond.button .front {
  top: 34px;
  left: 34px;
}
.WindowFunction .menuSecond.button .back {
  top: 34px;
  left: 93px;
}
.WindowFunction .menuSecond.button .isome {
  top: 5px;
  left: 123px;
}

.WindowFunction ul > li:hover .menuSecond {
  visibility: visible;
}

.curBalloon {
  cursor: url("../img/balloon.cur"), url("../img/balloon.png"), auto;
}

.btnFunkDel a {
  display: inline-block;
  border: 1px solid #666666;
  background-color: #fff;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
  width: 26px;
  height: 26px;
  background-image: url("../img/com_ic57.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*viewer-cube-layer*/
.viewer-cube-layer {
  font-size: 13px;
  line-height: 1.6;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 140px;
  height: 170px;
  margin: 0;
  padding: 0;
  cursor: default;
}
.viewer-cube-layer .viewer-cube-canvas {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
.viewer-cube-layer .viewer-cube-btn li a {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-isometric a {
  top: 0;
  left: 0;
  background-image: url("../img/btn_cube_isometric.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-straight a {
  top: 0;
  right: 0;
  background-image: url("../img/btn_cube_straight.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-left-rotate a {
  width: 24px;
  height: 18px;
  top: 30px;
  left: 30px;
  background-image: url("../img/btn_cube_turnleft.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-right-rotate a {
  width: 24px;
  height: 18px;
  top: 30px;
  right: 30px;
  background-image: url("../img/btn_cube_turnright.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-top a {
  top: 30px;
  left: 50%;
  margin-left: -9px;
  background-image: url("../img/btn_cube_top.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-bottom a {
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  background-image: url("../img/btn_cube_bottom.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-right a {
  top: 90px;
  right: 0;
  background-image: url("../img/btn_cube_right.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-left a {
  top: 90px;
  left: 0;
  background-image: url("../img/btn_cube_left.png");
}
.viewer-cube-layer .viewer-cube-menu {
  position: absolute;
  bottom: -26px;
  right: 0;
}
.viewer-cube-layer .viewer-cube-menu > li > a,
.viewer-cube-layer .viewer-cube-menu > li > span {
  display: block;
  width: 40px;
  height: 26px;
  padding-right: 10px;
  border: 1px solid #4c4c4c;
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background-size: 12px auto;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url("../img/com_ic26.png");
}
.viewer-cube-layer .viewer-cube-menu > li > a:after,
.viewer-cube-layer .viewer-cube-menu > li > span:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #4c4c4c transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.viewer-cube-layer .viewer-cube-menusecond {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 25px;
  right: 0;
  border: 1px solid #262626;
  background-color: white;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
  transition: visibility 0.5s;
  padding: 8px;
  text-align: left;
  width: 200px;
}
.viewer-cube-layer .viewer-cube-menusecond li {
  margin-top: 3px;
}
.viewer-cube-layer .viewer-cube-menusecond li.border {
  border-top: 1px solid #4c4c4c;
  padding-top: 5px;
  margin-top: 5px;
}
.viewer-cube-layer .viewer-cube-menusecond li a, .viewer-cube-layer .viewer-cube-menusecond li span {
  display: block;
  color: #4c4c4c;
  position: relative;
}
.viewer-cube-layer .viewer-cube-menusecond li.is-active a:after, .viewer-cube-layer .viewer-cube-menusecond li.is-active span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 5px;
  width: 4px;
  height: 10px;
  overflow: hidden;
  border-right: #4c4c4c 2px solid;
  border-bottom: #4c4c4c 2px solid;
  transform: rotate(45deg);
}
.viewer-cube-layer .viewer-cube-menusecond li img {
  vertical-align: middle;
  margin-right: 5px;
}
.viewer-cube-layer ul > li:hover .viewer-cube-menusecond {
  visibility: visible;
}

/*WindowSub]*/
.WindowSub {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #4c4c4c;
  box-sizing: border-box;
  padding: 5px;
  font-size: 10px;
  border-radius: 3px;
}

.WindowSub li {
  display: inline-block;
  margin-left: 5px;
}

.WindowSub li:first-child {
  margin-left: 0px;
}

.WindowSub li a {
  display: inline-block;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.WindowSub li.is-active a {
  background-color: #999791;
}

.WindowSub .pmi a {
  background-image: url(../img/com_ic15.png);
}

.WindowSub .name a {
  background-image: url(../img/com_ic16.png);
}

.WindowSub .number a,
.WindowSub .customerReferenceNumber a {
  background-image: url(../img/com_ic17.png);
}

.WindowSub .modelNum a {
  background-image: url(../img/com_ic19.png);
}

/*boxAmount*/
.boxAmount {
  width: 100%;
  box-sizing: border-box;
  background-color: #4c4c4c;
  padding: 10px 10px 10px 10px;
  color: #ffffff;
}

.boxAmount .textBox {
  position: relative;
  line-height: 1.1;
}

.boxAmount .amountText {
  color: #ffcc00;
  position: absolute;
  bottom: 0;
  right: 0;
}

.boxAmount .amountText strong {
  font-size: 24px;
}

.boxAmount .amountText02 {
  position: absolute;
  bottom: 34px;
  right: 0;
  display: inline-block;
  padding: 0 0 0 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic14.png);
}

.boxAmount .supText {
  color: #ffcc00;
  margin: 7px 0 0 0;
}

.boxAmount .supText02 {
  margin: 7px 0 0 0;
}

.boxAmount .supText02 strong {
  color: #ffcc00;
  font-weight: normal;
}

/*boxAmount quick*/
.quick {
  padding-top: 15px;
}

.quick .amountText {
  top: auto;
  bottom: 18px;
}

.quick .supText input[type=text] {
  padding: 0;
  border: none;
  background-color: #4d4d4d;
  width: auto;
  display: inline-block;
}

.quick .ui-datepicker-trigger {
  background-color: #4d4d4d;
  color: #fff;
  background-image: url("../img/com_ic20.png");
  position: absolute;
  top: -3px;
  left: 0;
}

.quick .supText02 {
  margin: 5px 0 0 0;
}

/*WindowDl*/
.WindowDl {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.WindowDl li {
  display: inline-block;
}

.WindowDl li:first-child:after {
  content: "";
  padding: 0 5px 0;
}

.WindowDl a {
  display: inline-block;
  padding: 0 0 0 15px;
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic12.png);
  display: inline-block;
  color: #7a7974;
}

/*.tel*/
#heightFull .tel {
  position: absolute;
  top: 70px;
  left: 10px;
}
#heightFull .tel span {
  display: table-cell;
  border: 1px solid #dfdfdf;
  width: 188px;
  height: 58px;
  border-radius: 29px;
  text-align: center;
  vertical-align: middle;
  background-color: #FFF;
  box-sizing: border-box;
}

/*WindowManual*/
.WindowManual {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: left;
  font-size: 13px;
}

.WindowManual a {
  display: inline-block;
  padding: 0 0 0 18px;
  line-height: 1.4;
  background-position: 0 60%;
  background-repeat: no-repeat;
  color: #7a7974;
}

.WindowManual a:before {
  content: "？";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #666666;
  color: #ffffff !important;
  font-size: 11px;
  text-align: center;
  position: absolute;
  left: 0;
  border-radius: 3px;
}

/* -------------------------------------
 * 3d Material
------------------------------------- */
.WindowMain .errorBlock {
  margin: 0;
  padding: 15px;
  border: none;
  background-color: #EFEFEF;
}

.WindowMain .tblForm + .errorBlock {
  background-color: #fff2f2;
}

.WindowMain .errorBlock + .errorBlock {
  padding: 0 15px 15px;
}

.WindowMain .errorBlock li {
  background: url(../img/com_status_ic05.png?r=2580) no-repeat;
  padding-left: 30px;
}

.WindowMain .errorBlock span {
  display: block;
  background: url(../img/com_status_ic05.png?r=2580) no-repeat;
  padding-left: 30px;
}

.WindowMain .errorBlock p.btn span.disable {
  background-image: none;
  border-radius: 3px;
  padding: 10px;
}

/*tblForm*/
.tblForm {
  width: 100%;
  margin: 10px auto;
}

.tblForm th,
.tblForm td {
  padding: 5px 15px;
  font-weight: normal;
  text-align: left;
}

.tblForm th {
  width: 185px;
  line-height: 1.25;
  position: relative;
}

.tblForm .customInput {
  display: block;
}

.tblForm .customSelect.min,
.tblForm .customInput.min {
  display: inline-block;
  width: 100px;
  margin: -5px 5px;
  font-size: 11px;
}

.tblForm .customSelect {
  display: block;
  height: 32px;
  margin: 0;
}

.tblForm.col1 {
  width: calc(100% - 30px);
  margin: 15px;
  border-top: 1px solid #ccc;
}

.tblForm-toSupport.col1 {
  width: calc(100%);
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #ccc;
}

.tblForm.col1 th {
  padding: 15px 0 0;
  font-weight: normal;
  text-align: left;
}

.tblForm.col1 td {
  padding: 15px 0 0;
  vertical-align: middle;
}

.tblForm-toSupport th {
  padding: 15px 0 0;
  font-weight: normal;
  text-align: left;
}

.tblForm.col1 input[type=checkbox] + .check {
  margin: 0 5px 0 0;
}

.tblForm .is-change input[type="text"],
.tblForm .is-change input[type="number"],
.tblForm .is-change textarea,
.tblForm .is-change .customSelect:after,
.tblForm .is-change select,
.tblForm .is-change input[type=checkbox] + .check {
  background-color: #ebeeff;
}

.tblForm .is-required input[type="text"],
.tblForm .is-required textarea,
.tblForm .is-required .customSelect:after,
.tblForm .is-required select,
.tblForm .is-required input[type=checkbox] + .check {
  border-color: #e06464;
  color: #bbbbbb;
}

.tblForm .is-active td,
.tblForm .is-active th {
  background-color: #fff7d9;
}

.tblForm hr {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.tblForm .message {
  padding: 5px;
  background: #f7f7f7;
}

/**
 * Set greyed text for disabled inputs.
 */
.tblForm input[disabled] {
  color: #ccc;
}

/*boxForm*/
.boxForm {
  margin: 10px 0 0 0;
  padding: 10px 10px 0;
  border-top: 1px solid #f2f1ed;
  font-size: 11px;
}

.boxForm {
  margin: 10px 0 10px 0;
}

.boxForm .customInput {
  margin: 10px 0 0 0;
  width: 100%;
}

.boxForm li {
  margin: 10px 0 0 0;
}

.boxForm li .customInput {
  margin: 3px 0 0 25px;
  width: calc(100% - 30px);
}

/*boxModel*/
.boxModel {
  padding: 10px 0 3px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
}

.boxModel .box {
  overflow: auto;
  max-height: 100px;
  position: relative;
  padding: 0 0px 0 10px;
}

/*lstModel*/
.lstModel li {
  border-top: 1px solid #dedbd3;
}

.lstModel .box {
  display: block;
  position: relative;
  color: #474744;
  padding: 10px 0 8px 33px;
  overflow: hidden;
  position: relative;
  background: url(../img/bgr_check.png) repeat-y;
}

.lstModel .box:hover {
  background-position: 0 -300px;
}

.lstModel .box:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 4px;
  margin: -7px 0 0 0;
}

.lstModel li:last-child {
  border-bottom: 1px solid #dedbd3;
}

.lstModel input[type="checkbox"] {
  display: none;
}

.lstModel input[type="checkbox"]:checked + .box {
  background-position: 0 -300px;
}

.lstModel input[type="checkbox"]:checked + .box:before {
  border-color: #e5e9ff;
}

.lstModel input[type="checkbox"]:checked + .box:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 9px;
  margin: -6px 0 0 0;
  width: 3px;
  height: 8px;
  overflow: hidden;
  border-right: #929ee4 2px solid;
  border-bottom: #929ee4 2px solid;
  transform: rotate(45deg);
}

.lstModel .img {
  float: left;
  margin: 0 10px 0 0;
}

.lstModel .txt {
  overflow: hidden;
  font-size: 11px;
  line-height: 1.1;
}

.lstModel .model {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.lstModel .class {
  display: block;
  padding: 5px 0 0 0;
}

.lstModel .number {
  display: inline-block;
  padding: 5px 15px 0 0;
}

.lstModel .sum {
  display: inline-block;
  padding: 5px 0 0 0;
}

.lstModel .status {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

/*WindowError*/
.WindowError {
  z-index: 1002;
  position: absolute;
  right: -1260px;
  bottom: -0px;
  background-color: #fff;
  box-sizing: border-box;
  height: calc(100% - 32px);
  width: 630px;
  transition: right 0.2s;
  text-align: left;
}

.WindowError.open {
  right: -630px;
  transition: right 0.2s;
}

.WindowError .inner {
  height: calc(100% - 32px);
  overflow: hidden;
  position: relative;
  display: none;
}

.WindowError.open .inner {
  display: block;
}

.WindowError .titError {
  background-color: #ededed;
  padding: 0 10px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
}

.WindowError .titError .btnAction {
  display: block;
  background-color: #4c4c4c;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 4px;
  right: 4px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 3px;
}

.WindowError.open .titError .btnAction:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  width: 9px;
  height: 1px;
  background-color: #fff;
}

.WindowError .titError .btnAction:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  width: 9px;
  height: 1px;
  background-color: #fff;
}

.WindowError .titError .btnAction:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -1px;
  width: 1px;
  height: 9px;
  background-color: #fff;
}

.lstError > li {
  display: block;
  position: relative;
  border-top: 1px solid #f2f1ed;
  color: #474744;
  padding: 15px 0 15px 15px;
  overflow: hidden;
}

.lstError > li:last-child {
  border-bottom: 1px solid #f2f1ed;
}

.lstError .img {
  float: left;
  margin: 0 10px 0 0;
}

.lstError .txt {
  overflow: hidden;
  color: #4C4C4C;
}

.lstError .model {
  display: block;
  line-height: 1.1;
  font-weight: bold;
}

.lstError .error {
  margin: 7px 0 0 0;
}

.lstError .error li {
  /*padding: 0 0 0 20px;
  background-position: 0 .2em;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic02.png);
  background-size: 15px auto;*/
}

.lstError .status {
  position: absolute;
  top: 6px;
  right: 15px;
  color: #ccc9c2;
  font-size: 12px;
}

.lstError .status span {
  vertical-align: baseline;
  margin: 0 5px 0 0;
}

.lstError .btn {
  margin: 10px 0 0 0;
}

.lstError .btn a {
  width: calc(100% - 10px);
  padding: 15px;
}

/*scrollbar*/
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_inside > .mCSB_container {
  padding: .1px 0;
}

.boxModel .mCSB_inside > .mCSB_container {
  margin-right: 15px;
  padding: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 10px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 15px 2px;
}

.boxModel .mCSB_scrollTools {
  margin: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 10px;
  height: 100%;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
}

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.25);
  filter: "alpha(opacity=25)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: black;
  filter: "alpha(opacity=100)";
}

.boxModel .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
}

.boxModel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
}

.boxModel .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
}

/*ico animation*/
.anm {
  display: inline-block;
  width: 25px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  animation: anm01 2s steps(4, end) infinite;
}

.anm.ic03 {
  background: url(../img/com_status_ic03.png);
}

.anm.ic04 {
  background: url(../img/com_status_ic04.png?r=2901);
}

@keyframes anm01 {
  100% {
    background-position: 0 -64px;
  }
}
/* tooltip Plugin "PowerTip" */
#powerTip {
  cursor: default;
  background-color: #262626;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: none;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
  line-height: 1.25;
  margin-bottom: -3px;
}

#powerTip:before,
#powerTip:after {
  content: "";
  position: absolute;
}

#powerTip.n:before, #powerTip.s:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  left: 50%;
  margin-left: -7px;
}

#powerTip.e:before, #powerTip.w:before {
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  margin-top: -7px;
  top: 50%;
}

#powerTip.n:before {
  border-top: 7px solid #fff;
  bottom: -7px;
}

#powerTip.e:before {
  border-right: 7px solid #fff;
  left: -7px;
}

#powerTip.s:before {
  border-bottom: 7px solid #fff;
  top: -7px;
}

#powerTip.w:before {
  border-left: 7px solid #fff;
  right: -7px;
}

#powerTip.ne:before, #powerTip.se:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  left: 7px;
}

#powerTip.nw:before, #powerTip.sw:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  right: 7px;
}

#powerTip.ne:before, #powerTip.nw:before {
  border-top: 7px solid #fff;
  bottom: -7px;
}

#powerTip.se:before, #powerTip.sw:before {
  border-bottom: 7px solid #fff;
  top: -7px;
}

#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: 7px solid #fff;
  bottom: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 7px;
}

#powerTip.ne-alt:before {
  left: auto;
  right: 7px;
}

#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: none;
  border-bottom: 7px solid #fff;
  bottom: auto;
  top: -7px;
}

#powerTip.se-alt:before {
  left: auto;
  right: 7px;
}

#powerTip.n:after, #powerTip.s:after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}

#powerTip.e:after, #powerTip.w:after {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}

#powerTip.n:after {
  border-top: 5px solid #333;
  bottom: -5px;
}

#powerTip.e:after {
  border-right: 5px solid #333;
  left: -5px;
}

#powerTip.s:after {
  border-bottom: 5px solid #333;
  top: -5px;
}

#powerTip.w:after {
  border-left: 5px solid #333;
  right: -5px;
}

#powerTip.ne:after, #powerTip.se:after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 9px;
}

#powerTip.nw:after, #powerTip.sw:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 9px;
}

#powerTip.ne:after, #powerTip.nw:after {
  border-top: 5px solid #333;
  bottom: -5px;
}

#powerTip.se:after, #powerTip.sw:after {
  border-bottom: 5px solid #333;
  top: -5px;
}

#powerTip.nw-alt:after, #powerTip.ne-alt:after,
#powerTip.sw-alt:after, #powerTip.se-alt:after {
  border-top: 5px solid #333;
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 9px;
}

#powerTip.ne-alt {
  margin-right: 40px;
}

#powerTip.ne-alt:after {
  left: auto;
  right: 9px;
}

#powerTip.sw-alt:after, #powerTip.se-alt:after {
  border-top: none;
  border-bottom: 5px solid #333;
  bottom: auto;
  top: -5px;
}

#powerTip.se-alt:after {
  left: auto;
  right: 9px;
}

#powerTip .tooltipHeader {
  margin-bottom: 6px;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#powerTip .tooltipHeader .subTitle {
  position: relative;
  font-size: 1.1em;
  font-weight: bold;
  margin-right: auto;
  margin-left: 1em;
}
#powerTip .tooltipHeader .subTitle:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -1em;
  width: 8px;
  height: 8px;
  background: #fff;
}
#powerTip .tooltipHeader .numberInfo {
  margin-right: 1em;
}
#powerTip .tooltipHeader .prev, #powerTip .tooltipHeader .next {
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#powerTip .tooltipHeader .prev.disabled, #powerTip .tooltipHeader .next.disabled {
  opacity: .5;
  pointer-events: none;
}
#powerTip .tooltipHeader .prev {
  margin-right: 2px;
}
#powerTip .btnText {
  text-align: center;
  margin-top: 3px;
}
#powerTip a {
  color: #FFF;
  text-decoration: underline;
}
#powerTip a:hover {
  cursor: pointer;
}
#powerTip .loading {
  animation: Flash 2s infinite;
}
#powerTip .lst {
  width: 380px;
  height: 92px;
  overflow: hidden;
}
#powerTip .lst li {
  margin-top: 3px;
}
#powerTip .lst li:first-child {
  margin-top: 0;
}
#powerTip .lst li .order {
  margin-left: 1em;
  font-weight: bold;
}

@keyframes Flash {
  50% {
    opacity: 0;
  }
}
/*mitsumoriBox*/
.errorBlock .customInput {
  width: auto !important;
}
.errorBlock .customInput textarea {
  height: 120px !important;
}
.errorBlock .btn {
  margin-top: 10px !important;
}
.errorBlock .btn a {
  width: 100% !important;
  padding: 15px;
}

.indentLeft {
  margin-left: 15px;
}

/* -------------------------------------
 * styleList
------------------------------------- */
#masonryArea.styleList {
  width: auto;
}
@media only screen and (min-width: 1232px) {
  #masonryArea.styleList {
    width: auto;
  }
}
@media only screen and (min-width: 1540px) {
  #masonryArea.styleList {
    width: auto;
  }
}
@media only screen and (min-width: 1848px) {
  #masonryArea.styleList {
    width: auto;
  }
}
@media only screen and (min-width: 2156px) {
  #masonryArea.styleList {
    width: auto;
  }
}
@media only screen and (min-width: 2157px) {
  #masonryArea.styleList {
    width: auto;
  }
}
#masonryArea.styleList .hitTxt {
  margin: 0 0 15px 30px;
}
#masonryArea.styleList .noTxt {
  position: static;
  margin-top: 0;
  padding: 80px 0;
}

.styleList .dropBox {
  width: auto;
  height: 110px;
  margin: 30px 30px;
  padding: 0;
  float: none;
  text-align: left;
}
.styleList .dropBox:before {
  top: 50%;
  left: 35%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  background-size: auto 40px;
  border-radius: 40px;
}
.styleList .dropBox:after {
  top: 50%;
  left: 35%;
  margin: -60px 0 0 -20px;
  background-size: auto 40px;
  animation: arrowMove 1.4s infinite;
  opacity: 1;
}
.styleList .dropBox .tit {
  position: absolute;
  top: 30px;
  left: 35%;
  padding: 0 0 0 60px;
  margin: 0;
}
.styleList .dropBox .tit br {
  display: none;
}
.styleList .dropBox label {
  position: absolute;
  bottom: 30px;
  left: 35%;
  width: auto;
  height: auto;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 60px;
}
.styleList .dropBox .boxTours {
  width: 500px;
  top: 120px;
  margin-left: -250px;
}
.styleList .dataLst {
  margin: 30px auto 0;
}
.styleList .dataLst .dataBox {
  border: none;
  border-top: 1px solid #e5e5e5;
  background: none;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  position: relative;
  float: none;
  box-shadow: none;
}
.styleList .dataLst .dataBox:nth-child(odd) {
  background-color: #f5f5f5;
}
.styleList .dataLst .dataBox:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.styleList .dataLst .dataBox .serviceIcon {
  top: 15px;
  left: 30px;
}
.styleList .dataLst .dataBox .buyIcon {
  top: 50%;
  left: auto;
  right: 110px;
  margin-top: -15px;
}
.styleList .dataLst .dataBox .favorite {
  top: 50%;
  left: auto;
  right: 70px;
  margin-top: -15px;
}
.styleList .dataLst .dataBox .favorite .favoriteIcon {
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
}
.styleList .dataLst .dataBox .sample:before {
  border-width: 41px 70px 0 0;
  border-color: #e06464 transparent transparent transparent;
  top: 0;
  left: 1px;
}
.styleList .dataLst .dataBox .sample span {
  top: 16px;
  left: 10px;
  transform: rotate(-30deg);
  color: #fff;
  font-size: 11px;
  transform-origin: left bottom;
}
.styleList .dataLst .filename {
  text-align: left;
  padding: 0;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  position: absolute;
  top: 15px;
  left: 135px;
  line-height: 1;
  width: 300px;
}
.styleList .dataLst .projectname {
  bottom: auto;
  top: 50%;
  left: 135px;
  margin-top: -0.5em;
  line-height: 1;
  width: calc(100% - 135px);
}
.styleList .dataLst .projectname.share > p {
  padding: 5px 0 5px 23px !important;
  margin: -5px 0;
}
.styleList .dataLst .projectname.share > p:before {
  left: 0;
}
.styleList .dataLst .annotation + .projectname {
  top: 15px;
  margin-top: 0;
  font-size: 11px;
}
.styleList .dataLst .annotation + .projectname > p {
  font-weight: normal;
}
.styleList .dataLst .annotation + .projectname > p a {
  color: #999;
  pointer-events: none;
}
.styleList .dataLst .projectname > p {
  padding: 0;
  width: 20%;
  position: relative;
}
.styleList .dataLst .projectmenu > li {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  z-index: 6;
}
.styleList .dataLst .projectmenu > li span {
  position: static;
  margin-top: 0;
}
.styleList .dataLst .projectmenu .menuSecond {
  bottom: auto;
  bottom: 20px;
  right: -15px;
}
.styleList .dataLst .status {
  display: block;
  text-align: left;
  padding: 0;
  border-bottom: none;
  font-size: 13px;
  width: auto;
  height: auto;
  position: absolute;
  top: 32px;
  left: 135px;
  line-height: 1;
  font-weight: bold;
}
.styleList .dataLst .status br {
  display: none;
}
.styleList .dataLst .noInoL .status {
  left: 30px;
}
.styleList .dataLst .noInoL .filename {
  left: 30px;
}
.styleList .dataLst .situation {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 75px;
  margin: -20px 0 0 0;
  z-index: 1;
}
.styleList .dataLst .situation img {
  width: 40px;
  height: 40px;
}
.styleList .dataLst .situation .percent {
  display: none;
}
.styleList .dataLst .situationBase {
  display: none;
}
.styleList .dataLst .figureBox {
  position: absolute;
  top: 50%;
  left: 75px;
  margin-top: -20px;
}
.styleList .dataLst .figureBox .img {
  margin: 0;
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 0;
  position: static;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.styleList .dataLst .figureBox .img img {
  max-width: 40px;
  max-height: 40px;
}
.styleList .dataLst .form {
  margin: 55px 80px 0 135px;
  padding: 10px 0 15px;
  border-top: 1px solid #e5e5e5;
}
.styleList .dataLst .form dl {
  display: table-cell;
  width: 150px;
  padding-right: 15px;
}
.styleList .dataLst .form dl dt {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.styleList .dataLst .form dl dd {
  display: block;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.styleList .dataLst .projectNamechange {
  margin: 55px 80px 0 135px;
  padding: 10px 0 15px;
  border-top: 1px solid #e5e5e5;
}
.styleList .dataLst .projectNamechange dt {
  margin-bottom: 00;
}
.styleList .dataLst .projectNamechange dd {
  display: block;
}
.styleList .dataLst .projectNamechange dd input {
  width: 25%;
  height: 28px;
  padding: 0 7px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px transparent;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  border-right: solid 1px rgba(0, 0, 0, 0);
  vertical-align: middle;
  resize: none;
}
.styleList .dataLst .partsStatusList {
  margin: 0;
  padding: 0;
  border-top: none;
  white-space: nowrap;
  bottom: auto;
  top: 50%;
  left: 30%;
  margin-top: -10px;
  width: auto;
}
.styleList .dataLst .price {
  position: absolute;
  top: 50%;
  right: 160px;
  left: auto;
  bottom: auto;
  width: auto;
  display: inline-block;
  margin-top: -0.5em;
  padding: 0;
  border-top: none;
  text-align: left;
  line-height: 1;
  z-index: 1;
}
.styleList .dataLst .dateUpload {
  position: absolute;
  top: 50%;
  left: calc(30% + 300px);
  bottom: auto;
  width: auto;
  margin-top: -0.5em;
  line-height: 1;
  display: block;
  background: url(../img/ico_upload.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 17px;
  z-index: 1;
}
.styleList .dataLst .dateRenew {
  position: absolute;
  top: 50%;
  left: calc(45% + 300px);
  width: auto;
  margin-top: -0.5em;
  line-height: 1;
  display: block;
  background: url(../img/ico_time.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 17px;
  z-index: 1;
}
.styleList .dataLst .deleteBtn a {
  position: absolute;
  bottom: auto;
  top: 50%;
  right: 30px;
  margin-top: -10px;
}
.styleList .dataLst .deleteBtn + .btn span.disable {
  width: 180px;
  height: 36px;
  bottom: 12px;
  left: auto;
  right: 80px;
}
.styleList .dataLst .btn {
  margin: 0;
}
.styleList .dataLst .btn a, .styleList .dataLst .btn .disable {
  width: 180px;
  position: absolute;
  bottom: 12px;
  left: auto;
  right: 80px;
}
.styleList .dataLst .btn a.linkEstimate, .styleList .dataLst .btn .disable.linkEstimate {
  right: 240px;
}
.styleList .dataLst .partsStatusList + .btn,
.styleList .dataLst .projectname + .btn {
  display: none;
}
.styleList .dataLst .lstBtn {
  display: table;
  position: absolute;
  bottom: 12px;
  left: auto;
  right: 80px;
  width: 180px;
}
.styleList .dataLst .lstBtn a, .styleList .dataLst .lstBtn .disable {
  width: 100%;
  height: 36px;
  position: static;
}
.styleList .dataLst .lstBtn .btn .disable {
  width: 100%;
  height: 36px;
  position: static;
}
.styleList .dataLst .deleteBtn + .btn a,
.styleList .dataLst .deleteBtn + .lstBtn {
  width: 180px;
}
.styleList .dataLst .annotation {
  position: absolute;
  top: auto;
  bottom: 12px;
  left: 135px;
}
.styleList .dataLst .annotation span {
  display: inline;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
.styleList .dataLst .step {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 80px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  width: auto;
  padding: 0;
  border-top: none;
  text-align: center;
  white-space: inherit;
}
.styleList .dataLst .step br {
  display: none;
}
.styleList .dataLst .selectService {
  display: table;
  table-layout: fixed;
  width: calc(100% - 380px);
  height: 60px;
  margin: 0 80px 0 300px;
}
.styleList .dataLst .selectService li {
  border-top: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.styleList .dataLst .selectService li:last-child {
  border-bottom: none;
}
.styleList .dataLst .selectService li:last-child a {
  border-right: 1px solid #e6e6e6;
}
.styleList .dataLst .selectService li a {
  display: block;
  height: auto;
  padding: 5px 0 5px 30px;
  color: #4C4C4C;
  position: relative;
  border-left: 1px solid #e6e6e6;
}
.styleList .dataLst .selectService li a .serviceIcon {
  top: 50%;
  left: 15px;
  margin-top: -15px;
}
.styleList .dataLst .selectService li a:hover {
  opacity: 1;
  background-color: #fff6cc;
}

/* -------------------------------------
 * masonryArea
------------------------------------- */
#masonryArea {
  width: 924px;
  margin: 0 auto;
  padding-top: 40px;
  transition: 0.25s;
}
@media only screen and (min-width: 1232px) {
  #masonryArea {
    width: 1232px;
  }
}
@media only screen and (min-width: 1540px) {
  #masonryArea {
    width: 1540px;
  }
}
@media only screen and (min-width: 1848px) {
  #masonryArea {
    width: 1848px;
  }
}
@media only screen and (min-width: 2156px) {
  #masonryArea {
    width: 2156px;
  }
}
@media only screen and (min-width: 2157px) {
  #masonryArea {
    width: 100%;
  }
}
#masonryArea .hitTxt {
  margin-left: 328px;
}
#masonryArea .hitTxt .hit {
  font-size: 20px;
}
#masonryArea .noTxt {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -50px;
}
#masonryArea .noTxt span {
  display: block;
  font-size: 20px;
}

/* -------------------------------------
 * dragLayer
------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
#dragLayer {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
#dragLayer.fadeIn {
  height: 100%;
  animation: fadeIn .2s linear 0s;
}
#dragLayer.fadeOut {
  height: 0;
  animation: fadeOut .2s linear 0s;
}

/* -------------------------------------
 * system check
------------------------------------- */
#syscheck.modal {
  width: auto;
}

.lstSysCheck {
  width: 870px;
  max-height: 400px;
  overflow: auto;
}

.lstSysCheck li {
  border-top: 1px dotted #CCC;
  padding: 20px 20px 20px 50px;
  background: url(../img/com_ic60.png) 0 50% no-repeat;
}

.lstSysCheck li:first-child {
  border-top: none;
}

.lstSysCheck li strong {
  display: block;
  margin-bottom: 3px;
}

.lstSysCheck li img {
  display: block;
  margin: 10px auto;
  max-width: 800px;
}

.lstSysCheck .ok {
  background: url(../img/com_ic58.png) 0 50% no-repeat;
}

.lstSysCheck .ng {
  background: url(../img/com_ic59.png) 0 50% no-repeat;
  color: #E06464;
}

.lstSysCheck .btn a {
  font-size: 12px;
  padding: 3px 10px;
  width: auto;
}

.noSysCheck {
  margin-top: 15px;
  text-align: center;
}

.noSysCheck label {
  display: inline-block;
  border: 1px solid #e6e2da;
  height: 36px;
  line-height: 36px;
  padding: 0 18px 0 7px;
  border-radius: 18px;
}

/* -------------------------------------
 * Intro.js
------------------------------------- */
.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 2;
  z-index: 10000000;
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  width: 200px;
  border-radius: 3px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: block;
  width: 40px;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #666666;
  border-radius: 3px;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  text-decoration: none;
  color: #fff;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
  z-index: 2;
  margin: -8px 0;
}

.introjs-hint:focus {
  border: 0;
  outline: 0;
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid #00d372;
  /* 外側の色 */
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid #00d372;
  /* 外側の色 */
  border-radius: 30px;
  background-color: #5fffb6;
  /* 中心の色 */
  z-index: 10;
  position: absolute;
  transition: all 0.2s ease-out;
}

.introjs-hint-no-anim .introjs-hint-dot {
  animation: none;
}

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid #00d372;
  /* アニメーションの色 */
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  animation: introjspulse 3s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
#syscheck {
  margin-top: -301.5px !important;
  margin-left: -466px !important;
}

.jquery-modal.blocker.current #syscheck {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -302px;
  margin-left: -466px;
  z-index: 2;
  display: block;
  text-align: left;
}

a.blue_link {
  color: #0169c6 !important;
  text-align: center;
  border: 1px solid #0169c6;
  border-radius: 3px;
  padding: 8px 20px;
  display: inline-block;
}
a.blue_link.outlink {
  background-image: none;
  padding: 8px 20px;
}
a.blue_link.outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  vertical-align: top;
  margin-left: 5px;
}
a.blue_link:hover {
  background: #0169c6;
  color: #fff !important;
}
a.blue_link:hover.outlink:after {
  background: url(../img/icon_link.png) no-repeat;
}
a.btn_con {
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 210px;
  height: 38px;
  line-height: 38px;
  display: block;
}
a.btn_con.blue {
  color: #fff;
  background: linear-gradient(#516bfc, #4054ca);
}
a.btn_con.blue:hover {
  background: linear-gradient(#4763fd, #3046c4);
}
a.btn_con.yellow {
  color: #4c4c4c;
  background: linear-gradient(#ffdb4d, #ffcc00);
}
a.btn_con.yellow:hover {
  background: linear-gradient(#ffd738, #e2b400);
}
a.btn_con.white {
  color: #4c4c4c;
  background: linear-gradient(#fff, #ededed);
}
a.btn_con.white:hover {
  background: linear-gradient(#fafafa, #e0e0e0);
}

/* -------------------------------------
 * 3D Viewer拡張
------------------------------------- */
.fs15 {
  font-size: 15px;
}
.fs15 .tblForm {
  font-size: 15px;
}

.openWM .header3dEx {
  width: calc(100% + 630px);
  transition: width .4s ease-out;
}

.header3dEx {
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-align: center;
  background-color: #4c4c4c;
  width: 100%;
  transition: width .4s ease-in;
}
.header3dEx .breadCrumb {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 32px;
  border-right: rgba(255, 255, 255, 0.5) 1px solid;
}
.header3dEx .breadCrumb li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.header3dEx .breadCrumb li:first-child {
  z-index: 2;
}
.header3dEx .breadCrumb li:last-child {
  color: #999;
}
.header3dEx .breadCrumb li a {
  color: #fff;
  display: block;
  position: relative;
  background-color: #666;
  transition: background-color .2s;
  height: 32px;
}
.header3dEx .breadCrumb li a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}
.header3dEx .breadCrumb li a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 10px;
  border-color: transparent transparent transparent #666;
  transition: border-color .2s;
}
.header3dEx .breadCrumb li a:hover {
  opacity: 1;
  background-color: #4c4c4c;
}
.header3dEx .breadCrumb li a:hover:after {
  border-color: transparent transparent transparent #4c4c4c;
}
.header3dEx .breadCrumb li span {
  display: block;
  width: 160px;
  line-height: 32px;
  padding: 0 5px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tit3dDetail {
  border-top: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 -5px;
  width: 100%;
  font-size: 13px;
}
.tit3dDetail h2 {
  display: block;
  margin-top: -.75em;
}
.tit3dDetail span {
  display: inline-block;
  padding: 0 10px;
  background-color: #FFF;
}

.pl_check {
  margin: 15px;
}
.pl_check .boxCheck {
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #b6b6b6;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  margin: 10px 0;
  transition: padding .25s;
  cursor: pointer;
  animation: boxCheckFlash .5s infinite;
}
.pl_check .boxCheck.noCheck {
  animation: none;
}
.pl_check .boxCheck .num {
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  color: #ccc;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  margin-right: 5px;
}
.pl_check .boxCheck label {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -14px;
  pointer-events: none;
}
.pl_check .boxCheck label .toggle {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 28px;
  border-radius: 14px;
  background-color: #C6C6C6;
  transition: background .25s;
  font-size: 13px;
  text-align: left;
}
.pl_check .boxCheck label .toggle:before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #FFF;
  margin: 2px;
}
.pl_check .boxCheck label .toggle:after {
  content: "未確認";
  display: inline-block;
  color: #fff;
  width: 64px;
  padding: 0 5px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}
.pl_check .boxCheck input[type="checkbox"]:checked + .toggle {
  background-color: #086fa9;
  text-align: right;
}
.pl_check .boxCheck input[type="checkbox"]:checked + .toggle:before {
  animation: none;
}
.pl_check .boxCheck input[type="checkbox"]:checked + .toggle:after {
  content: "確認済";
  left: 0;
}
.pl_check .boxCheck .tblForm {
  margin: 10px 0 0;
  color: #4C4C4C;
}
.pl_check .boxCheck .tblForm th, .pl_check .boxCheck .tblForm td {
  cursor: pointer;
}
.pl_check .boxCheck .tblForm .selected th, .pl_check .boxCheck .tblForm .selected td {
  background-color: #fff;
}
@keyframes boxCheckFlash {
  50% {
    border: 1px solid #fff;
  }
}
.pl_check .boxCheck.selected {
  border: 1px solid #086fa9;
  color: #086FA9;
  pointer-events: auto;
  font-weight: bold;
}
.pl_check .boxCheck.selected.noCheck label .toggle:before {
  animation: none;
}
.pl_check .boxCheck.selected .num {
  color: #fff;
  border: 1px solid #086fa9;
  background-color: #086fa9;
}
.pl_check .boxCheck.selected label {
  pointer-events: auto;
}
.pl_check .boxCheck.selected label .toggle:before {
  animation: toggleFlash .5s infinite;
}
.pl_check .boxCheck.selected .tblForm {
  color: #4C4C4C;
}
.pl_check .boxCheck.selected .tblForm .selected th, .pl_check .boxCheck.selected .tblForm .selected td {
  background-color: #e5f6ff;
}
@keyframes toggleFlash {
  50% {
    height: 20px;
    width: 20px;
    margin: 4px;
  }
}
.pl_check .boxCheck.comfirmed {
  border: 1px solid #086fa9;
  color: #086FA9;
  background: #e5f6ff;
  pointer-events: auto;
  animation: none;
}
.pl_check .boxCheck.comfirmed .num {
  color: #fff;
  border: 1px solid #086fa9;
  background-color: #086fa9;
}

#scaleContainer {
  bottom: 30px !important;
}

/* -------------------------------------
 * static
------------------------------------- */
.rpdmPage {
  /* staticTitleBig */
  /* staticTitle */
  /* serviceTitle */
  /* wrappingService */
  /*txt img*/
  /*service*/
  /* table04 */
  /* table05 */
  /*Table06*/
  /* titOk,titNg */
  /* boxOk */
  /* lstCsd */
  /* lstCsdLength */
  /*guideline*/
  /*insideMenu*/
  /* -------------------------------------
   * Login
  ------------------------------------- */
  /* ==========================================================================
  下層ページ styles（よくある質問、製造ガイドラインindex）
  ========================================================================== */
  /* -------------------------------------
   * opeguige
  ------------------------------------- */
  /* -------------------------------------
   * static_index
  ------------------------------------- */
  /* -------------------------------------
   * 404page
  ------------------------------------- */
  /* ==========================================================================
  form styles
  ========================================================================== */
  /*
  ss-form-container内をコピペ
  個人情報・お客様情報保護方針リンク
  */
}
.rpdmPage .staticTitleBig {
  position: relative;
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
}
.rpdmPage .staticTitleBig:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.rpdmPage .staticTitleBig span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.rpdmPage .staticTitle {
  clear: both;
  padding: 60px 0 0;
}
.rpdmPage .staticTitle .title {
  font-size: 18px;
  font-weight: normal;
}
.rpdmPage .serviceTitle {
  clear: both;
  border-bottom: #ccc 1px solid;
  padding-bottom: 30px;
}
.rpdmPage .serviceTitle .title {
  display: table-cell;
  padding-right: 15px;
  font-size: 30px;
  font-weight: normal;
  border-right: #ccc 1px solid;
  line-height: 1.1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.rpdmPage .serviceTitle .txt {
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 15px;
  line-height: 1.33;
}
.rpdmPage .wrappingService {
  clear: both;
  margin: 60px 0 0;
  background-color: #fff;
}
.rpdmPage .wrappingService:after {
  clear: both;
  content: "";
  display: table;
}
.rpdmPage .wrappingBlock01:after {
  content: "";
  display: block;
  clear: both;
}
.rpdmPage .txtCom {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.rpdmPage .staticSubtitle + .txtCom {
  margin: 5px 0 0 0;
}
.rpdmPage .wrappingBlock01 + .txtCom {
  margin: 60px 0 0 0;
}
.rpdmPage .txtCom:after {
  content: "";
  display: block;
  clear: both;
}
.rpdmPage .txtCom.noClear:after {
  content: none;
  display: auto;
  clear: auto;
}
.rpdmPage .txtCom a {
  color: #444444;
  text-decoration: underline;
}
.rpdmPage .txtAnn {
  font-size: 12px;
  margin: 20px 0 0 0;
  line-height: 1.33;
  text-align: left;
}
.rpdmPage .txtInd {
  display: block;
  padding: 20px 0 0 30px;
}
.rpdmPage .txtlst {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.rpdmPage .txtlst li {
  list-style: disc outside;
  margin: 15px 0 0 25px;
}
.rpdmPage .punctuate {
  color: #40CA57;
  font-size: 16px;
}
.rpdmPage .imgCom {
  text-align: center;
  margin: 20px 0 0 0;
}
.rpdmPage .imgRight {
  float: right;
  margin: 0 0 0 30px;
}
.rpdmPage .imgLeft {
  float: left;
  margin: 0 30px 0 0;
}
.rpdmPage .imgRange {
  text-align: center;
  margin: 20px 0 0 0;
}
.rpdmPage .txtCom.boxGray {
  background-color: #F2F2F2;
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
}
.rpdmPage .txtCom.boxGray .category {
  font-weight: bold;
  display: block;
  padding-top: 20px;
}
.rpdmPage .txtCom.boxGray .category:first-of-type {
  padding-top: 0;
}
.rpdmPage .imgService {
  text-align: center;
  margin: 30px 0 0 0;
}
.rpdmPage .imgService.left {
  text-align: left;
  float: left;
  margin: 30px 30px 0 0;
}
.rpdmPage .imgService.right {
  text-align: left;
  float: right;
  margin: 30px 0 0 30px;
}
.rpdmPage .txtService {
  margin: 30px 0 0 0;
  font-size: 18px;
  line-height: 2;
}
.rpdmPage .lstVoice {
  margin: 30px 0 0 0;
  font-size: 18px;
  line-height: 1.33;
}
.rpdmPage .lstVoice li {
  border-top: #e6e2da 1px solid;
  padding: 30px 0;
  position: relative;
}
.rpdmPage .lstVoice li:first-child {
  border-top: none;
  padding: 0 0 30px;
}
.rpdmPage .lstVoice strong {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 14px;
}
.rpdmPage .table04 {
  clear: both;
  width: 100%;
  margin: 30px 0 0;
  border-collapse: collapse;
  line-height: 1.3;
  border-top: #4b4b4b 1px solid;
  border-left: #4b4b4b 1px solid;
}
.rpdmPage .table04.fixed {
  table-layout: fixed;
}
.rpdmPage .table04.scrowholes {
  table-layout: fixed;
}
.rpdmPage .table04.scrowholes td {
  text-align: center;
}
.rpdmPage .table04.min {
  font-size: 11px;
}
.rpdmPage .table04.min th, .rpdmPage .table04.min td {
  padding: 5px 5px;
}
.rpdmPage .table04 th,
.rpdmPage .table04 td {
  border-bottom: #4b4b4b 1px solid;
  border-right: #4b4b4b 1px solid;
  padding: 5px 10px;
}
.rpdmPage .table04 th {
  text-align: center;
  font-weight: normal;
  white-space: nowrap !important;
  background-color: #eeeeee;
  padding: 5px;
}
.rpdmPage .table04 .width0 th {
  width: 9%;
}
.rpdmPage .table04 .irregularBlock {
  padding: 13px 10px;
}
.rpdmPage .table04 .bgcolorGray {
  background-color: #f7f7f7;
}
.rpdmPage .table04 .bgcolorYellow {
  background-color: #fffae5;
}
.rpdmPage .table04 .bgcolorBlue {
  background-color: #d2e8f4;
}
.rpdmPage .table04 .length {
  line-height: 1.1;
}
.rpdmPage .table04 .length span {
  display: inline-block;
  transform: rotate(90deg);
}
.rpdmPage .table04 .txt {
  width: 22%;
}
.rpdmPage .table04 .num {
  width: 1%;
  text-align: center;
}
.rpdmPage .table04 .alp {
  color: #40ca57;
  text-align: center;
}
.rpdmPage .table04 .nowrap {
  white-space: nowrap;
}
.rpdmPage .table05 {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}
.rpdmPage .table05.fixed {
  table-layout: fixed;
}
.rpdmPage .table045.min {
  font-size: 11px;
}
.rpdmPage .table05 th {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  text-align: center;
  font-weight: normal;
  white-space: nowrap !important;
  background-color: #f7f7f7;
  text-align: center;
}
.rpdmPage .table05 td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 3px 5px;
}
.rpdmPage .titOk,
.rpdmPage .titWill,
.rpdmPage .titNg {
  padding: 0 0 0 26px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.rpdmPage .titOk {
  background-image: url(../img/static/obj_correspond_ok.png);
}
.rpdmPage .titWill {
  background-image: url(../img/static/obj_correspond_will.png);
}
.rpdmPage .titNg {
  background-image: url(../img/static/obj_correspond_ng.png);
}
.rpdmPage .titOk strong {
  color: #40ca57;
  font-weight: normal;
}
.rpdmPage .titNg strong {
  color: #e06464;
  font-weight: normal;
}
.rpdmPage .titWill strong {
  color: #5fa1de;
  font-weight: normal;
}
.rpdmPage .boxOk {
  border: 2px solid #40ca57;
  padding: 0 30px 30px;
  margin: 40px 0 0 0;
  border-radius: 10px;
}
.rpdmPage .boxOk .tit {
  font-size: 18px;
  margin: -.75em 0 0 -10px;
  font-weight: bold;
}
.rpdmPage .boxOk .tit span {
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.rpdmPage .boxWill .tit {
  background-image: none;
}
.rpdmPage .boxWill .tit span {
  padding: 0 10px 0 40px;
  background-image: url(../img/static/obj_correspond_will.png);
}
.rpdmPage .boxNg {
  border: 2px solid #e06464;
}
.rpdmPage .boxWill {
  border: 2px solid #5fa1de;
}
.rpdmPage .lstCsd .img {
  display: block;
  margin: 10px 0 0;
}
.rpdmPage .lstCsd .txt {
  display: block;
  margin: 10px 0 0;
  font-size: 11px;
}
.rpdmPage .lstCsd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rpdmPage .lstCsd li {
  background-color: #f7f7f7;
  width: calc(20% - 12px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 26px 0 0;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 15px 0 0 15px;
}
.rpdmPage .lstCsd li:nth-child(5n+1) {
  margin-left: 0;
}
.rpdmPage .lstCsd .inner {
  text-align: center;
  padding: 10px 15px 15px 15px;
}
.rpdmPage .lstCsd .name {
  background-color: #40ca57;
  padding: 5px 5px 5px 24px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.rpdmPage .lstCsd .num {
  background-color: #298037;
  padding: 5px 0;
  color: #ffffff;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.rpdmPage .lstCsd .sample {
  text-align: center;
  margin: 10px 0 0;
}
.rpdmPage .imgCsd {
  text-align: center;
}
.rpdmPage .lstCsd.ng .name {
  background-color: #e06464;
}
.rpdmPage .lstCsd.ng .num {
  background-color: #ad4e4e;
}
.rpdmPage .lstCsd.will .name {
  background-color: #5fa1de;
}
.rpdmPage .lstCsd.will .num {
  background-color: #0f218b;
}
.rpdmPage .lstCsdLength > li {
  background-color: #F7F7F7;
  display: table;
  margin-top: 10px;
  width: 100%;
}
.rpdmPage .lstCsdLength p,
.rpdmPage .lstCsdLength ul {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.rpdmPage .lstCsdLength .num {
  background-color: #298037;
  color: #FFF;
  font-size: 14px;
  width: 30px;
}
.rpdmPage .lstCsdLength .img {
  width: 200px;
}
.rpdmPage .lstCsdLength .img img {
  max-width: 140px;
  padding: 10px 0;
}
.rpdmPage .lstCsdLength .txt {
  text-align: left;
  padding: 0 20px 0 40px;
}
.rpdmPage .lstCsdLength .txt strong {
  text-align: left;
  color: #298037;
  font-weight: normal;
  display: block;
}
.rpdmPage .lstCsdLength .lstOk {
  width: 580px;
  padding: 7px 0;
}
.rpdmPage .lstCsdLength .lstOk li {
  background-color: #ccc;
  width: 180px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  border-radius: 15px;
  float: left;
  margin: 3px;
  text-align: center;
}
.rpdmPage .lstCsdLength .lstOk .ok {
  background-color: #40ca57;
}
.rpdmPage .lstPr {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 30px;
}
.rpdmPage .lstPr li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
}
.rpdmPage .lstPr li .img {
  min-height: 50px;
}
.rpdmPage .lstPr li .nameOk {
  background-color: #40ca57;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
}
.rpdmPage .guide {
  table-layout: fixed;
}
.rpdmPage .guide th:first-child {
  width: 145px;
}
.rpdmPage .guideImage {
  overflow: hidden;
  margin: 15px 0 15px 0;
}
.rpdmPage .staticSubtitle {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
.rpdmPage .staticSubtitle.sizeandmaterial {
  margin: 45px 0 0;
}
.rpdmPage .insideMenu {
  margin-top: 15px;
}
.rpdmPage .insideMenu li {
  float: left;
  width: 20%;
  padding: 1px 1px 0 0;
  box-sizing: border-box;
}
.rpdmPage .insideMenu li {
  margin-top: 5px;
}
.rpdmPage .insideMenu a {
  display: table-cell;
  width: 242px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  padding: 0 10px;
  box-sizing: border-box;
  background: linear-gradient(#ffffff, #f2f2f2);
  color: #4c4c4c;
  border: 1px solid #999791;
  border-radius: 3px;
}
.rpdmPage .loginBlock .heading01 {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.rpdmPage .loginBlock .wrappingBlock01 {
  margin: 60px auto;
  padding: 30px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.rpdmPage .loginBlock .wrappingBlock01 p:last-child {
  margin-top: 10px;
}
.rpdmPage .loginBlock .wrappingBlock01 .tit {
  font-weight: bold;
}
.rpdmPage .loginBlock .wrappingBlock01 .btn {
  text-align: center;
  position: relative;
}
.rpdmPage .loginBlock .wrappingBlock01 .btn a {
  width: 100%;
}
.rpdmPage .loginBlock .wrappingBlock01 .btn.during a {
  background: #ccc9c2;
  pointer-events: none;
}
.rpdmPage .loginBlock .wrappingBlock01 .btn.during a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/com_loading02.png);
  vertical-align: middle;
  animation: spin 1.5s linear infinite;
  margin: -2px 7px 0 0;
}
.rpdmPage .loginBlock .wrappingBlock01 .regist {
  margin: 15px -30px 0;
  padding: 15px 30px 0;
  border-top: 1px dotted #ccc;
}
.rpdmPage .loginBlock .wrappingBlock01 .regist a {
  background-color: #4054ca;
  color: #fff;
}
.rpdmPage .loginBlock .wrappingBlock01 .regist .blank {
  background: url("../img/icon_newtab_w.png") right 2px no-repeat;
}
.rpdmPage .loginBlock .wrappingBlock01 .btnText {
  margin-top: 10px;
}
.rpdmPage .loginBlock .wrappingBlock01 #error2 {
  margin-top: 10px;
}
.rpdmPage .loginBlock input[type="text"],
.rpdmPage .loginBlock input[type="password"] {
  width: 100%;
  padding: 0 7px;
  height: 32px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border: solid 1px transparent;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-right: none;
  vertical-align: middle;
  resize: none;
  font-size: 14px;
  margin-bottom: 20px;
}
.rpdmPage .loginBlock input[type=checkbox] + .check {
  margin-left: 0;
}
.rpdmPage .loginBlock .supportInfo {
  text-align: center;
}
.rpdmPage .blank {
  background: url("../img/icon_newtab_b.png") right 2px no-repeat;
  padding-right: 12px;
}
.rpdmPage .redNote strong {
  color: #e06464;
  font-weight: normal;
  line-height: 26px;
}
.rpdmPage .fileBox {
  margin: 15px 0 0;
  padding: 5px;
}
.rpdmPage .fileBox .inner {
  padding: 20px;
  color: #999791;
  border: 1px dashed #ccc9c2;
  border-radius: 2px;
}
.rpdmPage .fileBox p {
  font-weight: bold;
  text-align: left;
}
.rpdmPage .boxCol {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.rpdmPage .boxCol div {
  display: table-cell;
  text-align: center;
  padding: 0 15px;
}
.rpdmPage .boxCol.materialImg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}
.rpdmPage .boxCol.materialImg div {
  padding: 0;
}
.rpdmPage .boxCol.border {
  margin-top: 40px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.rpdmPage .boxCol.border .staticSubtitle {
  margin: 0;
}
.rpdmPage .boxCol.border div {
  border: 1px solid #ccc;
  padding: 20px;
  width: 390px;
  height: 280px;
  box-sizing: border-box;
}
.rpdmPage .page_des {
  font-size: 15px;
  margin: 20px 0 50px;
}
.rpdmPage .anchor_link {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}
.rpdmPage .anchor_link li {
  display: table-cell;
  text-align: center;
  padding: 0 2.5px;
}
.rpdmPage .anchor_link li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  box-sizing: border-box;
  background: linear-gradient(#ffffff, #f2f2f2);
  color: #4c4c4c;
  border: 1px solid #999791;
  border-radius: 3px;
}
.rpdmPage .faqBox {
  margin-top: 30px;
}
.rpdmPage .faqBox .faq_list {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 20px;
  margin-top: 15px;
}
.rpdmPage .faqBox .faq_list h3 {
  position: relative;
  padding: 20px 35px 20px 45px;
  margin: -20px 0;
  cursor: pointer;
  font-size: 16px;
}
.rpdmPage .faqBox .faq_list h3:hover {
  opacity: 0.5;
}
.rpdmPage .faqBox .faq_list h3:before {
  content: '';
  background: url(../img/ico_faq_q.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
}
.rpdmPage .faqBox .faq_list h3:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #004098;
  border-right: 1px solid #004098;
  position: absolute;
  top: 25px;
  right: 0;
  transform: rotate(135deg);
}
.rpdmPage .faqBox .faq_list h3.opened:after {
  transform: rotate(-45deg);
  top: 30px;
}
.rpdmPage .faqBox .faq_list p {
  position: relative;
  padding: 25px 35px 0 45px;
  display: none;
  font-size: 15px;
}
.rpdmPage .faqBox .faq_list p:before {
  content: '';
  background: url(../img/ico_faq_a.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
}
.rpdmPage .faqBox .faq_list p a {
  color: #004098;
  text-decoration: underline;
}
.rpdmPage .faqBox .faq_list p a:hover {
  text-decoration: none;
}
.rpdmPage .faqBox .staticTitle {
  padding-top: 30px;
  text-align: center;
}
.rpdmPage .titSelect {
  font-size: 3.3rem;
  text-align: center;
  font-weight: bold;
}
.rpdmPage .box-selectservice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin: 60px 0;
}
.rpdmPage .box-selectservice .block {
  width: 33.3%;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.rpdmPage .box-selectservice .block .name {
  font-size: 12px;
  line-height: 1.4;
}
.rpdmPage .box-selectservice .block .name strong {
  font-size: 30px;
  font-weight: 600;
}
.rpdmPage .box-selectservice .block .name:after {
  content: "";
  display: block;
  width: 160px;
  height: 7px;
  margin: 20px auto 0;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.rpdmPage .box-selectservice .block .txt {
  font-size: 12px;
  margin-top: 24px;
}
.rpdmPage .box-selectservice .block .img {
  width: 340px;
  margin-top: 20px;
  text-align: center;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.rpdmPage .box-selectservice .block .img img {
  width: 100%;
}
.rpdmPage .box-selectservice .block .btn {
  font-size: 20px;
  margin-top: 30px;
  padding-right: 40px;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.rpdmPage .box-selectservice .block .btn span {
  display: block;
  width: 33px;
  height: 33px;
  border: 2px solid #000000;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16.5px;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
}
.rpdmPage .box-selectservice .block .btn span:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.5px;
}
.rpdmPage .box-selectservice .block a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.rpdmPage .box-selectservice .block a:hover + .name:after {
  animation: baranime 0.3s ease-in-out;
}
@keyframes baranime {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.rpdmPage .box-selectservice .block a:hover + .name + .txt + .btn span {
  transform: rotate(135deg);
}
.rpdmPage .box-selectservice .block a:hover + .name + .txt + .btn + .img {
  transform: scale(1.1, 1.1);
}
.rpdmPage .box-selectservice .block a:active {
  background-color: rgba(255, 255, 255, 0.95);
}
.rpdmPage .box-selectservice .block.serviceFA .name:after {
  background-color: #00918c;
}
.rpdmPage .box-selectservice .block.serviceRP .name:after {
  background-color: #5B5D5E;
}
.rpdmPage .box-selectservice .block.serviceDM .name:after {
  background-color: #BE000E;
}
.rpdmPage .insideMenu.opeGuide a {
  width: 300px;
}
.rpdmPage .insideMenu.opeGuide li {
  width: 25%;
}
.rpdmPage .comments {
  display: block;
}
.rpdmPage .centeringBlock.opeGuide h3 {
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
.rpdmPage .centeringBlock.opeGuide .txtCom span.indent {
  display: inline-block;
  padding-left: 1.25em;
  text-indent: -1.25em;
  width: 410px;
}
.rpdmPage .centeringBlock.opeGuide .txtCom span.textRed {
  color: #ff0000;
}
.rpdmPage .centeringBlock.opeGuide .opeGuideSupport {
  margin-top: 60px;
  display: table;
  width: 100%;
}
.rpdmPage .centeringBlock.opeGuide .opeGuideSupport h2 {
  display: table-cell;
  background: #4c4c4c;
  color: #fff;
  width: 480px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}
.rpdmPage .centeringBlock.opeGuide .opeGuideSupport ul {
  display: table-cell;
  background: #f2f2f2;
  padding: 30px 40px;
}
.rpdmPage .centeringBlock.opeGuide .opeGuideSupport ul .mail {
  display: inline-block;
  font-size: 20px;
  height: 31px;
  background: url(../img/static/opeguide_icon_mail.png) no-repeat left center;
  vertical-align: middle;
  margin: 0 30px 0 0;
  padding: 0 0 0 40px;
}
.rpdmPage .centeringBlock.opeGuide .opeGuideSupport ul .mail a {
  color: #4c4c4c;
  text-decoration: underline;
}
.rpdmPage .centeringBlock.opeGuide .opeGuideSupport ul .tel {
  display: inline-block;
  font-size: 20px;
  height: 31px;
  background: url(../img/static/opeguide_icon_tel.png) no-repeat left center;
  vertical-align: middle;
  margin: 0 30px 0 0;
  padding: 0 0 0 40px;
}
.rpdmPage .centeringBlock.opeGuide .opeGuideSupport ul .info {
  display: block;
  margin-top: 15px;
}
.rpdmPage .centeringBlock.opeGuide .staticTitleBig + .wrappingBlock01 {
  margin-top: 50px;
}
.rpdmPage .centeringBlock.opeGuide .wrappingBlock01.itemWrap, .rpdmPage .centeringBlock.opeGuide .txtCom.itemWrap {
  overflow: hidden;
}
.rpdmPage .centeringBlock.opeGuide .wrappingBlock01.mt30 {
  margin-top: 30px;
}
.rpdmPage .centeringBlock.opeGuide .wrappingBlock01.boxGrayBorder {
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  padding: 30px;
}
.rpdmPage .centeringBlock.opeGuide .wrappingBlock01.boxGrayBorder h3 {
  margin: 0;
}
.rpdmPage .centeringBlock.opeGuide .wrappingBlock01.boxGrayBorder .indent {
  width: 350px;
}
.rpdmPage .centeringBlock.opeGuide .txtStatus {
  display: inline-block;
  margin: 2px 3px 2px 0;
  padding: 0 7px;
  line-height: 22px;
  color: #FFF;
  vertical-align: middle;
}
.rpdmPage .centeringBlock.opeGuide .txtStatus.chumon {
  background-color: #4D4D4D;
}
.rpdmPage .centeringBlock.opeGuide .txtStatus.seisaku {
  background-color: #63d163;
}
.rpdmPage .centeringBlock.opeGuide .txtStatus.nouhin {
  background-color: #5151ce;
}
.rpdmPage .centeringBlock.opeGuide .opeguideBtn {
  margin-top: 15px;
}
.rpdmPage .centeringBlock.opeGuide .opeguideBtn .middleBtn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  height: 40px;
  border-radius: 3px;
}
.rpdmPage .centeringBlock.opeGuide .opeguideBtn .middleBtn a {
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  width: 200px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0 10px;
}
.rpdmPage .centeringBlock.opeGuide .opeguideBtn .middleBtn + .middleBtn {
  margin-left: 15px;
}
.rpdmPage .boxStaticIndex .titStaticIndex {
  font-size: 24px;
  padding-left: 18px;
  height: 28px;
  line-height: 28px;
  position: relative;
  margin-top: 60px;
}
.rpdmPage .boxStaticIndex .titStaticIndex:before {
  content: "";
  display: block;
  height: 28px;
  width: 5px;
  background-color: #000;
  position: absolute;
  top: 1px;
  left: 0;
}
.rpdmPage .boxStaticIndex .boxStaticLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block {
  width: 33%;
  border-left: 1px solid #d9d9d9;
  margin-top: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block:first-child {
  border: none;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .tit {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  padding-left: 60px;
  vertical-align: middle;
  position: relative;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .tit:before {
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .tit.FA:before {
  background-image: url(/static/img/top/fa_mark.png);
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .tit.RP:before {
  background-image: url(/static/img/top/rp_mark.png);
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .tit.DM:before {
  background-image: url(/static/img/top/dm_mark.png);
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .tit a {
  color: #4C4C4C;
  text-decoration: underline;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .lst {
  font-size: 16px;
  margin: 15px 0 0 60px;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .lst li {
  margin-top: 10px;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .lst li.sub {
  font-weight: 600;
  margin-top: 10px;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .lst li.indent {
  margin-top: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .lst li.indent:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 6px;
  left: 6px;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .lst li.outlink a:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .lst li a {
  color: #4C4C4C;
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .lst li a.disable {
  color: #CCC;
  pointer-events: none;
}
.rpdmPage .box404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  line-height: 2;
}
.rpdmPage .box404 > div {
  width: 50%;
}
.rpdmPage .box404 > div.img404 {
  text-align: center;
}
.rpdmPage .box404 .tit404 {
  font-size: 30px;
}
.rpdmPage .box404 .txt404 {
  font-size: 16px;
  font-weight: bold;
}
.rpdmPage .box404 .ask404 {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.rpdmPage .ss-form-container {
  margin: 0 auto;
  padding: 30px 200px;
  border-top: 1px solid #d5d5d5;
  font-size: 15px;
}
.rpdmPage .ss-required-asterisk {
  display: inline-block;
  background-color: #FF0000;
  line-height: 26px;
  font-size: 13px;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  padding: 0 8px;
  vertical-align: top;
  margin-right: 10px;
  float: left;
  font-weight: bold;
}
.rpdmPage .ss-required-asterisk:after {
  content: "必須";
}
.rpdmPage .ss-form-container input[type="text"],
.rpdmPage input[type="email"],
.rpdmPage textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}
.rpdmPage .ss-form-container input[type="radio"],
.rpdmPage .ss-form-container input[type="checkbox"] {
  transform: scale(1.5, 1.5);
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 10px;
  outline: none;
  opacity: 1;
  position: static;
  line-height: 1;
}
.rpdmPage .ss-choice-item {
  padding-left: 44px;
  text-indent: -44px;
  line-height: 1.2;
}
.rpdmPage .ss-form-container input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
  background: linear-gradient(#516bfc, #4054ca);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #fff !important;
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
.rpdmPage #navigation-table {
  width: 100%;
  text-align: center;
}
.rpdmPage .ss-form-entry:before,
.rpdmPage .ss-form-entry:after {
  content: " ";
  display: table;
}
.rpdmPage .ss-form-entry:after {
  clear: both;
}
.rpdmPage .ss-form-question {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.rpdmPage .ss-form-question:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px dotted #d5d5d5;
}
.rpdmPage .ss-form-question:last-child {
  background-color: #ff0000;
}
.rpdmPage .ss-q-title {
  float: left;
  width: 40%;
}
.rpdmPage .ss-choices,
.rpdmPage .ss-form-entry input[type="text"],
.rpdmPage .ss-form-entry input[type="email"],
.rpdmPage .ss-form-entry textarea {
  overflow: hidden;
  width: 60%;
}
.rpdmPage .ss-choices.w100p {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.rpdmPage .required-message,
.rpdmPage .error-message {
  display: none;
}
.rpdmPage .required ~ .required-message,
.rpdmPage .error ~ .error-message {
  display: block;
  color: #FF0000;
  font-size: 13px;
  padding: 5px 0 0 40%;
}
.rpdmPage .required {
  border: 1px solid #ff0000 !important;
  border-radius: 5px;
}
.rpdmPage ul.required {
  padding: 5px;
  box-sizing: border-box;
}
.rpdmPage .docs-offscreen {
  display: none;
}
@media screen and (max-width: 768px) {
  .rpdmPage .ss-q-title {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
  .rpdmPage .ss-choices,
  .rpdmPage .ss-form-entry input[type="text"],
  .rpdmPage .ss-form-entry textarea {
    width: 100%;
  }
  .rpdmPage .required ~ .required-message,
  .rpdmPage .error ~ .error-message {
    padding: 5px 0 0 0;
  }
}

/* -------------------------------------
 * static
------------------------------------- */
.faPage {
  /* staticTitleBig */
  /* staticTitle */
  /* serviceTitle */
  /* wrappingService */
  /*txt img*/
  /*service*/
  /* table04 */
  /* table05 */
  /*Table06*/
  /* titOk,titNg */
  /*Table07*/
  /*Table08*/
  /* boxOk */
  /* lstCsd */
  /* lstCsdLength */
  /*guideline*/
  /*insideMenu*/
  /* listPaint */
  /* -------------------------------------
   * Login
  ------------------------------------- */
  /* ==========================================================================
  下層ページ styles（よくある質問、製造ガイドラインindex）
  ========================================================================== */
  /* -------------------------------------
   * opeguige spc
  ------------------------------------- */
 /* ==========================================================================
form styles
========================================================================== */
  /*
  ss-form-container内をコピペ
  個人情報・お客様情報保護方針リンク
  */
}
.faPage .staticTitleBig {
  position: relative;
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
}
.faPage .staticTitleBig:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.faPage .staticTitleBig span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.faPage .staticTitleBig .staticTitleBigRange {
  font-size: 14px;
  color: #444444;
  text-decoration: underline;
}
.faPage .staticTitle {
  clear: both;
  padding: 60px 0 0;
}
.faPage .staticTitle .title {
  font-size: 18px;
  font-weight: normal;
}
.faPage .serviceTitle {
  clear: both;
  border-bottom: #ccc 1px solid;
  padding-bottom: 30px;
}
.faPage .serviceTitle .title {
  display: table-cell;
  padding-right: 15px;
  font-size: 30px;
  font-weight: normal;
  border-right: #ccc 1px solid;
  line-height: 1.1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.faPage .serviceTitle .txt {
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 15px;
  line-height: 1.33;
}
.faPage .wrappingService {
  clear: both;
  margin: 60px 0 0;
  background-color: #fff;
}
.faPage .wrappingService:after {
  clear: both;
  content: "";
  display: table;
}
.faPage .txtCom {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.faPage .txtCom span.bgcolorBlue {
  display: inline-block;
  background-color: #d2e8f4;
  width: 60px;
  height: 40px;
  vertical-align: middle;
}
.faPage .txtCom span.bgcolorBlue02 {
  display: inline-block;
  background-color: #a6b0b8;
  width: 60px;
  height: 40px;
  vertical-align: middle;
}
.faPage .txtCom img {
  margin: 0 5px;
}
.faPage .txtCom .txtRed {
  color: #d8352a;
}
.faPage .attention {
  color: #FF0000;
}
.faPage .staticSubtitle + .txtCom {
  margin: 5px 0 0 0;
}
.faPage .wrappingBlock01:after {
  content: "";
  display: block;
  clear: both;
}
.faPage .wrappingBlock01 + .txtCom {
  margin: 60px 0 0 0;
}
.faPage .txtCom:after {
  content: "";
  display: block;
  clear: both;
}
.faPage .txtCom a {
  color: #4054ca;
  text-decoration: underline;
}
.faPage .txtAnn {
  font-size: 12px;
  margin: 20px 0 0 0;
  line-height: 1.33;
  text-align: left;
}
.faPage .txtInd {
  display: block;
  padding: 20px 0 0 30px;
}
.faPage .imgCom {
  text-align: center;
  margin: 20px 0 0 0;
}
.faPage .imgRight {
  float: right;
  margin: 30px 0 0 20px;
}
.faPage .imgLeft {
  float: left;
  margin: 30px 30px 0 0;
}
.faPage .imgRange {
  text-align: center;
  margin: 20px 0 0 0;
}
.faPage .imgService {
  text-align: center;
  margin: 30px 0 0 0;
}
.faPage .imgService.left {
  text-align: left;
  float: left;
  margin: 30px 30px 0 0;
}
.faPage .imgService.right {
  text-align: left;
  float: right;
  margin: 30px 0 0 30px;
}
.faPage .txtService {
  margin: 30px 0 0 0;
  font-size: 18px;
  line-height: 2;
}
.faPage .lstVoice {
  margin: 30px 0 0 0;
  font-size: 18px;
  line-height: 1.33;
}
.faPage .lstVoice li {
  border-top: #e6e2da 1px solid;
  padding: 30px 0;
  position: relative;
}
.faPage .lstVoice li:first-child {
  border-top: none;
  padding: 0 0 30px;
}
.faPage .lstVoice strong {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 14px;
}
.faPage .table04 {
  clear: both;
  width: 100%;
  margin: 30px 0 0;
  border-collapse: collapse;
  line-height: 1.3;
  border-top: #4b4b4b 1px solid;
  border-left: #4b4b4b 1px solid;
}
.faPage .table04.p50 {
  width: 50%;
}
.faPage .table04.fixed {
  table-layout: fixed;
}
.faPage .table04.scrowholes {
  table-layout: fixed;
}
.faPage .table04.scrowholes td {
  text-align: center;
}
.faPage .table04.min {
  font-size: 11px;
}
.faPage .table04.min th, .faPage .table04.min td {
  padding: 5px 5px;
}
.faPage .table04 th,
.faPage .table04 td {
  border-bottom: #4b4b4b 1px solid;
  border-right: #4b4b4b 1px solid;
  padding: 5px 10px;
}
.faPage .table04 th {
  text-align: center;
  font-weight: normal;
  white-space: nowrap !important;
  background-color: #eeeeee;
  padding: 5px;
}
.faPage .table04 .width0 th {
  width: 9%;
}
.faPage .table04 .bgcolorGray {
  background-color: #f7f7f7;
}
.faPage .table04 .bgcolorYellow {
  background-color: #fffae5;
}
.faPage .table04 .bgcolorBlue {
  background-color: #d2e8f4;
}
.faPage .table04 .bgcolorBlue02 {
  background-color: #a6b0b8;
}
.faPage .table04 .length {
  line-height: 1.1;
}
.faPage .table04 .length span {
  display: inline-block;
  transform: rotate(90deg);
}
.faPage .table04 .txt {
  width: 22%;
}
.faPage .table04 .txt02 {
  width: 12%;
}
.faPage .table04 .topLayout {
  vertical-align: top;
}
.faPage .table04 .keepCell {
  width: 60%;
}
.faPage .table04 .num {
  width: 1%;
  text-align: center;
}
.faPage .table04 .num02 {
  width: 5%;
  text-align: center;
}
.faPage .table04 .alp {
  color: #40ca57;
  text-align: center;
}
.faPage .table04 .nowrap {
  white-space: nowrap;
}
.faPage .table04 .numBox {
  display: inline-block;
  text-align: center;
  width: 21px;
  height: 21px;
  line-height: 21px;
  background-color: #40ca57;
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}
.faPage .table04 .imgTxt {
  width: 100%;
  padding: 8px 0 10px;
  display: inline-block;
}
.faPage .table04 .txtRed {
  color: #d8352a;
}
.faPage .table04 .modelingItems img + img {
  padding-left: 6px;
}
.faPage .table04 .guide {
  color: #444444;
  text-decoration: underline;
}
.faPage .table04 h3 {
  font-size: 18px;
}
.faPage .table04 .noBorder {
  border-right: none;
}
.faPage .table04 .noBorder2 {
  border-bottom: none;
}
.faPage .table05 {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}
.faPage .table05.fixed {
  table-layout: fixed;
}
.faPage .table05.min {
  font-size: 11px;
}
.faPage .table05 th {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  text-align: center;
  font-weight: normal;
  background-color: #f7f7f7;
  text-align: center;
  white-space: normal !important;
  word-wrap: break-word;
}
.faPage .table05 td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 3px 5px;
}
.faPage .table07 {
  clear: both;
  width: 100%;
  margin: 30px 0 0;
  border-collapse: collapse;
  line-height: 1.3;
  table-layout: fixed;
}
.faPage .table07 > tbody > tr > th {
  font-size: 18px;
  text-align: left;
}
.faPage .table07 > tbody > tr > th,
.faPage .table07 > tbody > tr > td {
  padding-right: 2px;
  padding-left: 2px;
}
.faPage .table07 > tbody > tr > th:first-child,
.faPage .table07 > tbody > tr > td:first-child {
  padding-right: 4px;
  padding-left: 0px;
}
.faPage .table07 > tbody > tr > th:last-child,
.faPage .table07 > tbody > tr > td:last-child {
  padding-right: 0px;
  padding-left: 4px;
}
.faPage .table07 .table04 {
  margin-top: 15px;
}
.faPage .table07 .table04 th {
  white-space: normal !important;
}
.faPage .table08 {
  width: 100%;
}
.faPage .table08 th,
.faPage .table08 td {
  border: none;
  padding: 5px 10px;
  background: none;
}
.faPage .table08 .txtRed {
  color: #d8352a;
}
.faPage .table08 h3 {
  font-size: 18px;
}
.faPage .titOk,
.faPage .titWill,
.faPage .titNg {
  padding: 0 0 0 26px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.faPage .titOk {
  background-image: url(../img/static/fa/obj_correspond_ok.png);
}
.faPage .titWill {
  background-image: url(../img/static/fa/obj_correspond_will.png);
}
.faPage .titNg {
  background-image: url(../img/static/fa/obj_correspond_ng.png);
}
.faPage .titOk strong {
  color: #40ca57;
  font-weight: normal;
}
.faPage .titNg strong {
  color: #e06464;
  font-weight: normal;
}
.faPage .titWill strong {
  color: #5fa1de;
  font-weight: normal;
}
.faPage .boxOk {
  border: 2px solid #40ca57;
  padding: 0 30px 30px;
  margin: 40px 0 0 0;
  border-radius: 10px;
}
.faPage .boxOk .tit {
  font-size: 18px;
  margin: -.75em 0 0 -10px;
  font-weight: bold;
}
.faPage .boxOk .tit span {
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.faPage .boxWill .tit {
  background-image: none;
}
.faPage .boxWill .tit span {
  padding: 0 10px 0 40px;
  background-image: url(../img/static/fa/obj_correspond_will.png);
}
.faPage .tit span {
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.faPage .boxNg {
  border: 2px solid #e06464;
}
.faPage .boxWill {
  border: 2px solid #5fa1de;
}
.faPage .lstCsd .img {
  display: block;
  margin: 10px 0 0;
}
.faPage .lstCsd .txt {
  display: block;
  margin: 10px 0 0;
  font-size: 11px;
}
.faPage .lstCsd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faPage .lstCsd.fourImages {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.faPage .lstCsd li {
  background-color: #f7f7f7;
  width: calc(20% - 12px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 26px 0 0;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 15px 0 0 15px;
}
.faPage .lstCsd li:nth-child(5n+1) {
  margin-left: 0;
}
.faPage .lstCsd .inner {
  text-align: center;
  padding: 10px 15px 15px 15px;
}
.faPage .lstCsd .outer {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  margin-top: 15px;
}
.faPage .lstCsd .outer .txtRed {
  color: #d8352a;
}
.faPage .lstCsd .name {
  background-color: #40ca57;
  padding: 5px 5px 5px 24px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.faPage .lstCsd .num {
  background-color: #298037;
  padding: 5px 0;
  color: #ffffff;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.faPage .lstCsd .sample {
  text-align: center;
  margin: 10px 0 0;
}
.faPage .imgCsd {
  text-align: center;
}
.faPage .lstCsd.ng .name {
  background-color: #e06464;
}
.faPage .lstCsd.ng .num {
  background-color: #ad4e4e;
}
.faPage .lstCsd.will .name {
  background-color: #5fa1de;
}
.faPage .lstCsd.will .num {
  background-color: #0f218b;
}
.faPage .lstCsdLength > li {
  background-color: #F7F7F7;
  display: table;
  margin-top: 10px;
  width: 100%;
}
.faPage .lstCsdLength p,
.faPage .lstCsdLength ul {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.faPage .lstCsdLength .num {
  background-color: #298037;
  color: #FFF;
  font-size: 14px;
  width: 30px;
}
.faPage .lstCsdLength .img {
  width: 200px;
}
.faPage .lstCsdLength .img img {
  max-width: 140px;
  padding: 10px 0;
}
.faPage .lstCsdLength .txt {
  text-align: left;
  padding: 0 20px 0 40px;
}
.faPage .lstCsdLength .txt strong {
  text-align: left;
  color: #298037;
  font-weight: normal;
  display: block;
}
.faPage .lstCsdLength .lstOk {
  width: 580px;
  padding: 7px 0;
}
.faPage .lstCsdLength .lstOk li {
  background-color: #ccc;
  width: 180px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  border-radius: 15px;
  float: left;
  margin: 3px;
  text-align: center;
}
.faPage .lstCsdLength .lstOk .ok {
  background-color: #40ca57;
}
.faPage .lstPr {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 30px;
}
.faPage .lstPr li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
}
.faPage .lstPr li .img {
  min-height: 50px;
}
.faPage .lstPr li .nameOk {
  background-color: #40ca57;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
}
.faPage .guide {
  table-layout: fixed;
}
.faPage .guide th:first-child {
  width: 145px;
}
.faPage .guideImage {
  overflow: hidden;
  margin: 15px 0 15px 0;
}
.faPage .staticSubtitle {
  margin: 30px 0 0 0;
  font-size: 18px;
}
.faPage .insideMenu {
  margin-top: 15px;
}
.faPage .insideMenu li {
  float: left;
  width: 20%;
  padding: 1px 1px 0 0;
  box-sizing: border-box;
}
.faPage .insideMenu li {
  margin-top: 5px;
}
.faPage .insideMenu a {
  display: table-cell;
  width: 242px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  padding: 0 10px;
  box-sizing: border-box;
  background: linear-gradient(#ffffff, #f2f2f2);
  color: #4c4c4c;
  border: 1px solid #999791;
  border-radius: 3px;
}
.faPage .listPaint li {
  width: 25%;
  float: left;
  margin-top: 15px;
}
.faPage .listPaint li .paintColor {
  display: table-cell;
  width: 60px;
  height: 60px;
  border: 1px solid #4b4b4b;
}
.faPage .listPaint li .paintInfo {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.faPage .listPaint li .paintInfo strong {
  color: #40ca57;
}
.faPage .loginBlock .heading01 {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.faPage .loginBlock .wrappingBlock01 {
  margin: 60px auto;
  padding: 30px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.faPage .loginBlock .wrappingBlock01 p:last-child {
  margin-top: 10px;
}
.faPage .loginBlock .wrappingBlock01 .tit {
  font-weight: bold;
}
.faPage .loginBlock .wrappingBlock01 .btn {
  text-align: center;
  position: relative;
}
.faPage .loginBlock .wrappingBlock01 .btn a {
  width: 100%;
}
.faPage .loginBlock .wrappingBlock01 .btn.during a {
  background: #ccc9c2;
  pointer-events: none;
}
.faPage .loginBlock .wrappingBlock01 .btn.during a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../pres/img/com_loading02.png);
  vertical-align: middle;
  animation: spin 1.5s linear infinite;
  margin: -2px 7px 0 0;
}
.faPage .loginBlock .wrappingBlock01 .regist {
  margin: 15px -30px 0;
  padding: 15px 30px 0;
  border-top: 1px dotted #ccc;
}
.faPage .loginBlock .wrappingBlock01 .regist a {
  background-color: #4054ca;
  color: #fff;
}
.faPage .loginBlock .wrappingBlock01 .regist .blank {
  background: url("../../pres/img/icon_newtab_w.png") right 2px no-repeat;
}
.faPage .loginBlock .wrappingBlock01 .btnText {
  margin-top: 10px;
}
.faPage .loginBlock .wrappingBlock01 #error2 {
  margin-top: 10px;
}
.faPage .loginBlock input[type="text"],
.faPage .loginBlock input[type="password"] {
  width: 100%;
  padding: 0 7px;
  height: 32px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border: solid 1px transparent;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-right: none;
  vertical-align: middle;
  resize: none;
  font-size: 14px;
  margin-bottom: 20px;
}
.faPage .loginBlock input[type=checkbox] + .check {
  margin-left: 0;
}
.faPage .loginBlock .supportInfo {
  text-align: center;
}
.faPage .blank {
  background: url("../../pres/img/icon_newtab_b.png") right 2px no-repeat;
  padding-right: 12px;
}
.faPage .redNote strong {
  color: #e06464;
  font-weight: normal;
  line-height: 26px;
}
.faPage .fileBox {
  margin: 15px 0 0;
  padding: 5px;
}
.faPage .fileBox .inner {
  padding: 20px;
  color: #999791;
  border: 1px dashed #ccc9c2;
  border-radius: 2px;
}
.faPage .fileBox p {
  font-weight: bold;
  text-align: left;
}
.faPage .boxCol {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.faPage .boxCol div {
  display: table-cell;
  text-align: center;
  padding: 0 15px;
}
.faPage .page_des {
  font-size: 15px;
  margin: 20px 0 50px;
}
.faPage .anchor_link {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}
.faPage .anchor_link li {
  display: table-cell;
  text-align: center;
  padding: 0 2.5px;
}
.faPage .anchor_link li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  box-sizing: border-box;
  background: linear-gradient(#ffffff, #f2f2f2);
  color: #4c4c4c;
  border: 1px solid #999791;
  border-radius: 3px;
}
.faPage .faqBox {
  margin-top: 30px;
}
.faPage .faqBox .faq_list {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 20px;
  margin-top: 15px;
}
.faPage .faqBox .faq_list h3 {
  position: relative;
  padding: 0 35px 0 45px;
  cursor: pointer;
  font-size: 16px;
}
.faPage .faqBox .faq_list h3:before {
  content: '';
  background: url(../img/ico_faq_q.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
}
.faPage .faqBox .faq_list h3:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #004098;
  border-right: 1px solid #004098;
  position: absolute;
  top: 5px;
  right: 0;
  transform: rotate(135deg);
}
.faPage .faqBox .faq_list h3.opened:after {
  transform: rotate(-45deg);
  top: 10px;
}
.faPage .faqBox .faq_list p {
  position: relative;
  padding: 25px 35px 0 45px;
  display: none;
  font-size: 15px;
}
.faPage .faqBox .faq_list p:before {
  content: '';
  background: url(../img/ico_faq_a.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
}
.faPage .faqBox .faq_list p a {
  color: #4054ca;
  text-decoration: underline;
}
.faPage .faqBox .faq_list p a:hover {
  text-decoration: none;
}
.faPage .faqBox .staticTitle {
  padding-top: 30px;
  text-align: center;
}
.faPage .indexLink_layout.two_column li {
  width: 48%;
}
.faPage .indexLink_layout li {
  float: left;
  width: 32%;
  height: 360px;
  margin-right: 2%;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.faPage .indexLink_layout li:last-child {
  margin-right: 0;
}
.faPage .indexLink_layout li .title {
  text-align: center;
  font-size: 18px;
  margin: 6px 0 15px;
}
.faPage .indexLink_layout li img {
  padding-bottom: 25px;
  width: 100%;
}
.faPage .indexLink_layout li .link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
}
.faPage .indexLink_layout li .link a {
  display: block;
  margin: 10px 0 0;
}
.faPage .insideMenu.opeGuide a {
  width: 300px;
}
.faPage .insideMenu.opeGuide li {
  width: 25%;
}
.faPage .centeringBlock.opeGuide .imgRight,
.faPage .centeringBlock.spc .imgRight {
  margin: 0 0 0 30px;
}
.faPage .centeringBlock.opeGuide h3,
.faPage .centeringBlock.spc h3 {
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
.faPage .centeringBlock.opeGuide .txtCom span.indent,
.faPage .centeringBlock.spc .txtCom span.indent {
  display: inline-block;
  padding-left: 1.5em;
  text-indent: -1.5em;
  width: 410px;
}
.faPage .centeringBlock.opeGuide .txtCom span.textRed,
.faPage .centeringBlock.spc .txtCom span.textRed {
  color: #ff0000;
}
.faPage .centeringBlock.opeGuide .opeGuideSupport,
.faPage .centeringBlock.spc .opeGuideSupport {
  margin-top: 60px;
  display: table;
  width: 100%;
}
.faPage .centeringBlock.opeGuide .opeGuideSupport h2,
.faPage .centeringBlock.spc .opeGuideSupport h2 {
  display: table-cell;
  background: #4c4c4c;
  color: #fff;
  width: 480px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}
.faPage .centeringBlock.opeGuide .opeGuideSupport ul,
.faPage .centeringBlock.spc .opeGuideSupport ul {
  display: table-cell;
  background: #f2f2f2;
  padding: 30px 40px;
}
.faPage .centeringBlock.opeGuide .opeGuideSupport ul .mail,
.faPage .centeringBlock.spc .opeGuideSupport ul .mail {
  display: inline-block;
  font-size: 20px;
  height: 31px;
  background: url(../img/static/fa/opeguide_icon_mail.png) no-repeat left center;
  vertical-align: middle;
  margin: 0 30px 0 0;
  padding: 0 0 0 40px;
}
.faPage .centeringBlock.opeGuide .opeGuideSupport ul .mail a,
.faPage .centeringBlock.spc .opeGuideSupport ul .mail a {
  color: #4c4c4c;
  text-decoration: underline;
}
.faPage .centeringBlock.opeGuide .opeGuideSupport ul .tel,
.faPage .centeringBlock.spc .opeGuideSupport ul .tel {
  display: inline-block;
  font-size: 20px;
  height: 31px;
  background: url(../img/static/fa/opeguide_icon_tel.png) no-repeat left center;
  vertical-align: middle;
  margin: 0 30px 0 0;
  padding: 0 0 0 40px;
}
.faPage .centeringBlock.opeGuide .opeGuideSupport ul .info,
.faPage .centeringBlock.spc .opeGuideSupport ul .info {
  display: block;
  margin-top: 15px;
}
.faPage .centeringBlock.spc .staticTitleBig {
  margin-bottom: 55px;
}
.faPage .lstSpc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.faPage .lstSpc li {
  display: table;
  width: 50%;
  padding-bottom: 20px;
}
.faPage .lstSpc li div {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
}
.faPage .lstSpc li div h3 {
  margin-top: 0px !important;
}
.faPage .lstSpc li div .txtCom {
  margin-top: 10px !important;
}
.faPage .lstSpc li div:first-child {
  padding-right: 20px;
  width: 200px;
}
.faPage .lstSpc li:nth-child(even) div:first-child {
  padding-left: 20px;
}
.faPage .ss-form-container {
  margin: 0 auto;
  padding: 30px 200px;
  border-top: 1px solid #d5d5d5;
  font-size: 15px;
}
.faPage .ss-required-asterisk {
  display: inline-block;
  background-color: #FF0000;
  line-height: 26px;
  font-size: 13px;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  padding: 0 8px;
  vertical-align: top;
  margin-right: 10px;
  float: left;
  font-weight: bold;
}
.faPage .ss-required-asterisk:after {
  content: "必須";
}
.faPage .ss-form-container input[type="text"],
.faPage input[type="email"],
.faPage textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}
.faPage .ss-form-container input[type="radio"],
.faPage .ss-form-container input[type="checkbox"] {
  transform: scale(1.5, 1.5);
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 10px;
  outline: none;
  opacity: 1;
  position: static;
  line-height: 1;
}
.faPage .ss-choice-item {
  padding-left: 44px;
  text-indent: -44px;
  line-height: 1.2;
}
.faPage .ss-form-container input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
  background: linear-gradient(#516bfc, #4054ca);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #fff !important;
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
.faPage #navigation-table {
  width: 100%;
  text-align: center;
}
.faPage .ss-form-entry:before,
.faPage .ss-form-entry:after {
  content: " ";
  display: table;
}
.faPage .ss-form-entry:after {
  clear: both;
}
.faPage .ss-form-question {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.faPage .ss-form-question:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px dotted #d5d5d5;
}
.faPage .ss-form-question:last-child {
  background-color: #ff0000;
}
.faPage .ss-q-title {
  float: left;
  width: 40%;
}
.faPage .ss-choices,
.faPage .ss-form-entry input[type="text"],
.faPage .ss-form-entry input[type="email"],
.faPage .ss-form-entry textarea {
  overflow: hidden;
  width: 60%;
}
.faPage .ss-choices.w100p {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.faPage .required-message,
.faPage .error-message {
  display: none;
}
.faPage .required ~ .required-message,
.faPage .error ~ .error-message {
  display: block;
  color: #FF0000;
  font-size: 13px;
  padding: 5px 0 0 40%;
}
.faPage .required {
  border: 1px solid #ff0000 !important;
  border-radius: 5px;
}
.faPage ul.required {
  padding: 5px;
  box-sizing: border-box;
}
.faPage .docs-offscreen {
  display: none;
}
@media screen and (max-width: 768px) {
  .faPage .ss-q-title {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
  .faPage .ss-choices,
  .faPage .ss-form-entry input[type="text"],
  .faPage .ss-form-entry textarea {
    width: 100%;
  }
  .faPage .required ~ .required-message,
  .faPage .error ~ .error-message {
    padding: 5px 0 0 0;
  }
}

/*
* ask
*/
.ss-form-container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  font-size: 16px;
}

.ss-required-asterisk {
  display: inline-block;
  background-color: #FF0000;
  line-height: 26px;
  font-size: 13px;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  padding: 0 8px;
  vertical-align: top;
  margin-right: 5px;
  float: left;
}

.ss-required-asterisk:after {
  content: '\5FC5\9808';
}

.ss-form-container input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}

.ss-form-container input[type="radio"],
.ss-form-container input[type="checkbox"] {
  transform: scale(1.5, 1.5);
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 10px;
  outline: none;
  opacity: 1;
  position: relative;
}

.ss-choice-item {
  padding-left: 44px;
  text-indent: -44px;
  line-height: 1.2;
}

.ss-form-container input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
  background: linear-gradient(#516bfc, #4054ca);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #fff !important;
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 215px;
}

#navigation-table {
  width: 100%;
  text-align: center;
}

.ss-form-entry:before,
.ss-form-entry:after {
  content: " ";
  display: table;
}

.ss-form-entry:after {
  clear: both;
}

.ss-form-question {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.ss-form-question:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right, #fff, #ccc, #fff);
}

.ss-form-question:last-child {
  background-color: #ff0000;
}

.ss-q-title {
  float: left;
  width: 40%;
}

.ss-choices,
.ss-form-entry input[type="text"],
.ss-form-entry input[type="email"],
.ss-form-entry textarea {
  overflow: hidden;
  width: 60%;
}

.ss-choices.w100p {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.required-message,
.error-message {
  display: none;
}

.required ~ .required-message,
.error ~ .error-message {
  display: block;
  color: #FF0000;
  font-size: 13px;
  padding: 5px 0 0 40%;
}

.required {
  border: 1px solid #ff0000 !important;
  border-radius: 5px;
}

ul.required {
  padding: 5px;
  box-sizing: border-box;
}

.docs-offscreen {
  display: none;
}

@media screen and (max-width: 768px) {
  .ss-q-title {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }

  .ss-choices,
  .ss-form-entry input[type="text"],
  .ss-form-entry textarea {
    width: 100%;
  }

  .required ~ .required-message,
  .error ~ .error-message {
    padding: 5px 0 0 0;
  }
}
/* ==========================================================================
トップ 共通
========================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-display: swap;
}

.top, .top-fa, .top-rp, .top-mold {
  position: relative;
  overflow: hidden;
}
.top .panel, .top-fa .panel, .top-rp .panel, .top-mold .panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.71;
}
.top .panel .hand, .top-fa .panel .hand, .top-rp .panel .hand, .top-mold .panel .hand {
  position: absolute;
  top: -40px;
  right: -380px;
  display: block;
  width: 363px;
  height: 425px;
  background: url(../img/top/rp_hand.png) 0 0 no-repeat;
  background-size: 363px 425px;
  transition: 0.7s;
}
.top .panel .hand.fi_right_top, .top-fa .panel .hand.fi_right_top, .top-rp .panel .hand.fi_right_top, .top-mold .panel .hand.fi_right_top {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .top .panel .hand, .top-fa .panel .hand, .top-rp .panel .hand, .top-mold .panel .hand {
    display: none;
  }
}
.top .panel .hand-sp, .top-fa .panel .hand-sp, .top-rp .panel .hand-sp, .top-mold .panel .hand-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .panel .hand-sp, .top-fa .panel .hand-sp, .top-rp .panel .hand-sp, .top-mold .panel .hand-sp {
    position: absolute;
    top: -46px;
    right: 0;
    display: block;
    width: 98px;
    height: 125px;
    background: url(../img/top/rp_hand.png) 0 0 no-repeat;
    background-size: 98px 125px;
    transition: 0.7s;
  }
  .top .panel .hand-sp.fi_right_top, .top-fa .panel .hand-sp.fi_right_top, .top-rp .panel .hand-sp.fi_right_top, .top-mold .panel .hand-sp.fi_right_top {
    position: absolute;
    top: -46px;
    right: 0;
  }
}
.top .panel .robot, .top-fa .panel .robot, .top-rp .panel .robot, .top-mold .panel .robot {
  z-index: 1;
  position: absolute;
  bottom: -70px;
  left: -370px;
  display: block;
  width: 355px;
  height: 360px;
  background: url(../img/top/rp_robot.png) 0 0 no-repeat;
  background-size: 355px 360px;
  transition: 0.7s;
}
.top .panel .robot.fi_left_bottom, .top-fa .panel .robot.fi_left_bottom, .top-rp .panel .robot.fi_left_bottom, .top-mold .panel .robot.fi_left_bottom {
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .top .panel .robot, .top-fa .panel .robot, .top-rp .panel .robot, .top-mold .panel .robot {
    display: none;
  }
}
.top .panel .robot-sp, .top-fa .panel .robot-sp, .top-rp .panel .robot-sp, .top-mold .panel .robot-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .panel .robot-sp, .top-fa .panel .robot-sp, .top-rp .panel .robot-sp, .top-mold .panel .robot-sp {
    position: absolute;
    bottom: -80px;
    left: 0;
    display: block;
    width: 88px;
    height: 138px;
    background: url(../img/top/rp_robot_sp.png) 0 0 no-repeat;
    background-size: 88px 138px;
    transition: 0.7s;
  }
  .top .panel .robot-sp.fi_left_bottom, .top-fa .panel .robot-sp.fi_left_bottom, .top-rp .panel .robot-sp.fi_left_bottom, .top-mold .panel .robot-sp.fi_left_bottom {
    position: absolute;
    bottom: -80px;
    left: 0;
  }
}
.top .panel .minipin, .top-fa .panel .minipin, .top-rp .panel .minipin, .top-mold .panel .minipin {
  position: absolute;
  top: -40px;
  right: -380px;
  display: block;
  width: 243px;
  height: 305px;
  background: url(../img/top/mold_minipin.png) 0 0 no-repeat;
  background-size: 243px 305px;
  transition: 0.7s;
}
.top .panel .minipin.fi_right_top, .top-fa .panel .minipin.fi_right_top, .top-rp .panel .minipin.fi_right_top, .top-mold .panel .minipin.fi_right_top {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .top .panel .minipin, .top-fa .panel .minipin, .top-rp .panel .minipin, .top-mold .panel .minipin {
    display: none;
  }
}
.top .panel .minipin-sp, .top-fa .panel .minipin-sp, .top-rp .panel .minipin-sp, .top-mold .panel .minipin-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .panel .minipin-sp, .top-fa .panel .minipin-sp, .top-rp .panel .minipin-sp, .top-mold .panel .minipin-sp {
    position: absolute;
    top: -88px;
    right: 0;
    display: block;
    width: 82px;
    height: 110px;
    background: url(../img/top/mold_minipin_sp.png) 0 0 no-repeat;
    background-size: 82px 110px;
    transition: 0.7s;
  }
  .top .panel .minipin-sp.fi_right_top, .top-fa .panel .minipin-sp.fi_right_top, .top-rp .panel .minipin-sp.fi_right_top, .top-mold .panel .minipin-sp.fi_right_top {
    position: absolute;
    top: -88px;
    right: 0;
  }
}
.top .panel .largepin, .top-fa .panel .largepin, .top-rp .panel .largepin, .top-mold .panel .largepin {
  z-index: 1;
  position: absolute;
  bottom: -30px;
  left: -370px;
  display: block;
  width: 266px;
  height: 308px;
  background: url(../img/top/mold_largepin.png) 0 0 no-repeat;
  background-size: 266px 308px;
  transition: 0.7s;
}
.top .panel .largepin.fi_left_bottom, .top-fa .panel .largepin.fi_left_bottom, .top-rp .panel .largepin.fi_left_bottom, .top-mold .panel .largepin.fi_left_bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .top .panel .largepin, .top-fa .panel .largepin, .top-rp .panel .largepin, .top-mold .panel .largepin {
    display: none;
  }
}
.top .panel .largepin-sp, .top-fa .panel .largepin-sp, .top-rp .panel .largepin-sp, .top-mold .panel .largepin-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .panel .largepin-sp, .top-fa .panel .largepin-sp, .top-rp .panel .largepin-sp, .top-mold .panel .largepin-sp {
    position: absolute;
    bottom: -64px;
    left: 0;
    display: block;
    width: 80px;
    height: 122px;
    background: url(../img/top/mold_largepin_sp.png) 0 0 no-repeat;
    background-size: 80px 122px;
    transition: 0.7s;
  }
  .top .panel .largepin-sp.fi_left_bottom, .top-fa .panel .largepin-sp.fi_left_bottom, .top-rp .panel .largepin-sp.fi_left_bottom, .top-mold .panel .largepin-sp.fi_left_bottom {
    position: absolute;
    bottom: -64px;
    left: 0;
  }
}
.top .panel .inner, .top-fa .panel .inner, .top-rp .panel .inner, .top-mold .panel .inner {
  display: block;
  width: 70vw;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top .panel .inner, .top-fa .panel .inner, .top-rp .panel .inner, .top-mold .panel .inner {
    width: calc(100vw - 60px);
    padding: 30px;
  }
}
.top .panel .inner.inner-wide, .top-fa .panel .inner.inner-wide, .top-rp .panel .inner.inner-wide, .top-mold .panel .inner.inner-wide {
  width: 84vw;
  max-width: 1728px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner.inner-wide, .top-fa .panel .inner.inner-wide, .top-rp .panel .inner.inner-wide, .top-mold .panel .inner.inner-wide {
    width: calc(100vw - 60px);
    padding: 30px;
  }
}
.top .panel .inner.inner-full, .top-fa .panel .inner.inner-full, .top-rp .panel .inner.inner-full, .top-mold .panel .inner.inner-full {
  width: 100vw;
  max-width: 1728px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner.inner-full, .top-fa .panel .inner.inner-full, .top-rp .panel .inner.inner-full, .top-mold .panel .inner.inner-full {
    width: calc(100vw - 60px);
    padding: 30px;
  }
}
.top .panel .inner.inner-mid, .top-fa .panel .inner.inner-mid, .top-rp .panel .inner.inner-mid, .top-mold .panel .inner.inner-mid {
  width: 74vw;
  max-width: 1552px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner.inner-mid, .top-fa .panel .inner.inner-mid, .top-rp .panel .inner.inner-mid, .top-mold .panel .inner.inner-mid {
    width: calc(100vw - 30px);
    padding: 15px;
  }
}
.top .panel .inner .catch-main, .top-fa .panel .inner .catch-main, .top-rp .panel .inner .catch-main, .top-mold .panel .inner .catch-main {
  text-align: center;
}
.top .panel .inner .catch-main .read, .top-fa .panel .inner .catch-main .read, .top-rp .panel .inner .catch-main .read, .top-mold .panel .inner .catch-main .read {
  display: table;
  margin: 0 auto 58px;
}
.top .panel .inner .catch-main .read span, .top-fa .panel .inner .catch-main .read span, .top-rp .panel .inner .catch-main .read span, .top-mold .panel .inner .catch-main .read span {
  display: table-cell;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: bottom;
}
.top .panel .inner .catch-main .read .number img, .top-fa .panel .inner .catch-main .read .number img, .top-rp .panel .inner .catch-main .read .number img, .top-mold .panel .inner .catch-main .read .number img {
  padding-bottom: 2px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .catch-main .read, .top-fa .panel .inner .catch-main .read, .top-rp .panel .inner .catch-main .read, .top-mold .panel .inner .catch-main .read {
    margin-bottom: 30px;
  }
  .top .panel .inner .catch-main .read span, .top-fa .panel .inner .catch-main .read span, .top-rp .panel .inner .catch-main .read span, .top-mold .panel .inner .catch-main .read span {
    font-size: 2rem;
    line-height: 1;
  }
  .top .panel .inner .catch-main .read .number img, .top-fa .panel .inner .catch-main .read .number img, .top-rp .panel .inner .catch-main .read .number img, .top-mold .panel .inner .catch-main .read .number img {
    width: 55px;
    height: auto;
    padding-bottom: 2px;
  }
}
.top .panel .inner .catch-sub, .top-fa .panel .inner .catch-sub, .top-rp .panel .inner .catch-sub, .top-mold .panel .inner .catch-sub {
  margin-bottom: 28px;
  font-size: 3.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .catch-sub, .top-fa .panel .inner .catch-sub, .top-rp .panel .inner .catch-sub, .top-mold .panel .inner .catch-sub {
    margin-bottom: 32px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}
.top .panel .inner img, .top-fa .panel .inner img, .top-rp .panel .inner img, .top-mold .panel .inner img {
  width: 100%;
}
.top .panel .inner .logo-top, .top-fa .panel .inner .logo-top, .top-rp .panel .inner .logo-top, .top-mold .panel .inner .logo-top {
  line-height: 1;
}
.top .panel .inner .logo-top img, .top-fa .panel .inner .logo-top img, .top-rp .panel .inner .logo-top img, .top-mold .panel .inner .logo-top img {
  width: 160px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .logo-top img, .top-fa .panel .inner .logo-top img, .top-rp .panel .inner .logo-top img, .top-mold .panel .inner .logo-top img {
    width: 80px;
  }
}
.top .panel .inner .title-panel, .top-fa .panel .inner .title-panel, .top-rp .panel .inner .title-panel, .top-mold .panel .inner .title-panel {
  font-size: 42px;
  margin: 10px 0 40px;
  line-height: 1;
}
.top .panel .inner .title-panel span, .top-fa .panel .inner .title-panel span, .top-rp .panel .inner .title-panel span, .top-mold .panel .inner .title-panel span {
  font-size: 63px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .title-panel, .top-fa .panel .inner .title-panel, .top-rp .panel .inner .title-panel, .top-mold .panel .inner .title-panel {
    font-size: 18px;
    letter-spacing: -0.05em;
  }
  .top .panel .inner .title-panel span, .top-fa .panel .inner .title-panel span, .top-rp .panel .inner .title-panel span, .top-mold .panel .inner .title-panel span {
    font-size: 32px;
  }
}
.top .panel .inner .mark-top, .top-fa .panel .inner .mark-top, .top-rp .panel .inner .mark-top, .top-mold .panel .inner .mark-top {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .mark-top, .top-fa .panel .inner .mark-top, .top-rp .panel .inner .mark-top, .top-mold .panel .inner .mark-top {
    margin-top: 10px;
  }
}
.top .panel .inner .mark-top .mark, .top-fa .panel .inner .mark-top .mark, .top-rp .panel .inner .mark-top .mark, .top-mold .panel .inner .mark-top .mark {
  height: 150px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .mark-top .mark, .top-fa .panel .inner .mark-top .mark, .top-rp .panel .inner .mark-top .mark, .top-mold .panel .inner .mark-top .mark {
    height: 75px;
  }
}
.top .panel .inner .mark-top .mark img, .top-fa .panel .inner .mark-top .mark img, .top-rp .panel .inner .mark-top .mark img, .top-mold .panel .inner .mark-top .mark img {
  width: 150px;
  box-shadow: 0px 0 30px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .top .panel .inner .mark-top .mark img, .top-fa .panel .inner .mark-top .mark img, .top-rp .panel .inner .mark-top .mark img, .top-mold .panel .inner .mark-top .mark img {
    width: 75px;
  }
}
.top .panel .inner .mark-top .start a, .top .panel .inner .mark-top .demo a, .top-fa .panel .inner .mark-top .start a, .top-fa .panel .inner .mark-top .demo a, .top-rp .panel .inner .mark-top .start a, .top-rp .panel .inner .mark-top .demo a, .top-mold .panel .inner .mark-top .start a, .top-mold .panel .inner .mark-top .demo a {
  font-size: 25px;
  color: #FFF;
  display: block;
  position: relative;
  padding-right: 44px;
  line-height: 1;
  font-weight: 600;
}
.top .panel .inner .mark-top .start a:before, .top .panel .inner .mark-top .demo a:before, .top-fa .panel .inner .mark-top .start a:before, .top-fa .panel .inner .mark-top .demo a:before, .top-rp .panel .inner .mark-top .start a:before, .top-rp .panel .inner .mark-top .demo a:before, .top-mold .panel .inner .mark-top .start a:before, .top-mold .panel .inner .mark-top .demo a:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16.5px;
}
.top .panel .inner .mark-top .start a:after, .top .panel .inner .mark-top .demo a:after, .top-fa .panel .inner .mark-top .start a:after, .top-fa .panel .inner .mark-top .demo a:after, .top-rp .panel .inner .mark-top .start a:after, .top-rp .panel .inner .mark-top .demo a:after, .top-mold .panel .inner .mark-top .start a:after, .top-mold .panel .inner .mark-top .demo a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px;
  transition: 0.2s ease-in-out;
}
.top .panel .inner .mark-top .start a:hover:after, .top .panel .inner .mark-top .demo a:hover:after, .top-fa .panel .inner .mark-top .start a:hover:after, .top-fa .panel .inner .mark-top .demo a:hover:after, .top-rp .panel .inner .mark-top .start a:hover:after, .top-rp .panel .inner .mark-top .demo a:hover:after, .top-mold .panel .inner .mark-top .start a:hover:after, .top-mold .panel .inner .mark-top .demo a:hover:after {
  right: 11px;
  margin-top: -7px;
  transform: rotate(135deg);
}
@media screen and (max-width: 900px) {
  .top .panel .inner .mark-top .start, .top-fa .panel .inner .mark-top .start, .top-rp .panel .inner .mark-top .start, .top-mold .panel .inner .mark-top .start {
    display: none;
  }
  .top .panel .inner .mark-top .demo, .top-fa .panel .inner .mark-top .demo, .top-rp .panel .inner .mark-top .demo, .top-mold .panel .inner .mark-top .demo {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .top .panel .inner .mark-top .demo a, .top-fa .panel .inner .mark-top .demo a, .top-rp .panel .inner .mark-top .demo a, .top-mold .panel .inner .mark-top .demo a {
    font-size: 12px;
    color: #5b5d5e;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 22px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .top .panel .inner .mark-top .demo a:before, .top-fa .panel .inner .mark-top .demo a:before, .top-rp .panel .inner .mark-top .demo a:before, .top-mold .panel .inner .mark-top .demo a:before {
    width: 15px;
    height: 15px;
    border: 1px solid #5b5d5e;
    top: 50%;
    right: 22px;
    margin-top: -7.5px;
  }
  .top .panel .inner .mark-top .demo a:after, .top-fa .panel .inner .mark-top .demo a:after, .top-rp .panel .inner .mark-top .demo a:after, .top-mold .panel .inner .mark-top .demo a:after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #5b5d5e;
    border-right: 1px solid #5b5d5e;
    top: 50%;
    right: 28px;
    margin-top: -2.5px;
  }
  .top .panel .inner .mark-top .demo a:active, .top-fa .panel .inner .mark-top .demo a:active, .top-rp .panel .inner .mark-top .demo a:active, .top-mold .panel .inner .mark-top .demo a:active {
    background-color: white;
  }
  .top .panel .inner .mark-top .demo a:hover:after, .top-fa .panel .inner .mark-top .demo a:hover:after, .top-rp .panel .inner .mark-top .demo a:hover:after, .top-mold .panel .inner .mark-top .demo a:hover:after {
    right: 28px !important;
    margin-top: -2.5px !important;
    transform: rotate(45deg) !important;
  }
}
.top .panel .inner .service-top, .top-fa .panel .inner .service-top, .top-rp .panel .inner .service-top, .top-mold .panel .inner .service-top {
  font-size: 20px;
  font-weight: 600;
  margin-top: 3px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .service-top, .top-fa .panel .inner .service-top, .top-rp .panel .inner .service-top, .top-mold .panel .inner .service-top {
    font-size: 12px;
  }
}
.top .panel .inner .sub-top, .top-fa .panel .inner .sub-top, .top-rp .panel .inner .sub-top, .top-mold .panel .inner .sub-top {
  font-size: 34px;
  margin-top: 30px;
  position: relative;
  z-index: 3;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px) {
  .top .panel .inner .sub-top, .top-fa .panel .inner .sub-top, .top-rp .panel .inner .sub-top, .top-mold .panel .inner .sub-top {
    font-size: 16px;
    margin-top: 15px;
  }
}
.top .panel .inner .txt-top, .top-fa .panel .inner .txt-top, .top-rp .panel .inner .txt-top, .top-mold .panel .inner .txt-top {
  font-size: 18px;
  margin-top: 5px;
  line-height: 1.8;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 3;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px) {
  .top .panel .inner .txt-top, .top-fa .panel .inner .txt-top, .top-rp .panel .inner .txt-top, .top-mold .panel .inner .txt-top {
    font-size: 11px;
  }
}
.top .panel .inner .title-sub, .top-fa .panel .inner .title-sub, .top-rp .panel .inner .title-sub, .top-mold .panel .inner .title-sub {
  font-size: 3.3rem;
  line-height: 1.45;
}
.top .panel .inner .title-sub, .top-fa .panel .inner .title-sub, .top-rp .panel .inner .title-sub, .top-mold .panel .inner .title-sub {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .title-sub, .top-fa .panel .inner .title-sub, .top-rp .panel .inner .title-sub, .top-mold .panel .inner .title-sub {
    display: block;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    font-size: 2rem;
    line-height: 1.2;
  }
  .top .panel .inner .title-sub img, .top-fa .panel .inner .title-sub img, .top-rp .panel .inner .title-sub img, .top-mold .panel .inner .title-sub img {
    max-width: 222px;
    height: auto;
  }
}
.top .panel .inner .layout-flex, .top-fa .panel .inner .layout-flex, .top-rp .panel .inner .layout-flex, .top-mold .panel .inner .layout-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
}
.top .panel .inner .layout-flex.stretch, .top-fa .panel .inner .layout-flex.stretch, .top-rp .panel .inner .layout-flex.stretch, .top-mold .panel .inner .layout-flex.stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .layout-flex, .top-fa .panel .inner .layout-flex, .top-rp .panel .inner .layout-flex, .top-mold .panel .inner .layout-flex {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .top .panel .inner .layout-flex, .top-fa .panel .inner .layout-flex, .top-rp .panel .inner .layout-flex, .top-mold .panel .inner .layout-flex {
    padding: 0;
  }
}
.top .panel .inner .layout-flex > .block, .top-fa .panel .inner .layout-flex > .block, .top-rp .panel .inner .layout-flex > .block, .top-mold .panel .inner .layout-flex > .block {
  position: relative;
}
.top .panel .inner .layout-flex.col-2 > .block, .top-fa .panel .inner .layout-flex.col-2 > .block, .top-rp .panel .inner .layout-flex.col-2 > .block, .top-mold .panel .inner .layout-flex.col-2 > .block {
  width: calc(50% - 20px);
  box-sizing: border-box;
}
.top .panel .inner .layout-flex.col-2 > .block:first-child, .top-fa .panel .inner .layout-flex.col-2 > .block:first-child, .top-rp .panel .inner .layout-flex.col-2 > .block:first-child, .top-mold .panel .inner .layout-flex.col-2 > .block:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .layout-flex.col-2 > .block:first-child, .top-fa .panel .inner .layout-flex.col-2 > .block:first-child, .top-rp .panel .inner .layout-flex.col-2 > .block:first-child, .top-mold .panel .inner .layout-flex.col-2 > .block:first-child {
    margin-right: 0;
  }
}
.top .panel .inner .layout-flex.col-2 > .block:last-child, .top-fa .panel .inner .layout-flex.col-2 > .block:last-child, .top-rp .panel .inner .layout-flex.col-2 > .block:last-child, .top-mold .panel .inner .layout-flex.col-2 > .block:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .layout-flex.col-2 > .block:last-child, .top-fa .panel .inner .layout-flex.col-2 > .block:last-child, .top-rp .panel .inner .layout-flex.col-2 > .block:last-child, .top-mold .panel .inner .layout-flex.col-2 > .block:last-child {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .top .panel .inner .layout-flex.col-2 > .block, .top-fa .panel .inner .layout-flex.col-2 > .block, .top-rp .panel .inner .layout-flex.col-2 > .block, .top-mold .panel .inner .layout-flex.col-2 > .block {
    width: 100%;
  }
}
.top .panel .inner .layout-flex.col-3 > .block, .top-fa .panel .inner .layout-flex.col-3 > .block, .top-rp .panel .inner .layout-flex.col-3 > .block, .top-mold .panel .inner .layout-flex.col-3 > .block {
  width: 33.33%;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .layout-flex.col-3 > .block, .top-fa .panel .inner .layout-flex.col-3 > .block, .top-rp .panel .inner .layout-flex.col-3 > .block, .top-mold .panel .inner .layout-flex.col-3 > .block {
    width: 100%;
  }
}
.top .panel .inner .layout-flex.border-rounded, .top-fa .panel .inner .layout-flex.border-rounded, .top-rp .panel .inner .layout-flex.border-rounded, .top-mold .panel .inner .layout-flex.border-rounded {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.top .panel .inner .layout-flex.border-rounded > .block, .top-fa .panel .inner .layout-flex.border-rounded > .block, .top-rp .panel .inner .layout-flex.border-rounded > .block, .top-mold .panel .inner .layout-flex.border-rounded > .block {
  width: 48%;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .top .panel .inner .layout-flex.border-rounded > .block, .top-fa .panel .inner .layout-flex.border-rounded > .block, .top-rp .panel .inner .layout-flex.border-rounded > .block, .top-mold .panel .inner .layout-flex.border-rounded > .block {
    width: 100%;
  }
}
.top .panel .inner .layout-flex.list-fa, .top-fa .panel .inner .layout-flex.list-fa, .top-rp .panel .inner .layout-flex.list-fa, .top-mold .panel .inner .layout-flex.list-fa {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.top .panel .inner .layout-flex.list-fa > .block, .top-fa .panel .inner .layout-flex.list-fa > .block, .top-rp .panel .inner .layout-flex.list-fa > .block, .top-mold .panel .inner .layout-flex.list-fa > .block {
  width: 25%;
  height: 125px;
  padding-bottom: 33px;
  text-align: center;
}
.top .panel .inner .layout-flex.list-fa > .block .img-list-fa, .top-fa .panel .inner .layout-flex.list-fa > .block .img-list-fa, .top-rp .panel .inner .layout-flex.list-fa > .block .img-list-fa, .top-mold .panel .inner .layout-flex.list-fa > .block .img-list-fa {
  width: 80px;
  margin-bottom: 10px;
}
.top .panel .inner .layout-flex.list-fa > .block .text-list-fa, .top-fa .panel .inner .layout-flex.list-fa > .block .text-list-fa, .top-rp .panel .inner .layout-flex.list-fa > .block .text-list-fa, .top-mold .panel .inner .layout-flex.list-fa > .block .text-list-fa {
  font-size: 1.4rem;
}
.top .panel .inner .layout-flex.list-rp, .top-fa .panel .inner .layout-flex.list-rp, .top-rp .panel .inner .layout-flex.list-rp, .top-mold .panel .inner .layout-flex.list-rp {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.top .panel .inner .layout-flex.list-rp > .block, .top-fa .panel .inner .layout-flex.list-rp > .block, .top-rp .panel .inner .layout-flex.list-rp > .block, .top-mold .panel .inner .layout-flex.list-rp > .block {
  width: 26%;
  text-align: center;
}
.top .panel .inner .layout-flex.list-rp > .block .img-list-rp, .top-fa .panel .inner .layout-flex.list-rp > .block .img-list-rp, .top-rp .panel .inner .layout-flex.list-rp > .block .img-list-rp, .top-mold .panel .inner .layout-flex.list-rp > .block .img-list-rp {
  width: 140px;
  margin-bottom: 16px;
}
.top .panel .inner .layout-flex.list-rp > .block .text-list-rp, .top-fa .panel .inner .layout-flex.list-rp > .block .text-list-rp, .top-rp .panel .inner .layout-flex.list-rp > .block .text-list-rp, .top-mold .panel .inner .layout-flex.list-rp > .block .text-list-rp {
  font-size: 1.4rem;
  text-align: left;
}
.top .panel .inner .layout-flex.list-mold, .top-fa .panel .inner .layout-flex.list-mold, .top-rp .panel .inner .layout-flex.list-mold, .top-mold .panel .inner .layout-flex.list-mold {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.top .panel .inner .layout-flex.list-mold > .block, .top-fa .panel .inner .layout-flex.list-mold > .block, .top-rp .panel .inner .layout-flex.list-mold > .block, .top-mold .panel .inner .layout-flex.list-mold > .block {
  width: 25%;
  height: 125px;
  padding-bottom: 33px;
  text-align: center;
}
.top .panel .inner .layout-flex.list-mold > .block .img-list-mold, .top-fa .panel .inner .layout-flex.list-mold > .block .img-list-mold, .top-rp .panel .inner .layout-flex.list-mold > .block .img-list-mold, .top-mold .panel .inner .layout-flex.list-mold > .block .img-list-mold {
  width: 80px;
  margin-bottom: 10px;
}
.top .panel .inner .layout-flex.list-mold > .block .text-list-mold, .top-fa .panel .inner .layout-flex.list-mold > .block .text-list-mold, .top-rp .panel .inner .layout-flex.list-mold > .block .text-list-mold, .top-mold .panel .inner .layout-flex.list-mold > .block .text-list-mold {
  font-size: 1.4rem;
}
.top .panel .inner img, .top-fa .panel .inner img, .top-rp .panel .inner img, .top-mold .panel .inner img {
  width: 100%;
}
.top .bg-blue .button-ghost, .top-fa .bg-blue .button-ghost, .top-rp .bg-blue .button-ghost, .top-mold .bg-blue .button-ghost {
  border: 1px solid #fff;
}
.top .bg-blue .button-ghost .anm-button-bg, .top-fa .bg-blue .button-ghost .anm-button-bg, .top-rp .bg-blue .button-ghost .anm-button-bg, .top-mold .bg-blue .button-ghost .anm-button-bg {
  background: #fff;
}
.top .bg-blue .button-ghost a, .top-fa .bg-blue .button-ghost a, .top-rp .bg-blue .button-ghost a, .top-mold .bg-blue .button-ghost a {
  color: #fff;
}
.top .bg-blue .button-ghost a:hover, .top-fa .bg-blue .button-ghost a:hover, .top-rp .bg-blue .button-ghost a:hover, .top-mold .bg-blue .button-ghost a:hover {
  color: #0b1364;
}
.top .content-servicelist .heading-item, .top-fa .content-servicelist .heading-item, .top-rp .content-servicelist .heading-item, .top-mold .content-servicelist .heading-item {
  margin-bottom: 15px;
  font-size: 2rem;
  text-align: center;
}
.top .content-servicelist .img-servicelist, .top-fa .content-servicelist .img-servicelist, .top-rp .content-servicelist .img-servicelist, .top-mold .content-servicelist .img-servicelist {
  margin-bottom: 30px;
  padding: 0 30px 30px;
  border-bottom: 1px solid #d8d8d8;
}
.top .content-servicelist .text-servicelist, .top-fa .content-servicelist .text-servicelist, .top-rp .content-servicelist .text-servicelist, .top-mold .content-servicelist .text-servicelist {
  display: block;
  padding-right: 16px;
  word-wrap: break-word;
  width: calc(100% - 160px);
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .top .content-servicelist .text-servicelist, .top-fa .content-servicelist .text-servicelist, .top-rp .content-servicelist .text-servicelist, .top-mold .content-servicelist .text-servicelist {
    width: 100%;
    padding-right: 0;
  }
  .top .content-servicelist .text-servicelist br, .top-fa .content-servicelist .text-servicelist br, .top-rp .content-servicelist .text-servicelist br, .top-mold .content-servicelist .text-servicelist br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .top .content-servicelist .button, .top-fa .content-servicelist .button, .top-rp .content-servicelist .button, .top-mold .content-servicelist .button {
    margin: 15px auto 0;
  }
}
.top .list-partner, .top-fa .list-partner, .top-rp .list-partner, .top-mold .list-partner {
  margin: auto;
}
.top .list-partner + .list-partner, .top-fa .list-partner + .list-partner, .top-rp .list-partner + .list-partner, .top-mold .list-partner + .list-partner {
  padding-top: 46px;
}
@media screen and (max-width: 900px) {
  .top .list-partner, .top-fa .list-partner, .top-rp .list-partner, .top-mold .list-partner {
    width: 100%;
  }
}
.top .list-partner .category-partner, .top-fa .list-partner .category-partner, .top-rp .list-partner .category-partner, .top-mold .list-partner .category-partner {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.33;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top .list-partner .category-partner, .top-fa .list-partner .category-partner, .top-rp .list-partner .category-partner, .top-mold .list-partner .category-partner {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.top .list-partner .category-partner:before, .top-fa .list-partner .category-partner:before, .top-rp .list-partner .category-partner:before, .top-mold .list-partner .category-partner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  z-index: -1;
}
.top .list-partner .category-partner span, .top-fa .list-partner .category-partner span, .top-rp .list-partner .category-partner span, .top-mold .list-partner .category-partner span {
  padding: 0 15px;
  background: #fff;
}
.top .list-partner .item-partner, .top-fa .list-partner .item-partner, .top-rp .list-partner .item-partner, .top-mold .list-partner .item-partner {
  text-align: left;
}
.top .list-partner .item-partner .img-partner, .top-fa .list-partner .item-partner .img-partner, .top-rp .list-partner .item-partner .img-partner, .top-mold .list-partner .item-partner .img-partner {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 900px) {
  .top .list-partner .item-partner, .top-fa .list-partner .item-partner, .top-rp .list-partner .item-partner, .top-mold .list-partner .item-partner {
    text-align: center;
  }
  .top .list-partner .item-partner .img-partner, .top-fa .list-partner .item-partner .img-partner, .top-rp .list-partner .item-partner .img-partner, .top-mold .list-partner .item-partner .img-partner {
    width: auto;
    height: 30px;
  }
}
.top .media-partner .img-partner, .top-fa .media-partner .img-partner, .top-rp .media-partner .img-partner, .top-mold .media-partner .img-partner {
  padding: 0 15px 15px 0;
}
@media screen and (max-width: 900px) {
  .top .media-partner .img-partner, .top-fa .media-partner .img-partner, .top-rp .media-partner .img-partner, .top-mold .media-partner .img-partner {
    padding: 0 8px 12px;
  }
}
@media screen and (max-width: 900px) {
  .top .section, .top-fa .section, .top-rp .section, .top-mold .section {
    border-top: 1px solid #E6E6E6;
  }
  .top .section.bg-yellow, .top .section.bg-blue, .top .section.bg-gray-lite, .top .section:first-child, .top .section.bg-yellow + .section, .top .section.bg-blue + .section, .top .section.bg-gray-lite + .section, .top-fa .section.bg-yellow, .top-fa .section.bg-blue, .top-fa .section.bg-gray-lite, .top-fa .section:first-child, .top-fa .section.bg-yellow + .section, .top-fa .section.bg-blue + .section, .top-fa .section.bg-gray-lite + .section, .top-rp .section.bg-yellow, .top-rp .section.bg-blue, .top-rp .section.bg-gray-lite, .top-rp .section:first-child, .top-rp .section.bg-yellow + .section, .top-rp .section.bg-blue + .section, .top-rp .section.bg-gray-lite + .section, .top-mold .section.bg-yellow, .top-mold .section.bg-blue, .top-mold .section.bg-gray-lite, .top-mold .section:first-child, .top-mold .section.bg-yellow + .section, .top-mold .section.bg-blue + .section, .top-mold .section.bg-gray-lite + .section {
    border-top: 0;
  }
}
.top .section-rp, .top-fa .section-rp, .top-rp .section-rp, .top-mold .section-rp {
  border-top: 1px solid #E6E6E6;
}
.top .section-rp.bg-yellow, .top .section-rp.bg-blue, .top .section-rp.bg-gray-lite, .top-fa .section-rp.bg-yellow, .top-fa .section-rp.bg-blue, .top-fa .section-rp.bg-gray-lite, .top-rp .section-rp.bg-yellow, .top-rp .section-rp.bg-blue, .top-rp .section-rp.bg-gray-lite, .top-mold .section-rp.bg-yellow, .top-mold .section-rp.bg-blue, .top-mold .section-rp.bg-gray-lite {
  border-top: 0;
}
@media screen and (max-width: 900px) {
  .top .section-rp .slide + .slide, .top-fa .section-rp .slide + .slide, .top-rp .section-rp .slide + .slide, .top-mold .section-rp .slide + .slide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .top .section-rp .block-wide, .top-fa .section-rp .block-wide, .top-rp .section-rp .block-wide, .top-mold .section-rp .block-wide {
    width: 100vw !important;
    padding: 0 30px;
    margin: 0 -30px;
  }
}
.top .section-rp img.shadow, .top-fa .section-rp img.shadow, .top-rp .section-rp img.shadow, .top-mold .section-rp img.shadow {
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px) {
  .top .section-rp img.shadow, .top-fa .section-rp img.shadow, .top-rp .section-rp img.shadow, .top-mold .section-rp img.shadow {
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.25);
  }
}
.top .section-mold, .top-fa .section-mold, .top-rp .section-mold, .top-mold .section-mold {
  border-top: 1px solid #E6E6E6;
}
.top .section-mold.bg-yellow, .top .section-mold.bg-blue, .top .section-mold.bg-gray-lite, .top-fa .section-mold.bg-yellow, .top-fa .section-mold.bg-blue, .top-fa .section-mold.bg-gray-lite, .top-rp .section-mold.bg-yellow, .top-rp .section-mold.bg-blue, .top-rp .section-mold.bg-gray-lite, .top-mold .section-mold.bg-yellow, .top-mold .section-mold.bg-blue, .top-mold .section-mold.bg-gray-lite {
  border-top: 0;
}
@media screen and (max-width: 900px) {
  .top .section-mold .block-wide, .top-fa .section-mold .block-wide, .top-rp .section-mold .block-wide, .top-mold .section-mold .block-wide {
    width: 100vw !important;
    padding: 0 30px;
    margin: 0 -30px;
  }
}
.top .section-mold img.shadow, .top-fa .section-mold img.shadow, .top-rp .section-mold img.shadow, .top-mold .section-mold img.shadow {
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px) {
  .top .section-mold img.shadow, .top-fa .section-mold img.shadow, .top-rp .section-mold img.shadow, .top-mold .section-mold img.shadow {
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.25);
  }
}
.top .section-fa, .top-fa .section-fa, .top-rp .section-fa, .top-mold .section-fa {
  border-top: 1px solid #E6E6E6;
}
.top .section-fa.bg-yellow, .top .section-fa.bg-blue, .top .section-fa.bg-gray-lite, .top-fa .section-fa.bg-yellow, .top-fa .section-fa.bg-blue, .top-fa .section-fa.bg-gray-lite, .top-rp .section-fa.bg-yellow, .top-rp .section-fa.bg-blue, .top-rp .section-fa.bg-gray-lite, .top-mold .section-fa.bg-yellow, .top-mold .section-fa.bg-blue, .top-mold .section-fa.bg-gray-lite {
  border-top: 0;
}
@media screen and (max-width: 900px) {
  .top .section-fa .block-wide, .top-fa .section-fa .block-wide, .top-rp .section-fa .block-wide, .top-mold .section-fa .block-wide {
    width: 100vw !important;
    padding: 0 30px;
    margin: 0 -30px;
  }
}
.top .section-fa img.shadow, .top-fa .section-fa img.shadow, .top-rp .section-fa img.shadow, .top-mold .section-fa img.shadow {
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px) {
  .top .section-fa img.shadow, .top-fa .section-fa img.shadow, .top-rp .section-fa img.shadow, .top-mold .section-fa img.shadow {
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 900px) {
  .top .section-fa .panel, .top .section-rp .panel, .top .section-mold .panel, .top-fa .section-fa .panel, .top-fa .section-rp .panel, .top-fa .section-mold .panel, .top-rp .section-fa .panel, .top-rp .section-rp .panel, .top-rp .section-mold .panel, .top-mold .section-fa .panel, .top-mold .section-rp .panel, .top-mold .section-mold .panel {
    display: none;
  }
  .top .section-fa .panel:first-child, .top .section-rp .panel:first-child, .top .section-mold .panel:first-child, .top-fa .section-fa .panel:first-child, .top-fa .section-rp .panel:first-child, .top-fa .section-mold .panel:first-child, .top-rp .section-fa .panel:first-child, .top-rp .section-rp .panel:first-child, .top-rp .section-mold .panel:first-child, .top-mold .section-fa .panel:first-child, .top-mold .section-rp .panel:first-child, .top-mold .section-mold .panel:first-child {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .top .section-voice, .top-fa .section-voice, .top-rp .section-voice, .top-mold .section-voice {
    height: auto !important;
  }
  .top .section-voice .panel, .top-fa .section-voice .panel, .top-rp .section-voice .panel, .top-mold .section-voice .panel {
    margin-top: 30px;
    border: 0;
  }
  .top .section-voice .panel:last-child, .top-fa .section-voice .panel:last-child, .top-rp .section-voice .panel:last-child, .top-mold .section-voice .panel:last-child {
    margin-bottom: 30px;
  }
  .top .section-voice .fp-tableCell, .top-fa .section-voice .fp-tableCell, .top-rp .section-voice .fp-tableCell, .top-mold .section-voice .fp-tableCell {
    height: auto !important;
  }
}
.top .section-casestudies .inner .container-separate, .top-fa .section-casestudies .inner .container-separate, .top-rp .section-casestudies .inner .container-separate, .top-mold .section-casestudies .inner .container-separate {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -250px;
}
.top .section-casestudies .inner .container-separate .title-separate, .top-fa .section-casestudies .inner .container-separate .title-separate, .top-rp .section-casestudies .inner .container-separate .title-separate, .top-mold .section-casestudies .inner .container-separate .title-separate {
  font-size: 3.3rem;
  line-height: 1.45;
  padding-bottom: 25px;
  text-align: center;
}
.top .section-casestudies .inner .container-separate .block-separate, .top-fa .section-casestudies .inner .container-separate .block-separate, .top-rp .section-casestudies .inner .container-separate .block-separate, .top-mold .section-casestudies .inner .container-separate .block-separate {
  width: 45%;
  padding-right: 5%;
  position: relative;
  margin-top: -60px;
}
.top .section-casestudies .inner .container-separate .block-separate ul li, .top-fa .section-casestudies .inner .container-separate .block-separate ul li, .top-rp .section-casestudies .inner .container-separate .block-separate ul li, .top-mold .section-casestudies .inner .container-separate .block-separate ul li {
  min-height: 60px;
  height: 60px;
  background: #fff;
  margin-bottom: 35px;
  box-sizing: border-box;
  position: relative;
}
.top .section-casestudies .inner .container-separate .block-separate ul li:last-child, .top-fa .section-casestudies .inner .container-separate .block-separate ul li:last-child, .top-rp .section-casestudies .inner .container-separate .block-separate ul li:last-child, .top-mold .section-casestudies .inner .container-separate .block-separate ul li:last-child {
  display: none;
}
.top .section-casestudies .inner .container-separate .block-separate ul li br, .top-fa .section-casestudies .inner .container-separate .block-separate ul li br, .top-rp .section-casestudies .inner .container-separate .block-separate ul li br, .top-mold .section-casestudies .inner .container-separate .block-separate ul li br {
  display: none;
}
.top .section-casestudies .inner .container-separate .block-separate ul li a, .top-fa .section-casestudies .inner .container-separate .block-separate ul li a, .top-rp .section-casestudies .inner .container-separate .block-separate ul li a, .top-mold .section-casestudies .inner .container-separate .block-separate ul li a {
  color: #000;
  transition: opacity 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.top .section-casestudies .inner .container-separate .block-separate ul li a:hover, .top-fa .section-casestudies .inner .container-separate .block-separate ul li a:hover, .top-rp .section-casestudies .inner .container-separate .block-separate ul li a:hover, .top-mold .section-casestudies .inner .container-separate .block-separate ul li a:hover {
  opacity: 0.6;
}
.top .section-casestudies .inner .container-separate .block-separate ul li .photo, .top-fa .section-casestudies .inner .container-separate .block-separate ul li .photo, .top-rp .section-casestudies .inner .container-separate .block-separate ul li .photo, .top-mold .section-casestudies .inner .container-separate .block-separate ul li .photo {
  width: 100px;
  min-width: 100px;
  height: 66px;
  margin-right: 20px;
  background-size: cover;
}
.top .section-casestudies .inner .container-separate .block-separate ul li .cate_label, .top-fa .section-casestudies .inner .container-separate .block-separate ul li .cate_label, .top-rp .section-casestudies .inner .container-separate .block-separate ul li .cate_label, .top-mold .section-casestudies .inner .container-separate .block-separate ul li .cate_label {
  font-size: 1.1rem;
  color: #3e3e3e;
  padding: 0 6px;
  height: 21px;
  line-height: 1.04;
  background: #deeaf5;
  margin: 3% 0 10px;
  display: inline-block;
}
.top .section-casestudies .inner .container-separate .block-separate ul li .new_label, .top-fa .section-casestudies .inner .container-separate .block-separate ul li .new_label, .top-rp .section-casestudies .inner .container-separate .block-separate ul li .new_label, .top-mold .section-casestudies .inner .container-separate .block-separate ul li .new_label {
  font-size: 1.1rem;
  color: #ffffff;
  padding: 0 6px;
  margin-left: 2px;
  height: 21px;
  line-height: 1.04;
  background: #ff0000;
  margin: 3% 0 10px;
  display: inline-block;
}
.top .section-casestudies .inner .container-separate .block-separate ul li h3, .top-fa .section-casestudies .inner .container-separate .block-separate ul li h3, .top-rp .section-casestudies .inner .container-separate .block-separate ul li h3, .top-mold .section-casestudies .inner .container-separate .block-separate ul li h3 {
  font-size: 1.4rem;
  line-height: 1.42;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.top .section-casestudies .inner .container-separate .block-separate ul li .nameLabel, .top-fa .section-casestudies .inner .container-separate .block-separate ul li .nameLabel, .top-rp .section-casestudies .inner .container-separate .block-separate ul li .nameLabel, .top-mold .section-casestudies .inner .container-separate .block-separate ul li .nameLabel {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  .top .section-casestudies .inner .container-separate .block-separate ul li .text, .top-fa .section-casestudies .inner .container-separate .block-separate ul li .text, .top-rp .section-casestudies .inner .container-separate .block-separate ul li .text, .top-mold .section-casestudies .inner .container-separate .block-separate ul li .text {
    vertical-align: top;
  }
  .top .section-casestudies .inner .container-separate .block-separate ul li h3, .top-fa .section-casestudies .inner .container-separate .block-separate ul li h3, .top-rp .section-casestudies .inner .container-separate .block-separate ul li h3, .top-mold .section-casestudies .inner .container-separate .block-separate ul li h3 {
    line-height: 1.9;
  }
}
.top .section-casestudies .inner .container-separate .block-separate + .block-separate, .top-fa .section-casestudies .inner .container-separate .block-separate + .block-separate, .top-rp .section-casestudies .inner .container-separate .block-separate + .block-separate, .top-mold .section-casestudies .inner .container-separate .block-separate + .block-separate {
  border-left: 1px solid #ccc;
  padding-left: 5%;
}
.top .section-casestudies .inner .container-separate .block-separate #client_rss ul li h3, .top-fa .section-casestudies .inner .container-separate .block-separate #client_rss ul li h3, .top-rp .section-casestudies .inner .container-separate .block-separate #client_rss ul li h3, .top-mold .section-casestudies .inner .container-separate .block-separate #client_rss ul li h3 {
  -webkit-line-clamp: 2;
}
.top .section-casestudies .inner .container-separate .block-separate #topics_rss ul li h3, .top-fa .section-casestudies .inner .container-separate .block-separate #topics_rss ul li h3, .top-rp .section-casestudies .inner .container-separate .block-separate #topics_rss ul li h3, .top-mold .section-casestudies .inner .container-separate .block-separate #topics_rss ul li h3 {
  -webkit-line-clamp: 3;
}
.top .section-casestudies .inner .container-separate .block-separate .button, .top-fa .section-casestudies .inner .container-separate .block-separate .button, .top-rp .section-casestudies .inner .container-separate .block-separate .button, .top-mold .section-casestudies .inner .container-separate .block-separate .button {
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top .section-casestudies .inner, .top-fa .section-casestudies .inner, .top-rp .section-casestudies .inner, .top-mold .section-casestudies .inner {
    width: calc(100% - 60px);
  }
  .top .section-casestudies .inner .container-separate, .top-fa .section-casestudies .inner .container-separate, .top-rp .section-casestudies .inner .container-separate, .top-mold .section-casestudies .inner .container-separate {
    display: block;
    margin-top: 0;
  }
  .top .section-casestudies .inner .container-separate .title-separate, .top-fa .section-casestudies .inner .container-separate .title-separate, .top-rp .section-casestudies .inner .container-separate .title-separate, .top-mold .section-casestudies .inner .container-separate .title-separate {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 32px;
    text-align: center;
  }
  .top .section-casestudies .inner .container-separate .block-separate, .top-fa .section-casestudies .inner .container-separate .block-separate, .top-rp .section-casestudies .inner .container-separate .block-separate, .top-mold .section-casestudies .inner .container-separate .block-separate {
    width: 100%;
    padding-right: 0;
  }
  .top .section-casestudies .inner .container-separate .block-separate + .block-separate, .top-fa .section-casestudies .inner .container-separate .block-separate + .block-separate, .top-rp .section-casestudies .inner .container-separate .block-separate + .block-separate, .top-mold .section-casestudies .inner .container-separate .block-separate + .block-separate {
    border: 0;
    margin-top: 30px;
    padding-left: 0;
  }
  .top .section-casestudies .inner .container-separate ul li, .top-fa .section-casestudies .inner .container-separate ul li, .top-rp .section-casestudies .inner .container-separate ul li, .top-mold .section-casestudies .inner .container-separate ul li {
    min-height: 66px;
    height: 66px;
  }
  .top .section-casestudies .inner .container-separate ul li + li, .top-fa .section-casestudies .inner .container-separate ul li + li, .top-rp .section-casestudies .inner .container-separate ul li + li, .top-mold .section-casestudies .inner .container-separate ul li + li {
    margin-top: 20px;
  }
  .top .section-casestudies .inner .container-separate ul li .photo, .top-fa .section-casestudies .inner .container-separate ul li .photo, .top-rp .section-casestudies .inner .container-separate ul li .photo, .top-mold .section-casestudies .inner .container-separate ul li .photo {
    width: 100px;
    min-width: 100px;
    height: 66px;
    margin-right: 20px;
  }
  .top .section-casestudies .inner .container-separate ul li .cate_label, .top-fa .section-casestudies .inner .container-separate ul li .cate_label, .top-rp .section-casestudies .inner .container-separate ul li .cate_label, .top-mold .section-casestudies .inner .container-separate ul li .cate_label {
    font-size: 1.1rem;
    color: #3e3e3e;
    padding: 0 6px;
    height: 21px;
    line-height: 1.04;
    background: #deeaf5;
    margin: 3% 0 10px;
    display: inline-block;
  }
  .top .section-casestudies .inner .container-separate ul li .new_label, .top-fa .section-casestudies .inner .container-separate ul li .new_label, .top-rp .section-casestudies .inner .container-separate ul li .new_label, .top-mold .section-casestudies .inner .container-separate ul li .new_label {
    font-size: 1.1rem;
    color: #ffffff;
    padding: 0 6px;
    margin-left: 2px;
    height: 21px;
    line-height: 1.04;
    background: #ff0000;
    margin: 3% 0 10px;
    display: inline-block;
  }
  .top .section-casestudies .inner .container-separate ul li h3, .top-fa .section-casestudies .inner .container-separate ul li h3, .top-rp .section-casestudies .inner .container-separate ul li h3, .top-mold .section-casestudies .inner .container-separate ul li h3 {
    font-size: 1.4rem;
    line-height: 1.42;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .top .section-casestudies .inner .container-separate ul li .nameLabel, .top-fa .section-casestudies .inner .container-separate ul li .nameLabel, .top-rp .section-casestudies .inner .container-separate ul li .nameLabel, .top-mold .section-casestudies .inner .container-separate ul li .nameLabel {
    font-size: 1.2rem;
    display: block;
  }
}
.top .txtCenter, .top-fa .txtCenter, .top-rp .txtCenter, .top-mold .txtCenter {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top .txtCenter, .top-fa .txtCenter, .top-rp .txtCenter, .top-mold .txtCenter {
    text-align: left;
    line-height: 1.6;
  }
}
.top .mt10, .top-fa .mt10, .top-rp .mt10, .top-mold .mt10 {
  margin-top: 10px !important;
}
.top .mt20, .top-fa .mt20, .top-rp .mt20, .top-mold .mt20 {
  margin-top: 20px !important;
}
.top .mt40, .top-fa .mt40, .top-rp .mt40, .top-mold .mt40 {
  margin-top: 40px !important;
}
.top .mt80, .top-fa .mt80, .top-rp .mt80, .top-mold .mt80 {
  margin-top: 80px !important;
}
.top .pb10, .top-fa .pb10, .top-rp .pb10, .top-mold .pb10 {
  padding-bottom: 10px !important;
}
.top .pb20, .top-fa .pb20, .top-rp .pb20, .top-mold .pb20 {
  padding-bottom: 20px !important;
}
.top .pb40, .top-fa .pb40, .top-rp .pb40, .top-mold .pb40 {
  padding-bottom: 40px !important;
}
.top .pb80, .top-fa .pb80, .top-rp .pb80, .top-mold .pb80 {
  padding-bottom: 80px !important;
}

/* ==========================================================================
統合トップ 
========================================================================== */
.top #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top #footer {
    position: static;
    width: auto;
  }
}
.top .section-key-visual {
  background-color: black;
  text-align: center;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual {
    margin-top: 35px !important;
    padding-top: 20px !important;
  }
}
.top .section-key-visual .inner {
  margin-bottom: 290px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .inner {
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
}
.top .section-key-visual video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual video {
    display: none !important;
  }
}
.top .section-key-visual .video-over {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .video-over {
    background-image: url(../img/top/movie.png);
    background-size: cover;
    opacity: 0.3;
  }
}
.top .section-key-visual .logo-top img {
  width: 256px !important;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .logo-top img {
    width: 165px !important;
  }
}
.top .section-key-visual .title-panel {
  color: #FFF;
  margin: 10px 0 100px !important;
  line-height: 1.6 !important;
}
.top .section-key-visual .title-panel strong {
  color: #FFCC00;
  font-size: 55px;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .title-panel strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .title-panel {
    margin-top: 15px !important;
    font-size: 18px;
    margin: 15px 0 40px !important;
  }
}
.top .section-key-visual .mark-top {
  margin: 60px auto 0 !important;
  width: 80%;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .mark-top {
    display: none !important;
  }
}
.top .section-key-visual .box-service {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service {
    display: block;
    background-color: rgba(255, 255, 255, 0);
    position: static;
    margin: 25px 18px 18px 18px;
    width: auto;
  }
}
.top .section-key-visual .box-service .block {
  width: 33.3%;
  height: 290px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block {
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    height: auto;
    padding: 20px 22px;
  }
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.top .section-key-visual .box-service .block .name {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block .name {
    text-align: left;
  }
}
.top .section-key-visual .box-service .block .name strong {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block .name strong {
    font-size: 15px;
  }
}
.top .section-key-visual .box-service .block .name:after {
  content: "";
  display: block;
  width: 160px;
  height: 7px;
  margin: 15px auto 0;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block .name:after {
    content: none;
  }
}
.top .section-key-visual .box-service .block .img {
  width: 340px;
  height: 198px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -170px;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block .img {
    width: 133px;
    height: 82px;
    bottom: -15px;
    left: auto;
    right: 15px;
    z-index: 1;
  }
}
.top .section-key-visual .box-service .block .img img {
  width: 100%;
}
.top .section-key-visual .box-service .block .btn {
  position: absolute;
  right: 50px;
  bottom: 15px;
  font-size: 14px;
  padding-right: 20px;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block .btn {
    display: none;
  }
}
.top .section-key-visual .box-service .block .btn span {
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #000000;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8.5px;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
}
.top .section-key-visual .box-service .block .btn span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -4px;
}
.top .section-key-visual .box-service .block a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.top .section-key-visual .box-service .block a:hover + .name:after {
  animation: baranime 0.3s ease-in-out;
}
@keyframes baranime {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.top .section-key-visual .box-service .block a:hover + .name + .btn span {
  transform: rotate(135deg);
}
.top .section-key-visual .box-service .block a:active {
  background-color: rgba(255, 255, 255, 0.95);
}
.top .section-key-visual .box-service .block.serviceFA .name:after {
  background-color: #00918c;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block.serviceFA:after {
    background-color: #00918c;
  }
}
.top .section-key-visual .box-service .block.serviceRP .name:after {
  background-color: #5B5D5E;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block.serviceRP:after {
    background-color: #5B5D5E;
  }
}
.top .section-key-visual .box-service .block.serviceDM .name:after {
  background-color: #BE000E;
}
@media screen and (max-width: 900px) {
  .top .section-key-visual .box-service .block.serviceDM:after {
    background-color: #BE000E;
  }
}
.top .section-selectservice .box-selectservice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice {
    display: block;
    margin: 0;
    width: auto;
  }
}
.top .section-selectservice .box-selectservice .block {
  width: 33.3%;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block {
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
    height: auto;
    margin-top: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block:after {
    content: none;
  }
}
.top .section-selectservice .box-selectservice .block .name {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block .name {
    padding-top: 20px;
  }
}
.top .section-selectservice .box-selectservice .block .name strong {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block .name strong {
    font-size: 20px;
  }
}
.top .section-selectservice .box-selectservice .block .name:after {
  content: "";
  display: block;
  width: 160px;
  height: 7px;
  margin: 20px auto 0;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block .name:after {
    height: 4px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
  }
}
.top .section-selectservice .box-selectservice .block .txt {
  font-size: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block .txt {
    margin-top: 15px;
  }
}
.top .section-selectservice .box-selectservice .block .img {
  width: 340px;
  margin: 20px auto;
  text-align: center;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block .img {
    width: 300px;
    height: auto;
    margin-top: 10px;
  }
}
.top .section-selectservice .box-selectservice .block .img img {
  width: 100%;
}
.top .section-selectservice .box-selectservice .block .btn {
  font-size: 20px;
  margin-top: 30px;
  padding-right: 40px;
  line-height: 1;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block .btn {
    display: none;
  }
}
.top .section-selectservice .box-selectservice .block .btn span {
  display: block;
  width: 33px;
  height: 33px;
  border: 2px solid #000000;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16.5px;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
}
.top .section-selectservice .box-selectservice .block .btn span:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.5px;
}
.top .section-selectservice .box-selectservice .block a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.top .section-selectservice .box-selectservice .block a:hover + .name:after {
  animation: baranime 0.3s ease-in-out;
}
@keyframes baranime {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.top .section-selectservice .box-selectservice .block a:hover + .name + .txt + .btn span {
  transform: rotate(135deg);
}
.top .section-selectservice .box-selectservice .block a:hover + .name + .txt + .btn + .img {
  transform: scale(1.1, 1.1);
}
.top .section-selectservice .box-selectservice .block a:active {
  background-color: rgba(255, 255, 255, 0.95);
}
.top .section-selectservice .box-selectservice .block.serviceFA .name:after {
  background-color: #00918c;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block.serviceFA:after {
    background-color: #00918c;
  }
}
.top .section-selectservice .box-selectservice .block.serviceRP .name:after {
  background-color: #5B5D5E;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block.serviceRP:after {
    background-color: #5B5D5E;
  }
}
.top .section-selectservice .box-selectservice .block.serviceDM .name:after {
  background-color: #BE000E;
}
@media screen and (max-width: 900px) {
  .top .section-selectservice .box-selectservice .block.serviceDM:after {
    background-color: #BE000E;
  }
}
@media screen and (max-width: 900px) {
  .top .section-client {
    padding: 30px 0;
  }
}
.top .section-client .title-sub {
  font-size: 3.3rem !important;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .top .section-client .title-sub {
    font-size: 2rem !important;
    margin-bottom: 26px;
  }
}
.top .section-client .list-client {
  width: 84vw;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .top .section-client .list-client {
    display: block;
  }
}
.top .section-client .list-client li {
  width: 30%;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .top .section-client .list-client li {
    width: auto;
    text-align: center;
    font-size: 14px;
  }
  .top .section-client .list-client li:nth-child(n+16) {
    display: none;
  }
  .top .section-client .list-client li:last-child {
    display: block !important;
  }
}
.top .panel .inner {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top .panel .inner {
    margin-top: 0;
  }
}
.top .section-download {
  background: #EFEFEF;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .top .section-download {
    padding: 30px;
  }
}
.top .section-download .button.button-lg-low a {
  border: 1px solid #000;
  border-radius: 3px;
}
.top .section-download .block-image img {
  width: 280px !important;
}
@media screen and (max-width: 900px) {
  .top .section-download .block-image img {
    width: 220px !important;
  }
}

.section-download {
  padding: 60px 0;
}
.section-download + .section-download {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 900px) {
  .section-download {
    padding: 30px 15px;
  }
}
.section-download .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 70vw;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .section-download .inner {
    display: block;
    width: auto;
    min-width: auto;
  }
}
.section-download .inner .block-description {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .section-download .inner .block-description {
    width: auto;
  }
}
.section-download .inner .block-description .title-sub {
  font-size: 3.3rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .section-download .inner .block-description .title-sub {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.section-download .inner .block-description .text-description {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .section-download .inner .block-description .text-description {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.section-download .inner .block-description .button.button-lg-low {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .section-download .inner .block-description .button.button-lg-low {
    margin: 0 auto 20px;
  }
}
.section-download .inner .block-image {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .section-download .inner .block-image {
    width: auto;
    text-align: center;
  }
}
.section-download .inner .block-image img {
  width: 220px;
}
@media screen and (max-width: 900px) {
  .section-download .inner .block-image img {
    width: 200px;
    text-align: center;
  }
}

.section-follow {
  padding: 30px 0;
}

.service-intor .intro-name {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .service-intor .intro-name {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.service-intor .intro-name img {
  width: 188px !important;
  margin-right: 5px;
}
@media screen and (max-width: 900px) {
  .service-intor .intro-name img {
    width: 100px !important;
  }
}
.service-intor .intro-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .service-intor .intro-contents {
    display: block;
  }
}
.service-intor .intro-contents .block {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .service-intor .intro-contents .block {
    width: auto;
  }
}
.service-intor .intro-contents .block .capture {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.service-intor .intro-contents .block .mark {
  width: 140px;
  position: absolute;
  top: -55px;
  left: -55px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .service-intor .intro-contents .block .mark {
    width: 25%;
    top: -20px;
    left: -20px;
  }
}
.service-intor .intro-contents .copy {
  font-size: 33px;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .service-intor .intro-contents .copy {
    font-size: 2rem;
    text-align: center;
    margin: 25px 0;
  }
}
.service-intor .intro-contents .list-checkicon li {
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  line-height: 1.6;
  z-index: 3;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.service-intor .intro-contents .list-checkicon li + li {
  margin-top: 6px;
}
.service-intor .intro-contents .list-checkicon li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 10px;
  height: 18px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
  .service-intor .intro-contents .list-checkicon {
    display: table;
    margin: auto;
  }
}
.service-intor .parts-fa01 {
  z-index: 1;
  position: absolute;
  bottom: -90px;
  left: -70px;
  display: block;
  width: 292px;
  height: 365px;
  background: url(../img/top/fa_object_01.png) 0 0 no-repeat;
  background-size: 292px auto;
  transition: 0.7s;
  opacity: 0;
}
.service-intor .parts-fa01.fi_left_bottom {
  bottom: -60px;
  left: -30px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .service-intor .parts-fa01 {
    width: 117px;
    height: 147px;
    background-size: 117px auto;
    top: 225px;
    left: -40px;
  }
  .service-intor .parts-fa01.fi_left_bottom {
    top: 210px;
    left: -25px;
  }
}
.service-intor .parts-fa02 {
  z-index: 1;
  position: absolute;
  bottom: -20px;
  right: -130px;
  display: block;
  width: 424px;
  height: 260px;
  background: url(../img/top/fa_object_02.png) 0 0 no-repeat;
  background-size: 424px auto;
  transition: 0.7s;
  opacity: 0;
}
.service-intor .parts-fa02.fi_right_bottom {
  bottom: 10px;
  right: -100px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .service-intor .parts-fa02 {
    width: 170px;
    height: 104px;
    background-size: 170px auto;
    top: 225px;
    right: -85px;
  }
  .service-intor .parts-fa02.fi_right_bottom {
    top: 210px;
    right: -70px;
  }
}
.service-intor .parts-rp01 {
  z-index: 1;
  position: absolute;
  bottom: -90px;
  left: -70px;
  display: block;
  width: 372px;
  height: 365px;
  background: url(../img/top/rp_object_01.png) 0 0 no-repeat;
  background-size: 372px auto;
  transition: 0.7s;
  opacity: 0;
}
.service-intor .parts-rp01.fi_left_bottom {
  bottom: -60px;
  left: -40px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .service-intor .parts-rp01 {
    width: 125px;
    height: 120px;
    background-size: 125px auto;
    top: 260px;
    left: -30px;
  }
  .service-intor .parts-rp01.fi_left_bottom {
    top: 245px;
    left: -15px;
  }
}
.service-intor .parts-rp02 {
  z-index: 1;
  position: absolute;
  bottom: -90px;
  right: -110px;
  display: block;
  width: 389px;
  height: 357px;
  background: url(../img/top/rp_object_02.png) 0 0 no-repeat;
  background-size: 389px auto;
  transition: 0.7s;
  opacity: 0;
}
.service-intor .parts-rp02.fi_right_bottom {
  bottom: -60px;
  right: -80px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .service-intor .parts-rp02 {
    width: 166px;
    height: 151px;
    background-size: 166px auto;
    top: 260px;
    right: -70px;
  }
  .service-intor .parts-rp02.fi_right_bottom {
    top: 245px;
    right: -60px;
  }
}
.service-intor .parts-dm01 {
  z-index: 1;
  position: absolute;
  bottom: -90px;
  left: -60px;
  display: block;
  width: 361px;
  height: 336px;
  background: url(../img/top/dm_object_01.png) 0 0 no-repeat;
  background-size: 361px auto;
  transition: 0.7s;
  opacity: 0;
}
.service-intor .parts-dm01.fi_left_bottom {
  bottom: -60px;
  left: -30px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .service-intor .parts-dm01 {
    width: 145px;
    height: 136px;
    background-size: 136px auto;
    top: 200px;
    left: -45px;
  }
  .service-intor .parts-dm01.fi_left_bottom {
    top: 185px;
    left: -30px;
  }
}
.service-intor .parts-dm02 {
  z-index: 1;
  position: absolute;
  bottom: -20px;
  right: -100px;
  display: block;
  width: 397px;
  height: 272px;
  background: url(../img/top/dm_object_02.png) 0 0 no-repeat;
  background-size: 397px auto;
  transition: 0.7s;
  opacity: 0;
}
.service-intor .parts-dm02.fi_right_bottom {
  bottom: 10px;
  right: -70px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .service-intor .parts-dm02 {
    width: 138px;
    height: 88px;
    background-size: 138px auto;
    top: 230px;
    right: -60px;
  }
  .service-intor .parts-dm02.fi_right_bottom {
    top: 215px;
    right: -45px;
  }
}

.bg-gray-lite {
  background: #efefef;
}

.bg-fa {
  background: #00918c;
  color: #fff;
}

.bg-rp {
  background: #5B5D5E;
  color: #fff;
}

.bg-mold {
  background: #BE000E;
  color: #fff;
}

.border-hidden {
  border: 0 !important;
}

.layout-flex-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .layout-flex-between {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.layout-flex-between.bg-arrow .item-flow + .item-flow .figure-flow {
  position: relative;
}
.layout-flex-between.bg-arrow .item-flow + .item-flow .figure-flow:before {
  content: "";
  position: absolute;
  top: 68px;
  left: -32px;
  display: block;
  width: 36px;
  height: 36px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  box-sizing: border-box;
  transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
  .layout-flex-between.bg-arrow .item-flow + .item-flow .figure-flow:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 56px;
    display: block;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    box-sizing: border-box;
    border-top: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .layout-flex-between.bg-arrow .item-flow + .item-flow .figure-flow:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 52px;
    display: block;
    width: 26px;
    height: 1px;
    background: #000;
  }
}
.layout-flex-between .item-flow {
  width: 33.33%;
  text-align: center;
}
.layout-flex-between .item-flow .heading-flow {
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}
.layout-flex-between .item-flow .figure-flow {
  position: relative;
  padding-bottom: 14px;
}
.layout-flex-between .item-flow .figure-flow .img-flow {
  width: 180px;
}
@media screen and (max-width: 900px) {
  .layout-flex-between .item-flow .figure-flow {
    padding: 0 15px 0 0;
  }
  .layout-flex-between .item-flow .figure-flow .img-flow {
    width: 130px;
    height: auto;
  }
}
.layout-flex-between .item-flow .text-flow {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .layout-flex-between .item-flow .text-flow br {
    display: none;
  }
}
.layout-flex-between .item-flow dl dt {
  font-size: 2rem;
  padding-bottom: 20px;
  line-height: 1.35;
}
@media screen and (max-width: 900px) {
  .layout-flex-between .item-flow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
  .layout-flex-between .item-flow + .item-flow {
    margin-top: 30px;
  }
  .layout-flex-between .item-flow p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}

.layout-flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.layout-flex-center .button-sm {
  margin: 0 28px;
}

.layout-table {
  display: table;
}
.layout-table > .block {
  display: table-cell;
  vertical-align: top;
}

.txt-centerd {
  text-align: center;
}

.button {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .button {
    width: 100%;
  }
  .button a {
    width: 100%;
    max-width: 220px;
  }
}
.button a {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
}
.button a:hover {
  opacity: 1;
  z-index: 2;
}
.button .anm-button-bg {
  box-sizing: border-box;
}
.button.button-lg {
  width: 280px;
  height: 52px;
  margin: 0 auto;
}
.button.button-lg a {
  width: 280px;
  height: 52px;
  font-size: 2.1rem;
  line-height: 52px;
}
.button.button-lg .anm-button-bg {
  width: 280px;
  height: 52px;
  left: -280px;
}
@media screen and (max-width: 900px) {
  .button.button-lg {
    width: 220px;
    height: 50px;
  }
  .button.button-lg a {
    width: 220px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
  .button.button-lg .anm-button-bg {
    width: 220px;
    height: 50px;
    left: -220px;
  }
}
.button.button-lg-low {
  width: 240px;
  height: 46px;
  margin: 0 auto;
}
.button.button-lg-low a {
  width: 240px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 43px;
}
.button.button-lg-low .anm-button-bg {
  width: 240px;
  height: 46px;
  left: -240px;
}
@media screen and (max-width: 900px) {
  .button.button-lg-low {
    width: 220px;
    height: 50px;
  }
  .button.button-lg-low a {
    width: 220px;
    height: 50px;
    font-size: 1.4rem;
    line-height: 50px;
  }
  .button.button-lg-low .anm-button-bg {
    width: 220px;
    height: 50px;
    left: -220px;
  }
}
.button.button-md {
  width: 160px;
  height: 44px;
}
.button.button-md a {
  width: 160px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 44px;
}
.button.button-md .anm-button-bg {
  width: 160px;
  height: 44px;
  left: -160px;
}
.button.button-sm {
  width: 166px;
  height: 33px;
}
.button.button-sm a {
  width: 166px;
  height: 33px;
  font-size: 1.4rem;
  line-height: 33px;
}
.button.button-sm .anm-button-bg {
  width: 166px;
  height: 33px;
  left: -166px;
}
.button.button-yellow {
  background: #ffbb00;
}
.button.button-yellow .anm-button-bg {
  background: #000;
}
.button.button-yellow a {
  color: #000;
}
.button.button-yellow a:hover {
  color: #ffbb00;
}
.button.button-blue {
  background: #16259A;
}
.button.button-blue .anm-button-bg {
  background: #fff;
}
.button.button-blue a {
  color: #fff;
}
.button.button-blue a:hover {
  color: #16259A;
  border: 1px solid #16259A;
}
.button.button-blue a:hover {
  color: #0b1364;
}
.button.button-white {
  background: #fff;
}
.button.button-white .anm-button-bg {
  background: #000;
}
.button.button-white a {
  color: #000;
}
.button.button-white a:hover {
  color: #fff;
}
.button.button-ghost {
  border: 1px solid #000;
  border-radius: 3px;
}
.button.button-ghost .anm-button-bg {
  background: #000;
}
.button.button-ghost a {
  color: #000;
}
.button.button-ghost a:hover {
  color: #fff;
}
.button .anm-button-bg {
  position: absolute;
  z-index: 0;
  transition: all .1s ease;
}
.button:hover .anm-button-bg {
  left: 0 !important;
}
.button.button-page-bottom {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .button.button-page-bottom {
    margin-top: 30px;
  }
}

.horizontal-buttons .button {
  display: inline-block;
  margin-right: 16px;
}
.horizontal-buttons .button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .horizontal-buttons {
    text-align: center;
  }
  .horizontal-buttons .button {
    margin: 0 8px;
  }
  .horizontal-buttons .button:last-child {
    margin-right: 8px;
  }
}

/* ==========================================================================
meviy Rapid Prototype
========================================================================== */
.top-rp {
  position: relative;
}
.top-rp .panel-rp {
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp {
    padding: 30px 0;
  }
}
.top-rp .panel-rp.section-key-visual {
  position: relative;
  margin-top: 60px;
  padding: 46px 0 60px;
  background-color: #5B5D5E;
  color: #FFF;
}
.top-rp .panel-rp.section-key-visual .button {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp.section-key-visual {
    padding: 25px 0 120px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}
.top-rp .panel-rp .inner-rp.inner-main-top {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp.inner-main-top {
    padding: 0;
    width: auto;
  }
}
.top-rp .panel-rp .inner-rp .block-example {
  margin-top: 28px;
  display: block;
}
.top-rp .panel-rp .inner-rp .block-example .list-example-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 -8px;
}
.top-rp .panel-rp .inner-rp .block-example .list-example-images .item-example {
  margin: 0 8px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.top-rp .panel-rp .inner-rp .block-example .list-example-images .item-example a {
  display: block;
}
.top-rp .panel-rp .inner-rp .block-example .list-example-images .item-example .img-example {
  display: block;
  margin: 0 auto;
}
.top-rp .panel-rp .inner-rp .block-example .list-example-images .item-example .img-example img {
  width: 100%;
}
.top-rp .panel-rp .inner-rp .block-example .list-example-images .item-example .text-img-example {
  padding: 10px 10px 15px;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .block-example .list-example-images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .top-rp .panel-rp .inner-rp .block-example .list-example-images .item-example {
    width: calc(50% - 16px);
    margin: 16px 8px 0;
    padding: 5px;
  }
  .top-rp .panel-rp .inner-rp .block-example .list-example-images .item-example .text-img-example {
    padding: 12px;
  }
}
.top-rp .panel-rp .inner-rp .area-datalist {
  padding: 43px 60px;
}
.top-rp .panel-rp .inner-rp .area-datalist .list-dataupload > li {
  font-size: 1.4rem;
  line-height: 3.35;
}
.top-rp .panel-rp .inner-rp .area-datalist .list-dataupload > li + li {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-datalist {
    padding: 15px;
  }
  .top-rp .panel-rp .inner-rp .area-datalist .list-dataupload > li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top-rp .panel-rp .inner-rp .area-datalist .list-dataupload > li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.top-rp .panel-rp .inner-rp .area-separate {
  position: relative;
  overflow: hidden;
}
.top-rp .panel-rp .inner-rp .area-separate .block {
  box-sizing: border-box;
}
.top-rp .panel-rp .inner-rp .area-separate .block.block-description {
  width: 58%;
  float: left;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-separate .block.block-description {
    width: 100%;
  }
  .top-rp .panel-rp .inner-rp .area-separate .block.block-description .text-description {
    margin-top: 30px;
    line-height: 1.6;
  }
  .top-rp .panel-rp .inner-rp .area-separate .block.block-description .text-description br {
    display: none;
  }
  .top-rp .panel-rp .inner-rp .area-separate .block.block-description .text-description br + br {
    display: block;
  }
}
.top-rp .panel-rp .inner-rp .area-separate .block.block-image {
  width: 35%;
  float: right;
  margin-left: 7%;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-separate .block.block-image {
    width: 100%;
    margin-left: 0;
  }
}
.top-rp .panel-rp .inner-rp .area-separate .block.block-image .text-image-caption {
  margin-top: 7px;
  font-size: 1.3rem;
  line-height: 1.23;
  text-align: left;
}
.top-rp .panel-rp .inner-rp .area-separate .block .title-sub {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-separate .block .title-sub {
    text-align: center;
  }
}
.top-rp .panel-rp .inner-rp .area-separate .block .group-imgaes {
  margin: auto;
}
.top-rp .panel-rp .inner-rp .area-separate .block .group-imgaes li {
  display: block;
}
.top-rp .panel-rp .inner-rp .area-separate .block .group-imgaes li + li {
  margin-top: 40px;
}
.top-rp .panel-rp .inner-rp .area-separate .block .group-imgaes li .title-fig {
  font-size: 1.4rem;
  text-align: center;
}
.top-rp .panel-rp .inner-rp .area-separate .block .group-imgaes li .title-fig span {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
}
.top-rp .panel-rp .inner-rp .area-separate .block .group-imgaes li .image-fig {
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-separate .block .group-imgaes li + li {
    margin-top: 0;
  }
  .top-rp .panel-rp .inner-rp .area-separate .block .group-imgaes li .image-fig {
    width: 100%;
  }
}
.top-rp .panel-rp .inner-rp .area-separate.area-download {
  display: table;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-separate.area-download {
    display: block;
    background: transparent;
  }
}
.top-rp .panel-rp .inner-rp .area-separate.area-download .block-description {
  float: none;
  display: table-cell;
  width: 56%;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-separate.area-download .block-description {
    display: block;
    width: 100%;
    padding: 0;
  }
  .top-rp .panel-rp .inner-rp .area-separate.area-download .block-description:first-child {
    padding: 0;
  }
  .top-rp .panel-rp .inner-rp .area-separate.area-download .block-description:last-child {
    padding: 0;
  }
}
.top-rp .panel-rp .inner-rp .area-separate.area-download .block-description .title-sub {
  margin-bottom: 26px;
}
.top-rp .panel-rp .inner-rp .area-separate.area-download .block-description .group-buttons {
  margin-top: 30px;
}
.top-rp .panel-rp .inner-rp .area-separate.area-download .block-image {
  float: none;
  display: table-cell;
  width: 44%;
  margin-left: 0;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-separate.area-download .block-image {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.top-rp .panel-rp .inner-rp .area-separate.area-download .block-image .image-fig {
  padding: 60px;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-separate.area-download .block-image .image-fig {
    padding: 30px;
  }
}
.top-rp .panel-rp .inner-rp .area-newarrivals .title-sub {
  margin-bottom: 56px;
  letter-spacing: -0.05em;
}
.top-rp .panel-rp .inner-rp .area-newarrivals .notice li {
  float: left;
  width: 48%;
  min-height: 60px;
  margin-bottom: 35px;
  box-sizing: border-box;
  position: relative;
}
.top-rp .panel-rp .inner-rp .area-newarrivals .notice li a {
  color: #000;
  transition: opacity 0.2s;
}
.top-rp .panel-rp .inner-rp .area-newarrivals .notice li a:hover {
  opacity: 0.6;
}
.top-rp .panel-rp .inner-rp .area-newarrivals .notice li a .photo {
  width: 100px;
  min-width: 100px;
  height: 57px;
  margin-right: 5%;
  float: left;
  background-size: cover;
}
.top-rp .panel-rp .inner-rp .area-newarrivals .notice li h3 {
  font-size: 1.4rem;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top-rp .panel-rp .inner-rp .area-newarrivals .notice li h3 .nameLabel {
  font-size: 1.2rem;
  display: block;
}
.top-rp .panel-rp .inner-rp .area-newarrivals .notice li:nth-child(even) {
  margin-left: 4%;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .area-newarrivals .notice li {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-rp .panel-rp .inner-rp .area-newarrivals .notice li:nth-child(even) {
    margin-left: 0;
  }
}
.top-rp .panel-rp .inner-rp .group-buttons {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .inner-rp .group-buttons {
    margin-top: 30px;
  }
  .top-rp .panel-rp .inner-rp .group-buttons .button + .button {
    margin-top: 15px;
  }
}
.top-rp .panel-rp .parts-rp01 {
  z-index: 1;
  position: absolute;
  bottom: -90px;
  left: -70px;
  display: block;
  width: 372px;
  height: 365px;
  background: url(../img/top/rp_object_01.png) 0 0 no-repeat;
  background-size: 372px auto;
  transition: 0.7s;
  opacity: 0;
}
.top-rp .panel-rp .parts-rp01.fi_left_bottom {
  bottom: -60px;
  left: -40px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .parts-rp01 {
    width: 125px;
    height: 120px;
    background-size: 125px auto;
    top: 120px;
    left: -30px;
  }
  .top-rp .panel-rp .parts-rp01.fi_left_bottom {
    top: 105px;
    left: -15px;
  }
}
.top-rp .panel-rp .parts-rp02 {
  z-index: 1;
  position: absolute;
  bottom: -90px;
  right: -110px;
  display: block;
  width: 389px;
  height: 357px;
  background: url(../img/top/rp_object_02.png) 0 0 no-repeat;
  background-size: 389px auto;
  transition: 0.7s;
  opacity: 0;
}
.top-rp .panel-rp .parts-rp02.fi_right_bottom {
  bottom: -60px;
  right: -80px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .top-rp .panel-rp .parts-rp02 {
    width: 166px;
    height: 151px;
    background-size: 166px auto;
    top: 130px;
    right: -70px;
  }
  .top-rp .panel-rp .parts-rp02.fi_right_bottom {
    top: 115px;
    right: -60px;
  }
}
.top-rp .section-download {
  background: #5B5D5E;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .top-rp .section-voice .panel {
    margin-top: 0;
  }
  .top-rp .section-voice .panel:last-child {
    margin-bottom: 0;
  }
}

/* ==========================================================================
金型部品
========================================================================== */
.top-mold {
  position: relative;
}
.top-mold .panel-mold {
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold {
    padding: 30px 0;
  }
}
.top-mold .panel-mold.section-key-visual {
  position: relative;
  margin-top: 60px;
  padding: 46px 0 60px;
  background-color: #BE000E;
  color: #FFF;
}
.top-mold .panel-mold.section-key-visual .button {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold.section-key-visual {
    padding: 25px 0 120px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}
.top-mold .panel-mold .inner-mold.inner-main-top {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold.inner-main-top {
    padding: 0;
    width: auto;
  }
}
.top-mold .panel-mold .inner-mold .block-example {
  margin-top: 28px;
  display: block;
}
.top-mold .panel-mold .inner-mold .block-example .list-example-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -8px;
}
.top-mold .panel-mold .inner-mold .block-example .list-example-images .item-example {
  margin: 0 8px 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.top-mold .panel-mold .inner-mold .block-example .list-example-images .item-example a {
  display: block;
}
.top-mold .panel-mold .inner-mold .block-example .list-example-images .item-example .img-example {
  display: block;
  margin: 0 auto;
}
.top-mold .panel-mold .inner-mold .block-example .list-example-images .item-example .img-example img {
  width: 100%;
}
.top-mold .panel-mold .inner-mold .block-example .list-example-images .item-example .text-img-example {
  padding: 10px 10px 15px;
  font-size: 1.2rem;
  line-height: 1.33;
  text-align: center;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .block-example .list-example-images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .top-mold .panel-mold .inner-mold .block-example .list-example-images .item-example {
    width: calc(50% - 16px);
    margin: 16px 8px 0;
  }
  .top-mold .panel-mold .inner-mold .block-example .list-example-images .item-example .text-img-example {
    padding: 12px;
  }
}
.top-mold .panel-mold .inner-mold .area-datalist {
  padding: 43px 60px;
}
.top-mold .panel-mold .inner-mold .area-datalist .list-dataupload > li {
  font-size: 1.4rem;
  line-height: 1.35;
}
.top-mold .panel-mold .inner-mold .area-datalist .list-dataupload > li + li {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-datalist {
    padding: 15px;
  }
  .top-mold .panel-mold .inner-mold .area-datalist .list-dataupload > li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top-mold .panel-mold .inner-mold .area-datalist .list-dataupload > li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.top-mold .panel-mold .inner-mold .area-separate {
  position: relative;
  overflow: hidden;
}
.top-mold .panel-mold .inner-mold .area-separate .block {
  box-sizing: border-box;
}
.top-mold .panel-mold .inner-mold .area-separate .block.block-description {
  width: 58%;
  float: left;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate .block.block-description {
    width: 100%;
  }
  .top-mold .panel-mold .inner-mold .area-separate .block.block-description .text-description {
    margin-top: 30px;
    line-height: 1.6;
  }
  .top-mold .panel-mold .inner-mold .area-separate .block.block-description .text-description br {
    display: none;
  }
}
.top-mold .panel-mold .inner-mold .area-separate .block.block-image {
  width: 35%;
  float: right;
  margin-left: 7%;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate .block.block-image {
    width: 100%;
    margin-left: 0;
  }
}
.top-mold .panel-mold .inner-mold .area-separate .block.block-image .text-image-caption {
  margin-top: 7px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: left;
}
.top-mold .panel-mold .inner-mold .area-separate .block .title-sub {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate .block .title-sub {
    text-align: center;
  }
}
.top-mold .panel-mold .inner-mold .area-separate .block .group-imgaes {
  margin: auto;
}
.top-mold .panel-mold .inner-mold .area-separate .block .group-imgaes li {
  display: block;
}
.top-mold .panel-mold .inner-mold .area-separate .block .group-imgaes li + li {
  margin-top: 40px;
}
.top-mold .panel-mold .inner-mold .area-separate .block .group-imgaes li .image-fig {
  width: 200px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate .block .group-imgaes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .top-mold .panel-mold .inner-mold .area-separate .block .group-imgaes li {
    width: 50%;
  }
  .top-mold .panel-mold .inner-mold .area-separate .block .group-imgaes li + li {
    margin-top: 0;
  }
  .top-mold .panel-mold .inner-mold .area-separate .block .group-imgaes li .image-fig {
    width: 100%;
  }
}
.top-mold .panel-mold .inner-mold .area-separate.image-wide .block-description {
  width: 44%;
}
.top-mold .panel-mold .inner-mold .area-separate.image-wide .block-image {
  width: 49%;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate.image-wide .block-description {
    width: 100%;
  }
  .top-mold .panel-mold .inner-mold .area-separate.image-wide .block-image {
    width: 100%;
  }
}
.top-mold .panel-mold .inner-mold .area-separate.area-download {
  display: table;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate.area-download {
    display: block;
    background: transparent;
  }
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-description {
  float: none;
  display: table-cell;
  width: 56%;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate.area-download .block-description {
    display: block;
    width: 100%;
    padding: 0;
  }
  .top-mold .panel-mold .inner-mold .area-separate.area-download .block-description:first-child {
    padding: 0;
  }
  .top-mold .panel-mold .inner-mold .area-separate.area-download .block-description:last-child {
    padding: 0;
  }
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-description .title-sub {
  margin-bottom: 26px;
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-description .group-buttons {
  margin-top: 30px;
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image {
  float: none;
  display: table-cell;
  width: 44%;
  margin-left: 0;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate.area-download .block-image {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .image-fig {
  padding: 42px 40px;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .image-fig {
    padding: 15px;
  }
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .image-fig .images-document {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .image-fig .images-document li {
  width: 50%;
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .image-fig .images-document li + li {
  margin-left: 33px;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .image-fig .images-document li + li {
    margin-left: 15px;
  }
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .image-fig .images-document .name {
  font-size: 1.1rem;
  color: #000;
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .image-fig .images-document .name .pdf {
  display: inline-block;
  background: #FE0002;
  margin-right: 5px;
  padding: 3px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .list-image-docs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .list-image-docs li {
    padding: 5px;
  }
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .list-image-docs li .name {
  margin-top: 4px;
  font-size: 1.1rem;
  color: #000;
}
.top-mold .panel-mold .inner-mold .area-separate.area-download .block-image .list-image-docs li .pdf {
  display: inline-block;
  background-color: #fe0002;
  color: #FFF;
  height: 17px;
  line-height: 1;
  padding: 0 3px;
  margin-right: 5px;
}
.top-mold .panel-mold .inner-mold .area-newarrivals .title-sub {
  margin-bottom: 56px;
  letter-spacing: -0.05em;
}
.top-mold .panel-mold .inner-mold .area-newarrivals .notice li {
  float: left;
  width: 48%;
  min-height: 60px;
  margin-bottom: 35px;
  box-sizing: border-box;
  position: relative;
}
.top-mold .panel-mold .inner-mold .area-newarrivals .notice li a {
  color: #000;
  transition: opacity 0.2s;
}
.top-mold .panel-mold .inner-mold .area-newarrivals .notice li a:hover {
  opacity: 0.6;
}
.top-mold .panel-mold .inner-mold .area-newarrivals .notice li a .photo {
  width: 100px;
  min-width: 100px;
  height: 57px;
  margin-right: 5%;
  float: left;
  background-size: cover;
}
.top-mold .panel-mold .inner-mold .area-newarrivals .notice li h3 {
  font-size: 1.4rem;
  line-height: 1.71;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top-mold .panel-mold .inner-mold .area-newarrivals .notice li h3 .nameLabel {
  font-size: 1.2rem;
  display: block;
}
.top-mold .panel-mold .inner-mold .area-newarrivals .notice li:nth-child(even) {
  margin-left: 4%;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .area-newarrivals .notice li {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-mold .panel-mold .inner-mold .area-newarrivals .notice li:nth-child(even) {
    margin-left: 0;
  }
}
.top-mold .panel-mold .inner-mold .group-buttons {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .inner-mold .group-buttons {
    margin-top: 30px;
  }
  .top-mold .panel-mold .inner-mold .group-buttons .button + .button {
    margin-top: 15px;
  }
}
.top-mold .panel-mold .parts-dm01 {
  z-index: 1;
  position: absolute;
  bottom: -90px;
  left: -60px;
  display: block;
  width: 361px;
  height: 336px;
  background: url(../img/top/dm_object_01.png) 0 0 no-repeat;
  background-size: 361px auto;
  transition: 0.7s;
  opacity: 0;
}
.top-mold .panel-mold .parts-dm01.fi_left_bottom {
  bottom: -60px;
  left: -30px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .parts-dm01 {
    width: 145px;
    height: 136px;
    background-size: 136px auto;
    top: 130px;
    left: -45px;
  }
  .top-mold .panel-mold .parts-dm01.fi_left_bottom {
    top: 115px;
    left: -30px;
  }
}
.top-mold .panel-mold .parts-dm02 {
  z-index: 1;
  position: absolute;
  bottom: -20px;
  right: -100px;
  display: block;
  width: 397px;
  height: 272px;
  background: url(../img/top/dm_object_02.png) 0 0 no-repeat;
  background-size: 397px auto;
  transition: 0.7s;
  opacity: 0;
}
.top-mold .panel-mold .parts-dm02.fi_right_bottom {
  bottom: 10px;
  right: -70px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .top-mold .panel-mold .parts-dm02 {
    width: 138px;
    height: 88px;
    background-size: 138px auto;
    top: 150px;
    right: -60px;
  }
  .top-mold .panel-mold .parts-dm02.fi_right_bottom {
    top: 135px;
    right: -45px;
  }
}
.top-mold .section-download {
  background: #BE000E;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .top-mold .section-voice .panel.panel-mold {
    display: block;
    padding: 0;
  }
}

/* ==========================================================================
FAメカニカル
========================================================================== */
.top-fa {
  position: relative;
}
.top-fa .panel-fa {
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa {
    padding: 30px 0;
  }
}
.top-fa .panel-fa.section-key-visual {
  position: relative;
  margin-top: 60px;
  padding: 46px 0 60px;
  background-color: #00918c;
  color: #FFF;
}
.top-fa .panel-fa.section-key-visual .button {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa.section-key-visual {
    padding: 25px 0 120px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}
.top-fa .panel-fa .inner-fa.inner-main-top {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa.inner-main-top {
    padding: 0;
    width: auto;
  }
}
.top-fa .panel-fa .inner-fa .fa-block-example {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.top-fa .panel-fa .inner-fa .fa-block-example > div {
  width: 47%;
  text-align: center;
}
.top-fa .panel-fa .inner-fa .fa-block-example .title-service {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .fa-block-example .title-service {
    margin: 30px 0 0 0;
  }
}
.top-fa .panel-fa .inner-fa .fa-block-example .horizontal-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .fa-block-example .horizontal-buttons {
    display: block;
  }
}
.top-fa .panel-fa .inner-fa .fa-block-example .horizontal-buttons .button.button-lg-low {
  margin: -30px 0 0;
  width: 47%;
}
.top-fa .panel-fa .inner-fa .fa-block-example .horizontal-buttons .button.button-lg-low .anm-button-bg {
  width: 100%;
  left: -100%;
}
.top-fa .panel-fa .inner-fa .fa-block-example .horizontal-buttons .button.button-lg-low a {
  width: 100%;
}
.top-fa .panel-fa .inner-fa .fa-block-example .horizontal-buttons .button.button-lg-low.disable {
  pointer-events: none;
  opacity: 0.15;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .fa-block-example .horizontal-buttons .button.button-lg-low {
    margin: 0;
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .fa-block-example {
    display: block;
  }
  .top-fa .panel-fa .inner-fa .fa-block-example > div {
    width: auto;
  }
  .top-fa .panel-fa .inner-fa .fa-block-example > div + div {
    border-top: 1px solid #E6E6E6;
    margin-top: 30px;
  }
}
.top-fa .panel-fa .inner-fa .block-example {
  margin-top: 28px;
  display: block;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .block-example {
    margin-top: 0;
  }
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -8px;
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images .item-example {
  margin: 0 0 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 31%;
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images .item-example a {
  display: block;
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images .item-example .img-example {
  display: block;
  margin: 0 auto;
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images .item-example .img-example img {
  width: 100%;
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images .item-example .text-img-example {
  padding: 10px 10px 15px;
  font-size: 1.2rem;
  line-height: 1.33;
  text-align: center;
  color: #000;
  text-decoration: underline;
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images.disable {
  opacity: 0.25;
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images.disable .item-example a {
  pointer-events: none;
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images.disable .item-example .text-img-example {
  text-decoration: none;
}
.top-fa .panel-fa .inner-fa .block-example .list-example-images.disable .item-example .tooltip-contents {
  display: none;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .block-example .list-example-images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .top-fa .panel-fa .inner-fa .block-example .list-example-images .item-example {
    width: calc(50% - 16px);
    margin: 16px 8px 0;
  }
  .top-fa .panel-fa .inner-fa .block-example .list-example-images .item-example .text-img-example {
    padding: 12px;
  }
}
.top-fa .panel-fa .inner-fa .area-datalist {
  padding: 43px 60px;
}
.top-fa .panel-fa .inner-fa .area-datalist .list-dataupload > li {
  font-size: 1.4rem;
  line-height: 1.35;
}
.top-fa .panel-fa .inner-fa .area-datalist .list-dataupload > li + li {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-datalist {
    padding: 15px;
  }
  .top-fa .panel-fa .inner-fa .area-datalist .list-dataupload > li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top-fa .panel-fa .inner-fa .area-datalist .list-dataupload > li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.top-fa .panel-fa .inner-fa .area-separate {
  position: relative;
  overflow: hidden;
}
.top-fa .panel-fa .inner-fa .area-separate .block {
  box-sizing: border-box;
}
.top-fa .panel-fa .inner-fa .area-separate .block.block-description {
  width: 58%;
  float: left;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate .block.block-description {
    width: 100%;
  }
  .top-fa .panel-fa .inner-fa .area-separate .block.block-description .text-description {
    margin-top: 30px;
    line-height: 1.6;
  }
  .top-fa .panel-fa .inner-fa .area-separate .block.block-description .text-description br {
    display: none;
  }
}
.top-fa .panel-fa .inner-fa .area-separate .block.block-image {
  width: 35%;
  float: right;
  margin-left: 7%;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate .block.block-image {
    width: 100%;
    margin-left: 0;
  }
}
.top-fa .panel-fa .inner-fa .area-separate .block.block-image .text-image-caption {
  margin-top: 7px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: left;
}
.top-fa .panel-fa .inner-fa .area-separate .block .title-sub {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate .block .title-sub {
    text-align: center;
  }
}
.top-fa .panel-fa .inner-fa .area-separate .block .group-imgaes {
  margin: auto;
}
.top-fa .panel-fa .inner-fa .area-separate .block .group-imgaes li {
  display: block;
}
.top-fa .panel-fa .inner-fa .area-separate .block .group-imgaes li + li {
  margin-top: 40px;
}
.top-fa .panel-fa .inner-fa .area-separate .block .group-imgaes li .image-fig {
  width: 200px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate .block .group-imgaes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .top-fa .panel-fa .inner-fa .area-separate .block .group-imgaes li {
    width: 50%;
  }
  .top-fa .panel-fa .inner-fa .area-separate .block .group-imgaes li + li {
    margin-top: 0;
  }
  .top-fa .panel-fa .inner-fa .area-separate .block .group-imgaes li .image-fig {
    width: 100%;
  }
}
.top-fa .panel-fa .inner-fa .area-separate.image-wide .block-description {
  width: 44%;
}
.top-fa .panel-fa .inner-fa .area-separate.image-wide .block-image {
  width: 49%;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate.image-wide .block-description {
    width: 100%;
  }
  .top-fa .panel-fa .inner-fa .area-separate.image-wide .block-image {
    width: 100%;
  }
}
.top-fa .panel-fa .inner-fa .area-separate.area-download {
  display: table;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate.area-download {
    display: block;
    background: transparent;
  }
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-description {
  float: none;
  display: table-cell;
  width: 56%;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate.area-download .block-description {
    display: block;
    width: 100%;
    padding: 0;
  }
  .top-fa .panel-fa .inner-fa .area-separate.area-download .block-description:first-child {
    padding: 0;
  }
  .top-fa .panel-fa .inner-fa .area-separate.area-download .block-description:last-child {
    padding: 0;
  }
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-description .title-sub {
  margin-bottom: 26px;
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-description .group-buttons {
  margin-top: 30px;
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image {
  float: none;
  display: table-cell;
  width: 44%;
  margin-left: 0;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate.area-download .block-image {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .image-fig {
  padding: 42px 40px;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .image-fig {
    padding: 15px;
  }
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .image-fig .images-document {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .image-fig .images-document li {
  width: 50%;
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .image-fig .images-document li + li {
  margin-left: 33px;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .image-fig .images-document li + li {
    margin-left: 15px;
  }
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .image-fig .images-document .name {
  font-size: 1.1rem;
  color: #000;
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .image-fig .images-document .name .pdf {
  display: inline-block;
  background: #FE0002;
  margin-right: 5px;
  padding: 3px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .list-image-docs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .list-image-docs li {
    padding: 5px;
  }
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .list-image-docs li .name {
  margin-top: 4px;
  font-size: 1.1rem;
  color: #000;
}
.top-fa .panel-fa .inner-fa .area-separate.area-download .block-image .list-image-docs li .pdf {
  display: inline-block;
  background-color: #fe0002;
  color: #FFF;
  height: 17px;
  line-height: 1;
  padding: 0 3px;
  margin-right: 5px;
}
.top-fa .panel-fa .inner-fa .area-newarrivals .title-sub {
  margin-bottom: 56px;
  letter-spacing: -0.05em;
}
.top-fa .panel-fa .inner-fa .area-newarrivals .notice li {
  float: left;
  width: 48%;
  min-height: 60px;
  margin-bottom: 35px;
  box-sizing: border-box;
  position: relative;
}
.top-fa .panel-fa .inner-fa .area-newarrivals .notice li a {
  color: #000;
  transition: opacity 0.2s;
}
.top-fa .panel-fa .inner-fa .area-newarrivals .notice li a:hover {
  opacity: 0.6;
}
.top-fa .panel-fa .inner-fa .area-newarrivals .notice li a .photo {
  width: 100px;
  min-width: 100px;
  height: 57px;
  margin-right: 5%;
  float: left;
  background-size: cover;
}
.top-fa .panel-fa .inner-fa .area-newarrivals .notice li h3 {
  font-size: 1.4rem;
  line-height: 1.71;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top-fa .panel-fa .inner-fa .area-newarrivals .notice li h3 .nameLabel {
  font-size: 1.2rem;
  display: block;
}
.top-fa .panel-fa .inner-fa .area-newarrivals .notice li:nth-child(even) {
  margin-left: 4%;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .area-newarrivals .notice li {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-fa .panel-fa .inner-fa .area-newarrivals .notice li:nth-child(even) {
    margin-left: 0;
  }
}
.top-fa .panel-fa .inner-fa .group-buttons {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .inner-fa .group-buttons {
    margin-top: 30px;
  }
  .top-fa .panel-fa .inner-fa .group-buttons .button + .button {
    margin-top: 15px;
  }
}
.top-fa .panel-fa .parts-fa01 {
  z-index: 1;
  position: absolute;
  bottom: -110px;
  left: -60px;
  display: block;
  width: 292px;
  height: 365px;
  background: url(../img/top/fa_object_01.png) 0 0 no-repeat;
  background-size: 292px auto;
  transition: 0.7s;
  opacity: 0;
}
.top-fa .panel-fa .parts-fa01.fi_left_bottom {
  bottom: -80px;
  left: -30px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .parts-fa01 {
    width: 117px;
    height: 147px;
    background-size: 117px auto;
    top: 135px;
    left: -25px;
  }
  .top-fa .panel-fa .parts-fa01.fi_left_bottom {
    top: 120px;
    left: -10px;
  }
}
.top-fa .panel-fa .parts-fa02 {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  right: -130px;
  display: block;
  width: 424px;
  height: 260px;
  background: url(../img/top/fa_object_02.png) 0 0 no-repeat;
  background-size: 424px auto;
  transition: 0.7s;
  opacity: 0;
}
.top-fa .panel-fa .parts-fa02.fi_right_bottom {
  bottom: 40px;
  right: -100px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .top-fa .panel-fa .parts-fa02 {
    width: 170px;
    height: 104px;
    background-size: 170px auto;
    top: 145px;
    right: -70px;
  }
  .top-fa .panel-fa .parts-fa02.fi_right_bottom {
    top: 130px;
    right: -55px;
  }
}
.top-fa .section-download {
  background: #00918c;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .top-fa .section-voice .panel.panel-fa {
    display: block;
    padding: 0;
  }
}
.top-fa .title-service {
  font-size: 20px;
}
.top-fa .title-service span {
  text-align: left;
  color: #00918c;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}
.top-fa .title-service span.comingsoon:after {
  content: "COMING SOON";
  display: inline-block;
  font-family: Arial;
  font-size: 12px;
  color: #E06464;
  border: 1px solid #E06464;
  width: 110px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -120px;
  margin-top: -11px;
}
@media screen and (max-width: 900px) {
  .top-fa .title-service {
    font-size: 16px;
    text-align: center;
  }
}

.tooltip-contents {
  display: none;
}

.top-fa .block-example .item-example.tooltip, .top-rp .block-example .item-example.tooltip, .top-mold .block-example .item-example.tooltip {
  position: relative;
}
.top-fa .block-example .item-example.tooltip:hover .tooltip-contents, .top-rp .block-example .item-example.tooltip:hover .tooltip-contents, .top-mold .block-example .item-example.tooltip:hover .tooltip-contents {
  visibility: visible;
  opacity: 1;
}
.top-fa .block-example .item-example.tooltip .tooltip-contents, .top-rp .block-example .item-example.tooltip .tooltip-contents, .top-mold .block-example .item-example.tooltip .tooltip-contents {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  display: block;
  width: 240px;
  padding: 5px;
  transform: translateX(-50%);
  background-color: #262626;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  box-sizing: border-box;
  z-index: 6;
  font-size: 1.4rem;
  text-align: center;
}
.top-fa .block-example .item-example.tooltip .tooltip-contents:before, .top-rp .block-example .item-example.tooltip .tooltip-contents:before, .top-mold .block-example .item-example.tooltip .tooltip-contents:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #262626;
  margin-top: -23px;
}
@media screen and (max-width: 900px) {
  .top-fa .block-example .item-example.tooltip .tooltip-contents, .top-rp .block-example .item-example.tooltip .tooltip-contents, .top-mold .block-example .item-example.tooltip .tooltip-contents {
    display: none;
  }
}

.panel {
  width: 100vw;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.4rem;
  line-height: 1.71;
}
.panel.eachTopPanel {
  min-height: auto;
  padding: 110px 0 290px;
}
.panel .area-slide {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .panel .area-slide {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}
.panel .area-slide .inner {
  display: block;
  margin: 0 auto;
  width: 70vw;
  max-width: 1440px;
}
.panel .area-slide .inner.slider {
  position: relative;
  overflow: hidden;
}
.panel .area-slide .inner.slider:before, .panel .area-slide .inner.slider:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 50px;
  height: 47px;
  border-left: 2px solid #000;
  box-sizing: border-box;
}
.panel .area-slide .inner.slider:before {
  top: 0;
  border-top: 2px solid #000;
}
.panel .area-slide .inner.slider:after {
  bottom: 0;
  border-bottom: 2px solid #000;
}
.panel .area-slide .inner.slider .wrapper-slider {
  width: 300vw;
  position: relative;
  will-change: transform;
  animation: slider 5s infinite;
}
.panel .area-slide .inner.slider .wrapper-slider .item-slide {
  position: relative;
  width: 70vw;
  max-width: 1440px;
  padding: 47px 50px;
  float: left;
  box-sizing: border-box;
  font-size: 3.3rem;
  line-height: 1.45;
}
.panel .area-slide .inner.slider .wrapper-slider .item-slide:before, .panel .area-slide .inner.slider .wrapper-slider .item-slide:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  height: 47px;
  border-right: 2px solid #000;
  box-sizing: border-box;
}
.panel .area-slide .inner.slider .wrapper-slider .item-slide:before {
  top: 0;
  border-top: 2px solid #000;
}
.panel .area-slide .inner.slider .wrapper-slider .item-slide:after {
  bottom: 0;
  border-bottom: 2px solid #000;
}
.panel .area-slide .inner.slider .wrapper-slider .item-slide p {
  display: block;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .panel .area-slide .inner.slider .wrapper-slider .item-slide p br {
    display: none;
  }
}
.panel .area-slide .inner.slider .wrapper-slider .item-slide span {
  display: block;
  vertical-align: bottom;
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.55;
}
.panel .area-slide .inner.slider .wrapper-slider .item-slide span em {
  font-style: normal;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .panel .area-slide .inner {
    width: 100%;
  }
  .panel .area-slide .inner.slider {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding: 0;
  }
  .panel .area-slide .inner.slider:before, .panel .area-slide .inner.slider:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 25px;
    height: 24px;
    border-left: 1px solid #000;
  }
  .panel .area-slide .inner.slider:before {
    top: 0;
    border-top: 1px solid #000;
  }
  .panel .area-slide .inner.slider:after {
    bottom: 0;
    border-bottom: 1px solid #000;
  }
  .panel .area-slide .inner.slider .wrapper-slider {
    width: 100%;
    position: relative;
    will-change: transform;
    animation: none;
  }
  .panel .area-slide .inner.slider .wrapper-slider .item-slide {
    position: relative;
    width: 100%;
    padding: 24px;
    min-height: auto;
    float: none;
    font-size: 2rem;
  }
  .panel .area-slide .inner.slider .wrapper-slider .item-slide:before, .panel .area-slide .inner.slider .wrapper-slider .item-slide:after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 25px;
    height: 24px;
    border-right: 1px solid #000;
  }
  .panel .area-slide .inner.slider .wrapper-slider .item-slide:before {
    top: 0;
    border-top: 1px solid #000;
  }
  .panel .area-slide .inner.slider .wrapper-slider .item-slide:after {
    bottom: 0;
    border-bottom: 1px solid #000;
  }
  .panel .area-slide .inner.slider .wrapper-slider .item-slide p {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .panel .area-slide .inner.slider .wrapper-slider .item-slide p br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .panel .area-slide .inner.slider .wrapper-slider .item-slide span {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    margin-top: 30px;
    vertical-align: bottom;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.21;
  }
  .panel .area-slide .inner.slider .wrapper-slider .item-slide span em {
    font-style: normal;
    display: block;
  }
}

.nav {
  display: block;
  z-index: 2;
  width: 160px;
  position: fixed;
  top: 110px;
  left: 30px;
  font-size: 1.2rem;
}
.nav .navBlock .navItem {
  position: relative;
  padding-bottom: 20px;
  line-height: 1;
  padding-left: 18px;
}
.nav .navBlock .navItem a {
  color: #000;
  opacity: .4;
}
.nav .navBlock .navItem:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 2px;
  background: #000;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  transition: all .2s;
}
.nav .navBlock .navItem.active {
  color: #000;
  opacity: 1;
  font-weight: bold;
  pointer-events: none;
}
.nav .navBlock .navItem.active a {
  opacity: 1;
}
.nav .navBlock .navItem.active:before {
  height: 8px !important;
  width: 8px !important;
  top: 2px !important;
  left: 2px !important;
}
.nav .navBlock .navBtn {
  padding-bottom: 22px;
}
.nav .navBlock .navBtn .start {
  width: 140px;
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #000;
}
.nav .navBlock .navBtn .start a {
  display: block;
  color: #000;
  width: 140px;
  height: 26px;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 2.36;
}
.nav .navBlock .navBtn .start a:hover {
  color: #fff;
  opacity: 1;
}
.nav .navBlock .navBtn .start .actionBgWhite {
  width: 140px;
  height: 26px;
  position: absolute;
  z-index: 1;
  left: -140px;
  background: #000;
  transition: all .1s ease;
}
.nav .navBlock .navBtn .start:hover .actionBgWhite {
  left: 0;
}
.nav .navBlock .tel {
  width: 144px;
  line-height: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1rem;
  padding: 16px 8px;
}
.nav .navBlock .tel .telNumber {
  padding-top: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.nav.white {
  color: #fff;
}
.nav.white .navItem a {
  color: #fff;
}
.nav.white .navItem.active {
  color: #fff;
}
.nav.white .navItem.active:before {
  background: #fff;
}
.nav.white .navItem:before {
  background: #fff;
}
.nav.white .tel {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.fp-viewing-0 .viewing00 {
  color: #000;
  opacity: 1;
  font-weight: bold;
  pointer-events: none;
}
.fp-viewing-0 .viewing00:before {
  height: 8px !important;
  width: 8px !important;
  top: 2px !important;
  left: 2px !important;
}

.downloadBtn {
  width: 280px;
}
.downloadBtn.defaultDownload {
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  border-radius: 3px;
  background: #ddd;
}
.downloadBtn.defaultDownload a {
  position: relative;
  display: block;
  width: 280px;
  height: 52px;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 2;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 2.1rem;
  line-height: 2.47;
  text-align: center;
}
.downloadBtn.defaultDownload a:hover {
  color: #fff;
  opacity: 1;
}
.downloadBtn.defaultDownload .actionMiddleBlack {
  border-radius: 3px;
  width: 280px;
  height: 52px;
  position: absolute;
  z-index: 1;
  left: -280px;
  background: #000;
  transition: all .1s ease;
}
.downloadBtn.defaultDownload:hover .actionMiddleBlack {
  left: 0;
}
.downloadBtn.defaultDownload + .middleBtn.defaultMoldBtn {
  margin-left: 20px;
}

.top, .top-fa, .top-rp, .top-mold {
  color: #000;
}
.top #btnUp, .top-fa #btnUp, .top-rp #btnUp, .top-mold #btnUp {
  display: block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  bottom: 27px;
  right: 50px;
  border-radius: 50%;
  background: #fff url(../img/top/scroll.png) no-repeat;
  position: fixed;
  z-index: 999;
  display: none;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.3);
  background-position: 50% 50%;
  display: none;
}
.top #btnUp:hover, .top-fa #btnUp:hover, .top-rp #btnUp:hover, .top-mold #btnUp:hover {
  background: #000;
  opacity: 1;
}
.top #btnUp .scrollArrow, .top-fa #btnUp .scrollArrow, .top-rp #btnUp .scrollArrow, .top-mold #btnUp .scrollArrow {
  background: url(../img/top/scroll.png) no-repeat;
  background-position: 50%;
  display: block;
  width: 66px;
  height: 66px;
}
.top #btnUp:hover .scrollArrow, .top-fa #btnUp:hover .scrollArrow, .top-rp #btnUp:hover .scrollArrow, .top-mold #btnUp:hover .scrollArrow {
  background: url(../img/top/scroll_w.png) no-repeat;
  background-position: 50%;
  display: block;
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 900px) {
  .top #btnUp, .top-fa #btnUp, .top-rp #btnUp, .top-mold #btnUp {
    width: 44px;
    height: 44px;
    bottom: 24px;
    right: 24px;
  }
  .top #btnUp .scrollArrow, .top-fa #btnUp .scrollArrow, .top-rp #btnUp .scrollArrow, .top-mold #btnUp .scrollArrow {
    background: url(../img/top/scroll.png) no-repeat;
    background-position: 50%;
    display: block;
    width: 44px;
    height: 44px;
  }
  .top #btnUp:hover .scrollArrow, .top-fa #btnUp:hover .scrollArrow, .top-rp #btnUp:hover .scrollArrow, .top-mold #btnUp:hover .scrollArrow {
    background: url(../img/top/scroll_w.png) no-repeat;
    background-position: 50%;
    display: block;
    width: 44px;
    height: 44px;
  }
}
.top #btnDown, .top-fa #btnDown, .top-rp #btnDown, .top-mold #btnDown {
  display: block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  bottom: 27px;
  right: 50px;
  background: #fff;
  position: fixed;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.3);
}
.top #btnDown:hover, .top-fa #btnDown:hover, .top-rp #btnDown:hover, .top-mold #btnDown:hover {
  background: #000;
  opacity: 1;
}
.top #btnDown .scrollArrow, .top-fa #btnDown .scrollArrow, .top-rp #btnDown .scrollArrow, .top-mold #btnDown .scrollArrow {
  background: url(../img/top/scroll.png) no-repeat;
  background-position: 50%;
  display: block;
  width: 66px;
  height: 66px;
  transform: rotate(180deg);
}
.top #btnDown:hover .scrollArrow, .top-fa #btnDown:hover .scrollArrow, .top-rp #btnDown:hover .scrollArrow, .top-mold #btnDown:hover .scrollArrow {
  background: url(../img/top/scroll_w.png) no-repeat;
  background-position: 50%;
  display: block;
  width: 66px;
  height: 66px;
  transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .top #btnDown, .top-fa #btnDown, .top-rp #btnDown, .top-mold #btnDown {
    display: none;
    width: 44px;
    height: 44px;
    bottom: 24px;
    right: 24px;
  }
  .top #btnDown .scrollArrow, .top-fa #btnDown .scrollArrow, .top-rp #btnDown .scrollArrow, .top-mold #btnDown .scrollArrow {
    background: url(../img/top/scroll.png) no-repeat;
    background-position: 50%;
    display: block;
    width: 44px;
    height: 44px;
    transform: rotate(180deg);
  }
  .top #btnDown:hover .scrollArrow, .top-fa #btnDown:hover .scrollArrow, .top-rp #btnDown:hover .scrollArrow, .top-mold #btnDown:hover .scrollArrow {
    background: url(../img/top/scroll_w.png) no-repeat;
    background-position: 50%;
    display: block;
    width: 44px;
    height: 44px;
    transform: rotate(180deg);
  }
}

.page-rp #header, .page-mold #header {
  background: transparent !important;
  border-bottom: none;
}

.page-rp #header #nav .navList > li a {
  color: #000;
}
.page-rp #header #nav .navList > li.drop > a:after {
  border-top-color: #000;
}
.page-rp #header #nav .navList > li.blog a:after, .page-rp #header #nav .navList > li.outlink a:after {
  background: url(../../pres/img/icon_newtab_b.png) no-repeat;
}
.page-rp #header .logo.white {
  display: none;
}
.page-rp #header .logo.color {
  display: block;
}
.page-rp #header #nav-toggle div span {
  background: #000;
}
.page-rp #header #nav-toggle.open div span {
  background: #000;
}

.page-mold #header #nav .navList > li a {
  color: #fff !important;
}
@media screen and (max-width: 900px) {
  .page-mold #header #nav .navList > li a {
    color: #4c4c4c !important;
  }
}
.page-mold #header #nav .navList > li.drop > a:after {
  border-top-color: #fff !important;
}
.page-mold #header #nav .navList > li.blog a:after, .page-mold #header #nav .navList > li.outlink a:after {
  background: url(../../pres/img/icon_newtab_w.png) no-repeat !important;
}
.page-mold #header .logo.white {
  display: block;
}
.page-mold #header .logo.color {
  display: none;
}
.page-mold #header .logoSub.white {
  display: block;
}
.page-mold #header .logoSub.color {
  display: none;
}
.page-mold #header #nav-toggle div span {
  background: #fff !important;
}
.page-mold #header #nav-toggle.open div span {
  background: #666 !important;
}











@media screen and (max-width: 900px) {
  #top #footer { min-width: auto; height: auto; padding: 30px;}
		#top #footer .inner { display: block;}
		#top #footer .inner > div { font-size: 12px; line-height: 1.33;}
		#top #footer .inner > div.boxAsk { border-left: none; border-bottom: 1px solid #d9d9d9; margin-top: 25px; padding-bottom: 20px;}
		#top #footer .inner > div.boxAsk.boxAsk01 { margin-top: 0; border-top:none;}
		#footer .inner > div.boxAsk .txt {	margin-bottom: 5px;	font-size: 13px;}
		#footer .inner > div.boxAsk .txt:first-child {	font-size: 17px;}
		#top #footer .inner > div.boxAsk .tel { margin-bottom: 2px; font-size: 18px;}
		#top #footer .inner > div.boxAsk .tel a { pointer-events: auto;}
		#footer .inner > div.boxAsk .email { font-size: 18px;}
		#top #footer .inner > div.boxLink { padding-top: 20px; border: none; text-align: center;}
}

#top #footer .inner .outlink {
  display: inline-block;
}
#top #footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
@media screen and (max-width: 900px) {
  #top #footer .copyright {
    border: none;
    margin-top: 55px;
    padding: 0;
  }
}










#top #header {
  transition: background .2s ease-in-out;
}
@media screen and (max-width: 900px) {
  #top #header {
    height: 35px;
  }
}
@media screen and (max-width: 900px) {
  #top #header .logo {
    width: 100px;
    top: 7px;
    left: 8px;
  }
  #top #header .logo img {
    width: 100px;
  }
}
@media screen and (max-width: 900px) {
  #top #header .logoSub {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #top #header #headInner {
    min-width: initial;
    min-width: auto;
  }
}
@media screen and (max-width: 900px) {
  #top #header #headInner #nav-toggle {
    display: block;
  }
  #top #header #headInner #nav-toggle div {
    position: relative;
  }
  #top #header #headInner #nav-toggle div span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    left: 0;
    transition: .3s ease-in-out;
  }
  #top #header #headInner #nav-toggle div span:nth-child(1) {
    top: 0;
  }
  #top #header #headInner #nav-toggle div span:nth-child(2) {
    top: 8px;
  }
  #top #header #headInner #nav-toggle div span:nth-child(3) {
    top: 16px;
  }
  #top #header #headInner #nav-toggle.open span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
  }
  #top #header #headInner #nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #top #header #headInner #nav-toggle.open span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 900px) {
  #top #header #nav.nav-sp {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100%;
    margin-top: 0;
    padding-left: 0;
    top: 0;
    right: 0;
    transition: all .3s ease-in-out;
    transform: translateX(100vw);
    background: #000;
    overflow-y: scroll;
  }
  #top #header #nav.nav-sp.is-visible {
    transform: translateX(0);
  }
  #top #header #nav.nav-sp .serviceList {
    display: block;
    position: static;
  }
  #top #header #nav.nav-sp .serviceList li {
    position: relative;
    border-bottom: 1px solid #666;
  }
  #top #header #nav.nav-sp .serviceList li a {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 15px 15px 15px 21px;
    font-weight: bold;
  }
  #top #header #nav.nav-sp .serviceList li a:before {
    height: 100%;
    width: 6px;
    top: 0;
    transform: scale(1, 1);
  }
  #top #header #nav.nav-sp .serviceList li a .menuSecond {
    visibility: visible;
    opacity: 1;
    position: static;
    margin-left: auto;
    width: auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: normal;
  }
  #top #header #nav.nav-sp .navList {
    display: block;
    position: static;
  }
  #top #header #nav.nav-sp .navList > li {
    position: relative;
    margin: 0;
  }
  #top #header #nav.nav-sp .navList > li > a {
    width: auto;
    height: auto;
    margin: 6px 0;
    padding: 10px;
    text-align: center;
  }
  #top #header #nav.nav-sp .navList > li > a:before {
    content: none;
  }
  #top #header #nav.nav-sp .navList > li.blog a, #top #header #nav.nav-sp .navList > li.loginBtn a {
    pointer-events: auto;
  }
  #top #header #nav.nav-sp .navList > li .menuSecond {
    visibility: visible;
    opacity: 1;
    position: static;
    margin-left: auto;
    width: auto;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    display: block;
  }
  #top #header #nav.nav-sp .navList > li .menuSecond:after {
    content: none;
  }
  #top #header #nav.nav-sp .navList > li .menuSecond .link {
    width: auto;
    padding: 30px;
    margin: 1px;
    background-color: white;
  }
  #top #header #nav.nav-sp .navList > li .menuSecond .link .service {
    font-size: 14px;
    font-weight: bold;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
    text-align: left;
    padding-left: 8px;
    border-left: 6px solid #000;
  }
  #top #header #nav.nav-sp .navList > li .menuSecond .link li {
    margin-top: 10px;
  }
  #top #header #nav.nav-sp .navList > li .menuSecond .link li a {
    text-decoration: underline;
  }
  #top #header #nav.nav-sp .navList > li .menuSecond .link li a.disable {
    color: #999;
    text-decoration: none;
  }
  #top #header #nav.nav-sp .navList > li .menuSecond li.outlink_b a:after {
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    background: url(../img/icon_newtab_b.png) no-repeat;
    margin-left: 5px;
    vertical-align: text-top;
  }
  #top #header #nav.nav-sp .navList .loginBtn {
    margin: 6px;
  }
  #top #header #nav.nav-sp .navList .loginBtn > a span {
    width: auto;
    height: 40px;
    line-height: 40px;
  }
  #top #header #nav.nav-sp .navList .loginBtn > a.user_name {
    border-top: 1px solid #999;
    margin-top: 15px;
    padding-top: 15px;
  }
  #top #header #nav.nav-sp .navList .loginBtn > a.user_name span {
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    width: auto;
    height: auto;
    line-height: auto;
    padding: 0 15px;
    line-height: 1;
  }
  #top #header #nav.nav-sp .navList .loginBtn .menuSecond .link {
    margin: 0;
    background: rgba(0, 0, 0, 0);
    padding: 0 15px 15px;
  }
  #top #header #nav.nav-sp .navList .loginBtn .menuSecond .link .service {
    display: none;
  }
  #top #header #nav.nav-sp .navList .loginBtn .menuSecond .link a {
    color: #fff;
  }
}

.ani_fi_fixed {
  opacity: 0 !important;
  position: relative;
  padding-top: 30px !important;
}

.ani_fi_bottom {
  opacity: 0 !important;
  position: relative;
  padding-top: 30px !important;
}

@media screen and (max-width: 900px) {
  .ani_fi_fixed, .ani_fi_bottom {
    position: relative;
    transition: none !important;
    opacity: 1 !important;
    padding-top: 0 !important;
  }
}

.ani_025s {
  transition: all .25s;
}

.ani_05s {
  transition: all .5s;
}

.ani_075s {
  transition: all .75s;
}

.ani_1s {
  transition: all 1s;
}

.ani_2s {
  transition: all 2s;
}

.ani_3s {
  transition: all 3s;
}

.js-loading {
  height: 285px;
  overflow: hidden;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.loader {
  margin: 60px auto 0;
  font-size: 1rem;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(235, 235, 235, 0.2);
  border-right: 0.8em solid rgba(235, 235, 235, 0.2);
  border-bottom: 0.8em solid rgba(235, 235, 235, 0.2);
  border-left: 0.8em solid #ebebeb;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}
@media screen and (max-width: 900px) {
  .fp-slidesContainer {
    width: 100% !important;
  }
  .fp-slidesContainer .fp-slide {
    width: 100% !important;
  }
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 2;
  bottom: 50%;
  margin-bottom: -32px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  width: 64px;
  height: 64px;
  background-color: rgba(242, 242, 242, 0.5);
  box-sizing: border-box;
  overflow: hidden;
}
.fp-controlArrow:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left .1s;
}
.fp-controlArrow:after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("../img/top/ico_slider_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 64px auto;
  position: relative;
  z-index: 1;
}
.fp-controlArrow:hover:after {
  background-position: 0 -64px;
}
.fp-controlArrow:hover:before {
  left: 0;
}
@media screen and (max-width: 900px) {
  .fp-controlArrow {
    display: none;
  }
}

.fp-controlArrow.fp-prev {
  left: 95px;
}

.fp-controlArrow.fp-next {
  right: 95px;
  transform: rotate(180deg);
}

.serveceTopSlider .fp-controlArrow.fp-prev {
  left: 0px;
  bottom: 55px;
  z-index: 5;
}
.serveceTopSlider .fp-controlArrow.fp-next {
  right: 0px;
  bottom: 55px;
  z-index: 5;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
@media screen and (max-width: 900px) {
  .fp-slidesNav {
    display: none;
  }
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  padding: 0;
  text-align: center;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 8px;
  width: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 100%;
  opacity: 1;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 3px;
  width: 3px;
  border: 0;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -1.5px 0 0 -1.5px;
  transition: all 0.1s ease-in-out;
  opacity: 0.3;
}

#fp-nav.white ul li a span,
.fp-slidesNav.white ul li a span {
  background: #fff;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 1.4rem;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.topOhv {
  overflow: visible !important;
}

.configBg {
  background: #f2f2f2;
}

.centeringBlock.config {
  clear: both;
}

.centeringBlock.config {
  clear: both;
}

.config_sideMenu {
  float: left;
  width: 230px;
  padding: 0;
  position: fixed;
  top: 110px;
}

.config_sideMenu_wrapper {
  background: #004098;
  width: 230px;
  border-radius: 3px;
  padding: 25px 0 !important;
}

.config_sideMenu li a {
  display: block;
  padding: 5px 30px;
  color: #FFF;
}
.config_sideMenu li a.has_child:hover {
  opacity: 1;
  cursor: default;
}

.config_sideMenu li li a {
  padding: 5px 30px 5px 45px;
}

.config_sideMenu a.active {
  background: #4070b2;
}

.config_main {
  display: none;
  float: right;
  width: 952px;
  text-align: left;
}

.config_main .title {
  font-size: 18px;
  font-weight: normal;
  border-left: #d9d9d9 2px solid;
  padding: 0 0 0 10px;
  margin-top: 30px;
}

.config_main .config_formBox {
  background: #fff;
  margin: 30px 0;
}
.config_main .config_formBox + div {
  margin-bottom: 50px;
}

.config_formBox .formBoxInner01 {
  border-bottom: #d9d9d9 solid 1px;
  padding: 10px 20px;
  display: table;
  width: 912px;
  position: relative;
}
.config_formBox .formBoxInner01 .tgl-btn {
  display: block;
  position: absolute !important;
  right: 20px;
  top: 30px;
}
.config_formBox .formBoxInner01:last-child {
  border-bottom: none;
}

.config_formBox .formBoxInner01 h3 {
  font-weight: bold;
  display: table-cell;
  width: 180px;
  padding: 0 20px 0 0;
  vertical-align: top;
}

.config_formBox div.formBoxInner02 {
  vertical-align: top;
  padding-right: 0px;
}
.config_formBox div.formBoxInner02.accordion {
  display: none;
}
.config_formBox div.formBoxInner02 .margin15 {
  margin-top: 15px;
}
.config_formBox div.formBoxInner02 .customSelect {
  width: 390px;
}
.config_formBox div.formBoxInner02 label.checkRadio01 {
  margin-right: 15px;
}
.config_formBox div.formBoxInner02 label.checkRadio01 img {
  margin-left: 10px;
}
.config_formBox div.formBoxInner02 .textRed {
  color: #ff6666;
}
.config_formBox div.formBoxInner02 select {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 5px;
  font-size: 12px;
}
.config_formBox div.formBoxInner02 input.text {
  width: 390px;
  padding: 0 7px;
  height: 32px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  resize: none;
}
.config_formBox div.formBoxInner02 .customSelect {
  height: 32px;
}
.config_formBox div.formBoxInner02 input.button {
  padding: 0 7px;
  height: 32px;
  vertical-align: middle;
  resize: none;
  margin-left: 10px;
}
.config_formBox div.formBoxInner02 h4 {
  margin-bottom: 15px;
}
.config_formBox div.formBoxInner02 textarea {
  width: 390px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.config_formBox div.formBoxInner02 .table06 {
  margin-top: 0;
}
.config_formBox div.formBoxInner02 .table06 th {
  text-align: center;
  width: 30%;
}
.config_formBox div.formBoxInner02 .table06 td.gray {
  background: #f7f7f7;
}

.pc-side-nav-fixed {
  top: 2%;
  left: 68%;
  width: 18%;
  position: fixed;
}

.config_formBox div.formBoxInner03 {
  display: table-cell;
  width: 310px;
  text-align: right;
  vertical-align: top;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #c6c6c6;
  border-radius: 2em;
  box-sizing: border-box;
  padding: 2px;
  transition: all .1s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #f1f1f1;
  transition: all .1s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #bbd0ee;
}
.tgl-light:checked + .tgl-btn:after {
  background: #2b6ac2;
}
.tgl-light:checked:checked + .tgl-btn + div {
  display: table-cell;
}
.tgl-light:checked:checked + .tgl-btn + div + div {
  display: table-cell;
}

.config_main .btnCenter {
  text-align: center;
}

/* user_setting */
.config_formBox .formBoxInner01 h2 {
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  width: 180px;
  padding: 0 20px 0 0;
  vertical-align: top;
}

.user_setting_main {
  display: none;
  width: 952px;
  text-align: left;
  display: inline-block;
  margin: auto;
}

.user_setting_main .heading01 {
  font-size: 26px;
}

.user_setting_main .title {
  font-size: 18px;
  font-weight: normal;
  border-left: #d9d9d9 2px solid;
  padding: 0 0 0 10px;
  margin-top: 30px;
}

.user_setting_main .config_formBox {
  background: #fff;
  margin: 10px 0 30px 0;
}
.user_setting_main .config_formBox + div {
  margin-bottom: 50px;
}

.user_setting_main .btnCenter {
  text-align: center;
}

/* user_setting_inner */
.user_setting_inner {
  clear: both;
  width: 100%;
  margin: 5px 0 5px 0;
}
.user_setting_inner th, .user_setting_inner td {
  border: none;
  padding: 8px;
}
.user_setting_inner h2.subtitle {
  width: 952px;
}

/* user_setting_block */
.user_setting_block {
  clear: both;
  width: 952px;
  margin: 0 auto;
  position: relative;
}

input[type=checkbox] + .check_user_setting {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  vertical-align: middle;
  margin: -2px 8px 0;
  transform: scale(1.5, 1.5);
}

input[type=checkbox]:checked + .check_user_setting:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 10px;
  overflow: hidden;
  border-right: #40ca57 2px solid;
  border-bottom: #40ca57 2px solid;
  transform: rotate(45deg);
}

input[type=checkbox]:indeterminate + .check_user_setting:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 12px;
  height: 2px;
  background-color: #40CA57;
  margin-top: -1px;
  transform: scale(1.5, 1.5);
}

/* -------------------------------------
 * theedview
------------------------------------- */
#theedView {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-color: #FFF;
}

/* -------------------------------------
 * layout
------------------------------------- */
#theedView3D {
  position: absolute;
  height: calc(100% - 141px);
  top: 41px;
  left: 0;
  transition: width .25s;
}

#theedViewList {
  position: absolute;
  height: calc(100% - 141px);
  width: 250px;
  top: 41px;
  transition: right .25s;
  margin-right: -10px;
}

#theedViewDetail {
  position: absolute;
  height: calc(100% - 141px);
  top: 41px;
  right: 0;
  transition: width .25s;
}

#theedViewTotal {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.innerTheedMenu {
  transition: width .25s;
}

.layoutA #theedView3D, .layoutA .innerTheedMenu {
  width: calc(100% - 570px);
  min-width: 710px;
}
.layoutA #theedViewList {
  right: 330px;
  padding-bottom: 72px;
}
.layoutA #theedViewDetail {
  width: 330px;
}
.layoutA #theedViewDetail .innerScroll .btn {
  width: 329px;
}

.layoutB #theedView3D, .layoutB .innerTheedMenu {
  width: calc(100% - 815px);
  min-width: 465px;
}
.layoutB #theedViewList {
  right: 575px;
}
.layoutB #theedViewDetail {
  width: 575px;
}
.layoutB #theedViewDetail .innerScroll .btn {
  width: 575px;
}

/* -------------------------------------
 * theedView3D
------------------------------------- */
#theedView3D {
  background-color: #fff;
}

/* -------------------------------------
 * theedViewList
------------------------------------- */
#theedViewList {
  background-color: #F5F5F5;
  box-sizing: border-box;
  overflow-y: none;
  box-shadow: 1px 0 0 #ccc inset;
}
#theedViewList .lstParts {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: none;
  width: 240px;
  box-sizing: border-box;
  position: relative;
}
#theedViewList .lstParts.is-current {
  position: relative;
  z-index: 2;
}
#theedViewList .lstParts.is-current:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: solid 2px #FFCC00;
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
#theedViewList .lstParts.is-current:after {
  content: "";
  display: block;
  background-image: url(../img/ico_3dv_fukidashi.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -12px;
  z-index: 2;
}
#theedViewList .lstParts.is-current li {
  background-color: #FFF9E1;
}
#theedViewList .lstParts.is-current li .inner {
  color: #111;
}
#theedViewList .lstParts dt {
  background-color: #F5F5F5;
  height: 32px;
  line-height: 32px;
  position: relative;
  font-weight: bold;
  padding-left: 27px;
  cursor: pointer;
}
#theedViewList .lstParts dt:hover {
  background-color: #FFF9E1;
}
#theedViewList .lstParts dt .quantity {
  position: absolute;
  top: 0px;
  right: 10px;
}
#theedViewList .lstParts dt a {
  display: block;
}
#theedViewList .lstParts dd {
  position: relative;
  background-color: #FFF;
}
#theedViewList .lstParts dd.btnToggle {
  width: 28px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 1px;
}
#theedViewList .lstParts dd.btnToggle:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #111111;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -5px;
}
#theedViewList .lstParts dd.btnToggle.is-close:before {
  transform: rotate(90deg);
}
#theedViewList .lstParts dd > ul > li {
  padding: 0 30px 0 20px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
#theedViewList .lstParts dd > ul > li:hover {
  background-color: #FFF9E1;
}
#theedViewList .lstParts dd > ul > li.is-current {
  position: relative;
  background-color: #FFF9E1;
  z-index: 2;
}
#theedViewList .lstParts dd > ul > li.is-current:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: solid 2px #FFCC00;
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
#theedViewList .lstParts dd > ul > li.is-current:after {
  content: "";
  display: block;
  background-image: url(../img/ico_3dv_fukidashi.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -12px;
  z-index: 2;
}
#theedViewList .lstParts dd > ul > li.is-current .inner {
  color: #111;
}
#theedViewList .lstParts dd > ul > li .inner {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #DDDDDD;
  color: #999999;
  line-height: 1;
}
#theedViewList .lstParts dd > ul > li .inner .name {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4054CA;
  text-decoration: underline;
  font-weight: bold;
}
#theedViewList .lstParts dd > ul > li .inner .quantity {
  position: absolute;
  top: 15px;
  right: 0;
}
#theedViewList .lstParts dd > ul > li .inner .price {
  margin-top: 15px;
  padding-left: 20px;
  position: relative;
  color: #AFAFAF;
}
#theedViewList .lstParts dd > ul > li .inner .price:before {
  content: "￥";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  background-color: #AFAFAF;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -2px;
  left: 0;
}
#theedViewList .lstParts dd > ul > li .inner .price.processing {
  color: #37D16F;
}
#theedViewList .lstParts dd > ul > li .inner .price.processing:before {
  background-color: #37D16F !important;
}
#theedViewList .lstParts dd > ul > li .inner .price.error {
  color: #E06464;
}
#theedViewList .lstParts dd > ul > li .inner .price.error:before {
  background-color: #E06464 !important;
}
#theedViewList .lstParts dd > ul > li .inner .price.active {
  color: #4054CA;
}
#theedViewList .lstParts dd > ul > li .inner .price.active:before {
  background-color: #4054CA !important;
}
#theedViewList .lstParts dd > ul > li .inner .shipment {
  position: absolute;
  bottom: 15px;
  right: 0;
}
#theedViewList .lstParts dd > ul > li .inner .message a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
  height: 12px;
  background-image: url(../img/ico_3dv_message.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0 0px;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -6px;
}
#theedViewList .lstParts dd > ul > li .inner .message.noRead a {
  background-position: 0 -12px;
}
#theedViewList .lstParts dd > ul > li .inner .boxError {
  margin-top: 10px;
  font-size: 11px;
  line-height: 15px;
}
#theedViewList .lstParts dd > ul > li .inner .boxCancel {
  margin-top: 10px;
  font-size: 11px;
  line-height: 15px;
}
#theedViewList .lstParts dd > ul > li .inner .lstBtn {
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#theedViewList .lstParts dd > ul > li .inner .lstBtn li {
  margin: 0 2.5px;
}
#theedViewList .lstParts dd > ul > li .inner .lstBtn li a, #theedViewList .lstParts dd > ul > li .inner .lstBtn li span {
  display: inline-block;
  width: 195px;
  height: 28px;
  line-height: 27px;
  background: linear-gradient(#516bfc, #4054ca);
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
#theedViewList .lstParts dd > ul > li .inner .lstBtn li a.disable, #theedViewList .lstParts dd > ul > li .inner .lstBtn li span.disable {
  background-color: #999791 !important;
  background: #999791 !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  color: #4c4c4c !important;
  border-radius: 3px;
  pointer-events: none;
  opacity: 0.5;
}
#theedViewList .lstParts dd > ul > li .inner .lstBtn li.btnColor02 a {
  background: linear-gradient(#ffffff, #f2f2f2);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #4c4c4c;
}
#theedViewList .lstParts dd > ul > li .inner .lstBtnTxt {
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#theedViewList .lstParts dd > ul > li .inner .lstBtnTxt li {
  margin: 0 7.5px;
}
#theedViewList .lstParts dd > ul > li .inner .lstBtnTxt li a, #theedViewList .lstParts dd > ul > li .inner .lstBtnTxt li span {
  font-size: 12px;
  text-decoration: underline;
}
#theedViewList .lstParts dd > ul > li .inner .lstBtnTxt li a.disable, #theedViewList .lstParts dd > ul > li .inner .lstBtnTxt li span.disable {
  text-decoration: none;
  color: #999791;
  pointer-events: none;
  opacity: 0.5;
}
#theedViewList .lstParts dd > ul > li:first-child .inner {
  border-top: none;
}
#theedViewList .lstParts.disable dd > ul > li.is-current .name {
  color: #4054CA;
  text-decoration: underline;
  font-weight: bold;
}
#theedViewList .lstParts.disable dd > ul > li .name {
  color: #808080;
  text-decoration: none;
  font-weight: normal;
}
#theedViewList .lstParts.disable dd > ul > li .name.active {
  color: #4054CA;
  text-decoration: underline;
  font-weight: bold;
}
#theedViewList .lstParts.disable dd > ul > li .price:before {
  background-color: #afafaf !important;
}
#theedViewList .lstParts.clicknone dt {
  pointer-events: none;
}
#theedViewList .lstParts.clicknone dd > ul > li.is-current .name {
  color: #4054CA;
  text-decoration: underline;
  font-weight: bold;
}
#theedViewList .lstParts.clicknone dd > ul > li .name {
  color: #808080;
  text-decoration: none;
  font-weight: normal;
}
#theedViewList .lstParts.clicknone dd > ul > li .name.active {
  color: #4054CA;
  text-decoration: underline;
  font-weight: bold;
}
#theedViewList .lstParts.clicknone dd > ul > li .price:before {
  background-color: #afafaf !important;
}
#theedViewList .lstParts.clicknone dd.js-accordion {
  pointer-events: none;
}
#theedViewList .lstParts.excluded dd > ul > li .name, #theedViewList .lstParts.excluded dd > ul > li .quantity {
  color: #ccc;
  text-decoration: none;
  font-weight: normal;
}

/* -------------------------------------
 * theedViewOption
------------------------------------- */
#theedViewOption {
  position: absolute;
  bottom: 100px;
  right: 330px;
  width: 239px;
}
#theedViewOption .btnOption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #ccc;
  padding: 15px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
#theedViewOption .btnOption li {
  width: 100px;
}
#theedViewOption .btnOption a, #theedViewOption .btnOption span {
  display: block;
  text-align: center;
  border: 1px solid #666666;
  background-color: #FFF;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  color: #111;
}
#theedViewOption .btnOption a.disable, #theedViewOption .btnOption span.disable {
  opacity: 0.25;
  pointer-events: none;
}

/* -------------------------------------
 * theedViewDetail
------------------------------------- */
#theedViewDetail {
  background-color: #fff;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
#theedViewDetail .innerScroll {
  padding: 15px 20px 15px 15px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
#theedViewDetail .boxInputScroll .mCustomScrollBox {
  padding-right: 20px;
  margin-right: -20px;
  max-height: calc(100vh - 263px) !important;
}
#theedViewDetail .titDetail {
  position: relative;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
}
#theedViewDetail .titDetail:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}
#theedViewDetail .titDetail span {
  display: inline-block;
  padding: 0 10px;
  background-color: #FFF;
  position: relative;
}
#theedViewDetail .boxInput {
  position: relative;
  padding-bottom: 15px;
}
#theedViewDetail .boxInput:last-child {
  padding-bottom: 5px;
}
#theedViewDetail .boxInput:after {
  content: "";
  display: block;
  background-color: #4054CA;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 9px;
}
#theedViewDetail .boxInput.noLine:after {
  content: none;
}
#theedViewDetail .boxInput .titForm {
  position: relative;
  height: 21px;
  overflow: hidden;
}
#theedViewDetail .boxInput .titForm:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}
#theedViewDetail .boxInput .titForm p {
  display: inline-block;
  padding-right: 10px;
  background-color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#theedViewDetail .boxInput .titForm span {
  display: inline-block;
  background-color: #4054CA;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  vertical-align: bottom;
  border-radius: 3px;
  color: #FFF;
  margin-right: 5px;
  font-size: 12px;
  font-family: arial;
}
#theedViewDetail .boxInput .titForm a {
  color: #111;
  font-weight: normal;
  text-decoration: underline;
}
#theedViewDetail .boxInput .btnToggle {
  box-shadow: -10px 0 0 #FFF;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#theedViewDetail .boxInput .btnToggle span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 1px solid #666666;
  height: 21px;
  width: 21px;
  border-radius: 3px;
  color: #111;
  position: relative;
  transition: opacity .2s;
  box-sizing: border-box;
}
#theedViewDetail .boxInput .btnToggle span:hover {
  opacity: .5;
}
#theedViewDetail .boxInput .btnToggle span:before {
  content: "";
  display: block;
  height: 1px;
  width: 9px;
  background-color: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5px 0 0 -4.5px;
}
#theedViewDetail .boxInput .btnToggle span:after {
  content: "";
  display: block;
  height: 9px;
  width: 1px;
  background-color: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4.5px 0 0 -0.5px;
}
#theedViewDetail .boxInput .btnToggle.is-close span:after {
  content: none;
}
#theedViewDetail .boxInput dl {
  margin-left: 25px;
  margin-top: 5px;
}
#theedViewDetail .boxInput dt {
  margin-top: 10px;
}
#theedViewDetail .boxInput dd {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #DDDDDD;
}
#theedViewDetail .boxInput dd:first-child {
  padding-top: 0;
  border: none;
}
#theedViewDetail .boxInput dd .customSelect {
  width: 100%;
  margin: 0;
  height: 28px;
  vertical-align: bottom;
}
#theedViewDetail .boxInput dd .customSelect.sentancut {
  margin-top: 5px;
  margin-left: 25px;
  width: 150px;
}
#theedViewDetail .boxInput dd .customInput {
  width: 100%;
  vertical-align: bottom;
}
#theedViewDetail .boxInput dd .customInput.tsubaura {
  margin-top: 5px;
  margin-left: 25px;
  width: 50px;
}
#theedViewDetail .boxInput dd .customInput.comment {
  margin-top: 15px;
}
#theedViewDetail .boxInput dd .customInput input {
  height: 28px;
}
#theedViewDetail .boxInput dd textarea {
  border-radius: 0;
}
#theedViewDetail .boxInput dd label {
  display: block;
  overflow: hidden;
}
#theedViewDetail .boxInput dd input[type=checkbox] + .check {
  background-color: #FFF;
  margin: -3px 5px 0 0;
}
#theedViewDetail .boxInput dd.is-change input, #theedViewDetail .boxInput dd.is-change select, #theedViewDetail .boxInput dd.is-change textarea, #theedViewDetail .boxInput dd.is-change input[type=checkbox] + .check {
  background-color: #EBEEFF !important;
}
#theedViewDetail .boxInput dd .btnFile {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#theedViewDetail .boxInput dd .btnFile button {
  text-align: center;
  border: 1px solid #666666;
  background-color: #FFF;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  color: #111;
  padding: 0 10px;
  margin-right: 5px;
}
#theedViewDetail .boxInput dd .tableFile {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  width: 100%;
  margin-top: 15px;
}
#theedViewDetail .boxInput dd .tableFile th, #theedViewDetail .boxInput dd .tableFile td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 5px;
}
#theedViewDetail .boxInput dd .tableFile th {
  background-color: #F5F5F5;
  font-size: 12px;
}
#theedViewDetail .boxInput dd .tableFile td {
  position: relative;
}
#theedViewDetail .boxInput dd .tableFile .checkbox {
  width: 1%;
}
#theedViewDetail .boxInput dd .tableFile .no {
  width: 1%;
  text-align: center;
}
#theedViewDetail .boxInput dd .tableFile .check {
  margin: 0 !important;
}
#theedViewDetail .boxInput dd .tableFile .file {
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#theedViewDetail .boxInput dd .tableFile .size {
  font-size: 11px;
  color: #999;
}
#theedViewDetail .boxInput dd .tableFile .date {
  font-size: 11px;
  color: #999;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#theedViewDetail .boxInput.col2 dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
#theedViewDetail .boxInput.col2 dl dt {
  width: 140px;
}
#theedViewDetail .boxInput.col2 dl dd {
  margin-top: 10px;
  padding-top: 0;
  border: none;
  width: calc(100% - 140px);
}
#theedViewDetail .boxInput.col2 dl dd .customSelect {
  margin: 0;
}
#theedViewDetail .boxInput.col2 dl dd .customInput {
  width: 100%;
  margin: 0;
}
#theedViewDetail .boxInput.col2 dl dd .customInput input {
  height: 28px;
}
#theedViewDetail .boxInput.disable .titForm {
  color: #CCC;
}
#theedViewDetail .boxInput.disable .titForm span {
  background-color: #DDDDDD;
}
#theedViewDetail .boxInput.disable .titForm a {
  color: #CCC;
}
#theedViewDetail .boxInput.disable .btnToggle {
  display: none;
}
#theedViewDetail .boxInput.disable dl {
  display: none !important;
}
#theedViewDetail .btn {
  background-color: #FFF;
  box-sizing: border-box;
  margin: 0 -20px -15px -15px;
  padding: 15px 20px 15px 15px;
  text-align: center;
  z-index: 2;
}
#theedViewDetail .btn a {
  width: 100%;
  margin: 0 2.5px;
}
#theedViewDetail .btn.sticky {
  position: relative;
  bottom: 0;
  transition: all .25s;
}
#theedViewDetail .btn.fixed {
  position: fixed !important;
  margin-bottom: 100px;
}

#theedViewDetail .boxTableScroll .mCustomScrollBox {
  max-height: calc(100vh - 326px) !important;
}
#theedViewDetail .titSelect {
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
#theedViewDetail .titSelect span {
  font-size: 18px;
}
#theedViewDetail .thTable {
  background-color: #111;
  color: #FFF;
  font-size: 12px;
  display: table;
  width: 100%;
}
#theedViewDetail .thTable div {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  font-weight: bold;
  position: relative;
}
#theedViewDetail .thTable div p {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
#theedViewDetail .thTable div input[type=checkbox] + .check {
  margin: -2px 0 0 8px;
}
#theedViewDetail .thTable div .sort {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-left: 3px;
  vertical-align: middle;
}
#theedViewDetail .thTable div .sort:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
}
#theedViewDetail .thTable div .sort:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
}
#theedViewDetail .thTable div .sort.ascend:after {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  top: 0px;
  left: 3px;
}
#theedViewDetail .thTable div .sort.descend:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  bottom: 3px;
  left: 3px;
}
#theedViewDetail .thTable div:nth-child(1) {
  width: 55px;
}
#theedViewDetail .thTable div:nth-child(3) {
  width: 180px;
}
#theedViewDetail .thTable div:nth-child(4) {
  width: 105px;
}
#theedViewDetail .thTable .guide {
  display: block;
  box-sizing: border-box;
  background-color: #4054CA;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 10px 0;
  white-space: nowrap;
  z-index: 2147483647;
  line-height: 1.25;
  margin-bottom: -3px;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 260px;
  margin-left: -130px;
  text-align: center;
  animation: guide .5s infinite alternate;
}
#theedViewDetail .thTable .guide:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #4054CA;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
}
@keyframes guide {
  0% {
    top: -50;
  }
  100% {
    top: -45px;
  }
}
#theedViewDetail .tableSelect {
  width: 100%;
}
#theedViewDetail .tableSelect tr:nth-child(even) td {
  background-color: #F5F5F5;
}
#theedViewDetail .tableSelect tr.fixed {
  position: absolute;
  top: 0;
  left: 0;
}
#theedViewDetail .tableSelect tr.disable {
  color: #CCC;
}
#theedViewDetail .tableSelect td {
  padding: 5px;
  box-sizing: border-box;
}
#theedViewDetail .tableSelect td.blink:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  animation: blink .5s infinite alternate;
}
@keyframes blink {
  0% {
    border: 1px solid #fcc100;
    background-color: #fff9e1;
  }
  100% {
    border: 1px solid rgba(252, 193, 0, 0);
    background-color: rgba(255, 249, 225, 0);
  }
}
#theedViewDetail .tableSelect td input[type=checkbox] + .check {
  margin: 0;
}
#theedViewDetail .tableSelect td .customSelect {
  width: 100%;
  height: 100%;
  min-width: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#theedViewDetail .tableSelect td .customSelect select {
  border: none;
  background-color: transparent;
}
#theedViewDetail .tableSelect td:nth-child(1) {
  width: 55px;
  text-align: center;
}
#theedViewDetail .tableSelect td:nth-child(2) span {
  display: inline-block;
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  cursor: pointer;
}
#theedViewDetail .tableSelect td:nth-child(3) {
  width: 180px;
  position: relative;
}
#theedViewDetail .tableSelect td:nth-child(4) {
  text-align: center;
  width: 105px;
}

/* -------------------------------------
 * theedViewTotal
------------------------------------- */
#theedViewTotal {
  background-color: #4d4d4d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  z-index: 3;
}
#theedViewTotal .boxInfo {
  color: #FFF;
  text-align: right;
  line-height: 1;
  padding-right: 15px;
  border-right: 1px solid #999;
}
#theedViewTotal .boxInfo .total {
  font-size: 16px;
}
#theedViewTotal .boxInfo .total span {
  font-size: 24px;
  color: #FC0;
}
#theedViewTotal .boxInfo .shipment {
  margin-top: 8px;
  font-size: 16px;
}
#theedViewTotal .boxInfo .shipment span {
  color: #FC0;
}
#theedViewTotal .boxInfo .time {
  margin-top: 8px;
}
#theedViewTotal .boxInfo .time span {
  color: #FC0;
}
#theedViewTotal .lstBtn {
  width: 329px;
  box-sizing: border-box;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#theedViewTotal .lstBtn li {
  width: 100%;
  margin: 0;
  padding: 0 2.5px;
}
#theedViewTotal .lstBtn li a {
  display: block;
  width: auto;
  padding: 15px;
}

/* -------------------------------------
 * btnFunction
------------------------------------- */
.btnFunction {
  position: absolute;
  top: 38px;
  right: 20px;
}
.btnFunction > li {
  position: relative;
}
.btnFunction > li > a {
  display: inline-block;
  width: 85px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #999791;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #111;
}
.btnFunction .menuSecond, .btnFunction .menuThird {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  box-shadow: 0 0 0 1px #d9d6ce, 1px 0 5px rgba(0, 0, 0, 0.1);
  width: 155px;
  background-color: #FFF;
  box-sizing: border-box;
}
.btnFunction .menuSecond li, .btnFunction .menuThird li {
  position: relative;
}
.btnFunction .menuSecond li:first-child > a, .btnFunction .menuThird li:first-child > a {
  border-top: none;
}
.btnFunction .menuSecond a, .btnFunction .menuThird a {
  display: block;
  padding: 10px;
  border-top: 1px solid #ededed;
  font-size: 12px;
  line-height: 1.25;
  color: #4c4c4c;
  position: relative;
}
.btnFunction .menuSecond a.level, .btnFunction .menuThird a.level {
  padding-left: 20px;
}
.btnFunction .menuSecond a.level:after, .btnFunction .menuThird a.level:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #999791 transparent transparent;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
}
.btnFunction .menuSecond a.selected, .btnFunction .menuThird a.selected {
  background-color: #ededed;
  opacity: 1;
}
.btnFunction.opened .menuSecond {
  top: 29px;
  right: 0;
  visibility: visible;
}
.btnFunction.opened .menuThird {
  top: 0.25em;
  left: -98%;
  transition: visibility 1s;
}
.btnFunction li:hover a + .menuThird {
  transition: visibility 0s;
}
.btnFunction.sort span {
  display: inline-block;
  background-image: url(../img/ico_btn_srt.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 15px;
}

/* -------------------------------------
 * theedMenu
------------------------------------- */
#theedMenu {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  white-space: nowrap;
  width: 100%;
  background: #F5F5F5;
  height: 40px;
  border-bottom: 1px solid #ccc;
}
#theedMenu .innerTheedMenu {
  text-align: center;
  margin-top: 7px;
}
#theedMenu ul {
  display: inline-block;
  border-left: 1px solid #4c4c4c;
  margin: 0 0 0 4px;
}
#theedMenu ul:first-child {
  border-left: none;
  margin: 0;
}
#theedMenu ul li {
  float: left;
  padding-left: 4px;
  width: 26px;
  position: relative;
}
#theedMenu ul li:first-child {
  padding-left: 8px;
}
#theedMenu ul li a, #theedMenu ul li span {
  display: inline-block;
  border: 1px solid;
  border-color: #666666;
  border-radius: 3px;
  background-color: #fff;
}
#theedMenu ul > li:hover .menuSecond {
  visibility: visible;
}
#theedMenu .is-active a, #theedMenu .is-active span {
  background-color: #ccc;
}
#theedMenu .menuSecond.list a {
  border: none;
  background-color: #fff;
}
#theedMenu .btnEx {
  width: 40px;
}
#theedMenu .btnEx > a {
  width: 38px;
  text-align: left;
}
#theedMenu .btnEx:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #4c4c4c transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
#theedMenu .menuSecond {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 24px;
  left: 5px;
  border: 1px solid #262626;
  background-color: white;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
  transition: visibility 0.5s;
  padding: 10px;
  text-align: left;
}
#theedMenu .menuSecond.list div {
  margin-top: 5px;
}
#theedMenu .menuSecond.list div:first-child {
  margin-top: 0;
}
#theedMenu .menuSecond.list div span {
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -1px;
}
#theedMenu .menuSecond.list div a {
  color: #4C4C4C;
  display: block;
}
#theedMenu .menuSecond.button {
  width: 155px;
  height: 96px;
}
#theedMenu .menuSecond.button div {
  position: absolute;
}
#theedMenu .menuSecond.button .up {
  top: 5px;
  left: 34px;
}
#theedMenu .menuSecond.button .down {
  top: 64px;
  left: 34px;
}
#theedMenu .menuSecond.button .left {
  top: 34px;
  left: 5px;
}
#theedMenu .menuSecond.button .right {
  top: 34px;
  left: 64px;
}
#theedMenu .menuSecond.button .front {
  top: 34px;
  left: 34px;
}
#theedMenu .menuSecond.button .back {
  top: 34px;
  left: 93px;
}
#theedMenu .menuSecond.button .isome {
  top: 5px;
  left: 123px;
}
#theedMenu .step {
  width: 169px;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../img/com_step02.png);
  background-size: 169px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
}

.curBalloon {
  cursor: url("../img/balloon.cur"), url("../img/balloon.png"), auto;
}

.btnFunkDel a {
  display: inline-block;
  border: 1px solid #666666;
  background-color: #fff;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
  width: 26px;
  height: 26px;
  background-image: url("../img/com_ic57.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* -------------------------------------
 * theedBreadcrumb
------------------------------------- */
#theedBreadcrumb {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 180px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
#theedBreadcrumb li {
  float: left;
  position: relative;
  padding: 0 15px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#theedBreadcrumb li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 -3px;
  border-right: #4c4c4c 1px solid;
  border-bottom: #4c4c4c 1px solid;
  transform: rotate(-45deg);
}
#theedBreadcrumb li:first-child {
  padding: 0 15px 0 0;
}
#theedBreadcrumb li:first-child:after {
  content: none;
}

/* -------------------------------------
 * threedToggle
------------------------------------- */
#threedToggle {
  position: absolute;
  top: 45px;
  left: 50%;
  display: table;
  width: 180px;
  margin-left: -90px;
  border: 1px solid #999791;
  border-radius: 3px;
}
#threedToggle li {
  display: table-cell;
  width: 50%;
}
#threedToggle li a, #threedToggle li span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFF;
  border-radius: 0 2px 2px 0;
  color: #111;
}
#threedToggle li:first-child a, #threedToggle li:first-child span {
  border-radius: 2px 0 0 2px;
}
#threedToggle li.is-active a, #threedToggle li.is-active span {
  text-align: center;
  background-color: #999791;
  color: #fff;
}

/* -------------------------------------
 * theedCube
------------------------------------- */
#theedCube {
  font-size: 13px;
  line-height: 1.6;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 140px;
  height: 170px;
  margin: 0;
  padding: 0;
  cursor: default;
}
#theedCube .viewer-cube-canvas {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
#theedCube .viewer-cube-btn li a {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#theedCube .viewer-cube-btn li.viewer-cube-isometric a {
  top: 0;
  left: 0;
  background-image: url("../img/btn_cube_isometric.png");
}
#theedCube .viewer-cube-btn li.viewer-cube-straight a {
  top: 0;
  right: 0;
  background-image: url("../img/btn_cube_straight.png");
}
#theedCube .viewer-cube-btn li.viewer-cube-left-rotate a {
  width: 24px;
  height: 18px;
  top: 30px;
  left: 30px;
  background-image: url("../img/btn_cube_turnleft.png");
}
#theedCube .viewer-cube-btn li.viewer-cube-right-rotate a {
  width: 24px;
  height: 18px;
  top: 30px;
  right: 30px;
  background-image: url("../img/btn_cube_turnright.png");
}
#theedCube .viewer-cube-btn li.viewer-cube-top a {
  top: 30px;
  left: 50%;
  margin-left: -9px;
  background-image: url("../img/btn_cube_top.png");
}
#theedCube .viewer-cube-btn li.viewer-cube-bottom a {
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  background-image: url("../img/btn_cube_bottom.png");
}
#theedCube .viewer-cube-btn li.viewer-cube-right a {
  top: 90px;
  right: 0;
  background-image: url("../img/btn_cube_right.png");
}
#theedCube .viewer-cube-btn li.viewer-cube-left a {
  top: 90px;
  left: 0;
  background-image: url("../img/btn_cube_left.png");
}
#theedCube .viewer-cube-menu {
  position: absolute;
  bottom: -26px;
  right: 0;
}
#theedCube .viewer-cube-menu > li > a,
#theedCube .viewer-cube-menu > li > span {
  display: block;
  width: 40px;
  height: 26px;
  padding-right: 10px;
  border: 1px solid #4c4c4c;
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background-size: 12px auto;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url("../img/com_ic26.png");
}
#theedCube .viewer-cube-menu > li > a:after,
#theedCube .viewer-cube-menu > li > span:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #4c4c4c transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
#theedCube .viewer-cube-menusecond {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 25px;
  right: 0;
  border: 1px solid #262626;
  background-color: white;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 3px;
  transition: visibility 0.5s;
  padding: 8px;
  text-align: left;
  width: 200px;
}
#theedCube .viewer-cube-menusecond li {
  margin-top: 3px;
}
#theedCube .viewer-cube-menusecond li.border {
  border-top: 1px solid #4c4c4c;
  padding-top: 5px;
  margin-top: 5px;
}
#theedCube .viewer-cube-menusecond li a, #theedCube .viewer-cube-menusecond li span {
  display: block;
  color: #4c4c4c;
  position: relative;
}
#theedCube .viewer-cube-menusecond li.is-active a:after, #theedCube .viewer-cube-menusecond li.is-active span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 5px;
  width: 4px;
  height: 10px;
  overflow: hidden;
  border-right: #4c4c4c 2px solid;
  border-bottom: #4c4c4c 2px solid;
  transform: rotate(45deg);
}
#theedCube .viewer-cube-menusecond li img {
  vertical-align: middle;
  margin-right: 5px;
}
#theedCube ul > li:hover .viewer-cube-menusecond {
  visibility: visible;
}

/* -------------------------------------
 * theedLink
------------------------------------- */
#theedLink {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: left;
  font-size: 13px;
}
#theedLink a {
  display: inline-block;
  padding: 0 0 0 18px;
  line-height: 1.4;
  background-position: 0 60%;
  background-repeat: no-repeat;
  color: #7a7974;
  position: relative;
}
#theedLink a:before {
  content: "？";
  display: inline-block;
  width: 15px;
  height: 15px;
  font-weight: bold;
  line-height: 15px;
  background-color: #111111;
  color: #ffffff !important;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
}

/* -------------------------------------
 * boxFacecolor
------------------------------------- */
.boxFacecolor {
  width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: top;
      align-items: top;
  text-align: left;
  margin-top: 15px;
}
.boxFacecolor ul li {
  line-height: 1;
}
.boxFacecolor ul li span {
  display: inline-block;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/* -------------------------------------
 * loader
------------------------------------- */
.theedloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theedloader span,
.theedloader span:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.theedloader span {
  display: block;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #ccc;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

.lstParts .theedloader {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  top: -32px;
  left: 0;
  width: calc(100% - 0px);
  height: calc(100% + 32px);
}
.lstParts .theedloader span,
.lstParts .theedloader span:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -------------------------------------
 * scrollbar
------------------------------------- */
#theedView .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  border-radius: 2.5px;
}

#theedViewList .mCSB_scrollTools {
  right: 10px;
  margin: 5px 0;
  z-index: 1;
}

#theedViewDetail .mCSB_scrollTools {
  margin: 5px 0;
}

/* -------------------------------------
 * animation
------------------------------------- */
.ani_in {
  display: block !important;
  opacity: 1;
  animation: fadein .25s linear;
  overflow: hidden;
}

@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*---------------------------------
 * 3dview.css
 *---------------------------------*/
.WindowViewer {
  position: absolute;
  left: 0px;
  top: 32px;
  width: calc(100%);
  height: calc(100%);
}

.table02 .notyet td {
  background-color: #ededed;
}

.table02 .dispStaticNumber {
  height: 30px;
  padding-left: 14px;
  padding-top: 16px;
  padding-bottom: 4px;
  padding-right: 6px;
}

label.itemSubtitle {
  font-size: 10px;
}

.disableA {
  opacity: 0.5;
}

#input-wizard {
  width: 500px;
}

#input-wizard ul {
  margin-left: 10px;
}

.no-events {
  pointer-events: none;
}

.mesTgtBtn-on {
  width: 90px;
  color: #ffffff;
  background-color: #0000ff;
}

.mesTgtBtn-off {
  width: 90px;
  color: #fffff0;
  background-color: #000000;
}

.mesTgtBtn-disabled {
  width: 90px;
  color: #fffff0;
  background-color: #696969;
}

.mesActBtn-on {
  width: 90px;
  color: #330066;
  background-color: #00ff00;
}

.mesActBtn-off {
  width: 90px;
  color: #fffff0;
  background-color: #000000;
}

.autoRotateBtn-on {
  width: 180px;
  color: #330066;
  background-color: #ffa500;
}

.autoRotateBtn-off {
  width: 180px;
  color: #fffff0;
  background-color: #000000;
}

.measurementBtn-on {
  width: 90px;
  color: #000000;
  background-color: #ff00ff;
}

.measurementBtn-off {
  width: 90px;
  color: #fffff0;
  background-color: #000000;
}

.measurementBtn-disabled {
  width: 90px;
  color: #fffff0;
  background-color: #696969;
}

.mesActBtn-clearHighlights {
  width: 90px;
  font-size: 12px;
  color: #330066;
  background-color: #ffff00;
}

.customPmiAddPaletteClass {
  text-align: center;
  vertical-align: middle;
}

.customPmiDeletePaletteClass {
  text-align: center;
  vertical-align: middle;
}

.customPmiAddTableClass {
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 2px 4px;
}

.projectNameEditPanel {
  display: none;
}

.datumAddPaletteClass {
  text-align: center;
  vertical-align: middle;
}

.datumAddTableClass {
  border-collapse: separate;
  border-spacing: 4px 4px;
}

.datumAddTableClass td {
  height: 24px;
}

.geomTolAddPaletteClass {
  text-align: center;
  vertical-align: middle;
}

.geomTolAddTableClass {
  border-collapse: separate;
  border-spacing: 4px 4px;
}

.geomTolAddTableClass td {
  height: 24px;
}

.datum-geom-ok {
  width: 90px;
  color: #ffffff;
  background-color: #0000ff;
}

.datum-geom-cancel {
  width: 90px;
  font-size: 12px;
  color: #330066;
  background-color: #ffff00;
}

.viewerFontSizeChangePaletteClass {
  text-align: center;
  vertical-align: middle;
}

.viewerFontSizeChangeTableClass {
  border-collapse: separate;
  border-spacing: 4px 4px;
}

.viewerFontSizeChangeTableClass td {
  text-align: center;
  height: 24px;
}

.viewer-font-change-ok {
  width: 90px;
  font-size: 12px;
  /*
      color: #ffffff;
      background-color: #0000ff;
  */
}

.viewer-font-change-cancel {
  width: 90px;
  font-size: 12px;
  /*
      color: #330066;
      background-color: #ffff00;
  */
}

input[type="checkbox"].on-off {
  display: none;
}

.menu div {
  transition: all 0.3s;
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type="checkbox"].on-off + div {
  height: 0;
  overflow: hidden;
}

input[type="checkbox"].on-off:checked + div {
  height: 320px;
}

.fileUploadClass {
  display: none;
}

.fileShareArea, .fileShareTable, .fileShareTable .thead, .tbodyScroll-outer, th.fileName {
  width: 100%;
}

.fileShareTable th {
  /*font-size: 14px;*/
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.fileShareTable td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.fileShareTable th.fileSeq {
  width: 19px;
  padding: 2px;
  background-color: #dcdcdc;
  border-style: solid solid solid solid;
  border-width: thin;
  border-color: gray;
}

.fileShareTable th.fileCheck {
  width: 27px;
  text-align: center;
  background-color: #dcdcdc;
  border-style: solid solid solid none;
  border-width: thin;
  border-color: gray;
}

.fileShareTable th.fileName {
  width: 540px;
  padding: 2px;
  background-color: #dcdcdc;
  border-style: solid solid solid none;
  border-width: thin;
  border-color: gray;
}

.fileShareTable td.fileSeq {
  width: 10px;
  max-width: 20px;
  padding: 2px;
  border-style: none solid solid solid;
  border-width: thin;
  border-color: gray;
}

.fileShareTable td.fileCheck {
  width: 17px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border-style: none solid solid none;
  border-width: thin;
  border-color: gray;
}

.fileShareTable td.fileName {
  width: 380px;
  max-width: 380px;
  padding: 2px;
  border-style: none solid solid none;
  border-width: thin;
  border-color: gray;
}

.fileShareTable td.fileSize {
  width: 90px;
  max-width: 90px;
  padding: 2px;
  border-style: none solid solid none;
  border-width: thin;
  border-color: gray;
}

.fileShareTable td.fileTimestamp {
  width: 200px;
  max-width: 200px;
  padding: 2px;
  border-style: none solid solid none;
  border-width: thin;
  border-color: gray;
}

/*---------------------------------
 * vmcommon.css
 *---------------------------------*/
.templateInit {
  display: none;
}

/*disableリンクボタン用*/
.WindowMain .boxButton .btn a.first {
  margin: 0;
  padding: 0;
}

.WindowMain .boxButton .btn span.disable {
  display: inline-block;
  width: auto;
  padding: 0;
  display: block;
  line-height: 50px;
}

.dataLst .deleteBtn + .btn span.disable {
  width: 252px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.btn span.disable, .btn span.disableWithToolTip {
  display: inline-block;
  width: 180px;
  padding: 7px;
  box-sizing: border-box;
  background-color: #999791 !important;
  color: #4c4c4c !important;
  font-size: 14px;
  text-align: center;
}

.btn.btnColor01 span.disable {
  background-color: #ffcc00;
  color: #4c4c4c;
  border-radius: 3px;
}

.btn.btnColor02 span.disable {
  background-color: #ffffff;
  color: #999791;
  border-radius: 3px;
}

.btn.btnColor03 span.disable {
  background-color: #999791;
  color: #ffffff;
  border-radius: 3px;
}

.btn.btnColor04 span.disable {
  background-color: #999791;
  color: #ffffff;
  border-radius: 3px;
}

.btn.big span.disable {
  width: 200px;
  font-size: 20px;
}

/* 3DViewの公差の選択領域を広げる */
.tblForm.tolerance label {
  display: inline-block;
  width: 100%;
}

.selectNone {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#ViewerFooterLink {
  bottom: 15px;
  right: 5px;
  position: absolute;
  margin: 15px 0 0;
  text-align: right;
}

#partsOnOff {
  top: 130px;
}

#cnumberOnOff {
  top: 246px;
}

.listLoading {
  width: 101px;
  height: 101px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 9999;
}

.listLoading img {
  animation: spin 1.5s linear infinite;
}

.listLoading .txt {
  display: block;
  width: 101px;
  text-align: center;
  position: absolute;
  top: 50%;
  line-height: 1.4;
  font-weight: bold;
  margin: -1.2em 0 0 0;
}

/* /static/service すぐ始めるボタン */
.wrappingService .btnStart {
  width: 500px;
  margin: 20px auto 0 auto;
  background-color: #ffcc00;
  font-size: 20px;
  text-align: center;
}

.wrappingService .btnStart a {
  /* color: #4c4c4c;*/
  color: #ffffff;
}

/*---------------------------------
 * qtdetail.css
 *---------------------------------*/
.OutputButtonBlock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 40px;
}

.boxOutputButton {
  float: right;
  width: 375px;
}

.boxOutputButton.col2 .btn {
  float: left;
}

.boxOutputButton.col2 .btn:nth-child(2) {
  width: 177px;
}

.boxOutputButton.col2 .btn:nth-child(2) {
  margin: 0 5px;
}

.boxOutputButton.col2 .btn.btnPrint {
  margin: 0;
}

.boxOutputButton.col2 .btn.btnPrint .icon {
  padding: 0 0 0 26px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/com_ic04.png);
  display: inline-block;
}

/*---------------------------------
 * popupwindow.css
 *---------------------------------*/
.pWindow table td {
  margin: 0;
  padding: 0;
}

.pWindow .pwContainer {
  border-collapse: collapse;
}

.pWindow .titleBar {
  font-weight: bold;
  line-height: 31px;
}

.pWindow .titleBar .pwBarL {
  background: url(../img/pw_tbar_l.png) left top no-repeat;
  width: 8px;
  height: 31px;
}

.pWindow .titleBar .pwBarCenter {
  background: url(../img/pw_tbar_c.png) left top repeat-x;
  cursor: move;
  height: 31px;
}

.pWindow .titleBar .pwBarR {
  background: url(../img/pw_tbar_r.png) left top no-repeat;
  width: 18px;
  height: 31px;
}

.pWindow .contentsBox {
  position: relative;
}

.pWindow .contentsBox .contentsL {
  background: url(../img/pw_body_l.png) left top repeat-y;
  width: 8px;
  height: 100%;
}

.pWindow .contentsBox .contentsBody {
  background-color: #fff;
  padding: 10px 5px 5px;
  overflow: auto;
  vertical-align: top;
}

.pWindow .contentsBox .contentsBody.contentsMain {
  /* for Opera and IE hack */
  height: 100%;
}

.pWindow .contentsBox .contentsBody iframe {
  width: 100%;
  height: 100%;
}

.pWindow .contentsBox.btnArea td {
  overflow: hidden;
  padding: 0 !important;
  vertical-align: bottom;
  height: 35px;
}

.pWindow .contentsBox .contentsR {
  background: url(../img/pw_body_r.png) left top repeat-y;
  width: 18px;
  height: 100%;
}

.pWindow .contentsFooter {
  position: relative;
}

.pWindow .contentsFooter .cfL {
  background: url(../img/pw_foot_l.png) left top no-repeat;
  width: 8px;
  height: 18px;
}

.pWindow .contentsFooter .cfC {
  background: url(../img/pw_foot_c.png) left top repeat-x;
  margin: 0 9px 0 8px;
  height: 18px;
}

.pWindow .contentsFooter .cfR {
  background: url(../img/pw_foot_r.png) left top repeat-y;
  width: 18px;
  height: 18px;
}

#pwCover {
  background-color: black;
}

body._old {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  /* Image */
  /* iFrame */
  /*
  * start
  */
}
body._old #content, body._old #dialog, body._old #powerTip {
  font-family: Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body._old #footer {
  padding: 10px 0 25px 0;
  position: relative;
  background-color: #f2f2f2;
  height: 115px;
  overflow: hidden;
  font-family: Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  box-sizing: inherit;
  /* toPageTop */
}
body._old #footer a {
  color: #333;
  text-decoration: none;
}
body._old #footer .lstFooter {
  text-align: center;
  margin-bottom: 10px;
}
body._old #footer .lstFooter > li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  font-size: 11px;
}
body._old #footer .lstFooter > li:before {
  color: #ccc9c2;
  content: "|";
}
body._old #footer .lstFooter > li:first-child:before {
  display: none;
}
body._old #footer .lstFooter > li a {
  margin: 0 15px;
}
body._old #footer li.lang {
  position: relative;
}
body._old #footer li.lang .btn {
  background-image: url(../img/ico_07.png);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: 0 center;
  padding-left: 15px;
  color: #4054ca;
  cursor: pointer;
}
body._old #footer .lstLang {
  background-color: #FFF;
  border: 1px solid #4054CA;
  border-radius: 3px;
  width: 120px;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin: 0 -60px -5px 0;
  padding: 5px 0;
  display: none;
}
body._old #footer .lstLang:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFF;
  border-right: 1px solid #4054ca;
  border-bottom: 1px solid #4054ca;
  transform: rotate(45deg);
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
}
body._old #footer .lstLang li {
  padding: 0 !important;
}
body._old #footer .lstLang li a {
  display: block;
  padding: 0 15px 5px;
  text-align: left !important;
}
body._old #footer .askTxt {
  text-align: center;
  font-size: 11px;
  padding-top: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #ccc;
}
body._old #footer .askTxt a {
  text-decoration: underline;
}
body._old #footer .copyright {
  text-align: center;
  font-size: 11px;
  color: #999;
}
body._old #footer .copyright img {
  margin-bottom: 10px;
}
body._old #footer .toPageTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
body._old #footer .toPageTop a {
  display: block;
  background-color: #999791;
  color: #fff;
  text-indent: -9999px;
}
body._old #footer .toPageTop a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -8px 0 0 -18px;
  border-right: #fff 1px solid;
}
body._old #footer .toPageTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-right: #fff 1px solid;
  border-top: #fff 1px solid;
  transform: rotate(-45deg);
}
body._old #header {
  clear: both;
  width: 100%;
  background-color: #0f218b !important;
  font-size: 13px;
  font-family: Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  position: relative;
  border-bottom: none;
}
body._old #header a {
  text-decoration: none;
}
body._old #header .logo {
  float: left;
  width: 122px;
  margin: 10px 42px 0 0;
}
body._old #header .logo img {
  width: 124px;
  height: 24px;
}
body._old #header .textLink {
  color: #fff !important;
}
body._old #header #headInner {
  min-width: 1240px;
  height: 44px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
body._old #header #headInner .logoSub {
  position: absolute;
  right: 15px;
  top: 11px;
}
body._old #header #headInner .servicename {
  top: 6px;
  left: 155px;
}
body._old #header #headInner #nav {
  position: absolute;
  top: 0;
  right: 95px;
}
body._old #header #headInner #nav .navList > li {
  float: left;
  margin: 0 0 1px 1px;
}
body._old #header #headInner #nav .navList > li {
  margin-right: 30px;
}
body._old #header #headInner #nav .navList > li a {
  display: block;
  height: 43px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 43px;
}
body._old #header #headInner #nav .navList > li.line {
  margin: 0 5px 0 60px;
}
body._old #header #headInner #nav .navList > li.line .menuSecond {
  position: absolute;
  width: 158px !important;
  margin-top: 3px;
}
body._old #header #headInner #nav .navList > li.line > a {
  border: 1px solid;
  border-color: #cccccc;
  border-radius: 3px;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  margin-top: 4px;
  width: 158px;
  box-sizing: border-box;
}
body._old #header #headInner #nav .navList .loginBtn {
  margin: 3px 5px 0 0;
}
body._old #header #headInner #nav .navList .loginBtn a {
  color: #fff !important;
  background: #4054ca;
  text-align: center;
  border-radius: 3px;
  width: 158px;
  height: 36px;
  line-height: 36px;
  display: block;
  position: relative;
}
body._old #header #headInner #nav .navList .loginBtn a:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 14px;
  width: 6px;
  height: 10px;
  background: url(../img/login_arrow.png) no-repeat;
}
body._old #header #headInner #nav .navList li.drop {
  position: relative;
}
body._old #header #headInner #nav .navList li.drop .menuSecond {
  position: absolute;
  width: 176px;
  padding: 0;
  border: 1px solid #d9d6ce;
  border-top: 0;
  background-color: #FFF;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 6;
  top: 40px !important;
}
body._old #header #headInner #nav .navList li.line .menuSecond {
  top: 36px !important;
}
body._old #header #headInner #nav .navList li.drop .menuSecond a {
  color: #4c4c4c;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
body._old #header #headInner #nav .navList li.drop .menuSecond li {
  position: relative;
}
body._old #header #headInner #nav .navList > li:hover .menuSecond {
  visibility: visible;
  opacity: 1;
}
body._old #header #headInner #nav .navList > li.drop > a:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  margin-left: 6px;
  vertical-align: sub;
}
body._old #header #headInner #nav .navList li.nolink a {
  pointer-events: none;
  opacity: .3;
}
body._old #header #headInner #nav .navList li.blog a:after,
body._old #header #headInner #nav .navList li.outlink a:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_link.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
body._old #header #headInner #nav .navList li .icon {
  padding: 0 0 0 26px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body._old #content {
    margin: 0 auto !important;
  }
  body._old .meanmenu-reveal {
    background-image: url(../img/ico_spmenu.png);
  }
}
body._old #headerToolbar {
  font-family: Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  height: 44px;
  display: none;
}
body._old #headerToolbar.none {
  display: none;
}
body._old #headerToolbar.scroll .container {
  position: fixed;
  z-index: 6;
  top: 0;
  width: 100%;
}
body._old #headerToolbar .container {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 44px;
}
body._old #headerToolbar .inner {
  min-width: 1240px;
  line-height: 44px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
body._old #headerToolbar .loginMenu {
  float: left;
}
body._old #headerToolbar .loginMenu li {
  float: left;
}
body._old #headerToolbar .loginMenu li a {
  font-size: 14px;
  margin-right: 30px;
  text-decoration: none;
}
body._old #headerToolbar .loginMenu li a.projectList:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 19px;
  background: url(../img/header_ic001.png) no-repeat;
  vertical-align: -5px;
  margin-right: 5px;
}
body._old #headerToolbar .loginMenu li a.orderHistory:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 21px;
  background: url(../img/header_ic002.png) no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
body._old #headerToolbar .loginMenu li a.estimateHistory:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 21px;
  background: url(../img/header_ic003.png) no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
body._old #headerToolbar .loginInfo {
  float: right;
  font-size: 14px;
}
body._old #headerToolbar .loginInfo .name {
  float: left;
  margin-right: 14px;
}
body._old #headerToolbar .loginInfo .logout {
  text-decoration: underline;
}
body._old .lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.75);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body._old .lity.lity-opened {
  opacity: 1;
}
body._old .lity.lity-closed {
  opacity: 0;
}
body._old .lity * {
  box-sizing: border-box;
}
body._old .lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
body._old .lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
body._old .lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body._old .lity-loading .lity-loader {
  opacity: 1;
}
body._old .lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
body._old .lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
body._old .lity-loading .lity-content,
body._old .lity-closed .lity-content {
  transform: scale(0.8);
}
body._old .lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
body._old .lity-close {
  z-index: 9994;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-weight: 100;
  font-size: 60px;
  line-height: 60px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
body._old .lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
body._old .lity-close:hover,
body._old .lity-close:focus,
body._old .lity-close:active,
body._old .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
body._old .lity-close:active {
  top: 1px;
}
body._old .lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
body._old .lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
body._old .lity-iframe-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
body._old .lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
body._old .lity-hide {
  display: none;
}
body._old #main {
  /* about */
  /* function */
  /* target */
  /* target_pl */
  /* faq */
  /* other */
}
body._old #main .checkBox .inner {
  padding: 10px 30px;
}
body._old #main .inner {
  padding: 0 30px;
}
body._old #main .contents {
  position: relative;
  padding: 40px 0 120px;
}
body._old #main .titBig {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.2;
}
body._old #main .txtRead {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 18px;
}
body._old #main .txtRead span {
  display: block;
}
body._old #main .txtSize24 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.0;
}
body._old #main .txtSize20 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.0;
}
body._old #main .btnCommit:not(.rp) {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
body._old #main .btnCommit:not(.rp) a {
  display: inline-block;
  width: 230px;
  line-height: 50px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/_old/ico_02.png);
  margin: 0 auto;
  font-size: 16px;
  color: #fff !important;
  border-radius: 3px;
  background-size: 7px auto;
  letter-spacing: 0.05em;
  text-decoration: none;
  margin: 5px;
  transition: opacity 0.2s ease 0s;
}
body._old #main .btnCommit:not(.rp) a:hover {
  opacity: .5;
}
body._old #main .btnCommit:not(.rp) a.blue {
  background-color: #4054ca;
  background-image: none;
  padding-left: 0;
  width: 230px;
  background-position: 0 0;
  border: none;
}
body._old #main .btnCommit:not(.rp) a.orange {
  background: linear-gradient(#ffdb4d, #ffcc00);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #333 !important;
}
body._old #main .btnCommit:not(.rp) a .play {
  display: inline-block;
  background-image: url(../img/_old/ico_08.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px auto;
  padding-left: 34px;
}
body._old #main .btnCommit:not(.rp) a .sample {
  background-image: url(../img/_old/ico_10.png);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 0 50%;
  text-align: left;
  padding-left: 34px;
}
body._old #main .btnCommit:not(.rp) a .start {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/_old/ico_09.png);
  background-size: 7px auto;
  padding-left: 30px;
}
body._old #main #movie {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
body._old #main #movie .opacityVideo {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 560px;
}
body._old #main #movie .bgVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
body._old #main #movie .logoCopy {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -80px;
}
body._old #main #movie .logo {
  margin-bottom: 0;
}
body._old #main #movie .logo img {
  width: 80%;
  max-width: 480px;
}
body._old #main #movie .copy {
  bottom: -2.5em;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.1em;
}
body._old #main #movie .copy span {
  display: block;
}
body._old #main #mainimage {
  color: #fff;
  display: table;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
body._old #main #mainimage.pl {
  background-image: url(../img/_old/pl_bgr_01.jpg);
}
body._old #main #mainimage .inner {
  display: table-cell;
  vertical-align: middle;
  height: 480px;
  padding: 0;
}
body._old #main #mainimage .logoCopy {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -80px;
}
body._old #main #mainimage .logo img {
  width: 80%;
  max-width: 480px;
}
body._old #main #mainimage .copy {
  bottom: -2.5em;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.1em;
}
body._old #main #mainimage .copy span {
  display: block;
}
body._old #main #about {
  background-color: #f2f2f2;
}
body._old #main .lstAbout {
  display: table;
  margin: 3% auto 0;
}
body._old #main .lstAbout li {
  display: table-cell;
  width: 25%;
}
body._old #main .lstAbout .img {
  margin-bottom: 20px;
  text-align: center;
}
body._old #main .lstAbout img {
  width: 100%;
  max-width: 240px;
}
body._old #main .lstAbout li.arrow {
  width: 7%;
  text-align: center;
}
body._old #main .lstAbout li.arrow img {
  width: 20px;
}
body._old #main .lstAbout .txt {
  font-size: 20px;
  text-align: center;
}
body._old #main #function {
  color: #fff;
  background-image: url(../img/_old/bgr_02.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
body._old #main .lstFunction {
  display: table;
  margin: 3% 0 0;
  border-spacing: 20px 0;
  color: #333;
}
body._old #main .lstFunction li {
  display: table-cell;
  width: 33%;
  background-color: #FFF;
}
body._old #main .lstFunction .img {
  padding: 5px 5px 10px;
  position: relative;
}
body._old #main .lstFunction .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 240px;
  line-height: 1;
  color: #FFF;
}
body._old #main .lstFunction img {
  width: 100%;
  height: auto;
}
body._old #main .lstFunction .tit {
  padding: 0 10px 10px;
  text-align: center;
  font-size: 20px;
}
body._old #main .lstFunction .txt {
  padding: 0 15px 15px;
}
body._old #main #target {
  background-color: #f2f2f2;
}
body._old #main .lstTarget {
  margin: 3% auto 0;
}
body._old #main .lstTarget li {
  float: left;
  width: 16.66%;
  font-size: 13px;
}
body._old #main .lstTarget li div {
  padding: 15px 15px 0;
  text-align: center;
}
body._old #main .lstTarget img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
body._old #main .lstTarget a {
  text-decoration: none !important;
  display: block;
}
body._old #main .lstTarget .btnText {
  display: inline-block;
  padding: 10px 10px 10px 28px;
  background-color: #FFF;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  text-align: left;
  line-height: 1.25;
}
body._old #main .lstTarget .btnText:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4054ca;
  border-right: 1px solid #4054ca;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -2px;
}
body._old #main .lstTarget .txt {
  display: table-cell;
  width: 999px;
  height: 30px;
  padding-top: 10px;
  line-height: 1.2;
  text-align: center;
  color: #333;
}
body._old #main .imgTarget_pl {
  float: right;
  width: 60%;
  padding-left: 30px;
  font-size: 16px;
  box-sizing: border-box;
}
body._old #main .imgTarget_pl > .img {
  margin-top: 30px;
  text-align: center;
}
body._old #main .imgTarget_pl > .img img {
  width: 100%;
}
body._old #main .txtTarget_pl {
  width: 40%;
  font-size: 16px;
}
body._old #main .listTarget_lp {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 0;
}
body._old #main .listTarget_lp li {
  display: table-cell;
  text-align: center;
  padding: 15px;
  border: 2px solid #DDD;
  border-radius: 10px;
}
body._old #main .listTarget_lp > li .img img {
  width: 100%;
  max-width: 240px;
}
body._old #main .listTarget_lp .txt {
  font-size: 20px;
}
body._old #main .txtTarget_pl h2 {
  margin: 30px 0 0;
  font-size: 20px;
  text-align: left;
  line-height: inherit;
  font-weight: bold;
}
body._old #main #faq {
  background-color: #ffffff;
  height: auto;
  padding-bottom: 90px !important;
}
body._old #main .lstFaq {
  padding-top: 20px;
}
body._old #main .lstFaq li {
  font-size: 20px;
}
body._old #main .lstFaq li .box {
  display: block;
  margin-top: 15px;
  background-color: #F2F2F2;
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
}
body._old #main .lstFaq li .list {
  display: inline-block;
}
body._old #main .lstFaq .txtQ {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
}
body._old #main .lstFaq .txtA {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
body._old #main .lstFaq .txtA:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to right, #fff, #ccc, #fff);
}
body._old #main .lstFaq .txtA:last-child:after {
  background-image: none;
}
body._old #main .lstFaq .txt, body._old #main .lstFaq .list {
  overflow: hidden;
}
body._old #main .lstFaq li > img {
  float: left;
  margin-right: 15px;
  margin-top: -0.20em;
  width: 40px;
}
body._old #main .lstFaq .imgLeft,
body._old #main .lstFaq .imgRight {
  float: none;
  margin: 30px;
  width: auto;
  display: block;
}
body._old #main .lstFaq .imgRight {
  float: right;
}
body._old #main .lstFaq .imgLeft {
  float: left;
}
body._old #main #other {
  color: #fff;
  display: table;
  width: 100%;
  background-image: url(../img/_old/bgr_03.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
body._old #main #other.pl {
  background-image: url(../img/_old/pl_bgr_02.jpg);
}
body._old #main #other .inner {
  display: table-cell;
  vertical-align: middle;
  height: 480px;
}
body._old #content {
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #4c4c4c;
  padding: 0;
  margin: 30px auto 0;
}
body._old #content .txtCom {
  margin: 20px 0 0;
  line-height: 1.6;
  font-size: 14px;
}
body._old .sections {
  position: relative;
  margin: 60px auto;
}
body._old .staticTitle {
  clear: both;
  padding: 60px 0 15px;
  border-bottom: #ccc 1px solid;
  line-height: 1.1;
}
body._old .staticTitle .title {
  font-size: 24px;
  font-weight: normal;
}
body._old .titMid {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
}
body._old .txtCom {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 16px;
}
body._old .staticTitleBig {
  margin-top: 60px;
  font-size: 28px;
  border-left: 5px solid #4054ca;
  padding-left: 12px;
  line-height: 1.1;
  text-align: left;
}
body._old .staticTitleBig:before {
  height: 0;
}
body._old hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #fff, #ccc, #fff);
  margin-bottom: 30px;
}
body._old #innerNavi.fixed {
  height: 44px;
}
body._old #innerNavi.fixed ul {
  position: fixed;
  z-index: 990;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e6e6e6;
  top: 45px;
}
body._old #innerNavi.fixed.unlogin ul {
  top: 0;
}
body._old #innerNavi ul {
  display: table;
  width: 100%;
}
body._old #innerNavi li {
  display: table-cell;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  padding: 0 5px;
  line-height: 1.25;
  height: 44px;
}
body._old #innerNavi a {
  text-decoration: none;
}
body._old #innerNavi .step {
  display: block;
  font-family: sans-serif;
  color: #4054ca;
  border: solid 1px #4054ca;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  width: 80px;
  margin: 0 auto 2px;
}
body._old .titStep {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 60px;
  line-height: 1.2;
}
body._old .titStep .step {
  font-family: sans-serif;
  color: #4054ca;
  border: solid 2px #4054ca;
  border-radius: 3px;
  padding: 0 15px;
  line-height: 34px;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}
body._old .titNum {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
}
body._old .titNum .num {
  font-family: sans-serif;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  background-color: #4054ca;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  border-radius: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
body._old .txtSingle {
  margin: 0 auto 30px;
}
body._old .imgTxt {
  display: table;
  margin: 0 auto 60px;
  border-collapse: separate;
  width: 100%;
}
body._old .imgTxt div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  line-height: 1.75;
  font-size: 16px;
}
body._old .imgTxt div.img:first-child {
  padding-right: 30px;
  text-align: left;
}
body._old .imgTxt div.img:last-child {
  padding-left: 30px;
  text-align: right;
}
body._old .imgTxt img {
  width: 100%;
  height: auto;
}
body._old .imgTxt .box,
body._old .txtSingle .box {
  display: block;
  margin-top: 30px;
  background-color: #f2f2f2;
  display: block;
  font-size: 16px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  body._old {
    /* target_pl */
  }
  body._old #innerNavi .step {
    width: auto;
    line-height: 32px;
  }
  body._old #innerNavi .txt {
    display: none;
  }
  body._old .imgTxt {
    display: block;
  }
  body._old .imgTxt div {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  body._old .imgTxt div.img {
    padding: 0 !important;
    text-align: center;
  }
  body._old .imgTarget_pl {
    float: none;
    width: auto;
    padding-left: 0;
  }
  body._old .imgTarget_pl > .img {
    margin-top: 15px;
    text-align: center;
  }
  body._old .txtTarget_pl {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  body._old .titStep {
    border: solid 2px #4054ca;
    border-radius: 3px;
    margin-bottom: 30px;
    font-size: 24px;
    padding: 10px;
  }
  body._old .titStep .step {
    border: none;
    padding: 0;
    line-height: 1.2;
    margin-right: none;
    font-size: 16px;
    display: block;
  }
}
body._old .table04 {
  clear: both;
  width: 100%;
  margin: 20px 0 0;
  border-collapse: collapse;
  line-height: 1.3;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}
body._old .table04.fixed {
  table-layout: fixed;
}
body._old .table04.min {
  font-size: 11px;
}
body._old .table04.min th, body._old .table04.min td {
  padding: 5px 5px;
}
body._old .staticTitleBig + .wrappingBlock01 .table04:first-child {
  margin-top: 60px;
}
body._old .table04 th,
body._old .table04 td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 5px 10px;
}
body._old .table04 th {
  text-align: center;
  font-weight: normal;
  white-space: nowrap !important;
  background-color: #ebedf7;
}
body._old .table04 .width0 th {
  width: 9%;
}
body._old .table04 .bgcolorGray {
  background-color: #f7f7f7;
}
body._old .table04 .bgcolorYellow {
  background-color: #fffae5;
}
body._old .table04 .length {
  line-height: 1.1;
}
body._old .table04 .length span {
  display: inline-block;
  transform: rotate(90deg);
}
body._old .table04 .txt {
  width: 22%;
}
body._old .table04 .num {
  width: 1%;
}
body._old .table04 .alp {
  color: #40ca57;
  text-align: center;
}
body._old .table04 .nowrap {
  white-space: nowrap;
}
body._old .table04 .numBox {
  display: inline-block;
  text-align: center;
  width: 21px;
  height: 21px;
  line-height: 21px;
  background-color: #40ca57;
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}
div.bcp {
  position: absolute;
  width: 100%;
  top: 70px;
  text-align: center;
  color: yellow;

}

@media screen and (max-width: 900px) {
  div.bcp {
    top: 40px;
    line-height:13px;
  }
}