@charset "UTF-8";

.radio input,
.check input {
  display: none;
}

.radio span,
.check span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 26px;
}

.radio span:after,
.check span:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border: 1px solid #152f40;
  content: "";
  background-color: #fff;
  z-index: 0;
}

.radio span {
  padding-left: 33px;
}

.radio span:after {
  border-radius: 100%;
  border: 2px solid #152f40;
  top: 11px;
  background: none;
}

.check span:after {
  width: 20px;
  height: 20px;
}

.radio span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 11px;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #152f40;
  content: "";
  opacity: 0;
  z-index: 1;
}

.syozai {
  background-color: #fff;
}

input[type="radio"]:checked + span:before {
  opacity: 1;
}

.check span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 9px;
  left: 3px;
  display: block;
  margin-top: -7px;
  width: 14px;
  height: 21px;
  border-right: 3px solid #429ab0;
  border-bottom: 3px solid #429ab0;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

input[type="checkbox"]:checked + span:before {
  opacity: 1;
}

.form .flow {
  color: #babab7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form .flow .block {
  background-color: #f5f5f0;
  border: 6px solid #f5f5f0;
  width: 220px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.form .flow .block.current {
  background-color: #74cff0;
  border-color: #74cff0;
  color: #000;
}

.form .flow .line {
  background: #c6c6c3 !important;
  width: 58px;
  height: 1px;
}

.submitWrap {
  margin-top: 60px;
}

.submitWrap .formsend {
  background-color: #00a3de;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.description {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.944;
  letter-spacing: 0.1em;
}

.thanksText01 {
  font-size: 16px;
  text-align: center;
}

.thanksLink01 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.thanksLink01 a {
  max-width: 210px;
}

/* contact
***************************************************************/

input,
textarea,
select {
  font-size: 16px !important;
  padding: 16px 10px !important;
}

input,
select {
  background-color: #fff69a;
}

textarea {
  height: 170px;
}

.hopecontact .flex02 {
  background-color: #fff69a;
  padding: 16px 10px;
}

.formWrap {
  background-color: #74cff0;
  margin-bottom: 40px;
}

.other {
  border: 0;
  height: 100px;
  margin-top: 20px;
}

.formTable {
  width: 100%;
}

.formTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 28px 0;
  width: 100%;
  border-bottom: 2px solid #fff;
}

.formTable tr.ff {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 42px 0;
}

.formTable tr.ff:last-child {
  padding-bottom: 20px;
}

.formTable tr:last-child {
  border-bottom: none;
}

.formTable th {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: bold;
  position: relative;
}

.formTable th.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formTable th p {
  font-weight: bold;
}

.formTable td {
  width: 550px;
  padding-left: 30px;
  font-weight: bold;
}

.formTable td p,
.formTable td span {
  font-weight: bold;
}

.formTable .h01 {
  font-size: 15px;
  margin-right: 10px;
}

.formTable .h02 {
  width: 100%;
  font-size: 15px;
  margin-right: 46px;
  text-align: right;
}

.formTable .c01 {
  font-size: 12px;
  font-weight: normal;
  background-color: #f8bd00;
  padding: 1px 6px;
}

.formTable .c02 {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #787878;
  padding: 1px 6px;
}

.formTable .flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formTable .i01 input {
  width: 254px;
  padding: 8px 10px;
  border: none;
  font-size: 13px;
}

.formTable .i02 input {
  width: 100%;
  padding: 8px 10px;
  border: none;
  font-size: 13px;
}

.formTable .i03 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.formTable .modelhouseData {
  background-color: #fff69a;
  padding: 15px 10px;
}

.formTable .modelhouseData #modelhouseCatchcopy,
.formTable .modelhouseData #modelhouseTitle,
.formTable .modelhouseData #modelhouseDate,
.formTable .modelhouseData #modelhouseLocation {
  display: block;
}

.formTable .contactform-date > div {
  font-weight: bold;
}

.formTable .contactform-date > div:not(:first-child) {
  margin-top: 10px;
}

