@charset "UTF-8";
/*----------------------------
  共通
------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400&family=Noto+Sans+JP:wght@300;400;500&display=swap");
body, html {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  color: #4B4B4B;
  font-family: sans-serif;
}

@media (min-width: 680px) {
  body, html {
    font-size: 16px;
  }
}

p, a, input {
  font-size: 14px;
  font-family: sans-serif;
}

@media (min-width: 680px) {
  p, a, input {
    font-size: 16px;
  }
}

img {
  width: 100%;
}

/* ヘッダー・MV */
header {
  width: 100%;
  background-color: #6DAD27;
  height: 30px;
}

@media (min-width: 680px) {
  header {
    height: 60px;
  }
}

header div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align-last: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header img {
  width: 40%;
  margin: 5px;
  padding: 0px;
}

@media (min-width: 680px) {
  header img {
    width: auto;
    margin: 0 auto;
    padding: 10px;
  }
}

.mv {
  width: 100%;
  background-image: url(../../images/bg_grass.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
}

.mv h1 {
  position: absolute;
  top: 35%;
  width: 75%;
  max-width: 680px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mv img {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: block;
}

/* ナビゲーション */
nav {
  background-color: #FFF09B;
  padding: 30px 0;
}

nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav ul img {
  width: 90%;
  max-width: 240px;
}

.bg_green {
  background-color: #6DAD27;
  width: 100%;
  height: 20px;
  margin-bottom: 60px;
}

@media (min-width: 680px) {
  .bg_green {
    height: 50px;
  }
}

/* メイン */
.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}

@media (min-width: 680px) {
  .container {
    padding-bottom: 130px;
  }
}

.flame {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: #6ECCD1 3px solid;
  padding: 3%;
  background-color: #fff;
}

.title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #6ECCD1;
  padding: 5px 0 2px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* バナー */
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 100px;
  width: 95%;
}

@media (min-width: 1000px) {
  .banner {
    width: 100%;
    margin-top: 200px;
  }
}

.banner a {
  width: 32%;
}

/* フッター */
footer {
  position: relative;
  background-color: #6DAD27;
  color: #fff;
}

footer .footer_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 30px 0 20px;
}

footer a, footer small {
  color: #fff;
  text-decoration: none;
}

footer small {
  margin-top: 50px;
  display: block;
}

footer .url {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  padding: 0 10px;
  margin: 30px auto 20px;
}

footer .caution_block {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 1rem;
}

/* トップへボタン */
.topBack {
  position: fixed;
  bottom: 2%;
  right: 6%;
  width: 10%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 72px;
}

.mail_address {
  display: block;
  height: 18px;
  width: auto;
  margin: 0 auto;
}

/*----------------------------
  step3 index
------------------------------*/
.bold {
  font-weight: bold;
}

.mv {
  width: 100%;
  position: relative;
  background-image: url(../../images/bg_grass.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
}

.mv img {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: block;
}

.index_mv h1 {
  position: absolute;
  top: 30%;
  width: 70%;
  max-width: 660px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn_vote {
  width: 70%;
}

.caution_block {
  text-align: left;
  margin: 20px auto 40px;
}

.caution_block p {
  font-size: 1rem;
}

.info, .result_present {
  width: 95%;
  margin: 20px auto 60px;
}

@media (min-width: 1000px) {
  .info, .result_present {
    width: 100%;
  }
}

.flow_text {
  font-size: 1.2rem;
  margin: 40px 0;
}

.result_show {
  font-size: 1.2rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
}

@media (min-width: 680px) {
  .result_show {
    font-size: 1.4rem;
  }
}

/* ランキングform */
.index_form {
  padding-bottom: 60px;
  border-bottom: 1px #4B4B4B dashed;
  margin: 0 auto;
}

@media (min-width: 680px) {
  .index_form {
    padding-bottom: 100px;
  }
}

.ranking {
  padding: 40px 0;
  border-bottom: 1px #4B4B4B dashed;
}

.ranking .ranking_inner, .ranking .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ranking .ranking_inner {
  margin-bottom: 30px;
}

.ranking .h-img {
  width: 50%;
}

.ranking .h-info {
  width: 50%;
  text-align: left;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}

.ranking .crown {
  width: 20%;
}

.ranking .votes {
  background: #EF5C53;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 0 5%;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  width: 55%;
}

@media (min-width: 680px) {
  .ranking .votes {
    font-size: 1.8rem;
    width: 45%;
  }
}

@media (min-width: 680px) {
  .ranking .votes {
    font-size: 1.8rem;
    width: 40%;
  }
}

.ranking .h-name {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin: 7% 0;
}

@media (min-width: 680px) {
  .ranking .h-name {
    font-size: 2.5rem;
  }
}

.ranking .h-name::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
  background-color: #6ECCD1;
  z-index: -1;
  top: 57%;
}

.ranking .h-wins {
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 680px) {
  .ranking .h-wins {
    font-size: 1.4rem;
  }
}

.ranking input[type="checkbox"] {
  display: none;
}

.ranking input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 45px;
  font-size: 1.2rem;
  color: #EF5C53;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .ranking input[type="checkbox"] + label {
    line-height: 1.4;
  }
}

