@charset "UTF-8";
/*
*/
.SMTAM-breadcrumbs {
  display: none;
}

@media (min-width: 1280px) {
  .SMTAM-breadcrumbs {
    display: block;
  }
}

.SMTAM-breadcrumbs-container {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.SMTAM-breadcrumbs-list-item {
  display: inline;
  font-size: 1.3rem;
}

.SMTAM-breadcrumbs-list-item:after {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M7.1,24l-1.4-1.4L16.5,12L5.7,1.4L7.1,0l12.2,12L7.1,24z' fill='%23000000' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.SMTAM-breadcrumbs-list-item:last-child:after {
  display: none;
}

/*
*/
.SMTAM-floatmenu {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 99;
}

@media (max-width: 767.98px) {
  .SMTAM-floatmenu {
    display: none;
  }
}

.SMTAM-floatmenu-nav-list-item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 72px;
  height: 72px;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SMTAM-floatmenu-nav-list-item-figure {
  width: 30px;
}

.SMTAM-floatmenu-nav-list-item-button--institutional-investor {
  background-color: #3599d8;
}

.SMTAM-floatmenu-nav-list-item-button--fund-pricelist {
  background-color: #0099b3;
}

.SMTAM-floatmenu-nav-list-item-button--favorite {
  background-color: #e30052;
}

.SMTAM-floatmenu-nav-list-item-button--fundinfo {
  background-color: #ffffff;
}

.SMTAM-floatmenu-nav-list-item-button--back-fund-detail {
  background-color: #ffffff;
}

.SMTAM-floatmenu-nav-list-item-button-text {
  font-size: 10px;
  margin: 0;
  line-height: 1.3;
}

.SMTAM-floatmenu-nav-list-item-button--fundinfo {
  position: relative;
  z-index: 1;
}

.SMTAM-floatmenu-nav-fundinfo-list {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.01s linear;
  -o-transition: opacity 0.01s linear;
  transition: opacity 0.01s linear;
}

.SMTAM-floatmenu-nav-fundinfo-list.fade.in {
  opacity: 1;
}

.SMTAM-floatmenu-nav-fundinfo-list {
  position: absolute;
  top: 0;
  right: 100%;
  width: 260px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 0;
}

.SMTAM-floatmenu-nav-fundinfo-list-item-alink {
  display: block;
  padding: 22px 15px;
}

/*
*/
.SMTAM-footer-container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .SMTAM-footer-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.SMTAM-footer-bottom {
  background-color: #0099b3;
  color: #ffffff;
}

.SMTAM-footer-upper {
  background-color: #f5f5f5;
}

.SMTAM-footer-disclosure {
  margin: 50px 0;
}

.SMTAM-footer-disclosure-list {
  margin: 0;
  font-size: 1.2rem;
}

.SMTAM-footer-disclosure-list-item {
  padding-left: 1.25em;
}

.SMTAM-footer-disclosure-list-item:before {
  content: '・';
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  margin-left: -1.25em;
}

.SMTAM-footer-nav-list {
  margin: 20px 0;
  text-align: center;
  list-style-type: none;
}

.SMTAM-footer-nav-list-item {
  display: inline-block;
  position: relative;
  padding: 0 1.0em;
}

.SMTAM-footer-nav-list-item:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 50%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.5);
}

.SMTAM-footer-nav-list-item:last-child:after {
  display: none;
}

.SMTAM-footer-nav-list-item-alink {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

.SMTAM-footer-nav-list-item-alink:hover {
  opacity: 0.75;
}

.SMTAM-footer-nav-bar {
  border-bottom: solid 1px #57bccd;
}

.SMTAM-footer-utility-nav-list {
  margin: 20px 0;
  list-style-type: none;
  text-align: center;
}

.SMTAM-footer-utility-nav-bar {
  border-bottom: solid 1px #57bccd;
}

.SMTAM-footer-utility-nav-list-item {
  display: inline-block;
  position: relative;
  padding: 0 1.0em;
}

.SMTAM-footer-utility-nav-list-item:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 50%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.5);
}

.SMTAM-footer-utility-nav-list-item:last-child:after {
  display: none;
}

.SMTAM-footer-utility-nav-list-item-alink {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 768px) {
  .SMTAM-footer-utility-nav-list-item-alink {
    font-size: 1.3rem;
  }
}

.SMTAM-footer-utility-nav-list-item-alink:hover {
  opacity: 0.75;
}

.SMTAM-footer-identity {
  margin: 20px auto;
  text-align: center;
  width: 97px;
}

@media (min-width: 768px) {
  .SMTAM-footer-identity {
    margin: 20px 0 0px auto;
  }
}

.SMTAM-footer-siteinfo {
  margin: 40px auto;
}

.SMTAM-footer-siteinfo-text {
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .SMTAM-footer-siteinfo-text {
    font-size: 1.2rem;
    text-align: left;
  }
}

