@charset "utf-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}
html.fontL {
  font-size: 75%;
}

/*****基本設定*****/
/* base
----------------------------------------------------*/
body {
  background: #fff;
  font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
  color: black;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

ul, li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

/* link
----------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}

/* sprite/extend
----------------------------------------------------*/
/* layout
----------------------------------------------------*/
#wrapper {
  width: 1115px;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
}

/* header
----------------------------------------------------*/
.header {
  height: 45px;
  margin: 0 0 29px 0;
  padding: 26px 0 0 0;
}

.header_logo {
  float: left;
  margin: 0 0 29px 0;
}

.header_navi {
  float: right;
  padding: 15px 0 0 0;
  text-align: right;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}
.header_navi li {
  display: inline-block;
  margin: 0 0 0 17px;
  padding: 0 17px 0 0;
  border-right: 1px solid #666;
}
.header_navi li:last-child {
  border: none;
  padding: 0;
}
.header_navi li a:hover {
  color: #000;
}

/* global
----------------------------------------------------*/
.global {
  clear: both;
  overflow: hidden;
  margin: 0 0 35px 0;
  line-height: 15px;
}

.global_nav {
  float: left;
}
.global_nav li {
  float: left;
  margin: 0 15px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.global_nav li a {
  position: relative;
  display: block;
  padding: 0 0 0 12px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
}
.global_nav li a:after {
  position: absolute;
  left: 0;
  top: 2px;
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: url('../images/renewal/icons-s48fa17e2f3.png') -36px -53px;
}
.global_nav li a:hover {
  text-decoration: none;
  color: #666;
}
.global_nav li.selected a:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -22px -13px;
}

#fontSize {
  float: right;
  text-align: right;
  line-height: 15px;
  font-size: 1px;
}
#fontSize dt {
  display: inline-block;
  font-size: 14px;
}
#fontSize dd {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  font-size: 14px;
}
#fontSize dd:hover {
  color: #666;
}
#fontSize dd.selected {
  padding: 5px;
  background: #3974aa;
  color: #fff;
}
#fontSize dd.selected:hover {
  color: #fff;
}

/* mainImg
----------------------------------------------------*/
#mainImg {
  position: relative;
  margin: 0 0 40px 0;
  overflow: hidden;
}
#mainImg .flex-prev {
  z-index: 100;
  position: absolute;
  left: 15px;
  top: 221px;
  display: block;
  width: 12px;
  height: 24px;
  text-indent: -9999px;
  background: url(../images/renewal/slider_arrow.png) no-repeat left top;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#mainImg .flex-next {
  z-index: 100;
  position: absolute;
  right: 15px;
  top: 221px;
  display: block;
  width: 12px;
  height: 24px;
  text-indent: -9999px;
  background: url(../images/renewal/slider_arrow.png) no-repeat left top;
}
#mainImg .flex-disabled {
  display: none;
}

/* side
----------------------------------------------------*/
.side_search {
  height: 50px;
  margin: 0 0 6px 0;
}
.side_search .side_search_txt {
  float: left;
  display: block;
  height: 50px;
  width: 150px;
  padding: 0 0 0 15px;
  border: 1px solid #ccc;
  border-right: none;
  box-sizing: border-box;
  font-size: 15px;
}
.side_search .side_search_btn {
  position: relative;
  float: right;
  display: block;
  background: url('../images/renewal/icons-s48fa17e2f3.png') 0 -71px;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}

.side_menu01,
.side_menu02 {
  margin: 0 0 6px 0;
}
.side_menu01 a,
.side_menu02 a {
  position: relative;
  display: block;
  height: 45px;
  padding: 0 0 0 10px;
  background: #fff;
  border: 1px solid #879ab5;
  box-sizing: border-box;
  line-height: 45px;
  color: #2e497c;
}
.side_menu01 a:after,
.side_menu02 a:after {
  position: absolute;
  right: 13px;
  top: 14px;
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
}
.side_menu01 a:hover,
.side_menu02 a:hover {
  text-decoration: none;
  background: #f5f7f9;
}