@media (min-width: 480px) {
  .ranking input[type="checkbox"] + label {
    font-size: 1.4rem;
  }
}

.ranking input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #4B4B4B;
  border-radius: 15%;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 480px) {
  .ranking input[type="checkbox"] + label:before {
    width: 24px;
    height: 24px;
    left: 26%;
  }
}

@media (min-width: 680px) {
  .ranking input[type="checkbox"] + label:before {
    left: 33%;
  }
}

.ranking input[type="checkbox"]:checked + label:before {
  width: 6px;
  top: 40%;
  left: 20%;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
}

@media (min-width: 480px) {
  .ranking input[type="checkbox"]:checked + label:before {
    left: 26%;
  }
}

@media (min-width: 480px) {
  .ranking input[type="checkbox"]:checked + label:before {
    left: 33%;
  }
}

.red_text {
  color: #EF5C53;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 680px) {
  .red_text {
    font-size: 1.4rem;
  }
}

.text_info p {
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 680px) {
  .text_info p {
    font-size: 1.2rem;
  }
}

#step2_submit {
  width: 70%;
}

#ranking-confirm {
  width: 100%;
  font-size: 24px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  #ranking-confirm {
    font-size: 18px;
  }
}

#ranking-confirm input {
  display: none;
}

#ranking-confirm p {
  font-weight: bold;
  text-align: left;
  margin-bottom: 2%;
}

#ranking-confirm .value {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: left;
  margin-bottom: 5%;
  padding: 0 1.5rem;
  border: 2px #4B4B4B solid;
  border-radius: 12px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #ranking-confirm .value {
    height: 44px;
    line-height: 44px;
    border: 1px #4B4B4B solid;
  }
}

@media screen and (max-width: 360px) {
  #ranking-confirm .value {
    border-radius: 8px;
  }
}

.main .form-grp form.was-validated.form-safe #ranking-confirm .value {
  padding: 0;
  border: none;
  font-weight: normal;
}

#ranking-confirm #re-select {
  display: none;
}

.index_form .flow-grp .caution {
  display: none;
}

form.form-unsafe .flow-grp .caution {
  display: block;
  font-size: 24px;
  color: #ED6262;
}

@media screen and (max-width: 680px) {
  form.form-unsafe .flow-grp .caution {
    font-size: 21px;
  }
}

@media screen and (max-width: 480px) {
  form.form-unsafe .flow-grp .caution {
    margin-bottom: 4%;
    font-size: 16px;
  }
}

.banner_10th {
  display: block;
  margin-bottom: 5%;
}

/*----------------------------
  step3 form
------------------------------*/
.note-grp {
  width: 95%;
  margin: 20px auto 0;
}

@media (min-width: 1000px) {
  .note-grp {
    width: 100%;
  }
}

.form01-info {
  margin-top: 60px;
  text-align: left;
}

.checkBtn {
  width: 70%;
  max-width: 420px;
  margin: 60px auto;
  cursor: pointer;
}

@media (min-width: 480px) {
  .checkBtn {
    margin: 100px auto;
    width: 50%;
  }
}

.btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto;
  width: 100%;
}

@media (min-width: 680px) {
  .btn-grp {
    margin-top: 100px;
  }
}

.btn-grp img {
  width: 47%;
}

.thanks {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #6DAD27;
  margin-bottom: 20px;
}

