@charset "utf-8";
 
/* ****************************************************

layout.css
-----------------------------------
1: common parts for PC
1-1: header
1-2: main
1-3: footer
1-4: breadcrumbNav
-----------------------------------
2: common parts for Smartphone
2-1: header
2-2: main
2-3: footer
2-4: breadcrumbNav
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */


/*=================================

1: common parts for PC

================================ */

/* en */
#allContainer {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #allContainer {
    overflow: hidden;
  }
}

.headerBlock .siteLogo > a,
.corporateInfo .siteLogo > a {
  font-family: 'Noto Sans Japanese', serif;
  display: block;
}

#globalHeader > .headerBlock,
#globalContents,
#footerNav > ul,
#globalFooter > .footerBlock {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (min-width: 769px) {
  /* hover common settings */
  .siteUtility .socialLink li > a,
  .shareIconList > li > a,
  #footerContainer .pageTop > a {
    -webkit-transition: opacity 0.2s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
    opacity: 1;
  }
  .siteUtility .socialLink li > a:hover,
  .shareIconList > li > a:hover,
  #footerContainer .pageTop > a:hover {
    opacity: 0.9;
  }
  #globalNav > ul > li > a {
    -webkit-transition: background-color 0.2s ease-out 0s;
    -moz-transition: background-color 0.2s ease-out 0s;
    -ms-transition: background-color 0.2s ease-out 0s;
    -o-transition: background-color 0.2s ease-out 0s;
    transition: background-color 0.2s ease-out 0s;
  }
  .pagePrint a,
  #footerContainer .pageTop > a {
    -webkit-transition: transform 0.2s ease-out 0s;
    -moz-transition: transform 0.2s ease-out 0s;
    -ms-transition: transform 0.2s ease-out 0s;
    -o-transition: transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s;
  }
  .pagePrint a:active,
  #footerContainer .pageTop > a:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

/* tablet */
.tablet body {
  min-width: 1200px;
}


/* 1-1: header
================================ */
/* headerContainer */
#headerContainer {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(95, 95, 95, 0.35);
  -moz-box-shadow: 0 2px 6px rgba(95, 95, 95, 0.35);
  box-shadow: 0 2px 6px rgba(95, 95, 95, 0.35);
  border-bottom: 1px solid #cccccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #headerContainer {
    padding-bottom: 0;
  }
  .menuOpening #headerContainer {
    position: absolute !important;
  }
}
#headerContainer #globalHeader .headerBlock {
  position: relative;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalHeader .headerBlock {
    padding: 15px 19px 15px 15px;
  }
}
/* siteLogo */
#headerContainer #globalHeader .headerBlock .siteLogo {
  position: relative;
  width: 348px;
  z-index: 15;
  margin: 0;
}
#headerContainer #globalHeader .headerBlock .siteLogo.foundation{
  width: 343px;
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalHeader .headerBlock .siteLogo {
    width: 213px;
  }
  #headerContainer #globalHeader .headerBlock .siteLogo.foundation{
    width: 227px;
    margin-top: -3px;
    margin-left: -3px;
  }
}
#headerContainer #globalHeader .headerBlock .siteLogo a {
  display: block;
}
#headerContainer #globalHeader .headerBlock .siteLogo a img {
  width: 100%
}
/* siteUtility */
#headerContainer #globalHeader .headerBlock .siteUtility {
  position: absolute;
  top: 0;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalHeader .headerBlock .siteUtility {
    right: 64px;
  }
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox {
  float: left;
  position: relative;
}
#headerContainer #globalHeader .headerBlock .siteUtility > .utilityBox > * {
  height: 45px;
  padding-top: 12px;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalHeader .headerBlock .siteUtility > .utilityBox > * {
    height: 36px;
    padding-top: 22px;
  }
}