.side_menu01 a:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -18px -53px;
}

.side_menu02 a:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') 0 -53px;
}

.side_rate {
  float: right;
  width: 200px;
  padding-top: 0.55em;
}
.side_rate b {
  display: block;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.side_rate b span {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.side_rate div {
  margin: 0 0 1px 0;
  padding: 7px 12px 0;
  background-color: #efefef;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEFEFEF', endColorstr='#FFF8F8F8');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(5%, #f8f8f8));
  background-image: -webkit-linear-gradient(top, #efefef 0%, #f8f8f8 5%);
  background-image: -moz-linear-gradient(top, #efefef 0%, #f8f8f8 5%);
  background-image: -o-linear-gradient(top, #efefef 0%, #f8f8f8 5%);
  background-image: linear-gradient(top, #efefef 0%, #f8f8f8 5%);
}
.side_rate table {
  width: 100%;
}
.side_rate table th {
  padding: 8px 0;
  border-bottom: 1px dotted #a6a6a6;
  font-size: 12px;
  font-size: 1.2rem;
  color: #163872;
  text-align: left;
  line-height: 1;
}
.side_rate table th span {
  position: relative;
  padding: 0 0 0 35px;
}
.side_rate table th span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: " ";
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #163872;
  vertical-align: middle;
}
.side_rate table th span:after {
  position: absolute;
  left: 13px;
  top: 50%;
  content: " ";
  width: 15px;
  height: 13px;
  margin: -7px 0 0 0;
}
.side_rate table th.us span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') 0 -13px;
}
.side_rate table th.eu span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -30px -27px;
}
.side_rate table th.au span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -30px -40px;
}
.side_rate table th.cn span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') 0 -40px;
}
.side_rate table th.br span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -15px -40px;
}
.side_rate table th.za span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') 0 -27px;
}
.side_rate table th.tr span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -22px 0;
}
.side_rate table th.mx span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -15px -27px;
}
.side_rate table td {
  padding: 8px 0;
  border-bottom: 1px dotted #a6a6a6;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}
.side_rate table tr:last-child th, .side_rate table tr:last-child td {
  border: none;
}
.side_rate p {
  padding: 10px 0 0 0;
  border-top: 1px solid #c1c1c1;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.side_note01 {
  margin: 0 0 15px 0;
}
.side_note01 a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.side_note02 {
  font-size: 12px;
  font-size: 1.2rem;
}
.side_note02 a {
  position: relative;
  padding: 0 0 0 20px;
}
.side_note02 a span {
  font-size: 14px;
  font-size: 1.4rem;
}
.side_note02 a span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  background: url('../images/renewal/icons-s48fa17e2f3.png') -32px -13px;
  width: 13px;
  height: 11px;
  width: 14px;
  height: 14px;
}

/* content
----------------------------------------------------*/
.topStandard {
  float: left;
  width: 870px;
  margin: 0 0 40px 0;
}

