@charset "UTF-8";

/* =====================
  Corprate common
===================== */

.corp-Button .sw-InternalLink_Button {
  padding: 23px 32px 20px 20px;
}

@media print, screen and (min-width: 768px) {
  .corp-Button .sw-InternalLink_Button {
    padding: 12px 103px;
  }
}

.corp-Button-top {
  margin-top: 60px;
}

.corp-NoteText {
  color: #666;
  font-size: 1.6rem;
  padding: 0;
}

/* =====================
  Fiduciary
===================== */

.pbNested .sw-H1Title-fiduciary h1{
    font-size: 2.4rem;
    font-weight: bold;
}

@media print, screen and (min-width: 768px){
.pbNested .sw-H1Title-fiduciary h1{
    font-size: 4rem;
    font-weight: normal;
 }
}

.pbNested .corp-Fiduciary_Title {
    margin-bottom: 27px;
}

.corp-Fiduciary_Title {
    color: #0c419a;
    font-family: "source-han-serif-japanese",serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 27px;
    text-align: center;
}
@media print, screen and (min-width: 768px){
.pbNested .corp-Fiduciary_Title {
    margin-top: 10px;
}
.corp-Fiduciary_Title {
    font-size: 4.8rem;
    margin: 10px 0 0;
 }
}

.corp-Fiduciary_Title p {
    font-size: 2.4rem;

}
@media print, screen and (min-width: 768px){
.corp-Fiduciary_Title p {
    font-size: 4rem;
 }
}

.pbNested .corp-Fiduciary_Text {
    font-family: "source-han-serif-japanese",serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: center;
}

.pbNested .corp-Fiduciary_Text p{
    font-family: "source-han-serif-japanese",serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;

}

@media print, screen and (min-width: 768px){
.pbNested .corp-Fiduciary_Text {
    font-size: 2.4rem;
    line-height: 2;
    margin-bottom: 48px;
 }

.pbNested .corp-Fiduciary_Text p{
    font-size: 2.4rem;
    line-height: 2;
 }

}

