/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
font
--------------------------------------*/
/*
$font-yugothic: YuGothic,"Yu Gothic Medium","Yu Gothic",sans-serif;
*/
/*
@forward "font_notosansjp";
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css);
$font-yakuhanjp: "YakuHanJP", "Noto Sans Japanese" ,sans-serif;
*/
/*
@forward "font_notosansjp";
$font-notosansjp: "Noto Sans Japanese" ,sans-serif;
*/
/*!
body
--------------------------------------*/
html {
  scroll-behavior: smooth;
  /*@include base.mq(xs){
    font-size: 100%;
  }*/
}

/*
html,
body {
  height: 100%;
}
*/
body {
  color: black;
  background: white;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "HiraginoKaku W3", Meiryo, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}
body.is-fixed {
  position: fixed;
  width: 100%;
}

a {
  color: black;
  text-decoration: none;
}

*::-moz-selection {
  color: #ffffff;
  background-color: #00569b;
}

*::selection {
  color: #ffffff;
  background-color: #00569b;
}

/*!
header
--------------------------------------*/
.common-stickies {
  position: absolute;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-stickies > .actions {
  display: none;
}
.common-stickies > .local-nav {
  position: fixed;
  left: 0;
  bottom: 130px;
  margin-left: 24px;
}
.common-stickies > .local-nav > .anchor {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}
.common-stickies > .local-nav > .anchor::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d1d6db;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.common-stickies > .local-nav > .anchor > .title {
  margin-left: 1em;
  opacity: 0;
  color: #00569b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-stickies > .local-nav > .anchor:hover .title {
  opacity: 1;
}
.common-stickies > .local-nav > .anchor.is-open::before {
  background-color: #00569b;
}
.common-stickies > .local-nav > .anchor.is-open > .title {
  opacity: 1;
}
.common-stickies.is-top > .common-header {
  position: relative;
  background-color: transparent;
}
.common-stickies.is-top > .common-header > .logo {
  width: auto;
}
.common-stickies.is-top > .common-header > .logo > .link {
  display: none;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-stickies.is-top > .common-header > .common-menu > .pages > li > .name {
    color: white;
  }
  body.isnot-small .common-stickies.is-top > .common-header > .common-menu > .pages > li > .name:hover {
    color: #f0f8fa;
  }
}
@media screen and (max-width: 896px) {
  .common-stickies.is-top > .common-header > .switches > .lang > .current {
    color: #00569b;
    background-color: white;
  }
  .common-stickies.is-top > .common-header > .switches > .lang > .current::before {
    background-image: url(/product/zexeed/images/icon_button-globe.svg);
  }
}
@media screen and (max-width: 896px) {
  .common-stickies.is-top > .common-header > .switches > .lang #state_head-lang:checked ~ .current {
    background-color: white;
  }
}
.common-stickies.is-top > .common-header > .switches > .burger::before {
  background-image: url(/product/zexeed/images/icon_modal-burger_white.svg);
}
.common-stickies.is-top > .local-nav > .anchor::before {
  background-color: white;
}
.common-stickies.is-top > .local-nav > .anchor > .title {
  color: white;
}

#state_head-menu {
  display: none;
}
#state_head-menu:checked + .common-stickies {
  position: fixed;
  background-color: white;
  bottom: 0;
  overflow: auto;
}
#state_head-menu:checked + .common-stickies > .common-header {
  background-color: white;
}
#state_head-menu:checked + .common-stickies > .common-header > .logo {
  display: block;
}
#state_head-menu:checked + .common-stickies > .common-header > .common-menu {
  max-height: 100vh;
  padding-top: 1px;
  padding-bottom: 20px;
  opacity: 1;
}
#state_head-menu:checked + .common-stickies > .common-header > .common-menu > .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 896px) {
  #state_head-menu:checked + .common-stickies > .common-header > .switches > .lang > .current {
    color: white;
    background-color: #00569b;
  }
  #state_head-menu:checked + .common-stickies > .common-header > .switches > .lang > .current::before {
    background-image: url(/product/zexeed/images/icon_button-globe_white.svg);
  }
}
@media screen and (max-width: 896px) {
  #state_head-menu:checked + .common-stickies > .common-header > .switches > .lang #state_head-lang:checked ~ .current {
    background-color: #04355e;
  }
}
#state_head-menu:checked + .common-stickies > .common-header > .switches > .burger::before {
  opacity: 0;
}
#state_head-menu:checked + .common-stickies > .common-header > .switches > .burger::after {
  opacity: 1;
}

