@charset "UTF-8";
/* ==================================================
  SVGのfont-family化
================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("/house/v1/fonts/icomoon.eot?6heg8c");
  src: url("/house/v1/fonts/icomoon.eot?6heg8c#iefix") format("embedded-opentype"), url("/house/v1/fonts/icomoon.ttf?6heg8c") format("truetype"), url("/house/v1/fonts/icomoon.woff?6heg8c") format("woff"), url("/house/v1/fonts/icomoon.svg?6heg8c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cmnIcon"], [class*=" cmnIcon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==================================================
  reset(●●●別途reset用CSSで下記の指定があれば不要です●●●)
================================================== */
html, body, ul, li {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

/* =========================
  ログイン・メニュー
========================= */
/* overwrite NR-header */
#NR-header-util {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  top: 0;
}

#NR-header-tool {
  margin: 0 15px 0 0;
}

#NR-header-tool .NR-go {
  background: none;
  padding: 0;
}

#NR-header-ocn-logo {
  height: auto;
  width: 35px;
}

#NR-header-in {
  padding-top: 13px;
}

/* one module style */
#NR-onegoo {
  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 14px !important;
  line-height: 1.2 !important;
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 1024px;
  min-height: 44px;
  width: 100%;
  white-space: nowrap;
  z-index: 2147483647;
}

#NR-onegoo a {
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

#NR-onegoo a:hover {
  color: #36c;
  text-decoration: underline;
}

#NR-onegoo-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
  padding: 4px 10px 4px 10px;
  position: relative;
}

#NR-onegoo .nr-onegoo-text {
  box-sizing: border-box;
  overflow: hidden;
  width: 50%;
  text-align: left;
}

#NR-onegoo .nr-onegoo-text-inbox {
  font-size: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  width: 31em;
}

#NR-onegoo .nr-onegoo-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 50%;
}

#NR-onegoo .nr-onegoo-menu li {
  list-style: none !important;
}

#NR-onegoo .nr-onegoo-user,
#NR-onegoo .nr-onegoo-point {
  overflow: hidden;
}

#NR-onegoo .nr-onegoo-user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/house/img/icon-user.svg) 0 50% no-repeat;
  background-size: 22px auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0 9px 0 25px !important;
  max-width: 58.6%;
}

#NR-onegoo .nr-onegoo-user:before {
  display: block;
  content: "";
  height: 22px;
  width: 1px;
}

#NR-onegoo .nr-onegoo-user a {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 100%;
  vertical-align: middle;
}

#NR-onegoo .nr-onegoo-point,
#NR-onegoo .nr-onegoo-nologin {
  border-left: 1px solid #ccc;
  margin: 0 8px 0 0 !important;
  position: relative;
  padding: 1.5px 0 1.5px 9px !important;
}

#NR-onegoo .nr-onegoo-nologin {
  overflow: hidden;
  text-overflow: ellipsis;
}

#NR-onegoo .nr-onegoo-point a {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#NR-onegoo .nr-onegoo-point a:hover {
  text-decoration: none;
}

#NR-onegoo .nr-onegoo-point-number {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  margin-right: 2px;
  max-width: 7.5em;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

#NR-onegoo .nr-onegoo-point a:hover .nr-onegoo-point-number {
  text-decoration: underline;
}

#NR-onegoo .nr-onegoo-point-sub {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  vertical-align: bottom;
}

#NR-onegoo #NR-onegoo-service {
  background: #fff;
  border-radius: 8px;
  display: none;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 10px;
  max-width: 100vw;
  text-align: center;
  z-index: 1;
}

#NR-onegoo #NR-onegoo-service.is-open {
  -webkit-animation: oneGooFade .15s ease;
  animation: oneGooFade .15s ease;
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
  display: block;
  width: 436px;
}

@-webkit-keyframes oneGooFade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes oneGooFade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

#NR-onegoo .nr-onegoo-tool {
  margin: 0 !important;
  padding: 0 !important;
}

#NR-onegoo #NR-onegoo-service-switch {
  cursor: pointer;
}

#NR-onegoo #NR-onegoo-service-switch:after {
  background: url(/house/img/icon-switch.svg) 50% 50% no-repeat;
  background-size: 18px auto;
  border-radius: 50%;
  content: "";
  display: block;
  height: 36px;
  width: 36px;
}

#NR-onegoo .nr-onegoo-text-sp {
  display: none;
}

