/* common */

/*トップページタイトル部*/
h1.lp-title {
  color: white;
  text-shadow: 2px 1px 5px black;
  font-size: 40px;
  width: 100%;
  text-align: center;
  font-weight: 900;
}

h1.lp-title.bar {
  background: rgb(255,255,255,0.2);
}

h3.seminar_title {
  margin-bottom: 40px;
  padding: 10px 10px;
  border-bottom: 6px solid #a5bfcc;
}

span.lp-title-main {
  font-size: 60px;
}

/* イベントヘッダー部 カスタマイズ start*/
.ec-layoutRole__header {
  /*background: #fbfbfb;*/
  /*background: : url(/htmldev/html/user_data/assets/img/lp_zennou/bg-mainV01.jpg) 50% 50% / cover #fbfbfb;*/
  background: #fbfbfb;
  position: relative
}

.ec-headerTitle .ec-headerTitle__title a,
.ec-headerNav .ec-headerNav__itemLink,
.ec-headerNaviRole *, .ec-headerNaviRole *::before, .ec-headerNaviRole *::after{
  margin-bottom: 0;
  color: #000;
  text-shadow: 2px 2px 3px #FFFFFF;
  z-index: 0;
}

.ec-layoutRole__header_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgb(0 0 0 / 20%);*/
}

/* イベントヘッダー部 カスタマイズ end */



body {
  /*font-family: Roboto, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;*/

  font-family: "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}

iframe {
  border: none;
}

.panel-default>.panel-heading {
  background: linear-gradient(0deg, #efeeee, #efefef, #f8f8f8);
}

.ec-headerTitle .ec-headerTitle__title {
  text-align: left;
}

.ec-footerTitle__powerdby img.logo_it,
.ec-headerNaviRole img.logo_it {
  width: 40px;
}

.ec-headerTitle .ec-headerTitle__title a {
  margin-bottom: 0;
}

.ec-headerRole {
  padding-left: 0;
}

.ec-headerNav .ec-headerNav__itemLink {
  vertical-align: baseline;
}

.ec-layoutRole__main h2 {
  font-size: 20px;
  margin-bottom: 30px;
  padding: 20px 10px;
  /*background: #f5f3f3;*/

  /*stripe*/
  /*padding: 0 .25em .25em;*/
  background-image: repeating-linear-gradient(-45deg, #46b1c93d, #46b1c93d 4px, transparent 4px, transparent 8px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 0.55em;
}

/*.ec-layoutRole__main h3 {*/
/*    font-size: 20px;*/
/*    margin-bottom: 30px;*/
/*    padding: 20px 10px;*/
/*}*/

.ec-navlistRole .ec-navlistRole__navlist {
  width: 100%;
  border-style: none;
  display: flex;
  justify-content: space-around;
  border-spacing: 5px;
  margin-top: 20px;
}

.ec-navlistRole .ec-navlistRole__item {
  width: 23%;
  border-radius: 10px;
  background: #fff1aa;
  display: flex;
  align-items: center;
  vertical-align: middle;

}

.seminar_dl{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #ccc;
}

@media screen and (max-width:992px) {
  .seminar_dl{
    margin-top: 10px;
  }
}

.ec-borderedDefs dl.itemdetail_dl {
  padding: 0;
}

.seminar_dl dt,.seminar_dl dd,
.ec-borderedDefs dl.itemdetail_dl dt, .ec-borderedDefs dl.itemdetail_dl dd{
  padding: 8px 8px;
  border-bottom: 1px dotted #cccccc;
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
}

.seminar_dl dt,
.ec-borderedDefs dl.itemdetail_dl dt{
  width: 25%;
  background: #eef8f9;
}

.seminar_dl dd{
  width: 75%;
}

img.seminar_thumb {
  object-fit: cover;
}

.movie-wrap {
  /*margin-bottom: 20px;*/
}

/* JARVIS_DEV-45 資料のダウンロード配布機能（マイページ） */
ul.seminar_dl_list {
  padding-left: 0;
  list-style-type: none;
}
.seminar_dl_list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.seminar_dl_item-ttl {
  width: 71%;
}
.seminar_dl_list-item a {
  font-size: 12px;
  color: #3075A0;
}
.seminar_dl_list-item a:hover {
  text-decoration: none;
}
.seminar_dl_list-item a i {
  margin-left: 5px;
}
/* end JARVIS_DEV-45 資料のダウンロード配布機能（マイページ） */

.to_seminar_info {
  padding: 10px;
  margin-bottom: 10px;
  background: rgb(12 12 12 / 100%);
  color: #FFFFFF;
  font-size: 0.8em;
}


.btn-block {
  display: block;
  padding: 16px;
  margin-bottom: 20px;
}

.ec-inlineBtn{
  border-radius: 4px;
  background: #2c99b5;
  color: #FFFFFF;
}

.ec-inlineBtn:hover {
  background: #48adc7;
  color: #FFFFFF;
}


#page_mypage_matching .ec-matchingListHeader,
#page_mypage_matching_list_matched .ec-matchingListHeader,
#page_mypage_matching_list_request .ec-matchingListHeader{
  /*background: #f9f9f9;*/
  font-size: 0.8em;
  padding: 20px 20px;
  height: 200px;
  width: 357px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  border: 1px solid #dddddd;
  box-shadow: 3px 3px 3px #e0e0e0;
}

/*展示社一覧ページ*/

#page_mypage_exhibitor_list h1 {
  position: relative;
}

#page_mypage_exhibitor_list h1 span {
  display: block;
  position: absolute;
  bottom: 20%;
  right: 0;
  font-size: 0.4em;
}

#page_mypage_exhibitor_list .ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

.exh_booth_container {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: -1%;
}

.exh_booth_container .exh_booth {
  display: block;
  width: 24%;
  margin-left: 1%;
  float: left;
  height: 430px;
  position: relative;
  margin-bottom: 40px;
}

.exh_items_container {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: -1%;
}

.exh_items_container .exh_items {
  display: block;
  width: 32.3%;
  margin-left: 1%;
  float: left;
  height: 350px;
  position: relative;
  margin-bottom: 40px;
}

.exh_seminar_container {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: -1%;
}

.exh_seminar_container .exh_seminar {
  display: block;
  width: 32.3%;
  margin-left: 1%;
  float: left;
  position: relative;
  margin-bottom: 40px;
}

.exh_booth_container span.exh_company_name {
  display: block;
  padding: 5px;
}

.exh_booth_container span.booth_visitor_num {
  display: block;
}

.btn_to_booth {
  display: inherit;
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
}

img.exh_item_thumb {
  height: 200px;
  object-fit: contain;
}

.item_tags {
  margin-bottom: 10px;
}

img.exh_company_thumb {
  width: 40%;
  height: 80px;
  float: left;
  margin-right: 20px;
  /*background: #dddddd;*/
  object-fit: contain;
}

.booth_info_header img.exh_company_thumb {
  width: 100%;
  height: 120px;
  float: none;
}

p.exh_booth_comment {
  font-size: 1.0em;
  padding: 5px;
  height: 140px;
  overflow: hidden;
}

.booth_info {
  font-size: 0.8em;
}

.booth_info_header {
  font-size: 1.0em;
  margin-bottom: 40px;
  padding: 20px 0;
  border: 3px solid #dddddd;
}

.filtercontroll .panel-body {
  font-size: 0.9em;
}

.filtercontroll p {
  padding: 5px 0px;
}

