/*---------------------------------------------
bnr
---------------------------------------------*/
.bnr-01 {
font-size: 24px;
font-weight: bold;
}

@media only screen and (max-width: 768px) {
.bnr-01 {
font-size: 18px;
}}

.bnr-02 {
font-size: 16px;
  }

@media only screen and (max-width: 768px) {
.bnr-02 {
font-size: 14px;
}}

/*---------------------------------------------
investment_trust_h4
---------------------------------------------*/
.investment_trust_h4{
font-weight:bold;
color:#004e80;
font-size:120%;
}


/*---------------------------------------------
investment_trust_topic
---------------------------------------------*/
.investment_trust_topic{
width:100%;
margin-left: auto;
margin-right: auto;
font-weight:bold;
text-align:center;
padding:0;
background-color:#eee9dd;
border-radius: 0.9em;
}


/*---------------------------------------------
investment_trust_graph
---------------------------------------------*/
.investment_trust_graph{
width:100%;
margin-left: auto;
margin-right: auto;
font-weight:bold;
text-align:center;
padding:0;
background-color:#eee9dd;
border-radius: 0.9em;
}


/*---------------------------------------------
investment_trust_note
---------------------------------------------*/
.investment_trust_note{
font-size:90%;
color:#4e4e4e;
padding-left: 0em;
text-indent: -1.3em;
position: relative;
z-index: 10;
max-width: 1045px;
margin: 30px auto 0;
padding: 0 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between; }

/*---------------------------------------------
movie
---------------------------------------------*/
.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}