#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites {
  border-left: 1px solid #e0e0e0;
  padding-top: 5px !important;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites {
    display: none;
  }
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites > a {
  background: url(../img/header_ic01.png) no-repeat 14px top;
  color: #666666;
  font-size: 12px;
  padding: 1px 14px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites a span {
  padding-left: 20px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField {
  background-color: rgba(0,0,0,0.9);
  display: table;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField {
    display: none;
  }
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField p.closeBtn {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 44px;
  width: 44px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField p.closeBtn a {
  background: url(../img/header_bt02.png) no-repeat 0 0;
  display: block;
  height: 44px;
  outline: none;
  text-indent: -9999px;
  width: 44px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner {
  color: #ffffff;
  display: table;
  height: 100%;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  padding: 0 20px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow {
  overflow: hidden;
  margin: 0 -30px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow .nwCol {
  float: left;
  width: 33.33333%;
  padding: 0 30px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow .nwCol dl + dl {
  margin-top: 52px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow .nwCol dl dt {
  border-bottom: 1px #909090 solid;
  font-size: 133.3%;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow .nwCol dl dd {
  line-height: 1.2;
  text-indent: -20px;
  padding-left: 20px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow .nwCol dl dd + dd {
  margin-top: 22px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow .nwCol dl dd:before {
  background: url(../img/header_ic04.png) no-repeat left top;
  display: inline-block;
  content: '';
  height: 11px;
  width: 7px;
  margin-right: 13px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow .nwCol dl dd a {
  color: #ffffff;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow .nwCol dl dd a:after {
  background: url(../img/header_ic05.png) no-repeat left top;
  display: inline-block;
  content: '';
  height: 11px;
  width: 13px;
  margin-left: 10px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .nwRow .nwCol dl dd a.icNone:after {
  background: none;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .btn {
  float: right;
  text-align: center;
  width: 230px;
  margin-top: 59px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .btn a {
  background-color: #808080;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 18px 0 17px;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .btn a:hover {
  text-decoration: none;
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .networkWebsites .networkField .networkInner .networkCont .btn a:before {
  background: url(../img/header_ic04.png) no-repeat left top;
  display: inline-block;
  content: '';
  height: 11px;
  width: 7px;
  margin-right: 13px;
}

#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .siteSearch {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  width: 45px;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .siteSearch {
    border-right: none;
    border-left: none;
    width: 30px;
  }
}
#headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .siteSearch p {
  background: url(../img/header_ic02.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 22px;
  text-indent: -9999px;
  width: 22px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalHeader .headerBlock .siteUtility .utilityBox .siteSearch p {
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
  }
}
.modal_open {
  overflow: hidden;
  height: 100%; }

#modal_bg {
  background-color: rgba(102, 102, 102, 0.75);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  overflow-y: auto;
  padding: 70px 0 50px;
}
#modal_bg.inline {
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  #modal_bg.inline {
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
#modal_bg.inline .modal_wrap {
  height: 100%;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  #modal_bg.inline .modal_wrap {
    padding: 20px;
  }
}
#modal_bg.inline .modal_wrap .modal_content {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  #modal_bg.inline .modal_wrap .modal_content {
    overflow: hidden;
    padding: 0 2px;
  }
}
#modal_bg.inline .modal_wrap .modal_content .modal_area {
  height: 100%;
}

.modal {
  display: none;
  max-width: 720px;
  position: absolute;
  padding-top: 300px;
  left: 50%;
  top: 0;
  z-index: 2000;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .modal {
    max-width: 100%;
    padding-top: 200px;
  }
}
.modal .modal_content .modal_area .modal_close {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  top: -57px; }
@media only screen and (min-width: 769px) {
  .modal .modal_content .modal_area .modal_close span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_content .modal_area .modal_close {
    background-color: #6dc5f1;
    display: block;
    color: #fff;
    height: 50px;
    font-size: 128.6%;
    top: -40px;
    right: 20px;
    text-align: center;
    padding: .7em 0 0.8em;
    margin: 0 -20px; }
  .modal .modal_content .modal_area .modal_close img {
    display: none;
  }
}
.searchField .searchInner {
  display: table;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.searchField .searchInner form {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .searchField .searchInner form {
    padding: 0 20px;
  }
}
.searchField .searchInner form .searchBlock {
  height: 50px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .searchField .searchInner form .searchBlock {
    height: 40px;
  }
}
.searchField .searchInner form .searchBlock input {
  background: none;
  border: none;
  border-radius: 0;
  height: 50px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .searchField .searchInner form .searchBlock input {
    height: 40px;
  }
}
.searchField .searchInner form .searchBlock input[type="text"] {
  background-color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  padding: 10px 160px 10px 10px;
}
@media only screen and (max-width: 768px) {
  .searchField .searchInner form .searchBlock input[type="text"] {
    font-size: 1.6rem;
    padding: 8px 100px 8px 8px;
  }
}
.searchField .searchInner form .searchBlock input.submit {
  background: #003391 url(../img/header_ic03.png) no-repeat 22px 50%;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  width: 150px;
  padding-left: 48px;
}
@media only screen and (max-width: 768px) {
  .searchField .searchInner form .searchBlock input.submit {
    background-size: 15px auto;
    background-position: 10px 50%;
    font-size: 14px;
    font-weight: bold;
    width: 90px;
    padding-left: 25px;
  }
}
.searchField .searchInner form .closeBtn {
  height: 46px;
  width: 46px;
  margin: 2em auto 0;
}
@media only screen and (max-width: 768px) {
  .searchField .searchInner form .closeBtn {
    height: 37px;
    width: 37px;
  }
}
.searchField .searchInner form .closeBtn {
  background: url(../img/header_bt01.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 46px;
  outline: none;
  text-indent: -9999px;
  width: 46px;
}
@media only screen and (max-width: 768px) {
  .searchField .searchInner form .closeBtn {
    background-size: 37px 37px;
    height: 37px;
    width: 37px;
  }
}
.searchField .searchInner form .closeBtn:before {
  top: 50%;
  left: 0;
  margin-top: -7px;
}

/* menuSwitch */
@media only screen and (min-width: 769px) {
  #headerContainer .menuSwitch {
    display: none;
  }
}
#headerContainer .menuSwitch {
  position: absolute;
  top: 0;
  right: 0;
}
#headerContainer .menuSwitch a {
  display: table;
  height: 62px;
  outline: none;
  text-decoration: none;
  width: 60px;
}
#headerContainer .menuSwitch a span:nth-of-type(1),
#headerContainer .menuSwitch a span:nth-of-type(2),
#headerContainer .menuSwitch a span:nth-of-type(3) {
  background-color: #004da1;
  border-radius: 10px;
  display: inline-block;
  height: 3px;
  left: 19px;
  position: absolute;
  transition: all .4s;
  width: 22px;
}
#headerContainer .menuSwitch a span:nth-of-type(1) { top: 22px; }
#headerContainer .menuSwitch a span:nth-of-type(2) { top: 29px; }
#headerContainer .menuSwitch a span:nth-of-type(3) { top: 36px; }
#headerContainer .menuSwitch a span.title {
  display: none !important;
}

#headerContainer .menuSwitch.active a {
  background-color: #004da1;
  color: #ffffff;
}
#headerContainer .menuSwitch.active a span:nth-of-type(1),
#headerContainer .menuSwitch.active a span:nth-of-type(3) {
  left: 18px;
  width: 24px;
  background-color: #ffffff;
}
#headerContainer .menuSwitch.active a span:nth-of-type(1) {
  top: 21px;
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}
#headerContainer .menuSwitch.active a span:nth-of-type(2) {
  opacity: 0;
}
#headerContainer .menuSwitch.active a span:nth-of-type(3) {
  top: 37px;
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}
.ie9 #headerContainer .menuSwitch.active a {
  background: #004da1 url(../img/header_ic09.png) no-repeat 50% 16px;
}
.ie9 #headerContainer .menuSwitch.active a span:nth-of-type(1),
.ie9 #headerContainer .menuSwitch.active a span:nth-of-type(2),
.ie9 #headerContainer .menuSwitch.active a span:nth-of-type(3) {
  display: none;
}