.topStandard_ttl {
  display: table;
  width: 870px;
  margin: 0 0 15px 0;
}
.topStandard_ttl h2 {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
}
.topStandard_ttl h2 span {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.topStandard_btn {
  display: table-cell;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: bottom;
}
.topStandard_btn a:before {
  content: " ";
  display: inline-block;
  background: url('../images/renewal/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.topStandard_cont_tabs {
  position: relative;
  z-index: 5;
  height: 55px;
  border-bottom: 1px solid #3974aa;
}
.topStandard_cont_tabs li {
  float: left;
  width: 92px;
  margin: 0 5px 0 0;
  box-sizing: border-box;
}
.topStandard_cont_tabs li:last-child {
  width: 94px;
  margin: 0;
}
.topStandard_cont_tabs li a {
  display: block;
  box-sizing: border-box;
  height: 50px;
  padding: 15px 0 0 0;
  background: #fff;
  border: 1px solid #9eb7ca;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000;
}
.topStandard_cont_tabs li a:hover {
  text-decoration: none;
  background: #f5f7f9;
}
.topStandard_cont_tabs li.lines a {
  padding: 7px 0 0 0;
}
.topStandard_cont_tabs li.active a {
  height: 56px;
  background: #efeff0;
  border: 1px solid #3974aa;
  border-bottom: none;
}

.topStandard_cont_table {
  position: relative;
  z-index: 4;
  width: 100%;
  border: 1px solid #3974aa;
  border-top: none;
  border-collapse: collapse;
}
.topStandard_cont_table thead th {
  padding: 10px 0;
  background: #efeff0;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}
.topStandard_cont_table thead th span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}
.topStandard_cont_table tbody th {
  padding: 10px;
  border-bottom: 1px solid #9eb7ca;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
.topStandard_cont_table tbody th a {
  color: #163872;
}
.topStandard_cont_table tbody td {
  width: 6em;
  padding: 10px 5px;
  border-bottom: 1px solid #9eb7ca;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.topStandard_cont_table tbody td span {
  position: relative;
}
.topStandard_cont_table tbody td span:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.topStandard_cont_table tbody td span.rise:before {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -11px 0;
  width: 11px;
  height: 11px;
}
.topStandard_cont_table tbody td span.drop:before {
  background: url('../images/renewal/icons-s48fa17e2f3.png') 0 0;
  width: 11px;
  height: 11px;
}
.topStandard_cont_table tbody tr:nth-child(even) th,
.topStandard_cont_table tbody tr:nth-child(even) td {
  background: #e7eef3;
}
.topStandard_cont_table tbody tr:last-child th, .topStandard_cont_table tbody tr:last-child td {
  border: none;
}

.topSide01,
.topSide02 {
  float: right;
  width: 200px;
}

.topNews {
  float: left;
  width: 870px;
  margin: 0 0 45px 0;
}
.topNews dl {
  height: 330px;
  overflow: auto;
  font-size: 12px;
  font-size: 1.2rem;
}
.topNews dl dt {
  clear: left;
  float: left;
  width: 20em;
  padding: 12px 0 13px;
  color: #666;
}
.topNews dl dt span {
  display: inline-block;
  width: 90px;
  margin: 0 0 0 15px;
  border: 1px solid #ccc;
  text-align: center;
  color: #000;
  vertical-align: middle;
}
.topNews dl dd {
  padding: 12px 0 13px 20em;
  border-bottom: 1px solid #efeff0;
}

.topNews_ttl {
  display: table;
  width: 100%;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #333;
}
.topNews_ttl h2 {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
}

.topNews_btn {
  display: table-cell;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: bottom;
}
.topNews_btn a:before {
  content: " ";
  display: inline-block;
  background: url('../images/renewal/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.topNotes {
  float: left;
  width: 870px;
  clear: both;
  margin: 0 0 20px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #bebebe;
}
.topNotes h2 {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-size: 2rem;
}
.topNotes ul li {
  display: inline-block;
  width: 390px;
  margin: 0 0 7px 0;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}
.topNotes ul li.half {
  width: 220px;
}
.topNotes ul li a:before {
  content: " ";
  display: inline-block;
  background: url('../images/renewal/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.footer {
  clear: both;
  overflow: hidden;
  padding: 35px 0 0 0;
  border-top: 1px solid #bebebe;
}
.footer .footer_content {
  float: left;
  width: 340px;
  margin: 0 47px 0 0;
}
.footer .footer_content:nth-child(3) {
  float: right;
  margin: 0;
}
.footer .footer_content p {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #efeff0;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .footer_content ul {
  margin: 0 0 40px 0;
}
.footer .footer_content ul li {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.footer .footer_content ul li a:before {
  content: " ";
  display: inline-block;
  background: url('../images/renewal/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.footer .footer_copy {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 40px 0;
  border-top: 1px solid #bebebe;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .footer_copy .footer_copy_ja {
  display: inline-block;
    margin-left: 0.5em;
}
.footer .footer_copy .footer_copy_en {
    display: inline-block;
}

/*
second*/
td, th {
  font-size: 12px;
  font-size: 1.2rem;
}

.tableA {
  border-top-color: #c6d6e3;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #c6d6e3;
  border-left-style: solid;
  border-left-width: 1px;
  width: 100%;
}

.tableA th {
  background-color: #e6eaee;
  border-bottom-color: #c6d6e3;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-color: #c6d6e3;
  border-right-style: solid;
  border-right-width: 1px;
  color: #336699;
  text-align: center;
  font-weight: bold;
  padding: 5px 6px;
}

.tableA td {
  border-bottom-color: #c6d6e3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: #c6d6e3;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: right;
  vertical-align: middle;
  padding: 5px 6px;
}

.tableA td.left {
  text-align: left;
}

.tableA td.center {
  text-align: center;
}

.tableA .row {
  background-color: #ebf7ff;
  color: #336699;
  text-align: left;
  padding: 4px 6px;
}

.tableB {
  border-top: 1px #C6D6E3 solid;
  border-left: 1px #C6D6E3 solid;
  width: 100%;
  margin-top: 10px;
}

.tableB th {
  background-color: #EBF7FE;
  border-right: 4px #C6D6E3 solid;
  border-bottom: 1px #C6D6E3 solid;
  font-weight: bold;
  text-align: left;
  padding: 6px 8px;
}

.tableB td {
  background-color: #FFF;
  border-right: 1px #C6D6E3 solid;
  border-bottom: 1px #C6D6E3 solid;
  padding: 6px 8px;
}

.tableB td.center {
  text-align: center;
}

.tableB td div.listDecimal02 ol {
  list-style-type: decimal;
  margin: 0px 0px 0px 30px;
  padding: 0 0 0 -5px;
  text-align: left;
  line-height: 1.7em;
  font-size: 100%;
}

.tableB td.listDecimal02 li {
  margin: 0;
  padding: 0px;
}

.txtSmall {
  font-size: 10px;
  font-size: 1rem;
}

.txtRight {
  margin-bottom: 25px;
  text-align: right;
}

.connectBox {
  border: 1px #E6EAEE solid;
  margin: 25px 0 15px 0;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}

.connectBox h4 {
  background-attachment: scroll;
  background-color: #F2F4F6;
  background-image: url(../images/class/connectBoxh4Bg.gif);
  background-position: top center;
  background-repeat: repeat-x;
  padding: 7px 10px;
  color: #336699;
  font-weight: bold;
}

.connectBox ul,
.connectBox .inner {
  margin: 10px 15px;
}

.connectBox ul li span {
  margin: 0 0 0 2em;
}

.connectBox dd {
  padding-left: 12px;
}

.connectBox .lineTop {
  border-top-color: #cccccc;
  border-top-style: dotted;
  border-top-width: 1px;
  margin-top: 12px;
  padding-top: 12px;
}

.txtLink {
  background-image: url(../images/arrow/arrowR.gif);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: normal;
  padding-left: 12px;
  color: #163872;
}
.txtLink img {
  vertical-align: middle;
}

.linkPDF {
  background-image: url(../images/icon/icPDF.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 2px 0 2px 20px;
}

.iconlist {
  margin: 10px 0 20px 5px;
}

.iconlist li {
  background-image: url(../images/about/icon_list.gif);
  background-position: 0 1em;
  background-repeat: no-repeat;
  line-height: 2;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

.withMargin li {
  margin-bottom: 10px;
}

.nomark li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.listLower-alpha {
  margin: 10px 0px 30px 30px;
}

.listLower-alpha li {
  list-style-type: lower-alpha;
  margin: 0px;
  padding: 0px;
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
}

.listDecimal {
  margin: 10px 0px 30px 30px;
}

.listDecimal li {
  list-style-type: decimal;
  margin: 0;
  padding: 0px;
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
}

.listDisc {
  margin: 10px 0px 30px 30px;
}

.listDisc li {
  list-style-type: disc;
  margin: 0;
  padding: 0px;
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
}

.second #content {
  float: none;
  width: auto;
  overflow: hidden;
  margin: 0 0 50px 0;
  padding: 0;
}
.second #content .rightArea {
  float: right;
  width: 860px;
  padding: 0 0 0 25px;
  border-left: 1px solid #d6e0eb;
}
.second #content .rightArea > h2 {
  border: none;
  margin: 0 0 15px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.second #content .rightArea > h2 .sub {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.second #content .rightArea > h3 {
  border-top: 1px #D3E4ED solid;
  border-bottom: 1px #BACDD7 solid;
  background: url(../img/class/h3Bg.gif) repeat-x center center #f4f9fd;
  background-attachment: scroll;
  clear: both;
  margin: 25px 0 10px 0;
  padding: 3px 2px;
  color: #000;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}
.second #content .rightArea h4 {
  border-bottom: 1px solid #D6E0EB;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.second #content .rightArea > p {
  margin: 0 0 30px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
.second #content .rightArea > p.txtSmall, .second #content .rightArea > p.txtCap {
  font-size: 10px;
  font-size: 1rem;
}
.second #content .rightArea > p strong {
  font-weight: bold;
}
.second #content .rightArea a {
  color: #163872;
}
.second #content .leftArea {
  float: left;
  width: 200px;
}
.second #content .leftArea h2 {
  border-bottom: 1px solid #d6e0eb;
  margin-bottom: 14px;
  padding-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.second #content .leftArea h2 a {
  color: #163872;
}

#contentsMenu {
  padding-bottom: 20px;
}

#contentsMenu li {
  background-image: url(../images/about/menuBorder.gif);
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  min-height: 162px;
  padding-bottom: 15px;
  padding-right: 15px;
  width: 200px;
}

