@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 610px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 950px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 950px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
/*
 * ボタン
 */
.confirm-box {
  margin-top: 5%;
}

.section {
  padding-top: 5%;
}

.section-tit {
  text-align: center;
}
@media (max-width: 610px) {
  .section-tit {
    width: 85%;
    margin: 0 auto;
  }
}

p.al-tit {
  color: #f65f53;
  font-weight: bold;
  display: table-caption;
  border-bottom: 1px solid #f65f53;
  font-size: 1.2em;
  margin-top: 2%;
  width: 100%;
}

p.p__conf {
  margin-bottom: 0%;
  margin-top: 2%;
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #f65f53;
  border-radius: 0 3px 3px 0;
  color: #fff;
}
p.p__conf::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #f65f53 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
}
p.p__conf::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}

.alpha {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 5%;
  padding-top: 1%;
}
.alpha dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.alpha dl.item-cont dt, .alpha dl.item-cont dd {
  padding-left: 2%;
}
.alpha dd, .alpha dt {
  display: table-cell;
  padding: 10px 0;
}
.alpha dt {
  width: 30%;
}
.alpha dt.item-tit {
  font-weight: bold;
}
.alpha dt.item-tit::before {
  content: "●";
  display: inline-block;
  color: #f65f53;
}
.alpha dd {
  width: 70%;
}
@media (max-width: 610px) {
  .alpha dt, .alpha dd {
    width: 100%;
    display: block;
  }
  .alpha .item-cont-in {
    padding-left: 12px;
    padding-top: 0;
  }
}

.alpha-total {
  border-top: 1px dashed #f65f53;
  margin-top: 2%;
  padding-top: 1%;
}
.alpha-total dd {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
}
@media (max-width: 610px) {
  .alpha-total dd {
    padding-top: 0;
  }
}

.person-data dt {
  font-weight: bold;
}

.pref-data p {
  padding: 10px 0;
}

.center {
  text-align: center;
  padding-bottom: 5%;
}

#submit_form {
  padding-top: 2%;
}

/*
メールフォーム
*/
.mail-form-table {
  display: table;
  width: 90%;
  margin: 0 auto;
  max-width: 1062px;
  background: white;
  margin-top: 6%;
  padding: 3% 3% 0;
  margin-bottom: 8%;
}

dl.mail_body {
  display: flex;
  align-items: center;
  width: 100%;
}
dl.mail_body dt, dl.mail_body dd {
  padding: 1.5rem 0;
  vertical-align: middle;
}
dl.mail_body dt p, dl.mail_body dd p {
  display: inline-block;
  padding-left: 8px;
}
dl.mail_body dt p.mailadd_p, dl.mail_body dd p.mailadd_p {
  font-size: max(15px, min(1vw,17px));
  font-size: clamp(15px, 1vw, 17px);
  color: #484848;
  padding-left: 0;
}
dl.mail_body dt a.zip-link, dl.mail_body dd a.zip-link {
  font-size: max(15px, min(1vw,17px));
  font-size: clamp(15px, 1vw, 17px);
  color: #373737;
  display: inline-block;
}
dl.mail_body dt {
  width: 30%;
  font-size: max(16px, min(1.2vw,18px));
  font-size: clamp(16px, 1.2vw, 18px);
}
@media (max-width: 610px) {
  dl.mail_body dt {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
dl.mail_body dd {
  width: 65%;
}
@media (max-width: 610px) {
  dl.mail_body dd {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 610px) {
  dl.mail_body {
    flex-wrap: wrap;
  }
}

.select-wrapp {
  position: relative;
}
.select-wrapp::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/chevron-under.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 3.5em;
  top: 2.8rem;
  transform: translateY(-50%);
}
@media (max-width: 610px) {
  .select-wrapp::after {
    top: 1.4rem;
  }
}

.prf-wrapp {
  margin-bottom: 3%;
}
@media (max-width: 610px) {
  .prf-wrapp::after {
    top: 2.8rem;
  }
}

.hp-q-wrapp::after {
  top: 3.2rem;
}
@media (max-width: 610px) {
  .hp-q-wrapp::after {
    top: 1.2rem;
  }
}

span.must {
  display: inline-block;
  padding: 1px 4px 2px;
  background: #f65f53;
  color: white;
  font-size: 12px;
  border-radius: 3px;
  vertical-align: text-bottom;
}

span.dontmust {
  display: inline-block;
  width: 33px;
}
@media (max-width: 610px) {
  span.dontmust {
    width: 0;
  }
}

span.mustcheck {
  padding-left: 8px;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  border: none;
  background: #ededed;
  padding: 10px;
  width: 95%;
  border: 2px solid #ededed;
  font-size: 1rem;
}
input[type=text]:-webkit-autofill, input[type=email]:-webkit-autofill, input[type=tel]:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ededed inset;
}
@media (max-width: 610px) {
  input[type=text], input[type=email], input[type=tel], textarea, select {
    width: 93%;
  }
}

select {
  border: none;
  background: #ededed;
  padding: 10px;
  width: 95%;
  font-size: 1rem;
  border: 2px solid #ededed;
  line-height: 1;
}
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ededed inset;
}
@media (max-width: 610px) {
  select {
    width: 100%;
  }
}

