@charset "UTF-8";

html, body {
  font-family: "Noto Sans JP", \30d2 \30e9 \30ae \30ce \89d2 \30b4 \20 \50 \72 \6f \20 \57 \33 , Hiragino Kaku Gothic Pro, Meiryo, Helvetica Neue, Arial sans-serif;}


/**********************
 * Reset
 ***********************/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit;
}

html {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 62.5%;
  font-family: '\6e38\30b4\30b7\30c3\30af', 'YuGothic', '\30e1\30a4\30ea\30aa', 'Meiryo', Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .08em;
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section,
svg {
  display: block;
}

a,
button,
select,
input[type='radio'],
input[type='checkbox'] {
  color: inherit;
  font: inherit;
  cursor: pointer;
}

input[type='text'],
input[type='tel'],
input[type='password'],
textarea,
label {
  color: inherit;
  font: inherit;
  cursor: text;
}

button,
input[type='text'],
input[type='tel'],
input[type='password'] {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

th,
dt {
  font-weight: normal;
}

b {
  font-weight: bold;
}

i,
em,
strong {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-weight: normal;
  font-size: 1em;
}

sup,
sub {
  font-size: .75em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

/**********************
 * Frame
 ***********************/
#keyvisual {
  background-color: #d9f0ff;
}

#keyvisual .paragraph-01 {
  background: url(/special/sp500active/images/sp500img_kv.png) #000 center right no-repeat;
  background-size: cover;
  color: #002962;
  line-height: 1.3;
  padding: 0 70px;
  width: 100%;
  height: 500px;
}

#keyvisual .paragraph-01 > .inner {
  position: relative;
  padding: 55px 0 0;
  max-width: 1300px;
  width: 100%;
}

#keyvisual .paragraph-01 > .inner > .funda {
  font-size: 3.4rem;
  font-weight: bold;
  margin: 1.34em 0 .3em;
}
#keyvisual .paragraph-01 > .inner > .fundb {
  font-size: 3.4rem;
  font-weight: bold;
  margin: .8em 0 .3em;
}

#keyvisual .paragraph-01 > .inner > h1 {
  font-weight: bold;
  font-size: 35px;
}


#keyvisual .bnr-01 {
  padding: 15px;
  text-align: center;
}



#keyvisual .bnr-01 .fundnm2 {
  font-size: 35px;
  font-weight: bold;
  color: #c00021;
}

#keyvisual .bnr-01 > ul {
  display: flex;
  margin: 0 auto;
  padding: 1.6em 0 .5em;
  max-width: 960px;
  width: 100%;
  justify-content: center;
}

#keyvisual .bnr-01 > ul > li + li {
  padding-left: 40px;
}

#keyvisual .bnr-01 > .list-note-02 {
  margin-top: 0;
}

#keyvisual .bnr-01 > h1 {
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  #keyvisual .paragraph-01 {
    display: table;
    font-size: 1.4rem;
    padding: 0 10px;
    color: #fff;
  }
  #keyvisual .paragraph-01 > .inner {
    display: table-cell;
  }
  #keyvisual .paragraph-01 > .inner > h1 {
    font-size: 26px;
  }
  #keyvisual .paragraph-01 > .inner > .funda {
    font-size: 2.0rem;
    line-height: 1.425;
  }
  #keyvisual .paragraph-01 > .inner > .fundb {
    font-size: 2.0rem;
    line-height: 1.425;
  }

  #keyvisual .bnr-01 {
    padding: 10px 10px;
  }
  
  #keyvisual .bnr-01 .fundnm2 {
  font-size: 26px;
  }

  #keyvisual .bnr-01 > ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -5px -10px;
    padding: 1.4em 0;
    width: auto;
  }
  #keyvisual .bnr-01 > ul > li {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 230px;
  }
  #keyvisual .bnr-01 > ul > li + li {
    padding-left: 5px;
  }

}


#link-follow {
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 99;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  transform: translateY(50%);
}

#link-follow > p > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  background-color: #004e89;
  border: solid #004e89 2px;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1.5em 12px 2.5em;
  transition: background-color .6s, color .6s;
  will-change: background-color, color;
}

#link-follow > p > a:hover, #link-follow > p > a:focus, #link-follow > p > a:active {
  background-color: #fff;
  color: #002962;
}

#link-follow > p > a:hover::before, #link-follow > p > a:focus::before, #link-follow > p > a:active::before {
  border-color: #002962;
}

#link-follow > p > a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 3.5px);
  bottom: 1em;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: border-color .6s;
  will-change: border-color;
}

@media only screen and (max-width: 768px) {
  #link-follow {
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    transform: none;
    padding: 0 10px;
  }
  #link-follow > p {
    padding: .6em 0 .8em;
  }
  #link-follow > p > a {
    padding: .5em 12px .5em 36px;
  }
  #link-follow > p > a::before {
    left: 12px;
    bottom: calc(50% - 3.5px);
  }
}

#footer {
  position: relative;
  z-index: 0;
  background-color: #92d5e6;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 30px;
}

#footer .area-01 {
  position: relative;
  margin: 0 auto;
  padding: 4em 320px 2em 0;
  max-width: 960px;
  width: 100%;
}

#footer .area-01 .logo {
  position: absolute;
  top: 6.7em;
  right: 0;
}

#footer .area-01 > p {
  margin-bottom: 1.4em;
}

#footer .area-01 .list-01 {
  display: flex;
}

#footer .area-01 .list-01 > dt {
  flex-shrink: 0;
}

#footer .area-01 .list-01 > dd {
  flex-grow: 1;
}

#footer .area-02 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}

#footer .area-02::before {
  content: "";
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  bottom: 0;
  width: 100vw;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 0 10px;
  }
  #footer .area-01 {
    padding: 3em 0 3.4em;
  }
  #footer .area-01 > p {
    text-align: center;
    margin-bottom: 0;
  }
  #footer .area-01 .logo {
    position: static;
  }
  #footer .area-01 .list-01 {
    margin-bottom: 3em;
  }
  #footer .area-02 {
    padding: 1em 0 6em;
  }
}

/**********************
 * Layout
 ***********************/
.lyt-sec-00 {
  position: relative;
  background-color: #fff;
  padding: 0 30px;
  z-index: 0;
}
.lyt-sec-00 .area-01 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  padding: 3.6em 0 1.5em;
  max-width: 960px;
  width: 100%;
}
.lyt-sec-00 .area-01 .hdg-sec-01 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #9d956c;
  text-align: center;
  margin-bottom: .7em;
}
.lyt-sec-00 .area-01 .hdg-sec-01b {
    display: flex;
    align-items: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #9d956c;
    text-align: center;
    margin-bottom: 1.0em;
   margin-top: 1.0em;
  line-height: 1.2;
}

