@charset "UTF-8";

/* 共通 */
div.pbPage {
  color: #004297;
}

a.buttonArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

a.buttonArrow::after {
  content: '';
  display: inline-block;
  width: .4em;
  height: .4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 9%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

a.roundBtn {
  display: inline-block;
  padding: 5px 2em;
  border-radius: 17px;
  border: 2px solid #004297;
  color: #004297;
}

a.roundBtn.buttonArrow::after {
  border-top: 2px solid #004297;
  border-right: 2px solid #004297;
}

/* カルーセル */
.base-slider:not(:first-child) {
  margin-top: 0;
}

.base-slider .slick-dotted.slick-slider {
  padding-bottom: 0;
}

.base-slider .slick-arrow {
  background: none;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  display: inline-block !important;
}

.base-slider .slick-prev,
.base-slider .slick-next {
  top: 55%;
}

.mvSlider {
  border-top: 1px solid #dde4eb;
}

.mvSlider.base-slider .slick-prev:before {
  left: 20px;
}

.base-slider .slick-arrow:before {
  border-color: #fff;
}

.base-slider .slick-next:before {
  right: 15px;
  top: 0;
}

.base-slider .slick-arrow:hover {
  background: none;
}

.base-slider .slick-arrow:focus {
  background: none;
}

.base-slider .slick-dots {
  bottom: 24px;
  text-align: center;
}

.base-slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
  box-sizing: content-box;
}

.base-slider .slick-dots li button {
  border-radius: 50%;
  box-sizing: content-box;
}

.base-slider .slick-dots li.slick-active button {
  background: #004297;
  border: 1px solid #fff;
  margin-top: -1px;
}

/* MV固定エリア */
.sliderFixedItemInner {
  background: #f4f6f8;
  padding-bottom: 15px;
}

.mvButtonWrap {
  display: flex;
  justify-content: space-between;
  padding: 25px 15px;
  background: #fff;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
}