/*ラジオボタンカスタマイズ*/
.radio-block {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.radio-block label {
  position: relative;
  margin: 0;
}
.radio-block .radio-item-label {
  color: #333;
  cursor: pointer;
  margin-right: 12px;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  vertical-align: bottom;
  padding-left: 22px;
}
.radio-block input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio-block .radio-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #B7B7B7;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}
.radio-block .radio-item-label:after {
  content: "";
  background: #f65f53;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.79, 1.32);
  transform: scale(0, 0);
}
.radio-block input[type=radio]:checked + .radio-item-label:before {
  border: 1px solid #373737;
}
.radio-block input[type=radio]:checked + .radio-item-label:after {
  transform: scale(1, 1);
}

/*送信ボタン*/
.btn-block {
  display: block;
  text-align: center;
  margin-top: 4%;
}
.btn-block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#submit_btn {
  font-size: initial;
  padding: 18px 5em 16px;
  color: white;
  background: #f65f53;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  border: none;
  border: 1px solid #f65f53;
  transform: skewX(-10deg);
  font-weight: bold;
  font-size: 1.2em;
}
#submit_btn:hover {
  background-color: #fff;
  color: #f65f53;
}
@media (max-width: 610px) {
  #submit_btn {
    margin: 4% 0;
  }
}

#reset_btn {
  padding: 7px 20px 5px;
  color: #979797;
  margin-top: 2%;
  border: 1px solid;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  background-color: #eeeeee;
}
#reset_btn:hover {
  color: #f65f53;
  border: 1px solid #f65f53;
}
@media (max-width: 610px) {
  #reset_btn {
    font-size: 13px;
  }
}

#soushin {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 4%;
  padding-bottom: 10%;
}

/*エラー表示*/
.error_box {
  background: #fffec5;
}
.error_box em {
  color: #f65f53;
}

/*完了画面*/
.section-finish {
  text-align: center;
  padding-top: 3%;
  width: 90%;
  margin: 0 auto;
}
.section-finish img {
  width: 75px;
  margin-bottom: 1%;
}
@media (max-width: 950px) {
  .section-finish {
    padding-top: 8%;
  }
}
@media (max-width: 610px) {
  .section-finish img {
    width: 60px;
    margin-bottom: 5%;
  }
}

.thanks-thanks {
  font-size: max(20px, min(2vw,25px));
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
  margin-bottom: 2%;
}
@media (max-width: 610px) {
  .thanks-thanks {
    text-align: justify;
  }
}

@media (max-width: 610px) {
  .thanks-text {
    text-align: justify;
  }
}

.finish-bottom {
  display: flex;
  flex-direction: column;
}

.th-inner-text {
  padding: 2% 0;
}
@media (max-width: 610px) {
  .th-inner-text {
    padding: 8% 0;
  }
}

.back-form, .back-top {
  display: block;
  z-index: 1;
  position: relative;
  color: #373737;
  padding-top: 1%;
}
.back-form a, .back-top a {
  display: inline-block;
}
.back-form a:hover p:before, .back-form a:hover p:after, .back-top a:hover p:before, .back-top a:hover p:after {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
}
.back-form a:hover p:before, .back-top a:hover p:before {
  transform: translate(-12px, 0);
}
.back-form a:hover p:after, .back-top a:hover p:after {
  transform: translate(-12px, 0) rotate(-25deg);
}
.back-form p, .back-top p {
  position: relative;
  padding-left: 68px;
}
.back-form p:before, .back-form p:after, .back-top p:before, .back-top p:after {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: #373737;
}
.back-form p:before, .back-top p:before {
  width: 60px;
}
.back-form p:after, .back-top p:after {
  width: 15px;
  transform-origin: left center;
  transform: rotate(-25deg);
}

input:focus, textarea:focus, select:focus {
  outline: solid #f65f53 2px;
  box-shadow: 0 0 8px #f65f53;
  border-radius: 0;
}