.lyt-sec-00 .area-01 .hdg-sec-01b::before, .lyt-sec-00 .area-01 .hdg-sec-01b::after {
    content: "";
    display: block;
    background: #9d956c;
    background: linear-gradient(to right, #9d956c, #9d956c 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 2px);
    background-size: 2px 1px;
    height: 1px;
    flex-grow: 1;
}
.lyt-sec-00 .area-01 ul {
   text-align: left;
}

@media only screen and (max-width: 768px){
.lyt-sec-00 {
    padding: 0 10px;
}
.lyt-sec-00 .area-01 {
    padding: 2.4em 0 0.5em;
    text-align: left;
}
.lyt-sec-00 .area-01 .hdg-sec-01 {
   font-size: 2.8rem;
}
.lyt-sec-00 .area-01 .hdg-sec-01b {
    font-size: 1.8rem;
    font-weight: 1.5;
    margin-bottom: 1.2em;
}
}

.lyt-sec-01 {
  position: relative;
  padding: 0 30px;
  background-color: #92d5e6;
  z-index: 0;
}

.lyt-sec-01 .area-01 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  padding: 3.6em 0 2.5em;
  max-width: 1100px;
  width: 100%;
}

.lyt-sec-02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 300px 0 300px;
    border-color: #fff transparent transparent transparent;
}

.lyt-sec-01 .area-01 p{
  text-align: left;
}

.lyt-sec-01 .area-01 > :last-child {
  margin-bottom: 0 !important;
}

.lyt-sec-01 .area-01::before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  bottom: 0;
  width: 100vw;
  z-index: -1;
}

.lyt-sec-01 .area-01 .hdg-sec-01 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #004e89;
  text-align: center;
  margin-bottom: .4em;
}

.lyt-sec-01 .area-02 {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 3.5em 0 3.0em;
  max-width: 1100px;
  width: 100%;
}

.lyt-sec-01 .area-02 > :last-child {
  margin-bottom: 0 !important;
}

.lyt-sec-01 .area-02 .hdg-sec-01 {
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #004e89;
  text-align: center;
  margin-bottom: .5em;
}



.lyt-sec-01 .area-02 .hdg-sec-01 > span {
  display: inline-block;
  padding: 0 12px;
}

.lyt-sec-01 .area-01 .hdg-sec-02 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.2em;
  color: #a0001c;
}




@media only screen and (max-width: 768px) {
  .lyt-sec-01 {
    padding: 0 10px;
  }
  .lyt-sec-01 .area-01 {
    padding: 2.4em 0 0;
    text-align: left;
  }
  .lyt-sec-01 .area-01 .hdg-sec-01 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .lyt-sec-01 .area-02 {
    padding: 2.3em 0 2.8em;
  }
  .lyt-sec-01 .area-02 .hdg-sec-01 {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: .5em;
  }
  .lyt-sec-01 .area-02 .hdg-sec-02 {
    font-size: 2.6rem;
  } 
　.lyt-sec-02::before {
    top: 40;
    left: 20%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 130px 0 130px;
    border-color: #a8dadc transparent transparent transparent;
    }
}



.lyt-sec-02 {
  position: relative;
  padding: 0 30px;
  z-index: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0080d900), color-stop(10%, #92d5e6), color-stop(90%, #92d5e6), to(#0080d900));
}

.lyt-sec-02 .area-01 {
  position: relative;
  margin: 0 auto;
  padding: 6.5em 0 4.5em;
  max-width: 1150px;
  width: 100%;
}



.lyt-sec-02 .area-01 > :last-child {
  margin-bottom: 0 !important;
}

.lyt-sec-02 .area-01 .hdg-sec-01 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .4em;
  line-height: 1.3;
  color: #004e89;
}

.lyt-sec-02 .area-01 .hdg-sec-02::before, .lyt-sec-02 .area-01 .hdg-sec-02::after {
    content: "";
    display: block;
    background: #a0001c;
    background: linear-gradient(to right, #a0001c, #a0001c 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 2px);
    background-size: 2px 1px;
    height: 2px;
    flex-grow: 1;
}
.lyt-sec-02 .area-01 .hdg-sec-02 {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #a0001c;
    text-align: center;
    margin-bottom: 1.0em;
    margin-top: 1.6em;
    line-height: 1.2;
    font-size: 2.0rem;
}

.lyt-sec-02 .area-01 .hdg-sec-02 > span {
  padding-left: 10px;
  padding-right: 10px;
}

.lyt-sec-02 .area-01inner {
  background-color: #fff;
  padding: 4.0em 1.3em 3.0em;
  border-radius: 10px;
}

.lyt-sec-02 .area-02 {
  position: relative;
  margin: 0 auto;
  padding: 4.0em 0 3.0em;
  max-width: 960px;
  width: 100%;
}

.lyt-sec-02 .area-02::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  z-index: -1;
}

.lyt-sec-02 .area-02 > :last-child {
  margin-bottom: 0 !important;
}

.lyt-sec-02 .area-02 .hdg-sec-01 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: .2em;
}

.lyt-sec-02 .area-02 .hdg-sec-01 > span {
  display: inline-block;
  background-color: #cca567;
  padding: 0 22px;
}

.lyt-sec-02 .area-03 {
  position: relative;
  margin: 0 auto;
  padding: 4.0em 0 3.8em;
  max-width: 960px;
  width: 100%;
}

.lyt-sec-02 .area-03::before {
  content: "";
  display: block;
  background-color: #e1dfd3;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  bottom: 0;
  width: 100vw;
  z-index: -1;
}

.lyt-sec-02 .area-03 > :last-child {
  margin-bottom: 0 !important;
}

.lyt-sec-02 .area-03 .hdg-sec-01 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 1.2em;
}

.lyt-sec-02 .area-03 .hdg-sec-01 > span {
  display: inline-block;
  background-color: #9d956c;
  padding: 0 22px;
}

.lyt-sec-02 .area-03 .hdg-sec-02 {
  font-size: 2rem;
  font-weight: bold;
  color: #9d956c;
  margin-bottom: .55em;
}

@media only screen and (max-width: 768px) {
  .lyt-sec-02 {
    padding: 0 10px;
  }
  .lyt-sec-02 .area-01 {
    padding: 1.4em 0 3.7em;
  }
  .lyt-sec-02 .area-01 .hdg-sec-01 {
    font-size: 2.6rem;
    margin-bottom: 1.0em;
  }
  .lyt-sec-02 .area-02 {
    padding: 2.8em 0 1.7em;
  }
  .lyt-sec-02 .area-02 .hdg-sec-01 {
    font-size: 2.6rem;
    line-height: 1.7;
  }
  .lyt-sec-02 .area-02 .hdg-sec-01 > span {
    padding: 0 16px;
  }
  .lyt-sec-02 .area-03 {
    padding: 2.8em 0 3em;
  }
  .lyt-sec-02 .area-03 .hdg-sec-01 {
    font-size: 2.6rem;
    line-height: 1.7;
  }
  .lyt-sec-02 .area-03 .hdg-sec-01 > span {
    padding: 0 16px;
  }
  .lyt-sec-02 .area-03 .hdg-sec-02 {
    text-align: center;
    margin-bottom: .6em;
  }
  .lyt-sec-02 .area-01inner {
   margin-top: 5.5em;
   padding: 4.0em 0.4em 2.5em;
  }
}

