@charset "UTF-8";

/**
 * Table of Contents
 *
 * リセット
 * 一般
 * コンテナー・コンテンツ
 * ヘッダー
 * フッター
 * ボトム
 * グローバルナビ
 * メガメニュー
 * ローカルナビ
 * パンくず
 * サイドナビ
 * レスポンシブ
 *
 */

/* ==========================================================================
   リセット
   ========================================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul li{ list-style-type:  none;}

/* ==========================================================================
   一般
   ========================================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1.4;
  background: #fff;
  word-wrap : break-word;
  overflow-wrap : break-word;
  overflow-x: hidden;
}

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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", 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%;
}

.contents {
  margin: 0 auto 30px;
  padding: 30px;
  max-width: 960px;
}
.contents--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
}

.contents.contents--wide{
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}


.contents:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

/* メインブロック */
.main-block {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-right: 255px;
}
/* サイドブロック */
.side-block {
  float: right;
  margin-left: -218px;
  width:218px;
}
.side-block .side-nav{
  width:218px;
}


/* ==========================================================================
   ヘッダー
   ========================================================================== */
.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-util-group {
  float: right;
  margin-top: 7px;
  padding-left: 346px;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

.global-util-group:after {
  content: url(/common/images/logo_new-value-frontier.png);
  position: absolute;
  right: 34px;
  top: 12px;
}

.global-util-nav {
  display: inline-block;
  margin-top: 8px;
  margin-right: 10px;
  font-size: 12px;
}

.global-util-nav__item {
  display: inline-block;
  margin-right: 4px;
  padding-right: 9px;
  border-right: 1px dotted #6b6b6b;
  list-style: none;
  line-height: 1.2;
}

.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"] {
  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;
  border-radius: 0;
  box-sizing: border-box;
}

.global-search [name=query]:focus {
  outline: none;
}

.global-search [name=submit] {
  overflow: hidden;
  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: -3px;
  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;
}


/* ==========================================================================
   フッター
   ========================================================================== */
.global-footer {
  width: 100%;
  background: #e7e7e7;
}

.global-footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 30px 30px 13px;
  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: 0.5em;
  box-sizing: border-box;
  width: 25%;
  font-size: 11px;
}

.global-footer-nav__col-head {
  margin-bottom: 0.7em;
  font-weight: bold;
  font-size: 13px;
}

.global-footer-nav__col .unit {
  margin-bottom: 17px;
}

.global-footer-nav__col .item {
  margin-left: 1.5em;
  line-height: 1.8;
  list-style-type: disc;
}

.global-footer-nav__col .item--head {
  margin-left: 0;
  list-style: none;
  font-weight: bold;
}

.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 {
  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: 510;
  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;
}

.is-opened .global-nav-folded {
  opacity: 0.5;
}

.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: transparent;
  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;
}

/* ==========================================================================
   グローバルメガメニュー
   ========================================================================== */