.spinner-container {
  display: flex;
  justify-content: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.spinner {
  width: 70px;
  padding: 0;
  text-align: center;
  border: none;
  background: none;
  outline: none;
  pointer-events: none;
}

.spinner::-webkit-inner-spin-button,
.spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.spinner-sub,
.spinner-add {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  line-height: 35px;
}

.disabled {
  opacity: 0.3;
  cursor: inherit;
}

.recaptcha_policy {
  text-align: center;
  font-size: 14px;
  margin-top: 2%;
}
.recaptcha_policy a {
  transition: color 0.3s ease;
  color: #2F33A5;
}
.recaptcha_policy a:hover {
  color: #f65f53;
}

.form-start-tit {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  color: #f65f53;
}

/* バー式ステップ表示 */
.c-form-step__step-items {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  border: 2px solid #ccc;
  border-radius: 8px;
}
@media (max-width: 610px) {
  .c-form-step__step-items {
    flex-direction: column;
  }
}

.c-form-step__step-items__item-box {
  color: #a6a6a6;
  padding: 15px 0;
  background: #eee;
  display: inline-block;
  width: 25%;
  position: relative;
}
.c-form-step__step-items__item-box small {
  font-size: 80%;
}
.c-form-step__step-items__item-box p {
  line-height: 51px;
}
.c-form-step__step-items__item-box::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: -14px;
  height: 41px;
  width: 25px;
  content: " ";
  transform: skew(-30deg);
  background: #eee;
  border-right: 1px solid white;
  z-index: 1;
}
.c-form-step__step-items__item-box::before {
  display: block;
  position: absolute;
  top: 0;
  margin-left: auto;
  right: -14px;
  height: 41px;
  width: 25px;
  content: " ";
  transform: skew(30deg);
  background: #eee;
  border-right: 1px solid white;
  z-index: 1;
}
.c-form-step__step-items__item-box:first-child {
  border-radius: 5px 0 0 5px;
}
@media (max-width: 610px) {
  .c-form-step__step-items__item-box:first-child {
    border-radius: 0%;
  }
}
.c-form-step__step-items__item-box:last-child {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 610px) {
  .c-form-step__step-items__item-box:last-child {
    border-radius: 0%;
    border-bottom: 0;
  }
}
.c-form-step__step-items__item-box:last-child::before {
  border: 0;
  background: transparent !important;
}
.c-form-step__step-items__item-box:last-child::after {
  border: 0;
  background: transparent !important;
}
.c-form-step__step-items__item-box.current {
  background: #f65f53;
  color: white;
}
.c-form-step__step-items__item-box.current::before {
  background: #f65f53;
}
.c-form-step__step-items__item-box.current::after {
  background: #f65f53;
}
.c-form-step__step-items__item-box.current:last-child {
  margin-right: -35px;
}
.c-form-step__step-items__item-box.current:last-child::before {
  border: 0;
  background: transparent !important;
}
.c-form-step__step-items__item-box.current:last-child::after {
  border: 0;
  background: transparent !important;
}
@media (max-width: 610px) {
  .c-form-step__step-items__item-box {
    width: 100%;
    padding: 6px 0;
    border-bottom: 2px solid white;
  }
}

.c-form-step__wrapper-box {
  display: none;
}

.c-form-step__wrapper-box.current {
  position: relative;
}

/* ボタン */
.btn_block {
  text-align: center;
  width: 100%;
  position: relative;
}
.btn_block span {
  position: absolute;
  top: -32px;
  z-index: 2;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #f65f53;
  border: 2px solid #f65f53;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.btn_block span:before, .btn_block span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
.btn_block span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #f65f53 transparent transparent transparent;
}
.btn_block span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 610px) {
  .btn_block span {
    left: auto;
    display: block;
    width: 100%;
  }
}
@media (max-width: 610px) {
  .btn_block {
    width: 52%;
  }
}

.disable-back {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.btn__link-previous {
  position: relative;
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 2%;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: opacity;
  color: inherit;
}
.btn__link-previous::before, .btn__link-previous::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
}
.btn__link-previous::before {
  top: 50%;
  background: #373737;
  left: -6px;
}
.btn__link-previous::after {
  top: 50%;
  background: #fff;
}
.btn__link-previous:hover {
  opacity: 0.5;
}

.btn__link-primary {
  color: #2F33A5;
  background-color: #FFCC41;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  padding: 18px 2em 16px;
  margin-bottom: 5%;
  border: 3px solid #2F33A5;
  font-weight: bold;
  font-size: inherit;
  transform: skewX(-10deg);
  box-shadow: 0.2em 0.2em #2F33A5;
  position: relative;
  overflow: hidden;
}
.btn__link-primary .fa-angle-right {
  margin-left: 3px;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.btn__link-primary:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, white 81%, rgba(255, 255, 255, 0) 100%);
  animation: shine 3s infinite;
  /* inifiniteによりずっと続ける */
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.btn__link-primary:hover {
  box-shadow: none;
  transform: skewX(-10deg) translateY(5px);
}
.btn__link-primary:hover .fa-angle-right {
  margin-left: 6px;
}
@media (max-width: 610px) {
  .btn__link-primary {
    padding: 12px 3px 12px;
    font-size: 15px;
    margin-bottom: 2%;
    transform: none;
    width: 98%;
  }
}

.btn-disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.btn-disabled::before {
  content: none;
}

.updown {
  animation-name: updown1;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 3s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
}
.updown #poster-popup {
  max-width: none;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0%;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.updown #poster-popup:hover {
  text-decoration: underline;
}
@media (max-width: 610px) {
  .updown #poster-popup {
    font-size: 13px;
    font-weight: bold;
  }
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  65% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=transmit.css.map */