#contentsMenu .right {
  padding-right: 0;
}

#contentsMenu .other {
  background: none;
  min-height: 1px;
  height: auto;
}

#contentsMenu .other a {
  height: auto;
  margin-bottom: 9px;
  width: auto;
}

#contentsMenu a {
  color: #666666;
  display: block;
  height: inherit;
  width: inherit;
}

#contentsMenu a:link {
  color: #666666;
  text-decoration: none;
}

#contentsMenu a:active {
  color: #666666;
  text-decoration: none;
}

#contentsMenu a:visited {
  color: #666666;
  text-decoration: none;
}

#contentsMenu a:hover {
  color: #666666;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#contentsMenu .inner {
  padding: 10px;
}

#contentsMenu img {
  display: block;
}

#contentsMenu p {
  font-size: 12px;
}

#contentsMenu .txtLink {
  margin: 0 0 5px 0;
  padding: 5px 0;
  background: url(../images/arrow/arrowR.gif) no-repeat left center;
  font-weight: normal;
  padding-left: 12px;
  color: #336699;
  font-weight: bold;
}

#cNavi li {
  margin-bottom: 2px;
  line-height: 1.4em;
  font-size: 12px;
  font-size: 1.2rem;
}

#cNavi li a {
  background-color: #e6eaee;
  background-image: url(../images/arrow/arrowR.gif);
  background-position: 9px 12px;
  background-repeat: no-repeat;
  display: block;
  padding: 6px 0 6px 20px;
  color: #163872;
  _height: 0;
}