.has-global-mega-menu > a {
  position: relative;
  padding-right: 25px;
}
.has-global-mega-menu > a:after {
  content: "";
  width: 11px;
  height: 0;
  margin: -3px 0 0 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-fig__inner {
  display: block;
}
.global-mega-menu-fig__inner img {
  width: 100%;
}
.global-mega-menu-fig__title {
  display: block;
  margin: 10px 0 4px;
  font-size: 13px;
  font-weight: bold;
}
.global-mega-menu-fig__desc p {
  font-size: 12px;
  line-height: 1.5;
}
.global-mega-menu__text {
  margin: 5px 0;
  font-size: 12px;
}
.global-mega-menu__list {
  font-size: 11px;
}
.global-mega-menu__list li {
  margin-bottom: 3px;
  margin-left: 1.5em;
  list-style-type: disc;
}
.global-mega-menu__flex,
.global-mega-menu__flex--strong {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.global-mega-menu__flex--strong {
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f3f3f3;
}
.global-mega-menu__link-list li {
  margin-bottom: 8px;
}
.global-mega-menu-horizontal-list li {
  display: inline-block;
  margin-right: 1.5em;
  vertical-align: top;
}
.global-mega-menu__col--sep_5 .global-mega-menu__col {
  width: 18.75%;
}
.global-mega-menu__col--sep_5 .global-mega-menu__col.grow-2 {
  width: 37.5%;
}
.global-mega-menu__col--sep_4 .global-mega-menu__col {
  width: 23.5%;
}
.global-mega-menu__col--sep_4 .global-mega-menu__col.grow-2 {
  width: 47%;
}
.global-mega-menu__col--sep_3 .global-mega-menu__col {
  width: 31%;
}
.global-mega-menu__col--sep_2 .global-mega-menu__col {
  width: 48.5%;
}
.global-mega-menu__col--strong {
  border-radius: 5px;
  background: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
}
.global-mega-menu__inner .link {
  padding-left: 18px;
  font-size: 100%;
  background-position: 0 4px;
}
.global-mega-menu__inner li .link {
  font-weight: normal;
  background: url("../images/icon_arrow-link.svg") no-repeat 0 45%;
  background-size: 12px 10px;
}
.global-mega-menu__title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.global-mega-menu__title .link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  background: url("../images/icon_arrow-link.svg") no-repeat 0 45%;
  background-size: 12px 10px;
}
.global-mega-menu__col .head {
  border-bottom: 1px dotted #7f7f7f;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.global-mega-menu__col .head span {
  font-size: 11px;
}
.global-mega-menu__col ul + .head {
  margin-top: 15px;
}
.global-mega-menu__col .head-2 {
  margin-bottom: 8px;
  font-weight: bold;
}
.global-mega-menu__col ul + .head-2 {
  margin-top: 16px;
}
.global-mega-menu__col .col {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.global-mega-menu__inner .col__img {
  width: 55px;
  display: table-cell;
  margin-bottom: 0;
}
.global-mega-menu__inner .col__txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  padding-left: 10px;
}
.global-mega-menu__inner .col__img img {
  border: 1px solid #ebebeb;
  width: 100%;
}
.global-mega-menu__inner .col--large .col__img {
  width: 78px;
}
.global-mega-menu__inner .col--large .col__txt {
  vertical-align: top;
}
.global-mega-menu__inner .col--large .col__txt .name {
  margin-bottom: 3px;
  font-weight: bold;
}
.global-mega-menu__inner .col--large .col__txt .desc {
  margin-bottom: 2px;
}
.global-mega-menu__inner .col--large .col__txt .tags li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 3px;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background-color: #00abd7;
}
.global-mega-menu__inner .col--large .col__txt .tags li.paper {
  background-color: #999;
}
.global-mega-menu__inner .btn {
  height: 35px;
  font-size: 100%;
  border-spacing: 0;
}
.global-mega-menu__inner .btn a {
  font-size: 100%;
  font-weight: normal;
}

.global-mega-menu__inner .btn img {
  position: relative;
  margin-right: 5px;
}

/* ==========================================================================
   購入検討エリア
   ========================================================================== */
.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;
}


/* ==========================================================================
   ローカルナビ
   ========================================================================== */
#fixedNav {
  position: relative;
  z-index: 500;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.is-fixed #fixedNav {
  position: fixed;
  top: 0;
  left: 0;
}
.is-fixed .topic-path-block {
  padding-top: 96px;
}
.is-fixed.has-local-nav .topic-path-block {
  padding-top: 63px;
}
#localNavButton {
  display: none;
}
.local-nav {
  border-bottom: 1px solid #e5e5e5;
  font-size:13px;
}
.local-nav + .fixed-nav-consultation {
  border-top: 1px solid #dbdada;
  display: none;
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
#fixedNav.is-opened .fixed-nav-consultation {
  display: block;
}

.fixed-nav-consultation {
  background:#eaeaea;
  border-bottom: 1px solid #e7e7e7;
}
.fixed-nav-consultation .consultation {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0 none;
}
.fixed-nav-consultation .consultation dt {
  font-size: 100%;
  margin-bottom: 10px;
}
.fixed-nav-consultation .consultation--tel_call {
  display: inline-block;
}
.fixed-nav-consultation .consultation--tel_call img {
  width: 165px;
}
.fixed-nav-consultation .consultation--tel {
  width: 240px;
  padding: 0;
  border: 0 none;
  vertical-align: top;
  text-align:left;
}
.fixed-nav-consultation .consultation--tel p {
  font-size: 11px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  color: #777;
}
.fixed-nav-consultation .consultation--tel_call img {
  margin: 0;
}
.fixed-nav-consultation .consultation--mail {
  width: auto;
  padding-left: 0;
  border: 0 none;
  vertical-align: top;
}
.fixed-nav-consultation .consultation--mail .additional-link {
  margin-top: 10px;
}
.fixed-nav-consultation .consultation--mail dt {
  display: none;
}
.fixed-nav-consultation .consultation .btn {
  height: 30px;
}

