@charset "UTF-8";
/* ======================new2017hdft.css====================== */
/* ======================LAYOUT====================== */
/* ======= @MEDIA ======= */
@media screen and (max-width: 767px) {
  body.respon #page,
  body.respon .pbAreaWrapper1,
  body.respon .hdBox {
    min-width: 320px !important;
  }
  body.respon #page {
    margin-top: -105px !important;
    padding-top: 220px !important;
  }
}
@media print {
	body {
		zoom: 70%;
	}
}
/* ======================BASE====================== */
#page {
  font-size: 100% !important;
}
#page.fontSmall {
  font-size: 80% !important;
}
#page.fontMedium {
  font-size: 100% !important;
}
#page.fontLarge {
  font-size: 120% !important;
}

#headerArea,
#footerArea {
  font: 16px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Verdana, "ＭＳ Ｐゴシック",sans-serif;
  color: #000;
}
#headerArea #area1,
#headerArea #area4,
#footerArea #area1,
#footerArea #area4 {
  font-size: 100% !important;
}
#headerArea #area1.fontSmall,
#headerArea #area4.fontSmall,
#footerArea #area1.fontSmall,
#footerArea #area4.fontSmall {
  font-size: 80% !important;
}
#headerArea #area1.fontMedium,
#headerArea #area4.fontMedium,
#footerArea #area1.fontMedium,
#footerArea #area4.fontMedium {
  font-size: 100% !important;
}
#headerArea #area1.fontLarge,
#headerArea #area4.fontLarge,
#footerArea #area1.fontLarge,
#footerArea #area4.fontLarge {
  font-size: 120% !important;
}
#headerArea .pbBlock,
#footerArea .pbBlock {
  line-height: 1.5;
}
#headerArea a,
#footerArea a {
  cursor: pointer;
  text-decoration: none;
}
#headerArea a:hover,
#footerArea a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
#headerArea a[target="_blank"]:after,
#headerArea a[class="pbOpenNewWindow"]:after,
#headerArea a[href$=".xls"]:after,
#headerArea a[href$=".xlsx"]:after,
#headerArea a[href$=".ppt"]:after,
#headerArea a[href$=".pptx"]:after,
#headerArea a[href$=".pdf"]:after,
#headerArea a[href$=".doc"]:after,
#headerArea a[href$=".docx"]:after,
#footerArea a[target="_blank"]:after,
#footerArea a[class="pbOpenNewWindow"]:after,
#footerArea a[href$=".xls"]:after,
#footerArea a[href$=".xlsx"]:after,
#footerArea a[href$=".ppt"]:after,
#footerArea a[href$=".pptx"]:after,
#footerArea a[href$=".pdf"]:after,
#footerArea a[href$=".doc"]:after,
#footerArea a[href$=".docx"]:after {
  font-family: FontAwesome;
  margin-left: 3px;
  margin-right: 3px;
  color: #0062af;
}
#headerArea a[target="_blank"]:after,
#headerArea a[class="pbOpenNewWindow"]:after,
#footerArea a[target="_blank"]:after,
#footerArea a[class="pbOpenNewWindow"]:after {
  content: "\f08e";
}
#headerArea a[href$=".xls"]:after,
#headerArea a[href$=".xlsx"]:after,
#footerArea a[href$=".xls"]:after,
#footerArea a[href$=".xlsx"]:after {
  content: "\f1c3";
}
#headerArea a[href$=".ppt"]:after,
#headerArea a[href$=".pptx"]:after,
#footerArea a[href$=".ppt"]:after,
#footerArea a[href$=".pptx"]:after {
  content: "\f1c4";
}
#headerArea a[href$=".pdf"]:after,
#footerArea a[href$=".pdf"]:after {
  content: "\f1c1";
}
#headerArea a[href$=".doc"]:after,
#headerArea a[href$=".docx"]:after,
#footerArea a[href$=".doc"]:after,
#footerArea a[href$=".docx"]:after {
  content: "\f1c2";
}
#headerArea p,
#footerArea p {
  padding: 0;
  margin: 0;
}
#headerArea ul, #headerArea li,
#footerArea ul,
#footerArea li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nonAicon a[target="_blank"]:after,
.nonAicon a[class="pbOpenNewWindow"]:after,
.nonAicon a[href$=".xls"]:after,
.nonAicon a[href$=".xlsx"]:after,
.nonAicon a[href$=".ppt"]:after,
.nonAicon a[href$=".pptx"]:after,
.nonAicon a[href$=".pdf"]:after,
.nonAicon a[href$=".doc"]:after,
.nonAicon a[href$=".docx"]:after,
.nonAicon a[target="_blank"]:after,
.nonAicon a[class="pbOpenNewWindow"]:after,
.nonAicon a[href$=".xls"]:after,
.nonAicon a[href$=".xlsx"]:after,
.nonAicon a[href$=".ppt"]:after,
.nonAicon a[href$=".pptx"]:after,
.nonAicon a[href$=".pdf"]:after,
.nonAicon a[href$=".doc"]:after,
.nonAicon a[href$=".docx"]:after {
  display: none;
}