.badge {
  text-shadow: none;
  z-index: 100;
}

/*名刺交換*/
.ec-matchingRole .ec-definitions, .ec-matchingRole .ec-definitions--soft {
  margin: 3px 0;
}

#page_mypage_matching_list_request .ec-navlistRole .ec-navlistRole__item,
#page_mypage_matching_list_matched .ec-navlistRole .ec-navlistRole__item,
#page_mypage_matching .ec-navlistRole .ec-navlistRole__item {
  width: 31%;
  position: relative;
}

/* JARVIS_DEV-46 名刺交換 検索機能 start */
.search-businesscard{
  padding: 0 26px 32px;
}
.search-businesscard form{
  display: flex;
}
.search-businesscard .search-txt{
  position: relative;
}
.search-businesscard form .icon-search{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  color: #E8E8E8;
}
.search-businesscard .search-businesscard_txt{
  padding: 9px 0 10px 40px;
  border: 1px solid #707070;
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
  font-size: 1.6rem;
  width: 400px;
}
.search-businesscard .search-businesscard_txt::placeholder{
  color: #E8E8E8;
}
.search-businesscard .search-businesscard_submit{
  color: #fff;
  background: #000;
  padding: 9px 34px;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 1.6rem;
}
@media screen and (max-width:767px){
  .search-businesscard form .icon-search{
    left: 10px;
  }
  .search-businesscard .search-businesscard_txt{
    padding: 13px 0 10px 29px;
    width: 66vw;
    font-size: 13px;
  }
  .search-businesscard .search-businesscard_submit{
    padding: 10px 20px;
  }
}
/* JARVIS_DEV-46 名刺交換 検索機能 end */

/*出展品登録*/
a.add_item.ec-inlineBtn {
  position: absolute;
  top: 0;
  right: 10px;
}

/*メッセージ詳細*/

#page_mypage_message_detail .ec-historyListHeader .ec-historyListHeader__date {
  font-weight: normal;
  font-size: 0.8em;
}

#page_mypage_message_detail .my_message .ec-historyListHeader .ec-historyListHeader__date {
  text-align: right;
}

#page_mypage_message_detail .from_message .ec-historyListHeader .ec-historyListHeader__date {
  text-align: left;
}

#page_mypage_message_detail .ec-definitions, .ec-definitions--soft {
  margin: 5px 0;
  display: none;
}

#page_mypage_message_detail .ec-historyRole .ec-historyRole__detail {
  border-top: none;
  width: 80%;
  background: #dddddd;
  border-radius: 7px;
  padding: 14px 20px;
  margin-bottom: 20px;
}

#page_mypage_message_detail .message_control {
  width: 50%;
  float: right;
}

#page_mypage_message_detail .ec-historyRole .ec-historyRole__contents {
  padding-top: 1em;
  padding-bottom: 16px;
  border-top: none;
  display: block;
  flex-direction: unset;
  color: #525263;
}

#page_mypage_message_detail .ec-historyRole.my_message .ec-historyRole__header {
  float: right;
}

#page_mypage_message_detail .ec-historyRole.my_message .ec-historyRole__detail {
  float: right;
  background: #1fb8df;
  color: #FFFFFF;
}

#page_mypage_message_detail .ec-historyRole.from_message .ec-historyRole__header {
  float: left;
}

#page_mypage_message_detail .ec-historyRole.from_message .ec-historyRole__detail {
  float: left;
}


#page_mypage_message .ec-matchingRole .ec-matchingRole__contents {
  display: block;
  border: none;
}

#page_mypage_message .noread_messages_count,
#page_mypage_message .ec-matchingRole .ec-matchingRole__detail{
  display: block;
}

#page_mypage_message .noread_messages_count {
  color: #FF0000;
}

.ec-mypageRole .ec-pageHeader h1 {
  line-height: 2em;
}

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

.other_seminar_wrap .other_seminar{
  width: 23%;
}

#page_mypage_message_detail .message_wrap {
  height: 50vh;
  overflow: scroll;
  background: #eff3f5;
  margin-bottom: 20px;
}

#page_mypage_message_detail #message_scroll {
  padding: 20px;
  background-image: repeating-linear-gradient(
    -45deg
    , #46b1c93d, #46b1c93d 4px, transparent 4px, transparent 8px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 0.55em;
}

/*--------------------------------------------------------*/

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

  .ec-mypageRole .ec-pageHeader h1 {
    margin: 10px 0 18px;
    padding: 28px 0 28px;
    border-bottom: none;
  }
  .ec-headerTitle .ec-headerTitle__title a {
    font-size: 24px;
  }

  .ec-headerNav .ec-headerNav__itemIcon {
    font-size: 14px;
  }

  /*アンケート*/
  .ec-borderedDefs dl {
    flex-wrap: wrap;
  }

  .ec-borderedDefs dt {
    padding-top: 0px;
    padding-right: 10px;
    width: 40%;
  }

  .ec-borderedDefs dd {
    width: 60%;
    line-height: 1;
  }

  .ec-headerNav .ec-headerNav__itemLink {
    display: none;
  }

  .ec-matchingRole .ec-matchingRole__contents {
    display: table;
    width: 100%;
  }

  .ec-matchingRole .ec-matchingRole__detail {
    display: table-cell;
    vertical-align: middle;
  }

  /*メッセージ*/

  #page_mypage_message .ec-matchingRole .ec-matchingRole__contents {
    display: table;
  }

  #page_mypage_message .noread_messages_count,
  #page_mypage_message .ec-matchingRole .ec-matchingRole__detail{
    display: table-cell;
    vertical-align: middle;
  }

  #page_mypage_message .ec-matchingRole .ec-matchingRole__header {
    width: 36.6666%;
    display: table-cell;
  }

  #page_mypage_message .noread_messages_count {
    width: 30%;
  }


}

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

  .ec-headerNav .ec-headerNav__itemLink {
    display: inline-block;
  }

  .exh_booth_container .exh_booth {
    width: 19%;
  }

}

.nav>li>a {
  padding: 14px 15px;
  text-shadow: 1px 1px 3px #dddddd;
  color: #333333;
  /*background-color: rgb(228 228 228 / 97%);*/
  background: #efefef;
  border: 1px solid #dddddd;
}

.nav>li>a:hover {
  border: 1px solid #dddddd;
}

.nav-tabs>li {
  margin-bottom: -1px;
  float: none;
  display: inline-block;
  zoom: 1;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border-top: 5px solid #aacd06;
  background: #FFFFFF;
  cursor: pointer;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.nav-sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.nav-sp li {
  width: 20%;
  float: left;
  background: #aacd06;
}

.nav-sp li a{
  padding: 15px 4px;
  font-size: 9px;
  text-align: center;
  display: inherit;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  position: relative;
  height: 90px;
  color: #FFFFFF;
}

.nav-sp li a img.nav_ico {
  width: 30px;
}

@media screen and (max-width:1023px) {
  .ec-headerNavSP {
    display: block;
    right: 10px;
    left: auto;
  }

  .ec-headerNav {
    display: none;
  }

  .ec-drawerRole {
    transform: translateX(300px);
    right: 0;
    left: auto;
  }

  .ec-drawerRole.is_active {
    display: block;
  }

  .have_curtain .ec-overlayRole {
    display: block;
  }

  .ec-drawerRoleClose {
    right: 270px;
    left:auto;
  }

  .ec-drawerRoleClose.is_active {
    display: block;
  }

}

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

  .ec-headerNaviRole {
    display: block;
  }

  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: auto;
  }

  .nav>li>a{
    padding: 6px 4px;
    font-size: 9px;
  }

  .nav-tabs {
    display: none;
  }

  .nav-sp {
    display: block;
  }

  .ec-headerNavSP {
    /*display: none;*/
    right: 10px;
    left: auto;
    z-index: 999;
  }

  .ec-headerNav {
    display: none;
  }

  .badge{
    position: absolute;
    top: -7px;
    right: -7px;
  }

  .ec-matchingRole .ec-matchingRole__contents {
    display: flex;
    width: auto;
  }

  .ec-matchingRole .ec-matchingRole__detail {
    display: block;
    vertical-align: auto;
  }

  .ec-layoutRole__header {
    height: 15vh;
  }


  .exh_booth_container {
    margin-left: -1%;
  }

  .exh_items_container .exh_items,
  .exh_booth_container .exh_booth {
    width: 49%;
    margin-left: 1%;
    height: 400px;
  }

  .other_seminar_wrap .other_seminar{
    width: 48%;
  }

}

