<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-------------------------------------------------------------* 
 * タグ
 --------------------------------------------------------------*/
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px !important;
  font-weight: 400;
  font-family: Poppins, Helvetica, "sans-serif";
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: linear-gradient(to right, #beff97, #01b2de);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #3f4254;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1d5cff !important;
}

a:hover {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}

a:hover {
  color: #1d5cff;
  text-decoration: underline;
}

.text-primary {
  color: #6993ff !important;
}

a,
button {
  outline: 0 !important;
}

a {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}

html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}

.main_p {
  font-size: 15px;
  text-align: center;
}

/*-------------------------------------------------------------* 
 * エリア
 --------------------------------------------------------------*/
.l-wrapper {
  margin-top: 140px;
}

main {
  width: 100%;
  background: #fff;
}

.l-main-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 5px;
}

.l-container-xsm,
.l-container-sm,
.l-container,
.l-container-lg {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .l-container-xsm,
  .l-container-sm,
  .l-container,
  .l-container-lg {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .l-container-sm,
  .l-container,
  .l-container-lg {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .l-container,
  .l-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .l-container-lg {
    max-width: 1140px;
  }
}



/** 
 * 共通ヘッダー
 */
.header-parts {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header-parts .header {
  left: 0;
  top: 0;
  background: #fff;
  height: 70px;
}

.header-parts .container {
  width: 1140px;
}

.header-parts .header_inner {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-parts .block_logo {
  height: 50px;
  display: flex;
  align-items: center;
}

.header-parts .image_logo {
  width: 87px;
  height: 47px;
  margin-right: 12px;
  object-fit: contain;
}

.header-parts .heading_catch {
  width: 170px;
  height: 70px;
  margin: 0;
  display: flex;
  align-items: center;
}

.header-parts .heading_catch img {
  object-fit: contain;
}

.header-parts nav .container,
nav .row,
nav .col-12,
nav ul,
nav li,
nav a {
  height: 70px;
}

.header-parts nav {
  left: 0;
  top: 70px;
  background-color: #333;
}

.header-parts nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  border-left: 1px solid #939393;
}

.header-parts nav ul li {
  width: 25%;
  border-right: 1px solid #939393;
}

.header-parts nav ul li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .header-parts nav ul li a {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 992px) {
  .header-parts .image_logo {
    width: 61px;
    height: 33px;
  }
}

@media only screen and (max-width: 768px) {
  .header-parts .image_logo {
    width: 47px;
    height: 25px;
  }

  .header-parts nav ul li {
    width: 50%;
  }
}

/** 
 * 共通フッター
 */
.footer-parts {
  background: #fff;
  width: 100%;
  text-align: center;
  position: relative;
}

.footer-parts .area_top {
  position: relative;
  background-color: #333;
  padding: 50px 0;
}

.area_top:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #beff97, #01b2de);
}

.footer-parts .area_bottom {
  background-color: #333;
}

.footer-parts .list_footer {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  list-style: none;
  justify-content: center !important;
}

.footer-parts .list_footer .list_item {
  width: calc(100% / 6);
  margin: 0 10px;
}

.footer-parts .list_footer .list_item a {
  color: #fff;
  text-decoration: none;
}

.footer-parts .list_footer .list_item a span {
  display: inline-block;
}

.area_copyright {
  height: 70px;
  background: linear-gradient(to right, #beff97, #01b2de);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer-parts .area_top {
    padding: 30px 0;
  }

  .footer-parts .area_top img {
    width: 207px;
  }

  .footer-parts .list_footer .list_item {
    width: 150px;
    margin: 0 20px;
  }

  .area_copyright {
    height: 60px;
  }
}

@media only screen and (max-width: 400px) {
  .footer-parts .list_footer&gt;.list_item {
    margin: 15px 0;
  }

  .footer-parts .list_footer {
    margin: 15px 0;
  }
}

/** 
 * マイページ内
 */

.mypage-main {
  display: flex;
  justify-content: center;
  gap: 40px;
}


/* サイドバー */
.mypage-sidebar-wrap {
  width: 300px;
}

.mypage-sidebar-wrap ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mypage-sidebar-wrap ul li {}

.mypage-sidebar-wrap ul li .mypage_sidebar_button {
  font-size: 14px;
  margin: 0;
  width: 100%;
  background-color: #e2007e;
  color: #fff;
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
}

.mypage-sidebar-wrap ul li .mypage_sidebar_button[href=""] {
  background-color: #999;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 992px) {
  .mypage-main {
    flex-wrap: wrap-reverse;
  }

  .mypage-sidebar-wrap {
    width: 100%;
  }

  .mypage-main .main_button {
    font-size: 14px;
    width: 42%;
    padding: 10px 5px !important;
  }
}



/* コンテナ */
.mypage-container {
  width: 100%;
}

.mypage-container-inner-wrap {
  margin: 40px 0;
}

.mypage-container-full-img {
  width: 100%;
}

.mypage-container-description {
  font-size: 16px;
}

.mypage-container-description span.big{
  font-size: 20px;
}

.mypage-container-description span.bold{
  font-weight: bold;
}

.mypage-container-description span.red{
  color: #F86867;
}

.mypage-container-description.red {
  color: #F86867;
}

.mypage-container-description.bold {
  font-weight: bold;
}

.mypage-information-panel {}

.mypage-information-panel-title {
  background: linear-gradient(to right, #269c78, #b3de2f);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
}

.mypage-information-panel-container-main {
  width: 100%;
}

.mypage-information-panel-container-main ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.mypage-information-panel-container-date {
  width: 100px;
  font-size: 14px;
}

.mypage-information-panel-container {
  padding: 15px 30px;
  background-color: #f2f2f2;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-top: none;
  display: flex;
  font-size: 18px;
  flex-direction: row-reverse;
}


@media only screen and (max-width: 768px) {
  .mypage-information-panel-container {
    flex-wrap: wrap-reverse;
    font-size: 12px;
    flex-direction: row;
  }

  .mypage-information-panel-container-date {
    font-size: 12px;
    margin-bottom: 10px;
  }
}


.mypage-form-list-wrap {
  padding: 40px 0;
}

.mypage-form-list-title {
  font-size: 24px;
  font-weight: bold;
}

.mypage-form-list-table-wrap {}

.mypage-form-list-table-wrap table {
  table-layout: fixed;
  width: 100%;
}

.mypage-form-list-table-wrap table tr {}

.mypage-form-list-table-wrap table tr th {
  background: #f2f2f2;
  padding: 5px;
}

.mypage-form-list-table-wrap table tr td {
  padding: 5px;
  border-bottom: solid 1px #f2f2f2;
}

.mypage-download-link-wrap {
  display: inline-flex;
  flex-direction: column;
  margin-top: 20px;
}

.mypage-download-link-wrap a {
  font-size: 16px;
  margin-top: 10px;
}

.mypage-form-list-table-form-id {
  width :50px;
  text-align: center;
}
.mypage-form-list-table-form-nm {}

.mypage-form-list-table-form-status {
  width: 100px;
  text-align: center;
}
.mypage-form-list-table-form-target {
  width: 100px;
  text-align: center;
}

.mypage-form-list-table-form-deadline {
  width: 135px;
  text-align: center;
}

.mypage-form-list-table-form-button {
  width: 85px;
}

.mypage-form-list-table-form-button a {
  font-size: 14px;
  margin: 0;
  width: 100%;
  background-color: #e2007e;
  color: #fff;
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 5px;
}

.mypage-form-list-tr-overtime{
  background: #e9ecef;
}

.form-d-table-wrap {
  table {
    table-layout: fixed;
    width: 100%;

    thead {
      th {
        background: #f2f2f2;
        padding: 5px;
        font-weight: normal;
      }
    }

    tbody {
      td {
        padding: 5px;
        border-bottom: solid 1px #f2f2f2;
      }
    }

    tfoot {
      td {
        padding: 5px;
      }
    }

    .form-d-table-form-price,
    .form-d-table-form-total,
    .form-d-table-form-total-all {
      text-align: right;

    }

    .form-d-table-form-quantity input {
      text-align: right;
    }
  }
}



.form-l-table-wrap {
  table {
    table-layout: fixed;
    width: 100%;

    thead {
      th {
        background: #f2f2f2;
        padding: 5px;
        font-weight: normal;
        text-align: center !important;
      }
    }

    tbody {
      td {
        padding: 5px;
        border-bottom: solid 1px #f2f2f2;
      }
    }

    tfoot {
      td {
        padding: 5px;
      }
    }

    .form-l-table-form-price,
    .form-l-table-form-total,
    .form-l-table-form-total-all {
      text-align: right;

    }

    .form-l-table-form-quantity input {
      text-align: right;
    }
  }
}



.form-g-table-wrap {
  table {
    table-layout: fixed;
    width: 100%;

    thead {
      th {
        background: #f2f2f2;
        padding: 5px;
        font-weight: normal;
      }
    }

    tbody {
      td {
        padding: 5px;
        border-bottom: solid 1px #f2f2f2;
      }
    }

    tfoot {
      td {
        padding: 5px;
      }
    }

    .form-g-table-form-price,
    .form-g-table-form-total,
    .form-g-table-form-total-all {
      text-align: right;

    }

    .form-g-table-form-quantity input {
      text-align: right;
    }
  }
}


.form-b-table-wrap {
  padding: 20px 0;

  table {
    table-layout: fixed;
    width: 100%;

    thead {
      th {
        background: #f2f2f2;
        padding: 5px;
        font-weight: normal;
        text-align: center !important;
        border: 1px solid #999;
      }
    }

    tbody {
      td {
        padding: 5px;
        border-bottom: solid 1px #f2f2f2;
      }
    }

    tfoot {
      td {
        padding: 5px;
      }
    }

  }
}




.form-j-table-wrap {
  table {
    table-layout: fixed;
    width: 100%;

    thead {
      th {
        background: #f2f2f2;
        padding: 5px;
        font-weight: normal;
        text-align: center !important;
      }
    }

    tbody {
      td {
        padding: 5px;
        border-bottom: solid 1px #f2f2f2;
      }
    }

    tfoot {
      td {
        padding: 5px;
        text-align: right;
      }
    }

    .form-j-table-form-price,
    .form-j-table-form-total,
    .form-j-table-form-total-all {
      text-align: right;

    }

    .form-j-table-form-quantity input {
      text-align: right;
    }
  }
}

.form-j-equipment-price-booth-info-type-wrap {
  display: flex;
  align-items: center;
  gap: 5px;

  .form-j-equipment-price-booth-info-type-text {
    display: flex;
    flex-direction: column;
  }
}

.form-j-equipment-parapet-type-wrap {
  display: flex;
  align-items: center;
  gap: 5px;

  .form-j-equipment-parapet-type-text {
    display: flex;
    flex-direction: column;

    div {
      border: solid 1px;
      height: 40px;
      width: 100px;
      display: flex;
      align-items: center;
      justify-content: center;

      hr {
        transform: rotate(160deg);
        width: 100%;
        border: 0;
        border-top: 1px solid #3f4254;
        opacity: 1;
        margin: 0;
        padding: 0;
      }
    }
  }
}


.form-j-unnecessary-parts-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  .form-j-unnecessary-parts-item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;

    .form-j-unnecessary-parts-item-name {
      display: flex;
      align-items: center;
      gap: 5px;
      white-space: nowrap;

    }

    .form-j-unnecessary-parts-item-quantity {
      display: flex;
      align-items: center;
      gap: 5px;
      white-space: nowrap;

      .form-group_contents_inner {
        display: flex;
        align-items: center;
        gap: 5px;

        input {
          width: 130px;
          text-align: right;
        }
      }
    }
  }
}

.form-l-table-wrap {
  table {
    table-layout: fixed;
    width: 100%;

    thead {
      th {
        background: #f2f2f2;
        padding: 5px;
        font-weight: normal;
      }
    }

    tbody {
      td {
        padding: 5px;
        border-bottom: solid 1px #f2f2f2;
      }
    }

    tfoot {
      td {
        padding: 5px;
      }
    }

    .form-l-table-form-price,
    .form-l-table-form-total,
    .form-l-table-form-total-all {
      text-align: right;

    }

    .form-l-table-form-quantity input {
      text-align: right;
    }
  }
}


/*-------------------------------------------------------------* 
  * パーツ
  --------------------------------------------------------------*/
.btn {
  display: inline-block;
  font-weight: normal;
  color: #3f4254;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.42rem;
  border-top-left-radius: 0.42rem;
  border-top-right-radius: 0.42rem;
  border-bottom-right-radius: 0.42rem;
  border-bottom-left-radius: 0.42rem;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}

.jgf_input {
  /* border: 1px solid black !important;
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #3f4254;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease; */
}

.jgf_btn {
  border: 1px solid black !important;
  background: unset !important;
  color: black !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

/* ログイン */

.heading_section_title {
  color: #333;
  margin-top: 30px;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}

.error_tip {
  height: 30px;
  background-color: #fff;
  padding: 2px 10px;
  margin: 3px 10px;
  display: none;
}

.error_tip_inner {
  position: relative;
  color: #e2007e;
  padding-left: 25px;
  padding-top: 2px;
  font-size: 14px;
  width: 100%;
}

.error_tip_inner p:before {
  content: "!";
  width: 18px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #e2007e;
  border-radius: 50%;
  margin-right: 5px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 0;
}





.form-group {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 0;
}

.form-group_label {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 18px;
}

.badge_any {
  background-color: #46BA6E;
  color: #fff;
  margin-left: 15px;
  height: 18px;
  padding: 0 6px;
  min-width: 35px;
}

.badge_required {
  background-color: #F86867;
  color: #fff;
  margin-left: 15px;
  height: 18px;
  padding: 0 6px;
  min-width: 35px;
}

.badge {
  font-size: 1.1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-group_contents_inner input,
.form-group_contents_inner select {
  /* background-color: #fff; */
  display: block;
  font-size: 17px;
  padding: 10px 20px !important;
  height: 40px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 4px;
}

select.electricity_supply_select {
  margin-right: 5px;
}

.form-group_contents_inner textarea {
  display: block;
  font-size: 17px;
  padding: 10px 20px !important;
  width: 100%;
  height: 100%;
  min-height: 115px;
  border: 1px solid #999;
  border-radius: 4px;
}

.form-group_pre_description_contents {
  background: #f2f2f2;
  padding: 10px;
  margin: 10px 0;
}

.main_button {
  width: 300px;
  margin-right: 10px;
  font-size: 20px;
  background-color: #e2007e !important;
  color: white !important;
  border: none !important;
}



.heading_section {
  padding: 10px;
}

.second_input {
  font-size: 32px;
}

.mypage_outgoing_date {
  font-size: 25px;
  color: #e2007e;
}

.mypage_outgoing_list {
  list-style: none;
  margin: 0;
  padding: 0 32px;
}

.mypage_outgoing_list li {
  font-size: 22px;
  padding-left: 1em;
  text-indent: -0.7em;
  color: #e2007e;
}

.mypage_outgoing_list li::before {
  content: "• ";
  color: #e2007e;
}

.mypage_outgoing_list li p {
  color: green;
  margin-left: 30px;
  font-size: 20px;
}

.mypage_first_btn {
  width: 500px;
}

.mypage_btn_div {
  border: none;
}


@media only screen and (max-width: 992px) {
  .heading_section_title {
    font-size: 30px;
  }

}

@media only screen and (max-width: 767px) {


  .mypage_first_btn {
    width: 350px;
  }
}

@media only screen and (max-width: 575px) {

  .mypage_first_btn {
    width: 330px;
  }
}

@media only screen and (max-width: 400px) {
  .heading_section_title {
    font-size: 25px;
    margin-bottom: 40px !important;
  }

  .mypage_first_btn {
    width: 300px;
  }
}

/** 
 * テキスト反映
 */

.form-description {
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
  margin-left: 1.5em;
  padding-left: 1.5em;
  font-size: 14px;
}

.form_group_contents {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
  padding: 15px 20px;
}

.form-group_contents_inner {
  display: flex;
  padding: 0;
  width: 100%;
  align-items: center;
}

.form-group_contents_inner.textarea {
  height: 100%;
}

.form-group_contents_inner.column {
  flex-direction: column;
  gap: 10px;
}

.form-description:before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .form_group_contents {
    padding: 5px 5px 15px 5px;
  }

  form .container {
    width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  form .container {
    width: 100%;
  }
}

/* radio button group responsible */

.form_group_radio_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}


.radio_labelForm {
  width: 47%;
  border: #999 solid 1px;
  border-radius: 0.25rem;
  padding: 10px 10px;
  font-size: 17px;
}

.radio_labelForm .form-check-input:checked {
  background-color: #F86867;
  border-color: #F86867;
}

/* checkbox group responsible */

.form_group_checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}


.checkbox_labelForm {
  width: 47%;
  border: #999 solid 1px;
  border-radius: 0.25rem;
  padding: 10px 10px;
  font-size: 17px;
}

.checkbox_labelForm.approval {
  width: 100%;
}

.checkbox_labelForm .form-check-input:checked {
  background-color: #F86867;
  border-color: #F86867;
}


/* booth_info responsible */



.radio-group .form_group_contents {
  align-items: baseline !important;
}

.radio_labelForm.disabled {
  background-color: #e9ecef;
}

.checkbox-group .form_group_contents {
  align-items: baseline !important;
}

.checkbox_labelForm.disabled {
  background-color: #e9ecef;
}

select {
  appearance: auto !important;
}

@media only screen and (max-width: 1025px) {}

@media only screen and (max-width: 620px) {

  .main_button {
    width: 200px;
  }
}


/*-------------------------------------------------------------* 
 * 環境
 --------------------------------------------------------------*/
.environment-bar {}

.environment-bar-local {
  background: #00994F;
  color: #fff;
}

.environment-bar-stg {
  background: #DE1830;
  color: #fff;
}

.completed-text {
  font-size: 18px;
  min-height: 27px;
}

.thumbnails {
  margin: 8px 0 0 0;
}

.message-success {
  font-size: large;
  font-weight: bold;
  color: #f86867;
}

.title-sub {
  font-weight: bold;
}

.button-delete-lecturer {
  margin-right: 20px;
  text-align: right;
}

.booth-seminar-list {
  border: solid 1px;

  th {
    padding: 4px 8px;
    background-color: #f2f2f2;
    text-align: center;
    font-weight: normal;
    border: solid 1px;
  }

  td {
    padding: 4px 8px;
    border: solid 1px;
  }
}


.checkbox_input_labelForm {
  font-size: 16px;
  padding: 10px 0;

  input[type="text"],
  input[type="number"] {
    margin: 0 5px;
  }
}

.booth-price-wrap {
  text-align: right;
  width: 100%;
  font-size: 16px;
}

.booth-option-subtext {
  font-size: 90%;
  margin-left: 20px;
}

.booth-price-table {
  width: 100%;

  tbody {
    tr {
      border-top: solid 1px #f2f2f2;

      &amp;:last-child {
        border-color: #333;
      }
    }
  }

  th {
    padding: 5px 10px;
    font-weight: normal;
  }

  td {
    padding: 5px 10px;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
  }
}




[data-jgf-form-type="ref"] [data-jgf-form-input],
[data-jgf-form-type="ref"] .radio_labelForm {
  background-color: #e9ecef;
}

[data-jgf-form-type="ref"] .checkbox_labelForm {
  background-color: #e9ecef;
}

.form-completed-text {
  padding: 40px 0;
  font-size: 20px;
  font-weight: bold;
}







.form-e-table-wrap {
  .form-e-table {
    width: 100%;
    table-layout: fixed;

    .form-e-col-price,
    .form-e-col-quantity,
    .form-e-col-total {
      width: 150px;
    }

    .form-e-col-price,
    .form-e-col-total,
    .form-e-col-total-all {
      text-align: right;
    }

    .form-e-col-product-type-name,
    .form-e-col-product-price,
    .form-e-col-product-description {
      width: 150px;

      textarea {
        min-height: 47px;
        height: 47px;
        max-width: 145px;
      }
    }

    .form-e-col-product-price {
      white-space: nowrap;
    }

    th,
    td {
      padding: 5px;
    }

    thead {
      th {
        background: #f2f2f2;
        text-align: center !important;
      }
    }

    tbody {
      td {
        border-bottom: solid 1px #f2f2f2;

        select,
        input {
          width: 100%;
        }
      }

      .form-e-col-product-price {
        input {
          text-align: right;
          width: 85%;
        }
      }
    }

    tfoot {}
  }
}



.form-k-table-wrap {
  .form-k-table {
    width: 100%;
    table-layout: fixed;

    .form-k-col-price,
    .form-k-col-quantity,
    .form-k-col-total {
      width: 150px;
    }

    .form-k-col-price,
    .form-k-col-total,
    .form-k-col-total-all {
      text-align: right;
    }

    .form-k-col-product-type-name,
    .form-k-col-product-price,
    .form-k-col-product-description {
      width: 150px;

      textarea {
        min-height: 47px;
        height: 47px;
        max-width: 145px;
      }
    }

    .form-k-col-product-price {
      white-space: nowrap;
    }

    th,
    td {
      padding: 5px;
    }

    thead {
      th {
        background: #f2f2f2;
        text-align: center !important;
      }
    }

    tbody {
      td {
        border-bottom: solid 1px #f2f2f2;

        select,
        input {
          width: 100%;
        }
      }

      .form-k-col-product-price {
        input {
          text-align: right;
          width: 85%;
        }
      }
    }

    tfoot {}
  }
}



.form-description-table-wrap {
  padding: 5px 0;
  width: 100%;
  table {
    width: 100%;
    thead {
      th {
        background: #f2f2f2;
        text-align: center !important;
        span{
          font-size: 10px;
        }
      }
    }

    tbody {
      td {
        border-bottom: solid 1px #f2f2f2;
      }

    }

  }
}</pre></body></html>