:root {
  --PRIMARY_01: #442081;
  --PRIMARY_01-1: #7c63a7;
  --PRIMARY_01-2: #a290c0;
  --PRIMARY_01-3: #dad2e6;
  --PRIMARY_02: #ac34a6;
  --PRIMARY_02-1: #c571c1;
  --PRIMARY_02-2: #d69ad3;
  --PRIMARY_02-3: #eed6ed;
  --SECONDARY_01: #faf2ff;
  --SECONDARY_02: #2a637c;
  --SECONDARY_03: #14cbb6;
  --SECONDARY_04: #ec6354;
  --FUNDPAGE: #e5004c;
  --TRACERS: #334680;
}

  /*トップに戻る*/
  .pagetop {
      display: none;
      position: fixed;
      bottom: 8px;
      right: 24px;
      z-index: 100;
  }
  .pagetop a {
	  color: #092987;
      display: block;
      text-align: center;
	  background: #fff;
	  border: solid 2px #092987;
	  border-radius: 10px;
      text-decoration: none;
      padding: 10px;
      filter:alpha(opacity=50);
      -moz-opacity: 0.5;
  }
  .pagetop a:hover {
	  color: #fff;
	  background: #092987;
	  border: solid 2px #fff;
  }

a:hover {
  text-decoration: none;
  transition: all 0.2s ease;
}

a img:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}


header {
  z-index: 100;
  position: relative;
  padding: 15px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-bottom: solid 5px var(--PRIMARY_01);
}
  section {
    font-family:
      "Noto Sans JP",
      "Hiragino Kaku Gothic ProN",
      "Yu Gothic",
      sans-serif;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;      /* 少し詰めて読みやすく */
    font-kerning: normal;        /* ブラウザのカーニングを有効化 */
    font-feature-settings: "palt"; /* プロポーショナル詰め（対応フォントのみ） */
    text-rendering: optimizeLegibility; /* 字形とカーニング優先 */
  }

sup{
  top: -0.5em !important;
}

.l-text{
  font-size: 20px;
  margin: 16px 0 0;
  line-height: 1.5;
  @media (max-width: 767px) {
    font-size: 18px;
    margin: 12px 0 0;
  }
}
.m-text{
  font-size: 17px;
  margin: 12px 0 0;
  line-height: 1.5;
  @media (max-width: 767px) {
    font-size: 16px;
    margin: 10px 0 0;
  }
}
.s-text{
  font-size: 12px;
  margin: 8px 0 8px;
  line-height: 1.3;
  @media (max-width: 767px) {
    font-size: 11.5px;
    margin: 7.5px 0 0;
  }
}




header {
  border-color: var(--TRACERS);
}
  
.pt-sm-50 {
  padding-top: 50px;
  @media (max-width: 767px) {
    padding: 0 !important;
  }
}

.fund-visual {
  padding: 10px 0 30px;
  @media (max-width: 767px) {
    padding-top: 0 !important;
  }
}

.title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  @media (max-width: 767px) {
    font-size: 16px;
  }
  small {
    font-size: 75%;
    font-weight: normal;
  }
}

.bg-white {
  position: relative;
  padding: 20px calc(3% + 16px) !important;
}
.bg-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 3%;
    width: 94%;
    height: 100%;
    border-top: solid 2px var(--FUND_COLOR);
    border-left: solid 2px var(--FUND_COLOR);
    background-color: #fff;
    box-shadow: 3px 3px 3px #ccc;
    border-radius: 10px;
}

.copyright {
  border: solid 1px #ccc;
  padding: 0 12px 8px;
  background: #fff;
  width: 100%;
  margin: 5% auto;    
}

.point {
  z-index: 1;
  position: relative;
  width: 100%;
  th {
    padding: 8px;
    background-color: var(--TRACERS);
    border: solid 1px var(--TRACERS);
    border-bottom: solid 1px #fff;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 10%;
    min-width: 30px;
  }
  .last {
    border-bottom: solid 1px var(--TRACERS);
  }
  td {
    text-align: left;
    vertical-align: middle;
    padding: 8px 12px;
    background-color: #fff;
    border: solid 1px var(--TRACERS);
    color: #333;
  }
}
  
.cost {
  z-index: 1;
  position: relative;
  width: 100%;
  th {
    padding: 8px;
    background-color: var(--TRACERS);
    border: solid 1px var(--TRACERS);
    border-bottom: solid 1px #fff;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 25%;
    min-width: 120px;
  }
  .last {
    border-bottom: solid 1px var(--TRACERS);
  }
  td {
    text-align: left;
    vertical-align: middle;
    padding: 8px 12px;
    background-color: #fff;
    border: solid 1px var(--TRACERS);
    color: #333;
  }
}