.fixed-nav-consultation .col5 .col__box {
  width: 15%;
}
.fixed-nav-consultation .col5 .col__box--wide {
  width: 20%;
}
.fixed-nav-consultation .col5 .col__box--wide2 {
  width: 27.5%;
}

.local-nav > ul,
.fixed-nav-consultation .consultation{
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1020px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.local-nav ul:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}
.local-nav > ul > li {
  float: left;
  position: relative;
}
#fixedNavConsultationFoldedButton {
  float: right;
}
#fixedNav > #fixedNavConsultationFoldedButton {
  display: none;
}

.local-nav__item > a {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  padding:22px 40px;
}
.local-nav__item > a:before {
  content: "";
  height: 30px;
  position: absolute;
  top: 15px;
  left: 0;
  border-left: 1px solid #ebebeb;
}
.has-sub-menu .local-sub-menu {
  display: none;
  z-index: 600;
  position: absolute;
  top: 60px;
  left: 0;
  padding-top: 10px;
}
.touch .has-sub-menu:hover > a + .local-sub-menu {
  display: none;
}
.touch .has-sub-menu.is-opened > a + .local-sub-menu,
.has-sub-menu:hover .local-sub-menu {
  display: block;
}
.local-sub-menu:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin:0 0 0 -15px;
  width: 30px;
  height: 20px;
  background: url(/common/images/global-mega-menu-arrow_ie8.png) no-repeat 0 0;
  background-size: 100% auto;
}
:root .local-sub-menu:before {
  background-image: url(/common/images/global-mega-menu-arrow.png);
}
.local-sub-menu__inner {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  padding: 15px 20px 15px 20px;
  font-size: 12px;
  width: 120%;
  margin-left: -20%;
}
.local-sub-menu__inner a {
  display: block;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  background-position: 10px 50%;
  font-weight: normal;
}
.local-sub-menu__title a{
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
}
.local-sub-menu__title {
  border-bottom: 1px solid #c8ddf0;
  margin-bottom: 10px;
}
.fixed-nav-consultation-folded .btn {
  height: 35px;
  line-height: 35px;
  margin:13px 0 12px;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
  border-spacing: 0;
  cursor: pointer;
}
.touch .fixed-nav-consultation-folded .btn:hover {
  opacity: 1;
}
#fixedNav.is-opened .fixed-nav-consultation-folded .btn {
  opacity: 0.5;
}
.fixed-nav-consultation-folded .btn-1 span{
  padding-right: 14px;
  background-image: url(/common/images/icon_arrow-down-1_ie8.png);
  background-size:10px 6px;
}
:root .fixed-nav-consultation-folded .btn-1 span{
  background-image: url(/common/images/icon_arrow-down-1.png);
}

