@charset "UTF-8";
/* --------------------------------------------------
 Main Style
 -------------------------------------------------- */
#mainContent article {
  padding-top: 125px;
}
@media screen and (max-width: 767px) {
  #mainContent article {
    padding-top: 80px;
  }
}

#breadcrumb {
  margin-bottom: 7px;
}

#breadcrumb ul li {
  display: inline-block;
  color: #7d7d7d;
  font-size: 1.1em;
}

#breadcrumb ul li a {
  color: #7d7d7d;
}

#breadcrumb ul li:before {
  content: ">";
}

#breadcrumb ul li:first-child:before {
  content: "";
}

#breadcrumb .logout {
  float: right;
  margin-top: -20px;
}

#breadcrumb .fundLink {
  padding: 0 125px;
  margin-top: -15px;
  float: right;
}

#breadcrumb .fundLink li a {
  background: #c5a95d;
  color: #fff;
  padding: 1px 10px;
}

#breadcrumb .fundLink li a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#breadcrumb .fundLink li:before {
  content: "";
}

#subMenuArea {
  width: 226px;
  background: #fff;
  float: left;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #subMenuArea {
    width: 100%;
    float: none;
    order: 2;
  }
}

#subMenuArea ul {
  padding: 20px 0 0 0;
}

#subMenuArea ul li {
  font-size: 1.3em;
  color: #313131;
  padding: 15px 0 15px 20px;
}

#subMenuArea ul li.current {
  background: url(../img/arrow01.gif) no-repeat 4px center;
}

#subMenuArea ul li.group {
  background: none;
}

#subMenuArea ul li.sub {
  padding-bottom: 7px;
  padding-top: 5px;
  padding-left: 30px;
}

#subMenuArea ul li a {
  color: #313131;
}

#contentArea {
  min-height: 781px;
  width: 708px;
  padding: 0 70px 20px;
  background: #fff;
  float: right;
}
@media screen and (max-width: 767px) {
  #contentArea {
    width: 100%;
    min-height: 0;
    float: none;
    margin-bottom: 20px;
    padding: 0 15px 20px;
    box-sizing: border-box;
  }
}

.noMenu #contentArea {
  float: none;
  margin: 0 auto;
}

#contentArea h2 {
  font-size: 2.3em;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #contentArea h2 {
    font-size: 2em;
  }
}

#contentArea h3 {
  font-size: 1.7em;
  margin-bottom: 15px;
  font-weight: bold;
}

#contentArea .subttl {
  position: relative;
  font-size: 1.7em;
  text-align: center;
}

#contentArea .subttl .subTxt {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #contentArea .subttl .subTxt {
    position: relative;
    display: block;
    text-align: right;
  }
}

#contentArea .subttl2 {
  background: url(../img/bk03.gif);
  font-size: 1.9em;
  font-weight: normal;
  padding: 15px 0;
  text-align: center;
}

#contentArea p {
  font-size: 1.4em;
  margin-bottom: 20px;
}

#contentArea .contentSection {
  background: url(../img/bk03.gif) repeat-x;
  padding: 20px 0 10px 0;
}

#contentArea .contentSection .lineInner {
  background: url(../img/bk03.gif) repeat-x left bottom;
  padding-bottom: 1px;
}

#contentArea figure figcaption {
  font-size: 1.2em;
}

.ind01em {
  text-indent: -1em;
  padding-left: 1em;
}

.ind02em {
  text-indent: -2em;
  padding-left: 2em;
}

.ind03em {
  text-indent: -3em;
  padding-left: 3em;
}

#contentArea .tableStyle01 {
  background: url(../img/bk03.gif) repeat-x left bottom;
  padding: 0 0 6px;
}

#contentArea .tableStyle01 dt {
  float: left;
  clear: both;
  font-size: 1.4em;
  font-weight: bold;
  border-right: 1px solid #efe6ce;
  padding: 15px 0;
  width: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle01 dt {
    width: 100%;
    border-right: 0;
  }
}

#contentArea .tableStyle01 dd {
  font-size: 1.4em;
  border-top: 1px solid #efe6ce;
  padding: 15px 0 15px 135px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle01 dd {
    width: 100%;
  }
}

#contentArea .tableStyle01 dd.first {
  border-top: none;
}