.lyt-sec-03 {
  position: relative;
  padding: 0 30px;
  z-index: 0;
}

.lyt-sec-03 .area-01 {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  padding-bottom: 2.0em;
}
.lyt-sec-03 .area-01plus {
  margin-top: 2.0em;
}

.lyt-sec-03 .area-01 > :last-child {
  margin-bottom: 0 !important;
}

.lyt-sec-03 .area-01 .hdg-sec-00a {
   text-align: center;
   position: relative;
   top: -30px;
}

.lyt-sec-03 .area-01 .hdg-sec-00 {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-bottom: .8em;
    background-color: #c00021;
    border-radius: 158px;
    display: inline-block;
    padding: 30px 25px;
}


.lyt-sec-03 .area-01 .hdg-sec-01 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
  color: #004e89;
}

.lyt-sec-03 .area-01 .hdg-sec-02 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5em;
  margin-bottom: .9em;
  padding-left: 16px;
}

.lyt-sec-03 .area-01 .hdg-sec-02::before {
  content: "";
  display: block;
  position: absolute;
  top: .1em;
  left: 0;
  bottom: .2em;
  background-color: #a0001c;
  width: 6px;
}

.lyt-sec-03 .area-01 .hdg-sec-02 .icon-01 {
  display: inline-block;
  position: relative;
  top: -.1em;
  vertical-align: middle;
  border: solid 1px #000;
  text-indent: -99em;
  margin-left: 15px;
  padding: 0;
  width: 17px;
  height: 17px;
  overflow: hidden;
}

.lyt-sec-03 .area-01 .hdg-sec-02 .icon-01::before, .lyt-sec-03 .area-01 .hdg-sec-02 .icon-01::after {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: 3px;
}

.lyt-sec-03 .area-01 .hdg-sec-02 .icon-01::after {
  transform: rotate(90deg);
  transition: transform .2s;
}

.lyt-sec-03 .area-01 .js-tgl-root-01.is-open .hdg-sec-02 .icon-01::after {
  transform: rotate(0);
}

.lyt-sec-03 .area-01 .js-tgl-root-01 .js-tgl-content > p {
  font-size: 1.4rem;
  margin-bottom: 3em;
}

.lyt-sec-03 .area-01 .hdg-sec-03 {
  margin-bottom: 1.2em;
  text-align: center;
}

.lyt-sec-03 .area-01 .hdg-sec-03 > img {
  width: 40%;
}

.lyt-sec-03 .area-01 .hdg-sec-04 {
  margin-bottom: 1.8em;
}

@media only screen and (max-width: 768px) {
  .lyt-sec-03 {
    padding: 0 10px;
  }
  .lyt-sec-03 .area-01 .hdg-sec-01 {
    font-size: 2.6rem;
    margin-bottom: 1.3em;
  }
  .lyt-sec-03 .area-01 .hdg-sec-02 {
    font-size: 2.0rem;
    margin-bottom: 1.3em;
  }
  .lyt-sec-03 .area-01 .hdg-sec-02.js-tgl-hook {
    padding-right: 24px;
  }
  .lyt-sec-03 .area-01 .hdg-sec-02.js-tgl-hook > button {
    text-align: left;
  }
  .lyt-sec-03 .area-01 .hdg-sec-02.js-tgl-hook .icon-01 {
    position: absolute;
    top: calc(50% - 8.5px);
    right: 0;
    margin-right: 0;
  }
}



.lyt-img-01 {
  display: block;
  text-align: center;
  margin-bottom: 2.1em;
  margin-left: auto;
  margin-right: auto;
}

.lyt-img-01a {
  width: 85%;
}

.lyt-img-01sub {
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .lyt-img-01 {
    margin-bottom: 1.5em;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .lyt-img-01sub {
    width: 70%;
  }
}

.lyt-img-02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
  margin-bottom: 2em;
}

.lyt-img-02.img-right {
  -ms-grid-columns: 90px 350px 1fr;
  grid-template-columns: 90px 350px 1fr;
}

.lyt-img-02.img-right .img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
}

.lyt-img-02.img-right .content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.lyt-img-02.img-left {
  -ms-grid-columns: 1fr 350px 90px;
  grid-template-columns: 1fr 350px 90px;
}

.lyt-img-02.img-left .img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.lyt-img-02.img-left .content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
}

.lyt-img-02 + .lyt-img-02 {
  margin-top: 5em;
}

.lyt-img-02 .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.lyt-img-02 .content {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  background-color: #fff;
  border-top: solid 3px #cca567;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  padding: 3.1em 40px;
}

.lyt-sec-02 .area-03 .lyt-img-02 .content {
  border-top: solid 3px #9d956c;
}

.lyt-sec-02 .area-03 .lyt-img-02 .content > .hdg-01 {
  color: #9d956c;
}

.lyt-sec-02 .area-03 .lyt-img-02 .content > .hdg-01 > span::before {
  background-color: #9d956c;
}

.lyt-sec-02 .area-03 .lyt-img-02 .content > .hdg-01 > strong > span {
  background-color: #9d956c;
}

.lyt-img-02 .content > .hdg-01 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #cca567;
  margin-bottom: 1.3em;
}

.lyt-img-02 .content > .hdg-01 > span {
  display: block;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: .9em;
}

.lyt-img-02 .content > .hdg-01 > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #cca567;
  width: 30px;
  height: 1px;
}

.lyt-img-02 .content > .hdg-01 > strong {
  display: block;
  font-size: 2.6rem;
  line-height: 1.75;
}

.lyt-img-02 .content > .hdg-01 > strong > span {
  display: inline-block;
  background-color: #cca567;
  padding: 0 10px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .lyt-img-02 {
    display: block;
    margin-bottom: 1.7em;
  }
  .lyt-img-02 + .lyt-img-02 {
    margin-top: 0;
  }
  .lyt-img-02 .content {
    padding: 2.45em 20px;
  }
  .lyt-img-02 .content .hdg-01 {
    text-align: center;
    margin-bottom: .5em;
  }
  .lyt-img-02 .content .hdg-01 > span {
    padding-bottom: .3em;
  }
  .lyt-img-02 .content .hdg-01 > span::before {
    left: calc(50% - 15px);
  }
  .lyt-img-02 .content .hdg-01 > strong {
    font-size: 2rem;
  }
}


