/* c5-archiveButton */
.c5-archiveButton{
  margin: 30px 0 0 -15px;
  padding: 0;
  list-style: none;
  text-align: center;
}
  .c5-archiveButton__item{
/*    width: 297px;*/
    width: 456px;
    display: inline-block;
    list-style: none;
    margin: 0 0 10px 15px;
    text-align: left;
  }
     .c5-archiveButton__item a{
        display: block;
     }
@media screen and (max-width: 767px){
  .c5-archiveButton{
    margin: 30px auto 0;
  }
    .c5-archiveButton__item{
      display: block;
      width: auto;
      margin: 0 0 15px 0;
    }
      .c5-archiveButton__item a{
        display: block;
      }
}

/* c5-treediagram */
.c5-treediagram{
    margin: 20px auto;
}
    ul.c5-treediagram__body,
    ul.c5-treediagram__body ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    ul.c5-treediagram__body > li > ul {
        position: relative;
        margin-left: 30px; 
    }
        ul.c5-treediagram__body > li > ul:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            display: block;
            width: 0;
            border-left:1px solid #ccc;
        }
            ul.c5-treediagram__body > li > ul > li:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                display: block;
                width: 40px;
                height: 0;
                border-top: 1px solid #ccc;
            }
    .c5-treediagram__item {
        position: relative;
        margin: 0;
        padding: 30px 12px 30px 40px;
        text-decoration: none;
        font-size: 13px;
        line-height: 20px;
        color: #333;
    }
    .c5-treediagram__heading{
      padding-left: 0;
      padding-bottom: 0;
    } 
        .c5-treediagram__itemBody {
            position :relative;
            display: block; 
            padding: 20px 20px;
            color: #333;
            font-size: 14px;
            line-height: 20px;
            text-decoration: none;
            border: 1px solid #ccc;
            font-weight: bold;
        }

    .c5-treediagram__item--list2{
    }
        .c5-treediagram__item--list2 .c5-treediagram__itemBody{
        }
            .c5-treediagram__item--list2 .c5-treediagram__itemBody > ul{
                display: table;
                max-width: 850px;
            }
                .c5-treediagram__item--list2 .c5-treediagram__itemBody > ul > li{
                    display: table-cell;
                    vertical-align: middle;
                    padding: 0 30px;
                    text-align: left;
                }
                .c5-treediagram__item--list2 .c5-treediagram__itemBody > ul > li:first-child{
                    width: 230px;
                    padding-left: 0;
                    border-right: 1px solid #ccc;
                }

    .c5-treediagram__item--last{
    }           
        .c5-treediagram__item--last:before {
            background: #fff;
            height: auto!important;
            top: 70px; 
            bottom: 0;
        }

    ul.c5-treediagram__body li a:hover,
    ul.c5-treediagram__body li a:hover + ul li a {
        color:#333;
    }
@media screen and (max-width: 979px){
    .c5-treediagram__item--list2 .c5-treediagram__itemBody > ul > li:first-child{
        width: 50%;
        padding-left: 0;
        border-right: 1px solid #ccc;
    }
}

@media screen and (max-width: 767px){
    ul.c5-treediagram__body > li > ul{
      margin-left: 20px; 
    }
        ul.c5-treediagram__body > li > ul  .c5-treediagram__item:first-of-type{
          padding-top :30px!important;
        }

        .c5-treediagram__heading{
          padding-left: 0!important;
          padding-bottom: 0!important;
        }
          .c5-treediagram__heading .c5-treediagram__itemBody{
            padding: 20px;
          }

        .c5-treediagram__itemBody{
           padding: 10px;
           font-size: .875rem;
        }
          .c5-treediagram__item{
            padding: 15px 12px 15px 40px;
          }
          .c5-treediagram__item--list2{
          }
          .c5-treediagram__itemBody--list2 .c5-treediagram__itemBody{
          }
              .c5-treediagram__item--list2 .c5-treediagram__itemBody > ul{
                      display: block;
                      width: auto;
                  }
                      .c5-treediagram__item--list2 .c5-treediagram__itemBody > ul > li{
                          display: block;
                          padding: 0;
                      }
                      .c5-treediagram__item--list2 .c5-treediagram__itemBody > ul > li:first-child{
                          border-right: none;
                          width: auto;
                          margin-bottom: 10px;
                      }
}


/* c5-sonyListBlock */
.c5-sonyListBlock {
  padding: 20px 10px;
  margin: 20px 0;
  background: #f3f4f6; }

    .c5-sonyListBlock__inner {
      table-layout: fixed;
      border-spacing: 10px 0;
      display: table;
      width: 100%; }

    .c5-sonyListBlock__item1 {
      border-spacing: 0;
      display: table;
      width: 100%;
      background: #FFF; }
    .c5-sonyListBlock__item2,
    .c5-sonyListBlock__item3 {
      vertical-align: top;
      border-spacing: 0;
      display: table-cell;
      padding: 20px;
      background: #FFF; }

        .c5-sonyListBlock__listHeaderGroup{
          margin-bottom: 10px; }

            .c5-sonyListBlock__listHeader {
              font-size: 20px;
              font-size: 1.25rem;
              font-weight: bold; }
@media screen and (max-width: 767px) {
  .c5-sonyListBlock {
    padding: 12px;
    margin: 20px 0; }

      .c5-sonyListBlock__inner {
        display: block;
        width: auto;
        border-spacing: 0; }

      .c5-sonyListBlock__item1 {
        display: block;
        width: auto; }

      .c5-sonyListBlock__item1,
      .c5-sonyListBlock__item2,
      .c5-sonyListBlock__item3 {
        display: block;
        width: auto;
        padding: 10px;
        margin-top: 12px; }

        .c5-sonyListBlock__item1:first-child,
        .c5-sonyListBlock__item2:first-child,
        .c5-sonyListBlock__item3:first-child {
          margin-top: 0; }

      .c5-sonyListBlock__listHeaderGroup {
        margin: 0 0 20px; }

          .c5-sonyListBlock__listHeader {
            font-size: 1rem; }
   }


/* c5-corporateProfile */
.c5-corporateProfile{
}
  .c5-corporateProfile__copy.c5-sonyListBlock__copy{
      min-height: 255px;
   }


/* c5-sitemapLinkList */
.c5-sitemapLinkList{
}
  .c5-sitemapLinkList ul{
  }
    .c5-sitemapLinkList li{
      position: relative;
      width: 23%;
      margin-right: 1.8%;
      padding-left: 1.5em;
      padding-right: 0;
      list-style-type: disc;
    }
    .c5-sitemapLinkList li:before{
      content: '\0030fb';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0.45em;
      line-height: 1;
    }
@media screen and (max-width: 767px) {
  .c5-sitemapLinkList{
  }
    .c5-sitemapLinkList ul{
    }
      .c5-sitemapLinkList li{
        width: auto;
        margin-right: 0;
      }
  .c5-corporateProfile{
  }
    .c5-corporateProfile__copy.c5-sonyListBlock__copy{
        min-height: 0;
     }
}

/* c5-tableNotes */
.c5-tableNotes{
  padding: 0;
  list-style: none;
}
.c5-tableNotes.c5-tableNotes--notes1{
  margin-top: 10px;
}
  .c5-tableNotes.c5-tableNotes--notes2{
    margin-top: 20px;
  }

/* c5-break */
.c5-break{
  display: block;
}
@media screen and (max-width: 767px) {
  .c5-break{
    display: inline;
  }
}

/* c5-margin */
.c5-margin{
}
  .c5-margin.c5-margin--mb50{
    margin-bottom: 50px!important;
  }