.corp-Fiduciary_Content_Title {
    color: #0c419a;
/* font-size: 2rem;*/
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
}
.pbNested.corp-Fiduciary_Content_Title p {
    font-size: 2rem;
}
.corp-Fiduciary_Content_Bracket > div:not(.pb-handle) {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.corp-Fiduciary_Content_Bracket > div:not(.pb-handle):after, .corp-Fiduciary_Content_Bracket > div:not(.pb-handle):before {
    border: solid 1px #c6c6c6;
    content: "";
    display: block;
    width: 16px;
}

.corp-Fiduciary_Content_Bracket > div:not(.pb-handle):before {
    border-right: none;
}
@media print, screen and (min-width: 768px){
.corp-Fiduciary_Content_Bracket > div:not(.pb-handle):before {
    margin-right: 20px;
 }
}
.corp-Fiduciary_Content_Bracket > div:not(.pb-handle):after {
    border-left: none;
    height: auto;
}
@media print, screen and (min-width: 768px){
.corp-Fiduciary_Content_Bracket{
    margin-left: 20px;
 }
}

.corp-Fiduciary_Content_Bracket_Inner {
    padding: 16px 0;
    width: 571px;
}

.corp-Fiduciary_Content_Text {
    margin: 0;
    padding-left: 10px;
    position: relative;
}
@media print, screen and (min-width: 768px){
.corp-Fiduciary_Content_Text {
    padding-left: 0;
    position: static;
    text-align: center;
 }
}

.corp-Fiduciary_Content_Text p:before {
    content: "-";
    left: 0;
    padding-right: 5px;
    position: absolute;
    width: 5px;
}
@media print, screen and (min-width: 768px){
.corp-Fiduciary_Content_Text p:before {
    position: static;
 }
}

.corp-Fiduciary_Content:not(:last-of-type) {
    margin-bottom: 52px;
}

.pbNested.corp-Fiduciary_Content_Text {
    margin-bottom: 0px;
}

/* =====================
  History
===================== */
.corp-Locations {
  margin-bottom: 56px;
  position: relative;
}

.corp-Locations_Img {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .corp-Locations_Img {
    display: block;
    width: 100%;
    z-index: 0;
  }
}

.corp-Locations_Links {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .corp-Locations_Links {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

a.corp-Locations_Link {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #0c419a;
  color: #0c419a;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  margin: 0 0 24px;
  padding: 12px 48px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

a.corp-Locations_Link{
  text-decoration: none;
}

a.corp-Locations_Link:hover {
  opacity: 0.7;
}

a.corp-Locations_Link::after {
  border-right: solid 1px #0c419a;
  border-top: solid 1px #0c419a;
  content: "";
  height: 11px;
  position: absolute;
  right: 19px;
  top: 35%;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  width: 11px;
}

@media print, screen and (min-width: 768px) {
  a.corp-Locations_Link {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    border: 2px solid #0c419a;
    font-size: 12px;
    height: 30px;
    margin: 0;
    padding: 6px 0;
    position: absolute;
    width: 104px;
  }
  a.corp-Locations_Link::after {
    border-right: solid 2px #0c419a;
    border-top: solid 2px #0c419a;
    height: 7px;
    right: 9px;
    top: 47%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    width: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  /* 1.日本 */
  a.corp-Locations_Link:nth-child(1) {
    left: 41%;
    top: 48%;
  }
  /* 2.ロンドン */
  a.corp-Locations_Link:nth-child(2) {
    left: 5%;
    top: 40%;
  }
  /* 3.ニューヨーク */
  a.corp-Locations_Link:nth-child(3) {
    left: 65%;
    top: 48%;
  }
  /* 4.香港 */
  a.corp-Locations_Link:nth-child(4) {
    left: 25%;
    top: 48%;
  }
  /* 5.上海 */
  a.corp-Locations_Link:nth-child(5) {
    left: 33%;
    top: 33%;
  }
   /* 6.シンガポール */
  a.corp-Locations_Link:nth-child(6) {
    left: 25%;
    top: 63%;
  }
}

/* =====================
  Chart
===================== */

/*チャート画像投資顧問残高～運用プロフェッショナル*/
.corp-Top_Chart >div:not(.pb-handle)  {
    /*-webkit-box-align: start;*/
   /* -ms-flex-align: start;*/
   /* align-items: flex-start;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pbNested.corp-Top_Chart{
    margin: 56px 0;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart > div:not(.pb-handle)  {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
 }
}
@media print, screen and (min-width: 768px){
.pbNested.corp-Top_Chart{
    margin: 48px 0;
 }
}

.corp-Top_Chart_Item > div:not(.pb-handle){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item > div:not(.pb-handle){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
 }
}

 .corp-Top_Chart > div:not(.pb-handle):after {
    content: none;
}

.pbNested.corp-Top_Chart_Item{
    margin-bottom:0;
}

.pbNested.corp-Top_Chart_Item-left{
    margin-bottom: 58px;
}
@media print, screen and (min-width: 768px){
.pbNested.corp-Top_Chart_Item-left{
    margin-bottom: 0px;
 }
}
/*投資顧問残高（左側）～テキスト*/
.corp-Top_Chart_Item_Text_Wrap > div:not(.pb-handle)  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item_Text_Wrap > div:not(.pb-handle)  {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
}

.corp-Top_Chart_Item_Text {
    color: #0c419a;
    margin-left: 0;
}
@media print, screen and (min-width: 768px){
.pbNested.corp-Top_Chart_Item_Text {
    margin-left: 24px;
 }
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item_Text_Wrap > .corp-Top_Chart_Item_Text {
    width: auto;
 }
}


.corp-Top_Chart_Item_Text_Label p {
    font-size: 1.8rem;
    font-weight: bold;
}

.corp-Top_Chart_Item_Text_Label p:lang(en) {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .corp-Top_Chart_Item_Text_Label p:lang(en) {
    font-size: 2rem;
    height: 35px;
    text-align: left;
    white-space: nowrap;
  }
}


.pbNested.pbNestedWrapper .corp-Top_Chart_Item_Investment_Text_Label {
    margin-bottom: 0px;
}

@media print, screen and (min-width: 768px) {
  .corp-Top_Chart_Item_Investment_Text_Label:lang(en) {
    line-height: normal;
    height: 35px;
  }

}

  .corp-Top_Chart_Item_Text:not(:first-child) .corp-Top_Chart_Item_Investment_Text_Label:lang(ja) {
    margin-top: 58px;
  }

@media print, screen and (min-width: 768px) {
  .corp-Top_Chart_Item_Text:not(:first-child) .corp-Top_Chart_Item_Investment_Text_Label:lang(ja) {
    margin-top: 0;
  }
}

  .corp-Top_Chart_Item_Text .corp-Top_Chart_Item_Investment_Text_Label:lang(en),
  .corp-Top_Chart_Item_Text:first-child .corp-Top_Chart_Item_Investment_Text_Label:lang(en) {
    margin-top: 28px;
  }

@media print, screen and (min-width: 768px) {
  .corp-Top_Chart_Item_Text .corp-Top_Chart_Item_Investment_Text_Label:lang(en),
  .corp-Top_Chart_Item_Text:first-child .corp-Top_Chart_Item_Investment_Text_Label:lang(en) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
.corp-Top_Chart_Item_Investment_Text_Label{
    min-width: unset;
}

}
.corp-Top_Chart_Item_Investment_Text_Label{
    min-width: 200px;
}

.corp-Top_Chart_Item_Investment_Text_Label p{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    min-width: 200px;
 }

@media print, screen and (min-width: 768px) {
  .corp-Top_Chart_Item_Investment_Text_Label p:lang(en){
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
 }
}

.corp-Top_Chart_Item_Text_Value p {
    font-size: 7.4rem;
    line-height: 1;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item_Text_Value p {
    font-size: 8.0rem;
 }
}

.corp-Top_Chart_Item_Text_Value p:lang(en) {
    font-size: 9rem;
}
@media print, screen and (min-width: 768px) {
  .corp-Top_Chart_Item_Text_Value p:lang(en) {
    font-size: 7.5rem;
    /* letter-spacing: -3px; */
  }
}



.corp-Top_Chart_Item_Text_Value_Unit{
    font-size: 2.6rem;
    line-height: 1.7;
}

.corp-Top_Chart_Item_Text_Value_Unit:lang(en) {
    font-size: 2.4rem;
    margin-left: 6px;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item_Text_Value_Unit:lang(en) {
    font-size: 2rem;
  }
}

.corp-Top_Chart_Item-left .corp-Top_Chart_Item_Text:last-child {
    margin-left: 10px;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item-left .corp-Top_Chart_Item_Text:last-child {
    margin-left: 24px;
 }
}
.corp-Top_Chart_Item-left .corp-Top_Chart_Item_Text:last-child:lang(en) {
    margin-left: 0;
    margin-top: 28px;
}
@media print, screen and (min-width: 768px) {
  .corp-Top_Chart_Item-left .corp-Top_Chart_Item_Text:last-child:lang(en) {
    margin-left: 18px;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item_Text_Wrap > .corp-Top_Chart_Item_Text {
    width: auto;
 }
}
.corp-Top_Chart_Item_Text {
    color: #0c419a;
    margin-left: 0;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item_Text {
    margin-left: 24px;
 }
}
.corp-Top_Chart_Item_Text_Value span:lang(ja){
    font-size: 2.6rem;
    line-height: 1.7;
}
.corp-Top_Chart_Item_Text_Value_Dollar {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 1.4;
    margin-right: 8px;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item_Text_Value_Dollar {
    font-size: 3.2rem;
    margin-right: 6px;
 }
}


/*運用プロフェッショナル（右側）*/
.corp-Top_Chart_Item > div:not(.pb-handle)  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.corp-Top_Chart_Item {
    width: 100%;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item > div:not(.pb-handle)  {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

 }
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item {
    width: auto;
 }
}

.corp-Top_Chart_Item_Image-rightShift > div:not(.pb-handle) {
    left: 15px;
    position: relative;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item_Image-rightShift > div:not(.pb-handle){
    left: 0;
 }
}
.corp-Top_Chart_Item-right  > div:not(.pb-handle) .corp-Top_Chart_Item_Text_Label {
    text-align: center;
}

.corp-Top_Chart_Item_Text_Value_Wrap  > div:not(.pb-handle) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.corp-Top_Chart_Item_Text_Value_Wrap:lang(en)> div:not(.pb-handle) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.corp-Top_Chart_Item-right  > div:not(.pb-handle) .corp-Top_Chart_Item_Text_Value_Wrap  > div:not(.pb-handle) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media print, screen and (min-width: 768px){
.corp-Top_Chart_Item-right  > div:not(.pb-handle) .corp-Top_Chart_Item_Text_Value_Wrap  > div:not(.pb-handle)  {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
 }
}

.corp-Top_Chart_Item_Image {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 auto 24px;
}



/* =====================
  AboutList
===================== */
/*背景*/
.pbNested.corp-Top_AboutList_BackBox {
    background-color: #f4f6f8;
    height: 370px;
    margin-bottom: -330px;
    margin-left: auto;
    width: 92%;
}
@media print, screen and (min-width: 768px){
.pbNested.corp-Top_AboutList_BackBox {
    height: 255px;
    margin-bottom: -215px;
    width: 71%;
 }
}
/*会社概要、事業紹介、受賞歴、QOLに関する取り組み*/

.pbNested .corp-Top_AboutList{
    margin: 0 auto 80px;
}

.corp-Top_AboutList >div:not( .pb-handle) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media print, screen and (min-width: 768px){
.corp-Top_AboutList >div:not( .pb-handle) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 34px;
 }
}
@media print, screen and (min-width: 768px){
.corp-Top_AboutList{
    width: 1088px;
 }
}
.corp-Top_AboutList_Item {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
        /* transition-property: opacity;
        transition-duration: 0.4s;
        transition-timing-function: ease;
        transition-delay: 0s; */
    margin-right: 1px;
    position: relative;
    width: 49%;
}
@media print, screen and (min-width: 768px){
.corp-Top_AboutList_Item  {
    margin-right: 3px;
    width: 253px;
 }
}

.corp-Top_AboutList_Item:hover {
    opacity: 0.7;
}

.corp-Top_AboutList_Item .corp-Top_AboutList_Item_Link{
    margin-bottom: 0;
}

.corp-Top_AboutList_Item_Link:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 92, 168, 0)), color-stop(85%, #095ca8), color-stop(110%, #223760));
    background: linear-gradient(rgba(9, 92, 168, 0), #095ca8 85%, #223760 110%);
    bottom: 0px;
    content: "";
    display: block;
    height: 140px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.corp-Top_AboutList_Item_Link > div > div{
    margin-bottom: 0;
}

.corp-Top_AboutList_Item_Link > div > div a:hover img {
    -webkit-transition: unset;
    transition: unset;
    opacity: unset;
}

.corp-Top_AboutList_Item_Link_Text {
    bottom: 31px;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.corp-Top_AboutList_Item_Link_Text p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}
.pbNested .img_responsibility_corporate{
    margin-bottom: 0;
}
.img_responsibility_corporate a:before {
content: "";
position: absolute;
width: 100%;
background: none;
height: 100%;
top: 0;
left: 0;
}
/* =====================
  Message
===================== */

/*CEOメッセージ写真*/
.corp-Top_Message {
    margin-bottom: 74px;
}

.pbNested.corp-Top_Message_Textbox  {
    background-color: #0c419a;
    margin-bottom: 15px;
    position: relative;
    width: 96%;
    z-index: 2;
}
@media print, screen and (min-width: 768px){
.pbNested .corp-Top_Message_Textbox {
    height: 124px;
    margin-bottom: -85px;
    width: 568px;
 }
}

.pbNested .corp-Top_Message_Textbox {
    padding: 34px 16px 28px 15px;
}

@media print, screen and (min-width: 768px){
.pbNested .corp-Top_Message_Textbox {
    padding: 16px 58px 17px 59px;
 }
}

.pbNested .corp-Top_Message_Textbox p{
    color: white;
    font-family: "source-han-serif-japanese",serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
}
.pbNested .corp-Top_Message_Textbox p:lang(ja){
    letter-spacing: -0.4rem;
}
@media print, screen and (min-width: 768px){
.pbNested .corp-Top_Message_Textbox p:lang(ja){
    font-size: 4rem;
    letter-spacing: normal;
 }
}

.corp-Top_Message_Textbox  span {
display: block;
font-size: 2.4rem;
letter-spacing: normal;
}

@media print, screen and (min-width: 768px){
.corp-Top_Message_Textbox  span {
font-size: 2.8rem;
 }
}

/*CEOメッセージ写真(英語版)*/

.corp-Top_Message_Textbox p:lang(en) {
    font-size: 2.6rem;
    letter-spacing: normal;
}
@media print, screen and (min-width: 768px){
.corp-Top_Message_Textbox p:lang(en) {
    font-size: 3.5rem;
    line-height: 1.4;
 }
}

@media print, screen and (min-width: 768px){
.corp-Top_Message_Textbox:lang(en) {
    height: auto;
 }
}

.corp-Top_Message_Textbox:lang(en)  span {
    display: block;
    font-size: 1.9rem;
}
@media print, screen and (min-width: 768px){
.corp-Top_Message_Textbox:lang(en)  span {
    font-size: 2.2rem;
  }
}
.pbNested .corp-Top_Message_Image {
    margin-bottom: 40px;
    margin-left: auto;
    width: 96%;
}

@media print, screen and (min-width: 768px){
.pbNested .corp-Top_Message_Image {
    margin-bottom: 32px;
    margin-left: 0;
    width: 100%;
 }
}

@media print, screen and (min-width: 768px){
.corp-Top_Message_Image >div:not(.pb-handle) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
 }
}


/* =====================
  Card
===================== */

/*運用について、責任投資について、各種方針*/
.corp-Top_Card_BackBox >div:not( .pb-handle){
    background-image: url(/library/images/corporate/img_corporate_sp_11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
}
.corp-Top_Card_BackBox{
    margin-top: 222px;
}

@media print, screen and (min-width: 768px){
.corp-Top_Card_BackBox  >div:not( .pb-handle) {
    background-image: url(/library/images/corporate/img_corporate_pc_11.jpg);

    min-width: 1088px;
 }
div:not(.pb-of-visible) .corp-Top_Card_BackBox >div:not( .pb-handle){
    max-height: 470px;
}
}


@media print, screen and (min-width: 768px){
.corp-Top_Card_BackBox {
    margin-top: 184px;
 }
}
.corp-Top_Card_Wrap >div:not( .pb-handle)  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    position: relative;
    top: -148px;
}
.corp-Top_Card_Wrap{
    margin: 0 auto;
}

@media print, screen and (min-width: 768px){
.corp-Top_Card_Wrap >div:not( .pb-handle)  {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 105px;
    top: -110px;
 }
}
@media print, screen and (min-width: 768px){
.corp-Top_Card_Wrap{
    width: 1088px;
 }
}
.corp-Top_Card{
    background-color: white;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 32px;
    position: relative;
}
@media print, screen and (min-width: 768px){
.corp-Top_Card{
    margin-bottom: 0;
    width: calc((100% - 2*34px)/3);
 }
 .corp-Top_Card:not(:last-child){
    margin-right: 34px;
 }
}

.corp-Top_Card_Link{
    color: #333;
    display: block;
    height: 100%;
   /* position: relative;*/
    text-decoration: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

a.corp-Top_Card_Link {
  text-decoration: none;
}

.corp-Top_Card_Link:hover {
  opacity: 0.7;
}

.corp-Top_Card_Image {
    width: 100%;
}
.corp-Top_Card_Image a:before {
content: "";
position: absolute;
width: 100%;
background: none;
height: 100%;
top: 0;
left: 0;
}

.corp-Top_Card_Body > div:not(.pb-handle){
    padding: 35px 34px 123px;
}
@media print, screen and (min-width: 768px){
.corp-Top_Card_Body > div:not(.pb-handle) {
    padding: 35px 34px 91px;
 }
}

.pbNested .corp-Top_Card_Title {
    margin: 0 0 8px;
}
.corp-Top_Card_Title p {
    color: #0c419a;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
}

.pbNested .corp-Top_Card_Text {
    margin-bottom: 8px;
}

.corp-Top_Card_Link_Arrow{
    bottom: 48px;
    color: #0c419a;
    display: block;
    line-height: 1.4;
    position: absolute;
    right: 34px;
    text-align: right;
    text-decoration: underline;
}


.corp-Top_Card_Link_Arrow:lang(en) {
    bottom: 48px;
    color: #0c419a;
    display: block;
    line-height: 1.4;
    position: absolute;
    right: 20px;
    text-align: right;
    text-decoration: underline;
}

@media print, screen and (min-width: 768px){
.corp-Top_Card_Link_Arrow:lang(en){
    bottom: 48px;
    color: #0c419a;
    display: block;
    line-height: 1.4;
    padding-left: 34px;
    position: absolute;
    right: 34px;
    text-align: right;
    text-decoration: underline;
 }
}

@media print, screen and (min-width: 768px){
.corp-Top_Card_Link_Arrow{
    bottom: 36px;
 }
}

/* .corp-Top_Card_Link_Arrow >div:not(.pb-handle):after {
    border: 4px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left: 6px solid #0c419a;
    content: "";
    display: inline-block;
    margin-left: .5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
} */
/* =====================
  Notice
===================== */

/*お知らせ*/
.corp-Notice {
    padding-top: 72px;
}
/*ボタン(For Institutional Investors)英語版のみ*/
.corp-Button-top{
    margin-top: 60px;
}

/*pbNested.pbWrapper調整*/
.pbNested .corp-Top_Chart_Item_Text_Label{
    margin-bottom: 0px;
}
/*
.pbNested .corp-Top_Chart_Item_Image{
    margin-bottom: 0px;
}
*/
.pbNested .corp-Top_Chart_Item_Text_Wrap{
    margin-bottom: 0px;
}
.pbNested .corp-Top_Chart_Item_Text{
    margin-bottom: 0px;
}
.pbNested .corp-Top_Chart_Item-right{
    margin-bottom: 0px;
}
.pbNested .corp-Top_Message{
    margin-bottom: 0px;
}
.pbNested .corp-Top_Card_BackBox {
    margin-bottom: 0px;
}
.pbNested.corp-Top_Card_Image {
    margin-bottom: 0px;
}
.pbNested.corp-Top_Card_Body {
    margin-bottom: 0px;
}
.pbNested.corp-Top_Card_Link_Arrow {
    margin-bottom: 0px;
}

.pbNested.pbNestedWrapper.corp-Top_AboutList_Item {
margin-bottom: 0px !important;　
}

@media print, screen and (min-width: 768px){
.pbNested.pbNestedWrapper.corp-Top_Card{
    margin-bottom: 0px !important;　
 }
}
/*注釈英語版のみ*/
.pbNested .Top_ChartAnnotation{
    margin-bottom: 8px;
}

/*編集画面での調整*/
.pb-of-visible .pbNested.corp-Top_Chart_Item_Text_Label + div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.corp-Top_Chart_Item_Image+ div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.corp-Top_Chart_Item_Text_Wrap + div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.corp-Top_Chart_Item_Text + div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.corp-Top_Chart_Item-right+ div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.corp-Top_Message + div {
    margin-top: 100px;
}
.pb-of-visible .pbNested.corp-Top_Card_BackBox + div {
    margin-top: 100px;
}
.pb-of-visible .pbNested.corp-Top_Card_Body + div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.corp-Top_Card_Image+ div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.corp-Top_Card_Title+ div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.corp-Top_Card_Text+ div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.corp-Top_Message+ div {
    margin-top: 184px;
}
/*繰り返しブロック横並び調整*/
.pb-of-visible .pbNested.pbNestedWrapper.corp-Top_Chart_Item-left + div {
    margin-top: 0px;
}
.pb-of-visible .pbNested.pbNestedWrapper.corp-Top_AboutList_Item + div {
    margin-top: 0px;
}

.pb-of-visible .pbNested.pbNestedWrapper.corp-Top_Card+ div {
    margin-top: 0px;
}



/* =====================
  Identity
===================== */

/*経営理念*/

.pbNested.corp-Identity {
    margin-bottom: 65px;
}


.pbNested.corp-Identity_Feature{
    margin: 65px 0 34px;
}

.corp-Identity_Feature p{
    font-family: "source-han-serif-japanese",serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

@media print, screen and (min-width: 768px){
 .pbNested.corp-Identity_Feature{
    margin: 65px 0 20px;
 }
.corp-Identity_Feature p{
    font-size: 4.8rem;
 }
}
.corp-Identity_Text {
    margin: 0;
}

/*目指すべき姿*/

.pbNested.corp-Identity_Title {
    padding-bottom: 29px;
    position: relative;
    text-align: center;
}

.pbNested.corp-Identity_Title:after {
    border-bottom: solid 1px #c6c6c6;
    bottom: 15px;
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 68px;
}

.pbNested.corp-Identity_Title p{
    font-family: "source-han-serif-japanese",serif;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.4;
}
@media print, screen and (min-width: 768px){
.pbNested.corp-Identity_Title p {
    font-size: 2.4rem;
 }
}

.pbNested.corp-Identity_Title + div{
    margin-top: 29px;
}

/*目指すべき姿 英語版(Our Mission & Vision)*/
.pbNested.corp-Identity_Title p:lang(en) {
font-size: 2.4rem;
}
@media print, screen and (min-width: 768px){
.pbNested.corp-Identity_Title p:lang(en) {
font-size: 3.2rem;
}
}

/*Quality of Life~*/

.pbNested .corp-Identity_Mission_Title {
    margin-bottom: 6px;
}

.pbNested .corp-Identity_Mission_Title:lang(en) {
  line-height: 1.5;
  margin-bottom: 34px;
}

.corp-Identity_Mission_Title p{
    color: #0c419a;
    font-family: "source-han-serif-japanese",serif;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}

@media print, screen and (min-width: 768px){

.pbNested .corp-Identity_Mission_Title {
    margin-bottom: 21px;
 }

.corp-Identity_Mission_Title p{
    font-size: 4rem;
 }

}

.pbNested .corp-Identity_Mission_Body {
    margin-bottom: 72px;
}

.corp-Identity_Mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 72px;
}

.pbNested .corp-Identity_Mission{
    margin-bottom: 24px;
}

.pbNested .pbNestedWrapper:not(.section) .pbNested.corp-Identity_Mission:last-child {
    margin-bottom: 72px;
}

.pbNested .corp-Identity_Mission{
    margin-bottom: 24px;
}

.corp-Identity_Mission_Text {
    color: #333;
    margin: 0;
    text-align: center;
}

.pbNested .corp-Identity_Mission_Text {
    margin: 0;
}


.corp-Identity_Mission_Text p {
    font-size: 1.8rem;
}


.corp-Identity_Mission_Text-emphasis > div:not(.pb-handle){
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.pbNested .corp-Identity_Mission_Text-emphasis{
    margin: 0 0 16px;
}
@media print, screen and (min-width: 768px){
.pbNested.corp-Identity_Mission_Text-emphasis{
    margin-bottom: 8px;
 }
}

.corp-Identity_Mission_Text-emphasis:last-child  {
    margin-bottom: 0px;
}

.corp-Identity_Mission_Text-emphasis > div:not(.pb-handle):after, .corp-Identity_Mission_Text-emphasis > div:not(.pb-handle):before {
    border: solid 1px #c6c6c6;
    content: "";
    display: block;
    width: 8px;
}

.corp-Identity_Mission_Text-emphasis> div:not(.pb-handle):before {
    border-right: none;
    margin-right: 10px;
}

.pbNested.corp-Identity_Mission_Text-emphasis > div:not(.pb-handle):before {
    margin-right: 10px;
}

@media print, screen and (min-width: 768px){
.corp-Identity_Mission_Text-emphasis > div:not(.pb-handle):before {
    margin-left: 20px;
 }
.pbNested.corp-Identity_Mission_Text-emphasis > div:not(.pb-handle):before {
    margin-left: 20px;
 }
}

.corp-Identity_Mission_Text-emphasis > div:not(.pb-handle):after {
    border-left: none;
    margin-left: 10px;
 }

.pbNested.corp-Identity_Mission_Text-emphasis > div:not(.pb-handle):after {
    margin-left: 10px;
 }

@media print, screen and (min-width: 768px){
.corp-Identity_Mission_Text-emphasis > div:not(.pb-handle):after {
    margin-left: 20px;
 }
.pbNested.corp-Identity_Mission_Text-emphasis > div:not(.pb-handle):after {
    margin-left: 20px;
 }
}


/*行動規範*/

.pbNested.corp-Identity_Title {
    margin-bottom: 29px;
}


/*一番外側*/
.corp-Identity_Value_Body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*中箱*/

/*中箱SP*/
.corp-Identity_Value_Col > div:not(.pb-handle)  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
     flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*中箱PC*/
@media print, screen and (min-width: 768px){

.pbNested .corp-Identity_Value_Col{
    margin-bottom: 49px;
}

.corp-Identity_Value_Col > div:not(.pb-handle)  {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    display: flex;
   }
}

/*小箱*/

/*小箱SP*/
.corp-Identity_Value {
    margin-bottom: 17px;
    width: 100%;
}
.pbNested .corp-Identity_Value {
    margin-bottom: 17px;
}



/*小箱PC*/
@media print, screen and (min-width: 768px){
.corp-Identity_Value:not(:last-child) {
    margin-right: 32px;
  }
.corp-Identity_Value {
    margin-bottom: 0;
    text-align: center;
    width: calc((100% - 36px)/2);
  }
.pbNested .corp-Identity_Value {
    margin-bottom: 0;
  }
}

/*小箱タイトル*/
.corp-Identity_Value_Title {
    color: #666;
    font-weight: bold;
    text-align: center;
}

.pbNested .corp-Identity_Value_Title  {
    margin: 0 0 3px;
}

.corp-Identity_Value_Title p{
    font-size: 1.4rem;

}

/*小箱中間*/
.corp-Identity_Value_Bracket {
    color: #0c419a;
    font-weight: bold;
    margin: 0 0 16px;
    text-align: center;
}

.pbNested .corp-Identity_Value_Bracket {
    margin: 0 0 16px;
}

.corp-Identity_Value_Bracket p{
        font-size: 2rem;
}

.corp-Identity_Value_Bracket > div:not(.pb-handle){
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.corp-Identity_Value_Bracket > div:not(.pb-handle):after , .corp-Identity_Value_Bracket > div:not(.pb-handle):before{
    border: solid 1px #c6c6c6;
    content: "";
    display: block;
    width: 8px;
}

.corp-Identity_Value_Bracket  > div:not(.pb-handle):after {
    border-left: none;
    margin-left: 20px;
}

.corp-Identity_Value_Bracket > div:not(.pb-handle):before {
    border-right: none;
    margin-right: 20px;
}

/*小箱テキスト*/

/*小箱テキストSP*/
.corp-Identity_Value_Text {
    color: #333;
    margin: 0;
}

/*小箱テキストPC*/
@media print, screen and (min-width: 768px){
.corp-Identity_Value_Text {
    width: 493px;
  }
}
.corp-Identity_Value_Text:lang(en){
    text-align: center;
}

.sw-Display-pc {
    display: none;
}
/*改行PC*/
@media print, screen and (min-width: 768px){
.sw-Display-pc {
    display: block;
 }
}

.pbNested.corp-Identity_Body {
    margin-bottom: 72px !important;
}

/*編集画面での調整*/

.pb-of-visible.corp-Identity_Text + div {
    margin-top: 65px;
}

.pb-of-visible .pbNested.corp-Identity_Value_Col + div {
    margin-top: 49px;
}

.pb-of-visible .pbNested.corp-Identity_Value + div {
    margin-top: 0;
}

.pb-of-visible .pbNested.corp-Identity_Value_Title + div {
    margin-top: 3px;
}

/*リンクボタン*/
.corp-Button{
    padding: 23px 32px 20px 20px;
}



/* =====================
  TopMessage
===================== */

/*代表取締役社長 兼 CEO ~*/
.pbNested.corp-TopMessage {
    margin-bottom: 80px;
}

/*代表取締役社長 兼 CEO 画像*/

.pbNested.corp-TopMessage_HeroImage {
    margin-bottom: -32px;
    position: relative;
    width: 100%;
}

@media print, screen and (min-width: 768px){
.pbNested.corp-TopMessage_HeroImage {
    margin-bottom: -44px;
    min-width: 1088px;
 }
}
.corp-TopMessage_HeroImage img {
    width: 100%;
}

.pbNested.ceo_image{
    margin-bottom: 0px;
}


/*代表取締役社長 兼 CEO タイトル~*/
.corp-TopMessage_Title {
    left: 15px;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 24px;
}
.corp-TopMessage_Title p{
    font-family: "source-han-serif-japanese",serif;
    font-size: 3.2rem;
    font-weight: 600;
}

@media print, screen and (min-width: 768px){
.corp-TopMessage_Title{
    left: 0;
    margin-left: calc((100% - 1020px)/2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
 }
.corp-TopMessage_Title p{
    font-size: 4.8rem;
 }
}

.corp-TopMessage_Title span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 8px;
}

@media print, screen and (min-width: 768px){
.corp-TopMessage_Title span {
    font-size: 3.6rem;
 }
}

/*代表取締役社長 兼 CEO タイトル英語版~*/
.corp-TopMessage_Title p:lang(en) {
font-size: 2.4rem;
line-height: 1.2;
}
@media print, screen and (min-width: 768px){
.corp-TopMessage_Title p:lang(en) {
font-size: 3.6rem;
line-height: 1.4;
}
}

/*代表取締役社長 英語トップページメッセージ~*/
.corp-TopMessage_Toppage p:lang(en) {
font-size: 2.0rem;
font-style: italic;
line-height: 1.8;
}
@media print, screen and (min-width: 768px){
.corp-TopMessage_Toppage p:lang(en) {
font-size: 3.4rem;
font-style: italic;
line-height: 1.6;
}
}

/*2020年から～ テキストボディ*/
.corp-TopMessage_Text_Body > div:not(.pb-handle) {
    padding: 0 0 0 15px;
}
.pbNested.corp-TopMessage_Text_Body > div:not(.pb-handle)  {
    margin-bottom: 0px;
}
@media print, screen and (min-width: 768px){
.corp-TopMessage_Text_Body > div:not(.pb-handle) {
    padding: 0 34px;
 }
}

/*2020年から～ テキスト*/
.corp-TopMessage_Text > div:not(.pb-handle){
    background-color: white;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 54px 20px 72px;
    position: relative;
    z-index: 2;
}
@media print, screen and (min-width: 768px){
.corp-TopMessage_Text > div:not(.pb-handle){
    padding: 56px 68px 64px;
    width: 1020px;
 }
}

.corp-TopMessage_Name {
    margin-top: 32px;
    text-align: right;
}

.corp-TopMessage_Name img {
    width: 40%;
}
@media print, screen and (min-width: 768px){
.corp-TopMessage_Name img {
    width: 30%;
 }
}

/*青背景*/
.corp-TopMessage_BackBox {
    background-color: #0c419a;
    height: 495px;
    margin-top: -425px;
    position: relative;
    width: 188px;
    z-index: 1;
}
@media print, screen and (min-width: 768px){
.corp-TopMessage_BackBox {
    height: 304px;
    margin-top: -254px;
    width: 50%;
 }
}




.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.corp-History_Highlight {
  background-color: #f4f6fc;
  margin-bottom: 37px;
  padding: 19px 15px;
}

@media print, screen and (min-width: 768px) {
  .corp-History_Highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    padding: 19px 40px;
  }
  .corp-History_Highlight:lang(en) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.corp-History_Highlight_Text {
  line-height: 1.4;
  margin: 0;
  padding-left: 10px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .corp-History_Highlight_Text {
    width: 50%;
  }
  .corp-History_Highlight_Text:lang(en) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.corp-History_Highlight_Text:not(:last-child) {
  margin-bottom: 4px;
}

@media print, screen and (min-width: 768px) {
  .corp-History_Highlight_Text:not(:last-child) {
    margin-bottom: 0;
  }
  .corp-History_Highlight_Text:not(:last-child):lang(en) {
    margin-bottom: 4px;
  }
}

.corp-History_Highlight_Text-smam:before, .corp-History_Highlight_Text-dsbi:before {
/*  border-radius: 50%;
  color: #fff;*/
  display: inline-block;
/*  font-size: 1.4rem;
  font-weight: bold;*/
  height: 20px;
  left: 0;
  line-height: 21px;
  position: absolute;
/*  text-align: center;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  z-index: 2;
}

.corp-History_Highlight_Text-smam {
  border-left: 20px solid #0c419a;
}

.corp-History_Highlight_Text-dsbi {
  border-left: 20px solid #d7a500;
}


/*===== Vertical Timeline =====*/
.corp-History_Latest{
  text-align: center;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article p{
  line-height: 1.4;
}

.timeline-article .content-smam-container,
.timeline-article .content-dsbi-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .content-smam,
.timeline-article .content-dsbi,
.timeline-article .content-smdam {
  position: relative;
  width: auto;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 24px 25px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.timeline-article .content-smam {
  border-right: 15px solid #0c419a;
  border-left: 1px solid #ddd;
}
.timeline-article .content-dsbi {
  border-left: 15px solid #d7a500;
  border-right: 1px solid #ddd;
}

.timeline-article p {
  position: relative;
}

.timeline-article .content-smam-container {
  float: left;
}
.timeline-article .content-dsbi-container {
  float: right;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #4f5a77;
/*  border-radius: 100%;*/
  background: #d9deea;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .date2 {
  display: block;
  text-align: center;
}
.timeline-article .meta-date .date {
  line-height: 40px;
  font-weight: 900;
}
.timeline-article .meta-date .date2 {
  line-height: 10px;
}

#corp-History-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#corp-History-timeline .timeline-start,
#corp-History-timeline .timeline-end {
  display: table;
  text-transform: uppercase;
  background: #d9deea;
  padding: 15px 23px;
  color: #4f5a77;
  width: 100%;
  text-align: left;
  margin: 0 auto 15px;
}
@media print, screen and (min-width: 768px) {
  #corp-History-timeline .timeline-start,
  #corp-History-timeline .timeline-end {
    text-align: center;
  }
}

#corp-History-timeline .timeline-end .date{
  line-height: 40px;
  font-weight: 900;
}
#corp-History-timeline .timeline-end .date2{
  line-height: 10px;
}
#corp-History-timeline .corp-History-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #d9deea;
  z-index: -1;
}
#corp-History-timeline .corp-History-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  .corp-History_Latest{
  text-align: left;
}
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-smam-container,
  .timeline-article .content-dsbi-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
  }
  .timeline-article .content-smam-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-smam,
  .timeline-article .content-dsbi {
    padding: 10px 25px;
  }
  .timeline-article .content-smam {
  border-left: 15px solid #0c419a;
  border-right: 1px solid #ddd;
  }
  .timeline-article .content-dsbi {
    border-left: 15px solid #d7a500;
    border-right: 1px solid #ddd;
  }
  .timeline-article .content-dsbi:before {
    display: none;
  }
  #corp-History-timeline .timeline-start,
  #corp-History-timeline .timeline-end {
    margin: 0 0 15px;
  }
  .corp-History_Latest{
  text-align: left;
}
  #corp-History-timeline .corp-History-center-line {
    margin-left: 0;
    left: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
}
/*===== // Resonsive Vertical Timeline =====*/

/*===== corp-History-timeline-single =====*/
#corp-History-timeline-single{
  position: relative;
}
#corp-History-timeline-single .corp-History_Latest{
  text-align: left;
}
#corp-History-timeline-single .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
#corp-History-timeline-single .timeline-article .content-smdam-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
  }