.preview_area_sp .ec-headerNaviRole {
  display: block;
}

.preview_area_sp .ec-headerNaviRole .ec-headerNaviRole__left {
  width: auto;
}

.preview_area_sp .nav>li>a{
  padding: 6px 4px;
  font-size: 9px;
}

.preview_area_sp .nav-tabs {
  display: none;
}

.preview_area_sp .nav-sp {
  display: block;
}

.preview_area_sp .ec-headerNavSP {
  /*display: none;*/
  right: 10px;
  left: auto;
  z-index: 999;
}

.preview_area_sp .ec-headerNav {
  display: none;
}

.preview_area_sp .badge{
  position: absolute;
  top: -7px;
  right: -7px;
}

.preview_area_sp .ec-matchingRole .ec-matchingRole__contents {
  display: flex;
  width: auto;
}

.preview_area_sp .ec-matchingRole .ec-matchingRole__detail {
  display: block;
  vertical-align: auto;
}

.preview_area_sp .ec-layoutRole__header {
  height: 15vh;
}


.preview_area_sp .exh_booth_container {
  margin-left: -1%;
}

.preview_area_sp .exh_items_container .exh_items,
.preview_area_sp .exh_booth_container .exh_booth {
  width: 49%;
  margin-left: 1%;
  height: 400px;
}

.preview_area_sp .other_seminar_wrap .other_seminar{
  width: 48%;
}


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

  .exh_booth_container {
    margin-left: -1%;
  }

  .exh_items_container .exh_items,
  .exh_booth_container .exh_booth {
    width: 99%;
    margin-left: 1%;
    height: 400px;
  }

}

.preview_area_sp .exh_booth_container {
  margin-left: -1%;
}

.preview_area_sp .exh_items_container .exh_items,
.preview_area_sp .exh_booth_container .exh_booth {
  width: 99%;
  margin-left: 1%;
  height: 400px;
}

.session_movie {
  margin: 40px 0 60px;
}

ul.seminer_mokuji {
  margin-bottom: 40px;
  list-style: none;
}

ul.seminer_mokuji li{
  margin-bottom: 5px;
}

@media screen and (max-width:424px) {
  .sp_none{
    display: none;
  }
}

.preview_area_sp .sp_none{
  display: none;
}


.preview_area_sp {
  width: 375px;
  margin: 0 auto;
}

.preview_area_sp .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/** 動画用 ***/

.lp-movie-area {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  position:relative;
  min-height: 560px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.lp-movie-area-left-column {
  width: 64%;
  display: flex;
}
.lp-movie-area-right-column {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .lp-movie-area-left-column {
    width: 100%;
  }
  .lp-movie-area-right-column {
    width: 100%;
  }
}


.ec-radio .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}