a.mvButton {
  width: 100%;
  max-width: 48.2%;
  padding: .8em 2em;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

a.mvButton.openAccount {
  background-color: #de5500;
}

a.mvButton.login {
  background-color: #004297;
}

.fundWrap {
  border: 1px solid #dde4eb;
  color: #004297;
  background: #fff;
  width: calc(100% - 30px);
  margin: 15px auto 0;
  padding: 7px 15px 28px;
}

.fundTtl {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #dde4eb;
  padding-bottom: 5px;
  margin-bottom: 16px;
  font-size: 1rem;
}

.fundDay {
  margin-bottom: 2px;
}

.fundDay,
.fundBox {
  font-size: 0.812rem;
  padding: 0 15px;
}

.fundBox {
  margin-bottom: 12px;
}

.fundBox dl {
  display: flex;
  align-items: baseline;
}

.fundBox dt {
  width: 43%;
}
.fundBox dd {
  width: 66%;
}

.fundBox dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fundBox dd span {
  font-size: 1.125rem;
  font-weight: bold;
}

.fundMoreBtnWrap {
  text-align: center;
  font-size: 0.937rem;
  font-weight: bold;
}

/* 3つの特徴 */
.featureAreaInner {
  padding: 41px 37px 19px;
}

.featureTtl {
  margin-bottom: 18px;
  text-align: center;
}

.featureImgBox {
  display: flex;
  flex-direction: column;
}

.featureImg {
  margin-bottom: 21px;
}

/* おすすめリンク（4カラム) */
.RecommendArea {
  background: #004297;
  padding: 15px 15px 3px;
}

.RecommendBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.RecommendImg {
  width: calc(50% - 7px);
  margin-bottom: 14px;
}

/* お知らせ */
.newsArea {
  padding: 35px 15px;
  color: #004297;
  padding-bottom: 10px;
  margin-bottom: 29px;
}

.newsArea a {
  color: #004297;
}

.newsArea a:hover .text {
  text-decoration: underline;
}

.newsAreaTtl {
  font-size: 1.437rem;
  text-align: center;
  /* border-bottom: 1px solid #dde4eb; */
  padding-bottom: 10px;
}
.newsArea .newsListWrapper .base-category{
  padding:inherit !important;
}
.newsList {
  border-bottom: 1px solid #dde4eb;
  position: relative;
  padding: 17px 35px 10px 0;
}

.newsList::after {
  content: '';
  display: inline-block;
  margin: 0 10px 2px 0;
  width: .5em;
  height: .5em;
  transform: rotate(45deg);
  position: absolute;
  right: 1%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #004297;
  border-right: 2px solid #004297;
}

.newsList .date {
  font-size: 0.812rem;
  margin-bottom: 7px;
}

.newsList .notice {
  position: relative;
}

.newsList .notice::after {
  display: block;
  content: "";
  width: 7.8rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8rem;
  margin: auto;
  background-size: contain;
}

.newsList .text {
  font-size: 0.875rem;
  line-height: 1.65;
}

.newsMoreBtn {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

/* お客様の声 */
.voiceArea {
  background: #004297;
  color: #fff;
  padding: 32px 0 33px;
}

.voiceAreaTtl {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.voiceArea .base-carousel:not(:first-child) {
  margin-top: 14px;
}
.voiceArea .slick-initialized .slick-slide{
  height: auto;
}
.voiceItem {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 0 21px;
  height: 100%;
}

.voiceImgBlock {
  margin-bottom: 37px;
}

.voiceItem img {
  margin: 0 auto;
  width: 29%;
}

.voiceTextBlock {
  width: 87%;
  margin: 0 auto;
}

.voiceTextInner {
  background-color: #f5f6f8;
  color: #004297;
  position: relative;
  padding: 18px 17px;
}

.voiceTextInner:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 246, 248, 0);
  border-bottom-color: #f5f6f8;
  border-width: 23px;
  margin-left: -23px;
}

.voiceCatch {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.voiceText {
  font-size: 0.875rem;
}

.voiceArea .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
  box-sizing: content-box;
}

.voiceArea .slick-dots li button {
  border-radius: 50%;
  box-sizing: content-box;
}

.voiceArea .slick-dots li.slick-active button {
  background: #004297;
  border: 1px solid #fff;
  margin-top: -1px;
}

.voiceArea .base-carousel .slick-arrow,
.voiceArea .base-carousel .slick-arrow:hover {
  background: #004297;
  border: 1px solid #fff;
  box-sizing: content-box;
}

.voiceArea .base-carousel .slick-arrow {
  left: 10px;
  width: 42px;
  height: 42px;
  top: 53%;
}

.voiceArea .base-carousel .slick-next {
  left: auto;
  right: 11px;
}

.voiceArea .base-carousel .slick-arrow:before {
  left: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.voiceArea .base-carousel .slick-next:before {
  left: auto;
  right: 18px;
  border: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.voiceArea .base-carousel .slick-dots {
  bottom: -28px;
}

/* よくあるご質問 */
.faqArea {
  padding: 36px 15px 53px;
  color: #004297;
}

.faqAreaTtl {
  font-size: 1.437rem;
  text-align: center;
  padding-bottom: 14px;
}

.faqArea .pbBlock.pbBlockBase {
  /*padding-left: 80px;
  padding-top: 25px;*/
  position: relative;
}

.faqArea .trigger .pbBlock.pbBlockBase::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url("./../images/faq_ico_01.png");
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}

.accordionWrap {
  border-top: 1px solid #ccc;
}

.faqArea .pbBlock.pbBlockBase {
  border-left: none;
  border-right: none;
  border-top: none;
  background: none;
}

.base-accordion .content {
  position: relative;
}
.base-accordion02 .content,
.base-accordion .content.blue-bg{
  background: #f5f6f8;
}
.base-accordion .content.blue-bg>div{
  padding-left: 12px;
  padding-right: 12px;
}
.base-accordion02 .content::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(./../images/faq_ico_02.png);
  top: 15px;
  left: 12px;
}

.faqArea .base-accordion .content .pbBlock.pbBlockBase {
  color: #3c506a;
}

.base-accordion+.base-accordion {
  margin-top: 0;
}

.faqMoreBtn {
  text-align: center;
  margin-top: 17px;
  font-weight: bold;
}

.faqArea .base-accordion .trigger>div {
  padding: 12px 30px 13px 50px;
}

.faqArea .base-accordion .trigger>div:hover p {
  opacity: 0.6;
}

.faqArea .base-accordion .trigger:before,
.faqArea .base-accordion .trigger:after {
  right: 0;
  background: #004297;
}

/*ラベル*/
.importantNewsBox .label {
  display: block;
  margin: 1.5px 0;
  padding: 15px;
  color: #df2727;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

/*アイコンを表示*/
.importantNewsBox {
  padding: 0;
}

.importantNewsBox .label:before {
  content: '';
  display: inline-block;
  width: .4em;
  height: .4em;
  border-top: 2px solid #df2727;
  border-right: 2px solid #df2727;
  transform: rotate(135deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s all;
}

.importantNewsBox .label.open:before {
  transform: rotate(-45deg);
}

.importantIcon img {
  width: 1.4em;
  margin-right: 0.2em;
}

.importantNewsBox input {
  display: none;
}

.importantNewsBox .show {
  font-size: 0.812rem;
  color: #df2727;
  padding: 0 14px;
  opacity: 1;
  margin-bottom: 14px;
}

/* タブ */
.tabWrap .sliderFixedItemInner {
  padding-bottom: 10px;
}

.tabWrap .fundWrap {
  padding: 0;
  border: none;
}

.tabWrap .fundBox {
  margin-bottom: 27px;
}

.tabWrap .fundDay {
  margin-bottom: 4px;
}

.tab-group {
  display: flex;
  justify-content: center;
}

.tabWrap .fundBox dl {
  margin-bottom: 4px;
  padding-left: 16px;
}

.tabWrap .fundMoreBtnWrap {
  margin-top: 16px;
}

.tab {
  flex-grow: 1;
  list-style: none;
  border: solid 1px #dde4eb;
  text-align: center;
  cursor: pointer;
  background: #f4f6f8;
}

.panel-group {
  border: solid 1px #dde4eb;
  border-top: none;
  padding: 20px 3px 0 0;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #fff;
  border-bottom: none;
}

.panel.is-show {
  display: block;
}

.fundWrap .tab-group .tab {
  margin: 0;
  padding: 6px 0;
}

.fundWrap .tab-group .tab::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .sliderFixedItem {
    position: relative;
  }
}

/* news page */
.base-h1+.newsListWrapper {
  margin-top: 0;
}

.pbMainArea .newsListWrapper .base-category {
  max-width: 100%;
  width: 1024px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.newsListWrapper .base-category .article a{
  position: relative;
  display: inline-block;
  vertical-align: bottom !important;
}
.newsListWrapper .base-category .article a:after{
  position: inherit;
  display: inline-block;
  margin: -2px 5px;
  background: url(/library/common/images/pdf_ico_01.png) no-repeat center center / contain;
}

.newsListWrapper .pagerWrap {
  margin-top: 50px;
}

.newsListWrapper .pagerWrap .pagination {
  text-align: right;
  margin: 0;
  padding: 0;
}

.newsListWrapper .pagerWrap .pagination li {
  margin: 0 1px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 32px;
  /* border: 1px solid #eaeff5; */
  text-align: center;
  position: relative;
  vertical-align: middle;
  border-radius: 2px;
}

.newsListWrapper .pagerWrap .pagination li.prev,
.newsListWrapper .pagerWrap .pagination li.next {
  display: inline-block;
  width: 11%;
  height: 32px;
  text-align: center;
  position: relative;
}

.newsListWrapper .pagerWrap .pagination li.next span {
  padding-right: 10px;
}

.newsListWrapper .pagerWrap .pagination li.prev span {
  padding-left: 10px;
}

.newsListWrapper .pagerWrap .pagination li.next:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #003893;
  border-left: 2px solid #003893;
  top: calc(50% - 4px);
  right: 12.5%;
  margin: 0 auto;
  transform: rotate(135deg);
  pointer-events: none;
}

.newsListWrapper .pagerWrap .pagination li.prev:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #003893;
  border-left: 2px solid #003893;
  top: calc(50% - 4px);
  left: 12.5%;
  margin: 0 auto;
  transform: rotate(315deg);
  pointer-events: none;
}

.newsListWrapper .pagerWrap .pagination li.next:hover:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.newsListWrapper .pagerWrap .pagination li.prev:hover:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.newsListWrapper .pagerWrap .pagination li.prev a,
.newsListWrapper .pagerWrap .pagination li.next a {
  background: #f5f6f8;
  color: #004297;
}

.newsListWrapper .pagerWrap .pagination li::before {
  content: none;
}

.newsListWrapper .pagerWrap .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #004298;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #dde4eb;
}