#contentArea .tableStyle01.w120 dt {
  width: 120px;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle01.w120 dt {
    width: 100%;
  }
}

#contentArea .tableStyle01.w120 dd {
  padding-left: 135px;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle01.w120 dd {
    padding-left: 0;
  }
}

#contentArea .tableStyle01.w180 dt {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle01.w180 dt {
    width: 100%;
  }
}

#contentArea .tableStyle01.w180 dd {
  padding-left: 195px;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle01.w180 dd {
    padding-left: 0;
  }
}

#contentArea .tableStyle01 dd .map {
  font-size: 0.9em;
}

#contentArea .tableStyle01 dd .fundList li {
  font-size: 1.4em;
  list-style: disc;
  margin-left: 15px;
}

#contentArea .tableStyle02 {
  background: url(../img/bk03.gif) repeat-x left bottom;
  padding: 0 0 6px;
}

#contentArea .tableStyle02 table {
  width: 100%;
}

#contentArea .tableStyle02 tr th {
  font-weight: bold;
}

#contentArea .tableStyle02 tr th,
#contentArea .tableStyle02 tr td {
  font-size: 1.4em;
  padding: 15px;
  border-top: 1px solid #efe6ce;
  border-left: 1px solid #efe6ce;
}

#contentArea .tableStyle02 tr:first-child th,
#contentArea .tableStyle02 tr:first-child td {
  border-top: none;
}

#contentArea .tableStyle02 tr:last-child td {
  border-bottom: none;
}

#contentArea .tableStyle02 tr td.nbd {
  border-top: none;
  /*ここから*/
  border-top: 1px solid #efe6ce;
  /*ここまでCMSでは消す*/
}

#contentArea .tableStyle02 tr.last td:first-child {
  border-bottom: 1px solid #efe6ce;
}

#contentArea .tableStyle02 tr th.nbd,
#contentArea .tableStyle02 tr td.nbd {
  border-left: none;
}

#contentArea .tableStyle03 {
  display: table;
  width: 100%;
  border-top: 1px solid #efe6ce;
  border-left: 1px solid #efe6ce;
}

#contentArea .tableStyle03 dl {
  display: table-row;
}

#contentArea .tableStyle03 dl dt {
  display: table-cell;
  box-sizing: border-box;
  border-bottom: 1px solid #efe6ce;
  border-right: 1px solid #efe6ce;
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 0.3em;
  vertical-align: middle;
}

#contentArea .tableStyle03 dl dd {
  display: table-cell;
  box-sizing: border-box;
  border-bottom: 1px solid #efe6ce;
  border-right: 1px solid #efe6ce;
  font-size: 1.4em;
  padding: 20px;
}

#contentArea .tableStyle03.w80 dt {
  width: 80px;
}

#contentArea .tableStyle04 {
  padding: 0 0 6px;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle04 table,
  #contentArea .tableStyle04 tbody,
  #contentArea .tableStyle04 tr,
  #contentArea .tableStyle04 th,
  #contentArea .tableStyle04 td {
    display: block;
  }
}

#contentArea .tableStyle04 table {
  width: 100%;
  border-top: 1px solid #efe6ce;
}

#contentArea .tableStyle04 tr th {
  font-size: 1.4em;
  padding: 15px;
  border-bottom: 1px solid #efe6ce;
  background: #fcf9f1;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle04 tr th {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}

#contentArea .tableStyle04.vam table tr th {
  vertical-align: middle;
}

#contentArea .tableStyle04 tr th dl dt,
#contentArea .tableStyle04 tr th dl dd {
  font-size: 1.5em;
  font-weight: bold;
}

#contentArea .tableStyle04 tr td {
  font-size: 1.4em;
  padding: 15px 0px 15px 15px;
  border-bottom: 1px solid #efe6ce;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle04 tr td {
    padding: 10px 0;
  }
}

#contentArea .tableStyle04 tr td li {
  margin-bottom: 5px;
}

#contentArea .tableStyle05 {
  padding: 0 0 6px;
}

#contentArea .tableStyle05 table {
  width: 100%;
}

#contentArea .tableStyle05 tr th {
  font-size: 1.4em;
  padding: 15px 5px;
  border-bottom: 1px solid #cebb87;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

