@charset "utf-8";
.navbar{
  background-color: #fff;
}
.navbar-brand .form-logo{
  width: 120px;
  height: auto;
}

.form-btn-submit{
  background-color: #fe7b07;
  border: none;
}

.form-btn-submit:hover{
  background-color: red;
  border: none;
}

.form-control{
  background: #fcfbe9;
}


.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:10px;
  padding:10px;
}


/*form************/
.form-s-text{
  font-size: 12px;
  line-height: 1.2;
  color: #666;
}
.form-container{
  width: 980px;
  margin:20px auto;
}

.form-container input{
  height: 50px;
}

.form-container select{
  height: 50px;
}

.form-layout-left{
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}

.badge{
  position: absolute;
  right: 10px;
  top: 40%;
  font-size: 14px;
}

.form-layout-right{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .form-container{
    width: 100%;
    padding: 10px;
    margin:20px auto;
  }

  .form-layout-right{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

}

@media screen and (max-width: 480px) {
  .form-container{
    width: 100%;
    padding: 10px;
    margin:20px auto;
  }

  .form-layout-left{
    border-top: 1px solid #ccc;
    border-left: none;
    border-right: none;
  }

  .form-layout-right{
    border-top: 1px solid #ccc;
    border-left: none;
    border-right: none;
  }

}

.form-check-label{
  display: contents;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 16px;
}


input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 1.0em;
}

.topLine{

  width: fit-content;
  padding: 10px 20px;
  background-color: #ffc107;
  border-radius: 0.5em;
  font-size: 20px;
  font-weight: bold;

}
.shiryoBtn{
  color: #fff;
  display: inline-block;
  background-color: #fe7a0a;
  font-weight: bolder;
  font-size: 30px;
  padding: 20px 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 0.5em;
}

.shiryoBtn:hover{
  color: #fff;
  background-color: #fe7a0a;
  opacity: 0.8;
  text-decoration: none;
}