.newsListWrapper .pagerWrap .pagination li a:hover {
  background: #004297;
  color: #fff;
}

.newsListWrapper .pagerWrap .pagination li a.active {
  background: #004297;
  color: #fff;
}

.newsListWrapper .pagerWrap .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pbMainArea .newsListWrapper .base-category {
    padding: 80px 15px 0;
  }

  .newsListWrapper .pagerWrap .pagination li {
    margin-top: 5px;
  }

  .newsListWrapper .pagerWrap .pagination li.prev,
  .newsListWrapper .pagerWrap .pagination li.next {
    width: 26%;
    min-width: 90px;
  }

  .base-category tr {
    padding-right: 7%;
  }

  .base-category tr::after {
    right: 0;
  }

  .newsListWrapper tr:first-child {
    border-top: none;
  }
  .newsAreaInner .newsListWrapper tr:first-child{
    border-top: 1px solid #dde4eb;
  }
}

/* seminar page */
/*.seminarListWrapper.base-section {
  margin-top: 70px;
}*/

.seminarListWrapper.base-section .seminarText {
  font-size: 1rem;
  max-width: 1024px;
  padding: 0;
  margin-bottom: 43px;
  color: #3c506a;
}

.seminarListWrapper .seminarText p+p {
  margin-top: 22px;
}