.SMTAM-footer-siteinfo-text a {
  color: inherit;
}

.SMTAM-footer-siteinfo-text a:hover {
  opacity: 0.75;
}

.SMTAM-footer-copyright-text {
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .SMTAM-footer-copyright-text {
    font-size: 1.2rem;
    text-align: left;
  }
}

.SMTAM-footer-pagetop-button {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border: none;
  margin: 0;
  padding: 2px;
}

@media (min-width: 768px) {
  .SMTAM-footer-pagetop-button {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
}

.SMTAM-footer-pagetop-button:hover {
  background-color: #0099b3;
}

.SMTAM-header-container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1280px) {
  .SMTAM-header-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .SMTAM-header-container-collapse {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
*/
.SMTAM-header-identity {
  margin: 15px 0;
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .SMTAM-header-identity {
    margin: 20px 0;
    width: 400px;
    height: 32px;
  }
}

@media (min-width: 992px) {
  .SMTAM-header-identity {
    margin: 20px 0;
  }
}

@media (min-width: 1280px) {
  .SMTAM-header-identity {
    margin: 35px 0;
  }
}

.SMTAM-header-masthead-contents {
  display: none;
}
.SMTAM-header-masthead-contents img {
  width: 180px;
}

@media (min-width: 1024px) {
  .SMTAM-header-masthead-contents {
    display: block;
  }
}

/*
*/
.SMTAM-header-fontsizechanger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

.SMTAM-header-fontsizechanger-label {
  font-size: 13px;
  margin-right: 7px;
}

.SMTAM-header-fontsizechanger-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  border-radius: 99px;
  overflow: hidden;
}

.SMTAM-header-fontsizechanger-button-default,
.SMTAM-header-fontsizechanger-button-large {
  text-align: center;
  border: none;
  margin: 0;
  font-size: 15px;
  width: 45px;
  padding: 5px;
  background-color: #778ca2;
}

.SMTAM-header-fontsizechanger-button-default-text {
  font-size: 15px;
}

.SMTAM-header-fontsizechanger-button-large-text {
  font-size: 18px;
}

.SMTAM-header-fontsizechanger-button-default.active,
.SMTAM-header-fontsizechanger-button-large.active {
  background-color: #0099b3;
}

/*
*/
.SMTAM-header-company-alink {
  position: relative;
  margin: 0 10px 0 0;
  padding: 5px 15px 5px 10px;
  font-size: 13px;
  display: inline-block;
  background-color: #4c6582;
  color: #ffffff;
  text-decoration: none;
}

.SMTAM-header-company-alink:first-child {
  margin-left: 20px;
}

.SMTAM-header-company-alink:last-child {
  margin-right: 20px;
}

.SMTAM-header-company-alink:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto;
  background-image: url("/shared/assets/images/common/company-alink_angle_ico.svg");
  width: 12px;
  height: 12px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
*/
.SMTAM-header-utility-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 0 0;
  list-style-type: none;
}

.SMTAM-header-utility-nav-list-item {
  margin: 0 8px;
}

.SMTAM-header-utility-nav-list-item-alink {
  font-size: 13px;
}

@media (min-width: 1080px) {
  .SMTAM-header-utility-nav-list-item-alink {
    font-size: 14px;
  }
}

.SMTAM-header-utility-nav-list-item-alink:before {
  content: '';
  display: inline-block;
  background-image: url("/shared/assets/images/common/utility_arrow_ico.svg");
  width: 14px;
  height: 14px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*
*/
.SMTAM-header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.SMTAM-header-search-text {
  margin: 0;
  padding: 7px 10px;
  font-size: 12px;
  width: 100px;
  background-color: #f2f5f5;
  border: none;
}

@media (min-width: 1080px) {
  .SMTAM-header-search-text {
    width: 120px;
    font-size: 14px;
  }
}

.SMTAM-header-search-submit {
  margin: 0;
  font-size: 14px;
  width: 50px;
  background-color: #0099b3;
  color: #ffffff;
  border: none;
}

/*
*/
.SMTAM-header-gnav-bar {
  display: none;
  background-color: #0099b3;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .SMTAM-header-gnav-bar {
    display: block;
  }
}

.SMTAM-header-gnav-home {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}

.SMTAM-header-gnav-home-alink {
  display: block;
  height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0099b3;
}

.SMTAM-header-gnav-home-alink-svg {
  width: 100%;
  height: 100%;
}

.SMTAM-header-gnav-list {
  list-style-type: none;
  margin: 0;
}

.SMTAM-header-gnav-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.SMTAM-header-gnav-list-item {
  position: relative;
}

.SMTAM-header-gnav-list-item:after {
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  height: 60%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.5);
}

.SMTAM-header-gnav-list-item:last-child:after {
  display: none;
}

