@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 60px 30px 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: 20px;
  text-align: center;
}
#pw p {
  clear: both;
  font-size: 1.6rem;
  margin: 30px 0;
  text-align: center;
}
#pw h2 {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: #3a4ca0 solid 4px;
}
#pw dl {
  border-bottom: #3a4ca0 dotted 1px;
  /* PRO修正 */
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#pw dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#pw dl dd {
  /* PRO修正 */
  margin-bottom: 20px;
  padding-left: 20px;
}

/* PRO追加分 */
#pw .annotation p{
	text-align:left;
}


@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;
  }
}