/* ------- フォーム機能 ------- */
.form-grp {
  width: 95%;
  margin: 40px auto;
}

@media (min-width: 1000px) {
  .form-grp {
    width: 100%;
  }
}

.form-grp .note-grp {
  display: block;
}

.main.confirm .note-grp {
  display: none;
}

.form-grp .form01-title {
  display: block;
  width: 100%;
}

.main.confirm .form-grp .form01-title {
  display: none;
}

.form-grp .form01-time {
  display: block;
  width: 100%;
}

.main.confirm .form-grp .form01-time {
  display: none;
}

.form-grp .form01-time {
  display: block;
  width: 100%;
}

.main.confirm .form-grp .form01-time {
  display: none;
}

.form-grp .form01-info {
  display: block;
  width: 100%;
}

.main.confirm .form-grp .form01-info {
  display: none;
}

.form-grp .confirm-title {
  display: none;
}

.main.confirm .form-grp .confirm-title {
  display: block;
  width: 100%;
}

.form-grp .btn-grp {
  display: none;
}

.main .form-grp .form-safe .btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-grp .btn-grp img {
  width: 50%;
}

.form-grp .btn-grp img:first-child {
  padding-right: 0.5%;
}

.form-grp .btn-grp img:nth-child(2) {
  padding-left: 0.5%;
}

/* Form Btn
================================================== */
#ranking-confirm .value,
.form-safe .value,
.form-safe #edit-btn,
.form-safe #submit-btn,
.thanks #thanks-contents {
  display: block;
}

.form-unsafe #caution,
.form-safe #edit-btn,
.form-safe #submit-btn {
  display: inline-block;
}

.main .form-grp form.was-validated.form-safe .form-contents .flex,
.main .form-grp form.was-validated.form-safe .form-control,
.main .form-grp form.was-validated.form-safe input {
  display: none;
}

#caution {
  margin-bottom: 16px;
  font-size: 28px;
  color: #ED6262;
}

@media screen and (max-width: 680px) {
  #caution {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  #caution {
    margin-bottom: 2%;
    font-size: 21px;
  }
}

#edit-btn,
#submit-btn {
  cursor: pointer !important;
}

#thanks-contents, .thanks h2 {
  margin: 0;
  color: #4B4B4B;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 5px;
}

@media screen and (max-width: 680px) {
  #thanks-contents, .thanks h2 {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 480px) {
  #thanks-contents, .thanks h2 {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

.main .form-grp form.was-validated .form-control.is-invalid,
.main .form-grp form.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.main .form-grp form.was-validated .agree-grp input[name="agree"]:invalid + label::before {
  border-color: #dc3545;
}

.main .form-grp form.was-validated.form-safe .agree-grp {
  display: none;
}

.main .form-grp form.was-validated .form-control:invalid ~ .invalid-feedback {
  display: block;
}

.main .form-grp form .form-contents.personal-info .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
  text-align: left;
}

.value,
#edit-btn,
#submit-btn,
.form-safe #check-btn {
  display: none;
}

#check-btn {
  cursor: pointer;
}

@media screen and (max-width: 680px) {
  #check-btn {
    width: 70%;
  }
}

#check-btn.check_able {
  cursor: pointer;
  pointer-events: auto;
}

.main .form-grp form.was-validated.form-safe .value {
  min-height: 1.6rem;
}

#edit-btn,
#submit-btn,
#check-btn {
  cursor: pointer !important;
}

#thanks-contents {
  color: #3dae00;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 680px) {
  #thanks-contents {
    border-radius: 15px;
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}

.value {
  width: 100%;
  text-align: left;
  margin-bottom: 5%;
  padding: 0 1.5rem;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.value,
#edit-btn,
#submit-btn,
.form-safe #check-btn {
  display: none;
}

#returnBtn {
  text-align: center;
  cursor: pointer;
}

.main .form-grp form.was-validated.form-safe #returnBtn {
  display: none;
}

#returnBtn img {
  width: 50%;
}

form {
  width: 95%;
  font-size: 24px;
  color: #4B4B4B;
  margin: 8% auto;
}