#NR-onegoo .nr-onegoo-search {
  background: #eee;
  padding: 25px 20px;
}

#NR-onegoo .nr-onegoo-search-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#NR-onegoo .nr-onegoo-search-text {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0;
  padding: 7px 16px 8px;
  outline: none;
  width: 60%;
  width: calc(100% - 100px);
}

#NR-onegoo .nr-onegoo-search-text::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
}

#NR-onegoo .nr-onegoo-search-text::-moz-placeholder {
  color: #999;
  font-weight: 300;
}

#NR-onegoo .nr-onegoo-search-text:-ms-input-placeholder {
  color: #999;
  font-weight: 300;
}

#NR-onegoo .nr-onegoo-search-text::placeholder {
  color: #999;
  font-weight: 300;
}

#NR-onegoo .nr-onegoo-search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #3067b4 url(/house/img/icon-search.svg) 50% 50% no-repeat;
  background-size: 20px auto;
  border: 0;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-box-flex-group: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin: 0;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  width: 100px;
}

#NR-onegoo .nr-onegoo-service-list-wrap {
  border-right: 2px solid #fff;
  overflow: auto;
  max-height: 50vh;
  padding: 0 1px 0 18px;
}

#NR-onegoo .nr-onegoo-service-list-wrap::-webkit-scrollbar {
  width: 10px;
}

#NR-onegoo .nr-onegoo-service-list-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

#NR-onegoo .nr-onegoo-service-list {
  list-style: none !important;
  margin-bottom: 30px;
  padding: 29px 0 0;
}

#NR-onegoo .nr-onegoo-service-list:after {
  content: "";
  clear: both;
  display: block;
}

#NR-onegoo .nr-onegoo-service-item {
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  margin-top: 27px;
  padding: 0 5px;
  width: 25%;
}

#NR-onegoo .nr-onegoo-service-item:nth-child(-n+4) {
  margin-top: 0;
}

#NR-onegoo .nr-onegoo-service-item:nth-child(4n+1) {
  clear: left;
}

#NR-onegoo .nr-onegoo-service-item a {
  color: inherit;
  display: block;
  overflow: visible;
  text-align: center;
}

#NR-onegoo .nr-onegoo-service-item img {
  max-width: 100%;
  height: 64px;
  width: 64px;
}

#NR-onegoo .nr-onegoo-service-name {
  display: block;
  line-height: 1.5;
  margin-top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

#NR-onegoo .nr-onegoo-service-more {
  font-size: 16px;
  margin-top: 47px;
  padding-bottom: 31px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #NR-onegoo #NR-onegoo-service-switch.is-open:after {
    background-color: #eee;
  }
  #NR-onegoo #NR-onegoo-service-switch:hover:after {
    background-color: #eee;
    cursor: pointer;
  }
  #NR-onegoo .nr-onegoo-sp {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  /* overwrite NR-header */
  #NR-header-util {
    display: none;
  }
  #NR-sp-menu {
    background-image: url(/house/img/icon-menu.svg) !important;
    background-size: 24px auto !important;
  }
  /* one module style */
  #NR-onegoo {
    min-width: 0;
  }
  #NR-onegoo-inner {
    min-height: inherit;
    padding: 0;
    z-index: 1;
  }
  #NR-onegoo .nr-onegoo-text {
    display: none;
  }
  #NR-onegoo .nr-onegoo-menu {
    background: #fff;
    box-sizing: border-box;
    padding-left: 10px !important;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  #NR-onegoo .nr-onegoo-user {
    background-size: 25px auto;
    padding-right: 6px !important;
    padding-left: 30px !important;
    max-width: 50%;
    min-height: 25px;
  }
  #NR-onegoo .nr-onegoo-point,
  #NR-onegoo .nr-onegoo-nologin {
    padding-left: 6px !important;
  }
  #NR-onegoo .nr-onegoo-tool {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #NR-onegoo #NR-onegoo-service-switch {
    float: right;
  }
  #NR-onegoo #NR-onegoo-service-switch:after {
    background-size: 22px auto;
    height: 44px;
    width: 46px;
  }
  #NR-onegoo #NR-onegoo-service-switch.is-open:after {
    background-image: url(/house/img/icon-close.svg);
  }
  #NR-onegoo #NR-onegoo-service {
    margin: 0;
    right: 10px;
  }
  #NR-onegoo #NR-onegoo-service.is-open {
    margin-top: 5px;
    width: 90%;
  }
  #NR-onegoo .nr-onegoo-service-list-wrap {
    max-height: 70vh;
    max-height: calc(80vh - 115px);
    padding: 10px 7px 0;
    -webkit-overflow-scrolling: touch;
  }
  #NR-onegoo .nr-onegoo-service-list-wrap:first-child {
    padding-top: 17px;
  }
  #NR-onegoo .nr-onegoo-service-list {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  #NR-onegoo .nr-onegoo-service-item img {
    height: auto;
  }
  #NR-onegoo .nr-onegoo-search {
    border-top: 1px solid #ddd;
    padding: 14px 15px;
  }
  #NR-onegoo .nr-onegoo-search-text {
    border-radius: 2px 0 0 2px;
    font-size: 15px;
    padding: 5px 10px;
    line-height: 1.375;
    height: 32px;
  }
  #NR-onegoo .nr-onegoo-search-button {
    background-size: 14px;
    border-radius: 0 2px 2px 0;
    width: 80px;
  }
  #NR-onegoo .nr-onegoo-text-sp {
    display: block;
    font-size: 12px;
    line-height: 1.375;
    padding: 0 8px 10px;
    text-align: left;
    white-space: normal;
  }
  #NR-onegoo .nr-onegoo-text-sp a {
    color: #36c;
  }
  #NR-onegoo .nr-onegoo-service-name {
    font-size: 10px;
    margin-top: 0;
  }
  #NR-onegoo .nr-onegoo-service-more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 25px;
    padding-bottom: 26px;
  }
  #NR-onegoo .nr-onegoo-service-more a {
    color: #36c;
  }
  #NR-onegoo .nr-onegoo-service-more .nr-onegoo-sp {
    border-left: 1px solid #ccc;
    color: #36c;
    margin-left: 15px;
    padding-left: 15px;
  }
  #NR-onegoo .nr-onegoo-pc {
    display: none;
  }
}

