@charset "UTF-8";
/* Renewal Common */
/* ------------------------------------------------------- */
body.jp {
  font-family: Helvetica, "Helvetica Neue", Avenir, Arial, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 599px) and (max-width: 800px) {
  .tabH {
    display: none;
  }
}

.jp h1, .jp h2, .jp h3 {
  font-weight: bold;
  letter-spacing: 0.02rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jp h1, .jp h2, .jp h3, .jp h4, .jp h5, .jp h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jp p {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

#global div.header_left {
  width: 180px;
}

@media only screen and (max-width: 800px) {
  #global div.header_left {
    width: auto;
  }
}

#global div.header_right #languageNavArea {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  font-size: 0px;
}

@media only screen and (max-width: 599px) {
  #global div.header_right #languageNavArea {
    height: auto;
    position: static;
  }
}

@media only screen and (min-width: 599px) and (max-width: 800px) {
  #global div.header_right #languageNavArea {
    margin-top: 15px;
  }
}

#global div.header_right #languageNavArea > ul {
  display: inline-block;
}

#global div.header_right #languageNavArea > ul > li {
  font-size: 12px;
}

#global div.header_right #languageNavArea > ul > li a {
  font-size: 12px;
}

#global div.header_right #languageNavArea > ul > li a:hover {
  text-decoration: underline;
}

#global div.header_right #languageNavArea > ul > li a[target='_blank'] {
  padding-right: 15px;
  background-image: url("../images/common/icon04.png") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11px;
}

#global div.header_right ul#language {
  position: static;
  height: 30px;
  overflow: visible;
  float: right;
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#language {
    width: 100%;
    height: 40px;
    float: none;
  }
}

#global div.header_right ul#language li {
  height: auto;
  line-height: 30px;
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#language li {
    line-height: 40px;
  }
}

#global div.header_right ul#otherSiteList {
  height: 30px;
  margin-right: 32px;
  float: right;
}

@media only screen and (min-width: 599px) and (max-width: 800px) {
  .jp #global div.header_right ul#otherSiteList {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#otherSiteList {
    width: 100%;
    height: 40px;
    margin-right: 0;
    float: none;
    text-align: center;
  }
}

#global div.header_right ul#otherSiteList li {
  height: auto;
  line-height: 30px;
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#otherSiteList li {
    line-height: 40px;
  }
}

#global div.header_right ul#headerSnsBtn {
  height: 30px;
  margin-right: 32px;
  float: left;
}

@media only screen and (min-width: 599px) and (max-width: 800px) {
  .jp #global div.header_right ul#headerSnsBtn {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#headerSnsBtn {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    float: none;
    display: block;
    text-align: center;
    border-bottom: 1px solid #edf0f3;
  }
}

#global div.header_right ul#headerSnsBtn li {
  width: 16px;
  height: auto;
  line-height: 30px;
  margin-left: 8px;
  vertical-align: middle;
  float: left;
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#headerSnsBtn li {
    width: 24px;
    line-height: 1;
    margin-left: 15px;
    display: inline-block;
    float: none;
  }
}

#global div.header_right ul#headerSnsBtn li:first-child {
  margin-left: 0;
}

#global div.header_right ul#headerSnsBtn li a {
  width: 100%;
  height: 16px;
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
}

#global div.header_right ul#headerSnsBtn li a[target='_blank'] {
  padding-right: 0;
  background-image: none !important;
}

@media only screen and (min-width: 800px) {
  #global div.header_right ul#headerSnsBtn li a {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #global div.header_right ul#headerSnsBtn li a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#headerSnsBtn li a {
    height: 24px;
  }
}

#global div.header_right ul#headerSnsBtn li a img {
  vertical-align: top;
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#globalNavi.en #globalNavi05 a {
    border-left: 1px solid #e6ebf0;
  }
}

@media only screen and (min-width: 599px) and (max-width: 800px) {
  #global div.header_right ul#globalNavi.en #globalNavi06 a {
    border-right: 1px solid #e6ebf0;
  }
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#globalNavi.en #globalNavi06 a {
    border-right: 1px solid #e6ebf0;
  }
}

