@charset "UTF-8";

/*  ======================================================
=== レスポンシブ切り替え用 ============================ */
.gHd2017_header.gHd2017_PC {display: block;}
.gHd2017_header.gHd2017_SP {display: none;}
@media only screen and (max-width: 767px) {
  .gHd2017_header.gHd2017_PC {display: none;}
  .gHd2017_header.gHd2017_SP {display: block;}
}

/*  ======================================================
=== header ===========================================  */
.gHd2017_header .gHd2017_headerInner {
  max-width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .gHd2017_header .gHd2017_headerInner {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gHd2017_header .gHd2017_headerInner {
    max-width: none;
    min-width: 0;
    margin: 0;
    position: relative;
  }
}
.gHd2017_header,
.gHd2017_burgerMenuInner,
.gFt2017_footer {
  margin: 0 auto;
  padding: 0;
  line-height: 1.75;
  color: #223;
  font-size: 16px;
  position: relative;
  font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
}
.gHd2017_header *,
.gHd2017_burgerMenuInner *,
.gFt2017_footer * {
  box-sizing: content-box;
}
@media only screen and (min-width: 768px) {
  .gHd2017_header,
  .gFt2017_footer {
    min-width: 950px;
  }
}
@media only screen and (max-width: 767px) {
  .gHd2017_header,
  .gHd2017_burgerMenuInner,
  .gFt2017_footer {
    min-width: 320px;
  }
}
.gHd2017_header ul, .gHd2017_header li,
.gHd2017_burgerMenuInner ul,.gHd2017_burgerMenuInner li,
.gFt2017_footer ul, .gFt2017_footer ol, .gFt2017_footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gHd2017_header img,
.gHd2017_burgerMenuInner img,
.gFt2017_footer img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.gHd2017_header a,.gHd2017_header a:link,
.gHd2017_burgerMenuInner a,
.gFt2017_footer a,.gFt2017_footer a:link {
  color: #314da5;
  text-decoration: none;
}
.gHd2017_header a:hover, .gHd2017_header a:active, .gHd2017_header a:focus,
.gHd2017_burgerMenuInner a:hover, .gHd2017_burgerMenuInner a:active, .gHd2017_burgerMenuInner a:focus,
.gFt2017_footer a:hover, .gFt2017_footer a:active, .gFt2017_footer a:focus {
  color: #0074bd;
  text-decoration: underline;
}
.gHd2017_header p,
.gHd2017_burgerMenuInner p,
.gFt2017_footer p {
  margin: 0 0 15px;
  font-size: 87%;
}
@media only screen and (max-width: 767px) {
  .gHd2017_header p,
  .gHd2017_burgerMenuInner p,
  .gFt2017_footer p {
    line-height: 1.6;
  }
}
.gHd2017_header input,.gHd2017_header textarea,
.gHd2017_burgerMenuInner input,.gHd2017_burgerMenuInner textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gHd2017_header textarea,
.gHd2017_burgerMenuInner textarea {
  outline: none;
}
.gHd2017_header {
  background: #fff;
  border-top: 8px solid #000;
}
.gHd2017_header .gHd2017_noscript {
  background-color: #f4f8f3;
  text-align: center;
  font-size: 14px;
  display: block;
  padding: 20px 15px;
  color: #e00000;
}
.gHd2017_sonyHeader {
  background-color: #000;
}
.gHd2017_sonyHeader .gHd2017_sonyHeaderInner {
  display: block;
  max-width: 950px;
  height: 28px;
  margin: 0 auto;
  position: relative;
}
.gHd2017_sonyHeader .gHd2017_sonyHeaderInner img {
  width: 70px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 16px;
}
.gHd2017_header .gHd2017_headerInner {
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_header .gHd2017_headerInner {
    padding-top: 0;
  }
}
.gHd2017_header .gHd2017_headerInner:after {
  clear: both;
  display: block;
  content: "";
}
.gHd2017_header .gHd2017_headerInner > *:first-child {
  float: left;
}
@media only screen and (max-width: 767px) {
  .gHd2017_header .gHd2017_headerInner > *:first-child {
    float: none;
  }
}
.gHd2017_logoWrapper {
  display: table;
}
@media only screen and (max-width: 767px) {
  .gHd2017_logoWrapper {
    box-sizing: border-box;
    padding: 9px 10px 0;
  }
}
.gHd2017_logoWrapper .gHd2017_logo {
  display: table-cell;
  width: 91px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_logoWrapper .gHd2017_logo {
    width: 100px;
  }
}
.gHd2017_logoWrapper .gHd2017_logo a {
  display: block;
}
.gHd2017_logoWrapper .gHd2017_logo img {
  width: 91px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_logoWrapper .gHd2017_logo img {
    width: 100%;
  }
}
.gHd2017_userTool {
  float: right;
  display: table;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_userTool {
    float: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 15px 15px 55px;
    background: #efefef;
    margin-top: 0;
  }
}
.gHd2017_userTool > * {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .gHd2017_userTool > * {
    vertical-align: middle;
  }
}
.gHd2017_userTool .gHd2017_userToolPage {
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_userTool .gHd2017_userToolPage {
    display: none;
  }
}
.gHd2017_userTool .gHd2017_userToolPage > li {
  float: left;
  padding: 0 15px;
  border-left: 1px solid #e7e7e7;
  line-height: 1;
}
.gHd2017_userTool .gHd2017_userToolPage > li > a {
  font-size: 11px;
  vertical-align: middle;
  color: #223;
  position: relative;
}
.gHd2017_userTool .gHd2017_userToolPage > li > a:hover {
  text-decoration: none;
}
.gHd2017_userTool .gHd2017_userToolPage > li > a:hover:after,
.gHd2017_userTool .gHd2017_userToolPage > li.gHd2017_is-current a:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #333;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.gHd2017_outside {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_outside {
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -4px;
  }
}
.gHd2017_userTool .gHd2017_searchForm {
  font-size: 11px;
  padding-left: 6px;
  position: relative;
  top: -6px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_userTool .gHd2017_searchForm {
    top: auto;
    padding-left: 0;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.gHd2017_userTool .gHd2017_searchForm input[type="text"] {
  border-radius: 3px;
  border: 1px solid #b7b7b7;
  width: 194px;
  padding: 6px 36px 5px 8px;
  box-sizing: border-box;
  line-height: 17px;
  font-size: 11px;
  font-family: inherit;
}
@media only screen and (max-width: 767px) {
  .gHd2017_userTool .gHd2017_searchForm input[type="text"] {
    border-radius: 15px;
    width: 100%;
    height: 31px;
  }
}
.gHd2017_userTool .gHd2017_searchForm input[type="text"]:focus {
  background: #fff;
}
.gHd2017_userTool .gHd2017_searchForm input[type="image"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_userTool .gHd2017_searchForm input[type="image"] {
    display: block;
    background: transparent;
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .gHd2017_userToolCloseBtn {
    display: none;
  }
  [data-script-enabled='true'] .gHd2017_userToolCloseBtn {
    display: block;
  }
  .gHd2017_userTool .gHd2017_userToolCloseBtn {
    position: absolute;
    width: 180px;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .gHd2017_userTool .gHd2017_userToolCloseBtn > a {
    font-size: 81%;
    display: block;
    color: #fff;
    position: relative;
    padding: 9px 20px 9px 37px;
    line-height: 1.1;
    border-radius: 17px;
    background: #4d4d4d;
  }
  .gHd2017_userTool .gHd2017_userToolCloseBtn > a:hover {
    background-color: #6d6d6d;
  }
  .gHd2017_userTool .gHd2017_userToolCloseBtn > a:before {
    content: "";
    display: block;
    background-image: url(/common/hf1704/img/sprite.png);
    background-size: 350px auto;
    background-position: -16px -164px;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 14px;
    position: absolute;
    margin: auto;
  }
}

/* ハンバーガーメニュー ============================================== */
@media only screen and (min-width: 768px) {
  .gHd2017_burgerMenuInner {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .gHd2017_btn-burgerMenu {
    display: none;
  }
  [data-script-enabled='true'] .gHd2017_btn-burgerMenu {
    display: block;
  }
  .gHd2017_burgerMenuInner {
    width: 100%;
    display: block;
  }
  [data-script-enabled='true'] .gHd2017_burgerMenuInner {
    display: none;
  }
  .gHd2017_btn-burgerMenu {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 14px;
    right: 13px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    outline: none;
  }
  .gHd2017_burger {
    position: absolute;
    display: block;
    width: 19px;
    height: 20px;
    cursor: pointer;
    right: 8px;
  }
  .gHd2017_burger span {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 19px;
    height: 2px;
    background: #67677b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gHd2017_burger .gHd2017_burgerBar1 {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .gHd2017_burger .gHd2017_burgerBar3 {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }

  .gHd2017_burgerOpen .gHd2017_burgerBar2 {
    display: none;
    background: rgba(255, 255, 255, 0);
  }
  .gHd2017_burgerOpen .gHd2017_burgerBar1 {
    -webkit-transform: rotate(45deg) translateY(0px);
        -ms-transform: rotate(45deg) translateY(0px);
            transform: rotate(45deg) translateY(0px);
  }
  .gHd2017_burgerOpen .gHd2017_burgerBar3 {
    -webkit-transform: rotate(-45deg) translateY(0px);
        -ms-transform: rotate(-45deg) translateY(0px);
            transform: rotate(-45deg) translateY(0px);
  }
  .gHd2017_menutxt {
    font-size: 9px;
    font-weight: bold;
    width: 4em;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 16px;
    left: -2px;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gHd2017_menutxtOpen {opacity: 0;}
  .gHd2017_burgerOpen .gHd2017_menutxtClose {opacity: 0;}
  .gHd2017_burgerOpen .gHd2017_menutxtOpen {opacity: 1;}

  .gHd2017_globalMenu {
    display: table;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(51, 51, 51, .4);
  }
  .gHd2017_globalMenu > li {
    display: table-cell;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    background-color: #f3f3f3;
    border-top: 3px solid #d6d6d6;
  }
  .gHd2017_globalMenu > li:hover,
  .gHd2017_globalMenu > li.gHd2017_is-current {
    border-top-color: #000;
    background-color: #fff;
  }
  .gHd2017_globalMenu > li + li {
    border-left: dotted 1px #ccc;
  }
  .gHd2017_globalMenu > li a {
    display: block;
    color: #223;
    letter-spacing: -0.5px;
    line-height: 1.1;
    padding: 9px 0;
    position: relative;
  }
  .gHd2017_globalMenu > li:nth-child(2) a {
    padding-left: 10px;
  }
  .gHd2017_globalMenu > li a:hover,
  .gHd2017_globalMenu > li a:focus,
  .gHd2017_globalMenu > li a:active {
    color: #223;
  }
  p.gHd2017_previousPage {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #cfcfcf;
  }
  .gHd2017_previousPage > a {
    background: #6D6D6D;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    padding: 10px 10px 9px 32px;
    position: relative;
    display: block;
    font-weight: bold;
  }
  .gHd2017_previousPage > a:hover,
  .gHd2017_previousPage > a:active,
  .gHd2017_previousPage > a:focus {
    color: #fff;
  }
  .gHd2017_previousPage > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #fff;
    margin: auto;
  }
  .gHd2017_localMenu {
    border-bottom: solid 1px #d6d6d6;
  }
  .gHd2017_localMenu a {
    display: block;
  }
  .gHd2017_localMenu a,
  .gHd2017_localMenu a:hover,
  .gHd2017_localMenu a:focus,
  .gHd2017_localMenu a:active {
    color: #223;
  }
  .gHd2017_localMenu a:hover {
    text-decoration: underline;
  }
  .gHd2017_localMenu li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    margin-left: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #333;
  }
  .gHd2017_localMenu li a.iconNone:after {
    display: none;
  }
  .gHd2017_localMenu li a[href^="#"]:after {
    top: -0.2em;
    bottom: 0;
    left: 17px;
    width: 5px;
    height: 5px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    border-left: 0;
    border-top: 0;
    position: absolute;
    display: inline-block;
    content: '';
    vertical-align: middle;
  }
  .gHd2017_localMenuHdg {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    box-sizing: border-box;
    border: solid #d6d6d6;
    border-width: 1px 0 0 0;
    background: #fff;
  }
  .gHd2017_localMenuHdg a {
    display: block;
    padding: 10px 10px 9px 32px;
    position: relative;
  }
  .gHd2017_localMenuHdg a:after {
    left: 20px;
  }
  .gHd2017_localMenu .gHd2017_localMenuItems {
    padding-left: 17px;
    background: #efefef;
    border-top: 1px solid #d6d6d6;
    font-size: 12px;
  }
  .gHd2017_localMenu .gHd2017_localMenuItems li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 8px 10px 7px 16px;
    border-bottom: dotted 1px #ccc;
  }
  .gHd2017_localMenu .gHd2017_localMenuItems li a:after {
    left: 3px;
  }
  .gHd2017_localMenu .gHd2017_localMenuItems li a[href^="#"]:after {
    left: 0;
  }
  .gHd2017_localMenu .gHd2017_localMenuItems li:last-child a {
    border: none;
  }
}

.gHd2017_parsonal {
  width: 950px;
  margin: 2px auto 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .gHd2017_parsonal {
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
  }
}
.gHd2017_parsonal > div {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .gHd2017_parsonal > div {
    display: block;
  }
  .gHd2017_parsonal > div.gHd2017_box-login {
    display: none;
  }
  [data-script-enabled='true'] .gHd2017_parsonal > div.gHd2017_box-login {
    display: block;
  }
}
.gHd2017_mypage {
  padding-left: 8px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_mypage {
    width: 83px;
    float: right;
    padding-right: 10px;
    margin-bottom: 8px;
  }
}
.gHd2017_header .gHd2017_btn {
  display: inline-block;
  min-width: 93px;
  height: 30px;
  border: 1px solid #b7b7b7;
  box-sizing: border-box;
  border-radius: 15px;
  color: #223;
  background-color: #fff;
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gHd2017_header .gHd2017_btn {
    min-width: 83px;
  }
}
.gHd2017_header .gHd2017_btn:link,
.gHd2017_header .gHd2017_btn:focus,
.gHd2017_header .gHd2017_btn:active {
  color: #223;
}
.gHd2017_header .gHd2017_btn.gHd2017_btn-login,
.gHd2017_header .gHd2017_btn.gHd2017_btn-mypage,
.gHd2017_header .gHd2017_btn.gHd2017_btn-close {
  padding-left: 14px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_header .gHd2017_btn.gHd2017_btn-mypage {
    font-size: 10px;
  }
}
[data-script-enabled='true'] .gHd2017_header .gHd2017_btn-close {
  display: inline-block;
}
.gHd2017_header .gHd2017_btn-close {
  display: none;
}
.gHd2017_header .gHd2017_btn:hover {
  color: #223;
  opacity: .7;
}
.gHd2017_header .gHd2017_btn.gHd2017_btn-login:before,
.gHd2017_header .gHd2017_btn.gHd2017_btn-mypage:before,
.gHd2017_header .gHd2017_btn.gHd2017_btn-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  background-image: url(/common/hf1704/img/sprite.png);
  background-size: 350px auto;
}
.gHd2017_header .gHd2017_btn.gHd2017_btn-login:before {
  background-position: -64px -93px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.gHd2017_header .gHd2017_btn.gHd2017_btn-mypage:before {
  background-position: -13px -92px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_header .gHd2017_btn.gHd2017_btn-mypage:before {
    left: 6px;
  }
}
.gHd2017_header .gHd2017_btn.gHd2017_btn-close:before {
  background-position: -65px -129px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.gHd2017_wrap-box-login {
  position: relative;
}
.gHd2017_box-login {
  font-size: 12px;
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 9999;
  display: none;
}
[data-script-enabled='true'] .gHd2017_box-login {
  display: block;
}
@media only screen and (max-width: 767px) {
  .gHd2017_box-login {
    position: static;
  }
}
.gHd2017_box-login.gHd2017_is-opened {
  width: auto;
  min-width: 280px;
  box-shadow: 0 1px 3px rgba(51, 51, 51, .5);
}
@media only screen and (max-width: 767px) {
  .gHd2017_box-login.gHd2017_is-opened {
    box-shadow: none;
  }
}
.gHd2017_name {
  padding: 6px 10px 3px 10px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_name {
    padding-bottom: 11px;
  }
}
.gHd2017_name a {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .gHd2017_name a {
    display: inline-block;
    max-width: calc(100% - 15px);
    position: relative;
    overflow: hidden;
    line-height: 1.5;
  }
  .gHd2017_mypage + .gHd2017_box-login + .gHd2017_box-login .gHd2017_name a {
    max-width: calc(100% - 110px);
  }
  .gHd2017_name a:hover,
  .gHd2017_name a:focus {
    text-decoration: none;
  }
  .gHd2017_name a:before {
    content: "";
    display: block;
    width: calc(100% - 1em);
    position: absolute;
    top: 1.28em;
    left: 0;
  }
  .gHd2017_name a:hover:before,
  .gHd2017_name a:focus:before {
    border-bottom: 1px solid #0074bd;
  }
}
.gHd2017_name a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 4px;
  right: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
}
.gHd2017_is-opened .gHd2017_name a:after {
  top: 8px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .gHd2017_name a > span {
    display: block;
    line-height: 1.5;
  }
  .gHd2017_username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 2.1em;
  }
  .gHd2017_honorific {
    width: 2em;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
  }
}
.gHd2017_contents {
  padding: 3px 10px 10px;
  background-color: #fff;
}
[data-script-enabled='true'] .gHd2017_contents {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gHd2017_contents {
    padding: 15px 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2) inset;
    width: 100%;
    box-sizing: border-box;
  }
}
.gHd2017_header .gHd2017_list-status {
  margin-left: -5px;
  margin-right: -5px;
}
.gHd2017_list-status li {
  margin-bottom: 10px;
  text-align: center;
  float: left;
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
  display: table;
  height: 36px;
}
@media only screen and (max-width: 767px) {
  .gHd2017_list-status li {
    margin-bottom: 15px;
  }
}
.gHd2017_list-status li.gHd2017_highpriority {
  float: none;
  width: 100%;
  clear: both;
  height: 50px;
}
.gHd2017_list-status a {
  color: #223;
  background-color: #f3f3f3;
  display: table-cell;
  box-sizing: border-box;
  padding: 7px 10px 7px 16px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, .18);
  position: relative;
  vertical-align: middle;
}
.gHd2017_list-status a:link,
.gHd2017_list-status a:active,
.gHd2017_list-status a:visited {
  color: #223;
}
.gHd2017_list-status a:hover {
  color: #223;
  opacity: .7;
}
.gHd2017_list-status a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  background-image: url(/common/hf1704/img/sprite.png);
  background-size: 350px auto;
  background-position: -17px -134px;
}
.gHd2017_list-status a > span {
  position: relative;
  display: inline-block;
}
.gHd2017_list-status .gHd2017_over {
  position: relative;
  top: -1px;
  margin: 0 2px;
}