/* ======================HEADER====================== */
/* ======= SLIDER ======= */
#headerArea .spGnavi_wrap,
#headerArea .flexslider,
#headerArea .fullWideSlider {
  /* only top */
  display: none;
}

/* ======= LOGOBOX ======= */
.hdLogoBox {
  max-width: 1102px;
  margin: 10px auto 0;
}

/* --- LOGO --- */
.hdLogo {
  width: 275px !important;
}

/* --- UTILBOX --- */
.hdUtilBox {
  width: 827px !important;
  margin: 10px 0;
}

/* UTIL LINK */
.hdUtil {
  width: 627px !important;
  font-size: 75%;
  margin-bottom: 15px;
}
.hdUtil a {
  color: #000;
}
.hdUtil ul li {
  display: inline-block;
  margin-right: 10px !important;
}
.hdUtil ul li img {
  margin-right: 3px;
  vertical-align: middle;
  max-width: 34px;
  max-height: 33px;
}

/* FONTSIZE / PDF */
.hdSizeCh,
.hdPdf {
  font-size: 80%;
  margin-top: 3px;
  padding-top: 5px;
}
.hdSizeCh p,
.hdPdf p {
  padding: 0;
  float: right;
  margin: 0.3em 10px 0 0;
}
.hdSizeCh ul,
.hdPdf ul {
  float: right;
  margin: -5px 1px 0 10px !important;
}
.hdSizeCh li,
.hdPdf li {
  float: left;
  padding: 5px 7px !important;
  border: 1px solid #0062af;
  border-right: none;
  background: #e9f2fb;
  cursor: pointer;
  line-height: 1.3;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: perspective(0);
}
.hdSizeCh li.textresizer-active, .hdSizeCh li:hover,
.hdPdf li.textresizer-active,
.hdPdf li:hover {
  background: #bed9f3;
}
.hdSizeCh li:last-child,
.hdPdf li:last-child {
  border-right: 1px solid #0062af;
}

.hdSizeCh {
  width: 200px !important;
}

.hdPdf {
  width: 170px !important;
}

/* LINKLIST */
.hdLnk {
  font-size: 80%;
}
.hdLnk li {
  display: inline-block;
}

/* SNS */
.hdSns {
  width: 576px !important;
}
.hdSns ul {
  float: right;
}
.hdSns ul li {
  display: inline-block;
  margin-left: 5px !important;
  float: left;
}
.hdSns img {
  max-width: 30px;
}

