@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li, a {
  text-decoration: none;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.pc_disp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}

.ipad_disp {
  display: block !important;
}

@media screen and (min-width: 1000px) {
  .ipad_disp {
    display: none !important;
  }
}

.pc_only {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .pc_only {
    display: block !important;
  }
}

body {
  background-color: #eee;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.MainColumn {
  position: relative;
  font-size: 0.875rem;
  text-align: justify;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  z-index: 1;
  padding: 32px 0 90px;
  color: #444;
}

.MainColumn::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  .MainColumn::after {
    height: 225px;
  }
}

.MainColumn.page02::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  .MainColumn.page02::after {
    height: 112px;
  }
}

@media screen and (min-width: 768px) {
  .MainColumn {
    font-size: 1rem;
    padding: 93px 0 120px;
  }
}

.enquete_box {
  background: #fff;
  border: solid 1px #fff;
  width: 90%;
  margin: 0 auto 30px;
  padding: 25px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*アラート*/
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .enquete_box {
    width: 730px;
  }
}

@media screen and (min-width: 1000px) {
  .enquete_box {
    width: 960px;
    padding: 40px 25px 40px;
    margin: 0 auto 60px;
  }
}

.enquete_box.top {
  padding: 12px 20px 35px;
  margin: 0 auto 0px;
}

@media screen and (min-width: 1000px) {
  .enquete_box.top {
    padding: 40px 25px 40px;
    margin: 0 auto 60px;
  }
}

.enquete_box.alert {
  border: solid 1px #FC6363;
}

.enquete_box.alert input:invalid + .alert_text {
  display: block;
}

.enquete_box.alert input[type="text"]:invalid {
  border: solid 1px #FC6363;
}

.enquete_box.alert select:invalid {
  border: solid 1px #FC6363;
}

.enquete_box .alert_box {
  position: relative;
  width: 100%;
}

.enquete_box .alert_text {
  /*display: none;*/
  color: #FC6363;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .enquete_box .alert_text {
    font-size: 0.9375rem;
  }
}

.enquete_box .alert_text.bottom03 {
  position: absolute;
  left: 0;
}

.enquete_box .alert_text.bottom {
  position: absolute;
  left: 0;
  bottom: -40%;
}

@media screen and (min-width: 768px) {
  .enquete_box .alert_text.bottom {
    bottom: -46%;
  }
}

.enquete_box .alert_text.bottom02 {
  margin-top: 10px;
}

.enquete .mandatory {
  margin-left: 10px;
  display: inline-block;
  color: #fff;
  background: #FC6363;
  width: 40px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 4px;
  font-size: 0.8125rem;
  font-weight: 400;
  position: absolute;
  bottom: -2px;
}

@media screen and (min-width: 768px) {
  .enquete .mandatory {
    margin-left: 10px;
    font-size: 0.9375rem;
    width: 50px;
    height: 24px;
    line-height: 26px;
    bottom: 0;
  }
}

.enquete .any {
  margin-left: 10px;
  display: inline-block;
  color: #fff;
  background: #B9B8B8;
  width: 40px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 4px;
  font-size: 0.8125rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .enquete .any {
    margin-left: 10px;
    font-size: 0.9375rem;
    width: 50px;
    height: 24px;
    line-height: 26px;
  }
}

.enquete .example {
  position: absolute;
  bottom: -20px;
  display: inline-block;
  color: #999999;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .enquete .example {
    left: 23%;
    bottom: 5px;
    font-size: 0.875rem;
  }
}

.enquete .logo {
  display: block;
  display: none;
  margin: 0 auto 20px;
  width: 115px;
}

@media screen and (min-width: 768px) {
  .enquete .logo {
    width: 135px;
  }
}

.enquete_heading {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .enquete_heading {
    margin-top: 18px;
    margin-bottom: 30px;
    font-size: 2.25rem;
  }
}

.enquete_title {
  position: relative;
  margin-bottom: 19px;
  font-size: 1.0625rem;
  line-height: 1.58;
  font-weight: bold;
  /* padding-left: 28px; */
}