/* JARVIS_DEV-41 ポップアップ */
.mp-popup-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mp-popup {
  position: absolute;
  right: 90px;
  top: 70px;
  border: 2px solid #3075A0;
  padding: 18px 20px;
  background-color: #fff;
  width: 400px;
  opacity: 0;
  z-index: 0;
}
.mp-popup.show-in {
  animation-name: pu_slidein;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
  z-index: 100002;
}
@keyframes pu_slidein {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.mp-popup.show-out {
  animation-name: pu_fadeout;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@keyframes pu_fadeout {
  from {
    opacity: 1;
    z-index: 100002;
  }
  to {
    opacity: 0;
    z-index: 0;
  }
}
.mp-popup_close {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #3075A0;
  line-height: 1;
  cursor: pointer;
}
.mp-popup_ttl {
  font-size: 1.4rem;
  color: #3075A0;
}
.mp-popup_ttl i {
  margin-right: 10px;
}
.mp-popup_txt {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mp-popup {
    width: 90%;
    top: auto;
    bottom: 16%;
    right: 50%;
    transform: translateX(50%);
  }
  @keyframes pu_slidein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}


/* end JARVIS_DEV-41 ポップアップ */
/* JARVIS_DEV-598 ポップアップ */
.notice-msg {
  position: fixed;
  right: 8px;
  top: 70px;
  opacity: 0;
  z-index: 0;
}
.notice-msg.show-in {
  animation-name: msg_slidein;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
  z-index: 100002;
}
@keyframes msg_slidein {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.notice-msg.show-out {
  animation-name: msg_fadeout;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@keyframes msg_fadeout {
  from {
    opacity: 1;
    z-index: 100002;
  }
  to {
    opacity: 0;
    z-index: 0;
  }
}
.msg-item {
  width: 286px;
  position: relative;
  padding: 12px;
  background: #fff;
  border: 0.5px solid #D0D0D0;
  border-radius: 4px;
}
.msg-item a {
  display: flex;
  gap: 8px;
  color: #000;
}
.msg-item + .msg-item {
  margin-top: 8px;
}
.js-msgClose {
  position: absolute;
  right: 12px;
  top: 12px;
  line-height: 1;
  cursor: pointer;
}
.js-msgClose i {
  color: #3075A0;
}
.msg-icon i {
  font-size: 22.399px;
  color: #707070;
}
.msg-company {
  font-size: 1.4rem;
  font-weight: bold;
}
.msg-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 4px;
}
.msg-txt {
  font-size: 1.2rem;
  margin-top: 4px;
}


/* end JARVIS_DEV-598 ポップアップ */

/* start--JARVIS_DEV-277 chatroom */
.mypageMain {
  width: 100%;
}
.msgMain .ec-mypageRole .ec-pageHeader h1 {
  border: none;
  font-size: 32px;
}
.howtouse {
  font-size: 12px;
  margin-left: 30px;
}
.howtouse i {
  font-size: 16px;
  margin-right: 5px;
}
.main-msg {
  --msgFontColor: #707070;
}
.main-msg__row {
  display: flex;
}
.main-msg__leftCnt {
  width: 300px;
}
.main-msg__form {
  padding: 16px 0 16px 10px;
  background: #F2F4F5;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  height: 68px;
}
.main-msg__form input {
  border: none;
  padding: 7px 13px;
  height: 34px;
}
.main-msg__searchInput {
  width: calc(100% - 42px);
  border-radius: 4px 0 0 4px;
  outline: none;
}
.main-msg__searchInput::placeholder {
  color: #E8E8E8;
  font-size: 12px;
}
.main-msg__search {
  background: #fff;
  color: #E8E8E8;
  border-radius: 0 4px 4px 0;
}
.main-msg__rightCnt {
  width: calc(100% - 300px);
}
/* modal 220615 night ad */
body.modal-open {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  left: 0;
  right: 0;
}
.modal-open .modal {
  /* position: absolute;
  top: 0; */
  overflow-y: scroll;
}
/* //modal */
.spOnly_head {
  display: none;
}
.main-msg__header {
  display: flex;
  align-items: center;
  padding: 16px 14px 16px 32px;
  height: 68px;
  background: #F2F4F5;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.btnMsgClose {
  display: none;
}
.main-msg__picInfo {
  display: flex;
  align-items: center;
}
.main-msg__company {
  color: var(--msgFontColor);
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}
.main-msg__pic {
  font-size: 12px;
  margin: 0 0 0 16px;
}
.btn__noShow {
  margin-left: auto;
  color: #fff;
  background: var(--msgFontColor);
  border-radius: 4px;
  padding: 8px 6px;
  font-size: 12px;
  border: none;
}
.btn__noShow i {
  display: none;
}
.main-msg__list {
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  height: 720px;
  overflow-y: scroll;
}
.main-msg__listItem {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #E8E8E8;
  min-height: 110px;
}
.main-msg__listItem.is-active {
  background: #F2F4F5;
}
.msg-searchResult {
  font-size: 14px;
  font-weight: bold;
}
.msg_unlead {
  display: inline-block;
  padding: 2px 10px;
  background: #ED8077;
  border-radius: 14px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 15px;
}
.main-msg__listItem .main-msg__listItemCompany {
  color: var(--msgFontColor);
  font-size: 14px;
  margin: 0;
  background: none;
  padding: 0;
}
.main-msg__listItemPic {
  color: var(--msgFontColor);
  font-size: 12px;
}
.main-msg__listItemTxt {
  color: #A2A2A2;
  font-size: 12px;
}
.main-msg__chatFlex {
  border-right: 1px solid #F2F4F5;
  border-bottom: 1px solid #F2F4F5;
  height: 720px;
}
.main-msg__contWrap {
  position: relative;
}
.main-msg__cont {
  height: 577px;
  overflow-y: scroll;
  padding: 14px 14px 14px 30px;
}
.main-msg__cont.searchResultCont {
  height: 720px;
}
.searchResultItem {
  margin: 26px 0 34px;
}
.searchResultItemTxt {
  font-size: 12px;
  text-align: center;
  position: relative;
}
.searchResultItemTxt::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #E8E8E8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.searchResultItemTxt span {
  position: relative;
  z-index: 1;
  color: #707070;
  background: #fff;
  padding: 8px;
  font-weight: bold;
  display: inline-block;
  max-width: 90%;
}
.main-msg__contItem + .main-msg__contItem {
  margin-top: 26px;
}
.main-msg__contItemPic {
  font-size: 12px;
  color: #A2A2A2;
}
.main-msg__contItemDetail {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  position: relative;
}
.main-msg__contItem.msgRight .main-msg__contItemDetail {
  justify-content: flex-end;
}
.main-msg__contItemDetailTxt {
  position: relative;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  max-width: 450px;
  min-width: 120px;
  word-break: break-all;
}
.main-msg__contItem.msgLeft .main-msg__contItemDetailTxt {
  background: #F2F4F5;
}
.main-msg__contItem.msgRight .main-msg__contItemDetailTxt {
  background: #3075A0;
  color: #fff;
}
.main-msg__contItem.msgRight .main-msg__contItemDetailTxt:hover {
  background: #5990B3;
}
.main-msg__contItem.msgRight .main-msg__contItemDetailTxt.searchTxtResultCont:hover {
  background: #3075A0;
}
.searchTxtResult {
  color: #000;
  background: #E1B517;
}
textarea.msg__textEditing {
  border: 5px solid #3075A0;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  width: 100%;
  max-width: 450px;
  min-height: 120px;
  transition: .5s;
  resize: none;
  outline: none;
}
textarea.msg__textEditing + .main-msg__contItemDetailEdit {
  visibility: visible;
  opacity: 1;
}
.main-msg__contItemDetailDate {
  color: #A2A2A2;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.main-msg__contItemDetailEdit {
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  display: flex;
  gap: 4px;
  padding: 3px 6px;
  position: absolute;
  right: 13px;
  bottom: -19px;
  background: #5990B3;
  font-size: 10px;
  border-radius: 0 0 4px 4px;
}
.main-msg__contItemDetailTxt:hover > .main-msg__contItemDetailEdit {
  visibility: visible;
  background: #5990B3;
  opacity: 1;
}
.main-msg__contItemDetailEdit button {
  color: #fff;
  border: none;
  background: none;
}
.main-msg__contItemDetailEdit button i {
  margin-right: 3px;
}
.msgHidden {
  text-align: center;
  margin-top: 10px;
}
.hiddenTxt {
  display: inline-block;
  font-size: 12px;
  color: #A2A2A2;
  padding: 8px;
  background: #F2F4F5;
}
.main-msg__attached {
  line-height: 1;
}
.msgLeft .main-msg__attached {
  margin-left: 4px;
}
.msgRight .main-msg__attached {
  text-align: right;
  margin-right: 4px;
}
.attachedFile {
  color: #707070;
  font-size: 10px;
}
.attachedFile i {
  margin-right: 3px;
}
.attachedFilePreview {
  max-width: 200px;
  margin-top: 5px;
}
.msgLeft .attachedFilePreview {
  margin-left: 4px;
}
.msgRight .attachedFilePreview {
  margin-left: auto;
  margin-right: 4px;
}
.main-msg__contItemOtherTxt {
  color: #A2A2A2;
  background: #F2F4F5;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
}
.main-msg__request {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.main-msg__contItemRequestTxt {
  color: #707070;
  font-size: 10px;
  text-align: center;
}
.main-msg__contItemSelect {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.selectItem {
  width: 250px;
  font-size: 10px;
  padding: 14px 30px;
  border: none;
}
.selectItem:hover {
  opacity: .8;
}
.selectItem.yes {
  color: #fff;
  background: #3075A0;
}
.selectItem.no {
  color: #707070;
  background: #F2F4F5;
}
.selectItem.del {
  color: #fff;
  background: #3075A0;
}
.selectItem.cancel {
  color: #707070;
  background: #F2F4F5;
}





.main-msg__formArea {
  display: flex;
  gap: 15px;
  padding: 16px 14px 0 30px;
  position: relative;
}
.main-msg__formArea::after {
  display: block;
  content: "";
  width: calc(100% - 44px);
  height: 1px;
  background-color: #E8E8E8;
  position: absolute;
  top: 0;
}
.main-msg__unread {
  width: calc(100% - 44px);
  position: absolute;
  left: 30px;
  top: -33px;
  background: rgba(48, 117, 160, .65);
  padding: 8px;
  cursor: pointer;
}
.main-msg__unread p {
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}
.main-msg__formCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px 19px;
  border: 1px solid #E8E8E8;
  background: #fff;
  width: 90px;
  flex-shrink: 0;
}
.main-msg__formCard:hover {
  text-decoration: none;
}
.main-msg__formCard i {
  font-size: 27px;
  color: #3075A0;
}
.main-msg__formCard span {
  font-size: 9px;
  color: #E8E8E8;
}
.main-msg__formTxtArea {
  position: relative;
  width: 100%;
  height: 113px;
  background: #F2F4F5;
}
.main-msg__formTxt {
  background: #F2F4F5;
  width: 100%;
  min-height: 71px;
  resize: none;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.btn__submit i {
  display: none;
}
.btn__submitTxt {
  position: absolute;
  right: 16px;
  bottom: 13px;
  border: none;
  background: #3075A0;
  color: #fff;
  font-size: 12px;
  padding: 5px 28px;
  border-radius: 4px;
}
.btn__file {
  position: absolute;
  right: 105px;
  bottom: 13px;
  /* max-width: 15px; */
  color: #3075A0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn_fileInput {
  appearance: none;
  opacity: 0;
  position: absolute;
  width: 14px;
  left: 0;
  top: 0;
  cursor: pointer;
}
input.btn_fileInput[type="file"]::-webkit-file-upload-button {
  max-width: 22px;
}
.js-attachedFile .btn__selectFile {
  display: none;
}
.fileAttached {
  display: none;
  color: #707070;
  font-size: 14px;
  margin-bottom: 3px;
}
.js-attachedFile .fileAttached {
  display: block;
}
.fileAttached i {
  margin-right: 5px;
}
.clearAttached {
  color: #707070;
  font-size: 10px;
  vertical-align: super;
  margin-left: 3px;
}
.cardRequestPu,
.msgDeleteNotePu {
  visibility: hidden;
  max-width: 324px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .6s;
}
.cardRequestPu.is-puShow,
.msgDeleteNotePu.is-puShow {
  visibility: visible;
  opacity: 1;
}
.pu__contItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
  padding: 32px;
}
.pu__contTxt {
  font-size: 10px;
}

@media screen and (max-width:767px){
  .main-msg__row {

  }
  /* none .is-selected */
  .main-msg__leftCnt {
    width: 100%;
    display: block;
  }
  .main-msg__form {
    padding: 16px 10px;
    border-bottom: none;
    border-right: 1px solid #e8e8e8;
  }
  .main-msg__list {
    height: 700px;
    padding: 0 4px 25px;
    background: #F2F4F5;
  }
  .main-msg__listItem {
    background: #fff;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #e8e8e8;
    min-height: 97px;
  }
  .main-msg__rightCnt {
    display: none;
    width: 100%;
    min-height: 100vh; /* fallback */
    min-height: calc(var(--vh, 1vh) * 100);
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    box-sizing: border-box;
  }
  .main-msg__rightCnt.is-msgOpen {
    display: block;
    animation-name: msgSlideIn;
    animation-duration: .5s;
  }
  @keyframes msgSlideIn {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .spOnly_head {
    display: block;
    padding: 12px 15px 0;
    background: #fff;
  }
  .spOnly__back {
    font-size: 14px;
    color: #707070;
  }
  .spOnly__back i {
    margin-right: 10px;
  }
  .spOnly_head .ec-mypageRole .ec-pageHeader h1 {
    border: none;
    font-size: 32px;
    padding: 0;
    line-height: 1.6;
  }
  .main-msg__header {
    border-left: 1px solid #E8E8E8;
    border-bottom: none;
    padding: 16px 14px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .main-msg__header button {
    display: block;
    border: none;
    background: #F2F4F5;
    height: 100%;
    width: 35px;
    padding: 0;
    text-align: left;
  }
  .main-msg__picInfo {
    display: block;
  }
  .main-msg__company {
    font-size: 15px;
  }
  .main-msg__pic {
    margin: 0;
    font-size: 13px;
  }
  .btn__noShow {
    background: none;
    color: var(--msFontColor);
    font-size: 16px;
  }
  .btn__noShow i {
    display: block;
  }
  .btn__noShow span {
    display: none;
  }
  .main-msg__chatFlex {
    height: auto;
  }
  .main-msg__contWrap {
    padding: 0 4px;
    width: calc(100% - 30px);
    height: calc(100vh - (162px + 201px));
    margin: 0 auto;
    background: #F2F4F5;
    border-right: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
  }
  .main-msg__contWrap.searchResultContWrap {
    height: calc(100vh - 162px);
    padding: 0 4px 30px;
  }
  .main-msg__cont {
    height: calc(100vh - 363px);
    padding: 13px 13px 15px;
    background: #fff;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
  }
  .main-msg__cont.searchResultCont {
    height: 100%;
  }
  .main-msg__formArea {
    display: block;
    position: relative;
    width: 100%;
    height: 201px;
    bottom: 0;
    left: 0;
    padding: 14px;
    background: #F2F4F5;
    flex-direction: column-reverse;
    border: 1px solid #E8E8E8;
  }
  .main-msg__formArea::after {
    display: none;
  }
  .main-msg__formArea .main-msg__unread.msg__sp {
    width: calc(100% - 40px);
    left: 20px;
    top: -34px;
  }
  .main-msg__formTxtArea {
    width: 100%;
    height: 122px;
    background: #fff;
    position: relative;
  }
  .main-msg__formTxt {
    background: #fff;
    min-height: 100%;
    font-size: 16px;
    border: 1px solid #E8E8E8;
    border-radius: 0;
  }
  .main-msg__formTxt::placeholder {
    font-size: 12px;
  }
  .btn__submit {
    position: absolute;
    right: 10px;
    bottom: -44px;
  }
  .btn__submit i {
    display: block;
    color: #3075A0;
    font-size: 23px;
    position: absolute;
  }
  .btn__submitTxt {
    padding: 5px 0;
    max-width: 25px;
    z-index: 2;
    opacity: 0;
    position: static;
  }
  .main-msg__formCard {
    border: none;
    padding: 0;
    width: 30.4px;
    margin-left: 10px;
    position: absolute;
    top: 155px;
  }
  .main-msg__formCard span {
    display: none;
  }
  .btn__file {
    font-size: 21px;
    left: 57px;
    bottom: -44px;
    /* max-width: 22px; */
  }
  .fileAttached {
    font-size: 12px;
  }
}
/* end--JARVIS_DEV-277 chatroom */

/* start JARVIS_DEV-402 */
.msg-noneItem > * {
  background: #F2F4F5;
  border-radius: 2px;
}
.msg-none__tit {
  width: 110px;
  height: 20px;
}
.msg-none__name {
  width: 63px;
  height: 10px;
  margin: 6px 0 8px;
}
.msg-none__cnt {
  height: 8px;
}
.msg-none__cnt + .msg-none__cnt {
  margin-top: 2px;
}
.main-msg__listItem.msg-noneSearch {
  border: none;
}
.msg-noneSearch__result {
  color: #707070;
  font-size: 14px;
  font-weight: bold;
}
/* end JARVIS_DEV-402 */

/* JARVIS_DEV-379 floormap */
.it-layout-header__floormap {
  background: none;
}
.floormap_contents{
  margin-top: 50px;
}
.floormap__main {
  width: 100%;
  margin: 0 auto;
}
.floormap__image {
  position: relative;
}
.eventItem__link {
  width: 17%;
  max-width: 160px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background: #fff;
  position: absolute;
  border: 4px solid #ED8077;
  border-radius: 4px;
  transition: .3s;
}
.eventItem__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 21px 0 21px;
  border-color: #ed8177 transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.eventItem__link:hover {
  text-decoration: none;
  transform: translateY(4px);
}
.eventItem__movie {
  left: 6.5%;
  top: 41.8%;
}
.eventItem__meeting {
  left: 22%;
  top: 7.2899%;
}
.eventItem__booth {
  left: 39.6%;
  top: 41.8%;
}
.eventItem__message {
  left: 58.5%;
  top: -2.1%;
}
.eventItem__card {
  left: 73.4%;
  top: 29.4%;
}
.eventItem__survey {
  left: 84%;
  top: 10.5%;
}
@media screen and (max-width: 767px) {
  .floormap__mainWrap {
    padding: 0;
    margin-top: 30px;
  }
  .eventItem__link {
    font-size: 10px;
    width: 122px;
  }
  .eventItem__link::after {
    border-width: 11.98px 13.25px 0 13.25px;
    bottom: -18px;
  }
  .eventItem__movie {
    left: 53px;
    top: 3%;
  }
  .eventItem__meeting {
    left: 66px;
    top: 36.7%;
  }
  .eventItem__booth {
    left: 215px;
    top: 13%;
  }
  .eventItem__message {
    left: 206px;
    top: 60.5%;
  }
  .eventItem__card {
    left: 227px;
    top: 36.7%;
  }
  .eventItem__survey {
    left: 24px;
    top: 75.5%;
  }
  .floormap__image {
    width: 375px;
    height: 591px;
    margin: 0 auto;
  }
  .pcOnly_img {
    display: none;
  }
}

/* end JARVIS_DEV-379 floormap */

/* start JARVIS_DEV-299 オンライン商談　終了アナウンスと延長機能 */
.announce {
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 584px;
  z-index: 1;
}
.announce_countdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #C4C3C4;
  font-size: 14px;
  color: #000;
  padding: 12px 20px;
}
.announce_icon img {
  margin-right: 7px;
}
img.img-auto {
  width: auto;
}
.announce_extension {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E1B517;
  color: #fff;
  font-size: 12px;
}
.announce_extension .announce_cnt {
  padding: 13px 20px;
}
.announce_cnt i {
  margin-right: 13px;
}
.extension {
  display: flex;
}
.extension_btn {
  padding: 13px 30px;
  border-left: 1px solid #CCA415;
  cursor: pointer;
}
.extension_btn:hover {
  opacity: .6;
}
.no {
  color: #9B7D10;
}
.select_extension {
  color: #fff;
  background: #3075A0;
  padding: 13px 20px;
  font-size: 12px;
}
.select_end {
  color: #fff;
  background: #ED8077;
  padding: 13px 20px;
  font-size: 12px;
}
.video {
  position: relative;
}
.v-size__control {
  text-align: right;
  padding: 10px;
}
.v-size__btn {
  cursor: pointer;
}

/* fullscreen */
#video-area {
  position: relative;
}

#control #exit {
  display: none;
}

#video-area:-webkit-full-screen #video {
  position : absolute ;
  left     : 0 ;
  top      : 0 ;
  width    : 100% ;
  height   : 100% ;
  padding: 0 3%;
  background: #3d3d3d;
}
#video-area:-moz-full-screen #video {
  position : absolute ;
  left     : 0 ;
  top      : 0 ;
  width    : 100% ;
  height   : 100% ;
  padding: 0 3%;
  background: #3d3d3d;
}
#video-area:-ms-fullscreen #video {
  position : absolute ;
  left     : 0 ;
  top      : 0 ;
  width    : 100% ;
  height   : 100% ;
  padding: 0 3%;
  background: #3d3d3d;
}
#video-area:fullscreen #video {
  position : absolute ;
  left     : 0 ;
  top      : 0 ;
  width    : 100% ;
  height   : 100% ;
  padding: 0 3%;
  background: #3d3d3d;
}