#cNavi li a:hover,
#cNavi li a:active {
  background-color: #E9F4FF;
  text-decoration: none;
}

#cNavi li a:visited {
  color: #336699;
}

#cNavi.cMenu01 li.menu01 a,
#cNavi.cMenu02 li.menu02 a,
#cNavi.cMenu03 li.menu03 a,
#cNavi.cMenu04 li.menu04 a,
#cNavi.cMenu05 li.menu05 a,
#cNavi.cMenu06 li.menu06 a,
#cNavi.cMenu07 li.menu07 a,
#cNavi.cMenu08 li.menu08 a,
#cNavi.cMenu09 li.menu09 a {
  background-color: #E9F4FF;
}

#cNavi li li {
  margin: 2px 0 0;
}

#cNavi li li a {
  background-color: #e6eaee;
  background-image: url(../images/arrow/arrowChild.gif);
  background-position: 25px 12px;
  padding-left: 35px;
}

.pnkzWrap {
  overflow: hidden;
  margin: -15px 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dedede;
}

.pnkz {
  float: left;
  line-height: 12px;
}

.pnkz li {
  display: inline;
  padding-right: 8px;
  font-size: 10px;
  font-size: 1rem;
}

.pnkz a {
  padding-right: 8px;
  color: #163872;
}

