@charset "UTF-8";
/* mainset */
html {
  display: table;
  width: 100%;
}
body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin:0px; 
    padding:0px;
  -webkit-text-size-adjust: 100%;
  background-color: #FFFFFF;
}
img{ 
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: none;
}
.main-bg {
  position: relative;
  background: url("https://skkm.site/asp/login/img/main-bg_04-1-2.png") no-repeat top center;
  width: 100%;
  height: 750px;
}
.bg {
  background: url("https://skkm.site/asp/login/img/main3-bg.png") no-repeat top center;
  height: 750px;
  margin: 0 auto;
  right: 0 ;
  left: 0;
  top: 0;
  width: 100%;
}
.main-container {
  margin: 0 auto;
  right: 0;
  left: 0;
  max-width: 100%;
  top: 0;
}
.login_top-line {
  width: 100%;
  height: 5px;
  background: rgb(249 111 205);
}
.login_logo {
  margin-top: 100px;
}
.illust_img {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 0;
}
.illust_text {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 81px;
  bottom: 200px;
}

/* login form */
.form-bg {
  background-color: rgb(0,0,0,.0);
  padding: 10px 0 20px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  text-align: -webkit-center;
}
table {
  border: 1px solid lightgray;
  border-collapse:collapse;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .7);
  width: 100%;
  margin-top: -54px;
}
tr {
  width: 100%;
}
th {
  width: 100%;
  max-width: 601px;
  font-size: 18px;
  color: #555555; 
  text-align: left;
  vertical-align: middle;
  padding: 12px 0px 12px 15px;
  background: rgb(236,236,236);
  background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(248,248,248,1) 100%);
}
td {
  padding: 8px;
  border: 1px solid lightgray;
  background-color: #FFFFFF;
}
td.icon {
  border: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  background-color: rgb(175, 175, 175);
  padding: 10px;
}
td.icon2 {
  border: 1px solid #8f8f8f;
  border-top: 1px solid #8f8f8f;
  background-color: rgb(175, 175, 175);
  padding: 10px;
}
td.icon i,
td.icon2 i {
  color: #FFFFFF;
}
td.mailtext {
  background-color: #f5f5f5;
  border: 1px solid lightgray;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
.form-mail {
  background-color: #FFFFFF;
  border: 1px solid rgb(175, 175, 175);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 16px;
}
.form-mail2 {
  background-color: #FFFFFF;
  border: 1px solid rgb(175, 175, 175);
  border-radius: 2px;
  width: 77%;
  height: 100%;
  padding: 8px;
  font-size: 16px;
}
.form-mail:focus,
.form-mail2:focus {
  outline: none;
}
input::placeholder {
  color: rgb(175, 175, 175);
}
.pass {
  font-size: 12px;
  margin-left: 10px;
}
.pass i {
  color: #6d8e07;
}
.pass a {
  color: #0099ff;
}
.pass a:hover {
  color: orange;
}

/* btn */
.btn {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 267px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 15px;
  width: 150px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(96,195,0,1) 43%, rgba(137,219,61,1) 84%);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .7);
  cursor: pointer;
}
.btn:hover {
  border: 1px solid #ffa114;
  background-image: linear-gradient(0deg, rgba(185, 122, 3, 1) 10%, rgba(251, 185, 0, 1) 60%);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .7);
}

/* footer */
.footer-bg {
  background: linear-gradient(0deg, rgb(249 71 160) 43%, rgb(249 111 205) 84%);
  width: 100%;
  height: 180px;
  margin: 0 auto;
  text-align: -webkit-center;
}
.footer-bg2 {
  height: 180px;
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 13%, transparent 33%), radial-gradient(rgba(0, 0, 0, 0.1) 13%, transparent 33%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}
.copyright {
  font-size: 12px;
  color: #FFFFFF;
  padding-top: 50px;
}


@media (min-width: 769px){
  .login_logo-sp,
  .illust_img-sp {
    display: none;
    visibility: hidden;
  }
  .notice_wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    right: 0;
    left: 0;
    background: #e953af;
    margin-top: -10px;
    margin-bottom: 30px;
    justify-content: center;
  }


}

@media (max-width: 768px){
  .login_logo,
  .illust_img,
  .illust_text {
    display: none;
  }
  .login_logo-sp {
    width: 100%;
    margin-top: -25px;
    margin-bottom: 45px;
  }
  .illust_img-sp {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
  }
  td.icon {
    padding: 26px 10px;
  }
  td.icon2 {
    padding: 42px 10px;
  }
  td.mailtext {
    display: none;
  }
  .form-mail {
    height: 50px;
  }
  .form-mail2 {
    width: 100%;
    height: 50px;
  }
  .sub_form {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .btn {
    bottom: 243px;
  }

  .notice_wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    right: 0;
    background: #e953af;
    margin-top: -10px;
    margin-bottom: 30px;
  }

}


/*
@media screen and (min-width: 981px) {
  .pass-sp {
    display: none;
  }
}


@media screen and (max-width: 980px) {
  .bg {
    background: url("../img/main-bg-sp.png") no-repeat top center;
    height: 1400px;
  }
  .main-container {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 100%;
    height: 1000px;
    top: 0;
  }
  .login_logo {
    width: 100% !important;
  }
  .illust_img {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .illust_text {
    width: 100%;
    margin: 0 auto;
    right: 0;
    position: absolute;
    left: 0px;
    bottom: 200px;
  }
  .form-bg {
    position: absolute;
    background-color: rgb(0,0,0,.0);
    padding: 40px 0 40px 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 300px;
    width: 80%;
  }
  table {
    border: 1px solid lightgray;
    border-collapse: collapse;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .7);
    margin-bottom: 40px;
  }
  td {
    padding: 0px;
    border: 1px solid lightgray;
    background-color: #FFFFFF;
  }
  td.icon {
    border: 1px solid rgb(32, 32, 32);
    border-bottom: 1px solid rgb(92, 92, 92);
    background-color: rgb(59, 59, 59);
    padding: 13px 25px;
    font-size: 35px;
  }
  td.icon2 {
    border: 1px solid rgb(32, 32, 32);
    border-bottom: 1px solid rgb(92, 92, 92);
    background-color: rgb(59, 59, 59);
    padding: 13px 25px;
    font-size: 35px;
  }
  td.icon i,
  td.icon2 i {
    color: #FFFFFF;
  }
  td.mailtext {
    display: none;
  }
  .form-mail {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 60%;
    height: 95px;
    padding: 8px;
    font-size: 33px;
  }
  .form-mail2 {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 60%;
    height: 95px;
    padding: 8px;
    font-size: 33px;
  }
  input::placeholder {
    color: rgb(175, 175, 175);
  }
  .pass {
    display: none;
  }
  .pass-sp {
    font-size: 28px;
    margin: 50px 0;
  }
  .pass-sp i {
    font-size: 30px;
    color: #FFFFFF;
  }
  .pass-sp a {
    color: #FFFFFF;
  }
  .btn {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 35px;
    width: 380px;
    height: 92px;
    border: 1px solid #6d8e07;
    border-radius: 5px;
    background-image: linear-gradient(0deg, rgba(129, 167, 14, 1) 10%, rgba(160, 197, 45, 1) 90%);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .7);
    cursor: pointer;
  }
  .btn:hover {
    border: 1px solid #ffa114;
    background-image: linear-gradient(0deg, rgba(185, 122, 3, 1) 10%, rgba(251, 185, 0, 1) 40%);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .7);
  }
  .footer-bg {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 1400px;
  }
  .copyright {
    font-size: 23px;
  }
}
  */