@charset "UTF-8";
/*------------------
イベント詳細ページ
-------------------*/
/* line 5, ../sass/renew2022/_event.scss */
.event_datetime .left {
  float: none;
  width: 100%;
  border-right: 0;
  border-bottom: 2px solid #005194;
  margin: 0 0 0;
  padding: 0 0 20px;
}
/* line 13, ../sass/renew2022/_event.scss */
.event_datetime .right {
  float: none;
  width: 100%;
  margin: 0 0 0;
  padding: 20px 0 0;
}

/*------------------
イベント一覧ページ
-------------------*/
/* line 24, ../sass/renew2022/_event.scss */
.search_field .inc-overseas {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

/* line 30, ../sass/renew2022/_event.scss */
.event_item.gallery_item {
  padding-bottom: 0;
}
/* line 33, ../sass/renew2022/_event.scss */
.event_item .crew_info {
  position: static;
  bottom: auto;
  padding: 10px 10px 0;
}
/* line 39, ../sass/renew2022/_event.scss */
.event_item .event_info .event_date, .event_item .event_info .event_time, .event_item .event_info .event_location {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
}
/* line 48, ../sass/renew2022/_event.scss */
.event_item .event_info .event_title {
  margin-top: 10px;
}
/* line 50, ../sass/renew2022/_event.scss */
.event_item .event_info .event_title a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
}

/*------------------
レポート詳細ページ
-------------------*/
/* line 8, ../sass/renew2022/_report.scss */
.event_stats .stats div.garbage .data #none-chart {
  width: 140px;
  position: relative;
}
/* line 11, ../sass/renew2022/_report.scss */
.event_stats .stats div.garbage .data #none-chart div {
  width: 52px;
  display: block;
  position: absolute;
  top: -3px;
  left: 22px;
}

/*------------------
レポ一覧ページ
-------------------*/
/* line 29, ../sass/renew2022/_report.scss */
.report_item.gallery_item {
  padding-bottom: 0;
}
/* line 32, ../sass/renew2022/_report.scss */
.report_item .crew_info {
  position: static;
  bottom: auto;
  padding: 10px 10px 0;
}
/* line 38, ../sass/renew2022/_report.scss */
.report_item .event_info .event_date, .report_item .event_info .event_time, .report_item .event_info .event_location {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
}
/* line 47, ../sass/renew2022/_report.scss */
.report_item .event_info .event_title {
  margin-top: 10px;
  padding-bottom: 0;
}
/* line 50, ../sass/renew2022/_report.scss */
.report_item .event_info .event_title a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
}
/* line 55, ../sass/renew2022/_report.scss */
.report_item .report_info {
  position: static;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 10px;
}
/* line 60, ../sass/renew2022/_report.scss */
.report_item .report_info .separator {
  width: 100%;
}
/* line 63, ../sass/renew2022/_report.scss */
.report_item .report_info .left {
  float: none;
}
/* line 66, ../sass/renew2022/_report.scss */
.report_item .report_info .right {
  float: none;
}

/*------------------
団体詳細ページ：基本情報
-------------------*/
/* line 5, ../sass/renew2022/_crew.scss */
#crew_images.crew-top .eyecatch {
  position: relative;
  min-height: 400px;
}
@media screen and (max-width: 999px) {
  /* line 5, ../sass/renew2022/_crew.scss */
  #crew_images.crew-top .eyecatch {
    min-height: 40vw;
  }
}
/* line 11, ../sass/renew2022/_crew.scss */
#crew_images.crew-top .eyecatch > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* line 21, ../sass/renew2022/_crew.scss */
.youtubebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 20px 0;
}
/* line 26, ../sass/renew2022/_crew.scss */
.youtubebox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* line 36, ../sass/renew2022/_crew.scss */
.basic_profile .right .r-snsbox {
  display: flex;
}
/* line 38, ../sass/renew2022/_crew.scss */
.basic_profile .right .r-snsbox a.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 45, ../sass/renew2022/_crew.scss */
.basic_profile .right a.site_url {
  margin-top: 0;
  word-break: break-all;
}
/* 202502追加 */
.basic_profile .right .r-snsbox a.sns .ic-x_symbol {
    width:16px;
}

/* line 51, ../sass/renew2022/_crew.scss */
.stats.crew-top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  /* line 51, ../sass/renew2022/_crew.scss */
  .stats.crew-top {
    flex-direction: column;
  }
}
/* line 57, ../sass/renew2022/_crew.scss */
.stats.crew-top .num_events, .stats.crew-top .num_attendees, .stats.crew-top .num_total, .stats.crew-top .address {
  float: none;
}
/* line 60, ../sass/renew2022/_crew.scss */
.stats.crew-top .numbox {
  width: 36%;
  padding-right: 1%;
  border-right: 1px solid #f0f0f0;
  height: auto;
}
@media screen and (max-width: 999px) {
  /* line 60, ../sass/renew2022/_crew.scss */
  .stats.crew-top .numbox {
    width: 100%;
    padding: 0 10px;
    border-right: none;
  }
}
/* line 70, ../sass/renew2022/_crew.scss */
.stats.crew-top .numbox .numbox-year {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 75, ../sass/renew2022/_crew.scss */
.stats.crew-top .numbox .numbox-year .num_events-year, .stats.crew-top .numbox .numbox-year .num_attendees-year {
  width: 50%;
}
/* line 78, ../sass/renew2022/_crew.scss */
.stats.crew-top .numbox .numbox-year .num_events-year {
  border-right: 1px solid #f0f0f0;
}
/* line 83, ../sass/renew2022/_crew.scss */
.stats.crew-top .numbox .numbox-all {
  display: flex;
}
/* line 85, ../sass/renew2022/_crew.scss */
.stats.crew-top .numbox .numbox-all .num_events, .stats.crew-top .numbox .numbox-all .num_attendees {
  width: 50%;
}
/* line 91, ../sass/renew2022/_crew.scss */
.stats.crew-top .num_total {
  width: 31%;
  height: auto;
  padding: 40px 0;
}
@media screen and (max-width: 999px) {
  /* line 91, ../sass/renew2022/_crew.scss */
  .stats.crew-top .num_total {
    width: 100%;
    border-right: none;
    padding: 20px 0 5px;
  }
}
/* line 101, ../sass/renew2022/_crew.scss */
.stats.crew-top .address {
  width: 33%;
  height: auto;
}
@media screen and (max-width: 999px) {
  /* line 101, ../sass/renew2022/_crew.scss */
  .stats.crew-top .address {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  /* line 101, ../sass/renew2022/_crew.scss */
  .stats.crew-top .address {
    padding-bottom: 15px;
  }
}

/*------------------
お問い合わせページ
-------------------*/
/* line 5, ../sass/renew2022/_contact.scss */
.inquiry .attention-required {
  width: 100%;
  max-width: 640px;
  margin: 30px auto 0;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}
/* line 12, ../sass/renew2022/_contact.scss */
.inquiry span.red {
  color: #cc0000;
}
@media screen and (max-width: 540px) {
  /* line 15, ../sass/renew2022/_contact.scss */
  .inquiry table.form {
    margin: 10px auto 30px;
  }
}
/* line 19, ../sass/renew2022/_contact.scss */
.inquiry table.form select {
  width: 300px;
}
