@charset "UTF-8";

/*========================================================================

  reset

========================================================================*/

body {
  overflow-x: hidden;
  -webkit-print-color-adjust: exact;
}

.pbPage * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  vertical-align: top;
}

.pbHeaderArea,
.pbFooterArea {
  overflow: visible;
}

:root ol,
:root ul {
  margin: 0;
  padding: 0;
}

.pbNested {
  clear: none;
  overflow: visible;
  min-width: 10px;
}

.pb-layout {
  outline: 1px dotted #ccc !important;
  box-shadow: none !important;
}

.pb-handle {
  display: block !important;
  width: auto !important;
  border: 1px solid #999 !important;
  font-weight: normal !important;
  letter-spacing: normal;
  text-indent: 0;
  line-height: 1.6;
}

.pb-handle:before,
.pb-handle:after {
  display: none;
}

.pbNotEditable {
  min-width: 200px !important;
  background: rgba(32, 32, 32, 0.5) !important;
}

.pbZero td {
  vertical-align: middle;
}

div.pbPage,
div.pbFooterArea {
  font-size: 100%;
  font-family: "Noto Sans", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pbMainArea {
  overflow: visible;
}

@media screen and (min-width: 768px) {
  body.top,
  div.pbPage,
  .pbHeaderArea,
  .pbMainArea {
    overflow: visible;
    margin: 0 auto;
  }
}

/*========================================================================

  base

========================================================================*/

/*  link
------------------------------------------------*/

.pbPage a {
  color: #000;
  transition: all 0.3s;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .pbPage a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .pbPage a img {
    transition: all 0.3s;
  }
}

.pbPage a,
.pbFooterArea a {
  text-decoration: none;
}

/*  button
------------------------------------------------*/

button {
  cursor: pointer;
}

/*  list
------------------------------------------------*/

ol,
ul {
  list-style: none;
}

/*  img
------------------------------------------------*/

.pbPage img {
  max-width: 100%;
  height: auto;
}

/*  table
------------------------------------------------*/

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

/*========================================================================

  utility

========================================================================*/

/*  text-align
------------------------------------------------*/

.u_center {
  text-align: center !important;
}
.u_left {
  text-align: left !important;
}
.u_right {
  text-align: right !important;
}

/*  u_sp u_pc
------------------------------------------------*/

@media print, screen and (min-width: 500px) {
  .u_sp-500 {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u_sp {
    display: none !important;
  }
}

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

/*  margin-top
------------------------------------------------*/

.u_mt0 {
  margin-top: 0 !important;
}
.u_mt10 {
  margin-top: 10px !important;
}
.u_mt20 {
  margin-top: 20px !important;
}
.u_mt30 {
  margin-top: 30px !important;
}
.u_mt40 {
  margin-top: 40px !important;
}
.u_mt50 {
  margin-top: 50px !important;
}
.u_mt60 {
  margin-top: 60px !important;
}
.u_mt70 {
  margin-top: 70px !important;
}
.u_mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .u_sp-mt0 {
    margin-top: 0 !important;
  }
  .u_sp-mt10 {
    margin-top: 10px !important;
  }
  .u_sp-mt20 {
    margin-top: 20px !important;
  }
  .u_sp-mt30 {
    margin-top: 30px !important;
  }
  .u_sp-mt40 {
    margin-top: 40px !important;
  }
  .u_sp-mt50 {
    margin-top: 50px !important;
  }
}

/*  margin-bottom
------------------------------------------------*/

.u_mb0 {
  margin-bottom: 0 !important;
}
.u_mb10 {
  margin-bottom: 10px !important;
}
.u_mb20 {
  margin-bottom: 20px !important;
}
.u_mb30 {
  margin-bottom: 30px !important;
}
.u_mb40 {
  margin-bottom: 40px !important;
}
.u_mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .u_sp-mb0 {
    margin-bottom: 0 !important;
  }
  .u_sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u_sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u_sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u_sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u_sp-mb50 {
    margin-bottom: 50px !important;
  }
}

/*========================================================================

  header

========================================================================*/

@media screen and (min-width: 768px) {
  .pbHeaderArea {
    position: sticky;
    top: 0;
    z-index: 10000;
  }
}