.common-header {
  position: fixed;
  top: 0;
  z-index: 100;
  height: 60px;
  width: 100%;
  padding: 0 7.24vw;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 414px) {
  .common-header {
    padding: 0 30px;
  }
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header {
    padding: 0;
  }
}
.common-header > .logo {
  margin-right: 7.24vw;
  width: 118px;
  height: 19px;
}
@media screen and (min-width: 414px) {
  .common-header > .logo {
    margin-right: 0;
  }
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .logo {
    margin: 0 22px;
    width: 123px;
    height: 20px;
  }
}
.common-header > .logo > .src {
  width: 100%;
  vertical-align: middle;
}
.common-header > .common-menu {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 7.24vw;
  overflow: auto;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 414px) {
  .common-header > .common-menu {
    padding: 0 30px;
  }
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu {
    margin: 0 0.5em 0 auto;
    padding: 0;
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: auto;
    left: auto;
    right: 120px;
    overflow: visible;
    max-height: none;
    opacity: 1;
  }
}
.common-header > .common-menu > .pages > li .state_head-collapse {
  display: none;
}
.common-header > .common-menu > .pages > li .state_head-collapse + .name::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(/product/zexeed/images/icon_collapse_open.svg) center/contain no-repeat;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages > li .state_head-collapse + .name::after {
    content: none;
  }
}
.common-header > .common-menu > .pages > li .state_head-collapse:checked + .name {
  border-bottom-color: #d1d6db;
}
.common-header > .common-menu > .pages > li .state_head-collapse:checked + .name::after {
  background-image: url(/product/zexeed/images/icon_collapse_close.svg);
}
.common-header > .common-menu > .pages > li .state_head-collapse:checked ~ .submenu {
  border-top: 1px solid #d1d6db;
  height: auto;
  max-height: none;
  padding: 10px 20px;
  opacity: 1;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages > li .state_head-collapse:checked ~ .submenu {
    border-top: none;
    height: 0;
    max-height: inherit;
    padding: 0 20px;
    opacity: 0;
  }
}
.common-header > .common-menu > .pages {
  border-bottom: 1px solid #d1d6db;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }
}
.common-header > .common-menu > .pages .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  line-height: 1.5;
}
.common-header > .common-menu > .pages .name::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.common-header > .common-menu > .pages .name[href]::after {
  content: "";
  width: 21px;
  height: 14px;
  background: url(/product/zexeed/images/icon_link-arrow.svg) center/cover no-repeat;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages .name[href]::after {
    content: none;
  }
}
.common-header > .common-menu > .pages > li {
  border-top: 1px solid #d1d6db;
}
.common-header > .common-menu > .pages > li > .name {
  font-size: 1em;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages > li > .name {
    border: none;
    font-size: clamp(10px,1.18vw,16px);
    padding: 0 1em;
    height: 60px;
  }
  body.isnot-small .common-header > .common-menu > .pages > li > .name:hover {
    color: #00569b;
  }
}
@media screen and (min-width: 1500px) {
  body.isnot-small .common-header > .common-menu > .pages > li > .name {
    padding: 0 25px;
  }
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages > li {
    border-top: none;
  }
  body.isnot-small .common-header > .common-menu > .pages > li.expander > .name {
    position: relative;
  }
  body.isnot-small .common-header > .common-menu > .pages > li.expander > .name::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -13px;
    border-style: solid;
    border-width: 0 13px 0 13px;
    border-color: transparent transparent #00569b transparent;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: none;
  }
  body.isnot-small .common-header > .common-menu > .pages > li.expander:hover:not(.is-close) > .name::after {
    border-width: 0 13px 11px 13px;
    opacity: 1;
  }
  body.isnot-small .common-header > .common-menu > .pages > li.expander:hover:not(.is-close) > .submenu {
    max-height: 200px;
    height: 100px;
    opacity: 1;
  }
}
.common-header > .common-menu > .pages > li > .submenu {
  border-top: 1px solid transparent;
  padding: 0 20px;
  max-height: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages > li > .submenu {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    background-color: #00569b;
    position: fixed;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages > li > .submenu > .inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.common-header > .common-menu > .pages > li > .submenu > .inner > .head {
  display: none;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages > li > .submenu > .inner > .head {
    display: block;
    margin-right: 15px;
    padding-right: 30px;
    border-right: 1px solid white;
    font-size: 28px;
    font-family: Avenir, sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1200px) {
  body.isnot-small .common-header > .common-menu > .pages > li > .submenu > .inner > .head {
    margin-right: 25px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages > li > .submenu > .inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.common-header > .common-menu > .pages > li > .submenu > .inner > ul > li > .name {
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-header > .common-menu > .pages > li > .submenu > .inner > ul > li > .name.-current {
  opacity: 0.5;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .pages > li > .submenu > .inner > ul > li > .name {
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 0 15px;
    text-align: center;
  }
  body.isnot-small .common-header > .common-menu > .pages > li > .submenu > .inner > ul > li > .name:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1200px) {
  body.isnot-small .common-header > .common-menu > .pages > li > .submenu > .inner > ul > li > .name {
    padding: 0 20px;
  }
	body.isnot-small .common-header > .common-menu > .pages > li > .submenu > .inner > ul > li > .name .w01{
		display: none;
	}
}
.common-header > .common-menu > .pages > li > .submenu > .inner > ul > li > .name[href]::after {
  width: 15px;
  height: 10px;
}
.common-header > .common-menu > .util {
  margin: 0.75em 0;
  line-height: 2.5em;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .util {
    display: none;
  }
}
.common-header > .common-menu > .actions {
  display: none;
  margin-top: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .actions {
    position: fixed;
    display: block;
    margin: 0;
    right: 0;
    top: 42vh;
    background-color: white;
  }
}
.common-header > .common-menu > .actions > .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  width: calc(50% - 30px);
  max-width: 160px;
  height: 90px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-shadow: 5px 5px 10px rgba(23, 26, 113, 0.3);
          box-shadow: 5px 5px 10px rgba(23, 26, 113, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .common-menu > .actions > .button {
    margin: 0;
    width: 120px;
    height: 120px;
    line-height: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.common-header > .common-menu > .actions > .button::before {
  margin-bottom: 10px;
  content: "";
  width: 23px;
  height: 27px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.common-header > .common-menu > .actions > .button.-contact {
  background-color: #00569b;
}
.common-header > .common-menu > .actions > .button.-contact:hover {
  background-color: #04355e;
}
.common-header > .common-menu > .actions > .button.-contact::before {
  background-image: url(/product/zexeed/images/icon_button-mail.svg);
}
.common-header > .common-menu > .actions > .button.-catalog {
  background-color: #6382a7;
}
.common-header > .common-menu > .actions > .button.-catalog:hover {
  background-color: #04355e;
}
.common-header > .common-menu > .actions > .button.-catalog::before {
  background-image: url(/product/zexeed/images/icon_button-docs.svg);
}
.common-header > .switches {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .switches {
    margin-left: unset;
  }
}
@media screen and (min-width: 897px) and (-ms-high-contrast: active), screen and (min-width: 897px) and (-ms-high-contrast: none) {
  body.isnot-small .common-header > .switches {
    margin-left: auto;
  }
}
.common-header > .switches > .lang {
  width: 85px;
  height: 48px;
  position: relative;
  overflow: visible;
  margin-right: 7.24vw;
}
@media screen and (min-width: 414px) {
  .common-header > .switches > .lang {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1300px) {
  body.isnot-small .common-header > .switches > .lang {
    width: 120px;
  }
}

@media screen and (min-width: 897px){
  body.isnot-small .common-header > .switches > .lang{
    width: 100px;
    height: 60px;
    margin-right: 0;
  }
}
.common-header > .switches > .lang #state_head-lang {
  display: none;
}
.common-header > .switches > .lang #state_head-lang:checked ~ .current {
  background: #04355e;
}
.common-header > .switches > .lang #state_head-lang:checked ~ .selector {
  height: auto;
  opacity: 1;
}
.common-header > .switches > .lang > .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #00569b;
  font-size: 1rem;
  font-weight: 600;
}
.common-header > .switches > .lang > .current:hover {
  background-color: #04355e;
}
.common-header > .switches > .lang > .current::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background: url(/product/zexeed/images/icon_button-globe_white.svg) center/contain no-repeat;
  display: block;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .switches > .lang > .current::after {
    margin-left: 18px;
    content: "";
    width: 13px;
    height: 8px;
    background: url(/product/zexeed/images/icon_button-chevron_white.svg) center/contain no-repeat;
    display: block;
  }
}
.common-header > .switches > .lang > .selector {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-header > .switches > .lang > .selector > .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  color: white;
  background: #00569b;
  font-size: 1rem;
  font-weight: 600;
}
.common-header > .switches > .burger {
  position: relative;
  width: 20px;
  height: 20px;
}
.common-header > .switches > .burger::before, .common-header > .switches > .burger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.common-header > .switches > .burger::before {
  background: url(/product/zexeed/images/icon_modal-burger.svg) center/cover no-repeat;
}
.common-header > .switches > .burger::after {
  opacity: 0;
  background: url(/product/zexeed/images/icon_modal-close.svg) center/cover no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 897px) {
  body.isnot-small .common-header > .switches > .burger {
    display: none;
  }
}

/*!
content
--------------------------------------*/
.wrap-all {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 897px) {
  .wrap-all {
    max-width: none;
  }
}
@media screen and (min-width: 897px) and (min-height: 501px) {
  .wrap-all.is-fixed {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: none;
  }
}

.wrap-main > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-color: #00569b;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 70px 0;
}
@media screen and (min-width: 897px) {
  .wrap-main > .title {
    height: 24vw;
    max-height: 360px;
  }
}
.wrap-main > .title > .name {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .wrap-main > .title > .name {
    font-size: 50px;
  }
}
.wrap-main > .content {
  /*
  font-size: 14px;
  line-height: 2.14;
  */
}
.wrap-main > .content > .row > .inner {
  margin: 0 auto;
  padding: 0 7.24vw;
  max-width: 1140px;
}
@media screen and (min-width: 414px) {
  .wrap-main > .content > .row > .inner {
    padding: 0 30px;
  }
}

.title-slide {
  color: white;
  background-color: black;
  position: relative;
}
.title-slide > .slider,
.title-slide > .slider .slide {
  height: 66.66vw;
}
@media screen and (min-width: 576px) {
  .title-slide > .slider,
.title-slide > .slider .slide {
    height: 44.59vw;
  }
}
@media screen and (min-width: 897px) {
  .title-slide > .slider,
.title-slide > .slider .slide {
    height: 400px;
  }
}
.title-slide > .slider {
  overflow: hidden;
}
.title-slide > .slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 7.24vw 20.04vw;
}
@media screen and (min-width: 414px) {
  .title-slide > .slider .slide {
    padding: 0 30px 83px;
  }
}
@media screen and (min-width: 897px) {
  .title-slide > .slider .slide {
    padding: 0 30px 100px;
  }
}
.title-slide > .slider .slide > .text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
.title-slide > .slider .slide > .text img {
  max-width: 100%;
}
.title-slide > .slider .slide > .text p {
  margin-top: 1em;
  letter-spacing: 0.1em;
  font-size: 2.89vw;
}
@media screen and (min-width: 414px) {
  .title-slide > .slider .slide > .text p {
    font-size: 12px;
  }
}
@media screen and (min-width: 897px) {
  .title-slide > .slider .slide > .text p {
    margin-top: 1.43em;
    font-size: 14px;
  }
}
.title-slide > .title {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(240, 248, 250, 0.2);
  padding: 0 7.24vw;
}
@media screen and (min-width: 414px) {
  .title-slide > .title {
    padding: 0 30px;
  }
}
.title-slide > .title > .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1080px;
  height: 20.04vw;
  letter-spacing: 0.1em;
  font-size: 7.24vw;
  font-weight: 600;
}
@media screen and (min-width: 414px) {
  .title-slide > .title > .name {
    height: 83px;
    font-size: 30px;
  }
}
@media screen and (min-width: 897px) {
  .title-slide > .title > .name {
    height: 100px;
    font-size: 36px;
  }
}

.topic-path {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 1;
}
@media screen and (min-width: 897px) {
  .topic-path {
    font-size: 12px;
  }
}
.topic-path > .item:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  margin: 0 1em 0 0.6em;
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg) skew(15deg, 15deg);
          transform: rotate(-45deg) skew(15deg, 15deg);
}
.topic-path > .item[href] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topic-path > .item[href]:hover {
  color: #00569b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*!
footer
--------------------------------------*/
.common-footer {
  position: relative;
  z-index: 30;
  padding: 20px 0.5em;
  color: white;
  background-color: #04355e;
}
@media screen and (min-width: 897px) {
  .common-footer {
    padding: 36px 80px;
  }
}
.common-footer.is-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 897px) {
  .common-footer.is-fixed {
    display: none;
  }
}
.common-footer > .totop {
  position: absolute;
  top: -10px;
  right: 14px;
  z-index: 2;
}
.common-footer > .totop > button {
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white url(/product/zexeed/images/icon_button-triangle.svg) center no-repeat;
  -webkit-box-shadow: 5px 5px 10px rgba(23, 26, 113, 0.3);
          box-shadow: 5px 5px 10px rgba(23, 26, 113, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-footer > .totop.is-fixed > button {
  position: fixed;
  right: 14px;
  bottom: 14px;
}
.common-footer > .totop.is-hide > button {
  opacity: 0;
  bottom: -50px;
}
@media screen and (min-width: 897px) {
  .common-footer > .totop {
    top: -25px;
  }
}
.common-footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 897px) {
  .common-footer > .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.common-footer > .inner .footer-nav {
  margin: 0 auto 0;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 897px) {
  .common-footer > .inner .footer-nav {
    margin: 0 -1.5em;
    max-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.common-footer > .inner .footer-nav > .link {
  margin: 1em;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 897px) {
  .common-footer > .inner .footer-nav > .link {
    margin: 0;
    padding: 0 1.5em;
  }
}
.common-footer > .inner .footer-nav > .link:hover {
  opacity: 0.5;
}
.common-footer > .inner > .logo {
  margin: 25px 0 0;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .common-footer > .inner > .logo {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.common-footer > .inner > .logo .src {
  width: 171px;
}
.common-footer > .inner > .right {
  text-align: center;
  margin-top: 22px;
  color: #6382a7;
  font-family: Avenir, sans-serif;
  font-size: 0.75rem;
}

#state_bp {
  width: 0;
  height: 0;
  font-size: 0;
}

/*!
modal
--------------------------------------*/
.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.41vw;
}
@media screen and (min-width: 414px) {
  .modal-container {
    padding: 10px;
  }
}
.modal-container > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  cursor: pointer;
}

.modal-body {
  display: none;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 7.24vw;
}
@media screen and (min-width: 414px) {
  .modal-body {
    padding: 30px;
  }
}
@media screen and (min-width: 576px) {
  .modal-body {
    padding: 40px;
    max-width: 640px;
  }
}
.modal-body > .content .heading {
  margin: 0.5em 0 1em;
  color: #00569b;
  text-align: center;
  font-size: 4.83vw;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 414px) {
  .modal-body > .content .heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 576px) {
  .modal-body > .content .heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 897px) {
  .modal-body > .content .heading {
    font-size: 30px;
  }
}
.modal-body > .close {
  position: absolute;
  top: 4.83vw;
  right: 4.83vw;
  width: 4.83vw;
  height: 4.83vw;
  background: url(/product/zexeed/images/icon_modal-close.svg) center/cover no-repeat;
}
@media screen and (min-width: 414px) {
  .modal-body > .close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 897px) {
  .modal-body.-catalog {
    max-width: 800px;
  }
}
.modal-body.-catalog ul {
  width: fit-content;
  margin: 0 -4.83vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 414px) {
  .modal-body.-catalog ul {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 576px) {
  .modal-body.-catalog ul {
    margin: 0 -20px;
  }
}
.modal-body.-catalog ul li {
  margin: 0 2.41vw;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.33% - 4.82vw);
}
.modal-body.-catalog ul li:nth-of-type(2) figure img {
  border: #0155ae solid 1px;
}
@media screen and (min-width: 414px) {
  .modal-body.-catalog ul li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 576px) {
  .modal-body.-catalog ul li {
    margin: 0 15px;
    width: 150px;
  }
}
@media screen and (min-width: 897px) {
  .modal-body.-catalog ul li {
    margin: 0 20px;
    width: 200px;
  }
}
.modal-body.-catalog ul li figure img {
  width: 100%;
  max-width: 100%;
}
.modal-body.-catalog ul li figure figcaption {
  margin-top: 0.5em;
  color: #00569b;
  font-size: 3.38vw;
  font-weight: 600;
  min-height: 2.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 414px) {
  .modal-body.-catalog ul li figure figcaption {
    font-size: 14px;
  }
}
@media screen and (min-width: 897px) {
  .modal-body.-catalog ul li figure figcaption {
    font-size: 16px;
  }
}
.modal-body.-catalog ul li .action {
  margin-top: 1em;
}
.modal-body.-catalog ul li .action .button {
  min-width: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
}
@media screen and (max-width: 413px) {
  .modal-body.-catalog ul li .action .button {
    font-size: 3.38vw;
  }
}
@media screen and (max-width: 575px) {
  .modal-body.-catalog ul li .action .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .modal-body.-catalog ul li .action .button::after {
    content: none;
  }
}
@media screen and (max-width: 896px) {
  .modal-body.-catalog ul li .action .button::after {
    right: 0.8em;
    width: 0.8em;
  }
}
.modal-body.-catalog .link:hover figcaption {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 896px) {
  .modal-body.-catalog ul {
    display: block;
  }

  .modal-body.-catalog ul li {
    width: auto;
  }

  .modal-body.-catalog ul li:nth-of-type(n+2) {
    margin-top: 2.5%;
    padding-top: 2.5%;
    border-top: #0155ae solid 1px;
  }

  .modal-body.-catalog ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }

  .modal-body.-catalog ul li a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
  }

  .modal-body.-catalog ul li a img {
    width: 28%;
  }

  .modal-body.-catalog ul li figure figcaption {
    width: 100%;
  }

  .modal-body.-catalog ul li .action {
    width: 30%;
    margin: 0;
  }

  .modal-body.-catalog ul li .action .button {
    padding-left: 1em;
    padding-right: 1em;
  }
}
/*!
default
--------------------------------------*/
.default-button {
  position: relative;
  padding: 2.41vw 12.07vw;
  min-width: 57.97vw;
  min-height: 14.49vw;
  color: white;
  background-color: #00569b;
  line-height: 1.5;
  font-size: 3.38vw;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 5px 10px rgba(23, 26, 113, 0.3);
          box-shadow: 5px 5px 10px rgba(23, 26, 113, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 414px) {
  .default-button {
    padding: 10px 50px;
    min-width: 240px;
    height: 60px;
    min-height: auto;
    max-height: none;
    font-size: 14px;
  }
}
.default-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.83vw;
  margin-top: -0.12vw;
  width: 3.62vw;
  height: 2.41vw;
  background: url(/product/zexeed/images/icon_link-arrow_white.svg) center/contain no-repeat;
}
@media screen and (min-width: 414px) {
  .default-button::after {
    right: 20px;
    margin-top: -5px;
    width: 15px;
    height: 10px;
  }
}
a:hover .default-button:not([href]), .default-button:hover {
  background-color: #04355e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.default-heading {
  margin-bottom: 30px;
  padding-left: 1em;
  color: #00569b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.1em;
  position: relative;
}
.default-heading::before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 0.33em;
  height: 1.67em;
  border-top: 0.33em solid #d1d6db;
  background-color: #00569b;
}
@media screen and (min-width: 897px) {
  .default-heading {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.default-heading > .logo {
  height: 1em;
  vertical-align: -0.1em;
}

.default-contact {
  padding: 0 7.24vw;
  background-color: #f0f8fa;
}
@media screen and (min-width: 414px) {
  .default-contact {
    padding: 0 30px;
  }
}
.default-contact > .inner {
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 897px) {
  .default-contact > .inner {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 700px;
  }
}
.default-contact > .inner > .head {
  text-align: center;
}
@media screen and (min-width: 897px) {
  .default-contact > .inner > .head {
    text-align: left;
  }
}
.default-contact > .inner > .head > .title {
  color: #00569b;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .default-contact > .inner > .head > .title {
    font-size: 30px;
  }
}
.default-contact > .inner > .head > .title > .icon {
  margin-right: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 897px) {
  .default-contact > .inner > .head > .title > .icon {
    margin-right: 20px;
  }
}
.default-contact > .inner > .head > .title > .icon img {
  height: 0.67em;
}
.default-contact > .inner > .head > .lead {
  margin-top: 1em;
  line-height: 1.71;
  font-size: 12px;
}
@media screen and (min-width: 897px) {
  .default-contact > .inner > .head > .lead {
    font-size: 14px;
  }
}
.default-contact > .inner > .action {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .default-contact > .inner > .action {
    margin-top: 0;
    text-align: left;
  }
}

/*!
helpers
--------------------------------------*/
._unmargin {
  margin: 0 !important;
}

._unpadding {
  padding: 0 !important;
}

@media screen and (max-width: 896px) {
  ._hide-sp {
    display: none;
  }
}

@media screen and (min-width: 897px) {
  ._hide-pc {
    display: none;
  }
}

@media screen and (min-height: 501px) {
  ._hide-port {
    display: none;
  }
}

@media screen and (max-height: 500px) {
  ._hide-land {
    display: none;
  }
}

/*202506追加*/
.TextBox_01 {
    background-color: #F4F7F8;
    font-weight: bold;
    text-align: center;
    padding: 15px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
.TextBox_01 span {
    font-size: 14px;
    color: #CE2E2E;
}
.new {
    position: absolute;
    background-color: #CE2E2E;
    max-width: 384px;
    color: #fff;
    font-weight: bold;
    padding: 0 4px;
    top: 19px;
    left: -17px;
    border-radius: 3px;
    font-size: 12px;
    height: 20px;
    display: flex
;
    align-items: center;
}

.striped_plate {
 position: relative;    
    margin-left: 15px;
     background: url(/product/zexeed/images/new_icon.png) left center no-repeat;
    background-size: 40px 20px;
    padding-left: 20px;
}

@media (min-width: 897px) and (max-width: 1500px) {
  .striped_plate {
  background: url(/product/zexeed/images/new_icon.png) left center no-repeat;
  background-size: 2.66vw 1.33vw;
  padding-left: 1.7vw;
  }
  
}

@media screen and (max-width: 896px) {
  .striped_plate {
    margin-left: 0;
    padding-left: 45px;
    }
}
