@charset "utf-8";
/* CSS Document */
.blue__title {
  color: #000064;
}
.exectives_column {
  margin: 1em 0 0;
}
.exectives_column .column__item .media__border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}
.name_wrap .name_wrap_kana {
  font-size: 2rem;
  font-weight: bold;
}
.name_wrap .name_wrap_kana rt {
  margin-bottom: .4rem;
}
.name_wrap .name_nishikawa{
	letter-spacing: .2rem;
	padding-right: .4rem;
}
@media print, screen and (min-width: 768px) {
  .tab-v2 .tab-v2__button {
    padding: .6em .5em .8em;
  }
  .exectives_column {
    justify-content: space-between;
  }
  .exectives_column .column__item {
    width: 47%;
  }
}
@media only screen and (max-width: 767.98px) {
  .exectives_column .column__item .media__head {
    width: 40%;
  }
  .name_wrap .name_wrap_kana {
    font-size: 1.8rem;
  }
}