.lyt-box-01 {
  background-color: #fff;
  border-top: solid 3px #004e89;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.8em;
}

.lyt-box-01 > .hdg-box-01 {
  background-color: #cca567;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: -3px;
  padding: 0 30px;
}

.lyt-box-01 > .hdg-box-01 > span {
  display: inline-block;
  padding: .25em 0;
}

.lyt-box-01 > .hdg-box-02 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.lyt-box-01 > .hdg-box-02 > span {
  display: inline-block;
  position: relative;
  color: #cca567;
  padding: 2.5em 0 1em;
}

.lyt-box-01 > .hdg-box-02 > span::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  bottom: 0;
  background-color: #cca567;
  width: 30px;
  height: 1px;
}

.lyt-box-01 > .content {
  padding: 2.5em 30px 1.95em;
}

.lyt-box-01 > .content > :last-child {
  margin-bottom: 0 !important;
}

.lyt-box-01 > .content > p {
  font-size: 1.8rem;
  margin-bottom: .7em;
}

.lyt-box-01 > .content > .lead-01 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.lyt-box-01 > .content > .hdg-01 {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #9d956c;
  text-align: center;
  margin-bottom: .4em;
}

.lyt-box-01 > .content > .hdg-01::before, .lyt-box-01 > .content > .hdg-01::after {
  content: "";
  display: block;
  background: #9d956c;
  background: linear-gradient(to right, #9d956c, #9d956c 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 2px);
  background-size: 2px 1px;
  height: 1px;
  flex-grow: 1;
}

.lyt-box-01 > .content > .hdg-01 > span {
  display: inline-block;
  padding: 0 12px;
}

@media only screen and (max-width: 768px) {
  .lyt-box-01 > .hdg-box-01 {
    font-size: 2.4rem;
  }
  .lyt-box-01 > .hdg-box-02 > span {
    padding: 1.6em 0 .4em;
  }
  .lyt-box-01 > .content {
    padding: 1.2em 20px 2.1em;
  }
  .lyt-box-01 > .content > p {
    font-size: 1.4rem;
    margin-bottom: 1.7em;
  }
  .lyt-box-01 > .content .lead-01 {
    font-size: 2rem;
  }
  .lyt-box-01 > .content .hdg-01 {
    font-size: 1.8rem;
  }
}

.lyt-box-02 {
  background-color: #f8f6ef;
}

.lyt-box-02 > .hdg-box-01 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #cca567;
  text-align: center;
  padding: 0 40px;
}

.lyt-box-02 > .hdg-box-01 > span {
  display: inline-block;
  padding: 1em 0 0;
}

.lyt-box-02 > .content {
  padding: .3em 40px 2em;
}

.lyt-box-02 > .content > :last-child {
  margin-bottom: 0 !important;
}

.lyt-box-02 > .content > .list-01 {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2em;
}

.lyt-box-02 > .content > .list-01 > li {
  width: 100%;
  padding: 2em 25px 0;
}

.lyt-box-02 > .content > .list-01 > li .img {
  display: block;
  margin-bottom: 1.85em;
}

.lyt-box-02 > .content > .list-01 > li .ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .7em;
}

.lyt-box-02 > .content > .list-01 > li .txt {
  display: block;
}

@media only screen and (max-width: 768px) {
  .lyt-box-02 > .hdg-box-01 {
    font-size: 1.8rem;
    padding: 0 20px;
  }
  .lyt-box-02 > .content {
    padding: 1em 20px;
  }
  .lyt-box-02 > .content > .list-01 {
    display: block;
  }
  .lyt-box-02 > .content > .list-01 > li {
    width: auto;
    border-left: 0;
    border-bottom: solid #ede9dc 1px;
    margin-bottom: 1.25em;
    padding: 0 0 1.25em;
  }
  .lyt-box-02 > .content > .list-01 > li:last-child {
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .lyt-box-02 > .content > .list-01 > li .img {
    margin-bottom: .55em;
  }
  .lyt-box-02 > .content > .list-01 > li .ttl {
    margin-bottom: 0;
  }
}

.lyt-box-03 {
  border: solid 1px #ccc;
  margin-bottom: 3em;
}

.lyt-box-03.js-tgl-root-01.is-open > .hdg-box-01 .icon-01::after {
  transform: rotate(0);
}

.lyt-box-03 > .hdg-box-01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 30px;
}

[data-script-enable="true"] .lyt-box-03 > .hdg-box-01 {
  padding: 0;
}

[data-script-enable="true"] .lyt-box-03 > .hdg-box-01.js-tgl-hook > button {
  text-align: left;
  padding: 0 30px;
  width: 100%;
}

[data-script-enable="true"] .lyt-box-03 > .hdg-box-01.js-tgl-hook > button > span {
  display: inline-block;
  padding: 1.5em 0;
}

.lyt-box-03 > .hdg-box-01 > span {
  display: inline-block;
  padding: 1.5em 0;
}

.lyt-box-03 > .hdg-box-01 .icon-01 {
  display: inline-block;
  position: relative;
  top: -.1em;
  vertical-align: middle;
  border: solid 1px #000;
  text-indent: -99em;
  margin-left: 15px;
  padding: 0 !important;
  width: 17px;
  height: 17px;
  overflow: hidden;
}

.lyt-box-03 > .hdg-box-01 .icon-01::before, .lyt-box-03 > .hdg-box-01 .icon-01::after {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: 3px;
}

.lyt-box-03 > .hdg-box-01 .icon-01::after {
  transform: rotate(90deg);
  transition: transform .2s;
}

.lyt-box-03 > .content {
  padding: 0 30px 1.5em;
}

@media only screen and (max-width: 768px) {
  .lyt-box-03 {
    margin-bottom: 1.8em;
  }
  .lyt-box-03 > .hdg-box-01 {
    font-size: 1.6rem;
    padding: 0 20px;
  }
  [data-script-enable="true"] .lyt-box-03 > .hdg-box-01.js-tgl-hook {
    position: relative;
  }
  [data-script-enable="true"] .lyt-box-03 > .hdg-box-01.js-tgl-hook > button {
    padding-right: 46px;
  }
  [data-script-enable="true"] .lyt-box-03 > .hdg-box-01.js-tgl-hook .icon-01 {
    position: absolute;
    top: calc(50% - 8.5px);
    right: 20px;
    margin-right: 0;
  }
  .lyt-box-03 > .hdg-box-01 > span {
    padding: 1em 0;
  }
  .lyt-box-03 > .content {
    padding: 0 20px 1em;
  }
}

/**********************
 * Link
 ***********************/
.link-btn-01 > a {
  display: inline-table;
  background-color: #004e89;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  min-width: 440px;
  padding: 0 10px;
}

.link-btn-01 > a:hover, .link-btn-01 > a:focus, .link-btn-01 > a:active {
  text-decoration: underline;
}

