@charset "UTF-8";
.main-container {
  display: block;
  width: 98%; }
  .main-container h1 {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 22px;
    color: #1882C5;
    display: flex;
    align-items: center;
    margin: 0 17px 20px 17px;
    font-weight: normal; }
    .main-container h1::before {
      position: absolute;
      bottom: 0;
      content: "";
      width: 100%;
      border-bottom: 2px solid #1882C5; }

@media screen and (min-width: 764px) {
  .main-container {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  .main-container {
    width: 100%; } }
@media screen and (min-width: 764px) {
  .main-container h1 {
    margin: 0 0 20px 0;
    font-size: 25px; } }
h2 {
  color: #333;
  font-weight: 600;
  padding: 0;
  font-size: 120%;
  margin-top: 20px;
  margin-bottom: 10px; }

@media screen and (min-width: 764px) {
  h2 {
    font-size: 110%; } }
li {
  list-style-type: none; }

.main-content .wrapper {
  margin: 0 17px 0 17px;
  text-align: justify; }
  .main-content .wrapper table {
    width: 100%;
    border: 1px solid #333; }
    .main-content .wrapper table tr th {
      font-size: 12px;
      text-align: center;
      background-color: #e2f2fd;
      padding: 2px;
      display: revert; }
      .main-content .wrapper table tr th.event_max, .main-content .wrapper table tr th.event_detail {
        display: none; }
      .main-content .wrapper table tr th.event_cpd {
        width: 40px; }
      .main-content .wrapper table tr th.event_apply {
        width: 35px; }
      .main-content .wrapper table tr th.event_title {
        width: 200px; }
      .main-content .wrapper table tr th.event_place {
        width: 75px; }
      .main-content .wrapper table tr th.event_date, .main-content .wrapper table tr th.event_timelimit {
        width: 105px; }
      .main-content .wrapper table tr th.check_date, .main-content .wrapper table tr th.check_timelimit {
        width: 40px; }
      .main-content .wrapper table tr th.event_site_tour {
        width: 84px; }
    .main-content .wrapper table tr td {
      font-size: 12px;
      padding: 2px;
      vertical-align: text-top;
      text-align: center; }
      .main-content .wrapper table tr td.event_title, .main-content .wrapper table tr td.event_place, .main-content .wrapper table tr td.event_detail {
        text-align: revert; }
      .main-content .wrapper table tr td.event_max, .main-content .wrapper table tr td.event_detail {
        display: none; }
      .main-content .wrapper table tr td.event_title a {
        text-decoration: underline;
        text-decoration-color: #0068B1; }
    .main-content .wrapper table tr span {
      font-size: 10px;
      position: absolute;
      left: 20px;
      display: none;
      padding: 5px;
      color: black;
      background-color: #ffffff;
      border: 1px solid #919191;
      margin-top: -40px;
      margin-right: 10px;
      border-radius: 5px;
      /*アニメーションを指定します*/
      animation-duration: 0.5s;
      animation-name: show-balloon; }
      .main-content .wrapper table tr span:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 17%;
        margin-left: -7px;
        border: 10px solid transparent;
        border-bottom: 10px solid #919191; }
    .main-content .wrapper table tr a:hover span {
      display: block; }
    .main-content .wrapper table.apply_table {
      margin-top: -1px; }
      .main-content .wrapper table.apply_table td.apply_detail {
        text-align: start; }
.main-content button.apply {
  width: 35px;
  height: 25px;
  color: #ffffff;
  background: #0068B1;
  transition: all 0.3s ease-out;
  border: solid 2px #0068B1;
  border-radius: 4px;
  margin: 1px;
  display: flex;
  align-items: center;
  justify-content: center; }
.main-content center {
  margin-top: 50px; }
.main-content button.return, .main-content button.check, .main-content button.list_return {
  width: 85px;
  height: 40px;
  color: #ffffff;
  background: #0068B1;
  transition: all 0.3s ease-out;
  border: solid 2px #0068B1;
  border-radius: 4px; }
.main-content button.apply:hover, .main-content button.return:hover, .main-content button.check:hover, .main-content button.list_return:hover {
  opacity: 0.7; }
.main-content button.check, .main-content button.list_return {
  margin: 10px; }
.main-content p {
  padding: 0% 0; }
.main-content .input_field {
  margin: 0 30px 30px 30px; }
.main-content .name_col, .main-content .company_col, .main-content .company2_col, .main-content .birth_col, .main-content .telnumber_col, .main-content .email_col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-direction: column; }
.main-content .name_col p, .main-content .company_col p, .main-content .company2_col p, .main-content .birth_col p, .main-content .telnumber_col p, .main-content .email_col p {
  width: 350px;
  margin-top: 10px;
  margin-bottom: 10px; }
.main-content .name_col input, .main-content .name_col .entered {
  width: 350px;
  padding: 3px; }
.main-content .company_col input, .main-content .company_col .entered {
  width: 350px;
  padding: 3px; }
.main-content .company2_col input, .main-content .company2_col .entered {
  width: 350px;
  padding: 3px; }
.main-content .birth_col input, .main-content .birth_col .entered {
  width: 350px;
  padding: 3px; }
.main-content .telnumber_col input, .main-content .telnumber_col .entered {
  width: 350px;
  padding: 3px; }
.main-content .email_col input, .main-content .email_col .entered {
  width: 350px;
  padding: 3px; }
.main-content .name_col .entered, .main-content .name_col .entered_birth {
  border: solid 1px #333;
  border-radius: 3px;
  background: #e7e7e7; }
.main-content .company_col .entered, .main-content .company_col .entered_birth {
  border: solid 1px #333;
  border-radius: 3px;
  background: #e7e7e7; }
.main-content .company2_col .entered, .main-content .company2_col .entered_birth {
  border: solid 1px #333;
  border-radius: 3px;
  background: #e7e7e7; }
.main-content .birth_col .entered, .main-content .birth_col .entered_birth {
  border: solid 1px #333;
  border-radius: 3px;
  background: #e7e7e7; }
.main-content .telnumber_col .entered, .main-content .telnumber_col .entered_birth {
  border: solid 1px #333;
  border-radius: 3px;
  background: #e7e7e7; }
.main-content .email_col .entered, .main-content .email_col .entered_birth {
  border: solid 1px #333;
  border-radius: 3px;
  background: #e7e7e7; }
.main-content .name_col .input_birth, .main-content .name_col .entered_birth {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.main-content .company_col .input_birth, .main-content .company_col .entered_birth {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.main-content .company2_col .input_birth, .main-content .company2_col .entered_birth {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.main-content .birth_col .input_birth, .main-content .birth_col .entered_birth {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.main-content .telnumber_col .input_birth, .main-content .telnumber_col .entered_birth {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.main-content .email_col .input_birth, .main-content .email_col .entered_birth {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.main-content .name_col .input_birth p, .main-content .name_col .entered_birth p {
  width: 30px; }
.main-content .company_col .input_birth p, .main-content .company_col .entered_birth p {
  width: 30px; }
.main-content .company2_col .input_birth p, .main-content .company2_col .entered_birth p {
  width: 30px; }
.main-content .birth_col .input_birth p, .main-content .birth_col .entered_birth p {
  width: 30px; }
.main-content .telnumber_col .input_birth p, .main-content .telnumber_col .entered_birth p {
  width: 30px; }
.main-content .email_col .input_birth p, .main-content .email_col .entered_birth p {
  width: 30px; }
.main-content .name_col .entered_birth, .main-content .company_col .entered_birth, .main-content .company2_col .entered_birth, .main-content .birth_col .entered_birth, .main-content .telnumber_col .entered_birth, .main-content .email_col .entered_birth {
  padding: 3px; }
.main-content .telnumber_col .input_number {
  width: 350px; }
.main-content .telnumber_col input {
  width: 106px; }
.main-content input[type=text], .main-content input[type=number], .main-content input[type=email] {
  border: solid 1px #333;
  border-radius: 3px; }
.main-content input[name=birth_year], .main-content input[name="participant_birth_year[1]"], .main-content input[name="participant_birth_year[2]"], .main-content input[name="participant_birth_year[3]"], .main-content input[name="participant_birth_year[4]"], .main-content input[name="participant_birth_year[5]"], .main-content input[name="participant_birth_year[6]"], .main-content input[name="participant_birth_year[7]"], .main-content input[name="participant_birth_year[8]"], .main-content input[name="participant_birth_year[9]"], .main-content input[name="participant_birth_year[10]"] {
  width: 100px; }
.main-content input[name=birth_month], .main-content input[name=birth_day] {
  width: 80px; }
.main-content .form_field {
  margin: 30px -10px 30px -10px;
  padding-top: 10px;
  border-top: solid 1px #0068B1; }
  .main-content .form_field p.item_title {
    margin-left: -8px;
    font-weight: 600; }
  .main-content .form_field font {
    display: flex;
    justify-content: space-around; }
.main-content .required_error {
  margin-bottom: -20px; }
.main-content .contact_title {
  border: none; }
.main-content .birth_text {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
  margin-top: -10px; }
.main-content font.host_birth {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: -5px; }
.main-content .join_check {
  display: flex;
  justify-content: flex-start; }
  .main-content .join_check input[type=checkbox] {
    height: 22px; }
  .main-content .join_check p.check_box {
    display: flex;
    width: 100%;
    margin-left: 10px; }

@media screen and (min-width: 764px) {
  .main-content .wrapper {
    margin: 0 0 0 0; } }
@media screen and (min-width: 1024px) {
  .main-content .wrapper table tr th {
    font-size: 16px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr th.event_max, .main-content .wrapper table tr th.event_detail {
    display: revert; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr th.event_cpd {
    width: 30px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr th.event_max {
    width: 35px; } }
@media screen and (min-width: 1024px) {
  .main-content .wrapper table tr th.event_max {
    width: 39px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr th.event_title {
    width: 150px; } }
@media screen and (min-width: 1024px) {
  .main-content .wrapper table tr th.event_title {
    width: 160px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr th.event_place {
    width: 90px; } }
@media screen and (min-width: 1024px) {
  .main-content .wrapper table tr th.event_place {
    width: 110px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr th.event_date, .main-content .wrapper table tr th.event_timelimit {
    width: 50px; } }
@media screen and (min-width: 1024px) {
  .main-content .wrapper table tr th.event_date, .main-content .wrapper table tr th.event_timelimit {
    width: 45px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr th.check_date, .main-content .wrapper table tr th.check_timelimit {
    width: 50px; } }
@media screen and (min-width: 1024px) {
  .main-content .wrapper table tr th.check_date, .main-content .wrapper table tr th.check_timelimit {
    width: 45px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr th.event_detail {
    width: 210px; } }
@media screen and (min-width: 1024px) {
  .main-content .wrapper table tr th.event_detail {
    width: 255px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr th.event_site_tour {
    width: 47px; } }
@media screen and (min-width: 1024px) {
  .main-content .wrapper table tr td {
    font-size: 16px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr td.event_max, .main-content .wrapper table tr td.event_detail {
    display: revert; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr td.event_title a {
    text-decoration: none; } }
@media screen and (min-width: 480px) {
  .main-content .wrapper table tr span:before {
    top: -20px;
    left: 17%;
    margin-left: -7px; } }
@media screen and (min-width: 480px) {
  .main-content .wrapper table tr span {
    font-size: 10px;
    margin-top: 6px; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr span {
    display: none; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table tr a:hover span {
    display: none; } }
@keyframes show-balloon {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: inline-block;
    opacity: 0; }
  100% {
    display: inline-block;
    opacity: 1; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table.apply_table th.apply_detail {
    display: none; } }
@media screen and (min-width: 764px) {
  .main-content .wrapper table.apply_table td.apply_detail {
    display: none; } }
@media screen and (min-width: 764px) {
  .main-content button.apply {
    width: 60px;
    height: 35px;
    margin: 5px; } }
@media screen and (min-width: 1024px) {
  .main-content button.apply {
    width: 80px;
    height: 35px;
    margin: 5px auto; } }
@media screen and (min-width: 764px) {
  .main-content button.return, .main-content button.check, .main-content button.list_return {
    width: 125px; } }
@media screen and (min-width: 1024px) {
  .main-content .input_field {
    margin: 40px; } }
@media screen and (min-width: 764px) {
  .main-content .name_col, .main-content .company_col, .main-content .company2_col, .main-content .birth_col, .main-content .telnumber_col, .main-content .email_col {
    flex-direction: revert; } }
@media screen and (min-width: 1024px) {
  .main-content .name_col, .main-content .company_col, .main-content .company2_col, .main-content .birth_col, .main-content .telnumber_col, .main-content .email_col {
    justify-content: center; } }
@media screen and (min-width: 764px) {
  .main-content .name_col p, .main-content .company_col p, .main-content .company2_col p, .main-content .birth_col p, .main-content .telnumber_col p, .main-content .email_col p {
    width: 200px; } }
@media screen and (min-width: 1024px) {
  .main-content .name_col p, .main-content .company_col p, .main-content .company2_col p, .main-content .birth_col p, .main-content .telnumber_col p, .main-content .email_col p {
    width: 310px; } }
@media screen and (min-width: 1024px) {
  .main-content .name_col input, .main-content .name_col .entered {
    width: 500px; }
  .main-content .company_col input, .main-content .company_col .entered {
    width: 500px; }
  .main-content .company2_col input, .main-content .company2_col .entered {
    width: 500px; }
  .main-content .birth_col input, .main-content .birth_col .entered {
    width: 500px; }
  .main-content .telnumber_col input, .main-content .telnumber_col .entered {
    width: 500px; }
  .main-content .email_col input, .main-content .email_col .entered {
    width: 500px; } }
@media screen and (min-width: 1024px) {
  .main-content .name_col .input_birth, .main-content .name_col .entered_birth {
    width: 500px; }
  .main-content .company_col .input_birth, .main-content .company_col .entered_birth {
    width: 500px; }
  .main-content .company2_col .input_birth, .main-content .company2_col .entered_birth {
    width: 500px; }
  .main-content .birth_col .input_birth, .main-content .birth_col .entered_birth {
    width: 500px; }
  .main-content .telnumber_col .input_birth, .main-content .telnumber_col .entered_birth {
    width: 500px; }
  .main-content .email_col .input_birth, .main-content .email_col .entered_birth {
    width: 500px; } }
@media screen and (min-width: 1024px) {
  .main-content .name_col .input_birth p, .main-content .name_col .entered_birth p {
    width: 100%; }
  .main-content .company_col .input_birth p, .main-content .company_col .entered_birth p {
    width: 100%; }
  .main-content .company2_col .input_birth p, .main-content .company2_col .entered_birth p {
    width: 100%; }
  .main-content .birth_col .input_birth p, .main-content .birth_col .entered_birth p {
    width: 100%; }
  .main-content .telnumber_col .input_birth p, .main-content .telnumber_col .entered_birth p {
    width: 100%; }
  .main-content .email_col .input_birth p, .main-content .email_col .entered_birth p {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  .main-content .telnumber_col .input_number {
    width: 500px; } }
@media screen and (min-width: 1024px) {
  .main-content .telnumber_col input {
    width: 152px; } }
@media screen and (min-width: 1024px) {
  .main-content input[name=birth_year], .main-content input[name="participant_birth_year[1]"], .main-content input[name="participant_birth_year[2]"], .main-content input[name="participant_birth_year[3]"], .main-content input[name="participant_birth_year[4]"], .main-content input[name="participant_birth_year[5]"], .main-content input[name="participant_birth_year[6]"], .main-content input[name="participant_birth_year[7]"], .main-content input[name="participant_birth_year[8]"], .main-content input[name="participant_birth_year[9]"], .main-content input[name="participant_birth_year[10]"] {
    width: 150px; } }
@media screen and (min-width: 764px) {
  .main-content .form_field {
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0; } }
@media screen and (min-width: 764px) {
  .main-content .form_field p.item_title {
    margin-left: -10px; } }
@media screen and (min-width: 1024px) {
  .main-content .form_field p.item_title {
    margin-left: 0; } }
@media screen and (min-width: 764px) {
  .main-content .birth_text {
    justify-content: center;
    margin-left: -60px; } }
@media screen and (min-width: 1024px) {
  .main-content .birth_text {
    margin-left: 115px; } }
@media screen and (min-width: 764px) {
  .main-content font.host_birth {
    margin-left: 0; } }
@media screen and (min-width: 1024px) {
  .main-content font.host_birth {
    margin-left: 95px; } }
@media screen and (min-width: 764px) {
  .main-content .join_check {
    margin-left: 0; } }
@media screen and (min-width: 1024px) {
  .main-content .join_check {
    margin-left: 100px; } }
@media screen and (min-width: 764px) {
  .main-content .join_check input[type=checkbox] {
    height: auto;
    width: 16px; } }
@media screen and (min-width: 764px) {
  .main-content .join_check p.check_box {
    width: 560px; } }
@media screen and (min-width: 1024px) {
  .main-content .join_check p.check_box {
    width: auto; } }
.text {
  margin-top: 30px;
  margin-bottom: 30px; }

@media screen and (min-width: 764px) {
  .text {
    margin-top: 40px;
    margin-bottom: 40px; } }
.bottom {
  display: flex;
  justify-content: center;
  font-size: 100%;
  margin-bottom: 40px;
  align-items: center; }
  .bottom a {
    color: #1882C5;
    text-decoration: underline;
    margin: 5px;
    display: flex; }
  .bottom img {
    justify-content: center;
    margin-top: 4px;
    vertical-align: middle; }
  .bottom .button {
    width: 14px;
    height: 14px; }

@media screen and (min-width: 768px) {
  .bottom .button {
    width: 18px;
    height: 18px; } }
/*# sourceMappingURL=event.css.map */
.gathering_entry_btn {
  border: 2px solid #30dfff;
  background: #009fff;
  color: #fff !important;
  border-radius: 5px;
  padding: 3px 15px 6px;
  margin: 0 10px 0 2px !important;
  display: inline-block !important; }
  .gathering_entry_btn.is_group {
    border: 2px solid #70FD80;
    background: #12B124; }

.gathering_row {
  display: flex;
  justify-content: space-between !important;
  width: 100%;
  margin-bottom: 1em; }

.gathering_area {
  width: 100%; }

.gathering_date {
  display: inline-block;
  margin-top: 10px;
  color: #0000FF; }
  .gathering_date .date_link {
    color: #0000FF !important; }

.gathering_ttl {
  font-size: 1.2em;
  white-space: break-spaces; }

.gathering_body {
  width: 100%;
  background: #eee;
  padding: 10px 10px;
  white-space: break-spaces; }

.category-area {
  padding: 5px;
  text-align: left; }
  .category-area .contents_tag {
    font-size: 12px;
    background: #666;
    color: #fff !important;
    padding: 2px 6px 4px;
    display: inline-table !important;
    margin-left: 0 !important; }

@media screen and (max-width: 764px) {
  .gathering_row {
    display: block; }

  .gathering_attr {
    display: flex;
    justify-content: space-around;
    margin: 20px 0; } }
.cancel_link {
  display: table !important;
  flex-direction: column !important;
  margin-top: 1em;
  color: #0000FF !important; }