.gHd2017_list-status .gHd2017_over img {
  display: inline;
}

/* ステータスアイコン */
.gHd2017_list-status .gHd2017_mstatus a > span {
  padding-left: 32px;
  line-height: 1.4;
}
.gHd2017_list-status .gHd2017_mstatus a > span:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  background-image: url(/common/hf1704/img/sprite.png);
  background-size: 350px auto;
  background-position: -113px -50px;
}
.gHd2017_list-status .gHd2017_mstatus a > span.gHd2017_R006:before { background-position: -307px -12px;}
.gHd2017_list-status .gHd2017_mstatus a > span.gHd2017_R005:before { background-position: -275px -12px;}
.gHd2017_list-status .gHd2017_mstatus a > span.gHd2017_R004:before { background-position: -243px -12px;}
.gHd2017_list-status .gHd2017_mstatus a > span.gHd2017_R003:before { background-position: -210px -12px;}
.gHd2017_list-status .gHd2017_mstatus a > span.gHd2017_R002:before { background-position: -177px -12px;}
.gHd2017_list-status .gHd2017_mstatus a > span.gHd2017_R001:before { background-position: -145px -12px;}
.gHd2017_list-status .gHd2017_mstatus a > span.gHd2017_R000:before { background-position: -113px -12px;}

