@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;
}

/* -------------------------------------
 *
 * 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;
}

/* -------------------------------------
 * 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(../../assets/img/icon_newtab_b.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 12px !important;
}

a.outlink02 {
  background-image: url(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/img/com_ic62.png);
}

.dataLst .projectmenu .menuSecond .btnCopy {
  background-image: url(../../assets/img/com_ic61.png);
}

.dataLst .projectmenu .menuSecond .btnDelete {
  background-image: url(../../assets/img/com_ic009.png);
}

.dataLst .projectmenu .menuSecond .btnService {
  background-image: url(../../assets/img/com_ic66.png);
}

.dataLst .projectmenu .menuSecond .btnFavorite {
  background-image: url(../../assets/img/com_ic73.png);
}

.dataLst .projectmenu .menuSecond .btnFavoriteDel {
  background-image: url(../../assets/img/com_ic72.png);
}

.dataLst .projectmenu .menuSecond .btnShare {
  background-image: url(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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(../../assets/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: 9999 !important;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: 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("../../assets/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(../../assets/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(../../assets/img/com_ic27.png);
}

.check .btnLstFunc > a span:hover {
  opacity: 0.5;
}

.check .btnLstFunc > a .checked {
  background-image: url(../../assets/img/com_ic21.png);
}

.btnLstFunc.edit > a span {
  background-image: url(../../assets/img/com_ic22.png);
}

.btnLstFunc.group > a span {
  background-image: url(../../assets/img/com_ic23.png);
}

.btnLstFunc.ungroup > a span {
  background-image: url(../../assets/img/com_ic24.png);
}

.filter .btnLstFunc > a span {
  background-image: url(../../assets/img/com_ic25.png);
}

.other .btnLstFunc > a span {
  background-image: url(../../assets/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(../../assets/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(../../assets/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("../../assets/img/balloon.cur"), url("../../assets/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("../../assets/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("../../assets/img/btn_cube_isometric.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-straight a {
  top: 0;
  right: 0;
  background-image: url("../../assets/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("../../assets/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("../../assets/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("../../assets/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("../../assets/img/btn_cube_bottom.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-right a {
  top: 90px;
  right: 0;
  background-image: url("../../assets/img/btn_cube_right.png");
}
.viewer-cube-layer .viewer-cube-btn li.viewer-cube-left a {
  top: 90px;
  left: 0;
  background-image: url("../../assets/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("../../assets/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(../../assets/img/com_ic15.png);
}

.WindowSub .name a {
  background-image: url(../../assets/img/com_ic16.png);
}

.WindowSub .number a,
.WindowSub .customerReferenceNumber a {
  background-image: url(../../assets/img/com_ic17.png);
}

.WindowSub .modelNum a {
  background-image: url(../../assets/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(../../assets/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("../../assets/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(../../assets/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(../../assets/img/com_status_ic05.png?r=2580) no-repeat;
  padding-left: 30px;
}

.WindowMain .errorBlock span {
  display: block;
  background: url(../../assets/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(../../assets/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(../../assets/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(../../assets/img/com_status_ic03.png);
}

.anm.ic04 {
  background: url(../../assets/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(../../assets/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(../../assets/img/com_ic58.png) 0 50% no-repeat;
}

.lstSysCheck .ng {
  background: url(../../assets/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(../../assets/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(../../assets/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
------------------------------------- */
.worldwide .countryRegion {
  width: 489px;
  height: 32px;
  margin: 30px 395px 60px 396px;
  font-family: HiraKakuPro-W3;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #4c4c4c;
}
.worldwide .countryLanguage {
  width: 870px;
  margin: 20px 205px 20px;
}
.worldwide .separator {
  width: 870px;
  height: 0.1px;
  margin: 0 0 0 200px;
  border: solid 1px #d8d8d8;
  background: #d8d8d8;
}
.worldwide .Country {
  display: inline-block;
  width: 52px;
  height: 16px;
  margin: 0 128px 0 0;
  font-family: HiraKakuPro-W6;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #4c4c4c;
}
.worldwide .language {
  display: inline-block;
  width: 48px;
  height: 14px;
  margin: 0  20px 0;
  font-family: HiraKakuPro-W3;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-decoration: underline;
}
.worldwide .languageLink {
  color: #4c4c4c;
}

/* -------------------------------------
 * 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 .txtAlert {
  color: #E06464;
}
.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(../../assets/img/static/obj_correspond_ok.png);
}
.rpdmPage .titWill {
  background-image: url(../../assets/img/static/obj_correspond_will.png);
}
.rpdmPage .titNg {
  background-image: url(../../assets/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(../../assets/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(../../assets/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("../../assets/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("../../assets/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;
  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 .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(../../assets/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(../../assets/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(/ja-jp/assets/img/top/fa_mark.png);
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .tit.RP:before {
  background-image: url(/ja-jp/assets/img/top/rp_mark.png);
}
.rpdmPage .boxStaticIndex .boxStaticLink .block .tit.DM:before {
  background-image: url(/ja-jp/assets/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(../../assets/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 240px;
  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 .txtTablename {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.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 .bgcolorGreen {
  background-color: #d1eec9;
}
.faPage .table04 .length {
  line-height: 1.1;
}
.faPage .table04 .length span {
  display: inline-block;
  transform: rotate(90deg);
}
.faPage .table04 .txt {
  width: 17%;
}
.faPage .table04 .txt02 {
  width: 12%;
}
.faPage .table04 .topLayout {
  vertical-align: top;
}
.faPage .table04 .keepCell {
  width: 60%;
}
.faPage .table04 .keepCell125p {
  width: 12.5%;
}
.faPage .table04 .keepCell20p {
  width: 20%;
}
.faPage .table04 .keepCell25p {
  width: 25%;
}
.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 .table04 img {
  margin: 10px;
}
.faPage .table05 {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  margin: 5px 0;
}
.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(../../assets/img/static/fa/obj_correspond_ok.png);
}
.faPage .titWill {
  background-image: url(../../assets/img/static/fa/obj_correspond_will.png);
}
.faPage .titNg {
  background-image: url(../../assets/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;
}
.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: 30px 0 0 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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.faPage .listPaint li {
  width: 25%;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.faPage .listPaint li img {
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #4c4c4c;
  border-radius: 3px;
}
.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(../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("../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("../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 .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(../../assets/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(../../assets/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-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.faPage .lstSpc li {
  display: table;
  width: 48%;
  padding-bottom: 20px;
}
.faPage .lstSpc li div {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
  position: relative;
}
.faPage .lstSpc li div h3 {
  margin-top: 0px !important;
}
.faPage .lstSpc li div .txtCom {
  margin-top: 10px !important;
}
.faPage .lstSpc li div .new {
  background-color: #F00;
  color: #FFF;
  padding: 5px 8px;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
  position: absolute;
  top: -3px;
  left: -3px;
  font-size: 12px;
}
.faPage .lstSpc li div:first-child {
  padding-right: 20px;
  width: 200px;
}
.faPage .lstSpcCol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 730px;
}
.faPage .lstSpcCol li {
  width: 20%;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.faPage .lstSpcCol li .img {
  position: relative;
  width: 90px;
  margin: 0 auto;
  margin-top: 5px;
}
.faPage .lstSpcCol li .img img {
  border: 1px solid #CBCBCB;
}
.faPage .lstSpcCol li .img .new {
  background-color: #F00;
  color: #FFF;
  padding: 5px 8px;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
  position: absolute;
  top: -3px;
  left: -3px;
  font-size: 12px;
}
.faPage .ss-form-container {
  margin: 0 auto;
  padding: 30px 240px;
  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;
  }
}

.section-sample-ask {
  background: #EFEFEF;
  color: #000;
  padding: 60px;
  margin: 30px 0 10px;
}
.section-sample-ask .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: auto;
}
.section-sample-ask .block-description {
  width: 50%;
}
.section-sample-ask .block-description .title-sub {
  font-size: 3.3rem;
  margin-bottom: 40px;
}
.section-sample-ask .block-description .text-description {
  font-size: 1.8rem;
  line-height: 2;
}
.section-sample-ask .block-description .button-over {
  margin: 0;
}
.section-sample-ask .block-description .button-over a {
  font-size: 16px;
}
.section-sample-ask .block-sample {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.section-sample-ask .block-sample .block {
  width: 45%;
  position: relative;
  margin: 0 10px;
}
.section-sample-ask .block-sample .block .title-block {
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #00918C;
}
.section-sample-ask .block-sample .block img {
  width: 100%;
}

.tblRight {
  float: right;
  width: 700px;
}
.tblRight .table04 {
  margin: 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;
  }
}
/* -------------------------------------
 *
 * layout
 *
------------------------------------- */
/* -------------------------------------
 * page
------------------------------------- */
body {
  background-color: #fff;
}

#aboveFooter {
  min-height: calc(100vh - 225px);
}

#stickyFooter {
  background-color: #f2f2f2;
  margin-top: 64px;
  width: 100%;
}

#top #stickyFooter {
  margin-top: 0;
}

/* -------------------------------------
 * header
------------------------------------- */
#header {
  width: 100%;
  height: 64px;
  background: #000;
  font-size: 12px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
