@charset "UTF-8";
body#entry .pagetitle {
  background-image: url("../images/entry/pagetitle_bg.jpg");
}
body#entry .section .contents .notice {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  body#entry .section .contents .notice {
    margin-bottom: 5.2083333333vw;
  }
}
body#entry .section .contents p {
  text-align: center;
}
body#entry .section .contents p .required {
  color: #d92121;
}
body#entry .section .contents form {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  body#entry .section .contents form {
    margin-bottom: 7.8125vw;
  }
}
body#entry .section .contents input[type=submit], body#entry .section .contents input[type=button], body#entry .section .contents button {
  transition: all 0.5s ease-in-out;
}
body#entry .section .contents .table tbody tr th label {
  position: relative;
  display: block;
}
body#entry .section .contents .table tbody tr th label.required::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "必須";
  padding: 0 0.625rem;
  color: #ffffff;
  font-size: 0.625em;
  line-height: 1.75;
  vertical-align: middle;
  background-color: #d92121;
  border-radius: 1em;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  body#entry .section .contents .table tbody tr th label.required::after {
    padding: 0 1.3020833333vw;
  }
}
body#entry .section .contents .table tbody tr td dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  body#entry .section .contents .table tbody tr td dl {
    display: block;
  }
}
body#entry .section .contents .table tbody tr td dl + dl {
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  body#entry .section .contents .table tbody tr td dl + dl {
    margin-top: 1.3020833333vw;
  }
}
body#entry .section .contents .table tbody tr td dl dt {
  flex-basis: 15%;
}
body#entry .section .contents .table tbody tr td dl dd {
  flex-basis: 83%;
}
body#entry .section .contents input[type=text], body#entry .section .contents textarea {
  width: 100%;
  padding: 0.625rem;
  border: solid 1px rgba(0, 0, 0, 0.1);
  outline: none;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease-in-out;
  border-radius: 0.1875rem;
}
@media (max-width: 768px) {
  body#entry .section .contents input[type=text], body#entry .section .contents textarea {
    padding: 1.3020833333vw;
    border-radius: 0.6510416667vw;
  }
}
body#entry .section .contents input[type=text]:hover, body#entry .section .contents input[type=text]:focus, body#entry .section .contents textarea:hover, body#entry .section .contents textarea:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
body#entry .section .contents input[type=text].short, body#entry .section .contents textarea.short {
  width: 30%;
}
@media (max-width: 768px) {
  body#entry .section .contents input[type=text].short, body#entry .section .contents textarea.short {
    width: 60%;
  }
}
body#entry .section .contents input[type=radio] {
  display: none;
}
body#entry .section .contents input[type=radio] + label {
  display: inline-block;
  position: relative;
  margin-right: 1.25em;
  padding-left: 1.25em;
}
body#entry .section .contents input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9375em;
  height: 0.9375em;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: translateY(-50%);
}
body#entry .section .contents input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.125em;
  width: 0.6875em;
  height: 0.6875em;
  opacity: 0;
  background-image: linear-gradient(to left, #d92121 0%, #e86f6f 100%);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 50%;
  transform: translateY(-50%);
}
body#entry .section .contents input[type=radio]:checked + label::after {
  opacity: 1;
}
body#entry .section .contents input[type=checkbox] {
  display: none;
}
body#entry .section .contents input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  margin-right: 1.25em;
  padding-left: 1.25em;
}
body#entry .section .contents input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-50%);
}
body#entry .section .contents input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.2em;
  width: 0.4em;
  height: 0.625em;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  opacity: 0;
  transition: opacity 0.5s ease;
  transform: rotate(45deg) translate(-50%, -55%);
}
body#entry .section .contents input[type=checkbox]:checked + label::before {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to left, #d92121 0%, #e86f6f 100%);
}
body#entry .section .contents input[type=checkbox]:checked + label::after {
  opacity: 1;
}
body#entry .section .contents .formfile {
  display: flex;
  align-items: center;
}
body#entry .section .contents .formfile label {
  position: relative;
  display: inline-block;
  margin-right: 0.625rem;
  padding: 0.625rem 0.9375rem;
  color: #fff;
  line-height: 1.25;
  white-space: nowrap;
  background-color: #d92121;
  border-radius: 0.1875rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  body#entry .section .contents .formfile label {
    margin-right: 2.6041666667vw;
    padding: 1.953125vw;
    border-radius: 0.6510416667vw;
  }
}
body#entry .section .contents .formfile label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
body#entry .section .contents .formfile .filename {
  width: 32em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body#entry .section .contents .formfile .filename {
    width: 14em;
  }
}
body#entry .section .contents .notes {
  margin-top: 0.625rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  line-height: 1.35;
}
@media (max-width: 768px) {
  body#entry .section .contents .notes {
    margin-top: 2.6041666667vw;
    font-size: 2.34375vw;
  }
}
body#entry .section .contents .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
body#entry .section .contents .notes li::before {
  content: "※";
}
body#entry .section .contents .notes li + li {
  margin-top: 0.1875rem;
}
@media (max-width: 768px) {
  body#entry .section .contents .notes li + li {
    margin-top: 0.6510416667vw;
  }
}
body#entry .section .contents .checkbox_confirm {
  display: inline-block;
  padding: 0.3125em 1.25em;
  font-size: 0.875em;
  line-height: 1.25;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.9375em;
}
body#entry .section .contents .checkbox_confirm + .checkbox_confirm {
  margin-left: 0.3125em;
}
body#entry .section .contents .fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  body#entry .section .contents .fieldset {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  body#entry .section .contents .fieldset .btn + .btn {
    margin-top: 0;
    margin-bottom: 5.2083333333vw;
  }
}
body#entry .section .contents .privacy {
  margin-top: 3.75rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body#entry .section .contents .privacy {
    margin-top: 7.8125vw;
    font-size: 2.6041666667vw;
  }
}
body#entry .section .contents .privacy li {
  padding-left: 1em;
  text-indent: -1em;
}
body#entry .section .contents .privacy li::before {
  content: "※";
}
body#entry .section .contents .privacy li + li {
  margin-top: 0.1875rem;
}
@media (max-width: 768px) {
  body#entry .section .contents .privacy li + li {
    margin-top: 0.6510416667vw;
  }
}
body#entry .section .contents .destination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  body#entry .section .contents .destination {
    margin-top: 15.625vw;
  }
}
body#entry .section .contents .destination .anchor {
  position: absolute;
  top: -6.25rem;
  left: 0;
}
@media (max-width: 1280px) {
  body#entry .section .contents .destination .anchor {
    top: -5.625rem;
  }
}
@media (max-width: 768px) {
  body#entry .section .contents .destination .anchor {
    top: -15.625vw;
  }
}
body#entry .section .contents .destination dl {
  display: flex;
  justify-content: center;
  padding: 1.25rem 1.875rem;
  border: solid 1px #e5e5e5;
}
@media (max-width: 768px) {
  body#entry .section .contents .destination dl {
    display: block;
    width: 100%;
    padding: 2.6041666667vw;
  }
}
body#entry .section .contents .destination dl dt {
  display: flex;
  align-items: center;
  padding: 0 1.25rem 0 0;
  border-right: dotted 1px #ccc;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body#entry .section .contents .destination dl dt {
    justify-content: center;
    padding: 0 0 1.953125vw;
    border-right: 0 none;
    border-bottom: dotted 1px #ccc;
    font-size: 3.6458333333vw;
  }
}
body#entry .section .contents .destination dl dd {
  padding: 0 0 0 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  body#entry .section .contents .destination dl dd {
    display: flex;
    justify-content: center;
    padding: 1.953125vw 0 0 0;
    font-size: 3.125vw;
  }
}
body#entry .section .contents .formError {
  top: auto !important;
  right: 0 !important;
  bottom: 100% !important;
  left: auto !important;
  z-index: 7;
  margin-top: 0 !important;
  margin-bottom: -0.3125em;
  cursor: pointer;
}
@media (max-width: 768px) {
  body#entry .section .contents .formError {
    max-width: 10em;
  }
}
body#entry .section .contents .formError .formErrorContent {
  position: relative;
  z-index: 8;
  padding: 0.3125em 0.625em;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.25;
  background-color: #cc0000;
  border-radius: 0.3125em;
}
@media (max-width: 768px) {
  body#entry .section .contents .formError .formErrorContent {
    font-size: 0.75em;
  }
}
body#entry .section .contents .formError .formErrorContent::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125em 0.3125em 0 0.3125em;
  border-color: #cc0000 transparent transparent transparent;
}
body#entry .section .contents .formError .formErrorArrow {
  z-index: 9;
}
body#entry .section .contents .ui-dialog .formError {
  z-index: 7;
}
body#entry .section .contents .ui-dialog .formError .formErrorContent {
  z-index: 8;
}
body#entry .section .contents .ui-dialog .formError .formErrorArrow {
  z-index: 9;
}