img[data-v-4c0b0529] {
  display: block;
  text-align: center;
  margin: 0 auto;
}
span[data-v-4c0b0529] {
  display: block;
  margin-top: 8px;
  text-align: center;
}
.loading[data-v-4c0b0529] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}.modal-content[data-v-9dc3a24b] {
  background-color: white;
  width: 780px;
  height: 328px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 48px 64px;
}
.modal-header[data-v-9dc3a24b] {
  margin-bottom: 48px;
}
.modal-header h2[data-v-9dc3a24b] {
  margin: 0 0 16px;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-weight: 600;
}
.modal-footer[data-v-9dc3a24b] {
  position: absolute;
  right: 80px;
  height: 88px;
  bottom: 0;
}
.modal-footer button[data-v-9dc3a24b] {
  width: 164px;
  height: 40px;
}
.base-modal[data-v-9dc3a24b] {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
#base-modal-overlay[data-v-9dc3a24b] {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 748px) {
.modal-content[data-v-9dc3a24b] {
    width: 90vw;
    padding: 24px 16px;
}
.modal-footer[data-v-9dc3a24b] {
    right: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
}#app {
  width: 100vw;
  min-height: 100vh;
  font-family: "Gibson", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #f2f2f2;
}
input[type=text], table, tr, th, td, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
h1 {
  font-size: 32px;
  margin: 64px 0 48px;
}
h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 48px 0 24px;
}
h3 {
  font-size: 18px;
  margin-bottom: 24px;
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-title {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 64px 0 48px;
}
.page-title h1 {
  margin: 0;
  display: table-cell;
}
.page-title .link {
  display: table-cell;
  font-size: 16px;
  color: #006400;
  vertical-align: top;
  font-weight: 600;
  text-align: right;
}
.page-title .link span {
  cursor: pointer;
}
.v--modal-overlay div.v--modal-box {
  overflow-y: auto;
}
.mb-32 {
  margin-bottom: 32px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-16 {
  margin-right: 16px;
}
.pr-14 {
  padding-right: 14px;
}
.button {
  font-weight: bold;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gray-button, button:disabled {
  font-weight: bold;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #FFFFFF;
  background-color: #acacac;
  border: 1px solid #acacac;
  height: 40px;
  width: 240px;
}
.green-button {
  font-weight: bold;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #FFFFFF;
  background-color: #006400;
  border: 1px solid #006400;
  height: 40px;
  width: 240px;
}
.border-green-button {
  font-weight: bold;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #006400;
  background-color: transparent;
  border: 3px solid #006400;
  height: 40px;
  width: 240px;
}
.label {
  font-weight: bold;
  color: #006400;
}
.content {
  margin: 0 auto;
  padding-bottom: 128px;
  width: 940px;
}
.content .button-area {
  margin: 64px 0;
  text-align: center;
  display: table;
  width: 100%;
}
.content .button-area .button {
  display: table-cell;
  width: 50%;
  padding-right: 16px;
}
.content .button-area .green-button, .content .button-area .gray-button, .content .button-area button:disabled, .content .button-area .border-green-button {
  padding: 20px;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
}
.section-box {
  background-color: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 32px 64px;
}
.section-box .value {
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
}
.section-box table {
  table-layout: fixed;
  width: 100%;
}
.section-box table tr td {
  padding-bottom: 36px;
  vertical-align: top;
}
.section-box table tr label {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 16px;
  color: #006400;
  display: block;
}
.section-box table tr p {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
}
.section-box table tr:last-child td {
  padding-bottom: 0;
}
.section-box table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.section-box table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.section-box table tbody tr:nth-child(odd) {
  background-color: #006400;
}
.section-box .item, .modal-body .item {
  margin-bottom: 32px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section-box .item div, .modal-body .item div {
  display: table-cell;
}
.section-box li.item:last-child, .modal-body li.item:last-child {
  margin-bottom: 0;
}
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 124px;
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  color: #000000;
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
  resize: none;
  line-height: 1.71;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}
table thead {
  background-color: #006400;
}
table th {
  background-color: #006400;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}
table tr:nth-child(odd) {
  background-color: #ffffff;
}
table tr:nth-child(even) {
  background-color: #e6e6e6;
}
table tbody tr {
  cursor: pointer;
}
.short-select-form {
  width: 224px;
}
input[type=text], input[type=password], select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px;
  line-height: 1.69;
}
.select-form, .short-select-form {
  position: relative;
}
.select-form::before, .short-select-form::before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border: 4px solid;
  background-color: transparent;
  border-color: transparent transparent #405669 #405669;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
}
select:disabled, input:disabled {
  background-color: #d0d0d0;
}
select {
  display: block;
  outline: 1px solid #d1d1d1;
  border: 0;
  outline-offset: -1px;
}
select option {
  font-weight: normal;
}
select::-ms-expand {
  display: none;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  margin-left: 24px;
}
input[type=checkbox]:checked + label::before {
  background-color: #006400;
}
input[type=checkbox] + label::before {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid #006400;
  border-radius: 2px;
}
input[type=checkbox]:checked + label::after {
  width: 12px;
  height: 8px;
  margin-top: -6px;
  top: 50%;
  left: 4px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
input[type=checkbox] + label::before, input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.right {
  text-align: right;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:visited, a:hover {
  color: inherit;
}
#page-title-section {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
}
#page-title-section a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-weight: 600;
  color: #006400;
}