.link-btn-01 > a > span {
  display: table-cell;
  vertical-align: middle;
  padding: .9em 0;
}

.link-btn-01 > a > span > span {
  padding-left: 20px;
  position: relative;
}

.link-btn-01 > a > span > span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5.5px);
  left: -2px;
}

@media only screen and (max-width: 768px) {
  .link-btn-01 > a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .link-btn-01 > a > span {
    padding: 1em 0;
  }
}

@media only screen and (max-width: 460px) {
  .link-btn-01 > a {
    min-width: 0;
    width: 100%;
  }
}

.icon-pdf-01 {
  vertical-align: middle;
}

.icon-blank-01 {
  vertical-align: middle;
}

[data-script-enable="true"] .link-tooltip-01 {
  position: relative;
  z-index: 99;
}

[data-script-enable="true"] .link-tooltip-01.is-open::before, [data-script-enable="true"] .link-tooltip-01.is-open::after {
  opacity: 1;
}

[data-script-enable="true"] .link-tooltip-01.is-open > .content {
  display: block;
}

[data-script-enable="true"] .link-tooltip-01::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: -30px;
  border-style: solid;
  border-width: 0 10px 30px 10px;
  border-color: transparent transparent #9d956c transparent;
  width: 0;
  height: 0;
  opacity: 0;
}

[data-script-enable="true"] .link-tooltip-01::after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  bottom: -30px;
  border-style: solid;
  border-width: 0 7px 20px 7px;
  border-color: transparent transparent #fff transparent;
  width: 0;
  height: 0;
  opacity: 0;
}

[data-script-enable="true"] .link-tooltip-01 > .content {
  display: none;
  position: absolute;
  top: calc(1.2em + 26px);
  left: 0;
  background-color: #fff;
  border: solid 3px #9d956c;
  border-radius: 5px;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  padding: 2.4em 15px 1em;
  width: 186px;
}

[data-script-enable="true"] .link-tooltip-01 > .content > button {
  position: absolute;
  top: .6em;
  right: 10px;
  width: 1em;
  height: 1em;
  overflow: hidden;
}

[data-script-enable="true"] .link-tooltip-01 > .content > button::before, [data-script-enable="true"] .link-tooltip-01 > .content > button::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: .1em;
  background-color: #9d956c;
  width: .8em;
  height: 2px;
}

[data-script-enable="true"] .link-tooltip-01 > .content > button::before {
  transform: rotate(-45deg);
}

[data-script-enable="true"] .link-tooltip-01 > .content > button::after {
  transform: rotate(45deg);
}

[data-script-enable="true"] .link-tooltip-01 > .content > button > span {
  position: absolute;
  top: -99em;
  left: -99em;
}

.link-tooltip-01 > .hook {
  text-decoration: none;
  white-space: nowrap;
}

.link-tooltip-01 > .hook::after {
  content: "";
  display: inline-block;
  margin: 0 2px;
  width: 15px;
  height: 15px;
  background: url(/special/sp500active/images/index_icon_03.png) center no-repeat;
  background-size: 15px 15px;
  vertical-align: middle;
}

.link-tooltip-01 > .hook:hover, .link-tooltip-01 > .hook:focus, .link-tooltip-01 > .hook:active {
  text-decoration: underline;
}

.link-tooltip-01 > .content {
  color: #9d956c;
}

/**********************
 * List
 ***********************/
.list-bullet-01 {
  font-size: 1.4rem;
}

.list-bullet-01 > li {
  position: relative;
  margin-bottom: .7em;
  padding-left: 20px;
}

.list-bullet-01 > li:last-child {
  margin-bottom: 0;
}

.list-bullet-01 > li::before {
  content: "";
  display: block;
  position: absolute;
  top: .9em;
  left: 8px;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
}

.list-note-01 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 3em;
}

.list-note-01 > li {
  padding-left: 2em;
  position: relative;
  margin-bottom: .1em;
  text-align: left;
}

.list-note-01 > li:last-child {
  margin-bottom: 0;
}

.list-note-01 > li.natural {
  padding-left: 0;
}

.list-note-01 > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}


.list-note-02 {
    display: flex;
    margin: 0 auto;
    padding-bottom: 1.0em;
    max-width: 960px;
    width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
}

.list-note-03 {
    display: flex;
    margin: 0 auto;
    padding-bottom: 1.0em;
    max-width: 500px;
    width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .list-note-01 {
    font-size: 1rem;
  }
  .list-note-02 {
    font-size: 1rem;
  }
  .list-note-03 {
    font-size: 1rem;
  }
}

.list-link-01 {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 -15px 2em;
}

.list-link-01.natural > li::before, .list-link-01.natural > li::after {
  content: none !important;
}

.list-link-01 > li {
  position: relative;
  padding: 0 15px;
  width: 50%;
}

.list-link-01 > li:only-child {
  width: 100%;
}

.list-link-01 > li:nth-last-child(-n+2)::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: #ccc;
  background: linear-gradient(to right, #ccc, #ccc 1px, #f9f9f9 1px, #f9f9f9 2px);
  background-size: 2px 1px;
  height: 1px;
}

.list-link-01 > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background: #ccc;
  background: linear-gradient(to right, #ccc, #ccc 1px, #f9f9f9 1px, #f9f9f9 2px);
  background-size: 2px 1px;
  height: 1px;
}

.list-link-01 > li > span,
.list-link-01 > li > a {
  display: inline-block;
  padding: 1em 0 .7em;
}

.list-link-01 > li > a:hover > span, .list-link-01 > li > a:focus > span, .list-link-01 > li > a:active > span {
  text-decoration: underline;
}

.list-link-01 > li > a > span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.list-link-01 > li > a > span::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: 5px;
  border: solid #a0001c;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .list-link-01 {
    font-size: 1.6rem;
    margin: 0 -5px 2em;
  }
  .list-link-01 > li {
    padding: 0 5px;
  }
  .list-link-01 > li:nth-last-child(-n+2)::after {
    left: 5px;
    right: 5px;
  }
  .list-link-01 > li::before {
    left: 5px;
    right: 5px;
  }
}

/**********************
 * Javascript
 ***********************/
[data-script-enable="true"] .js-tgl-root-01.is-open .js-tgl-content {
  display: block;
}

[data-script-enable="true"] .js-tgl-root-01 .js-tgl-content {
  display: none;
}

/**********************
 * Transition
 ***********************/
[data-script-enable="true"] .transition-fade-01 {
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 1.2s, opacity 1.2s;
}

[data-script-enable="true"] .transition-fade-01.is-view {
  transform: translateY(0);
  opacity: 1;
}

[data-script-enable="true"] .transition-fade-02 {
  opacity: 0;
  transition: opacity 1.2s;
}