/* SEARCH */
.hdSearch {
  width: 251px !important;
  text-align: right;
  /* googlesearch */
}
.hdSearch form {
  display: table;
  font-size: 90% !important;
}
.hdSearch .pbBlock.pbBlockSearch input[type="text"] {
  border: 1px solid #0062af !important;
  margin: 0 !important;
  padding: 2px !important;
  height: auto !important;
  font-size: 100% !important;
  width: 230px !important;
}
.hdSearch .pbBlock.pbBlockSearch input[type="submit"] {
  text-indent: -9999px;
  width: 2.1em;
  height: 2.1em;
  border: 1px solid #0062af;
  border-radius: 0;
  background: #0062af url(/library/renew2017/img/common/top/ic_search.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$cl_navy', endColorstr='$cl_navy',GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="", sizingMethod="");
}
.hdSearch table.gsc-search-box {
  margin: 1px 0 0;
}
.hdSearch table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.hdSearch .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
  background-color: transparent !important;
}
.hdSearch .gsc-input-box,
.hdSearch input.gsc-input {
  float: right;
  border: 1px solid #0062af;
  margin: 0;
  width: 180px;
  height: 2.1em;
}
.hdSearch input.gsc-search-button {
  /* google */
  background: #0062af;
  padding: 0;
  font-size: 100%;
  text-indent: -9999px;
  width: 2.1em;
  height: 2.1em;
  border: 1px solid #0062af;
  border-radius: 0;
  padding: 5px;
  float: left;
  margin: 0;
  background: #0062af url(/library/renew2017/img/common/top/ic_search.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$cl_navy', endColorstr='$cl_navy',GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="", sizingMethod="");
}
.hdSearch input.gsc-search-button.gsc-search-button-v2 {
  background-image: none;
}
.hdSearch input.gsc-search-button:hover, .hdSearch input.gsc-search-button:focus, .hdSearch input.gsc-search-button:active {
  background-color: #0062af;
}
.hdSearch .gsib_a {
  padding: 3px 6px 0;
}
.hdSearch .gsib_a input {
  font-size: 100%;
}
.hdSearch .gsc-branding {
  display: none;
}

/* ======= GLOBALNAVI ======= */
.hdGnaviBox {
  clear: both;
}

.hdGnavi {
  background: #dd406a;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  padding: 10px 0;
  text-align: center;
  border-bottom: 5px solid #861835;
}
.hdGnavi ul {
  letter-spacing: -0.4em;
}
.hdGnavi li {
  display: inline-block;
  letter-spacing: normal;
  border-left: 1px solid #fff;
}
.hdGnavi li:first-child {
  border-left: none;
}
.hdGnavi li a {
  display: block;
  padding: 5px 20px;
  color: #fff !important;
  cursor: pointer;
}
.hdGnavi li a:hover {
  text-decoration: none !important;
  background: #c7234f;
  border-radius: 10px;
}

/* ======= PAGENAVI ======= */
.hdPgnavi {
  max-width: 1122px;
  margin: 0 auto;
  font-size: 80%;
  padding: 10px;
  margin-bottom: 10px;
}

/* ======= SP HEAD ======= */
body.nonrespon *[class*="hdSP"] {
  display: none;
}