#header a {
  text-decoration: none;
}
#header .logo {
  position: absolute;
  width: 118px;
  top: 20px;
  left: 15px;
}
#header .logo img {
  width: 118px;
}
#header .logoSub {
  position: absolute;
  right: 18px;
  top: 24px;
}
#header .logoSub img {
  width: 70px;
}
#header #headInner {
  min-width: 1240px;
  margin: 0 auto;
  position: relative;
}
#header #headInner #nav-toggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1001;
}
#header #headInner #nav {
  display: -ms-flexbox;
  display: flex;
  margin: 0 95px 0 160px;
}
#header #headInner #nav .service > li {
  width: 120px;
}
#header #headInner #nav .service > li > span {
  display: block;
  box-sizing: border-box;
  color: #FFF;
  width: 100%;
  height: 64px;
  line-height: 64px;
  padding-right: 12px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: all .1s;
  cursor: pointer;
}
#header #headInner #nav .service > li > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 27px;
  right: 12px;
  transition: all .25s;
}
#header #headInner #nav .service > li:hover > span {
  background-color: #FFF;
  color: #000;
}
#header #headInner #nav .service > li:hover > span:before {
  border-color: #000 transparent transparent transparent;
  transform: rotate(-180deg);
}
#header #headInner #nav .service > li:hover > .menuSecond {
  visibility: visible;
  opacity: 1;
  transition: all .25s;
}
#header #headInner #nav .service .serviceList {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #FFF;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 6;
}
#header #headInner #nav .service .serviceList > li {
  width: 50%;
  position: relative;
  border-left: #D8D8D8 1px solid;
  background-repeat: no-repeat;
  background-size: 180px auto;
  background-position: 25px 50%;
  min-height: 83px;
}
#header #headInner #nav .service .serviceList > li:first-child {
  border-left: none;
}
#header #headInner #nav .service .serviceList > li a {
  display: block;
  padding: 20px 25px 20px 225px;
  width: 100%;
  box-sizing: border-box;
}
#header #headInner #nav .service .serviceList > li .title {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
#header #headInner #nav .service .serviceList > li .sub {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 5px;
  color: #000;
}
#header #headInner #nav .service .serviceList > li .txt {
  display: block;
  color: #000;
  font-size: 1.4rem;
  margin-top: 10px;
}
#header #headInner #nav .service .serviceList > li.serviceFA {
  border-bottom: #00918C 4px solid;
  background-image: url(../../assets/img/top/select_object_fa.png);
}
#header #headInner #nav .service .serviceList > li.serviceFA .title {
  color: #00918C !important;
}
#header #headInner #nav .service .serviceList > li.serviceRP {
  border-bottom: #5B5D5E 4px solid;
  background-image: url(../../assets/img/top/select_object_rp.png);
}
#header #headInner #nav .service .serviceList > li.serviceRP .title {
  color: #5B5D5E !important;
}
#header #headInner #nav .service .menuSecond {
  visibility: hidden;
  opacity: 0;
  transition: all .25s .25s;
}
#header #headInner #nav .navList {
  display: -ms-flexbox;
  display: flex;
}
#header #headInner #nav .navList > li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 25px;
}
#header #headInner #nav .navList > li:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -8px;
}
#header #headInner #nav .navList > li > a {
  color: #fff;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
}
#header #headInner #nav .navList > li:first-child {
  margin-left: 12px;
}
#header #headInner #nav .navList > li:first-child:before {
  content: none;
}
#header #headInner #nav .navList > li.outlink a:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../../assets/img/icon_newtab_w.png) no-repeat;
  margin-left: 3px;
  vertical-align: text-top;
}
#header #headInner #nav .navList2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
}
#header #headInner #nav .navList2 > li {
  position: relative;
  margin-left: 10px;
}
#header #headInner #nav .navList2 > li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333 !important;
  text-align: center;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 5px;
}
#header #headInner #nav .navList2 .loginBtn > a {
  background: linear-gradient(#ffdb4d, #ffcc00);
  width: 150px;
}
#header #headInner #nav .navList2 .loginBtn > a.user_name span {
  background: linear-gradient(#fff, #dedede);
}
#header #headInner #nav .navList2 .infoBtn > a {
  background: #fff;
  width: 130px;
}
#header #headInner #nav .countryBtn {
  margin-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#header #headInner #nav .countryBtn > li {
  position: relative;
}
#header #headInner #nav .countryBtn > li > a {
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 12px;
  color: #000;
  background: #fff;
  width: 51px;
  height: 24px;
  line-height: 24px;
  display: block;
  box-sizing: border-box;
  padding-left: 20px;
  text-align: center;
  position: relative;
}
#header #headInner #nav .countryBtn > li > a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../../assets/img/ico_country.svg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
}
#header #headInner #nav .countryBtn > li > a.noEvent {
  pointer-events: none;
}
#header #headInner #nav .countryBtn > li:hover > .menuSecond {
  visibility: visible;
  opacity: 1;
  transition: all .25s;
}
#header #headInner #nav .countryBtn .langList {
  width: 150px;
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 6;
}
#header #headInner #nav .countryBtn .langList li {
  margin-top: 8px;
}
#header #headInner #nav .countryBtn .langList li:first-child {
  margin-top: 0;
}
#header #headInner #nav .countryBtn .langList li a {
  color: #000;
  display: block;
  padding-left: 13px;
  position: relative;
}
#header #headInner #nav .countryBtn .langList li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
#header #headInner #nav .countryBtn .langList li.selected a {
  pointer-events: none;
}
#header #headInner #nav .countryBtn .langList li.selected a:before {
  background-color: #000;
}
#header #headInner #nav .countryBtn .menuSecond {
  visibility: hidden;
  opacity: 0;
  transition: all .25s .25s;
}

/* -------------------------------------
 * main
------------------------------------- */
/* content */
#content {
  padding: 60px 0 0;s
  width: 100%;
  margin: 0 auto;
}
#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;
  height: 165px;
  overflow: hidden;
  box-sizing: border-box;
}
#footer .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  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 {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#footer .inner > div.boxSns .logo img {
  width: 124px;
}
#footer .inner > div.boxSns .lstSns {
  margin-top: 20px;
}
#footer .inner > div.boxSns .lstSns li {
  display: inline-block;
  margin: 0 5px;
}
#footer .inner > div.boxSns .lstSns li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px auto;
  text-indent: -9999px;
  overflow: hidden;
}
#footer .inner > div.boxSns .lstSns li.facebook a {
  background-image: url(../../assets/img/sns_facebook.png);
}
#footer .inner > div.boxSns .lstSns li.twitter a {
  background-image: url(../../assets/img/sns_twitter.png);
}
#footer .inner > div.boxSns .lstSns li.google a {
  background-image: url(../../assets/img/sns_google.png);
}
#footer .inner > div.boxSns .lstSns li.linkedin a {
  background-image: url(../../assets/img/sns_linkedin.png);
}
#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;
      align-self: center;
}
#footer .inner > div.boxAsk .txt {
  margin: 5px 0;
  text-align: center;
}
#footer .inner > div.boxAsk .txt br {
  display: none;
}
#footer .inner > div.boxAsk .tel {
  font-size: 45px;
  color: #E06464;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}
#footer .inner > div.boxAsk .tel a {
  pointer-events: none;
  color: #E06464;
}
#footer .inner > div.boxLink {
  border-left: 1px solid #d9d9d9;
}
#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 > div.subLogo {
  -ms-flex: 0.6;
      flex: 0.6;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#footer .inner > div.subLogo img {
  width: 90px;
}
#footer .inner .outlink {
  display: inline-block;
}
#footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../../assets/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;
}

