/* line 6, sass/partial/_form.scss */
.fc-red {
  color: #FF0000;
}

/* line 10, sass/partial/_form.scss */
.privacy {
  text-align: center;
  margin: 2em 0 1em;
}

/* line 14, sass/partial/_form.scss */
.privacy a {
  text-decoration: underline;
}

/* line 20, sass/partial/_form.scss */
table.basic-table {
  width: 100%;
  margin-bottom: 0;
}

/* line 23, sass/partial/_form.scss */
table.basic-table th {
  width: 25%;
  border: 1px solid #bfbfbf;
  text-align: left;
  padding: 10px;
  background: #f2f2f2;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  color: #000000;
}

/* line 37, sass/partial/_form.scss */
table.basic-table td {
  width: 75%;
  border: 1px solid #bfbfbf;
  padding: 10px;
  line-height: 18px;
  color: #000000;
  vertical-align: middle;
}

/* line 46, sass/partial/_form.scss */
table.basic-table .note {
  font-size: 10px !important;
  line-height: 20px !important;
  padding: 0 !important;
  color: #111;
}

/* line 53, sass/partial/_form.scss */
table.basic-table input[type=text],
table.basic-table input[type=email],
table.basic-table input[type=tel],
table.basic-table input[type=password],
table.basic-table textarea {
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 18px;
  border: 1px solid #999;
}

/* line 65, sass/partial/_form.scss */
table.basic-table select {
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid #999;
  border-radius: 5px;
}

/* line 72, sass/partial/_form.scss */
table.basic-table textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #999;
  line-height: 1.4;
}

/* line 79, sass/partial/_form.scss */
table.basic-table .short {
  width: 30%;
}

/* line 83, sass/partial/_form.scss */
table.basic-table .middle {
  width: 50%;
}

/* line 87, sass/partial/_form.scss */
table.basic-table .long {
  width: 70%;
}

/* line 91, sass/partial/_form.scss */
table.basic-table .max {
  width: 100%;
}

/* line 95, sass/partial/_form.scss */
table.basic-table .field-row {
  margin-bottom: 10px;
}

/* line 100, sass/partial/_form.scss */
.submit-box {
  padding: 10px;
  text-align: center;
  margin: 20px auto;
}

/* line 105, sass/partial/_form.scss */
.submit-box button,
.submit-box input {
  font-size: 12px;
  padding: 10px 40px;
}

/* line 113, sass/partial/_form.scss */
.required {
  display: inline-block;
  color: #FFFFFF;
  background-color: #FF0000;
  border-radius: 4px;
  width: 40px;
  text-align: center;
  font-size: 12px;
  margin-left: 5px;
}

/* line 124, sass/partial/_form.scss */
.ok {
  display: inline-block;
  color: #FFF;
  background-color: #17703e;
  padding: 2px 6px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}

/* line 134, sass/partial/_form.scss */
.notice {
  font-size: 20px;
  color: #ee0000;
}

/* line 139, sass/partial/_form.scss */
.example {
  display: inline-block;
}

/* line 144, sass/partial/_form.scss */
.wpcf7-not-valid {
  background-color: #ffeeee;
  border: #FF0000 1px solid;
}

/* line 149, sass/partial/_form.scss */
.actions {
  margin-top: 20px !important;
  text-align: center;
}

/* line 153, sass/partial/_form.scss */
.actions input[type=submit] {
  width: 200px;
  height: 40px;
}

/* line 159, sass/partial/_form.scss */
table.form {
  border: 1px solid #ededed;
}

/* line 162, sass/partial/_form.scss */
table.form th {
  border: 1px solid #d7d6c9;
  background: #f5f5f5;
  vertical-align: middle;
  padding: 19px 15px;
  width: 25%;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  text-align: right;
}

/* line 11, sass/partial/_functions.scss */
table.form th:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 175, sass/partial/_form.scss */
table.form th .require {
  display: block;
  float: left;
  color: #FFFFFF;
  background-color: #ff7b0c;
  text-align: center;
  font-size: 11px;
  width: 35px;
}

/* line 185, sass/partial/_form.scss */
table.form th .name {
  display: block;
  float: right;
}

/* line 191, sass/partial/_form.scss */
table.form td {
  border: 1px solid #d7d6c9;
  background: #fff;
  vertical-align: middle;
  padding: 19px 20px;
  width: 75%;
}

/* line 206, sass/partial/_form.scss */
table.form td input[type=radio] {
  vertical-align: middle;
}

/* line 210, sass/partial/_form.scss */
table.form td .short {
  width: 30%;
}

/* line 214, sass/partial/_form.scss */
table.form td .middle {
  width: 50%;
}

/* line 218, sass/partial/_form.scss */
table.form td .long {
  width: 70%;
}

/* line 222, sass/partial/_form.scss */
table.form td .max {
  width: 100%;
}

/* line 229, sass/partial/_form.scss */
#submit-btn,
#event-submit-btn {
  background-image: none;
  background-color: #222;
  transition: 0.2s;
  border: 1px solid #222;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  width: 340px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 243, sass/partial/_form.scss */
#submit-btn:hover,
#event-submit-btn:hover {
  color: #222;
  background: #fff;
  text-decoration: none;
}

/* line 250, sass/partial/_form.scss */
#submit-btn[disabled] {
  background-color: silver;
}

/* line 255, sass/partial/_form.scss */
.error-field {
  border: #F00 2px solid !important;
  background-color: pink;
}