[data-script-enable="true"] .transition-fade-02.is-view {
  opacity: 1;
}

[data-script-enable="true"] .transition-fade-03 {
  opacity: 0;
  transition: opacity 1.8s;
}

[data-script-enable="true"] .transition-fade-03.is-view {
  opacity: 1;
}

[data-script-enable="true"] .transition-unq-01 {
  position: relative;
}

[data-script-enable="true"] .transition-unq-01.is-view::before {
  left: 100%;
}

[data-script-enable="true"] .transition-unq-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300px;
  bottom: 0;
  right: 0;
  background: #f8f6ef;
  background: linear-gradient(to right, rgba(248, 246, 239, 0), #ffffff 300px, #ffffff 100%);
  transition: left 1.8s;
  will-change: left;
}

[data-script-enable="true"] .transition-unq-06 {
  position: relative;
}

[data-script-enable="true"] .transition-unq-06.is-view::before {
  left: 100%;
}

[data-script-enable="true"] .transition-unq-06::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(to right, rgba(248, 246, 239, 0), #fff 300px, #fff 100%);
  transition: left 1.8s;
  will-change: left;
}

[data-script-enable="true"] .transition-unq-07 {
  position: relative;
}

[data-script-enable="true"] .transition-unq-07.is-view::before {
  left: 100%;
}

[data-script-enable="true"] .transition-unq-07::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300px;
  bottom: 0;
  right: 0;
  background: #d9f0ff;
  background: linear-gradient(to right, rgba(248, 246, 239, 0), #d9f0ff 300px, #d9f0ff 100%);
  transition: left 1.8s;
  will-change: left;
}

[data-script-enable="true"] .transition-unq-02 {
  position: relative;
}

[data-script-enable="true"] .transition-unq-02.is-view::before {
  bottom: 100%;
}

[data-script-enable="true"] .transition-unq-02.is-view::after {
  top: 100%;
}

[data-script-enable="true"] .transition-unq-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 25%;
  right: 0;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #fff 90%, rgba(255, 255, 255, 0) 100%);
  transition: bottom 1.2s;
  will-change: bottom;
}

[data-script-enable="true"] .transition-unq-02::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(to top, #fff, #fff 83%, rgba(255, 255, 255, 0) 100%);
  transition: top 1.2s;
  will-change: top;
}

[data-script-enable="true"] .transition-unq-03.is-view > * {
  opacity: 1;
}

[data-script-enable="true"] .transition-unq-03.is-view > *:nth-child(1), [data-script-enable="true"] .transition-unq-03.is-view > *:nth-child(2) {
  transform: translateX(0);
}

[data-script-enable="true"] .transition-unq-03 > * {
  opacity: 0;
  transition: opacity .6s, transform .6s;
}

[data-script-enable="true"] .transition-unq-03 > *:nth-child(1) {
  transform: translateX(-20px);
}

[data-script-enable="true"] .transition-unq-03 > *:nth-child(2) {
  transform: translateX(20px);
}

[data-script-enable="true"] .transition-unq-04.is-view > * {
  opacity: 1;
}

[data-script-enable="true"] .transition-unq-04.is-view > *:nth-child(1), [data-script-enable="true"] .transition-unq-04.is-view > *:nth-child(2) {
  transform: translateX(0);
}

[data-script-enable="true"] .transition-unq-04 > * {
  opacity: 0;
  transition: opacity .6s, transform .6s;
}

[data-script-enable="true"] .transition-unq-04 > *:nth-child(1) {
  transform: translateX(-20px);
}

[data-script-enable="true"] .transition-unq-04 > *:nth-child(2) {
  transform: translateX(20px);
}

[data-script-enable="true"] .transition-unq-05.is-view > * {
  opacity: 1;
}

[data-script-enable="true"] .transition-unq-05 > * {
  opacity: 0;
  transition: opacity .6s;
}

[data-script-enable="true"] .transition-unq-05 > *:nth-child(1) {
  transition-delay: 0s;
}

[data-script-enable="true"] .transition-unq-05 > *:nth-child(2) {
  transition-delay: 0.6s;
}

[data-script-enable="true"] .transition-unq-05 > *:nth-child(3) {
  transition-delay: 1.2s;
}

[data-script-enable="true"] .transition-unq-05 > *:nth-child(4) {
  transition-delay: 1.8s;
}

[data-script-enable="true"] .transition-unq-05 > *:nth-child(5) {
  transition-delay: 2.4s;
}

[data-script-enable="true"] .transition-unq-05 > *:nth-child(6) {
  transition-delay: 3s;
}

[data-script-enable="true"] .transition-unq-05 > *:nth-child(7) {
  transition-delay: 3.6s;
}

[data-script-enable="true"] .transition-unq-05 > *:nth-child(8) {
  transition-delay: 4.2s;
}

[data-script-enable="true"] .transition-unq-05 > *:nth-child(9) {
  transition-delay: 4.8s;
}

/**********************
 * Adjust
 ***********************/
.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: center !important;
}

.font-ss {
  font-size: .5em !important;
}

.font-s {
  font-size: .8em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

/**********************
 * deletesoon
 ***********************/
.point-wrap {
    width: 1000px;
    margin: 0 auto;
}
.point-one {
    display: flex;
    justify-content: center;
    align-items: center;
}
.point-one-img img {
    width: 300px;
    margin-left: 10px;
}
.point-detail {
    width: 60%;
    display: flex;
   position: relative;
} 

.ownercompany_strongpoint {
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: #976F34;
    padding-right: 50px;
}
.ownercompany_strongpoint span {
    font-size: 2rem;
    line-height: 1;
    display: block;
}
.ownercompany_strongpoint div {
    margin-left: 12px;
}
.fund_strongpoint {
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: #5E593F;
    padding-right: 50px;
}
.fund_strongpoint span {
    font-size: 2rem;
    line-height: 1;
    display: block;
}
.fund_strongpoint div {
    margin-left: 12px;
}

.ownercompany_strongpoint_ttl {
    font-size: 3.0rem;
    font-weight: bold;
    color: #976F34;
    margin-bottom: 8px;
}
.fund_strongpoint_ttl {
    font-size: 3.0rem;
    font-weight: bold;
    color: #5E593F;
}
.ownercompany_strongpoint_txt {
    position: relative;
    margin-left: 10px;
}
.fund_strongpoint_txt {
    position: relative;
}

.ownercompany_strongpoint_txt ::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 65%;
    background-color: #cca567;
    position: absolute;
    left: -35px;
}

.point-text {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 20px;
}

.point-two {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;

}
.point-two-img img {
    width: 300px;
    margin-left: 50px;
}