.pbHeaderArea:not(.pb-edit, .pb-noedit):has(.h-headerInner) {
  pointer-events: none;
}
.h-headerTop,
.h-headerBottom,
.h-spMenu,
body.modal-open .h-modal {
  pointer-events: auto;
}
.pbHeaderArea header .h-headerInner {
  border-top: 8px solid #1c397c;
}
.pbHeaderArea header .h-headerTop {
  background: #ffffff;
  border-bottom: 1px solid #d5d5d5;
}
.pbHeaderArea header .h-headerTop > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 39px 17px 25px;
}
.pbHeaderArea header .h-headerTop .h-logo a {
  display: inline-block;
}
.pbHeaderArea header .h-headerTop .h-logo img {
  width: 331px;
}
.pbHeaderArea.header_r header .h-headerTop .h-logo img {
  width: 530px;
}
.pbHeaderArea.header_s header .h-headerTop .h-logo img {
  width: 474px;
}
.pbHeaderArea header .h-headerTop .h-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.pbHeaderArea header .h-headerTop .h-right .h-button button,
.pbHeaderArea header .h-headerTop .h-right .h-button a {
  padding: 8px 62px 10px 62px;
  background: linear-gradient(to right, #ff5d5d, #fda44b);
  border-radius: 60px;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px 4px 0px 0px rgba(193, 87, 87, 1);
  position: relative;
  font-size: 1.25rem;
  display: inline-block;
  border: none;
}
.pbHeaderArea header .h-headerTop .h-right .h-button button span,
.pbHeaderArea header .h-headerTop .h-right .h-button a span {
  font-size: 1.0625rem;
  vertical-align: baseline;
}
.pbHeaderArea header .h-headerTop .h-right .h-button button::after,
.pbHeaderArea header .h-headerTop .h-right .h-button a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 13px;
  width: 24px;
  height: 24px;
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_button_01.png) no-repeat;
  background-size: 24px;
}
.pbHeaderArea header .h-headerTop .h-right .h-button button:hover,
.pbHeaderArea header .h-headerTop .h-right .h-button a:hover {
  background: linear-gradient(to right, #fda44b, #ff5d5d);
  box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px 2px 0px 0px rgba(193, 87, 87, 1);
  transform: translateY(2px);
}
.pbHeaderArea header .h-headerTop .h-right .h-link {
  margin-left: 20px;
}
.pbHeaderArea header .h-headerTop .h-right .h-link a {
  font-size: 1.0625rem;
  display: inline-block;
  color: #284ea3;
  font-weight: 500;
  text-decoration: underline;
}
.pbHeaderArea header .h-headerTop .h-right .h-link a:hover {
  text-decoration: none;
}
.pbHeaderArea header .h-headerTop .h-right .h-sp-menu {
  display: none;
}
.pbHeaderArea header .h-headerBottom {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid #d5d5d5;
  border-top: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pbHeaderArea header .h-headerBottom.is-hidden {
  opacity: 0;
  visibility: hidden;
  box-shadow: none;
  border-bottom: none;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu {
  display: flex;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item:first-child {
  white-space: nowrap;
  width: 35% !important;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item.w100 {
  width: 100% !important;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item {
  width: 100%;
  border-right: 1px solid #d5d5d5;
  padding: 1.0416666666666665vw 1.0416666666666665vw 0 1.0416666666666665vw;
}
.pbHeaderArea.pb-edit header .h-headerBottom .h-nav-menu .h-nav-item {
  padding: 1.0416666666666665vw 2.1354166666666665vw 0 2.1354166666666665vw;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item:last-child {
  border-right: none;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item.w50 {
  width: 50% !important;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item div {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item div a {
  position: relative;
  padding-bottom: 1.0416666666666665vw;
  font-size: 1rem;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item div a .f14 {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item a[target="_blank"] > span:not(.f14)::after {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_blank.png) no-repeat;
  width: 21px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  background-size: 21px;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item a:hover,
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item a:focus {
  color: #284ea5;
}
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item > div:has(a:hover)::before,
.pbHeaderArea header .h-headerBottom .h-nav-menu .h-nav-item > div:has(a:focus)::before {
  content: "";
  background: #1c397c;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: 9px;
  width: 100%;
  min-width: 55px;
  border-radius: 12px 12px 0 0;
}

@media screen and (max-width: 817px) {
  .pbHeaderArea header .h-headerTop .h-logo {
    width: 100%;
  }
  .pbHeaderArea header .h-headerTop .h-right {
    width: 100%;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .pbHeaderArea header {
    z-index: 9999;
    position: relative;
    box-shadow: none;
  }
  body.is_active .pbHeaderArea header {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .pbHeaderArea header .h-headerInner {
    border-top: 4px solid #1c397c;
  }
  .pbHeaderArea header .h-headerTop > div {
    padding: 13px 15px 14px 15px;
  }
  .pbHeaderArea header .h-headerTop .h-logo {
    width: auto;
  }
  .pbHeaderArea header .h-headerTop .h-logo img {
    width: 228px;
    vertical-align: middle;
  }
  .pbHeaderArea.header_r header .h-headerTop .h-logo img {
    width: 330px;
  }
  .pbHeaderArea.header_s header .h-headerTop .h-logo img {
    width: 295px;
  }
  .pbHeaderArea header .h-headerTop .h-right {
    display: none;
  }
  .pbHeaderArea header .h-headerBottom {
    display: none;
  }
}

/*  link_skip
========================================================================*/

.link_skip.hide {
  width: auto;
  height: auto;
  clip: auto;
}
.link_skip.hide a {
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: #fff;
  font-size: 1rem;
  line-height: 2em;
  color: #284ea4;
  text-decoration: underline;
  text-align: center;
}
.link_skip.hide a:focus {
  margin: 5px;
  width: calc(100% - 10px);
  height: auto;
}

/*  spMenu
========================================================================*/

@media screen and (min-width: 768px) {
  .h-spMenu,
  .pbHeaderArea.is-hidden .h-spMenu {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .h-spMenu {
    display: block;
    width: 100%;
  }
  .pbHeaderArea.is-hidden .h-spMenu {
    display: none;
  }
  .h-spMenu .h-spMenuNaviWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    z-index: 9998;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem a {
    width: 100%;
    height: 100%;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales {
    width: 60%;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem:not(.h-lisk).h-sales {
    width: 81%;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button,
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a {
    color: #ffffff;
    font-size: 1.4375rem;
    position: relative;
    font-weight: bold;
    padding: 12px 46px 12px 12px;
    line-height: 1.2;
    background: linear-gradient(to right, #ff5d5d, #fda44b);
    height: 100%;
    width: 100%;
    border: none;
  }
  .header_r .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button,
  .header_r .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a,
  .header_s .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button,
  .header_s .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a {
    display: flex;
    align-items: center;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button::after,
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 23px;
    width: 30px;
    height: 30px;
    background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_button_01.png) no-repeat;
    background-size: 30px;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button span,
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a span {
    font-size: 1.125rem;
    vertical-align: baseline;
    display: inline-block;
    letter-spacing: -0.05em;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-lisk {
    width: 21%;
    background: #ffffff;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-lisk a {
    color: #284ea3;
    text-decoration: underline;
    font-size: 1.0625rem;
    font-weight: 500;
    padding: 10px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-spMenuNaviItemHam {
    width: 19%;
  }
  .h-spMenuNaviHamInner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 19px 18px 12px;
    font-size: 0.75rem;
    font-weight: 500;
    background: #284ea4;
    color: #ffffff;
    border: none;
  }
  .h-spMenuNaviHamButton {
    width: 30px;
    height: 22px;
    display: block;
    margin-bottom: 5px;
    position: relative;
  }
  .h-spMenuNaviHamButton span {
    width: 30px;
    height: 2px;
    display: block;
    border-radius: 10px;
    background: #ffffff;
    transition: 0.3s all;
  }
  .h-spMenuNaviHamButton span:nth-child(1) {
    position: relative;
    top: 0;
  }
  .h-spMenuNaviHamButton span:nth-child(2) {
    position: relative;
    top: 6px;
  }
  .h-spMenuNaviHamButton span:nth-child(3) {
    position: relative;
    top: 12px;
  }
  body:has(.h-spMenuNaviItemHam.is_active) {
    overflow: hidden;
  }
  .h-spMenuNaviItem.h-spMenuNaviItemHam.h-spMenuNaviItemHam.is_active .h-spMenuNaviHamButton span:nth-child(1) {
    top: 9px;
    transform: translateY(-50%) rotate(-135deg);
  }
  .h-spMenuNaviItem.h-spMenuNaviItemHam.h-spMenuNaviItemHam.is_active .h-spMenuNaviHamButton span:nth-child(2) {
    display: none;
  }
  .h-spMenuNaviItem.h-spMenuNaviItemHam.h-spMenuNaviItemHam.is_active .h-spMenuNaviHamButton span:nth-child(3) {
    top: 7px;
    transform: translateY(-50%) rotate(135deg);
  }
  .h-spMenuListWrapper {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    background-color: #f2f6ff;
    overflow-y: auto;
  }
  .h-spMenuListWrapper .h-spMenuListInner {
    padding: 59px 20px 90px 20px;
  }
  .h-spMenuListWrapper .h-spMenuListInner a:hover {
    opacity: 0.6;
  }
  .h-spMenuListWrapper .h-spMenuListInner .h-spMenuList .h-spMenuListItem {
    border-bottom: 1px solid #cad0dd;
  }
  .h-spMenuListWrapper .h-spMenuListInner .h-spMenuList .h-spMenuListItem a {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    font-weight: 500;
    position: relative;
  }
  .h-spMenuListWrapper .h-spMenuListInner .h-spMenuList .h-spMenuListItem a span {
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
  }
  .h-spMenuListWrapper .h-spMenuListInner .h-spMenuList .h-spMenuListItem a::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg);
    position: absolute;
    right: 0.3em;
    top: 1.3em;
    border-top: 2px solid #284ea5;
    border-right: 2px solid #284ea5;
  }
  .h-spMenuListWrapper .h-spMenuListInner .h-spMenuList .h-spMenuListItem a[target="_blank"]::after {
    content: "";
    border: none;
    background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_blank.png) no-repeat;
    width: 17px;
    height: 18px;
    right: 0;
    top: 1em;
    transform: none;
    background-size: 18px;
    margin-left: 5px;
  }
  .h-spMenuListWrapper .h-spMenuListInner .h-spMenuButton {
    margin-top: 30px;
  }
  .h-spMenuListWrapper .h-spMenuListInner .h-spMenuButton a {
    background: #284ea4;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 21px 35px 21px 20px;
    border-radius: 8px;
    width: 100%;
    position: relative;
    box-shadow: 0px -3px 0px 0px rgba(29, 58, 124, 1) inset;
  }
  .h-spMenuListWrapper .h-spMenuListInner .h-spMenuButton a::after {
    content: "";
    background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_button_02.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 12px;
    top: 22px;
    background-size: 20px;
  }
}

@media screen and (max-width: 471px) {
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales button,
  .h-spMenu .h-spMenuNaviWrapper .h-spMenuNavi .h-spMenuNaviItem.h-sales a {
    text-align: left;
  }
}

/*  modal
========================================================================*/

body.modal-open {
  overflow: hidden;
}
body.modal-open .h-modal {
  z-index: 10000;
}
.h-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}
.h-modal .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 100%;
  height: auto;
  max-width: 670px;
  max-height: calc(100% - 60px);
  padding: 29px 20px 53px 20px;
  box-shadow: 0 3px 6px #000000;
  z-index: 10001;
  overflow-y: auto;
}
.h-modal .modal .modal-content {
  text-align: center;
}
.h-modal .modal .modal-content .heading {
  width: 100%;
  border-bottom: 1px solid #284ea5;
}
.h-modal .modal .modal-content h2 {
  font-size: 1.25rem;
  color: #284ea5;
  padding-bottom: 15px;
}
.h-modal .modal .modal-content h2 > span {
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.h-modal .modal .modal-content ul#modalDesc {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
.h-modal .modal .modal-content ul.list {
  margin: 16px 30px 0 30px;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #797979;
  text-align: left;
}
.h-modal .modal .modal-content ul#modalDesc li {
  width: 48.7%;
}
.h-modal .modal .modal-content ul.list li {
  margin-top: 5px;
}
.h-modal .modal .modal-content .button:nth-child(n + 3) {
  margin-top: 15px;
}
.h-modal .modal .modal-content .button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 13px 40px 13px 18px;
  text-align: left;
  position: relative;
  border: 2px solid #535353;
  border-radius: 8px;
  box-shadow: 0 3px 0 #535353;
}
.h-modal .modal .modal-content .button.sbi a,
.h-modal .modal .modal-content .button.monex a,
.h-modal .modal .modal-content .button.rakuten a {
  padding: 18px 40px 18px 18px;
}
.h-modal .modal .modal-content .button.rakuten a {
  height: auto;
}
.h-modal .modal .modal-content .button.large a {
  padding: 0;
}
.h-modal .modal .modal-content .button a:hover {
  background: #ededed;
}
.h-modal .modal .modal-content .button a::after,
.h-modal .modal .modal-content .button.large a .logo::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.h-modal .modal .modal-content .button:not(.large) a::after,
.h-modal .modal .modal-content .button.large a .logo::after {
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_modal_button.png) no-repeat;
  background-size: 20px;
}
.h-modal .modal .modal-content .button a img {
  vertical-align: middle;
  width: 100%;
}
.h-modal .modal .modal-content .button.sbi a img {
  max-width: 90px;
  vertical-align: bottom;
}
.h-modal .modal .modal-content .button.matsui a img {
  max-width: 111px;
}
.h-modal .modal .modal-content .button.monex a img {
  max-width: 160px;
}
.h-modal .modal .modal-content .button.mufg a img {
  max-width: 140px;
}
.h-modal .modal .modal-content .button.rakuten a img {
  max-width: 141.88px;
}
.h-modal .modal .modal-content .button a span {
  display: inline-block;
  color: #797979;
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: 18px;
  vertical-align: middle;
}
.h-modal .modal .modal-content .button.monex a span {
  margin-left: 15px;
}
.h-modal .modal .modal-content .button.large a .logo {
  position: relative;
  padding: 17px 47px 17px 13px;
  border-bottom: 1px solid #535353;
  min-height: 70px;
}
.h-modal .modal .modal-content .button.large a .logo img {
  max-width: 210.57px;
}
.h-modal .modal .modal-content .button.large a .text {
  padding: 15px 15px 18px 15px;
}
.h-modal .modal .modal-content .button.large a .text .blue {
  color: #0b419b;
  font-weight: bold;
  font-size: 0.875rem;
}
.h-modal .modal .modal-content .button.large a .text .note {
  font-weight: 500;
  font-size: 0.75rem;
}
.h-modal .modal #closeModal {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
}
.h-modal .modal #closeModal img {
  width: 30px;
}

@media screen and (max-width: 767px) {
  .h-modal .modal {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    min-width: auto;
    min-height: auto;
    padding: 29px 20px 32px 20px;
  }
  .h-modal .modal .modal-content h2 {
    font-size: 1.25rem;
  }
  .h-modal .modal .modal-content h2 > span {
    font-size: 0.625rem;
  }
  .h-modal .modal .modal-content ul#modalDesc {
    margin-top: 19px;
    padding: 0;
    display: block;
  }
  .h-modal .modal .modal-content ul.list {
    margin: 20px 0 0 0;
  }
  .h-modal .modal .modal-content ul#modalDesc li {
    width: 100%;
  }
  .h-modal .modal .modal-content .button:not(:first-child) {
    margin-top: 15px;
  }
  .h-modal .modal .modal-content .button a {
    padding: 13px 48px 12px 15px;
  }
  .h-modal .modal .modal-content .button.large a {
    padding: 0;
  }
  .h-modal .modal .modal-content .button a::after,
  .h-modal .modal .modal-content .button.large a .logo::after {
    width: 20px;
    height: 20px;
  }
  .h-modal .modal .modal-content .button:not(.large) a::after,
  .h-modal .modal .modal-content .button.large a .logo::after {
    background-size: 20px;
  }
  .h-modal .modal .modal-content .button.large a .text .blue {
    font-size: 0.875rem;
  }
  .h-modal .modal .modal-content .button.large a .text .note {
    font-size: 0.75rem;
  }
}

/*========================================================================

  footer

========================================================================*/

.pbFooterArea footer {
  background-color: #1c397b;
  color: #ffffff;
  padding: 50px 15px 60px !important;
  z-index: 1000;
  position: relative;
}
.pbFooterArea footer > div {
  margin: 0 auto;
}
.pbFooterArea footer .f-footerText01 {
  text-align: center;
  font-weight: bold;
  font-size: 1.625rem;
}
.pbFooterArea footer .f-footerText01 + .f-footerText02 {
  margin-top: 15px;
}
.pbFooterArea footer .f-footerText02 {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
.pbFooterArea footer .f-footerText02 + .f-footerText03 {
  margin-top: 15px;
}
.pbFooterArea footer .f-footerText03 {
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .pbFooterArea footer {
    padding: 30px 15px 25px !important;
    margin-bottom: 80px;
  }
  .pbFooterArea footer .f-footerText01 {
    font-size: 1.5rem;
  }
  .pbFooterArea footer .f-footerText02 {
    font-size: 0.875rem;
  }
  .pbFooterArea footer .f-footerText03 {
    font-size: 0.75rem;
  }
}

/*  page-top
========================================================================*/

#page-top {
  position: fixed;
  background: #004297;
  border: 1px solid #fff;
  box-sizing: content-box;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 9999;
  width: 50px;
  height: 50px;
  bottom: 20px;
}
#page-top:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 1;
  transform: rotate(135deg);
  left: 18px;
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 1240px) {
  #page-top {
    right: calc((100vw - 1020px) / 2 - 100px);
  }
}

@media screen and (max-width: 1239px) and (min-width: 768px) {
  #page-top {
    position: fixed;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 12px;
    bottom: 110px;
    width: 30px;
    height: 30px;
    z-index: 9996;
  }
  #page-top:before {
    left: 11px;
    top: 3px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (min-width: 768px) {
  #page-top:hover {
    opacity: 0.6;
  }
  #page-top {
    width: 50px;
    height: 50px;
  }
  #page-top:before {
    top: 5px;
    bottom: 0;
    left: 20px;
    width: 9px;
    height: 9px;
  }
}

/*========================================================================

  top

========================================================================*/

/*  mv
========================================================================*/

.mv-wrapper {
  z-index: 100;
  position: relative;
}
.mv-wrapper > div {
  position: relative;
}
.mv_inner {
  position: relative;
  width: 100vw;
}
.mv_01 {
  position: relative;
}
.mv_01 img {
  width: 100%;
}
.mv_02 {
  position: absolute;
  top: 2.2916666666666665vw;
  left: 50%;
  transform: translateX(-50%);
}
.mv_02 > img {
  max-width: 688px;
  width: 35.83vw;
}
.mv_03 {
  position: absolute;
  top: 12.135416666666666vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 726px;
  width: 37.8125vw;
}
.mv_04 {
  position: absolute;
  bottom: 11.197916666666668vw;
  left: 50%;
  transform: translateX(-50%);
}
.mv_04 > img {
  max-width: 609px;
  width: 31.71875vw;
}
.mv_05 {
  position: absolute;
  top: 5.78125vw;
  left: 8.854166666666668vw;
  max-width: 328px;
  width: 17.083333333333332vw;
}
.mv_06 {
  position: absolute;
  top: 2.8125vw;
  right: 7.135416666666666vw;
  max-width: 338px;
  width: 17.604166666666668vw;
}
.mv_07 {
  position: absolute;
  left: 4.739583333333333vw;
  bottom: 4.739583333333333vw;
  max-width: 379px;
  width: 19.739583333333332vw;
}
.mv_08 {
  position: absolute;
  bottom: 6.770833333333333vw;
  right: 9.270833333333334vw;
  max-width: 332px;
  width: 17.291666666666668vw;
}
.mv_button-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  height: 10.052083333333334vw;
  width: 40.572916666666664vw;
  border-radius: 4.166666666666666vw 4.166666666666666vw 0 0;
}
.button-pink.mv {
  text-align: center;
  position: absolute;
  bottom: 1.9791666666666665vw;
  left: 50%;
  transform: translateX(-50%);
  width: 36.770833333333336vw;
}
.button-pink.mv a,
.button-pink.mv button {
  padding: 1.1979166666666667vw 8.125vw 1.40625vw 6.25vw;
  line-height: 1.2;
  font-size: 2.2395833333333335vw;
}
.button-pink.mv a span,
.button-pink.mv button span {
  font-size: 1.6666666666666667vw;
  vertical-align: middle;
}
.button-pink.mv a::after,
.button-pink.mv button::after {
  width: 3.6458333333333335vw;
  height: 3.6458333333333335vw;
  background-size: 3.6458333333333335vw;
}

@media screen and (max-width: 767px) {
  .mv_02 {
    width: 100vw;
    top: 0;
    text-align: center;
    background: #158e7d;
    z-index: 1;
    padding: 2.93333vw 7.301173402868318vw;
  }
  .mv_02 > img {
    width: 80vw;
  }
  .mv_03 {
    top: 62.4vw;
    width: 91.91655801825294vw;
  }
  .mv_04 {
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #f0f5f8;
    padding: 3.389830508474576vw 7.040417209908735vw;
  }
  .mv_04 > img {
    width: 85.33333333333334vw;
  }
  .mv_05 {
    top: 26.666666666666668vw;
    left: 5.253333333333334vw;
    width: 36vw;
  }
  .mv_06 {
    position: absolute;
    top: 18.666666666666668vw;
    right: 4.133333333333333vw;
    width: 44vw;
  }
  .mv_07 {
    left: 4.8vw;
    bottom: 34.66666666666667vw;
    width: 39.733333333333334vw;
  }
  .mv_08 {
    bottom: 38.666666666666664vw;
    right: 12.533333333333333vw;
    width: 34.4vw;
  }
  .mv_button-inner {
    bottom: -25vw;
    height: auto;
    width: 100vw;
    border-radius: 8vw 8vw 0 0;
    z-index: 1;
    display: none;
  }
  .mv_button-inner > div {
    padding: 5.333333333333334vw 4vw 2.666666666666667vw 4vw;
  }
  .button-pink.mv {
    bottom: auto;
    width: 92vw;
    position: relative;
    display: none;
  }
  .button-pink.mv a,
  .button-pink.mv button {
    padding: 4.8vw 17vw 4.266666666666667vw 12vw;
    line-height: 1.2;
    font-size: 5.866666666666666vw;
  }
  .button-pink.mv a span,
  .button-pink.mv button span {
    font-size: 4.8vw;
  }
  .button-pink.mv a::after,
  .button-pink.mv button::after {
    width: 9.066666666666666vw;
    height: 9.066666666666666vw;
    background-size: 9.066666666666666vw;
  }
}

/*  common
========================================================================*/

/*  top-h2
------------------------------------------------*/

.top-h2 h2 {
  font-size: 9.375rem;
  color: #c5d0ef;
  font-weight: bold;
  line-height: 1;
  font-family: "Arial";
}

@media screen and (max-width: 767px) {
  .top-h2 h2 {
    font-size: 4.375rem;
    text-align: center;
  }
}

/*  pink
------------------------------------------------*/

span.pink {
  color: #ff0066;
  vertical-align: baseline;
}

/*  underline
------------------------------------------------*/

span.underline {
  text-decoration: underline;
}

/*  vision
========================================================================*/

/*  section
------------------------------------------------*/

.section-vision {
  position: relative;
  background: #ffffff;
  z-index: 98;
}
.section-vision::before {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_vision_01.png) no-repeat;
  background-size: 20.947917vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 20.947917vw;
  height: 34.385417vw;
  z-index: 0;
}
.section-vision::after {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_vision_02.png) no-repeat;
  background-size: 20vw;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20vw;
  height: 17.708333333333336vw;
  z-index: 0;
}
.section-vision > div {
  width: calc(100% - 30px);
  max-width: 1348px;
  margin: 0 auto;
  padding: 100px 0 196px 0;
}

@media screen and (max-width: 767px) {
  .section-vision {
    border-radius: 30px 30px 0 0;
  }
  .section-vision::before {
    background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_vision_01-sp.png) no-repeat;
    background-size: 36.8vw;
    width: 36.8vw;
    height: 67.46666666666667vw;
  }
  .section-vision::after {
    background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_vision_02-sp.png) no-repeat;
    background-size: 48.666667vw;
    width: 48.666667vw;
    height: 38.333333vw;
    z-index: -1;
  }
  .section-vision > div {
    padding: 20px 0 117px 0;
  }
}

