@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */


@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  #overlay-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
  }


  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #ddd;
  }
  .HeaderBody {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 90px;
    padding: 0 1.66% 0 1.66%;
  }

  /* ----- header-identity ----- */
  .header-identity {
    width: 29.5%;
  }
  .header-identity .identity_logo {
    width: 100%;
    height: auto;
  }
  .header-identity .identity_logo a {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-identity .identity_logo a > img {
    width: 100%;
    max-width: 485px;
  }
  /* ----- Gnav ----- */
  .Gnav {
    width: 70.21%;
    height: 100%;
  }
  .Gnav .GnavBody {
    height: 100%;
  }
  .Gnav .GnavBody .gnav-list {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0 4.67% 0 3%;
  }
  .Gnav .GnavBody .gnav-list > li {
    height: 100%;
    margin-right: 2.5%;
    text-align: center;
  }
  .Gnav .GnavBody .gnav-list > li:last-child {
    margin-right: 0;
  }
  .Gnav .GnavBody .gnav-list > li.about {
    width: 4.5em;
  }
  .Gnav .GnavBody .gnav-list > li.business {
    width: 6.8em;
    margin-right: 1.8%;  
  }
  .Gnav .GnavBody .gnav-list > li.responsible {
    width: 11.8em;
  }
  .Gnav .GnavBody .gnav-list > li > a {
    position: relative;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    color: #333;
    font-size: 1.8rem;
  }
  .Gnav .GnavBody .gnav-list > li > a:hover,
  .Gnav .GnavBody .gnav-list > li.is-current > a,
  .Gnav .GnavBody .gnav-list > li.is-open > a {
    color: #009c84;
    font-weight: bold;
  }
  .Gnav .GnavBody .gnav-list > li.is-open > a::after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -9px;
    border-style: solid;
    border-width: 0 9px 14px 9px;
    border-color: transparent transparent #eaeaf2 transparent;
    content: "";
  }

  /* ----- HeaderUtility ----- */
  .HeaderUtility {
    /*width: 10.89%;*/
    width: 50px;
  }
  .HeaderUtility .utility-link {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .HeaderUtility .utility-link > li {
  }
  .HeaderUtility .utility-link > li.japanese {
    width: 50px;
    height: 37px;
    background: url(/en/common/img/header_ic04.png) no-repeat 50% 0;
    background-size: 23px auto;
  }
  .HeaderUtility .utility-link > li.japanese:hover {
    background: url(/en/common/img/header_ic04on.png) no-repeat 50% 0;
    background-size: 23px auto;
  }
  .HeaderUtility .utility-link > li.menu {
    display: none;
  }
  .HeaderUtility .utility-link > li > a {
    display: block;
  }
  .HeaderUtility .utility-link > li.japanese a {
    padding-top: 27px;
    color: #666666;
    font-size: 1.0rem;
    text-align: center;
    line-height: 1.1;
  }
  .HeaderUtility .utility-link > li.japanese a:hover {
    color: #009c84;
  }

  /* ------------------------------------------------------
   * Mega Menu
  ------------------------------------------------------ */
  .mega-menu {
    display: none;
    position: fixed;
    top: 91px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #eaeaf2;
  }
  .mega-menu .menu-inner {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 0 30px;
    text-align: left;
  }
  .mega-menu .menu-inner .menu-body > *:last-child {
    margin-bottom: 0;
  }
  .mega-menu .menu-inner .heading-lv2 a,
  .mega-menu .fund-search .heading-lv3 a {
    display: inline-block;
  }
  .mega-menu .menu-inner > *:first-child {
    margin-top: 0;
  }
  .mega-menu .menu-inner .menu-close {
    position: absolute;
    top: 20px;
    right: 1px;
    width: 23px;
    height: 23px;
  }
  .mega-menu .menu-inner .menu-close > a {
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
  }
  .mega-menu .menu-inner .menu-close > a::before {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 30px;
    height: 1px;
    background: #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .mega-menu .menu-inner .menu-close > a::after {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 30px;
    height: 1px;
    background: #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  .mega-menu .menu-body > *:first-child {
    margin-top: 0;
  }
  .mega-menu .block-link {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
    background: #009c84;
  }
  .mega-menu .block-link .title {
    width: 18.33%;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    white-space: normal;
  }
  .mega-menu .block-link .target-list {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex: 1;
  }
  .mega-menu .block-link .target-list > li {
    flex: 1;
    border-left: solid 1px #4dbaa9;
  }
  .mega-menu .block-link .target-list > li > a {
    position: relative;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 80px;
    padding-left: 25px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .mega-menu .block-link .target-list > li > a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }
  .mega-menu .block-link .target-list > li > a:hover {
    background: #d8efcc;
    color: #009c84;
  }
  .mega-menu .block-link .target-list > li > a:hover::before {
    border-top: 2px solid #009c84;
    border-right: 2px solid #009c84;
  }
  .mega-menu .block-link + .link-text {
    margin-right: 0;
  }
  .mega-menu .block-link + .link-text > li {
    margin-right: 30px;
  }
  .mega-menu .contents-link {
    -webkit-display: flex;
    display: flex;
    margin-top: 25px;
    padding-top: 8px;
  }
  .mega-menu .link-text + .contents-link {
    padding-top: 40px;
    border-top: solid 1px #ccc;
  }
  .mega-menu .contents-link .ranking-list {
    width: 22.75%;
    padding-right: 10px;
    border-right: solid 1px #ccc;
  }
  .mega-menu .contents-link .ranking-list dt {
    line-height: 1.1;
    color: #2073b3;
    font-size: 2.4rem;
    font-weight: bold;
    white-space: normal;
  }
  .mega-menu .contents-link .ranking-list dd .link-text {
    margin-bottom: 0;
  }
  .mega-menu .contents-link .contents-link-list {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }
  .mega-menu .contents-link .ranking-list + .contents-link-list {
    width: 77.25%;
    padding-left: 3%;
  }
  .mega-menu .contents-link .contents-link-list > li {
    line-height: 1.1;
  }
  .mega-menu .contents-link .contents-link-list > li:nth-of-type(4n+1){
    margin-top: 1.5em;
  }
  .mega-menu .contents-link .contents-link-list > li > a {
    color: #2073b3;
    font-size: 2.4rem;
    font-weight: bold;
    white-space: normal;
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
  .mega-menu .contents-link .contents-link-list > li > a:hover {
    color: #009c84;
  }
  .mega-menu .contents-link .contents-link-list > li > a.a-pdf::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    background: url(/en/common/img/com_sprite01.png) no-repeat;
    background-position: -80px 0;
    vertical-align: top;
    content: "";
  }
  .mega-menu .contents-link .contents-link-list > li > a .subtext {
    font-size: 1.8rem;
  }

  /* menu-fund */
  #menu-fund .form-area {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 25px;
  }
  #menu-fund .form-area form {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 85.3%;
    padding: 7px 14px 7px 50px;
    background: #fff;
    border: solid 2px #009c84;
    border-radius: 5px;
  }
  #menu-fund .form-area form .txt {
    position: relative;
    flex: 1;
    padding-right: 10px;
  }
  #menu-fund .form-area form .txt::before {
    position: absolute;
    top: 50%;
    left: -35px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(/en/common/img/com_sprite01.png) no-repeat -80px -160px;
    content: "";
  }
  #menu-fund .form-area form .txt input {
    width: 100%;
    height: 42px;
    padding: 0;
    border: none;
  }
  #menu-fund .form-area form .btn {
    width: 80px;
  }
  #menu-fund .form-area form .btn input {
    width: 80px;
    height: 42px;
    background: #009c84;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    cursor: pointer;
  }
  #menu-fund .form-area .search-conditions {
    margin: 0 0 0 auto;
  }
  #menu-fund .form-area .search-conditions a {
    position: relative;
    padding-left: 20px;
    color: #333;
  }
  #menu-fund .form-area .search-conditions a::before {
    position: absolute;
    top: .4em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 2px solid #009c84;
    border-right: 2px solid #009c84;
    content: "";
  }

  /* menu-about */
  #menu-about .menu-body > section .heading-lv3 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
  }
  #menu-about .menu-body > section:first-child .heading-lv3 {
    margin-top: 1.7em;
  }
  #menu-about .link-text {
    margin-top: 0.8em;
  }
  #menu-about .link-text > li {
    margin-top: 0.4em;
  }
  #menu-about .link-text > li > a {
    white-space: normal;
  }

  /* ------------------------------------------------------
   * Search Area
  ------------------------------------------------------ */
  .HeaderUtility .search-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
  }
  .HeaderUtility .search-box {
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    z-index: 300;
    width: 914px;
    margin: 0 auto;
    padding: 60px 30px 33px;
    background: #fff;
  }
  .HeaderUtility .search-box form {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 7px 14px 7px 50px;
    background: #fff;
    border: solid 2px #009c84;
    border-radius: 5px;
  }
  .HeaderUtility .search-box form .txt {
    position: relative;
    flex: 1;
    padding-right: 10px;
  }
  .HeaderUtility .search-box form .txt::before {
    position: absolute;
    top: 50%;
    left: -35px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(/en/common/img/com_sprite01.png) no-repeat -80px -160px;
    content: "";
  }
  .HeaderUtility .search-box form .txt input {
    width: 100%;
    height: 42px;
    padding: 0;
    border: none;
  }
  .HeaderUtility .search-box form .btn {
    width: 80px;
  }
  .HeaderUtility .search-box form .btn input {
    width: 80px;
    height: 42px;
    background: #009c84;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    cursor: pointer;
  }
  .HeaderUtility .search-box .search-change {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 25px;
  }
  .HeaderUtility .search-box .search-change li:first-child {
    margin-right: 60px;
  }
  .HeaderUtility .search-box .search-change li label {
    display: block;
    cursor: pointer;
  }
  .HeaderUtility .search-box .search-change li label input {
    display: none;
  }
  .HeaderUtility .search-box .search-change li label span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
  }
  .HeaderUtility .search-box .search-change li label span::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: solid 1px #999;
    border-radius: 50%;
    content: "";
  }
  .HeaderUtility .search-box .search-change li label input:checked + span::after {
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    background: #009c84;
    border-radius: 50%;
    content: "";
  }
  .HeaderUtility .search-box .box-close {
    position: absolute;
    top: 19px;
    right: 18px;
    width: 23px;
    height: 23px;
  }
  .HeaderUtility .search-box .box-close > a {
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
  }
  .HeaderUtility .search-box .box-close > a::before {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 30px;
    height: 1px;
    background: #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .HeaderUtility .search-box .box-close > a::after {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 30px;
    height: 1px;
    background: #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }


  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    margin-top: 90px;
  }
  .MainBody {
    padding: 20px 0 80px;
  }
  
  /* ----- pageHead ----- */
  .pageHead {
  }
  .pageHead .heading-lv1 {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* ----- container ----- */
  .container {
    max-width: 1200px;
    margin: 15px auto 0;
  }
  .container[data-wide="true"] {
    max-width: 100%;
  }
  .container.fund-detail {
    margin-top: 0;
  }
  /* contents */
  .contents {
  }
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  [data-sidebar="true"] .contents {
    overflow: hidden;
    float: left;
    width: 76%;
  }
  /* sidebar */
  .sidebar {
    border-top: solid 1px #ddd;
  }
  [data-sidebar="true"] .sidebar {
    float: right;
    width: 20%;
  }
  .sidebar .sidebar-nav {
  }
  .sidebar .nav_head {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 110px;
    min-height: 110px;
    padding-left: 14px;
    border-bottom: solid 3px #009c84;
    color: #333;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .sidebar .nav_category.stage0 {
  }
  .sidebar .nav_category.stage0 > li {
  }
  .sidebar .nav_category.stage0 > li.is-open > span {
    display: block;
    padding: 15px 10px 15px 14px;
    background: #f7f8fc;
    color: #009c84;
    font-weight: bold;
    line-height: 1.5;
  }
  .sidebar .nav_category.stage1 {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
  }
  .sidebar .nav_category.stage1 > li + li {
    border-top: solid 1px #ddd;
  }
  .sidebar .nav_category.stage1 > li > span,
  .sidebar .nav_category.stage1 > li > a {
    display: block;
    padding: 15px 10px 15px 14px;
    color: #2073b3;
    line-height: 1.5;
  }
  .sidebar .nav_category.stage1 > li > a:hover,
  .sidebar .nav_category.stage1 > li.is-open > a,
  .sidebar .nav_category.stage1 > li.is-current > a,
  .sidebar .nav_category.stage1 > li.is-current > span {
    background: #d8efcc;
  }
  .sidebar .nav_category.stage1 > li.is-open > a,
  .sidebar .nav_category.stage1 > li.is-current > a,
  .sidebar .nav_category.stage1 > li.is-current > span {
    color: #333;
    font-weight: bold;
  }
  .sidebar .nav_category > li > .a-pdf::after {
    display: inline-block;
    margin: .2em 0 0 12px;
    width: 20px;
    height: 20px;
    background: url(/en/common/img/com_sprite01.png) no-repeat -80px 0;
    vertical-align: top;
    content: "";
  }
  .sidebar .nav_category.stage2 {
  }
  .sidebar .nav_category.stage2 > li {
  }
  .sidebar .nav_category.stage2 > li + li {
    border-top: solid 1px #fff;
  }
  .sidebar .nav_category.stage2 > li > a {
    display: block;
    padding: 14px 10px 13px 27px;
    background: #eff9e9;
    line-height: 1.5;
  }
  .sidebar .nav_category.stage2 > li > span {
    position: relative;
    display: block;
    padding: 14px 10px 13px 27px;
    background: #e3e3ee;
    line-height: 1.5;
  }
  .sidebar .nav_category.stage2 > li > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 3px;
    margin-top: -1px;
    background: #009c84;
    content: "";
  }
  .sidebar .nav_category.stage2 > li.is-open > a,
  .sidebar .nav_category.stage2 > li.is-current > a {
    background: #fff;
  }
  .sidebar .nav_category.stage2 > li > a:hover {
  }
  .sidebar .nav_category.stage2 > li.is-open > a,
  .sidebar .nav_category.stage2 > li.is-current > a {
    color: #333;
  }
  .sidebar .nav_category.stage3 {
  }
  .sidebar .nav_category.stage3 > li {
  }
  .sidebar .nav_category.stage3 > li + li {
  }
  .sidebar .nav_category.stage3 > li > a {
    display: block;
    padding: 15px 10px 14px 27px;
    background: #f7f8fc;
    font-size: 1.6rem;
  }
  .sidebar .nav_category.stage3 > li > a:hover {
    color: #009c84;
  }
  .sidebar .nav_category.stage3 > li.is-current > a {
    color: #333;
  }
  /* market-box */
  .sidebar .market-box {
    margin-top: 60px;
    padding: 0 10px 10px 10px;
    background: #efeff7;
  }
  .sidebar .market-box .title {
    padding: 23px 0 22px 5px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .sidebar .market-box .market-list {
  }
  .sidebar .market-box .market-list .market-col {
    padding: 15px 15px 10px;
    background: #fff;
  }
  .sidebar .market-box .market-list .market-col + .market-col {
    margin-top: 5px;
  }
  .sidebar .market-box .market-list .market-col > dt {
    font-size: 1.6rem;
  }
  .sidebar .market-box .market-list .market-col > dt > .type01 {
    display: inline-block;
    padding: 4px 12px 3px;
    line-height: 1.1;
    border: solid 1px #009c84;
    color: #009c84;
  }
  .sidebar .market-box .market-list .market-col > dd {
    margin-top: 0.3em;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .sidebar .market-box .market-list .market-col > dd > a.a-blank::after {
    display: inline-block;
    margin: 0.3em 10px 0 10px;
  }
  .sidebar .market-box .market-list .market-col > dd > a.a-pdf::after {
    display: inline-block;
    margin: 0 10px 0 10px;
  }
  /* sidebar common */
  .sidebar .side-heading {
    line-height: 1.2;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .sidebar .side-heading .sub {
    display: inline-block;
    font-size: 1.4rem;
  }
  .sidebar .about-link {
    margin: 15px 0 0;
  }
  .sidebar .about-link a {
    position: relative;
    padding-left: 25px;
    font-size: 1.5rem;
  }
  .sidebar .about-link a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/en/common/img/com_sprite01.png) no-repeat 0 -200px;
    content: "";
  }
  .sidebar .link-button > li > a {
    min-width: inherit;
    width: 100%;
    padding: 15px 15px 15px;
  }
  /* investment-box */
  .sidebar .investment-box {
    margin-top: 58px;
  }
  .sidebar .investment-box .investment-list {
    margin-top: 30px;
  }
  
  .investment-list .index_column_2 {
  }
  .investment-list .index_column_2 > .column_col {
    display: flex;
    background-color: #fff;
  }
  .investment-list .index_column_2 > .column_col > .col_outer {
    display: flex;
    width: 100%;
  }
  .investment-list .index_column_2 > .column_col > a.col_outer {
    color: #333;
    transition: all .2s ease-out 0s;
  }
  .investment-list .index_column_2 > .column_col > a.col_outer:hover {
    position: relative;
    z-index: 2;
  }
  .investment-list .index_column_2 > .column_col > .col_outer > .col_inner {
    width: 100%;
  }
  .investment-list .index_column_2 > .column_col .col_image {
    overflow: hidden;
    text-align: center;
    transition: all .2s ease-out 0s;
  }
  .investment-list .index_column_2 > .column_col > a.col_outer:hover .col_image {
    box-shadow:0px 0px 14px 1px rgba(0,0,0,0.24);
  }
  .investment-list .index_column_2 > .column_col > a.col_outer .col_image img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .investment-list .index_column_2 > .column_col > a.col_outer:hover .col_image img {
    transform: scale(1.1);
  }
  .investment-list .index_column_2 > .column_col .col_detail {
    padding: 15px 0 30px;
  }
  .investment-list .index_column_2 > .column_col .col_inner > *:first-child {
    margin-top: 0 !important;
  }
  .investment-list .index_column_2 > .column_col .col_inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .investment-list .index_column_2 > .column_col .col_title {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .investment-list .index_column_2 > .column_col > a.col_outer:hover .col_title {
    color: #009c84;
  }
  .investment-list .index_column_2 > .column_col .col_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0;
    padding: 8px 8px 8px 15px;
    background-color: #efeff7;
  }
  .investment-list .index_column_2 > .column_col .col_text > * {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .investment-list .index_column_2 > .column_col .col_text > dt {
    font-weight: 700;
    margin: 0 10px 0 0;
    text-align: center;
  }
  .investment-list .index_column_2 > .column_col .col_text > dd {
    flex: 1;
    word-break: break-all;
    text-align: right;
  }
  .investment-list .index_column_2 > .column_col .col_text > dd > span {
    font-size: 1.4rem;
  }
  .investment-list .index_column_2 > .column_col .col_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
  }
  .investment-list .index_column_2 > .column_col .col_icon > li {
    font-size: 0;
  }
  .investment-list .index_column_2 > .column_col .col_icon > li.is-active {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .investment-list .index_column_2 > .column_col .col_icon > li.is-active img {
    opacity: 0;
  }
  .investment-list .index_column_2 > .column_col .col_icon > li + li {
    margin-left: 5px;
  }
  
  /* ranking-box */
  .sidebar .ranking-box {
    margin-top: 50px;
  }
  .sidebar .ranking-box .ranking-list {
    margin-top: 15px;
    border-bottom: solid 1px #ccc;
  }
  .sidebar .ranking-box .ranking-list li {
    position: relative;
    border-top: solid 1px #ccc;
  }
  .sidebar .ranking-box .ranking-list li a {
    display: block;
    line-height: 1.5;
    padding: 16px 10px 15px 47px;
    font-size: 1.6rem;
  }
  .sidebar .ranking-box .ranking-list li .list_mark {
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: -13px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .sidebar .ranking-box .ranking-list li:nth-child(1) .list_mark {
    background: #c69600;
  }
  .sidebar .ranking-box .ranking-list li:nth-child(2) .list_mark {
    background: #9a9aa6;
  }
  .sidebar .ranking-box .ranking-list li:nth-child(3) .list_mark {
    background: #b4604f;
  }
  .sidebar .ranking-box .ranking-list + .date {
    margin: 13px 0 0;
    font-size: 1.6rem;
    text-align: right;
  }
  /* asset-box */
  .asset-box {
    margin-top: 60px;
  }
  .asset-box .side-heading {
    padding-bottom: 18px;
    border-bottom: solid 1px #ccc;
  }
  .asset-box .link-text {
    margin-top: 1.3em;
  }
  .asset-box .link-text > li + li {
    margin-top: 0.9em;
  }


  /* ------------------------------------------------------
   * Footinfo Area
  ------------------------------------------------------ */
  .footinfo-area {
    width: 1200px;
    margin: 60px auto 0;
  }
  .footinfo-area .tab-layout > .tab_detail {
    padding-top: 30px;
  }
  .footinfo-area .news-layout {
    padding: 18px 40px 20px;
    background: #f7f8fc;
  }
  .footinfo-area #tab1-1 .news-layout .news_property {
    margin-right: 32px;
  }
  .footinfo-area .plugin-layout {
    margin-top: 37px;
  }
  .footinfo-area .plugin-layout a {
    padding: 0;
    border: none;
  }
  .footinfo-area .plugin-layout .plugin_banner {
    width: 158px;
  }
  .footinfo-area .plugin-layout .plugin_detail {
    flex: 1;
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .texxt-area {
    font-size: 1.6rem;
  }
  .texxt-area p {
    margin: 0.5em 0;
    line-height: 1.5;
  }
  .footinfo-area .recommend-list {
    -webkit-display: flex;
    display: flex;
    position: relative;
  }
  .footinfo-area .recommend-list .col-item {
    padding-top: 20px;
  }
  .footinfo-area .recommend-list .col-item .block {
    display: block;
    height: 100%;
  }
  .footinfo-area .recommend-list .col-item .block:hover {
    background: #eeeff1;
    box-shadow:0px 0px 14px 1px rgba(0,0,0,0.24);
  }
  .footinfo-area .recommend-list .col-item .image-set {
    margin: 0;
  }
  .footinfo-area .recommend-list .col-item .image-set .image {
    overflow: hidden;
  }
  .footinfo-area .recommend-list .col-item .image-set .image img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .footinfo-area .recommend-list .col-item .block:hover .image-set .image img {
    transform: scale(1.1);
  }
  .footinfo-area .recommend-list .col-item .detail-set {
    padding: 23px 30px 25px;
  }
  .footinfo-area .recommend-list .col-item .detail-set .title {
    font-size: 2.1rem;
    font-weight: bold;
  }
  .footinfo-area .recommend-list .col-item .block:hover .detail-set .title {
    color: #009c84;
  }
  .footinfo-area .recommend-list .col-item .detail-set .num-title {
    position: relative;
    padding-left: 40px;
    color: #2073b3;
  }
  .footinfo-area .recommend-list .col-item .block:hover .detail-set .num-title {
    color: #009c84;
  }
  .footinfo-area .recommend-list .col-item .detail-set .num-title span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 12px 0 0;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .footinfo-area .recommend-list .col-item:nth-child(1) .detail-set .num-title span {
    background: #c69600;
  }
  .footinfo-area .recommend-list .col-item:nth-child(2) .detail-set .num-title span {
    background: #9a9aa6;
  }
  .footinfo-area .recommend-list .col-item:nth-child(3) .detail-set .num-title span {
    background: #b4604f;
  }
  .footinfo-area .recommend-list .col-item:nth-child(4) .detail-set .num-title span {
    background: #86b3ac;
  }
  .footinfo-area .recommend-list .col-item .detail-set .icon {
    display: inline-block;
    line-height: 28px;
    margin-top: 1.3em;
    padding: 0 17px;
    background: #e3e3ee;
    border-radius: 14px;
    font-size: 1.6rem;
  }


  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    border-top: solid 1px #ddd;
  }
  
  /* ----- pageGuide ----- */
  .pageGuide {
    margin: 30px 0;
  }
  /* breadcrumbs */
  .breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
  }
  .container[data-wide="true"] .breadcrumbs {
    max-width: 100%;
  }
  .breadcrumbs > li {
    position: relative;
    float: left;
    padding: 0 15px 0 25px;
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .breadcrumbs > li::before {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #343434;
    font-size: 1.6rem;
    font-weight: normal !important;
  }
  .breadcrumbs > li:first-child {
    padding-left: 30px;
  }
  .breadcrumbs > li:first-child::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: url(/en/common/img/com_sprite01.png) no-repeat -40px -160px;
    content: "";
  }

  /* ----- FooterBody ----- */
  .FooterBody01 {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background: #f7f8fc;
  }
  .FooterBody01 .body-col01 {
    width: 26.82%;
  }
  .FooterBody01 .body-col02 {
    width: 30.26%;
    padding: 30px 2.6%;
  }
  .FooterBody01 .body-col02 .body-lead {
    margin: 0;
    color: #009c84;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.4;
  }
  .FooterBody01 .body-col02 .body-button {
    margin-top: 11px;
  }
  .FooterBody01 .body-col02 .body-button > li + li {
    margin-top: 9px;
  }
  .FooterBody01 .body-col02 .body-button > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 14px 10px 12px;
    background-color: #fbce40;
    border: solid 2px #fbce40;
    border-radius: 22px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.25);
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }
  .FooterBody01 .body-col02 .body-button > li > a:hover {
    background: #fff;
    border: solid 2px #009c84;
    color: #009c84;
  }
  .FooterBody01 .body-col03 {
    width: 42.92%;
    padding: 25px 0;
  }
  .FooterBody01 .body-col03 .list-info {
    -webkit-display: flex;
    display: flex;
  }
  .FooterBody01 .body-col03 .list-info > li {
    position: relative;
    width: 29.12%;
    height: 0;
    margin-right: 3.64%;
    padding-top: 29.12%;
    border-radius: 50%;
  }
  .FooterBody01 .body-col03 .list-info > li:nth-child(1) {
    background: #fff url(/en/common/img/footer_ic01.png) no-repeat 50% 17%;
    background-size: 24.1% auto;
  }
  .FooterBody01 .body-col03 .list-info > li:nth-child(2) {
    background: #fff url(/en/common/img/footer_ic02.png) no-repeat 50% 22%;
    background-size: 32.5% auto;
  }
  .FooterBody01 .body-col03 .list-info > li:nth-child(3) {
    background: #fff url(/en/common/img/footer_ic03.png) no-repeat 50% 20%;
    background-size: 17.5% auto;
  }
  .FooterBody01 .body-col03 .list-info > li .inner {
    position: absolute;
    top: 45.83%;
    left: 0;
    width: 100%;
    font-size: 1.0vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .FooterBody01 .body-col03 .list-info > li .inner span {
    display: block;
    margin-bottom: 0.2em;
    color: #009c84;
    font-size: 1.25vw;
  }
  .FooterBody02 {
    padding: 30px 60px 20px;
  }

  /* ----- FooterUtility ----- */
  .FooterUtility {
  }
  .FooterUtility .utility-link {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
  .FooterUtility .utility-link > li {
    margin-top: 0.5em;
    padding: 0 30px;
    border-left: solid 1px #ccc;
    line-height: 1.1;
  }
  .FooterUtility .utility-link > li:first-child {
    padding-left: 0;
    border-left: none;
  }
  .FooterUtility .utility-link > li:last-child {
    padding-right: 0;
  }
  .FooterUtility .utility-link > li > a {
    color: #333;
    font-size: 1.6rem;
  }
  .FooterUtility .utility-link > li > a:hover {
    color: #009c84;
  }
  .FooterUtility .utility-link > li > a.a-blank::after {
    display: inline-block;
    margin: .2em 0 0 12px;
  }


  /* ----- footer-company ----- */
  .foot-company {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 33px;
  }
  .foot-company > dt {
    margin-right: 2em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .foot-company > dd {
    font-size: 1.4rem;
  }

  /* ----- footer-copyright ----- */
  .footer-copyright {
    margin-top: 32px;
    font-size: 1.4rem;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    display: none;
    position: fixed;
    right: 9px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
  }
  .Pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #5c5c5c;
  }
  .Pagetop a::before {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 25px;
    height: 13px;
    margin: -6px -12px 0 0;
    background: url(/en/common/img/com_sprite01.png) no-repeat 0 -160px;
    content: "";
  }





  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .breadcrumbs::after,
  .container::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 1200px) {

  .Header .w-hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
  }
  .Header .w-hidden {
    display: block;
  }
  .HeaderBody {
    padding: 0 1.5% 0 0;
  }

  /* ----- header-identity ----- */
  .header-identity {
    width: 30%;
  }
  .header-identity .identity_logo a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  /* ----- Gnav ----- */
  .Gnav {
    width: 65%;
  }
  .Gnav .GnavBody .gnav-list {
    padding: 0 4.67% 0 4.7%;
  }
  .Gnav .GnavBody .gnav-list > li {
    margin-right: 3.0%;
    text-align: center;
    white-space: nowrap;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-identity {
    width: 299px;
  }
  .HeaderUtility {
    width: 30px;
  }
  .HeaderUtility .utility-link > li.japanese {
    width: 30px;
  }
  .Gnav .GnavBody .gnav-list > li > a {
    font-size: 1.6rem;
  }
}




/* ======================================================
 * Print
====================================================== */
@media print {
  body {
    width: 1200px !important;
    margin: 0 auto !important;
  }
  body[data-browser="chrome"] {
    zoom: .85;
  }
  .Pagetop {display:none!important;}
  .Header {
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
  }
  .Main {
    margin-top: 0;
  }
  .Gnav .GnavBody .gnav-list > li > a {
    font-size: 1.5rem;
  }
  .FooterBody01 .body-col02 .body-lead {
    font-size: 1.8rem;
  }
  .FooterBody01 .body-col02 .body-button > li > a {
    font-size: 1.5rem;
  }
  .FooterBody01 .body-col03 .list-info > li .inner {
    font-size: 1.5rem;
  }
  .FooterBody01 .body-col03 .list-info > li .inner span {
    font-size: 1.6rem;
  }

}