#contentArea .tableStyle05 tr td {
  font-size: 1.4em;
  padding: 15px;
  border-bottom: 1px solid #cebb87;
}

#contentArea .tableStyle05 tr .cel1 {
  background: url(../img/bk04.gif);
}

#contentArea .tableStyle05 tr .cel2 {
  padding: 0;
}

#contentArea .tableStyle05 tr .cel3 {
  background: #fcf9f1;
}

#contentArea .tableStyle05 tr .redTop {
  padding: 10px;
  padding-bottom: 0;
  vertical-align: bottom;
}

#contentArea .tableStyle05 tr .redTop div {
  border: 2px solid #e60012;
  border-bottom: none;
  padding: 5px 5px 10px;
  font-size: 14px;
}

#contentArea .tableStyle05 tr .redBtm {
  padding: 10px;
  padding-top: 0;
  vertical-align: top;
}

#contentArea .tableStyle05 tr .redBtm div {
  border: 2px solid #e60012;
  border-top: none;
  padding: 10px 5px 5px;
  font-size: 14px;
}

#contentArea .tableStyle06 {
  width: 100%;
  border-top: 1px solid #cebb87;
  margin-bottom: 20px;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 {
    display: block;
    box-sizing: border-box;
    margin-bottom: 40px;
    border: 1px solid #cebb87;
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 tbody,
  #contentArea .tableStyle06 tr {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

#contentArea .tableStyle06 th {
  background: #fcf9f1;
  padding: 10px;
  font-weight: bold;
  font-size: 1.4em;
  border-bottom: 1px solid #cebb87;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 th {
    display: block;
    box-sizing: border-box;
  }
}

#contentArea .tableStyle06 td {
  font-size: 1.4em;
  border-bottom: 1px solid #cebb87;
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 td {
    display: block;
    box-sizing: border-box;
  }
}

#contentArea .tableStyle06 .companyName {
  width: 60px;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 .companyName {
    width: 100%;
  }
}

#contentArea .tableStyle06 .company {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 .company {
    width: 100%;
  }
}

#contentArea .tableStyle06 .invest {
  width: 80px;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 .invest {
    width: 100%;
  }
}

#contentArea .tableStyle06 .date {
  width: 100px;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 .date {
    width: 100%;
    border-bottom: 0;
  }
}

#contentArea .tableStyle06 .pic {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 .pic {
    display: none;
    width: 100%;
    border-bottom: 0;
  }
}
#contentArea .tableStyle06 .pic_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 .pic_sp {
    display: block;
    text-align: center;
  }
}

#contentArea .tableStyle06 .pic img {
  width: 150px;
  height: 80px;
}

#contentArea .tableStyle06 .detail {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 .detail {
    display: none;
    text-align: right;
  }
}
#contentArea .tableStyle06 .detail_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 .detail_sp {
    display: block;
    font-size: 14px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #contentArea .tableStyle06 .collect {
    border-top: 1px solid #cebb87;
  }
}

#contentArea .tableStyle07 {
  background: url(../img/bk03.gif) repeat-x left bottom;
  padding: 0 0 6px;
}

#contentArea .tableStyle07 table {
  width: 100%;
}

#contentArea .tableStyle07 tr th {
  font-weight: bold;
}

#contentArea .tableStyle07 tr th,
#contentArea .tableStyle07 tr td {
  font-size: 1.4em;
  padding: 5px;
  border-top: 1px solid #efe6ce;
  border-left: 1px solid #efe6ce;
}

#contentArea .tableStyle07 tr:first-child th,
#contentArea .tableStyle07 tr:first-child td {
  border-top: none;
}

#contentArea .tableStyle07 tr th:first-child,
#contentArea .tableStyle07 tr td:first-child {
  border-left: none;
}

#contentArea .tableStyle08 {
  background: url(../img/bk03.gif) repeat-x left bottom;
  padding: 0 0 6px;
}

#contentArea .tableStyle08 table {
  width: 100%;
}

#contentArea .tableStyle08 tr th {
  font-weight: bold;
  text-align: left;
  background: #fcf9f1;
}

#contentArea .tableStyle08 tr td {
  text-align: right;
}

#contentArea .tableStyle08 tr td.minus {
  color: #f00;
}