@media (min-width: 1000px) {
  form {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  form {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  form {
    font-size: 3.5vw;
  }
}

form p {
  text-align: left;
}

form p.form-title {
  font-size: 1rem;
}

@media (min-width: 480px) {
  form p.form-title {
    font-size: 1.4rem;
  }
}

form .danger {
  height: auto;
  font-size: 16px;
  color: #fff;
  background: #007FCE;
  margin-left: 1rem;
  padding: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  form .danger {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  form .danger {
    font-size: 12px;
    padding: 3px;
  }
}

@media screen and (max-width: 360px) {
  form .danger {
    font-size: 10px;
    margin-left: 0.5rem;
  }
}

form .annot {
  font-size: 20px;
  color: #4B4B4B;
  font-weight: bold;
  padding-left: 0.8rem;
}

@media screen and (max-width: 480px) {
  form .annot {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  form .annot {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  form .annot {
    font-size: 10px;
    padding-left: 0.4rem;
  }
}

form .form-contents {
  text-align: left;
  margin-bottom: 5%;
}

form .form-contents.personal-info > p {
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.4;
}

form .form-contents.personal-info input {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 21px;
  color: #4B4B4B;
  padding: 0 1.5rem;
  border: 2px #4B4B4B solid;
  border-radius: 12px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  form .form-contents.personal-info input {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  form .form-contents.personal-info input {
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
    padding: 0 0.8rem;
    border: 1.5px #4B4B4B solid;
  }
}

@media screen and (max-width: 360px) {
  form .form-contents.personal-info input {
    border-radius: 8px;
    font-size: 3.5vw;
  }
}

form .form-contents.personal-info .invalid-feedback {
  display: none;
}

form .age-form > p {
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  form .age-form > p {
    margin-bottom: 4%;
  }
}

form .age-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 120px;
}

@media screen and (max-width: 480px) {
  form .age-form .flex {
    height: 80px;
  }
}

@media screen and (max-width: 360px) {
  form .age-form .flex {
    height: 60px;
  }
}

form .age-form .flex > div {
  position: relative;
  width: 25%;
}

.main .form-grp form .join-form .flex > div {
  width: 50%;
}

form .age-form .flex input[type="checkbox"] {
  display: none;
}

form .age-form .flex input[type="checkbox"] + label {
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  padding-left: 40px;
  font-size: 24px;
  color: #4B4B4B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  form .age-form .flex input[type="checkbox"] + label {
    line-height: 1.4;
  }
}

@media screen and (max-width: 680px) {
  form .age-form .flex input[type="checkbox"] + label {
    padding-left: 18%;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 480px) {
  form .age-form .flex input[type="checkbox"] + label {
    padding-left: 16%;
  }
}

@media screen and (max-width: 480px) {
  form .age-form .flex input[type="checkbox"] + label {
    padding-left: 20%;
    font-size: 3vw;
  }
}

form .age-form .flex input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #4B4B4B;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  form .age-form .flex input[type="checkbox"] + label:before {
    width: 2vw;
    height: 2vw;
  }
}

@media screen and (max-width: 480px) {
  form .age-form .flex input[type="checkbox"] + label:before {
    border: 1.5px solid #4B4B4B;
  }
}

@media screen and (max-width: 480px) {
  form .age-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
    border: 1px solid #4B4B4B;
  }
}

@media screen and (max-width: 360px) {
  form .age-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
  }
}

form .age-form .flex input[type="checkbox"]:checked + label:before {
  width: 12px;
  top: 20%;
  left: 0;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 680px) {
  form .age-form .flex input[type="checkbox"]:checked + label:before {
    width: 9px;
  }
}

@media screen and (max-width: 480px) {
  form .age-form .flex input[type="checkbox"]:checked + label:before {
    width: 6px;
  }
}

form .second-form > p {
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  form .second-form > p {
    margin-bottom: 4%;
  }
}

form .second-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 60px;
}

@media screen and (max-width: 480px) {
  form .second-form .flex {
    height: 40px;
  }
}

@media screen and (max-width: 360px) {
  form .second-form .flex {
    height: 30px;
  }
}

form .second-form .flex > div {
  position: relative;
  width: 33%;
}

@media screen and (max-width: 480px) {
  form .second-form .flex > div {
    width: 31%;
  }
  form .second-form .flex > div:nth-child(2) {
    width: 37%;
  }
}

form .second-form .flex input[type="checkbox"] {
  display: none;
}

