@charset "UTF-8";
/**
 * Table of Contents
 *
 * 一般
 * コンテナー・コンテンツ
 * ヘッダー
 * フッター
 * ボトム
 * グローバルナビ
 * レスポンシブ
 *
 */


/* ==========================================================================
   一般
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,600,400);

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('/common/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKjp-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('/common/fonts/NotoSansCJKjp-Light.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKjp-Light.woff') format('woff');
  font-weight: 200;
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('/common/fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKjp-Medium.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  src: url('/common/fonts/NotoSansCJKkr-Regular.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKkr-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  src: url('/common/fonts/NotoSansCJKkr-Light.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKkr-Light.woff') format('woff');
  font-weight: 200;
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  src: url('/common/fonts/NotoSansCJKkr-Medium.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKkr-Medium.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Noto Sans CJK SC';
  src: url('/common/fonts/NotoSansCJKsc-Regular.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKsc-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Noto Sans CJK SC';
  src: url('/common/fonts/NotoSansCJKsc-Light.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKsc-Light.woff') format('woff');
  font-weight: 200;
}
@font-face {
  font-family: 'Noto Sans CJK SC';
  src: url('/common/fonts/NotoSansCJKsc-Medium.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKsc-Medium.woff') format('woff');
  font-weight: bold;
}

body {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1.6;
  background: #fff;
}
.lang-jp {
  font-family: "Noto Sans CJK JP", sans-serif;
}
.lang-kr {
  font-family: "Noto Sans CJK KR", sans-serif;
}
.lang-cn {
  font-family: "Noto Sans CJK SC", sans-serif;
}
a {
  color: #06c;
  outline: none;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

.external:after {
  content: url(/common/images/icon_ex-window.gif);
  margin-left: 3px;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: none;
}

input, textarea {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  color: #fff;
  background: #d91100;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #d91100;
  text-shadow: none;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #000;
}

input::selection,
textarea::selection {
  color: #000;
}


/* ==========================================================================
   コンテナー
   ========================================================================== */
#container {
  width: 100%;
  overflow: hidden;
}

.contents {
  margin: 0 auto 30px;
  padding: 30px;
  max-width: 960px;
  position: relative;
}

.contents:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}
.page-inner .contents {
  padding-top: 15px;
}

/* ==========================================================================
   ヘッダー
   ========================================================================== */
.global-header {
  width: 100%;
  border-bottom: 1px #ebebeb solid;
  background: #f5f5f5;
}

.global-header__inner {
  position: relative;
  margin: 0 auto;
  padding: 27px 30px;
  max-width: 960px;
}

.global-header__inner:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

/* ロゴ */
.global-header__logo-kdc {
  position: absolute;
  left: 30px;
  top: 31px;
  width: 346px;
}

.global-header__logo-kdc img {
  width: 100%;
}

.global-header__region {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto 0 auto 1em;
  font-size: 12px;
  height: 1.3em;
}