@media screen and (max-width: 560px) {
  .section-vision::after {
    background-size: 54.666666666666664vw;
    width: 54.666666666666664vw;
    height: 51.33333333333333vw;
  }
}

/*  button-pink
------------------------------------------------*/

@media screen and (max-width: 767px) {
  .section-vision .button-pink {
    bottom: auto;
    width: 92vw;
    position: relative;
  }
  .section-vision .button-pink a,
  .section-vision .button-pink button {
    padding: 4.8vw 17vw 4.266666666666667vw 12vw;
    line-height: 1.2;
    font-size: 5.866666666666666vw;
  }
  .section-vision .button-pink a span,
  .section-vision .button-pink button span {
    font-size: 4.8vw;
  }
  .section-vision .button-pink button::after,
  .section-vision .button-pink a::after {
    width: 9.066666666666666vw;
    height: 9.066666666666666vw;
    background-size: 9.066666666666666vw;
  }
}

/*  image-text
------------------------------------------------*/

.section-vision .image-text > div {
  display: flex;
  justify-content: space-between;
}
.section-vision .image-text > div::after {
  content: none;
}
.section-vision .image-text .imagebox {
  width: 41.4%;
}
.section-vision .image-text .textbox {
  width: 48.6%;
  color: #0b419a;
  font-weight: bold;
}
.section-vision .image-text .imagebox .top-h2 h2 {
  text-align: right;
}
.section-vision .image-text .imagebox .image {
  position: relative;
  margin-top: 20px;
}
.section-vision .image-text .imagebox .image .namebox {
  position: absolute;
  bottom: 0;
  right: -11%;
  color: #0b419a;
  background: #ffffff;
  border-radius: 50px 0 0 0;
  padding: 31px 0 0 35px;
  font-weight: bold;
  z-index: 1;
}
.section-vision .image-text .imagebox .image .namebox .position p {
  line-height: 2;
  font-size: 1rem;
}
.section-vision .image-text .imagebox .image .namebox .name {
  margin-top: 13.5px;
  font-size: 1.25rem;
}
.section-vision .image-text .textbox .text-fs21 {
  font-size: 1.3125rem;
  margin-top: 25px;
}
.section-vision .image-text .textbox .h3 h3 {
  font-size: 3.625rem;
  margin-top: 21px;
}
.section-vision .image-text.accordion:not(.active) .textbox .content {
  height: auto !important;
}
.section-vision .image-text .textbox .text-fs32 {
  font-size: 2rem;
  margin-top: 77px;
}
.section-vision .image-text .textbox .text-normal {
  margin-top: 68px;
  font-size: 1rem;
}
.section-vision .image-text .textbox .text-normal p:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 945px) {
  .section-vision .image-text:not(.accordion) > div {
    display: block;
    text-align: center;
  }
  .section-vision .image-text:not(.accordion) .imagebox {
    width: 100%;
  }
  .section-vision .image-text:not(.accordion) .imagebox .top-h2 h2 {
    text-align: center;
  }
  .section-vision .image-text:not(.accordion) .textbox {
    width: 100%;
  }
  .section-vision .image-text:not(.accordion) .textbox .text-fs21 {
    margin-top: 10px;
  }
  .section-vision .image-text:not(.accordion) .textbox .h3 h3 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section-vision .image-text > div {
    display: block;
    text-align: center;
  }
  .section-vision .image-text:last-child > div {
    margin-top: 35px;
  }
  .section-vision .button-pink + .image-text {
    margin-top: 41px;
  }
  .section-vision .image-text .imagebox {
    width: 100%;
  }
  .section-vision .image-text.accordion .imagebox {
    width: 100%;
  }
  .section-vision .image-text .textbox {
    width: 100%;
  }
  .section-vision .image-text.accordion .textbox {
    margin-top: 32px;
    text-align: left;
  }
  .section-vision .image-text.accordion .textbox .content {
    position: relative;
    overflow: hidden !important;
    transition: max-height 0.4s ease;
  }
  .section-vision .image-text.accordion.close .textbox .content {
    position: relative;
  }
  .section-vision .image-text.accordion .textbox .content::after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
  }
  .section-vision .image-text .imagebox .top-h2 h2 {
    font-size: 4.375rem;
    text-align: center;
  }
  .section-vision .image-text .imagebox .image {
    text-align: left;
    margin-left: -15px;
    margin-top: 0;
  }
  .section-vision .image-text .imagebox .image img {
    max-width: 49.984vw;
  }
  .section-vision .image-text .imagebox .image .namebox {
    bottom: 0;
    left: 55%;
    transform: translateX(-50%);
    border-radius: 23px 0 0 0;
    padding: 18px 0 0 15px;
  }
  .section-vision .image-text .imagebox .image .namebox .position p {
    font-size: 0.75rem;
    text-align: left;
  }
  .section-vision .image-text .imagebox .image .namebox .name {
    margin-top: 4px;
    font-size: 0.875rem;
    text-align: left;
  }
  .section-vision .image-text .textbox .text-fs21 {
    font-size: 1.125rem;
    margin-top: 15px;
  }
  .section-vision .image-text .textbox .h3 h3 {
    font-size: 1.75rem;
    margin-top: 14px;
  }
  .section-vision .image-text .textbox .text-fs32 {
    font-size: 1.25rem;
    margin-top: 0;
  }
  .section-vision .image-text .textbox .text-normal {
    margin-top: 33px;
    padding-bottom: 40px;
    letter-spacing: 0.04em;
  }
  .section-vision .image-text .textbox .text-normal p {
    line-height: 2;
  }
  .section-vision .image-text .textbox .text-normal p:not(:first-child) {
    margin-top: 32px;
  }
  .section-vision .image-text .textbox .trigger {
    text-align: center;
    font-family: "Arial";
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .section-vision .image-text .textbox .trigger .button a {
    padding: 17px 128px;
    border: 2px solid #284ea5;
    border-radius: 10px;
    cursor: pointer;
    color: #284ea5;
    background: #ffffff;
    display: inline-block;
    position: relative;
    letter-spacing: 0.1em;
  }
  .section-vision .image-text .textbox .trigger .button a::before,
  .section-vision .image-text .textbox .trigger .button a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    width: 15px;
    height: 2px;
    background: #284ea5;
    border: none;
    transition: all 0.3s;
  }
  .section-vision .image-text .textbox .trigger .button a::after {
    transform: rotate(90deg);
  }
  .section-vision .image-text .textbox .trigger .button.close a::after {
    border: none;
    transition: all 0.3s;
    transform: none;
  }
  .section-vision .image-text .textbox .trigger .button a:hover {
    color: #ffffff;
    background: #284ea5;
  }
  .section-vision .image-text .textbox .trigger .button a:hover::before,
  .section-vision .image-text .textbox .trigger .button a:hover::after {
    background: #ffffff;
  }
}

/*  features
========================================================================*/

.section-features {
  position: relative;
  z-index: 99;
  background: #f2f6ff;
}

/*  point-nav
------------------------------------------------*/

.section-features .point-nav {
  position: sticky;
  top: 20%;
  left: 0;
  z-index: 1001;
  display: inline-block;
  margin-bottom: 100px;
}
.section-features .point-nav.pb-layout:hover {
  z-index: 1002;
}
.section-features .point-nav ul {
  background: #ffffff;
  border-radius: 0 40px 40px 0;
  box-shadow: 0 0 10px #c0cbe3;
}
.section-features .point-nav ul li a {
  padding: 16px 53px 21px 23px;
  display: flex;
  align-items: center;
  color: #284ea5;
  font-weight: bold;
}
.section-features .point-nav ul li a:hover {
  background: #f2f6ff;
}
.section-features .point-nav ul li:first-child a,
.section-features .point-nav ul li:first-child a:hover,
.section-features .point-nav ul li:first-child a.is-current {
  border-radius: 0 40px 0 0;
}
.section-features .point-nav ul li:last-child a,
.section-features .point-nav ul li:last-child a:hover,
.section-features .point-nav ul li:last-child a.is-current {
  border-radius: 0 0 40px 0;
}
.section-features .point-nav ul li a.is-current {
  background: #284ea5;
  color: #ffffff;
}
.section-features .point-nav ul li .number {
  text-align: center;
}
.section-features .point-nav ul li .number > p:first-child {
  font-size: 0.938rem;
}
.section-features .point-nav ul li .number > p:last-child {
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Arial";
}
.section-features .point-nav ul li a .text {
  text-decoration: underline;
  margin-left: 19px;
}
.section-features .point-nav ul li a:hover .text {
  text-decoration: none;
}