#corp-History-timeline-single .timeline-article .content-smdam-container {
    margin-bottom: 20px;
  }
#corp-History-timeline-single .timeline-article .content-smdam {
    padding: 10px 25px;
  }
#corp-History-timeline-single .timeline-article .content-smdam {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  }
#corp-History-timeline-single .timeline-start,
#corp-History-timeline-single .timeline-end {
    margin: 0 0 15px;
  }
#corp-History-timeline-single .corp-History_Latest{
  text-align: left;
}

#corp-History-timeline-single .corp-History-left-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #d9deea;
  z-index: -1;
}
#corp-History-timeline-single .corp-History-left-line {
    margin-left: 0;
    left: 50px;
  }

#corp-History-timeline-single .timeline-article p {
    margin: 0;
  }
/*===== // Resonsive Vertical Timeline =====*/

.sw-InternalLink_Col .sw-InternalLink_Button-NoPadding a{
  padding: 0;
}

.corp-Top_Chart_Investment {
  margin: 56px auto;
}

.corp-Top_Chart_Investment .corp-Top_Chart_Item_Text{
  text-align: center;
}

.corp-Top_Chart_Investment .corp-Top_Chart_Item-left .corp-Top_Chart_Item_Text_Value_Wrap:lang(en),
.corp-Top_Chart_Investment .corp-Top_Chart_Item-right .corp-Top_Chart_Item_Text_Value_Wrap:lang(en){
  justify-content: center;
}

.corp-Top_Chart_Investment .corp-Top_Chart_Item_Text .corp-Top_Chart_Item_Text_Label:lang(en){
  font-size: 1.3rem;
}


@media print, screen and (min-width: 768px) {
  .corp-Top_Chart_Investment {
    margin: 48px auto;
  }

  .corp-Top_Chart_Investment .corp-Top_Chart_Item-left:first-child{
    margin-right: 24px
  }

  .corp-Top_Chart_Investment .corp-Top_Chart_Item-left .corp-Top_Chart_Item_Text_Value_Wrap:lang(en),
  .corp-Top_Chart_Investment .corp-Top_Chart_Item-right .corp-Top_Chart_Item_Text_Value_Wrap:lang(en){
    justify-content: center;
  }
}