@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/* 
140930a:purchace-areaをincファイル(products_purchase.html)で非表示にできるよう修正(#10239>#55)
140930b:PCレイアウト表示時の機能・サービスメニューのcurrentおよびhover時のスタイル変更(#10211)
150205a:Upper Levelの右paddingを%指定からpx指定に変更(ロゴ画像幅/2+15)
150210a:機種別ページSPナビゲーション変更
*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ==========================================================================
   Common Elements
   ========================================================================== */
body {
  color: #333333;
  font-size: 1em;
  font-family: 'Lucida Grande', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
  line-height: 1.6;
  min-width: 960px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.ie8 body {
  font-family: MS PGothic, "ＭＳ Ｐゴシック", Arial, sans-serif;
}

a:link,
a:visited {
  color: #006acd;
}

a:active,
a:hover {
  text-decoration: none;
}
a:active img,
a:hover img {
  background: #fff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

p {
  word-wrap: break-word;
  margin: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

img {
  image-rendering: optimizequality;
  vertical-align: top;
}

@media (max-width: 640px) {
  body {
    font-size: 0.875em;
    line-height: 1.5;
    min-width: 320px;
  }

  a:active img,
  a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
/* ==========================================================================
   Common Class
   ========================================================================== */
/*
 * Purchase Area
 */
.purchase-area {
  /*background: url(../images/bg_products.gif);*/ /* <-del:140930a */
  margin-top: 3.75em;
  padding: 0px; /* <-1px:140930a */
}
.purchase-area .heading__lv2-3,
.purchase-area .heading__lv3,
.purchase-area .heading__lv2-3,
.purchase-area .heading__lv3--link,
.purchase-area .heading__lv3--needs,
.purchase-area .heading__lv3--image {
  border: none;
  color: #fff;
  margin: 0;
  padding: 0.25em 1em;
  background: url(../images/bg_products.gif); /* <-add:140930a */
}
.purchase-area .purchase-area__inner {
  background: #fff;
  padding: 1.5em;
  border:1px solid #999; /* <-add:140930a */
}
.purchase-area .purchase-area__inner:after {
  clear: both;
  content: "";
  display: block;
}
.purchase-area .purchase-area__column {
  float: left;
  margin-left: 3em;
  width: 431px;
}
.purchase-area .purchase-area__column:first-child {
  margin: 0;
}
.purchase-area .purchase-area__column .btn__default--16 a {
  padding: 1.5em 1em;
}

@media (max-width: 640px) {
  .purchase-area {
    margin-top: 2em;
  }
  .purchase-area .heading__lv2-3,
  .purchase-area .heading__lv3,
  .purchase-area .heading__lv2-3,
  .purchase-area .heading__lv3--link,
  .purchase-area .heading__lv3--needs,
  .purchase-area .heading__lv3--image {
    padding: 0.25rem 0.5rem;
  }
  .purchase-area .purchase-area__inner {
    padding: 0.5rem;
  }
  .purchase-area .purchase-area__column {
    float: none;
    margin: 0.5rem 0 0;
    width: 100%;
  }
  .purchase-area .purchase-area__column:first-child {
    margin: 0;
  }
  .purchase-area .purchase-area__column:first-child .btn__default--16 {
    margin: 0;
  }
}
.social:after {
  clear: both;
  content: "";
  display: block;
}
.social ul {
  float: right;
  min-width: 233px;
  max-height: 23px;
  overflow: hidden;
}
.social ul li {
  float: left;
  line-height: 1;
  margin-left: 0.5em;
}
.social ul li:first-child {
  margin: 0;
}

.container p,
.container ul,
.container ol,
.container dl,
.container * + img {
  margin-top: 1.5em;
}

@media (max-width: 640px) {
  .container p,
  .container ul,
  .container ol,
  .container dl,
  .container * + img {
    margin-top: 1em;
  }
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/*
 * Block
 */
.block {
  min-width: 960px;
}

.block--attention {
  border: 1px solid #ccc;
  font-size: 0.875em;
  padding: 1em;
}

.block__inner {
  margin: 0 auto;
  width: 960px;
}
.block__inner:after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 640px) {
  .block {
    min-width: 320px;
  }

  .block__inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    min-width: 0;
  }
  .block__inner:after {
    clear: both;
    content: "";
    display: block;
  }
}
.block__media a {
  display: block;
  text-decoration: none;
}
.block__media a:after {
  clear: both;
  content: "";
  display: block;
}
.block__media a .block__media--image {
  float: left;
}
.block__media a .block__media--image img {
  margin-top: 0;
  width: 80px;
}
.block__media a .block__media--detail {
  margin: 0 0 0 80px;
  padding-left: 1em;
}
.block__media a .block__media--detail .block__media--date {
  color: #333333;
}
.block__media a .block__media--detail .block__media--name {
  color: #333333;
  font-weight: bold;
}
.block__media a .block__media--detail .block__media--link {
  text-decoration: underline;
}
.block__media a:hover .block__media--detail .block__media--link {
  text-decoration: none;
}

@media (max-width: 640px) {
  .block__media {
    margin-top: 1em;
  }
}
.block__recommend a {
  display: block;
  text-decoration: none;
}
.block__recommend a:after {
  clear: both;
  content: "";
  display: block;
}
.block__recommend a .block__recommend--image {
  float: left;
}
.block__recommend a .block__recommend--image img {
  width: 58px;
}
.block__recommend a .block__recommend--career {
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  height: 24px;
  margin: 0 0 0 74px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.block__recommend a .block__recommend--career.docomo {
  background-image: url(../images/icon_career_docomo.gif);
}
.block__recommend a .block__recommend--career.au {
  background-image: url(../images/icon_career_au.gif);
}
.block__recommend a .block__recommend--career.softbank {
  background-image: url(../images/icon_career_softbank.gif);
}
.block__recommend a .block__recommend--career.willcom {
  background-image: url(../images/icon_career_willcom.gif);
}
.block__recommend a .block__recommend--career + .block__recommend--detail {
  margin-top: 0.5em;
}
.block__recommend a .block__recommend--detail {
  margin: 0 0 0 58px;
  padding-left: 1em;
}
.block__recommend a .block__recommend--detail dt {
  text-decoration: underline;
}
.block__recommend a .block__recommend--detail dd {
  color: #333333;
}
.block__recommend a:hover .block__recommend--image,
.block__recommend a:hover .block__recommend--career {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.block__recommend a:hover dt {
  text-decoration: none;
}

@media (max-width: 640px) {
  .block__recommend--container .block__recommend {
    border-top: 1px solid #ccc;
    padding-top: 1em;
  }
  .block__recommend--container .block__recommend a:hover .block__recommend--image,
  .block__recommend--container .block__recommend a:hover .block__recommend--career {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .block__recommend--container .block__recommend a .block__recommend--career {
    background-size: 60px 17px;
    height: 17px;
  }
  .block__recommend--container .block__recommend a .block__recommend--career.docomo {
    background-image: url(../images/icon_career_docomo_2x.png);
  }
  .block__recommend--container .block__recommend a .block__recommend--career.au {
    background-image: url(../images/icon_career_au_2x.png);
  }
  .block__recommend--container .block__recommend a .block__recommend--career.softbank {
    background-image: url(../images/icon_career_softbank_2x.png);
  }
  .block__recommend--container .block__recommend a .block__recommend--career.willcom {
    background-image: url(../images/icon_career_willcom_2x.png);
  }
  .block__recommend--container .col__set .col:first-child .block__recommend, .block__recommend--container .col__set .col--1:first-child .block__recommend, .block__recommend--container .col__set .col--2:first-child .block__recommend, .block__recommend--container .col__set .col--3:first-child .block__recommend, .block__recommend--container .col__set .col--4:first-child .block__recommend, .block__recommend--container .col__set .col--5:first-child .block__recommend, .block__recommend--container .col__set .col--6:first-child .block__recommend, .block__recommend--container .col__set .col--7:first-child .block__recommend, .block__recommend--container .col__set .col--8:first-child .block__recommend, .block__recommend--container .col__set .col--9:first-child .block__recommend, .block__recommend--container .col__set .col--10:first-child .block__recommend, .block__recommend--container .col__set .col--11:first-child .block__recommend, .block__recommend--container .col__set .col--12:first-child .block__recommend {
    border: 0;
    padding: 0;
  }
}
/*
 * Text
 */
.text--highlight {
  font-weight: bold;
}

.text--attention {
  color: #f10101;
}

.text--icon, .container * + .text--icon {
  margin: 0 0.25em;
}

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--top {
  vertical-align: top;
}

.text--middle {
  vertical-align: middle;
}

.text--bottom {
  vertical-align: bottom;
}

.text--caption {
  margin-top: 1em !important;
}

@media (max-height: 640px) {
  .text--icon, .container * + .text--icon {
    margin: 0 0.5em;
  }
}
/*
 * Image
 */
.image__clear:after, .image__clear--left:after, .image__clear--right:after {
  clear: both;
  content: "";
  display: block;
}
.image__clear img, .image__clear--left img, .image__clear--right img {
  margin-top: 0;
  width: inherit !important;
}

.image__clear--left img {
  float: left;
  margin-right: 1em;
}

.image__clear--right img {
  float: right;
  margin-left: 1em;
}

/*
 * Link
 */
.link span, .link--blank span, .link--pdf span {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 18px;
}

.link--blank span {
  background-image: url(../images/icon_blank.gif);
}

.link--pdf span {
  background-image: url(../images/icon_pdf.gif);
}

.link--help {
  cursor: pointer;
  margin-left: 1em;
}

.link__bnr--blank {
  display: block;
  position: relative;
}
.link__bnr--blank:after {
  background-image: url(../images/icon_blank.gif);
  bottom: 5px;
  content: "";
  height: 12px;
  position: absolute;
  right: 5px;
  width: 12px;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
  .sp-link span, .link--blank span, .link--pdf span {
    background-size: 10px 10px;
  }

  .link--blank span {
    background-image: url(../images/icon_blank_2x.png);
  }

  .link--pdf span {
    background-image: url(../images/icon_pdf_2x.png);
  }

  .link__bnr--blank:after {
    background-image: url(../images/icon_blank_2x.png);
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
  }
}
/*
 * heading
 */
.heading img, .heading__lv1 img, .heading__lv2 img, .heading__lv1-2 img, .heading__lv1-2--first img, .heading__lv2--first img, .heading__lv2--withKV img, .heading__lv3 img, .heading__lv2-3 img, .heading__lv3--link img, .heading__lv3--needs img, .heading__lv3--image img, .block__accordion.close .heading__lv3 img, .block__accordion.close .heading__lv2-3 img, .block__accordion.close .heading__lv3--link img, .block__accordion.close .heading__lv3--needs img, .block__accordion.close .heading__lv3--image img, .heading__lv4 img, .heading__lv3-4 img, .heading__lv5 img {
  margin-left: 1em;
  vertical-align: text-bottom;
}

.heading__lv1 img {
  margin: 0;
}

.heading__lv1-2, .heading__lv1-2--first {
  border-bottom: 2px solid #33C !important;
}

.heading__lv2, .heading__lv1-2, .heading__lv1-2--first, .heading__lv2--first, .heading__lv2--withKV {
  border-bottom: 3px solid #ccc;
  font-size: 2em;
  margin: 2.5em 0 0;
}
.heading__lv2 + .section > .heading__lv3, .heading__lv1-2 + .section > .heading__lv3, .heading__lv1-2--first + .section > .heading__lv3, .heading__lv2--first + .section > .heading__lv3, .heading__lv2--withKV + .section > .heading__lv3, .heading__lv2 + .section > .heading__lv2-3, .heading__lv1-2 + .section > .heading__lv2-3, .heading__lv1-2--first + .section > .heading__lv2-3, .heading__lv2--first + .section > .heading__lv2-3, .heading__lv2--withKV + .section > .heading__lv2-3, .heading__lv2 + .section > .heading__lv3--link, .heading__lv1-2 + .section > .heading__lv3--link, .heading__lv1-2--first + .section > .heading__lv3--link, .heading__lv2--first + .section > .heading__lv3--link, .heading__lv2--withKV + .section > .heading__lv3--link, .heading__lv2 + .section > .heading__lv3--needs, .heading__lv1-2 + .section > .heading__lv3--needs, .heading__lv1-2--first + .section > .heading__lv3--needs, .heading__lv2--first + .section > .heading__lv3--needs, .heading__lv2--withKV + .section > .heading__lv3--needs, .heading__lv2 + .section > .heading__lv3--image, .heading__lv1-2 + .section > .heading__lv3--image, .heading__lv1-2--first + .section > .heading__lv3--image, .heading__lv2--first + .section > .heading__lv3--image, .heading__lv2--withKV + .section > .heading__lv3--image {
  margin: 1.75em 0 0;
}
.heading__lv2 + .section > .col__set > .col, .heading__lv1-2 + .section > .col__set > .col, .heading__lv1-2--first + .section > .col__set > .col, .heading__lv2--first + .section > .col__set > .col, .heading__lv2--withKV + .section > .col__set > .col, .heading__lv2 + .section > .col__set > .col--1, .heading__lv1-2 + .section > .col__set > .col--1, .heading__lv1-2--first + .section > .col__set > .col--1, .heading__lv2--first + .section > .col__set > .col--1, .heading__lv2--withKV + .section > .col__set > .col--1, .heading__lv2 + .section > .col__set > .col--2, .heading__lv1-2 + .section > .col__set > .col--2, .heading__lv1-2--first + .section > .col__set > .col--2, .heading__lv2--first + .section > .col__set > .col--2, .heading__lv2--withKV + .section > .col__set > .col--2, .heading__lv2 + .section > .col__set > .col--3, .heading__lv1-2 + .section > .col__set > .col--3, .heading__lv1-2--first + .section > .col__set > .col--3, .heading__lv2--first + .section > .col__set > .col--3, .heading__lv2--withKV + .section > .col__set > .col--3, .heading__lv2 + .section > .col__set > .col--4, .heading__lv1-2 + .section > .col__set > .col--4, .heading__lv1-2--first + .section > .col__set > .col--4, .heading__lv2--first + .section > .col__set > .col--4, .heading__lv2--withKV + .section > .col__set > .col--4, .heading__lv2 + .section > .col__set > .col--5, .heading__lv1-2 + .section > .col__set > .col--5, .heading__lv1-2--first + .section > .col__set > .col--5, .heading__lv2--first + .section > .col__set > .col--5, .heading__lv2--withKV + .section > .col__set > .col--5, .heading__lv2 + .section > .col__set > .col--6, .heading__lv1-2 + .section > .col__set > .col--6, .heading__lv1-2--first + .section > .col__set > .col--6, .heading__lv2--first + .section > .col__set > .col--6, .heading__lv2--withKV + .section > .col__set > .col--6, .heading__lv2 + .section > .col__set > .col--7, .heading__lv1-2 + .section > .col__set > .col--7, .heading__lv1-2--first + .section > .col__set > .col--7, .heading__lv2--first + .section > .col__set > .col--7, .heading__lv2--withKV + .section > .col__set > .col--7, .heading__lv2 + .section > .col__set > .col--8, .heading__lv1-2 + .section > .col__set > .col--8, .heading__lv1-2--first + .section > .col__set > .col--8, .heading__lv2--first + .section > .col__set > .col--8, .heading__lv2--withKV + .section > .col__set > .col--8, .heading__lv2 + .section > .col__set > .col--9, .heading__lv1-2 + .section > .col__set > .col--9, .heading__lv1-2--first + .section > .col__set > .col--9, .heading__lv2--first + .section > .col__set > .col--9, .heading__lv2--withKV + .section > .col__set > .col--9, .heading__lv2 + .section > .col__set > .col--10, .heading__lv1-2 + .section > .col__set > .col--10, .heading__lv1-2--first + .section > .col__set > .col--10, .heading__lv2--first + .section > .col__set > .col--10, .heading__lv2--withKV + .section > .col__set > .col--10, .heading__lv2 + .section > .col__set > .col--11, .heading__lv1-2 + .section > .col__set > .col--11, .heading__lv1-2--first + .section > .col__set > .col--11, .heading__lv2--first + .section > .col__set > .col--11, .heading__lv2--withKV + .section > .col__set > .col--11, .heading__lv2 + .section > .col__set > .col--12, .heading__lv1-2 + .section > .col__set > .col--12, .heading__lv1-2--first + .section > .col__set > .col--12, .heading__lv2--first + .section > .col__set > .col--12, .heading__lv2--withKV + .section > .col__set > .col--12,
.heading__lv2 + .col__set > .col,
.heading__lv1-2 + .col__set > .col,
.heading__lv1-2--first + .col__set > .col,
.heading__lv2--first + .col__set > .col,
.heading__lv2--withKV + .col__set > .col,
.heading__lv2 + .col__set > .col--1,
.heading__lv1-2 + .col__set > .col--1,
.heading__lv1-2--first + .col__set > .col--1,
.heading__lv2--first + .col__set > .col--1,
.heading__lv2--withKV + .col__set > .col--1,
.heading__lv2 + .col__set > .col--2,
.heading__lv1-2 + .col__set > .col--2,
.heading__lv1-2--first + .col__set > .col--2,
.heading__lv2--first + .col__set > .col--2,
.heading__lv2--withKV + .col__set > .col--2,
.heading__lv2 + .col__set > .col--3,
.heading__lv1-2 + .col__set > .col--3,
.heading__lv1-2--first + .col__set > .col--3,
.heading__lv2--first + .col__set > .col--3,
.heading__lv2--withKV + .col__set > .col--3,
.heading__lv2 + .col__set > .col--4,
.heading__lv1-2 + .col__set > .col--4,
.heading__lv1-2--first + .col__set > .col--4,
.heading__lv2--first + .col__set > .col--4,
.heading__lv2--withKV + .col__set > .col--4,
.heading__lv2 + .col__set > .col--5,
.heading__lv1-2 + .col__set > .col--5,
.heading__lv1-2--first + .col__set > .col--5,
.heading__lv2--first + .col__set > .col--5,
.heading__lv2--withKV + .col__set > .col--5,
.heading__lv2 + .col__set > .col--6,
.heading__lv1-2 + .col__set > .col--6,
.heading__lv1-2--first + .col__set > .col--6,
.heading__lv2--first + .col__set > .col--6,
.heading__lv2--withKV + .col__set > .col--6,
.heading__lv2 + .col__set > .col--7,
.heading__lv1-2 + .col__set > .col--7,
.heading__lv1-2--first + .col__set > .col--7,
.heading__lv2--first + .col__set > .col--7,
.heading__lv2--withKV + .col__set > .col--7,
.heading__lv2 + .col__set > .col--8,
.heading__lv1-2 + .col__set > .col--8,
.heading__lv1-2--first + .col__set > .col--8,
.heading__lv2--first + .col__set > .col--8,
.heading__lv2--withKV + .col__set > .col--8,
.heading__lv2 + .col__set > .col--9,
.heading__lv1-2 + .col__set > .col--9,
.heading__lv1-2--first + .col__set > .col--9,
.heading__lv2--first + .col__set > .col--9,
.heading__lv2--withKV + .col__set > .col--9,
.heading__lv2 + .col__set > .col--10,
.heading__lv1-2 + .col__set > .col--10,
.heading__lv1-2--first + .col__set > .col--10,
.heading__lv2--first + .col__set > .col--10,
.heading__lv2--withKV + .col__set > .col--10,
.heading__lv2 + .col__set > .col--11,
.heading__lv1-2 + .col__set > .col--11,
.heading__lv1-2--first + .col__set > .col--11,
.heading__lv2--first + .col__set > .col--11,
.heading__lv2--withKV + .col__set > .col--11,
.heading__lv2 + .col__set > .col--12,
.heading__lv1-2 + .col__set > .col--12,
.heading__lv1-2--first + .col__set > .col--12,
.heading__lv2--first + .col__set > .col--12,
.heading__lv2--withKV + .col__set > .col--12 {
  margin-top: 2em;
}

.heading__lv2--first, .heading__lv1-2--first {
  margin-top: 1.25em;
}

.heading__lv2--withKV {
  border: 0;
  margin-top: 1.25em;
}
.heading__lv2--withKV + .section > .col__set > .col, .heading__lv2--withKV + .section > .col__set > .col--1, .heading__lv2--withKV + .section > .col__set > .col--2, .heading__lv2--withKV + .section > .col__set > .col--3, .heading__lv2--withKV + .section > .col__set > .col--4, .heading__lv2--withKV + .section > .col__set > .col--5, .heading__lv2--withKV + .section > .col__set > .col--6, .heading__lv2--withKV + .section > .col__set > .col--7, .heading__lv2--withKV + .section > .col__set > .col--8, .heading__lv2--withKV + .section > .col__set > .col--9, .heading__lv2--withKV + .section > .col__set > .col--10, .heading__lv2--withKV + .section > .col__set > .col--11, .heading__lv2--withKV + .section > .col__set > .col--12,
.heading__lv2--withKV + .col__set > .col,
.heading__lv2--withKV + .col__set > .col--1,
.heading__lv2--withKV + .col__set > .col--2,
.heading__lv2--withKV + .col__set > .col--3,
.heading__lv2--withKV + .col__set > .col--4,
.heading__lv2--withKV + .col__set > .col--5,
.heading__lv2--withKV + .col__set > .col--6,
.heading__lv2--withKV + .col__set > .col--7,
.heading__lv2--withKV + .col__set > .col--8,
.heading__lv2--withKV + .col__set > .col--9,
.heading__lv2--withKV + .col__set > .col--10,
.heading__lv2--withKV + .col__set > .col--11,
.heading__lv2--withKV + .col__set > .col--12 {
  margin-top: 0;
}

.heading__lv2-3 {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 1px;
}
.heading__lv2-3 span {
  border-left: 5px solid #33c;
  display: block;
  padding-left: 0.5em;
}

.heading__lv3, .heading__lv2-3, .heading__lv3--link, .heading__lv3--needs, .heading__lv3--image {
  border-bottom: 2px solid #ccc;
  font-size: 1.5em;
  margin: 2.5em 0 0;
}
.heading__lv3 + .section > .heading__lv4, .heading__lv2-3 + .section > .heading__lv4, .heading__lv3--link + .section > .heading__lv4, .heading__lv3--needs + .section > .heading__lv4, .heading__lv3--image + .section > .heading__lv4, .heading__lv3 + .section > .heading__lv3-4, .heading__lv2-3 + .section > .heading__lv3-4, .heading__lv3--link + .section > .heading__lv3-4, .heading__lv3--needs + .section > .heading__lv3-4, .heading__lv3--image + .section > .heading__lv3-4 {
  margin: 1.5em 0 0;
}
.heading__lv3 + .section > .col__set > .col, .heading__lv2-3 + .section > .col__set > .col, .heading__lv3--link + .section > .col__set > .col, .heading__lv3--needs + .section > .col__set > .col, .heading__lv3--image + .section > .col__set > .col, .heading__lv3 + .section > .col__set > .col--1, .heading__lv2-3 + .section > .col__set > .col--1, .heading__lv3--link + .section > .col__set > .col--1, .heading__lv3--needs + .section > .col__set > .col--1, .heading__lv3--image + .section > .col__set > .col--1, .heading__lv3 + .section > .col__set > .col--2, .heading__lv2-3 + .section > .col__set > .col--2, .heading__lv3--link + .section > .col__set > .col--2, .heading__lv3--needs + .section > .col__set > .col--2, .heading__lv3--image + .section > .col__set > .col--2, .heading__lv3 + .section > .col__set > .col--3, .heading__lv2-3 + .section > .col__set > .col--3, .heading__lv3--link + .section > .col__set > .col--3, .heading__lv3--needs + .section > .col__set > .col--3, .heading__lv3--image + .section > .col__set > .col--3, .heading__lv3 + .section > .col__set > .col--4, .heading__lv2-3 + .section > .col__set > .col--4, .heading__lv3--link + .section > .col__set > .col--4, .heading__lv3--needs + .section > .col__set > .col--4, .heading__lv3--image + .section > .col__set > .col--4, .heading__lv3 + .section > .col__set > .col--5, .heading__lv2-3 + .section > .col__set > .col--5, .heading__lv3--link + .section > .col__set > .col--5, .heading__lv3--needs + .section > .col__set > .col--5, .heading__lv3--image + .section > .col__set > .col--5, .heading__lv3 + .section > .col__set > .col--6, .heading__lv2-3 + .section > .col__set > .col--6, .heading__lv3--link + .section > .col__set > .col--6, .heading__lv3--needs + .section > .col__set > .col--6, .heading__lv3--image + .section > .col__set > .col--6, .heading__lv3 + .section > .col__set > .col--7, .heading__lv2-3 + .section > .col__set > .col--7, .heading__lv3--link + .section > .col__set > .col--7, .heading__lv3--needs + .section > .col__set > .col--7, .heading__lv3--image + .section > .col__set > .col--7, .heading__lv3 + .section > .col__set > .col--8, .heading__lv2-3 + .section > .col__set > .col--8, .heading__lv3--link + .section > .col__set > .col--8, .heading__lv3--needs + .section > .col__set > .col--8, .heading__lv3--image + .section > .col__set > .col--8, .heading__lv3 + .section > .col__set > .col--9, .heading__lv2-3 + .section > .col__set > .col--9, .heading__lv3--link + .section > .col__set > .col--9, .heading__lv3--needs + .section > .col__set > .col--9, .heading__lv3--image + .section > .col__set > .col--9, .heading__lv3 + .section > .col__set > .col--10, .heading__lv2-3 + .section > .col__set > .col--10, .heading__lv3--link + .section > .col__set > .col--10, .heading__lv3--needs + .section > .col__set > .col--10, .heading__lv3--image + .section > .col__set > .col--10, .heading__lv3 + .section > .col__set > .col--11, .heading__lv2-3 + .section > .col__set > .col--11, .heading__lv3--link + .section > .col__set > .col--11, .heading__lv3--needs + .section > .col__set > .col--11, .heading__lv3--image + .section > .col__set > .col--11, .heading__lv3 + .section > .col__set > .col--12, .heading__lv2-3 + .section > .col__set > .col--12, .heading__lv3--link + .section > .col__set > .col--12, .heading__lv3--needs + .section > .col__set > .col--12, .heading__lv3--image + .section > .col__set > .col--12,
.heading__lv3 + .col__set > .col,
.heading__lv2-3 + .col__set > .col,
.heading__lv3--link + .col__set > .col,
.heading__lv3--needs + .col__set > .col,
.heading__lv3--image + .col__set > .col,
.heading__lv3 + .col__set > .col--1,
.heading__lv2-3 + .col__set > .col--1,
.heading__lv3--link + .col__set > .col--1,
.heading__lv3--needs + .col__set > .col--1,
.heading__lv3--image + .col__set > .col--1,
.heading__lv3 + .col__set > .col--2,
.heading__lv2-3 + .col__set > .col--2,
.heading__lv3--link + .col__set > .col--2,
.heading__lv3--needs + .col__set > .col--2,
.heading__lv3--image + .col__set > .col--2,
.heading__lv3 + .col__set > .col--3,
.heading__lv2-3 + .col__set > .col--3,
.heading__lv3--link + .col__set > .col--3,
.heading__lv3--needs + .col__set > .col--3,
.heading__lv3--image + .col__set > .col--3,
.heading__lv3 + .col__set > .col--4,
.heading__lv2-3 + .col__set > .col--4,
.heading__lv3--link + .col__set > .col--4,
.heading__lv3--needs + .col__set > .col--4,
.heading__lv3--image + .col__set > .col--4,
.heading__lv3 + .col__set > .col--5,
.heading__lv2-3 + .col__set > .col--5,
.heading__lv3--link + .col__set > .col--5,
.heading__lv3--needs + .col__set > .col--5,
.heading__lv3--image + .col__set > .col--5,
.heading__lv3 + .col__set > .col--6,
.heading__lv2-3 + .col__set > .col--6,
.heading__lv3--link + .col__set > .col--6,
.heading__lv3--needs + .col__set > .col--6,
.heading__lv3--image + .col__set > .col--6,
.heading__lv3 + .col__set > .col--7,
.heading__lv2-3 + .col__set > .col--7,
.heading__lv3--link + .col__set > .col--7,
.heading__lv3--needs + .col__set > .col--7,
.heading__lv3--image + .col__set > .col--7,
.heading__lv3 + .col__set > .col--8,
.heading__lv2-3 + .col__set > .col--8,
.heading__lv3--link + .col__set > .col--8,
.heading__lv3--needs + .col__set > .col--8,
.heading__lv3--image + .col__set > .col--8,
.heading__lv3 + .col__set > .col--9,
.heading__lv2-3 + .col__set > .col--9,
.heading__lv3--link + .col__set > .col--9,
.heading__lv3--needs + .col__set > .col--9,
.heading__lv3--image + .col__set > .col--9,
.heading__lv3 + .col__set > .col--10,
.heading__lv2-3 + .col__set > .col--10,
.heading__lv3--link + .col__set > .col--10,
.heading__lv3--needs + .col__set > .col--10,
.heading__lv3--image + .col__set > .col--10,
.heading__lv3 + .col__set > .col--11,
.heading__lv2-3 + .col__set > .col--11,
.heading__lv3--link + .col__set > .col--11,
.heading__lv3--needs + .col__set > .col--11,
.heading__lv3--image + .col__set > .col--11,
.heading__lv3 + .col__set > .col--12,
.heading__lv2-3 + .col__set > .col--12,
.heading__lv3--link + .col__set > .col--12,
.heading__lv3--needs + .col__set > .col--12,
.heading__lv3--image + .col__set > .col--12 {
  margin-top: 2em;
}
.heading__lv3.block__accordion--switch, .block__accordion--switch.heading__lv2-3, .block__accordion--switch.heading__lv3--link, .block__accordion--switch.heading__lv3--needs, .block__accordion--switch.heading__lv3--image {
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 0.25em 0.5em;
}
.heading__lv3.block__accordion--switch span, .block__accordion--switch.heading__lv2-3 span, .block__accordion--switch.heading__lv3--link span, .block__accordion--switch.heading__lv3--needs span, .block__accordion--switch.heading__lv3--image span {
  background-image: url(../images/icon_accordion_opened.gif);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  display: block;
  padding-right: 1.5em;
}
.heading__lv3.block__accordion--switch:hover, .block__accordion--switch.heading__lv2-3:hover, .block__accordion--switch.heading__lv3--link:hover, .block__accordion--switch.heading__lv3--needs:hover, .block__accordion--switch.heading__lv3--image:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.heading__lv3.block__accordion--switch + .block__accordion--contents > .section:first-child > .heading__lv4, .block__accordion--switch.heading__lv2-3 + .block__accordion--contents > .section:first-child > .heading__lv4, .block__accordion--switch.heading__lv3--link + .block__accordion--contents > .section:first-child > .heading__lv4, .block__accordion--switch.heading__lv3--needs + .block__accordion--contents > .section:first-child > .heading__lv4, .block__accordion--switch.heading__lv3--image + .block__accordion--contents > .section:first-child > .heading__lv4, .heading__lv3.block__accordion--switch + .block__accordion--contents > .section:first-child > .heading__lv3-4, .block__accordion--switch.heading__lv2-3 + .block__accordion--contents > .section:first-child > .heading__lv3-4, .block__accordion--switch.heading__lv3--link + .block__accordion--contents > .section:first-child > .heading__lv3-4, .block__accordion--switch.heading__lv3--needs + .block__accordion--contents > .section:first-child > .heading__lv3-4, .block__accordion--switch.heading__lv3--image + .block__accordion--contents > .section:first-child > .heading__lv3-4 {
  margin: 1.5em 0 0;
}

.heading__lv3--link:after {
  clear: both;
  content: "";
  display: block;
}
.heading__lv3--link span {
  float: right;
  font-size: 0.66667em;
  margin-top: 0.5em;
}

.heading__lv3--needs {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1px;
}
.heading__lv3--needs span {
  border-left: 5px solid #33c;
  display: block;
  padding-left: 0.5em;
}

.heading__lv3--image {
  border: none;
}
.heading__lv3--image .sp {
  display: none;
}
.heading__lv3--image .sp img {
  width: 100%;
}
.heading__lv3--image img {
  margin: 0;
}

.heading__lv3-4 {
  background: #33c;
  color: #fff !important;
  padding: 0.25em 0.5em;
}

.ie8 .heading__lv3.block__accordion--switch, .ie8 .block__accordion--switch.heading__lv2-3, .ie8 .block__accordion--switch.heading__lv3--link, .ie8 .block__accordion--switch.heading__lv3--needs, .ie8 .block__accordion--switch.heading__lv3--image {
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
}
.ie8 .heading__lv3.block__accordion--switch:hover, .ie8 .block__accordion--switch.heading__lv2-3:hover, .ie8 .block__accordion--switch.heading__lv3--link:hover, .ie8 .block__accordion--switch.heading__lv3--needs:hover, .ie8 .block__accordion--switch.heading__lv3--image:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.ie8 .heading__lv3.block__accordion--switch:after, .ie8 .block__accordion--switch.heading__lv2-3:after, .ie8 .block__accordion--switch.heading__lv3--link:after, .ie8 .block__accordion--switch.heading__lv3--needs:after, .ie8 .block__accordion--switch.heading__lv3--image:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.block__accordion.close .heading__lv3.block__accordion--switch span, .block__accordion.close .block__accordion--switch.heading__lv2-3 span, .block__accordion.close .block__accordion--switch.heading__lv3--link span, .block__accordion.close .block__accordion--switch.heading__lv3--needs span, .block__accordion.close .block__accordion--switch.heading__lv3--image span {
  background-image: url(../images/icon_accordion_closed.gif);
}

.block__accordion--sp .heading__lv3.block__accordion--switch, .block__accordion--sp .block__accordion--switch.heading__lv2-3, .block__accordion--sp .block__accordion--switch.heading__lv3--link, .block__accordion--sp .block__accordion--switch.heading__lv3--needs, .block__accordion--sp .block__accordion--switch.heading__lv3--image {
  border: 0;
  border-bottom: 2px solid #ccc;
  cursor: default;
  padding: 0;
}
.block__accordion--sp .heading__lv3.block__accordion--switch span, .block__accordion--sp .block__accordion--switch.heading__lv2-3 span, .block__accordion--sp .block__accordion--switch.heading__lv3--link span, .block__accordion--sp .block__accordion--switch.heading__lv3--needs span, .block__accordion--sp .block__accordion--switch.heading__lv3--image span {
  background-image: none;
}
.block__accordion--sp .heading__lv3.block__accordion--switch:hover, .block__accordion--sp .block__accordion--switch.heading__lv2-3:hover, .block__accordion--sp .block__accordion--switch.heading__lv3--link:hover, .block__accordion--sp .block__accordion--switch.heading__lv3--needs:hover, .block__accordion--sp .block__accordion--switch.heading__lv3--image:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ie8 .block__accordion {
  overflow: hidden;
}

.heading__lv4, .heading__lv3-4 {
  color: #33c;
  font-size: 1.25em;
  margin: 2.5em 0 0;
}
.heading__lv4 + *, .heading__lv3-4 + * {
  margin-top: 0.5em !important;
}
.heading__lv4 + .section > .heading__lv5:first-child, .heading__lv3-4 + .section > .heading__lv5:first-child,
.heading__lv4 + .col__set > .col,
.heading__lv3-4 + .col__set > .col,
.heading__lv4 + .col__set > .col--1,
.heading__lv3-4 + .col__set > .col--1,
.heading__lv4 + .col__set > .col--2,
.heading__lv3-4 + .col__set > .col--2,
.heading__lv4 + .col__set > .col--3,
.heading__lv3-4 + .col__set > .col--3,
.heading__lv4 + .col__set > .col--4,
.heading__lv3-4 + .col__set > .col--4,
.heading__lv4 + .col__set > .col--5,
.heading__lv3-4 + .col__set > .col--5,
.heading__lv4 + .col__set > .col--6,
.heading__lv3-4 + .col__set > .col--6,
.heading__lv4 + .col__set > .col--7,
.heading__lv3-4 + .col__set > .col--7,
.heading__lv4 + .col__set > .col--8,
.heading__lv3-4 + .col__set > .col--8,
.heading__lv4 + .col__set > .col--9,
.heading__lv3-4 + .col__set > .col--9,
.heading__lv4 + .col__set > .col--10,
.heading__lv3-4 + .col__set > .col--10,
.heading__lv4 + .col__set > .col--11,
.heading__lv3-4 + .col__set > .col--11,
.heading__lv4 + .col__set > .col--12,
.heading__lv3-4 + .col__set > .col--12 {
  margin: 1.5em 0 0;
}

.heading__lv5 {
  background: #efefef;
  font-size: 1em;
  margin: 2.5em 0 0;
  padding: 0.25em 0.5em;
}

.heading__image + .heading__lv4, .heading__image + .heading__lv3-4 {
  margin-top: 1.25em;
}

@media (max-width: 640px) {
  .heading__lv2, .heading__lv1-2, .heading__lv1-2--first, .heading__lv2--first, .heading__lv2--withKV {
    font-size: 1.71429em;
    font-weight: bold;
    margin: 1em 0 0;
  }
  .heading__lv2 + .section > .heading__lv3:first-child, .heading__lv1-2 + .section > .heading__lv3:first-child, .heading__lv1-2--first + .section > .heading__lv3:first-child, .heading__lv2--first + .section > .heading__lv3:first-child, .heading__lv2--withKV + .section > .heading__lv3:first-child, .heading__lv2 + .section > .heading__lv2-3:first-child, .heading__lv1-2 + .section > .heading__lv2-3:first-child, .heading__lv1-2--first + .section > .heading__lv2-3:first-child, .heading__lv2--first + .section > .heading__lv2-3:first-child, .heading__lv2--withKV + .section > .heading__lv2-3:first-child, .heading__lv2 + .section > .heading__lv3--link:first-child, .heading__lv1-2 + .section > .heading__lv3--link:first-child, .heading__lv1-2--first + .section > .heading__lv3--link:first-child, .heading__lv2--first + .section > .heading__lv3--link:first-child, .heading__lv2--withKV + .section > .heading__lv3--link:first-child, .heading__lv2 + .section > .heading__lv3--needs:first-child, .heading__lv1-2 + .section > .heading__lv3--needs:first-child, .heading__lv1-2--first + .section > .heading__lv3--needs:first-child, .heading__lv2--first + .section > .heading__lv3--needs:first-child, .heading__lv2--withKV + .section > .heading__lv3--needs:first-child, .heading__lv2 + .section > .heading__lv3--image:first-child, .heading__lv1-2 + .section > .heading__lv3--image:first-child, .heading__lv1-2--first + .section > .heading__lv3--image:first-child, .heading__lv2--first + .section > .heading__lv3--image:first-child, .heading__lv2--withKV + .section > .heading__lv3--image:first-child {
    margin: 1.5em 0 0;
  }

  .heading__lv2--first, .heading__lv1-2--first {
    margin-top: 1em;
  }

  .heading__lv2-3 span {
    padding-left: 0.25em;
  }

  .heading__lv3, .heading__lv2-3, .heading__lv3--link, .heading__lv3--needs, .heading__lv3--image {
    font-size: 1.42857em;
    margin: 2em 0 0;
  }
  .heading__lv3.block__accordion--switch:hover, .block__accordion--switch.heading__lv2-3:hover, .block__accordion--switch.heading__lv3--link:hover, .block__accordion--switch.heading__lv3--needs:hover, .block__accordion--switch.heading__lv3--image:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .heading__lv3 + .block__accordion > .section > .heading__lv4:first-child, .heading__lv2-3 + .block__accordion > .section > .heading__lv4:first-child, .heading__lv3--link + .block__accordion > .section > .heading__lv4:first-child, .heading__lv3--needs + .block__accordion > .section > .heading__lv4:first-child, .heading__lv3--image + .block__accordion > .section > .heading__lv4:first-child, .heading__lv3 + .block__accordion > .section > .heading__lv3-4:first-child, .heading__lv2-3 + .block__accordion > .section > .heading__lv3-4:first-child, .heading__lv3--link + .block__accordion > .section > .heading__lv3-4:first-child, .heading__lv3--needs + .block__accordion > .section > .heading__lv3-4:first-child, .heading__lv3--image + .block__accordion > .section > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .section > .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .section > .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv3 + .section > .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .section > .col__set > .col--12:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .section > .col__set > .col--12:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .section > .col__set > .col--12:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .section > .col__set > .col--12:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .section > .col__set > .col--12:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--1:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--2:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--3:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--4:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--5:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--6:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--7:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--8:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--9:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--10:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--11:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv2-3 + .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv3--link + .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv3--needs + .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv3--image + .col__set > .col--12:first-child > .heading__lv4:first-child,
  .heading__lv3 + .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--1:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--2:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--3:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--4:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--5:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--6:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--7:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--8:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--9:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--10:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--11:first-child > .heading__lv3-4:first-child,
  .heading__lv3 + .col__set > .col--12:first-child > .heading__lv3-4:first-child,
  .heading__lv2-3 + .col__set > .col--12:first-child > .heading__lv3-4:first-child,
  .heading__lv3--link + .col__set > .col--12:first-child > .heading__lv3-4:first-child,
  .heading__lv3--needs + .col__set > .col--12:first-child > .heading__lv3-4:first-child,
  .heading__lv3--image + .col__set > .col--12:first-child > .heading__lv3-4:first-child {
    margin: 1.5em 0 0;
  }
  .heading__lv3 + .section > .col__set:first-child > .col:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col:first-child, .heading__lv3--link + .section > .col__set:first-child > .col:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col:first-child, .heading__lv3--image + .section > .col__set:first-child > .col:first-child, .heading__lv3 + .section > .col__set:first-child > .col--1:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--1:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--1:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--1:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--1:first-child, .heading__lv3 + .section > .col__set:first-child > .col--2:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--2:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--2:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--2:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--2:first-child, .heading__lv3 + .section > .col__set:first-child > .col--3:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--3:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--3:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--3:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--3:first-child, .heading__lv3 + .section > .col__set:first-child > .col--4:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--4:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--4:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--4:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--4:first-child, .heading__lv3 + .section > .col__set:first-child > .col--5:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--5:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--5:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--5:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--5:first-child, .heading__lv3 + .section > .col__set:first-child > .col--6:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--6:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--6:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--6:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--6:first-child, .heading__lv3 + .section > .col__set:first-child > .col--7:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--7:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--7:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--7:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--7:first-child, .heading__lv3 + .section > .col__set:first-child > .col--8:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--8:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--8:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--8:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--8:first-child, .heading__lv3 + .section > .col__set:first-child > .col--9:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--9:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--9:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--9:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--9:first-child, .heading__lv3 + .section > .col__set:first-child > .col--10:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--10:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--10:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--10:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--10:first-child, .heading__lv3 + .section > .col__set:first-child > .col--11:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--11:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--11:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--11:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--11:first-child, .heading__lv3 + .section > .col__set:first-child > .col--12:first-child, .heading__lv2-3 + .section > .col__set:first-child > .col--12:first-child, .heading__lv3--link + .section > .col__set:first-child > .col--12:first-child, .heading__lv3--needs + .section > .col__set:first-child > .col--12:first-child, .heading__lv3--image + .section > .col__set:first-child > .col--12:first-child,
  .heading__lv3 + .col__set > .col:first-child,
  .heading__lv2-3 + .col__set > .col:first-child,
  .heading__lv3--link + .col__set > .col:first-child,
  .heading__lv3--needs + .col__set > .col:first-child,
  .heading__lv3--image + .col__set > .col:first-child,
  .heading__lv3 + .col__set > .col--1:first-child,
  .heading__lv2-3 + .col__set > .col--1:first-child,
  .heading__lv3--link + .col__set > .col--1:first-child,
  .heading__lv3--needs + .col__set > .col--1:first-child,
  .heading__lv3--image + .col__set > .col--1:first-child,
  .heading__lv3 + .col__set > .col--2:first-child,
  .heading__lv2-3 + .col__set > .col--2:first-child,
  .heading__lv3--link + .col__set > .col--2:first-child,
  .heading__lv3--needs + .col__set > .col--2:first-child,
  .heading__lv3--image + .col__set > .col--2:first-child,
  .heading__lv3 + .col__set > .col--3:first-child,
  .heading__lv2-3 + .col__set > .col--3:first-child,
  .heading__lv3--link + .col__set > .col--3:first-child,
  .heading__lv3--needs + .col__set > .col--3:first-child,
  .heading__lv3--image + .col__set > .col--3:first-child,
  .heading__lv3 + .col__set > .col--4:first-child,
  .heading__lv2-3 + .col__set > .col--4:first-child,
  .heading__lv3--link + .col__set > .col--4:first-child,
  .heading__lv3--needs + .col__set > .col--4:first-child,
  .heading__lv3--image + .col__set > .col--4:first-child,
  .heading__lv3 + .col__set > .col--5:first-child,
  .heading__lv2-3 + .col__set > .col--5:first-child,
  .heading__lv3--link + .col__set > .col--5:first-child,
  .heading__lv3--needs + .col__set > .col--5:first-child,
  .heading__lv3--image + .col__set > .col--5:first-child,
  .heading__lv3 + .col__set > .col--6:first-child,
  .heading__lv2-3 + .col__set > .col--6:first-child,
  .heading__lv3--link + .col__set > .col--6:first-child,
  .heading__lv3--needs + .col__set > .col--6:first-child,
  .heading__lv3--image + .col__set > .col--6:first-child,
  .heading__lv3 + .col__set > .col--7:first-child,
  .heading__lv2-3 + .col__set > .col--7:first-child,
  .heading__lv3--link + .col__set > .col--7:first-child,
  .heading__lv3--needs + .col__set > .col--7:first-child,
  .heading__lv3--image + .col__set > .col--7:first-child,
  .heading__lv3 + .col__set > .col--8:first-child,
  .heading__lv2-3 + .col__set > .col--8:first-child,
  .heading__lv3--link + .col__set > .col--8:first-child,
  .heading__lv3--needs + .col__set > .col--8:first-child,
  .heading__lv3--image + .col__set > .col--8:first-child,
  .heading__lv3 + .col__set > .col--9:first-child,
  .heading__lv2-3 + .col__set > .col--9:first-child,
  .heading__lv3--link + .col__set > .col--9:first-child,
  .heading__lv3--needs + .col__set > .col--9:first-child,
  .heading__lv3--image + .col__set > .col--9:first-child,
  .heading__lv3 + .col__set > .col--10:first-child,
  .heading__lv2-3 + .col__set > .col--10:first-child,
  .heading__lv3--link + .col__set > .col--10:first-child,
  .heading__lv3--needs + .col__set > .col--10:first-child,
  .heading__lv3--image + .col__set > .col--10:first-child,
  .heading__lv3 + .col__set > .col--11:first-child,
  .heading__lv2-3 + .col__set > .col--11:first-child,
  .heading__lv3--link + .col__set > .col--11:first-child,
  .heading__lv3--needs + .col__set > .col--11:first-child,
  .heading__lv3--image + .col__set > .col--11:first-child,
  .heading__lv3 + .col__set > .col--12:first-child,
  .heading__lv2-3 + .col__set > .col--12:first-child,
  .heading__lv3--link + .col__set > .col--12:first-child,
  .heading__lv3--needs + .col__set > .col--12:first-child,
  .heading__lv3--image + .col__set > .col--12:first-child {
    margin-top: 2em;
  }
  .heading__lv3 + .section > .col__set > .col, .heading__lv2-3 + .section > .col__set > .col, .heading__lv3--link + .section > .col__set > .col, .heading__lv3--needs + .section > .col__set > .col, .heading__lv3--image + .section > .col__set > .col, .heading__lv3 + .section > .col__set > .col--1, .heading__lv2-3 + .section > .col__set > .col--1, .heading__lv3--link + .section > .col__set > .col--1, .heading__lv3--needs + .section > .col__set > .col--1, .heading__lv3--image + .section > .col__set > .col--1, .heading__lv3 + .section > .col__set > .col--2, .heading__lv2-3 + .section > .col__set > .col--2, .heading__lv3--link + .section > .col__set > .col--2, .heading__lv3--needs + .section > .col__set > .col--2, .heading__lv3--image + .section > .col__set > .col--2, .heading__lv3 + .section > .col__set > .col--3, .heading__lv2-3 + .section > .col__set > .col--3, .heading__lv3--link + .section > .col__set > .col--3, .heading__lv3--needs + .section > .col__set > .col--3, .heading__lv3--image + .section > .col__set > .col--3, .heading__lv3 + .section > .col__set > .col--4, .heading__lv2-3 + .section > .col__set > .col--4, .heading__lv3--link + .section > .col__set > .col--4, .heading__lv3--needs + .section > .col__set > .col--4, .heading__lv3--image + .section > .col__set > .col--4, .heading__lv3 + .section > .col__set > .col--5, .heading__lv2-3 + .section > .col__set > .col--5, .heading__lv3--link + .section > .col__set > .col--5, .heading__lv3--needs + .section > .col__set > .col--5, .heading__lv3--image + .section > .col__set > .col--5, .heading__lv3 + .section > .col__set > .col--6, .heading__lv2-3 + .section > .col__set > .col--6, .heading__lv3--link + .section > .col__set > .col--6, .heading__lv3--needs + .section > .col__set > .col--6, .heading__lv3--image + .section > .col__set > .col--6, .heading__lv3 + .section > .col__set > .col--7, .heading__lv2-3 + .section > .col__set > .col--7, .heading__lv3--link + .section > .col__set > .col--7, .heading__lv3--needs + .section > .col__set > .col--7, .heading__lv3--image + .section > .col__set > .col--7, .heading__lv3 + .section > .col__set > .col--8, .heading__lv2-3 + .section > .col__set > .col--8, .heading__lv3--link + .section > .col__set > .col--8, .heading__lv3--needs + .section > .col__set > .col--8, .heading__lv3--image + .section > .col__set > .col--8, .heading__lv3 + .section > .col__set > .col--9, .heading__lv2-3 + .section > .col__set > .col--9, .heading__lv3--link + .section > .col__set > .col--9, .heading__lv3--needs + .section > .col__set > .col--9, .heading__lv3--image + .section > .col__set > .col--9, .heading__lv3 + .section > .col__set > .col--10, .heading__lv2-3 + .section > .col__set > .col--10, .heading__lv3--link + .section > .col__set > .col--10, .heading__lv3--needs + .section > .col__set > .col--10, .heading__lv3--image + .section > .col__set > .col--10, .heading__lv3 + .section > .col__set > .col--11, .heading__lv2-3 + .section > .col__set > .col--11, .heading__lv3--link + .section > .col__set > .col--11, .heading__lv3--needs + .section > .col__set > .col--11, .heading__lv3--image + .section > .col__set > .col--11, .heading__lv3 + .section > .col__set > .col--12, .heading__lv2-3 + .section > .col__set > .col--12, .heading__lv3--link + .section > .col__set > .col--12, .heading__lv3--needs + .section > .col__set > .col--12, .heading__lv3--image + .section > .col__set > .col--12,
  .heading__lv3 + .col__set > .col,
  .heading__lv2-3 + .col__set > .col,
  .heading__lv3--link + .col__set > .col,
  .heading__lv3--needs + .col__set > .col,
  .heading__lv3--image + .col__set > .col,
  .heading__lv3 + .col__set > .col--1,
  .heading__lv2-3 + .col__set > .col--1,
  .heading__lv3--link + .col__set > .col--1,
  .heading__lv3--needs + .col__set > .col--1,
  .heading__lv3--image + .col__set > .col--1,
  .heading__lv3 + .col__set > .col--2,
  .heading__lv2-3 + .col__set > .col--2,
  .heading__lv3--link + .col__set > .col--2,
  .heading__lv3--needs + .col__set > .col--2,
  .heading__lv3--image + .col__set > .col--2,
  .heading__lv3 + .col__set > .col--3,
  .heading__lv2-3 + .col__set > .col--3,
  .heading__lv3--link + .col__set > .col--3,
  .heading__lv3--needs + .col__set > .col--3,
  .heading__lv3--image + .col__set > .col--3,
  .heading__lv3 + .col__set > .col--4,
  .heading__lv2-3 + .col__set > .col--4,
  .heading__lv3--link + .col__set > .col--4,
  .heading__lv3--needs + .col__set > .col--4,
  .heading__lv3--image + .col__set > .col--4,
  .heading__lv3 + .col__set > .col--5,
  .heading__lv2-3 + .col__set > .col--5,
  .heading__lv3--link + .col__set > .col--5,
  .heading__lv3--needs + .col__set > .col--5,
  .heading__lv3--image + .col__set > .col--5,
  .heading__lv3 + .col__set > .col--6,
  .heading__lv2-3 + .col__set > .col--6,
  .heading__lv3--link + .col__set > .col--6,
  .heading__lv3--needs + .col__set > .col--6,
  .heading__lv3--image + .col__set > .col--6,
  .heading__lv3 + .col__set > .col--7,
  .heading__lv2-3 + .col__set > .col--7,
  .heading__lv3--link + .col__set > .col--7,
  .heading__lv3--needs + .col__set > .col--7,
  .heading__lv3--image + .col__set > .col--7,
  .heading__lv3 + .col__set > .col--8,
  .heading__lv2-3 + .col__set > .col--8,
  .heading__lv3--link + .col__set > .col--8,
  .heading__lv3--needs + .col__set > .col--8,
  .heading__lv3--image + .col__set > .col--8,
  .heading__lv3 + .col__set > .col--9,
  .heading__lv2-3 + .col__set > .col--9,
  .heading__lv3--link + .col__set > .col--9,
  .heading__lv3--needs + .col__set > .col--9,
  .heading__lv3--image + .col__set > .col--9,
  .heading__lv3 + .col__set > .col--10,
  .heading__lv2-3 + .col__set > .col--10,
  .heading__lv3--link + .col__set > .col--10,
  .heading__lv3--needs + .col__set > .col--10,
  .heading__lv3--image + .col__set > .col--10,
  .heading__lv3 + .col__set > .col--11,
  .heading__lv2-3 + .col__set > .col--11,
  .heading__lv3--link + .col__set > .col--11,
  .heading__lv3--needs + .col__set > .col--11,
  .heading__lv3--image + .col__set > .col--11,
  .heading__lv3 + .col__set > .col--12,
  .heading__lv2-3 + .col__set > .col--12,
  .heading__lv3--link + .col__set > .col--12,
  .heading__lv3--needs + .col__set > .col--12,
  .heading__lv3--image + .col__set > .col--12 {
    margin-top: 1em;
  }
  .heading__lv3 + .section > .col__set > .col > .heading__image, .heading__lv2-3 + .section > .col__set > .col > .heading__image, .heading__lv3--link + .section > .col__set > .col > .heading__image, .heading__lv3--needs + .section > .col__set > .col > .heading__image, .heading__lv3--image + .section > .col__set > .col > .heading__image, .heading__lv3 + .section > .col__set > .col--1 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--1 > .heading__image, .heading__lv3--link + .section > .col__set > .col--1 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--1 > .heading__image, .heading__lv3--image + .section > .col__set > .col--1 > .heading__image, .heading__lv3 + .section > .col__set > .col--2 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--2 > .heading__image, .heading__lv3--link + .section > .col__set > .col--2 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--2 > .heading__image, .heading__lv3--image + .section > .col__set > .col--2 > .heading__image, .heading__lv3 + .section > .col__set > .col--3 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--3 > .heading__image, .heading__lv3--link + .section > .col__set > .col--3 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--3 > .heading__image, .heading__lv3--image + .section > .col__set > .col--3 > .heading__image, .heading__lv3 + .section > .col__set > .col--4 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--4 > .heading__image, .heading__lv3--link + .section > .col__set > .col--4 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--4 > .heading__image, .heading__lv3--image + .section > .col__set > .col--4 > .heading__image, .heading__lv3 + .section > .col__set > .col--5 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--5 > .heading__image, .heading__lv3--link + .section > .col__set > .col--5 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--5 > .heading__image, .heading__lv3--image + .section > .col__set > .col--5 > .heading__image, .heading__lv3 + .section > .col__set > .col--6 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--6 > .heading__image, .heading__lv3--link + .section > .col__set > .col--6 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--6 > .heading__image, .heading__lv3--image + .section > .col__set > .col--6 > .heading__image, .heading__lv3 + .section > .col__set > .col--7 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--7 > .heading__image, .heading__lv3--link + .section > .col__set > .col--7 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--7 > .heading__image, .heading__lv3--image + .section > .col__set > .col--7 > .heading__image, .heading__lv3 + .section > .col__set > .col--8 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--8 > .heading__image, .heading__lv3--link + .section > .col__set > .col--8 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--8 > .heading__image, .heading__lv3--image + .section > .col__set > .col--8 > .heading__image, .heading__lv3 + .section > .col__set > .col--9 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--9 > .heading__image, .heading__lv3--link + .section > .col__set > .col--9 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--9 > .heading__image, .heading__lv3--image + .section > .col__set > .col--9 > .heading__image, .heading__lv3 + .section > .col__set > .col--10 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--10 > .heading__image, .heading__lv3--link + .section > .col__set > .col--10 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--10 > .heading__image, .heading__lv3--image + .section > .col__set > .col--10 > .heading__image, .heading__lv3 + .section > .col__set > .col--11 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--11 > .heading__image, .heading__lv3--link + .section > .col__set > .col--11 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--11 > .heading__image, .heading__lv3--image + .section > .col__set > .col--11 > .heading__image, .heading__lv3 + .section > .col__set > .col--12 > .heading__image, .heading__lv2-3 + .section > .col__set > .col--12 > .heading__image, .heading__lv3--link + .section > .col__set > .col--12 > .heading__image, .heading__lv3--needs + .section > .col__set > .col--12 > .heading__image, .heading__lv3--image + .section > .col__set > .col--12 > .heading__image {
    margin-top: 3em;
  }
  .heading__lv3 + .section > .col__set:first-child > .col:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--1:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--1:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--1:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--1:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--1:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--2:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--2:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--2:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--2:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--2:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--3:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--3:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--3:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--3:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--3:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--4:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--4:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--4:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--4:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--4:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--5:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--5:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--5:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--5:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--5:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--6:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--6:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--6:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--6:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--6:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--7:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--7:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--7:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--7:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--7:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--8:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--8:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--8:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--8:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--8:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--9:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--9:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--9:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--9:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--9:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--10:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--10:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--10:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--10:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--10:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--11:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--11:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--11:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--11:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--11:first-child > .heading__image, .heading__lv3 + .section > .col__set:first-child > .col--12:first-child > .heading__image, .heading__lv2-3 + .section > .col__set:first-child > .col--12:first-child > .heading__image, .heading__lv3--link + .section > .col__set:first-child > .col--12:first-child > .heading__image, .heading__lv3--needs + .section > .col__set:first-child > .col--12:first-child > .heading__image, .heading__lv3--image + .section > .col__set:first-child > .col--12:first-child > .heading__image {
    margin-top: 2em;
  }

  .heading__lv3--link span {
    display: none;
  }

  .heading__lv3--image .pc {
    display: none;
  }
  .heading__lv3--image .sp {
    display: inline;
  }

  .block__accordion--sp .heading__lv3.block__accordion--switch, .block__accordion--sp .block__accordion--switch.heading__lv2-3, .block__accordion--sp .block__accordion--switch.heading__lv3--link, .block__accordion--sp .block__accordion--switch.heading__lv3--needs, .block__accordion--sp .block__accordion--switch.heading__lv3--image {
    border: 1px solid #ccc;
    padding: 0.25em 0.5em;
  }
  .block__accordion--sp .heading__lv3.block__accordion--switch span, .block__accordion--sp .block__accordion--switch.heading__lv2-3 span, .block__accordion--sp .block__accordion--switch.heading__lv3--link span, .block__accordion--sp .block__accordion--switch.heading__lv3--needs span, .block__accordion--sp .block__accordion--switch.heading__lv3--image span {
    background-image: url(../images/icon_accordion_opened.gif);
  }
  .block__accordion--sp .heading__lv2-3 {
    padding: 0 !important;
  }
  .block__accordion--sp .heading__lv2-3 span {
    display: block;
    margin-right: 0.5em;
    padding: 0.25em 26px 0.25em 0.5em;
  }
  .block__accordion--sp.close .heading__lv3.block__accordion--switch, .block__accordion--sp.close .block__accordion--switch.heading__lv2-3, .block__accordion--sp.close .block__accordion--switch.heading__lv3--link, .block__accordion--sp.close .block__accordion--switch.heading__lv3--needs, .block__accordion--sp.close .block__accordion--switch.heading__lv3--image {
    border: 1px solid #ccc;
  }
  .block__accordion--sp.close .heading__lv3.block__accordion--switch span, .block__accordion--sp.close .block__accordion--switch.heading__lv2-3 span, .block__accordion--sp.close .block__accordion--switch.heading__lv3--link span, .block__accordion--sp.close .block__accordion--switch.heading__lv3--needs span, .block__accordion--sp.close .block__accordion--switch.heading__lv3--image span {
    background-image: url(../images/icon_accordion_closed.gif);
  }

  .heading__lv4, .heading__lv3-4 {
    font-size: 1.28571em;
    margin: 2em 0 0;
  }
  .heading__lv4 + .section > .heading__lv5:first-child, .heading__lv3-4 + .section > .heading__lv5:first-child {
    margin: 1.5em 0 0;
  }
  .heading__lv4 + .section > .col__set > .col:first-child, .heading__lv3-4 + .section > .col__set > .col:first-child, .heading__lv4 + .section > .col__set > .col--1:first-child, .heading__lv3-4 + .section > .col__set > .col--1:first-child, .heading__lv4 + .section > .col__set > .col--2:first-child, .heading__lv3-4 + .section > .col__set > .col--2:first-child, .heading__lv4 + .section > .col__set > .col--3:first-child, .heading__lv3-4 + .section > .col__set > .col--3:first-child, .heading__lv4 + .section > .col__set > .col--4:first-child, .heading__lv3-4 + .section > .col__set > .col--4:first-child, .heading__lv4 + .section > .col__set > .col--5:first-child, .heading__lv3-4 + .section > .col__set > .col--5:first-child, .heading__lv4 + .section > .col__set > .col--6:first-child, .heading__lv3-4 + .section > .col__set > .col--6:first-child, .heading__lv4 + .section > .col__set > .col--7:first-child, .heading__lv3-4 + .section > .col__set > .col--7:first-child, .heading__lv4 + .section > .col__set > .col--8:first-child, .heading__lv3-4 + .section > .col__set > .col--8:first-child, .heading__lv4 + .section > .col__set > .col--9:first-child, .heading__lv3-4 + .section > .col__set > .col--9:first-child, .heading__lv4 + .section > .col__set > .col--10:first-child, .heading__lv3-4 + .section > .col__set > .col--10:first-child, .heading__lv4 + .section > .col__set > .col--11:first-child, .heading__lv3-4 + .section > .col__set > .col--11:first-child, .heading__lv4 + .section > .col__set > .col--12:first-child, .heading__lv3-4 + .section > .col__set > .col--12:first-child,
  .heading__lv4 + .col__set > .col:first-child,
  .heading__lv3-4 + .col__set > .col:first-child,
  .heading__lv4 + .col__set > .col--1:first-child,
  .heading__lv3-4 + .col__set > .col--1:first-child,
  .heading__lv4 + .col__set > .col--2:first-child,
  .heading__lv3-4 + .col__set > .col--2:first-child,
  .heading__lv4 + .col__set > .col--3:first-child,
  .heading__lv3-4 + .col__set > .col--3:first-child,
  .heading__lv4 + .col__set > .col--4:first-child,
  .heading__lv3-4 + .col__set > .col--4:first-child,
  .heading__lv4 + .col__set > .col--5:first-child,
  .heading__lv3-4 + .col__set > .col--5:first-child,
  .heading__lv4 + .col__set > .col--6:first-child,
  .heading__lv3-4 + .col__set > .col--6:first-child,
  .heading__lv4 + .col__set > .col--7:first-child,
  .heading__lv3-4 + .col__set > .col--7:first-child,
  .heading__lv4 + .col__set > .col--8:first-child,
  .heading__lv3-4 + .col__set > .col--8:first-child,
  .heading__lv4 + .col__set > .col--9:first-child,
  .heading__lv3-4 + .col__set > .col--9:first-child,
  .heading__lv4 + .col__set > .col--10:first-child,
  .heading__lv3-4 + .col__set > .col--10:first-child,
  .heading__lv4 + .col__set > .col--11:first-child,
  .heading__lv3-4 + .col__set > .col--11:first-child,
  .heading__lv4 + .col__set > .col--12:first-child,
  .heading__lv3-4 + .col__set > .col--12:first-child {
    margin-top: 1em;
  }

  .heading__lv5 {
    margin: 2em 0 0;
  }
  .heading__lv5 + .section > .col__set > .col, .heading__lv5 + .section > .col__set > .col--1, .heading__lv5 + .section > .col__set > .col--2, .heading__lv5 + .section > .col__set > .col--3, .heading__lv5 + .section > .col__set > .col--4, .heading__lv5 + .section > .col__set > .col--5, .heading__lv5 + .section > .col__set > .col--6, .heading__lv5 + .section > .col__set > .col--7, .heading__lv5 + .section > .col__set > .col--8, .heading__lv5 + .section > .col__set > .col--9, .heading__lv5 + .section > .col__set > .col--10, .heading__lv5 + .section > .col__set > .col--11, .heading__lv5 + .section > .col__set > .col--12,
  .heading__lv5 + .col__set > .col,
  .heading__lv5 + .col__set > .col--1,
  .heading__lv5 + .col__set > .col--2,
  .heading__lv5 + .col__set > .col--3,
  .heading__lv5 + .col__set > .col--4,
  .heading__lv5 + .col__set > .col--5,
  .heading__lv5 + .col__set > .col--6,
  .heading__lv5 + .col__set > .col--7,
  .heading__lv5 + .col__set > .col--8,
  .heading__lv5 + .col__set > .col--9,
  .heading__lv5 + .col__set > .col--10,
  .heading__lv5 + .col__set > .col--11,
  .heading__lv5 + .col__set > .col--12 {
    margin-top: 1em;
  }

  .heading__image + .heading__lv4, .heading__image + .heading__lv3-4 {
    margin-top: 1em;
  }
}
/*
 * List
 */
.list, .list--decimal, .list--disc {
  font-size: 1em;
  margin-top: 1em;
}
.list li, .list--decimal li, .list--disc li {
  margin-top: 0.5em;
}
.list li:first-child, .list--decimal li:first-child, .list--disc li:first-child {
  margin-top: 0;
}

.list--decimal {
  padding-left: 2em;
}
.list--decimal li {
  list-style-type: decimal;
}

.list--disc {
  padding-left: 2em;
}
.list--disc li {
  list-style-type: disc;
}

.list__note, .list__note--num-aster, .list__note--single-aster, .list__note--refer {
  font-size: 0.875em;
  color: #666;
  margin-top: 1em;
}
.list__note li, .list__note--num-aster li, .list__note--single-aster li, .list__note--refer li {
  list-style: none;
}

.list__note--num-aster li {
  margin-left: 1.25em;
  text-indent: -1.25em;
}

.list__note--single-aster li {
  margin-left: 0.75em;
  text-indent: -0.75em;
}

.list__note--refer li {
  margin-left: 1em;
  text-indent: -1em;
}

.list__note--block {
  background: #fff;
  border: 2px solid #ccc;
  margin-top: 2em;
  padding: 1em;
}

.list__define, .list__define--default, .list__define--column {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2em;
  padding: 1em;
  width: 100%;
}
.list__define dt, .list__define--default dt, .list__define--column dt {
  font-weight: bold;
}
.list__define dd, .list__define--default dd, .list__define--column dd {
  font-size: 0.875em;
}

.list__define--column {
  display: table;
}
.list__define--column > * {
  display: table-cell;
  vertical-align: top;
}
.list__define--column dl {
  padding-left: 1.75em;
}

.list__bnr ul {
  margin: -1em 0 0 -1em;
}
.list__bnr ul:after {
  clear: both;
  content: "";
  display: block;
}
.list__bnr ul li {
  float: left;
  margin: 1em 0 0 1em;
}
.list__bnr .list__bnr--column li ul {
  margin-top: 0;
}
.list__bnr .list__bnr--column li ul li {
  margin-top: 0;
}

@media (max-width: 640px) {
  .list, .list--decimal, .list--disc {
    font-size: 1em;
  }
  .list li, .list--decimal li, .list--disc li {
    margin-top: 1em;
  }

  .list__note, .list__note--num-aster, .list__note--single-aster, .list__note--refer {
    font-size: 0.85714em;
  }

  .list__bnr > ul {
    margin: 0;
  }
  .list__bnr > ul > li {
    float: none;
    margin: 1em 0 0;
  }
  .list__bnr > ul > li:first-child {
    margin-top: 1em;
  }
  .list__bnr > ul img {
    height: auto;
    width: 100%;
  }
  .list__bnr .list__bnr--column li {
    margin-top: 1em;
  }
  .list__bnr .list__bnr--column li ul {
    margin: 0;
  }
  .list__bnr .list__bnr--column li ul li {
    margin-left: 4%;
    width: 48%;
  }
  .list__bnr .list__bnr--column li ul li:first-child {
    margin: 0;
  }
}
/*
 * Information
 */
.list__info {
  margin-top: 0 !important;
}
.list__info .list__info--icon, .list__info .list__info--date.docomo, .list__info .list__info--date.au, .list__info .list__info--date.softbank, .list__info .list__info--date.willcom, .list__info--date.dms, .list__info--date.biglobe, .list__info--date.ymobile {
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.list__info .list__info--date {
  float: left;
  padding: 1em 84px 1em 0;
  width: 9em;
}
.list__info .list__info--date.docomo {
  background-image: url(../images/icon_career_docomo.gif);
}
.list__info .list__info--date.au {
  background-image: url(../images/icon_career_au.gif);
}
.list__info .list__info--date.softbank {
  background-image: url(../images/icon_career_softbank.gif);
}
.list__info .list__info--date.willcom {
  background-image: url(../images/icon_career_willcom.gif);
}
.list__info .list__info--date.ymobile {
  background-image: url(../images/icon_career_ymobile.gif);
}
.list__info .list__info--date.dms {
  background-image: url(../images/icon_career_dms.gif);
}
.list__info .list__info--date.biglobe {
  background-image: url(../images/icon_career_biglobe.gif);
}
.list__info .list__info--link {
  border-bottom: 1px solid #ccc;
  padding: 1em 0 1em 15em;
}
.list__info .list__info--link img {
  margin-right: 0.5em;
}

@media (max-width: 640px) {
  .list__info .list__info--icon, .list__info .list__info--date.docomo, .list__info .list__info--date.au, .list__info .list__info--date.softbank, .list__info .list__info--date.willcom, .list__info--date.dms, .list__info--date.biglobe, .list__info--date.ymobile {
    background-position: 9em 50%;
    background-repeat: no-repeat;
    background-size: 60px 17px;
  }
  .list__info .list__info--date {
    float: none;
    margin-top: 1em;
    padding: 0;
    width: auto;
  }
  .list__info .list__info--date.docomo {
    background-image: url(../images/icon_career_docomo_2x.png);
  }
  .list__info .list__info--date.au {
    background-image: url(../images/icon_career_au_2x.png);
  }
  .list__info .list__info--date.softbank {
    background-image: url(../images/icon_career_softbank_2x.png);
  }
  .list__info .list__info--date.willcom {
    background-image: url(../images/icon_career_willcom_2x.png);
  }
  .list__info .list__info--date.ymobile {
    background-image: url(../images/icon_career_ymobile_2x.png);
  }  
  .list__info .list__info--date.dms {
    background-image: url(../images/icon_career_dms_2x.png);
  }
  .list__info .list__info--date.biglobe {
    background-image: url(../images/icon_career_biglobe_2x.png);
  } 
  .list__info .list__info--link {
    padding: 0 0 1em;
  }
}
/*
 * Column
 */
.col, .col--1, .col--2, .col--3, .col--4, .col--5, .col--6, .col--7, .col--8, .col--9, .col--10, .col--11, .col--12 {
  float: left;
  margin: 1.5em 0 0 48px;
}
.col:first-child, .col--1:first-child, .col--2:first-child, .col--3:first-child, .col--4:first-child, .col--5:first-child, .col--6:first-child, .col--7:first-child, .col--8:first-child, .col--9:first-child, .col--10:first-child, .col--11:first-child, .col--12:first-child {
  margin-left: 0;
}

.ie8 .col > *:first-child, .ie8 .col--1 > *:first-child, .ie8 .col--2 > *:first-child, .ie8 .col--3 > *:first-child, .ie8 .col--4 > *:first-child, .ie8 .col--5 > *:first-child, .ie8 .col--6 > *:first-child, .ie8 .col--7 > *:first-child, .ie8 .col--8 > *:first-child, .ie8 .col--9 > *:first-child, .ie8 .col--10 > *:first-child, .ie8 .col--11 > *:first-child, .ie8 .col--12 > *:first-child {
  margin-top: 0;
}

@media (min-width: 641px) {
  .col > *:first-child, .col--1 > *:first-child, .col--2 > *:first-child, .col--3 > *:first-child, .col--4 > *:first-child, .col--5 > *:first-child, .col--6 > *:first-child, .col--7 > *:first-child, .col--8 > *:first-child, .col--9 > *:first-child, .col--10 > *:first-child, .col--11 > *:first-child, .col--12 > *:first-child {
    margin-top: 0;
  }
}
.col--reverse {
  float: right;
}

.col__set:after {
  clear: both;
  content: "";
  display: block;
}

.col--1 {
  width: 36px;
}

.col--2 {
  width: 120px;
}

.col--3 {
  width: 204px;
}

.col--4 {
  width: 288px;
}

.col--5 {
  width: 372px;
}

.col--6 {
  width: 456px;
}

.col--7 {
  width: 540px;
}

.col--8 {
  width: 624px;
}

.col--9 {
  width: 708px;
}

.col--10 {
  width: 792px;
}

.col--11 {
  width: 876px;
}

.col--12 {
  width: 960px;
}

@media (max-width: 640px) {
  .col, .col--1, .col--2, .col--3, .col--4, .col--5, .col--6, .col--7, .col--8, .col--9, .col--10, .col--11, .col--12 {
    float: none;
    margin: 1em 0 0;
  }
  .col:first-child, .col--1:first-child, .col--2:first-child, .col--3:first-child, .col--4:first-child, .col--5:first-child, .col--6:first-child, .col--7:first-child, .col--8:first-child, .col--9:first-child, .col--10:first-child, .col--11:first-child, .col--12:first-child {
    margin: 0;
  }

  .col--reverse {
    float: none;
  }

  .col--1,
  .col--2,
  .col--3,
  .col--4,
  .col--5,
  .col--6,
  .col--7,
  .col--8,
  .col--9,
  .col--10,
  .col--11,
  .col--12 {
    width: 100%;
  }
  .col--1 img,
  .col--2 img,
  .col--3 img,
  .col--4 img,
  .col--5 img,
  .col--6 img,
  .col--7 img,
  .col--8 img,
  .col--9 img,
  .col--10 img,
  .col--11 img,
  .col--12 img {
    width: 100%;
  }
  .col--1 .heading img, .col--1 .heading__lv1 img, .col--1 .heading__lv2 img, .col--1 .heading__lv1-2 img, .col--1 .heading__lv1-2--first img, .col--1 .heading__lv2--first img, .col--1 .heading__lv2--withKV img, .col--1 .heading__lv3 img, .col--1 .heading__lv2-3 img, .col--1 .heading__lv3--link img, .col--1 .heading__lv3--needs img, .col--1 .heading__lv3--image img, .col--1 .block__accordion.close .heading__lv3 img, .block__accordion.close .col--1 .heading__lv3 img, .col--1 .block__accordion.close .heading__lv2-3 img, .block__accordion.close .col--1 .heading__lv2-3 img, .col--1 .block__accordion.close .heading__lv3--link img, .block__accordion.close .col--1 .heading__lv3--link img, .col--1 .block__accordion.close .heading__lv3--needs img, .block__accordion.close .col--1 .heading__lv3--needs img, .col--1 .block__accordion.close .heading__lv3--image img, .block__accordion.close .col--1 .heading__lv3--image img, .col--1 .heading__lv4 img, .col--1 .heading__lv3-4 img, .col--1 .heading__lv5 img,
  .col--2 .heading img,
  .col--2 .heading__lv1 img,
  .col--2 .heading__lv2 img,
  .col--2 .heading__lv1-2 img,
  .col--2 .heading__lv1-2--first img,
  .col--2 .heading__lv2--first img,
  .col--2 .heading__lv2--withKV img,
  .col--2 .heading__lv3 img,
  .col--2 .heading__lv2-3 img,
  .col--2 .heading__lv3--link img,
  .col--2 .heading__lv3--needs img,
  .col--2 .heading__lv3--image img,
  .col--2 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--2 .heading__lv3 img,
  .col--2 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--2 .heading__lv2-3 img,
  .col--2 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--2 .heading__lv3--link img,
  .col--2 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--2 .heading__lv3--needs img,
  .col--2 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--2 .heading__lv3--image img,
  .col--2 .heading__lv4 img,
  .col--2 .heading__lv3-4 img,
  .col--2 .heading__lv5 img,
  .col--3 .heading img,
  .col--3 .heading__lv1 img,
  .col--3 .heading__lv2 img,
  .col--3 .heading__lv1-2 img,
  .col--3 .heading__lv1-2--first img,
  .col--3 .heading__lv2--first img,
  .col--3 .heading__lv2--withKV img,
  .col--3 .heading__lv3 img,
  .col--3 .heading__lv2-3 img,
  .col--3 .heading__lv3--link img,
  .col--3 .heading__lv3--needs img,
  .col--3 .heading__lv3--image img,
  .col--3 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--3 .heading__lv3 img,
  .col--3 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--3 .heading__lv2-3 img,
  .col--3 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--3 .heading__lv3--link img,
  .col--3 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--3 .heading__lv3--needs img,
  .col--3 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--3 .heading__lv3--image img,
  .col--3 .heading__lv4 img,
  .col--3 .heading__lv3-4 img,
  .col--3 .heading__lv5 img,
  .col--4 .heading img,
  .col--4 .heading__lv1 img,
  .col--4 .heading__lv2 img,
  .col--4 .heading__lv1-2 img,
  .col--4 .heading__lv1-2--first img,
  .col--4 .heading__lv2--first img,
  .col--4 .heading__lv2--withKV img,
  .col--4 .heading__lv3 img,
  .col--4 .heading__lv2-3 img,
  .col--4 .heading__lv3--link img,
  .col--4 .heading__lv3--needs img,
  .col--4 .heading__lv3--image img,
  .col--4 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--4 .heading__lv3 img,
  .col--4 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--4 .heading__lv2-3 img,
  .col--4 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--4 .heading__lv3--link img,
  .col--4 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--4 .heading__lv3--needs img,
  .col--4 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--4 .heading__lv3--image img,
  .col--4 .heading__lv4 img,
  .col--4 .heading__lv3-4 img,
  .col--4 .heading__lv5 img,
  .col--5 .heading img,
  .col--5 .heading__lv1 img,
  .col--5 .heading__lv2 img,
  .col--5 .heading__lv1-2 img,
  .col--5 .heading__lv1-2--first img,
  .col--5 .heading__lv2--first img,
  .col--5 .heading__lv2--withKV img,
  .col--5 .heading__lv3 img,
  .col--5 .heading__lv2-3 img,
  .col--5 .heading__lv3--link img,
  .col--5 .heading__lv3--needs img,
  .col--5 .heading__lv3--image img,
  .col--5 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--5 .heading__lv3 img,
  .col--5 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--5 .heading__lv2-3 img,
  .col--5 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--5 .heading__lv3--link img,
  .col--5 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--5 .heading__lv3--needs img,
  .col--5 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--5 .heading__lv3--image img,
  .col--5 .heading__lv4 img,
  .col--5 .heading__lv3-4 img,
  .col--5 .heading__lv5 img,
  .col--6 .heading img,
  .col--6 .heading__lv1 img,
  .col--6 .heading__lv2 img,
  .col--6 .heading__lv1-2 img,
  .col--6 .heading__lv1-2--first img,
  .col--6 .heading__lv2--first img,
  .col--6 .heading__lv2--withKV img,
  .col--6 .heading__lv3 img,
  .col--6 .heading__lv2-3 img,
  .col--6 .heading__lv3--link img,
  .col--6 .heading__lv3--needs img,
  .col--6 .heading__lv3--image img,
  .col--6 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--6 .heading__lv3 img,
  .col--6 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--6 .heading__lv2-3 img,
  .col--6 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--6 .heading__lv3--link img,
  .col--6 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--6 .heading__lv3--needs img,
  .col--6 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--6 .heading__lv3--image img,
  .col--6 .heading__lv4 img,
  .col--6 .heading__lv3-4 img,
  .col--6 .heading__lv5 img,
  .col--7 .heading img,
  .col--7 .heading__lv1 img,
  .col--7 .heading__lv2 img,
  .col--7 .heading__lv1-2 img,
  .col--7 .heading__lv1-2--first img,
  .col--7 .heading__lv2--first img,
  .col--7 .heading__lv2--withKV img,
  .col--7 .heading__lv3 img,
  .col--7 .heading__lv2-3 img,
  .col--7 .heading__lv3--link img,
  .col--7 .heading__lv3--needs img,
  .col--7 .heading__lv3--image img,
  .col--7 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--7 .heading__lv3 img,
  .col--7 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--7 .heading__lv2-3 img,
  .col--7 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--7 .heading__lv3--link img,
  .col--7 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--7 .heading__lv3--needs img,
  .col--7 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--7 .heading__lv3--image img,
  .col--7 .heading__lv4 img,
  .col--7 .heading__lv3-4 img,
  .col--7 .heading__lv5 img,
  .col--8 .heading img,
  .col--8 .heading__lv1 img,
  .col--8 .heading__lv2 img,
  .col--8 .heading__lv1-2 img,
  .col--8 .heading__lv1-2--first img,
  .col--8 .heading__lv2--first img,
  .col--8 .heading__lv2--withKV img,
  .col--8 .heading__lv3 img,
  .col--8 .heading__lv2-3 img,
  .col--8 .heading__lv3--link img,
  .col--8 .heading__lv3--needs img,
  .col--8 .heading__lv3--image img,
  .col--8 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--8 .heading__lv3 img,
  .col--8 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--8 .heading__lv2-3 img,
  .col--8 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--8 .heading__lv3--link img,
  .col--8 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--8 .heading__lv3--needs img,
  .col--8 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--8 .heading__lv3--image img,
  .col--8 .heading__lv4 img,
  .col--8 .heading__lv3-4 img,
  .col--8 .heading__lv5 img,
  .col--9 .heading img,
  .col--9 .heading__lv1 img,
  .col--9 .heading__lv2 img,
  .col--9 .heading__lv1-2 img,
  .col--9 .heading__lv1-2--first img,
  .col--9 .heading__lv2--first img,
  .col--9 .heading__lv2--withKV img,
  .col--9 .heading__lv3 img,
  .col--9 .heading__lv2-3 img,
  .col--9 .heading__lv3--link img,
  .col--9 .heading__lv3--needs img,
  .col--9 .heading__lv3--image img,
  .col--9 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--9 .heading__lv3 img,
  .col--9 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--9 .heading__lv2-3 img,
  .col--9 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--9 .heading__lv3--link img,
  .col--9 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--9 .heading__lv3--needs img,
  .col--9 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--9 .heading__lv3--image img,
  .col--9 .heading__lv4 img,
  .col--9 .heading__lv3-4 img,
  .col--9 .heading__lv5 img,
  .col--10 .heading img,
  .col--10 .heading__lv1 img,
  .col--10 .heading__lv2 img,
  .col--10 .heading__lv1-2 img,
  .col--10 .heading__lv1-2--first img,
  .col--10 .heading__lv2--first img,
  .col--10 .heading__lv2--withKV img,
  .col--10 .heading__lv3 img,
  .col--10 .heading__lv2-3 img,
  .col--10 .heading__lv3--link img,
  .col--10 .heading__lv3--needs img,
  .col--10 .heading__lv3--image img,
  .col--10 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--10 .heading__lv3 img,
  .col--10 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--10 .heading__lv2-3 img,
  .col--10 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--10 .heading__lv3--link img,
  .col--10 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--10 .heading__lv3--needs img,
  .col--10 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--10 .heading__lv3--image img,
  .col--10 .heading__lv4 img,
  .col--10 .heading__lv3-4 img,
  .col--10 .heading__lv5 img,
  .col--11 .heading img,
  .col--11 .heading__lv1 img,
  .col--11 .heading__lv2 img,
  .col--11 .heading__lv1-2 img,
  .col--11 .heading__lv1-2--first img,
  .col--11 .heading__lv2--first img,
  .col--11 .heading__lv2--withKV img,
  .col--11 .heading__lv3 img,
  .col--11 .heading__lv2-3 img,
  .col--11 .heading__lv3--link img,
  .col--11 .heading__lv3--needs img,
  .col--11 .heading__lv3--image img,
  .col--11 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--11 .heading__lv3 img,
  .col--11 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--11 .heading__lv2-3 img,
  .col--11 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--11 .heading__lv3--link img,
  .col--11 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--11 .heading__lv3--needs img,
  .col--11 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--11 .heading__lv3--image img,
  .col--11 .heading__lv4 img,
  .col--11 .heading__lv3-4 img,
  .col--11 .heading__lv5 img,
  .col--12 .heading img,
  .col--12 .heading__lv1 img,
  .col--12 .heading__lv2 img,
  .col--12 .heading__lv1-2 img,
  .col--12 .heading__lv1-2--first img,
  .col--12 .heading__lv2--first img,
  .col--12 .heading__lv2--withKV img,
  .col--12 .heading__lv3 img,
  .col--12 .heading__lv2-3 img,
  .col--12 .heading__lv3--link img,
  .col--12 .heading__lv3--needs img,
  .col--12 .heading__lv3--image img,
  .col--12 .block__accordion.close .heading__lv3 img,
  .block__accordion.close .col--12 .heading__lv3 img,
  .col--12 .block__accordion.close .heading__lv2-3 img,
  .block__accordion.close .col--12 .heading__lv2-3 img,
  .col--12 .block__accordion.close .heading__lv3--link img,
  .block__accordion.close .col--12 .heading__lv3--link img,
  .col--12 .block__accordion.close .heading__lv3--needs img,
  .block__accordion.close .col--12 .heading__lv3--needs img,
  .col--12 .block__accordion.close .heading__lv3--image img,
  .block__accordion.close .col--12 .heading__lv3--image img,
  .col--12 .heading__lv4 img,
  .col--12 .heading__lv3-4 img,
  .col--12 .heading__lv5 img {
    width: auto;
  }
}
/*
 * Table
 */
.table, .table--horizontal, .table--vertical {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-top: 1em;
  width: 100%;
}
.table tr > *, .table--horizontal tr > *, .table--vertical tr > * {
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
}
.table tr th, .table--horizontal tr th, .table--vertical tr th {
  background: #ededed;
}

.table--horizontal th {
  text-align: left;
}

.table--vertical td {
  text-align: center;
}

@media (max-width: 640px) {
  .table, .table--horizontal, .table--vertical {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    min-width: 300px;
    width: auto;
  }
  .table tr > *, .table--horizontal tr > *, .table--vertical tr > * {
    border: 1px solid #cccccc;
    padding: 0.5em;
  }
  .table tr th, .table--horizontal tr th, .table--vertical tr th {
    background: #ededed;
  }
  .table tr td, .table--horizontal tr td, .table--vertical tr td {
    word-break: break-all;
  }
}
/*
 * Margin
 */
.mt--0 {
  margin-top: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--1em {
  margin-top: 1em !important;
}

.mr--1em {
  margin-right: 1em !important;
}

.mb--1em {
  margin-bottom: 1em !important;
}

.ml--1em {
  margin-left: 1em !important;
}

.mt--2em {
  margin-top: 2em !important;
}

.mr--2em {
  margin-right: 2em !important;
}

.mb--2em {
  margin-bottom: 2em !important;
}

.ml--2em {
  margin-left: 2em !important;
}

.mt--3em {
  margin-top: 3em !important;
}

.mr--3em {
  margin-right: 3em !important;
}

.mb--3em {
  margin-bottom: 3em !important;
}

.ml--3em {
  margin-left: 3em !important;
}

.mt--4em {
  margin-top: 4em !important;
}

.mr--4em {
  margin-right: 4em !important;
}

.mb--4em {
  margin-bottom: 4em !important;
}

.ml--4em {
  margin-left: 4em !important;
}

.mt--5em {
  margin-top: 5em !important;
}

.mr--5em {
  margin-right: 5em !important;
}

.mb--5em {
  margin-bottom: 5em !important;
}

.ml--5em {
  margin-left: 5em !important;
}

/*
 * Page Top
 */
.page-top {
  margin: 0 auto;
  width: 960px;
  font-size: 0.75em;
  margin-top: 5em;
  text-align: right;
}
.page-top:after {
  clear: both;
  content: "";
  display: block;
}
.page-top a {
  color: #333333;
}
.page-top a:link, .page-top a:visited {
  text-decoration: none;
}
.page-top a:active, .page-top a:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.page-top a span {
  background: url(../images/icon_arrow_page_top.gif) 0 50% no-repeat;
  padding-left: 1.5em;
}

@media (max-width: 640px) {
  .page-top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    font-size: 0.85714em;
    margin: 0;
    padding: 0;
  }
  .page-top:after {
    clear: both;
    content: "";
    display: block;
  }
  .page-top a {
    display: block;
    padding: 1em 0.5em;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .page-top a span {
    background: url(../images/icon_arrow_page_top_2x.png) 0 50% no-repeat;
    background-size: 11px 7px;
  }
}
/*
 * Topic Path
 */
.topic-path {
  min-width: 960px;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  width: 100%;
}

.topic-path__inner {
  margin: 0 auto;
  width: 960px;
  position: relative;
}
.topic-path__inner:after {
  clear: both;
  content: "";
  display: block;
}
.topic-path__inner p {
  font-size: 0.75em;
  padding: 0.5em 0;
  margin:0;
}

@media (max-width: 640px) {
  .topic-path {
    min-width: 320px;
    margin: 0;
  }

  .topic-path__inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    position: relative;
  }
  .topic-path__inner:after {
    clear: both;
    content: "";
    display: block;
  }
  .topic-path__inner p {
    font-size: 0.85714em;
    padding: 10px 3px;
  }
}
/*
 * Button
 */
.btn:after, .slider .slider__pager .prev:after, .slider .slider__inner .slider__background .slider__contents .slider__pager .prev:after, .slider .slider__pager .next:after, .slider .slider__inner .slider__background .slider__contents .slider__pager .next:after {
  clear: both;
  content: "";
  display: block;
}

.btn__default, .btn__default--12, .btn__default--16 {
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(#ffffff 0%, #f1f1f1 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(#ffffff 0%, #f1f1f1 100%);
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.btn__default a, .btn__default--12 a, .btn__default--16 a {
  color: #333333;
  display: block;
  text-decoration: none;
}
.btn__default:hover, .btn__default--12:hover, .btn__default--16:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.btn__default--12 {
  font-size: 0.75em;
}
.btn__default--12 a {
  padding: 0.5em 1em;
}

.btn__default--16 {
  font-size: 1em;
}
.btn__default--16 a {
  padding: 1em;
}

.ie8 .btn__default, .ie8 .btn__default--12, .ie8 .btn__default--16 {
  filter: alpha(opacity=100);
  opacity: 1;
}
.ie8 .btn__default:hover, .ie8 .btn__default--12:hover, .ie8 .btn__default--16:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.ie8 .btn__default a, .ie8 .btn__default--12 a, .ie8 .btn__default--16 a {
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
}
.ie8 .btn__default a:hover, .ie8 .btn__default--12 a:hover, .ie8 .btn__default--16 a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.ie8 .btn__default a:after, .ie8 .btn__default--12 a:after, .ie8 .btn__default--16 a:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 640px) {
  .btn__default, .btn__default--12, .btn__default--16 {
    margin-top: 1em;
  }

  .btn__default--12 {
    font-size: 0.85714em;
  }

  .btn__default--16 {
    font-size: 1em;
  }
}
#block__modal--help {
  background: #fff;
  border: 1px solid #999;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  max-width: 45em;
  min-width: 15em;
  padding: 2em 1em 1em;
  position: absolute;
  top: 0;
  z-index: 10000;
}
#block__modal--help dl dt {
  font-weight: bold;
}
#block__modal--help dl dd {
  font-size: 0.875em;
  margin-top: 0.5em;
}
#block__modal--help .close {
  background: url(../images/icon_message_close.gif) 0 50% no-repeat;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: bold;
  padding-left: 1.5em;
  position: absolute;
  top: 0.5em;
  right: 0.75em;
}

.block__movie {
  cursor: pointer;
  margin-top: 1em;
}
.block__movie:hover .block__movie--thumb {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.block__movie .block__movie--thumb img {
  margin-top: 0;
}
.block__movie .block__movie--caption {
  margin-top: 0.5em;
}
.block__movie .block__movie--inset {
  display: none;
}
.block__movie .block__movie--inset.play {
  background: #000;
  border: 1px solid #666;
  padding: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
.block__movie .block__movie--inset .close {
  margin: 0;
  position: absolute;
  top: -17px;
  right: -17px;
  z-index: 10001;
}
.block__movie .block__movie--append {
  background: #000;
}
.block__movie .block__movie--append iframe {
  vertical-align: top;
}
.block__movie .block__movie--append .block__movie--caption {
  color: #fff;
}

#block__modal--overlay {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1000;
}
#block__modal--overlay.movie {
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

@media (max-width: 640px) {
  .link--help,
  #block__modal--help,
  #block__modal--overlay {
    display: none;
  }

  .block__movie .block__movie--thumb {
    display: none;
  }
  .block__movie .block__movie--inset {
    height: auto;
    width: 100%;
  }
  .block__movie .block__movie--inset .close {
    display: none;
  }
  .block__movie .block__movie--append {
    background: none;
  }
}
/*
 * Local Navigation
 */
.local-nav {
  left: 0;
  width: 100%;
}

.local-nav__products {
  background: url(../images/bg_local_nav.gif) 0 0 repeat;
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
}
.local-nav__products ul {
  position: relative;
  bottom: -1px;
}
.local-nav__products ul:after {
  clear: both;
  content: "";
  display: block;
}
.local-nav__products li {
  background: #ededed;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  font-size: 0.875em;
  margin-left: -1px;
  text-align: center;
  width: 136px;
}
.local-nav__products li a {
  color: #333333;
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}
.local-nav__products li:first-child {
  margin-left: 0;
}
.local-nav__products li:hover {
  background: #fff;
}
.local-nav__products li.current {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.local-nav__products li.disabled {
  background: #f0f0f0;
}
.local-nav__products li.disabled span {
  color: #999;
}
.local-nav__products li.disabled:hover {
  background: #f0f0f0;
}
.local-nav__products li.hide {
  display: none;
}

.local-nav__service {
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 0.75em;
  text-align: center;
}
.local-nav__service .drop {
  display: none;
}
.local-nav__service ul {
  display: table;
  min-height: 38px;
  padding: 1.5em 0 1em;
  position: relative;
}
.local-nav__service ul:after {
  clear: both;
  content: "";
  display: block;
}
.local-nav__service ul li {
  border-left: 1px dotted #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  height: 38px;
  line-height: 1.5;
  vertical-align: middle;
  width: 137px;
}
.local-nav__service ul li a {
  color: #333333;
  display: block;
  padding: 0 0.75em;
  text-decoration: none;
}
.local-nav__service ul li a:after {
  content: "";
  display: block;
  height: 36px; /* <-38px:140930b */
  margin-left: -9px;
  padding: 1.5em 0 11px;
  position: absolute;
  top: 0;
  width: 137px;
}
.local-nav__service ul li a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
  color:#33c; /* <-add:140930b */
}
.local-nav__service ul li.current {
  font-weight: bold;
}
.local-nav__service ul li.current a {
  color:#33c; 
} /* <-add:140930b */
.local-nav__service ul li.current a:after {
  border-bottom: 4px solid #33c; /* <-2px:140930b */
}
.local-nav__service ul li:first-child {
  border: 0;
}

.ie8 .local-nav__service ul li {
  position: relative;
}
.ie8 .local-nav__service ul li a {
  position: static;
  filter: alpha(opacity=100);
  opacity: 1;
}
.ie8 .local-nav__service ul li a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.ie8 .local-nav__service ul li a:after {
  top: -18px;
}

.sp-local-nav {
  display: none;
}

.sp-local-nav-tgl {
  display: none;
} /* <-add:150210a */

@media (max-width: 640px) {
  .local-nav__products {
    display: none;
  }
  .local-nav .local-nav__service {
    display:none; /* <-add:150210a */
	border: 0;
    font-size: 1em;
    margin-top: 0.5em;
    padding: 0;
  }
  .local-nav .local-nav__service .drop {
    background: #7d7d7d;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 0.625rem;
    position: relative;
    text-align: left;
  }
  .local-nav .local-nav__service .drop:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 1em;
    margin-top: -0.25rem;
    padding: 0;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 1em;
  }
  .local-nav .local-nav__service .drop.close:after {
    margin-top: -0.625rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .local-nav .local-nav__service ul {
    display: none;
    padding: 0;
  }
  .local-nav .local-nav__service ul li {
    background: #ebebeb;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
    display: list-item;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .local-nav .local-nav__service ul li a {
    display: block;
    padding: 0.625rem;
    padding-right: 1.1325rem;
    position: relative;
  }
  .local-nav .local-nav__service ul li a:hover {
    color:#333;
  } /* <-add:140930b */
  .local-nav .local-nav__service ul li a:after {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: "";
    display: block;
    height: 0.375rem;
    margin-top: -0.25rem;
    padding: 0;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.375rem;
  }
  .local-nav .local-nav__service ul li.current {
    background: #fff;
    font-weight: normal;
  }
  .local-nav .local-nav__service ul li.current a {
    color:#333; 
  } /* <-add:140930b */
  .local-nav .local-nav__service ul li.current a:after {
    border-bottom: 0;
  }

  .sp-local-nav {
    display: block;
    margin-top: 3.75rem;
  }
  .sp-local-nav .local-nav__products {
    background: none;
    border: 0;
    display: block;
    padding: 0;
  }
  /*↓.sp-local-nav-tgl add:150210a */
  .sp-local-nav .local-nav__products .block__inner, .sp-local-nav-tgl .local-nav__products .block__inner {
    padding: 0;
  }
  .sp-local-nav .local-nav__products .title, .sp-local-nav-tgl .local-nav__products .title {
    background: #7d7d7d;
    color: #fff;
    padding: 0.5625rem;
  }
  .sp-local-nav .local-nav__products ul, .sp-local-nav-tgl .local-nav__products ul {
    bottom: 0;
    margin-top:0;
  }
  .sp-local-nav .local-nav__products ul li, .sp-local-nav-tgl .local-nav__products ul li {
    background: #ebebeb;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: none;
    font-size: 1em;
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .sp-local-nav .local-nav__products ul li a, .sp-local-nav-tgl .local-nav__products ul li a {
    color: #333333;
    display: block;
    padding: 0.625rem;
    padding-right: 1.1325rem;
    position: relative;
    text-decoration: none;
  }
  .sp-local-nav .local-nav__products ul li a:after, .sp-local-nav-tgl .local-nav__products ul li a:after {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: "";
    display: block;
    height: 0.375rem;
    margin-top: -0.25rem;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.375rem;
  }
  .sp-local-nav .local-nav__products ul li.current, .sp-local-nav-tgl .local-nav__products ul li.current {
    background: #fff;
  }
  .sp-local-nav .local-nav__products ul li.disabled, .sp-local-nav-tgl .local-nav__products ul li.disabled {
    background: #f0f0f0;
  }
  .sp-local-nav .local-nav__products ul li.disabled a:after, .sp-local-nav-tgl .local-nav__products ul li.disabled a:after {
    display: none;
  }
  .sp-local-nav .local-nav__products ul li.disabled span, .sp-local-nav-tgl .local-nav__products ul li.disabled span {
    color: #999;
  }
  .sp-local-nav .local-nav__products ul li.disabled:hover, .sp-local-nav-tgl .local-nav__products ul li.disabled:hover {
    background: #f0f0f0;
  }
  .sp-local-nav .local-nav__service, .sp-local-nav-tgl .local-nav__service {
    border: 0;
    display: block;
    font-size: 0.85714em;
  }
  .sp-local-nav .local-nav__service ul, .sp-local-nav-tgl .local-nav__service ul {
    display: block;
    min-height: 0;
    margin: 0 0 0 1.5em;
    padding: 0;
  }
  .sp-local-nav .local-nav__service ul li, .sp-local-nav-tgl .local-nav__service ul li {
    background: #ebebeb; /* <-#fff:150210a */
    border: 0;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    display: list-item;
    float: none;
    padding: 0;
  }
  .sp-local-nav .local-nav__service ul li a:after, .sp-local-nav-tgl .local-nav__service ul li a:after {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: "";
    display: block;
    height: 0.25rem;
    margin-top: -0.175rem;
    padding: 0;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.25rem;
  }
  .sp-local-nav .local-nav__service ul li.current, .sp-local-nav-tgl .local-nav__service ul li.current {
    background: #fff; /* <-#a2a2a2:150210a */
  }
  .sp-local-nav .local-nav__service ul li.current a, .sp-local-nav-tgl .local-nav__service ul li.current a {
	color: #333; /* <-#fff:150210a */
	font-weight:normal; /* <-add:150210a */
  }
  .sp-local-nav .local-nav__service ul li.current a:after, .sp-local-nav-tgl .local-nav__service ul li.current a:after {
    border-bottom: 0;
    border-top: 1px solid #333; /* <-#fff:150210a */
    border-right: 1px solid #333; /* <-#fff:150210a */
  }
  .sp-local-nav-tgl > .local-nav__products > .block__inner {
	display:none;
  }
  .sp-local-nav-tgl {
    display: block;
    margin-top: 1em;
  }
  .sp-local-nav-tgl .local-nav__products {
    background: none;
    border: 0;
    display: block;
    padding: 0;
  }
  .sp-local-nav-tgl .local-nav__products .title {
	position:relative;
  }   
  .sp-local-nav-tgl .title:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 1em;
    margin-top: -0.25rem;
    padding: 0;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 1em;
  }
  .sp-local-nav-tgl .title.close:after {
    margin-top: -0.625rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /*↑.sp-local-nav-tgl add:150210a */

}
/*
 * Upper Level
 */
.sp-upper-level {
  display: none;
}

@media (max-width: 640px) {
  .sp-upper-level {
    background: #ebebeb;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    display: block;
  }
  .sp-upper-level a {
    color: #333333;
    display: block;
    padding: 0.5rem 0 0.5rem 1.25rem;
    position: relative;
    text-decoration: none;
  }
  .sp-upper-level a:after {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: "";
    display: block;
    height: 0.375rem;
    margin-top: -0.25rem;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 0.375rem;
  }
  .sp-upper-level .sp-upper-level__icon--docomo {
    background: url(../images/icon_upper_level_docomo.png) 98% 50% no-repeat;
    background-size: 85px 19px;
    padding-right: 100px; /* <-23%:150206a */
  }
  .sp-upper-level .sp-upper-level__icon--au {
    background: url(../images/icon_upper_level_au.png) 98% 50% no-repeat;
    background-size: 48px 17px;
    padding-right: 64px; /* <-16%:150206a */
  }
  .sp-upper-level .sp-upper-level__icon--softbank {
    background: url(../images/icon_upper_level_softbank.png) 98% 50% no-repeat;
    background-size: 99px 15px;
    padding-right: 114px; /* <-27%:150206a */
  }
  .sp-upper-level .sp-upper-level__icon--willcom {
    background: url(../images/icon_upper_level_willcom.png) 98% 50% no-repeat;
    background-size: 62px 21px;
    padding-right: 77px; /* <-18%:150206a */
  }
  .sp-upper-level .sp-upper-level__icon--ymobile {
    background: url(../images/icon_upper_level_ymobile.png) 98% 50% no-repeat;
    background-size: 98px 20px;
    padding-right: 112px;
  }/* <-add:150709a */
}
/*
 * Slider
 */
.slider, .slider .slider__inner .slider__background .slider__contents {
  min-width: 960px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider h1, .slider .slider__inner .slider__background .slider__contents h1 {
  margin: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
}
.slider .slider__inner, .slider .slider__inner .slider__background .slider__contents .slider__inner {
  background: #fff;
  height: 340px;
  margin: 0;
  overflow: hidden;
}
.slider .slider__inner li, .slider .slider__inner .slider__background .slider__contents .slider__inner li {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider .slider__inner li:first-child, .slider .slider__inner .slider__background .slider__contents .slider__inner li:first-child {
  display: block;
}
.slider .slider__inner .current, .slider .slider__inner .slider__background .slider__contents .slider__inner .current {
  display: list-item !important;
}
.slider .slider__inner .slider__background, .slider .slider__inner .slider__background .slider__contents .slider__inner .slider__background {
  background-position: 50% 50%;
  position: relative;
}
.slider .slider__inner .slider__background .slider__contents {
  margin: 0 auto;
  width: 960px;
  height: 340px;
  z-index: 500;
}
.slider .slider__inner .slider__background .slider__contents:after {
  clear: both;
  content: "";
  display: block;
}
.slider .slider__inner .slider__background .slider__contents .slider__spacer {
  background: none;
  height: 340px;
  width: 960px;
}
.slider .slider__pager, .slider .slider__inner .slider__background .slider__contents .slider__pager {
  display: none;
  height: 400px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.slider .slider__pager .btn, .slider .slider__inner .slider__background .slider__contents .slider__pager .btn, .slider .slider__pager .prev, .slider .slider__inner .slider__background .slider__contents .slider__pager .prev, .slider .slider__pager .next, .slider .slider__inner .slider__background .slider__contents .slider__pager .next {
  cursor: pointer;
  margin-top: -36px;
  position: absolute;
  top: 50%;
}
.slider .slider__pager .btn:hover, .slider .slider__pager .prev:hover, .slider .slider__pager .next:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.slider .slider__pager .prev, .slider .slider__inner .slider__background .slider__contents .slider__pager .prev {
  left: 0;
}
.slider .slider__pager .next, .slider .slider__inner .slider__background .slider__contents .slider__pager .next {
  right: 0;
}
.slider:hover .slider__pager, .slider .slider__inner .slider__background .slider__contents:hover .slider__pager {
  display: block;
}
.slider.nolocation:hover .slider__pager, .slider .slider__inner .slider__background .nolocation.slider__contents:hover .slider__pager {
  display: none;
}
.slider .slider__location, .slider .slider__inner .slider__background .slider__contents .slider__location {
  bottom: 34px;
  line-height: 1;
  margin: 0;
  position: relative;
  text-align: center;
}
.slider .slider__location:after, .slider .slider__inner .slider__background .slider__contents .slider__location:after {
  clear: both;
  content: "";
  display: block;
}
.slider .slider__location li, .slider .slider__inner .slider__background .slider__contents .slider__location li {
  background: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  line-height: 1;
  margin-left: 0.5em;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
  z-index: 600;
}
.slider .slider__location li:first-child, .slider .slider__inner .slider__background .slider__contents .slider__location li:first-child {
  margin: 0;
}
.slider .slider__location li:hover, .slider .slider__inner .slider__background .slider__contents .slider__location li:hover, .slider .slider__location li.current, .slider .slider__inner .slider__background .slider__contents .slider__location li.current {
  background: #33c;
}

.slider-sp {
  display: none;
}

.slider-thumb {
  background: url(../images/bg_key_visual_thumb.gif) 0 0 repeat;
  position: relative;
  z-index: 10;
}
.slider-thumb .slider-thumb__inner {
  margin: 0 auto;
  width: 960px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 82px 0 40px;
  position: relative;
}
.slider-thumb .slider-thumb__inner:after {
  clear: both;
  content: "";
  display: block;
}
.slider-thumb .slider-thumb__list {
  margin: 0 auto;
}
.slider-thumb .slider-thumb__list:after {
  clear: both;
  content: "";
  display: block;
}
.slider-thumb .slider-thumb__list li {
  cursor: pointer;
  display: table-cell;
  padding-left: 10px;
  width: 160px;
}
.slider-thumb .slider-thumb__list li:first-child {
  padding: 0;
}
.slider-thumb .slider-thumb__list li img {
  border: 1px solid #d8d8d8;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.slider-thumb .slider-thumb__list li:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider-thumb .slider-thumb__list .current img {
  border: 1px solid #3333cc;
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider-thumb .slider-thumb__list .caption {
  font-size: 0.625em;
  color: #838383;
  padding: 3px 0;
  text-align: center;
}
.slider-thumb .slider-thumb__hidden li img, .slider-thumb .slider-thumb__hidden .current img {
  border: 1px solid #d8d8d8;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.slider-thumb .slider-thumb__hidden li:hover img, .slider-thumb .slider-thumb__hidden .current:hover img {
  border: 1px solid #3333cc;
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider-thumb .slider__switch {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 7px;
}

@media (max-width: 640px) {
  .slider__container,
  .slider-thumb__container {
    display: none;
  }
}
@media (max-width: 640px) {
  .slider, .slider .slider__inner .slider__background .slider__contents {
    height: auto;
    min-width: 0;
  }
  .slider .slider__container, .slider .slider__inner .slider__background .slider__contents .slider__container,
  .slider .slider__pager,
  .slider .slider__inner .slider__background .slider__contents .slider__pager,
  .slider .slider__location,
  .slider .slider__inner .slider__background .slider__contents .slider__location,
  .slider .slider-thumb,
  .slider .slider__inner .slider__background .slider__contents .slider-thumb {
    display: none !important;
  }
  .slider:hover .slider__pager, .slider .slider__inner .slider__background .slider__contents:hover .slider__pager {
    display: none;
  }
  .slider .slider-sp, .slider .slider__inner .slider__background .slider__contents .slider-sp {
    display: block;
  }
  .slider .slider-sp img, .slider .slider__inner .slider__background .slider__contents .slider-sp img {
    width: 100%;
  }
}


