@charset "UTF-8";
/* nav */
.sitemap header .gNav > ul > li.nav_other:before,
.policy header .gNav > ul > li.nav_other:before {
  max-height: 100%;
}

.sitemap header .gNav > ul > li.nav_other > a,
.policy header .gNav > ul > li.nav_other > a {
  color: #ffffff;
}

/* hd */
.commonHd01:before {
  background: #d2c678;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■sitemap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sitemap .sitemap {
  padding-top: 20px;
}

#sitemap .sitemap dl {
  height: auto;
  overflow: hidden;
  margin-bottom: 64px;
}

#sitemap .sitemap dl:last-child {
  margin-bottom: 0;
}

#sitemap .sitemap dl dt, #sitemap .sitemap dl dd {
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sitemap .sitemap dl dt a, #sitemap .sitemap dl dd a {
  display: block;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#sitemap .sitemap dl dt a:hover, #sitemap .sitemap dl dd a:hover {
  padding-left: 3px;
}

#sitemap .sitemap dl dt {
  margin-bottom: 5px;
  border-bottom: 1px solid #000000;
}

#sitemap .sitemap dl dt a, #sitemap .sitemap dl dt span {
  display: block;
  padding-bottom: 12px;
}

#sitemap .sitemap dl dt a {
  position: relative;
}

#sitemap .sitemap dl dt a:before {
  content: "";
  display: block;
  position: absolute;
  right: 23px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  margin-right: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sitemap .sitemap dl dt a:before {
  margin-top: -9px;
}

#sitemap .sitemap dl dt b {
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-right: 10px;
}

#sitemap .sitemap dl.map_about dt {
  border-color: #e98c09;
}

#sitemap .sitemap dl.map_about a:before,
#sitemap .sitemap dl.map_about dd:before {
  border-color: #e98c09;
}

#sitemap .sitemap dl.map_about a, #sitemap .sitemap dl.map_about span {
  color: #e98c09;
}

#sitemap .sitemap dl.map_service dt {
  border-color: #70be83;
}

#sitemap .sitemap dl.map_service a:before,
#sitemap .sitemap dl.map_service dd:before {
  border-color: #57a56a;
}

#sitemap .sitemap dl.map_service a, #sitemap .sitemap dl.map_service span {
  color: #57a56a;
}

#sitemap .sitemap dl.map_product dt {
  border-color: #2d4a68;
}

#sitemap .sitemap dl.map_product a:before,
#sitemap .sitemap dl.map_product dd:before {
  border-color: #2d4a68;
}

#sitemap .sitemap dl.map_product a, #sitemap .sitemap dl.map_product span {
  color: #2d4a68;
}

#sitemap .sitemap dl.map_other dt {
  border-color: #d2c678;
}

#sitemap .sitemap dl.map_other a:before,
#sitemap .sitemap dl.map_other dd:before {
  border-color: #a09446;
}

#sitemap .sitemap dl.map_other a, #sitemap .sitemap dl.map_other span {
  color: #a09446;
}

#sitemap .sitemap dl dd {
  float: left;
  width: 31%;
  font-size: 17px;
  font-weight: bold;
  margin-top: 22px;
  padding-left: 18px;
  position: relative;
}

#sitemap .sitemap dl dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 6px;
  width: 6px;
  margin-top: -4px;
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sitemap .sitemap dl dd:before {
  top: 12px;
}

#sitemap .sitemap dl dd:nth-of-type(3n+1) {
  clear: both;
}

#sitemap .sitemap dl dd:nth-of-type(3n+2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

#sitemap .sitemap dl p {
  font-size: 13px;
  font-weight: 500;
  color: #777777;
  margin-top: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■policy
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#policy .policy .commonHd01 {
  margin-top: 80px;
}

#policy .policy .commonHd01 span {
  display: block;
  position: relative;
}

#policy .policy .commonHd01 + p {
  margin-top: 40px;
}

#policy .policy .sign {
  text-align: right;
  margin-top: 80px;
}

#policy .policy .contact {
  width: 100%;
  display: table;
  margin-top: 70px;
  border: 2px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#policy .policy .contact .hd,
#policy .policy .contact > div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  padding: 15px 0;
}

#policy .policy .contact .hd {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  padding-right: 20px;
}

#policy .policy .contact > div {
  padding-left: 20px;
}

#policy .policy .contact .tel a {
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 32px;
  color: #394d70;
}