.enquete_title .mandatory {
  bottom: 4px;
}

@media screen and (min-width: 1000px) {
  .enquete_title .mandatory {
    bottom: 10px;
  }
}

.enquete_title .any {
  position: absolute;
  bottom: 4px;
}

@media screen and (min-width: 1000px) {
  .enquete_title .any {
    bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .enquete_title {
    /* padding-left: 32px; */
    margin-bottom: 19px;
    font-size: 1.5rem;
  }
}

.enquete_title .num {
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  font-size: 0.625rem;
  width: 20px;
  height: 20px;
  line-height: 21px;
}

.enquete_title .num .small {
  display: block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (min-width: 768px) {
  .enquete_title .num {
    top: 4px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    font-size: 0.6875rem;
  }
}

.enquete_subtitle {
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .enquete_subtitle {
    border-bottom: 1px solid #999;
    line-height: 1.5;
  }
}

.enquete_subtitle.top {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .enquete_subtitle.top {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.enquete .bottom_inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .enquete .bottom_inner {
    padding-bottom: 16px;
  }
}

.enquete .other_input {
  margin-top: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .enquete .other_input {
    margin-top: 0px;
    margin-left: 10px;
    width: 460px;
  }
}

@media screen and (min-width: 1000px) {
  .enquete ::-webkit-scrollbar {
    width: 6px;
  }
  .enquete ::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #EBEBEB;
  }
  .enquete ::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 10px;
  }
}

.enquete .privacy {
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .enquete .privacy {
    padding: 15px 30px 15px 0;
  }
}

.enquete .privacy_text {
  margin-bottom: 20px;
    font-size: 1em;
  line-height: 1.76;
}

@media screen and (min-width: 768px) {
  .enquete .privacy_text {
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.6;
  }
}

.enquete .privacy_btn {
  padding: 0;
  position: relative;
  display: block;
  margin: 0 auto;
  border: solid 1px #777777;
  border-radius: 100px;
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: bold;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .enquete .privacy_btn {
    padding-left: 28px;
    width: 444px;
    font-size: 1.25rem;
  }
}

.enquete .privacy_label {
  cursor: pointer;
  border: 1px solid #434343;
}

.enquete .privacy_label::before {
  width: 16px;
  height: 16px;
  left: 32%;
  top: 54%;
}

@media screen and (min-width: 1000px) {
  .enquete .privacy_label::before {
    left: 37%;
    top: 52%;
  }
}

.enquete .privacy_label::after {
  width: 4px;
  height: 11px;
  left: 34%;
  top: 54%;
}

@media screen and (min-width: 1000px) {
  .enquete .privacy_label::after {
    top: 52%;
    left: 171px;
  }
}

.enquete .personal_text {
  position: relative;
  margin-bottom: 29px;
  font-size: 1.1rem;
  font-weight: bold;
}

.enquete .personal_text.mail_text {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .enquete .personal_text.mail_text {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .enquete .personal_text {
    margin-bottom: 24px;
    font-size: 1.25rem;
  }
}

.enquete .personal_inner {
  margin-bottom: 83px;
}

@media screen and (min-width: 768px) {
  .enquete .personal_inner {
    margin-bottom: 94px;
  }
}

.enquete .personal_box .email_box {
  width: 100%;
  margin-bottom: 36px;
}

.enquete .personal_box .email_input {
  width: 100%;
}

.enquete .personal_box .name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}

.enquete .personal_box .name_input {
  width: 100%;
}

.enquete .personal_box .name_label_sp {
  display: inline-block;
  width: 35px;
}

@media screen and (min-width: 768px) {
  .enquete .personal_box .name_label_sp {
    width: 45px;
  }
}

.enquete .personal_box.address_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}

.enquete .personal_box .post_input {
  width: calc(100% / 2 - 12px);
}

.enquete .personal_box .post_box {
  width: 100%;
}

.enquete .personal_box .address_input {
  width: 100%;
}