form .second-form .flex input[type="checkbox"] + label {
  display: block;
  position: absolute;
  top: 0;
  left: 7%;
  padding-left: 40px;
  font-size: 24px;
  color: #4B4B4B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  form .second-form .flex input[type="checkbox"] + label {
    line-height: 1.4;
  }
}

@media screen and (max-width: 680px) {
  form .second-form .flex input[type="checkbox"] + label {
    padding-left: 18%;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 480px) {
  form .second-form .flex input[type="checkbox"] + label {
    padding-left: 15%;
  }
}

@media screen and (max-width: 480px) {
  form .second-form .flex input[type="checkbox"] + label {
    padding-left: 17%;
    font-size: 3vw;
  }
}

form .second-form .flex input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #4B4B4B;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  form .second-form .flex input[type="checkbox"] + label:before {
    width: 2vw;
    height: 2vw;
  }
}

@media screen and (max-width: 480px) {
  form .second-form .flex input[type="checkbox"] + label:before {
    border: 1.5px solid #4B4B4B;
  }
}

@media screen and (max-width: 480px) {
  form .second-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
    border: 1px solid #4B4B4B;
  }
}

@media screen and (max-width: 360px) {
  form .second-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
  }
}

form .second-form .flex input[type="checkbox"]:checked + label:before {
  width: 12px;
  top: 20%;
  left: 0;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 680px) {
  form .second-form .flex input[type="checkbox"]:checked + label:before {
    width: 9px;
  }
}

@media screen and (max-width: 480px) {
  form .second-form .flex input[type="checkbox"]:checked + label:before {
    width: 6px;
  }
}

form .gender-form > p {
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  form .gender-form > p {
    margin-bottom: 4%;
  }
}

form .gender-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 60px;
}

@media screen and (max-width: 480px) {
  form .gender-form .flex {
    height: 40px;
  }
}

@media screen and (max-width: 360px) {
  form .gender-form .flex {
    height: 30px;
  }
}

form .gender-form .flex > div {
  position: relative;
  width: 25%;
}

@media screen and (max-width: 300px) {
  form .gender-form .flex > div:last-child {
    width: 35%;
  }
}

form .gender-form .flex input[type="checkbox"] {
  display: none;
}

form .gender-form .flex input[type="checkbox"] + label {
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  padding-left: 40px;
  font-size: 24px;
  color: #4B4B4B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  form .gender-form .flex input[type="checkbox"] + label {
    line-height: 1.4;
  }
}

@media screen and (max-width: 680px) {
  form .gender-form .flex input[type="checkbox"] + label {
    padding-left: 18%;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 480px) {
  form .gender-form .flex input[type="checkbox"] + label {
    padding-left: 16%;
  }
}

@media screen and (max-width: 480px) {
  form .gender-form .flex input[type="checkbox"] + label {
    padding-left: 20%;
    font-size: 3vw;
  }
}

form .gender-form .flex input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #4B4B4B;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  form .gender-form .flex input[type="checkbox"] + label:before {
    width: 2vw;
    height: 2vw;
  }
}

@media screen and (max-width: 480px) {
  form .gender-form .flex input[type="checkbox"] + label:before {
    border: 1.5px solid #4B4B4B;
  }
}

@media screen and (max-width: 480px) {
  form .gender-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
    border: 1px solid #4B4B4B;
  }
}

@media screen and (max-width: 360px) {
  form .gender-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
  }
}

form .gender-form .flex input[type="checkbox"]:checked + label:before {
  width: 12px;
  top: 20%;
  left: 0;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 680px) {
  form .gender-form .flex input[type="checkbox"]:checked + label:before {
    width: 9px;
  }
}

@media screen and (max-width: 480px) {
  form .gender-form .flex input[type="checkbox"]:checked + label:before {
    width: 6px;
  }
}

form .know-form > p {
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  form .know-form > p {
    margin-bottom: 4%;
  }
}

form .know-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 180px;
}

@media screen and (max-width: 480px) {
  form .know-form .flex {
    height: 120px;
  }
}

@media screen and (max-width: 360px) {
  form .know-form .flex {
    height: 90px;
  }
}

form .know-form .flex > div {
  position: relative;
  width: 50%;
}

form .know-form .flex input[type="checkbox"] {
  display: none;
}