/* globalNav */
#headerContainer #globalNav {
  height: 53px;
  max-width: 1220px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-left: 330px;
  padding-right: 10px;
  margin: -41px auto 0;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  #headerContainer #globalNav {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav {
    position: absolute;
    background-color: #ffffff;
    display: none;
    height: auto;
    z-index: 150;
    padding: 0;
    margin: 0;
  }
}
#headerContainer #globalNav ul {
  float: right;
  position: static;
  width: auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav > ul {
    border-top: 1px #dddddd solid;
    float: none;
    width: 100%;
  }
}
#headerContainer #globalNav > ul > li {
  float: left;
  width: auto;
  margin: 0 !important;
}
@media only screen and (max-width: 1200px) {
  #headerContainer #globalNav > ul > li {
    letter-spacing: -0.04em;
  }
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav > ul > li {
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    border-left: 1px #dddddd solid;
    cursor: pointer;
    float: none;
    width: 100%;
  }
}
#headerContainer #globalNav > ul > li.networkWebsites {
  display: none;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav > ul > li.networkWebsites {
    display: block;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > a {
    background: url(../img/header_ic01.png) no-repeat 14px 16px;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > a > span.title {
    padding-left: 40px;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul {
    cursor: default;
    padding: 0 41px 40px;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul > li {
    border-top: none;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul > li.btn {
    margin: 0.5em -41px 0;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul > li.btn > a {
    background-color: #808080;
    color: #ffffff;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul > li.btn > a:before {
    background: url(../img/header_ic04.png) no-repeat left top;
    background-size: 4px 7px;
    display: inline-block;
    content: '';
    height: 7px;
    position: relative;
    top: -2px;
    width: 4px;
    margin-right: 13px;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul > li + li {
    margin-top: 1em;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul > li > ul {
    border-top: 1px #dddddd solid;
    float: none;
    width: 100%;
    margin-top: 0.3em;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul > li > ul > li {
    padding-top: 0.3em;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul > li > ul > li > a {
    color: #444444;
  }
  #headerContainer #globalNav > ul > li.networkWebsites > ul > li > ul > li > a:before {
    background: url(../img/breadcrumb_ic01.png) no-repeat left top;
    display: inline-block;
    content: '';
    height: 7px;
    width: 4px;
    margin-right: 13px;
  }
}
#headerContainer #globalNav > ul > li > a {
  color: #333333;
  display: block;
  outline: none;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 50;
  padding: 22px 22px 9px;
}
@media only screen and (max-width: 900px) {
  #headerContainer #globalNav > ul > li > a {
    padding: 22px 4px 9px;
  }
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav > ul > li > a {
    display: table;
    font-weight: normal;
    pointer-events: none;
    text-align: left;
    padding: 0;
  }
}

@media only screen and (min-width: 769px) {
  #headerContainer #globalNav > ul > li.on > a:after {
    background-color: #0c479d;
    content: '';
    display: inline-block;
    height: 2px;
    position: relative;
    top: -19px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav > ul > li > a:after {
    background: url(../img/com_other_ic02.png) no-repeat 0 0;
    content: "";
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    margin-top: -7px;
  }
  #headerContainer #globalNav > ul > li.active > a:after {
    background: url(../img/com_other_ic02.png) no-repeat right 0;
  }
}
#headerContainer #globalNav > ul > li:last-child > a {
  padding-right: 0;
}
#headerContainer #globalNav > ul > li > a:hover,
#headerContainer #globalNav > ul > li > a:active {
  text-decoration: none;
  z-index: 100;
}
#headerContainer #globalNav > ul > li > a > span.title {
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav > ul > li > a > span.title {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  #headerContainer #globalNav > ul > li > ul {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav > ul > li > ul {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav > ul > li > ul {
    float: none;
    width: 100%;
  }
  #headerContainer #globalNav > ul > li > ul > li {
    border-top: 1px #dddddd solid;
  }
  #headerContainer #globalNav > ul > li > ul > li > a {
    color: #333333;
    display: block;
    padding: 12px 30px 11px;
  }
  #headerContainer #globalNav > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
  #headerContainer #globalNav > ul > li > ul > li > ul {
    float: none;
    width: 100%;
  }
  #headerContainer #globalNav > ul > li > ul > li > ul > li {
    border-top: 1px #dddddd solid;
    padding: 0 41px;
  }
  #headerContainer #globalNav > ul > li > ul > li > ul > li > a {
    color: #333333;
    display: block;
    padding: 12px 0 11px;
  }
  #headerContainer #globalNav > ul > li > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 769px) {
  #headerContainer #globalNav .close {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #headerContainer #globalNav .close {
    background-color: #999999;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    display: block;
    position: relative;
    top: -7px;
    text-align: center;
    padding: 14px 0 12px;
  }
  #headerContainer #globalNav .close a {
    display: inline-block;
    padding-right: 22px;
    background: url(../img/header_ic06.png) no-repeat 100% 50%;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration: none;
  }
}
/*
#headerContainer,
#headerContainer #globalHeader,
#headerContainer #globalHeader .headerBlock,
#headerContainer #globalHeader .headerBlock .siteLogo
#headerContainer #globalNav {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
*/
/* menu */
body > .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}


