#gaiyou-table table th {
  min-width: 56px;
  text-align: center;
}

#gaiyou-subtitle {
  line-height: normal;
  color: white;
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  background: #355498;
}

.bg-blue-ribbon {
  border-style: solid;
  border-color: transparent transparent transparent #355498;
}

@media only screen and (max-width : 454px) {
  .bg-blue-ribbon {
    border-width: 37px 0 37px 20px;
  }
}

@media only screen and (max-width : 828px) and (min-width : 455px) {
  .bg-blue-ribbon {
    border-width: 28px 0 28px 20px;
  }
}

@media only screen and (min-width : 829px) {
  .bg-blue-ribbon {
    border-width: 20px 0 20px 20px;
  }
}


#triangle-right {
  background:linear-gradient(to bottom left, transparent 50%, #f8676a 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #f8676a 50%) bottom left / 100% 50% no-repeat;
}

#vision {
  font-size: 120%;
  font-weight: bolder;
}

.border-dot {
  padding-bottom: 6px;
  border-bottom: 1px #1a237e dotted;
  margin-bottom: 8px;
}
