/* CSS Document */
/*--------------------------------------------------------------------
  for-corporation
--------------------------------------------------------------------*/
.for-corporation .notes {
  font-size: 14px;
  margin-top: 20px;
}
.for-corporation .notes p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .for-corporation .notes p {
    margin-top: 0px;
  }
}
.for-corporation .typeListWrapper .ash {
  background: #dcdcdc;
}
.for-corporation .typeListWrapper .lightAsh {
  background: #eeeeee;
}
.for-corporation .typeListWrapper .yellow {
  background: #fff9cb;
}
.for-corporation .typeListWrapper .orange {
  background: #f6b353;
  font-size: 18px;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .for-corporation .typeListWrapper .orange {
    font-size: 14px;
  }
}
.for-corporation .typeListWrapper .green {
  background: #89c06c;
  font-size: 18px;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .for-corporation .typeListWrapper .green {
    font-size: 14px;
  }
}
.for-corporation .typeListWrapper .lightBlue {
  background: #addef8;
  font-size: 18px;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .for-corporation .typeListWrapper .lightBlue {
    font-size: 14px;
  }
}
.for-corporation .typeListWrapper .blue {
  background: #7e9eed;
  font-size: 18px;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .for-corporation .typeListWrapper .blue {
    font-size: 14px;
  }
}
.for-corporation .typeListWrapper .tate {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .for-corporation .typeListWrapper .tate {
    width: auto;
  }
}
.for-corporation .typeListWrapper .w20 {
  width: 20%;
}
.for-corporation .typeListWrapper table {
  border: 1px solid #000000;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .for-corporation .typeListWrapper table {
    font-size: 14px;
  }
  .for-corporation .typeListWrapper table br {
    display: none;
  }
}
.for-corporation .typeListWrapper table.typeList {
  width: 100%;
}
.for-corporation .typeListWrapper table.typeList th {
  vertical-align: middle;
  text-align: left;
  padding: 10px;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .for-corporation .typeListWrapper table.typeList th {
    padding: 3px;
  }
}
.for-corporation .typeListWrapper table.typeList td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .for-corporation .typeListWrapper table.typeList td {
    padding: 3px;
  }
}
.for-corporation .typeListWrapper table.typeList td .ftBlue {
  color: #ef5378;
}
.for-corporation .typeListWrapper .align-left {
  text-align: left !important;
}

/*# sourceMappingURL=for-corporation.css.map */