@media screen and (max-width: 1622px) {
  .section-features .point-nav ul li a {
    padding: 16px 12px 21px 7px;
    position: relative;
  }
  .hover-target {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section-features .point-nav {
    left: auto;
    right: 0;
    display: block;
    max-width: 38px;
    width: 100%;
    margin-left: auto;
  }
  .section-features .point-nav ul {
    border-radius: 25px 0 0 25px;
  }
  .section-features .point-nav ul li a {
    padding: 15px 2px 15px 4px;
    justify-content: center;
  }
  .section-features .point-nav ul li:first-child a,
  .section-features .point-nav ul li:first-child a:hover,
  .section-features .point-nav ul li:first-child a.is-current {
    border-radius: 25px 0 0 0;
  }
  .section-features .point-nav ul li:last-child a,
  .section-features .point-nav ul li:last-child a:hover,
  .section-features .point-nav ul li:last-child a.is-current {
    border-radius: 0 0 0 25px;
  }
  .section-features .point-nav ul li .number {
    margin-right: 0;
  }
  .section-features .point-nav ul li .number > p:first-child {
    font-size: 0.625rem;
  }
  .section-features .point-nav ul li .number > p:last-child {
    font-size: 1.5rem;
  }
  .section-features .point-nav ul li a .text,
  .hover-target {
    display: none;
  }
}

/*  point-anchor
------------------------------------------------*/

@media screen and (max-width: 767px) {
  .point-anchor {
    z-index: 99;
    position: relative;
  }
  .point-anchor > div {
    display: flex;
    justify-content: space-between;
  }
  .point-anchor .box {
    width: 32%;
  }
  .point-anchor > div::after {
    content: none;
  }
  .point-anchor .box a {
    background: #315ab9;
    color: #ffffff;
    border-radius: 8px;
    display: flex;
    padding: 10px;
    text-align: center;
    height: 100%;
    flex-direction: column;
    box-shadow: 0 3px 0 #1d3a7c;
  }
  .point-anchor .box a .number {
    font-family: "Helvetica";
    font-size: 1.875rem;
    font-weight: bold;
    border-bottom: 2px dotted #ffffff;
  }
  .point-anchor .box a .text {
    margin-top: 13px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .point-anchor .box a .icon {
    flex-grow: 1;
    margin-top: 7px;
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }
}

/*  section-point
------------------------------------------------*/

.section-point {
  position: relative;
  background: #f2f6ff;
  z-index: 99;
}
.section-point > div {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 340px 0 52px 0;
}

@media screen and (max-width: 767px) {
  .section-point > div {
    padding: 171px 0 76px 0;
  }
}

/* point01 */

.section-point.point01::before {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_point_01.png) no-repeat;
  background-size: 40.572916666666664vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40.572916666666664vw;
  height: 34.010416666666664vw;
  z-index: 0;
}
.section-point.point01::after {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_point_02.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 41%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 85.125vw;
  z-index: -1;
  overflow-x: hidden;
}
.section-point.point01 .point {
  position: absolute;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
}
.section-point.point01 .point .top-h2 h2 {
  text-align: center;
}
.section-point.point01 .point .text {
  color: #284ea5;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.section-point.point01 .point .features {
  font-size: 3.625rem;
  font-weight: bold;
  color: #284ea5;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .section-point.point01::before {
    background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_point_01-sp.png) no-repeat;
    background-size: 75.46666666666667vw;
    width: 75.46666666666667vw;
    height: 40.010417vw;
  }
  .section-point.point01::after {
    top: 48.5%;
  }
  .section-point.point01 .point {
    top: -37px;
    width: max-content;
  }
  .section-point.point01 .point .text {
    font-size: 1.125rem;
    margin-top: 25px;
  }
  .section-point.point01 .point .features {
    font-size: 1.75rem;
    margin-top: 15px;
  }
}

/* point03 */

.section-point.point03 {
  z-index: 98;
}
.section-point.point03::after {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_point_03.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64.63541666666667vw;
  z-index: -1;
  overflow-x: hidden;
}
.section-point.point03 > div {
  padding: 66px 0 155px 0;
}

@media screen and (max-width: 767px) {
  .section-point.point03 > div {
    padding: 56px 0 76px 0;
  }
}

/*  point_box
------------------------------------------------*/

.section-point .point_box {
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0 0 10px #c0cbe3;
  position: relative;
}
.section-point .point_box + .point_box {
  margin-top: 120px;
}
.section-point .point_box > div {
  padding: 85px 10px 10px 10px;
}
.section-point .point_box .point_number {
  font-size: 7rem;
  color: #284ea5;
  font-weight: bold;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Helvetica";
}
.section-point .point_box .point_number p {
  line-height: 1;
}
.section-point .point_box .point_inner > div {
  padding: 0 38px;
}
.section-point .point_box .h3::after {
  content: "";
  width: 118px;
  border-bottom: 8px solid #284ea5;
  border-radius: 20px;
  margin: 38px auto 0;
}
.section-point .point_box .h3 h3 {
  text-align: center;
  font-size: 2.1875rem;
  font-weight: bold;
  color: #284ea5;
}
.section-point .point_box .h3 h3 span {
  background: #ffba5c;
}

@media screen and (max-width: 767px) {
  .section-point .point_box {
    border-radius: 10px;
  }
  .section-point .point_box + .point_box {
    margin-top: 72px;
  }
  .section-point .point_box > div {
    padding: 41px 5px 5px 5px;
  }
  .section-point .point_box .point_number {
    font-size: 4.4375rem;
    top: -40px;
  }
  .section-point .point_box .point_inner > div {
    padding: 0 28px;
  }
  .section-point .point_box .h3::after {
    width: 74px;
    border-bottom: 5px solid #284ea5;
    border-radius: 10px;
    margin: 24px auto 0;
  }
  .section-point .point_box .h3 h3 {
    font-size: 1.25rem;
  }
}

/* box01 */

@media screen and (max-width: 767px) {
  .section-point .point_box.box01 {
    margin-top: 77px;
  }
  .section-point .point_box.box01 .h3 {
    padding: 0 17px;
  }
}

/* box02 */

.section-point .point_box.box02 > div {
  padding: 85px 0 10px 0;
}

@media screen and (max-width: 767px) {
  .section-point .point_box.box02 > div {
    padding: 41px 0 5px 0;
  }
}

/* box03 */

.section-point .point_box.box03 > div {
  padding: 89px 50px 60px 50px;
}
.section-point .point_box.box03 .h3 h3 span {
  color: #156f52;
  background: #c6ddd5;
}

@media screen and (max-width: 767px) {
  .section-point .point_box.box03 > div {
    padding: 43px 15px 23px 15px;
  }
}

/*  image-text
------------------------------------------------*/

.section-point .point_box .image-text > div {
  display: flex;
  justify-content: space-between;
}
.section-point .point_box .image-text > div::after {
  content: none;
}
.section-point .point_box .image-text .textbox {
  font-weight: bold;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .section-point .point_box .image-text > div {
    display: block;
  }
  .section-point .point_box .image-text .textbox {
    font-size: 1rem;
  }
}

/* box01 */

.section-point .point_box.box01 .image-text.point01 {
  margin-top: 86px;
}
.section-point .point_box.box01 .image-text.point01 .imagebox {
  width: 30.4%;
}
.section-point .point_box.box01 .image-text.point01 .textbox {
  width: 66.2%;
}

@media screen and (max-width: 767px) {
  .section-point .point_box.box01 .image-text.point01 {
    margin-top: 20px;
  }
  .section-point .point_box.box01 .image-text.point01 .imagebox {
    width: calc(100% - 34px);
    margin: 0 auto;
  }
  .section-point .point_box.box01 .image-text.point01 .textbox {
    width: 100%;
    margin-top: 20px;
  }
}

/* box02 */

.section-point .point_box.box02 .image-text .imagebox {
  width: 49%;
}
.section-point .point_box.box02 .image-text .textbox {
  width: 45%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section-point .point_box.box02 .image-text .imagebox {
    width: 100%;
  }
  .section-point .point_box.box02 .image-text .textbox {
    width: 100%;
    margin-top: 19px;
  }
}

/*  point_image
------------------------------------------------*/

.section-point .point_box .point_image {
  position: relative;
}
.section-point .point_box .point_image .image-text {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
.section-point .point_box .point_image .image-text > div {
  width: calc(100% - 120px);
  margin: 0 auto;
  flex-direction: row-reverse;
}
.section-point .point_box .point_image .image-text .textbox {
  width: 53%;
}
.section-point .point_box.box02 .image-text .textbox:has(.pb-handle) {
  align-items: anchor-center;
}
.section-point .point_box .point_image .image-text .imagebox {
  width: 42%;
}

@media screen and (max-width: 767px) {
  .section-point .point_box .point_image .image-text {
    top: 45%;
  }
  .section-point .point_box .point_image .image-text > div {
    width: calc(100% - 34px);
  }
  .section-point .point_box .point_image .image img {
    width: 100%;
  }
  .section-point .point_box .point_image .image-text .textbox {
    width: 100%;
    margin-top: 25px;
    justify-content: center;
  }
  .section-point .point_box .point_image .image-text .imagebox {
    width: 100%;
  }
}

/*  point_button
------------------------------------------------*/

.section-point .point_box .point_button {
  margin-top: 50px;
}
.section-point .point_box .point_button > div {
  background: #e2ede9;
  border-radius: 0 0 30px 30px;
  padding: 35px 0;
  margin: 0 auto;
}
.section-point .point_box .point_button .button-green {
  text-align: center;
}
.section-point .point_box .point_button .button-green a {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  background: #178d65;
  border-radius: 70px;
  box-shadow: 0px 7px 0px 0px rgba(17, 87, 87, 1);
  padding: 16px 89px 16px 60px;
  display: inline-block;
  position: relative;
}
.section-point .point_box .point_button .button-green a:hover {
  background: #116549;
  box-shadow: 0px 4px 0px 0px rgba(17, 87, 87, 1);
  transform: translateY(3px);
}
.section-point .point_box .point_button .button-green a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_button_03.png) no-repeat;
  background-size: 34px;
}
.section-point .point_box .point_button .button-green a[target="_blank"]::after {
  width: 50px;
  height: 50px;
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_button_04.png) no-repeat;
  background-size: 50px;
}

@media screen and (max-width: 767px) {
  .section-point .point_box .point_button {
    margin-top: 25px;
  }
  .section-point .point_box .point_button > div {
    border-radius: 0 0 8px 8px;
    padding: 20px 16px;
  }
  .section-point .point_box .point_button .button-green a {
    font-size: 0.9375rem;
    border-radius: 58px;
    box-shadow: 0px 5px 0px 0px rgba(17, 101, 73, 1);
    padding: 26px 55px 26px 35px;
    width: 100%;
  }
  .section-point .point_box .point_button .button-green a:hover {
    box-shadow: 0px 2px 0px 0px rgba(17, 87, 87, 1);
  }
  .section-point .point_box .point_button .button-green a::after {
    right: 18px;
    width: 24px;
    height: 24px;
    background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_button_03.png) no-repeat;
    background-size: 24px;
  }
  .section-point .point_box .point_button .button-green a[target="_blank"]::after {
    width: 35px;
    height: 35px;
    background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_button_04.png) no-repeat;
    background-size: 35px;
  }
}

/* box02 */

.section-point .point_box.box02 .point_button > div {
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  .section-point .point_box.box02 .point_button > div {
    width: calc(100% - 10px);
  }
}

/*  text-note
------------------------------------------------*/

.section-point .point_box .graphbox + .list-notes {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .section-point .point_box .graphbox + .list-notes {
    margin-top: 20px;
  }
}

/*  list-note
------------------------------------------------*/

@media screen and (max-width: 767px) {
  .section-point .point_box .list-note {
    margin-top: 17px;
  }
  .section-point .point_box .list-note ul {
    padding-left: 1em;
  }
  .section-point .point_box .list-note ul li {
    text-indent: -1.5em;
    font-size: 0.625rem;
  }
}

/*  image col-2
------------------------------------------------*/

.section-point .point_box .image.col-2 {
  width: calc(100% - 120px);
  margin: 70px auto 0 auto;
}
.section-point .point_box .image.col-2 > div {
  display: flex;
  justify-content: space-between;
}
.section-point .point_box .image.col-2 > div::after {
  content: none;
}
.section-point .point_box .image.col-2 .box {
  width: 46.5%;
}
.section-point .point_box .image.col-2 .box .text {
  color: #284ea5;
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-point .point_box .image.col-2 {
    width: calc(100% - 30px);
    margin: 25px auto 0 auto;
  }
  .section-point .point_box .image.col-2 .box {
    width: 48.5%;
  }
  .section-point .point_box .image.col-2 .box .text {
    font-size: 0.875rem;
    margin-top: 12px;
  }
}

/* box03 */

.section-point .point_box.box03 .image.col-2 {
  width: 100%;
  margin: 266px auto 0 auto;
}
.section-point .point_box.box03 .text-fs25 + .image.col-2 {
  margin-top: 37px;
}
.section-point .point_box.box03 .image.col-2 .box {
  width: 47.8%;
}

@media screen and (max-width: 767px) {
  .section-point .point_box.box03 .image.col-2 {
    margin: 144px auto 0 auto;
  }
  .section-point .point_box.box03 .text-fs25 + .image.col-2 {
    margin-top: 20px;
  }
  .section-point .point_box.box03 .image.col-2 .box {
    width: 47.8%;
  }
}

/*  graphbox
------------------------------------------------*/

