.organization {
  position: relative;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.organization:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 157px;
  margin: auto;
  content: "";
  background: #dcdcdc;
}
@media (max-width: 767.98px) {
  .organization:before {
    display: none;
  }
}
.organization .ordep {
  position: relative;
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .organization .ordep {
    margin-bottom: 1.25rem;
  }
}
.organization .ordep .orhd {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #fff;
  background: #808080;
}
.organization .ordep .orhd span {
  display: block;
  font-size: .8em;
  font-weight: 600;
}
.organization .ordep.or01 .orhd {
  left: 50%;
  width: 220px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-left: -110px;
  font-size: 1.2em;
  background: -webkit-linear-gradient(45deg, #004ea2 0%, #49458c 100%);
  background:      -o-linear-gradient(45deg, #004ea2 0%, #49458c 100%);
  background:         linear-gradient(45deg, #004ea2 0%, #49458c 100%);
}
.organization .ordep.or01 .orhd background {
  color: #004ea2;
}
.organization .ordep.or08 {
  position: relative;
  max-width: 1200px;
  padding-top: 50px;
  margin: auto;
  font-size: .9em;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;

  overflow-wrap: break-word;
}
@media (max-width: 767.98px) {
  .organization .ordep.or08 {
    padding-top: 0;
  }
}
.organization .ordep.or08:before {
  position: absolute;
  top: 0;
  right: 10.5%;
  left: 5.5%;
  display: block;
  width: 74.1%;
  height: 1px;
  margin: auto;
  content: "";
  background: #dcdcdc;
}
@media (max-width: 767.98px) {
  .organization .ordep.or08:before {
    display: none;
  }
}
.organization .ordep.or08 .ortree {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin: auto;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
@media (max-width: 767.98px) {
  .organization .ordep.or08 .ortree {
    padding-top: 1.5625rem;
    padding-right: .625rem;
    padding-left: .625rem;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media (max-width: 575.98px) {
  .organization .ordep.or08 .ortree {
    padding-top: 1.5625rem;
    padding-right: .3125rem;
    padding-left: .3125rem;
  }
}
.organization .ordep.or08 .ortree:last-child {
  margin-bottom: 0;
}
.organization .ordep.or08 .ortree:before {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 50px;
  margin: auto;
  content: "";
  background: #dcdcdc;
}
@media (max-width: 767.98px) {
  .organization .ordep.or08 .ortree:before {
    display: none;
  }
}
.organization .ordep.or08 .ortree .orhd {
  z-index: 1;
  width: 100%;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
}
.organization .ordep.or08 .ortree .depth2-wrap {
  position: relative;
  z-index: 1;
  height: 8rem;
  margin-top: 40px;
}
.organization .ordep.or08 .ortree .depth2-wrap:before {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 20px;
  margin: auto;
  content: "";
  background: #dcdcdc;
}
.organization .ordep.or08 .ortree .depth2-wrap:after {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  margin: auto;
  content: "";
  background: #dcdcdc;
}
.organization .ordep.or08 .ortree .depth2-wrap .col {
  position: relative;
}
.organization .ordep.or08 .ortree .depth2-wrap .col:before {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 20px;
  margin: auto;
  content: "";
  background: #dcdcdc;
}
.organization .ordep.or08 .ortree .depth2-wrap .col .depth2 {
  position: relative;
  display: block;
  max-width: 3rem;
  height: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin: auto;
  font-size: .9rem;
  background-color: #fff;
  border: 1px solid #999;
}
@media (max-width: 575.98px) {
  .organization .ordep.or08 .ortree .depth2-wrap .col .depth2 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.organization .ordep.or08 .ortree .depth2-wrap .col .depth2.active {
  background-color: #e6f4f5;
  border-top-color: var(--danger);
  border-top-style: solid;
  border-top-width: 2px;
  border-right-color: var(--danger);
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: var(--danger);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: var(--danger);
  border-left-style: solid;
  border-left-width: 2px;
}
.organization .ordep.or08 .ortree .depth2-wrap .col .depth2 .char {
  display: block;
}
@media (max-width: 767.98px) {
  .organization .ordep.or08 .ortree.list01 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
.organization .ordep.or08 .ortree.list01 .depth2-wrap:after {
  width: 66.8%;
}
.organization .ordep.or08 .ortree.list02 .depth2-wrap:after {
  width: 79.8%;
}
@media (max-width: 767.98px) {
  .organization .ordep.or08 .ortree.list03 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.organization .ordep.or08 .ortree.list03:after {
  position: absolute;
  top: -4%;
  right: -5%;
  bottom: -4%;
  left: -5%;
  width: 110%;
  height: 108%;
  margin: auto;
  content: "";
  background-color: #e6f4f5;
  border-top-color: var(--danger);
  border-top-style: solid;
  border-top-width: 2px;
  border-right-color: var(--danger);
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: var(--danger);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: var(--danger);
  border-left-style: solid;
  border-left-width: 2px;
}
@media (max-width: 767.98px) {
  .organization .ordep.or08 .ortree.list03:after {
    position: absolute;
    top: 9%;
    right: -2%;
    bottom: -2%;
    left: -2%;
    width: 97%;
    height: 96%;
  }
}
.organization .ordep.or08 .ortree.list03 .depth2-wrap:after {
  width: 49.8%;
}
.organization .ordep.or08 .ortree.list03 .depth2-wrap .depth2 {
  background-color: #f8fcfc;
}
.organization .ordep.or08 .ortree.list04 .depth2-wrap:after {
  width: 79.8%;
}
.organization .ordep-right {
  position: absolute;
  top: 0;
  right: 1rem;
}
@media (max-width: 767.98px) {
  .organization .ordep-right {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 2rem;
  }
}
.organization .ordep-right .or02 .orhd1 {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin: 0;
  font-size: 1.1em;
  color: #fff;
  background-color: #787891;
}
@media (max-width: 767.98px) {
  .organization .ordep-right .or02 .orhd1 {
    padding: 5px;
  }
}
.organization .ordep-right .or02 .orhd2 {
  position: relative;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 1em;
  border: 1px solid #999;
}
@media (max-width: 767.98px) {
  .organization .ordep-right .or02 .orhd2 {
    padding: 5px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.organization .ordep-right .or02 .orhd2:before {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 30px;
  margin: auto;
  content: "";
  background: #dcdcdc;
}
@media (max-width: 767.98px) {
  .organization .ordep-right .or02 .orhd2:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -101px;
    width: 20px;
    height: 1px;
  }
}
.organization .ordep-right .or02 .orhd3 {
  position: relative;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 1em;
  border: 1px solid #999;
}
@media (max-width: 767.98px) {
  .organization .ordep-right .or02 .orhd3 {
    padding: 5px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.organization .ordep-right .or02 .orhd3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  display: block;
  width: 30px;
  height: 1px;
  margin: auto;
  content: "";
  background: #dcdcdc;
}
@media (max-width: 767.98px) {
  .organization .ordep-right .or02 .orhd3:before {
    position: absolute;
    left: -20px;
    width: 20px;
  }
}
