@charset "utf-8";




html,
body {
height: 100%;
margin: 0;
      font-family:"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Arial", "Yu Gothic", "游ゴシック","メイリオ","Meiryo", sans-serif;
      font-size: 1rem;
      font-weight: 400;
    
}


  

  
  .btn-lg, .btn-group-lg > .btn {
    font-size: 1.25rem;
    line-height: 1.5;
  }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #212529;
}

h3 {
    font-size:  1.85rem;
}

.content-wrapper {
    background: #f3f3f3;
    padding: 2.1rem 1.04rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.page-body-wrapper {
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}

.auth .auth-form-light {
    background: #ffffff;
    padding: 95px;
}

.auth .brand-logo {
    margin-bottom: 2rem;
}

.auth form .form-group {
    margin-bottom: 2.25rem;
}

.info-text{
    
   /*  margin-top: 23px;
    margin-bottom: 30px; */
    font-size: 21px;
    color: #343a40;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .br-pc {
      display: none;
    }
  }

  label {
    margin-bottom: 0.1rem;
    color: 	#1f2d3d;
}



.form-control-lg {
    height: 3.5rem;
    padding: 0.94rem 1.94rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    box-shadow: none;
    outline: 0;
   /* border: 1px solid #f3f3f3;*/
     border: 1px solid #d4d4d4;
    font-weight: 400;
    background: transparent;
    border-radius: 0;
    font-size: .9375rem;
}


.form-box{
    
    margin-top: 30px;
    padding: 30px;
}

.require{
    
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #bb2024;

    /* background: #bb2024; */
    display: inline-block;
    width: 46px;
    height: 20px;
    margin-bottom: 7px;
}

.box_considerations {
    max-height: 160px;
    padding: 16px;
   /* border: 2px solid #808080;*/
     border: 2px solid #d4d4d4;
    overflow-y: auto;
    margin-top: 80px;
}
.box_considerations ul {
    margin-left: 0px;
}

.box_considerations ul li {
    list-style-type: "・";
    font-size: 12px;
    margin: 0px 0px 8px 10px;
}

.privacy-title{
    
    font-weight: bold;
    font-size: 16px;
}

.privacy-sub{
    
   font-size: 15px;
}

.privacy-box{
    
    padding: 0px 16px 0px 16px;
    font-size: 14px;
}

.form-check {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;

}


.form-check .form-check-label {
    min-height: 18px;
    display: block;
    margin-left: 1.75rem;
    font-size: 1.075rem;
    line-height: 1.5;
    vertical-align: top;
    margin-bottom: .5rem;
}


.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-check .form-check-label .input-helper::before, .form-check .form-check-label .input-helper::after {
    position: absolute;
    top: 0;
    left: 0;
}

.form-check .form-check-label input[type="checkbox"]:checked ~ .input-helper::before {
    background: #4d83ff;
   /* background: #d4d4d4;*/
    border-width: 0;
}

.form-check .form-check-label input[type="checkbox"]:checked ~ .input-helper::after {
    width: 22px;
    opacity: 1;
    line-height: 22px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  
}

.form-check .form-check-label input[type="checkbox"] ~ .input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: Material Design Icons;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '\F12C';
    font-size: .9375rem;
    font-weight: bold;
    color: #ffffff;

}




.form-check .form-check-label .input-helper:before  {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 2px;
  /*  border: solid #4d83ff;*/
    border: solid #d4d4d4;

    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    cursor: pointer;
}

.form-check .form-check-label .input-helper::after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: Material Design Icons;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '\F12C';
    font-size: .9375rem;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.wrapper--w900 {
    max-width: 850px;
}

.auth-form-btn{
    
    margin-top: 60px;
}

.form-group-box{
    
    margin-left: 0px;
    margin-right: 0px;
}

.form-control, select {
    border: 1px solid #f3f3f3;
    font-weight: 400;
    font-size: 0.875rem;
}

.form-control, .dataTables_wrapper select {
    display: block;
    width: 100%;
    height: 3.175rem;
    padding: 0.875rem 1.375rem;
    font-size: 1.3rem;
    font-weight: 400;
    
    line-height: 1;
    color: #212529;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #969697;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus, .dataTables_wrapper select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}


input, .form-control:focus, .dataTables_wrapper select:focus, input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    box-shadow: none;
    outline-style: none;
}


button[type="submit"]:disabled {
	background-color: rgba(104, 104, 104, 0.6);
    background-image: none;
    border-color: rgba(104, 104, 104, 0.7);
    /*color: #686868;*/
    color: #FFF;
}


select.form-control, .dataTables_wrapper select {

    border-radius: 0;
}

.others_text{
    
    width: 70%;
}

.form-check .form-check-label input[type="radio"] + .input-helper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: solid #bdc3d0;
    border-width: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check .form-check-label input[type="radio"] + .input-helper:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    top: 6px;
    left: 6px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
}



.form-check .form-check-label input[type="radio"]:checked + .input-helper:before {
    background: #4d83ff;
    border-width: 0;
}

.form-check .form-check-label input[type="radio"]:checked + .input-helper:after {
    opacity: 1;
    line-height: 1.5;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.form-radio{
    
    margin-bottom: 40px;
}


.form-check {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-left: 0;
}

.question-title{
    
  font-weight: bold;
}