.section-point .point_box .graphbox {
  margin-top: 49px;
  border: 11px solid #c6ddd5;
  border-radius: 35px;
}
.section-point .point_box .graphbox > div {
  padding: 57px 42px 17px 42px;
}
.graphbox .h4 h4,
.graphbox .h3 h3 {
  color: #176e52;
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: 2px solid #176e52;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.graphbox .h4 h4 span,
.graphbox .h3 h3 span {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  padding-right: 10px;
}
.section-point .point_box .graphbox .image {
  max-width: 759px;
  margin: 18px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .section-point .point_box .graphbox {
    margin-top: 45px;
    border: 5px solid #c6ddd5;
    border-radius: 17px;
  }
  .section-point .point_box .graphbox > div {
    padding: 20px 14px;
  }
  .graphbox .h4 h4,
  .graphbox .h3 h3 {
    font-size: 1.125rem;
    display: block;
    text-align: center;
  }
  .graphbox .h4 h4 span,
  .graphbox .h3 h3 span {
    font-size: 0.875rem;
    padding-right: 0;
    display: block;
    margin-bottom: 15px;
  }
  .section-point .point_box .graphbox .image {
    margin: 20px auto 0 auto;
  }
}

/*  text-fs25
------------------------------------------------*/

.section-point .point_box .text-fs25 {
  text-align: center;
  font-weight: bold;
  font-size: 1.563rem;
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  .section-point .point_box .text-fs25 {
    font-size: 1rem;
    margin: 25px 15px 0 15px;
  }
}

/* green */

.section-point .point_box .text-fs25.green {
  color: #176e52;
}

/*  logo-box
------------------------------------------------*/

.section-point .point_box .logo-box {
  position: relative;
  margin-top: 137px;
}
.section-point .point_box .logo-box > div {
  padding: 73px 49px 27px 49px;
  border: 11px solid #c6ddd5;
  border-radius: 35px;
}
.section-point .point_box .logo-box .text {
  color: #000000;
  font-weight: bold;
  font-size: 1.563rem;
  text-align: center;
  background: #c6ddd5;
  border-radius: 23px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25%;
  width: 70%;
}
.section-point .point_box .logo-box .text > div {
  padding: 0.9375vw;
  width: 100%;
}
.section-point .point_box .logo-box .logo > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-point .point_box .logo-box .logo > div > div:first-child {
  width: 25.8%;
}
.section-point .point_box .logo-box .logo > div > div:last-child {
  width: 66%;
}

@media screen and (max-width: 895px) {
  .section-point .point_box .logo-box .text > div {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .section-point .point_box .logo-box {
    margin-top: 25px;
  }
  .section-point .point_box .logo-box > div {
    padding: 0;
    border: 5px solid #c6ddd5;
    border-radius: 18px;
  }
  .section-point .point_box .logo-box .text {
    font-size: 1rem;
    background: #c6ddd5;
    border-radius: 0;
    position: relative;
    width: 100%;
    left: 0;
    transform: none;
  }
  .section-point .point_box .logo-box .text > div {
    padding: 13px 10px 37px 10px;
    width: 100%;
  }
  .section-point .point_box .logo-box .logo > div {
    display: block;
    padding: 25px 16px;
  }
  .section-point .point_box .logo-box .logo > div > div:first-child {
    margin: 0 auto;
    width: 50%;
  }
  .section-point .point_box .logo-box .logo > div > div:last-child {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

/*  operations-box
------------------------------------------------*/

.section-point .point_box .operations-box,
.section-point .point_box .operations-box > div {
  position: relative;
}
.section-point .point_box .operations-box .speech-bubble {
  position: absolute;
  top: -28%;
  left: 50%;
  transform: translateX(-50%);
  width: 117%;
}
.section-point .point_box .operations-box .speech-bubble > div {
  color: #ffffff;
  background: #166e52;
  border-radius: 11px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  padding: 45px 30px;
  position: relative;
}
.section-point .point_box .operations-box .speech-bubble > div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 70px solid transparent;
  border-top: 35px solid #176e52;
}

@media screen and (max-width: 810px) {
  .section-point .point_box .operations-box .speech-bubble {
    top: -165px;
    width: 120%;
  }
  .section-point .point_box .operations-box .speech-bubble > div {
    padding: 25px 15px;
  }
  .section-point .point_box .operations-box .speech-bubble > div::before {
    border: 60px solid transparent;
    border-top: 30px solid #176e52;
  }
}

@media screen and (max-width: 767px) {
  .section-point .point_box .operations-box,
  .section-point .point_box .operations-box > div {
    position: relative;
  }
  .section-point .point_box .operations-box > div {
    width: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
  }
  .section-point .point_box .operations-box .speech-bubble {
    top: -115px;
    width: 100%;
  }
  .section-point .point_box .operations-box .speech-bubble > div {
    border-radius: 0;
    font-size: 1.125rem;
    padding: 19px 15px 14px 15px;
  }
  .section-point .point_box .operations-box .speech-bubble > div::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 32px solid transparent;
    border-top: 16px solid #176e52;
  }
  .section-point .point_box.box03 .image.col-2 .box .image img {
    width: 100%;
  }
}

/*  award
========================================================================*/

/*  section-award
------------------------------------------------*/

.section-award {
  background: #ffffff;
  position: relative;
}
.section-award::after {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_award_01.png) no-repeat;
  background-size: 34.89583333333333vw;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34.89583333333333vw;
  height: 19.322916666666668vw;
  z-index: 0;
}
.section-award > div {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 103px 0 80px 0;
  position: relative;
}
.section-award .award-inner {
  z-index: 98;
  position: relative;
}
.section-award .award-inner > div {
  max-width: 890px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 850px) {
  .section-award > div {
    padding: 230px 0 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .section-award::after {
    background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_award_01-sp.png) no-repeat;
    background-size: 60.8vw;
    width: 60.8vw;
    height: 69.33333333333334vw;
  }
  .section-award > div {
    padding: 180px 0 50px 0;
  }
}

/*  image-text
------------------------------------------------*/

.section-award .image-text {
  position: absolute;
  top: -10%;
  z-index: 100;
}
.section-award .image-text > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-award .image-text > div::after {
  content: none;
}
.section-award .image-text .imagebox {
  width: 42.4%;
}
.section-award .image-text .textbox {
  width: 44.7%;
}
@media screen and (max-width: 850px) {
  .section-award .image-text {
    top: -85px;
  }
  .section-award .image-text > div {
    display: block;
    text-align: center;
  }
  .section-award .image-text .imagebox {
    margin: 15px auto auto auto;
  }
  .section-award .image-text .textbox {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-award .image-text {
    top: -36px;
  }
  .section-award .image-text > div {
    display: block;
  }
  .section-award .image-text .imagebox {
    margin: 15px auto auto auto;
    min-width: 322px;
  }
  .section-award .image-text .textbox {
    width: 100%;
  }
}

/*  h3
------------------------------------------------*/

.section-award .h3 h3 {
  text-align: center;
  font-size: 2.375rem;
  color: #284ea5;
}

@media screen and (max-width: 767px) {
  .section-award .h3 h3 {
    text-align: left;
    font-size: 1rem;
  }
}

/*  box col-2
------------------------------------------------*/

.section-award .box.col-2 {
  margin-top: 37px;
}
.section-award .box.col-2 > div {
  display: flex;
  justify-content: space-between;
}
.section-award .box.col-2 > div::after {
  content: none;
}
.section-award .box.col-2 .box {
  width: 48.3%;
}
.section-award .box.col-2 .box > div:not(.pb-handle) {
  background: #ffffff;
  box-shadow: 0 0 10px #b7c9c3;
  border-radius: 40px;
  padding: 10px;
  height: 100%;
}
.section-award .box.col-2 .box .title > div:not(.pb-handle) {
  background: #d8e5e1;
  border-radius: 33px 33px 0 0;
  padding: 20px 15px;
  color: #11674b;
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 127px;
}
.section-award .box.col-2 .box .title p {
  line-height: 1.45;
}
.section-award .box.col-2 .box .year > div {
  text-align: center;
  padding: 20px 15px 10px 15px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-award .box.col-2 {
    margin-top: 22px;
  }
  .section-award .box.col-2 > div {
    display: block;
  }
  .section-award .box.col-2 .box {
    width: 100%;
  }
  .section-award .box.col-2 .box:not(:first-child) {
    margin-top: 20px;
  }
  .section-award .box.col-2 .box > div:not(.pb-handle) {
    border-radius: 25px;
    padding: 5px;
  }
  .section-award .box.col-2 .box .title > div:not(.pb-handle) {
    border-radius: 19px 19px 0 0;
    padding: 15px 12px;
    font-size: 1.0625rem;
    min-height: 80px;
  }
  .section-award .box.col-2 .box .title p {
    line-height: 1.45;
  }
  .section-award .box.col-2 .box .year > div {
    padding: 15px 20px 17px 20px;
    font-size: 0.875rem;
  }
}

/*  list-notes
------------------------------------------------*/

.section-award .list-notes {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .section-award .list-notes {
    margin-top: 25px;
  }
}

/*  fund
========================================================================*/

.section-fund {
  position: relative;
}

/*  fund-wrapper
------------------------------------------------*/

.section-fund .fund-wrapper {
  background: #f2f6ff;
}
.section-fund .fund-wrapper::after {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_fund_01.png) no-repeat;
  background-size: 30.833333333333336vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30.833333333333336vw;
  height: 32.55208333333333vw;
  z-index: 0;
}
.section-fund .fund-wrapper > div:not(.pb-handle) {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 100px 0;
  min-height: 666px;
}

@media screen and (max-width: 1450px) {
  .section-fund .fund-wrapper > div:not(.pb-handle) {
    min-height: 760px;
  }
}

@media screen and (max-width: 767px) {
  .section-fund .fund-wrapper > div:not(.pb-handle) {
    min-height: 874px;
  }
  .section-fund.small .fund-wrapper > div:not(.pb-handle) {
    min-height: 548px;
  }
}

/*  fund-image
------------------------------------------------*/

.section-fund .fund-image {
  position: relative;
  z-index: 97;
}
.section-fund .fund-image .image > img {
  width: 100%;
}
.section-fund .fund-image .text {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.9791666666666665vw;
  position: absolute;
  top: 15%;
  left: 36%;
}

@media screen and (max-width: 767px) {
  .section-fund .fund-image .text {
    font-size: 1.25rem;
    top: 55%;
    left: 0;
    width: 100%;
  }
  .section-fund .fund-image .text p {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

/*  panel col-3
------------------------------------------------*/

.section-fund .panel.col-3 {
  position: absolute;
  left: 0;
  top: 11.927083333333334vw;
  right: 0;
  bottom: 0;
  z-index: 98;
  margin: auto;
}
.section-fund .panel.col-3 > div {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  flex-wrap: wrap;
  width: calc(100% - 30px);
}
.section-fund .panel.col-3 > div::after {
  content: "";
  width: 32%;
  display: block;
}
.section-fund .panel.col-3 > div > div {
  width: 32%;
}
.section-fund .panel.col-3 > div > div:nth-child(n + 4) {
  margin-top: 30px;
}
.section-fund .panel.col-3 > div > div > div:not(.pb-handle) {
  background: #ffffff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
}
.section-fund .panel.col-3 .box,
.section-fund .panel.col-3 .box > div {
  height: 100%;
}
.section-fund .panel.col-3 .box > div:has(a:hover) {
  outline: 3px solid #284ea5;
  box-shadow: 0 0 10px #284ea5;
  border-radius: 20px;
}
.section-fund .panel.col-3 .box .textbox > div {
  padding: 25px 20px;
}
.section-fund .panel.col-3 .box .textbox .title {
  color: #284ea5;
  font-weight: bold;
  font-size: 1.125rem;
}
.section-fund .panel.col-3 .box a:hover .title p {
  text-decoration: underline;
}
.section-fund .panel.col-3 .box a[target="_blank"] .textbox .title p::after {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_blank.png) no-repeat;
  width: 21px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  background-size: 21px;
}
.section-fund .panel.col-3 .box .textbox .text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .section-fund .panel.col-3 {
    top: 54%;
    left: auto;
    transform: translateY(-50%);
  }
  .section-fund.small .panel.col-3 {
    top: 60%;
  }
  .section-fund .panel.col-3 > div {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .section-fund .panel.col-3 > div > div {
    width: 48%;
  }
  .section-fund .panel.col-3 > div > div > div:not(.pb-handle) {
    border-radius: 22px 21px 10px 10px;
  }
  .section-fund .panel.col-3 > div > div:nth-child(n + 3) {
    margin-top: 11px;
  }
  .section-fund .panel.col-3 .box > div:not(.pb-handle) {
    border-radius: 22px 21px 10px 10px;
    box-shadow: 0 1px 10px #ccd1de;
  }
  .section-fund .panel.col-3 .box .imagebox img {
    width: 100%;
  }
  .section-fund .panel.col-3 .box .textbox > div {
    padding: 15px 10px 10px 10px;
  }
  .section-fund .panel.col-3 .box .textbox .title {
    font-size: 0.875rem;
  }
  .section-fund .panel.col-3 .box .textbox .text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 450px) {
  .section-fund .panel.col-3 {
    top: 51%;
  }
  .section-fund.small .panel.col-3 {
    top: 57%;
  }
}

/*  section-news
========================================================================*/

.section-news {
  position: relative;
  background: #ffffff;
  z-index: 99;
}
.section-news > div {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 100px 0 82px 0;
}

@media screen and (max-width: 767px) {
  .section-news > div {
    padding: 44px 0 40px 0;
  }
}

/*  top-h2
------------------------------------------------*/

.section-news .top-h2 {
  position: absolute;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .section-news .top-h2 {
    top: -40px;
  }
}

/*  h3
------------------------------------------------*/

.section-news .h3 h3 {
  text-align: center;
  font-size: 2.375rem;
  font-weight: bold;
  color: #284ea5;
}

@media screen and (max-width: 767px) {
  .section-news .h3 h3 {
    font-size: 1.25rem;
  }
}

/*  news-block
------------------------------------------------*/

.news-block {
  margin-top: 20px;
}
.news-block table tr:first-child {
  border-top: 2px dotted #bfbfbf;
}
.news-block table tr {
  padding: 24px 10px;
  display: block;
  border-bottom: 2px dotted #bfbfbf;
}
.news-block table tr:has(a:hover) {
  background: #f3f5fa;
}
.news-block table tr td {
  display: block;
  font-size: 1rem;
}
.news-block table tr .day {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 1rem;
  font-weight: 500;
}
.news-block table tr .day img {
  margin-left: 10px;
}
.news-block table tr td:last-child {
  margin-top: 10px;
}
.news-block table tr td a {
  color: #284ea4;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1rem;
}
.news-block table tr td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news-block table tr {
    padding: 15px 5px;
  }
  .news-block table tr td:last-child {
    margin-top: 8px;
  }
}

/*  button-blue
------------------------------------------------*/

.section-news .button-blue {
  text-align: center;
  margin-top: 48px;
}
.section-news .button-blue a {
  color: #284ea5;
  font-size: 1.125rem;
  font-weight: bold;
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid #284ea5;
  box-shadow: 0 0 10px #ccd1de;
  padding: 18px 149px;
  display: inline-block;
  position: relative;
}
.section-news .button-blue a::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 3px solid #284ea5;
  border-right: 3px solid #284ea5;
  border-radius: 0.1em;
  transform: rotate(45deg);
  right: 18px;
  top: calc(50% - 7px);
}
.section-news .button-blue a:hover {
  color: #ffffff;
  background: #284ea5;
  border: 2px solid #284ea5;
  box-shadow: none;
}
.section-news .button-blue a:hover::before {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .section-news .button-blue {
    margin-top: 20px;
  }
  .section-news .button-blue a {
    font-size: 1rem;
    border-radius: 8px;
    box-shadow: 0 3px 6px #ccd1de;
    padding: 15px 70px 15px 60px;
  }
  .section-news .button-blue a::before {
    width: 8px;
    height: 8px;
  }
}