#contentArea .tableStyle08 tr th,
#contentArea .tableStyle08 tr td {
  font-size: 1.4em;
  padding: 5px;
  border-top: 1px solid #efe6ce;
  border-left: 1px solid #efe6ce;
}

#contentArea .tableStyle08 tr:first-child th,
#contentArea .tableStyle08 tr:first-child td {
  border-top: none;
}

#contentArea .tableStyle08 tr th:first-child,
#contentArea .tableStyle08 tr td:first-child {
  border-left: none;
}

#contentArea .boxStyle01 {
  padding: 25px 0;
  border-top: 1px solid #efe6ce;
}

#contentArea .boxStyle01:first-child {
  border-top: none;
}

#contentArea .boxStyle01 .boxLeft {
  float: left;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #contentArea .boxStyle01 .boxLeft {
    width: 100%;
    margin-bottom: 15px;
  }
}

#contentArea .boxStyle01 .boxRight {
  float: right;
  width: 570px;
}
@media screen and (max-width: 767px) {
  #contentArea .boxStyle01 .boxRight {
    width: 100%;
  }
}

#contentArea .boxStyle01 .titleContent p {
  font-size: 1.3em;
  margin-bottom: 3px;
}

#contentArea .boxStyle01 .titleContent strong {
  font-size: 1.538em;
  font-weight: bold;
}

#contentArea .listFollow li {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 20px;
}

#contentArea .listStyle01 li {
  font-size: 1.4em;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
}

#contentArea .listStyle01 li:before {
  content: "●";
  margin-right: 5px;
}

#contentArea .listFollow li {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 10px;
}

#contentArea .listStyle02 > li {
  font-size: 1.4em;
  text-indent: -1.4em;
  margin-left: 1.4em;
  margin-bottom: 10px;
}

#contentArea .listStyle02 > li:before {
  content: "▼";
  color: #c5a95d;
  margin-right: 5px;
}

#contentArea .listStyle02 > li a {
  color: #000;
}

#contentArea .listStyle02 > li a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#contentArea .listStyle02 li ul {
  padding-top: 10px;
}

#contentArea .listStyle02 li ul li {
  text-indent: 0em;
  margin-bottom: 5px;
}

#contentArea .listStyle03 li {
  font-size: 1.4em;
  margin-bottom: 20px;
  border-left: 7px solid #7d7d7d;
  padding-left: 10px;
  line-height: 1.4;
}

#contentArea .listStyle04 dt {
  float: left;
  clear: both;
  font-size: 1.4em;
}

#contentArea .listStyle04 dd {
  padding-left: 2em;
  margin-bottom: 20px;
  font-size: 1.4em;
}

#contentArea .listStyle05 > li {
  font-size: 1.4em;
  background: url(../img/arrow02.png) no-repeat left 5px;
  padding-left: 20px;
  margin-bottom: 20px;
}

#contentArea .listStyle06 dt {
  float: left;
  clear: both;
  font-size: 1.4em;
}

#contentArea .listStyle06 dd {
  padding-left: 2em;
  margin-bottom: 10px;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  #contentArea .listStyle07 tbody,
  #contentArea .listStyle07 tr,
  #contentArea .listStyle07 th,
  #contentArea .listStyle07 td {
    display: block;
  }
}

#contentArea .listStyle07 th {
  font-size: 1.4em;
  padding: 0 10px 10px 0;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #contentArea .listStyle07 th {
    white-space: normal;
    padding: 0;
  }
}

#contentArea .listStyle07 td {
  font-size: 1.4em;
  padding: 0 10px 10px 0;
}

#contentArea .p1emLeft dd {
  padding-left: 1em;
}

#contentArea .p2emLeft dd {
  padding-left: 2em;
}

#contentArea .p3emLeft dd {
  padding-left: 3em;
}

#contentArea .p4emLeft dd {
  padding-left: 4em;
}

#contentArea .p5emLeft dd {
  padding-left: 5em;
}

#contentArea .p6emLeft dd {
  padding-left: 6em;
}

#contentArea .p7emLeft dd {
  padding-left: 7em;
}

#contentArea .p8emLeft dd {
  padding-left: 8em;
}

#contentArea .p9emLeft dd {
  padding-left: 9em;
}

#contentArea .small_arrowList01 {
  text-align: center;
  margin: 5px 0 10px;
}

