@charset "UTF-8";
/* atmedia.js setting
======================================================= */
#_device {
  position: relative;
  display: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.4;
  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,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: #0f79ee;
  text-decoration: none;
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:hover {
  text-decoration: underline;
}

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 0 0.67em;
}

/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

input::-ms-clear {
  visibility: hidden;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* l-hdr
========================================================================== */
.l-hdr {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  min-width: 950px;
  padding-top: 20px;
  z-index: 10000;
}

.l-hdr__wrap {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-hdr__wrap__col[data-grow="1"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* l-hdr-util
========================================================================== */
.l-hdr-util {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* lm-hdr-logo
========================================================================== */
.lm-hdr-logo {
  margin: 0;
  padding-bottom: 15px;
}

/* lm-hdr-qa
========================================================================== */
.lm-hdr-qa {
  font-size: 0.75rem;
  position: relative;
  display: inline-block;
  color: #333333;
  text-decoration: none;
  margin-right: 15px;
  padding: 2px 15px 3px 32px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  background-color: #e5f2f8;
}

.lm-hdr-qa span {
  font-size: 0.625rem;
}

.lm-hdr-qa:before {
  content: '';
  display: block;
  width: 15.67188px;
  height: 17px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -1.32812px -92.96875px;
  background-size: 851.69492% 654.6875%;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lm-hdr-qa:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -15.64062px -30.73438px;
  background-size: 785.15625% 654.6875%;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lm-hdr-qa:hover {
  text-decoration: none;
}

/* lm-hdr-search
========================================================================== */
.lm-hdr-search {
  position: relative;
}

.lm-hdr-search__input {
  font-size: 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  width: 190px;
  padding: 1px 10px;
  margin: 0;
  height: 19px;
  outline: none;
}

.lm-hdr-search__btn {
  content: '';
  display: block;
  width: 12.1875px;
  height: 15px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -104.53125px -1.17188px;
  background-size: 966.34615% 654.6875%;
  background-color: transparent;
  position: absolute;
  border: 0;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
}

.lm-hdr-search__btn:hover {
  cursor: pointer;
}

/* lm-hdr-gnav
========================================================================== */
.lm-hdr-gnav {
  font-size: 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 60px;
  padding: 0;
  height: 65px;
  z-index: 10000;
}

.lm-hdr-gnav > li {
  padding: 25px 10px 0;
}

.lm-hdr-gnav > li.is-active .lm-hdr-gnav__link {
  color: #020f9a;
  border-bottom: 3px solid #020f9a;
}

.lm-hdr-gnav > li:hover {
  cursor: pointer;
}

.lm-hdr-gnav > li:hover .lm-hdr-gnav__link {
  text-decoration: none;
}

.lm-hdr-gnav > li:hover .lm-hdr-gnav__link:after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  left: 0;
  width: 100%;
}

.lm-hdr-gnav > li:first-child {
  padding-left: 0;
}

.lm-hdr-gnav > li:last-child {
  padding-right: 0;
}

.lm-hdr-gnav__ballon {
  content: '';
  display: none;
  width: 10px;
  height: 8.98438px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -20.625px -54.6875px;
  background-size: 785.15625% 728.69565%;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.lm-hdr-gnav__ballon.is-active {
  display: block;
}

.lm-hdr-gnav__link {
  color: #333333;
  text-decoration: none;
  padding-bottom: 8px;
}

.lm-hdr-gnav__link:after {
  content: "";
  position: relative;
  display: block;
  height: 3px;
  background: #020f9a;
  top: 5px;
  left: 50%;
  width: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-hdr-gnav__sub {
  display: none;
  width: 950px;
  position: absolute;
  left: -162px;
  top: 65px;
  background-color: #017ace;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px 3px rgba(0, 0, 0, 0.1);
}

.l-hdr-gnav__sub a {
  color: #fff;
  text-decoration: none;
}

.l-hdr-gnav__sub a:hover {
  text-decoration: underline;
}

.l-hdr-gnav__wrap {
  display: table;
  table-layout: fixed;
}

.l-hdr-gnav__wrap__col {
  display: table-cell;
  vertical-align: top;
}

.l-hdr-gnav__wrap__col:nth-child(2) {
  width: 172px;
  padding-left: 9px;
  border-left: 1px dotted #fff;
}
/* 180705 gnavi 「お客様の価値創造」改修による追加 // */
.l-hdr-gnav__wrap__col.csv_sub {
  width: 355px;
}
/* // */

.lm-hdr-gnav__tit {
  margin: 0 0 15px;
}

.lm-hdr-gnav__tit a {
  font-size: 0.875rem;
}

.lm-hdr-gnav__tit a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -0.54688px -30.73438px;
  background-size: 785.15625% 654.6875%;
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.lm-hdr-gnav__list {
  font-size: 0;
  list-style: none;
  margin: -15px -5px 0;
  padding-left: 0;
  box-sizing: border-box;
}

.lm-hdr-gnav__list > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 15px 0 0;
  padding: 0 5px;
}

.lm-hdr-gnav__list[data-direction="vertical"] > li {
  display: block;
}

.lm-hdr-gnav__list a {
  display: block;
  font-size: 0.8125rem;
}

.lm-hdr-gnav__list img {
  display: block;
  margin-bottom: 8px;
}

.lm-hdr-gnav__list span {
  font-size: 0.6875rem;
  display: block;
}

.lm-hdr-gnav__blank:after {
  content: '';
  display: inline-block;
  width: 18.59375px;
  height: 14px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -1.09375px -16.1875px;
  background-size: 591.17647% 654.6875%;
  vertical-align: text-top;
  margin-left: 8px;
}

/* lm-hdr-btn
========================================================================== */

/* lm-hdr-menu
========================================================================== */

.l-fot__wrap, .l-fot-info__inr {
  width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 20161208 footer改修chad*/
.l-fot-info__inr__copy {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 20161208 footer改修chad*/
.l-fot-info__inr__copy p {
	text-align:center;
	line-height:2.6;
}

.lm-fot-hed a, .lm-fot-list a, .lm-fot-util a, .lm-fot-social dt a {
  color: #333333;
  text-decoration: none;
}

.lm-fot-hed a:hover, .lm-fot-list a:hover, .lm-fot-util a:hover, .lm-fot-social dt a:hover {
  text-decoration: underline;
}

/* l-fot
========================================================================== */
.l-fot {
  max-width: 1440px;
  min-width: 950px;
  margin: 110px auto 0;
  position: relative;
  background-color: #eee;
}

.l-fot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  min-width: 950px;
  height: 110px;
  background: url("../img/fot/fot_bg.png") center top no-repeat;
}

.l-fot__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 60px;
}

.l-fot__wrap__col > :last-child {
  margin-bottom: 0;
}

/* l-fot-info
========================================================================== */
.l-fot-info, .l-fot-info--simple {
  background: #fff;
  padding: 20px 0;
}

.l-fot-info__wrap {
  padding: 0 50px;
}

.l-fot-info__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-fot-info__inr > :last-child {
  margin-bottom: 0;
}

.l-fot-info__inr[data-justify="space-between"] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-fot-info__inr[data-justify="center"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-fot-info__inr__logo {
  display: none;
}

.l-fot-info__inr__logo-lg {
  display: block;
}

/* 20161208 footer改修chad*/
.l-fot-info__inr__util {
  display: block;
  margin-left: 40px;
  padding-top: 10px;
}

.l-fot-info__inr__social {
  display: block;
}

.l-fot-info--simple {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.l-fot-info--simple .l-fot-info__inr__logo {
  display: block;
}

/* lm-fot-hed
========================================================================== */
.lm-fot-hed {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 15px;
}

/* lm-fot-list
========================================================================== */
.lm-fot-list {
  list-style: none;
  margin: 0 0 35px;
  padding-left: 10px;
}

.lm-fot-list > li {
  font-size: 0.8125rem;
  margin-bottom: 10px;
}

.lm-fot-list > li:last-child {
  margin-bottom: 0;
}

.lm-fot-list__blank:after {
  content: '';
  display: inline-block;
  width: 18.59375px;
  height: 14px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -29.96875px -1.09375px;
  background-size: 591.17647% 654.6875%;
  vertical-align: text-top;
  margin-left: 8px;
}

/* lm-fot-util
========================================================================== */
.lm-fot-util {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -10px;
  padding-left: 0;
}

.lm-fot-util > li {
  font-size: 10px;
  line-height: 1;
  color: #666;
  padding: 0 10px;
  border-right: 1px solid #666;
}

.lm-fot-util > li:last-child {
  border-right: none;
}

.lm-fot-util a {
  color: #666;
}

/* lm-fot-social
========================================================================== */
.lm-fot-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
/* 20161208 footer改修chad*/
.lm-fot-social dt {
  font-size: 0.625rem;
  color: #666;
  margin-right: 0;
}

.lm-fot-social dd {
  margin: 0 10px 0 0;
}

.lm-fot-social dd:last-child {
  margin-right: 0;
}

.lm-fot-social dd a {
  display: block;
}

/* 20161208 footer改修chad*/
.lm-fot-social a img:hover{
	opacity: 0.7;
}


/* 20161208 footer改修chad*/
.lm-fot-social img {
  vertical-align: top;
}

.lm-fot-social__line:after {
  content: '';
  display: block;
  width: 28.21875px;
  height: 28px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -134.75px -62.5625px;
  background-size: 779.06977% 654.6875%;
}

.lm-fot-social__tw:after {
  content: '';
  display: block;
  width: 28.21875px;
  height: 28px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -95.8125px -92.75px;
  background-size: 779.06977% 654.6875%;
}

.lm-fot-social__fb:after {
  content: '';
  display: block;
  width: 28.21875px;
  height: 28px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -134.75px -2.1875px;
  background-size: 779.06977% 654.6875%;
}

.lm-fot-social__youtube:after {
  content: '';
  display: block;
  width: 28.21875px;
  height: 28px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -65.40625px -92.75px;
  background-size: 779.06977% 654.6875%;
}

/* lm-fot-copy
========================================================================== */
.lm-fot-copy {
  color: #666;
  margin: 0;
  font-size: 8px;
  line-height: 1;
}

.lm-fot-copy small {
  font-size: 8px;
}

/* lm-fot-recycle
========================================================================== */
.lm-fot-recycle {
  vertical-align: text-bottom;
}

.l-main__inr {
  width: 950px;
  margin: 0 auto;
  padding: 0 0 5px 0;
}

.l-main {
  margin: 0 auto 50px;
  overflow: hidden;
}

.l-main__wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.l-main__inr > :last-child {
  margin-bottom: 0;
}

.m-hd-1 {
  font-size: 1.75rem;
  position: relative;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}

.m-hd-1:before {
  content: "";
  display: block;
  background: url("../img/module/h1_bg.png") left top repeat-x;
  background-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  z-index: 10;
}

.m-hd-1:after {
  content: "";
  display: block;
  height: 10px;
  margin-top: 15px;
  background: -webkit-linear-gradient(left, #020f9b 0%, #04169e 4%, #0517a1 4%, #05179f 4%, #081ba5 6%, #061ca5 7%, #091ca6 7%, #0820a8 8%, #0c26af 11%, #0a26ad 11%, #0d27b0 11%, #0b27af 11%, #0f2cb4 13%, #0e2bb3 13%, #0f2fb6 14%, #1030b9 14%, #1136bb 16%, #1335bd 16%, #163cc3 18%, #143ec6 19%, #173fc5 19%, #1a46cd 21%, #1846cd 22%, #1f54d8 25%, #1e57da 26%, #2460e4 29%, #2261e4 29%, #2561e3 30%, #2566e8 30%, #2566e6 31%, #286dee 33%, #2973f0 35%, #2f7ffa 39%, #328dff 45%, #3291ff 45%, #339aff 51%, #32a2f8 56%, #31a1f5 56%, #32a2f6 57%, #2fa3f0 58%, #30a3f3 58%, #30a4ef 58%, #2fa4f1 59%, #2fa5ed 59%, #2fa5ef 59%, #2ea4ea 60%, #2fa6ea 61%, #2ca6e7 61%, #2aaadb 65%, #28a8d5 66%, #29aad4 67%, #26aad1 67%, #21adbe 72%, #0bae77 87%, #06ae61 94%, #03ae5f 94%, #05ad5f 95%, #02ae5a 96%, #00af50 100%);
  background: linear-gradient(to right, #020f9b 0%, #04169e 4%, #0517a1 4%, #05179f 4%, #081ba5 6%, #061ca5 7%, #091ca6 7%, #0820a8 8%, #0c26af 11%, #0a26ad 11%, #0d27b0 11%, #0b27af 11%, #0f2cb4 13%, #0e2bb3 13%, #0f2fb6 14%, #1030b9 14%, #1136bb 16%, #1335bd 16%, #163cc3 18%, #143ec6 19%, #173fc5 19%, #1a46cd 21%, #1846cd 22%, #1f54d8 25%, #1e57da 26%, #2460e4 29%, #2261e4 29%, #2561e3 30%, #2566e8 30%, #2566e6 31%, #286dee 33%, #2973f0 35%, #2f7ffa 39%, #328dff 45%, #3291ff 45%, #339aff 51%, #32a2f8 56%, #31a1f5 56%, #32a2f6 57%, #2fa3f0 58%, #30a3f3 58%, #30a4ef 58%, #2fa4f1 59%, #2fa5ed 59%, #2fa5ef 59%, #2ea4ea 60%, #2fa6ea 61%, #2ca6e7 61%, #2aaadb 65%, #28a8d5 66%, #29aad4 67%, #26aad1 67%, #21adbe 72%, #0bae77 87%, #06ae61 94%, #03ae5f 94%, #05ad5f 95%, #02ae5a 96%, #00af50 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.t-skyblue .m-hd-1:before {
  background: url("../img/module/h1_skyblue_bg.png") left top repeat-x;
  background-size: 10px;
}


body:not(.old-h1) .m-hd-1{
  background-image: url("/cmn/common-2022/image/h1_bg_pc.png");
  background-repeat: repeat-x;
  background-size: auto 123px;
  background-position: top center;
  color: #ffffff;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 42px 100% 145px 100%;
  margin: 0 -100%;
  text-align: left;
  position: relative;
  height: auto;
}

body:not(.old-h1) .m-hd-1:before,
body:not(.old-h1) .m-hd-1:after{
  display: none;
}





.m-hd-2 {
  font-size: 1.375rem;
  font-weight: normal;
  padding-bottom: 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #e4e4e4;
}

.m-hd-2--contents, .m-hd-2--entertainment, .m-hd-2--factory, .m-hd-2--event {
  font-size: 1.375rem;
  font-weight: normal;
  margin: 0 0 20px;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  line-height: 1;
}

.m-hd-2--contents:before, .m-hd-2--entertainment:before, .m-hd-2--factory:before, .m-hd-2--event:before {
  margin-right: 10px;
  vertical-align: middle;
}

.m-hd-2--campaign, .m-hd-2--cm {
  font-weight: normal;
  margin: 0 0 20px;
  line-height: 1;
}

.m-hd-2--campaign a, .m-hd-2--cm a {
  font-size: 1.375rem;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  text-decoration: none;
}

.m-hd-2--campaign a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -15.64062px -30.73438px;
  background-size: 785.15625% 654.6875%;
  vertical-align: middle;
  margin-left: 10px;
}
.m-hd-2--cm a:after {
  content: '';
  display: inline-block;
  width: 18.59375px;
  height: 14px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -20.78125px -16.1875px;
  background-size: 591.17647% 654.6875%;
  vertical-align: middle;
  margin-left: 10px;
}

.m-hd-2--campaign a:hover, .m-hd-2--cm a:hover {
  text-decoration: underline;
}

.m-hd-2--campaign:before, .m-hd-2--cm:before {
  margin-right: 10px;
  vertical-align: middle;
}

.m-hd-2--campaign:before {
  content: '';
  display: inline-block;
  width: 52.73438px;
  height: 50px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -3.90625px -165.625px;
  background-size: 744.44444% 654.6875%;
}

.m-hd-2--cm:before {
  content: '';
  display: inline-block;
  width: 62.01562px;
  height: 49px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -3.82812px -109.48438px;
  background-size: 620.37037% 654.6875%;
}

.m-hd-2--contents:before {
  content: '';
  display: inline-block;
  width: 52.34375px;
  height: 50px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -60.54688px -165.625px;
  background-size: 750% 654.6875%;
}

.m-hd-2--entertainment:before {
  content: '';
  display: inline-block;
  width: 68.75px;
  height: 55px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -78.20312px -122.89062px;
  background-size: 628.125% 654.6875%;
}

.m-hd-2--factory:before {
  content: '';
  display: inline-block;
  width: 50.67188px;
  height: 46px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -163.15625px -102.78125px;
  background-size: 712.76596% 654.6875%;
}

.m-hd-2--event:before {
  content: '';
  display: inline-block;
  width: 45.70312px;
  height: 50px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -53.90625px -273.4375px;
  background-size: 858.97436% 654.6875%;
}

.m-hd-3 {
  font-size: 1.375rem;
  font-weight: normal;
  margin: 0 0 30px;
}

.m-hd-4 {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 30px;
}

.ml-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: 30px;
}

[data-align="left"].ml-btn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.m-btn, .m-btn-ext {
  font-size: 1rem;
  color: #0f79ee;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  display: block;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  position: relative;
  border-radius: 30px;
}

.m-btn:hover, .m-btn-ext:hover {
  text-decoration: underline;
}

.m-btn, .m-btn-ext {
  padding: 12px 45px;
}

.m-btn[data-ws="nowrap"] {
  white-space: nowrap;
}

.m-btn:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -17.875px -35.125px;
  background-size: 785.15625% 654.6875%;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*.m-btn--s {
	@extend %btn--s;
	&:after {
		@include coloredIcon('triangle_right_blue', 8px);
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}*/
.m-btn-ext:after {
  content: '';
  display: block;
  width: 18.59375px;
  height: 14px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -20.78125px -16.1875px;
  background-size: 591.17647% 654.6875%;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*.m-btn-ext--s {
	@extend %btn--s;
	&:after {
		@include coloredIcon('blank_blue', 14px);
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
	}
}*/

.ml-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0 -15px 30px;
  list-style: none;
}

.ml-btn-list > li {
  padding: 0 15px;
}

.m-link--arrow, .m-link-ext, .m-link--ext, .m-link-pdf, .m-link--pdf {
  display: inline-block;
  margin-bottom: 15px;
}

.m-link--arrow, .m-link--ext, .m-link--pdf {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 25px;
}

.m-link--arrow:before, .m-link--ext:before, .m-link--pdf:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -17.875px -35.125px;
  background-size: 785.15625% 654.6875%;
  position: absolute;
  top: 0.45em;
  left: 0;
}

.m-link-ext:after, .m-link--ext:after {
  content: '';
  display: inline-block;
  width: 18.59375px;
  height: 14px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -20.78125px -16.1875px;
  background-size: 591.17647% 654.6875%;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
  margin-left: 10px;
}

.m-link-pdf:after, .m-link--pdf:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -23.125px -87.8125px;
  background-size: 785.15625% 654.6875%;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
  margin-left: 10px;
}

.m-link-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0 0 30px;
}

.m-link-anchor > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.m-link-anchor > li:last-child {
  border-right: none;
}

.m-link-anchor a {
  font-size: 1rem;
  position: relative;
  display: block;
  color: #333333;
  background: #eee;
  padding: 5px 0 4px;
}

.m-link-anchor a:hover {
  text-decoration: none;
}

.m-link-anchor a:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -53px -70.25px;
  background-size: 785.15625% 654.6875%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ml-link--list {
  list-style: none;
  padding-left: 0;
  margin: -15px 0 15px;
}

.ml-link--list > li {
  margin-top: 15px;
}

.ml-link--list > li > :last-child {
  margin-bottom: 0;
}

.ml-link-list {
  margin: 0 0 15px;
  padding-left: 0;
  list-style: none;
}

.ml-link-list > li {
  margin-bottom: 15px;
}

.ml-link-list > li > :last-child {
  margin-bottom: 0;
}

.ml-link-list > li:last-child {
  margin-bottom: 0;
}

.m-text {
  margin: 0 0 20px;
}

.m-text[data-align="center"] {
  text-align: center;
}

.m-text-hd {
  font-size: 1.375rem;
  margin: 0 0 20px;
}

.m-text-sm {
  font-size: 0.75rem;
  margin: 0 0 20px;
}

.m-text-sm > :last-child {
  margin-bottom: 0;
}

.m-text-note {
  font-size: 0.75rem;
  margin: 0 0 20px;
  padding-left: 1.5em;
}
.m-text-note.numb {
  padding-left: 2.0em;
}
.m-text-note > :last-child {
  margin-bottom: 0;
}

.m-text-note span {
  display: inline-block;
  text-indent: -1.5em;
}

.m-text-note span.number {
  display: inline-block;
  text-indent: -2.0em;
}

.m-text-date {
  text-align: right;
  margin: 0 0 15px;
}

.m-text-cc {
  font-size: 1.375rem;
  color: #020f9a;
  text-align: center;
  margin: 0 0 25px;
}

.ml-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 60px;
}

.ml-grid img {
  margin-bottom: 20px;
}

.ml-grid__col {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ml-grid__col > :last-child {
  margin-bottom: 0;
}

.ml-grid__col[data-col="1"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  width: 8.33333%;
}

.ml-grid__col[data-col="2"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  width: 16.66667%;
}

.ml-grid__col[data-col="3"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
}

.ml-grid__col[data-col="4"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  width: 33.33333%;
}

.ml-grid__col[data-col="5"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  width: 41.66667%;
}

.ml-grid__col[data-col="6"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.ml-grid__col[data-col="7"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  width: 58.33333%;
}

.ml-grid__col[data-col="8"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  width: 66.66667%;
}

.ml-grid__col[data-col="9"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
}

.ml-grid__col[data-col="10"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  width: 83.33333%;
}

.ml-grid__col[data-col="11"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  width: 91.66667%;
}

.ml-grid__col[data-col="12"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.ml-grid__col[data-align="center"] {
  text-align: center;
}

.ml-box, .ml-box-strong {
  padding: 30px;
  margin-bottom: 60px;
}

.ml-box > :last-child, .ml-box-strong > :last-child {
  margin-bottom: 0;
}

.ml-box {
  background-color: #eee;
}

.ml-box-strong {
  background-color: #e7f7ff;
}

.m-table {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 60px;
}

.m-table th {
  text-align: left;
  background: #eee;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 20px;
  width: 30%;
  box-sizing: border-box;
}

.m-table th > :last-child {
  margin-bottom: 0;
}

.m-table td {
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding: 15px 20px;
  box-sizing: border-box;
}

.m-table td > :last-child {
  margin-bottom: 0;
}

.m-table-list {
  width: 100%;
  margin-bottom: 60px;
}

.m-table-list th {
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 20px;
  width: 30%;
  box-sizing: border-box;
}

.m-table-list th > :last-child {
  margin-bottom: 0;
}

.m-table-list td {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 20px;
  box-sizing: border-box;
}

.m-table-list td > :last-child {
  margin-bottom: 0;
}

.m-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0 0 30px;
}

.m-tab > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  background: #eee;
  cursor: pointer;
  padding: 5px 0 4px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.m-tab > li.is-active {
  background: #020f9a;
  color: #fff;
}

.m-tab > li.is-active:after {
  content: '';
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -28.375px -9.25px;
  background-size: 697.91667% 654.6875%;
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-tab > li.is-active a {
  color: #fff;
}

.m-tab > li:last-child {
  border-right: none;
}

.m-tab > li a {
  display: block;
  color: #333333;
}

.m-tab > li a:hover {
  text-decoration: none;
}

.m-release {
  list-style: none;
  margin: 0 auto 40px;
  padding-left: 0;
}

.m-release > li {
  margin-bottom: 15px;
}

.m-release > li:last-child {
  margin-bottom: 0;
}

.m-release a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ml-release-col {
  margin: 0;
}

.ml-release-col:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 190px;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}

.m-release__date {
  color: #333333;
}

.m-release__cate {
  font-size: 0.75rem;
  display: inline-block;
  padding: 4px 0 0;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  width: 85px;
  background: #888888;
  color: #fff;
}

.m-release__text, .m-release__text--ext {
  display: block;
  color: #0f79ee;
  margin-left: 20px;
}

.m-release__text:hover, .m-release__text--ext:hover {
  text-decoration: underline;
}

.m-release__text--ext:after {
  content: '';
  display: inline-block;
  width: 18.59375px;
  height: 14px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -20.78125px -16.1875px;
  background-size: 591.17647% 654.6875%;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
  margin-left: 10px;
}

.m-localNav {
  margin: 0 0 60px;
  text-align: center;
}

.m-localNav dt {
  font-size: 1rem;
  margin-bottom: 7px;
}

.m-localNav dt a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -17.875px -35.125px;
  background-size: 785.15625% 654.6875%;
  position: relative;
  top: -0.05em;
  vertical-align: middle;
  margin-right: 8px;
}

.m-localNav dd {
  margin-left: 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #020f9a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-localNav a {
  color: #333333;
}

.m-localNav__layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 7px 0 6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-localNav__layer > li {
  padding: 0 15px;
}

.m-localNav__layer > li.is-active a {
  color: #020f9a;
}

.m-localNav__layer a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -17.875px -35.125px;
  background-size: 785.15625% 654.6875%;
  vertical-align: middle;
  margin-right: 8px;
}

.m-list {
  margin: 0 0 40px;
  padding-left: 1.2em;
}

.m-list > li {
  margin-bottom: 5px;
}

.m-list > li:last-child {
  margin-bottom: 0;
}

.m-label {
  font-size: 0.75rem;
  display: inline-block;
  padding: 3px 0 2px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  width: 85px;
  background: #888888;
  color: #fff;
  margin: 0 0 25px;
}

.m-label[data-label] {
  width: auto;
  padding: 3px 4px 2px;
}

.m-label[data-label="community"] {
  background: #dc007a;
}

.m-label[data-label="supplychain"] {
  background: #f5a200;
}

.m-label[data-label="eco"] {
  background: #00a6d9;
}

.m-label[data-label="health"] {
  background: #00973b;
}

.m-label[data-label="education"] {
  background: #c60f28;
}

.m-label[data-label="product"] {
  background: #0e5ed6;
}

.ml-label-list {
  margin: -6px -3px 25px;
  padding-left: 0;
  list-style: none;
}

.ml-label-list:after {
  content: "";
  display: block;
  clear: both;
}

.ml-label-list > li {
  float: left;
  padding: 6px 3px 0;
}

.ml-label-list > li > :last-child {
  margin-bottom: 0;
}

.m-modal-layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #50c5ff;
  opacity: 0.3;
  z-index: 100000;
}

.m-modal {
  display: none;
  position: absolute;
  width: 890px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100001;
}

.ml-modal {
  position: relative;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.ml-modal > :last-child {
  margin-bottom: 0;
}

.m-modal__close {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -192.5px -132.5px;
  background-size: 785.15625% 654.6875%;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
}

/* m-breadcrumbs
========================================================================== */
.m-breadcrumbs {
  font-size: 0;
  margin-bottom: 25px;
  padding: 10px 0 0;
  list-style: none;
  text-align: left;
  color: #888888;
}

.m-breadcrumbs > li {
  font-size: 0.75rem;
  display: inline-block;
}

.m-breadcrumbs > li:first-child:before {
  content: '';
  padding: 0;
}

.m-breadcrumbs > li:before {
  content: '>';
  display: inline-block;
  padding: 0 4px;
}

.m-breadcrumbs a {
  color: #0f79ee;
  text-decoration: none;
}

.m-breadcrumbs a:hover {
  text-decoration: underline;
}

/* m-bnr
========================================================================== */
.m-bnr {
  list-style: none;
  margin: -10px -5px 60px;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-bnr > li {
  margin-top: 10px;
  padding: 0 5px;
  box-sizing: border-box;
  width: 33.33333%;
}

/* 180302更新 中アド追加：バナー4グリッド化*/
.m-bnr.quattro > li {
  width: 25%;
}


.m-bnr > li > :last-child {
  margin-bottom: 0;
}

.m-bnr a {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 10px;
}

.m-bnr a span {
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* 180302更新 中アド追加：バナー4グリッド化*/
.m-bnr a span {
  font-size: 0.975rem;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-bnr a span[data-color="dark"] {
  color: #333333;
}

.m-bnr img {
  max-width: 100%;
  display: block;
}

.m-bnr__cap {
  display: block;
  text-align: center;
  margin: 0;
}

/*
.m-pagetop a {
  display: none;
  position: fixed;
  right: 20px;
  top: 91%;
  margin-top: -36px;
  background: #000;
  border-radius: 50%;
  height: 72px;
  opacity: 0.2;
  width: 72px;
  z-index: 15;
}
.m-pagetop a:before {
  content: '';
  display: block;
  width: 27.78125px;
  height: 14px;
  background-image: url("../svg/svgsprite.svg");
  background-repeat: no-repeat;
  background-position: -1.09375px -1.09375px;
  background-size: 395.66929% 654.6875%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
*/
.m-pagetop{
  position: fixed;
  right: 20px;
  top: 91%;
  height: 48px;
  width: 48px;
  opacity: 0.6;
  z-index: 15;
}
.m-pagetop a{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/shared/common-2022/menu/image/pagetop.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

.m-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}

.m-map iframe,
.m-map object,
.m-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-bubbles, .m-bubbles--left, .m-bubbles--right {
  display: block;
  position: fixed;
  top: 0;
  z-index: 10;
}

.m-bubbles--left {
  margin-right: 475px;
  right: 50%;
}

.m-bubbles--right {
  left: 50%;
  margin-left: 475px;
}

/* t-skyblue
========================================================================== */
.t-skyblue {
  position: relative;
  background-color: #e7f7ff;
  margin-bottom: 115px;
}

.t-skyblue:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -85px;
  width: 100%;
  min-width: 950px;
  height: 85px;
  background: url("../img/theme/skyblue_btm_bg.png") center top no-repeat;
}

/* t-lightgreen
========================================================================== */
.t-lightgreen {
  position: relative;
  background-color: #eafdf3;
  margin: 142px auto 137px;
  padding-top: 55px;
}

.t-lightgreen:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -102px;
  width: 100%;
  min-width: 950px;
  height: 102px;
  background: url("../img/theme/lightgreen_top_bg.png") center top no-repeat;
}

.t-lightgreen:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -77px;
  width: 100%;
  min-width: 950px;
  height: 77px;
  background: url("../img/theme/lightgreen_btm_bg.png") center top no-repeat;
}

.u-display-lg {
  display: block !important;
}

.u-display-lg.u-display-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-display-md {
  display: none !important;
}

.u-img-fluid {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-img-max {
  width: 100%;
}

.chad_nocopy {
  touch-callout: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-touch-callout: none !important;
  -moz-user-select: none !important;
  -o-touch-callout: none !important;
  -o-user-select: none !important;
  -ms-touch-callout: none !important;
  -ms-user-select: none !important;

}

.chad_txt_r{
	color: #f00!important;
}

.chad_mb0{
	margin-bottom: 0!important;
}
.chad_mb05{
	margin-bottom:05px!important;
}
.chad_mb10{
	margin-bottom:10px!important;
}
.chad_mb15{
	margin-bottom:15px!important;
}
.chad_mb20{
	margin-bottom:20px!important;
}
.chad_mb25{
	margin-bottom:25px!important;
}
.chad_mb30{
	margin-bottom:30px!important;
}
.chad_mb35{
	margin-bottom:35px!important;
}
.chad_mb40{
	margin-bottom:40px!important;
}
.chad_mb45{
	margin-bottom:45px!important;
}
.chad_mb50{
	margin-bottom:50px!important;
}
.chad_ml15{
	margin-left:15px!important;
}
.chad_img_w640{
    width: 100%;
	max-width:640px;
	text-align:center;
}
.chad_img_pc500{
  width: 100%;
  max-width: 500px;
}
.chad_align_c{
	text-align: center!important;
}
.chad_align_l{
	text-align:left!important;
}
.chad_align_r{
	text-align:right!important;
}


.chad_fs10{
	font-size:1.0em!important;
}
.chad_telInfo{
	color: #333333;
	}
.chad_telInfo:hover{
	text-decoration: none;
	cursor: default;
	}

@media screen and (min-width: 769px) {	
.chad_pcalign_c{
	text-align: center!important;
}
.chad_pcalign_l{
	text-align:left!important;
}
.chad_pcalign_r{
	text-align:right!important;
}
.chad_br_sp{
    display: none!important;
}

}	
	
@media screen and (max-width: 768px){
  #_device{
    position: absolute;
    display: none;
  }
  body{
    font-size: 0.75rem;
  }
  .lm-hdr-menu__main a:after, .lm-hdr-menu__sub a:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -13.40625px -26.34375px;
    background-size: 785.15625% 654.6875%;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-hdr{
    background-color: #020f9a;
    box-shadow: none;
    min-width: 0;
    padding: 8px 10px;
  }
  .l-hdr__wrap{
    width: auto;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .lm-hdr-logo{
    padding-bottom: 0;
  }
  .lm-hdr-logo img{
    vertical-align: middle;
  }
  .lm-hdr-btn button{
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    background: none;
    padding: 0;
  }
  .lm-hdr-btn button:before{
    content: '';
    display: block;
    width: 22.5625px;
    height: 19px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -67.39062px -1.48438px;
    background-size: 661.18421% 654.6875%;
  }
  .lm-hdr-btn.is-active button:before{
    content: '';
    display: block;
    width: 19.14844px;
    height: 19px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -91.4375px -21.96875px;
    background-size: 779.06977% 654.6875%;
  }
  .lm-hdr-menu{
    display: none;
    width: 100%;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 10000;
  }
  .lm-hdr-menu__main{
    background-color: #f0f0f0;
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
  }
  .lm-hdr-menu__main > li{
    border-bottom: 1px solid #fff;
  }
  .lm-hdr-menu__main a{
    font-size: 0.875rem;
    position: relative;
    display: block;
    color: #0f79ee;
    text-decoration: none;
    padding: 12px 12px 12px 50px;
  }
  .lm-hdr-menu__main a:before{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    padding-left: 1px;
  }
  .lm-hdr-menu__main a[data-icn="product"]:before{
    content: '';
    display: block;
    width: 31.75px;
    height: 32px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -188.75px -2.5px;
    background-size: 791.33858% 654.6875%;
  }
  .lm-hdr-menu__main a[data-icn="present"]:before{
    content: '';
    display: block;
    width: 31.75px;
    height: 32px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -188.75px -37px;
    background-size: 791.33858% 654.6875%;
  }
  .lm-hdr-menu__main a[data-icn="safety"]:before{
    content: '';
    display: block;
    width: 31.75px;
    height: 32px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -140.5px -140.5px;
    background-size: 791.33858% 654.6875%;
  }
  .lm-hdr-menu__main a[data-icn="value"]:before{
    content: '';
    display: block;
    width: 31.75px;
    height: 32px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -188.75px -106px;
    background-size: 791.33858% 654.6875%;
  }
  .lm-hdr-menu__main a[data-icn="company"]:before{
    content: '';
    display: block;
    width: 31.75px;
    height: 32px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -188.75px -140.5px;
    background-size: 791.33858% 654.6875%;
  }
  .lm-hdr-menu__main a[data-icn="customers"]:before{
    content: '';
    display: block;
    width: 31.75px;
    height: 32px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -188.75px -71.5px;
    background-size: 791.33858% 654.6875%;
  }
  .lm-hdr-menu__sub{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f0f0;
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
  }
  .lm-hdr-menu__sub > li{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    border-left: 1px solid #fff;
  }
  .lm-hdr-menu__sub > li:first-child{
    border-left: none;
  }
  .lm-hdr-menu__sub a{
    display: block;
    position: relative;
    color: #0f79ee;
    text-decoration: none;
    padding: 12px;
  }
  .lm-hdr-menu__util{
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    background-color: #fff;
    margin: 0 auto;
    padding: 12px 0;
  }
  .lm-hdr-menu__util > li{
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
  }
  .lm-hdr-menu__util > li:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #e3e3e3;
    height: 16px;
    width: 1px;
    vertical-align: middle;
  }
  .lm-hdr-menu__util > li:last-child:after{
    border-left: none;
  }
  .lm-hdr-menu__util a{
    font-size: 0.6875rem;
    display: block;
    color: #0f79ee;
    text-decoration: none;
  }
  .lm-hdr-menu__close{
    background-color: #4088ff;
    text-align: center;
    margin: 0 auto;
  }
  .lm-hdr-menu__close a{
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 15px 0;
  }
  .lm-hdr-menu__close a:before{
    content: '';
    display: inline-block;
    width: 12.09375px;
    height: 12px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -57.75px -13.875px;
    background-size: 779.06977% 654.6875%;
    position: relative;
    vertical-align: text-top;
    margin-right: 10px;
    top: 1px;
  }
  .l-fot__wrap, .l-fot-info__inr{
    width: 100%;
  }
  .l-fot-info, .l-fot-info--simple{
    background: #020f9a;
    padding: 10px 0;
  }
  .l-fot-info > :last-child, .l-fot-info--simple > :last-child{
    margin-bottom: 0;
  }
  .l-fot-info__wrap{
    padding: 0;
  }
  .l-fot-info__inr{
    padding: 0 10px;
  }
  .l-fot-info__inr__logo{
    display: block;
    margin-bottom: 10px;
  }
  .l-fot-info__inr__logo-lg{
    display: none;
  }
  .l-fot-info__inr__recycle{
    text-align: right;
    margin-bottom: 10px;
  }
  .l-fot-info__inr__util{
    display: none;
  }
  .l-fot-info__inr__social{
    display: none;
  }
  .l-fot-info__inr__copy{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .l-fot-info--simple{
    border-top: none;
  }
  .l-fot-info--simple .l-fot-info__inr{
    font-size: 0;
    display: block;
    padding: 0 10px;
  }
  .l-fot-info--simple .l-fot-info__inr__logo{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .l-fot-info--simple .l-fot-info__inr__recycle{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .l-fot-info--simple .l-fot-info__inr__util{
    clear: both;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .lm-fot-util{
    display: inline-block;
    margin: -10px -10px 0;
    font-size: 0;
  }
  .lm-fot-util > li{
    margin-top: 10px;
    display: inline-block;
    border-right: 1px solid #fff;
  }
  .lm-fot-util a{
    font-size: 0.75rem;
    color: #fff;
  }
  .lm-fot-copy{
    text-align: center;
    color: #fff;
    line-height: 1;
  }
  .lm-fot-copy small{
    font-size: 0.625rem;
  }
  .l-main__inr{
    width: 100%;
  }
  .l-main{
    margin: 0 0 40px;
    padding-bottom: 0;
  }
  .l-main > :last-child{
    margin-bottom: 0;
  }
  .l-main__wrap:first-child{
    /*padding-top: 10px;*/
  }
  .l-main__inr{
    padding: 0 10px;
    box-sizing: border-box;
  }
  .l-main__inr[data-wide-md="full"]{
    padding: 0;
  }
  .m-hd-1{
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .m-hd-1:before{
    height: 7px;
    background-size: 7px;
  }
  .m-hd-1:after{
    height: 7px;
    margin-top: 10px;
  }
  .t-skyblue .m-hd-1:before{
    height: 7px;
    background-size: 7px;
  }

  body:not(.old-h1) .m-hd-1{
    background-image: url("/cmn/common-2022/image/h1_bg_sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    color: #ffffff;
    font-size: 4vw;
    font-weight: 700;
    padding: 5vw 5vw 12vw 5vw;
    margin: 0 -5vw;
    text-align: center;
  }

  .m-hd-2{
    font-size: 0.9375rem;
    text-align: center;
    padding-bottom: 10px;
    margin: 0 0 20px;
  }
  .m-hd-2--contents, .m-hd-2--entertainment, .m-hd-2--factory, .m-hd-2--event{
    font-size: 0.9375rem;
    margin: 0 0 15px;
  }
  .m-hd-2--campaign, .m-hd-2--cm{
    margin: 0 0 15px;
  }
  .m-hd-2--campaign a, .m-hd-2--cm a{
    font-size: 0.9375rem;
  }
  .m-hd-3{
    font-size: 0.9375rem;
    margin: 0 0 15px;
  }
  .m-hd-4{
    font-size: 0.75rem;
    margin: 0 0 15px;
  }
  .ml-btn{
    margin-bottom: 20px;
  }
  .m-btn, .m-btn-ext{
    padding: 12px 30px;
  }
  .m-btn, .m-btn-ext{
    font-size: 0.75rem;
  }
  .m-btn:hover, .m-btn-ext:hover{
    text-decoration: none;
  }
  .m-btn:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -13.40625px -26.34375px;
    background-size: 785.15625% 654.6875%;
    right: 15px;
  }
  .m-btn-ext:after{
    content: '';
    display: block;
    width: 14.60938px;
    height: 11px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -16.32812px -12.71875px;
    background-size: 591.17647% 654.6875%;
    right: 10px;
  }
  .ml-btn-list{
    margin: 0 -5px 20px;
  }
  .ml-btn-list[data-align-md="center"]{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ml-btn-list > li{
    padding: 0 5px;
  }
  .m-link--arrow, .m-link-ext, .m-link--ext, .m-link-pdf, .m-link--pdf{
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
  .m-link--arrow, .m-link--ext, .m-link--pdf{
    font-size: 0.75rem;
    margin-bottom: 15px;
  }
  .m-link--arrow:before, .m-link--ext:before, .m-link--pdf:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -13.40625px -26.34375px;
    background-size: 785.15625% 654.6875%;
  }
  .m-link-ext:after, .m-link--ext:after{
    content: '';
    display: inline-block;
    width: 14.60938px;
    height: 11px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -16.32812px -12.71875px;
    background-size: 591.17647% 654.6875%;
    margin-left: 8px;
  }
  .m-link-pdf:after, .m-link--pdf:after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -17.34375px -65.85938px;
    background-size: 785.15625% 654.6875%;
    margin-left: 8px;
  }
  .m-link-anchor{
    display: block;
    font-size: 0rem;
  }
  .m-link-anchor > li{
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .m-link-anchor > li:last-child{
    border-right: 1px solid #fff;
  }
  .ml-link--list{
    margin: 0 0 10px;
  }
  .ml-link--list > li{
    position: relative;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .ml-link--list .m-link--arrow,
  .ml-link--list .m-link--ext,
  .ml-link--list .m-link--pdf{
    display: block;
    padding: 15px 10px 15px 0;
  }
  .ml-link--list .m-link--arrow:before,
  .ml-link--list .m-link--ext:before,
  .ml-link--list .m-link--pdf:before{
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ml-link--list .m-link--arrow:hover,
  .ml-link--list .m-link--ext:hover,
  .ml-link--list .m-link--pdf:hover{
    text-decoration: none;
  }
  .m-text{
    margin: 0 0 15px;
  }
  .m-text-hd{
    font-size: 0.9375rem;
    margin: 0 0 10px;
  }
  .m-text-sm{
    font-size: 0.625rem;
    margin: 0 0 15px;
  }
  .m-text-note{
    font-size: 0.625rem;
    margin: 0 0 15px;
    padding-left: 1em;
  }
  .m-text-note span{
    text-indent: -1em;
  }
  .m-text-note span.number{
    text-indent: -1.7em;
  }
  .ml-grid{
    margin-bottom: 30px;
  }
  .ml-grid img{
    margin-bottom: 15px;
  }
  .ml-grid[data-direction-md="column"]{
    margin-bottom: 15px;
    display: block;
  }
  .ml-grid[data-direction-md="column"] > :last-child{
    margin-bottom: 0;
  }
  [data-direction-md="column"] .ml-grid__col{
    margin-bottom: 15px;
    width: 100%;
  }
  .ml-grid__col{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="1"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="2"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="3"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="4"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="5"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="6"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="7"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="8"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="9"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="10"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="11"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .ml-grid__col[data-col-md="12"]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ml-grid__col[data-align-md="center"]{
    text-align: center;
  }
  .ml-box, .ml-box-strong{
    padding: 10px;
    margin-bottom: 30px;
  }
  .m-table{
    margin-bottom: 30px;
  }
  .m-table th{
    width: 20%;
    padding: 15px 10px;
  }
  .m-table td{
    padding: 15px 10px;
  }
  .m-table-list th,
  .m-table-list td{
    display: block;
    width: 100%;
  }
  .m-table-list th{
    border: none;
    padding: 15px 10px 5px;
  }
  .m-table-list td{
    padding: 5px 10px;
  }
  .m-table-list td:not(:last-child){
    border-bottom: none;
  }
  .m-table-list td:last-child{
    padding: 5px 10px 15px;
  }
  .ml-tab{
    margin: 0 0 20px;
  }
  .ml-tab > li{
    padding: 15px 0 14px;
  }
  .ml-tab > li.is-active:after{
    content: '';
    display: block;
    width: 6.75px;
    height: 6px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -21.28125px -6.9375px;
    background-size: 697.91667% 654.6875%;
    bottom: -5px;
  }
  .m-tab--scroll{
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -10px;
  }
  .m-tab--scroll .m-tab{
    -webkit-overflow-scrolling: touch;
  }
  .m-tab--scroll .m-tab > li{
    -webkit-transform: translateZ(0px);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .m-release{
    margin-top: -18px;
  }
  .m-release > li{
    position: relative;
    margin-bottom: 0;
  }
  .m-release > li:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -17.875px -35.125px;
    background-size: 785.15625% 654.6875%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .m-release a{
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .ml-release-col:first-child{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
  }
  .m-release__date{
    font-size: 0.75rem;
    margin-right: 10px;
  }
  .m-release__cate{
    font-size: 0.625rem;
    width: 70px;
    padding: 2px 0 1px;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
  }
  .m-release__text, .m-release__text--ext{
    display: inline-block;
    margin-left: 0;
    padding-right: 15px;
  }
  .m-release__text--ext:after{
    content: '';
    display: inline-block;
    width: 14.60938px;
    height: 11px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -16.32812px -12.71875px;
    background-size: 591.17647% 654.6875%;
    margin-left: 8px;
  }
  .m-localNav{
    margin-bottom: 30px;
    text-align: left;
  }
  .m-localNav dt{
    position: relative;
    margin-bottom: 0;
  }
  .m-localNav dt a{
    display: block;
    padding: 0 10px 10px;
  }
  .m-localNav dt a:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -13.40625px -26.34375px;
    background-size: 785.15625% 654.6875%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .m-localNav dt a:hover{
    text-decoration: none;
  }
  .m-localNav dd{
    font-size: 0.9375rem;
    border: none;
  }
  .m-localNav__layer{
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .m-localNav__layer > li{
    font-size: 0.875rem;
    position: relative;
    background: #f0f0f0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .m-localNav__layer a{
    display: block;
    padding: 15px 10px;
  }
  .m-localNav__layer a:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -13.40625px -26.34375px;
    background-size: 785.15625% 654.6875%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .m-localNav__layer a:hover{
    text-decoration: none;
  }
  .m-pulldown__tit{
    font-size: 0.9375rem;
    margin: 0;
    padding: 15px 10px;
    text-align: left;
    border: none;
    background: #eee;
    position: relative;
    border-top: 1px solid #e3e3e3;
  }
  .m-pulldown__tit:after{
    content: "";
    display: block;
    background: url("../svg/module/plus.svg") left top no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .m-pulldown__tit.is-active{
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
  }
  .m-pulldown__tit.is-active:after{
    background: url("../svg/module/minus.svg") left top no-repeat;
    background-size: 30px;
  }
  .m-pulldown__content{
    display: none;
    padding: 0 10px;
  }
  .m-pulldown__content.is-active{
    display: block;
  }
  .m-pulldown:last-child{
    margin-bottom: 20px;
  }
  .m-pulldown:last-child .m-pulldown__tit{
    border-bottom: 1px solid #e3e3e3;
  }
  .m-list{
    margin-bottom: 30px;
  }
  .m-label{
    font-size: 0.625rem;
    width: 70px;
    padding: 2px 0 1px;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 15px;
  }
  .ml-label-list{
    margin: -4px -2px 15px;
  }
  .ml-label-list > li{
    padding: 4px 2px 0;
  }
  .m-modal{
    width: 100%;
  }
  .ml-modal{
    padding: 10px;
    margin: 10px;
  }
  .m-modal__close{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -96.25px -66.25px;
    background-size: 785.15625% 654.6875%;
    right: -10px;
    top: -10px;
  }
  .m-breadcrumbs{
    display: none;
  }
  .m-bnr{
    display: block;
    width: 100%;
    margin: -10px 0 40px;
  }
  /* 180302更新 中アド追加：バナー4グリッド化*/
  .m-bnr > li,
  .m-bnr.quattro > li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .m-bnr img{
    width: 100%;
  }
  .m-bnr a span{
    font-size: 1rem;
    left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  /* 180302更新 中アド追加：バナー4グリッド化*/
  .m-bnr.quattro a span{
    font-size: 1.25rem;
    left:4%;
    padding-right: 10px;
    text-align: left;
  }
    
/*  
  .m-pagetop{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 10px 10px 0;
  }
  .m-pagetop a{
    top: auto;
    right: 10px;
    bottom: 10px;
    height: 36px;
    width: 36px;
  }
  .m-pagetop a:before{
    content: '';
    display: block;
    width: 15.875px;
    height: 8px;
    background-image: url("../svg/svgsprite.svg");
    background-repeat: no-repeat;
    background-position: -0.625px -0.625px;
    background-size: 395.66929% 654.6875%;
  }
*/
  .m-pagetop{
    position: fixed;
    right: 3vw;
    top: 91%;
    height: 10vw;
    width: 10vw;
    opacity: 0.6;
    z-index: 15;
  }
  .m-pagetop a{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/shared/common-2022/menu/image/pagetop.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .m-map{
    margin-bottom: 20px;
  }
  .m-bubbles, .m-bubbles--left, .m-bubbles--right{
    display: none;
  }
  .t-skyblue{
    margin-bottom: 65px;
    padding-bottom: 20px;
  }
  .t-skyblue:after{
    bottom: -45px;
    min-width: 0;
    height: 45px;
    background-position: right top;
    background-size: 768px auto;
  }
  .t-lightgreen{
    margin: 54px 0 70px;
    padding: 20px 0;
  }
  .t-lightgreen:before{
    top: -54px;
    min-width: 0;
    height: 54px;
    background-position: right top;
    background-size: 768px auto;
  }
  .t-lightgreen:after{
    bottom: -40px;
    height: 40px;
    min-width: 0;
    background-position: left top;
    background-size: 768px auto;
  }
  .u-display-lg{
    display: none !important;
  }
  .u-display-lg.u-display-flex{
    display: none !important;
  }
  .u-display-md{
    display: block !important;
  }
  .chad_br{
    display: none!important;
}


.chad_hr_table .chad_njob_tit{
	background:#eee;	
}

.chad_spalign_l{
	text-align:left!important;
}
.chad_spalign_c{
	text-align:center!important;
}
.chad_spalign_r{
	text-align:right!important;
}
.chad_telInfo{
	color: #0f79ee;;
	}
.chad_img_spw50 {
  width: 50%;
  max-width: 384px;
}
.chad_sp_mb20{
	margin-bottom:20px!important;
}
}

@media print{
  .l-hdr__wrap{
    display: none;
  }
  .l-fot{
    display: none;
  }
  .l-fot-info, .l-fot-info--simple{
    display: none;
  }
}
