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

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

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

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

/*---------------------------------------------
investment_trust_graph
---------------------------------------------*/
.investment_trust_graph{
width:100%;
margin-left: auto;
margin-right: auto;
text-align:center;
padding:10px;
background-color:#fcee3a;
border-radius: 1.5em;
font-size: 120%;
}

/*---------------------------------------------
investment_trust_graph2
---------------------------------------------*/
.investment_trust_graph2{
width:50%;
margin-bottom: 0;
text-align:center;
padding:10px;
background-color: #a9d18e;
border-radius: 1.5em 1.5em 0 0;
font-size: 120%;
font-weight: bold;
color: #000;
z-index: 2;
position: relative;
}

/*---------------------------------------------
investment_trust_graph3
---------------------------------------------*/
.investment_trust_graph3{
width:50%;
margin-left: auto;
margin-right: auto;
text-align:center;
padding:10px;
background-color:#fcee3a;
border-radius: 1.5em;
font-size: 120%;
}

/*---------------------------------------------
investment_trust_graph4
---------------------------------------------*/
.investment_trust_graph4{
width:50%;
margin-left: 20px;
margin-bottom: -20px;
text-align:center;
padding:10px;
background-color:#60c1e4;
border-radius: 1.5em;
font-size: 120%;
font-weight: bold;
color: #fff;
z-index: 2;
position: relative;
}

/*---------------------------------------------
investment_trust_graph5
---------------------------------------------*/
.investment_trust_graph5{
width:50%;
margin-left: 20px;
margin-bottom: -20px;
text-align:center;
padding:10px;
background-color:#ffc000;
border-radius: 1.5em;
font-size: 120%;
font-weight: bold;
color: #fff;
z-index: 2;
position: relative;
}

/*---------------------------------------------
investment_trust_graph6
---------------------------------------------*/
.investment_trust_graph6{
width:50%;
margin-bottom: 0;
text-align:center;
padding:10px;
background-color: #ffc000;
border-radius: 1.5em 1.5em 0 0;
font-size: 120%;
font-weight: bold;
color: #000;
z-index: 2;
position: relative;
}

/*---------------------------------------------
investment_trust_box1
---------------------------------------------*/
.investment_trust_box1{
border: solid 3px #a9d18e;
background-color: #e2f0d9; 
padding: 15px 15px 15px;
z-index: 1;
position: relative;
}

/*---------------------------------------------
investment_trust_box2
---------------------------------------------*/
.investment_trust_box2{
border: solid 3px #ffc000;
background-color: #fff9e7; 
padding: 15px 15px 15px;
z-index: 1;
position: relative;
}

/*---------------------------------------------
investment_trust_box
---------------------------------------------*/
.investment_trust_box{
border: solid 3px #7f7f7f; 
padding: 30px 15px 15px;
z-index: 1;
position: relative;
}



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

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

/*---------------------------------------------
monopoly_title_sub1
---------------------------------------------*/
.monopoly_title_sub1 {
  padding: 0.25em 0.5em;
  background: -webkit-linear-gradient(to right, #cee1f2, #f7fbfd);
  background: linear-gradient(to right, #cee1f2, #f7fbfd);
  margin: 1em 0 1em;
  color: #2f5597;
  font-size: 150%;
  font-weight:bold;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .monopoly_title_sub1 {
    font-size: 120%;
  }
}

/*---------------------------------------------
monopoly_title_sub2
---------------------------------------------*/
.monopoly_title_sub2 {
  margin: 1em 0 1em;
  color: #ed7d31;
  font-size: 150%;
  font-weight:bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .monopoly_title_sub2 {
    font-size: 120%;
  }
}

/*---------------------------------------------
monopoly_title_sub3
---------------------------------------------*/
.monopoly_title_sub3 {
  padding: 0.1em 0.5em;
  border-left: solid 8px #5b9bd5;
  color: #4472c4;
  font-size: 150%;
  font-weight:bold;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .monopoly_title_sub3 {
    font-size: 120%;
  }
}



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

}
 
.list_monopoly:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #5b9bd5;  /* 背景色指定 */
　　-webkit-transform: rotate(45deg);   /* ダイヤ型指定 */
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

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

}
 
.list_monopoly2:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #70ad47;  /* 背景色指定 */
　　-webkit-transform: rotate(45deg);   /* ダイヤ型指定 */
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

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

}
 
.list_monopoly3:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #ffc000;  /* 背景色指定 */
　　-webkit-transform: rotate(45deg);   /* ダイヤ型指定 */
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}