/*---------------------------------------------
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;
text-align:center;
padding:10px;
background-color:#c7e7cf;
border-radius: 0.5em;
font-size: 120%;
}

/*---------------------------------------------
investment_trust_graph2
---------------------------------------------*/
.investment_trust_graph2{
width:70%;
margin-left: auto;
margin-right: auto;
text-align:center;
padding:10px;
background-color:#c7e7cf;
border-radius: 0.5em;
font-size: 120%;
}

/*---------------------------------------------
investment_trust_graph3
---------------------------------------------*/
.investment_trust_graph3{
margin-left: auto;
margin-right: auto;
text-align:center;
padding:5px;
font-weight: bold;
margin-bottom: 10px;
font-size: 120%;
}



/*---------------------------------------------
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; }

/*---------------------------------------------
entech_title_sub
---------------------------------------------*/
.entech_title_sub {
  padding: 0.25em 1em;
  background: -webkit-linear-gradient(to right, #2b4a5e, #9dbed3);
  background: linear-gradient(to right, #2b4a5e, #9dbed3);
  margin: 1em 0 1em;
  color: #fff;
  font-size: 120%;
  vertical-align: middle;
}

/*---------------------------------------------
list_entech_wrap
---------------------------------------------*/
.list_entech-wrap {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
　　list-style-position: inside;

}
 
.list_entech:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #0070c0;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

/*---------------------------------------------
lyt-img-01
---------------------------------------------*/
.lyt-img-01 {
  display: block;
  text-align: center;
  margin-bottom: 2.1em;
}

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

/*---------------------------------------------
graph_date
---------------------------------------------*/
.graph_date p{
   text-align: center;
} 



