/* ***************************************** */
/* --- リセット --- */
/* ※ブラウザのデフォルトCSSをリセット */
/* ***************************************** */
/* webフォント ----------------------------- */
@font-face {
  font-family: "genshin-m";
  src: url("../font/GenShinGothic-P-Medium.eot");
  src: url("../font/GenShinGothic-P-Medium.eot?#iefix") format("embedded-opentype"), url("../font/GenShinGothic-P-Medium.woff") format("woff"), url("../font/GenShinGothic-P-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "genshin-b";
  src: url("../font/GenShinGothic-P-Bold.eot");
  src: url("../font/GenShinGothic-P-Bold.eot?#iefix") format("embedded-opentype"), url("../font/GenShinGothic-P-Bold.woff") format("woff"), url("../font/GenShinGothic-P-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "genshin-h";
  src: url("../font/GenShinGothic-P-Heavy.eot");
  src: url("../font/GenShinGothic-P-Heavy.eot?#iefix") format("embedded-opentype"), url("../font/GenShinGothic-P-Heavy.woff") format("woff"), url("../font/GenShinGothic-P-Heavy.ttf") format("truetype");
}

* { box-sizing: border-box; }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, form, input, textarea, fieldset, pre, blockquote{
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, strong, em, address, blockquote{
  line-height: 1;
}
body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
header, footer, nav, menu, article, aside, section, details, figcaption, figure{
  display: block;
}
ul, ol { list-style: none; }
p{ line-height: 1.5; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th { text-align: left; }
hr{
  display: block;
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
img { vertical-align: bottom; }
a img { border: none; }
h1, h2, h3, h4, h5, h6, th { font-weight: normal; }
strong { font-weight: normal; }
i{ font-style: normal; }
fieldset{
  border: none;
  display: inline;
}

/* ベース設定 ------------------------------ */
a {
  text-decoration: none;
	&:hover{ text-decoration: none; }
}
a:hover img{ text-decoration: none; }
img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px), print {
  body{ min-width: 1100px; }
  img{
    display: inline-block;
    width: inherit;
    height: inherit;
  }
  a[href^="tel"]{ cursor: default; }
  a[href^="tel"]:hover{ text-decoration: none; }
}

/* ベーステキスト設定 ---------------------- */
html { font-size: 16px; }

/* カラー変数 ------------------------------ */
:root{
  --c_gray01: #eaeaea; /* header-bg */
  --c_gray02: #f4f4f4; /* contents-bg, pankuzu-bg */
  --c_gray03: #1b1b1b; /* copyright-bg */
  --c_gray04: #cdcdcd; /* gnavi-hover */
  --c_gray05: #e0e0e0; /* gnavi-current, top-sec01 */
  --c_gray06: #f1f1f1; /* top-sec01 */
  --c_gray07: #222222; /* border-dotted, sitemap-text */
  --c_gray08: #444444; /* pankuzu-text */
  --c_gray09: #eeeeee; /* paging-bg */

  --c_blue01: #004376; /* icon-color */
  --c_blue02: #111a35; /* top-return-bt */
  --c_blue03: #09163e; /* sp-navi-bg */
  --c_blue04: #051c63; /* top-qa-icon */
  --c_blue05: #044e87; /* top-qa-icon, paging-text */
  --c_blue06: #09469a; /* sp-gnavi */
}

/* 背景色 ---------------------------------- */
.m-bg01 { background-color: var(--c_gray01); }
.m-bg02 { background-color: var(--c_gray06); }
.m-bg03 { background-color: var(--c_blue02); }
.m-bg04 { background-color: var(--c_gray02); }
.m-bg-white { background-color: #fff; }

/* 余白 ------------------------------------ */
/* ※margin(padding) */
/* m-mb [spサイズ] - [pcサイズ] */
.m-mt10-20{ margin-top: 10px;	}
.m-mt20-40{ margin-top: 20px; }
.m-mt30-50{ margin-top: 30px; }

.m-mb20-40{ margin-bottom: 20px; }
.m-mb25-35{ margin-bottom: 25px; }
.m-mb40-80{ margin-bottom: 40px; }

.m-p15-30{ padding: 15px; }
.m-p20-30{ padding: 20px; }
.m-p20_15-40_30{ padding: 20px 15px; }
.m-p20-40{ padding: 20px 0; }
@media only screen and (min-width: 768px), print {
	.m-mt10-20{ margin-top: 20px; }
	.m-mt20-40{ margin-top: 40px; }
	.m-mt30-50{ margin-top: 50px; }

	.m-mb20-40{ margin-bottom: 40px; }
	.m-mb25-35{ margin-bottom: 35px; }
	.m-mb40-80{ margin-bottom: 80px; }

	.m-p15-30{ padding: 30px; }
	.m-p20-30{ padding: 30px; }
	.m-p20_15-40_30{ padding: 40px 30px; }
	.m-p20-40{ padding: 40px 0; }
}

/* float ----------------------------------- */
.m-ofh { overflow: hidden; }
.m-cb { clear: both; }
@media only screen and (min-width: 768px), print {
  .m-fl { float: left; }
  .m-fr { float: right; }
}

@media only screen and (max-width: 767px) {
  .m-hidden-sp { display: none !important; }
}
@media only screen and (min-width: 768px), print {
  .m-hidden-pc { display: none !important; }
}

/* ***************************************** */
/* --- レイアウト --- */
/* ※大枠のみ */
/* ***************************************** */
.l-layout {
  overflow: hidden;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.l-main { margin-bottom: 40px; }
@media only screen and (min-width: 768px), print {
  .l-layout {
    position: relative;
    width: 1000px;
  }
  .l-layout490 { width: 490px; }
  .l-main {
    float: left;
    width: 680px;
    margin-bottom: 0;
  }
}


/* ***************************************** */
/* --- サイドバー --- */
/* ***************************************** */
.l-sidebar .sidebar-navi {
  margin-bottom: 40px;
  padding: 20px 0 5px;
  background-color: var(--c_gray02);
}
.l-sidebar .sidebar-navi ul {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.l-sidebar .sidebar-navi li { margin-bottom: 15px; }
.l-sidebar .sidebar-navi a {
  display: block;
  padding-left: 44px;
  border-radius: 5px;
  border: solid 1px #595959;
  background-image:
    url(../images/icon-arrow-right01.png),
    linear-gradient(#393939, #141414);
  background-position: 15px center, left top;
  background-size: 16px 16px, auto;
  background-repeat: no-repeat;
  line-height: 44px;
  color: #fff;
}
.l-sidebar .sidebar-navi a.current {
  border: solid 1px var(--c_blue03);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.08);
  background-image:
    url(../images/icon-arrow-right01.png),
    linear-gradient(#16285e, var(--c_blue03));
}
@media only screen and (min-width: 768px), print {
  .l-sidebar {
    float: right;
    width: 290px;
  }
  .l-sidebar .sidebar-navi {
    margin-bottom: 50px;
    padding: 0;
    background-color: transparent;
  }
  .l-sidebar .sidebar-navi ul { width: 100%; }
  .l-sidebar .sidebar-navi li { margin-bottom: 0; }
  .l-sidebar .sidebar-navi a {
    padding-left: 20px;
    border-radius: 0;
    background-color: #000;
    background-image: none;
    border-top: 1px dotted #fff;
    line-height: 50px;
  }
  .l-sidebar .sidebar-navi a:before {
    margin-right: 6px;
    font-family: FontAwesome;
    content: "\f054";
  }
  .l-sidebar .sidebar-navi a:hover { background-color: #06538d; }
  /* ホイール修理 */
  .category-alumite .l-sidebar .sidebar-navi li:nth-child(1) a,
  .alumite .l-sidebar .sidebar-navi li:nth-child(1) a,
  .category-polish .l-sidebar .sidebar-navi li:nth-child(2) a,
  .polish .l-sidebar .sidebar-navi li:nth-child(2) a,
  .category-silver .l-sidebar .sidebar-navi li:nth-child(3) a,
  .silver .l-sidebar .sidebar-navi li:nth-child(3) a,
  .category-hyper .l-sidebar .sidebar-navi li:nth-child(4) a,
  .hyper .l-sidebar .sidebar-navi li:nth-child(4) a,
  /* ホイール塗装 */
  .category-silver_paint .l-sidebar .sidebar-navi li:nth-child(1) a,
  .silver_paint .l-sidebar .sidebar-navi li:nth-child(1) a,
  .category-hyper_paint .l-sidebar .sidebar-navi li:nth-child(2) a,
  .hyper_paint .l-sidebar .sidebar-navi li:nth-child(2) a,
  .category-color_change .l-sidebar .sidebar-navi li:nth-child(3) a,
  .color_change .l-sidebar .sidebar-navi li:nth-child(3) a,
  /* 価格 */
  .wheel_repair .l-sidebar .sidebar-navi li:nth-child(1) a,
  .wheel_paint .l-sidebar .sidebar-navi li:nth-child(2) a {
    border-top: 1px dotted #fff;
    box-shadow: none;
    background-image: none;
    background-color: var(--c_blue01);
  }
  .l-sidebar .sidebar-navi li:first-child a { border-top: none !important; }
  .l-sidebar .sidebar-banner a:hover { opacity: 0.8; }
}


/* ***************************************** */
/* --- モジュール --- */
/* ***************************************** */
/* pc,SPの表示切替 ------------------------- */
.m-sp-hide { display: none; }
.m-pc-hide { display: inline; }
@media screen and (min-width: 768px) {
  .m-sp-hide { display: block; }
  .m-pc-hide { display: none; }
}

/* 見出し ---------------------------------- */
.m-heading01,
.m-heading01-white {
  position: relative;
  padding-left: 26px;
  background-image: url(../images/icon-wheel.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  font-family: "genshin-h";
  line-height: 22px;
  font-size: 18px;
}
.m-heading01-white {
  background-image: url(../images/icon-wheel-white.png);
  color: #fff;
}
.m-heading02 {
  font-family: "genshin-b";
  line-height: 1.5;
}
@media only screen and (min-width: 768px), print {
  .jQueryBt { padding-right: 26px; }
  .jQueryBt:after {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 22px;
    margin-top: -11px;
    content: "　";
    background-image: url(../images/icon-down.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    line-height: 22px;
  }
  .jQueryBt.down:after { background-image: url(../images/icon-up.png); }
  .m-heading01,
  .m-heading01-white {
    padding-left: 74px;
    background-size: 60px 60px;
    line-height: 60px;
    font-size: 29px;
  }
  .m-heading02 { font-size: 18px; }
}

/* ボタン ---------------------------------- */
.m-bt01 { width: 100%; }
.m-bt01 a {
  display: block;
  padding: 10px 0;
  border-radius: 5px;
  border: solid 1px var(--c_blue03);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(#16285e, var(--c_blue03));
  font-family: "genshin-b";
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.m-bt01 a:before {
  display: inline-block;
  content: "　";
  width: 18px;
  height: 18px;
  margin-top: -3px;
  margin-right: 5px;
  background-image: url(../images/icon-arrow-right01.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  vertical-align: middle;
}
.m-bt01 a:hover {
  border: solid 1px #090909;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(#262626, #151515);
}
@media only screen and (min-width: 768px), print {
  .m-bt01 a {
    padding: 0;
    line-height: 50px;
    font-size: 20px;
  }
  .m-bt01 a:before {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
    background-size: 20px 20px;
  }
}

/* 段落・リスト ---------------------------- */
.m-annotation-list li {
  margin-top: 6px;
  padding-left: 16px;
  text-indent: -16px;
  line-height: 1.5;
}
.m-annotation-list li:first-child { margin-top: 0; }

/* list pasing ----------------------------- */
.m-list-paging {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  background-color: var(--c_gray09);
  text-align: center;
}
.m-list-paging li {
  display: inline;
  margin-left: 30px;
  line-height: 1.5;
  font-family: "Anton", sans-serif;
  color: var(--c_blue05);
}
.m-list-paging li a { color: #000; }
.m-list-paging li a:hover { color: var(--c_blue05); }
@media only screen and (min-width: 768px), print {
  .m-list-paging {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
  }
  .m-list-paging li { margin-left: 20px; }
}

/* single pasing --------------------------- */
.m-single-pasing {
  position: relative;
  text-align: center;
}
.m-single-pasing a { color: #000; }
.m-single-pasing a:hover {
  color: var(--c_blue05);
  text-decoration: underline;
}
.m-single-pasing li.m-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.m-single-pasing li.m-prev:before {
  margin-right: 10px;
  font-family: FontAwesome;
  content: "\f053";
}
.m-single-pasing li.m-next {
  position: absolute;
  top: 0;
  right: 0;
}
.m-single-pasing li.m-next:after {
  margin-left: 10px;
  font-family: FontAwesome;
  content: "\f054";
}
@media only screen and (min-width: 768px), print {
  .m-single-pasing {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ***************************************** */
/* --- jQuery --- */
/* ***************************************** */
/* 続きを読む (sp only) -------------------- */
@media only screen and (max-width: 767px) {
  .slidePara {
    display: block;
    overflow: hidden;
  }
  .slideParaBt {
    margin-top: 14px;
    border-radius: 5px;
    border: solid 1px var(--c_blue03);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.08);
    background-image: linear-gradient(#16285e, var(--c_blue03));
    font-family: "genshin-m";
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
  }
  .slideParaBt:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: " ";
    margin-right: 5px;
    margin-top: -3px;
    background: url(../images/icon-arrow-bottom.png) no-repeat;
    background-size: 18px 18px;
    vertical-align: middle;
  }
  .slideParaBt.cl:before {
    background: url(../images/icon-arrow-top.png) no-repeat;
    background-size: 18px 18px;
  }
  .slideParaBt:after { content: "もっと読む"; }
  .slideParaBt.cl:after { content: "閉じる"; }
}
@media only screen and (min-width: 768px), print {
  .slideParaBt { display: none; }
}

/* ***************************************** */
/* --- header --- */
/* ***************************************** */
.header-h1 { background-color: var(--c_gray01); }
.header-h1 h1 {
  padding: 8px 0;
  font-size: 10px;
  line-height: 1.5;
}
.header-h1 h1 br { display: none; }
.header-main-wrap { position: relative; }

/* header-utility -------------------------- */
.header-utility {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}
.header-utility .ga-tel01 { display: none; }

/* logo tel form --------------------------- */
.header-logo { padding: 10px 0; }
.header-logo img {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

/* sp-gnavi -------------------------------- */
@media only screen and (max-width: 767px) {
  .sp-gnavi-wrap {
    position: fixed;
    bottom: 44px;
    width: 100%;
    background-color: rgba(9, 22, 62, 0.9);
  }
  .sp-gnavi-bt-list { width: 100%; }
  .sp-gnavi-bt-list li {
    float: left;
    width: 38%;
    padding: 6px 0;
    border-right: 1px dotted #fff;
    text-align: center;
  }
  .sp-gnavi-bt-list li:first-child { border-left: 1px dotted #fff; }
  .sp-gnavi-bt-list li img {
    display: inline-block;
    width: 32px;
  }
  .sp-gnavi-bt-list .sp-gnavi-bt {
    width: 24%;
    background-color: rgba(2, 61, 107, 0.8);
    cursor: pointer;
  }
  .sp-gnavi-bt-list .sp-gnavi-bt.on {
    background-image: url(../images/sp-gnavi-btn-on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 30px;
  }
  .sp-gnavi-bt-list .sp-gnavi-bt.on img { opacity: 0; }
  .sp-gnavi {
    position: absolute;
    bottom: 41px;
    display: none;
    width: 100%;
    padding-top: 20px;
    background-color: rgba(9, 22, 62, 0.9);
  }
  .sp-gnavi nav { background-color: rgba(2, 61, 107, 0.8); }
  .sp-gnavi ul li { margin-bottom: 10px; }
  .sp-gnavi ul li:last-child { margin-bottom: 20px; }
  .sp-gnavi a {
    display: block;
    padding-left: 52px;
    background-color: var(--c_blue06);
    background-image: url(../images/icon-arrow-right02.png);
    background-position: 22px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 5px;
    line-height: 44px;
    font-size: 19px;
    color: #fff;
  }
  .sp-gnavi a.current { background-color: #000; }
}

/* header-main ----------------------------- */
.header-main {
  position: relative;
  z-index: 1;
  width: 100%;
}
.header-main-kasou {
  margin-bottom: 35px;
  padding-top: 58px;
  background-color: #000;
  background-image: url(../images/sp_main-kasou-bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 157px 100px;
}
.header-main-kasou div {
  display: table;
  width: 100%;
  height: 100px;
  padding: 0 5%;
}
.header-main-kasou h2 {
  display: table-cell;
  font-family: "genshin-b";
  vertical-align: middle;
  text-shadow: 0 0 4px #000;
  text-align: right;
  line-height: 1.5;
  font-size: 23px;
  color: #fff;
}
.header-main-kasou br { display: inline; }

/* banner-aw ------------------------------- */
.banner-aw { padding-top: 40px; }
.banner-aw P { background-color: #fff; }
@media only screen and (min-width: 768px), print {
  .header-h1 h1 { font-size: 14px; }
  .header-h1 h1 br { display: none; }
  .header-main-wrap { position: inherit; }

  /* banner-aw ------------------------------- */
  .banner-aw { padding-top: 60px; }
  .banner-aw a:hover { opacity: 0.8; }

  /* header-utility -------------------------- */
  .header-utility {
    position: absolute;
    top: 37px;
    width: 100%;
  }
  .header-utility.scroll {
    width: 100%;
    position: fixed;
    top: 0;
  }
  .header-utility .ga-tel01 {
    position: absolute;
    left: 490px;
    top: 18px;
    display: block;
    width: 240px;
    border-radius: 6px;
    background-color: #F33A46;
    text-decoration: none;
    font-family: "genshin-b";
    text-align: center;
    line-height: 56px;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
  }
  .header-utility .ga-tel01:hover { background-color: #cc2d37; }

  /* logo tel form --------------------------- */
  .header-logo {
    float: left;
    width: 366px;
    margin-top: 16px;
    margin-right: 130px;
  }
  .header-logo img {
    display: block;
    width: 366px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .header-tel {
    float: left;
    width: 250px;
    margin-top: 18px;
    font-family: "genshin-m";
    font-size: 20px;
    line-height: 1.2;
  }
  .header-tel a {
    font-family: "genshin-b";
    font-size: 32px;
    color: #000;
  }
  .header-mail {
    float: right;
    width: 244px;
    margin-top: 18px;
  }
  .header-mail a {
    display: block;
    border-radius: 5px;
    border: solid 1px #090909;
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.08);
    background-image: linear-gradient(#262626, #151515);
    font-family: "genshin-m";
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
  }
  .header-mail a:before {
    margin-right: 5px;
    font-family: FontAwesome;
    content: "\f003";
  }
  .header-mail a:hover {
    border: solid 1px var(--c_blue03);
    background-image: linear-gradient(#16285e, var(--c_blue03));
  }

  /* pc-gnavi -------------------------------- */
  .pc-gnavi ul { margin-top: 18px; }
  .pc-gnavi ul li {
    float: left;
    width: 142px;
    border-right: 1px dotted #000;
  }
  .pc-gnavi ul li:first-child { border-left: 1px dotted #000; }
  .pc-gnavi a {
    display: block;
    background-color: transparent;
    transition: background-color 0.2s;
    font-family: "genshin-b";
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #000;
  }
  .pc-gnavi a:hover { background-color: var(--c_gray04); }

  /* トップ */
  .home .pc-gnavi li:nth-child(1) a,
  /* ホイール修理 */
  .category-repair .pc-gnavi li:nth-child(2) a,
  .category-alumite .pc-gnavi li:nth-child(2) a,
  .alumite .pc-gnavi li:nth-child(2) a,
  .category-polish .pc-gnavi li:nth-child(2) a,
  .polish .pc-gnavi li:nth-child(2) a,
  .category-silver .pc-gnavi li:nth-child(2) a,
  .silver .pc-gnavi li:nth-child(2) a,
  .category-hyper .pc-gnavi li:nth-child(2) a,
  .hyper .pc-gnavi li:nth-child(2) a,
  /* ホイール塗装 */
  .category-paint .pc-gnavi li:nth-child(3) a,
  .category-silver_paint .pc-gnavi li:nth-child(3) a,
  .silver_paint .pc-gnavi li:nth-child(3) a,
  .category-hyper_paint .pc-gnavi li:nth-child(3) a,
  .hyper_paint .pc-gnavi li:nth-child(3) a,
  .category-color_change .pc-gnavi li:nth-child(3) a,
  .color_change .pc-gnavi li:nth-child(3) a,
  /* 価格 */
  .wheel_repair .pc-gnavi li:nth-child(4) a,
  .wheel_paint .pc-gnavi li:nth-child(4) a,
  /* 内装リペア */
  .postid-96 .pc-gnavi li:nth-child(5) a,
  /* 事業者様へ */
  .houjin .pc-gnavi li:nth-child(6) a,
  /* 会社概要 */
  .company .pc-gnavi li:nth-child(7) a{
    background-color: var(--c_gray05);
  }

  /* header-main ----------------------------- */
  .header-main {
    height: 650px;
    background: url(../images/pc_main.jpg) no-repeat center top #000;
  }
  .header-main img { display: none; }
  .header-main-kasou {
    margin-bottom: 0;
    padding-top: 184px;
    background-color: #000;
    background-image: none;
  }
  .header-main-kasou div {
    display: block;
    height: inherit;
    background-image: url(../images/pc_main-kasou-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .header-main-kasou h2 {
    display: block;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 4px #000, 0 0 8px #000;
    text-align: right;
    line-height: 90px;
    font-size: 46px;
  }
  .header-main-kasou br { display: none; }
}

/* pankuzu --------------------------------- */
@media only screen and (max-width: 767px) {
  .pankuzu { display: none; }
  .pankuzu br { display: none; }
}
@media only screen and (min-width: 768px), print {
  .pankuzu {
    margin-bottom: 80px;
    padding-left: 38px;
    background-image: url(../images/icon-pankuzu-home.png);
    background-position: 10px center;
    background-repeat: no-repeat;
  }
  .pankuzu li {
    display: inline-block;
    height: 50px;
    padding-top: 15px;
    line-height: 20px;
    color: var(--c_gray08);
  }
  .pankuzu li:not(:last-of-type)::after{
    font-family: fontawesome;
    content: "\f054";
    margin-left: 12px;
    margin-right: 1px;
  }
  .pankuzu a {
    color: var(--c_gray08);
    text-decoration: underline;
  }
  .pankuzu i {
    display: inline-block;
    margin-left: 10px;
    margin-right: 6px;
    color: var(--c_blue02);
  }
  .pankuzu br { display: none; }
}


/* ***************************************** */
/* --- footer --- */
/* ***************************************** */
@media only screen and (min-width: 768px), print {
  footer { background-color: #000; }
}

/* footer-inquiry -------------------------- */
/* pcのみ ---------------------------------- */
@media only screen and (min-width: 768px), print {
  .footer-inquiry { padding: 40px 0; }
  .footer-inquiry .footer-inquiry-bt01 {
    float: left;
    width: 530px;
    padding: 16px 0 14px 140px;
    background-color: var(--c_gray02);
    background-image: url(../images/icon-tel.png);
    background-position: 59px center;
    background-repeat: no-repeat;
    font-family: "genshin-h";
    font-size: 24px;
    color: #222;
  }
  .footer-inquiry .footer-inquiry-bt01 a {
    color: #222;
    cursor: default;
  }
  .footer-inquiry .footer-inquiry-bt01 span {
    display: block;
    font-size: 42px;
  }
  .footer-inquiry .footer-inquiry-bt02 {
    float: right;
    width: 440px;
    font-family: "genshin-h";
    font-size: 32px;
  }
  .footer-inquiry .footer-inquiry-bt02 a {
    display: block;
    padding-left: 96px;
    background-color: var(--c_gray02);
    background-image: url(../images/icon-mail.png);
    background-position: 30px center;
    background-repeat: no-repeat;
    line-height: 96px;
    color: #222;
    transition: background-color 0.2s;
  }
  .footer-inquiry .footer-inquiry-bt02 a:hover { background-color: rgba(244, 244, 244, 0.9); }
  .footer-inquiry .ga-tel02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 530px;
    line-height: 96px;
    background-color: #F33A46;
    font-family: "genshin-b";
    text-align: center;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
  }
  .footer-inquiry .ga-tel02:hover { background-color: #cc2d37; }
  .footer-inquiry .ga-tel02 img {
    display: inline-block;
    width: 46px;
    height: auto;
    margin-top: -8px;
    vertical-align: middle;
  }
}

/* pc-footer-navi -------------------------- */
/* pcのみ ---------------------------------- */
@media only screen and (min-width: 768px), print {
  .pc-footer-navi {
    float: left;
    width: 900px;
    margin-left: 30px;
    padding: 40px 0 0;
  }
  .pc-footer-navi li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
    color: #fff;
  }
  .pc-footer-navi li:before {
    padding-right: 5px;
    font-family: FontAwesome;
    content: "\f054";
  }
  .pc-footer-navi a { color: #fff; }
  .pc-footer-navi a:hover { text-decoration: underline; }
}

/* page-top -------------------------------- */
.page-top {
  float: right;
  width: 40px;
  cursor: pointer;
}
@media only screen and (min-width: 768px), print {
  .page-top { width: 60px; }
}

/* footer-logo ------------------------------ */
.footer-logo {
  padding: 25px 0 18vmin;
  background-color: #000;
}
.footer-logo .footer-link {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #fff;
  text-align: center;
}
.footer-logo .footer-link a { color: #fff; }
.footer-logo .footer-link a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 5px;
}
.logo-footer-tr { margin-bottom: 25px; }
.logo-footer-tr span {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
@media only screen and (min-width: 768px), print {
  .footer-logo {
    margin-top: -10px;
    padding: 0 0 20px;
    background-color: #000;
  }
  .footer-logo .footer-link { display: none; }
  .logo-footer-tr {
    float: right;
    width: 320px;
    margin-bottom: 0;
  }
  .logo-footer-tr img {
    display: inline-block;
    width: 154px;
    height: auto;
  }
  .logo-footer-tr span {
    display: block;
    margin-top: 5px;
    text-align: left;
    font-size: 10px;
  }
  .logo-footer {
    float: left;
    width: 430px;
  }
}

/* copyright -------------------------------- */
.copyright {
  background-color: var(--c_gray03);
  text-align: center;
}
.copyright a {
  line-height: 31px;
  font-size: 12px;
  color: #fff;
}
@media only screen and (min-width: 768px), print {
  .copyright a {
    line-height: 50px;
    font-size: 16px;
  }
}


/* ***************************************** */
/* --- ホーム top --- */
/* ***************************************** */
/* top-sec-about --------------------------- */
.top-sec-about { padding: 20px 0; }
.top-sec-about div { padding: 20px; }
.top-sec-about dl { margin-top: 20px; }
.top-sec-about dl:first-child { margin-top: 0; }
.top-sec-about dt {
  margin-bottom: 10px;
  padding: 6px 10px;
  background-color: var(--c_gray01);
  font-family: "genshin-b";
  line-height: 1.5;
}
.top-sec-about dt span {
  margin-right: 5px;
  font-family: "Tinos", serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--c_blue01);
}
.top-sec-about dd { line-height: 1.5; }
@media only screen and (min-width: 768px), print {
  .top-sec-about { padding: 70px 0 80px; }
  .top-sec-about div {
    overflow: hidden;
    padding: 40px 30px;
  }
  .top-sec-about dl {
    float: left;
    width: 220px;
    margin-left: 20px;
    margin-top: 0;
  }
  .top-sec-about dl:first-child { margin-left: 0; }
  .top-sec-about dt {
    text-align: center;
    font-size: 28px;
  }
  .top-sec-about dt span {
    margin-right: 0;
    font-size: 60px;
    line-height: 1;
  }
}

/* top-sec-movie --------------------------- */
.top-sec-movie .m-movie { margin-bottom: 20px; }
.top-sec-movie .m-movie div {
  position: relative;
  padding-top: 56.25%;
}
.top-sec-movie .m-movie iframe, .top-sec-movie .m-movie video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px), print {
  .top-sec-movie { overflow: hidden; }
  .top-sec-movie .m-movie {
    float: left;
    width: 410px;
  }
  .top-sec-movie p {
    float: right;
    width: 497px;
  }
}

/* top-diamondcut -------------------------- */
@media only screen and (min-width: 768px), print {
  .top-diamondcut {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-diamondcut a:hover { opacity: 0.8; }
}

/* top-sec-case ---------------------------- */
@media only screen and (min-width: 768px), print {
  .top-sec-case img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
}

/* top-kakaku-list ------------------------ */
.top-kakaku-list li {
  margin-top: 10px;
  padding: 10px 0 0 21px;
  border-top: 1px dotted var(--c_gray07);
  text-indent: -21px;
  line-height: 1.2;
}
.top-kakaku-list li:first-child {
  margin-top: 0;
  padding: 0 0 0 21px;
  border-top: none;
}
.top-kakaku-list li:before {
  content: "■";
  margin-right: 5px;
  color: var(--c_blue01);
}
@media only screen and (min-width: 768px), print {
  .top-kakaku-list li {
    margin-top: 10px;
    padding: 10px 15px 0 36px;
    text-indent: -21px;
  }
  .top-kakaku-list li:first-child {
    margin-top: 0;
    padding: 0 15px 0 36px;
  }
}

/* top-sec-rerative ---------------------- */
@media only screen and (min-width: 768px), print {
  .top-sec-rerative {
    position: relative;
    padding-top: 1040px;
  }
}

/* top-sec-absolute ---------------------- */
.top-sec-absolute ul li { margin-top: 20px; }
.top-sec-absolute ul li:first-child { margin-top: 0; }
.top-sec-absolute img { margin-top: 12px; }
@media only screen and (min-width: 768px), print {
  .top-sec-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .top-sec-absolute ul li {
    float: left;
    width: 490px;
    margin-top: 40px;
  }
  .top-sec-absolute ul li:nth-of-type(2n) { float: right; }
  .top-sec-absolute ul li:nth-child(-n+2) { margin-top: 0; }
  .top-sec-absolute img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
}

/* top-flow-list --------------------------- */
.top-flow-list li { margin-top: 10px; }
.top-flow-list li:first-child { margin-top: 0; }
.top-flow-list li span {
  display: inline-block;
  padding-left: 23px;
  text-indent: -23px;
  line-height: 1.5;
}
.top-flow-list li i {
  display: inline-block;
  width: 18px;
  margin-top: -2px;
  margin-right: 5px;
  padding-left: 0px;
  background-color: var(--c_blue01);
  vertical-align: middle;
  text-align: center;
  text-indent: 0px;
  font-size: 12px;
  color: #fff;
}
.top-flow-list li img { margin-bottom: 10px; }
@media only screen and (min-width: 768px), print {
  .top-flow-list li { margin-top: 24px; }
  .top-flow-list li:first-child { margin-top: 0; }
  .top-flow-list li img { margin-bottom: 24px; }
}

/* top-sec-jisekki ------------------------- */
.top-sec-jisekki section { margin-top: 20px; }
.top-sec-jisekki section:first-child { margin-top: 0; }
.top-sec-jisekki h3 {
  padding: 10px 0;
  border-bottom: 1px dotted var(--c_gray07);
  font-family: "genshin-b";
  line-height: 1.5;
  color: var(--c_blue03);
}
.top-sec-jisekki p { padding-top: 10px; }
.top-sec-jisekki span { display: none; }
@media only screen and (min-width: 768px), print {
  .top-sec-jisekki section {
    float: left;
    margin-top: 40px;
  }
  .top-sec-jisekki section:nth-child(-n+2) { margin-top: 0; }
  .top-sec-jisekki section:nth-of-type(2n) { float: right; }
  .top-sec-jisekki h3 { font-size: 18px; }
  .top-sec-jisekki span { display: inline; }
}

/* top-sec-qa ------------------------------ */
.top-sec-qa dl {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted var(--c_gray07);
}
.top-sec-qa dl:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.top-sec-qa dt, .top-sec-qa dd {
  padding-left: 27px;
  text-indent: -27px;
}
.top-sec-qa dt:before, .top-sec-qa dd:before {
  display: inline-block;
  width: 22px;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  text-indent: 0;
  color: #fff;
}
.top-sec-qa dt { margin-bottom: 10px; }
.top-sec-qa dt:before {
  content: "Q";
  background-color: var(--c_blue04);
}
.top-sec-qa dd:before {
  content: "A";
  background-color: var(--c_blue05);
}
@media only screen and (min-width: 768px), print {
  .top-sec-qa dl {
    float: left;
    width: 420px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .top-sec-qa dl:nth-child(-n+2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .top-sec-qa dl:nth-child(2n) { float: right; }
  .top-sec-qa dt, .top-sec-qa dd {
    padding-left: 46px;
    text-indent: -46px;
  }
  .top-sec-qa dt:before, .top-sec-qa dd:before {
    width: 36px;
    margin-top: -4px;
    margin-right: 10px;
    line-height: 36px;
    font-size: 16px;
  }
  .top-sec-qa dt { margin-bottom: 20px; }
}

/* top-sec-houjin -------------------------- */
.top-sec-houjin img { margin-bottom: 10px; }
@media only screen and (min-width: 768px), print {
  .top-sec-houjin { padding: 30px; }
  .top-sec-houjin img {
    float: left;
    display: block;
    width: 288px;
    height: auto;
    margin-bottom: 0;
  }
  .top-sec-houjin p {
    float: right;
    width: 560px;
  }
}

/* top-sec-review -------------------------- */
.top-sec-review section { margin-top: 25px; }
.top-sec-review section:first-child { margin-top: 0; }
.top-sec-review h3 {
  margin-bottom: 10px;
  padding: 0 0 10px 21px;
  border-bottom: 1px dotted var(--c_gray07);
  text-indent: -10px;
  line-height: 1.5;
  font-size: 16px;
  color: var(--c_blue01);
}
.top-sec-review h3:before {
  display: inline-block;
  content: "■";
  margin-right: 5px;
}
@media only screen and (min-width: 768px), print {
  .top-sec-review section {
    width: 460px;
    float: left;
    margin-top: 20px;
  }
  .top-sec-review section:nth-child(-n+2) { margin-top: 0; }
  .top-sec-review section:nth-child(2n) { float: right; }
  .top-sec-review h3 {
    margin-bottom: 18px;
    padding: 0 0 18px 23px;
    text-indent: -14px;
    font-size: 18px;
  }
  .top-sec-review h3:before { margin-right: 10px; }
}

/* top-sec-area ---------------------------- */
.top-sec-area { margin-bottom: 40px; }
.top-sec-area h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 20px;
}
.top-sec-area .top-sec-area-image { margin-top: 25px; }
@media only screen and (min-width: 768px), print {
  .top-sec-area { margin-bottom: 0; }
  .top-sec-area .top-sec-area-image {
    margin-top: -10px;
    padding-bottom: 30px;
    background-color: #fff;
    text-align: center;
  }
  .top-sec-area .top-sec-area-image a:hover { opacity: 0.8; }
}

/* top-sec-map ----------------------------- */
.top-sec-map dl { margin-bottom: 20px; }
.top-sec-map dt {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 20px;
}
.top-sec-map dd { line-height: 1.5; }
.map_container iframe {
  display: block;
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 768px), print {
  .map_container iframe {
    display: block;
    width: 100%;
    height: 305px;
  }
}


/* ***************************************** */
/* --- ホイール修理 トップ case_repair --- */
/* --- ホイール塗装 トップ case_paint --- */
/* --- 内装リペア interior_repair --- */
/* --- top --- */
/* ***************************************** */
.case-top-sec p {
  margin-bottom: 8px;
  font-family: "genshin-b";
}
@media only screen and (min-width: 768px), print {
  .case-top-sec {
    width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-top-sec p { font-size: 18px; }
}

/* interior_repair only -------------------- */
/* SPとPCで構造が変わります。 */
@media only screen and (max-width: 767px) {
  .ir-read {
    margin-bottom: 5px;
    font-family: "genshin-b";
    font-size: 18px;
  }
  .ir-price {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 20px 15px;
    background-color: var(--c_gray02);
  }
  .ir-price div {
    padding: 20px;
    background-color: #fff;
  }
  .ir-price div dl { margin-top: 25px; }
  .ir-price div dl:first-child { margin-top: 0; }
  .ir-price dt {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #000;
    color: var(--c_blue01);
    line-height: 1.5;
  }
  .ir-price dd { line-height: 1.5; }
  .ir-price dd:before {
    content: "■";
    color: var(--c_blue01);
  }
  .ir-price dd a { color: #000; }
  .ir-price-annotation {
    padding-left: 16px;
    text-indent: -16px;
  }
}
@media only screen and (min-width: 768px), print {
  .ir-read {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .ir-price {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .ir-price th, .ir-price td { width: 25%; }
  .ir-price thead th {
    padding: 10px;
    background-color: #e4e4e4;
  }
  .ir-price tbody th {
    padding: 10px;
    background-color: var(--c_gray01);
    border-bottom: 1px solid #e5e5e5;
  }
  .ir-price tbody td {
    padding: 10px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .ir-price02 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .ir-price02 th, .ir-price02 td { width: 50%; }
  .ir-price02 th {
    padding: 10px;
    background-color: var(--c_gray01);
    border-bottom: 1px solid #e5e5e5;
  }
  .ir-price02 td {
    padding: 10px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .ir-price02 tr:first-child td { border-top: 1px solid #e5e5e5; }
  .ir-price-annotation {
    padding-left: 16px;
    text-indent: -16px;
  }
}


/* ***************************************** */
/* --- ホイール修理 カテゴリ case_repair --- */
/* --- ホイール修理 カテゴリ case_paint --- */
/* --- 内装リペア カテゴリ interior_repair --- */
/* --- list_case --- */
/* ***************************************** */
@media only screen and (max-width: 767px) {
  .list-case > div {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #000;
  }
  .list-case > div:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .list-case img { margin-bottom: 10px; }
  .list-case .m-bt01 { margin-top: 10px; }
}
@media only screen and (min-width: 768px), print {
  .list-case { overflow: hidden; }
  .list-case > div {
    float: left;
    width: 206px;
    margin-right: 30px;
    margin-top: 50px;
  }
  .list-case > div:nth-child(3n) { margin-right: 0; }
  .list-case > div:nth-child(-n+3) { margin-top: 0; }
  .list-case img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .list-case .m-bt01 { margin-top: 10px; }
}


/* ***************************************** */
/* --- ホイール修理 シングル case_repair --- */
/* --- ホイール修理 シングル case_paint --- */
/* --- single --- */
/* ***************************************** */
.case-img li:first-child:after {
  display: block;
  height: 45px;
  content: "　";
  background-image: url(../images/icon_arrow_bottom02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.case-img p { margin-top: 25px; }
.case-sub {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #000;
}
@media only screen and (min-width: 768px), print {
  .case-img li:first-child:after {
    height: 110px;
    background-size: 50px 50px;
  }
  .case-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .case-img p { margin-top: 70px; }
  .case-sub {
    margin-top: 80px;
    padding-top: 0;
    border-top: none;
  }
}


/* ***************************************** */
/* --- 価格 kakaku --- */
/* ***************************************** */
.price-read dt {
  margin-top: 12px;
  font-family: "genshin-b";
  text-align: center;
  line-height: 1.5;
}
.price-read dd {
  margin-top: 8px;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: bottom;
  color: var(--c_blue01);
  font-size: 31px;
}
.price-read dd span {
  display: inline-block;
  padding-top: 6px;
  font-family: "genshin-h";
  vertical-align: middle;
  letter-spacing: 4px;
  font-size: 16px;
}
.price-read dd .no-kerning {
  font-size: 22px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px), print {
  .price-img { text-align: center; }
  .price-read dt {
    margin-top: 24px;
    font-size: 24px;
  }
  .price-read dt br { display: none; }
  .price-read dd {
    margin-top: 12px;
    font-family: "Anton", sans-serif;
    letter-spacing: 1px;
    font-size: 44px;
  }
  .price-read dd span {
    padding-top: 0;
    vertical-align: middle;
    font-size: 37px;
  }
  .price-read dd .no-kerning { font-size: 37px; }
}


/* ***************************************** */
/* --- 事業者様へ houjin --- */
/* ***************************************** */
/* houjin-sec01 ---------------------------- */
.houjin-sec02 img { margin-bottom: 10px; }
.houjin-sec03 img { margin-bottom: 20px; }
@media only screen and (min-width: 768px), print {
  .houjin-sec01 img {
    display: block;
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .houjin-sec01 p {
    margin-top: 10px;
    text-align: center;
  }
  .houjin-sec02 { overflow: hidden; }
  .houjin-sec02 img {
    display: block;
    float: left;
    width: 288px;
    height: auto;
    margin-bottom: 0;
  }
  .houjin-sec02 p {
    float: right;
    width: 256px;
  }
  .houjin-sec03 img {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ***************************************** */
/* --- 会社概要 company --- */
/* ***************************************** */
/* company-sec ----------------------------- */
@media only screen and (max-width: 767px) {
  .company-sec {
    padding: 20px 15px;
    background-color: var(--c_gray02);
  }
  .company-sec div {
    padding: 20px;
    background-color: #fff;
  }
  .company-sec div dl { margin-top: 25px; }
  .company-sec div dl:first-child { margin-top: 0; }
  .company-sec dt {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #000;
    color: var(--c_blue01);
    line-height: 1.5;
  }
  .company-sec dd { line-height: 1.5; }
  .company-sec dd a { color: #000; }
  .company-sec dd span { display: none; }
  .company-sec iframe {
    display: block;
    width: 100%;
    height: 450px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px), print {
  .company-sec div dl {
    overflow: hidden;
    display: table;
    width: 100%;
  }
  .company-sec div dl:first-child dd { border-top: 1px solid #e5e5e5; }
  .company-sec dt {
    display: table-cell;
    width: 170px;
    padding: 12px 20px;
    background-color: #eee;
    border: 1px solid #eee;
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
    line-height: 1.5;
  }
  .company-sec dd {
    display: table-cell;
    width: 510px;
    padding: 12px 20px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.5;
  }
  .company-sec dd a { color: #000; }
  .company-sec iframe {
    display: block;
    width: 100%;
    height: 400px;
    margin: 10px 0;
  }
}


/* ***************************************** */
/* --- サイトマップ sitemap --- */
/* ***************************************** */
/* 共通 */
.sitemap-list a { color: var(--c_gray07); }
.sitemap-list a:hover { text-decoration: underline; }
.sitemap-list li {
  margin-top: 12px;
  line-height: 1.4;
}

/* 第1階層 */
.sitemap-list > li:first-child { margin-top: 0; }
.sitemap-list > li:before {
  margin-right: 5px;
  content: "■";
  color: var(--c_blue04);
}

/* 第2階層 */
.sitemap-list > li > ul > li { padding-left: 21px; }
.sitemap-list > li > ul > li:before {
  margin-right: 5px;
  content: "■";
  color: #0e69ae;
}

/* 第3階層 */
.sitemap-list > li > ul > li li {
  padding-left: 40px;
  text-indent: -16px;
}
.sitemap-list > li > ul > li li:before {
  margin-right: 5px;
  content: "●";
  color: #666;
}
@media only screen and (min-width: 768px), print {
  /* 共通 */
  .sitemap-list li { margin-top: 20px; }

  /* 第3階層 */
  .sitemap-list > li > ul > li li {
    padding-left: 21px;
    text-indent: 0;
  }
  .sitemap-list > li > ul > li li:before { content: "・"; }
}
