  #firebaseui-auth-container button{
    font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    max-width: 400px; 
    border-radius: 24px;
    box-shadow: none;
  }
  .firebaseui-card-content{padding:0;}

  .firebaseui-container{
    max-width: 400px; 
  }
  .firebaseui-idp-icon-wrapper img{
    height: 32px;width: 32px;
  }
  .firebaseui-idp-google .firebaseui-idp-text.firebaseui-idp-text-long{
    padding-left: 80px;
  }
  .firebaseui-idp-text.firebaseui-idp-text-long{
    font-size: 18px;
    padding-left: 88px;
  }
  .firebaseui-idp-google{
    background-color:#4285F4!important;
  }
  .firebaseui-idp-google .firebaseui-idp-text {
    color: #fff!important;
  }
  .firebaseui-idp-google .firebaseui-idp-icon-wrapper {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .firebaseui-idp-google .firebaseui-idp-icon-wrapper img {
    height: 20px;
    width: 20px;
    margin-left: 6px;
  }
.u-fc-red strong{
  color: red;
  font-size: 12px;
}
#container{
  font-size:16px;
  line-height:24px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}

h2{
  background: #F9F4E9;
  color: #1f2121;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  font-weight: normal;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif!important;
}

.title_bg{
  background: #F9F4E9;
  color: #1f2121;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  font-weight: normal;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif!important;
  margin-top: 20px;
  margin-bottom: 20px;
}
th{font-weight: normal;}
table{
  width: 420px;
  padding: 20px 10px;
  margin: 0 auto 0;
  table-layout: fixed;
}
input[type="text"] ,
table select ,
input[type="tel"] {
  height: 40px;
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #1f2121;
}
table select {
  width: 30%;
}
.hissu {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
  background-color: #1F2121;
  border-radius: 16px;
  padding: 2px 8px;
  margin-bottom: 1%;
  margin-left: 4px;
  position: relative;
  top: -2px;
  display: inline-block;
}
.u-pt20{
  padding-top:20px;
}
[class^="attention_txt"] LI{
  list-style: disc;
}
[class^="attention_txt"] UL{
  margin-left: 19px;
}
.attention_txt3 LI{
  list-style: decimal;
}
.attention_txt3,
.attention_txt2{
  width:380px;
  text-align:left;
  font-size:14px;
  margin:0 auto;
  line-height: 24px;
}
#personal_assessment a.under{
  text-decoration: underline;
  text-underline-offset: 3px;
}
textarea{
  field-sizing: content;
  width: 400px;
  min-height: min-content;
  line-height: 20px;
  resize: none;
  padding: 8px;
  border-radius: 8px;
  height: 220px;
}
span.timetag{
  display: inline-block;
  padding: 0 4px;
}
input[type=checkbox],
input[type=radio]{
  display: none;
  margin: 0;
}
input[type=checkbox]+label{
  cursor: pointer;
}
input[type=checkbox]+label::before,
input[type=radio]+label::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  border: 1px solid #1F2121;
  border-radius: 4px;
}
input[type=radio]:checked+label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #B49A2E;
  border-radius: 8px;
}
input[type=checkbox]:checked+label::after,
label input[type=checkbox]:checked::after {
  border-left: 3px solid #B49A2E;
  border-bottom: 3px solid #B49A2E;
}

input[type=checkbox]:checked+label::after,
input[type=radio]:checked+label::after{
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
input[type=checkbox]:checked+label::after,
label input[type=checkbox]:checked::after{
left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #B49A2E;
  border-bottom: 3px solid #B49A2E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type=checkbox]+label, 
  label input[type=checkbox] ,
  input[type=radio]+label{
  position: relative;
  display: inline-block;
  cursor: pointer;
}
input[type=radio]+label::before {
  border: 2px solid #1F2121;
  border-radius: 30px;
}
input[type=checkbox]+label, input[type=radio]+label, label input[type=checkbox] {
  padding: 0 0 0 24px;
}
.left{
  float:left;
  width:50%;
}
.right{
  float:right;
  width:50%;
}
#button{
  max-width:400px;
  margin: 20px auto;
}
#button .white_btn{
  background-color: #fff;
  border: 1px solid #1F2121;
  color: #1F2121 !important;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: 400;
  border-radius: 50px;
  width: 400px;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif!important;
  cursor: pointer;
  margin-top:20px;
}

#button .black_btn{
  background-color: #1F2121;
  border: 1px solid #1F2121;
  color:#fff;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: 400;
  border-radius: 50px;
  width: 400px;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif!important;
  cursor: pointer;
}
.black_btn.disabled, .black_btn[disabled]{
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
}
.field-notice {
  display: flex;
  gap: 8px;
}
.count_num {
  margin: 0;
}
.field-warning {
  font-size: 13px;
  color: red;
  font-weight: bold;
  width: 100%;
}

.count_num {
    font-size: 13px;
    color: #72787A;
    width: 100%;
    max-width: 400px;
    text-align: right;
}

textarea#relation,
textarea#relation_term{
  height: 60px;
}