/*  section-socialmedia
========================================================================*/

.section-socialmedia {
  position: relative;
  background: #f2f6ff;
  z-index: 99;
  margin-top: 126px;
}
.section-socialmedia::after {
  content: "";
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_section_social-media_01.png) no-repeat;
  background-size: 40.729166666666664vw;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40.729166666666664vw;
  height: 30.052083333333336vw;
  z-index: 0;
}
.section-socialmedia > div {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 120px 0 100px 0;
}

@media screen and (max-width: 767px) {
  .section-socialmedia {
    margin-top: 73px;
  }
  .section-socialmedia::after {
    background-size: 61.33333333333333vw;
    width: 61.33333333333333vw;
    height: 44.2vw;
  }
  .section-socialmedia > div {
    padding: 120px 0 70px 0;
  }
  .section-socialmedia.is-visible > div {
    padding: 50px 0 70px 0;
  }
}

@media screen and (max-width: 469px) {
  .section-socialmedia.is-visible > div {
    padding: 120px 0 70px 0;
  }
}

/*  top-h2
------------------------------------------------*/

.section-socialmedia .top-h2 {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  text-align: center;
}

@media screen and (max-width: 955px) {
  .section-socialmedia .top-h2 {
    top: -60px;
  }
  .section-socialmedia .top-h2 h2 {
    font-size: 7.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .section-socialmedia .top-h2 {
    top: -38px;
  }
  .section-socialmedia .top-h2 h2 {
    font-size: 4.375rem;
  }
}

/*  h3
------------------------------------------------*/

.section-socialmedia .h3 h3 {
  text-align: center;
  font-size: 2.375rem;
  font-weight: bold;
  color: #284ea5;
}

/*  panel col-4
------------------------------------------------*/

.section-socialmedia .panel.col-4 {
  position: relative;
  z-index: 98;
  margin-top: 50px;
}
.section-socialmedia .panel.col-4 > div {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.section-socialmedia .panel.col-4 .box {
  width: 23%;
}
.section-socialmedia .panel.col-4 .box > div:not(.pb-handle) {
  background: #ffffff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
}
.section-socialmedia .panel.col-4 > div::after {
  content: none;
}
.section-socialmedia .panel.col-4 .box > div:has(a:hover) {
  outline: 3px solid #284ea5;
  box-shadow: 0 0 10px #284ea5;
  border-radius: 20px;
}
.section-socialmedia .panel.col-4 .imagebox {
  padding: 29px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-socialmedia .panel.col-4 .box .textbox > div {
  padding: 30px 15px;
}
.section-socialmedia .panel.col-4 .box .textbox .title {
  color: #284ea5;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}
.section-socialmedia .panel.col-4 .box a:hover .title p {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .section-socialmedia .panel.col-4 {
    margin-top: 0;
  }
  .section-socialmedia.is-visible .panel.col-4 {
    margin-top: 25px;
  }
  .section-socialmedia .panel.col-4 .box {
    width: 48%;
  }
  .section-socialmedia .panel.col-4 .box:nth-child(n + 3) {
    margin-top: 15px;
  }
  .section-socialmedia .panel.col-4 .imagebox {
    padding: 17px 15px;
    min-height: 85px;
  }
  .section-socialmedia .panel.col-4 .box.-youtube .imagebox img {
    width: 58px;
  }
  .section-socialmedia .panel.col-4 .box.-note .imagebox img {
    width: 138px;
  }
  .section-socialmedia .panel.col-4 .box.-x .imagebox img {
    width: 44px;
  }
  .section-socialmedia .panel.col-4 .box.-facebook .imagebox img {
    width: 55px;
  }
  .section-socialmedia .panel.col-4 .box .textbox > div {
    padding: 0 15px 26px 15px;
  }
  .section-socialmedia .panel.col-4 .box .textbox .title {
    font-size: 0.875rem;
  }
}

/*  section-white
========================================================================*/

.section-white > div {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 100px 0 120px 0;
}
.section-white {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .section-white > div {
    padding: 40px 0 80px 0;
  }
}

/*  section-blue
========================================================================*/

.section-blue {
  background: #305dc4;
  padding: 40px 0;
  z-index: 1000;
  position: relative;
}
.section-blue > div {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.section-blue .button-pink p,
.section-blue .button-pink div {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 15px 22px 15px;
  border-radius: 6.25vw;
}

@media screen and (max-width: 825px) {
  .section-blue .button-pink p,
  .section-blue .button-pink div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-blue {
    padding: 25px 0;
  }
  .section-blue .button-pink p,
  .section-blue .button-pink div {
    padding: 8px 8px 15px 8px;
    border-radius: 100px;
    display: inline-block;
    width: 100%;
  }
  .section-blue .button-pink button {
    padding: 22px 65px 22px 35px;
    width: 100%;
  }
}

/*  dark
------------------------------------------------*/

.section-blue.dark {
  background: #22479b;
}

/*  page-title
========================================================================*/

.page-title > div:not(.pb-handle) {
  max-width: 1020px;
  width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
}
.page-title .image {
  max-width: 338px;
  position: absolute;
  top: 2.2916666666666665vw;
  left: 68px;
}

@media screen and (max-width: 767px) {
  .page-title > div:not(.pb-handle) {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .page-title .image {
    max-width: none;
    width: 59.51466666666667vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*  icon-title
========================================================================*/

.icon-title {
  width: auto;
  margin: 60px auto 0 auto;
  max-width: 388px;
}
.icon-title > div:not(.pb-handle) {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-title > div::after {
  content: none;
}
.icon-title .icon {
  width: 15%;
}
.icon-title .h1 {
  width: 80%;
}
.icon-title .h1 h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0a4299;
  margin: 0;
  line-height: 1;
  font-family: "Arial";
}
.icon-title .h1 h1 span {
  font-size: 1.125rem;
  margin-top: 7px;
  display: block;
  font-family: "Noto Sans", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .icon-title {
    width: calc(100% - 30px);
    margin: 40px auto 0 auto;
  }
  .icon-title > div:not(.pb-handle) {
    width: auto;
    display: block;
  }
  .icon-title .icon {
    margin: 0 auto;
  }
  .icon-title .h1 {
    width: 80%;
    margin: 10px auto 0 auto;
    text-align: center;
  }
  .icon-title .h1 h1 {
    font-size: 2.5rem;
  }
  .icon-title .h1 h1 span {
    font-size: 1.125rem;
    margin-top: 15px;
  }
}

/*  feature
------------------------------------------------*/

.icon-title.feature {
  max-width: 335px;
}

/*  overview
------------------------------------------------*/

.icon-title.overview {
  max-width: 285px;
}

/*  fm-talk
------------------------------------------------*/

.icon-title.fm-talk {
  max-width: 285px;
}

/*========================================================================

  interview

========================================================================*/

/*  icon-title
========================================================================*/

.icon-title.performance .icon {
  width: 20%;
}
.icon-title.performance .h1 {
  width: 73%;
}

/*  interview-section
========================================================================*/

.interview-section {
  position: relative;
  z-index: 99;
}
.interview-section > div {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 61px 0 100px 0;
}

@media screen and (max-width: 767px) {
  .interview-section > div {
    padding: 44px 0 40px 0;
  }
}

/*  interview-h2
========================================================================*/

.interview-h2:not(:first-child) {
  margin-top: 80px;
}
.interview-h2 > div {
  text-align: center;
  color: #0a4299;
  background: #f4f4f4;
  padding: 27px 15px 19px 15px;
  border-top: 3px solid #0a4299;
  border-bottom: 2px dotted #0a4299;
}
.interview-h2 h2 {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .interview-h2:not(:first-child) {
    margin-top: 60px;
  }
  .interview-h2 > div {
    padding: 25px 15px 18px 15px;
  }
  .interview-h2 h2 {
    font-size: 1.25rem;
  }
}

/*  interview-format
========================================================================*/

.interview-h2 + .interview-format {
  margin-top: 38px !important;
}
.interview-bluebox + .interview-format {
  margin-top: 50px !important;
}
.interview-format > div {
  display: flex;
  margin: 0 10px;
}
.interview-format .imagebox {
  width: 9.6%;
  min-width: 96px;
  text-align: center;
}
.interview-format .imagebox .name {
  font-family: "Arial";
  font-weight: bold;
  font-size: 1rem;
  margin-top: 4px;
}
.interview-format .text {
  max-width: 90%;
  width: auto;
  margin-top: 15px;
  height: fit-content;
  border: 2px solid;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}
.interview-format .text > div {
  padding: 22px;
}
.interview-format .text p:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .interview-h2 + .interview-format {
    margin-top: 34px !important;
  }
  .interview-bluebox + .interview-format {
    margin-top: 27px !important;
  }
  .interview-bluebox.graphbox + .interview-format {
    margin-top: 40px !important;
  }
  .interview-format .imagebox {
    min-width: 73px;
  }
  .interview-format .imagebox .name {
    margin-top: 5px;
  }
  .interview-format .text {
    margin-top: 0;
    font-size: 0.875rem;
  }
  .interview-format .text p:not(:first-child) {
    margin-top: 20px;
  }
}

/*  question
------------------------------------------------*/

.interview-format.question {
  margin-top: 35px;
}
.interview-format.question > div {
  padding-right: 130px;
}
.interview-format.question .imagebox .name {
  color: #f07e2a;
}
.interview-format.question .text {
  margin-left: 31px;
  border: 2px solid #f07e2a;
  background: #ffefe3;
  box-shadow: 5px 5px 0 rgba(255, 238, 227, 1), inset 5px 5px 0 rgba(255, 255, 255, 1) !important;
}
.interview-format.question .text > div {
  padding: 22.5px 15px 22.5px 20px;
}
.interview-format.question .text > div::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 20px;
  width: 31px;
  height: 36px;
  background: url("/fund/feature/smdam-activegannen/images/smdam_activegannen_interview_07.svg") no-repeat;
  background-size: 31px;
}

@media screen and (max-width: 1050px) {
  .interview-format.question .text > div::before {
    left: -22.5px;
  }
}

@media screen and (max-width: 767px) {
  .interview-format.question {
    margin-top: 30px;
  }
  .interview-format.question > div {
    padding-right: 0;
  }
  .interview-format.question .text > div {
    padding: 20px 13.7px 17px 16.3px;
  }
}

/*  answer
------------------------------------------------*/

.interview-format.answer {
  margin-top: 5px;
}
.interview-format.answer > div {
  padding-left: 127px;
}
.interview-format.answer .imagebox .name {
  color: #178d65;
}
.interview-format.answer > div {
  flex-direction: row-reverse;
}
.interview-format.answer .text {
  margin-right: 37px;
  margin-top: 8px;
  border: 2px solid #178d65;
  background: #e7efec;
  box-shadow: 5px 5px 0 rgba(231, 239, 236, 1), inset 5px 5px 0 rgba(255, 255, 255, 1) !important;
}
.interview-format.answer .text > div {
  padding: 24px 18px 24px 22px;
}
.interview-format.answer .text > div::before {
  content: "";
  position: absolute;
  right: -27px;
  top: 20px;
  width: 35.75px;
  height: 35.75px;
  background: url("/fund/feature/smdam-activegannen/images/smdam_activegannen_interview_08.svg") no-repeat;
  background-size: 35.75px;
}

@media screen and (max-width: 1050px) {
  .interview-format.answer .text > div::before {
    right: -26.5px;
  }
}

@media screen and (max-width: 767px) {
  .interview-format.answer {
    margin-top: 30px;
  }
  .interview-format.answer > div {
    padding-left: 0;
  }
  .interview-format.answer .text {
    margin-top: 0;
  }
  .interview-format.answer .text > div {
    padding: 20px 14.5px 16px 15.5px;
  }
}

/*  interview-bluebox
========================================================================*/

.interview-bluebox {
  margin-top: 80px;
  position: relative;
}
.interview-bluebox > div {
  margin: 0 10px;
  padding: 80px 50px 50px 50px;
  background: #f2f6ff;
  border-radius: 20px;
  border: 2px solid #0a4299;
}
.interview-bluebox .heading {
  position: absolute;
  top: -30px;
  left: 40px;
}
.interview-bluebox .heading > div {
  background: #0a4299;
  border-radius: 6px;
  padding: 11.5px 25px;
}
.interview-bluebox .heading h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .interview-bluebox {
    margin-top: 68px;
  }
  .interview-bluebox > div {
    margin: 0;
    padding: 45px 20px 30px 20px;
  }
  .interview-bluebox .heading {
    position: absolute;
    top: -24px;
    left: 20px;
  }
  .interview-bluebox .heading > div {
    padding: 10px 30px;
  }
  .interview-bluebox .heading h3 {
    font-size: 1.125rem;
  }
}

/*  graphbox
------------------------------------------------*/

.interview-bluebox.graphbox {
  margin-top: 50px;
}
.interview-bluebox.graphbox > div {
  padding: 40px;
}
.graphbox .h3.blue h3 {
  color: #284ea5;
  border-bottom: 2px solid #284ea5;
}
.interview-bluebox.graphbox .inner > div {
  margin: 0 10px;
}
.interview-bluebox.graphbox .white-box {
  margin-top: 35px;
}
.interview-bluebox.graphbox .white-box > div {
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d0d5e2;
}
.interview-bluebox.graphbox .white-box .image {
  max-width: 728px;
  margin: 0 auto;
}
.interview-bluebox.graphbox .list-notes {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .interview-bluebox.graphbox {
    margin-top: 40px;
  }
  .interview-bluebox.graphbox > div {
    padding: 25px 15px 40px 15px;
  }
  .interview-bluebox.graphbox:has(.interview-graph-2col) > div {
    padding: 25px 20px 28px 20px;
  }
  .interview-bluebox.graphbox .h3 h3 {
    font-size: 1.25rem;
  }
  .interview-bluebox.graphbox .inner > div {
    margin: 0 2.5px;
  }
  .interview-bluebox.graphbox .white-box {
    margin-top: 25px;
  }
  .interview-bluebox.graphbox .white-box > div {
    padding: 16px 10px;
    border-radius: 6px;
  }
  .interview-bluebox.graphbox .white-box .image {
    max-width: 728px;
    margin: 0 auto;
  }
  .interview-bluebox.graphbox .list-notes {
    margin-top: 20px;
  }
  .interview-bluebox.graphbox .list-notes + .list-note {
    margin-top: 15px;
  }
  .interview-bluebox.graphbox .list-note.pink ul {
    padding-left: 1em;
  }
  .interview-bluebox.graphbox .list-note.pink ul li {
    text-indent: -1.5em;
    font-size: 0.625rem;
  }
}

/*  interview-image-text
========================================================================*/

.interview-image-text > div {
  display: flex;
  justify-content: space-between;
}
.interview-image-text > div::after {
  content: none;
}
.interview-image-text .imagebox {
  width: 30.5%;
}
.interview-image-text .textbox {
  width: 64.7%;
}
.interview-image-text .textbox .c_style:not(:first-child) {
  margin-top: 10px;
}
.interview-image-text .textbox .namebox + .c_style {
  font-weight: 500;
}
.interview-image-text .textbox .c_style.fs24:first-child {
  margin-top: 10px;
}
.interview-image-text .textbox .c_style.fs24 {
  margin-top: 16px;
}
.interview-image-text .textbox .c_style.fs24 span {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: baseline;
  margin-left: 10px;
}
.interview-image-text .textbox .c_style.fs18 {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .interview-image-text > div {
    display: block;
  }
  .interview-image-text .imagebox {
    width: 0%;
  }
  .interview-image-text .textbox {
    width: 100%;
  }
  .interview-image-text .textbox .image-name > div {
    display: flex;
    justify-content: space-between;
  }
  .interview-image-text .textbox .image-name > div::after {
    content: none;
  }
  .interview-image-text .textbox .image-name .image {
    width: 44%;
  }
  .interview-image-text .textbox .image-name .namebox {
    width: 51%;
  }
  .interview-image-text .textbox .c_style:not(:first-child) {
    margin-top: 23px;
  }
  .interview-image-text .textbox .c_style.fs24:first-child {
    margin-top: 5px;
  }
  .interview-image-text .textbox .c_style.fs24 {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
  }
  .interview-image-text .textbox .c_style.fs24 span {
    font-size: 0.875rem;
    display: block;
    margin-left: 0;
  }
  .interview-image-text .textbox .c_style.fs18 {
    margin-top: 10px;
  }
}

/*  interview-image-3col
========================================================================*/

.interview-image-3col {
  margin-top: 84px;
}
.interview-image-3col > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.interview-image-3col > div::after {
  content: none;
}
.interview-image-3col .box {
  width: 30.5%;
}
.interview-image-3col .box .textbox {
  margin-top: 20px;
}
.interview-image-3col .box .textbox .c_style {
  margin-top: 3px;
}
.interview-image-3col .box .textbox .c_style.fs24 {
  margin-top: 0;
}
.interview-image-3col .box .textbox .c_style.fs18 {
  margin-top: 11px;
}

@media screen and (max-width: 767px) {
  .interview-image-3col {
    margin-top: 53px;
  }
  .interview-image-3col > div {
    display: block;
  }
  .interview-image-3col .box {
    width: 100%;
  }
  .interview-image-3col .box:not(:first-child) {
    margin-top: 20px;
  }
  .interview-image-3col .box > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .interview-image-3col .box > div::after {
    content: none;
  }
  .interview-image-3col .box .image {
    width: 44%;
  }
  .interview-image-3col .box .textbox {
    margin-top: 0;
    width: 50.5%;
  }
  .interview-image-3col .box .textbox .c_style {
    margin-top: 1px;
    font-size: 0.875rem;
  }
  .interview-image-3col .box .textbox .c_style.fs18 {
    margin-top: 10px;
    font-size: 1rem;
  }
  .interview-image-3col .box .textbox .c_style.fs24 {
    font-size: 1.25rem;
  }
}

/*  interview-graph-2col
========================================================================*/

.interview-graph-2col > div {
  display: flex;
  justify-content: space-between;
}
.interview-graph-2col > div::after {
  content: none;
}
.interview-graph-2col .box {
  width: 49.2%;
}
.interview-graph-2col .box > div:not(.pb-handle) {
  height: 100%;
}
.interview-graph-2col .box .title h3 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #284ea5;
}
.interview-graph-2col .box .white-box {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .interview-graph-2col > div {
    display: block;
  }
  .interview-graph-2col .box {
    width: 100%;
  }
  .interview-graph-2col .box:not(:first-child) {
    margin-top: 26px;
  }
  .interview-graph-2col .box .title h3 {
    font-size: 1.25rem;
  }
  .interview-graph-2col .box .white-box {
    margin-top: 8px;
  }
}

/*========================================================================

  overview

========================================================================*/

/*  section
========================================================================*/

.pbMainArea.overview .base-section > div {
  width: calc(100% - 20px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 45px 0 100px 0;
}
.pbMainArea.overview .base-section a {
  color: #004297;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pbMainArea.overview .base-section > div {
    width: calc(100% - 30px);
    padding: 44px 0 40px 0;
  }
}

/*  section-light
------------------------------------------------*/

.pbMainArea.overview .section-light {
  background: none;
}

/*  h2
========================================================================*/

.base-h2:not(:first-child) {
  margin-top: 85px;
}
.base-h2 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-bottom: 3px solid #f1f4f6;
  font-weight: bold;
  color: #004297;
}
.base-h2 > div {
  display: flex;
  align-items: flex-end;
}
.base-h2 h2 {
  font-size: 1.75rem;
  position: relative;
}
.base-h2 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 120px;
  height: 3px;
  background: #b8cae2;
}

@media screen and (max-width: 767px) {
  .base-h2:not(:first-child) {
    margin-top: 49px;
  }
  .base-h2 {
    border: none;
  }
  .base-h2 > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .base-h2 > div > div {
    width: 100%;
  }
  .base-h2 h2 {
    font-size: 1.25rem;
    padding-bottom: 15px;
    display: block;
  }
  .base-h2 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #f1f4f6;
  }
}

/*  h3
========================================================================*/

.pbMainArea.overview .base-h3 {
  width: 100%;
  margin: 40px auto 0;
  text-align: left;
  font-weight: bold;
  color: #004297;
}
.pbMainArea.overview .base-h3 > div {
  display: flex;
  align-items: flex-end;
}
.pbMainArea.overview .base-h3 h3 {
  font-size: 1.375rem;
  background: none;
  position: relative;
  padding: 5px 0 5px 24px;
}
.pbMainArea.overview .base-h3 h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: calc(100% - 23px);
  background: #b8c2d9;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pbMainArea.overview .base-h3 > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .pbMainArea.overview .base-h3 > div > div {
    width: 100%;
  }
  .pbMainArea.overview .base-h3 h3 {
    font-size: 1.125rem;
    display: block;
  }
  .pbMainArea.overview .base-h3 h3:after {
    height: calc(100% - 20px);
  }
}