#video-area:-webkit-full-screen .v-size__control {
  position: absolute;
  top: 13px;
  right: 1.6074%;
}
#video-area:-moz-full-screen .v-size__control {
  position: absolute;
  top: 13px;
  right: 1.6074%;
}
#video-area:-ms-fullscreen .v-size__control {
  position: absolute;
  top: 13px;
  right: 1.6074%;
}
#video-area:fullscreen .v-size__control {
  position: absolute;
  top: 13px;
  right: 1.6074%;
}

#video-area:-webkit-full-screen #video iframe{
  width    : 100% ;
  height   : 100% ;
}
#video-area:-moz-full-screen #video iframe{
  width    : 100% ;
  height   : 100% ;
}
#video-area:-ms-fullscreen #video iframe{
  width    : 100% ;
  height   : 100% ;
}
#video-area:fullscreen #video iframe {
  width    : 100% ;
  height   : 100% ;
}

/* /end fullscreen */


@media screen and (max-width: 767px){
  .announce_countdown {
    background: #FFFFFF;
    opacity: .7;
  }
  .announce_extension {
    flex-direction: column;
  }
  .extension {
    width: 100%;
    border-top: 1px solid #CCA415;
    font-size: 14px;
  }
  .extension_btn {
    border: none;
    width: calc(100% / 2);
    text-align: center;
  }
  .extension_btn + .extension_btn {
    border-left: 1px solid #CCA415;
  }
}

