.bg-corporate {
  background-color: rgba(0, 129, 191, 0.8);
}
.text-corporate {
  color: rgba(0, 129, 191, 0.8);
}
.border-bottom-3 {
  border-bottom: 3px solid #dee2e6;
}
.border-corporate {
  border-color: rgba(0, 129, 191, 0.8);
}
.font-script {
  font-family: 'Kaushan Script', cursive;
}
.font-edge-secondary {
  text-shadow: 1.5px 1.5px 0 #6c757d;
}
/* 東京シンプレストのロゴ */
.logo {
    height: 3rem;
}

/* トップ画像 */
.tokyo-img{
  max-height: 500px;
  max-width: 100%;
}

/* 事業内容画像 */
.projects-img {
  height: 250px;
}

/* 代表者挨拶 */
#topMessage .bg-ceoPhoto {
  background-color: floralwhite;
}
.font-mincho {
  font-family: 'Noto Serif SC', serif;
}
#topMessage .bg-ceoPhoto .ceo {
  height: 350px;
}

/* 会社概要 */
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* お問い合わせ */
.text-yellow {
  color: yellow;
}

@media screen and (min-width:1024px) {
  .pc-navbar {
    margin-left: 35%;
  }
}