form .know-form .flex input[type="checkbox"] + label {
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  padding-left: 40px;
  font-size: 24px;
  color: #4B4B4B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  form .know-form .flex input[type="checkbox"] + label {
    line-height: 1.4;
  }
}

@media screen and (max-width: 680px) {
  form .know-form .flex input[type="checkbox"] + label {
    padding-left: 10%;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 480px) {
  form .know-form .flex input[type="checkbox"] + label {
    padding-left: 12%;
    font-size: 3vw;
  }
}

form .know-form .flex input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #4B4B4B;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  form .know-form .flex input[type="checkbox"] + label:before {
    width: 2vw;
    height: 2vw;
  }
}

@media screen and (max-width: 480px) {
  form .know-form .flex input[type="checkbox"] + label:before {
    border: 1.5px solid #4B4B4B;
  }
}

@media screen and (max-width: 480px) {
  form .know-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
    border: 1px solid #4B4B4B;
  }
}

@media screen and (max-width: 360px) {
  form .know-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
  }
}

form .know-form .flex input[type="checkbox"]:checked + label:before {
  width: 12px;
  top: 20%;
  left: 0;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 680px) {
  form .know-form .flex input[type="checkbox"]:checked + label:before {
    width: 9px;
    left: 4px;
  }
}

@media screen and (max-width: 480px) {
  form .know-form .flex input[type="checkbox"]:checked + label:before {
    width: 6px;
    left: 0.5vw;
  }
}

@media screen and (max-width: 360px) {
  form .know-form .flex input[type="checkbox"]:checked + label:before {
    width: 6px;
  }
}

form .know-form textarea {
  display: block;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #4B4B4B;
  margin-top: -3%;
  padding: 0.8rem 1.5rem;
  border: 2px #4B4B4B solid;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  form .know-form textarea {
    font-size: 18px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  form .know-form textarea {
    font-size: 14px;
    padding: 0.5rem 1rem;
    border: 1.5px #4B4B4B solid;
  }
}

@media screen and (max-width: 360px) {
  form .know-form textarea {
    border-radius: 8px;
    font-size: 3.5vw;
  }
}

form .message-form textarea, form .form-grp form .opinion-form textarea,
form .message-other textarea {
  display: block;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #4B4B4B;
  padding: 0.8rem 1.5rem;
  border: 2px #4B4B4B solid;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form .join-form > p {
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  form .join-form > p {
    margin-bottom: 4%;
  }
}

form .join-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 120px;
}

@media screen and (max-width: 480px) {
  form .join-form .flex {
    height: 80px;
  }
}

@media screen and (max-width: 360px) {
  form .join-form .flex {
    height: 60px;
  }
}

form .join-form .flex > div {
  position: relative;
  width: 50%;
}

form .join-form .flex input[type="checkbox"] {
  display: none;
}

form .join-form .flex input[type="checkbox"] + label {
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  padding-left: 40px;
  font-size: 24px;
  color: #4B4B4B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  form .join-form .flex input[type="checkbox"] + label {
    line-height: 1.4;
  }
}

@media screen and (max-width: 680px) {
  form .join-form .flex input[type="checkbox"] + label {
    padding-left: 10%;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 480px) {
  form .join-form .flex input[type="checkbox"] + label {
    padding-left: 12%;
    font-size: 3vw;
  }
}

form .join-form .flex input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #4B4B4B;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  form .join-form .flex input[type="checkbox"] + label:before {
    width: 2vw;
    height: 2vw;
  }
}

@media screen and (max-width: 480px) {
  form .join-form .flex input[type="checkbox"] + label:before {
    border: 1.5px solid #4B4B4B;
  }
}

@media screen and (max-width: 480px) {
  form .join-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
    border: 1px solid #4B4B4B;
  }
}

@media screen and (max-width: 360px) {
  form .join-form .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
  }
}

form .join-form .flex input[type="checkbox"]:checked + label:before {
  width: 12px;
  top: 20%;
  left: 0;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 680px) {
  form .join-form .flex input[type="checkbox"]:checked + label:before {
    width: 9px;
  }
}

@media screen and (max-width: 480px) {
  form .join-form .flex input[type="checkbox"]:checked + label:before {
    width: 6px;
  }
}

