@charset "utf-8";
#post h2{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .lead01{
  margin-top: 0;
}
}
.lead01{
  margin-bottom: 0;
}
.title01{
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.accordion-content {
  display: block;
}
.grandprix h1 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.headline {
  padding: 50px 0;
  text-align: center;
  background-color: #efefef;
}
@media screen and (max-width: 599px) {
  .grandprix h1 {
    font-size: 20px;
    line-height: 1.2;
  }
  .headline {
    padding: 30px 20px;
  }
}
#post {
  position: relative;
  padding: 60px;
  margin: auto;
  width: 100%;
  background: #fff;
  /*box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);*/
  border-radius: 20px;
  z-index: 0;
  border: 3px solid;
  margin-top: 3vw;
}
@media screen and (max-width: 1024px) {
  #post {
    padding: 30px;
}
}
@media screen and (max-width: 599px) {
  #post {
    padding: 10px;
}
}
#post .p1 {
  margin-bottom: 3vw;
  line-height: 1.8;
}
#post .p2 {
  margin-bottom: 60px;
}
p.bold {
  font-size: 18px;
}
.alert {
  display: none;
  color: #ff0000;
}
.necessary {
  color: #ff0000;
}

#file-size{
  display: inline-block;
  font-weight: 600;
  border: 5px solid #ffcc00;
  padding: 5px;
  margin-top: 10px;
}
#file-size-MB{
  color: red;
}
#message textarea {
  width: 100%;
  height: 180px;
  margin: 10px 15px 0 0;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 5px;
  outline: none;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1) inset;
  font-size: 16px;
}

#photo .photo-btn,
#photo .photo-file {
  margin-left: 10px;
  display: inline-block;
}

html.ua-desktop #photo .photo-btn,
html.ua-desktop #photo .photo-file {
  display: inline-block;
  margin: 5px 0 0 5px;
}

html.ua-desktop #photo .photo-btn:hover {
  cursor: pointer;
}

html.ua-desktop #photo .input-photo {
  visibility: hidden;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.input-photo-preview {
  margin-top: 10px;
  max-width: 120px;
  max-height: 120px;
  display: none;
}

#photo .add-photo {
  margin-top: 10px;
}

#photo #error-photo,
#photo #error-photo2 {
  display: none;
}

#photo-list {
  padding: 20px;
  margin-top: 10px;
  background-color: #f9f6e0;
}

.add-photo .photo-item {
  margin-top: 30px;
  margin-bottom: 10px;
}

.photo-item .btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  background: #fd9f83;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 0 0;
  padding: 8px 30px;
}
#photo #add-photo {
  display: inline-block;
  margin-top: 10px;
}
#photo #add-photo:hover span {
  text-decoration: underline;
}
#photo #add-photo:before {
  font-family: "icomoon";
  content: "\ea0a";
  color: #1da1f2;
  padding-right: 10px;
}
#photo-main {
  visibility: hidden;
}

#input-location,
#input-name,
#input-email,
#input-grandprix {
  width: 100%;
  margin: 10px 15px 0 0;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 5px;
  outline: none;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1) inset;
  font-size: 16px;
}

#grandprix .wrapper {
  margin-bottom: 30px;
}

.checkbox {
  box-sizing: border-box;
  background: none;
  position: absolute;
  visibility: hidden;
}

.checkbox + .checkbox-btn {
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  padding: 3px;
  background-color: #fff;
  border: 3px solid #000;
  display: block;
}

.checkbox + .checkbox-btn:after {
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: 6px;
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  background-color: #fff;
  opacity: 0;
}

.checkbox:checked + .checkbox-btn:after {
  border-color: #000;
  opacity: 1;
}

.checkbox-btn-label {
  position: relative;
  display: block;
  height: 26px;
  line-height: 26px;
  padding-left: 9px;
  font-size: 18px;
}

#grandprix-entry > div {
  margin-bottom: 30px;
}

.grandprix-help {
  margin-top: 2px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  border: 2px solid;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
}
#questionnaire .cont {
  padding: 20px;
  margin-top: 10px;
  background-color: #f9f6e0;
}
.question {
  margin-bottom: 20px;
}
.question > div {
  margin-right: 15px;
  display: inline-block;
}
.question label {
  margin-left: 5px;
  font-size: 16px;
}
p.notice {
  text-align: left;
  line-height: 1.8;
  font-size: 1.4rem;
}
.post-btn {
  display: block;
  background-color: #fd9f83;
  border: 1px solid #fd9f83;
  color: #ffffff;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 220px;
  margin: 0 auto 20px;
  padding: 15px;
}

.cancel-btn {
  margin: 0 auto;
  padding: 10px 15px;
  width: 220px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  background: #888;
  border-radius: 7px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #file-size{
    width: 100%;
  }
  .post-btn {
    width: 100%;
    padding: 15px 0;
  }
  .cancel-btn {
    width: 100%;
    padding: 15px 0;
  }
}

/* Dialogs */
.dialog {
  position: fixed;
  z-index: 9003;
  background-color: #fff;
  left: 50%;
  top: 50%;
  text-align: center;
  padding: 20px 30px;
  border: 3px solid;
  display: none;
  /*display: none;*/
}

.dialog a {
  display: inline-block;
}