.SMTAM-header-gnav-list-item-alink {
  color: #ffffff;
  text-align: center;
  display: block;
  text-decoration: none;
}

.SMTAM-header-gnav-list-item-alink.active {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.SMTAM-header-gnav-list-item-alink.active::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 15px 0 15px;
  border-color: #0099b3 transparent transparent transparent;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
}

.SMTAM-header-gnav-list-item-alink {
  position: relative;
  font-size: 15px;
  font-size: 17px;
  padding: 15px;
  padding: 14px;
  display: block;
}

.SMTAM-header-gnav-list-item-alink:after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  background-image: url("/shared/assets/images/common/gnav_list_item_alink_arrow_ico.svg");
  width: 14px;
  height: 14px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*
*/
.SMTAM-megaMenu {
  display: none;
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 1;
  background-color: white;
}

@media (min-width: 1024px) {
  .SMTAM-megaMenu {
    display: block;
  }
}

.SMTAM-megaMenu {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.SMTAM-megaMenu-item {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 7px 7px -7px #e5e5e5;
  box-shadow: 0 7px 7px -7px #e5e5e5;
}

.SMTAM-megaMenu-item {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.SMTAM-megaMenu-item.active {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.SMTAM-megaMenu-item {
  background-position: top center;
  background-size: 100% auto;
  background-color: #ffffff;
}

.SMTAM-megaMenu-item--category-guide {
  background-image: url("/shared/assets/images/common/mega_menu-item_bg_01.png");
}

.SMTAM-megaMenu-item--category-fund {
  background-image: url("/shared/assets/images/common/mega_menu-item_bg_02.png");
}

.SMTAM-megaMenu-item--category-report-column {
  background-image: url("/shared/assets/images/common/mega_menu-item_bg_03.png");
}

.SMTAM-megaMenu-item-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.SMTAM-megaMenu-nav-item {
  height: calc(100% - 20px);
  margin: 10px 0;
}

.SMTAM-megaMenu-nav-item-alink {
  display: block;
  height: 100%;
  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;
  background-color: #ffffff;
  padding: 15px 20px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #0099b3;
  text-align: center;
  position: relative;
}

.SMTAM-megaMenu-nav-item-alink:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/shared/assets/images/common/gnav_list_item_alink_arrow_ico.svg");
  width: 15px;
  height: 15px;
}

/*
*/
.SMTAM-megamenu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #006d80;
  background-color: #0099b3;
  background-color: #333333;
  opacity: 0;
  display: none;
}

.SMTAM-megamenu-overlay.active {
  display: block;
  z-index: 2;
  opacity: 0.9;
}

/*
*/
.SMTAM-header {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
}

.SMTAM-header-toggle-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  padding: 24px 0 0 0;
  border: solid 0 #e5e5e5;
  cursor: pointer;
  margin: 0 0 auto 15px;
  background-color: #e30052;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 9999;
}

@media (min-width: 768px) {
  .SMTAM-header-toggle-button {
    width: 80px;
    height: 72px;
  }
}

@media (min-width: 1024px) {
  .SMTAM-header-toggle-button {
    display: none;
  }
}

.SMTAM-header-toggle-button.open {
  background-color: #ffffff;
}

.SMTAM-header-toggle-button-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40%;
  height: 14px;
}

@media (min-width: 768px) {
  .SMTAM-header-toggle-button-hamburger {
    height: 26px;
  }
}

.SMTAM-header-toggle-button-bar {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
}

@media (min-width: 768px) {
  .SMTAM-header-toggle-button-bar {
    height: 2px;
  }
}

.SMTAM-header-toggle-button-bar:nth-child(1) {
  top: 0;
}

.SMTAM-header-toggle-button-bar:nth-child(2) {
  top: 0;
  bottom: 0;
}

.SMTAM-header-toggle-button-bar:nth-child(3) {
  bottom: 0;
}

.SMTAM-header-toggle-button.open .SMTAM-header-toggle-button-bar {
  background-color: #0099b3;
}

.SMTAM-header-toggle-button.open .SMTAM-header-toggle-button-bar:nth-child(1) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.SMTAM-header-toggle-button.open .SMTAM-header-toggle-button-bar:nth-child(2) {
  opacity: 0;
}

.SMTAM-header-toggle-button.open .SMTAM-header-toggle-button-bar:nth-child(3) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

/*
*/
.drawer-open {
  overflow: hidden;
}

/*
*/
@media (min-width: 1280px) {
  .SMTAM-mobile-menu {
    display: none !important;
  }
}

.SMTAM-mobile-menu {
  position: absolute;
  z-index: 99;
  background-color: #ffffff;
  width: 100%;
}

.SMTAM-mobile-menu {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.SMTAM-mobile-menu-scrollable {
  overflow: auto;
}

.SMTAM-mobile-menu-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
}