/* 1-2: main
================================ */
#contentsContainer {
  padding: 16px 0 0;
}

/* globalContents */
@media only screen and (min-width: 769px) {
  #globalContents {
    display: block !important;
  }
}
#globalContents {
  position: relative;
  padding: 0 10px 100px;
}
#globalContents > .noSide #main {
  float: none;
  max-width: 1200px;
}
#globalContents.width100per {
  max-width: none;
  width: 100%;
  padding: 0 0 100px;
}
@media screen and (max-width:768px) {
  #globalContents.width100per {
    width: auto;
    padding: 0;
    margin: 0 -10px;
  }
}

/* main */
#main {
  float: left;
  width: 100%;
  max-width: 920px;
}
#main > *:first-child {
  margin-top: 0 !important;
}
#globalContents.width100per #main {
  max-width: none;
}

.mainWidth {
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

/* sidebar */
#sidebar {
  float: right;
  width: 240px;
}
#sidebar > *:first-child {
  margin-top: 0 !important;
}

/* localNav */
#localNav {
  margin-top: 2.5em;
  line-height: 1.3;
}
#localNav > *:first-child {
  margin-top: 0 !important;
}
#localNav a,
#localNav span {
  display: block;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  outline: none;
}
#localNav a {
  color: #333333;
}
#localNav a .linkIcon {
  top: 0.25em;
}
#localNav .category2nd {
  border-top: 2px solid #cccccc;
}
#localNav .category2nd > a {
  padding: 19px 19px 18px;
  font-size: 160%;
}
#localNav .category3rd {
  border-bottom: 1px solid #dddddd;
}
#localNav .category3rd > li {
  border-top: 1px solid #dddddd;
}
#localNav .category3rd > li > a,
#localNav .category3rd > li > span {
  position: relative;
  padding: 20px 20px 18px 28px;
  font-size: 106.7%;
}
#localNav .category3rd > li > a:before,
#localNav .category3rd > li > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(../img/com_arrow_ic28.gif) no-repeat 0 0;
}
#localNav .category4th > li > a,
#localNav .category4th > li > span {
  padding: 12px 25px 9px 40px;
  font-size: 100%;
}
#localNav .category5th > li > a,
#localNav .category5th > li > span {
  padding: 12px 20px 11px 60px;
  font-size: 14px;
  font-size: 1.4rem;
}
#localNav .category6th {
  padding-bottom: 20px;
}
#localNav .category6th > li > a,
#localNav .category6th > li > span {
  padding: 7px 20px 6px 80px;
  font-size: 13px;
  font-size: 1.3rem;
}
#localNav .category3rd a:hover,
#localNav .category3rd span:hover,
#localNav .category4th a:hover,
#localNav .category4th span:hover,
#localNav .category5th a:hover,
#localNav .category5th span:hover,
#localNav .category6th a:hover {
  background-color: #919eae;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
#localNav .category3rd a:hover:before,
#localNav .category3rd span:hover:before {
  display: none;
}
#localNav .category4th > li > a,
#localNav .category4th > li > span,
#localNav .category5th > li > a,
#localNav .category5th > li > span,
#localNav .category6th > li > a,
#localNav .category6th > li > span {
  position: relative;
}
#localNav .category4th > li > a:before,
#localNav .category4th > li > span:before,
#localNav .category5th > li > a:before,
#localNav .category5th > li > span:before,
#localNav .category6th > li > a:before,
#localNav .category6th > li > span:before {
  content: "";
  position: absolute;
  background: no-repeat 0 0;
}
#localNav .category4th > li > a:before,
#localNav .category4th > li > span:before,
#localNav .category5th > li > a:before,
#localNav .category5th > li > span:before {
  width: 8px;
  height: 12px;
  background-image: url(../img/com_arrow_ic03.png);
}
#localNav .category4th > li > a:before,
#localNav .category4th > li > span:before {
  top: 1em;
  left: 20px;
}
#localNav .category5th > li > a:before,
#localNav .category5th > li > span:before {
  top: 1.1em;
  left: 40px;
}
#localNav .category6th > li > a:before,
#localNav .category6th > li > span:before {
  display: none;
}
#localNav .switch {
  position: relative;
  cursor: pointer;
}
#localNav .switch:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(../img/com_other_ic02.png) no-repeat 0 -28px;
}
#localNav .switch > ul {
  -webkit-transition: background-color 0.2s ease-out 0s;
  -moz-transition: background-color 0.2s ease-out 0s;
  -ms-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