/*  text
========================================================================*/

.pbMainArea.overview .base-text:not(:first-child) {
  margin-top: 30px;
}
.pbMainArea.overview .base-text {
  color: #3c506a;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .pbMainArea.overview .base-text:not(:first-child) {
    margin-top: 20px;
  }
  .pbMainArea.overview .base-text {
    font-size: 0.875rem;
  }
}

/*  noteslist
========================================================================*/

.pbMainArea.overview .base-noteslist:not(:first-child) {
  margin-top: 10px;
}
.pbMainArea.overview .base-noteslist {
  color: #3c506a;
  font-size: 0.8125rem;
}
.pbMainArea.overview .base-noteslist ul li {
  padding-left: 1.1em;
  position: relative;
}
.pbMainArea.overview .base-noteslist ul li:before {
  content: "※";
  top: 0;
  border: none;
  transform: none;
  position: absolute;
  left: 0;
  width: 0.4em;
  height: 0.4em;
}

@media screen and (max-width: 767px) {
  .pbMainArea.overview .base-noteslist {
    font-size: 0.75rem;
  }
}

/*  button
========================================================================*/

.pbMainArea.overview .base-button:not(:first-child) {
  margin-top: 30px;
}
.pbMainArea.overview .base-button a,
.pbMainArea.fm-talk .base-button a {
  border: 2px solid #004297;
  color: #004297;
  background: #fff;
  border-radius: 9999px;
  font-weight: bold;
  padding: 0.3em 2.2em;
  width: auto;
  position: relative;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
}
.pbMainArea.overview .base-button a:hover,
.pbMainArea.fm-talk .base-button a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.pbMainArea.overview .base-section .base-button a::before,
.pbMainArea.fm-talk .fm-talk-section .base-button a::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #004297;
  border-right: 2px solid #004297;
  transform: rotate(45deg);
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.pbMainArea.overview .base-section .base-button a[target="_blank"]::before,
.pbMainArea.overview .base-section .base-button a[href$=".pdf"]::before,
.pbMainArea.fm-talk .fm-talk-section .base-button a[target="_blank"]::before,
.pbMainArea.fm-talk .fm-talk-section .base-button a[href$=".pdf"]::before {
  display: none;
}
.pbMainArea.overview .base-section .base-button a[target="_blank"]::after,
.pbMainArea.overview .base-section .base-button a[href$=".pdf"]::after,
.pbMainArea.fm-talk .fm-talk-section .base-button a[target="_blank"]::after,
.pbMainArea.fm-talk .fm-talk-section .base-button a[href$=".pdf"]::after {
  position: absolute;
  right: 0.7em;
  top: 0.1em;
  margin: auto;
}
.pbMainArea.overview .base-section a[target="_blank"]::after,
.pbMainArea.fm-talk .fm-talk-section a[target="_blank"]::after {
  width: 14px;
  height: 14px;
  background-image: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_blank_ico_01.png);
}
.pbMainArea.overview .base-section a[href$=".pdf"]::after,
.pbMainArea.fm-talk .fm-talk-section a[href$=".pdf"]::after {
  content: "";
  width: 14px;
  height: 18px;
  background-image: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_pdf_ico_01.png);
}
.pbMainArea.overview .base-section a[target="_blank"]::after,
.pbMainArea.overview .base-section a[href$=".pdf"]::after,
.pbMainArea.fm-talk .fm-talk-section a[target="_blank"]::after,
.pbMainArea.fm-talk .fm-talk-section a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  border: none;
  transform: none;
  background-size: contain;
  right: -1.5em;
  background-repeat: no-repeat;
  bottom: 4px;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .pbMainArea.overview .base-section a[target="_blank"]::after,
  .pbMainArea.fm-talk .fm-talk-section a[target="_blank"]::after {
    right: -0.3em;
    bottom: -1px;
  }
  .pbMainArea.overview .base-section .base-button a[target="_blank"]::after,
  .pbMainArea.fm-talk .fm-talk-section a[target="_blank"]::after {
    bottom: 2px;
  }
  .pbMainArea.overview .base-section a[href$=".pdf"]::after,
  .pbMainArea.fm-talk .fm-talk-section a[href$=".pdf"]::after {
    right: -0.3em;
    bottom: -2px;
  }
}