.fixed-nav-consultation-folded__inner {
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 100%;
  min-width: 12.5em;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fixed-nav-consultation-folded .btn img{
  position: relative;
  margin-right: 5px;
}
.has-sub-menu > a {
  position: relative;
  padding-right: 55px;
}
.has-sub-menu > a:after{
  content: "";
  width: 11px;
  height: 0;
  margin: -3px 0 0 0;
  padding: 7px 0 0 0;
  overflow: hidden;
  line-height: 7px;
  background: url(/common/images/global-mega-menu-switch-icon_ie8.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 40px;
}
:root .has-sub-menu > a:after {
  background-image: url(/common/images/global-mega-menu-switch-icon.png);
}

/*footer local nav*/
.footer-local-nav {
  overflow: hidden;
  margin:60px 0;
}
.footer-local-nav ul{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-local-nav--auto ul{
  table-layout: auto;
  font-size: 11px;
}
.footer-local-nav li {
  display: table-cell;
  min-width:20%;
  height: 100%;
  border:1px solid #ddd;
  vertical-align: middle;
}
.footer-local-nav--auto li {
  min-width: auto;
}
.footer-local-nav li a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: left;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-local-nav li a span {
  vertical-align: middle;
  display: table-cell;
  padding: 20px 10px 20px 22px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size:6px 10px;
  background-image: url(/common/images/icon_arrow-blue-next-1_ie8.png);
}
:root .footer-local-nav li a span {
  background-image: url(/common/images/icon_arrow-blue-next-1.png);
}
/*カレント設定*/
.footer-local-nav .is-active,
.footer-local-nav li:hover,
.local-nav__item.is-active > a,
.local-nav__item:hover > a {
  cursor: pointer;
  background-color: #eee;
}
.local-sub-menu__inner .is-active a,
.local-sub-menu__inner a:hover {
  background-color: #eaf3fc;
}
.touch .has-sub-menu:hover > a {
  background-color: #fff;
}
.touch .has-sub-menu.is-active > a,
.touch .has-sub-menu.is-opened > a {
  background-color: #eee;
}
/* ==========================================================================
   パンくず
   ========================================================================== */
.topic-path-block {
  margin-bottom: 10px;
}
.topic-path {
  margin: 15px auto 0;
  max-width: 960px;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
}
.topic-path:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.topic-path li {
  display: inline;
  padding-right: 5px;
  line-height: 1.8;
}
.topic-path li:last-child {
  padding-right: 0px;
}
.topic-path li a {
  padding-right: 10px;
}

/* ==========================================================================
   サイドナビ
   ========================================================================== */

.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:18px;
  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__inner{
    font-size: 11px;
  }
  .global-mega-menu__title .link {
    font-size: 13px;
  }
  .has-global-mega-menu > a {
    padding-right: 25px;
  }
  .has-global-mega-menu > a:before {
    bottom: -17px;
  }

  /*ローカルナビ*/
  .local-nav__item > a {
    padding-left: 35px;
    padding-right: 35px;
  }
  .has-sub-menu > a {
    padding-right: 50px;
  }
  .has-sub-menu > a:after{
    right: 35px;
  }
  .fixed-nav-consultation .consultation {
    font-size: 11px;
  }
  /*購入検討エリア*/
  .consultation--tel_call {
    text-align: center;
    display: block;
  }
  .consultation--tel_call img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    display: block;
  }
}


/** タブレット **/
@media only screen and (max-width: 860px) {

  /** メインブロック **/
  .main-block {
    padding-right:  200px;
  }
  /** サイドブロック **/
  .side-block {
    margin-left: -173px;
    width: 173px;
  }
  .side-block .side-nav {
    width: 173px;
  }

  /* ヘッダーロゴ */
  .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;
  }

  .is-opened .global-nav {
    display: block;
  }

  .global-nav-folded {
    display: inline-block;
  }

  .global-nav__item > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .global-nav__extra {
    top: 16px;
  }
  /*グローバルナビ メガメニュー*/
  .global-mega-menu {
    top: 48px;
    left: 2%;
    width: 96%;
  }
  .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__flex,
  .global-mega-menu__flex--strong {
    display: block;
  }
  .global-mega-menu__col--sep_5 .global-mega-menu__col,
  .global-mega-menu__col--sep_5 .global-mega-menu__col.grow-2,
  .global-mega-menu__col--sep_4 .global-mega-menu__col,
  .global-mega-menu__col--sep_4 .global-mega-menu__col.grow-2,
  .global-mega-menu__col--sep_3 .global-mega-menu__col,
  .global-mega-menu__col--sep_2 .global-mega-menu__col,
  .global-mega-menu__col {
    display: block;
    width: 100%;
  }

  .global-mega-menu__col +   .global-mega-menu__col {
    margin-top: 20px;
  }

  .global-mega-menu__col ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .global-mega-menu__col li {
    float: left;
    width:31%;
    margin-right:3.5%;
  }
  .global-mega-menu__col li.col__large {
    float: left;
    width:31%;
    margin-right:3.5%;
  }
  .global-mega-menu__inner li + li {
    margin-top: 0;
  }
  .global-mega-menu__col li:nth-child(3n) {
    margin-right: 0;
  }
  .global-mega-menu__col li:nth-child(3n+1) {
    clear: left;
  }
  .global-mega-menu__col li:nth-child(n+4) {
    margin-top: 10px;
  }
  .global-mega-menu__inner .col--large .col__txt {
    margin-bottom: 4px;
  }
  .global-mega-menu__inner .col--large .col__txt .desc {
    margin-bottom: 4px;
  }
  .global-mega-menu__inner .col--large {
    margin-bottom: 20px;
  }
  .global-mega-menu__inner .col--large .col__txt .tags li {
    width: auto;
  }

  /*ローカルナビ*/
  .is-fixed #fixedNav {
    position: relative;
  }
  .is-opened + #fixedNav,
  .is-fixed .is-opened + #fixedNav {
    position: absolute;
    top: 185px;
  }
  .is-fixed .topic-path-block,
  .is-fixed.has-local-nav .topic-path-block {
    padding-top: 0 !important;
  }
  .has-fixed-nav .global-nav-bar.is-opened {
    margin-bottom: 186px;
  }
  .has-fixed-nav.has-local-nav .global-nav-bar.is-opened {
    margin-bottom: 126px;
  }
  .local-nav__item > a {
    padding-left: 27px;
    padding-right: 27px;
  }
  .has-sub-menu > a {
    padding-right: 42px;
  }
  .has-sub-menu > a:after{
    right: 27px;
  }
  .fixed-nav-consultation .col5 .col__box {
    width:31%;
    margin-right:3.5%;
  }
  .fixed-nav-consultation .col5 .col__box:nth-child(3n){
    margin-right: 0;
  }
  .fixed-nav-consultation .col5 .col__box--wide,
  .fixed-nav-consultation .col5 .col__box--wide2 {
    width:48%;
    margin-right:4%;
    margin-top: 5px;
  }
  .fixed-nav-consultation .col5 .col__box--wide2 {
    margin-right:0;
  }
  .fixed-nav-consultation .consultation--tel {
    width: 220px;
  }
  .fixed-nav-consultation .consultation--tel p {
    font-size: 10px;
  }

  /*購入検討エリア*/
  .consultation {
    padding: 20px;
  }
  .consultation--tel_call {
    text-align: center;
    display: block;
    position: relative;
  }
  .consultation--tel_call:before {
    content: "\30BF\30C3\30D7\3057\3066\96FB\8A71\3092\639B\3051\308B";
    display: inline-block;
    color: #777;
    font-size: 11px;
    margin-bottom: 5px;
  }
  .consultation--tel_call img {
    width: 80%;
  }
  .consultation .btn-group li {
    width: 100%;
    margin-right: 0;
  }
  .consultation .btn-group li + li{
    margin-top: 10px;
  }
  .user-category-1 .bordered-block {
    padding: 20px;
  }
}