/* line 260, sass/partial/_form.scss */
.form-error {
  display: none;
  color: #f00;
  padding: 5px 0 0;
}

/* line 266, sass/partial/_form.scss */
.form-success {
  color: #130f77;
  padding: 5px 0 0;
}

/* line 272, sass/partial/_form.scss */
#error-message-count {
  display: none;
  border: #d00000 2px solid;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  color: #d00000;
}

/* line 281, sass/partial/_form.scss */
#error-message-count span {
  font-size: 24px;
}

/* line 286, sass/partial/_form.scss */
.error-message-count {
  border: #d00000 2px solid;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  color: #d00000;
}

/* line 294, sass/partial/_form.scss */
.error-message-count span {
  font-size: 24px;
}

/* line 300, sass/partial/_form.scss */
#frame-container {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  padding: 20px;
  border: gray 1px solid;
  border-radius: 5px;
  background-color: #eceaea;
}

/* line 312, sass/partial/_form.scss */
.wpcf7 .define-list {
  margin-top: 0;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 318, sass/partial/_form.scss */
.wpcf7 .define-list dt, .wpcf7 .define-list dd {
  float: none;
  width: auto;
  text-align: left;
}

/* line 324, sass/partial/_form.scss */
.wpcf7 .define-list dt {
  font-weight: bold;
}

@media all and (max-width: 400px) {
  /* line 336, sass/partial/_form.scss */
  #submit-btn,
  #event-submit-btn {
    width: 90%;
    padding: 10px;
  }
}

/* line 2, sass/partial/_transition.scss */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}

/* line 6, sass/partial/_transition.scss */
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* line 6, sass/page-join.scss */
.ly_entryForm {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

/* line 12, sass/page-join.scss */
.bl_entryForm {
  text-align: center;
  padding: 10px 0 30px;
}

/* line 17, sass/page-join.scss */
.el_entryDesc {
  text-align: center;
  margin-bottom: 50px !important;
  margin-top: 20px;
}

/* line 27, sass/page-join.scss */
.el_entryTable {
  width: 100%;
  table-layout: fixed;
}

/* line 31, sass/page-join.scss */
.el_entryTable .form-error {
  text-align: left;
}

/* line 35, sass/page-join.scss */
.el_entryTable th, .el_entryTable td {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 39, sass/page-join.scss */
.el_entryTable th {
  background-color: #FFF;
  width: 180px;
  padding-top: 22px;
  padding-right: 20px;
  vertical-align: top;
}

/* line 47, sass/page-join.scss */
.el_entryTable td {
  width: calc(100% - 200px);
  position: relative;
  vertical-align: top;
}

/* line 52, sass/page-join.scss */
.el_entryTable td input[type=email],
.el_entryTable td input[type=text] {
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #999;
  font-weight: normal;
  width: 100%;
}

/* line 61, sass/page-join.scss */
.el_entryTable td div.sei-mei {
  display: flex;
  justify-content: space-between;
}

/* line 65, sass/page-join.scss */
.el_entryTable td input[name=sei] {
  width: calc(50% - 10px);
}

/* line 69, sass/page-join.scss */
.el_entryTable td input[name=mei] {
  width: calc(50% - 10px);
}

/* line 75, sass/page-join.scss */
.el_entryTable .bl_form_label {
  display: flex;
  align-items: center;
}

/* line 80, sass/page-join.scss */
.el_entryTable .el_entryBtn {
  width: 120px;
  height: 46px;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  background-color: #222;
  transition: 0.2s;
  border: 1px solid #222;
  margin: 0 auto;
}

/* line 92, sass/page-join.scss */
.el_entryTable .el_entryBtn:hover {
  color: #222;
  background: #fff;
  text-decoration: none;
}

/* line 104, sass/page-join.scss */
#frame-container {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  margin-top: 50px;
  padding: 20px;
  border: gray 1px solid;
  border-radius: 5px;
  background-color: #eceaea;
  text-align: left;
}

/* line 116, sass/page-join.scss */
#frame-container > dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 121, sass/page-join.scss */
#frame-container > dl dd {
  margin-bottom: 25px;
  line-height: 1.6;
  padding-left: 0.5em;
}

/* line 127, sass/page-join.scss */
#frame-container > dl dd:last-child {
  margin-bottom: 0;
}

/* line 134, sass/page-join.scss */
.carrier-notice {
  margin-top: 50px;
}

/* line 136, sass/page-join.scss */
.carrier-notice p {
  text-align: left;
  margin-bottom: 20px;
}

/* line 141, sass/page-join.scss */
.carrier-notice p:last-child {
  margin-bottom: 0;
}

/* line 146, sass/page-join.scss */
.el_already_logged_in {
  text-align: center;
  margin: 50px 0 70px;
}

@media all and (max-width: 620px) {
  /* line 153, sass/page-join.scss */
  .el_entryTable {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 158, sass/page-join.scss */
  .el_entryTable th {
    display: block;
    padding-bottom: 0;
  }
  /* line 162, sass/page-join.scss */
  .el_entryTable td {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 0;
  }
  /* line 168, sass/page-join.scss */
  .el_entryTable td input[type=email] {
    width: 100%;
  }
  /* line 172, sass/page-join.scss */
  .el_entryTable td .login-btn {
    margin: 5px auto 0;
  }
  /* line 177, sass/page-join.scss */
  .el_entryTable .el_entryBtn {
    margin-top: 10px;
  }
}