.SMTAM-mobile-menu--search-text {
  margin: 0;
  padding: 16px 10px;
  font-size: 12px;
  background-color: #f2f5f5;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 100%;
}

.SMTAM-mobile-menu--search-submit {
  margin: 0;
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  background-color: #0099b3;
  color: #fff;
  border: none;
}

/*
*/
.SMTAM-mobile-menu-main-nav {
  border-bottom: solid 1px #ebebeb;
}

.SMTAM-mobile-menu-main-nav-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.SMTAM-mobile-menu-main-nav-item-heading {
  font-size: 13px;
  color: #0099b3;
  margin: 0;
  padding: 15px 15px;
}

.SMTAM-mobile-menu-main-nav-item-collapse-button {
  position: relative;
  margin: 0 15px 0 auto;
  background-color: transparent;
  border: none;
  font-size: 10px;
  font-weight: bold;
  color: #0099b3;
  padding-right: 20px;
}

.SMTAM-mobile-menu-main-nav-item-collapse-button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  content: '';
  display: block;
  background-image: url("/shared/assets/images/common/mobile_menu_collapse_arrow_down.svg");
  background-size: 100%;
  width: 15px;
  height: 15px;
}

/*
*/
.SMTAM-mobile-menu-main-nav-item-header2 {
  border-top: solid 1px #ebebeb;
}

.SMTAM-mobile-menu-sub-nav-list {
  margin: 0;
}

.SMTAM-mobile-menu-sub-nav-item-alink {
  display: block;
  font-size: 13px;
  padding: 8px 30px;
  line-height: 1.5;
  text-decoration: none;
  color: #0099b3;
}

.SMTAM-mobile-menu-main-nav-item-header {
  border-top: solid 1px #ebebeb;
}

/*
*/
.SMTAM-mobile-menu-sub-nav-item-alink {
  position: relative;
}

.SMTAM-mobile-menu-sub-nav-item-alink:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: '';
  display: block;
  background-image: url("/shared/assets/images/common/mobile_menu_arrow_right.svg");
  background-size: 100%;
  width: 15px;
  height: 15px;
}

/*
*/
.SMTAM-mobile-menu-secondary-nav {
  margin: 0;
}

.SMTAM-mobile-menu-secondary-nav-item {
  border-bottom: solid 1px #ebebeb;
}

.SMTAM-mobile-menu-secondary-nav-item-alink {
  display: block;
  font-size: 13px;
  padding: 12px 15px;
  text-decoration: none;
  color: #0099b3;
}

.SMTAM-mobile-menu-main-nav-item-heading2 {
  margin: 0;
}

.SMTAM-mobile-menu-nav-item-alink {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #0099b3;
  margin: 0;
  padding: 15px 15px;
}
/*
*/
.SMTAM-mobile-menu-identity {
  max-width: 120px;
  margin: 5px auto;
}

.SMTAM-mobile-menu-identity-alink {
  display: block;
}

/*
*/
.SMTAM-mobile-menu-utility-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  border-top: solid 1px #ebebeb;
  margin: 0;
}

.SMTAM-mobile-menu-utility-nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}

.SMTAM-mobile-menu-utility-nav-item-alink {
  display: block;
  font-size: 13px;
  padding: 12px 15px;
  text-decoration: none;
  color: #0099b3;
}

.SMTAM-mobile-menu-utility-nav-item-alink {
  position: relative;
}

.SMTAM-mobile-menu-utility-nav-item-alink:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: '';
  display: block;
  background-image: url("/shared/assets/images/common/mobile_menu_arrow_right.svg");
  background-size: 100%;
  width: 15px;
  height: 15px;
}

.SMTAM-hero, .SMTAM-hero--fund-index, .SMTAM-hero--guide-index, .SMTAM-hero--guide-management-index, .SMTAM-hero--guide-introduction-index, .SMTAM-hero--report_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  height: 80px;
}

@media (min-width: 992px) {
  .SMTAM-hero, .SMTAM-hero--fund-index, .SMTAM-hero--guide-index, .SMTAM-hero--guide-management-index, .SMTAM-hero--guide-introduction-index, .SMTAM-hero--report_column {
    height: 220px;
  }
}

.SMTAM-hero--fund-index {
  background-image: url("/shared/assets/images/pages/fund/hero_background.png");
}

.SMTAM-hero--guide-index {
  background-image: url("/shared/assets/images/pages/guide/hero_background.png");
}

.SMTAM-hero--guide-management-index {
  background-image: url("/shared/assets/images/pages/guide/management/management-background.png");
}

.SMTAM-hero--guide-introduction-index {
  background-position: center right;
  background-image: url("/shared/assets/images/pages/guide/introduction/introduction-background.png");
}

.SMTAM-hero--report_column {
  background-image: url("/shared/assets/images/pages/report_column/hero_background.png");
}
