@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #000; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.title {
  background: url("/dir/daimansai2020/img/sale/title_sale.jpg") center center/cover no-repeat;
  background: #f1f1f1; }

.wrap {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .wrap {
      margin-bottom: 70px;
      padding: 25px 15px;
      margin: 0 15px 30px; } }
  @media only screen and (min-width: 768px) {
    .wrap {
      margin-bottom: 70px;
      max-width: 1000px;
      padding: 40px; } }
  .wrap h1 {
    text-align: center;
    padding: 0;
    letter-spacing: 0.02em;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .wrap h1 {
        font-size: 1.3rem;
        margin: 0 0 30px; } }
    @media only screen and (min-width: 768px) {
      .wrap h1 {
        font-size: 2.0rem;
        margin: 0 0 70px; } }
    .wrap h1::before {
      content: '';
      position: absolute;
      bottom: -15px;
      display: inline-block;
      height: 4px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: black;
      border-radius: 2px; }
      @media only screen and (max-width: 767px) {
        .wrap h1::before {
          width: 70px; } }
      @media only screen and (min-width: 768px) {
        .wrap h1::before {
          width: 90px; } }

.attention {
  border-bottom: #ccc solid 1px;
  margin: 0 0 30px; }
  .attention span {
    color: #f5302a; }
  .attention h2 {
    margin: 0 0 5px -10px; }
    @media only screen and (max-width: 767px) {
      .attention h2 {
        font-size: 0.95rem; } }
    @media only screen and (min-width: 768px) {
      .attention h2 {
        font-size: 1.05rem; } }

.personal_info table {
  width: 100%;
  margin: 0 0 20px; }
  .personal_info table tr {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 0 20px; }
  .personal_info table th {
    text-align: left;
    margin: 0 0 10px;
    color: #000; }
  .personal_info table td {
    text-align: left;
    line-height: 1.8rem;
    display: flex;
    width: 100%;
    color: #000; }
  .personal_info table .item {
    margin-right: 15px; }
.personal_info input[type=text] {
  -webkit-appearance: none;
  border: #d0d0d0 solid 1px;
  font-size: 0.95rem;
  padding: 11px 14px;
  border-radius: 5px;
  line-height: 1;
  background: #fff;
  box-sizing: border-box; }
  .personal_info input[type=text]:focus {
    outline: 0; }
.personal_info .short {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .personal_info .middle {
    width: 80%; } }
@media only screen and (min-width: 768px) {
  .personal_info .middle {
    width: 30%; } }
@media only screen and (max-width: 767px) {
  .personal_info .long {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .personal_info .long {
    width: 60%; } }
.personal_info .required {
  background: #F5302A;
  color: #fff;
  font-size: 0.75rem;
  margin-left: 5px;
  padding: 3px 8px 4px;
  border-radius: 50px;
  position: relative;
  top: -2px; }

@incldue mq-sp {}
@media only screen and (min-width: 768px) {
  .event-prod {
    margin: 30px 0 0; } }
.event-prod h2 {
  margin: 0 0　2px;
  padding: 5px 15px;
  background: #333;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .event-prod h2 {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 768px) {
    .event-prod h2 {
      font-size: 1.2rem; } }
.event-prod h3 {
  margin: 0 0 10px;
  padding: 5px 5px;
  background: #f1f1f1;
  color: #333; }
  @media only screen and (max-width: 767px) {
    .event-prod h3 {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 768px) {
    .event-prod h3 {
      font-size: 1.05rem; } }
.event-prod table {
  width: 100%; }
@incude mq-sp {
  .event-prod table {
    margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .event-prod table {
      padding: 0 5px;
      margin: 0 0 20px; } }
  .event-prod table tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 15px; }
  .event-prod table th {
    text-align: left;
    border-left: #ccc solid 4px;
    padding-left: 10px;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .event-prod table th {
        margin: 0 0 7px; } }
    @media only screen and (min-width: 768px) {
      .event-prod table th {
        margin: 0 0 10px; } }
  .event-prod table td {
    text-align: left;
    line-height: 1.8rem;
    color: #000; }
  .event-prod table p {
    margin: 15px 0 0; }
  .event-prod table a {
    color: #486B97;
    text-decoration: none; }
    .event-prod table a:hover {
      color: #946349;
      text-decoration: underline; }
.event-prod .required {
  background: #F5302A;
  color: #fff;
  font-size: 0.75rem;
  margin-left: 5px;
  padding: 3px 8px 4px;
  border-radius: 50px;
  position: relative;
  top: -2px; }

.note .note_content {
  border: #ccc solid 1px; }
  @media only screen and (max-width: 767px) {
    .note .note_content {
      padding: 15px; } }
  @media only screen and (min-width: 768px) {
    .note .note_content {
      padding: 25px; } }
.note h4 {
  margin: 0 0 15px;
  padding: 4px 10px;
  background: #f1f1f1;
  color: #343434; }
.note ul {
  margin: 0;
  padding: 0 0 0 20px; }
  .note ul li {
    margin: 0 0 4px; }
    .note ul li:last-child {
      margin: 0; }
.note p {
  text-align: center;
  margin: 20px 0 0;
  padding: 0; }

.submit_container {
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .submit_container {
      max-width: 550px; } }
  .submit_container input[type=submit] {
    -webkit-appearance: none;
    margin: auto;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .submit_container input[type=submit] {
        width: 145px;
        height: 45px;
        margin: 0 auto 10px;
        font-size: 0.85rem; } }
    @media only screen and (min-width: 768px) {
      .submit_container input[type=submit] {
        width: 255px;
        height: 48px;
        font-size: 1.0rem; } }
  .submit_container .submit {
    background: #2958de;
    color: #fff; }
    .submit_container .submit:hover {
      -ms-filter: brightness(1.2);
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2); }
  .submit_container .reset {
    background: #f1f1f1;
    color: #343434; }
    .submit_container .reset:hover {
      opacity: 0.8; }

.complete {
  padding: 0 0 40px; }
  .complete p {
    text-align: center;
    margin: 60px 0 0; }
  .complete .back {
    margin: 40px auto 0;
    border-radius: 50px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background: #F53030; }
    @media only screen and (max-width: 767px) {
      .complete .back {
        width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 0.85rem; } }
    @media only screen and (min-width: 768px) {
      .complete .back {
        width: 255px;
        height: 48px;
        line-height: 48px;
        font-size: 1.0rem; } }
    .complete .back a {
      color: #fff;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%; }
    .complete .back:hover {
      opacity: 0.8; }
