@charset "UTF-8";
@import "../fonts/fonts.css";
html, body, h1, h2, h3, h4, h5, h6, p, table, th, td, form, dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "メイリオ", Meiryo, sans-serif;
  color: #888;
}

body {
  min-height: 2000px;
  background: url(../img/bg_top.png) 0 0 no-repeat, url(../img/bg_bottom.png) right bottom no-repeat;
  background-size: 100% auto, 212px 582px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul {
  list-style: none;
}

.ic_subwin {
  margin: 0 3px;
  vertical-align: middle;
}

.wrap {
  min-width: 1000px;
}

.header p {
  line-height: 1.4em;
  letter-spacing: -4px;
  text-align: center;
  font-family: "A1min", "メイリオ", Meiryo, sans-serif;
  font-size: 48px;
  color: #e95383;
}
.header p span {
  letter-spacing: -8px;
}

.footer {
  padding-bottom: 100px;
}
.footer p {
  margin: 30px;
  text-align: center;
  line-height: 1.8em;
  font-family: "ShingoM", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #666;
}

.content .content-in {
  margin: 0 auto;
  width: 890px;
}

.logo {
  margin: 0 0 60px;
  text-align: center;
}

.copy {
  position: relative;
}
.copy .h, .copy .lead, .copy .close {
  font-family: "A1min", "メイリオ", Meiryo, sans-serif;
  color: #209dcf;
}
.copy .h {
  letter-spacing: -3px;
  line-height: 1.3em;
  font-size: 52px;
}
.copy .h span {
  letter-spacing: -8px;
}
.copy .h .num {
  letter-spacing: 0px;
}
.copy .lead {
  margin-top: 30px;
  line-height: 1.7em;
  font-size: 22px;
}
.copy .lead span {
  letter-spacing: -3px;
}
.copy .lead .s1 {
  letter-spacing: -10px;
}
.copy .lead small {
  display: block;
  margin: 20px 0 0;
  font-size: 18px;
}
.copy .lead small a {
  margin-left: 5px;
  font-size: 0.8em;
  color: #209dcf;
}
.copy .close {
  margin-top: 10px;
  line-height: 1em;
  font-size: 30px;
}
.copy .close em {
  border-bottom: 1px solid #209dcf;
  font-style: normal;
}
.copy .close .s1 {
  letter-spacing: -8px;
}
.copy .close .s2 {
  letter-spacing: -20px;
}
.copy .date {
  position: absolute;
  top: 0;
  right: 90px;
}
.copy .bus {
  position: absolute;
  right: 0;
  bottom: 0;
}

.navmsg {
  margin: 70px 0 50px;
}
.navmsg p {
  letter-spacing: 1px;
  text-align: center;
  font-size: 20px;
  font-family: "ShingoM", "メイリオ", Meiryo, sans-serif;
  color: #777;
}

.entry-form .head {
  margin: 0 0 30px;
}
.entry-form .head .h {
  text-align: center;
  font-family: "ShingoM", "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  color: #ef8fa8;
}
.entry-form .fm .fm-in {
  position: relative;
  border: 5px dotted #ef8fa8;
  border-radius: 10px;
  box-shadow: 0 0 10px #e76c88;
  padding: 40px 70px 70px;
  background: #fff;
}
.entry-form .req {
  margin: 0 0 30px;
  padding: 30px 30px 20px;
  background: #ffeef2;
}
.entry-form .req .req-head {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #f782a0;
}
.entry-form .req .req-head::before {
  content: "<";
}
.entry-form .req .req-head::after {
  content: ">";
}
.entry-form .req .req-body {
  display: table;
}
.entry-form .req .req-body dl {
  display: table-row;
  font-size: 18px;
  color: #666464;
}
.entry-form .req .req-body dt {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 0 20px 10px 0;
}
.entry-form .req .req-body dt span {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  background: #ef8fa8;
  font-weight: bold;
  color: #fff;
}
.entry-form .req .req-body dd {
  display: table-cell;
  padding: 3px 0 10px;
  vertical-align: middle;
  line-height: 1.2em;
}
.entry-form .req .req-body dd small {
  display: block;
  font-size: 13px;
}
.entry-form .tbls table {
  margin: 20px 0 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.entry-form .tbls th {
  width: 1%;
  white-space: nowrap;
  padding: 6px 10px 10px 20px;
  vertical-align: top;
  text-align: right;
  font-size: 15px;
  font-weight: normal;
}
.entry-form .tbls th.h {
  min-width: 100px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-weight: bold;
  color: #ef8fa8;
}
.entry-form .tbls td {
  padding-bottom: 10px;
}
.entry-form .tbls .ex {
  display: block;
  margin-top: 3px;
  font-size: 0.7em;
}
.entry-form .tbls textarea, .entry-form .tbls select, .entry-form .tbls input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  vertical-align: bottom;
  border: 1px solid #ddd;
  padding: 4px;
  background: #fff;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #666464;
}
.entry-form .tbls textarea:-moz-placeholder-shown, .entry-form .tbls select:-moz-placeholder-shown, .entry-form .tbls input:-moz-placeholder-shown {
  color: #ccc;
}
.entry-form .tbls textarea:-ms-input-placeholder, .entry-form .tbls select:-ms-input-placeholder, .entry-form .tbls input:-ms-input-placeholder {
  color: #ccc;
}
.entry-form .tbls textarea:placeholder-shown, .entry-form .tbls select:placeholder-shown, .entry-form .tbls input:placeholder-shown {
  color: #ccc;
}
.entry-form .tbls textarea::-webkit-input-placeholder, .entry-form .tbls select::-webkit-input-placeholder, .entry-form .tbls input::-webkit-input-placeholder {
  color: #ccc;
}
.entry-form .tbls textarea:-moz-placeholder, .entry-form .tbls select:-moz-placeholder, .entry-form .tbls input:-moz-placeholder {
  color: #ccc;
}
.entry-form .tbls textarea::-moz-placeholder, .entry-form .tbls select::-moz-placeholder, .entry-form .tbls input::-moz-placeholder {
  color: #ccc;
}
.entry-form .tbls textarea:-ms-input-placeholder, .entry-form .tbls select:-ms-input-placeholder, .entry-form .tbls input:-ms-input-placeholder {
  color: #ccc;
}
.entry-form .terms {
  height: 240px;
  overflow-y: scroll;
  margin: 20px 0 30px;
  border: 1px solid #ccc;
}
.entry-form .terms .terms-in {
  padding: 15px;
}
.entry-form .terms h3, .entry-form .terms p, .entry-form .terms ul {
  margin: 0 0 10px;
  line-height: 1.7em;
  font-size: 13px;
}
.entry-form .terms h3 {
  margin-top: 20px;
}
.entry-form .terms h3:first-child {
  margin-top: 0;
}
.entry-form .terms li {
  padding-left: 1em;
  text-indent: -1em;
}
.entry-form .terms li em {
  font-style: normal;
  text-decoration: underline;
}
.entry-form .submit a {
  width: 265px;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
  border-radius: 10px;
  background: linear-gradient(to bottom, #f4acbf, #e76c88);
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 4px #df5671;
  font-family: "ShingoM", "メイリオ", Meiryo, sans-serif;
  font-size: 32px;
  color: #fff;
  opacity: 1;
  transition: opacity linear 0.2s;
}
.entry-form .submit a small {
  display: block;
  line-height: 1em;
  font-size: 14px;
}
.entry-form .submit a:hover {
  opacity: 0.8;
}

@media (max-width: 415px) {
  .wrap {
    min-width: auto;
  }
  .header p {
    padding-left: 40px;
    padding-right: 40px;
    letter-spacing: -2px;
    font-size: 20px;
  }
  .header p span {
    letter-spacing: -5px;
  }
  .header p br {
    display: none;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer p {
    line-height: 1.7em;
    font-size: 13px;
  }
  .content .content-in {
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
  }
  .logo {
    margin: 0 0 20px;
    padding: 0 30px;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  .copy .h {
    margin: 0 -30px 20px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.5em;
    font-size: 22px;
  }
  .copy .h span {
    letter-spacing: -3px;
  }
  .copy .lead {
    margin: 15px -5px 0;
    line-height: 1.5em;
    font-size: 16px;
  }
  .copy .lead br {
    display: none;
  }
  .copy .lead small {
    margin-top: 20px;
    text-align: center;
    line-height: 1.2em;
    font-size: 16px;
  }
  .copy .lead small a {
    margin-left: 0;
  }
  .copy .lead small a::before {
    content: "\a";
    white-space: pre;
  }
  .copy .close {
    margin: 10px 0 30px;
    line-height: 1.5em;
    text-align: center;
    font-size: 20px;
  }
  .copy .close .s1 {
    letter-spacing: -4px;
  }
  .copy .close .s2 {
    letter-spacing: -10px;
  }
  .copy .date {
    position: static;
    top: 0;
    left: 0;
    text-align: center;
  }
  .copy .date img {
    width: 100px;
    height: 100px;
  }
  .copy .bus {
    position: static;
  }
  .copy .bus img {
    width: 100%;
    height: auto;
  }
  .navmsg {
    margin: 30px 0;
  }
  .navmsg p {
    line-height: 1.8em;
    text-align: left;
    font-size: 15px;
  }
  .navmsg p br {
    display: none;
  }
  .entry-form .head {
    margin: 0 0 20px;
  }
  .entry-form .head .h {
    font-size: 20px;
  }
  .entry-form .fm .fm-in {
    margin: 0 -20px;
    padding: 30px 20px 20px;
  }
  .entry-form .req {
    padding: 20px 20px 10px;
  }
  .entry-form .req .req-body dl, .entry-form .req .req-body dt, .entry-form .req .req-body dd {
    display: block;
  }
  .entry-form .req .req-body dt {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .entry-form .req .req-body dt span {
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
  }
  .entry-form .req .req-body dd {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.5em;
    font-size: 16px;
  }
  .entry-form .tbls table, .entry-form .tbls tbody, .entry-form .tbls tr, .entry-form .tbls th, .entry-form .tbls td {
    display: block;
  }
  .entry-form .tbls th.empty, .entry-form .tbls td.empty {
    display: none;
  }
  .entry-form .tbls table {
    margin: 0 0 20px;
  }
  .entry-form .tbls th {
    padding: 0 0 5px;
  }
  .entry-form .tbls td {
    padding: 0 0 10px;
  }
  .entry-form .terms {
    margin: 20px 0;
  }
  .entry-form .terms .terms-in {
    padding: 10px;
  }
  .entry-form .terms h3, .entry-form .terms p, .entry-form .terms ul {
    line-height: 1.5em;
  }
  .entry-form .terms li {
    padding-left: 0;
    text-indent: 0;
  }
  .entry-form .submit a {
    width: 100%;
    padding: 20px 0 15px;
    font-size: 20px;
  }
  .entry-form .submit a small {
    font-size: 12px;
  }
}