@media screen and (max-width: 1000px){
.point-one-img img, .point-two-img img {
    margin: 0;
    text-align: center;
    width: 350px;
}
.point-detail {
    width: 100%;
    margin-left: 5px;
}
.fund_strongpoint {
    font-size: 5.0rem;
    padding-right: 22px;
}
.fund_strongpoint span {
    font-size: 1.4rem;
}
.fund_strongpoint div{
    margin-left: 7px;
}

.ownercompany_strongpoint {
    font-size: 5.0rem;
    padding-right: 22px;
}
.ownercompany_strongpoint span {
    font-size: 1.4rem;
}
.ownercompany_strongpoint div{
    margin-left: 7px;
}
.ownercompany_strongpoint_ttl {
    font-size: 20px;
}

.fund_strongpoint_ttl {
    font-size: 20px;
}

.point-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1.5em;
}

.ownercompany_strongpoint_txt ::before {
    width: 4px;
    left: -25px;
    height: 65%;
}

.fund_strongpoint_txt ::before {
    width: 4px;
    left: -25px;
    height: 65%;
}
.point-one, .point-two {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
}
.point-wrap {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 100%;
}
}

.lyt-sec-04 {
  position: relative;
  padding: 0 30px;
  background-color: #d9f0ff;
  z-index: 0;
}

.lyt-sec-04 .area-01 {
  position: relative;
  margin: 0 auto;
  padding: 3.6em 0 1.0em;
  max-width: 1100px;
  width: 100%;
}

.lyt-sec-04 .area-01 .hdg-sec-01 {
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.2;
    color: #004e89;
    text-align: center;
    margin-bottom: .7em;
    background-color: #fff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    border-bottom : solid 3px;
}
.lyt-sec-04 .area-01 .hdg-sec-02 {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #a0001c;
    text-align: center;
    margin-bottom: 1.0em;
    margin-top: 1.6em;
    line-height: 1.2;
    font-size: 2.0rem;
}

.lyt-sec-04 .area-01 .hdg-sec-02 > span {
    padding-left: 10px;
    padding-right: 10px;
}

.lyt-sec-04 .area-01 .hdg-sec-02::before, .lyt-sec-04 .area-01 .hdg-sec-02::after {
    content: "";
    display: block;
    background: #a0001c;
    background: linear-gradient(to right, #a0001c, #a0001c 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 2px);
    background-size: 2px 1px;
    height: 2px;
    flex-grow: 1;
}

.lyt-sec-04 .area-01 .hdg-sec-03 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 .6em;
  line-height: 1.3;
}

.lyt-sec-04 .area-01 .hdg-sec-04 {
    display: flex;
    align-items: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #9d956c;
    text-align: center;
    margin-bottom: 1.0em;
   margin-top: 1.0em;
  line-height: 1.2;
}

.lyt-sec-04 .area-01 .hdg-sec-04::before, .lyt-sec-04 .area-01 .hdg-sec-04::after {
    content: "";
    display: block;
    background: #9d956c;
    background: linear-gradient(to right, #9d956c, #9d956c 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 2px);
    background-size: 2px 1px;
    height: 1px;
    flex-grow: 1;
}

@media only screen and (max-width: 768px){
.lyt-sec-04 {
  padding: 0 10px;
}

.lyt-sec-04 .area-01 .hdg-sec-04 {
    font-size: 1.8rem;
    font-weight: 1.5;
    margin-bottom: 1.2em;
}
}

@media only screen and (max-width: 960px){
.lyt-sec-04 .area-01 .hdg-sec-01 {
   width: 85%;
}
}
@media only screen and (max-width: 768px){
.lyt-sec-04 .area-01 .hdg-sec-01 {
  font-size: 2.7rem;
  width: 98%;
}
}

.lyt-sec-05 {

    position: relative;
    padding: 0 30px;
}

.lyt-sec-05 .area-01 {
    position: relative;
    margin: 0 auto;
    padding: 1.5em 0 1.5em;
    max-width: 1100px;
    width: 100%;
}
.lyt-sec-05 .area-01 .hdg-sec-02plus {
    margin-top: 1em;
}

.lyt-sec-05 .area-01 .hdg-sec-02 {
    position: relative;
    font-size: 2.6rem;
    color: #004e89;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 16px;
}

.lyt-sec-05 .area-01 .hdg-sec-03 {
  margin-bottom: 25px;
}

.lyt-sec-05 .area-01 .hdg-sec-02::before {
    content: "";
    display: block;
    position: absolute;
    top: .1em;
    left: 0;
    bottom: .2em;
    background-color: #a0001c;
    width: 6px;
}
@media only screen and (max-width: 768px){
.lyt-sec-05 {
  padding: 0 10px;
  padding-bottom: 30px;
}
.fund_strongpoint_txt {
  margin-bottom: 2.0em;
}
.lyt-sec-05 .area-01{
     padding-bottom: 0;
     padding-top: 0;
}
}
/**********************
 * 動画
 ***********************/


.movie{
  position: relative;
  width:100%;
  padding-top: 56.25%;
  height:0px;
}
.movie iframe{
  position: absolute;
  top:0;
  right: 0;
  width:100%;
  height:100%;
}
.movie-wrap {
  max-width: 60%; /* ここに動画の横幅を指定 */
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
.movie-wrap {
  max-width: 100%; /* ここに動画の横幅を指定 */
}
}









.list-note-01b {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

.tb01 {
  margin-bottom: 25px;
}
.tb02 {
  margin-bottom: 40px;
}


table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  table-layout: fixed;
  text-align: center;
}


table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 2px solid #adb5bd;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #adb5bd;
}
table td {
  width: 15%;
}

table thead tr{
  background-color: #9d956c;
  color:#fff;
}
table tbody th {
    background: #E7E0C9;
}

.non{
  background:#EDE6D3 ;
}

.tb01fund {
  font-size: 1.8rem;
  line-height: 1.2;
}

.tb02 thead tr{
  background-color: #7c6f6b; 
}
.tb02 {
  width: 80%;
}

.tb02 th,
.tb02 td {
  padding: .65em 10px .65em 1em;
  border-right: 1px solid #adb5bd;
}

.tb02 tr {
    border-bottom: 1px solid #adb5bd;
}


@media only screen and (max-width: 768px) {
table {
  width: 100%;
}
.tb01 { 
  width: 100%;
  font-size: 1.4rem;
}
.tb02 {
    width: 100%;
    margin-bottom: 20px;
}
.lyt-sec-04 .area-01 {
  padding-bottom: 1.0em;
}
}

.mark-box {
    position: relative;
}
.mark-box:before {
    position: absolute;
    content: "";
    left: -14px;
    top: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50px 0 0;
    border-color: #d90429 transparent transparent transparent;
}
.mark-box:after {
    position: absolute;
    content: "NEW";
    transform: rotate(320deg);
    display: block;
    font-size: 12px;
    white-space: pre;
    color: #fff;
    top: -5px;
    left: -14px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}