/* ==========================================================================
トップ_r 系共通
========================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-display: swap;
  font-size: 1.4em;
}

.top_r {
  color: #000;
  line-height: 1.8;
}
.top_r .contentInner {
  min-width: 1240px;
  width: 86vw;
  padding: 60px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top_r .contentInner {
    min-width: auto;
    width: auto;
    padding: 60px 20px;
  }
}
.top_r .contentInner.widthBlock {
  width: 1240px;
  min-width: inherit;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top_r .contentInner.widthBlock {
    width: auto;
  }
}
.top_r .contentInner .contentTitleH2 .largeTitle {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .top_r .contentInner .contentTitleH2 .largeTitle {
    font-size: 2.4rem;
  }
}
.top_r .contentInner .contentTitleH2 .largeTitle.exception01 {
  font-size: 3.6rem;
}
.top_r .contentInner .contentTitleH2 .smallTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  display: block;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .top_r .contentInner .contentTitleH2 .smallTitle {
    font-size: 1.6rem;
  }
}
.top_r .contentInner .contentTitleH2 .smallTitle.bottom {
  margin-top: 16px;
  margin-bottom: 0;
}
.top_r .contentInner .contentTitleRead {
  margin-top: 32px;
  font-size: 1.8rem;
}
.top_r .contentInner .contentTitleRead span {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .top_r .contentInner .contentTitleRead span {
    font-size: 1.2rem;
  }
}
.top_r .contentBg_gray {
  background: #F7F7F7;
}
.top_r .contentBg_backGreen {
  background: #385C6C;
}
.top_r .contentBg_fa {
  background: #00918c !important;
}
.top_r .contentBg_rp {
  background: #5B5D5E !important;
}
.top_r .contentBg_dm {
  background: #BE000E !important;
}
.top_r .topRBtn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 1.4rem;
  font-weight: bold;
  border: #D8D8D8 1px solid;
  border-radius: 50px;
  color: #000;
  text-align: center;
}
.top_r .topRBtnYellow {
  display: inline-block;
  padding: 8px 16px;
  font-size: 1.4rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffe167 0%, #ffd542 100%);
  font-weight: bold;
  color: #000;
  border-radius: 4px;
  text-align: center;
}
.top_r .topRCursorBtn {
  font-size: 2.5rem;
  color: #FFF;
  display: block;
  position: relative;
  padding-right: 44px;
  line-height: 1;
  font-weight: 600;
}
.top_r .topRCursorBtn: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_r .topRCursorBtn: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_r .fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}
.top_r .fadein.fleft {
  transform: translate(-150px, 150px);
  transition: all 3s 0.5s;
}
.top_r .fadein.fright {
  transform: translate(150px, 150px);
  transition: all 3s 0.5s;
}
.top_r .fadein.s1 {
  transition: all 0.5s 0.25s;
}
@media screen and (max-width: 900px) {
  .top_r .fadein.s1 {
    transition: all 0.5s;
  }
}
.top_r .fadein.s2 {
  transition: all 0.5s 0.5s;
}
@media screen and (max-width: 900px) {
  .top_r .fadein.s2 {
    transition: all 0.5s;
  }
}
.top_r .fadein.s3 {
  transition: all 0.5s 0.75s;
}
@media screen and (max-width: 900px) {
  .top_r .fadein.s3 {
    transition: all 0.5s;
  }
}
.top_r .fadein.s4 {
  transition: all 0.5s 2s;
}
@media screen and (max-width: 900px) {
  .top_r .fadein.s4 {
    transition: all 0.5s;
  }
}
.top_r .fadein.s5 {
  transition: all 0.5s 2.5s;
}
@media screen and (max-width: 900px) {
  .top_r .fadein.s5 {
    transition: all 0.5s;
  }
}
.top_r .fadein.s6 {
  transition: all 0.5s 3s;
}
@media screen and (max-width: 900px) {
  .top_r .fadein.s6 {
    transition: all 0.5s;
  }
}
.top_r .tooltip {
  position: relative;
}
.top_r .tooltip .tooltiptext {
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  bottom: 103%;
  left: 0;
  visibility: hidden;
  width: 100%;
  white-space: nowrap;
  padding: 0.3em 0.5em;
  transition: opacity 1s;
  text-align: center;
  opacity: 0;
  color: #ffffff;
  border-radius: 4px;
  background-color: #000;
}
.top_r .tooltip .tooltiptext::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  content: ' ';
  border: 5px solid transparent;
  border-top-color: #000;
}
.top_r .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.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);
  }
}
@media screen and (max-width: 900px) {
  #top #footer {
    min-width: auto;
    height: auto;
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  #top #footer .inner {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #top #footer .inner > div {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 900px) {
  #top #footer .inner > div.boxAsk {
    border-left: none;
    border-top: 1px solid #d9d9d9;
    margin-top: 25px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  #top #footer .inner > div.boxAsk .txt br {
    display: inline;
  }
}
@media screen and (max-width: 900px) {
  #top #footer .inner > div.boxAsk .tel {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  #top #footer .inner > div.boxAsk .tel a {
    pointer-events: auto;
  }
}
@media screen and (max-width: 900px) {
  #top #footer .inner > div.boxLink {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #top #footer .inner > div.subLogo {
    border-top: 1px solid #d9d9d9;
    margin-top: 25px;
    padding-top: 20px;
    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(../../assets/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: 64px;
  }
}
@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: 2px;
    width: 100%;
    background: #FFF;
    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: 11px;
  }
  #top #header #headInner #nav-toggle div span:nth-child(3) {
    top: 22px;
  }
  #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 .logoSub {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #top #header #nav.nav-sp {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100%;
    margin: 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 .service > li {
    width: auto;
  }
  #top #header #nav.nav-sp .service > li > span {
    display: none;
  }
  #top #header #nav.nav-sp .service .serviceList {
    display: block;
    width: auto;
    background-color: transparent;
    position: static;
  }
  #top #header #nav.nav-sp .service .serviceList > li {
    width: auto;
    position: relative;
  }
  #top #header #nav.nav-sp .service .serviceList > li a {
    display: block;
    padding: 15px;
  }
  #top #header #nav.nav-sp .service .serviceList > li .title {
    text-align: left;
    font-size: 1.3rem;
  }
  #top #header #nav.nav-sp .service .serviceList > li .sub {
    text-align: left;
    font-size: 1.1rem;
    color: #fff;
    opacity: 0.75;
    margin-top: 5px;
  }
  #top #header #nav.nav-sp .service .serviceList > li .txt {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 5px;
    padding-left: 0;
    min-height: auto;
  }
  #top #header #nav.nav-sp .service .serviceList > li.serviceFA {
    border-bottom: #666 1px solid;
    border-left: #00918C 4px solid;
    background-image: none;
  }
  #top #header #nav.nav-sp .service .serviceList > li.serviceFA .title {
    color: #fff !important;
  }
  #top #header #nav.nav-sp .service .serviceList > li.serviceRP {
    border-bottom: #666 1px solid;
    border-left: #5B5D5E 4px solid;
    background-image: none;
  }
  #top #header #nav.nav-sp .service .serviceList > li.serviceRP .title {
    color: #fff !important;
  }
  #top #header #nav.nav-sp .service .menuSecond {
    visibility: visible;
    opacity: 1;
  }
  #top #header #nav.nav-sp .navList {
    display: block;
  }
  #top #header #nav.nav-sp .navList > li {
    margin-left: 15px;
  }
  #top #header #nav.nav-sp .navList > li:before {
    content: none;
  }
  #top #header #nav.nav-sp .navList > li > a {
    height: 40px;
    line-height: 40px;
    display: block;
  }
  #top #header #nav.nav-sp .navList > li:first-child {
    margin-top: 15px;
    margin-left: 15px;
  }
  #top #header #nav.nav-sp .navList2 {
    margin: 15px 5px 0 5px;
  }
  #top #header #nav.nav-sp .navList2 > li {
    margin: 0 10px;
    width: 50%;
  }
  #top #header #nav.nav-sp .navList2 .loginBtn > a {
    width: auto;
  }
  #top #header #nav.nav-sp .navList2 .infoBtn > a {
    width: auto;
  }
  #top #header #nav.nav-sp .countryBtn {
    margin: 30px 15px 15px 15px;
    padding-top: 15px;
    border-top: 1px solid #666;
  }
  #top #header #nav.nav-sp .countryBtn > li {
    position: relative;
    width: 100%;
  }
  #top #header #nav.nav-sp .countryBtn > li > a {
    pointer-events: none;
  }
  #top #header #nav.nav-sp .countryBtn .langList {
    width: auto;
    background-color: transparent;
    padding: 0;
    position: static;
  }
  #top #header #nav.nav-sp .countryBtn .langList li {
    margin-top: 20px;
  }
  #top #header #nav.nav-sp .countryBtn .langList li a {
    color: #fff;
  }
  #top #header #nav.nav-sp .countryBtn .langList li a:before {
    border: 1px solid #fff;
  }
  #top #header #nav.nav-sp .countryBtn .langList li.selected a:before {
    background-color: #fff;
  }
  #top #header #nav.nav-sp .countryBtn .menuSecond {
    visibility: visible;
    opacity: 1;
  }
}

.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;
}

.ban {
  position: absolute;
  top: 90px;
  right: 30px;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .ban {
    display: none !important;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.ban .inner {
  position: relative;
}
@media screen and (max-width: 900px) {
  .ban .inner {
    display: inline-block;
  }
}
.ban a {
  display: block;
  margin-top: 15px;
}
.ban a:first-child {
  margin-top: 0;
}
.ban a:hover {
  opacity: 1;
}
.ban img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.ban img.sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .ban img.pc {
    display: none;
  }
  .ban img.sp {
    display: block;
  }
}
.ban .btnCloseBan {
  width: 36px;
  height: 36px;
  background-color: #000;
  border-radius: 50%;
  border: 1px solid #fff;
  text-indent: -9999px;
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
}
.ban .btnCloseBan:before, .ban .btnCloseBan:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  margin: 0 0 0 -11px;
  background: white;
  transition: opacity .2s;
}
.ban .btnCloseBan:before {
  transform: rotate(-45deg);
}
.ban .btnCloseBan:after {
  transform: rotate(45deg);
}
.ban .btnCloseBan:hover:before, .ban .btnCloseBan:hover:after {
  opacity: 0.5;
}

#top_banner {
  width: 188px;
  height: 10px;
}

.topOhv {
  overflow: visible !important;
}

.modal.image {
  width: auto;
  border-radius: 10px;
  position: relative;
}
.modal.image .close-modal {
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
}
.modal.image .close-modal:before, .modal.image .close-modal:after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 0;
}
.modal.image .close-modal:before {
  transform: rotate(45deg);
}
.modal.image .close-modal:after {
  transform: rotate(-45deg);
}

/* ==========================================================================
トップ_r
========================================================================== */
.top_r .top_kv {
  height: 580px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv {
    height: auto;
    margin-top: 56px;
  }
}
.top_r .top_kv video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 580px;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv video {
    height: auto;
  }
}
.top_r .top_kv .kvContents {
  position: relative;
  /*必ず必要*/
  z-index: 2;
  /*必ず必要*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin: auto;
  color: #fff;
  height: 516px;
  padding-top: 64px;
  background: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents {
    height: auto;
    padding: 64px 0;
  }
}
.top_r .top_kv .kvContents .subCatch {
  font-size: 3.6rem;
  line-height: 1.33;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .subCatch {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    padding: 0 15px;
  }
}
.top_r .top_kv .kvContents .subCatch + p {
  display: block;
  text-align: right;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .subCatch + p {
    padding: 0 15px;
  }
}
.top_r .top_kv .kvContents .ContentsFrame {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  width: 1100px;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .ContentsFrame {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft {
  width: 446px;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .ContentsFrame .kvLeft {
    width: auto;
  }
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft .kvLogo img {
  width: 446px;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .ContentsFrame .kvLeft .kvLogo img {
    width: 100%;
  }
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft .title-panel {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 11px;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .ContentsFrame .kvLeft .title-panel {
    font-size: 1.1rem;
  }
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft .title-panel img {
  float: right;
  width: 96px;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .ContentsFrame .kvLeft .title-panel img {
    width: 70px;
  }
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft .title-panel + p {
  font-size: 1.2rem;
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft .kvBtn {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft .kvBtn a {
  font-weight: bold;
  color: #fff;
  border: #fff solid 1px;
  padding: 12px 0;
  width: 215px;
  box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .ContentsFrame .kvLeft .kvBtn a {
    width: 50%;
  }
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft .kvBtn a:first-child {
  margin-right: 12px;
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft .kvAuthority {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 32px;
}
.top_r .top_kv .kvContents .ContentsFrame .kvLeft .kvAuthority li {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .ContentsFrame .kvLeft .kvAuthority li img {
    width: 90%;
  }
}
.top_r .top_kv .kvContents .ContentsFrame .kvRight {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: right;
  animation-name: fadeinKV;
  animation-duration: 5s;
}
@keyframes fadeinKV {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .ContentsFrame .kvRight {
    display: none;
  }
}
.top_r .top_kv .kvContents .ContentsFrame .kvRight img {
  width: 580px;
}
.top_r .top_kv .kvContents .ContentsFrame .kvRight span {
  display: block;
  font-size: 1.1rem;
  margin-bottom: -1em;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .ContentsFrame .kvRight span {
    margin-bottom: 0;
  }
}
.top_r .top_kv .kvContents .authority {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .authority {
    margin: 32px 0 48px 0;
  }
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .authority li {
    padding: 0 10px;
  }
}
.top_r .top_kv .kvContents .authority li img {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .top_r .top_kv .kvContents .authority li img {
    width: 100%;
  }
}
.top_r .kvIntroductionCompanies .contentInner {
  padding: 10px 0;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.top_r .kvIntroductionCompanies ul {
  display: -ms-flexbox;
  display: flex;
}
.top_r .kvIntroductionCompanies ul li img {
  width: 130px;
}
@media screen and (max-width: 900px) {
  .top_r .kvIntroductionCompanies ul li img {
    width: 100px;
  }
}
.top_r .kvIntroductionCompanies a {
  margin-left: auto;
  padding: 0 30px 0 25px;
  color: #000;
  background: url(../../assets/img/top/icon_arrow_01.svg) 5% 50% no-repeat;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top_r .kvIntroductionCompanies a {
    display: none;
  }
}
.top_r .top_info .contentInner {
  padding: 40px 30px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top_r .top_info .contentInner {
    padding: 40px 20px;
  }
}
.top_r .top_info .contentInner > h3 {
  position: absolute;
  top: 40px;
  left: 320px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .top_r .top_info .contentInner > h3 {
    position: static;
  }
}
.top_r .top_info #topics_rss ul {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 0 290px;
}
@media screen and (max-width: 900px) {
  .top_r .top_info #topics_rss ul {
    padding: 186px 0 0 0;
  }
}
.top_r .top_info #topics_rss ul li {
  padding: 16px 0;
  border-bottom: #D8D8D8 solid 1px;
}
.top_r .top_info #topics_rss ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.top_r .top_info #topics_rss ul li:first-child {
  padding-top: 0;
}
.top_r .top_info #topics_rss ul li:first-child .photo {
  display: block !important;
  width: 260px;
  height: 170px;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .top_r .top_info #topics_rss ul li:first-child .photo {
    width: 100%;
    margin-bottom: 16px;
  }
}
.top_r .top_info #topics_rss ul li:first-child .photo img {
  width: 260px;
}
.top_r .top_info #topics_rss ul li:first-child .photo span {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.1rem;
}
.top_r .top_info #topics_rss ul li a {
  color: #000;
  display: -ms-flexbox;
  display: flex;
}
.top_r .top_info #topics_rss ul li a .photo {
  display: none;
}
.top_r .top_info #topics_rss ul li p {
  display: table-cell;
}
.top_r .top_gist .point3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top_r .top_gist .point3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .top_gist .point3 li {
  width: 28%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: #F7F7F7;
  border-right: #fff solid 2px;
  padding: 32px;
}
@media screen and (max-width: 900px) {
  .top_r .top_gist .point3 li {
    border-right: none;
    border-bottom: #fff solid 2px;
    width: 100%;
  }
}
.top_r .top_gist .point3 lilast-child {
  border-right: none;
}
.top_r .top_gist .point3 li > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.top_r .top_gist .point3 li > div > p {
  width: 115px;
}
.top_r .top_gist .point3 li > div > p img {
  width: 104px;
  margin-left: 16px;
}
.top_r .top_gist .point3 li > div > div {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 1.4rem;
}
.top_r .top_gist .point3 li h3 {
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 0.7em;
  line-height: 1;
  position: relative;
}
.top_r .top_gist .point3 li h3.bait2 {
  padding-left: 1em;
}
.top_r .top_gist .point3 li h3.bait2 strong {
  font-size: 45px;
}
.top_r .top_gist .point3 li h3 strong {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5.0rem;
  color: #ea0000;
  line-height: 0.8;
}
.top_r .top_gist .point3 li h3 .text01 {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
}
.top_r .top_gist .point3 li h3 .text02 {
  font-size: 2.4rem;
  display: block;
  line-height: 1;
}
.top_r .top_gist .point3 li h3 .text02 em {
  color: #ea0000;
}
.top_r .top_gist .explanationIllust {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .top_gist .explanationIllust {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .top_gist .explanationIllust li {
  width: 100%;
  text-align: center;
}
.top_r .top_gist .explanationIllust li img {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .top_r .top_gist .explanationIllust li img {
    width: 100%;
  }
}
.top_r .revolution {
  color: #fff;
}
.top_r .revolution .contentInner {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .top_r .revolution .contentInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}
.top_r .revolution .contentInner .content_text {
  padding-right: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .revolution .contentInner .content_text {
    padding-right: 0;
    margin: 0 auto;
  }
}
.top_r .revolution .contentInner .content_text p.subTitle {
  font-size: 2.4rem;
  margin-bottom: 16px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .top_r .revolution .contentInner .content_text p.subTitle {
    text-align: center;
    font-size: 1.6rem;
  }
}
.top_r .revolution .contentInner .content_text h2 {
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .top_r .revolution .contentInner .content_text h2 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.top_r .revolution .contentInner .content_text p.read {
  margin-top: 40px;
  font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
  .top_r .revolution .contentInner .content_text p.read {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .top_r .revolution .contentInner .youtube {
    margin: 60px auto 0 auto;
    width: 320px;
  }
}
.top_r .revolution .contentInner .youtube iframe {
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 900px) {
  .top_r .revolution .contentInner .youtube iframe {
    width: 320px;
    height: 194px;
  }
}
.top_r .revolution .contentInner div:last-child {
  display: none;
  margin-top: 16px;
  font-size: 1.2rem;
}
@media screen and (max-width: 900px) {
  .top_r .revolution .contentInner div:last-child {
    display: block;
  }
}
.top_r .sampleModel ul {
  background: #fff;
  padding: 32px;
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .top_r .sampleModel ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .sampleModel ul li {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 50%;
  padding-right: 16px;
  margin-right: 16px;
  border-right: #D8D8D8 1px solid;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top_r .sampleModel ul li {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: #D8D8D8 1px solid;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.top_r .sampleModel ul li a {
  color: #000;
}
.top_r .sampleModel ul li div {
  transition: opacity .2s;
}
.top_r .sampleModel ul li div:hover {
  opacity: 0.5;
}
.top_r .sampleModel ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 900px) {
  .top_r .sampleModel ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.top_r .sampleModel ul li h3 {
  font-size: 2.2rem;
  font-weight: bold;
}
.top_r .sampleModel ul li h3.green {
  color: #00918C;
}
.top_r .sampleModel ul li h3.gray {
  color: #5B5D5E;
}
.top_r .sampleModel ul li h3.red {
  color: #BE000E;
}
.top_r .sampleModel ul li .bar {
  padding: 8px 0;
}
.top_r .sampleModel ul li .subTitle {
  font-size: 1.2rem;
}
.top_r .sampleModel ul li .img img {
  width: 260px;
  line-height: 0;
}
.top_r .sampleModel ul li .text {
  padding: 16px 0;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation .contentTitleRead {
    font-size: 1.2rem;
  }
}
.top_r .evaluation .titleGraf {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation .titleGraf {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .evaluation .titleGraf li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation .titleGraf li {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.top_r .evaluation .titleGraf li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation .titleGraf li:last-child {
    margin-bottom: 0;
  }
}
.top_r .evaluation .titleGraf li .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
}
.top_r .evaluation .titleGraf li .title p {
  width: 90px;
}
.top_r .evaluation .titleGraf li .title p img {
  width: 75px;
}
.top_r .evaluation .titleGraf li .title h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation .titleGraf li .title h3 {
    font-size: 2.0rem;
  }
}
.top_r .evaluation .titleGraf li .title h3 span {
  font-size: 4.0rem;
  color: #ea0000;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation .titleGraf li .title h3 span {
    font-size: 3.2rem;
  }
}
.top_r .evaluation .titleGraf li .graf {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 200px;
  margin-top: 16px;
  position: relative;
}
.top_r .evaluation .titleGraf li .graf p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  color: #ea0000;
  border-bottom: solid 2px #ea0000;
  line-height: 1.2;
}
.top_r .evaluation .titleGraf li .graf p span {
  font-size: 1.5rem;
}
.top_r .evaluation .titleGraf li .graf canvas {
  width: 200px;
}
.top_r .evaluation #client_rss ul {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation #client_rss ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .evaluation #client_rss ul li {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 32%;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation #client_rss ul li {
    margin-right: 0;
    margin-bottom: 24px;
    width: auto;
  }
}
.top_r .evaluation #client_rss ul li:nth-of-type(4), .top_r .evaluation #client_rss ul li:nth-of-type(5), .top_r .evaluation #client_rss ul li:nth-of-type(6) {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation #client_rss ul li:nth-of-type(4), .top_r .evaluation #client_rss ul li:nth-of-type(5), .top_r .evaluation #client_rss ul li:nth-of-type(6) {
    margin-bottom: 24px;
  }
}
.top_r .evaluation #client_rss ul li:nth-of-type(2) {
  transition: all 0.5s 0.25s;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation #client_rss ul li:nth-of-type(2) {
    transition: all 0.5s;
  }
}
.top_r .evaluation #client_rss ul li:nth-of-type(3) {
  transition: all 0.5s 0.5s;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation #client_rss ul li:nth-of-type(3) {
    transition: all 0.5s;
  }
}
.top_r .evaluation #client_rss ul li:nth-of-type(5) {
  transition: all 0.5s 0.25s;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation #client_rss ul li:nth-of-type(5) {
    transition: all 0.5s;
  }
}
.top_r .evaluation #client_rss ul li:nth-of-type(6) {
  transition: all 0.5s 0.5s;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation #client_rss ul li:nth-of-type(6) {
    transition: all 0.5s;
  }
}
.top_r .evaluation #client_rss ul li a {
  color: #000;
  display: -ms-flexbox;
  display: flex;
}
.top_r .evaluation #client_rss ul li a > div {
  transition: opacity .2s;
  margin-bottom: 32px;
}
.top_r .evaluation #client_rss ul li a > div:hover {
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation #client_rss ul li a > div {
    margin-bottom: 24px;
  }
}
.top_r .evaluation #client_rss ul li a > div:last-child {
  margin-bottom: 0;
}
.top_r .evaluation #client_rss ul li a > div .companyName {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.top_r .evaluation #client_rss ul li a > div .companyName span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top_r .evaluation #client_rss ul li a > div > div {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.top_r .evaluation #client_rss ul li a > div > div h3 {
  background: #F7F7F7;
  border-radius: 8px;
  margin-left: 24px;
  padding: 16px;
  position: relative;
}
.top_r .evaluation #client_rss ul li a > div > div h3:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -20px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #F7F7F7;
}
.top_r .evaluation #client_rss ul li a > div > div h3 span {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top_r .evaluation #client_rss ul li a > div > div .companyPic {
  display: block;
  width: 165px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  background-color: #aaaaaa;
}
@media screen and (max-width: 900px) {
  .top_r .evaluation #client_rss ul li a > div > div .companyPic {
    width: 120px;
    height: 80px;
  }
}
.top_r .evaluation #client_rss ul li a > div .topRBtn {
  background: #fff;
  white-space: nowrap;
}
.top_r .evaluation #client_rss ul li:nth-of-type(2) h3, .top_r .evaluation #client_rss ul li:nth-of-type(4) h3, .top_r .evaluation #client_rss ul li:nth-of-type(6) h3 {
  background: #E7F1F8;
}
.top_r .evaluation #client_rss ul li:nth-of-type(2) h3:before, .top_r .evaluation #client_rss ul li:nth-of-type(4) h3:before, .top_r .evaluation #client_rss ul li:nth-of-type(6) h3:before {
  border-right: 15px solid #E7F1F8;
}
@media screen and (max-width: 900px) {
  .top_r .introductionCompanies {
    display: none;
  }
}
.top_r .introductionCompanies .contentTitleH2 {
  color: #fff;
}
.top_r .introductionCompanies .logos {
  background: #fff;
  margin-top: 60px;
  padding: 24px 24px 0 24px;
}
.top_r .introductionCompanies .logos ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.top_r .introductionCompanies .logos ul li {
  padding: 0 24px 24px 24px;
  width: 220px;
}
.top_r .introductionCompanies .logos ul li img {
  width: 100%;
  height: auto;
}
.top_r .introductionCompanies .names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #F7F7F7;
  padding: 32px 40px;
}
.top_r .introductionCompanies .names li {
  width: 33.3%;
  text-align: left;
  line-height: 2.5em;
}
.top_r .publication ul {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.top_r .publication ul li {
  width: 18%;
  background: #fff;
  border: #D9D9D9 1px solid;
  margin-bottom: 2em;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top_r .publication ul li {
    width: 47%;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 900px) {
  .top_r .publication ul li:nth-child(3), .top_r .publication ul li:nth-child(4), .top_r .publication ul li:nth-child(5), .top_r .publication ul li:nth-child(6), .top_r .publication ul li:nth-child(7), .top_r .publication ul li:nth-child(8) {
    display: none;
  }
}
.top_r .publication ul li:last-child {
  border: none;
  box-shadow: none;
}
.top_r .publication ul li a {
  color: #000;
}
.top_r .publication ul li a .img {
  position: relative;
  border-bottom: #D9D9D9 1px solid;
  transition: all 1s 0.5s;
}
.top_r .publication ul li a .img:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.top_r .publication ul li a .img span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
.top_r .publication ul li a .tit {
  padding: 16px 16px 0 16px;
  color: #000;
  transition: all 1s 0.5s;
}
.top_r .publication ul li a .tit span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top_r .publication ul li a .dat {
  padding: 0 16px 16px 16px;
  color: #999;
  transition: all 1s 0.5s;
}
.top_r .publication ul li a .txt {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  margin: 16px;
  background-color: #FFF;
  text-align: justify;
  transition: all 0.5s;
}
.top_r .publication ul li a .txt:before,
.top_r .publication ul li a .txt :after {
  position: absolute;
  background: #fff;
}
.top_r .publication ul li a .txt:before {
  content: "…";
  width: 1em;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .top_r .publication ul li a .txt:before {
    content: none;
  }
}
.top_r .publication ul li a .txt:after {
  content: "";
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top_r .publication ul li a .txt:after {
    content: none;
  }
}
.top_r .publication ul li a .txt span {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top_r .publication ul li a:hover {
  opacity: 1;
}
.top_r .publication ul li a:hover .img {
  margin-top: -90px;
  margin-bottom: 90px;
  transition: all 1s;
}
@media screen and (max-width: 900px) {
  .top_r .publication ul li a:hover .img {
    margin-top: 0;
  }
}
.top_r .publication ul li a:hover .tit,
.top_r .publication ul li a:hover .dat {
  opacity: 0;
  transition: all 1s;
}
@media screen and (max-width: 900px) {
  .top_r .publication ul li a:hover .tit,
  .top_r .publication ul li a:hover .dat {
    opacity: 1;
  }
}
.top_r .publication ul li a:hover .txt {
  opacity: 1;
  transition: all 1s 0.5s;
}
@media screen and (max-width: 900px) {
  .top_r .publication ul li a:hover .txt {
    opacity: 0;
  }
}
.top_r .publication ul li img {
  width: 100%;
  margin-top: -25%;
}
.top_r .publication ul .moreBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: none;
}
.top_r .publication ul .moreBtn a {
  padding: 8px 32px;
  background: #fff;
}
.top_r .publication ul .moreBtn a:hover {
  opacity: .5;
}
.top_r .security .content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top_r .security .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .security .content .point {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .security .content .point {
    padding-right: 0;
  }
}
.top_r .security .content .point li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px;
}
.top_r .security .content .point li > span {
  background: #528EC8;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .top_r .security .content .point li > span {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.top_r .security .content .point li h3 {
  font-size: 2.2rem;
  font-weight: bold;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media screen and (max-width: 900px) {
  .top_r .security .content .point li h3 {
    font-size: 1.8rem;
  }
}
.top_r .security .content .point li h3 span {
  font-size: 1.4rem;
}
.top_r .security .content .point li.annotation {
  font-size: 1.4rem;
  margin-top: -8px;
}
.top_r .security .content .point li.details {
  background: #F7F7F7;
  padding: 16px;
  font-size: 1.4rem;
  margin-top: 24px;
  display: block;
}
@media screen and (max-width: 900px) {
  .top_r .security .content .point li.details {
    display: none;
  }
}
.top_r .security .content .point li.details p:first-child {
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .top_r .security .content div:last-child {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .security .content div:last-child img {
  width: 416px;
}
@media screen and (max-width: 900px) {
  .top_r .security .content div:last-child img {
    width: 100%;
    height: auto;
  }
}
.top_r .security .content div:last-child .details {
  background: #F7F7F7;
  padding: 16px;
  margin-top: 24px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 900px) {
  .top_r .security .content div:last-child .details {
    display: block;
  }
}
.top_r .security .content div:last-child .details p:first-child {
  font-weight: bold;
}
.top_r .flow .contentInner {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .top_r .flow .contentInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .flow .content_text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .flow .content_text {
    padding-right: 0;
  }
}
.top_r .flow .content_text p {
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .top_r .flow .content_text p {
    text-align: center;
    font-size: 2.4rem;
  }
}
.top_r .flow .content_text h3 {
  font-size: 2.4rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 900px) {
  .top_r .flow .content_text h3 {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .top_r .flow .content_img {
    margin-top: 60px;
  }
}
.top_r .flow .content_img img {
  width: 730px;
}
@media screen and (max-width: 900px) {
  .top_r .flow .content_img img {
    width: 100%;
  }
}
.top_r .support .contentTitleH2 {
  color: #fff;
}
.top_r .support h4 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 40px 0 -36px 0;
}
@media screen and (max-width: 900px) {
  .top_r .support h4 {
    display: none;
  }
}
.top_r .support .supportContents {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.top_r .support .supportContents > div {
  width: 50%;
  background: #FFF;
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 900px) {
  .top_r .support .supportContents > div {
    width: 100%;
  }
}
.top_r .support .supportContents > div:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .support .supportContents > div:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .top_r .support .supportContents > div:last-child {
    display: none;
  }
}
.top_r .support .supportContents > div a {
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .top_r .support .supportContents > div a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .support .supportContents > div a > div:first-child {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .top_r .support .supportContents > div a > div:first-child {
    width: auto;
    margin: 0 auto 24px auto;
  }
}
.top_r .support .supportContents > div a > div:first-child img.img_pamphlet {
  width: 119px;
}
.top_r .support .supportContents > div a > div:first-child img.img_support {
  width: 90px;
}
.top_r .support .supportContents > div a > div:last-child {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media screen and (max-width: 900px) {
  .top_r .support .supportContents > div a > div:last-child {
    text-align: center;
  }
}
.top_r .support .supportContents h3 {
  font-size: 2.0rem;
  font-weight: bold;
}
.top_r .support .supportContents .contentText {
  margin-top: 8px;
}
.top_r .support .supportContents .telNumber {
  color: #FFBE2E;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 8px;
}
.top_r .support .supportContents .telNumber img {
  vertical-align: middle;
  margin-right: 8px;
}
.top_r .support .supportContents .btnLine {
  margin-top: 16px;
}
.top_r .support .supportContents .btnLine span {
  padding: 8px 32px;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .top_r .support .supportContents:last-child {
    display: none;
  }
}
.top_r .support .supportContents.dn {
  display: none;
}
@media screen and (max-width: 900px) {
  .top_r .support .supportContents.dn {
    display: -ms-flexbox;
    display: flex;
  }
  .top_r .support .supportContents.dn > div:last-child {
    display: none;
  }
}
.top_r .service {
  background: #00918c;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.top_r .service .contentInner {
  padding: 60px 120px;
}
@media screen and (max-width: 900px) {
  .top_r .service .contentInner {
    padding: 60px 30px;
  }
}
.top_r .service h2 {
  font-size: 3.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .top_r .service h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.top_r .service h2 img {
  width: 188px;
  margin-right: 5px;
}
@media screen and (max-width: 900px) {
  .top_r .service h2 img {
    width: 100px;
  }
}
.top_r .service .intro-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top_r .service .intro-contents {
    display: block;
  }
}
.top_r .service .intro-contents > div {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top_r .service .intro-contents > div {
    width: 100%;
  }
}
.top_r .service .intro-contents > div .intro-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.top_r .service .intro-contents > div .intro-contents .block {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top_r .service .intro-contents > div .intro-contents .block {
    width: 100%;
  }
}
.top_r .service .intro-contents > div .capture {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .top_r .service .intro-contents > div .capture {
    width: 100%;
  }
}
.top_r .service .intro-contents > div .capture img {
  width: 100%;
}
.top_r .service .intro-contents > div .mark {
  position: absolute;
  top: -55px;
  left: -55px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .top_r .service .intro-contents > div .mark {
    width: 25%;
    top: -20px;
    left: -20px;
  }
}
.top_r .service .intro-contents > div .mark img {
  width: 140px;
}
@media screen and (max-width: 900px) {
  .top_r .service .intro-contents > div .mark img {
    width: 100%;
  }
}
.top_r .service .intro-contents > div .copy {
  font-size: 3.3rem;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .top_r .service .intro-contents > div .copy {
    font-size: 2rem;
    text-align: center;
    margin: 25px 0;
  }
}
.top_r .service .intro-contents > div .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);
}
.top_r .service .intro-contents > div .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);
}
.top_r .service .button {
  margin-top: 60px;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .top_r .service .button {
    margin-top: 42px;
  }
}
.top_r .service .button a {
  color: #fff;
  padding: 8px 40px;
  font-size: 2.0rem;
}
.top_r .service .button a:hover {
  opacity: .5;
}
.top_r .service .parts-fa01 {
  z-index: 1;
  position: absolute;
  bottom: -130px;
  left: -70px;
  display: block;
  width: 292px;
  height: 365px;
  background: url(../../assets/img/top/fa_object_01.png) 0 0 no-repeat;
  background-size: 292px auto;
  transition: 0.7s;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-fa01 {
    width: 117px;
    height: 147px;
    background-size: 117px auto;
    top: 225px;
    left: -40px;
  }
}
.top_r .service .parts-fa01.fi_left_bottom {
  bottom: -60px;
  left: -30px;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-fa01.fi_left_bottom {
    top: 210px;
    left: -25px;
  }
}
.top_r .service .parts-fa02 {
  z-index: 1;
  position: absolute;
  bottom: -16px;
  right: -130px;
  display: block;
  width: 424px;
  height: 260px;
  background: url(../../assets/img/top/fa_object_02.png) 0 0 no-repeat;
  background-size: 424px auto;
  transition: 0.7s;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-fa02 {
    width: 170px;
    height: 104px;
    background-size: 170px auto;
    top: 225px;
    right: -85px;
  }
}
.top_r .service .parts-fa02.fi_right_bottom {
  bottom: 10px;
  right: -100px;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-fa02.fi_right_bottom {
    top: 210px;
    right: -70px;
  }
}
.top_r .service .parts-rp01 {
  z-index: 1;
  position: absolute;
  bottom: -90px;
  left: -70px;
  display: block;
  width: 372px;
  height: 365px;
  background: url(../../assets/img/top/rp_object_01.png) 0 0 no-repeat;
  background-size: 372px auto;
  transition: 0.7s;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-rp01 {
    width: 125px;
    height: 120px;
    background-size: 125px auto;
    top: 260px;
    left: -30px;
  }
}
.top_r .service .parts-rp01.fi_left_bottom {
  bottom: -108px;
  left: -40px;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-rp01.fi_left_bottom {
    top: 246px;
    left: -15px;
  }
}
.top_r .service .parts-rp02 {
  z-index: 1;
  position: absolute;
  bottom: -90px;
  right: -110px;
  display: block;
  width: 389px;
  height: 357px;
  background: url(../../assets/img/top/rp_object_02.png) 0 0 no-repeat;
  background-size: 389px auto;
  transition: 0.7s;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-rp02 {
    width: 166px;
    height: 151px;
    background-size: 166px auto;
    top: 260px;
    right: -70px;
  }
}
.top_r .service .parts-rp02.fi_right_bottom {
  bottom: -124px;
  right: -80px;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-rp02.fi_right_bottom {
    top: 240px;
    right: -60px;
  }
}
.top_r .service .parts-dm01 {
  z-index: 1;
  position: absolute;
  bottom: -60px;
  left: -170px;
  display: block;
  width: 486px;
  height: 396px;
  background: url(../../assets/img/top/dm_object_01.png) 0 0 no-repeat;
  background-size: 486px auto;
  transition: 0.7s;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-dm01 {
    width: 170px;
    height: 140px;
    background-size: 170px auto;
    top: 210px;
    left: -100px;
  }
}
.top_r .service .parts-dm01.fi_left_bottom {
  bottom: -90px;
  left: -140px;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-dm01.fi_left_bottom {
    top: 210px;
    left: -70px;
  }
}
.top_r .service .parts-dm02 {
  z-index: 1;
  position: absolute;
  bottom: -10px;
  right: -40px;
  display: block;
  width: 360px;
  height: 358px;
  background: url(../../assets/img/top/dm_object_02.png) 0 0 no-repeat;
  background-size: 360px auto;
  transition: 0.7s;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-dm02 {
    width: 135px;
    height: 135px;
    background-size: 135px auto;
    top: 210px;
    right: -80px;
  }
}
.top_r .service .parts-dm02.fi_right_bottom {
  bottom: -40px;
  right: -10px;
}
@media screen and (max-width: 900px) {
  .top_r .service .parts-dm02.fi_right_bottom {
    top: 210px;
    right: -50px;
  }
}

/* ==========================================================================
サービストップ_r
========================================================================== */
.top_r {
  overflow: hidden;
}
.top_r.fa .topRBtn, .top_r.rp .topRBtn, .top_r.dm .topRBtn {
  font-size: 1.6rem;
}
.top_r .title-block {
  /*共通タイトル*/
  text-align: center;
}
.top_r .title-block span {
  display: inline-block;
  font-size: 2.8rem;
  color: #00918C;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: #00918C solid 2px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .top_r .title-block span {
    font-size: 2.2rem;
  }
}
.top_r .title-block span.dm {
  color: #BE000E;
  border-bottom: #BE000E solid 2px;
}
.top_r .freeBtn {
  /*共通無料で始める*/
  margin: 40px auto 0;
  width: 300px;
}
@media screen and (max-width: 900px) {
  .top_r .freeBtn {
    width: 100%;
  }
}
.top_r .freeBtn a {
  width: 300px;
  font-size: 2.0rem;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .top_r .freeBtn a {
    width: 100%;
  }
}
.top_r .service_kv {
  position: relative;
  margin-top: 64px;
  padding: 46px 0 60px;
  background-color: #00918c;
  color: #FFF;
  display: table;
  table-layout: fixed;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .top_r .service_kv {
    padding-bottom: 100px;
  }
}
.top_r .service_kv.rp {
  background-color: #5B5D5E;
}
.top_r .service_kv.dm {
  background-color: #BE000E;
}
.top_r .service_kv .inner {
  text-align: center;
  width: 84vw;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner {
    width: 95vw;
    max-width: none;
  }
}
.top_r .service_kv .inner .logo-top img {
  width: 160px;
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .logo-top img {
    width: 100px;
  }
}
.top_r .service_kv .inner .title-panel {
  font-size: 3.3rem;
  margin: 24px 0 0 0;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .title-panel {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    padding: 0 15px;
    margin: 0 0 16px;
  }
}
.top_r .service_kv .inner .title-text {
  font-size: 1.6rem;
  margin: 20px 0 32px 0;
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .title-text {
    font-size: 1.2rem;
  }
}
.top_r .service_kv .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_r .service_kv .inner .mark-top {
    margin-top: 10px;
  }
}
.top_r .service_kv .inner .mark-top li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.top_r .service_kv .inner .mark-top li.start a, .top_r .service_kv .inner .mark-top li.demo a {
  font-size: 2.5rem;
  color: #FFF;
  display: block;
  position: relative;
  padding-right: 44px;
  line-height: 1;
  font-weight: 600;
}
.top_r .service_kv .inner .mark-top li.start a:before, .top_r .service_kv .inner .mark-top li.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_r .service_kv .inner .mark-top li.start a:after, .top_r .service_kv .inner .mark-top li.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;
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .mark-top li.start {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .mark-top li.demo {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .mark-top li.demo a {
    font-size: 1.2rem;
    color: #5b5d5e;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 22px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .mark-top li.demo a:before {
    width: 15px;
    height: 15px;
    border: 1px solid #5b5d5e;
    top: 50%;
    right: 22px;
    margin-top: -7.5px;
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .mark-top li.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_r .service_kv .inner .mark-top li.mark {
  height: 150px;
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .mark-top li.mark {
    height: 75px;
  }
}
.top_r .service_kv .inner .mark-top li.mark img {
  width: 150px;
  box-shadow: 0px 0 30px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .mark-top li.mark img {
    width: 75px;
  }
}
.top_r .service_kv .inner .service-top {
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 3px;
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .service-top {
    font-size: 1.2rem;
  }
}
.top_r .service_kv .inner .logp-pl {
  width: 238px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .inner .logp-pl {
    width: 140px;
  }
}
.top_r .service_kv .inner .logp-pl img {
  width: 100%;
}
.top_r .service_kv .inner .sub-top {
  font-size: 3.4rem;
  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_r .service_kv .inner .sub-top {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.top_r .service_kv .parts-fa01 {
  z-index: 1;
  position: absolute;
  bottom: -140px;
  left: -30px;
  display: block;
  width: 292px;
  height: 365px;
  background: url(../../assets/img/top/fa_object_01.png) 0 0 no-repeat;
  background-size: 292px auto;
  animation-name: fadeinKVFAL;
  animation-duration: 1.5s;
}
@keyframes fadeinKVFAL {
  from {
    opacity: 0;
    transform: translate(-100px, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .parts-fa01 {
    width: 117px;
    height: 147px;
    background-size: 117px auto;
    top: 300px;
    left: -10px;
  }
}
.top_r .service_kv .parts-fa02 {
  z-index: 1;
  position: absolute;
  bottom: -84px;
  right: -100px;
  display: block;
  width: 424px;
  height: 260px;
  background: url(../../assets/img/top/fa_object_02.png) 0 0 no-repeat;
  background-size: 424px auto;
  animation-name: fadeinKVFAR;
  animation-duration: 1.5s;
}
@keyframes fadeinKVFAR {
  from {
    opacity: 0;
    transform: translate(100px, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .parts-fa02 {
    width: 170px;
    height: 104px;
    background-size: 170px auto;
    top: 314px;
    right: -55px;
  }
}
.top_r .service_kv .parts-rp01 {
  z-index: 1;
  position: absolute;
  bottom: -110px;
  left: -40px;
  display: block;
  width: 372px;
  height: 365px;
  background: url(../../assets/img/top/rp_object_01.png) 0 0 no-repeat;
  background-size: 372px auto;
  animation-name: fadeinKVRPL;
  animation-duration: 1.5s;
}
@keyframes fadeinKVRPL {
  from {
    opacity: 0;
    transform: translate(-100px, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .parts-rp01 {
    width: 125px;
    height: 120px;
    background-size: 125px auto;
    top: 250px;
    left: -15px;
  }
}
.top_r .service_kv .parts-rp02 {
  z-index: 1;
  position: absolute;
  bottom: -120px;
  right: -80px;
  display: block;
  width: 389px;
  height: 357px;
  background: url(../../assets/img/top/rp_object_02.png) 0 0 no-repeat;
  background-size: 389px auto;
  animation-name: fadeinKVRPR;
  animation-duration: 1.5s;
}
@keyframes fadeinKVRPR {
  from {
    opacity: 0;
    transform: translate(100px, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .parts-rp02 {
    width: 166px;
    height: 151px;
    background-size: 166px auto;
    top: 250px;
    right: -60px;
  }
}
.top_r .service_kv .parts-dm01 {
  z-index: 1;
  position: absolute;
  bottom: -160px;
  left: -140px;
  display: block;
  width: 486px;
  height: 396px;
  background: url(../../assets/img/top/dm_object_01.png) 0 0 no-repeat;
  background-size: 486px auto;
  animation-name: fadeinKVDML;
  animation-duration: 1.5s;
}
@keyframes fadeinKVDML {
  from {
    opacity: 0;
    transform: translate(-100px, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .parts-dm01 {
    width: 170px;
    height: 140px;
    background-size: 170px auto;
    top: 270px;
    left: -50px;
  }
}
.top_r .service_kv .parts-dm02 {
  z-index: 1;
  position: absolute;
  bottom: -150px;
  right: -10px;
  display: block;
  width: 360px;
  height: 358px;
  background: url(../../assets/img/top/dm_object_02.png) 0 0 no-repeat;
  background-size: 360px auto;
  animation-name: fadeinKVDMR;
  animation-duration: 1.5s;
}
@keyframes fadeinKVDMR {
  from {
    opacity: 0;
    transform: translate(100px, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_kv .parts-dm02 {
    width: 135px;
    height: 135px;
    background-size: 135px auto;
    top: 270px;
    right: -10px;
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_gist h2 br {
    display: none;
  }
}
.top_r .service_gist .point3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top_r .service_gist .point3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_r .service_gist .point3 li {
  width: 33%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: #fff;
  border-right: #F7F7F7 solid 2px;
  padding: 32px;
}
@media screen and (max-width: 900px) {
  .top_r .service_gist .point3 li {
    border-right: none;
    border-bottom: #F7F7F7 solid 2px;
    width: 100%;
  }
}
.top_r .service_gist .point3 lilast-child {
  border-right: none;
}
.top_r .service_gist .point3 li > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.top_r .service_gist .point3 li > div > p {
  width: 115px;
}
.top_r .service_gist .point3 li > div > p img {
  width: 104px;
  margin-left: 16px;
}
.top_r .service_gist .point3 li > div > div {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.top_r .service_gist .point3 li h3 {
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 0.7em;
  line-height: 1;
  position: relative;
}
.top_r .service_gist .point3 li h3.bait2 {
  padding-left: 1em;
}
.top_r .service_gist .point3 li h3.bait2 strong {
  font-size: 45px;
}
.top_r .service_gist .point3 li h3 strong {
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 5.0rem;
  color: #ea0000;
  line-height: 0.8;
}
.top_r .service_gist .point3 li h3 .text01 {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
}
.top_r .service_gist .point3 li h3 .text02 {
  font-size: 2.4rem;
  display: block;
  line-height: 1.2;
}
.top_r .service_gist .point3 li h3 .text02 em {
  color: #ea0000;
}
.top_r .service_Contents_01 .boxFeature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_01 .boxFeature {
    display: block;
  }
}
.top_r .service_Contents_01 .boxFeature .txtbox .tit {
  font-size: 2.8rem;
  line-height: 1.33;
  color: #00918C;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_01 .boxFeature .txtbox .tit {
    font-size: 1.8rem;
    text-align: center;
  }
}
.top_r .service_Contents_01 .boxFeature .txtbox .txt {
  font-size: 1.6rem;
  margin-top: 8px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_01 .boxFeature .txtbox .txt {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_01 .boxFeature .txtbox .txt br {
    display: none;
  }
}
.top_r .service_Contents_01 .boxFeature figure {
  display: block;
  width: 333px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_01 .boxFeature figure {
    margin-top: 15px;
  }
}
.top_r .service_Contents_01 .boxFeature figure img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_01 .boxFeature figure {
    width: 100%;
  }
}
.top_r .service_Contents_02 .block-Case {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_02 .block-Case {
    display: block;
  }
}
.top_r .service_Contents_02 .block-Case .blcok {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_02 .block-Case .blcok {
    width: auto;
  }
}
.top_r .service_Contents_02 .block-Case .line {
  width: 1px;
  margin-top: 30px;
  background-color: #E1E1E1;
}
.top_r .service_Contents_02 .block-Case .boxCase {
  width: 100%;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.top_r .service_Contents_02 .block-Case .boxCase figure {
  display: block;
  background-color: #F8F8F8;
  border-radius: 10px;
  width: 40%;
  text-align: center;
  margin: 0;
}
.top_r .service_Contents_02 .block-Case .boxCase figure img {
  width: 100%;
}
.top_r .service_Contents_02 .block-Case .boxCase ul {
  width: calc(60% - 15px);
  line-height: 1.25;
}
.top_r .service_Contents_02 .block-Case .boxCase ul li {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E9E9E8;
  padding: 5px 0;
}
.top_r .service_Contents_02 .block-Case .boxCase ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.top_r .service_Contents_02 .block-Case .boxCase ul li .tit {
  color: #00918C;
  width: 55px;
}
.top_r .service_Contents_02 .block-Case .boxCase ul li .txt {
  width: calc(100% - 55px);
}
.top_r .service_Contents_03 .lstApparatusColor {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_03 .lstApparatusColor {
    display: block;
  }
}
.top_r .service_Contents_03 .lstApparatusColor li {
  margin-right: 30px;
  line-height: 30px;
}
.top_r .service_Contents_03 .lstApparatusColor li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #CCC;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_03 .lstApparatusColor li span {
    width: 15px;
    height: 15px;
  }
}
.top_r .service_Contents_03 .lstApparatusColor li span.col1 {
  background-color: #00FCFF;
}
.top_r .service_Contents_03 .lstApparatusColor li span.col2 {
  background-color: #FEFD48;
}
.top_r .service_Contents_03 .lstApparatusColor li span.col3 {
  background-color: #CACACA;
}
.top_r .service_Contents_03 .boxApparatus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_03 .boxApparatus {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_03 .boxApparatus {
    display: block;
  }
}
.top_r .service_Contents_03 .boxApparatus li {
  width: 23%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_03 .boxApparatus li {
    width: auto;
    margin-top: 30px;
  }
}
.top_r .service_Contents_03 .boxApparatus li a {
  color: #000;
  display: block;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_03 .boxApparatus li a {
    pointer-events: none;
  }
}
.top_r .service_Contents_03 .boxApparatus li figure {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 0;
}
.top_r .service_Contents_03 .boxApparatus li figure img {
  width: 100%;
}
.top_r .service_Contents_03 .boxApparatus li .txt {
  text-align: center;
  margin-top: 5px;
}
.top_r .service_Contents_04 .contentTitleRead {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .contentTitleRead {
    font-size: 1.4rem;
  }
}
.top_r .service_Contents_04 .block-example {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example {
    display: block;
    margin-top: 0;
  }
}
.top_r .service_Contents_04 .block-example .line-example {
  width: 1px;
  background-color: #E1E1E1;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .line-example {
    width: 100%;
    height: 1px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .list-example-images .title-block {
    margin: 30px 10px 0;
  }
}
.top_r .service_Contents_04 .block-example .list-example-images .inner-example {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.top_r .service_Contents_04 .block-example .list-example-images.left {
  width: 46%;
}
.top_r .service_Contents_04 .block-example .list-example-images.left .item-example {
  width: 30%;
  padding: 0;
}
.top_r .service_Contents_04 .block-example .list-example-images.right {
  width: 46%;
}
.top_r .service_Contents_04 .block-example .list-example-images.right .item-example {
  width: 30%;
  padding: 0;
}
.top_r .service_Contents_04 .block-example .list-example-images .item-example {
  margin-top: 30px;
  width: 14%;
  padding: 0 1%;
}
.top_r .service_Contents_04 .block-example .list-example-images .item-example a {
  display: block;
}
.top_r .service_Contents_04 .block-example .list-example-images .item-example .img-example {
  display: block;
  background-color: #F6F6F6;
  border-radius: 10px;
}
.top_r .service_Contents_04 .block-example .list-example-images .item-example .img-example img {
  width: 100%;
}
.top_r .service_Contents_04 .block-example .list-example-images .item-example .text-img-example {
  padding: 10px 0 0;
  line-height: 1.33;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .list-example-images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 15px -7.5px 0;
  }
  .top_r .service_Contents_04 .block-example .list-example-images .item-example {
    width: calc(50% - 15px);
    margin: 16px 7.5px 0;
    padding: 0;
  }
  .top_r .service_Contents_04 .block-example .list-example-images .item-example .text-img-example {
    font-size: 1.4rem;
  }
  .top_r .service_Contents_04 .block-example .list-example-images.left {
    width: auto;
  }
  .top_r .service_Contents_04 .block-example .list-example-images.left .item-example {
    width: calc(50% - 15px);
  }
  .top_r .service_Contents_04 .block-example .list-example-images.right {
    width: auto;
  }
  .top_r .service_Contents_04 .block-example .list-example-images.right .item-example {
    width: calc(50% - 15px);
  }
}
.top_r .service_Contents_04 .block-example .item-example-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .item-example-button {
    display: block;
  }
}
.top_r .service_Contents_04 .block-example .item-example-button .button {
  width: 48.5%;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .item-example-button .button {
    width: 100%;
    margin-top: 8px;
  }
}
.top_r .service_Contents_04 .block-example .item-example-button .button a {
  display: block;
  background: #fff;
}
.top_r .service_Contents_04 .block-example .item-example-button .icon {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .item-example-button .icon {
    font-size: 1.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .item-example-button .icon a {
    height: auto;
    line-height: 1.25;
    padding: 12px 0 10px;
  }
}
.top_r .service_Contents_04 .block-example .item-example-button .icon span {
  padding-left: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 53px auto;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .item-example-button .icon span {
    padding: 0 16px !important;
    background-image: none !important;
  }
}
.top_r .service_Contents_04 .block-example .item-example-button .icon.bankin {
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .item-example-button .icon.bankin {
    margin-top: 8px;
  }
}
.top_r .service_Contents_04 .block-example .item-example-button .icon.bankin span {
  background-image: url("../img/top/ico_bankin.png");
  background-size: contain;
  padding-left: 48px;
}
.top_r .service_Contents_04 .block-example .item-example-button .icon.sessaku {
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_04 .block-example .item-example-button .icon.sessaku {
    margin-top: 8px;
  }
}
.top_r .service_Contents_04 .block-example .item-example-button .icon.sessaku span {
  background-image: url("../img/top/ico_sessaku.png");
  background-size: contain;
  padding-left: 48px;
}
.top_r .service_Contents_05 .contentInner {
  padding: 60px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_05 .contentInner {
    padding: 60px 20px;
  }
}
.top_r .service_Contents_05 .contentInner > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_05 .contentInner > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.top_r .service_Contents_05 .contentInner > div div:first-child {
  margin-right: 40px;
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_05 .contentInner > div div:first-child {
    -ms-flex-order: 2;
        order: 2;
    margin-right: 0;
    margin-top: 40px;
    width: 100%;
  }
}
.top_r .service_Contents_05 .contentInner > div div:first-child img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_05 .contentInner > div div:last-child {
    -ms-flex-order: 1;
        order: 1;
  }
}
.top_r .service_Contents_05 .contentInner > div div:last-child .inspectionRead {
  font-size: 1.6rem;
}
.top_r .service_Contents_05 .contentInner > div div:last-child .inspectionTitle {
  font-size: 3.8rem;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_05 .contentInner > div div:last-child .inspectionTitle {
    font-size: 2.2rem;
    text-align: center;
  }
}
.top_r .service_Contents_05 .contentInner > div div:last-child .inspectionList {
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.top_r .service_Contents_05 .contentInner > div div:last-child .inspectionList li {
  width: 30%;
  font-size: 2.4rem;
  font-weight: bold;
  border: #07918C solid 1px;
  color: #07918C;
  padding: 8px;
  text-align: center;
  margin-right: 8px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_05 .contentInner > div div:last-child .inspectionList li {
    font-size: 1.6rem;
  }
}
.top_r .service_Contents_05 .contentInner > div div:last-child .inspectionList li:last-child {
  margin-right: 0;
}
.top_r .service_Contents_05 .contentInner > div div:last-child .inspectionBtn {
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_05 .contentInner > div div:last-child .inspectionBtn {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.top_r .service_Contents_05 .contentInner > div div:last-child .inspectionBtn a {
  width: 50%;
  margin-right: 16px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_05 .contentInner > div div:last-child .inspectionBtn a {
    width: 220px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.top_r .service_Contents_05 .contentInner > div div:last-child .inspectionBtn a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_05 .contentInner > div div:last-child .inspectionBtn a:last-child {
    margin-bottom: 0;
  }
}
.top_r .service_Contents_05 .contentInner .contentTitleH2 {
  width: auto !important;
  display: block !important;
  margin: 0 !important;
}
.top_r .service_Contents_06 .contentInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_06 .contentInner {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.top_r .service_Contents_06 .contentInner .block-description {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_06 .contentInner .block-description {
    width: auto;
  }
}
.top_r .service_Contents_06 .contentInner .block-description .title-sub {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_06 .contentInner .block-description .title-sub {
    font-size: 2.0rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.top_r .service_Contents_06 .contentInner .block-description .text-description {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_06 .contentInner .block-description .text-description {
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.top_r .service_Contents_06 .contentInner .block-description .button {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_06 .contentInner .block-description .button {
    margin: 20px auto 0;
    text-align: center;
  }
}
.top_r .service_Contents_06 .contentInner .block-description .button a {
  width: 200px;
  background: #fff;
  border-color: #00918C;
  color: #00918C;
  font-size: 1.8rem;
}
.top_r .service_Contents_06 .contentInner .block-sample {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_06 .contentInner .block-sample {
    width: auto;
    margin-top: 30px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 30px -25px 0 0px;
  }
}
.top_r .service_Contents_06 .contentInner .block-sample .block {
  width: 45%;
  position: relative;
  margin: 0 10px;
}
.top_r .service_Contents_06 .contentInner .block-sample .block .title-block {
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -10px;
  left: -10px;
  background: #00918c;
}
.top_r .service_Contents_06 .contentInner .block-sample .block img {
  width: 100%;
}
.top_r .service_Contents_rp_01 .contentInner .contentTitleRead {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_01 .contentInner .block-example {
    display: block;
    margin-top: 0;
  }
}
.top_r .service_Contents_rp_01 .contentInner .block-example .line-example {
  width: 1px;
  margin-top: 30px;
  background-color: #E1E1E1;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_01 .contentInner .block-example .line-example {
    width: 100%;
    height: 1px;
  }
}
.top_r .service_Contents_rp_01 .contentInner .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;
}
.top_r .service_Contents_rp_01 .contentInner .block-example .list-example-images .item-example {
  margin-top: 30px;
  width: calc(16.6% - 20px);
  padding: 0 10px;
}
.top_r .service_Contents_rp_01 .contentInner .block-example .list-example-images .item-example a {
  display: block;
}
.top_r .service_Contents_rp_01 .contentInner .block-example .list-example-images .item-example .img-example {
  display: block;
  background-color: #F6F6F6;
  border-radius: 10px;
}
.top_r .service_Contents_rp_01 .contentInner .block-example .list-example-images .item-example .img-example img {
  width: 100%;
}
.top_r .service_Contents_rp_01 .contentInner .block-example .list-example-images .item-example .text-img-example {
  padding: 10px 0 0;
  font-size: 1.3rem;
  line-height: 1.33;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_01 .contentInner .block-example .list-example-images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 15px -7.5px 0;
  }
  .top_r .service_Contents_rp_01 .contentInner .block-example .list-example-images .item-example {
    width: calc(50% - 15px);
    margin: 16px 7.5px 0;
    padding: 0;
  }
  .top_r .service_Contents_rp_01 .contentInner .block-example .list-example-images .item-example .text-img-example {
    font-size: 13px;
  }
}
.top_r .service_Contents_rp_01 .contentInner .block-example .btn-example {
  margin-top: 32px;
  text-align: center;
}
.top_r .service_Contents_rp_01 .contentInner .block-example .btn-example a {
  margin: 0 8px;
  width: 250px;
  background: #fff;
}
.top_r .service_Contents_rp_01 .contentInner .block-example .btn-example a span {
  color: #5B5D5E;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_01 .contentInner .block-example .btn-example a {
    margin-top: 8px;
  }
  .top_r .service_Contents_rp_01 .contentInner .block-example .btn-example a:first-child {
    margin-top: 0;
  }
}
.top_r .service_Contents_rp_01 .contentInner .block-example .text-note {
  margin-top: 30px;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate {
  position: relative;
  overflow: hidden;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block {
  box-sizing: border-box;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block.block-description {
  width: 58%;
  float: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_02 .contentInner .area-separate .block.block-description {
    width: 100%;
  }
  .top_r .service_Contents_rp_02 .contentInner .area-separate .block.block-description .text-description {
    margin-top: 30px;
    line-height: 1.6;
  }
  .top_r .service_Contents_rp_02 .contentInner .area-separate .block.block-description .text-description br {
    display: none;
  }
  .top_r .service_Contents_rp_02 .contentInner .area-separate .block.block-description .text-description br + br {
    display: block;
  }
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block.block-image {
  width: 35%;
  float: right;
  margin-left: 7%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_02 .contentInner .area-separate .block.block-image {
    width: 100%;
    margin-left: 0;
  }
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block.block-image img {
  width: 100%;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block.block-image .text-image-caption {
  margin-top: 7px;
  line-height: 1.23;
  text-align: left;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block .contentTitleH2 {
  margin-bottom: 40px;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block .contentTitleH2 h2, .top_r .service_Contents_rp_02 .contentInner .area-separate .block .contentTitleH2 p {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_02 .contentInner .area-separate .block .contentTitleH2 h2, .top_r .service_Contents_rp_02 .contentInner .area-separate .block .contentTitleH2 p {
    text-align: center;
  }
  .top_r .service_Contents_rp_02 .contentInner .area-separate .block .contentTitleH2 br {
    display: none;
  }
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block .group-imgaes {
  margin: auto;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block .group-imgaes li {
  display: block;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block .group-imgaes li img {
  width: 100%;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block .group-imgaes li + li {
  margin-top: 40px;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block .group-imgaes li .title-fig {
  text-align: center;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block .group-imgaes li .title-fig span {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .block .group-imgaes li .image-fig {
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_02 .contentInner .area-separate .block .group-imgaes li + li {
    margin-top: 0;
  }
  .top_r .service_Contents_rp_02 .contentInner .area-separate .block .group-imgaes li .image-fig {
    width: 100%;
  }
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .btn-area-separate {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_02 .contentInner .area-separate .btn-area-separate {
    text-align: center;
  }
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .btn-area-separate a {
  width: 250px;
  background: #fff;
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .btn-area-separate a:nth-of-type(2) {
  margin-left: 16px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_02 .contentInner .area-separate .btn-area-separate a:nth-of-type(2) {
    margin: 8px 0 0 0;
  }
}
.top_r .service_Contents_rp_02 .contentInner .area-separate .btn-area-separate a span {
  color: #5B5D5E;
  font-weight: normal;
}
.top_r .service_Contents_rp_03 .area-datalist {
  margin-top: 60px;
  padding: 43px 60px;
}
.top_r .service_Contents_rp_03 .area-datalist .list-dataupload > li {
  font-size: 1.6rem;
  line-height: 3.35;
}
.top_r .service_Contents_rp_03 .area-datalist .list-dataupload > li + li {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_03 .area-datalist {
    padding: 15px;
  }
  .top_r .service_Contents_rp_03 .area-datalist .list-dataupload > li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top_r .service_Contents_rp_03 .area-datalist .list-dataupload > li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.top_r .service_Contents_rp_04 .contentInner > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_04 .contentInner > div {
    display: block;
    width: auto;
    min-width: auto;
  }
}
.top_r .service_Contents_rp_04 .contentTitleH2 {
  margin: 0 !important;
  width: auto !important;
  display: block !important;
}
.top_r .service_Contents_rp_04 .block-description {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_04 .block-description {
    width: auto;
  }
}
.top_r .service_Contents_rp_04 .block-description .contentTitleH2 {
  margin-bottom: 40px;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_04 .block-description .contentTitleH2 br {
    display: none;
  }
}
.top_r .service_Contents_rp_04 .block-description .text-description {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_04 .block-description .text-description {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.top_r .service_Contents_rp_04 .block-sample {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_04 .block-sample {
    width: auto;
    margin-top: 30px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 30px -25px 0 0px;
  }
}
.top_r .service_Contents_rp_04 .block-sample .block {
  width: 45%;
  position: relative;
  margin: 0 10px;
}
.top_r .service_Contents_rp_04 .block-sample .block .title-block {
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -10px;
  left: -10px;
}
.top_r .service_Contents_rp_04 .block-sample .block img {
  width: 100%;
}
.top_r .service_Contents_rp_04 .block-image {
  width: 240px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_04 .block-image {
    width: 100%;
    text-align: center;
  }
}
.top_r .service_Contents_rp_04 .block-image img {
  width: 190px;
}
.top_r .service_Contents_rp_04 .btn-sample {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_04 .btn-sample {
    text-align: center;
  }
}
.top_r .service_Contents_rp_04 .btn-sample a {
  width: 220px;
  background: #fff;
}
.top_r .service_Contents_rp_05 .notice, .top_r .service_Contents_dm_06 .notice {
  margin-top: 60px;
}
.top_r .service_Contents_rp_05 .notice li, .top_r .service_Contents_dm_06 .notice li {
  float: left;
  width: 48%;
  min-height: 60px;
  margin-bottom: 35px;
  box-sizing: border-box;
  position: relative;
}
.top_r .service_Contents_rp_05 .notice li a, .top_r .service_Contents_dm_06 .notice li a {
  color: #000;
  transition: opacity 0.2s;
}
.top_r .service_Contents_rp_05 .notice li a:hover, .top_r .service_Contents_dm_06 .notice li a:hover {
  opacity: 0.6;
}
.top_r .service_Contents_rp_05 .notice li a .photo, .top_r .service_Contents_dm_06 .notice li a .photo {
  width: 100px;
  min-width: 100px;
  height: 57px;
  margin-right: 5%;
  float: left;
  background-size: cover;
}
.top_r .service_Contents_rp_05 .notice li h3, .top_r .service_Contents_dm_06 .notice li h3 {
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top_r .service_Contents_rp_05 .notice li h3 .nameLabel, .top_r .service_Contents_dm_06 .notice li h3 .nameLabel {
  font-size: 1.2rem;
  display: block;
}
.top_r .service_Contents_rp_05 .notice li:nth-child(even), .top_r .service_Contents_dm_06 .notice li:nth-child(even) {
  margin-left: 4%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_rp_05 .notice li, .top_r .service_Contents_dm_06 .notice li {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_r .service_Contents_rp_05 .notice li:nth-child(even), .top_r .service_Contents_dm_06 .notice li:nth-child(even) {
    margin-left: 0;
  }
}
.top_r .service_Contents_dm_01 .boxLayout {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_01 .boxLayout {
    display: block;
    width: auto;
    margin: 60px 15px 0 15px;
  }
}
.top_r .service_Contents_dm_01 .boxLayout .youtube {
  text-align: center;
}
.top_r .service_Contents_dm_01 .boxLayout .youtube iframe {
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_01 .boxLayout .youtube iframe {
    width: 320px;
    height: 194px;
    margin: 0 auto;
  }
}
.top_r .service_Contents_dm_01 .boxLayout .box {
  width: 45%;
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_01 .boxLayout .box {
    width: auto;
    padding: 0;
  }
}
.top_r .service_Contents_dm_01 .boxLayout .box .tit {
  font-size: 2.8rem;
}
.top_r .service_Contents_dm_01 .boxLayout .box .tit br {
  display: none;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_01 .boxLayout .box .tit {
    font-size: 2.0rem;
    margin-top: 30px;
    text-align: center;
  }
  .top_r .service_Contents_dm_01 .boxLayout .box .tit br {
    display: inline-block;
  }
}
.top_r .service_Contents_dm_01 .boxLayout .box .txt {
  font-size: 1.6rem;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_01 .boxLayout .box .txt {
    margin-top: 15px;
  }
}
.top_r .service_Contents_dm_02 .contentTitleRead, .top_r .service_Contents_dm_03 .contentTitleRead {
  text-align: center;
}
.top_r .service_Contents_dm_02 .block-example, .top_r .service_Contents_dm_03 .block-example {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_02 .block-example, .top_r .service_Contents_dm_03 .block-example {
    display: block;
    margin-top: 0;
  }
}
.top_r .service_Contents_dm_02 .block-example .line-example, .top_r .service_Contents_dm_03 .block-example .line-example {
  width: 1px;
  margin-top: 30px;
  background-color: #E1E1E1;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_02 .block-example .line-example, .top_r .service_Contents_dm_03 .block-example .line-example {
    width: 100%;
    height: 1px;
  }
}
.top_r .service_Contents_dm_02 .block-example .list-example-images, .top_r .service_Contents_dm_03 .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;
}
.top_r .service_Contents_dm_02 .block-example .list-example-images.left, .top_r .service_Contents_dm_03 .block-example .list-example-images.left {
  width: 60%;
}
.top_r .service_Contents_dm_02 .block-example .list-example-images.left .item-example, .top_r .service_Contents_dm_03 .block-example .list-example-images.left .item-example {
  width: 23%;
  padding: 0;
}
.top_r .service_Contents_dm_02 .block-example .list-example-images.right, .top_r .service_Contents_dm_03 .block-example .list-example-images.right {
  width: 29.5%;
}
.top_r .service_Contents_dm_02 .block-example .list-example-images.right .item-example, .top_r .service_Contents_dm_03 .block-example .list-example-images.right .item-example {
  width: 47.5%;
  padding: 0;
}
.top_r .service_Contents_dm_02 .block-example .list-example-images .item-example, .top_r .service_Contents_dm_03 .block-example .list-example-images .item-example {
  margin-top: 30px;
  width: 14%;
  padding: 0 1%;
}
.top_r .service_Contents_dm_02 .block-example .list-example-images .item-example a, .top_r .service_Contents_dm_03 .block-example .list-example-images .item-example a {
  display: block;
}
.top_r .service_Contents_dm_02 .block-example .list-example-images .item-example .img-example, .top_r .service_Contents_dm_03 .block-example .list-example-images .item-example .img-example {
  display: block;
  background-color: #F6F6F6;
  border-radius: 10px;
}
.top_r .service_Contents_dm_02 .block-example .list-example-images .item-example .img-example img, .top_r .service_Contents_dm_03 .block-example .list-example-images .item-example .img-example img {
  width: 100%;
}
.top_r .service_Contents_dm_02 .block-example .list-example-images .item-example .text-img-example, .top_r .service_Contents_dm_03 .block-example .list-example-images .item-example .text-img-example {
  padding: 10px 0 0;
  line-height: 1.33;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_02 .block-example .list-example-images, .top_r .service_Contents_dm_03 .block-example .list-example-images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 15px -7.5px 0;
  }
  .top_r .service_Contents_dm_02 .block-example .list-example-images .item-example, .top_r .service_Contents_dm_03 .block-example .list-example-images .item-example {
    width: calc(50% - 15px);
    margin: 16px 7.5px 0;
    padding: 0;
  }
  .top_r .service_Contents_dm_02 .block-example .list-example-images .item-example .text-img-example, .top_r .service_Contents_dm_03 .block-example .list-example-images .item-example .text-img-example {
    font-size: 1.3rem;
  }
  .top_r .service_Contents_dm_02 .block-example .list-example-images.left, .top_r .service_Contents_dm_03 .block-example .list-example-images.left {
    width: auto;
  }
  .top_r .service_Contents_dm_02 .block-example .list-example-images.left .item-example, .top_r .service_Contents_dm_03 .block-example .list-example-images.left .item-example {
    width: calc(50% - 15px);
  }
  .top_r .service_Contents_dm_02 .block-example .list-example-images.right, .top_r .service_Contents_dm_03 .block-example .list-example-images.right {
    width: auto;
  }
  .top_r .service_Contents_dm_02 .block-example .list-example-images.right .item-example, .top_r .service_Contents_dm_03 .block-example .list-example-images.right .item-example {
    width: calc(50% - 15px);
  }
}
.top_r .service_Contents_dm_02 .block-example .list-example-images.bgw .img-example, .top_r .service_Contents_dm_03 .block-example .list-example-images.bgw .img-example {
  background: #fff;
}
.top_r .service_Contents_dm_02 .btn-example, .top_r .service_Contents_dm_03 .btn-example {
  margin-top: 32px;
  text-align: center;
}
.top_r .service_Contents_dm_02 .btn-example a, .top_r .service_Contents_dm_03 .btn-example a {
  width: 220px;
  background: #fff;
  margin: 0 8px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_02 .btn-example a, .top_r .service_Contents_dm_03 .btn-example a {
    margin-top: 8px;
  }
  .top_r .service_Contents_dm_02 .btn-example a:first-child, .top_r .service_Contents_dm_03 .btn-example a:first-child {
    margin-top: 0px;
  }
}
.top_r .service_Contents_dm_04 .area-separate {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_04 .area-separate {
    margin-top: 30px;
  }
}
.top_r .service_Contents_dm_04 .area-separate .block {
  box-sizing: border-box;
}
.top_r .service_Contents_dm_04 .area-separate .block.block-description {
  width: 50%;
  float: left;
}
.top_r .service_Contents_dm_04 .area-separate .block.block-description .text-description {
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_04 .area-separate .block.block-description {
    width: 100%;
  }
  .top_r .service_Contents_dm_04 .area-separate .block.block-description .text-description {
    margin-top: 30px;
  }
  .top_r .service_Contents_dm_04 .area-separate .block.block-description .text-description br {
    display: none;
  }
}
.top_r .service_Contents_dm_04 .area-separate .block.block-image {
  width: 35%;
  float: right;
  margin-left: 7%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_04 .area-separate .block.block-image {
    width: 100%;
    margin-left: 0;
  }
}
.top_r .service_Contents_dm_04 .area-separate .block.block-image .text-image-caption {
  margin-top: 7px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: left;
}
.top_r .service_Contents_dm_04 .area-separate .block.block-image img {
  width: 100%;
}
.top_r .service_Contents_dm_04 .area-separate .block .title-sub {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_04 .area-separate .block .title-sub {
    text-align: center;
  }
}
.top_r .service_Contents_dm_04 .area-separate .block .title-sub02 {
  font-size: 2.8rem;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_04 .area-separate .block .title-sub02 {
    font-size: 22px;
    text-align: center;
  }
}
.top_r .service_Contents_dm_04 .area-separate .block .title-block {
  text-align: left;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_04 .area-separate .block .title-block {
    text-align: center;
  }
}
.top_r .service_Contents_dm_04 .area-separate .block .group-imgaes {
  margin: auto;
}
.top_r .service_Contents_dm_04 .area-separate .block .group-imgaes li {
  display: block;
}
.top_r .service_Contents_dm_04 .area-separate .block .group-imgaes li + li {
  margin-top: 40px;
}
.top_r .service_Contents_dm_04 .area-separate .block .group-imgaes li .image-fig {
  width: 200px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_04 .area-separate .block .group-imgaes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .top_r .service_Contents_dm_04 .area-separate .block .group-imgaes li {
    width: 50%;
  }
  .top_r .service_Contents_dm_04 .area-separate .block .group-imgaes li + li {
    margin-top: 0;
  }
  .top_r .service_Contents_dm_04 .area-separate .block .group-imgaes li .image-fig {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_05 {
    padding: 30px 0;
  }
}
.top_r .service_Contents_dm_05 .contentInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.top_r .service_Contents_dm_05 .block-description {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_05 .block-description {
    width: auto;
  }
}
.top_r .service_Contents_dm_05 .block-description .contentTitleH2 {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_05 .block-description .contentTitleH2 br {
    display: none;
  }
}
.top_r .service_Contents_dm_05 .block-description .text-description {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_05 .block-description .text-description {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.top_r .service_Contents_dm_05 .block-sample {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .top_r .service_Contents_dm_05 .block-sample {
    width: auto;
    margin-top: 30px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 30px -25px 0 0px;
  }
}
.top_r .service_Contents_dm_05 .block-sample .block {
  width: 45%;
  position: relative;
  margin: 0 10px;
}
.top_r .service_Contents_dm_05 .block-sample .block .title-block {
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -10px;
  left: -10px;
}
.top_r .service_Contents_dm_05 .block-sample .block img {
  width: 100%;
}
.top_r .service_Contents_dm_05 .block-image {
  width: 40%;
  text-align: right;
}
.top_r .service_Contents_dm_05 .block-image img {
  width: 220px;
}
.top_r .service_Contents_dm_05 .btn-sample {
  margin-top: 32px;
}
.top_r .service_Contents_dm_05 .btn-sample a {
  width: 220px;
  background: #fff;
}
