@charset "UTF-8";
/*------------------------------------------------------------
ログイン
------------------------------------------------------------*/
#pw {
  padding: 70px 0;
  background: url("../images/bg_select_menu.jpg") center center no-repeat;
  background-size: cover;
  line-height: 1;
}
#pw form {
  width: 690px;
  margin: 0 auto;
  background: url("../common/images/bg_white_opacity.png") center center repeat;
  border-top: 6px solid #324188;
  padding: 60px;
  position: relative;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
#pw h1 {
  font-size: 2.8rem;
  margin-bottom: 60px;
  text-align: center;
}
#pw p {
  clear: both;
  font-size: 1.6rem;
  margin: 30px 0;
  text-align: center;
}
#pw p input {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0 20px;
  width: 290px;
  height: 66px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9ffdf;
}
#pw p input[type=submit] {
  background: #324188;
}
#pw p input[type=button] {
  background: #999;
}

/* 追加分 */
#pw p input[name=back] {
  background: #999;
}

#pw p.error-message {
  margin: 10px 0 30px;
  text-align: left;
}
#pw div.center {
  width: 320px;
  margin: 0 auto;
}
#pw dl {
  float: left;
  width: 320px;
  margin-bottom: 30px;
}
#pw dl:nth-of-type(odd) {
  clear: both;
  margin-right: 40px;
}
#pw dl.center {
  margin: 0 auto 30px;
  float: none;
}
#pw dl.center:nth-of-type(odd) {
  margin: 0 auto 30px;
  float: none;
}
#pw dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#pw dl dd {
  margin-bottom: 10px;
}
#pw dl dd li {
  display: inline-block;
}
#pw dl dd input {
  width: 100%;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: #f9ffdf;
}
#pw dl dd.PW_checkbox input {
  width: auto;
  height: auto;
}
#pw dl dd.PW_checkbox {
  padding: 15px 0;
}
#pw dl dd select {
  font-size: 1.8rem;
  width: 100%;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pw dl dd p {
  margin: 10px 0;
  text-align: left;
}
#pw dl dd .hint2{
  font-size: 1.14rem;
}

.hint {
  margin-bottom: 15px;
}

#pass_form {
  min-height: 730px;
}

#info_form {
  min-height: 745px;
}

@media all and (max-width: 667px) {
  #pw {
    background-image: none;
    background-color: #eff6ff;
    padding: 20px 16px;
  }
  #pw form {
    width: auto;
    padding: 30px;
  }
  #pw h1 {
    margin-bottom: 30px;
  }
  #pw p {
    margin: 30px 0;
  }
  #pw p input {
    width: 100%;
    margin: 10px 0;
    border-radius: 10px;
  }
  #pw p a {
    -webkit-background-size: 4px auto;
    background-size: 4px auto;
    padding-left: 10px;
  }
  #pw dl {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  #pw dl:nth-of-type(odd) {
    margin-right: 0;
  }
  #pw dl dt img {
    max-width: 320px;
    width: 100%;
  }
  #pw dl dd.security_strength img {
    width: 34px;
    height: 8px;
  }

  #pass_form {
    min-height: inherit;
  }

  #info_form {
    min-height: inherit;
  }
 
}

@media all and (max-width: 350px) {
	
  .hint {
    font-size: 1.09rem;
  }
}


/*------------------------------------------------------------
パスワードの
------------------------------------------------------------*/
#pw .breakCancel {
  float: none;
}

#pw .breakCancel2:nth-of-type(odd) {
  clear: inherit;
}

.hint {
  margin-bottom: 10px;
  padding: 0;
}

.strength {
  margin: 10px 0;
}

.strength ul {
  letter-spacing: -0.4em;
  line-height: 1;
}

.strength ul li {
  display: inline-block;
  margin-right: 5px;
}
