@media only screen and (max-width: 768px) {
  .g-page-dept .g-main {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .g-ttl-1 {
    margin-top: 36px;
  }
}

.sitemap-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  border: 1px solid #ccc;
}

.sitemap-anchor_item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}

.sitemap-anchor_item a {
  display: block;
  padding: 10px 0;
  color: #09c;
  text-align: center;
}

.sitemap-anchor_item span {
  display: block;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
}

.sitemap-anchor_item:last-child span {
  border: none;
}

.sitemap-anchor_item.is-current a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  cursor: default;
}

@media only screen and (max-width: 768px) {
  .sitemap-anchor {
    display: block;
  }
  .sitemap-anchor.g-disp-pc {
    display: none;
  }
  .sitemap-anchor_item a {
    border-bottom: 1px solid #ccc;
  }
  .sitemap-anchor_item span {
    border: none;
  }
  .sitemap-anchor_item:last-child a {
    border: none;
  }
  .sitemap-anchor_item.is-current a {
    font-weight: normal;
    color: #09c;
    cursor: pointer;
  }
}

.g-vline {
  margin-top: 10px;
}

.g-vline > .g-vline_el {
  padding-left: 15px;
}

.g-grid.g-grid-2 + .g-grid.g-grid-2 {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .g-grid.g-grid-2 + .g-grid.g-grid-2 {
    margin-top: 15px;
  }
}

.g-link.notice::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-left: 7px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/dj_common/rwd/images/sprite png") no-repeat -170px -28px;
  background-size: 182px 150px;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .sitemap-accordion {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .sitemap-accordion + .g-ttl-3 {
    margin-top: 20px;
  }
  .sitemap-accordion_ttl {
    position: relative;
    padding-right: 40px;
  }
  .sitemap-accordion_ttl::before, .sitemap-accordion_ttl::after {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .sitemap-accordion_ttl::before {
    content: "";
    background-color: #777;
    border-radius: 3px;
    width: 30px;
    height: 30px;
  }
  .sitemap-accordion_ttl::after {
    margin-right: 5px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    pointer-events: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA02";
    width: 1em;
    height: 1em;
    color: #fff;
    font-size: 20px;
  }
  .sitemap-accordion_ttl.is-open::after {
    content: "\EA03";
  }
  .sitemap-accordion_inner {
    display: none;
  }
}
