@charset "UTF-8";
/* CSS Document */

/* reset format */
.g-title-area__title_main{
  margin-bottom: 25px;
}
.g-title-area__title_sub{
  font-size: 16px;
  line-height: 32px;
}

/* share */

.title-area_annotation{
  font-size: 12px;
}

.main_contents-login{
  padding: 60px 0 90px;
}

.main_contents-bg_login{
  background-image: url(../img/bg_up_login.png), url(../img/bg_down_login.png) ,url(../img/bg_up_all.png), url(../img/bg_down_all.png);
  background-position:left 200px top -70px, right bottom -30px ,right top, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.login_form__area{
  margin-bottom: 40px;
}
.login_form__item-area{
  margin-bottom: 15px;
}
.login_form__item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_form__item-annotation{
  font-size: 12px;
  color: #999999;
  padding-left: 70px;
  box-sizing: border-box;
  min-width: 432px;
}
.login_form__input-text{
  font-size: 12px;
  text-align: left;
  min-width: 60px;
  margin-right: 10px;
}
.login_form-input-box{
  width: 312px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e7eeec;
  padding: 10px 24px 11px;
  -webkit-appearance: none;
  appearance: none;;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  background-color: #f8f8f8;
  margin-bottom: 5px;
}
.login_form-input-box:focus {
  outline: none;
  color: #000000;
  border:1px solid #60B8EF;
  background-color: #ffffff;
}

.login_form__link-area{
  text-align: center;
}
.login_form__link-item {
  margin-bottom: 15px;
}
.login_form__link-item a{
  color: #10A3ff;
  text-decoration: underline;
  position: relative;
}
.login_form__link-item a::after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
}
.login_form__link-item-next a::after{
  background-image: url(../img/icon_arrow_blue.svg);
}
.login_form__link-item-newwin a::after{
  background-image: url(../img/icon_newwin_blue.svg);
}

@media print, screen and (max-width: 767px) {
  .login_form-input-box{
    width: 100%;
    max-width: 312px;
  }
  .g-contents_area-col1_white{
    padding: 30px 30px;
  }
  .login_form__item{
    justify-content: normal;
  }
  .login_form__input-text{
    text-align: center;
  }
}

/*----- 登録フォーム -----*/

.register_form__area{
  max-width: 432px;
  margin: 0 auto;
}


.register_form__item-area{
  margin-bottom: 45px;
}
.register_form__text-area{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.register_form__input-text{
  font-size: 12px;
}
.register_form-input-box{
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e7eeec;
  padding: 10px 24px 11px;
  -webkit-appearance: none;
  appearance: none;;
  color: #999999;
  font-size: 12px;
  line-height: 21px;
  background-color: #f8f8f8;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.register_form-input-box:focus {
  outline: none;
  color: #000000;
  border:1px solid #60B8EF;
  background-color: #ffffff;
}

.register_form__item-area-2col,
.register_form__item-area-3col{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.register_form__item-area-2col .register_form__item{
  width: 48%;
  margin-right: 4%;
}
.register_form__item-area-2col .register_form__item:last-of-type{
    margin-right: 0;
}
.register_form__item-area-3col .register_form__item{
  width: 32%;
  margin-right: 3%;
}
.register_form__item-area-3col .register_form__item:last-of-type{
    margin-right: 0;
}

.input-chack_box-form{
  background-color: #F8F8F8;
  border-color: #E7EEEC;
  border-radius: 10px;
}

.register_form-pulldown-box{
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e7eeec;
  padding: 10px 24px 11px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(https://manabi-gakushu.benesse.ne.jp/navi/op/spiral/ssnavi/teacher/inquiry/_assets/img/student-information_arr_pulldown.svg);
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  background-color: #f8f8f8;
}
.img_modal{
  height: 18px;
}
.register_form__scroll_box{
  background-color: #F8F8F8;
  border-color: #E7EEEC;
  border-radius: 10px;
  font-size: 12px;
  overflow-y: scroll;
  height: 300px;
  padding: 12px;
}
.register_form__scroll_box div{
  margin-bottom: 1em;
}
.register_form__scroll_box::-webkit-scrollbar{
  width: 10px;
}
.register_form__scroll_box::-webkit-scrollbar-track{
  background-color: #E7EEEC;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;
}
.register_form__scroll_box::-webkit-scrollbar-thumb{
  background-color: #60bbef;
  border-radius: 10px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;

}
@media print, screen and (max-width: 767px) {

  .register_form-input-box,
  .register_form-pulldown-box{
    padding: 10px 14px 11px;
  }
  
  .g-title-area__title_sub{
    font-size: 14px;
    line-height: 22px;
  }

}


.form-input-box-actuve{
  color: #000000;
  background-color: #ffffff;
}

.form-active{
  color: #000000;
  border:1px solid #E7EEEC;
  background-color: #ffffff;
}

.form-error{
  color: #000000;
  border:1px solid #FF3B10;
  background-color: rgba(255, 59, 16, 0.1);
}