#localNav .active > a,
#localNav .active > span {
  background-color: #f0f1f3;
  font-weight: bold;
}
#localNav .active > .switch:after {
  background-position: -14px -28px;
}
#localNav .active > ul,
#localNav .current > ul {
  background-color: #f0f1f3;
}
#localNav .current > a,
#localNav .current > a:hover,
#localNav .current > span,
#localNav .current > span:hover {
  background-color: #919eae;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
#localNav .current > a:before,
#localNav .current > span:before {
  display: none !important;
}

/* sideNav */
[class*=sideNav] {
  margin-top: 2.5em;
}
[class*=sideNav] > *:first-child {
  margin-top: 0 !important;
}

/* sideNav01 */
.sideNav01 > .title {
  padding: 15px 0 14px;
  background-color: #f0f2f5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.sideNav01 > .linkList > li > a {
  display: block;
  position: relative;
  padding: 8px 0 6px 20px;
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
}
.sideNav01 > .linkList > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 12px;
  margin-top: -4px;
  background: url(../img/com_arrow_ic03.png) no-repeat 0 0;
}
.sideNav01 > .linkList > li > a:hover {
  color: #0a5fbe;
}

/* sideNav02 */
.sideNav02 > .title {
  border-top: 2px solid #cccccc;
}
.sideNav02 > .title > span {
  display: block;
  padding: 24px 17px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11;
}
.sideNav02 > .linkList {
  border-bottom: 1px solid #dddddd;
}
.sideNav02 > .linkList > li {
  border-top: 1px solid #dddddd;
}
.sideNav02 > .linkList > li > a {
  display: block;
  padding: 17px 0 15px 40px;
  background: url(../img/com_arrow_ic03.png) no-repeat 20px 1.5em;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
}

/* sideWrap */
[class*=sideWrap] {
  margin-top: 2.5em;
}
[class*=sideWrap] > *:first-child {
  margin-top: 0 !important;
}

/* sidebarLinks */
.sidebarLinks + .sidebarLinks {
  margin-top: 2.5em;
}
.sidebarLinks .linkTitle {
  margin-top: 1em;
}
.sidebarLinks .banner figcaption {
  display: block;
  position: relative;
  margin-top: 1em;
  padding-left: 21px;
  line-height: 1.33;
}
.sidebarLinks .banner figcaption:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 8px;
  height: 12px;
  background: url(../img/com_arrow_ic03.png) no-repeat 0 0;
}
.sidebarLinks .banner figcaption .linkIcon {
  top: 0.1em;
  margin-right: 0;
}
.sidebarLinks .banner figcaption img[src*=blank].linkIcon,
.sidebarLinks .banner figcaption img[src*=sound].linkIcon {
  top: 0.25em;
}
.sidebarLinks .linkTitle {
  font-weight: bold;
}
.sidebarLinks .paragraph01,
.sidebarLinks [class*=linkType] {
  margin-top: 0.5em;
}
.sidebarLinks [class*=linkType] .linkIcon {
  margin-right: 0;
}

/* contentUtility */
.contentUtility {
  display: none;
}

/* pagePrint */
.pagePrint a {
  display: table;
  padding: 0 20px;
  border: 1px solid #f0f2f5;
  background-color: #f0f2f5;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #555555;
  outline: none;
}
.pagePrint a:link,
.pagePrint a:visited {
  text-decoration: none;
}
.pagePrint a:hover,
.pagePrint a:active {
  text-decoration: none;
  opacity: 0.9;
}
.pagePrint span {
  display: table-cell;
  height: 38px;
  vertical-align: middle;
  padding-left: 22px;
  background: url(../img/com_print_ic01.png) no-repeat 0 50%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* otherContentsWrap */
#otherContentsWrap {
  background-color: #f0f2f5;
}


/* 1-3: footer
================================ */
@media only screen and (min-width: 769px) {
  #footerContainer {
    display: block !important;
  }
}

/* footerNav */
#footerNav {
  position: relative;
  background-color: #313131;
}
#footerNav > ul {
  display: block;
  text-align: center;
}
#footerNav > ul > li {
  display: inline-block;
  padding: 17px 0 16px;
}
#footerNav > ul > li + li {
  padding-left: 40px;
}
#footerNav > ul > li a {
  color: #ffffff;
}
#footerNav > ul > li .title {
  vertical-align: middle;
  padding-top: 3px;
  font-size: 106.7%;
  text-align: center;
}
#footerNav > ul > li img.linkIcon[src*="blank"] {
  top: 0.45em;
  margin: 0 0 0 0.5em;
}