/* メール */
.gHd2017_list-status .gHd2017_mail a > span {
  padding-left: 22px;
}
.gHd2017_list-status .gHd2017_mail a > span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background-image: url(/common/hf1704/img/sprite.png);
  background-size: 350px auto;
  background-position: -14px -13px;
}
.gHd2017_list-status .gHd2017_mail.gHd2017_error a > span:before {
  background-position: -14px -52px;
  width: 19px;
  height: 15px;
}

/* ポイント */
.gHd2017_list-status .gHd2017_point a > span {
  padding-left: 22px;
}
.gHd2017_list-status .gHd2017_point a > span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  background-image: url(/common/hf1704/img/sprite.png);
  background-size: 350px auto;
  background-position: -62px -12px;
}
.gHd2017_list-status .gHd2017_point.gHd2017_error a > span:before {
  background-position: -63px -50px;
  width: 19px;
  height: 19px;
}

.gHd2017_itemname {
  color: #666;
  font-size: 10px;
}
.gHd2017_box-btn div:first-child {
  float: left;
}
.gHd2017_box-btn div:last-child {
  float: right;
}

/* エラー */
.gHd2017_error a {
  line-height: 1;
}
.gHd2017_error a > span {
  font-size: 11px;
  line-height: 1;
}

/* clearfix */
.gHd2017_list-status:before,
.gHd2017_list-status:after,
.gHd2017_box-btn:before,
.gHd2017_box-btn:after {
  display: table;
  content: "";
}
.gHd2017_list-status:after,
.gHd2017_box-btn:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .gHd2017_parsonal:before,
  .gHd2017_parsonal:after {
    display: table;
    content: "";
  }
  .gHd2017_parsonal:after {
    clear: both;
  }
}


