.change_lang {
  text-align: right;
  margin: 1rem;
}

.change_lang img {
  height: 20px;
  width: auto;
  margin-right: 3px;
}

/* 言語切替の調整 */
.language .c-selectbox select{
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  line-height: 20px;
}

/* モーダル調整 */
.modaal-wrapper .modaal-close {
  top: -60px;
}

.ss_contents a:link, a:visited {
  text-decoration: underline;
  color: #FF9900;
}

/* 「AWS 最新情報を取得」の選択肢調整 */

tr.item_linking.th_hide.add_border label {
  color: black;
  font-size: 15px;
}

tr.add_border.th_hide label {
  color: black;
  font-size: 15px;
}

.ss_upComment{
  color: black;
  font-size: 100%;
}


/* 項目名の非表示 */
tr.th_hide th{
  display: none!important;
}

@media screen and (max-width: 767px){
  tr.th_hide {
      border-top: 1px solid #dddddd;
  }
}

/* 都道府県のセレクト枠拡大 */
.narrow_state select {
  width: 250px;
}

.caution_css {
  font-size: 1.5rem;
  font-weight: bold;
}

/* パスワードの表示切替 */
.eye input{
  width:230px ;
}
.eye-icon {
  position:absolute;
  bottom:5px;
  left: 205px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 10px;
  z-index: 1;
  background-color: #fff;
}

/* Firefox */
/* @-moz-document url-prefix() {
  .eye-icon {
      position:absolute;
      left: 155px;
  }
} */
/* Mac */
@media screen and (min-width:768px) {
  _:lang(x)+_:-webkit-full-screen-document, .eye-icon {
      left: 205px;
  }
}
.eye-icon.fa-eye{
  content: url('/static/upload/jpsummit-smp25.awsevents.com/system/seminar_base/shared/img/eye-solid.svg');
}
.eye-icon.fa-eye-slash{
  content: url('/static/upload/jpsummit-smp25.awsevents.com/system/seminar_base/shared/img/eye-slash-solid.svg');
}
.eye .eye-item{
  position: relative;
}
@media screen and (max-width:767px) {
  .eye input{
    width: 90%;
  }
  .eye-icon{
    position: absolute;
    bottom: 5px;
    right: 10%;
    left: auto;
  }

  _:lang(x)+_:-webkit-full-screen-document, .eye-icon {
    right: 10%;
  }
}

/* フォーム下コメント調整 */
.ss_bottomComment, .ss_bottomComment span {
  font-size: 11px;
}

span.mypage_disnone {
  font-size: 11px;
}

.member .disnone_76 {
  display: none !important;
}

#loading {
  display: none;
}

#loading.show {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

#loading img {
  width: 50px;
  height: 50px;
}