@charset "UTF-8";
.m0 {
  margin: 0; }

.mR10 {
  margin-right: 10px; }

.mR15 {
  margin-right: 15px; }

.mR20 {
  margin-right: 20px; }

.mR30 {
  margin-right: 30px; }

.mB5 {
  margin-bottom: 5px; }

.mB10 {
  margin-bottom: 10px; }

.mB20 {
  margin-bottom: 20px; }

.mB30 {
  margin-bottom: 30px; }

.mT10 {
  margin-top: 10px; }

.floatRight {
  float: right; }

.size24 {
  font-size: 24px; }

@media screen and (max-width: 600px) {
  .aform-content input.aform-field-option-text {
    margin-bottom: 5px;
    font-size: 14px;
    width: 97%; }
  .mB10sp {
    margin-bottom: 10px; }
  .text-area {
    font-size: 14px;
    width: 90%;
    height: auto;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 6px;
    margin: 0 auto 30px; }
  .text-area p {
    width: 100%;
    margin: 0; }
  .step-wrapper {
    margin: 0 auto 30px;
    width: 90%; }
  .step-area {
    margin: 0 auto; }
  .step-wrapper .step-area ul {
    display: block;
    overflow: hidden; }
  .step-wrapper .step-area ul li {
    float: left;
    height: 70px;
    width: 33.33%; }
  .step-wrapper .step-area ul li.step01 {
    background: url(../images/form/step-ar3.gif) #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul li.step02 {
    background: url(../images/form/step-ar3.gif) #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul li.step03 {
    background: #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul.step01-now li.step01 {
    background: url(../images/form/step-ar1.gif) #399f1a no-repeat right 0;
    color: #FFFFFF; }
  .step-wrapper .step-area ul.step02-now li.step01 {
    background: url(../images/form/step-ar2.gif) #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul.step02-now li.step02 {
    background: url(../images/form/step-ar1.gif) #399f1a no-repeat right 0;
    color: #FFFFFF; }
  .step-wrapper .step-area ul.step03-now li.step02 {
    background: url(../images/form/step-ar2.gif) #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul.step03-now li.step03 {
    background: #399f1a no-repeat right 0;
    color: #FFFFFF; }
  .step-wrapper .step-area ul li p {
    line-height: 22px;
    padding: 13px 10px 0 8px; }
  .step-wrapper .step-area ul li span.small {
    font-size: 12px;
    display: block; }
  .step-wrapper .step-area ul li span.txt {
    font-weight: bold;
    font-size: 14px;
    display: block; }
  .form-area table {
    width: 100%;
    max-width: 100%; }
  .form-area table th {
    text-align: left;
    padding: 15px;
    background: #f1f1f1;
    font-size: 16px; }
  .form-area table td {
    padding: 15px; }
  .form-control {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 12px;
    box-shadow: inset 1px 4px 7px -6px rgba(0, 0, 0, 0.5); }
  textarea.form-control {
    height: 150px;
    line-height: 1.4; }
  .formInImg span {
    display: block; }
  .formInImg span input {
    margin-left: 10px; }
  .formInTitle {
    width: 100%;
    border-top: 1px solid #f1f1f1;
    padding: 10px 0 0 10px;
    margin-bottom: 10px; }
  .red {
    color: #b31222; }
  .center {
    margin: 0 auto; }
  /*-------checkbox--------*/
  input[type="checkbox"] {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute; }
  label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    transition: all .2s; }
  label::before,
  label::after {
    position: absolute;
    content: '';
    transition: all .2s; }
  label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px; }
  label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5); }
  label:hover::before {
    background: #fff; }
  input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db; }
  input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1); }
  /*-------ラジオボタン--------*/
  input[type="radio"] {
    display: none; }
  label.radio {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer; }
  label.radio::before,
  label.radio::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    transition: all .2s; }
  label.radio::before {
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc; }
  label.radio:hover::before {
    background: #fff; }
  label.radio::after {
    opacity: 0;
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #3498db;
    -webkit-transform: scale(2);
    transform: scale(2); }
  input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db; }
  input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .hissu {
    font-size: 11px;
    color: #FFF;
    font-weight: normal;
    background: #b31222;
    padding: 1px 6px;
    margin-left: 10px; }
  .formInTxt {
    width: 100%;
    margin-bottom: 10px; }
  .w50 {
    width: 50%; }
  .w85 {
    width: 85%; }
  .calendar img {
    margin-left: 10px;
    padding-top: 10px; }
  .sentaku {
    line-height: 2; }
  .sentaku label {
    margin-right: 10px; }
  .fileBt {
    margin: 10px 0 20px; }
  input::-webkit-input-placeholder {
    font-size: 8px; }
  input:-moz-placeholder {
    font-size: 8px; }
  .thumb span {
    display: block; }
  .thumb img {
    width: 100%;
    margin-right: 15px;
    border: 1px solid #f1f1f1; }
  .disblock {
    display: block; } }