form .join-form_long {
  display: none;
}

form .join-form_long > p {
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  form .join-form_long > p {
    margin-bottom: 4%;
  }
}

form .join-form_long > p.semi-red {
  text-decoration: underline;
  color: #DC2634;
  margin-bottom: 1%;
}

form .join-form_long .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 150px;
}

@media screen and (max-width: 480px) {
  form .join-form_long .flex {
    height: 100px;
  }
}

@media screen and (max-width: 360px) {
  form .join-form_long .flex {
    height: 75px;
  }
}

form .join-form_long .flex > div {
  position: relative;
  width: 100%;
}

form .join-form_long .flex input[type="checkbox"] {
  display: none;
}

form .join-form_long .flex input[type="checkbox"] + label {
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  padding-left: 40px;
  font-size: 24px;
  color: #4B4B4B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  form .join-form_long .flex input[type="checkbox"] + label {
    line-height: 1.4;
  }
}

@media screen and (max-width: 680px) {
  form .join-form_long .flex input[type="checkbox"] + label {
    padding-left: 6%;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 480px) {
  form .join-form_long .flex input[type="checkbox"] + label {
    padding-left: 8%;
    font-size: 3vw;
  }
}

form .join-form_long .flex input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #4B4B4B;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  form .join-form_long .flex input[type="checkbox"] + label:before {
    width: 2vw;
    height: 2vw;
  }
}

@media screen and (max-width: 480px) {
  form .join-form_long .flex input[type="checkbox"] + label:before {
    border: 1.5px solid #4B4B4B;
  }
}

@media screen and (max-width: 480px) {
  form .join-form_long .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
    border: 1px solid #4B4B4B;
  }
}

@media screen and (max-width: 360px) {
  form .join-form_long .flex input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
  }
}

form .join-form_long .flex input[type="checkbox"]:checked + label:before {
  width: 12px;
  top: 20%;
  left: 0;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 680px) {
  form .join-form_long .flex input[type="checkbox"]:checked + label:before {
    width: 9px;
  }
}

@media screen and (max-width: 480px) {
  form .join-form_long .flex input[type="checkbox"]:checked + label:before {
    width: 6px;
  }
}

form .message-form p, form .opinion-form p {
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 2%;
  padding-left: 0.5rem;
}

.main .form-grp form.was-validated.form-safe .message-form p, .main .form-grp form.was-validated.form-safe .opinion-form p {
  padding-left: 0;
}

@media screen and (max-width: 680px) {
  form .message-form p, form .opinion-form p {
    margin-bottom: 4%;
  }
}

form .message-form textarea, form .opinion-form textarea {
  display: block;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #4B4B4B;
  padding: 0.8rem 1.5rem;
  border: 2px #4B4B4B solid;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  form .message-form textarea, form .opinion-form textarea {
    font-size: 18px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  form .message-form textarea, form .opinion-form textarea {
    font-size: 14px;
    padding: 0.5rem 1rem;
    border: 1.5px #4B4B4B solid;
  }
}

@media screen and (max-width: 360px) {
  form .message-form textarea, form .opinion-form textarea {
    border-radius: 8px;
    font-size: 3.5vw;
  }
}

form .scroll_wrap {
  border-radius: 20px;
  padding: 20px;
  padding-right: 0;
  border: 3px solid #6ECCD1;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.main .form-grp form.was-validated.form-safe .scroll_wrap {
  display: none;
}

form .scroll_wrap::after {
  content: '';
  border-right: 1px #797979 solid;
  height: 100%;
  position: absolute;
  top: 0;
  right: 14px;
  display: none;
}

@media (min-width: 480px) {
  form .scroll_wrap::after {
    display: block;
  }
}

form .rule-note {
  display: block;
  width: 100%;
  height: 324px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding-right: 3%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.main .form-grp form.was-validated.form-safe .rule-note {
  display: none;
}

form .rule-note::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
}

form .rule-note::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a7a7a7;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media (min-width: 480px) {
  form .rule-note {
    font-size: 1.2rem;
  }
}

