@charset "UTF-8";

/* ---------------------------------------------------------
MEDIA QUERY FORMAT
----------------------------------------------------------*/
@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}

/* ---------------------------------------------------------
outline
----------------------------------------------------------*/
#outline {
}

#outline ul.col2 {
  padding: 0 0 2% 0;
}

#outline ul.col2 li {
  flex-basis: 50%;
}

#outline ul.col2 li:nth-of-type(1) {
  border-right: 1px solid #cadbc9;
}

@media screen and (max-width: 480px) {

#outline ul.col2 li:nth-of-type(1) {
  flex-basis: calc(20px + 5%) !important;
}

#outline ul.col2 li:nth-of-type(2) {
  flex-basis: calc(95% - 20px) !important;
}
}

#outline ul.col2 li p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #4e894b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  width: 20px;
  height: auto;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 480px) {

#outline ul.col2 li p {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  color: #4e894b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  width: 20px;
  height: auto;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
}

#outline ul.col2 li dl {
  padding: 10px 5%;
}

#outline ul.col2 li dl:first-of-type {
  padding-top: 0;
}

#outline ul.col2 li dl:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 480px) {

#outline ul.col2 li dl {
  padding: 5px 5%;
}
}

#outline ul.col2 li dl dt {
  color: #4e894b;
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
}

#outline ul.col2 li dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}

@media screen and (max-width: 480px) {

#outline ul.col2 li dl dd {
  font-size: 12px;
  font-size: 1.2rem;
}
}

/* ---------------------------------------------------------
staff
----------------------------------------------------------*/
#staff {
}

#staff ul.col4 {
  border-bottom: 1px solid #4e894b;
}

#staff ul.col4 li {
  flex-basis: 22%;
}

@media screen and (max-width: 480px) {

#staff ul.col4 li {
  flex-basis: 50% !important;
}
}

#staff ul.col4 li div {
  border-left: 1px solid #cadbc9;
  width: 100%;
  margin: 0 0 16% 0;
  padding:  0 6%;
}

#staff ul.col4 li div .ph {
}

#staff ul.col4 li div .name {
  color: #4e894b;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 15px 0 0 0;
}

#staff ul.col4 li div dl {
  text-align: justify;
  padding: 10px 0 0 0;
}

#staff ul.col4 li div dl dt {
  color: #4e894b;
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
}

#staff ul.col4 li div dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}