@media only screen and (min-width: 599px) and (max-width: 800px) {
  #global div.header_right ul#globalNavi.en #empty01 {
    height: 40px;
    border-right: 1px solid #e6ebf0;
  }
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#globalNavi.en #empty01 {
    height: 50px;
    border-bottom: 1px solid #e6ebf0;
  }
}

@media only screen and (max-width: 599px) {
  #global div.header_right ul#globalNavi.es #globalNavi07 a {
    line-height: 17px;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

footer #footerInner #footerSns {
  padding-top: 35px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 599px) {
  footer #footerInner #footerSns {
    padding-top: 10.44%;
    padding-bottom: 13.33%;
  }
}

@media only screen and (min-width: 599px) and (max-width: 800px) {
  footer #footerInner #footerSns {
    padding-top: 4.55%;
    padding-bottom: 10.41%;
  }
}

footer #footerInner #footerSns .titleArea .title {
  line-height: 1.2;
  text-align: center;
  font-size: 28px;
  font-family: OceanSansMTPro-Book;
  color: #00587c;
  font-family: OceanSansMTPro-Book;
}

.jp footer #footerInner #footerSns .titleArea .title {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

@media only screen and (max-width: 599px) {
  footer #footerInner #footerSns .titleArea .title {
    font-size: 24px;
  }
}

.cn footer #footerInner #footerSns .titleArea .title {
  font-size: 22px;
}

@media only screen and (max-width: 599px) {
  .cn footer #footerInner #footerSns .titleArea .title {
    font-size: 20px;
  }
}

.jp footer #footerInner #footerSns .titleArea .title {
  font-size: 22px;
}

@media only screen and (max-width: 599px) {
  .jp footer #footerInner #footerSns .titleArea .title {
    font-size: 20px;
  }
}

footer #footerInner #footerSns .snsBtnList {
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .cn footer #footerInner #footerSns .snsBtnList {
    margin-top: 25px;
  }
  .jp footer #footerInner #footerSns .snsBtnList {
    margin-top: 25px;
  }
}

footer #footerInner #footerSns .snsBtnList > ul {
  font-size: 0px;
  text-align: center;
}

footer #footerInner #footerSns .snsBtnList > ul > li {
  width: 36px;
  margin-left: 15px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  footer #footerInner #footerSns .snsBtnList > ul > li {
    width: 34px;
    margin-left: 18px;
  }
}

footer #footerInner #footerSns .snsBtnList > ul > li:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 800px) {
  footer #footerInner #footerSns .snsBtnList > ul > li a {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  footer #footerInner #footerSns .snsBtnList > ul > li a:hover {
    opacity: 0.8;
  }
}

footer #footerInner #footerTop .footer_box p#f_news.footer_title {
  margin-right: 20px;
  margin-left: 0;
}

@media only screen and (min-width: 599px) and (max-width: 800px) {
  footer #footerInner #footerTop .footer_box p#f_news.footer_title {
    margin: 0;
    margin-bottom: 30px;
  }
}

.jp footer #footerInner #footerTop .footer_box p.footer_title {
  line-height: 1.2;
  font-size: 14px;
}

@media only screen and (min-width: 800px) {
  #breadcrumbDiv #breadcrumb li {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 800px) {
  #breadcrumbDiv #breadcrumb.overSize {
    font-size: 0px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
  #breadcrumbDiv #breadcrumb.overSize:after {
    height: 100%;
    line-height: 1.8;
    padding-top: 5px;
    padding-right: 1em;
    padding-left: 9px;
    content: '...';
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #002e50;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  #breadcrumbDiv #breadcrumb.overSize li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 12px;
  }
  #breadcrumbDiv #breadcrumb.overSize li a {
    font-size: 12px;
  }
}

/* text Common */
/* ------------------------------------------------------- */
.jp .content h1, .jp .content h2, .jp .content h3, .jp .content h4, .jp .content .read_text {
  font-family: Helvetica, "Helvetica Neue", Avenir, Arial, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.jp .content p {
  line-height: 200%;
  font-size: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.jp .content p.cap_text {
  font-size: 85.71429%;
  line-height: 140%;
}

.jp .content p.read_text {
  line-height: 120%;
  font-size: 30px;
}

.jp .content ul.normal li {
  line-height: 160%;
  font-size: 15px;
}
