@charset "utf-8";
/*************************************************
16.12.28
update:16.12.28
*************************************************/
/* ========================================
grand
======================================== */
/* common
----------------------------------------------------------- */
html {
  font-family: "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", Yu Gothic, YuGothic, sans-serif;
  color: #000;
  overflow-y: scroll;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  min-width: 1020px;
}
html,
body {
  background: #fff;
  line-height: 1;
  font-size: 16px;
  text-align: center;
}
.grd-mincho {
  font-family: "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", Yu Mincho, YuMincho, serif;
}
img {
  line-height: 1;
  font-size: 10px;
  color: #000;
  height: auto;
  max-width: 100%;
}
#grd-wrapper {
  line-height: 1.625;
  text-align: left;
  width: 100%;
}
#grd-contents {
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.grd-wrap {
  width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
.grd-row:before,
.grd-row:after {
  content: " ";
  display: table;
}
.grd-row:after {
  clear: both;
}
.grd-row {
  zoom: 1;
}
/* clear
------------------------------------------------------------ */
.grd-clr:before,
.grd-clr:after {
  content: " ";
  display: table;
}
.grd-clr:after {
  clear: both;
}
.grd-clr {
  zoom: 1;
}
/* btn
------------------------------------------------------------ */
.grd-btn {
  border: none;
  display: block;
  color: #000;
  cursor: pointer;
  line-height: 1;
  outline: none;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  white-space: normal;
}
.grd-btn-img {
  overflow: hidden;
}
.grd-btn-img img {
  width: 100%;
}
.grd-radius {
  border-radius: 4px;
}
.grd-shadow {
  box-shadow: 0 3px 2px rgba(0,0,0,0.2);
}
.grd-shadow-no {
  box-shadow: 0;
  box-shadow: none;
}
/* side nav
------------------------------------------------------------ */
#grd-head-side-nav {
  float: right;
  position: relative;
}
#grd-head-side-nav .grd-btn {
  border-radius: 10px;
  background: #003479;
  line-height: 1;
  text-align: right;
}
#grd-head-side-nav .grd-btn img {
  width: 40px;
}
#grd-head-side-nav .grd-side-tip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  text-align: center;
  -ms-transform: all 0.2s;
  -webkit-transform: all 0.2s;
  -moz-transform: all 0.2s;
  -o-transform: all 0.2s;
  transition: all 0.2s;
  zoom: 1;
}
#grd-head-side-nav .grd-side-tip span {
  display: block;
  border-radius: 2px;
  background: #003479;
  color: #fff;
  font-size: 63%;
  line-height: 1;
  min-width: 105px;
  white-space: nowrap;
  padding: 2px 5px 1px;
  position: relative;
}
#grd-head-side-nav .grd-side-tip span:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #003479 transparent;
}
#grd-head-side-nav .grd-btn:hover +.grd-side-tip {
  display: block;
  visibility: visible;
  opacity: 1;
  bottom: -20px;
}
#grd-side-nav-close {
  display: none;
  position: fixed;
  top: 30px;
  right: 430px;
  z-index: 20200;
}
#grd-side-nav-close .grd-btn {
  border-radius: 10px;
  background: #000;
  padding: 14px 13px 10px;
  line-height: 1;
}
#grd-side-nav-close .grd-btn img {
  width: 14px;
}
#grd-side-nav-container {
  background: #003479;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 400px;
  height: 100%;
  right: -410px;
  z-index: 20100;
  display: none;
}
#grd-side-nav-container .grd-side-nav-scroll {
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  position: relative;
}
#grd-side-nav-container .grd-side-link-list a,
#grd-side-nav-container .grd-side-link-list a:link,
#grd-side-nav-container .grd-side-link-list a:visited {
  color: #fff;
}
#grd-side-nav-container .grd-side-link-list .grd-list-triangle-right:before {
  border-color: transparent transparent transparent #fff;
}
#grd-side-nav-container .grd-side-home,
#grd-side-nav-container .grd-side-disease,
#grd-side-nav-container .grd-side-other {
  border-bottom: solid 1px #1a4a87;
  padding: 20px 0 20px 20px;
}
#grd-side-nav-container .grd-side-ttl {
  color: #fff;
}
#grd-side-nav-container .grd-side-link-list {
  font-size: 88%;
}
#grd-side-nav-container .grd-side-link-list >li {
  padding-top: 8px;
}
#grd-side-nav-container .extlink .ext {
  display: none;
}
#grd-side-nav-bnr {
  padding-top: 15px !important;
}
#grd-side-nav-bnr .grd-side-nav-bnr-healthnet {
  display: table;
  width: 175px;
  height: 60px;
  float: left;
  margin-bottom: 10px;
}
#grd-side-nav-bnr .grd-side-nav-bnr-healthnet >a {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#grd-side-nav-bnr .grd-side-nav-bnr-healthnet >a >img {
  width: 175px;
}
#grd-side-nav-bnr .grd-side-nav-bnr-list >li {
  float: left;
  width: 175px;
  height: 60px;
  display: table;
}
#grd-side-nav-bnr .grd-side-nav-bnr-list >li:nth-child(1) {
  margin-left: 10px;
  margin-bottom: 10px;
}
#grd-side-nav-bnr .grd-side-nav-bnr-list >li:nth-child(2) {
  margin-right: 10px;
}
#grd-side-nav-bnr .grd-side-nav-bnr-list >li a {
  width: 100%;
  height: 100%;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#grd-side-nav-bnr .grd-side-nav-bnr-list >li a >img {
  width: 155px;
}
/* bg-footer
------------------------------------------------------------ */
#grd-bg-footer {
  position: relative;
  padding-top: 30px;
}
#grd-bg-footer .grd-bg-footer-bg {
  background: url("/files/common/image/footer/bg_footer.png") no-repeat top center;
  height: 98px;
}
/* page-top
------------------------------------------------------------ */
#grd-page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10900;
  display: none;
}
#grd-page-top .grd-btn {
  display: block;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  border: 2px solid #fff;
  background: #003479;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px 10px;
  width: 66px;
  height: 66px;
}
#grd-page-top .grd-btn .grd-page-top-text-wrap {
  position: relative;
  display: block;
}
#grd-page-top .grd-btn .grd-page-top-bg {
  background: url("/files/grand/image/ico/ico_pagetop.png") no-repeat top center;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 9px;
}
#grd-page-top .grd-btn .grd-page-top-text-page {
  font-size: 10px;
  position: absolute;
  width: 64px;
  top: 28px;
  left: -12px;
}
#grd-page-top .grd-btn .grd-page-top-text-top {
  font-size: 10px;
  position: absolute;
  width: 64px;
  top: 38px;
  left: -12px;
}
/* fat-footer
------------------------------------------------------------ */
#grd-fat-footer,
#grd-fat-foot-medium,
#grd-fat-foot-nav {
  background: #003479;
  color: #fff;
}
#grd-fat-footer a,
#grd-fat-foot-medium a,
#grd-fat-foot-nav a,
#grd-fat-footer a:link,
#grd-fat-foot-medium a:link,
#grd-fat-foot-nav a:link,
#grd-fat-footer a:visited,
#grd-fat-foot-medium a:visited,
#grd-fat-foot-nav a:visited {
  color: #fff;
}
#grd-fat-footer .grd-fat-link-list a {
  text-decoration: underline;
}
#grd-fat-foot-nav .grd-foot-nav-list a {
  text-decoration: underline;
}
#grd-fat-footer .grd-row {
  border-bottom: solid 1px #1a4a87;
  width: 100%;
  padding: 20px 0;
  display: table;
}
#grd-fat-footer .grd-fat-home,
#grd-fat-footer .grd-fat-disease,
#grd-fat-footer .grd-fat-other {
  display: table-cell;
  vertical-align: top;
}
#grd-fat-footer .grd-fat-home {
  width: 310px;
}
#grd-fat-footer .grd-fat-disease {
  padding-left: 40px;
  width: 345px;
}
#grd-fat-footer .grd-fat-other {
  padding-left: 40px;
  width: 345px;
}
#grd-fat-footer .grd-fat-ttl {
  border-bottom: solid 1px #1a4a87;
  font-size: 88%;
  padding: 20px 0 15px;
}
#grd-fat-footer .grd-fat-link-list {
  font-size: 69%;
  padding: 15px 0 0 5px;
}
#grd-fat-footer .grd-fat-link-list >li {
  padding-top: 5px;
}
#grd-fat-foot-medium .grd-wrap {
  border-bottom: solid 1px #1a4a87;
}
#grd-fat-foot-medium .grd-row {
  padding: 25px 0;
}
#grd-fat-foot-medium .grd-foot-bnr-healthnet {
  float: left;
}
#grd-fat-foot-medium .grd-foot-bnr-healthnet >a {
  background: #fff;
  display: block;
  text-align: center;
}
#grd-fat-foot-medium .grd-foot-bnr-healthnet >a >img {
  width: 220px;
}
#grd-fat-foot-medium .grd-foot-bnr-list {
  float: left;
}
#grd-fat-foot-medium .grd-foot-bnr-list >li {
  margin-left: 40px;
  display: table;
  width: 220px;
  height: 60px;
  float: left;
}
#grd-fat-foot-medium .grd-foot-bnr-list >li >a {
  background: #fff;
  width: 220px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#grd-fat-foot-medium .grd-foot-bnr-list >li >a img {
  width: 200px;
}
#grd-fat-foot-nav .grd-foot-nav-list {
  font-size: 76%;
  text-align: center;
  padding: 25px 0;
}
#grd-fat-foot-nav .grd-foot-nav-list >li {
  display: inline;
  vertical-align: top;
}
#grd-fat-foot-nav .grd-foot-nav-list >li:before {
  content: '|';
  padding: 0 6px 0 2px;
}
#grd-fat-foot-nav .grd-foot-nav-list >li:first-child:before {
  content: '';
}
#grd-fat-footer .extlink .ext,
#grd-fat-foot-medium .extlink .ext,
#grd-fat-foot-nav .extlink .ext {
  display: none;
}
#grd-side-nav-container .grd-ig-external .grd-ig-ext,
#grd-fat-footer .grd-ig-external .grd-ig-ext {
  background: url("/files/grand/image/ico/grd_ico_external_link_off.png") no-repeat right center;
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}
/* end-footer
------------------------------------------------------------ */
#grd-end-footer {
  background: #fff;
}
#grd-end-footer .grd-row {
  padding: 20px 0 20px;
}
#grd-end-footer .grd-logo-foot {
  float: right;
}
#grd-end-footer .grd-logo-foot img {
  width: 130px;
}
#grd-end-footer .grd-copyright {
  line-height: 1.8;
  font-size: 69%;
}
/* ========================================
common
======================================== */
.grd-br-pc {
  display: block;
}
.grd-br-rsp {
  display: none;
}
.grd-list-triangle-right {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 14px;
}
.grd-list-triangle-right:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
}
/* ========================================
@media screen and (min-width:769px)
======================================== */
@media screen and (min-width: 769px) {
  #grd-page-top .grd-btn:hover {
    background: #ef7e00;
  }
  #grd-fat-footer .grd-fat-link-list a:hover {
    color: #f9bc29;
  }
  #grd-fat-foot-nav .grd-foot-nav-list a:hover {
    color: #f9bc29;
  }
  /* #grd-side-nav-container .grd-ig-external:hover .grd-ig-ext,
  #grd-fat-footer .grd-ig-external:hover .grd-ig-ext {
    background: url("/files/grand/image/ico/grd_ico_external_link_on.png") no-repeat right center;
  } */
}
/* ========================================
@media screen and (max-width:768px)
======================================== */
@media screen and (max-width: 768px) {
  body {
    overflow: hidden;
    min-width: 100%;
  }
  html,
  body {
    font-size: 14px;
  }
  #grd-wrapper {
    overflow: hidden;
    padding-top: 0 !important;
  }
  .grd-wrap {
    width: 100%;
    padding: 0 10px;
  }
  #grd-head-side-nav,
  #grd-side-nav-container,
  #grd-side-nav-close {
    display: none !important;
  }
  #grd-bg-footer {
    padding-top: 20px;
  }
  #grd-bg-footer .grd-wrap {
    padding: 0;
  }
  #grd-bg-footer .grd-bg-footer-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #grd-bg-footer .grd-bg-footer-bg-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #grd-bg-footer .grd-bg-footer-bg:before {
    content: "";
    display: block;
    padding-top: 13%;
  }
  #grd-bg-footer .grd-bg-footer-bg {
    background: url("/files/common/image/footer/bg_footer_rsp.png") no-repeat top center;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #grd-page-top {
    right: 10px;
  }
  #grd-fat-footer .grd-wrap {
    padding: 0;
  }
  #grd-fat-footer .grd-row {
    display: block;
    border-bottom: none;
    padding: 0;
  }
  #grd-fat-footer .grd-fat-home,
  #grd-fat-footer .grd-fat-disease,
  #grd-fat-footer .grd-fat-other {
    border-bottom: solid 1px #1a4a87;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  #grd-fat-footer .grd-fat-ttl {
    border-bottom: none;
    font-size: 93%;
    font-weight: bold;
    padding: 0;
  }
  #grd-fat-footer .grd-fat-link-list {
    font-size: 79%;
    padding: 0;
  }
  #grd-fat-footer .grd-fat-link-list >li {
    padding-top: 10px;
  }
  #grd-fat-foot-nav .grd-foot-nav-list {
    font-size: 79%;
    padding: 15px 0;
  }
  #grd-fat-foot-medium {
    display: none !important;
  }
  #grd-end-footer .grd-row {
    padding: 10px 0 100px;
  }
  #grd-end-footer .grd-logo-foot {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
  #grd-end-footer .grd-logo-foot img {
    width: 30%;
  }
  #grd-end-footer .grd-copyright {
    font-size: 71%;
    padding-top: 20px;
  }
  .grd-br-pc {
    display: none;
  }
  .grd-br-rsp {
    display: block;
  }
}