/*
  エアコン節電情報 幅調整
*/

.g-wrapper#contents {
  min-width: initial;
}

/*
  common
*/

.g-overlay {
  display: none !important;
}

.g-fnav {
  text-align: left;
}

.g-hnav {
  font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.g-hnav .g-hr {
  display: block;
}

.g-hnav_links .g-link-lg:visited,
.g-hnav_links .g-link-lg:active,
.g-hnav_links .g-link-lg:link {
  color: #000;
}

.g-hnav_links .g-link {
  font-weight: normal;
}

.g-hnav_lv1_hd a {
  color: #737373;
  font-weight: bold;
  text-decoration: none;
}

.g-hnav_lv1_hd a:visited {
  color: #737373;
}

.g-hnav_lv1_hd-cur {
  color: #0097e0;
}
.g-hnav_lv1_hd-cur a,
.g-hnav_lv1_hd-cur a:visited,
.g-hnav_lv1_hd-cur span {
  color: #0097e0;
}
.g-hnav_link .g-hnav_lv1_hd.g-hnav_lv1_hd-cur a,
.g-hnav_link .g-hnav_lv1_hd a:hover {
  color: #0097e0;
  text-decoration: none;
}
.no-touchevents .g-hnav_lv1_hd-cur:hover a,
.no-touchevents .g-hnav_lv1_hd-cur:hover a:visited,
.no-touchevents .g-hnav_lv1_hd-cur:hover span {
  color: #0097e0;
}
.no-touchevents .g-hnav_lv1_hd:hover,
.g-hnav_lv1_hd-on {
  color: #0097e0;
  background: url("/-/media/Project/Daikin/daikin_co_jp/dj_common/rwd/images/bg_hnav png") 0 0 repeat-x #f5f7fa;
}

.g-hnav_lv1_body {
  text-align: left;
}

.g-hnav_lv2 .g-hnav_links a:visited,
.g-hnav_lv2 .g-hnav_links a:link,
.g-hnav_lv2 .g-hnav_links a:active {
  color: #000;
}

.g-lnav_lv2 {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.g-lnav-sticky .g-lnav {
  position: static;
  left: auto;
  top: auto;
}

.sp-br {
  display: none;
}

.tb-br {
  display: none
}


/*
  戻り導線エリア
*/

.g-air-ideal-area {
  background-image: url("/-/media/Project/Daikin/daikin_co_jp/air/dept_common/images/bg_air-ideal-area-pc01 jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 960px;
  height: 390px;
  position: relative;
}

.g-air-ideal-area__inner {
  box-sizing: border-box;
  width: 960px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.g-air-ideal-area__title {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.26em;
  text-shadow: 0 0 6px #0099cc;
  margin: 0;
}

.g-air-ideal-area__text {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-shadow: 0 0 6px #0099cc;
  margin-bottom: 12px;
}

.g-air-ideal-area__button {
  margin: 30px 0 0;
}

.g-air-ideal-area__button a {
  border-radius: 0;
  display: inline-block;
  width: 114px;
  padding: 12px 0;
}

.g-air-ideal-area__button a:visited,
.g-air-ideal-area__button a:link,
.g-air-ideal-area__button a:active {
  color: #fff;
}

.g-air-ideal-area__button a:visited {
  color: #fff;
}