/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

body {
  background-color: #eef4f7;
  font-family: 'Exo', sans-serif;
  padding-top: 5rem;
}

.container.mt-3.mb-3.border.p-5.rounded {
  background-color: white;
}

input[type='submit'] {
  height: 44px;
  width: 240px;
}

.privacy {
  font-size: 0.8em;
  color: #999;
}

.spinwrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  background-color: #999;
  opacity: 0.5;
}

.spin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
}

.form-check-label,
input[type='checkbox'] {
  cursor: pointer;
}

html {
  font-size: 12px; /* デフォルトの文字サイズを設定 */
}

@media screen and (min-width: 480px) {
  html {
    font-size: calc(12px + 6 * ((100vw - 480px) / 720));
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px; /* 1200px以上の場合は文字サイズを22pxに固定 */
  }
}

th,
td {
  white-space: nowrap;
}

.table-responsive {
  min-height: 120px;
}

.basic {
  background: linear-gradient(-45deg, #029569, #00cda8);
}

.advanced {
  background: linear-gradient(-45deg, #cc3d00, #f0bb00);
}

.expert {
  background: linear-gradient(-45deg, #aa0115, #e64ac4);
}

.tr-active {
  border: 2px solid;
}
