@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 *
 *  Common
 *
 */
html,
body {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuProN-W3, "メイリオ", Meiryo,sans-serif;
  font-size: 16px;
}

.font-bold {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", HiraKakuProN-W6, "メイリオ", Meiryo,sans-serif;
  font-weight: bold;
}

.font02 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", HiraKakuProN-W6, "メイリオ", Meiryo,sans-serif;
}

.font-red {
  color: #ff0000;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

img {
  vertical-align: bottom;
}

.wrapper {
  margin: 0 auto;
  width: 1260px;
}

.site__title {
  display: none;
}

.header__title {
  display: none;
}

.main__title {
  display: none;
}

.sp-only {
  display: none;
}

/**
 *
 *  Subpage
 *
 */
.sub__main {
  zoom: 1;
  border-bottom: 2px solid #00aae7;
  position: relative;
}

.sub__main:before, .sub__main:after {
  content: "";
  display: table;
}

.sub__main:after {
  clear: both;
}

.sub__header {
  zoom: 1;
  margin-bottom: 23px;
}

.sub__header:before, .sub__header:after {
  content: "";
  display: table;
}

.sub__header:after {
  clear: both;
}

.sub__title {
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 312.5%;
  margin: 35px 0 0 34px;
}

.sub__title--type02 {
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 312.5%;
  margin: 35px 0 0 34px;
}

.sub__navigation {
  zoom: 1;
  float: left;
  margin: 54px 0 0 87px;
}

.sub__navigation:before, .sub__navigation:after {
  content: "";
  display: table;
}

.sub__navigation:after {
  clear: both;
}

.sub__navigation__item {
  float: left;
  font-size: 125%;
  margin-right: 40px;
}

.sub__navigation__item__a {
  color: #000;
}

.sub__navigation__item__a:before {
  color: #a3adad;
  content: '\f138';
  font-family: FontAwesome;
  font-size: 145%;
  margin-right: 10px;
  vertical-align: middle;
}

.sub__navigation__item__a:hover, .sub__navigation__item__a.sub__navigation__item__a--active {
  color: #00aae7;
}

.sub__navigation__item__a:hover:before, .sub__navigation__item__a.sub__navigation__item__a--active:before {
  color: #fff600;
}

.sub__title__note {
  color: #00aae7;
  float: left;
  font-size: 112.5%;
  margin: 61px 0 0 57px;
}

.sub__paragraph {
  float: left;
  font-size: 81.25%;
  margin: 68px 0 0 18px;
}

.sub__paragraph__a {
  color: #000;
}

.sub__paragraph__a:after {
  color: #00aae7;
  content: '\f138';
  font-family: FontAwesome;
  margin-left: 6px;
}

/**
 *
 *  Header
 *
 */
.header {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding-bottom: 54px;
}

.logo {
  margin-bottom: 37px;
  padding-top: 15px;
  padding-left: 32px;
  height: 42px;
}

.logo img {
  height: 42px;
}

.global-navigation {
  zoom: 1;
  margin-left: 1px;
}

.global-navigation:before, .global-navigation:after {
  content: "";
  display: table;
}

.global-navigation:after {
  clear: both;
}

.global-navigation__item {
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 0 20px;
  position: relative;
}

.global-navigation__item__a__subtitle--about {
  letter-spacing: -0.05em;
}

.global-navigation__item__a {
  border: 1px solid #ffffff;
  color: #010101;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 175%;
  font-weight: 300;
  padding: 5px 15px 6px;
  position: relative;
}

.global-navigation__item__a:hover, .global-navigation__item__a.global-navigation__item__a--active {
  border: 1px solid #00aae7;
}

.global-navigation__item__a:hover:before, .global-navigation__item__a.global-navigation__item__a--active:before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  content: '';
  margin-left: -8px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 0;
}

.global-navigation__item__a:hover:after, .global-navigation__item__a.global-navigation__item__a--active:after {
  border-color: #00aae7 transparent transparent transparent;
  border-style: solid;
  border-width: 17px 9px 0 9px;
  content: '';
  margin-left: -9px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 0;
  height: 0;
  z-index: -1;
}