/* globalFooter */
#globalFooter {
  padding-top: 50px;
}
@media screen and (min-width:769px) {
  #globalFooter {
    box-shadow: 0 -10px 10px #f5f5f5 inset;
  }
}
#globalFooter > .footerBlock {
  position: relative;
  padding-top: 63px;
  padding-bottom: 23px;
}

/* siteUtility */
.siteUtility .socialLink {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.siteUtility .socialLink li {
  display: table;
  float: left;
  width: 100px;
  margin-left: 1px;
}
.siteUtility .socialLink li:nth-child(2n+1) {
  margin-left: 0;
}
.siteUtility .socialLink li > a {
  display: table-cell;
  height: 100px;
  vertical-align: bottom;
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
}
.siteUtility .socialLink li > .youtube {
  background: #333333 url(../img/footer_ic01.png) no-repeat 50% 38px;
}
.siteUtility .socialLink li > .facebook {
  background: #333333 url(../img/footer_ic02.png) no-repeat 50% 36px;
}
.siteUtility .footerLink li {
  position: relative;
  float: left;
  margin-right: 1.5%;
}
.siteUtility .footerLink li:last-child {
  margin-right: 0;
}
.siteUtility .footerLink li > a {
  padding-left: 14px;
  color: #444444;
  font-size: 13px;
  font-size: 1.3rem;
}
.siteUtility .footerLink li > a:hover {
  color: #0a5fbe;
}
.siteUtility .footerLink li > a:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 12px;
  background: url(../img/com_arrow_ic03.png) no-repeat 0 0;
}
.large .siteUtility .footerLink li > a:before {
  top: 0.75em;
}

/* corporateInfo */
.corporateInfo {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  padding: 0 10px;
}
.corporateInfo > * {
  display: table-cell;
  height: 48px;
  vertical-align: middle;
}
.corporateInfo .siteLogo {
  width: 65%;
}
.corporateInfo .siteLogo img {
  max-width: 348px;
}
.corporateInfo .siteLogo.foundation img {
  max-width: 403px;
}
.corporateInfo .catchCopy {
  width: 35%;
  text-align: right;
  vertical-align: bottom;
}
.corporateInfo .catchCopy span img {
  vertical-align: bottom;
}

/* copyright */
#copyright {
  margin-top: 1.5em;
  line-height: 1.1;
}
#copyright small {
  font-size: 12px;
}

/* pageTop */
#footerContainer .pageTop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
}
#footerContainer .pageTop > a {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/com_pagetop_bt01.png) no-repeat 0 0;
  -webkit-background-size: 55px auto;
  background-size: 55px auto;
  text-indent: -9999px;
  outline: none;
}


/* 1-4: breadcrumbNav
================================ */
#breadcrumbNav {
  max-width: 1220px;
  width: 100%;
  padding: 129px 10px 0;
  margin: 0 auto;
}
#breadcrumbNav > ul {
  padding-right: 25em;
}
#breadcrumbNav > ul > li {
  position: relative;
  float: left;
  padding-left: 0.85em;
  font-size: 80%;
}
#breadcrumbNav > ul > li:before {
  background: url(../img/breadcrumb_ic01.png) no-repeat 0 0;
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 4px;
  height: 7px;
}
#breadcrumbNav > ul > li > a {
  color: #000000;
}
#breadcrumbNav > ul > li:first-child {
  padding-left: 0;
}
#breadcrumbNav > ul > li:first-child:before {
  display: none;
}
#breadcrumbNav > ul > li:last-child {
  color: #000000;
}
#breadcrumbNav > ul > li[itemscope] {
  margin-right: 0.65em;
  font-weight: normal;
}