/** スマートフォン **/
@media only screen and (max-width: 767px) {

  /* コンテンツ */
  .contents,
  .contents--narrow {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
  /* メインブロック */
  .main-block {
    float: none;
    padding-right:  0;
  }
  /* サイドブロック */
  .side-block {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .side-block .side-nav {
    width: 100%;
  }

  /* ヘッダー */
  .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: 22px 12px 0;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
  }

  /* ユーティリティーナビ */
  .global-util-group {
    position: relative;
    float: none;
    margin-top: 16px;
    padding-left: 0;
    text-align: left;
  }

  .global-util-group:after {
    content: none;
    position: static;
  }

  .global-util-nav {
    display: block;
    margin-right: 0;
    padding: 0 12px 3px;
  }

  /* 検索ボックス */
  .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: #fff;
  }

  .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;
  }
  .touch .has-global-mega-menu:hover > a{
    border-left-color: rgba(255,255,255,0);
  }
  .touch .has-global-mega-menu.is-opened > a,
  .has-global-mega-menu.is-opened > a,
  .has-global-mega-menu:hover > a,
  .global-nav__item > a:hover,
  .global-nav__item > a:active {
    border-left-color: #d01026;
  }
  .global-nav .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 .col--large {
    table-layout: fixed;
  }
  .global-mega-menu__inner {
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 20px 10px;
    font-size: 13px;
    background: #fbfbfb;
  }
  .global-mega-menu__col li {
    float: none;
    width:100%;
    margin-right:0;
  }
  .global-mega-menu__col li + li {
    margin-top: 10px;
  }


  /* フッター */
  .global-footer__inner {
    padding: 20px 25px 18px;
  }

  .global-footer-nav__col {
    float: none;
    padding-right: 0;
    width: 100%;
  }

  .global-footer-nav__col-head {
    margin-bottom: 0;
  }

  .global-footer-nav__col .unit {
    margin-bottom: 0;
  }

  .global-footer-nav__col .item {
    display: none;
  }

  .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;
  }
  /* ローカルナビ */
  .has-fixed-nav .global-nav-bar.is-opened,
  .has-fixed-nav.has-local-nav .global-nav-bar.is-opened {
    margin-bottom: 60px;
  }
  #fixedNav {
  -webkit-box-shadow: none;
  box-shadow: none;
  }
  #fixedNav.is-opened {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  }
  #fixedNav.is-opened,
  .is-fixed #fixedNav {
    position: relative;
    top: 0;
  }
  #localNavButton {
    display: block;
    background: #00abd7;
    border-radius: 5px;
    position: relative;
    height: 35px;
    line-height: 35px;
    margin: 10px;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    color: #fff;
  }
  #localNavButton:after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 3.5em;
    background-image: url(/common/images/icon_arrow-down-1.png);
    background-size:10px 6px;
  }
  .touch #localNavButton:hover {
    opacity: 1;
  }
  #localNavButton:hover,
  #fixedNav.is-opened #localNavButton {
    opacity: 0.5;
  }
  #localNavButton + .local-nav,
  #fixedNav.is-opened #localNavButton + .local-nav .fixed-nav-consultation-folded,
  #localNavButton + .local-nav .fixed-nav-consultation-folded {
    display: none;
  }
  #fixedNav.is-opened #localNavButton + .local-nav,
  #fixedNav.is-opened #localNavButton + .local-nav + .fixed-nav-consultation {
    display: block;
  }
  .is-opened + .topic-path-block,
  .is-fixed .is-opened + .topic-path-block {
    padding-top: 0;
  }
  .local-nav > ul,
  .fixed-nav-consultation .consultation{
    padding: 0;
  }
  .has-sub-menu .local-sub-menu {
    padding-top: 0;
  }
  .touch .has-sub-menu.is-active > a + .local-sub-menu,
  .is-active > .local-sub-menu {
    display: block;
  }
  .local-sub-menu__inner {
    width: auto;
    margin-left: 0;
    border: 0 none;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .local-nav > ul {
    display: block;
  }
  .local-nav > ul > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
  #localNavButton + .local-nav > ul > li:first-child {
    border-top: 1px solid #ebebeb;
  }
  #fixedNavConsultationFoldedButton {
    margin: 0;
    padding: 0 10px;
    border-bottom: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #fixedNav #fixedNavConsultationFoldedButton {
    display: block;
  }
  #fixedNavConsultationFoldedButton {
    float: none;
    padding: 0 10px;
  }
  .fixed-nav-consultation-folded + .fixed-nav-consultation {
    display: none;
  }
  .fixed-nav-consultation.is-opened {
    display: block;
  }
  .local-sub-menu__title a {
    font-size: 12px;
  }
  .local-sub-menu__list a {
    font-size: 11px;
  }
  .local-sub-menu:before,
  .local-nav__item > a:before {
    display: none;
  }
  .local-nav__item > a {
    padding: 0 10px;
    line-height: 40px;
    text-align: left;
    font-size: 12px;
  }
  .has-sub-menu > a:after {
    right: 10px;
  }
  .has-sub-menu .local-sub-menu,
  .local-nav + .fixed-nav-consultation {
    position: relative;
    top: 0;
  }
  .fixed-nav-consultation-folded .btn {
    margin: 10px 0;
  }
  .fixed-nav-consultation .consultation {
    padding: 20px;
    font-size: 13px;
  }
  .fixed-nav-consultation .consultation--tel {
    width: 100%;
    text-align: center;
  }
  .fixed-nav-consultation .consultation--tel p {
    text-align: center;
  }
  .fixed-nav-consultation .consultation--mail {
    width: 100%;
  }
  .fixed-nav-consultation .col5 .col__box {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .footer-local-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-local-nav ul{
    display: block;
  }
  .footer-local-nav li {
    display: block;
    border:1px solid #ddd;
  }
  .footer-local-nav li + li{
    border-top:0 none;
  }
  .footer-local-nav li a{
    text-align: left;
    padding: 10px;
    display: block;
  }
  .footer-local-nav li a span{
    display: inline;
    padding: 0 0 0 10px;
    background-position:0 50%;
  }

  /* パンくず */
  .topic-path{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
  }
  .topic-path-block {
    margin-bottom:  20px;
  }

  /* サイドナビ */
  .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;
  }

  /*購入検討エリア*/
  .user-category-1 p{
    font-size: 13px;
  }
  .consultation{
    display: block;
  }
  .consultation--tel {
    width: 100%;
    display: block;
    padding: 0 0 20px 0;
    text-align: center;
  }
  .consultation--tel img {
    width: 200px;
  }
  .consultation--tel_call {
    display: inline-block;
  }
  .consultation--tel dt,
  .consultation--tel p {
    text-align: left;
  }
  .consultation--mail {
    width: 100%;
    display: block;
    border-left: 0 none;
    border-top: 1px dotted #ebebeb;
    padding: 8px 0 0 0;
  }
}