#contentArea .small_arrowList01 li {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.3em;
}

#contentArea .small_arrowList01 li .icon_arrow:before {
  margin-right: 5px;
  font-size: 12px;
}

#contentArea .contentPart {
  letter-spacing: -0.4em;
}

#contentArea .contentPart h3 {
  border-bottom: 1px solid #efe6ce;
  font-size: 1.5em;
}

#contentArea .contentPart h3 a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#contentArea .per33 {
  width: 30.6%;
  margin-left: 4%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

#contentArea .per33:first-child {
  margin-left: 0;
}

#contentArea .per50 {
  width: 47.9%;
  margin-left: 4%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

#contentArea .per50:first-child {
  margin-left: 0;
}

#contentArea .boxGray {
  border: 1px solid #c9c9c9;
  padding: 15px 25px;
  margin-bottom: 20px;
}

#contentArea .boxGoldLine {
  border: 3px solid #efe6ce;
  padding: 15px 25px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8;
}

#contentArea .boxGoldLine p {
  font-size: 1.6em;
  color: #524e45;
  font-weight: bold;
  margin: 0 0 5px;
}

#contentArea .boxGold {
  background: url(../img/bk04.gif);
  padding: 15px 25px;
  margin-bottom: 20px;
}

#contentArea .boxGoldB {
  background: url(../img/bk04.gif);
  padding: 15px 25px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8;
}

#contentArea .boxGoldB p {
  font-size: 1.6em;
  color: #524e45;
  font-weight: bold;
  margin: 0 0 5px;
}

#contentArea .boxSilver {
  background: url(../img/bk05.gif);
  padding: 15px 25px;
  margin-bottom: 20px;
}

#contentArea .boxYellow {
  background: url(../img/bk03.gif);
  padding: 15px 25px;
  margin-bottom: 20px;
}

#contentArea .boxInlineBlue {
  text-align: center;
}

#contentArea .boxInlineBlue p {
  font-size: 1.6em;
  color: #fff;
  background: #003559;
  border-radius: 3px;
  padding: 15px 40px;
  display: inline-block;
  margin: 0 auto;
}

#contentArea .arrow03 {
  padding-bottom: 80px;
  background: url(../img/arrow03.gif) no-repeat center bottom;
  margin-bottom: 20px;
}

#contentArea .boxBtn01 {
  text-align: center;
}

#contentArea .boxBtn01 a {
  border-radius: 3px;
  background: #003559;
  color: #fff;
  padding: 13px 80px;
  font-size: 1.8em;
}

#contentArea .boxBtn01 a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#contentArea .faq {
  padding: 10px 0;
}

#contentArea .faq dt {
  position: relative;
  font-size: 1.4em;
  padding: 5px 0 30px 80px;
}

#contentArea .faq dt:before {
  position: absolute;
  top: 0;
  left: 20px;
  content: "Q";
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 3px;
  background: url(../img/bk03.gif);
  color: #707070;
}

#contentArea .faq dd {
  position: relative;
  font-size: 1.4em;
  border-radius: 3px;
  background: url(../img/bk03.gif);
  padding: 30px 20px 30px 70px;
}

#contentArea .faq dd:before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "A";
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 3px;
  background: #fff;
  color: #707070;
}

#contentArea .boxChequeredStyle {
  border-top: 1px solid #efe6ce;
  margin-bottom: 14px;
}

#contentArea .boxChequeredStyle .box {
  width: 33.3%;
  float: left;
  padding: 20px 15px;
  box-sizing: border-box;
  border-right: 1px solid #efe6ce;
  border-bottom: 1px solid #efe6ce;
}

#contentArea .boxChequeredStyle .box.odd {
  background: url(../img/bk03.gif);
}

#contentArea .boxChequeredStyle .box.end {
  border-right: none;
}

#pagetop {
  position: fixed;
  right: 50%;
  margin-right: -550px;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 40px;
    margin: 0;
    right: 10px;
    bottom: 15px;
  }
}

/* 個別CSS */
#approachFig {
  position: relative;
}

#approachFig .txt01 {
  position: absolute;
  left: 473px;
  top: 32px;
  width: 170px;
  text-align: left;
  z-index: 10;
}