@media only screen and (max-width: 768px) {

  /*=================================

  2: common parts for Smartphone

  ================================ */
  #allContainer {
    padding-top: 0 !important;
  }
  #globalHeader > .headerBlock,
  #globalNav > ul,
  #breadcrumbNav > ul,
  #globalContents,
  #footerNav > ul,
  #globalFooter > .footerBlock {
    padding: 0;
  }


  /* 2-1: header
  ================================ */







  /* globalNav */



  #globalNav > ul > .current > a {
    color: #464646;
    text-decoration: none;
  }
  #globalNav .dropDownMenu {
    display: none;
  }
  #globalNav .dropDownMenu a {
    color: #333333;
    font-size: 1.5rem;
  }
  #globalNav .dropDownMenu .navContainer > *:first-child,
  #globalNav .dropDownMenu [class*="navType"] > .col > *:first-child,
  #globalNav .dropDownMenu [class*="linkType"] li + li {
    margin-top: 0 !important;
  }
  #globalNav .dropDownMenu .linkExpand > .img,
  #globalNav .dropDownMenu .releaseWrap01,
  #globalNav .dropDownMenu .linkType01 > li > a:before {
    display: none;
  }
  #globalNav .dropDownMenu .categoryTop {
    border-top: 1px solid #cccccc;
    line-height: 1.33;
  }
  #globalNav .dropDownMenu .categoryTop > a,
  #globalNav .dropDownMenu .linkType01 > li > a {
    display: block;
    padding: 15px 30px 14px;
  }
  #globalNav .dropDownMenu .linkType01 > li {
    border-top: 1px solid #cccccc;
  }
  #globalNav .dropDownMenu .bnrList {
    padding: 16px 15px;
    border-top: 1px solid #cccccc;
  }
  #globalNav .dropDownMenu .bnrList > li + li {
    margin-top: 10px;
  }
  #globalNav .dropDownMenu .bnrList > li img {
    width: 100%;
  }
  #globalNav .dropDownMenu .otherLinks {
    margin-top: 0;
  }
  #globalNav .dropDownMenu .otherLinks > li > a {
    padding-left: 45px;
  }
  #globalNav > ul > .active > a:after {
    background-position: -14px 0;
  }





  /* 2-2: main
  ================================ */
  #contentsContainer {
    padding: 76px 10px 0;
  }
  .menuOpening #contentsContainer {
    display: none;
  }

  /* globalContents */
  #globalContents {
    padding-right: 0;
  }

  /* main */
  #main {
    float: none;
    width: 100%;
    padding-bottom: 96px;
  }

  /* sidebar */
  #sidebar {
    display: none;
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }

  /* localNav */
  #localNav {
    display: none;
  }
  #localNav + * {
    margin-top: 0 !important;
  }

  /* sideNav */
  [class*=sideNav] {
    display: none;
  }
  [class*=sideNav] + * {
    margin-top: 0 !important;
  }

  /* sideNav02 */
  .sideNav02 {
    display: block;
    border: 1px solid #cccccc;
  }
  .sideNav02 > .title {
    border-top: none;
  }
  .sideNav02 > .title > span {
    padding: 16px 14px 15px;
    font-size: 1.6rem;
  }
  .sideNav02 > .linkList {
    border-bottom: none;
    background-color: #eeeeee;
  }
  .sideNav02 > .linkList > li {
    border-top: 1px solid #dddddd;
  }
  .sideNav02 > .linkList > li > a {
    padding: 13px 14px 12px 34px;
    background: none;
    font-size: 1.5rem;
  }
  .sideNav02 > .linkList > li > a img.linkIcon[src*="blank"] {
    top: 0.35em;
  }
  .sideNav02 > .spAcodSwitch {
    position: relative;
  }
  .sideNav02 > .spAcodSwitch:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../img/com_other_ic02.png) no-repeat 0 0;
  }
  .sideNav02 > .spAcodSwitch.active:before {
    background-position: -14px 0;
  }
  .sideNav02 > .spAcodSwitch > span {
    padding-right: 30px;
  }

  /* contentUtility */
  .contentUtility {
    display: none;
  }

  /* otherContentsWrap */
  #otherContentsWrap {
    overflow: hidden;
    margin: 0 -10px 56px;
  }


  /* 2-3: footer
  ================================ */
  .menuOpening #footerContainer {
    display: none;
  }

  /* footerNav */
  #footerNav {
    display: none;
  }

  /* globalFooter */
  #globalFooter {
    padding-top: 0;
  }
  #globalFooter > .footerBlock {
    padding: 0 10px 10px;
  }

  /* siteUtility */
  .footerBlock .siteUtility {
    padding: 1.4em 0 0;
    border-top: 1px solid #cccccc;
  }
  .footerBlock .siteUtility > *:first-child {
    margin-top: 0 !important;
  }
  .siteUtility .socialLink {
    position: static;
    width: 151px;
    margin: 0 auto;
  }
  .siteUtility .socialLink li {
    width: 75px;
  }
  .siteUtility .socialLink li > a {
    height: 75px;
    padding-bottom: 18px;
    font-size: 0.7rem;
  }
  .siteUtility .socialLink li > .youtube {
    background-position: 50% 21px;
  }
  .siteUtility .socialLink li > .facebook {
    background-position: 50% 20px;
  }
  .siteUtility .footerLink {
    position: relative;
    margin-top: 1.4em;
  }
  .siteUtility .footerLink:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 50%;
    width: 1px;
    height: 90%;
    background-color: #cccccc;
  }
  .siteUtility .footerLink li {
    width: 46.67%;
    margin: 0 0 0 6.66%;
  }
  .siteUtility .footerLink li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .siteUtility .footerLink li > a {
    font-size: 1.04rem;
  }
  .siteUtility .footerLink li > a:before {
    top: 0.4em;
  }

  /* corporateInfo */
  .corporateInfo {
    position: static;
    height: auto;
    padding: 1.4em 0 0;
    border-top: 1px solid #cccccc;
  }
  .corporateInfo > * {
    display: table-cell;
    height: auto;
    vertical-align: middle;
  }
  .corporateInfo .siteLogo {
    width: 50%;
    padding-right: 5px;
  }
  .corporateInfo .catchCopy {
    width: 50%;
    padding-left: 5px;
    vertical-align: middle;
  }
  .corporateInfo .siteLogo img,
  .corporateInfo .catchCopy img {
    width: 100%;
  }
  .corporateInfo .catchCopy img {
    display: block;
  }

  /* copyright */
  #copyright {
    margin-top: 0.9em;
    text-align: center;
  }
  #copyright small {
    font-size: 10px;
  }

  /* pageTop */
  #footerContainer .pageTop > a {
    width: 56px;
    height: 56px;
    -webkit-background-size: 56px auto;
    background-size: 56px auto;
  }


  /* 2-4: breadcrumbNav
  ================================ */
  #breadcrumbNav {
    display: none;
  }

}