/* for sp template */
#NR-onegoo.is-sp {
  min-width: 0;
}

#NR-onegoo.is-sp #NR-onegoo-inner {
  max-width: 100%;
}

#NR-onegoo .nr-onegoo-point-goo a:before {
    background-image: url(https://u.xgoo.jp/img/sns/goo.svg);
}

#NR-onegoo .nr-onegoo-point-d a:before {
    background-image: url(https://u.xgoo.jp/img/sv/dpoint.svg);
}

#NR-onegoo .nr-onegoo-point a:before {
    align-self: center;
    background-size: 20px auto;
    content: "";
    display: block;
    flex-shrink: 0;
    margin-right: 2px;
    height: 20px;
    width: 20px;
}

#NR-onegoo .nr-onegoo-point-btn {
    flex-shrink: 0;
    margin: 0 14px 0 4px!important;
}
#NR-onegoo .nr-onegoo-point-btn a {
    background: #c20024;
    border-radius: 3em;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 4px 9px!important;
}
#NR-onegoo .nr-onegoo-point-btn a:hover {
    background-color: #d40017;
}
#NR-onegoo .nr-onegoo-point-btn a:before {
    display: none;
}

#NR-sp-menu {
  background-image: url(/house/img/icon-menu.svg) !important;
  background-size: 24px auto !important;
}

/* =========================
  ヘッダ
========================= */
.cmnHeader {
  /* ヘッダのみ先行組み込みのためのリセット指定 ここから */
  display: block;
  color: #333;
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Roboto", -apple-system;
  line-height: 1.5;
  vertical-align: baseline;
  /* ヘッダのみ先行組み込みのためのリセット指定 ここまで */
}

.cmnHeader *,
.cmnHeader *:before,
.cmnHeader *:after {
  box-sizing: border-box;
}

.cmnHeader ul {
  list-style: none;
}

.cmnHeader li {
  list-style: none;
}

.cmnHeader a {
  text-decoration: none;
}

.cmnHeader a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

.cmnHeader a:visited {
  color: #333;
}

.cmnHeader-wrap {
  height: 56px;
}

.cmnHeader-fix {
  padding: 0 10px;
  position: relative;
}

.cmnHeader-fix:after {
  /* ボーダーアニメーション要素 */
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1004px;
  height: 0px;
  margin-left: -502px;
  background: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cmnHeader-fix.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  /* border-bottom: solid 1px $color_light_gray; */
  /* ボーダーアニメーションのため */
  z-index: 9997;
}