.newitem01 {  
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 20%;
  margin: 0;
  z-index: 2;
  width: 70px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: #BD8B41;
  border-radius: 2px 0 0 0;
  }

.newitem01:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #6D4F26;
  border-right: solid 5px transparent;
}

.newitem01:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 10px solid #BD8B41;
}

@media only screen and (max-width: 768px) {
.newitem01 {  
  right: 10%;}
.mark-box:before {
    left: -18px;
    top: -25px;
    border-width: 35px 40px 0 0;
}
.mark-box:after {
    font-size: 10px;
    top: -17px;
    left: -18px;
    font-weight: bold;
}
.tb01fund {
    padding-top: 25px;
}
table th, 
table td {
  font-size: 1.3rem;
}
}


.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #9d956c;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: #B7B7B7;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 15px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  flex: 1;
  margin-bottom:-0.01px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;

}


.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;

}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #9d956c;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  border-bottom: 2px solid #9d956c;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab-content{
 text-align: center;
 }

@media only screen and (max-width: 768px) {
.tab-label {  
  font-size: 1.7rem;
  padding: 15px .2em;
}
}
@media only screen and (max-width: 330px) {
.tab-label {  
  font-size: 1.3rem;
}


}









.tab2-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab2-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #9d956c;
  display: block;
  order: -1;
}
.tab2-label {
  color: White;
  background: #B7B7B7;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 15px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  flex: 1;
  margin-bottom:-0.01px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.tab2-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab2-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab2-switch:checked+.tab2-label {
  background: #9d956c;
}
.tab2-switch:checked+.tab2-label+.tab2-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  border-bottom: 2px solid #9d956c;
}

/* ラジオボタン非表示 */
.tab2-switch {
  display: none;
}

.tab2-content{
 text-align: center;
 }

@media only screen and (max-width: 768px) {
.tab2-label {  
  font-size: 1.7rem;
  padding: 15px .2em;
}
}
@media only screen and (max-width: 330px) {
.tab2-label {  
  font-size: 1.3rem;
}
}




















/**********************
 * MVリボン
 ***********************/

.ribbon01 {
  display: inline-block;
  position: absolute;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: rotate(-10deg) skew(-17deg,4deg);
  transform: rotate(-10deg) skew(-17deg,4deg);
  top: 28%;
  right: 15%;
}
.ribbon01:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #d00000;
  bottom: -7px;
  left: -15px;
  z-index: -2;
}

.ribbon01:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #d00000;
  bottom: -10px;
  right: -25px;
  z-index: -2;
}

.ribbon01 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  color: white;
  background: #dc2f02;
  font-size: 1.8rem;
  font-weight: bold;
}
.ribbon01 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 25px #9d0208;
}
.ribbon01 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #9d0208;
}

@media only screen and (max-width: 760px) {
.ribbon01 {
    height: 35px;
}
.ribbon01 h3 {
    line-height: 35px;
}
.ribbon01 h3 {
    font-size: 1.5rem;
    padding: 0 5px;
}
.ribbon01:after {
    height: 30px;
}
.ribbon01:before {
    height: 30px;
}
.ribbon01 {
  right: 20%;
}
}

@media only screen and (max-width: 330px) {
.ribbon01 {
    right: 15%;
}
}

@media only screen and (max-width: 290px) {
.ribbon01 {
    right: 10%;
}
}

/**********************
 * graph_btn
 ***********************/
.graph_btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr 50px 1fr 50px;
  grid-template-columns: 50px 1fr 50px 1fr 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin-top: 1em;
  margin-bottom: 2em;
}

.graph_btn .btn1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  background-color: #000;
}

.graph_btn .btn1 h2 {
  text-align: center;
  margin: 0;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

.graph_btn .btn1 a {
  text-decoration: none;
  color: #fff;
}

.graph_btn .btn1 > a > h2 > span {
  padding: .5em 0;
}

.graph_btn .btn1 > a > h2 > span > span {
  padding-left: 20px;
  position: relative;
}

.graph_btn .btn1 > a > h2 > span > span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #cca567;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5.5px);
  left: -2px;
}

.graph_btn .btn1:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.graph_btn .btn1 a:hover {
  text-decoration: underline;
}

.graph_btn .btn2 {
  color: #fff;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
  background-color: #000;
}

.graph_btn .btn2 h2 {
  text-align: center;
  margin: 0;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

.graph_btn .btn2 a {
  text-decoration: none;
  color: #fff;
}

.graph_btn .btn2 > a > h2 > span {
  padding: .5em 0;
}

.graph_btn .btn2 > a > h2 > span > span {
  padding-left: 20px;
  position: relative;
}

.graph_btn .btn2 > a > h2 > span > span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #cca567;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5.5px);
  left: -2px;
}

.graph_btn .btn2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.graph_btn .btn2 a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
.graph_btn {
  display: block;
}

.graph_btn .btn1 {
  margin: 10px 20px 20px 20px; 
}

.graph_btn .btn1 h2 {
  padding: 10px 10px;
  font-size: 1.5rem;
}

.graph_btn .btn2 {
  margin: 0 20px 10px 20px;
}

.graph_btn .btn2 h2 {
  padding: 10px 10px;
  font-size: 1.5rem;
}
}

.emph {
  color: #d90429 ;
}








.inner {
    padding: 0 30px;
}




@media screen and (max-width: 767px){
.inner {
    padding: 0;
}
}
.nisa {
    background-color: pink;
    display: inline-block;
    padding: 2px 7px;
    font-weight: bold;
}

@media screen and (max-width: 767px){
 .nisa {
    color: #004e89;
  }
}

.column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cl_inner {
   position: relative;
    width: calc((100% - 40px) / 2);
   top: -45px;
}

.movieBox {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.movieBox1 {
  height: 330.14;
}
.movieBox2 {
  height: 330.14;
}


@media screen and (max-width: 767px){
  .column2 {
  padding: 0 10px;
  display: block;
  }
  .cl_inner {
  width: 100%;
    }
  .movieBox {
    margin-bottom: -45px;
}
}

@media screen and (max-width: 1000px){
.movieBox1 {
  height: 204.75;
}
.movieBox2 {
  height: 204.75;
}
}

.list-note-04 {
  font-size: 40%;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 767px){
.list-note-04 {
  font-size: 60%;
}}


/**********************
 * 動画
 ***********************/
}
.movie-wrap {
  max-width: 75%; /* ここに動画の横幅を指定 */
  margin: 0 auto;
}

.movie{
  position: relative;
  width:100%;

  height:0px;
  margin-bottom: 20px;
}
.movie iframe{
  position: absolute;
  top:0;
  right: 0;
  width:100%;
  height:100%;
}
@media only screen and (max-width: 768px) {
.movie-wrap {
  max-width: 100%; /* ここに動画の横幅を指定 */
}
}