@media print, screen and (min-width: 601px) {
  .aform-content input.aform-field-option-text {
    margin-bottom: 5px;
    font-size: 14px;
    width: 95%; }
  .forSP {
    display: none; }
  .text-area {
    margin-bottom: 30px;
    font-size: 14px;
    width: 100%;
    height: auto;
    background: #f1f1f1;
    padding: 25px;
    border-radius: 6px; }
  .text-area p {
    margin-bottom: 0; }
  .step-wrapper {
    margin: 0 0 30px 0; }
  .step-area {
    margin: 0 auto; }
  .step-wrapper .step-area ul {
    display: block;
    overflow: hidden; }
  .step-wrapper .step-area ul li {
    float: left;
    height: 70px;
    width: 33.33%; }
  .step-wrapper .step-area ul li.step01 {
    background: url(../images/form/step-ar3.gif) #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul li.step02 {
    background: url(../images/form/step-ar3.gif) #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul li.step03 {
    background: #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul.step01-now li.step01 {
    background: url(../images/form/step-ar1.gif) #399f1a no-repeat right 0;
    color: #FFFFFF; }
  .step-wrapper .step-area ul.step02-now li.step01 {
    background: url(../images/form/step-ar2.gif) #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul.step02-now li.step02 {
    background: url(../images/form/step-ar1.gif) #399f1a no-repeat right 0;
    color: #FFFFFF; }
  .step-wrapper .step-area ul.step03-now li.step02 {
    background: url(../images/form/step-ar2.gif) #f1f1f1 no-repeat right 0; }
  .step-wrapper .step-area ul.step03-now li.step03 {
    background: #399f1a no-repeat right 0;
    color: #FFFFFF; }
  .step-wrapper .step-area ul li p {
    padding-left: 80px;
    line-height: 76px; }
  .step-wrapper .step-area ul li span.small {
    font-size: 14px;
    padding-top: 14px; }
  .step-wrapper .step-area ul li span.txt {
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px; }
  .form-area {
    margin-bottom: 30px; }
  .form-area table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    border-spacing: 0px;
    border-collapse: collapse; }
  .form-area table th {
    width: 20%;
    border: 1px solid #ddd;
    text-align: left;
    padding: 15px;
    background: #f9f9f9; }
  .form-area table td {
    width: 80%;
    border: 1px solid #ddd;
    padding: 15px; }
  .form-control {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 12px;
    box-shadow: inset 1px 4px 7px -6px rgba(0, 0, 0, 0.5); }
  .half {
    width: 50%; }
  .quarter {
    width: 25%; }
  textarea.form-control {
    height: 92px;
    line-height: 1.4; }
  .formInImg span {
    display: block; }
  .formInImg span input {
    margin-left: 10px; }
  .formInTitle {
    margin-top: 20px; }
  .formInButton {
    padding: 5px; }
  .red {
    color: #b31222; }
  .center {
    margin: 0 auto; }
  /*-------checkbox--------*/
  input[type="checkbox"] {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute; }
  label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    transition: all .2s; }
  label::before,
  label::after {
    position: absolute;
    content: '';
    transition: all .2s; }
  label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px; }
  label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5); }
  label:hover::before {
    background: #fff; }
  input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db; }
  input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1); }
  /*-------ラジオボタン--------*/
  input[type="radio"] {
    display: none; }
  label.radio {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer; }
  label.radio::before,
  label.radio::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    transition: all .2s; }
  label.radio::before {
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc; }
  label.radio:hover::before {
    background: #fff; }
  label.radio::after {
    opacity: 0;
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #3498db;
    -webkit-transform: scale(2);
    transform: scale(2); }
  input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db; }
  input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .hissu {
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    width: 36px;
    height: 22px;
    background: #b31222;
    padding: 1px 6px;
    float: right;
    line-height: 22px; }
  .formInTxt {
    margin-bottom: 10px; }
  .calendar img {
    margin-left: 10px;
    padding-top: 6px; }
  .thumb span {
    vertical-align: bottom; }
  .thumb img {
    width: 100px;
    margin-right: 15px;
    border: 1px solid #f1f1f1; } }

/* ----------------- jQuery UI Compatible --------------------- */
.form-area table.ui-datepicker-calendar th {
  width: auto;
  border: none;
  text-align: center;
  padding: 0;
  background: none; }

.form-area table.ui-datepicker-calendar td {
  width: auto;
  border: none;
  text-align: center;
  padding: 0; }

@media screen and (max-width: 600px) {
  .form-area table.ui-datepicker-calendar {
    display: table;
    table-layout: fixed; }
    .form-area table.ui-datepicker-calendar tbody, .form-area table.ui-datepicker-calendar thead {
      display: table-row-group; }
    .form-area table.ui-datepicker-calendar tr {
      display: table-row; }
    .form-area table.ui-datepicker-calendar th, .form-area table.ui-datepicker-calendar td {
      display: table-cell;
      width: auto;
      border: none;
      text-align: center;
      line-height: 1.5;
      font-size: .9em;
      text-align: center; }


.form-area .aform-content .submit {
  background-color: #fff;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#aform_btn_back{order: 2; margin-top: 15px}

#aform_btn_submit{order: 1}
}

.form-area .aform-content dt label {
  padding: 0; }
  .form-area .aform-content dt label:before {
    display: none; }

.form-area .aform-content dt .aform-label a[target$=blank] img[src$=gif] {
  display: none; }

.form-area .aform-content dd > label {
  padding: 0; }
  .form-area .aform-content dd > label:before {
    display: none; }

.form-area .aform-content .submit {
  background-color: #fff;
}


  .form-area .aform-content .submit input {
    background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 3px 0 #ccc;
    min-width: 125px;
	  width: auto;
    height: 40px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }

a[target$=blank]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url(../images/second/icon-blank.png);
  background-repeat: no-repeat;
  margin-left: 5px; }

.validation-advice label:before {
  display: none; }

textarea, input, submit, button {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }

@media screen and (max-width: 600px) {
  .form-area {
    width: 90%;
    margin: 0 auto; } }

/*# sourceMappingURL=map/form.css.map */