.seminarListWrapper .seminarText .emergency {
  color: #df2727;
}

.seminarListWrapper .seminarList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.seminarListWrapper .seminarList li {
  border-radius: 5px;
  border: 1px solid #dde4eb;
  width: calc(50% - 25px);
  padding: 29px 26px 31px 28px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.seminarListWrapper .seminarList li:before {
  content: none;
}

.seminarListWrapper .seminarList li:not(:first-child) {
  margin-top: 0;
}

.seminarListWrapper .seminarList .seminar-label {
  padding: 2px 13px;
  background: #333;
  color: #fff;
  font-size: 0.875rem;
  vertical-align: middle;
  font-weight: bold;
  align-self: flex-start;
}

.seminarListWrapper .seminarList .seminar-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #004297;
  display: block;
  margin: 14px 0 8px;
}

.seminarListWrapper .seminarList .seminar-ttl:hover {
  text-decoration: underline;
}

.seminarListWrapper .seminarList .seminar-ttl.closed-ttl {
  pointer-events: none;
}

.seminarListWrapper .seminarList .seminar-ttl.closed-ttl:hover {
  text-decoration: none;
}

.seminarListWrapper .seminarList .seminar-label.accepting {
  background: #00a59d;
}

.seminarListWrapper .seminarList .seminar-label.closed {
  background: #009df2;
}

.seminarListWrapper .seminarList .seminar-detail {
  margin-bottom: 24px;
  margin-top: auto;
}

.seminarListWrapper .seminarList .seminarMoreBtn {
  text-align: center;
}

.seminarListWrapper .seminarList .seminarMoreBtn .roundBtn {
  background: #004297;
  color: #fff;
  font-size: 1rem;
}

.seminarListWrapper .seminarList .seminarMoreBtn .roundBtn:hover  {
  text-decoration: none;
}

.seminarListWrapper .seminarList .seminarMoreBtn .closedBtn {
  background: #dde4eb;
  border: 2px solid #dde4eb;
  pointer-events: none;
}

.seminarListWrapper .seminarList .seminarMoreBtn .roundBtn.buttonArrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.seminarListWrapper .pagination {
  text-align: right;
  margin: 0;
  padding: 0;
}

.seminarListWrapper .pagination li {
  margin: 0 1px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 32px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  border-radius: 2px;
  margin-top: 5px;
}

.seminarListWrapper .pagination li::before {
  content: none;
}

.seminarListWrapper .pagination li.prev,
.seminarListWrapper .pagination li.next {
  display: inline-block;
  width: 11%;
  height: 32px;
  text-align: center;
  position: relative;
}

.seminarListWrapper .pagination li.prev a,
.seminarListWrapper .pagination li.next a {
  background: #f5f6f8;
  color: #004297;
}

.seminarListWrapper .pagination li.prev:after,
.seminarListWrapper .pagination li.next:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #003893;
  border-left: 2px solid #003893;
  top: calc(50% - 4px);
  right: 12.5%;
  margin: 0 auto;
  transform: rotate(135deg);
  pointer-events: none;
}

.seminarListWrapper .pagination li.prev:after {
  right: auto;
  left: 12.5%;
  transform: rotate(315deg);
}

.seminarListWrapper .pagination li.prev span {
  padding-left: 10px;
}

.seminarListWrapper .pagination li.next span {
  padding-right: 10px;
}

.seminarListWrapper .pagination li.prev:hover:after,
.seminarListWrapper .pagination li.next:hover:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.seminarListWrapper .pagination li a.active {
  background: #004297;
  color: #fff;
}

.seminarListWrapper .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #004298;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #dde4eb;
}

.seminarListWrapper .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: bold;
}

.seminarListWrapper .pagination li a.active,
.seminarListWrapper .pagination li a:hover {
  background: #004297;
  color: #fff;
}

.base-accordion.closed-seminar-wrap .trigger>div {
  border: none;
  color: #fff;
  background: #004297;
  font-size: 1.25rem;
  padding: 12px 40px 12px 30px;
}

.base-section .base-accordion.closed-seminar-wrap {
  max-width: 1024px;
  padding-top: 0;
  padding-bottom: 0;
}

