@charset "UTF-8";
/* --------------------------------------------- Reset Stylesheet */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  font-style: normal;
  color: #404040;
  line-height: 2em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: "Segoe UI", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

img {
  display: block;
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
  color: #2A3550;
}
a:hover {
  text-decoration: underline;
}

input[type="text"],
select,
input[type="password"] {
  border: 0;
  background-color: transparent;
  border-bottom: 1px #ddd solid;
  padding: 8px 10px;
  box-sizing: border-box;
  height: 35px;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
  border-bottom: 1px #2A3550 solid;
}

input[type="submit"] {
  border: 1px #ddd solid;
  border-radius: 3px;
  padding: 8px 10px;
  box-sizing: border-box;
  background-color: #fff;
  height: 35px;
}

input[type="text"],
input[type="password"],
input[type="submit"] {
  width: 100%;
}

input + input {
  margin-left: 8px;
}

select {
  cursor: pointer;
}

input[type="submit"] {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  cursor: pointer;
  background-color: #2A3550;
  border-color: #2A3550;
  color: #fff;
  border-radius: 4px;
  padding: 12px;
  transition: all .2s;
  height: auto;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: #2A3550;
}

input[type="submit"].btn-cta {
  background-color: #FF5959;
  border: 1px solid #FF5959;
  color: #fff;
}
input[type="submit"].btn-cta:hover {
  background-color: #fff;
  color: #FF5959;
}

.btn-return {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  background-color: #2A3550;
  border-color: #2A3550;
  color: #fff;
  border-radius: 4px;
  padding: 12px;
  transition: all .2s;
  line-height: 1em;
  height: auto;
}
.btn-return:hover {
  background-color: #fff;
  color: #2A3550;
}

.btn-return {
  margin: 30px auto 0;
  background-color: #fff;
  border-color: #A8AFC0;
  color: #A8AFC0;
}
.btn-return:hover {
  background-color: #A8AFC0;
  color: #fff;
}

::-webkit-input-placeholder {
  /*    font-size: .9rem;*/
  color: #aaa;
}

.select-pd {
  display: inline-block;
  position: relative;
}
.select-pd:before {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #404040;
  pointer-events: none;
}
.select-pd select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding-right: 25px;
  padding-left: 5px;
}
.select-pd ::-ms-expand {
  display: none;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #F3F4F9;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
}

body.new {
  align-items: flex-start;
}

.btn,
button {
  font-size: 1rem !important;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  background-color: #2A3550;
  border: 1px solid #2A3550;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all .2s;
  cursor: pointer;
  border-radius: 3px;
  box-sizing: border-box;
}
.btn:hover,
button:hover {
  background-color: #fff;
  color: #2A3550;
}

#wrapper {
  width: 100%;
  max-width: 400px;
  border: 1px #FAFBFC solid;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 3px 9px #eee;
  margin-bottom: 40px;
}
#wrapper img {
  max-width: 100%;
  margin: 0 auto;
}
#wrapper form {
  margin: 30px auto 40px;
}
#wrapper form ul li {
  margin-bottom: 30px;
  text-align: left;
}
#wrapper form ul li span {
  font-size: .8rem;
  display: block;
  margin-bottom: 5px;
  color: #A8AFC0;
}
#wrapper form p.err-msg {
  color: #E7756C;
  margin-top: 8px;
}
#wrapper form .err-form {
  border: 1px #E7756C solid;
  background-color: #FCEEED;
}
#wrapper p, #wrapper a {
  font-size: .9rem;
}
#wrapper h2 {
  margin-top: 30px;
  font-size: 1.2rem;
}
#wrapper h2 ~ p {
  text-align: left;
}

.select-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-area .year {
  width: 40%;
  box-sizing: border-box;
}
.select-area .month {
  width: 30%;
  padding-left: 10px;
}
.select-area .day {
  width: 30%;
  box-sizing: border-box;
  padding-left: 10px;
}

.message-box {
  width: 100%;
  margin: 10px auto 30px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border: 1px #E7756C solid;
  background-color: #FCEEED;
}
.message-box p {
  color: #E7756C;
}

/*

	新規登録

*/
body.new #wrapper {
  max-width: 640px;
}
body.new #wrapper form {
  margin: 30px auto 40px;
}
body.new #wrapper form ul li span {
  font-weight: bold;
  color: #2A3550;
}
body.new #wrapper form ul li span a {
  font-size: .8rem;
  text-decoration: underline;
}
body.new #wrapper form ul li label + label,
body.new #wrapper form ul li input + .select-pd {
  margin-left: 25px;
}
body.new #wrapper form ul li .select-pd-w {
  width: 100%;
}
body.new #wrapper form ul li .select-pd-w select {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.new #wrapper form ul li input[type="submit"] {
  max-width: 100%;
}
body.new #wrapper form ul li p.err-msg {
  color: #E7756C;
  margin-top: 8px;
}
body.new #wrapper form ul li .err-form {
  border: 0;
  background-color: #FCEEED;
}
body.new #wrapper form ul li p.err-form {
  padding-left: 8px;
}
body.new #wrapper form ul li:last-child {
  padding-top: 30px;
}
body.new #wrapper form ul.confirm li span {
  color: #A8AFC0;
}
body.new #wrapper form ul.confirm li p {
  font-size: 1.1rem;
  box-sizing: border-box;
  padding-left: 10px;
}

@media only screen and (max-width: 480px) {
  body.new #wrapper {
    padding: 40px 20px;
  }
  body.new #wrapper form ul li input + .select-pd {
    margin-left: 0;
    margin-top: 10px;
  }
}
.hs:after {
  content: "必須";
  border: 1px #E7756C solid;
  border-radius: 3px;
  padding: 0 3px;
  color: #E7756C;
  font-size: .8rem;
  margin-left: 7px;
  font-weight: normal;
}

input.w10 {
  width: 10%;
}

input.w20 {
  width: 20%;
}

input.w30 {
  width: 30%;
}

input.w40 {
  width: 40%;
}

input.w50 {
  width: 50%;
}

input.w60 {
  width: 60%;
}

input.w70 {
  width: 70%;
}

input.w80 {
  width: 80%;
}

input.w90 {
  width: 90%;
}

input.w100 {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  input.w10s {
    width: 10% !important;
  }

  input.w20s {
    width: 20% !important;
  }

  input.w30s {
    width: 30% !important;
  }

  input.w40s {
    width: 40% !important;
  }

  input.w50s {
    width: 50% !important;
  }

  input.w60s {
    width: 60% !important;
  }

  input.w70s {
    width: 70% !important;
  }

  input.w80s {
    width: 80% !important;
  }

  input.w90s {
    width: 90% !important;
  }

  input.w100s {
    width: 100% !important;
  }
}