.pnkzRtxt {
  float: right;
  width: auto;
  background-image: url(../img/arrow/arrowR.gif);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: normal;
  padding-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.pnkzRtxt a {
  color: #163872;
}

.strategyMenu li {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #d7e1eb;
  box-sizing: border-box;
}
.strategyMenu li .strategyMenu_img {
  display: table-cell;
  width: 490px;
}
.strategyMenu li .strategyMenu_txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
  line-height: 1.4;
}
.strategyMenu li .strategyMenu_txt h3 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.strategyMenu li .strategyMenu_txt p {
  font-size: 16px;
  font-size: 1.6rem;
}
.strategyMenu li:hover {
  border: 1px solid #9cbbd1;
  color: #666;
}
.strategyMenu li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.biglink {
  cursor: pointer;
}

.strategyTitle {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #d7e1eb;
  box-sizing: border-box;
}
.strategyTitle .strategyMenu_img {
  display: table-cell;
  width: 490px;
}
.strategyTitle .strategyMenu_txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
  line-height: 1.4;
}
.strategyTitle .strategyMenu_txt h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.strategyTitle .strategyMenu_txt p {
  font-size: 16px;
  font-size: 1.6rem;
}

.second #content .rightArea .strategyContent {
  padding: 0 0 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.second #content .rightArea .strategyContent h3 {
  border-top: 1px #D3E4ED solid;
  border-bottom: 1px #BACDD7 solid;
  background: url(../img/class/h3Bg.gif) repeat-x center center #f4f9fd;
  background-attachment: scroll;
  clear: both;
  margin: 40px 0 20px 0;
  padding: 3px 2px;
  color: #000;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}