#overlay {
  position: fixed;
  z-index: 9002;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  display: none;
}

/* loading spinner */
#loading-dialog {
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

#loading-dialog #loading-message {
  margin-bottom: 10px;
  color: #666;
}

#loading-dialog #spinner {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

/* confirm dialog */
#confirm-dialog {
  border-radius: 10px;
  width: 410px;
  transform: translate(-50%, -50%);
}
#confirm-dialog .buttons {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* result dialog */
#result-dialog {
  border-radius: 10px;
  top: 50%;
  width: 410px;
  max-height: 100%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
#result-dialog .result-message {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 30px 0;
}
#result-dialog #result-message{
  font-size: 18px;
  font-weight: 600;
}
#result-dialog .post-btn {
  margin-top: 10px;
  margin-bottom: 0;
}

#result-dialog .close-btn {
  font-size: 1.4rem;
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  #result-dialog .close-btn {
    font-size: 2.0rem;
    margin-top: 30px;
  }
}
#result-dialog .close-btn::before {
  margin-right: 10px;
}
#result-dialog .donate_link {
  font-size: 1.6rem;
  line-height: 1.6;
}
.donate_link h2{
  font-size: 2.0rem;
  font-weight: 600;
  margin: 10px 0 0;
}
.donate_link h2 > span{
  background: linear-gradient(transparent 50%, #ffcc00 50%);
}
.donate_link h3{
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.donate_link .underline{
  text-decoration: underline;
}
/* error dialog */
#error-dialog {
  border-radius: 10px;
  width: 500px;
  transform: translate(-50%, -50%);
}

#error-dialog .buttons {
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  #headline {
    padding: 20px 20px 30px;
  }
  #post {
    padding: 10px;
    width: 100%;
    border-radius: 10px;
  }
  #post .p1 {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #message textarea {
    width: 100%;
    height: 240px;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1) inset;
  }
  #grandprix-entry > div {
    margin-bottom: 20px;
  }

  #photo .add-photo {
    margin-top: 0;
  }

  .add-photo .photo-item {
    margin-bottom: 0;
  }

  .input-photo {
    visibility: hidden;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }

  .photo-item .btn {
    margin: 10px 0 0;
    padding: 12px;
    width: 100%;
    text-align: center;
  }
  .photo-item .btn:not(.first) {
    width: 90%;
  }
  #add-photo {
    display: block;
    margin-top: 10px;
  }

  .checkbox-btn-label {
    font-size: 1.6rem;
  }
  .checkbox-btn-label.lines {
    line-height: 1.2;
  }

  p.bold {
    font-size: 15px;
  }

  #error-dialog {
    padding: 5%;
    width: 80%;
  }

  #error-dialog .buttons {
    padding-top: 20px;
  }
  #loading-dialog {
    padding: 5%;
    width: 80%;
  }
  #result-dialog {
    border-radius: 10px;
    padding: 5%;
    width: 80%;
    overflow-y: scroll;
    max-height: 87vh;
  }

  #confirm-dialog {
    padding: 5%;
    width: 80%;
  }

  p.notice {
    text-align: left;
  }

  p.notice br {
    display: none;
  }
}
.bingo{
  background-color: #fd9f83;
  padding: 15px;
  margin-bottom: 5vw;
}
.bingo__inner{
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #FFF;
}
.bingo h3{
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  margin-bottom: 10px;
}
.bingo .bingo__img{
  text-align: center;
  width: 30%;
 }
 .bingo .bingo__img img{
    max-width: 80px;
 }
 .bingo .bingo__txt{
   font-size: 1.3rem;
   line-height: 1.2;
   width: 68%;
 }
 
/*
.bingo .bingo__img{
 width: 47%;
}
.bingo .bingo__txt{
  font-size: 1.3rem;
  line-height: 1.2;
  width: 50%;
}
*/
.bingo__txt a{
 color: #fff;
 text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .bingo__inner{
    display: block;
  }
  .bingo .bingo__img{
    width: 100%;
   }
   .bingo .bingo__txt{
     font-size: 1.4rem;
     width: 100%;
     margin-top: 10px;
   }
   .bingo h3{
    font-size: 3.0rem;
    text-align: center;
  }
}

#message .plus10{
  font-size: 1.5rem;
  background-color: #f9f6e0;
  padding: 20px;
}
.underline-y{
  background:linear-gradient(transparent 50%, #fce300 50%);
}

/* チェックボックス02 */
input[type="checkbox"] {
  display: none;
}
.checkbox02 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox02::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 18px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.checkbox02::after {
  border-right: 4px solid #c53925;
  border-bottom: 4px solid #c53925;
  content: "";
  display: block;
  height: 20px;
  left: 12px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}
input[type="checkbox"]:checked + .checkbox02::before {
  border-color: #666;
}
input[type="checkbox"]:checked + .checkbox02::after {
  opacity: 1;
}

.btnWrap .privacyLink {
  text-align: center;
  margin-bottom: 20px;
}
.btnWrap .noclick {
  pointer-events: none;
  color: #666;
  border-color: #666;
  background-color: #ffffff;
  opacity: 0.5;
}
.submit:hover,
.submit:focus {
  background-color: #fd9f83;
  border: solid 1px #fd9f83;
  color: #fff;
}