body.respon .hdSPmenubtn {
  color: #0062af;
  display: block;
  max-width: 20%;
  float: right;
  padding: 5px;
  font-size: 80%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
body.respon .hdSPmenubtn:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 300%;
}
body.respon .hdSPmenubtn.pb-layout, body.respon .hdSPmenubtn.pb-of-visible {
  /* for editmode */
  position: static;
  display: block;
}
body.respon .hdSPmenubtn.spClose:before {
  content: "\f00d";
}
body.respon .hdSPutil {
  background: #ebebeb;
  font-size: 90%;
  padding-top: 1em;
  height: 45px;
  border-bottom: 1px solid #d0d0d0;
}
body.respon .hdSPutil ul {
  letter-spacing: -0.4em;
  text-align: center;
  padding: 5px 0;
}
body.respon .hdSPutil ul li {
  display: inline-block;
  letter-spacing: normal;
}
body.respon .hdSPutil ul li a {
  display: block;
  border-right: 1px solid #666;
  color: #000;
  padding: 0 5px;
}
body.respon .hdSPutil ul li:last-child a {
  border-right: none;
}
body.respon .hdSPutil ul li img {
  max-width: 18px;
  max-height: 18px;
  margin-right: 2px;
  vertical-align: top;
}
body.respon .hdSPdrawer {
  padding: 0 10px;
}
body.respon .hdSPdrawer a {
  color: #fff;
}
body.respon .hdSPdrawer .hdftBigBtn {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .hdSPmenubtn,
  .hdSPdrawer,
  .hdSPutil {
    display: none !important;
  }

  .hdGnaviBox {
    display: block !important;
  }

  .hdGnavi {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  body.respon #headerArea,
  body.respon #footerArea {
    font-size: 14px;
  }
  body.respon #headerArea a[target="_blank"]:after,
  body.respon #headerArea a[class="pbOpenNewWindow"]:after,
  body.respon #footerArea a[target="_blank"]:after,
  body.respon #footerArea a[class="pbOpenNewWindow"]:after {
    font-size: 75%;
  }
  body.respon a:hover {
    opacity: 1;
  }
  body.respon a:active {
    opacity: 0.8;
  }
  body.respon .hdBox {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    min-width: 320px;
    z-index: 20;
  }
  body.respon .hdBox.pb-layout, body.respon .hdBox.pb-of-visible {
    /* for editmode */
    position: static;
    display: block;
  }
  body.respon .hdLogoBox {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  body.respon .hdLogo img {
    max-height: 55px;
  }
  body.respon .hdUtilBox,
  body.respon .hdPgnavi {
    display: none;
  }
  body.respon .hdGnaviBox {
    display: none;
    position: fixed;
    top: 0;
    width: 85%;
    z-index: 30;
    background: rgba(26, 26, 26, 0.95);
    color: #fff;
    max-height: 100%;
    overflow-y: auto;
  }
  body.respon .hdGnaviBox.pb-layout, body.respon .hdGnaviBox.pb-of-visible {
    /* for editmode */
    position: static;
    display: block;
  }
  body.respon .hdGnaviBox .hdGnavi {
    border: none;
    font-weight: normal;
    font-size: 110%;
    text-align: left;
    background: none;
  }
  body.respon .hdGnaviBox .hdGnavi li {
    display: block;
    border: none;
    border-bottom: 1px solid gray;
  }
  body.respon .hdGnaviBox .hdGnavi li a:hover {
    background: none;
    border-radius: 0;
  }
}
/* ======================FOOTER====================== */
/* ======= BIGBUTTON ======= */
.hdftBigBtn {
  padding: 10px 0;
  text-align: center;
}
.hdftBigBtn li {
  display: inline-block;
  margin: 15px !important;
  font-weight: bold;
  font-size: 130%;
  min-width: 315px;
}
.hdftBigBtn li a {
  display: block;
  padding: 15px 10px;
  background: #f44b4b;
  color: #fff !important;
  border-radius: 5px;
  box-shadow: 5px 5px 0 #960e59;
}
.hdftBigBtn li a:hover {
  text-decoration: none !important;
}
.hdftBigBtn li a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 15px;
}

/* ======= PAGETOP ======= */
.ftPagetop {
  padding: 0 5%;
  color: #fff;
}
.ftPagetop a {
  color: #fff !important;
  display: block;
  padding: 20px 20px 0;
  background: #37668b;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  line-height: 1em;
  width: 7em;
  text-align: center;
  float: right;
}
.ftPagetop a:hover, .ftPagetop a:link, .ftPagetop a:visited {
  text-decoration: none !important;
  opacity: 1 !important;
}
.ftPagetop a:active {
  opacity: 0.8;
}
.ftPagetop a:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 400%;
  display: block;
  line-height: 0.5em;
  font-weight: bold;
}

/* ======= DIGITALPAMPHLET ======= */
.ftDigital {
  background: #37668b;
  margin: 0 0 30px;
}
.ftDigital.hdftBigBtn a {
  background: #ffc900;
  color: #0a0106 !important;
}

/* ======= FOOTER GNAVI ======= */
.ftGnavi {
  max-width: 1102px;
  margin: 0 auto 30px;
  font-size: 80%;
  text-align: center;
  padding: 0 150px;
}
.ftGnavi div[class*="col-"] {
  border-left: 1px solid #d0d0d0;
  width: 21.33333%;
}
.ftGnavi div[class*="col-"]:first-child {
  border: none;
  width: 36%;
}
.ftGnavi img {
  max-width: 30px;
  float: left;
  margin: 0 3px 3px;
}
.ftGnavi a {
  color: #000;
}
.ftGnavi .hdftBigBtn {
  padding: 0;
}
.ftGnavi .hdftBigBtn li {
  min-width: 0;
  display: block;
  max-width: 90%;
  margin: 0 5px 5px !important;
}
.ftGnavi .hdftBigBtn li a {
  padding: 5px;
}