.second #content .rightArea .strategyContent .strategyContent_inner {
  padding: 15px;
}
.second #content .rightArea .strategyContent .strategyContent_inner.aus {
  background: url(../images/strategy/aus_bg.jpg) no-repeat center center;
  background-size: cover;
}
.second #content .rightArea .strategyContent .strategyContent_inner.gcb {
  background: url(../images/strategy/gcb_bg.jpg) no-repeat center center;
  background-size: cover;
}
.second #content .rightArea .strategyContent .strategyContent_inner.infra {
  background: url(../images/strategy/infra_bg.jpg) no-repeat center center;
  background-size: cover;
}
.second #content .rightArea .strategyContent .strategyContent_inner h4 {
  margin: 10px 0 20px 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.8);
  border: none;
}
.second #content .rightArea .strategyContent .strategyContent_inner.gcb h4 {
  color: #000;
  text-shadow: 0 0 10px white, 0 0 5px white, 0 0 1px white;
  filter: dropshadow(color=white, offX=0, offY=-1) dropshadow(color=white, offX=1, offY=0) dropshadow(color=white, offX=0, offY=1) dropshadow(color=white, offX=-1, offY=0);
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li {
  overflow: hidden;
  margin: 0 0 1px 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:before {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0.6em 1.2em;
  background: rgba(22, 56, 114, 0.5);
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(1):before {
  content: "理由1";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(2):before {
  content: "理由2";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(3):before {
  content: "理由3";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(4):before {
  content: "理由4";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(5):before {
  content: "理由5";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li h5 {
  display: inline;
  margin: 0 0.8em 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2;
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li p {
  display: inline;
  margin: 0;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.3;
}
.second #content .rightArea .strategyContent p {
  margin: 0 0 20px 0;
  line-height: 2;
}
.second #content .rightArea .strategyContent .fundList li {
  margin: 0 0 5px 0;
}
.second #content .rightArea .strategyContent .fundList li a {
  padding: 0 0 0 12px;
  background: url(../images/arrow/arrowR.gif) no-repeat left center;
  color: #163872;
}
.second #content .rightArea .strategyContent table {
  width: 100%;
}
.second #content .rightArea .strategyContent table th {
  width: 8em;
  padding: 10px;
  border-bottom: 1px solid #efeff0;
  color: #666;
  text-align: left;
}
.second #content .rightArea .strategyContent table td {
  padding: 10px;
  border-bottom: 1px solid #efeff0;
}
.second #content .rightArea .strategyContent table td a {
  color: #163872;
}

.innerWrap {
  overflow: hidden;
}
.innerWrap .inner01 {
  float: left;
  width: 65%;
}
.innerWrap .inner02 {
  float: right;
  width: 30%;
}
.innerWrap .inner02 img {
  padding-top: 20px;
}

.half_list {
  overflow: hidden;
}
.half_list li {
  clear: both;
  float: left;
  width: 48%;
  margin: 0 0 30px;
}
.half_list li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
.half_list li:nth-child(2n) {
  clear: none;
  float: right;
}

.investor_list {
  margin: 0 0 10px 0;
}

.investor_list li {
  background-image: url(../images/about/icon_list.gif);
  background-position: 0 10px;
  background-repeat: no-repeat;
  line-height: 1.8em;
  margin: 5px 0 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

.mapArea {
  margin-bottom: 10px;
}

.ssc {
  font-size: 12px;
  font-size: 1.2rem;
}
.ssc li {
  margin: 0 0 10px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 2;
}

.flatTable {
  width: 100%;
  margin: 0 0 30px 0;
}
.flatTable caption {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
.flatTable td, .flatTable th {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
.flatTable th {
  width: 12em;
}

.ssc2 {
  font-size: 12px;
  font-size: 1.2rem;
}
.ssc2 li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 2;
}

.adobe {
  overflow: hidden;
  border: 2px solid #e6eaee;
  margin: 5px 0 25px;
  padding: 14px;
}
.adobe img {
  float: left;
  padding: 6px 20px 6px 0;
}
.adobe p {
  font-size: 12px;
  font-size: 1.2rem;
}
.adobe p strong {
  display: block;
  color: #000;
  font-weight: bold;
}

#history_nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#history_nav .inner {
  width: 1115px;
  height: 100px;
  margin: 0 auto;
  background: url(../images/history/mark.png) no-repeat right center;
}
#history_nav p {
  padding: 18px 0 7px 0;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
#history_nav ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#history_nav ul li a.now {
  color: #E50011;
}

.history {
  padding-bottom: 50px;
}

.sec {
  position: relative;
  min-height: 1077px;
  padding: 50px;
  box-sizing: border-box;
}

.sec .downArrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin: 0 0 0 -20px;
}
.sec .downArrow:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sec .upArrow {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.sec .upArrow:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sec .home {
  position: absolute;
  bottom: 15px;
  left: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

#history01 {
  background: url(../images/history/bg01.jpg) no-repeat left bottom;
  background-size: cover;
}
#history01 .history_title {
  width: 380px;
  margin: 0 0 40px 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
}
#history01 .history_title h2 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 45px;
  font-size: 4.5rem;
  color: #fff;
}
#history01 .history_title p {
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}
#history01 .history_content {
  display: inline-block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#history01 .history_content {
  width: 520px;
}
#history01 .history_content ul li {
  overflow: hidden;
  margin: 0 0 14px 0;
  cursor: pointer;
}
#history01 .history_content ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}
#history01 .history_content ul li:last-child {
  margin: 0;
}
#history01 .history_content ul li img {
  float: left;
  margin: 0 15px 0 0;
  border: 2px solid #fff;
}
#history01 .history_content ul li p {
  padding: 0.7em 0 0 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
#history01 .history_content ul li p strong {
  font-size: 26px;
  font-size: 2.6rem;
}

