.application-label {
  margin: 0;
  background: #f6fbf2;
  color: #43a705;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.application-label.caution {
	background: #fff0f0;
	color: #cc0000;
  }

.application-label .label-sub {
  color: #666;
  letter-spacing: 0;
  font-weight: 400;
}
.application-label .label-sub span, .application-label .label-sub a {
  color: #43a705;
}

@media print, (min-width: 599.02px) {
  .application-label {
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    padding: 9px 20px 11px;
    min-height: 40px;
    border-radius: 5px;
    margin-bottom: 6px;
  }
  .application-label .label-sub {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .application-label {
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    padding: 0.09rem 0.13rem 0.11rem;
    min-height: 0.4rem;
    border-radius: 0.05rem;
    margin: 0 -0.13rem 0.05rem;
  }
  .application-label .label-sub {
    display: block;
    margin-top: 0.06rem;
    font-size: 0.12rem;
    line-height: calc( 18 / 12 );
  }
}
.table-application table, .table-application tbody, .table-application tr, .table-application th, .table-application td, .content-table table, .content-table tbody, .content-table tr, .content-table th, .content-table td {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  border-color: inherit;
  vertical-align: inherit;
  text-align: left;
  font-weight: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}
.table-application tr, .content-table tr {
  display: -ms-flexbox;
  display: flex;
}
.table-application th, .table-application td, .content-table th, .content-table td {
  display: block;
}

.table-application th {
  color: #888;
}

.content-table th {
  color: #666;
  background: #fafafa;
  letter-spacing: 0.05em;
}

@media print, (min-width: 599.02px) {
  .table-application {
    margin-bottom: 20px;
  }
  .table-application tr {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .table-application th {
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    padding: 2px 20px;
  }
  .table-application td {
    -ms-flex: 1;
        flex: 1;
    font-size: 0.16rem;
    line-height: calc( 24 / 16 );
  }

  .content-table {
    margin-bottom: 20px;
  }
  .content-table tr {
    border-bottom: 1px solid #ddd;
  }
  .content-table tr:first-child {
    border-top: 1px solid #ddd;
  }
  .content-table th {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    padding: 15px 20px;
  }
  .content-table td {
    -ms-flex: 1;
        flex: 1;
    font-size: 0.16rem;
    line-height: calc( 24 / 16 );
    padding: 13px 30px;
  }
}
@media only screen and (max-width: 599px) {
  .table-application {
    margin-bottom: 0.21rem;
  }
  .table-application tr {
    padding: 0.12rem 0 0.1rem;
    border-bottom: 1px solid #ddd;
    min-height: 0.45rem;
  }
  .table-application th, .table-application td {
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
  }
  .table-application th {
    width: 0.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 0.02rem;
  }
  .table-application td {
    -ms-flex: 1;
        flex: 1;
    padding-right: 0.1rem;
  }

  .content-table {
    margin-bottom: 20px;
  }
  .content-table tr {
    border-bottom: 1px solid #ddd;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-table tr:first-child {
    border-top: 1px solid #ddd;
  }
  .content-table th, .content-table td {
    text-align: center;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    padding: 0.1rem;
    width: 100%;
  }
}
.button-pdf {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
}

@media print, (min-width: 599.02px) {
  .button-pdf {
    width: 400px;
    min-height: 40px;
    padding: 10px;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
  }
}
@media only screen and (max-width: 599px) {
  .button-pdf {
    width: 3.27rem;
    min-height: 0.4rem;
    padding: 0.1rem;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
  }
}
@media print, (min-width: 599.02px) {
  .form-participant, .form-method {
    padding: 10px 19px 0;
  }

  .form-method {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .form-group:not(:last-child) {
    margin-bottom: 14px;
  }
  .form-group .form-text {
    padding-left: 10px;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    letter-spacing: 0.05em;
  }
  .form-group .form-label {
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
  }
  .form-group .form-button {
    margin-left: 10px;
  }
  .form-group .form-button button {
    min-width: 102px;
    min-height: 40px;
    padding: 9px 10px 11px;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
  }
  .form-group .form-help {
    min-height: 22px;
    padding-left: 25px;
    margin-left: 10px;
    background: url(../../img/my/form/ico_help.svg) no-repeat left top 1px/20px;
  }

  .checkbox-item:not(:last-child), .radio-item:not(:last-child) {
    margin-right: 30px;
  }
  .checkbox-item .checkbox-field-text::before, .checkbox-item .checkbox-field-text::after, .checkbox-item .radio-field-text::before, .checkbox-item .radio-field-text::after, .radio-item .checkbox-field-text::before, .radio-item .checkbox-field-text::after, .radio-item .radio-field-text::before, .radio-item .radio-field-text::after {
    width: 20px;
    height: 20px;
    top: 1px;
  }

  .form-participant .form-label {
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 5px;
  }

  .form-method .form-label {
    width: 160px;
  }
}
@media only screen and (max-width: 599px) {
  .form-participant {
    padding-top: 0.05rem;
  }

  .form-method {
    margin-bottom: 0.2rem;
    padding: 0.1rem 0;
  }

  .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-group:not(:last-child) {
    margin-bottom: 0.12rem;
  }
  .form-group .form-text {
    width: 100%;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    color: #888;
    margin-top: 0.06rem;
  }
  .form-group .form-text_nowrap {
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    color: #888;
    margin-top: 0.06rem;
  }

  .form-group .is-select + .form-text {
    color: inherit;
  }
  .form-group .form-label {
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
  }

  .form-button {
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.1rem;
  }
  .form-button button {
    min-width: 1.02rem;
    min-height: 0.4rem;
    padding: 0.09rem 0.1rem 0.11rem;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
  }

  .checkbox-item .checkbox-field-text::before, .checkbox-item .checkbox-field-text::after, .checkbox-item .radio-field-text::before, .checkbox-item .radio-field-text::after, .radio-item .checkbox-field-text::before, .radio-item .checkbox-field-text::after, .radio-item .radio-field-text::before, .radio-item .radio-field-text::after {
    width: 0.2rem;
    height: 0.2rem;
    top: 1px;
  }

  .form-label {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0.06rem;
  }

  .form-checkbox .checkbox-item:not(:last-child), .form-checkbox .radio-item:not(:last-child), .form-radio .checkbox-item:not(:last-child), .form-radio .radio-item:not(:last-child) {
    margin-right: 0.3rem;
  }

  .form-help {
    min-height: 0.22rem;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    padding-left: 0.25rem;
    margin-left: 0.1rem;
    background: url(../../img/my/form/ico_help.svg) no-repeat left top 0.11rem/0.2rem;
  }
}
.content-checkbox, .content-radio {
  background: #fafafa;
  border-top: 1px solid #ddd;
}
.content-checkbox:last-child, .content-radio:last-child {
  border-bottom: 1px solid #ddd;
}
.content-checkbox .form-group, .content-radio .form-group {
  margin: 0;
}
.content-checkbox .form-group input:checked ~ .checkbox-field-text, .content-checkbox .form-group input:checked ~ .radio-field-text, .content-radio .form-group input:checked ~ .checkbox-field-text, .content-radio .form-group input:checked ~ .radio-field-text {
  font-weight: bold;
}

@media print, (min-width: 599.02px) {
  .content-row {
    padding: 14px 19px 0;
    margin-bottom: 7px;
  }

  .content-checkbox, .content-radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 13px 19px;
  }
}
@media only screen and (max-width: 599px) {
  .content-row {
    padding: 0.1rem 0 0;
  }
  .content-row:not(:last-child) {
    margin-bottom: 0.2rem;
  }

  .content-checkbox, .content-radio {
    padding: 0.12rem 0.2rem;
  }
  .content-checkbox .image-bank, .content-radio .image-bank {
    margin-left: 0.3rem;
    width: 1.9rem;
  }
  .content-checkbox .image-bank img, .content-radio .image-bank img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.content-label {
  color: #666;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.content-table {
  margin-bottom: 0;
}

@media print, (min-width: 599.02px) {
  .content-label {
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .content-label {
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    margin-bottom: 0.1rem;
  }
}
.content-agreement .content-text p {
  margin: 0;
}
.content-agreement .content-text-box {
  border: 1px solid #b3db9a;
  position: relative;
}
.content-agreement .content-text-box .mCSB_container {
  margin-right: 0;
}
.content-agreement .content-text-box .mCSB_1_scrollbar {
  position: absolute;
  top: 0;
}
.content-agreement .content-text-box p {
  margin: 0;
}
.content-agreement .form-checkbox {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.content-agreement .form-submit, .content-agreement .form-back {
  text-align: center;
}
.content-agreement .form-submit button, .content-agreement .form-back button {
  display: inline-block;
}
.content-agreement .form-back button {
  color: #666;
  background: #efefef;
}

@media print, (min-width: 599.02px) {
  .content-agreement {
    padding: 10px 19px 20px;
  }
  .content-agreement .content-text {
    font-size: 0.15rem;
    line-height: calc( 24 / 16 );
    margin-bottom: 10px;
  }
  .content-agreement .content-text-box {
    font-size: 0.14rem;
    line-height: calc( 24 / 15 );
    margin-bottom: 20px;
    border-radius: 5px;
    height: 148px;
    padding: 11px 0;
  }
  .content-agreement .content-text-box .mCustomScrollBox {
    padding: 0 15px;
  }
  .content-agreement .content-text-box .mCSB_1_scrollbar {
    right: 6px;
    margin: 0;
    width: 4px;
  }
  .content-agreement .content-text-box .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px !important;
  }
  .content-agreement .checkbox-item .checkbox-field-text {
    font-size: 0.16rem;
  }
  .content-agreement .checkbox-item .checkbox-field-text::before, .content-agreement .checkbox-item .checkbox-field-text::after {
    width: 20px;
    height: 20px;
    top: 1px;
  }
  .content-agreement .content-text-box {
    height: 150px;
  }
  .content-agreement .form-checkbox {
    margin-bottom: 20px;
  }
  .content-agreement .form-submit {
    margin-bottom: 40px;
  }
  .content-agreement .form-submit button {
    width: 300px;
    min-height: 50px;
    padding: 9px 10px 11px;
    font-size: 0.18rem;
    line-height: calc( 27 / 18 );
  }
  .content-agreement .form-back button {
    width: 200px;
    min-height: 40px;
    margin: 0 auto;
    padding: 10px;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
  }
}
@media only screen and (max-width: 599px) {
  .content-agreement {
    padding: 0.06rem 0 0.2rem;
  }
  .content-agreement .checkbox-item .checkbox-field-text::before, .content-agreement .checkbox-item .checkbox-field-text::after {
    width: 0.2rem;
    height: 0.2rem;
    top: 0;
  }
  .content-agreement .content-text {
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    margin-bottom: 0.13rem;
  }
  .content-agreement .content-text-box {
    font-size: 0.12rem;
    line-height: calc( 20 / 12 );
    border-radius: 0.05rem;
    margin-bottom: 0.16rem;
    height: 1.5rem;
    padding: 0.14rem 0;
  }
  .content-agreement .content-text-box .mCustomScrollBox {
    padding: 0 0.2rem;
  }
  .content-agreement .content-text-box .mCSB_scrollTools {
    width: 0.04rem !important;
  }
  .content-agreement .content-text-box .mCSB_1_scrollbar {
    right: 0.06rem;
    margin: 0;
    width: 0.04rem !important;
  }
  .content-agreement .content-text-box .mCSB_scrollTools .mCSB_dragger_bar {
    width: 0.04rem !important;
  }
  .content-agreement .content-text-box .mCSB_scrollTools .mCSB_draggerRail {
    width: 0.04rem !important;
  }
  .content-agreement .form-checkbox {
    margin-bottom: 0.22rem;
    display: -ms-flexbox;
    display: flex;
  }
  .content-agreement .form-submit {
    margin-bottom: 0.37rem;
  }
  .content-agreement .form-submit button {
    width: 3rem;
    min-height: 0.5rem;
    padding: 0.11rem 0.1rem 0.12rem;
    font-size: 0.18rem;
    line-height: calc( 27 / 18 );
    margin: 0 auto;
  }
  .content-agreement .form-back button {
    width: 2rem;
    min-height: 0.4rem;
    padding: 0.1rem;
    font-size: 0.14rem;
    line-height: calc( 20 / 14 );
    margin: 0 auto;
  }
}
@media print, (min-width: 599.02px) {
  .block-content:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .block-content:not(:last-child) {
    margin-bottom: 0.3rem;
  }
}

.mCSB_dragger_bar {
  background-color: #b3db9a !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}

.mCSB_1_scrollbar {
  background-color: #f6fbf2 !important;
}

@media only screen and (max-width: 599px) {
.form_bottom{display: flex;}
}

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