html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html {
  width: 100%;
  min-height: 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.06em;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#container:after {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img_2x/body_bk.jpg);
  background-position: 100% 100%;
  background-size: cover;
  z-index: -1;
  content: "";
}

#header {
  position: relative;
  width: 100%;
  padding-top: 12px;
}

#header:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 12px;
  top: 0;
  left: 0;
  background-image: url(../img_2x/header_bk.jpg);
  background-position: 50% 0;
  background-size: 1920px 80px;
  box-shadow: 0 2px 3px rgba(74, 65, 77, 0.2);
  content: "";
}

#header h1 {
  display: block;
  width: 400px;
  height: 125px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(70, 59, 66, 0.1);
  background-image: url(../img_2x/header_img.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#header h1.send {
  background-image: url(../img_2x/header_img_02.png);
}

#header h2 {
  width: 360px;
  margin: 40px auto -10px;
  color: #5a4f5d;
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
}

#header h3 {
  width: 360px;
  margin: 40px auto -10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(217, 205, 208, 0.6);
  color: #5a4f5d;
  font-size: 14px;
  font-weight: 700;
}

#header p {
  width: 360px;
  margin: 30px auto;
  color: #5a4f5d;
  font-size: 14px;
  text-align: justify;
}

#header a {
  display: block;
  width: 300px;
  height: 20px;
  margin: 35px auto 0;
  padding: 14px 0 14px;
  background-color: #ea95a9;
  border-radius: 24px;
  box-shadow: 0 0 5px rgba(70, 59, 66, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#header a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

#footer {
  position: relative;
  width: 100%;
  margin-top: 120px;
  background-image: url(../img_2x/footer_bk.jpg);
  z-index: 5;
}

#footer:before {
  display: block;
  position: absolute;
  width: 33px;
  height: 32px;
  top: -16px;
  left: 50%;
  margin-left: -17px;
  background-image: url(../img_2x/footer_icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#footer .inner {
  padding: 40px 0 50px;
}

#footer .inner .copyright {
  text-align: center;
}

#footer .inner .copyright a {
  display: block;
  width: 100px;
  height: 42px;
  margin: 0 auto;
  background-image: url(../img_2x/footer_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#footer .inner .copyright a:hover {
  opacity: 0.5;
}

#footer .inner .copyright p {
  padding-top: 3px;
  font-size: 11px;
  color: #d5cdd5;
}

#content {
  width: 360px;
  margin: 0 auto;
}

#content form dt {
  color: #5a4f5d;
  font-size: 14px;
  font-weight: 700;
}

#content form > dl > dt {
  padding: 10px 0 10px 0;
  border-top: 1px solid rgba(217, 205, 208, 0.6);
}

#content form > dl > dt.left {
  position: relative;
  left: -0.5em;
}

#content form > dl > dd {
  padding: 0 0 25px 0;
}

#content form .character {
  width: 280px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flax-start;
  justify-content: flax-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#content form .character dt {
  width: 60px;
  padding-bottom: 8px;
  font-weight: 400;
}

#content form .character dd {
  width: 200px;
  padding-bottom: 8px;
  margin-right: 20px;
}

#content form .form_dl_table {
  margin-top: -8px;
  margin-bottom: 25px;
}

#content form .form_dl_table > dd {
  display: block;
  margin: 0 auto 5px;
  padding: 8px 0;
  border-radius: 8px;
  background-color: rgba(212, 196, 200, 0.3);
}

#content form .form_dl_table > dd dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flax-start;
  justify-content: flax-start;
  -webkit-align-content: flax-start;
  align-content: flax-start;
  -webkit-align-items: flax-start;
  align-items: flax-start;
}

#content form .form_dl_table > dd dl dt {
  padding: 0 0 10px 20px;
}

#content form .form_dl_table > dd dl dd {
  padding: 0 0 10px 20px;
}

#content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 200px;
  height: 30px;
  padding: 8px 60px 8px 25px;
  background-color: #fff;
  border-radius: 15px;
  background-image: url(../img_2x/select_arrow.png);
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: 172px 11px;
  box-shadow: 0 0 5px rgba(70, 59, 66, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#content select:focus {
  background-color: #fffeec;
}

#content textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 85px;
  padding: 12px 25px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#content textarea:focus {
  background-color: #fffeec;
}

#content .checkbox {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flax-start;
  justify-content: flax-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#content .checkbox input[type="radio"] {
  display: none;
}

#content .checkbox .maker {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 12px;
  border: 2px solid #5a4f5d;
  background-color: #fff;
  opacity: 0.8;
  box-shadow: 0 2px 3px rgba(74, 65, 77, 0.2);
}

#content .checkbox .label {
  opacity: 0.7;
}

#content .checkbox input[type="radio"]:checked + .maker {
  background-color: #5a4f5d;
  opacity: 1;
}

#content .checkbox input[type="radio"]:checked + .maker + .label {
  opacity: 1;
}

#content .checkbox input[type="radio"]:checked + .maker:after {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  border-radius: 8px;
  background-color: #ea95a9;
  content: "";
}

#content .form_submit {
  display: block;
  width: 200px;
  height: 20px;
  margin: 35px auto 0;
  padding: 14px 0 14px;
  background-color: #ea95a9;
  border-radius: 24px;
  box-shadow: 0 0 5px rgba(70, 59, 66, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#content .form_submit:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

#content input[type="submit"] {
  display: none;
}

@media screen\0 {
  select {
    background-image: none !important;
  }
}

/*# sourceMappingURL=style_sp_2x.css.map */