/* セミナー詳細 ステータス */
.s_notice_wrap {
  overflow: inherit;  padding: 0;
}

.s_notice_state {
  min-width: 280px;
}

.fin .s_notice_state {
  display: flex;  align-items: center;  margin: 20px 0 20px 40px;
}

.fin {
  display: flex;
}

.full.s_notice_wrap {
  display: flex;  padding: 0;   border: solid 1px #6e6e6e;  box-shadow: none;
}

.full .s_notice_state {
  position: static;  display: flex;  align-items: center;  min-width: 280px;   margin: 20px 0 20px 40px;
}

.discon.s_notice_wrap {
  display: flex;  padding: 0;
}

.discon .s_notice_state {
  position: static;  display: flex;  align-items: center;  min-width: 280px;   margin: 20px 0 20px 40px;
}

.s_notice_side {
  display: flex;  align-items: center;

  margin: 20px 20px 20px 40px;  padding: 0;  word-break: break-all;
}

/*　セミナー詳細　セミナー情報　*/
.s_inner_hd {
  display: flex;  overflow: inherit;   margin-bottom: 30px;
}

.s_desc_wrap {
  font-size: 0;  width: calc(100% - 330px);  text-align: left;
}

.s_event_desc {
  width: 100%;  margin-bottom: 10px;   padding: 0;
}

.s_event_img {
  width: 300px;  height: auto;  padding-right: 20px;
}

.s_event_img img {
  padding-right: 0;
}

.s_document {
  display: inline-block;  margin-right: 10px;  word-break: break-all;
}

.s_document a {
  display: block;  overflow: inherit;  margin: 5px 0;  text-align: left;   border: solid 1px #898989;  box-shadow: inherit;
}

.s_document a::after {
  top: 5px;
}

.s_docment_content {
  padding: 10px 29px;
}

.s_docment_content a {
  text-align: left;
}

.s_content_mat a {
  margin-bottom: 10px;
}

.s_title_wrap {
  overflow: hidden;
}

.s_instr_name_lil_wrap {
  display: flex;  flex-wrap: wrap;
}

.instr_name_lil {
  width: calc(100% / 3 - 47px);  margin: 5px;
}

.instr_name_lil:nth-child(3n) {
  margin-right: 0;
}

.instr_name_lil h4 {
  width: 100%;  text-align: left;
}

.s_include_cat {
  float: left;  margin-bottom: 8px;
}

.s_site_satelite_wrap {
  display: flex;  flex-wrap: wrap;  padding: 20px;
}

.s_site_satelite_content {
  display: flex;  flex-direction: column;  justify-content: space-between;  width: calc(50% - 40px);  margin: 0 15px 30px;
}

.satelite_hd {
  max-width: max-content;
}

.satelite_entry_bt .right_arrow_bt {
  position: absolute;  right: 5px;
}

.satelite_entry_bt a {
  position: relative;  display: flex;
  align-items: center;  justify-content: center;          -webkit-box-sizing: border-box;             -moz-box-sizing: border-box;                  box-sizing: border-box;  padding: 10px 24px 10px 10px;   text-align-last: left;
}

.s_site_local_content .s_site_entry_bt {
  display: flex;  justify-content: center;   margin-bottom: 30px;;
}

.s_site_local_content .s_site_entry_bt a {
  position: relative;  display: flex;  align-items: center;  justify-content: center;

  width: 30%;  padding: 13px 24px 13px 13px;  text-align: left;  text-align-last: left;   color: #fff;
}

.s_site_local_content .s_site_entry_bt .right_arrow_bt {
  font-style: inherit;

  position: absolute;  right: 5px;   float: right;
}

.s_site_map {
  max-height: 300px;
}

.s_products_info_wrap {
  margin-top: 20px;
}

.s_products_info {
  display: flex;  flex-wrap: wrap;  justify-content: space-between;
}

.s_product_info {
  display: inline-flex;  box-sizing: border-box;   width: calc( 100%/4);  margin-bottom: 24px;
}

.s_product_info:nth-of-type(4n + 1) {
  padding-right: 20px;
}

.s_product_info:nth-of-type(4n + 2),
.s_product_info:nth-of-type(4n + 3) {
  padding-right: 20px;  padding-left: 20px;
}

.s_product_info:nth-of-type(4n + 4) {
  padding-left: 20px;
}

.s_product_info:nth-last-of-type(1) {
  margin-right: auto;
}

.s_product_info_img {
  position: relative;  width: 100%;
  height: 0;  margin: 4px auto 4px;   padding-top: 100%;
}

.s_product_info_img > .img {
  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-repeat: no-repeat;  background-position: center;  background-size: contain;
}

.s_product_info_text {
  box-sizing: border-box;
}

.s_product_info_title {
  font-weight: bold;  margin-bottom: 4px!important;  text-align: left;
}

.s_product_info_desc {
  margin-bottom: 4px!important;  text-align: left;
}

@media screen and (max-width: 640px) {
  /* セミナー詳細 ステータス */
  .s_notice_wrap {
    flex-direction: column;
  }

  .s_notice_state {
    justify-content: center;  width: 100%;     margin: 10px 0 0;
  }

  .fin .s_notice_wrap {
    flex-direction: column;
  }

  .fin .s_notice_state {
    justify-content: center;  width: 100%;     margin: 10px 0 0;
  }

  .full.s_notice_wrap {
    flex-direction: column;
  }

  .full .s_notice_state {
    justify-content: center;  width: 100%;     margin: 10px 0 0;
  }

  .discon.s_notice_wrap {
    flex-direction: column;
  }

  .discon .s_notice_state {
    justify-content: center;  width: 100%;  margin: 10px 0 0;  border-right: none;
  }

  .s_notice_side {
    justify-content: center;     width: 100%;
    margin: 10px auto 10px;
  }

  .s_include_cat {
    display: flex;
    float: inherit;  flex-direction: column;
  }

  .s_include_cat:last-child {
    margin: 0;
  }

  .s_include_cat a {
    display: flex;  align-items: center;     flex-direction: column;
  }

  .s_site_local_content .s_site_entry_bt a {
    width: 80%;
  }

  .s_include_cat:nth-child(n+2) a {
    margin-left: 0;
  }

  /*　セミナー詳細　セミナー情報　*/
  .s_docment_wrap a {
    width: 100%;
  }

  .s_inner_hd {
    flex-direction: column;
  }

  .s_event_img {
    width: 100%;  text-align: center;
  }

  .s_event_img img {
    max-width: 100%;
  }

  .s_event_desc {
    margin: 30px 0 20px;
  }

  .s_document {
    width: 100%;
  }

  .s_desc_wrap {
    width: 100%;
  }

  .instr_name_lil {
    box-sizing: border-box;  width: 100%;  margin: 0 0 10px;  text-align: center;
  }

  .instr_name_lil h4 {
    text-align: center;
  }

  .s_site_satelite_content {
    width: calc(100% - 20px);  margin: 0 10px 30px;
  }

  .s_site_satelite_content:nth-child(2n) {
    margin-left: 10px;
  }

  .s_product_info {
    width: calc( 100%/2 - 10px);  padding-right: 10px;  padding-left: 10px;
  }

  .s_product_info:nth-last-of-type(2n) {
    padding-right: 10px;  padding-left: inherit;
  }
  .s_product_info:nth-last-of-type(2n+1) {
    padding-right: inherit;  padding-left: 10px;
  }
  .s_product_info:nth-last-of-type(1) {
    margin-right: inherit;
  }
}