/* ユーティリティーナビ */
.global-util-group {
  float: right;
  margin-top: 7px;
  padding-left: 300px;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

.global-util-nav {
  display: inline-block;
  margin-top: 6px;
  margin-right: 10px;
  font-size: 12px;
}

.global-util-nav__item {
  display: inline-block;
  padding-right: 5px;
  list-style: none;
  line-height: 1.2;
}
.global-util-nav__item .icon-localweb {
  display: block;
  padding:6px 0 6px 45px;
  background:url(../images/icon_localweb.png) no-repeat left center;
  background-size:  38px 22px;
}

.global-util-nav__item--first {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.global-util-nav__item a {
  color: #000;
}

.global-util-nav__item a:hover,
.global-util-nav__item a:active {
  color: #666;
}

.global-util-nav__item a[target="_blank"]:not(.has-not-blank-icon) {
  padding-right: 18px;
  background: url(/common/images/icon_new-window.png) 100% 50% no-repeat;
}


/* 検索ボックス */
.global-search {
  display: inline-block;
}

.global-search [name=query] {
  width: 152px;
  padding: 3px 6px;
  height: 27px;
  border: none;
  box-sizing: border-box;
}

.global-search [name=query]:focus {
  outline: none;
}

.global-search [name=submit] {
  margin-left: -4px;
  border: none;
  width: 26px;
  height: 27px;
  vertical-align: bottom;
  background: #b7b7b7 url(/common/images/icon_search-magnifier.png) 50% 50% no-repeat;
  text-indent: -10em;
  cursor: pointer;
}

.global-search [name=submit]:focus {
  outline: none;
}

.global-search [name=submit]:active {
  background-color: #a0a0a0;
}

.global-search-folded {
  display: none;
  position: absolute;
  right: 12px;
  top: 6px;
  margin: 0 10px 0 auto;
  width: 13px;
  height: 16px;
  background: url(/common/images/icon_search-magnifier_black.png) 95% 50% no-repeat;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* ==========================================================================
   メインビジュアル
   ========================================================================== */
.main-visual-wrapper_2 {
  min-height: 160px;
  background:#eeeeee;
}


/* ==========================================================================
   メインブロック
   ========================================================================== */
.main-block {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-right: 255px;
}

.main-block section:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

.main-block.no-side {
  float: none;
  padding-right: 0px;
}
/* ==========================================================================
   サイドブロック
   ========================================================================== */
.side-block {
  float: right;
  margin-left: -218px;
  width:218px;
}
.side-block .side-nav{
  width:218px;
}

.side-block.fixed1 .side-nav {
  position:fixed;
  right:50%;
  margin-right:-480px;
  top:0;
}
.side-block.fixed2 .side-nav {
  position:fixed;
  top:0;
}

/* ==========================================================================
   Solutions
   ========================================================================== */
.solution-block {
  margin-bottom: 60px;
  clear:both;
  padding:20px 0;
  border-radius: 5px;
  border:1px solid #F0F0F0;
}

/* ==========================================================================
   フッター
   ========================================================================== */
.global-footer {
  width: 100%;
  background: #e7e7e7;
}

.global-footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 30px 30px 23px;
  max-width: 960px;
}


/* フッターナビ */
.global-footer-nav:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

.global-footer-nav a {
  color: #000;
}

.global-footer-nav a:hover,
.global-footer-nav a:active {
  color: #666;
}

.global-footer-nav__col {
  float: left;
  padding-right: 1em;
  box-sizing: border-box;
  width: 20%;
  font-size: 11px;
}

.global-footer-nav__col .unit {
  margin-bottom: 17px;
  list-style: none;
}

.global-footer-nav__col .item {
  line-height: 1.8;
}

.global-footer-nav__col .item--head {
  font-weight: bold;
}


/* TOPへ戻るボタン */
.global-footer__btn-top {
  position: absolute;
  right: 30px;
  top: -20px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 58px;
  height: 20px;
  background: #f5f5f5 url(/common/images/icon_arrow-up-1.png) 50% 50% no-repeat;
  cursor: pointer;
  transition: background-color .2s linear, background-position .05s linear;
}

.global-footer__btn-top:hover {
  background-color: #f9f9f9;
}

.global-footer__btn-top:active {
  background-position: 50% 40%;
}


/* ==========================================================================
   ボトム
   ========================================================================== */
.global-bottom--1 {
  font-size: 11px;
  color: #5b5b5b;
  background: #d7d7d7;
}

.global-bottom--2 {
  background: #f5f5f5;
}

.global-bottom__inner {
  margin: 0 auto;
  padding: 12px 30px;
  max-width: 960px;
}

.global-bottom__inner:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

.global-bottom__nav {
  float: left;
  font-size: 11px;
  list-style: none;
}

.global-bottom__nav a {
  color: #000;
}

.global-bottom__nav a:hover,
.global-bottom__nav a:active {
  color: #666;
}

.global-bottom__nav .item {
  float: left;
  margin-left: 2.5em;
}

.global-bottom__nav .item:first-child {
  margin-left: 0;
}

.global-bottom__copyright {
  float: right;
  font-size: 11px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: right;
  color: #666;
}


/* ==========================================================================
   グローバルナビ
   ========================================================================== */
.global-nav-bar {
  position: relative;
  z-index: 480;
  border-bottom: 1px #ebebeb solid;
  background: #fff;
}

.global-nav-bar__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 960px;
}

.global-nav {
  position: relative;
  z-index: 500;
  width: 100%;
}

.global-nav:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

.global-nav-folded {
  position: absolute;
  display: none;
  top: 10px;
  left: 30px;
  padding-left: 28px;
  height: 24px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background: url(/common/images/icon_folded-global-nav.png) 0 0 no-repeat;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.global-nav-folded:hover,
.global-nav-folded:active {
  opacity: 0.8;
}

.global-nav__item {
  float: left;
}

.global-nav__item > a {
  display: block;
  padding: 18px 15px 12px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  border-bottom: 4px rgba(255,255,255,0) solid;
}

.global-nav__extra {
  position: absolute;
  right: 30px;
  top: 19px;
  z-index: 505;
  text-align: right;
  font-size: 12px;
}

.global-nav__extra a {
  padding-left: 17px;
  color: #000;
  background: url(/common/images/icon_new-window.png) 0 50% no-repeat;
}

.global-nav__extra a:hover,
.global-nav__extra a:active {
  color: #666;
}
.touch .has-global-mega-menu > a:hover,
.touch .has-global-mega-menu > a:active,
.touch .has-global-mega-menu:hover > a {
  background: #fff;
  border-bottom-color: rgba(255,255,255,0);
}

/* カレント設定 */
.touch .global-nav__item.is-active > a,
.touch .has-global-mega-menu.is-opened > a,
.has-global-mega-menu.is-opened > a,
.global-nav__item > a:hover,
.global-nav__item > a:active,
.global-nav__item.is-active > a {
  border-bottom-color: #d01026;
  text-decoration: none;
  background: #fbfbfb;
}



/* ==========================================================================
   パンくず
   ========================================================================== */

.topic-path {
  margin-bottom:40px;
  font-size:12px;
  list-style:none;
  line-height:1.2;
}

.topic-path li {
  /*margin-right:15px;*/
  padding-left:20px;
  display: inline;
  line-height: 1.6;
  background:url(../img/icon_arrow-gray-1.png) no-repeat left center;
  color:#666666;
}

.topic-path li:first-child {
  padding-left:0px;
  background:none;
}

/* ==========================================================================
   グローバルメガメニュー
   ========================================================================== */
.has-global-mega-menu > a {
  position: relative;
  padding-right: 25px;
}
.has-global-mega-menu > a:after {
  content: "";
  width: 11px;
  height: 0;
  padding: 7px 0 0 0;
  overflow: hidden;
  line-height: 7px;
  background: url(/common/images/global-mega-menu-switch-icon.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
}
.has-global-mega-menu > a:before {
  display: none;
  content: "";
  position: absolute;
  z-index: 610;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  background: url(/common/images/global-mega-menu-arrow.png) no-repeat 0 0;
  background-size: 100% auto;
}
.global-mega-menu {
  display: none;
  z-index: 600;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  padding-top: 10px;
}
.has-global-mega-menu:hover .global-mega-menu,
.has-global-mega-menu:hover > a:before,
.has-global-mega-menu.is-opened .global-mega-menu {
  display: block;
}
.touch .has-global-mega-menu:hover > a + .global-mega-menu,
.touch .has-global-mega-menu:hover > a:before {
  display: none;
}
.touch .has-global-mega-menu.is-opened > a + .global-mega-menu {
  display: block;
}
.global-mega-menu__inner {
  background: #f2f2f2;
  min-height: 100px;
  border: 1px solid #ccc;
  padding: 15px 20px 20px 20px;
  font-size: 12px;
}
.global-mega-menu-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
}
.global-mega-menu-row:last-child {
  margin-bottom: 0;
}
.global-mega-menu-row--align-bottom {
  align-items: flex-end;
}
.global-mega-menu-row__col--s1 {
  width: calc(100% / 12);
}
.global-mega-menu-row__col--s2 {
  width: calc(100% / 12 * 2);
}
.global-mega-menu-row__col--s3 {
  width: calc(100% / 12 * 3);
}
.global-mega-menu-row__col--s4 {
  width: calc(100% / 12 * 4);
}
.global-mega-menu-row__col--s5 {
  width: calc(100% / 12 * 5);
}
.global-mega-menu-row__col--s6 {
  width: calc(100% / 12 * 6);
}
.global-mega-menu-row__col--s7 {
  width: calc(100% / 12 * 7);
}
.global-mega-menu-row__col--s8 {
  width: calc(100% / 12 * 8);
}
.global-mega-menu-row__col--s9 {
  width: calc(100% / 12 * 9);
}
.global-mega-menu-row__col--s10 {
  width: calc(100% / 12 * 10);
}
.global-mega-menu-row__col--s11 {
  width: calc(100% / 12 * 11);
}
.global-mega-menu-row__col--s12 {
  width: 100%;
}
.global-mega-menu-row__strong {
  border: 1px #ccc solid;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
}
.global-mega-menu-fig {
  display: block;
  margin: 15px 0;
}
.global-mega-menu-fig img {
  width: auto;
  max-width: 100%;
}
.global-mega-menu__link-list-1 {
  font-size: 14px;
}
.global-mega-menu__link-list-1 li {
  margin-bottom: 4px;
}
.global-mega-menu__link-list-1 a {
  padding-left: 18px;
  font-size: 13px;
  color: #0066cc;
  background: url("../images/icon_arrow-link.svg") no-repeat 0 50%;
  background-size: 12px 10px;
}
.global-mega-menu__link-list-2 {
  font-size: 14px;
}
.global-mega-menu__link-list-2 li {
  margin-bottom: 4px;
}
.global-mega-menu__link-list-2 a {
  padding-left: 12px;
  font-size: 13px;
  color: #0066cc;
  background: url("../images/icon_arrow-blue-2.png") no-repeat 0 50%;
  background-size: 8px 8px;
}
.global-mega-menu__link-list-3 li {
  display: table;
  margin-bottom: 10px;
}
.global-mega-menu__link-list-3 .icon {
  display: table-cell;
  width: 38px;
  text-align: center;
  vertical-align: middle;
}
.global-mega-menu__link-list-3 .text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.global-mega-menu__title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.global-mega-menu__title a {
  padding-left: 28px;
  color: #0066cc;
  background: url("../images/icon_arrow-link.svg") no-repeat 0 45%;
  background-size: 18px 14px;
}
.global-mega-menu__lead {
  margin-bottom: 15px;
  font-size: 14px;
}
.global-mega-menu__head {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
}
.global-mega-menu__head a {
  padding-left: 18px;
  color: #000;
  background: url("../images/icon_arrow-link.svg") no-repeat 0 50%;
  background-size: 12px 10px;
}
.global-mega-menu__conversion {
  margin-top: 15px;
  font-size: 13px;
  text-align: right;
}
.global-mega-menu__conversion a {
  padding-left: 18px;
  font-weight: bold;
  color: #000;
  background: url("../images/icon_arrow-link.svg") no-repeat 0 50%;
  background-size: 12px 10px;
}

/* ==========================================================================
   購入検討エリア
   ========================================================================== */
.consultation {
  background: #f7f7f7;
  border: 1px solid #eee;
  margin: 20px 0 40px;
  font-size: 15px;
  padding:30px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.consultation--tel {
  width: 37.5%;
  display: table-cell;
  padding-right: 2.5%;
}
.consultation--tel_call {
  font-size: 12px;
  vertical-align: bottom;
}
.consultation--tel_call img {
  width: 200px;
  margin-right: 5px;
}

.consultation--tel p {
  font-size: 13px;
  margin: 1em 0 0 0;
}
.consultation--mail {
  width: 57.5%;
  padding-left: 2.5%;
  display: table-cell;
  border-left:1px dotted #ebebeb;
}
.consultation dt{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.consultation .btn-group {
  margin-bottom: 0;
  font-size: 14px;
}
.consultation .btn-single {
  clear: both;
  width: 100%;
  margin: 0l;
}

.user-category-1 .bordered-block {
  padding: 30px;
}
.user-category-1 .bordered-block ul {
  padding:0;
  margin-bottom: 20px;
  margin-left: 20px;
}
.user-category-1 .bordered-block li {
  margin-bottom: 10px;
  list-style: disc none outside;
}
.user-category-1 .consultation + section {
  border-bottom: 1px dotted #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.consultation .btn {
  height: 45px;
  font-size: 100%;
  border-spacing: 0;
}
.consultation .btn a{
  font-size: 100%;
  font-weight: normal;
}
.consultation .btn img{
  position: relative;
  margin-right: 5px;
}

/* ==========================================================================
   サイドナビ
   ========================================================================== */

.main {
  float: right;
  width: 100%;
  margin-left: -200px;
}
.main .main-content {
  margin-left: 200px;
}
.aside {
  width: 200px;
  float: right;
  position: relative;
}
.aside > nav {
  z-index:1;
}
.aside-content {
  max-width: 180px;
}
.contents-footer{
  clear:both;
  padding-top:40px;
}
.aside .side-nav{
  position: relative;
}
.aside .side-nav:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:#d01026;
}
.aside .side-nav dt {
  padding:18px 10px 15px 10px;
  font-weight: bold;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  line-height:1;
}
.aside .side-nav dd{
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}
.aside .side-nav li {
  border-bottom:1px solid #eee;
}
.aside .side-nav li:last-child {
  border-bottom:0 none;
}
.aside .side-nav li a{
  display:block;
  font-size:13px;
  font-weight:bold;
  color:#000;
  padding:10px 30px 10px 10px;
  position: relative;
  background:#fff;
}
.aside .side-nav .has-sub > a{
  padding-right:20px;
}
.aside .side-nav .has-sub > ul{
  position: relative;
  max-height:0;
  overflow:hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.aside .side-nav .has-sub.is-active > ul{
  -webkit-transition: none 0;
  transition: none 0;
}
.aside .side-nav .has-sub > ul:before{
  content:"";
  display:block;
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background:#eee;
}
.aside .side-nav .has-sub.is-open > ul{
  max-height:1000px;
}
.aside .side-nav li a:before,
.aside .side-nav li a:after{
  content:"";
  position:absolute;
  top:50%;
  right:10px;
  display: block;
  background-color:#888;
  width:8px;
  height:2px;
  margin-top:-4px;
  -webkit-transform : rotate(45deg) ;
  -ms-transform : rotate(45deg) ;
  transform : rotate(45deg) ;
}
.aside .side-nav li a:after{
  right:10px;
  margin-top:1px;
  -webkit-transform : rotate(-45deg) ;
  -ms-transform : rotate(-45deg) ;
  transform : rotate(-45deg) ;
}
.aside .side-nav .is-open > a:before{
  margin-top:0;
  right:15px;
}
.aside .side-nav .is-open > a:after{
  margin-top:0;
  right:10px;
}
.aside .side-nav .has-sub span{
  position:relative;
  display:block;
}
.aside .side-nav .has-sub span:after{
  content:"";
  display: block;
  position:absolute;
  top:50%;
  right:-10px;
  margin-top:-5.5px;
  line-height: 1;
  width:11px;
  height:11px;
  background:url(/common/images/icon-swicth-gray.png) no-repeat left top;
  background-size:auto 22px;
}
.aside .side-nav .has-sub.is-open span:after{
  background-position: left bottom;
}
.aside .side-nav .has-sub.is-active span:after,
.aside .side-nav .has-sub > a:before,
.aside .side-nav .has-sub > a:after{
  display: none;
}
.aside .side-nav .has-sub.is-active > a:before,
.aside .side-nav .has-sub.is-active > a:after{
  display: block;
}
.aside .side-nav .is-active > a{
  background-color:#f5f5f5;
}
.aside .side-nav .is-active .is-active a{
  color:#d01026;
  background-color:#fff;
}
.aside .side-nav .is-active .is-active a:before,
.aside .side-nav .is-active .is-active a:after{
  background-color:#d01026;
}
.aside .side-nav li li a{
  padding:10px 10px 10px 30px;
  font-size:12px;
  font-weight:normal;
}
.aside .side-nav li li a:before,
.aside .side-nav li li a:after{
  top:20px;
  left:20px;
  right:auto;
  width:6px;
  height:1px;
  margin-top:-3px;
}
.aside .side-nav li li a:after{
  margin-top:1px;
  left:20px;
}
.side-btn {
  margin-top:10px;
  max-width:180px;
}
.side-btn img{
  width: 100%;
}
@media only screen and (min-width: 920px) {
  .aside .side-nav li a:hover{
    color:#666;
  }
  .aside .side-nav .is-active > a:hover{
    color:#000;
  }
  .aside .side-nav .is-active .is-active a{
    color:#d01026;
  }
  .side-btn a{
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .side-btn a:hover{
    opacity:0.7;
  }
}

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
/** デスクトップ（狭い時） **/
@media only screen and (max-width: 920px) {

  /* グローバルナビ */
  .global-nav__item > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .global-nav__extra {
    font-size: 11px;
  }

  /*グローバルナビ メガメニュー*/
  .global-mega-menu {
    top: 48px;
    left: 2%;
    width: 96%;
  }
  .has-global-mega-menu > a:after {
    right: 6px;
  }
  .has-global-mega-menu:hover > a:before {
    display: none;
  }
  .has-global-mega-menu > a {
    padding-right: 25px;
  }
  .global-mega-menu__inner {
    padding: 15px 20px 20px 20px;
    font-size:13px;
  }
  .global-mega-menu-row__col {
    margin: 5px 0;
  }
  .global-mega-menu-row__col--s1,
  .global-mega-menu-row__col--s2,
  .global-mega-menu-row__col--s3,
  .global-mega-menu-row__col--s4,
  .global-mega-menu-row__col--s5,
  .global-mega-menu-row__col--s6 {
    width: calc(100% / 12 * 6);
  }
  .global-mega-menu-row__col--s7,
  .global-mega-menu-row__col--s8,
  .global-mega-menu-row__col--s9,
  .global-mega-menu-row__col--s10,
  .global-mega-menu-row__col--s11,
  .global-mega-menu-row__col--s12 {
    width: 100%;
  }
  .global-mega-menu__conversion {
    margin-top: 10px;
    text-align: left;
  }
}


/** タブレット **/
@media only screen and (max-width: 860px) {

  /** サイドメニュー **/
  .side-block {
    float: right;
    margin-left: -173px;
    width:173px;
  }
  .side-block .side-block-inner{
    width:173px;
  }
  .side-block .side-nav { width:  173px;}

  /** メイン部 **/
  .main-block { padding-right:  200px;}

  /* ヘッダーロゴ */
  .global-header__logo-kdc {
    width: 280px;
    top: 34px;
  }

  /* ユーティリティーナビ */
  .global-util-nav {
    font-size: 11px;
  }

  /* グローバルナビ */
  .global-nav-bar {
    height: 44px;
  }

  .global-nav-bar__inner {
    padding: 0;
    max-width: none;
    border-bottom: 1px #ebebeb solid;
  }

  .global-nav {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    padding: 0 30px;
    box-sizing: border-box;
    background: #f5f5f5;
  }

  .global-nav.is-opened {
    display: block;
  }

  .global-nav-folded {
    display: inline-block;
  }

  .global-nav__extra {
    top: 16px;
  }

  /*グローバルナビ メガメニュー*/
  .global-mega-menu {
    top: 48px;
    left: 2%;
    width: 96%;
  }
  .has-global-mega-menu:hover > a:before {
    display: none;
  }
  .global-mega-menu__inner {
    padding: 15px 20px 20px 20px;
    font-size:13px;
  }
}

/** スマートフォン **/
@media only screen and (max-width: 767px) {
  /* コンテンツ */
  .contents {
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
  }
  .main-block,
  .side-block {
    float: none;
    width: 100%;
  }

  .main-block {
    padding-right: 0;
  }

  .side-block {
    margin-left: 0;
  }
  .side-block.innertype {
    display:none;
  }
  /* ヘッダー */
  .global-header {
    border-bottom: none;
  }

  .global-header__inner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
  }

  /* ヘッダーロゴ */
  .global-header__logo-kdc {
    position: static;
    padding: 15px 12px 0;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
  }
  .global-header__logo-kdc img {
    width:240px;
  }
  .global-header__region {
    display: inline;
    position: static;
    font-size: 8px;
    margin-left: 1em;
  }

  /* ユーティリティーナビ */
  .global-util-group {
    position: relative;
    float: none;
    margin-top: 12px;
    padding-left: 0;
    text-align: left;

    padding-bottom: 5px;
}

  .global-util-group:after {
    content: none;
    position: static;
  }

  .global-util-nav {
    display: block;
    margin-right: 0;
    padding: 0 10px 5px;

}

  /* 検索ボックス */
  .global-search {
    display: none;
    padding: 12px;
    border-top: 1px #ebebeb solid;
    background: #fff;
  }

  .global-search.is-opened {
    display: block;
  }

  .global-search [name=query] {
    width: 100%;
    padding: 3px 6px;
    border: 1px #ccc solid;
    background-image: none;
  }

  .global-search [name=submit] {
    display: none;
  }

  /* グローバルナビ */
  .global-nav-folded {
    left: 12px;
  }

  .global-nav__extra {
    right: 12px;
    font-size: 10px;
  }

  .global-search-folded {
    display: block;
  }

  .global-search-folded:hover,
  .global-search-folded:active {
    opacity: 0.8;
  }

  .global-nav {
    display: none;
    padding: 0;
    background: none;
  }

  .global-nav.is-opened {
    display: block;
  }

  .global-nav__item {
    float: none;
    border-bottom: 1px #ebebeb solid;
    border-left: 1px #ebebeb solid;
    box-sizing: border-box;
  }

  .global-nav__item > a {
    padding: 10px 15px;
    font-size: 12px;
    border-bottom: none;
    border-left: 4px rgba(255,255,255,0) solid;
    background: #fff;
  }

  .global-nav__item.is-active > a {
    border-left-color: #d01026;
  }

  /*グローバルナビ メガメニュー*/
  .global-mega-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
  }
  .has-global-mega-menu:hover .global-mega-menu {
    display: block;
  }
  .global-mega-menu:before {
    display: none;
  }
  .global-mega-menu__inner {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 10px 20px 10px;
    font-size: 13px;
    background: #fbfbfb;
  }
  .global-mega-menu-row {
    display: block;
  }
  .global-mega-menu-row__col {
    display: block;
    width: 100%;
  }
  .global-mega-menu-row__col + .global-mega-menu-row__col {
    margin-top: 20px;
  }
  .global-mega-menu-row__col--s1,
  .global-mega-menu-row__col--s2,
  .global-mega-menu-row__col--s3,
  .global-mega-menu-row__col--s4,
  .global-mega-menu-row__col--s5,
  .global-mega-menu-row__col--s6 {
    width: 100%;
  }

  /* フッター */
  .global-footer__inner {
    padding: 20px 25px 18px;
  }

  .global-footer-nav__col {
    float: none;
    padding-right: 0;
    width: 100%;
  }

  .global-footer-nav__col .unit {
    margin-bottom: 0;
  }

  .global-footer-nav__col .item {
    display: none;
  }

  .global-footer-nav__col .item--head {
    display: block;
  }

  .global-footer__btn-top {
    right: 10px;
  }

  /* ボトム */
  .global-bottom__inner {
    padding: 12px 6px;
    max-width: none;
  }

  .global-bottom__nav {
    float: none;
    margin-bottom: 12px;
    text-align: center;
  }

  .global-bottom__nav .item {
    float: none;
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .global-bottom__nav .item:first-child {
    margin-left: 0.5em;
  }

  .global-bottom__copyright {
    float: none;
    font-size: 10px;
    text-align: center;
  }

  /* パンくず */
 .topic-path {
    margin-left:15px;
    margin-right:15px;
    margin-bottom:  25px;
  }

  /* サイドナビ */
  .main {
    float: none;
    margin-left: 0;
  }
  .main .main-content {
    margin-left: 0;
  }
  .aside {
    width: auto;
    float: none;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents-footer{
    padding-top: 0;
  }
  .aside nav{
    position: relative !important;
    margin-top: 0 !important;
    top: 0 !important;
  }
  .aside nav br{
    display: none;
  }
  .aside-content {
    max-width: 100%;
  }
  .side-btn {
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
  }


}