@media (min-width: 680px) {
  form .rule-note {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 680px) {
  form .rule-note span.lt-small {
    letter-spacing: -0.6px;
  }
}

form .rule-note ul {
  padding-left: 1rem;
}

@media screen and (max-width: 480px) {
  form .rule-note ul {
    padding-left: 0.5rem;
  }
}

form .rule-note p {
  font-size: 1rem;
}

@media (min-width: 480px) {
  form .rule-note p {
    font-size: 1.2rem;
  }
}

@media (min-width: 680px) {
  form .rule-note p {
    font-size: 1.4rem;
  }
}

form .rule-note .sub {
  color: #6ECCD1;
}

.agree-grp {
  position: relative;
  margin: 60px auto;
}

.agree-grp input[type="checkbox"] {
  display: none;
}

.agree-grp input[type="checkbox"] + label {
  display: block;
  position: absolute;
  top: 0;
  padding-left: 14%;
  font-size: 24px;
  color: #4B4B4B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .agree-grp input[type="checkbox"] + label {
    line-height: 1.4;
  }
}

@media screen and (max-width: 680px) {
  .agree-grp input[type="checkbox"] + label {
    font-size: 2.5vw;
    line-height: 1.5;
    padding-right: 10%;
    padding-left: 16%;
  }
}

@media screen and (max-width: 480px) {
  .agree-grp input[type="checkbox"] + label {
    padding-left: 14%;
    font-size: 3vw;
  }
}

@media screen and (max-width: 320px) {
  .agree-grp input[type="checkbox"] + label {
    padding-left: 17%;
  }
}

.agree-grp input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 7%;
  top: 7%;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #4B4B4B;
}

@media screen and (max-width: 680px) {
  .agree-grp input[type="checkbox"] + label:before {
    width: 2vw;
    height: 2vw;
  }
}

@media screen and (max-width: 480px) {
  .agree-grp input[type="checkbox"] + label:before {
    border: 1.5px solid #4B4B4B;
  }
}

@media screen and (max-width: 480px) {
  .agree-grp input[type="checkbox"] + label:before {
    width: 10px;
    height: 10px;
    border: 1px solid #4B4B4B;
  }
}

.agree-grp input[type="checkbox"]:checked + label:before {
  width: 12px;
  top: 5%;
  left: 7%;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 680px) {
  .agree-grp input[type="checkbox"]:checked + label:before {
    width: 9px;
  }
}

@media screen and (max-width: 480px) {
  .agree-grp input[type="checkbox"]:checked + label:before {
    width: 6px;
  }
}

.btn-grp {
  margin-top: 28%;
  padding: 0 4%;
}

.main .form-grp .form-safe .btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-grp img {
  width: 50%;
}

.btn-grp img:first-child {
  padding-right: 0.5%;
}

.btn-grp img:nth-child(2) {
  padding-left: 0.5%;
}

/*----------------------------
  step2 thanks
------------------------------*/
.thanks-grp {
  background-color: #6DAD27;
}

.bg_thanks {
  background-color: #6DAD27;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
  height: auto;
  padding: 20px 0;
}

.bg_thanks h2 {
  color: #3dae00;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 680px) {
  .bg_thanks h2 {
    border-radius: 15px;
    font-size: 2.6rem;
  }
}

.success_text {
  margin-bottom: 60px;
}

.success_text .red_text {
  text-align: center;
}

.success_text p {
  font-size: 1.2rem;
  margin: 0 10px;
}

@media (min-width: 680px) {
  .success_text p {
    font-size: 1.6rem;
  }
}

.kyoto-keiba {
  width: 95%;
}

@media (min-width: 1000px) {
  .kyoto-keiba {
    width: 100%;
  }
}

.share_tweet {
  width: 95%;
  margin: 80px auto 0;
}

@media (min-width: 1000px) {
  .share_tweet {
    width: 100%;
  }
}

.share_tweet .tweet_title {
  width: 90%;
}

.next_guidance {
  width: 95%;
  margin: 0 auto 100px;
}

@media (min-width: 1000px) {
  .next_guidance {
    width: 100%;
  }
}

.next_guidance .next_info {
  text-align: left;
  width: 90%;
  margin: 10px auto 0;
}

@media (min-width: 480px) {
  .next_guidance .next_info {
    width: 70%;
  }
}

.btn_backhome {
  cursor: pointer;
  width: 70%;
  max-width: 420px;
}

@media (min-width: 480px) {
  .btn_backhome {
    width: 50%;
  }
}