@media print {

  /*=================================

  3: print for PC

  ================================ */
  body {
    width: 100% !important;
  }
  .spElm,
  .headerBlock .siteLogo img,
  .headerBlock .siteUtility,
  #globalNav,
  #breadcrumbNav,
  #sidebar,
  .languageLinks,
  .pagePrint,
  #otherContentsWrap,
  #footerNav,
  .footerBlock .siteUtility,
  .corporateInfo,
  #footerContainer .pageTop {
    display: none !important;
  }
  #allContainer {
    padding-top: 0 !important;
  }
  #headerContainer {
    position: relative !important;
  }
  #globalHeader > .headerBlock {
    padding-bottom: 17px;
  }
  .headerBlock .siteLogo {
    width: 120px !important;
    height: 82px !important;
    margin: 0 auto !important;
    background: url(../img/header_logo01.png) no-repeat 0 0;
  }
  #main {
    float: none;
    width: 100% !important;
    max-width: 1200px !important;
    min-width: 920px !important;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.2em;
  }
  #footerContainer {
    border-top: 2px solid #cccccc;
  }
  #globalFooter {
    padding-top: 17px;
  }
  #globalFooter > .footerBlock {
    padding-top: 0;
  }
  #copyright {
    margin-top: 0;
  }
  table {
    border-collapse: separate;
  }

  .colWrap > .col,
  .range2Col > *,
  .range3Col > *,
  .range4Col > *,
  .range5Col > *,
  .range6Col > *,
  .range7Col > * {
    height: auto !important;
  }
  img,tr {page-break-inside: avoid;}

  .printLayout01 {
    display: flex;
    flex-wrap: wrap;
  }
  .printPageBreak {
    page-break-before: always;
  }

}

.icon_pdf{
  position: relative;
  margin: 15px 10px 0;
  font-size: 13px;
}
.icon_pdf img{
  padding-top: 6px;
}

/*Section integrate switch language*/
.siteUtility .languageSwitch .current > a,
.siteUtility .languageSwitch .otherLanguage li > .ja,
.siteUtility .fontSizeSwitch ul > li > a,
.languageLinks > .ja > a {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.siteUtility .languageSwitch .otherLanguage li > .en,
.languageLinks > .en > a {
    font-family: Verdana, sans-serif;
}
.siteUtility .languageSwitch .otherLanguage li > .cn,
.languageLinks > .cn > a {
    font-family: Microsoft Yahei, Hiragino Sans GB, Verdana;
}
.siteUtility .languageSwitch,
.siteUtility .siteSearch {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.siteUtility .languageSwitch .current,
.siteUtility .languageSwitch .otherLanguage li,
.siteUtility dt,
.siteUtility .fontSizeSwitch li {
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.11;
}
.large .siteUtility .languageSwitch .current,
.large .siteUtility .languageSwitch .otherLanguage li,
.large .siteUtility dt,
.large .siteUtility .fontSizeSwitch li {
    font-size: 10px;
    font-size: 1rem;
}
.siteUtility .languageSwitch {
    padding: 13px 18px 0;
}
.siteUtility .languageSwitch .otherLanguage li > a {
    color: #666666;
    outline: none;
}
.siteUtility .languageSwitch .otherLanguage {
    overflow: hidden;
}
.siteUtility .languageSwitch .otherLanguage li {
    float: left;
}
.siteUtility .languageSwitch .otherLanguage li + li {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #cccccc;
}
.siteUtility .languageSwitch .otherLanguage li > a {
    color: #444444;
}

#globalNav .utilityLinks .languageSwitch > .current {
    display: none;
}

#globalNav .utilityLinks .globalLink > a,
#globalNav .utilityLinks .otherLanguage > li > a {
    display: block;
    padding: 10px 0;
    background-color: #ffffff;
    color: #111111;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
}

#globalNav .utilityLinks .otherLanguage {
    overflow: hidden;
}
#globalNav .utilityLinks .otherLanguage > li {
    float: left;
    width: 49%;
}
#globalNav .utilityLinks .otherLanguage > li a{
    text-decoration: none;
}
#globalNav ul li:last-child a+.dropDownMenu .col:first-child li:first-child{
    border-top: none;
}
#globalNav .utilityLinks .otherLanguage > li:first-child {
    float: left;
}
#globalNav .utilityLinks .otherLanguage > li:nth-child(2) {
    float: right;
}

/*=================================

clearfix

=================================*/
.headerBlock .siteUtility:after,
.siteUtility .fontSizeSwitch dl:after,
#globalNav > ul:after,
.contentsWrap:after,
.contentUtility:after,
.languageLinks:after,
#footerNav > ul:after,
.siteUtility .socialLink:after,
.siteUtility .footerLink:after,
.corporateInfo:after,
#breadcrumbNav > ul:after {
  content: "";
  display: block;
  clear: both;
}
.headerBlock .siteUtility,
.siteUtility .fontSizeSwitch dl,
#globalNav > ul,
.contentsWrap,
.contentUtility,
.languageLinks,
#footerNav > ul,
.siteUtility .socialLink,
.siteUtility .footerLink,
.corporateInfo,
#breadcrumbNav > ul {
  zoom: 1;
}