#approachFig .txt02 {
  position: absolute;
  left: 0;
  top: 230px;
  width: 150px;
  text-align: left;
  z-index: 10;
}

#approachFig .txt03 {
  position: absolute;
  left: 563px;
  top: 230px;
  width: 150px;
  text-align: left;
  z-index: 10;
}

#fundTable {
  width: 100%;
}

#fundTable th,
#fundTable td {
  line-height: 1.4;
  border-bottom: 1px solid #cebb87;
}

#fundTable .celEnd {
  border-right: 1px solid #cebb87;
}

#fundTable .bnrArea {
  padding: 8px 0 3px;
  background: url(../img/bk03.gif);
  vertical-align: top;
}

#fundTable .bnrArea li {
  display: table;
  width: 134px;
  height: 73px;
  margin: 0 5px 5px 5px;
  cursor: pointer;
}

#fundTable .bnrArea li span.linkBnr {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #fff;
}

#fundTable .bnrArea li span.linkBnr img {
  max-width: 134px;
  height: auto;
}

#fundTable .bnrArea li .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  box-shadow: 2px 2px 2px #aaa;
  width: 281px;
  min-height: 196px;
  margin-left: -140px;
  margin-top: -98px;
  padding: 12px 22px;
  cursor: default;
  display: none;
}

#fundTable .bnrArea li .popup .bottomBox {
  /*	position:absolute;
  	bottom:0;
  	left:22px;
  	width:281px;
  */
}

#fundTable .bnrArea li .popup .txt01 {
  display: table;
}

#fundTable .bnrArea li .popup .txt01 span {
  display: table-cell;
  vertical-align: middle;
  height: 115px;
  width: 281px;
}

#fundTable .bnrArea li .popup .txt01 span img {
  width: 100%;
  height: auto;
}

#fundTable .bnrArea li .popup .txt02 {
  font-size: 1.2em;
}

#fundTable .bnrArea li .popup .txt03 a {
  display: block;
  background: #efe6ce;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
}

#fundTable .bnrArea li .popup .txt04 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/close.gif) no-repeat;
  cursor: pointer;
}

#fundTable .type01 {
  font-size: 1.4em;
  background: url(../img/bk03.gif);
  border: none;
  padding: 2px 0;
}

#fundTable .type02 {
  font-size: 1.3em;
  background: url(../img/bk03.gif);
  padding-bottom: 5px;
}

#fundTable .type03 {
  font-size: 1.4em;
  border-left: 1px solid #cebb87;
  width: 120px;
  vertical-align: middle;
}

#fundTable .type03 span {
  font-size: 0.857em;
}

#fundTable .type04 {
  border: none;
  height: 5px;
  line-height: 0;
}

#fundTable .type05 {
  width: 5px;
}

#contentArea .detailTitle {
  padding-top: 10px;
}

#contentArea p.detailLogo {
  float: right;
  margin: -13px 0 0 0;
}

#contentArea p.detailLogo img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .adobeReader {
    display: none;
  }
}

.loginTable {
  max-width: 400px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .loginTable {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .scrollBox {
    overflow-x: auto;
  }
}

#contentArea .p-privacy {
  padding-left: 40px;
}
#contentArea .p-privacy__item {
  list-style-type: none;
  counter-increment: cnt;
  background: 0 0;
  position: relative;
  font-size: 1.4em;
  margin-bottom: 20px;
}
#contentArea .p-privacy__item::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: -30px;
}
#contentArea .p-privacy__item p {
  font-size: 1em;
  margin-top: 20px;
}
#contentArea .p-privacy__under-list01 {
  padding-left: 10px;
  margin-top: 10px;
}
#contentArea .p-privacy__under-item01 {
  padding-left: 20px;
  position: relative;
  counter-increment: counter02;
  font-size: 1.4em;
  margin-bottom: 20px;
}
#contentArea .p-privacy__under-item01::before {
  content: counter(counter02);
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16px;
  width: 16px;
  font-size: 80%;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: -4px;
}
#contentArea .p-privacy__under-list02 {
  padding-left: 40px;
  margin-top: 10px;
}
#contentArea .p-privacy__under-item02 {
  list-style: disc;
  font-size: 1.4em;
  margin-bottom: 20px;
}/*# sourceMappingURL=sub.css.map */