.base-accordion.closed-seminar-wrap .trigger:before,
.base-accordion.closed-seminar-wrap .trigger:after {
  background: #fff;
}

.base-accordion.closed-seminar-wrap .closed-seminar-list li:before,
.base-accordion.closed-seminar-wrap .content::before {
  content: none;
}

.base-accordion.closed-seminar-wrap .content>div {
  border: none;
  padding: 0;
}
.base-accordion.closed-seminar-wrap .content>div::after{
  display: none;
}
.base-accordion.closed-seminar-wrap .content > div:after{
  content:none !important;
}
.base-accordion.closed-seminar-wrap .pagination{
  margin-top:50px;
}
.base-accordion.closed-seminar-wrap .content>div>div {
  padding: 0;
}
@media screen and (max-width: 767px){
.base-accordion.closed-seminar-wrap .content>div>div {
  padding: 0;
}
}
.base-accordion.closed-seminar-wrap .content {
  background: none;
}

.base-accordion.closed-seminar-wrap .closed-seminar-list li {
  border-bottom: 1px solid #dde4eb;
  position: relative;
  padding: 25px 0;
  margin-top: 0;
}

.base-accordion.closed-seminar-wrap .closed-seminar-list li a {
  color: #004297;
}

.base-accordion.closed-seminar-wrap .closed-seminar-list li a:hover {
  text-decoration: underline;
}