/* end JARVIS_DEV-299 オンライン商談　終了アナウンスと延長機能 */

/* start JARVIS_DEV-395 form parts */
/* 共通 */
.form-contentsInner {
  color: #000;
}
.form-item__head {
  margin: 35px 0;
}
.required {
  font-size: 1rem;
  color: #fff;
  background: #ED8077;
  padding: 4px 8px;
  margin-left: 8px;
}
.form-item__flex {
  display: flex;
  gap: 80px;
  margin: 50px 0;
}
.form-item__flexLeft {
  flex-shrink: 1;
  width: 230px;
  display: flex;
  flex-direction: column;
}
.errorTxt,
.noteTxt {
  font-size: 12px;
}
.noteTxt {
  color: #707070;
}
.form-item__flexRight .errorTxt {
  display: block;
  color: #ED8077;
  font-weight: bold;
  margin-top: 4px;
  font-size: 16px;
}
.form-item__flexRight {
  width: 100%;
  max-width: 600px;
}
.form-item__flexRight .f-item__box + .f-item__box {
  margin-top: 1.6rem;
}
.form-item__flexRight input::placeholder {
  font-size: 16px;
  color: #E8E8E8;
}
.form-item__flexRight input[type="text"],
.form-item__flexRight input[type="password"],
.form-item__flexRight input[type="email"] {
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #A2A2A2;
}
.form-item__flexRight.f-checkError input {
  background: rgba(253,241,240,0.325);
  border: 1px solid #ED8077;
}
.f-item__box.f-checkError input {
  background: rgba(253,241,240,0.325);
  border: 1px solid #ED8077;
}
.f-item__box.f-checkError .f-selectbox {
  background: rgba(253,241,240,0.325);
  border: 1px solid #ED8077;
}
.form-item__flexRight.f-checkError input[type="button"] {
  background: #ED8077;
}
.form-item__flexRight.f-checkError input[type="radio"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background: rgba(253,241,240,0.325);
  border: 1px solid #ED8077;
  position: relative;
}
.form-item__flexRight.f-checkError input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background: none;
  border: none;
  position: relative;
}
.form-item__flexRight.f-checkError input[type="file"] {
  border: none;
  background: none;
}
.f-checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  position: relative;
}
.f-checkbox__group .f-checkbox {
  position: relative;
}
.f-checkError .f-checkbox input::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: rgba(253,241,240,0.325);
  border: 1px solid #ED8077;
  position: relative;
}
.f-checkError .f-checkbox input:checked::after {
  display: none;
}
.f-checkbox__group + .errorTxt {
  margin-top: -24px;
  color: #ED8077;
  font-weight: bold;
}
.f-checkError textarea {
  background: rgba(253,241,240,0.325);
  border: 1px solid #ED8077;
}
.form-itemCntWrap {
  margin: 50px 0;
}
.f-itemTit {
  font-weight: bold;
  margin-bottom: 16px;
  margin: 16px 0;
}


