@charset "utf-8";

.bg-gray {
  min-height: 100vh;
  background: #F7F3F9;
  background: #F9F6FB;
  padding-top: 8vh;
  padding-bottom: 6vh;
}
.bg-gray-create-account{
  padding-top: 0 !important;
  margin-top: 35px;
}
.glass-card {
  background: #FBFBFB;
  background: #fff;
  border-radius: 20px;
  padding: 2rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: start; /* 上寄せ */
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding: 0 !important;
}

label.form-label {
  text-align: left !important; /* デフォルトに戻す */
  display: block !important;   /* ブロック化して効かせる */
  margin-bottom: 5px;
  margin-top: 10px;
}
.vh-70 {
  height: 70vh !important;
}
.form-check-input:checked {
  background-color: #ff6347 !important; /* 選択時の背景色 */
  border-color: #ff6347 !important; /* 選択時の枠の色 */
}
.form-check-input {
  border-color: #ff6347 !important; /* 未選択時の枠の色 */
}
input.form-control.fs-7 {
  font-size: 0.75rem !important;
}
/* 「私は学生です」のテキストを強調します */
.form-check-label {
  font-size: 1rem;
  font-weight: bold;
  color: #ff6347;
}



/* 利用規約 */
.terms-and-conditions-container {
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  height: 250px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.terms-and-conditions-container ol {
  padding-left: 20px;
  margin-bottom: 0;
}

.terms-and-conditions-container li {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 0.75em;
}
/* SNS */
.google-line-icon{
  height: 20px;
  width: 24px;
  margin-left: 10px;
  margin-right: 16px;
  z-index: 1;
}
.line-button{
  background-color: #06C755;
  color: white;
  height: 38px;
}
.google-button{
  height: 38px;
}
.btn-success{
  --bs-btn-bg: #FF00D6 !important;
  --bs-btn-border-color: #FF00D6 !important;
  --bs-btn-hover-bg: #FF00D6 !important;
  --bs-btn-hover-border-color: #FF00D6 !important;
  --bs-btn-active-bg: #FF00D6 !important;
  --bs-btn-active-border-color: #FF00D6 !important;
  --bs-btn-disabled-bg: #FF00D6 !important;
  --bs-btn-disabled-border-color: #FF00D6 !important;
}
.btn-create-account {
    --bs-btn-bg: #00BEAC !important;
    --bs-btn-border-color: #00BEAC !important;
    --bs-btn-hover-bg: #00BEAC !important;
    --bs-btn-hover-border-color: #00BEAC !important;
    --bs-btn-active-bg: #00BEAC !important;
    --bs-btn-active-border-color: #00BEAC !important;
    --bs-btn-disabled-bg: #00BEAC !important;
    --bs-btn-disabled-border-color: #00BEAC !important;
}

.login-info{
  background: #F2F0F3;
  border-radius: 10px;
  font-size: 0.9em;
  padding: 10px;
  margin-bottom: 30px !important;
}
/* 規約 */
.terms-and-conditions-container {
  max-height: 400px; /* 表示領域の高さを固定（必要に応じて調整） */
  overflow-y: auto;   /* 縦スクロールを許可 */
  padding: 1rem;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 0.9rem;  /* 文字小さめ */
  line-height: 1.6;
  background: #FBFBFC;
  border-radius: 10px;  
}
.terms-area {
  font-size: 0.9rem;
  line-height: 1.6;
}

.terms-area h2, .terms-area h3 {
  margin-top: 1.5em;
  font-weight: bold;
}
.terms-area ul {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.terms-container{
  font-size: 0.93rem;
  line-height: 1.8;
  white-space: normal;
}

@media screen and (max-width:1600px) {


}

@media screen and (max-width:1400px) {


}

@media screen and (max-width:1200px) {


}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:768px) {
  .container-md {  
    width: 90%;
  }
  #inquiry-btn {
    width: 65%;
  }
}

@media screen and (max-width:576px) {
}