.cmnHeader-fix.fixed:after {
  /* ボーダーアニメーション */
  left: 0;
  width: 100%;
  height: 1px;
  margin-left: 0;
}

.cmnHeader-fix.fixed .cmnHeader-inner {
  border-bottom: none;
}

.cmnHeader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1004px;
  margin: 0 auto;
  padding: 0;
}

.cmnHeader-logo {
  width: 30%;
  padding: 9px 0;
  text-decoration: none;
}

.cmnHeader-logo:hover {
  text-decoration: none;
}

.cmnHeader-logo:hover .cmnHeader-logoImg {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cmnHeader-logoImg {
  display: block;
}

.cmnHeader-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}


.cmnHeader-statusList {
  display: block;
}


.cmnHeader-kentou {
  display: block;
}
.cmnHeader-save {
  display: block;
}
.cmnHeader-saikin {
  display: block;
}

.cmnHeader-statusLink {
  display: block;
  max-width: 220px;
  padding: 15px 0 15px 20px;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cmnHeader-statusLink:hover {
  background: #91D336;
}

.cmnHeader-statusTxt {
  padding: 9px 20px 9px 10px;
  border-right: solid 1px #ddd;
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.cmnHeader-statusTxtNum {
  padding-left: 5px;
  color: #CC3333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

/* =========================
  グローバルナビゲーション
========================= */
.cmnHeader-gnav {
  position: relative;
  background: #fff;
}

.cmnHeader-gnavInner {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

.cmnHeader-gnavNav {
  width: 1004px;
  margin: 0 auto;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmnHeader-gnavList {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cmnHeader-gnavList:last-of-type .cmnHeader-gnavCategory,
.cmnHeader-gnavList:last-of-type .cmnHeader-gnavBox {
  margin-right: 0;
}

.cmnHeader-gnavCategory {
  margin: 0 5px 5px 0;
  padding: 10px 0 5px;
  border-bottom: solid 2px #91D336;
  color: #4A7C25;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.cmnHeader-gnavBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  border: solid 1px #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.cmnHeader-gnavBox span {
  color: #333;
}

.cmnHeader-gnavLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 44px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cmnHeader-gnavLink:hover {
  background: #91D336;
}

.cmnHeader-gnavLink.on {
  background: #B6D19E;
}

.cmnHeader-gnavLink:nth-of-type(2) {
  border-left: solid 1px #ddd;
}

/* =========================
  幅970px用ヘッダ
========================= */
#NR-onegoo.w970px #NR-onegoo {
  min-width: 990px;
}

#NR-onegoo.w970px #NR-onegoo-inner {
  max-width: 990px;
}

.cmnHeader.w970px .cmnHeader-fix:after {
  width: 970px;
  margin-left: -485px;
}

.cmnHeader.w970px .cmnHeader-fix.fixed:after {
  /* ボーダーアニメーション */
  left: 0;
  width: 100%;
  margin-left: 0;
}

.cmnHeader.w970px .cmnHeader-inner {
  width: 970px;
}

.cmnHeader.w970px .cmnHeader-gnavNav {
  width: 970px;
}

/* =========================
  地図ページ用幅100%ヘッダ
========================= */
#NR-onegoo.w100pc #NR-onegoo-inner {
  max-width: 100%;
}

.cmnHeader.w100pc .cmnHeader-fix:after {
  left: 0;
  width: 100%;
  margin-left: 0;
}

.cmnHeader.w100pc .cmnHeader-fix.fixed:after {
  /* ボーダーアニメーション */
  left: 0;
  width: 100%;
  margin-left: 0;
}

.cmnHeader.w100pc .cmnHeader-inner {
  width: 100%;
  min-width: 1004px;
}

.cmnHeader.w100pc .cmnHeader-logo {
  width: 300px;
}

.cmnHeader.w100pc .cmnHeader-gnavNav {
  width: 970px;
  margin: 0;
}

/* =========================
  アイコン
========================= */
.cmnIcon {
  position: relative;
  display: inline-block;
}

.cmnIcon.header-clock {
  width: 25px;
  height: 23px;
  margin: -2px 0 0;
  vertical-align: middle;
}

.cmnIcon.header-clock:before {
  content: "\e901";
  font-size: 23px;
  line-height: 23px;
  color: #999;
}

.cmnIcon.header-save {
  width: 21px;
  height: 22px;
  margin: -4px 0 0;
  vertical-align: middle;
}

.cmnIcon.header-save:before {
  content: "\e902";
  font-size: 21px;
  line-height: 22px;
  color: #999;
}

.cmnIcon.header-heart {
  width: 24px;
  height: 21px;
  margin: 0;
  vertical-align: middle;
}

.cmnIcon.header-heart:before {
  content: "\e900";
  font-size: 24px;
  line-height: 21px;
  color: #999;
}

.on .cmnIcon:before {
  color: #CC3333;
}

/*マイページ導線*/
.cmnIcon.header-mypage {
  width: 25px;
  height: 23px;
  margin: -2px 0 0;
  vertical-align: middle;
}
/*202106 同意チェックボックス追加*/
#na_mail input.input_checkbox{
  display: none;
}
#na_mail .agree-check .label_checkbox::before{
  left: 16px;
  top: 22px;
}
#na_mail .label_checkbox{
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px #ccc solid;
    overflow: hidden;
    width: 566px;
}
#na_mail .label_checkbox > div{
    display: flex;
}
#na_mail .label_checkbox span.checkbox{
    background: #fffcdf;
    flex-shrink: 0;
    min-height: 40px;
    width: 40px;
    margin-right: 10px;
}
#na_mail .label_checkbox span.checkbox:before{
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  margin-top: -10px;
  width: 7px;
  height: 12px;
  border-right: 3px solid #007e00;
  border-bottom: 3px solid #007e00;
  content: '';
  opacity: 0;
  -webkit-transform: translateY(-50%)  rotate(45deg);
  -ms-transform: translateY(-50%)  rotate(45deg);
  transform: translateY(-50%)  rotate(45deg);
  z-index: 1;
    margin-top: -2px;
}
#na_mail .label_checkbox span.checkbox:after{
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  background-color: #ffffff;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #666;
  content: '';
  z-index: 0;
  left: 10px;
  top: 50%;
    transform: translateY(-50%);
}
#na_mail .label_checkbox span.text{
    align-self: center;
    padding: .5em 0 .5em 0;
}
#na_mail .label_checkbox i{
  background: #cc3333;
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
  margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
