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%;
  background-color: #fff;
  background-image: url(../img/bk.png);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: YakuHanRP,'M PLUS Rounded 1c',sans-serif;
  -webkit-text-size-adjust: 100%;
}

input:focus,
textarea:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

input:focus {
  outline: none;
}

#container {
  width: 100%;
  height: 100%;
  padding: 30px 0 0;
  margin: 0 auto;
  overflow-y: hidden;
}

#form_box {
  width: 740px;
  margin: 0 auto;
}

#form_box .header {
  position: relative;
  width: 740px;
  height: 268px;
  background-image: url(../img/header.png);
  background-size: 740px 268px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#form_box .inner {
  background-color: #fff;
  border-radius: 0 0 24px 24px;
}

#form_box.none {
  display: none;
}

#entry {
  padding: 40px 50px 70px;
}

#entry p {
  color: #222d44;
  font-size: 16px;
  line-height: 160%;
  text-indent: 0.06em;
  letter-spacing: 0.06em;
  text-align: justify;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#entry .subject_btn {
  display: block;
  width: 450px;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 25px;
  background-color: #ad587f;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease transform, 0.2s ease opacity;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

#entry .subject_btn br {
  display: none;
}

#entry .subject_btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#entry dl {
  padding: 20px 0 0;
}

#entry dl dt {
  width: 100%;
  padding: 10px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#entry dl dt .label {
  color: #444;
  font-size: 16px;
  line-height: 160%;
  text-indent: 0.06em;
  letter-spacing: 0.06em;
  text-align: justify;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#entry dl dt .required {
  height: 20px;
  margin-left: 0.5em;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #ab3559;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#entry dl dt .tip {
  width: 100%;
  color: #999;
  font-size: 13px;
  line-height: 140%;
  text-align: justify;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#entry dl dt .tip strong {
  color: #ab3559;
}

#entry dl dd {
  padding: 0 0 20px;
}

#entry dl dd input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #bbb;
  background-color: #fff;
  color: #111;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#entry dl dd input[type="text"]:focus {
  background-color: #fffdec;
}

#entry dl dd textarea {
  width: 100%;
  height: 200px;
  min-height: 50px;
  max-height: 1000px;
  padding: 12px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
  background-color: #fff;
  color: #111;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  resize: vertical;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#entry dl dd textarea:focus {
  background-color: #fffdec;
}

#entry dl dd select {
  width: 100%;
  height: 40px;
  padding: 12px 15px;
  border: 1px solid #bbb;
  background-color: #fff;
  color: #111;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#entry dl dd.for_file {
  background-color: #f0f0f0;
  border-radius: 6px;
  margin: 5px 0 20px;
  padding: 12px 15px;
}

#entry dl dd.for_file_sub {
  text-align: center;
  margin-top: -5px;
}

#entry dl dd.for_file_sub span {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  text-decoration: underline;
  cursor: pointer;
}

#entry dl dd.for_file_sub span:hover {
  opacity: 0.5;
}

#entry dl dd.sub {
  display: none;
  margin-top: -12px;
}

#entry dl dd .wpcf7-not-valid-tip {
  display: block;
  margin-top: 3px;
  padding: 6px 15px 7px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 160%;
  background-color: #ab3559;
  color: #fff;
}

#entry label {
  display: block;
  width: 160px;
  height: 50px;
  margin: 50px auto 0;
  border-radius: 25px;
  background-color: #002878;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease transform, 0.2s ease opacity;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

#entry label:hover {
  opacity: 0.8;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#entry #form_submit {
  display: none;
}

#success_box {
  width: 740px;
  margin: 0 auto;
}

#success_box .header {
  position: relative;
  width: 740px;
  height: 268px;
  background-image: url(../img/header.png);
  background-size: 740px 268px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#success_box .inner {
  background-color: #fff;
  border-radius: 0 0 24px 24px;
}

#success_box.none {
  display: none;
}

#success {
  padding: 40px 50px 70px;
}

#success #tweet_btn {
  display: block;
  width: 450px;
  height: 50px;
  margin: 50px auto 0;
  border-radius: 25px;
  background-color: #1DA1F2;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease transform, 0.2s ease opacity;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

#success #tweet_btn br {
  display: none;
}

#success #tweet_btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#success #reload {
  display: block;
  width: 280px;
  height: 44px;
  margin: 60px auto 0;
  border-radius: 25px;
  background-color: #002878;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease transform, 0.2s ease opacity;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

#success #reload br {
  display: none;
}

#success #reload:hover {
  opacity: 0.8;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#success .caution {
  padding: 20px 0 0;
  color: #222d44;
  font-size: 14px;
  line-height: 160%;
  text-indent: 0.06em;
  letter-spacing: 0.06em;
  text-align: center;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#success .check {
  padding: 10px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#success .check label {
  display: block;
  margin-left: 0.25em;
  color: #222d44;
  font-size: 16px;
  line-height: 160%;
  text-indent: 0.06em;
  letter-spacing: 0.06em;
}

#success .img {
  width: 307px;
  height: 358px;
  margin: 10px auto 0;
  background-image: url(../img/thankyou.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}

.wpcf7 .wpcf7-response-output {
  display: block;
  margin-top: 20px;
  padding: 6px 15px 7px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 160%;
  background-color: #ab3559;
  color: #fff;
}

.wpcf7 .wpcf7-response-output:empty {
  display: none;
}

#footer .google {
  width: 740px;
  padding: 10px 48px;
  margin: 20px auto 0;
  border-radius: 24px;
  color: #fff;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .google a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#footer .google a:hover {
  opacity: 0.5;
}

#footer .btns {
  padding: 50px 0;
}

#footer .btns a {
  display: block;
  width: 400px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 22px;
  background-color: #002878;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  -webkit-transition: 0.2s ease transform, 0.2s ease opacity;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

#footer .btns a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#footer .copyright {
  width: 100%;
  padding: 30px 0;
  background-color: #002878;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
/*# sourceMappingURL=style.css.map */