/* Google フォント */
/* .oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 18px;
} */

/* .noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
html , .head, table, .card-text, .card-title, .table-title {
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  /* font-size: 1.5rem; */
}

.table-text {
  font-weight: 400 !important;
}

body {
	background-color:#020c1a;
	/* font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif; */
	/* font-size:100%; */
}

/* TOP画像のテキスト */
.top-title {
  font-size: 2.5rem !important;
}

.top-title-thanks {
  font-size: 2.5rem !important;
}


/* 事業内容カード */
.contents-card {
  background-color:#020c1a;
  color: #fff;
  border-color: #fff;
  border-width: 0.1em;
  margin: 0 auto 60px;
  max-width: 376px;
  min-height: 350px;
  max-height: 500px;
}

/* 事業内容のカードタイトル */
.card-title {
  font-size: 1.3rem;
}

/* 事業内容のカードテキスト */
.card-text {
  font-size: 1.0rem;
  font-weight: 500;
}

img {
  /* 画像をブラックアウト */
  filter: brightness(50%);
}

.background-img {
  max-width: 100%;
  min-height: 100vh;
  max-height: 100vh;
}

.card-img-top {
  filter: brightness(0) invert(1);
  width: 150px;
  height: 150px;
}

.card-img-top-white {
  filter: none !important;
  width: 150px;
  height: 150px;
}

.company-overview {
  font-size: 1.2rem;
}

.sm-pb {
  padding-bottom: 2px;
}

/* スマホの時だけ改行させるクラス */
.br-sp {
  display: none;
}

.w-95 {
  width: 95%;
}

table {
  font-size: 1.1rem;
}

td a,.tel {
  text-decoration: none;
  color: #fff;
}

.contact-alert {
  font-size: 0.8rem;
  display: none;
  color: #F0F000 ;
  font-weight: bold;
}

/* .form-control {
  max-width: 40000px;
} */

.text-bg-danger {
  background-color: #B80F0A;
}

/* .dark-purple {
  background-color:#020c1a;
} */


@media (max-width: 600px) {
  .top-title {
    font-size: 2.0rem !important;
  }
  .top-title-thanks {
    font-size: 1.8rem !important;
  }
  .w-95 {
    width: 95% !important;
  }
  .sm-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-title {
    font-size: 0.9rem;
  }
  .br-sp {
      display: block;
  }
}