.enquete .personal_box .tel_input {
  width: calc(100% / 3 - 16px);
}

@media screen and (min-width: 1000px) {
  .enquete .personal_box {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .enquete .personal_box.tel_bottom {
    margin-bottom: 30px;
  }
  .enquete .personal_box .name_label_sp {
    width: 46px;
  }
  .enquete .personal_box .name_box {
    margin-bottom: 0;
  }
  .enquete .personal_box .name_input {
    width: 373px;
  }
  .enquete .personal_box .email_input {
    margin-bottom: 0;
  }
  .enquete .personal_box .email_box {
    margin-bottom: 0;
  }
  .enquete .personal_box .post_input {
    width: 147px;
  }
  .enquete .personal_box .address_input {
    width: 758px;
  }
  .enquete .personal_box .tel_input {
    width: 150px;
  }
  .enquete .personal_box .post_box {
    width: 100%;
  }
}

.enquete .personal_box .line {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 2px;
  background: #E0E0E0;
}

.enquete .personal_box .select_box {
  margin-right: 10px;
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
  width: 100%;
  /* width: calc(100% / 3 - 10px); */
}

.personal_box.race_box {
  margin-bottom: 16px !important;
}

.enquete .personal_box .select_box:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .enquete .personal_box .select_box {
    /* width: 150px; */
  }
}

/* プルダウンメニューの下矢印を非表示 */
/* 画像を挿入したことによるレイアウト崩れによる修正 */
/*
.enquete .personal_box .select_box::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 7%;
  top: 45%;
  border-bottom: #666 2px solid;
  border-right: #666 2px solid;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}*/

@media screen and (min-width: 1000px) {
  .personal_box.race_box {
    margin-bottom: 50px !important;
  }
  .enquete .personal_box .select_box::after {
    right: 20px;
  }
}

.enquete .personal_box .data_select {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  height: 60px;
  font-size: 1rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .enquete .personal_box .data_select {
    margin-right: 10px;
    /* width: 150px; */
    font-size: 1.25rem;
  }
}