/*  button-group
------------------------------------------------*/

.pbMainArea.overview .button-group > div {
  margin: -5px;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
.pbMainArea.overview .button-group > div::after,
.pbMainArea.fm-talk .button-group > div::after {
  content: none;
}
.pbMainArea.overview .button-group .button {
  margin: 5px;
  z-index: auto !important;
}

@media screen and (min-width: 768px) {
  .pbMainArea.overview .button-group.button-justify-center > div {
    display: block;
    text-align: center;
  }
  .pbMainArea.overview .button-group.button-justify-center .pbNested .button {
    display: inline-block;
    margin: 5px 20px;
  }
}

/*  link
========================================================================*/

.pbMainArea.overview .base-link:not(:first-child) {
  margin-top: 30px;
}
.pbMainArea.overview .base-link a {
  display: inline;
  padding-left: 0;
  margin-bottom: 3px;
}
.pbMainArea.overview .base-link a:hover {
  text-decoration: underline;
}
.pbMainArea.overview .base-link a:after {
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #004297;
  border-right: 2px solid #004297;
  transform: rotate(45deg);
  position: absolute;
  right: -1em;
  bottom: 0.4em;
  margin: auto 0;
  padding-top: 0;
  background: none;
  content: "";
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pbMainArea.overview .base-link {
    font-size: 0.875rem;
  }
  .pbMainArea.overview .base-link a:after {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    bottom: auto;
    right: -0.5em;
  }
}

/*  mixpanel
========================================================================*/

.pbMainArea.overview .base-mixpanel > div {
  margin: 0;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.pbMainArea.overview .base-mixpanel > div::after {
  content: none;
}
.pbMainArea.overview .base-mixpanel .box {
  margin: 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc(50% - 30.5px);
  z-index: auto !important;
}
.pbMainArea.overview .base-mixpanel .box > div {
  width: 100%;
}
.pbMainArea.overview .base-mixpanel .box table {
  color: #3c506a;
  border-collapse: collapse;
  /* width: 486px; */
}
.pbMainArea.overview .base-mixpanel .box th {
  background: #f5f6f8;
  color: #3c506a;
  text-align: left;
  width: auto;
}
.pbMainArea.overview .base-mixpanel .box th,
.pbMainArea.overview .base-mixpanel .box td {
  border: 1px solid #dde4eb;
  padding: 15px 20px 13px;
  font-weight: normal;
}
.pbMainArea.overview .base-mixpanel .box .base-smalltable.small th,
.pbMainArea.overview .base-mixpanel .box .base-smalltable.small td {
  padding: 15px 7px 13px;
}
.pbMainArea.overview .base-mixpanel .box td {
  background: #fff;
  color: #3c506a;
  vertical-align: top;
}
.pbMainArea.overview .base-mixpanel ul li:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .pbMainArea.overview .base-mixpanel .box {
    width: 100%;
  }
  .pbMainArea.overview .base-mixpanel .box th {
    display: table-cell;
    background: #f5f6f8;
    color: #3c506a;
    text-align: left;
    padding: 10px 10px 9px;
    width: 20% !important;
  }
  .pbMainArea.overview .base-mixpanel .box td {
    padding: 10px 10px 9px;
    width: 20% !important;
    background: #fff;
    color: #3c506a;
    vertical-align: top;
    display: table-cell;
  }
}

/*  smalltable
========================================================================*/

.pbMainArea.overview .base-smalltable:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .pbMainArea.overview table {
    font-size: 0.9rem;
    display: block;
    height: auto !important;
  }
  .pbMainArea.overview table tbody,
  .pbMainArea.overview table tr,
  .pbMainArea.overview table th,
  .pbMainArea.overview table td {
    display: block;
    width: 100%;
    height: auto !important;
  }
  .pbMainArea.overview .base-smalltable table {
    display: table;
    width: 100% !important;
  }
  .pbMainArea.overview .base-smalltable table tbody {
    display: table-row-group;
  }
  .pbMainArea.overview .base-smalltable table tr {
    display: table-row;
  }
  .pbMainArea.overview .base-smalltable table tr > *:first-child {
    min-width: 7em;
  }
}

/*  fundPageWrap
========================================================================*/

.pbMainArea.overview .base-section.fundPageWrap > div {
  padding: 0;
}
.pbMainArea.overview .base-section.fundPageWrap .chartBox {
  margin-top: 30px;
}
.pbMainArea.overview .base-section.fundPageWrap .base-noteslist {
  margin-top: 30px;
}

/*========================================================================

  fm-talk

========================================================================*/

/*  fm-talk-section
========================================================================*/

.fm-talk-section {
  position: relative;
  z-index: 99;
}
.fm-talk-section > div {
  width: calc(100% - 30px);
  max-width: 1020px;
  margin: 0 auto;
  padding: 88px 0 119px 0;
}

@media screen and (max-width: 767px) {
  .fm-talk-section > div {
    padding: 43px 0 70px 0;
  }
}

/*  youtube
========================================================================*/

.base-youtube:not(:first-child) {
  margin-top: 40px;
}
.base-youtube {
  position: relative;
  z-index: auto !important;
  text-align: center;
}
.c_style + .base-youtube {
  margin-top: 34px;
}
.base-youtube iframe {
  max-width: 800px;
  max-height: 456.86px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
  .base-youtube:not(:first-child) {
    margin-top: 30px;
  }
  .c_style + .base-youtube {
    margin-top: 24px;
  }
}

/*  button
========================================================================*/

.pbMainArea.fm-talk .base-button:not(:first-child) {
  margin-top: 90px;
}
.pbMainArea.fm-talk .base-button a {
  padding: 10.5px 35px;
  width: 100%;
  max-width: 356px;
}

@media screen and (max-width: 767px) {
  .pbMainArea.fm-talk .base-button:not(:first-child) {
    margin-top: 50px;
  }
  .pbMainArea.fm-talk .base-button a {
    max-width: 345px;
  }
}

/*  button-group
------------------------------------------------*/

.pbMainArea.fm-talk .button-group > div {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.pbMainArea.fm-talk .button-group .button {
  width: 48%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pbMainArea.fm-talk .button-group > div {
    display: block;
    max-width: none;
  }
  .pbMainArea.fm-talk .button-group .button {
    width: 100%;
  }
  .pbMainArea.fm-talk .button-group .button:not(:first-child) {
    margin-top: 20px;
  }
}

/*  c_style
========================================================================*/

@media screen and (max-width: 767px) {
  .pbMainArea.fm-talk .c_style {
    font-size: 0.875rem;
  }
}

/*========================================================================

  common

========================================================================*/

/*  background
========================================================================*/

.bg-gray {
  background: #f0f5f8;
}

/*  h2
========================================================================*/

.c_h2 {
  background: #f0f0f0;
  border-top: 1px solid #284ea4;
  border-bottom: 1px solid #284ea4;
}
.c_h2:not(:first-child) {
  margin-top: 40px;
}
.c_h2 > div {
  padding: 13px 10px;
}
.c_h2 h2 {
  font-size: 1rem;
  color: #284ea4;
  font-weight: bold;
}
.c_h2.fs12 h2 > span {
  font-size: 0.75rem;
  vertical-align: middle;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .c_h2 > div {
    padding: 12px 10px;
  }
}

/*  style
========================================================================*/

.c_style {
  font-size: 1rem;
  margin-top: 20px;
  font-weight: 500;
}
.base-h2 + .c_style {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .base-h2 + .c_style {
    margin-top: 25px;
  }
}

/*  blue
------------------------------------------------*/

.c_style.blue {
  color: #0a4299;
}

/*  fs24
------------------------------------------------*/

.c_style.fs24 {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c_style.fs24 {
    font-size: 1.125rem;
  }
}

/*  sp-fs20
------------------------------------------------*/

@media screen and (max-width: 767px) {
  .c_style.sp-fs20 {
    font-size: 1.25rem;
  }
}

/*  fs18
------------------------------------------------*/

.c_style.fs18 {
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c_style.fs18 {
    font-size: 1rem;
  }
}

/*  fs14
------------------------------------------------*/

.c_style.fs14 {
  font-size: 0.875rem;
  font-weight: 500;
}

/*  square
------------------------------------------------*/

.c_style.square {
  font-size: 0.875rem;
  font-weight: 500;
}
.c_style.square ul li {
  margin-top: 5px;
  padding-left: 28px;
  position: relative;
}
.c_style.square ul li:first-child {
  margin-top: 0;
}
.c_style.square ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #284ea5;
  position: absolute;
  left: 0;
  top: 6px;
  margin: 0 9px;
}
.c_style.square ul li > ul {
  margin-top: 8px;
}
div#lisk .c_style.square ul li > ul {
  margin-top: 0;
}
.c_style.square ul.list-note li::before {
  content: none;
}
.c_style.square ul li > ul li {
  padding-left: 0;
}
.c_style.square ul li > ul li:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .c_style.square ul li {
    margin-top: 20px;
  }
}

/*  button
========================================================================*/

/*  pink
------------------------------------------------*/

.button-pink {
  text-align: center;
}
.button-pink a,
.button-pink button {
  padding: 28px 180px 32px 140px;
  background: linear-gradient(to right, #ff5d5d, #fda44b);
  border-radius: 60px;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px 8px 0px 0px rgba(193, 87, 87, 1);
  position: relative;
  font-size: 2.6875rem;
  display: inline-block;
  margin: 0 auto;
}
.button-pink button {
  border: none;
}
.button-pink a::after,
.button-pink button::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: url(/fund/feature/smdam-activegannen/images/smdam_activegannen_icon_button_01.png) no-repeat;
  background-size: 70px;
}
.button-pink a:hover,
.button-pink button:hover {
  background: linear-gradient(to right, #fda44b, #ff5d5d);
  box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px 4px 0px 0px rgba(193, 87, 87, 1);
  transform: translateY(4px);
}
.button-pink a span,
.button-pink button span {
  font-size: 2rem;
  vertical-align: baseline;
}

@media screen and (max-width: 825px) {
  .button-pink a,
  .button-pink button {
    padding: 28px 150px 32px 100px;
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .button-pink a,
  .button-pink button {
    padding: 22px 69px 22px 38px;
    border-radius: 100px;
    font-size: 1.375rem;
  }
  .button-pink a span,
  .button-pink button span {
    font-size: 1.125rem;
  }
  .button-pink a::after,
  .button-pink button::after {
    right: 15px;
    width: 34px;
    height: 34px;
    background-size: 34px;
  }
}

/*  text
========================================================================*/

/*  text-note
------------------------------------------------*/

.text-note {
  font-size: 0.875rem;
  font-weight: 500;
}
.text-note.pink {
  color: #ff0066;
}

/*  list
========================================================================*/

/*  list-note
------------------------------------------------*/

.list-note ul,
ul.list-note {
  padding-left: 1.3em;
}
.list-note ul li,
ul.list-note li {
  text-indent: -1.3em;
  font-size: 0.875rem;
  font-weight: 500;
}
.list-note span:first-child,
ul.list-note span:first-child {
  font-weight: 500;
  margin-right: 5px;
}
.list-note.pink {
  color: #ff0066;
}

@media screen and (max-width: 767px) {
  .list-note.sp-fs10 ul {
    padding-left: 1em;
  }
  .list-note.sp-fs10 ul li {
    text-indent: -1.5em;
    font-size: 0.625rem;
  }
}

/*  list-notes
------------------------------------------------*/

.list-notes ul {
  padding-left: 2.5em;
  font-size: 0.875rem;
  font-weight: 500;
}
.list-notes ul li {
  text-indent: -2.5em;
}
.list-notes ul li span:first-child {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .list-notes.sp-fs10 ul {
    padding-left: 2.6em;
    font-size: 0.625rem;
  }
  .list-notes.sp-fs10 ul li {
    text-indent: -2.6em;
  }
  .list-notes ul li span:first-child {
    margin-right: 5px;
  }
}


.ft-att{
  max-width: 1200px;
  margin:auto;
	padding-bottom:40px;
  padding-left:15px;
	padding-right:15px;
}