.global-navigation__item__a__subtitle {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuProN-W3, "メイリオ", Meiryo,sans-serif;
  font-size: 81.25%;
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 100%;
}

.global-navigation__item__a__subtitle.global-navigation__item__a__subtitle--active, .global-navigation__item__a__subtitle.active {
  display: block;
}

.global-items {
  position: absolute;
  top: 29px;
  right: 10px;
}

.global-items__languages {
  zoom: 1;
  margin-bottom: 10px;
}

.global-items__languages:before, .global-items__languages:after {
  content: "";
  display: table;
}

.global-items__languages:after {
  clear: both;
}

.global-items__languages__item {
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-right: 10px;
}

.global-items__languages__item--off {
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-right: 10px;
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 125%;
  text-align: center;
  padding: 24px 0 21px;
  width: 65px;
  filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}


.global-items__languages__item__a {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 125%;
  text-align: center;
  padding: 24px 0 21px;
  width: 65px;
}
.global-items__languages__item__a-2line {/*CN用ボタン2行 201611-T3*/
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 125%;
  text-align: center;
  padding: 11px 0;
  width: 65px;
  line-height:1.3;
}
.global-items__languages__item__a-2line p.zh_china_f{font-size:65%; font-weight:normal;}/*CN用ボタン2行 201611-T3*/

.global-items__languages__item__a:hover,
.global-items__languages__item__a-2line:hover{/*CN用ボタン2行 201611-T3*/
  color: #fff600;
}

.global-items__languages__item__a--active,
.global-items__languages__item__a-2line--active{/*CN用ボタン2行 201611-T3*/
  color: #fff600;
}

.global-items__reach {
  zoom: 1;
}

.global-items__reach:before, .global-items__reach:after {
  content: "";
  display: table;
}

.global-items__reach:after {
  clear: both;
}

.global-items__reach__item {
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-right: 10px;
}

.global-items__reach__item__a {
  background-color: #00aae7;
  color: #fff;
  display: block;
  font-size: 125%;
  text-align: center;
  padding: 24px 0 21px;
  width: 65px;
}

.global-items__reach__item__a:hover {
  color: #fff600;
}

.global-items__reach__item__a--active {
  color: #fff600;
}


/**
 *
 *  Footer
 *
 */
.footer {
  position: relative;
}

.footer__title {
  display: none;
}

.footer__wrapper {
  margin-top: 68px;
  padding-bottom: 35px;
  text-align: center;
}

.footer__item {
  display: inline-block;
  font-size: 81.25%;
}

.footer__item__a {
  color: #000;
}

.footer__item__a:hover {
  opacity: 0.5;
}

.footer__privacy {
  border-right: 1px solid #888888;
  margin-right: 7px;
  padding-right: 7px;
}

.footer__logo {
  margin-right: 10px;
}

.footer__copyright__mark {
  font-size: 169.23077%;
  vertical-align: middle;
}

.top__pagetop {
  float: left;
  position: absolute;
  top: -30px;
  right: 37px;
}

.top__pagetop__text {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  padding-top: 7px;
}

.top__pagetop__a {
  color: #000;
  display: block;
}

.top__pagetop__a:hover {
  opacity: 0.5;
}

/*エラー*/
.error_main{
	text-align:center;
	padding:50px 0;
	background:#f3f3f3;
	line-height:1.8em;
	}
.error_main a{
	  color: #00aae7;
	}



/*******20161012iOS10の不具合に対応******************************************************************/

.global-navigation__item__a2 {
  border: 1px solid #ffffff;
  color: #010101;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 175%;
  font-weight: 300;
  padding: 5px 15px 6px;
  position: relative;
}

.global-navigation__item__a2.global-navigation__item__a--active {
  border: 1px solid #00aae7;
}
.global-navigation__item__a2.global-navigation__item__a--active:before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  content: '';
  margin-left: -8px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 0;
}

.global-navigation__item__a2.global-navigation__item__a--active:after {
  border-color: #00aae7 transparent transparent transparent;
  border-style: solid;
  border-width: 17px 9px 0 9px;
  content: '';
  margin-left: -9px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 0;
  height: 0;
  z-index: -1;
}
/*******　//20161012iOS10の不具合に対応******************************************************************/



/*# sourceMappingURL=common.css.map */