/* 各パーツ */
.form-item__head h2 {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  padding: 15px 16px!important;
  background: #F2F4F5!important;
}
.form-item__head h3 {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  padding: 0 16px;
}
.f-input__text1Line {
  width: 100%;
}
.f-txtHorizontal {
  display: flex;
  gap: 4px;
}
.f-input__textHorizontal {
  flex: 1;
}
.f-spinnerArea {
  display: flex;
}
.f-spinnerArea input {
  padding: 11px;
  border: 1px solid #A2A2A2;
  font-size: 18px;
  width: auto;
  vertical-align: middle;
}
.f-spinnerArea input[type="number"]::-webkit-outer-spin-button,
.f-spinnerArea input[type="number"]::-webkit-inner-spin-button {
  /* デフォルトspinner hidden */
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.f-spinnerArea input[type="number"] {
  width: 106px;
  border-radius: 4px 0 0 4px;
  /* デフォルトspinner hidden */
  appearance: none;
  -moz-appearance: textfield;
}
.btnSpinnerBox {
  display: flex;
  flex-direction: column;
  width: 43px;
}
.btnSpinnerBox .btnSpinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  font-size: 12px;
}
.btnSpinnerBox input:first-child {
  border-radius: 0 4px 0 0;
}
.btnSpinnerBox input:last-child {
  border-radius: 0 0 4px 0;
}
.f-spinnerArea input[type="button"]{
  cursor: pointer;
  padding: 0;
  flex: 1;
  background: #A2A2A2;
}
.f-postcode {
  display: flex;
  align-items: center;
  gap: 8px;
}
.f-postcode::before {
  content: "〒";
  display: block;
}
.f-postcode input {
  width: 150px;
}
.f-itemInfo {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #3075A0;
}
.f-itemInfo span {
  font-size: 10px;
}
.f-phonenumber input {
  width: 300px;
}
.f-itemRadioBox__horizontal {
  display: flex;
  align-items: center;
  gap: 40px;
}
.f-itemRadio {
  display: flex;
  align-items: center;
  gap: 8px;
}
.f-itemRadio input {
  width: 24px;
  height: 24px;
}
.f-itemRadioBox__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.f-selectboxWrap {
  display: flex;
}
.f-selectbox {
  padding: 10px 43px 10px 16px;
  color: #000;
  background: transparent;
  border: 1px solid #A2A2A2;
  border-radius: 4px;
  outline: none;
  position: relative;
  z-index: 1;
  /* デフォルト矢印非表示 */
  -webkit-appearance: none;
  appearance: none;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox option {
  color: #000;
}
.f-selectbox option:first-child {
  color: #E8E8E8;
}
.selectbox__normal {
  width: 300px;
  cursor: pointer;
}
.selectbox__year {
  width: 150px;
  cursor: pointer;
}
.selectbox__month {
  width: 112px;
  cursor: pointer;
}
.selectbox__day {
  width: 112px;
  cursor: pointer;
}
.f-selectboxWrap::after {
  content: "\f078";
  font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
  font-size: 12px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  border-radius: 0 4px 4px 0;
  background: #A2A2A2;
  position: relative;
  z-index: 0;
}
.selectbox__normalWrap::after {
  left: -43px;
  top: 0;
}
.selectbox__yearWrap,
.selectbox__monthWrap,
.selectbox__dayWrap {
  position: relative;
}
.selectbox__yearWrap::before {
  content: "年";
  display: block;
  position: absolute;
  left: 157px;
  top: 50%;
  transform: translateY(-50%);
}
.selectbox__monthWrap::before {
  content: "月";
  display: block;
  position: absolute;
  left: 119px;
  top: 50%;
  transform: translateY(-50%);
}
.selectbox__dayWrap::before {
  content: "日";
  display: block;
  position: absolute;
  left: 119px;
  top: 50%;
  transform: translateY(-50%);
}
.selectbox__yearWrap::after,
.selectbox__monthWrap::after,
.selectbox__dayWrap::after {
  left: -43px;
}
.u-selectWrap {
  display: flex;
}
.f-checkboxWrap {
  display: flex;
  gap: 40px;
}
.f-checkbox {
  display: flex;
  align-items: center;
}
.f-checkboxWrap__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.f-freetext {
  width: 100%;
  min-height: 130px;
}
.f-imgSelect {
  width: 320px;
}
.f-imgSelect img {
  width: 100%;
}
.f-imgSelectBtn {
  width: 320px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}
.f-imgSelectBtn__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #A2A2A2;
  border-radius: 4px;
  flex: 1;
  flex-basis: calc(100% / 2 - 8px);
}
.imgSelectBtn__select {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
.imgSelectBtn__select input[type="file"] {
  display: none;
}
.f-imgSelect + .previewImg__name {
  font-size: 12px;
  color: #707070;
  margin-top: 8px;
}
.seminarRoom__wrap {
  overflow: scroll;
  margin-top: 16px;
}
.seminarRoom__itemLabel {
  display: flex;
  gap: 20px;
  padding: 16px 20px;
}
.seminarRoom__row {
  display: flex;
  gap: 20px;
  padding: 0 20px;
  width: max-content;
  height: 70px;
}
.seminarRoom__row:nth-child(even) {
  background: #F2F4F5;
}
.seminarRoom__itemLabel > .seminarRoom__item {
  font-weight: bold;
  padding: 0;
}
.seminarRoom__item {
  font-size: 13px;
  padding: 16px 0;
}
.seminarRoom__item a {
  text-decoration: underline;
}
.seminarRoom__id {
  min-width: 30px;
}
.seminarRoom__day {
  min-width: 75px;
}
.seminarRoom__time {
  min-width: 90px;
}
.seminarRoom__company {
  width: 190px;
  min-width: 182px;
  flex-shrink: 0;
}
.seminarRoom__title {
  width: 190px;
  min-width: 182px;
  flex-shrink: 0;
}
.seminarRoom__status {
  min-width: 70px;
}
.seminarRoom__entry {
  min-width: 46px;
}
.seminarRoom__preview {
  min-width: 75px;
}
.seminarRoom__preview i {
  font-size: 18px;
}
.f-item__movieWrap {
  padding: 32px 17px 32px 32px;
  background: #F2F4F5;
}
.movieCntItem {
  display: flex;
  gap: 80px;
  margin-top: 32px;
}
.f-movieTit {
  font-size: 14px;
  font-weight: bold;
}
.movieCntItem label {
  width: 198px;
  flex-shrink: 0;
  font-weight: normal;
  font-size: 13px;
}
.movieCntItem input {
  width: 100%;
  padding: 10px 16px;
}
.movieCntItem textarea {
  width: 100%;
  height: 130px;
}

.f-item__bgColorBox {
  padding: 32px 17px 32px 32px;
  background: #F2F4F5;
}
.bgColorBox__tit {
  font-size: 14px;
  font-weight: bold;
}
.bgColorBox__flex {
  display: flex;
  gap: 80px;
  margin-top: 3.2rem;
}
.bgColorBox__flex + .bgColorBox__tit {
  margin-top: 3.2rem;
}
.bgColorBox__flexLeft {
  display: flex;
  flex-direction: column;
}
.bgColorBox__flexLeft label {
  width: 198px;
  flex-shrink: 0;
  font-weight: normal;
  font-size: 13px;
}
.bgColorBox__flexLeft .noteTxt {
  width: 198px;
}
.bgColorBox__flex input {
  width: 100%;
}
.bgColorBox__flex textarea {
  width: 100%;
  height: 130px;
}

.f-participant__selectBox {
  display: flex;
  gap: 80px;
  margin-bottom: 16px;
}
.f-participant__selectBox label {
  width: 230px;
}
.participant__info {
  padding: 32px 17px 32px 32px;
  background: #F2F4F5;
}
.participant__info + .participant__info {
  margin-top: 16px;
}
.f-participantTit {
  font-size: 14px;
  font-weight: bold;
}
.participantCntItemWrap {
  display: flex;
  gap: 80px;
  margin-top: 32px;
}
.participantCntItem {
  display: flex;
  flex-direction: column;
  width: 198px;
  flex-shrink: 0;
}
.participantCntItem label {
  font-weight: normal;
  font-size: 13px;
}
.participantCntInput {
  width: 100%;
}
.participantCntInput input {
  padding: 10px 16px;
  width: 100%;
}
input.u-participantInput__age {
  width: 138px;
}
.form-item__agreement {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.form-item__agreement .f-checkbox {
  font-weight: normal;
}
.f-agreementBtnBox {
  width: 100%;
  max-width: 286px;
}
.f-agreementBtn {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 14px 32px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  transition: .3s;
  border: none;
}
.f-agreementBtn:hover {
  text-decoration: none;
  box-shadow: none;
  color: #fff;
  opacity: .8;
}
.f-agreementBtn.btnAgree {
  background: #ED8077;
}
.f-agreementBtn.btnNoagree {
  margin-top: 16px;
  background: #A2A2A2;
}
.f-agreementBtn.btnBack {
  margin-top: 16px;
  background: #525263;
}
.favorite__itemRowWrap {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 16px 20px;
}
.favorite__itemRowWrap:nth-child(even) {
  background: #F2F4F5;
}
.favorite__itemLabelTit {
  font-size: 13px;
  font-weight: bold;
}
.labelTitCompany {
  width: 630px;
}
.labelTitRegistrationDate {
  width: 135px;
  flex-shrink: 0;
}
.favorite__itemCompany {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 630px;
}
.favorite__itemWrap {
  font-size: 13px;
}
.favorite__companyIcon {
  width: 20px;
  flex-shrink: 0;
}
.favorite__registrationDate {
  width: 135px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .form-item__flex {
    flex-direction: column;
    gap: 8px;
    margin: 40px 0;
  }
  .form-item__flexLeft {
    width: 100%;
  }
  .form-item__flexRight {
    max-width: none;
  }
  .f-txtHorizontal {
    flex-direction: column;
    gap: 8px;
  }
  .f-spinnerArea input[type="number"] {
    width: 120px;
  }
  .f-itemRadioBox__horizontal {
    gap: 16px;
  }
  .f-itemRadio {
    gap: 4px;
  }
  .form-item__head h3 {
    padding: 0;
  }
  .u-selectWrap {
    flex-wrap: wrap;
    gap: 8px;
  }
  .selectbox__yearWrap {
    width: 100%;
    max-width: 414px;
  }
  .selectbox__yearWrap::before {
    left: calc(100% - 32px);
  }
  .selectbox__year {
    width: 100%;
  }
  .selectbox__monthWrap::before {
    left: 135px;
  }
  .selectbox__month {
    width: 124px;
  }
  .selectbox__dayWrap::before {
    left: 135px;
  }
  .selectbox__day {
    width: 124px;
  }
  .seminarRoom__wrap {
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .seminarRoom__itemLabel {
    padding: 16px 20px;
  }
  .f-item__movieWrap {
    padding: 24px 16px;
  }
  .movieCntItem {
    flex-direction: column;
    gap: 5px;
    margin-top: 24px;
  }
  .f-item__movieTit {
    margin-top: 16px;
  }
  .f-item__bgColorBox {
    padding: 24px 16px;
  }
  .bgColorBox__flex {
    flex-direction: column;
    gap: 5px;
    margin-top: 24px;
  }
  .bgColorBox__tit + .bgColorBox__flex {
    margin-top: 16px;
  }

  .participant__info {
    padding: 24px 16px;
  }
  .f-participant__selectBox {
    flex-direction: column;
    gap: 16px;
  }
  .participantCntItemWrap {
    flex-direction: column;
    gap: 4px;
  }
  .u-mgt__participantCnt {
    margin-top: 16px;
  }
  .participantCntItem {
    width: 100%;
  }
  input.u-participantInput__age {
    width: 74px;
  }
  .favorite__itemLabel {
    display: none;
  }
  .favorite__itemRowWrap {
    flex-direction: column;
    gap: 4px;
    padding: 24px 8px;
  }
  .favorite__itemCompany {
    width: 100%;
    gap: 8px;
    align-items: flex-start;
  }
  .favorite__registrationDate {
    width: 100%;
    text-align: right;
    font-size: 12px;
  }
}

/* end JARVIS_DEV-395 form parts */


/* JA17-53 loginpage */
.ja-btn__buyerentry {
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .ja-loginPage {
    display: flex;
  }
  .ec-off2Grid .ec-off2Grid__cell {
    width: 100%;
    margin-left: 0;
  }
  .ja-buyerentry {
    margin-top: 0;
    width: 100%;
    max-width: 384px;
  }
}

.search-matching-service{
}
.search-matching-service form{
  display: flex;
  flex-wrap: wrap;
}
.search-matching-service .search-txt{
  position: relative;
  max-width: 330px;
}
.search-matching-service form .icon-search{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  color: #E8E8E8;
}
.search-matching-service .search-matching-service_txt{
  padding: 9px 0 10px 40px;
  border: 1px solid #707070;
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
  font-size: 1.6rem;
}
.search-matching-service .search-matching-service_txt::placeholder{
  color: #E8E8E8;
}
.search-matching-service .search-matching-bigcat{
  width: 100%;
}
.search-matching-service .search-matching-service_submit{
  color: #fff;
  background: #000;
  padding: 9px 34px;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 1.6rem;
}
@media screen and (max-width:767px){
  .search-matching-service form .icon-search{
    left: 10px;
  }
  .search-matching-service .search-matching-service_txt{
    padding: 13px 0 10px 29px;
    width: 66vw;
    font-size: 13px;
  }
  .search-matching-service .search-matching-service_submit{
    padding: 10px 20px;
  }
}

.f-itemMatchingWrap {

}

.f-itemMatchingWrap .favorite__itemRowWrap {
  gap: 10px;
  align-items: center;
}

.f-itemMatchingWrap .favorite__itemCompany {
  width: auto;
  flex: 1;
}

.f-itemMatchingWrap .favorite__companyName {
  flex: 2;
}

.f-itemMatchingWrap .favorite__registrationDate {
  width: auto;
  flex: 1;
}

@media screen and (max-width:767px){
  .f-itemMatchingWrap .favorite__itemCompany {
    width: 100%;
  }

  .f-itemMatchingWrap .favorite__companyName {
    width: 100%;
  }

  .f-itemMatchingWrap .favorite__registrationDate {
    width: 100%;
  }
}


/* JA17-69 商品マッチングサポート end */