.closed-seminar-list li::after {
  content: '';
  display: inline-block;
  margin: 0 10px 2px 0;
  width: .5em;
  height: .5em;
  transform: rotate(45deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #004297;
  border-right: 2px solid #004297;
}

.base-accordion.closed-seminar-wrap .pbMainArea ul li {
  padding: 0;
}

.closed-seminar-ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.seminarContent.seminarListWrapper .closed-seminar-wrap .paginationWrap {
  padding-top: 27px;
}


@media screen and (max-width: 767px) {
  /*.seminarListWrapper.base-section {
    margin-top: 40px;
  }*/

  .seminarListWrapper.base-section .seminarText {
    font-size: 0.875rem;
    width: calc(100% - 30px);
    margin-bottom: 22px;
  }

  .seminarListWrapper.base-section .seminarText p {
    line-height: 1.75;
  }

  .seminarListWrapper .seminarText p+p {
    margin-top: 10px;
  }

  .seminarListWrapper .seminarList .seminar-label {
    font-size: 0.75rem;
    padding: 2px 10px 1px;
  }

  .seminarListWrapper .seminarList .seminar-ttl {
    font-size: 1.125rem;
    margin: 10px 0 7px;
  }

  .seminarListWrapper .seminarList .seminar-detail {
    font-size: 0.812rem;
    margin-bottom: 12px;
  }

  .seminarListWrapper .accordion-ttl {
    font-size: 1rem;
  }

  .closed-seminar-ttl {
    font-size: 0.937rem;
    padding-right: 2rem;
    margin-bottom: 2px;
  }

  .closed-seminar-content {
    font-size: 0.812rem;
  }

  .seminarListWrapper .seminarList {
    width: calc(100% - 30px);
  }

  .seminarListWrapper .seminarList li {
    width: 100%;
    padding: 18px 27px 20px 19px;
    margin-bottom: 15px;
  }

  .base-section .base-accordion.closed-seminar-wrap {
    margin-top: 18px;
  }

  .base-accordion.closed-seminar-wrap .trigger>div {
    padding: 9px 40px 7px 16px;
  }

  .base-accordion.closed-seminar-wrap .trigger:before,
  .base-accordion.closed-seminar-wrap .trigger:after {
    right: 14px;
  }

  .base-accordion.closed-seminar-wrap .closed-seminar-list li {
    padding: 11px 0;
  }

  .seminarListWrapper .pagination li {
    margin-top: 5px;
  }

  .seminarListWrapper .pagination li.prev,
  .seminarListWrapper .pagination li.next {
    width: 26%;
    min-width: 90px;
  }

  .seminarContent.seminarListWrapper .closed-seminar-wrap .paginationWrap {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .seminarListWrapper .seminarList .seminarMoreBtn .roundBtn {
    font-size: 0.937rem;
    border-radius: 9999px;
  }

  .seminarListWrapper .pagination li a span {
    font-size: 0.75rem;
  }

}


/* fund page */
.base-section.fundPageWrap:last-child>div {
  padding-bottom: 0;
}

.base-section.fundPageWrap>div {
  padding: 0;
}

.base-section.fundPageWrap .panel {
  display: block;
}

.base-h1+.fundPageWrap {
  margin-top: 70px;
}

.base-section.fundPageWrap .base-anchor {
  margin-top: 70px;
  padding-left: 30px;
  margin-bottom: 45px;
}

.base-section.fundPageWrap .base-h2.base-ttl h2 {
  font-size: 30px;
}

.base-section.fundPageWrap .base-h2.base-ttl h2::after {
  width: 2em;
}

.base-section.fundPageWrap .base-h2+.base-text {
  margin-top: 46px;
}

.base-section.fundPageWrap .base-switching:not(:first-child) {
  margin-top: 44px;
}

.base-section.fundPageWrap .base-table table td {
  vertical-align: top;
}

.base-section.fundPageWrap .base-table table td.table-icon {
  text-align: center;
  vertical-align: middle;
}

.base-section.fundPageWrap .base-table table th {
  width: auto;
  white-space: normal;
}

.base-section.fundPageWrap .base-table .table01 colgroup:first-child col {
  width: 21.6%;
}

.base-section.fundPageWrap .base-table .table01 colgroup:nth-child(2) col {
  width: 15.5%;
}

.base-section.fundPageWrap .base-table .table01 colgroup:nth-child(3) col {
  width: 18.9%;
}

.base-section.fundPageWrap .base-table .table01 colgroup:nth-child(4) col {
  width: 12.8%;
}

.base-section.fundPageWrap .base-table .table02 colgroup:first-child col {
  width: 21.6%;
}

.base-section.fundPageWrap .base-table .table02 colgroup:nth-child(2) col {
  width: 18.9%;
}

.base-section.fundPageWrap .base-table .table02 colgroup:nth-child(3) col {
  width: 14.9%;
}

.base-section.fundPageWrap .base-table .table03 colgroup:first-child col {
  width: 21.6%;
}

.base-section.fundPageWrap .base-table .table03 colgroup:nth-child(2) col {
  width: 17.9%;
}

.base-section.fundPageWrap .base-table .table03 colgroup:nth-child(3) col {
  width: 12.8%;
}

.base-section.fundPageWrap .base-table .table02 th,
.base-section.fundPageWrap .base-table .table03 th {
  padding: 7px 10px;
}
.base-section.fundPageWrap .base-table .table03 tr:nth-child(2) th {
  min-width: 6.8em;
}

.base-section.fundPageWrap .base-switching+.base-ttl.base-h2 {
  margin-top: 90px;
}

.base-section.fundPageWrap .base-accordion {
  margin-top: 50px;
}

.base-section.fundPageWrap .base-accordion .accordion-content {
  padding: 50px 0;
}

.base-section.fundPageWrap .base-accordion ul li {
  padding: 21px 0 16px;
}

.base-section.fundPageWrap .base-accordion.base-accordion01 ul li::after {
  content: none;
}

.base-section.fundPageWrap .base-listpanel {
  margin-top: 40px;
}

.base-section.fundPageWrap .base-listpanel .box {
  margin-bottom: 20px;
}

.base-section.fundPageWrap .base-noteslist {
  margin-top: 30px;
}
.base-section.fundPageWrap .chartBox{
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-section.fundPageWrap>div {
    width: calc(100% - 30px);
  }

  .base-h1+.fundPageWrap {
    margin-top: 40px;
  }

  .base-section.fundPageWrap .base-h2.base-ttl h2::after {
    width: 2.7em;
  }

  .base-section.fundPageWrap .base-anchor {
    margin-top: 32px;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .base-section.fundPageWrap .base-anchor ul li {
    width: 100%;
  }

  .base-section.fundPageWrap .base-anchor a {
    display: inline;
  }

  .base-section.fundPageWrap .base-ttl.base-h2 {
    margin-top: 20px;
  }

  .base-section.fundPageWrap .base-h2.base-ttl h2 {
    font-size: 20px;
  }

  .base-section.fundPageWrap .base-h2+.base-text {
    margin-top: 16px;
  }

  .base-section.fundPageWrap .base-switching:not(:first-child) {
    margin-top: 20px;
  }

  .base-section.fundPageWrap .base-switching .tab ul li {
    padding-right: 0;
    padding-left: 0;
  }

  .base-section.fundPageWrap .base-table table {
    padding-bottom: 10px;

  }

  .base-section.fundPageWrap .base-table table th {
    white-space: nowrap;
  }

  .base-section.fundPageWrap .base-table table td:first-child {
    white-space: normal;
  }

  .base-section.fundPageWrap .base-switching+.base-ttl.base-h2 {
    margin-top: 40px;
  }

  .base-section.fundPageWrap .base-switching .base-table>div {
    overflow: auto !important;
  }

  .base-section.fundPageWrap .base-switching .base-table table {
    min-width: 630px;
    overflow: visible;

  }

  .base-section.fundPageWrap .base-switching .notes-text {
    margin-top: 18px;
    padding-left: 2em;
    text-indent: -2em;
    margin-left: 0;
  }

  .base-section.fundPageWrap .base-accordion {
    margin-top: 38px;
  }

  .base-section.fundPageWrap .base-accordion .accordion-content {
    padding: 24px 0;
  }

  .base-section.fundPageWrap .base-accordion ul li {
    padding: 12px 0 8px;
  }

  .base-section.fundPageWrap .base-accordion .base-switching .base-table table {
    min-width: 660px;
  }

  .base-section.fundPageWrap .base-listpanel {
    margin-top: 13px;
  }
 
  /* .base-section.fundPageWrap .base-listpanel.listpanel-2column .text:not(:first-child) {
    margin-top: 4px;
  }

  .base-section.fundPageWrap .base-listpanel.listpanel-2column .box {
    margin-bottom: 4px;
  } */
  .base-section.fundPageWrap .base-textbox:not(:first-child) {
    margin-top: 21px;
  }
  .pbMainArea .base-section.fundPageWrap .breadcrumbsWrap {
    padding-bottom: 10px;
  }
  .base-section.fundPageWrap .base-noteslist {
    margin-top: 30px;
  }

  .base-section.fundPageWrap table tbody {
    display: table-row-group;
  }
  .base-section.fundPageWrap table tr {
    display: table-row;
  }
  .base-section.fundPageWrap .base-switching table th,
  .base-section.fundPageWrap .base-switching table td {
    display:table-cell;
  }
  .base-section.fundPageWrap .base-switching table tr:first-child>:first-child{
    min-width: 12.3em;
  }
}
@media screen and (min-width: 768px) {

  /* 幅維持用 */
  /* body.top,
  div.pbPage,
  .pbHeaderArea,
  .pbMainArea {
    overflow: visible;
    min-width: 1024px;
  } */

  a.roundBtn {
    padding: 5px 1.5em;
    border-radius: 20px;
    min-width: 135px;
  }

  .importantNewsBox {
    width: 1024px;
    margin: 7px auto;
    position: relative;
    margin-top: -70px;
  }

  .importantNewsBox .show {
    font-size: 1rem;
  }

  .importantNewsBox .show dl {
    display: flex;
  }

  .importantNewsBox .show dt {
    width: 145px;
  }

  .mvSlider {
    position: relative;
    margin-top: -80px;
  }
  .importantNewsBox + .mvSlider {
    margin-top: 0;
  }

  .mvSlider.base-slider .slick-prev:before {
    left: 36px;
    top: -7px;
  }

  .mvSlider.base-slider .slick-next:before {
    right: 36px;
    top: -7px;
  }

  .mvSlider.base-slider .slick-arrow:before {
    width: 35px;
    height: 35px;
  }

  .mvSlider.base-slider .slick-dots {
    bottom: 56px;
  }

  .mvSlider.base-slider .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 8px;
  }

  .sliderFixedItem {
    position: absolute;
    top: 9.7%;
    right: 8.3%;
    width: 330px;
    border-radius: 3px;

  }

  .fundDay {
    margin-bottom: 5px;
  }

  .sliderFixedItem .mvButtonWrap {
    background: #fff;
    flex-direction: column;
    padding: 20px;
  }

  .sliderFixedItem .mvButtonWrap a.mvButton {
    max-width: 100%;
    font-size: 1.125rem;
    padding: 0.9em 2em;
  }

  .sliderFixedItem .mvButtonWrap a.mvButton:first-child {
    margin-bottom: 12px;
  }

  .fundWrap {
    width: calc(100% - 21px);
    margin: 10px auto 0;
  }

  .fundBox {
    margin-bottom: 20px;
  }

  .fundBox dl {
    margin-bottom: 6px;
  }

  .fundBox dd {
    padding-left: 1em;
  }

  .fundBox dd span {
    font-size: 1.375rem;
  }

  .featureArea {
    width: 1024px;
    /* max-width: 100%; */

    margin: 0 auto;
  }

  .featureAreaInner {
    padding: 79px 6px 59px;
  }

  .featureTtl {
    margin-bottom: 51px;
  }

  .featureImgBox {
    flex-direction: row;
    justify-content: space-between;
  }

  .featureImg {
    margin-bottom: 21px;
  }

  .featureImg:nth-child(2) {
    margin-top: 4px;
    margin-left: 0px;
  }

  .featureImg:nth-child(3) {
    margin-right: 50px;
    margin-top: -2px;
  }

  .RecommendArea {
    padding: 30px 15px 31px;
  }

  .RecommendAreaInner {
    width: 1024px;
    margin: 0 auto;
    max-width: 100%;
  }

  .RecommendImg {
    width: calc(25% - 24px);
    margin-bottom: 0;
  }

  .newsArea {
    width: 1024px;
    margin: 0 auto;
    padding: 68px 2px 80px;
  }

  .newsAreaTtl {
    font-size: 2.5rem;
    padding-bottom: 31px;
  }

  .newsList {
    padding: 32px 35px 25px 0;
  }

  .newsList::after {
    right: 2%;
  }

  .newsList .date {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }

  .newsList .text {
    font-size: 1rem;
    margin-top: 5px;
  }

  .newsMoreBtn {
    margin-top: 49px;
  }

  .newsMoreBtn a.roundBtn {
    padding: 8px 2.6em;
  }

  .base-carousel .slick-slide {
    padding: 0 17px;
  }

  .voiceArea {
    padding: 40px 0 67px;
  }

  .voiceAreaTtl {
    font-size: 2.5rem;
  }

  .voiceArea .base-carousel:not(:first-child) {
    margin-top: 33px;
  }

  .voiceItem {
    padding: 30px 30px 27px;
  }

  .voiceItemInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .voiceImgBlock {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    width: 23.2%;
  }

  .voiceImgBlock img {
    width: 100%;
  }

  .voiceCatch {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  .voiceTextBlock {
    width: 69.3%;
    margin: 0;
  }

  .voiceText {
    font-size: 1rem;
  }

  .voiceTextInner {
    padding: 18px 21px;
  }

  .voiceTextInner:after {
    right: 100%;
    top: 50%;
    left: auto;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f5f6f8;
    border-width: 20px;
    margin-top: -20px;
  }

  .voiceArea .base-carousel .slick-prev {
    left: 22%;
    width: 45px;
    height: 45px;
    top: 54%;
  }

  .voiceArea .base-carousel .slick-next {
    left: auto;
    right: 22%;
    width: 45px;
    height: 45px;
    top: 54%;
  }

  .voiceArea .base-carousel .slick-dots {
    bottom: -46px;
  }

  .voiceArea .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 9px;
  }

  .faqArea {
    padding: 71px 0 50px;
    width: 1024px;
    /* max-width: 100%; */
    margin: 0 auto;
  }

  .faqAreaTtl {
    font-size: 2.5rem;
    padding-bottom: 33px;
  }

  .faqArea .pbBlock.pbBlockBase {
    font-size: 1.125rem;
  }

  .faqArea .base-accordion .trigger>div {
    padding: 38px 30px 34px 62px;
  }

  .base-accordion>div {
    overflow: visible;
  }

  .faqArea .trigger .pbBlock.pbBlockBase::before {
    left: 2px;
  }

  .faqArea .base-accordion .trigger:before,
  .faqArea .base-accordion .trigger:after {
    right: 19px;
    background: #004297;
  }

  .faqArea .base-accordion .content .pbBlock.pbBlockBase {
    font-size: 1rem;
    color: #3c506a;
  }

  .faqArea .pbBlock.pbBlockBase {
    /*padding-left: 110px;
    padding-top: 35px;*/
  }

  .base-accordion .content::before {
    top: 28px;
    left: 12px;
  }

  .faqMoreBtn {
    margin-top: 50px;
  }

  .faqMoreBtn a.roundBtn {
    padding: 7px 2.3em;
    font-size: 1rem;
  }

  .mvInner {
    width: 1024px;
    margin: 0 auto;
  }

  .mvTextWrap {
    /*width: 58.4%;
    padding-top: 136px;
    padding-left: 7.5%;*/
    max-width: 694px;
    width: calc(100% - 330px);
    height: 100%;
  }

  .sliderFixedItem {
    position: absolute;
    top: 9.7%;
    right: 8.3%;
    width: 330px;
    border-radius: 3px;
    width: 1024px;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
  }
  .sliderFixedItem.tabWrap {
    top: 5.8%;
  }

  .sliderFixedItemInner {
    width: 330px;
    background: #f4f6f8;
    padding-bottom: 10px;
    margin: -3px 0 0 auto;
    pointer-events: auto;
    border-radius: 0 0 3px 3px;
  }
  .image-pc{
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
  }
  .image-pc.bg_top{
    background-position: center top;
  }
  .image-pc.bg_bottom{
    background-position: center bottom;
  }
  .item02 {
    height: 578px;
    background: #ccc;
  }
}