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, body {
  width: 100%;
  min-height: 100%;
  background-color: #fafafa;
  color: #111;
  font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 180%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

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

*:focus {
  outline: none;
}

li:empty {
  height: 0 !important;
}

a, span, li, div {
  -webkit-tap-highlight-color: transparent;
}

#container {
  position: relative;
  width: 100%;
  padding-top: 30px;
}

#container:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  box-shadow: 0 0 7px rgba(8, 57, 133, 0.15);
  background-image: url(../img/frame_bk_03.png);
  background-size: 40px 40px;
  background-position: 0 0;
  content: "";
}

#header {
  width: 440px;
  margin: 30px auto 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(8, 57, 133, 0.15);
}

#header h1 {
  width: 440px;
  height: 136px;
  border-radius: 10px 10px 0 0;
  background-image: url(../img/header_img.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#header p {
  margin: 0 auto;
  padding: 25px 30px 30px;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
}

#footer {
  position: relative;
  width: 100%;
  margin-top: 120px;
  background-color: #0d225b;
  z-index: 5;
}

#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/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: 8px;
  font-size: 11px;
  color: #fff;
}

#content {
  width: 440px;
  margin: 30px auto;
}

#content form dt {
  color: #0d225b;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

#content form > dl > dt {
  position: relative;
  width: 380px;
  margin: 0 auto;
  padding: 25px 20px 15px 40px;
  border-top: 1px solid rgba(189, 192, 197, 0.5);
}

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

#content form > dl > dt:before {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 32px;
  left: 20px;
  margin-right: 7px;
  border-radius: 3px;
  background-color: #0d225b;
  content: "";
}

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

#content form .character {
  width: 280px;
  padding-left: 20px;
  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: 70px;
  padding-bottom: 8px;
  font-weight: 300;
}

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

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

#content form .form_dl_table > dd {
  display: block;
  width: 360px;
  margin: 0 auto 5px;
  padding: 15px 30px 15px;
  border-radius: 8px;
  background-color: #eaeef5;
}

#content form .form_dl_table > dd dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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 {
  margin-bottom: 8px;
}

#content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 250px;
  height: 50px;
  padding: 16px 60px 14px 25px;
  background-color: #fff;
  border-radius: 8px;
  background-image: url(../img/select_arrow.png);
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: 212px 21px;
  box-shadow: 0 0 3px rgba(8, 57, 133, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  -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: #f0faff;
}

#content input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 8px 25px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(8, 57, 133, 0.4);
  -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 input[type="text"]:focus {
  background-color: #f0faff;
}

#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: 8px;
  box-shadow: 0 0 3px rgba(8, 57, 133, 0.4);
  -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: #f0faff;
}

#content .checkbox {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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 .checkbox input[type="checkbox"] {
  display: none;
}

#content .checkbox .maker {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 20px;
  margin-right: 10px;
  border-radius: 2px;
  border: 1px solid #324b72;
  background-color: #fff;
  opacity: 0.8;
  box-shadow: 0 0 4px rgba(8, 57, 133, 0.5);
}

#content .checkbox .label {
  padding-left: 25px;
  font-size: 16px;
  text-align: justify;
  opacity: 0.7;
}

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

#content .checkbox input[type="checkbox"]:checked + .maker:before {
  display: block;
  position: absolute;
  width: 6px;
  height: 3px;
  top: 7px;
  left: 1px;
  background-color: #fff;
  content: "";
  z-index: 20;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#content .checkbox input[type="checkbox"]:checked + .maker:after {
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  top: 5px;
  left: 3px;
  background-color: #fff;
  content: "";
  z-index: 20;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

#content .radiobtn {
  display: block;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flax-start;
  justify-content: flax-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

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

#content .radiobtn .maker {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 1px;
  margin-right: 10px;
  border-radius: 8px;
  border: 1px solid #324b72;
  background-color: #fff;
  opacity: 0.8;
  box-shadow: 0 0 4px rgba(8, 57, 133, 0.5);
}

#content .radiobtn .label {
  font-size: 16px;
  opacity: 0.7;
}

#content .radiobtn input[type="radio"]:checked + .maker {
  background-color: #324b72;
  opacity: 1;
}

#content .radiobtn input[type="radio"]:checked + .maker + .label {
  opacity: 1;
  font-weight: 500;
}

#content .radiobtn input[type="radio"]:checked + .maker:after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 1px;
  left: 1px;
  border-radius: 4px;
  background-color: #324b72;
  content: "";
}

#content #form_message {
  height: 150px;
}

#content .form_submit {
  display: block;
  width: 200px;
  height: 20px;
  margin: 35px auto 0;
  padding: 14px 0 16px;
  background-color: #0d225b;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(8, 57, 133, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  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.7;
}

#content .end_submit {
  display: none;
  width: 200px;
  height: 20px;
  margin: 35px auto 0;
  padding: 14px 0 16px;
  background-color: rgba(13, 34, 91, 0.2);
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  cursor: default;
}

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

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

#dt_character_other,
#dt_kikkake_bouns,
#dt_kikkake_zasshi,
#dt_kikkake_douga,
#dt_kikkake_tenpo,
#dt_kikkake_other,
#dt_appealpoint,
#dt_negative,
#dt_nonappealpoint {
  display: none;
}

#dt_character_other + dd,
#dt_kikkake_bouns + dd,
#dt_kikkake_zasshi + dd,
#dt_kikkake_douga + dd,
#dt_kikkake_tenpo + dd,
#dt_kikkake_other + dd,
#dt_appealpoint + dd,
#dt_negative + dd,
#dt_nonappealpoint + dd {
  display: none;
}

dt.active {
  display: block !important;
}

dt.active + dd {
  display: block !important;
}

#message h2 {
  display: block;
  margin: 40px auto 40px;
  color: #0d225b;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  font-weight: 300;
}

#message p {
  width: 380px;
  margin: 0 auto;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(8, 57, 133, 0.15);
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
}

#to_august {
  display: block;
  width: 240px;
  height: 20px;
  margin: 50px auto 0;
  padding: 14px 0 16px;
  background-color: #0d225b;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(8, 57, 133, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  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;
}

#to_august:hover {
  opacity: 0.7;
}

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