.formTable .contactform-date .select-wrap {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.formTable .month,
.formTable .day,
.formTable .time {
  background-image: url(../img/common/ico_cursor.svg);
  background-size: 15px 15px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

textarea {
  overflow: auto;
}

.formTable .i05 textarea {
  width: 100%;
  min-height: 150px;
  padding: 8px 10px;
  border: none;
  font-size: 13px;
}

.formTable .selectIn {
  position: relative;
  width: 100px;
}

.formTable select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 10px;
  min-height: 32px;
  border: none;
  width: 100%;
  border-radius: 0;
  font-size: 13px;
  cursor: pointer;
}

.formTable select::-ms-expand {
  display: none;
}

.formTable .selectIn:before {
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  content: "";
  color: #505050;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #505050 transparent transparent transparent;
  pointer-events: none;
}

.formTable td.i06 {
  display: block;
}

.formTable .i06 .checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.formTable .i06 .checkList li {
  width: 50%;
  font-size: 14px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.formTable .i07 .checkList {
  margin-bottom: 10px;
}

.formTable .i07 .checkList.b {
  margin-bottom: 0;
}

.formTable .i07 .tit01 {
  font-size: 15px;
  margin-bottom: 8px;
}

.formTable .i07 .checkList li {
  font-size: 14px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.formTable .i07 .checkList li .small {
  font-size: 12px;
  width: 100%;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.formTable .threeCell th {
  padding-top: 10px;
}

.formTable .i08 input {
  width: calc(100% - 126px);
  padding: 8px 10px;
  border: none;
  font-size: 13px;
}

.formTable .i08 input[type="number"] {
  width: 35%;
}

.formTable .i08 .flex02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.formTable .i08 .flex02:last-child {
  margin-bottom: 0;
}

.formTable .i08 .tit01 {
  width: 110px;
  line-height: 1.5;
  margin-right: 10px;
}

.formTable .c02.b {
  margin-top: 20px;
  margin-left: 80%;
}

.formTable .i09 .selectIn {
  width: 70px;
}

.formTable .i09 .flex02 {
  margin-bottom: 11px;
}

.formTable .i09 .flex02:last-child {
  margin-bottom: 0;
}

.formTable .i09 .tit01 {
  font-size: 16px;
  margin-right: 10px;
}

.formTable .i09 .tit02 {
  font-size: 16px;
  margin: 0 10px;
}

.formTable .i10 .eventBox {
  border: 1px solid #6e7175;
  padding: 20px;
  font-size: 14px;
}

.formTable .i10 .eventBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.formTable .i10 .eventBox dl dt {
  margin-top: 20px;
  width: 20%;
}

.formTable .i10 .eventBox dl dd {
  margin-top: 20px;
  width: 80%;
}

.formWrap .error {
  font-size: 13px;
  font-weight: bold;
  color: #b70000;
  display: block;
  line-height: 1.2;
}

.formWrap .error:first-child {
  padding-top: 10px;
}

.formWrap .note {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 50px;
}

.formWrap .note a {
  border-bottom: 1px solid #56595c;
  display: inline-block;
}

.formWrap .submitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.submitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.submitWrap .btn_base {
  background-color: #00a3de;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submitWrap .btn_base:after {
  top: 0;
  bottom: 0;
  margin: auto;
}

.submitWrap .btn_base.return {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}

.submitWrap .btn_base.return:after {
  background-image: url(../img/common/arrow_r_w.svg);
  right: auto;
  left: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submitWrap .btn_base.return input[type="submit"] {
  color: #fff;
}

.submitWrap input[type="submit"] {
  width: 100%;
  background: none;
  font-weight: bold;
}

.privacyBox .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 45px;
}

.privacyBox .txt {
  font-size: 14px;
  margin-bottom: 30px;
}

.privacyBox .privacyArea {
  height: 353px;
  overflow-y: scroll;
  border: 1px solid #152f40;
  padding: 30px 40px;
  margin-bottom: 100px;
}

.privacyBox .privacyArea p {
  margin-top: 20px;
}

.privacyBox .privacyArea p:first-child {
  margin-top: 0;
}

.privacyBox .txt02 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}

/* confirm
***************************************************************/

/* thanks
***************************************************************/

.mw_wp_form_input .privacyBox {
  display: none;
}

.mw_wp_form_input .formTable td > div:first-child,
.mw_wp_form_input .formTable td > input:first-child {
  margin-bottom: 10px;
}

.mw_wp_form_confirm .hopecontact .flex02 {
  background: none;
  padding: 0;
}

.mw_wp_form_confirm .formTable .c01,
.mw_wp_form_confirm .formTable .c02 {
  visibility: hidden;
}

.mw_wp_form_confirm .formTable .threeCell th {
  padding-top: 0;
}

.mw_wp_form_confirm .formTable td {
  font-weight: bold;
}

.mw_wp_form_confirm .formTable td div {
  font-weight: bold;
}

.mw_wp_form_confirm .submitWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mw_wp_form_confirm .formTable #modelhouseData {
  background-color: none;
}

.mw_wp_form_confirm .formTable .select-wrap {
  width: auto;
}

.mw_wp_form .horizontal-item {
  display: block;
}

.mw_wp_form .horizontal-item:first-child {
  margin-top: -10px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-top: 10px;
  margin-left: 0 !important;
}

.privacyText .txt02 {
  font-size: 15px;
  font-weight: 700;
}

.privacyText .txt02 a {
  text-decoration: underline;
}

.privacyText .txt03 {
  margin-top: 10px;
}

@media print, screen and (min-width: 680px) {
  .w_title02 .txt02 {
    font-size: 32px;
  }

  .form .flow {
    width: 1000px;
    margin: 0 auto 40px;
  }

  .description {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .confirmText {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  footer {
    padding-top: 150px;
  }

  .submitWrap .formsend {
    width: 391px;
    height: 102px;
  }

  .formTable th.top {
    padding-top: 13px;
  }

  .formTable td p,
  .formTable td span {
    font-size: 16px;
  }

  .formTable .flex01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .formTable .contactform-date .select-wrap {
    width: 95px;
  }

  .formTable .two {
    top: 72px;
  }

  .formTable .three {
    top: 132px;
  }

  .formTable .two,
  .formTable .three {
    position: absolute;
  }

  .formTable .month,
  .formTable .day,
  .formTable .time {
    width: 95px;
    text-indent: 20px;
  }

  .submitWrap .btn_base input {
    height: 100%;
  }

  .submitWrap .btn_base {
    width: 391px;
    height: 102px;
  }

  .submitWrap .btn_base:hover {
    background-color: #94e3ff;
  }

  .submitWrap .btn_base.return {
    width: 280px;
    margin-right: 40px;
  }

  .submitWrap .btn_base.return:hover {
    background-color: #cbcbcb;
    opacity: 0.8s;
  }

  .submitWrap .btn_base.return:hover input[type="submit"] {
    color: #fff;
  }

  .submitWrap .btn_base.return:hover:after {
    left: 10px;
  }

  .submitWrap input[type="submit"] {
    font-size: 20px !important;
  }

  .privacyBox {
    width: 636px;
    margin: 0 auto;
  }

  .mw_wp_form_confirm .formTable tr {
    padding: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mw_wp_form_confirm .formTable th {
    position: relative;
  }

  .mw_wp_form_confirm .formTable th:before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .mw_wp_form_confirm .formTable td {
    position: relative;
    padding-left: 48px;
    font-size: 16px;
  }

  .cond .c01 {
    position: relative;
    top: -15px;
  }

  .privacyText {
    width: 724px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 0;
  }

  .radio span,
  .check span {
    padding-top: 3px;
  }

  .form .flow .block {
    border-width: 1px;
  }

  .form .flow .line {
    height: 1px;
  }

  .submitWrap {
    margin-top: 30px;
  }

  input,
  textarea,
  select {
    width: 100%;
  }

  .formWrap {
    margin-bottom: 15px;
  }

  .formTable .i01 input {
    width: 100%;
  }

  .formTable .i01 input:not(:first-child) {
    margin-top: 10px;
  }

  .formTable .contactform-date > div {
    font-size: 12px;
  }

  .formTable .contactform-date > div .date-label {
    display: block;
    margin-bottom: 10px;
  }

  .formTable .contactform-date > div .date-label .c01,
  .formTable .contactform-date > div .date-label .c02 {
    margin-left: 10px;
  }

  .formTable .contactform-date .select-wrap {
    width: 67px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .formTable .month,
  .formTable .day,
  .formTable .time {
    background-size: 10px 10px;
    text-indent: 11px;
  }

  .submitWrap .btn_base {
    width: 80%;
    padding-top: 0;
  }

  .submitWrap input[type="submit"] {
    font-size: 13px !important;
  }

  .privacyBox {
    width: 90%;
    margin: 0 auto;
  }

  .privacyBox .title {
    margin-bottom: 20px;
  }

  .privacyBox .txt {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .privacyBox .privacyArea {
    font-size: 12px;
    height: 150px;
    padding: 20px 20px 20px 10px;
    margin-bottom: 30px;
  }

  .privacyBox .txt02 {
    margin-bottom: 30px;
  }

  .mw_wp_form_confirm .submitWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mw_wp_form_confirm .submitWrap .return {
    height: 36px;
  }

  .mw_wp_form_confirm .submitWrap .btn_base:not(:first-child) {
    margin-top: 10px;
  }

  .mw_wp_form_complete .description {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .privacyText {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 679px) {
  .foot {
    padding-bottom: 0;
  }

  .form .flow {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 30px;
  }

  .form .flow .block {
    padding: 12px;
    width: 31%;
    font-size: 15px;
    height: 57px;
    text-align: center;
    line-height: 1.5;
  }

  .form .flow .line {
    width: 3.5%;
  }

  .description {
    padding: 0 5%;
    margin-bottom: 30px;
    font-size: 13px;
  }

  .thanksText01 {
    padding: 0 5%;
    margin-bottom: 30px;
    font-size: 13px;
    text-align: justify;
  }

  .thanksLink01 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .thanksLink01 a {
    max-width: 180px;
    height: 44px;
  }

  .formTable tr {
    display: block;
    width: auto;
    padding: 20px 5%;
  }

  .formTable tr.ff {
    padding: 20px 5%;
  }

  .formTable th {
    width: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .formTable td {
    width: auto;
    padding-left: 0;
    display: block;
  }

  .formTable .h01 {
    font-size: 14px;
    margin-right: 10px;
  }

  .formTable .h02 {
    font-size: 13px;
    margin-right: 0;
    text-align: justify;
  }

  .formTable .c01,
  .formTable .c02 {
    font-size: 11px;
    padding: 3px 8px;
  }

  .formTable .selectIn {
    width: 100%;
  }

  .formTable .i06 .checkList {
    display: block;
  }

  .formTable .i06 .checkList li {
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .formTable .i07 .tit01 {
    font-size: 17px;
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }

  .formTable .i07 .checkList {
    margin-bottom: 20px;
  }

  .formTable .i07 .checkList li {
    font-size: 15px;
    line-height: 1.6;
  }

  .formTable .i07 .checkList li:not(:first-child) {
    margin-top: 20px;
  }

  .formTable .i07 .checkList li .small {
    font-size: 10px;
  }

  .formTable .i08 .flex02 {
    display: block;
  }

  .formTable .i08 input {
    width: 100%;
  }

  .formTable .i08 input[type="number"] {
    width: 100%;
  }

  .formTable .i08 .tit01 {
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }

  .formTable .c02.b {
    margin-top: 20px;
    margin-left: 80%;
  }

  .formTable .i09 .selectIn {
    width: 50px;
  }

  .formTable .i09 .flex02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .formTable .i09 .flex02:last-child {
    margin-bottom: 0;
  }

  .formTable .i09 .tit01 {
    margin-right: 0;
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }

  .formTable .i09 .tit02 {
    font-size: 13px;
    margin: 0 10px;
  }

  .formTable .i09 .c01,
  .formTable .i09 .c02 {
    margin-left: 10px;
  }

  .formTable .i10 .eventBox {
    padding: 16px;
    font-size: 13px;
  }

  .formTable .i10 .eventBox dl dt {
    margin-top: 16px;
    width: 30%;
  }

  .formTable .i10 .eventBox dl dd {
    margin-top: 16px;
    width: 70%;
  }

  .formWrap .note {
    padding: 10px 5% 50px;
  }

  .formWrap input[type="submit"] {
    padding: 10px 16px;
    font-size: 14px;
  }

  .formWrap input[type="submit"].back {
    margin-right: 20px;
  }

  .confirmText {
    font-size: 13px;
  }
}

@media screen and (max-width: 370px) {
  .form .flow .block {
    font-size: 12px;
  }
}