@charset "utf-8";

.main_event_list,
.main_event_list * {
  box-sizing: border-box;
}


/*==================================
company_top部分
===================================*/
.company_top {
  text-align: center;
  padding: 45px 6% 40px;
}

.company_logo {
  width: 130px;
  display: inline-block;
  margin-bottom: 10px;
}

.company_logo:empty {
  display: none;
}

.company_name {
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3em;
}

.company_type {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}

.company_type .type {
  background-color: #f15a24;
  color: #fff;
  padding: 1px 8px;
  margin-right: 4px;
  border-radius: 3px;
}


/*==================================
copy_area部分
===================================*/
.copy_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 6%;
}

.copy_img {
  width: 260px !important;
  aspect-ratio: 5 / 3;
}

.copy_txt {
  width: 80%;
  padding: 10px 0 10px 4%;
  flex: 1;
}

.copy_txt h4 {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-size: 18px;
  width: 100%;
}

.event_link {
  width: 240px;
  background-color: #fff;
  border: #f15a24 1px solid;
  color: #f15a24;
  border-radius: 5px;
  padding: 14px 4%;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

/*==================================
free_txt部分
===================================*/
.free_txt {
  padding: 0 6% 40px;
}

.free_txt p {
  font-size: 14px;
}

/*==================================
form部分
===================================*/
.event_form {
  padding: 40px 6%;
  background-color: #f7f7f7;
}

.event_item {
  background-color: #fff;
  border: #afafaf solid 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 2% 15px;
  margin: 0 auto 24px;
}

.event_inner {
  width: 80%;
}

.event_top {
  padding: 0 0 8px;
  color: #333;
  border-bottom: 1px solid #c9c9c9;
}

.event_date {
  font-size: 17px;
  font-weight: bold;
  flex: 1;
  margin-bottom: 5px;
}

.event_tit {
  font-size: 12px;
  font-weight: bold;
  color: #ff6c37;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

.event_bottom_dtl {
  padding: 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dtl_item {
  margin-right: 3%;
  font-size: 13px;
  margin: 0 3% 6px 0;
}

.dtl_item:last-of-type {
  margin-right: 0;
}

.dtl_name {
  background-color: #e9e9e9;
  font-size: 11px;
  padding: 4px;
  margin-right: 4px;
  display: inline;
}

.event_btnarea {
  padding-left: 2%;
}

.event_rsv_btn,
.event_dtl_btn {
  display: block;
  color: #fff;
  padding: 8px 12px;
  border: none;
  letter-spacing: 1.1px;
  border-radius: 3px;
  font-size: 14px;
  min-width: 140px;
  text-align: center;
  cursor: pointer;
}

.event_rsv_btn:hover,
.event_dtl_btn:hover {
  opacity: 0.7;
}

.event_rsv_btn {
  background-color: #f15a24;
  margin-bottom: 10px;
}

.event_dtl_btn {
  background-color: #fff;
  border: #f15a24 1px solid;
  color: #f15a24;
}

/*非活性ボタン（予約済・満席・終了） */
.event_rsv_btn.disable {
  background-color: #f2f2f2;
  border: #bfbfbf 1px solid;
  color: #c1c1c1;
  pointer-events: none;
}

/* イベントアイコン */
.event_type {
  font-size: 11px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 2px;
  margin-right: 1%;
}

.event_type_sp {
  display: none;
}

.event_type.intern {
  background-color: #40b3ff;
}

.event_type.session {
  background-color: #06b100;
}

/* 満席アイコン */

.soldout {
  font-size: 11px;
  color: #fff;
  padding: 4px 19%;
  border-radius: 4px;
  background-color: #f20000;
  font-weight: bold;
}


/* 募集期間終了アイコン */

.event_close {
  font-size: 11px;
  color: #fff;
  padding: 4px 19%;
  border-radius: 4px;
  background-color: #292929;
  font-weight: bold;
}

/* 申し込み済みアイコン */
.event_already {
  font-size: 11px;
  color: #fff;
  padding: 4px 5.5%;
  border-radius: 4px;
  background-color: #868686;
  font-weight: bold;
}

.js-dedail_tglbtn {
  display: none;
}

/* 募集期間終了 */
.event_item.timeout {
  background-color: #e5e5e5;
}

/*==================================
（ジェイオフィス専用）
===================================*/
.finish_j {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  margin: 40px auto;
}

.finish_j a {
  cursor: pointer;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  padding: 7px 15px 8px;
  font-size: 21px;
  color: #fff;
  width: 234px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #f78d00;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background: #ff9200;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 15px 15px 8px;
}

.finish_J:active,
.finish_j:focus {
  -webkit-appearance: none;
  outline: none;
}

.finish_j:hover {
  opacity: 0.7;
}

.c1,
.c2,
.c3,
.c4,
.c5,
.c34 {
  background: #fff !important;
}

/*==================================
エラー
===================================*/

.inp_error {
  background-color: #ffe8e8 !important;
}

.error_text {
  background-color: #ffe8e8;
  color: #ff0000;
  font-size: 12px;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}

.error_text:empty {
  display: none;
}

/*==================================
予約確認
===================================*/
.event_confirm {
  padding-bottom: 30px;
}

.reserve_item {
  margin-bottom: 40px;
}

.confirm_h3 {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}

.item_tit {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 6px 10px;
  border-radius: 4px;
  width: 100px;
  text-align: center;
  margin: 0 auto 12px;
}

.item_tit.session {
  background-color: #06b100;
}

.item_tit.intern {
  background-color: #40b3ff;
}

.confirm_txt {
  font-size: 14px;
  text-align: center;
  margin: 10px auto 40px;
  padding: 0 45px;
}

.confirm_table {
  border: #d6d6d6 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  width: 70%;
  margin: 0 auto;
}

.confirm_head,
.confirm_data {
  border-bottom: #d6d6d6 1px solid;
}

.confirm_table tr:last-of-type .confirm_data,
.confirm_table tr:last-of-type .confirm_head {
  border-bottom: none;
}

.confirm_head {
  background-color: #efefef;
  padding: 18px 2%;
  min-width: 140px;
  text-align: left;
  font-weight: bold;
  width: 23%;
  font-size: 13px;
}

.confirm_data {
  padding: 20px 3%;
  width: auto;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

.event_btn_area {
  margin-bottom: 30px;
}

/*==================================
予約完了
===================================*/
.event_complete {
  width: 100%;
  margin: 0 auto;
  padding: 45px 20px;
}

.event_complete>h2 {
  font-weight: bold;
  text-align: center;
  font-size: 27px;
  margin-bottom: 20px;
}

.event_complete>h3 {
  border-left: #f15a24 solid 4px;
  padding: 0 5px;
  font-size: 17px;
  margin: 0 auto 20px;
  width: 90%;
}

.event_complete>p {
  text-align: center;
}

.complete_text {
  font-size: 16px;
  margin-bottom: 30px;
}

.complete_important {
  font-size: 16px;
  color: #f15a24;
  font-weight: bold;
  margin-bottom: 30px;
}

.complete_list {
  background-color: #f3f3f3;
  width: 90%;
  margin: 0 auto;
}

.complete_list li {
  padding: 10px 2%;
  border-top: #888 dashed 1px;
}

.complete_list li:nth-child(even) {
  background-color: #fff;
}

.complete_list h4 {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

.complete_list a {
  color: #f15a24;
  cursor: pointer;
}

.contact_txt {
  font-size: 17px;
  font-weight: bold;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  /*==================================
company_top部分
===================================*/

  .company_name {
    font-size: 22px;
  }

  .company_type>h3 {
    font-size: 13px;
  }

  .company_type>p {
    font-size: 13px;
  }

  /*==================================
copy_area部分
===================================*/
  .copy_area {
    display: block;
    padding: 30px 4% 10px;
    text-align: center;
  }

  .copy_img {
    width: 360px;
    margin: 0 auto;
  }

  .copy_txt {
    width: 100%;
    display: block;
    padding: 20px 4%;
  }

  .event_link {
    display: block;
    width: 60%;
    max-width: 250px;
    margin: 20px auto 0;
  }

  /*==================================
free_txt部分
===================================*/
  .free_txt {
    padding: 40px 4%;
  }

  .free_txt p {
    font-size: 13px;
  }

  /*==================================
form部分
===================================*/
  .event_form {
    padding: 30px 4%;
  }


  /* 満席アイコン ・募集期間終了アイコン*/
  .soldout,
  .event_close,
  .event_already {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    padding: 16px 2px;
  }

  /*==================================
予約確認
===================================*/
  .confirm_table {
    width: 86%;
  }
}



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

  .co_logo {
    height: auto;
    width: 50%;
  }

  .co_logo:empty {
    display: none;
  }

  /*==================================
company_top部分
===================================*/

  .company_top {
    padding: 20px 4%;
  }

  .company_name {
    font-size: 17px;
  }

  .company_type>p {
    font-size: 12px;
  }

  /*==================================
	（ジェイオフィス専用）
	===================================*/
  .finish_j a {
    padding: 12px 15px 8px;
  }

  /*==================================
  仮登録完了
  ===================================*/

  .event_complete {
    width: 100%;
    padding: 30px 3%;
    margin: 0 auto;
  }

  .event_complete>h2 {
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .event_complete>h3 {
    font-size: 14px;
  }

  .event_complete>p {
    text-align: center;
    font-size: 14px;
  }

  .complete_text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .complete_important {
    font-size: 20px;
  }

  .event_complete>h3 {
    width: 100%;
  }

  .complete_list {
    width: 100%;
  }

  .complete_list li:nth-child(even) {
    background-color: #fff;
  }

  .complete_list h4 {
    font-size: 13px;
  }

  .complete_list p {
    font-size: 11px;
  }

  .contact_txt {
    font-size: 14px !important;
  }
}

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

  /*==================================
company_top部分
===================================*/
  .company_type .type {
    padding: 2px 8px;
    display: block;
    width: 60px;
    margin: 0 auto 3px;
  }

  .company_type {
    font-size: 11px;
  }

  /*==================================
copy_area部分
===================================*/

  .copy_txt h3 {
    font-size: 16px;
  }


  /*==================================
form部分
===================================*/
  .event_item {
    display: block;
    padding: 15px 3% 15px;
  }

  .event_inner {
    width: 100%;
  }

  .event_date {
    font-size: 16px;
  }

  .event_bottom_dtl {
    margin-bottom: 12px;
  }

  .dtl_item {
    font-size: 12px;
  }

  .event_btnarea {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: row-reverse
  }

  .event_rsv_btn,
  .event_dtl_btn {
    width: 47%;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 2%;
  }


}


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

  /*==================================
company_top部分
===================================*/
  .company_top {
    text-align: center;
    padding: 20px 4% 20px;
  }

  .company_name {
    font-size: 18px;
  }

  .company_type>p {
    font-size: 11px;
  }

  .company_type>h3 {
    margin-bottom: 0;
  }

  /*==================================
copy_area部分
===================================*/
  .copy_txt {
    padding: 18px 0;
  }

  .copy_txt h4 {
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    border-left: 3px solid #f15a24;
  }

  .event_link {
    width: 100%;
    padding: 11px 4%;
    font-size: 14px;
  }

  .free_txt {
    padding: 0 4% 30px;
  }



  /*==================================
form部分
===================================*/
  .event_item {
    position: relative;
    padding: 22px 3% 15px;
  }

  .event_type {
    font-size: 10px;
    border-radius: 0;
  }

  .event_type_pc {
    display: none;
  }

  .event_type_sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    padding: 4px 10px;
  }

  .event_date {
    font-size: 15px;
  }

  .event_tit {
    font-size: 11px;
  }

  .event_bottom_dtl {
    margin-bottom: 10px;
  }

  .event_rsv_btn,
  .event_dtl_btn {
    min-width: unset;
    padding: 8px 2%;
  }



  /*==================================
予約確認
===================================*/

  .confirm_table {
    border: none;
    border-bottom: #d6d6d6 1px solid;
    border-top: #d6d6d6 1px solid;
    width: 94%;
  }

  .confirm_h3 {
    font-size: 18px;
  }

  .confirm_txt {
    padding: 10px 3%;
    font-size: 12px;
    margin: 0 auto 14px;
    text-align: left;
  }

  .item_tit {
    font-size: 14px;
    width: 100px;
    padding: 4px 10px;
  }

  .confirm_table tr:last-of-type .confirm_head {
    border-bottom: #d6d6d6 1px solid;
  }

  .confirm_table th {
    display: block;
    width: 100%;
  }

  .confirm_head {
    padding: 14px 3.2%;
    font-size: 16px;
  }

  .confirm_data {
    padding: 20px 5%;
  }
}

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

  /*==================================
form部分
===================================*/

  /* 満席アイコン ・募集期間終了アイコン*/
  .soldout,
  .event_close,
  .event_already {
    font-size: 10px;
  }
}