/* ======= FOOTER LOGOBOX ======= */
.ftLogoBox {
  max-width: 1102px;
  margin: 0 auto 30px;
  padding: 0 150px;
}
.ftLogoBox div[class*="col-"]:last-child {
  border-left: 1px solid #d0d0d0;
}
.ftLogoBox .ftLogo {
  margin-bottom: 10px;
}
.ftLogoBox .ftAddress {
  font-size: 90%;
}
.ftLogoBox li {
  margin: 0 0 10px !important;
}
.ftLogoBox a {
  color: #000;
}

/* ======= FOOTER UTIL ======= */
.ftUtil {
  background: #666;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 80%;
}
.ftUtil li {
  display: inline-block;
  margin: 5px 10px !important;
}
.ftUtil a {
  color: #fff !important;
}

/* ======= @MEDIA ======= */
@media screen and (max-width: 767px) {
  body.respon .hdftBigBtn li {
    display: inline-block;
    margin: 10px !important;
    font-size: 110%;
    min-width: 157.5px;
  }
  body.respon .hdftBigBtn li a {
    padding: 10px 5px;
    box-shadow: 3px 3px 0 #960e59;
    font-weight: normal;
  }
  body.respon .ftDigital {
    margin: 0;
    padding: 0;
  }
  body.respon .ftDigital li {
    margin: 0 0 3px !important;
    display: block;
    font-size: 100%;
    font-weight: normal;
  }
  body.respon .ftDigital li a {
    border-radius: 0;
    box-shadow: 0 3px 0 #960e59;
  }
  body.respon .ftPagetop {
    padding: 0;
  }
  body.respon .ftPagetop a {
    border-radius: 15px;
    float: none;
    margin: 20px auto;
    padding: 15px 10px;
    font-size: 90%;
  }
  body.respon .ftGnavi {
    padding: 10px 0 0;
    background: #ebebeb;
    margin-bottom: 0;
    text-align: left;
    font-size: 90%;
  }
  body.respon .ftGnavi div[class*="col-"] {
    width: auto !important;
    border: none;
    border-bottom: 1px solid #d0d0d0 !important;
    padding: 10px;
    margin: 0 10px !important;
  }
  body.respon .ftGnavi div[class*="col-"]:last-child {
    border: none !important;
    padding: 10px 0;
    margin: 0 !important;
  }
  body.respon .ftGnavi img {
    /* float: none; */
    /* display: none; */
  }
  body.respon .ftGnavi a {
    display: block;
  }
  body.respon .ftGnavi .hdftBigBtn li {
    display: block;
    margin: 0 auto 5px !important;
    max-width: 100%;
  }
  body.respon .ftGnavi .hdftBigBtn li a {
    border-radius: 0;
    padding: 10px 5px;
    box-shadow: 0 3px 0 #960e59;
  }
  body.respon .ftGnavi br {
    display: none;
  }
  body.respon .ftLogoBox {
    padding: 0 10%;
    background: #ebebeb;
    font-size: 90%;
    margin-bottom: 0;
  }
  body.respon .ftLogoBox li {
    margin: 15px 5px !important;
  }
  body.respon .ftLogoBox div[class*="col-"] {
    border-left: none !important;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0 !important;
  }
  body.respon .ftUtil {
    background: #ebebeb;
    font-size: 100%;
    text-align: left;
    padding: 10px 0 0;
    color: #000;
  }
  body.respon .ftUtil li {
    font-size: 90%;
  }
  body.respon .ftUtil a {
    color: #000 !important;
  }
  body.respon .ftUtil .ftCopy {
    margin: 10px 0 0;
    padding: 10px;
    background: #333333;
    color: #fff;
    font-size: 80%;
    text-align: center;
  }
  body.respon .ftUtil .ftPagetop a {
    margin: 10px auto 20px;
    color: #fff !important;
  }
  body.respon .ftUtil .cmp-prg-01 {
    margin: 0;
  }
}