.sec01, .sec02 {
  background: var(--BG_COLOR);
  padding: 3% 0;
  .dotted {
    margin-top: 30px;
    padding: 30px 0;
    position: relative;
    h4 {
      margin-top: -40px;
      margin-bottom: 30px;
      text-align: center;
      .text01 {
        color: #fff;
        border: solid 2px #fff;
        border-radius: 16px;
        background: var(--FUND_COLOR);
        padding: 2px 1.31em;
      }
      .text02 {
        color: #fff;
        border: solid 2px #fff;
        border-radius: 16px;
        background: var(--FUND_COLOR);
        padding: 2px 1em;
      }
    }
  }
  .dotted::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1%;
    width: 98%;
    border-top: dotted 2px var(--FUND_COLOR);
    opacity: 0.5;
    @media (max-width: 767px) {
      left: 2%;
      width: 94%;
    }
    @media (max-width: 487px) {
      left: 3%;
      width: 94%;
    }
  }
  b {
    color: var(--TRACERS);
  }
  h2 .jp {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: var(--TRACERS);
    line-height: 1.25;
    @media (max-width: 1199px) {
      font-size: 26px;
    }
    @media (max-width: 767px) {
      font-size: 24px;
    }
  }
  h2 .en {
    font-size: 24px;
    text-align: center;
    color: #aaa;
    line-height: 1.25;
    @media (max-width: 1199px) {
      font-size: 22px;
    }
    @media (max-width: 767px) {
      font-size: 20px;
    }
  }
}

.sec02 {
  background: #fff;
}

.btn-area {
  width: 100%;
  margin: 3% 0;
  padding: 8px 0 16px;
  position: relative;
  .ttl{
    color: var(--TRACERS);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    margin: 30px 0 12px;
    big {
      font-size: 105%;
      padding-right: 0.5em;
    }
    p {
      text-align: left;
    }
    @media (max-width: 767px) {
      font-size: 16px;
    }
  }
  .btn-item a{
    overflow: hidden;
    background: #fff;
    border: solid 2px var(--TRACERS);
    color: var(--TRACERS);
    text-align: center;
    font-size: 16px;
    display: inline-block;
    padding: 4px 2px;
    margin: 4px 0;
    border-radius: 4px;
    transition: all 0.2s;
    width: 100%;
    @media (max-width: 767px) {
      font-size: 13.5px;
    }
    img {
      transition: all 0.2s;
    }
  }
  .btn-item a:hover{
    background: var(--TRACERS);
    color: #fff;
    img {
      transform: scale(1.02,1.02);
    }
  }
  .col--2 a{
    width: 47%;
    margin: 2% 1%;
  }
  .col--3 a{
    width: calc(100% / 3 - 4px);
  }
  .bnr {
    padding: 0 !important;
    @media (max-width: 480px) {
      display: block !important;
      width: 100% !important;
      max-width: 260px !important;
      margin: 12px auto !important;
    }
  }
}

h1 {
  color: #fff;
  margin: 2% 0;
  font-size: 36px !important;
  line-height: 1.25;
  font-weight: bold;
  big {
    color: #fff;
    font-size: 105%;
    padding-right: 0.5em;
  }
  @media (max-width: 1199px) {
    font-size: 32px !important;
  }
  @media (max-width: 991px) {
    font-size: 24px !important;
  }
  @media (max-width: 767px) {
    font-size: 22px !important;
  }
}

h5 {
  margin: 5% 0 20px;
  font-size: 24px !important;
  line-height: 1.25;
  @media (max-width: 1199px) {
    font-size: 20px;
  }
  @media (max-width: 991px) {
    font-size: 16px !important;
  }
  @media (max-width: 767px) {
    font-size: 18px !important;
  }
}

.heading01 {
  font-size: 28px !important;
  @media (max-width: 1199px) {
    font-size: 24px !important;
  }
  @media (max-width: 991px) {
    font-size: 20px !important;
  }
  @media (max-width: 767px) {
    font-size: 24px !important;
  }
  padding: 5px 0;
  position: relative;
  color: var(--PRIMARY_01);
  line-height: 1.2;
  border-left: solid 6px var(--PRIMARY_01);
}
.heading01::before {
  margin-left: 3px;
  padding-left: 12px;
  content: '';
  border-left: solid 5px var(--PRIMARY_02);
}

  .btn {
    cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
    width: 100%;
    background: #fff;
    border: solid 2px var(--TRACERS);
    color: var(--TRACERS);
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    padding: 8px;
    transition: all 0.2s;
  }
  .btn:hover {
    background: var(--TRACERS);
    border: solid 2px #fff;
    color: #fff;
  }
  .fundpage {
    background: var(--FUNDPAGE);
    border: solid 2px #fff;
    color: #fff;
  }
  .fundpage:hover {
    background: #fff;
    border: solid 2px var(--FUNDPAGE);
    color: var(--FUNDPAGE);
  }