#na_mail input[type=checkbox]:checked + .label_checkbox span:before{
  opacity: 1;
}
#na_mail .button-Wrap{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
}
#na_mail .button{
    margin-right: 24px;
}
#na_mail .cmnBtn_submit{
    margin-right: 20px;
    cursor: pointer; 
    width: 286px;
}
#na_mail .button-Wrap .button a{
    cursor: none;
}
#na_mail .button_register{
    font-family: 'メイリオ',Meiryo,helvetica,arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border: none;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    background: -webkit-linear-gradient(top, rgb(255, 125, 2) 0%, rgb(246, 99, 2) 88%, rgb(246, 98, 2) 100%);
    background: -o-linear-gradient(top, rgb(255, 125, 2) 0%, rgb(246, 99, 2) 88%, rgb(246, 98, 2) 100%);
    background: -ms-linear-gradient(top, rgb(255, 125, 2) 0%, rgb(246, 99, 2) 88%, rgb(246, 98, 2) 100%);
    background: -moz-linear-gradient(top, rgb(255, 125, 2) 0%, rgb(246, 99, 2) 88%, rgb(246, 98, 2) 100%);
    background: linear-gradient(to bottom, rgb(255, 125, 2) 0%, rgb(246, 99, 2) 88%, rgb(246, 98, 2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff7d02', endColorstr='#f66202');
    box-shadow: 3px 3px 0 -2px rgba(0, 0, 0, .2),0 0 2px 1px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 3px 3px 0 -2px rgba(0, 0, 0, .2),0 0 2px 1px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 3px 3px 0 -2px rgba(0, 0, 0, .2),0 0 2px 1px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 3px 3px 0 -2px rgba(0, 0, 0, .2),0 0 2px 1px rgba(0, 0, 0, .1) inset;
    -ms-box-shadow: 3px 3px 0 -2px rgba(0, 0, 0, .2),0 0 2px 1px rgba(0, 0, 0, .1) inset;
    width: 287px;
    height: 45px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}
#na_mail .button_register:hover{
    box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
#na_mail .button_register[type="submit"][disabled]{
    background: #999;
    width: 287px;
    height: 45px;
    box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
    width: 287px;
    cursor:default;
}
#na_mail .button-off p{
    margin: 0 20px 0 0;
    width: 286px;
}
#na_mail .button-off img{
    width: 100%;
}
