@charset "utf-8";
@import "style.css";

/*========================================================================================================================


  ◇◆◇ 組織図 ◇◆◇
  
  
========================================================================================================================*/

.sbj {
  font-weight:normal;
  text-align:center;
  color:#0d579a;
}

.sbj span {
  display:inline-block;
  position:relative;
  padding:0.5em 0.75em;
  font-size:125%;
}

.sbj span:before,
.sbj span:after {
  content:"";
  width:100%;
  height:1px;
  background-color:#0d579a;
  position:absolute;
  left:0;
}
.sbj span:before { top:0; }
.sbj span:after { bottom:0; }

@media screen and (max-width:640px) {
  .sbj span { font-size:90%; }
}


@media screen and (min-width:641px) {
  .pc-none { display:none; }
}

@media screen and (max-width:640px) {
  .pc-none { display:block; }
}