#history02 {
  background: url(../images/history/bg02.jpg) no-repeat left top;
  background-size: cover;
}
#history02 .history_title {
  margin: 0 0 150px 0;
  padding: 200px 0 0 0;
  color: #fff;
  font-weight: bold;
}
#history02 .history_title h2 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
}
#history02 .history_title p {
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;
}
#history02 .history_content {
  padding: 0 0 0 170px;
  line-height: 1.5;
  color: #fff;
}
#history02 .history_content h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
}
#history02 .history_content .maintxt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
#history02 .history_content .source {
  font-size: 10px;
  font-size: 1rem;
}
#history02 .history_txt {
  float: left;
  width: 480px;
}
#history02 .history_photo {
  float: left;
  width: 170px;
  padding: 125px 0 0 0;
}
#history02 .history_photo img {
  margin: 0 0 15px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
}
#history02 .history_photo p {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}

#history03 {
  background: url(../images/history/bg03.jpg) no-repeat left top;
  background-size: cover;
}
#history03 .history_title {
  width: 390px;
  margin: 180px 0 110px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
#history03 .history_title h2 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
}
#history03 .history_title p {
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;
}
#history03 .history_content {
  overflow: hidden;
  margin: 0 0 0 100px;
  width: 710px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  line-height: 1.5;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
#history03 .history_content h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
}
#history03 .history_content .maintxt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
#history03 .history_content .source {
  font-size: 10px;
  font-size: 1rem;
}
#history03 .history_txt {
  float: left;
  width: 520px;
}
#history03 .history_photo {
  float: left;
  width: 180px;
  padding: 125px 0 0 0;
}
#history03 .history_photo img {
  margin: 0 0 15px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
}
#history03 .history_photo p {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}

#history04 {
  background: url(../images/history/bg04.jpg) no-repeat left top;
  background-size: cover;
}
#history04 .history_title {
  width: 390px;
  margin: 40px 0 190px 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
#history04 .history_title h2 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
  color: #fff;

}
#history04 .history_title p {
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;

  color: #fff;

}
#history04 .history_content {
  overflow: hidden;
  width: 660px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  line-height: 1.5;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
#history04 .history_content h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
}
#history04 .history_content .maintxt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
#history04 .history_content .source {
  font-size: 10px;
  font-size: 1rem;
}
#history04 .history_txt {
  float: left;
  width: 470px;
}
#history04 .history_photo {
  float: left;
  width: 180px;
  padding: 170px 0 0 0;
}
#history04 .history_photo img {
  margin: 0 0 15px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
}
#history04 .history_photo p {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}

#history05 {
  background: url(../images/history/bg05.jpg) no-repeat left top;
  background-size: cover;
}
#history05 .history_title {
  margin: 0 0 80px 0;
  padding: 160px 0 0 0;
  font-weight: bold;
  color: #fff;
}
#history05 .history_title h2 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
}
#history05 .history_title p {
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;
}
#history05 .history_content {
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
#history05 .history_content h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
}
#history05 .history_content .maintxt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
#history05 .history_content .source {
  font-size: 10px;
  font-size: 1rem;
}
#history05 .history_txt {
  float: left;
  width: 500px;
}
#history05 .history_photo {
  float: left;
  width: 180px;
  padding: 170px 0 0 0;
}
#history05 .history_photo img {
  margin: 0 0 15px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
}
#history05 .history_photo p {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}

#history06 {
  background: url(../images/history/bg06.jpg) no-repeat left bottom;
  background-size: cover;
}
#history06 .history_title {
  width: 420px;
  margin: 170px 0 60px 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fff;
}
#history06 .history_title h2 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
}
#history06 .history_title p {
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;
}
#history06 .history_content {
  overflow: hidden;
}
#history06 .history_txt {
  float: left;
  width: 560px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.5;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
#history06 .history_txt h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
}
#history06 .history_txt .maintxt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
#history06 .history_txt .source {
  font-size: 10px;
  font-size: 1rem;
}
#history06 .history_photo {
  float: left;
  width: 230px;
  padding: 130px 0 0 80px;
}
#history06 .history_photo img {
  margin: 0 0 15px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px 3px;
}
#history06 .history_photo p {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}