/*  ======================================================
=== footer ===========================================  */
.gFt2017_footer {
  width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
  zoom: 1;
  min-height: 70px;
  padding: 28px 10px 20px;
  border-top: 1px solid #e0e0e0;
  position: relative;
}
.gFt2017_footer:before, .gFt2017_footer:after {content: ""; display: table;}
.gFt2017_footer:after {clear: both;}
@media only screen and (min-width: 768px) {
  .gFt2017_footer {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gFt2017_footer {
    width: 100%;
    margin: 0;
    padding: 10px 15px 24px;
    min-height: none;
    border-top: 1px solid #ccc;
  }
}
.gFt2017_copyright {
  color: #6d6d6d;
  position: absolute;
  left: 10px;
  bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .gFt2017_copyright {
    text-align: center;
    position: static;
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.gFt2017_copyright small {
  font-size: 12px;
}
.gFt2017_footer .gFt2017_corporationLink {
  display: inline-block;
  float: left;
  margin-bottom: 32px;
}
.gFt2017_footer .gFt2017_corporationLink > li {
  display: inline-block;
}
.gFt2017_footer .gFt2017_corporationLink > li > a {
  font-size: 11px;
  color: #4c4c4c;
}
.gFt2017_footer .gFt2017_corporationLink > li + li {
  padding-left: 20px;
}
.gFt2017_footer .gFt2017_policy {
  margin: auto 0;
  height: 60px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .gFt2017_footer .gFt2017_policy {
    float: none;
    text-align: center;
    margin: 4px 0px;
    position: static;
  }
}
.gFt2017_footer .gFt2017_policy > p {
  display: inline-block;
  margin-bottom: 0;
}
.gFt2017_footer .gFt2017_policy > p a {
  display: block;
  width: 59px;
}
@media only screen and (max-width: 767px) {
  .gFt2017_footer .gFt2017_corporationLink {
    float: none;
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .gFt2017_footer .gFt2017_corporationLink > li > a {
    font-size: 10px;
  }
  .gFt2017_footer .gFt2017_corporationLink > li + li {
    padding-left: 10px;
  }
}

.gFt2017_notification-number {
  float: left!important;
  width: 360px!important;
  text-align: right!important;
  margin-top: 12px!important;
}

.gFt2017_notification-number > p {
  margin: 0 !important;
  font-size: 11px!important;
}

@media only screen and (max-width: 767px) {
  .gFt2017_notification-number {
    float: none!important;
    width: auto!important;
    text-align: center!important;
    margin-top: 10px!important;
  }

.gFt2017_notification-number > p {
    font-size: 10px!important;
}

}

.gFt2017_footer.gFt2017_footer_ver2 > .inner::after {
    content: "";
    display: block;
    clear: both;
}

.gFt2017_footer.gFt2017_footer_ver2 .gFt2017_copyright {
  float: left!important;
  bottom: 16px!important;
  margin: 0 !important;
}

.gFt2017_footer.gFt2017_footer_ver2 .gFt2017_notification-number {
  float: right!important;
}

.gFt2017_footer.gFt2017_footer_ver2 .gFt2017_notification-number > p {
  font-size: 11px!important;
  margin: 0!important;
}

@media only screen and (max-width: 767px) {
.gFt2017_footer.gFt2017_footer_ver2 .gFt2017_copyright {
  float: none!important;
}

.gFt2017_footer.gFt2017_footer_ver2 .gFt2017_notification-number {
  float: none!important;
  text-align: center!important;
  margin-top: 10px!important;
}

.gFt2017_footer.gFt2017_footer_ver2 .gFt2017_notification-number > p {
  font-size: 12px!important;
}

}