@charset "UTF-8";
/*---------------------------
member/index.css
---------------------------*/

/*---------------------------
共通
---------------------------*/
.mainContent {
  padding: 0 0 6em;
}

/*  */
.conTxt {
  padding: 0;
}

.conTxt p {
  text-align: center;
  color: #000;
}

.conTxt .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.conTxt .txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.4;
}



/* Tab */
@media screen and (max-width: 1120px) {
  .mainContent {
    padding: 0 0 5em;
  }

  .conTxt .ttl {
    font-size: 2.5vw;
  }

  .conTxt .txt {
    font-size: 1.429vw;
  }
}



/* sp */
@media only screen and (max-width: 768px) {
  .mainContent {
    padding: 0 0 4em;
  }

  .conTxt .ttl {
    font-size: 4.948vw;
  }

  .conTxt .txt {
    font-size: 3.385vw;
  }
}




/*---------------------------
ログインフォーム
---------------------------*/
#input {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 5em;
  background: #98CDC0;
}

#input .main_ttlArea {
  width: 100%;
  text-align: center;
  padding: 2em 0;
  margin-bottom: 2em;
  border-bottom: solid 1px #7F7F7F;
}
#input .main_ttlArea .logo {
  width: 180px;
  margin: 0 auto 1.5em;
}
#input .main_ttlArea p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5em;
}
#input .main_ttlArea h2 {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 1.6;
  color: #191919;
  letter-spacing: 0.3rem;
}

#input .formArea .main_txtTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #191919;
  margin-bottom: 2em;
}

#input .formArea .p-member__form_input {
  margin-bottom: 1em;
}

#input .formArea .p-member__form_input dl {
  font-size: 14px;
  line-height: 1.6;
}

#input .formArea .p-member__form_input dl dd p input {
  padding: 15px 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /*width: 560px;*/
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  border: solid 1px #999;
  background: #FFF;
  outline: none;
}
#input .formArea .p-member__form_input dl dd p input::placeholder {
  color: #CCC;
}

#input .formArea .p-member__form_error {
  font-size: 14px;
  color: #191919;
  padding: 1em 0 2em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  text-align: center;
}

#input .formArea .p-member__form_error.is_alert {
  opacity: 1;
}

#input .formArea .p-member__form_error p {
  position: relative;
  display: inline-block;
}

/*  */
#input .formArea .p-member__form_submit {
  position: relative;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}

#input .formArea .p-member__form_submit .btn {
  position: relative;
  display: inline-block;
  border: none;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  padding: 1.2em 0;
  z-index: 0;
  background: #145984;
  color: #FFF;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s;
}
#input .formArea .p-member__form_submit .btn:hover {
  opacity: 0.5;
}
#input .formArea .p-member__form_submit .btn > img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  transition: transform .3s ease-in-out;
}
#input .formArea .p-member__form_submit .btn:hover > img {
  transform: translateY(-50%) translateX(10px);
}


/* Tablet */
@media only screen and (max-width: 768px) {
}


/* sp */
@media only screen and (max-width: 576px) {
}



/*---------------------------
エントリーボタンエリア
---------------------------*/
.entry_btnArea {
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
  margin-bottom: 8em;
  background: #EAF5F2;
}
.footer_BtnLink {
  padding: 2.5em 0 0;
}
.entry_btnArea .conTxt .ttl {
  font-size: 23px;
  margin-bottom: 1.2em;
}
.entry_btnArea .conTxt .txt {
  font-size: 14px;
  line-height: 1.;
  margin-bottom: 1em;
}


/* Tab */
@media screen and (max-width: 1140px) {

}

/* sp */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 576px) {
}