.enquete .personal_label {
  width: 80px;
  margin-right: 10px;
  font-size: 0.9375rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .enquete .personal_label {
    width: 180px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .enquete .personal_label {
    width: 170px;
  }
}

/*フォーム関連リセット*/
form {
  width: 100%;
  padding: 0;
  margin: 0;
}

input[type=radio] {
  display: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select:invalid {
  color: #999999;
}

::-webkit-input-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::-ms-input-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

textarea {
  width: 100%;
  padding: 20px 10px;
  font-size: 0.9375rem;
  line-height: 2;
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea:focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/*カレンダー*/
.calendar_text {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 60px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}

.calendar_text::before {
  position: absolute;
  content: "";
  top: 20px;
  right: -43px;
  width: 24px;
  height: 24px;
  background: url("../img/icon_calendar.png") no-repeat;
  background-size: contain;
}

input[type="date"] {
  position: relative;
  -webkit-appearance: none;
  color: #444;
  width: 252px;
  border: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9375rem;
  padding-right: 170px;
}

@media screen and (min-width: 768px) {
  input[type="date"] {
    font-size: 1.25rem;
    padding: 0px 10px;
  }
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0px;
  top: 16px;
  padding: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

/* チェックボックス */
.checkbox_text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  font-size: 0.9375rem;
}

@media screen and (min-width: 1000px) {
  .checkbox_text {
    width: auto;
    font-size: 1.25rem;
  }
}

.checkbox_text::before {
  background: #fff;
  border: 2px solid #444;
  border-radius: 4px;
  content: '';
  display: block;
  left: 5px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
}

.checkbox_text::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  display: block;
  left: 12px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  height: 13px;
}

input[type=checkbox]:checked + .checkbox_text {
  font-weight: bold;
}

input[type=checkbox]:checked + .checkbox_text::before {
  background: #444444;
}

input[type=checkbox]:checked + .checkbox_text::after {
  opacity: 1;
}

input[type=checkbox]:checked + .privacy_label {
  background-color: #F2F2F2;
}

/* ラジオボタン */
.inner {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .inner {
    margin-bottom: 40px;
  }
}

.radio_text {
  width: 100%;
  height: 24px;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 0.9375rem;
}

@media screen and (min-width: 1000px) {
  .radio_text {
    width: auto;
    padding-left: 48px;
    font-size: 1.25rem;
  }
}

.radio_text::before {
  background: #fff;
  border: 2px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  left: 0px;
  margin-top: -8px;
  position: absolute;
  top: 24%;
  width: 20px;
  height: 20px;
}

.radio_text::after {
  background: #444444;
  border-radius: 50%;
  content: '';
  display: block;
  left: 6px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
}

input[type=radio]:checked + .radio_text::after {
  opacity: 1;
}

input[type=radio]:checked + .radio_text {
  font-weight: bold;
}

/*テキストボックス*/
input {
  padding: 0 10px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  height: 60px;
  font-size: 20px;
  cursor: pointer;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9375rem;
}

@media screen and (min-width: 1000px) {
  input {
    font-size: 1.25rem;
  }
}

.radio_text_input {
  margin-top: 10px;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .radio_text_input {
    margin-top: 0;
    margin-left: 10px;
    width: 460px;
  }
}

.text_input {
  width: 100%;
}

/*選択解除*/
.delete {
  font-size: 0.9375rem;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  right: 0;
}

/*画像アップロード*/
.file_inner label {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #fff;
  border: 1px solid #434343;
  color: #444;
  font-size: 15px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
}

.file_inner label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.file_inner .filename {
  font-size: 16px;
  margin: 0 0 0 10px;
  text-align: center;
}

#preview img {
  width: 326px;
  margin-top: 10px;
}

/*submitボタン*/
.form_btn {
  max-width: 960px;
  width: 90%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.submit {
  margin: 0 auto;
  display: block;
  width: 305px;
  height: 60px;
  border-radius: 100px;
  line-height: 60px;
  text-align: center;
  background: #B4B4B4;
  font-weight: bold;
  pointer-events: none;
  font-size: 0.9375rem;
}

.submit.active {
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .submit {
    width: 444px;
    font-size: 1.25rem;
  }
}

.btn {
  position: relative;
  width: 90px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  display: block;
  text-align: center;
  color: #B4B4B4;
  border: solid 1px #B4B4B4;
  text-align: center;
  font-weight: bold;
  pointer-events: none;
  font-size: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn.active {
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .btn {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 1.25rem;
  }
}

.btn.next {
  padding-right: 10px;
}

.btn.next.active {
  pointer-events: all;
}

.btn.next::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  right: 21%;
  width: 0;
  height: 0;
  border-left: 8px solid #B4B4B4;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (min-width: 768px) {
  .btn.next::after {
    top: 30%;
  }
}

.btn.prev {
  padding-left: 15px;
}

.btn.prev.active {
  pointer-events: all;
}

.btn.prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 23%;
  width: 0;
  height: 0;
  border-right: 8px solid #B4B4B4;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (min-width: 768px) {
  .btn.prev::after {
    top: 30%;
  }
}

/*プロレスバー*/
.progress_inner {
  background: #eee;
  width: 100%;
  height: 76px;
}

@media screen and (min-width: 1000px) {
  .progress_inner {
    height: 110px;
  }
}

.progress_inner.is_fixed {
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.progress {
  position: relative;
  width: 95%;
  max-width: 900px;
  height: 20px;
  border-radius: 30px;
  background-color: #fff;
  margin: 0 auto 50px;
}

.progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 30px;
}

.progress_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .progress_text {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.progress_text span {
  color: #999;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .progress_text span {
    font-size: 1.25rem;
  }
}

.alert_box p{
    margin-bottom: 24px;
}
/*# sourceMappingURL=style.css.map */
.error {
    padding: 1em 0;
    color: red;
}
