@charset "UTF-8";
@import url("./config.php");
* {
  word-break: break-all;
}

.fw3 {
  font-family: "ヒラギノ角ゴ Pro W3", " HiraKakuPro-W3", "ヒラギノ角ゴ ProN W3",
    "HiraKakuProN-W3", "HiraKakuProN-W3", "MS Gothic", "Meiryo", sans-serif;
}

/* .slide_item[data-swiper-slide-index="1"] .slide_ttl_area,
.slide_item[data-swiper-slide-index="2"] .slide_ttl_area,
.slide_item[data-swiper-slide-index="3"] .slide_ttl_area{
  height: 530px !important;
}
.slide_item[data-swiper-slide-index="1"] .slide_footer,
.slide_item[data-swiper-slide-index="2"] .slide_footer,
.slide_item[data-swiper-slide-index="3"] .slide_footer{
  display: none;
} */

#top .advertising_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#top .advertising_link.over:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.6s;
}

/************************************
下層ページ共通タイトル
*************************************/
.main_u_v {
  position: relative;
  height: 134px;
  background-color: var(--key-color-100);
  /*キーカラー*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.main_u_v .sec_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}

.main_u_v .sec_ttl {
  color: #fff;
  margin: 0 auto;
}

.sec_in {
  max-width: 980px;
  margin: 0 auto;
  width: 95%;
}

/*共通項目*/
div:focus {
  outline: none;
}

.sec_ttl {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 43px;
  letter-spacing: 0.11em;
}

.sec_ttl + p {
  text-align: center;
}

.sec_ttl span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-top: 16px;
}

.sec_sub_ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.sec_sub_ttl + p {
  text-align: center;
  letter-spacing: 0.14em;
}

/************************************
下層ページ共通ボタン
*************************************/
.default_btn {
  display: inline-block;
  width: 202px;
  padding: 15px 10px 18px 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--key-color-100);
  /*キーカラー*/
  border: 2px solid var(--key-color-100);
  /*キーカラー*/
  color: #fff;
  border-radius: 4px;
  position: relative;
  font-weight: 600;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

.default_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 16px / 2);
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.default_btn:hover {
  background-color: #fff;
  border-color: var(--key-color-100);
  /*キーカラー*/
  color: var(--key-color-100);
  /*キーカラー*/
}

.default_btn:hover:after {
  border-top: 2px solid var(--key-color-100);
  /*キーカラー*/
  border-right: 2px solid var(--key-color-100);
  /*キーカラー*/
}

/************************************
トップ
*************************************/
.main_v {
  width: 100%;
  margin-top: 60px;
}

.top_sec1 {
  margin: 100px auto;
}

.top_sec1 .slider {
  margin-bottom: 82px;
}

.top_sec1 .slide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_sec1 .slide_list .slide_item {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 540px;
}

.top_sec1 .slide_list .slide_item .slide_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_sec1 .slide_list .slide_item .slide_header .time_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_sec1 .slide_list .slide_item .slide_header .time_txt p {
  font-size: 32px;
  font-weight: bold;
}

.top_sec1 .slide_list .slide_item .slide_header .time_txt p span {
  font-size: 12px;
  display: inline-block;
  line-height: 1.4em;
  font-weight: normal;
  margin-left: 3px;
}

.top_sec1 .slide_list .slide_item .slide_header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_sec1 .slide_list .slide_item .slide_header ul li:first-child {
  padding-right: 15px;
}

.top_sec1 .slide_list .slide_item .slide_ttl_area {
  color: #fff;
  padding: 0;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top_sec1 .slide_list .slide_item .slide_ttl_area .ttl {
  font-size: 22px;
  font-weight: bold;
  height: 145px;
  margin-top: -19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_sec1 .slide_list .slide_item .slide_ttl_area .name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_sec1 .slide_list .slide_item .slide_ttl_area .name_area .name_list {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.top_sec1
  .slide_list
  .slide_item
  .slide_ttl_area
  .name_area
  .name_list
  div:first-child {
  width: 67px;
}

.top_sec1
  .slide_list
  .slide_item
  .slide_ttl_area
  .name_area
  .name_list
  div:last-child {
  font-size: 10px;
  margin-left: 10px;
  width: calc(100% - 67px - 10px);
}

.top_sec1
  .slide_list
  .slide_item
  .slide_ttl_area
  .name_area
  .name_list
  div:last-child
  .name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 11px;
  margin-top: 0px;
}

.top_sec1
  .slide_list
  .slide_item
  .slide_ttl_area
  .name_area
  .name_list
  div:last-child
  .name
  span {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}

.top_sec1
  .slide_list
  .slide_item
  .slide_ttl_area
  .name_area
  .name_list
  div:last-child
  .company {
  margin-bottom: 5px;
}

.top_sec1
  .slide_list
  .slide_item
  .slide_ttl_area
  .name_area
  .name_list
  div:last-child
  .company,
.top_sec1
  .slide_list
  .slide_item
  .slide_ttl_area
  .name_area
  .name_list
  div:last-child
  .position {
  line-height: 1.3em;
}

.top_sec1 .slide_list .slide_item .slide_footer {
  background: #fff;
  padding: 9px 25px 100px 25px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

#top .mainSection .app_area {
  width: 100%;
  height: 200px;
  background-color: var(--key-color-100);
  height: 190px;
  /*margin-bottom: 80px;*/
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

#top .mainSection .app_area a {
  width: 330px;
  background-color: #fff;
  color: var(--key-color-100);
}

#top .mainSection .app_area a.default_btn:after {
  border-top: 2px solid var(--key-color-100);
  /*キーカラー*/
  border-right: 2px solid var(--key-color-100);
  /*キーカラー*/
}

.top_sec1 .slide_list .slide_item .slide_footer .time_txt {
  font-weight: 500;
  margin-bottom: 10px;
}

.top_sec1 .slide_list .slide_item .slide_footer .time_txt p {
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W6";
}

.top_sec1 .slide_list .slide_item .slide_footer .time_txt .delivery {
  font-size: 10px;
  color: #dd5a54;
  margin-left: 10px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.top_sec1 .slide_list .slide_item .slide_footer .time_txt .time {
  display: inline-block;
  margin-left: 7px;
}

.top_sec1 .slide_list .slide_item .slide_footer .main-txt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 24px;
  height: 66px;
  overflow: hidden;
}

.top_sec1 .slide_list .slide_item .slide_footer .main-txt span {
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
}

.top_sec1 .slide_list .slide_item .slide_footer .gray_btn {
  background: #808080;
  border: 2px solid #808080;
  pointer-events: none;
  color: #1a1a1a;
}

.top_sec1 .slide_list .slide_item .slide_footer .gray_btn:after {
  content: none;
}

.top_sec1 .btn_area a.default_btn {
  width: 300px;
  background-color: transparent;
  border: none;
  color: var(--key-color-100);
  /*キーカラー*/
  font-family: "ヒラギノ角ゴ Pro W6";
}

.top_sec1 .btn_area a.default_btn:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.top_sec2 {
  background: var(--key-color-100);
  /*キーカラー*/
  padding: 100px 0;
}

.top_sec2 .sec_in {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}

.top_sec2 .sec_in .sec_ttl {
  color: #fff;
}

.top_sec2 .sec_in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.top_sec2 .sec_in ul {
  margin-bottom: 31px;
  padding-top: 0;
}

.top_sec2 .sec_in ul li {
  width: 256px;
  min-height: 90px;
  background: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  border: 2px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_sec2 .sec_in ul li .list_ttl {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 19px;
  line-height: 30px;
  padding: 10px 18px 7px;
  color: var(--key-color-100);
  /*キーカラー*/
}

.top_sec2 .sec_in ul li .list_ttl:hover {
  background-color: var(--key-color-100);
  /*キーカラー*/
  color: #fff;
}

.top_sec2 .sec_in ul li .list_subttl {
  color: #808080;
  font-size: 12px;
  display: block;
  width: 100%;
  margin-top: 8px;
}

/* .top_sec2 .sec_in ul li:nth-child(5) {
  padding-top: 12px;
} */
.top_sec2 .sec_in ul li {
  margin: 6px;
}

.top_sec2 .booth_list_banner {
  text-align: center;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #fff;
}

.top_sec2 .booth_list_banner a {
  width: 400px;
  display: block;
  margin: 0 auto;
}

.top_sec2 .booth_list_banner_one {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.top_sec3 {
  margin-bottom: 106px;
  margin-top: 104px;
}

.top_sec3 .sec_ttl {
  margin-bottom: 30px;
}

.top_sec3 .sec_ttl + p {
  text-align: center;
  line-height: 2em;
  margin-bottom: 43px;
  letter-spacing: 0.1em;
}

.top_sec3 .top_sub_sec3 {
  margin-top: 70px;
}

.top_sec3 .top_sub_sec3 .top_sub_sec3_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 23px;
}

.top_sec3 .top_sub_sec3 .top_sub_sec3_box .document_area {
  width: 100%;
  border: 1px solid var(--key-color-100);
  /*キーカラー*/
  border-radius: 3px;
  padding: 25px 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.top_sec3 .top_sub_sec3 .top_sub_sec3_box .document_area h4 {
  text-align: left;
  color: var(--key-color-100);
  font-size: 18px;
  line-height: 31px;
  margin-right: 18px;
  width: 150px;
}

.top_sec3 .top_sub_sec3 .top_sub_sec3_box .document_area p {
  width: 520px;
  line-height: 24px;
}

.top_sec3 .top_sub_sec3 .top_sub_sec3_box .document_area .default_btn {
  position: absolute;
  left: auto;
  right: 14px;
}

.top_sec3 .about_loinge .about_lounge_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.top_sec3 .about_loinge .about_lounge_sec p {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1px;
}

.top_sec3 .top_sub_sec3_box .document_area {
  margin-bottom: 10px;
}

.top_sec3 .top_sub_sec3_box .document_area img {
  width: 40px;
  margin-right: 14px;
}

#top .top_sec3 .about_loinge_btn {
  margin: 35px auto;
}

#top .top_sec3 .about_loinge_btn .default_btn {
  background-color: transparent;
  color: var(--key-color-100);
  /*キーカラー*/
  border-radius: 50px;
  width: 275px;
}

#top .top_sec3 .about_loinge_btn .default_btn svg {
  margin-left: 10px;
}

.top_sec3 .about_loinge_btn .default_btn svg path,
.top_sec3 .about_loinge_btn .default_btn svg line,
.top_sec_05 .sec_in .right a svg path,
.top_sec_05 .sec_in .right a svg line {
  stroke: var(--key-color-100);
  /*キーカラー*/
}

#top .top_sec3 .about_loinge_btn .default_btn:after {
  display: none;
}

#top .top_sec3 .about_loinge_btn .default_btn .svg_icon {
  fill: var(--key-color-100);
  /*キーカラー*/
  stroke: var(--key-color-100);
  /*キーカラー*/
}

.top_sec4 {
  /*margin-bottom: 100px;*/
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.top_sec4 .default_btn:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.top_sec4 .sec_in a.default_btn {
  background-color: var(--key-color-100);
  color: #fff;
}

.top_sec4 .top_sec4_v_area {
  position: relative;
  background-color: #fff;
  background-size: cover;
  height: 257px;
}

.top_sec4 .top_sec4_v_area .sec_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 100%;
  text-align: center;
  color: #4d4d4d;
}

.top_sec4 .sec_in {
  background-color: #fff;
  border-radius: 3px;
  max-width: 100%;
  width: 100%;
  padding: 0px 110px 100px;
  position: relative;
}

.top_sec4 .sec_in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  width: 1060px;
  max-width: 1200px;
}

.top_sec_05 .sec_in .inner {
  width: 53%;
}

.top_sec_05 .sec_in .inner h4 {
  color: #4d4d4d;
  font-size: 24px;
  margin: 0 0 15px 0;
  position: relative;
  padding-left: 35px;
}

.top_sec_05 .sec_in .inner h4:before {
  content: "";
  background-image: url(../../img/top/common_check.png);
  background-size: contain;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0;
}

.top_sec_05 .sec_in .inner p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
}

.top_sec_05 .sec_in .inner a {
  display: inline-block;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W6";
  margin: 0 auto;
  padding: 10px;
  border: solid 1px var(--key-color-100);
  color: var(--key-color-100);
  border-radius: 47px;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.top_sec_05 .sec_in .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 0;
}

/* 同時開催の展示会 */

.top_sec5 {
  background-color: #f3f3f3;
  padding: 70px 0 100px;
}

.top_sec5 .sec_in {
  width: 980px;
  margin: 0 auto;
}

.top_sec5 .sec_ttl {
  margin-bottom: 40px;
}

.top_sec5 .sec_ttl h2 {
  font-size: 40px;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 0;
}

.top_sec5 .sec_ttl p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 30px;
  margin-bottom: 0;
  letter-spacing: 0.11em;
}

.top_sec5 .week_ex_list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top_sec5 .week_ex_list .week_ex_item {
  width: 480px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.top_sec5 .week_ex_list .week_ex_item:not(:nth-child(2n)) {
  margin-right: 20px;
}

.top_sec5 .week_ex_list .week_ex_item a {
  width: 100%;
  padding: 32px;
  transition: all 0.3s;
}

.top_sec5 .week_ex_list .week_ex_item a .title {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 12px;
}

.top_sec5 .week_ex_list .week_ex_item a .copy {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 24px;
}

.top_sec5 .week_ex_list .week_ex_item a .btn_area .default_btn {
  width: 178px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0 5px;
}

.top_sec5 .week_ex_list .week_ex_item a .btn_area .default_btn:hover {
  color: #fff;
  background-color: var(--key-color-100);
}

.top_sec5 .week_ex_list .week_ex_item a .btn_area .default_btn::after {
  display: none;
}

.top_sec5 .week_ex_list .week_ex_item a:hover .btn_area .default_btn {
  color: var(--key-color-100);
  background-color: #fff;
}

/* 同時開催の展示会 -end */

.top2 .app_area {
  background: var(--key-color-100);
  /*キーカラー*/
  padding: 53px 0 59px;
  margin-bottom: 100px;
}

.top2 .app_area .app_btn {
  background: #fff;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  width: 415px;
  font-size: 22px;
  padding: 29px 20px 25px;
  border: 2px solid var(--key-color-100);
  /*キーカラー*/
}

.top2 .app_area .app_btn:after {
  border-top: 3px solid #4d4d4d;
  border-right: 3px solid #4d4d4d;
  right: 31px;
  width: 10px;
  height: 10px;
  top: calc(50% - 10px / 2);
}

.top2 .app_area .app_btn:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

.top2 .app_area .app_btn:hover:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.top2 .top_sec3 {
  margin-bottom: 101px;
}

.top2 .top_sec3 .sec_ttl {
  margin-bottom: 35px;
}

/*toop 2021/01/29 オギソ*/
#top .top_sub_sec3_box .default_btn:after,
#top .top_sub_sec4_box .default_btn:after {
  display: none;
}

#top .top_sub_sec3_box .default_btn,
#top .top_sub_sec4_box .default_btn {
  font-size: 14px;
  padding: 8px 0;
}

/*toop 2021/01/29 オギソ*/
/**** 会期前 *****/
#top .main_v {
  width: 100%;
  height: 500px;
  background-color: #808080;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#top .mainSection .app_area a {
  width: 353px;
  height: 82px;
  line-height: 82px;
  padding: 0;
  border: 1px solid #fff;
}

#top .mainSection .app_area a.default_btn:after {
  top: calc(50% - 10px / 2);
  right: 30px;
  border-top: 7px solid transparent;
  border-left: 8px solid var(--key-color-100);
  /*キーカラー*/
  border-bottom: 7px solid transparent;
  border-right: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#top .mainSection .app_area a:hover {
  background-color: var(--key-color-100);
  /*キーカラー*/
  color: #fff;
}

#top .mainSection .app_area a.default_btn:hover:after {
  border-left-color: #fff;
}

.top_sec3 .sec_ttl {
  margin-bottom: 57px;
  font-size: 40px;
  color: #4d4d4d;
}

.top_sec3 .sec_ttl span {
  margin-top: 25px;
  font-size: 16px;
}

.top_sec3 .about_loinge .about_lounge_sec {
  margin-bottom: 48px;
}

.top_sec3 .about_loinge .about_lounge_sec p {
  width: 636px;
  padding: 10px 48px 0 0;
  line-height: 32px;
}

.top_sec3 .about_loinge .about_lounge_sec p span {
  padding-top: 16px;
  display: inline-block;
  font-size: 14px;
}

.top_sec3 .about_loinge .about_lounge_sec .lounge_img {
  width: 344px;
}

.top_sec4 .top_sec4_v_area {
  height: auto;
  padding: 0 0 50px;
}

.top_sec4 .top_sec4_v_area .sec_ttl {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 0;
  transform: translate(0, 0);
  font-size: 40px;
}

.top_sec4 .top_sec4_v_area .sec_ttl span {
  font-size: 16px;
  margin-top: 25px;
  letter-spacing: 1px;
}

.top_sec4 .sec_in {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 0px 0 0;
  position: relative;
}

.top_sec4 .sec_in ul {
  max-width: 980px;
  /* width: 95%; */
  width: 76.56%;
  margin: 0 auto 64px;
  display: block;
  flex-wrap: nowrap;
}

.top_sec4 .sec_in ul:last-child {
  margin-bottom: 40px;
}

.top_sec4 .sec_in ul li {
  position: relative;
  float: left;
  /* width: calc((100% - 48px) / 4); */
  margin: 16px 16px 0 0;
  padding-bottom: 21.4%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.2));
}

.top_sec4 .sec_in ul li.no-link {
  background-color: #fff;
}
/*
.top_sec4 .sec_in ul li:nth-child(1),
.top_sec4 .sec_in ul li:nth-child(2),
.top_sec4 .sec_in ul li:nth-child(3),
.top_sec4 .sec_in ul li:nth-child(4) {
  margin-top: 0;
}

.top_sec4 .sec_in ul li:nth-child(4n) {
  margin-right: 0;
} */

.top_sec4 .sec_in ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.top_sec4 .sec_in ul li a:hover {
  opacity: 0.7;
}

.top_sec4 .sec_in a.default_btn {
  width: 290px;
  height: 64px;
  line-height: 64px;
  border: 1px solid var(--key-color-100);
  /*キーカラー*/
  padding: 0;
  background-color: var(--key-color-100);
  /*キーカラー*/
  color: #fff;
}

.top_sec4 .default_btn:after {
  top: calc(50% - 9px / 2);
  width: 12px;
  height: 12px;
}

.top_sec4 .sec_in a.default_btn:hover {
  background-color: #fff;
  color: var(--key-color-100);
  /*キーカラー*/
}

.top_sec4 .default_btn:hover:after {
  border-top-color: var(--key-color-100);
  border-right-color: var(--key-color-100);
}

.top_sec_05 {
  padding: 100px 0 100px;
}

.top_sec_05 .sec_ttl {
  font-size: 40px;
  padding: 0px 0 63px;
  color: #4d4d4d;
}

.business_form .top_sec_05 .sec_ttl {
  padding: 100px 0 0px;
}

.top_sec_05 .sec_ttl span {
  font-size: 16px;
  margin-top: 24px;
}

.top_sec_05 .sec_in .right {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
  margin-bottom: 70px;
}

.top_sec_05 .sec_in .right:last-child {
  border-bottom: none;
  /*margin-bottom: 40px;*/
  margin-bottom: 0;
  padding-bottom: 0;
}

.top_sec_05 .sec_in .inner {
  width: 64.3%;
  padding-right: 40px;
}

.top_sec_05 .sec_in .inner h4 {
  margin: 0 0 16px 0;
}

.top_sec_05 .sec_in .inner p {
  line-height: 32px;
  margin-bottom: 20px;
}

.top_sec_05 .sec_in .inner p.indent {
  margin-left: -4px;
  text-indent: 4px;
}

.top_sec_05 .sec_in .inner a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 0 7px;
  padding: 0;
  border: solid 3px var(--key-color-100);
  color: var(--key-color-100);
  border-radius: 28px;
  width: 265px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}

.top_sec_05 .sec_in .inner .guide_edit_link {
  padding: 10px 50px 10px 10px;
  line-height: 30px;
}

.top_sec_05 .sec_in .inner a svg {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}

.top_sec_05 .sec_in .inner a .guide_svg {
  stroke-width: 1.35px;
}

.top_sec_05 .sec_in .inner a .guide_svg path,
.top_sec_05 .sec_in .inner a .guide_svg line {
  stroke-width: 1.35px;
}

.top_sec_05 .sec_in .inner a svg path,
.top_sec_05 .sec_in .inner a svg line {
  stroke-width: 2px;
}

.top_sec_05 .sec_in .inner a:hover {
  border-color: #000;
  color: #000;
}

.top_sec_05 .sec_in .inner a:hover svg path,
.top_sec_05 .sec_in .inner a:hover svg line {
  stroke: #000;
}

.top_sec_05 .right .features_img {
  max-width: 350px;
  width: 35.7%;
}

/*会期中*/
.top_sec1 {
  position: relative;
  margin: 35px auto 66px;
}

.top_sec1.add_top {
  margin-top: 95px;
}

#top .top_sec1 .main_v {
  position: absolute;
  top: -35px;
  left: 0;
  margin: 0;
  background-color: var(--key-color-30);
  /*キーカラー*/
}

.top_sec1 .slide_list {
  /* margin: 95px 0 0; */
  margin: 0;
}

.top_sec1 .slide_list .slide_item {
  border-radius: 0 0 5px 5px;
}

.top_sec1 .slide_list .slide_item .slide_footer {
  padding: 30px 24px 25px;
  border-radius: 0 0 5px 5px;
}

.top_sec1 .slide_list .slide_item .slide_footer .time_txt {
  margin-bottom: 18px;
}

.top_sec1 .slide_list .slide_item .slide_footer .btn_area {
  text-align: center;
}

.top_sec1 .slide_list .slide_item .slide_footer .slide_btn {
  display: inline-block;
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  width: 200px;
  font-size: 16px;
  height: 40px;
  line-height: 30px;
  padding: 3px 0 7px;
  background-color: var(--key-color-100);
  border-radius: 3px;
  color: #fff;
  margin: 25px 0 0;
  border: 2px solid var(--key-color-100);
  letter-spacing: 0;
}

.top_sec1 .slide_list .slide_item .slide_footer .slide_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px / 2);
  width: 7px;
  height: 7px;
  right: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top_sec1 .slide_list .slide_item .slide_footer .slide_btn:hover:after {
  border-top: 2px solid var(--key-color-100);
  border-right: 2px solid var(--key-color-100);
}

.top_sec1 .slide_list .slide_item .slide_footer .slide_btn:hover {
  background-color: #fff;
  color: var(--key-color-100);
}

.top_sec1 .slide_list .slide_item .slide_footer .slide_btn.after {
  color: #fff;
  background-color: #b3b3b3;
  border: none;
}

.top_sec1 .slide_list .slide_item .slide_footer .slide_btn.before {
  /* color: var(--key-color-100);
  background-color: #fff; */
  color: #949494;
  background-color: #f3f3f3;
  border: none;
}

.top_sec1 .slide_list .slide_item .slide_footer .slide_btn.before:after,
.top_sec1 .slide_list .slide_item .slide_footer .slide_btn.after:after {
  display: none;
}

.top_slider .swiper-button-prev,
.top_slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: var(--key-color-100);
  border-radius: 50%;
  background-image: none;
}

.top_slider .swiper-button-prev:hover,
.top_slider .swiper-button-next:hover {
  opacity: 0.6;
}

.top_slider .swiper-button-prev {
  left: 50%;
  top: 278px;
  right: auto;
  transform: translate(-322px, 0);
}

.top_slider .swiper-button-next {
  right: 50%;
  top: 278px;
  left: auto;
  transform: translate(322px, 0);
}

/*会期前*/
#before_open.top_slider .swiper-button-prev {
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
}

#before_open.top_slider .swiper-button-next {
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
}

.top_slider .swiper-button-next:after,
.top_slider .swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.top_slider .swiper-button-prev:after {
  margin: -7px 0 0 -5px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.top_slider .swiper-button-next:after {
  margin: -7px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.top_slider .swiper-pager {
  text-align: center;
  padding: 13px 0;
}

.top_slider .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #808080;
  opacity: 1;
}

.top_slider .swiper-pagination-bullet-active {
  background-color: var(--key-color-100);
}

/*背景がキーからの時*/
.top_slider.top_slider_2 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.top_sec1 .btn_area.under_btn_area {
  margin-top: 30px;
  text-align: center;
}

.top_sec1 .btn_area a.default_btn {
  /* display: inline-block;
  width: auto;
  font-size: 22px;
  padding: 10px 25px 10px 0; */
  width: 290px;
  height: 64px;
  padding: 4px 0 6px;
  line-height: 54px;
  font-size: 18px;
  color: #fff;
  background-color: var(--key-color-100);
  border: 2px solid #fff;
}

.top_sec1 .btn_area a.default_btn:after {
  right: 20px;
  width: 12px;
  height: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  top: calc(50% - 13px / 2);
}

.top_sec1 .btn_area a.default_btn:hover,
.top_sec1 .btn_area a.default_btn:hover:after {
  opacity: 0.6;
}

.top_sec2 .sec_in .sec_ttl {
  font-size: 40px;
  margin-bottom: 43px;
}

.top_sec2 .sec_in .sec_ttl span {
  margin-top: 22px;
  letter-spacing: 0;
}

.top_sec2 .sec_in .default_btn {
  width: 250px;
  height: 64px;
  padding: 4px 0 6px;
  line-height: 54px;
  font-size: 18px;
  color: var(--key-color-100);
  background-color: #fff;
  border: 2px solid #fff;
}

.top_sec2 .sec_in .default_btn:after {
  border-color: var(--key-color-100);
  top: calc(50% - 10px / 2);
}

.top_sec2 .sec_in .default_btn:hover {
  color: #fff;
  background-color: var(--key-color-100);
}

.top_sec2 .sec_in .default_btn:hover:after {
  border-color: #fff;
}

.top2 .top_sec3 {
  margin: 100px 0 100px;
}

.top_sec3 .top_sub_sec3 {
  margin-top: 34px;
}

.top_sec3 .top_sub_sec3 .top_sub_sec3_box {
  margin-top: 0;
}

.top_sec3 .top_sub_sec3 .top_sub_sec3_box .document_area {
  border-width: 2px;
  border-radius: 5px;
  padding: 13px 12px 13px 65px;
  background-image: url(../../img/icons/pdf_icon.png);
  background-repeat: no-repeat;
  background-position: center left 22px;
  background-size: 30px auto;
}

.top_sec3 .top_sub_sec3 .top_sub_sec3_box .document_area.sp {
  display: none;
}

#top .top_sub_sec3_box .default_btn {
  font-size: 16px;
  padding: 7px 0;
  width: 178px;
}

#top .top_sec3 .about_loinge_btn {
  margin: 43px auto 0;
}

#top .top_sec3 .about_loinge_btn .default_btn {
  position: relative;
  width: 265px;
  padding: 4px 20px 6px 0;
  line-height: 47px;
  border-width: 2px;
}

#top .top_sec3 .top_sub_sec3 .end_lounge_wrap {
  text-align: center;
}

#top .top_sec3 .top_sub_sec3 .end_lounge {
  display: inline-block;
  border-radius: 50px;
  color: #616161;
  font-weight: 600;
  justify-content: center;
  font-size: 18px;
  background-color: #dcdcdc;
  padding: 6px 20px 6px 20px;
  line-height: 47px;
  border-width: 2px;
  text-align: center;
}

#top .top_sec3 .about_loinge_btn .default_btn svg {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}

#top .top_sec3 .about_loinge_btn .default_btn svg path,
#top .top_sec3 .about_loinge_btn .default_btn svg line {
  stroke-width: 2px;
}

#top .top_sec3 .about_loinge_btn .default_btn:hover {
  border-color: #000;
  color: #000;
}

#top .top_sec3 .about_loinge_btn .default_btn:hover svg path,
#top .top_sec3 .about_loinge_btn .default_btn:hover svg line {
  stroke: #000;
}

#top #before_open.main_v {
  position: relative;
  overflow: hidden;
  background-color: var(--key-color-100);
  margin-top: 60px;
}

#top #before_open.main_v.add_top {
  margin-top: 0;
}

#top #before_open.main_v .one_image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: default;
}

#top #before_open.main_v .one_image#linkon {
  cursor: pointer;
}

#top #before_open.main_v .one_image#linkon:hover {
  opacity: 0.6;
}

#top #before_open.main_v .slide_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
}

#top #before_open.main_v .slide_list li,
#top #before_open.main_v .slide_item a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: default;
}

#top #before_open.main_v .slide_item a#linkon {
  cursor: pointer;
}

#top #before_open.main_v .slide_item a#linkon:hover {
  opacity: 0.6;
}

#top
  #before_open.main_v.swiper-container-horizontal
  > .swiper-pagination-bullets {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#top .seminar_none {
  width: 100%;
  height: 465px;
}

/************************************
ブース個別（booth.php）
*************************************/
.wrapper .main.reservation .main__wrapper .discussion .discussion__container {
  background-color: var(--key-color-10);
  /*キーカラー*/
}

p.media__title {
  font-size: 19px;
  margin-bottom: 12px;
}

p.media__site-company,
p.p.media__site-visit {
  margin-bottom: 9px;
}

/*日付のスライダー*/
.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item {
  position: relative;
}

.swiper-container_time_data_1,
.swiper-container_time_data_2 {
  overflow-x: hidden;
}

.tabs__item .swiper-button-next,
.tabs__item .swiper-button-prev,
.tabs__item .swiper-button-next_a,
.tabs__item .swiper-button-prev_a,
.tabs__item .swiper-button-next_b,
.tabs__item .swiper-button-prev_b {
  position: absolute;
  top: 56%;
  width: 27px;
  height: 28px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-image: none;
}

.tabs__item .swiper-button-prev,
.tabs__item .swiper-button-prev_a,
.tabs__item .swiper-button-prev_b {
  border-top: 14px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 14px solid #6aa7cd;
  left: -10px;
}

.tabs__item .swiper-button-next,
.tabs__item .swiper-button-next_a,
.tabs__item .swiper-button-next_b {
  border-top: 14px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 14px solid #6aa7cd;
  right: -10px;
}

/*日付のスライダー*/
.wrapper .main .main__wrapper .lounge .company {
  background-color: transparent;
}

.reservation .sales__item .sns_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 5px 0 10px 0;
}

.reservation .sales__item .sns_area a {
  display: block;
}

.reservation .sales__item .sns_area a img {
  width: 75%;
  max-width: 52px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__avatar
  img {
  max-width: 121px;
}

.wrapper .main .main__wrapper .top .top__container .top__right .top__image {
  height: 400px;
  overflow: hidden;
}

.top__container {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}

.top__container:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top__container:before {
    display: none;
  }
}
.swiper_area .slider_item {
  width: 300px;
  height: auto;
}

.wrapper .main .main__wrapper .media .media__container .media__image {
  height: auto;
}

.wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__pdf
  .pdf__button
  a {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border: none;
  margin-top: 0px;
  color: #fff;
  text-decoration: none;
}

.wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__pdf
  .pdf__button
  a
  img {
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 15px;
}

.wrapper .main .main__wrapper .media .media__container .media__movie {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.wrapper .main .main__wrapper .media .media__container .media__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper
  .main.reservation
  .main__wrapper
  .discussion
  .discussion__container
  div.padding_adj {
  padding-top: 0;
}

.wrapper .main.reservation .main__wrapper .discussion div.bg_change {
  background-color: #fff;
}

.wrapper .main .main__wrapper section.bg_change {
  background-color: #fff;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item {
  position: relative;
}

.wrapper .main .main__wrapper .entry .company__action {
  font-size: 14px;
  padding: 14px 54px 13px 65px;
}

.wrapper .main .main__wrapper .entry .company__action {
  font-size: 18px;
  padding: 18px 36px 18px 51px;
  color: #fff;
  position: relative;
  margin: 0 auto;
}

.wrapper .main .main__wrapper .entry {
  padding-top: 0;
  padding-bottom: 0;
  margin: 47px auto 0;
  display: flex;
  align-items: center;
}

.wrapper .main .main__wrapper .entry .company__action {
  font-size: 19px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 auto;
  line-height: 30px;
  width: 250px;
  height: 64px;
  padding-right: 59px;
}

.wrapper .main .main__wrapper .entry .company__action:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 49%;
  right: 20px;
  margin-top: -4px;
}

.wrapper .main .main__wrapper .company .company__action:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
}

.wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__left
  #web_booth
  .wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__right
  .top__image
  .top__desc {
  min-height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.btn-primary {
  border-radius: 3px;
}

.wrapper .main .main__wrapper .media .media__container .media__image {
  width: 980px;
  height: 560px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item {
  width: 460px;
}

#web_booth .slider_item {
  position: relative;
  width: 300px;
  height: 0;
  padding-bottom: 16.5%;
  overflow: hidden;
  background-color: #ccc;
}

#web_booth .slider_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 160%;
  max-height: initial;
}

#web_booth .wrapper {
  min-width: 1400px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__content
  .sales__position {
  font-size: 16px;
  letter-spacing: 2px;
  color: #808080;
  margin-bottom: -5px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .item__title
  p {
  padding-top: 12px;
  line-height: 24px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__header {
  margin-bottom: 30px;
  letter-spacing: 2px;
}

/*2021/01/28オギソマージ分*/
#web_booth
  .wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__right
  .top__image {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29);
}

#web_booth .item__content.nan_data {
  margin-top: 55px !important;
}

#web_booth .wrapper .main .main__wrapper .media .media__container .media__site {
  margin-top: 30px !important;
}

.swiper_area:after {
  width: 1020px !important;
}

#campanies .campanies_sec1 .akasatana_list .lang label {
  line-height: 54px;
}

@media screen and (max-width: 767px) {
  #campanies .campanies_sec2 .sec_in #booth_list_all li .left div {
    width: 100%;
    height: 330px;
  }

  #campanies .campanies_sec1 h3 {
    text-align: left;
    font-weight: bold;
    margin-left: 28px;
    font-size: 18px;
  }

  #campanies .campanies_sec1 .cat_list .tag .checkbox_input + label {
    font-size: 14px;
  }

  #campanies .campanies_sec1 .cat_list .tag {
    width: auto !important;
  }

  #campanies .campanies_sec1 .akasatana_list {
    width: 100% !important;
  }

  #campanies .campanies_sec1 h3 {
    text-align: left;
  }

  #campanies .campanies_sec1 h3 {
    text-align: left;
  }
}
.wrapper .main .main__wrapper .top {
  position: relative;
  background-color: #4d4d4d;
}

.wrapper .main .main__wrapper .top .top__container .top__left .top__action {
  width: 100%;
  text-align: center;
}

.wrapper .main .main__wrapper .top .top__container .top__left .top__action a {
  padding-left: 40px;
  font-size: 16px;
  background-color: var(--key-color-100);
  /*キーカラー*/
  color: #fff;
  position: relative;
  padding: 12.5px 45px;
}

.wrapper .main .main__wrapper .top .top__container .top__left .top__action i {
  margin-left: 20px;
}

.wrapper .main .main__wrapper .top .top__container .top__blur {
  position: absolute;
  top: 25px;
  left: 30px;
}

.wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__blur
  .top__blur--danger {
  background-color: #c1272d;
  border-color: #c1272d;
  font-size: 16px;
  height: 50px;
  width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.wrapper .main .main__wrapper .slider {
  position: relative;
}

.wrapper .main .main__wrapper .slider .slider__container {
  padding: 25px 50px;
  max-width: 1080px;
  margin: 0 auto;
}

.wrapper .main .main__wrapper .slider .slider__container .slider__list {
  display: flex;
  justify-content: space-between;
}

.wrapper
  .main
  .main__wrapper
  .slider
  .slider__container
  .slider__list
  .slider__item {
  width: 300px;
  height: 160px;
}

.wrapper .main .main__wrapper .slider .slider__border {
  position: absolute;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #cbcccc;
}

.wrapper .main .main__wrapper .media .media__container {
  padding: 50px 45px;
  max-width: 1073px;
  margin: 0 auto;
}

.wrapper .main .main__wrapper .media .media__container a {
  color: var(--key-color-100);
  /*キーカラー*/
  text-decoration: underline;
}

.wrapper .main .main__wrapper .media .media__container .media__desc {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 32px;
  letter-spacing: 1.7px;
}

.wrapper .main .main__wrapper .media .media__container .media__official {
  margin-bottom: 23px;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: 1px;
}

.wrapper .main .main__wrapper .media .media__container .media__pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px;
  border: 1px solid #e6e6e6;
}

.wrapper .main .main__wrapper .media .media__container .media__pdf .pdf__title {
  font-size: 16px;
  word-break: break-all;
  padding-right: 15px;
}

.wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__pdf
  .pdf__button
  button {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border: none;
  margin-top: 0px;
}

.wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__pdf
  .pdf__button
  img {
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 15px;
}

.wrapper .main .main__wrapper .media .media__container .media__site {
  font-family: "Pro W3", sans-serif;
  margin-top: 30px;
  line-height: 18px;
  letter-spacing: 1.5px;
}

.wrapper .main .main__wrapper .media .media__container .media__movie {
  margin: 50px auto;
  width: 980px;
  height: 560px;
}

.wrapper .main .main__wrapper .media .media__container .media__movie .video-js {
  width: 100%;
  height: 100%;
}

.wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__movie
  .video-js
  .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 120px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
}

.wrapper .main .main__wrapper .discussion .discussion__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #e5f0f8;
  padding-bottom: 100px;
}

.wrapper .main .main__wrapper .discussion.lounge .discussion__container {
  padding-bottom: 73px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__header {
  margin-top: 95px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 3px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__header
  .header__title {
  font-size: 28px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__header
  .header__text {
  font-family: Arial, sans-serif;
  font-size: 18px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content {
  width: 1120px;
  background-color: #fff;
  padding: 60px 100px 80px 100px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__desc {
  white-space: pre-line;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.7px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__desc
  span {
  font-weight: bold;
  white-space: pre-line;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.7px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room {
  padding: 50px 10px 0 10px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs {
  display: flex;
  border-bottom: 5px solid #e6e6e6;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs
  .nav-item {
  margin-right: 30px;
  margin-bottom: 8px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs
  .nav-item
  .nav-link {
  position: relative;
  padding: 0;
  font-size: 22px;
  color: #808080;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs
  .nav-item
  .nav-link::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  transition: opacity 0.25s linear;
  border-bottom: 5px solid var(--key-color-100);
  /*キーカラー*/
  opacity: 0;
  width: 80px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs
  .nav-item
  .nav-link.active {
  color: var(--key-color-100);
  /*キーカラー*/
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs
  .nav-item
  .nav-link.active::before {
  opacity: 1;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item {
  padding: 48px 0;
  padding-bottom: 55px;
  border-bottom: 1px solid var(--gray);
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__title {
  margin-bottom: 45px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__title
  h3 {
  letter-spacing: 2.5px;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content.item__content-empty {
  padding: 25px 0;
  margin-top: 65px;
  letter-spacing: 1.5px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content.item__content-empty
  .item__content-list
  .slick-arrow:nth-last-of-type(1) {
  top: -10px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content.item__content-empty
  .item__content-list
  .slick-arrow:nth-last-of-type(2) {
  top: -10px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list
  .item__content-time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-right: 14px;
  font-size: 16px;
  cursor: pointer;
  line-height: 16px;
  letter-spacing: 1px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list
  .item__content-time.item__content-active {
  color: #fff;
  background-color: var(--key-color-100);
  /*キーカラー*/
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list
  .item__content-time
  .time__start,
.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list
  .item__content-time
  .time__end {
  font-weight: bold;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list
  .item__content-time
  .time__char {
  margin-top: 10px;
  line-height: 6px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list
  .slick-arrow:nth-last-of-type(1) {
  position: absolute;
  right: -35px;
  border: none;
  background-color: transparent;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list
  .slick-arrow:nth-last-of-type(2) {
  position: absolute;
  left: -35px;
  border: none;
  background-color: transparent;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list
  .slick-arrow
  i {
  color: var(--key-color-100);
  /*キーカラー*/
  font-size: 40px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__content
  .item__content-list
  .slick-disabled
  i {
  color: #e6e6e6;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__header
  h3 {
  font-size: 22px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(50% - 20px);
  margin-bottom: 24px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__avatar {
  min-width: 110px;
  min-height: 110px;
  margin-right: 15px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__content
  .sales__name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__content
  .sales__desc {
  font-family: "Pro W3", sans-serif;
  font-size: 14px;
}

.wrapper .main .main__wrapper .company {
  padding-top: 50px;
  padding-bottom: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.wrapper .main .main__wrapper .company .company__action {
  font-size: 18px;
  padding: 18px 36px 18px 51px;
  position: relative;
  margin: 0 auto;
}

.wrapper .main .main__wrapper .company .company__action i {
  margin-right: 20px;
}

.discussion_img {
  margin-bottom: -6px;
}

.reservation .tab.active {
  color: var(--key-color-100);
}

.wrapper .main .main__wrapper .discussion .discussion__container {
  background-color: #fff;
}

.wrapper .main .main__wrapper .company {
  background-color: var(--key-color-10);
  padding-bottom: 50px;
}

#web_booth .main {
  /*padding-top: 60px;*/
}

#web_booth .wrapper .main .main__wrapper .top .top__container .top__left {
  background-color: #fff;
  height: 100%;
  padding: 31px 20px;
  width: 300px;
  min-width: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}

#web_booth .wrapper .main .main__wrapper .company {
  padding-top: 0;
}

#web_booth .wrapper .main .main__wrapper .top .top__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 500px;
  padding: 50px 190px;
  overflow: hidden;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__right
  .top__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 720px;
  height: 400px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__right
  .top__image_logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__left
  .top__header
  .top__title {
  font-size: 20px;
  margin-bottom: 26px;
  line-height: 100%;
  margin-top: 0px;
  letter-spacing: 0.1px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__left
  .top__header
  .top__desc {
  min-height: 20px;
  font-size: 14px;
  line-height: 26px;
}

#web_booth .reserve_shodan a {
  padding: 15px 45px;
  font-size: 16px;
  display: inline-block;
  border-radius: 4px;
  background-color: var(--key-color-100) !important;
  color: #fff;
}

#web_booth .slider_item {
  position: relative;
  width: 320px;
  height: 0;
  padding-bottom: 17.6%;
  overflow: hidden;
  background-color: #ccc;
  width: 320px;
  height: 180px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#web_booth .b_swiper_area .slider_item {
  margin: 0 10px;
}

#web_booth .slider_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 160%;
  max-height: initial;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__content
  .sales__position {
  font-size: 16px;
  letter-spacing: 2px;
  color: #808080;
  margin-top: 0;
  margin-bottom: 7px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__header {
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#web_booth .swiper_area {
  margin-top: 29px;
}

.swiper_area:after {
  display: block;
  content: "";
  width: 1000px;
  height: 1px;
  background-color: #e6e6e6;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.swiper_area .slder_item_area {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.swiper_area.b_swiper_area .slder_item_area {
  justify-content: center;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__header
  .header__title {
  font-size: 39px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__header
  h3.header__title {
  color: #4d4d4d;
  margin-bottom: 14px;
  font-weight: bold;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__header
  .header__text {
  font-family: "ヒラギノ角ゴ Pro w6";
  color: #4d4d4d;
  font-size: 15px;
}

#web_booth
  .wrapper
  .main.reservation
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__header {
  margin-bottom: 32px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__header {
  margin-top: 83px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 3px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion.lounge
  .discussion__container
  .discussion__header {
  margin-top: 3px;
}

#web_booth
  .wrapper
  .main.reservation
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content {
  border-radius: 4px;
  padding: 56px 60px;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
}

#web_booth .content-area {
  margin-top: -15px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content {
  width: 1020px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room {
  padding: 17px 10px 0 10px;
}

#web_booth .tab-area p {
  font-size: 23px;
  letter-spacing: -1px;
  font-family: "ヒラギノ角ゴ Pro W6";
  width: 120px;
}

#web_booth .tab.active::before {
  content: "";
  border-bottom: 6px solid var(--key-color-100);
  position: absolute;
  bottom: -3px;
  /*タブの調整2021/02/10オギソ*/
  left: 0;
  width: 100%;
}

#web_booth .tab-area::before {
  top: 27px;
  border-bottom: solid #ccc 6.5px;
}

#web_booth .tab {
  margin-left: 0;
  margin-right: 25px;
  display: inline-block;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item {
  border-bottom: 1px solid #e6e6e6;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room__tabs
  .tabs__list
  .tabs__item
  .item__title {
  margin-bottom: 25px;
}

#web_booth .tabs__item .swiper-button-prev,
#web_booth .tabs__item .swiper-button-prev_a,
#web_booth .tabs__item .swiper-button-prev_b {
  left: -58px;
}

#web_booth .tabs__item .swiper-button-next,
#web_booth .tabs__item .swiper-button-next_a,
#web_booth .tabs__item .swiper-button-next_b {
  right: -58px;
}

#web_booth .item__content.nan_data {
  color: #d8d6d6;
  font-size: 23px;
  letter-spacing: 1px;
  margin-top: 58px;
  text-align: center;
  width: 100%;
}

#web_booth .noresult_res {
  color: #d8d6d6;
  width: 100%;
  font-size: 23px;
  letter-spacing: 1px;
  padding: 50px 0 0;
  text-align: center;
}

#web_booth .end_discussion {
  color: #d8d6d6;
  width: 100%;
  font-size: 23px;
  letter-spacing: 1px;
  padding: 50px 0 0;
  text-align: center;
}

#web_booth #lounge_section .noresult_res {
  padding: 15px 0 0;
}

#web_booth .room_lounge:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: -100px;
}

#web_booth .booth_tab_content {
  display: inline-flex;
  overflow-x: scroll;
  width: 100%;
  position: relative;
}

#web_booth .room_sales {
  position: relative;
  margin-top: 100px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__content
  .sales__desc {
  font-size: 14px;
  margin-top: 8px;
  line-height: 25px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__avatar {
  margin-right: 20px;
}

.wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item {
  width: calc(50% - 35px);
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__content
  .sales__name {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2px;
}

#web_booth .reservation .sales__item .card_area {
  margin: 17px 0 10px 0;
}

#web_booth .reservation .sales__item .card_area a {
  display: flex;
  align-items: center;
  width: 180px;
  height: 32px;
  padding: 2px 14px 2px 8px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  border-radius: 70px;
}

#web_booth .reservation .sales__item .card_area a:nth-child(n + 2) {
  margin-top: 6px;
}

#web_booth .reservation .sales__item .card_area a img {
  max-width: 32px;
  max-height: 28px;
  width: auto;
  margin: 0 3px 0 20px;
}

#web_booth .reservation .sales__item .card_area a span {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

#web_booth .reservation .sales__item .sns_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 5px 0 10px 0;
}

#web_booth .reservation .sales__item .sns_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 155px;
  margin: 13px 0 10px 0;
}

#web_booth .reservation .sales__item .sns_area a img {
  max-width: 32px;
  width: auto;
  max-height: 32px;
  margin: 0 3px;
}

#web_booth
  .wrapper
  .main.reservation
  .main__wrapper
  .discussion.lounge
  .discussion__container
  .discussion__content {
  padding: 45px 43px 56px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion.lounge
  .discussion__container
  .discussion__content
  .content__room {
  padding: 17px 17px 0 17px;
}

#web_booth .wrapper .main .main__wrapper .company .company__action {
  letter-spacing: 2px;
  font-weight: bold;
  border: 4px solid;
  padding: 15px 37px;
  font-size: 16px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29);
}

#web_booth .wrapper .main .main__wrapper .entry {
  padding-top: 0;
  padding-bottom: 0;
  margin: -72px auto 82px;
  display: flex;
  align-items: center;
}

#web_booth .wrapper .main .main__wrapper .room_sales .entry {
  margin-bottom: 0;
}

#web_booth .wrapper .main .main__wrapper .room_sales .sales__header {
  margin-top: 82px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__header
  h3 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 25px;
}

#web_booth .media__container {
  width: 980px;
  padding: 50px 0;
}

#web_booth .media__container .first_view {
  border: solid #efefef 1px;
  width: 820px;
  margin: -10px auto 40px;
}

#web_booth .media__container .first_view div {
  width: 462px;
  height: 280px;
  background-color: #ccc;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-size: contain;
}

#web_booth .wrapper .main .main__wrapper .media .media__container .media__desc {
  width: 820px;
  margin: 0 auto 82px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__official {
  width: 820px;
  margin: 0 auto 23px;
  word-break: break-all;
}

#web_booth .wrapper .main .main__wrapper .media .media__container .media__site {
  width: 820px;
  margin: 0 auto 30px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__movie {
  width: 820px;
  width: 980px;
  height: auto;
}

#web_booth .wrapper .main .main__wrapper .media .media__container .media__pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 8px 10px;
  border: 1px solid var(--key-color-100);
  /*キーカラー*/
  border-radius: 4px;
  margin-bottom: 18px;
  width: 820px;
  margin: 0 auto 18px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__pdf_all {
  width: 820px;
  margin: 0 auto 10px;
  text-align: right;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__pdf_all
  a {
  text-decoration: none;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__pdf_all
  a
  svg {
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__pdf_all
  a
  .cls-1 {
  stroke: var(--key-color-100);
}

#web_booth .wrapper .main .main__wrapper .media .media__container .media__pdf {
  padding: 12px 12px 12px 60px;
  color: var(--key-color-100);
  /*キーカラー*/
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url(../../img/common/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: center left 19px;
  background-size: 28.5px auto;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .media
  .media__container
  .media__pdf
  .btn {
  padding: 8.5px 20px;
  min-width: 182px;
}

#web_booth p.media__site-company,
#web_booth p.media__site-visit {
  font-size: 15px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro w6";
  margin-bottom: 11px;
}

#web_booth .reservation .tab.active {
  color: var(--key-color-100);
  /*キーカラー*/
}

#web_booth .tab.active::before {
  border-color: var(--key-color-100);
  /*キーカラー*/
  bottom: -4px;
}

#web_booth .tabs__item .swiper-button-next,
.tabs__item .swiper-button-prev,
.tabs__item .swiper-button-next_a,
.tabs__item .swiper-button-prev_a,
.tabs__item .swiper-button-next_b,
.tabs__item .swiper-button-prev_b {
  top: 61%;
}

#web_booth #discussion_container .tabs__item .swiper-button-next_a,
#web_booth #discussion_container .tabs__item .swiper-button-prev_a {
  top: 59%;
}

#web_booth #discussion_container .tabs__item .swiper-button-next_b,
#web_booth #discussion_container .tabs__item .swiper-button-prev_b {
  top: 59%;
}

#web_booth .tabs__item .swiper-button-prev,
.tabs__item .swiper-button-prev_a,
.tabs__item .swiper-button-prev_b {
  border-right-color: var(--key-color-100);
  /*キーカラー*/
}

#web_booth .tabs__item .swiper-button-next,
.tabs__item .swiper-button-next_a,
.tabs__item .swiper-button-next_b {
  border-left-color: var(--key-color-100);
  /*キーカラー*/
}

.wrapper .main .main__wrapper .company .company__action:before {
  width: 10px;
  height: 10px;
  border-top: solid 3px var(--key-color-100);
  /*キーカラー*/
  border-right: solid 3px var(--key-color-100);
  /*キーカラー*/
  top: 47%;
}

.wrapper .main .main__wrapper .company .company__action:hover:before {
  border-top-color: #000;
  border-right-color: #000;
}

#web_booth .tab-area {
  display: flex;
  margin: 28px 0 2px 0;
  word-break: normal;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .discussion
  .discussion__container
  .discussion__content
  .content__room
  .room_sales
  .sales__list
  .sales__item
  .sales__avatar {
  /*min-width: 75px;/*写真に文字がかぶるため修正小木曽2021/01/31*/
  min-width: 110px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__right
  .top__image.sp {
  display: none;
}

/* #web_booth .tab-area {
  overflow-x: visible;
} */
@media screen and (min-width: 768px) {
  #web_booth .main .main__wrapper .top-sp__content {
    display: none;
  }

  #web_booth
    .main
    .main__wrapper
    .content__room
    .room__tabs
    .tabs-sp
    .tabs-sp__select {
    display: none;
  }

  #web_booth
    .wrapper
    .main
    .main__wrapper
    .discussion
    .discussion__container
    .discussion__content
    .content__room
    .room_sales
    .sales__list
    .sales__item
    .sales__avatar
    img {
    width: 110px;
  }

  #web_booth .reservation .sales__item .sns_area {
    justify-content: flex-start;
  }

  #campanies {
    min-width: 1200px;
  }
}
/************************************
企業一覧（booth_list.php）#campanies
*************************************/
#campanies .campanies_sec1 {
  margin-bottom: 40px;
}

.cls-1 {
  fill: #fff;
}

#campanies .campanies_sec1 .main_txt {
  text-align: center;
  margin: 53px 0;
  letter-spacing: 1.5px;
  line-height: 29px;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W6";
}

#campanies .campanies_sec1 .main_txt span {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3";
}

#campanies .campanies_sec1 h3 {
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
  padding-top: 7px;
}

#campanies .campanies_sec1 .genres_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -8px;
  /*セルの行間調整のマージン分マイナス*/
}

#campanies .campanies_sec1 .genres_list li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#campanies .campanies_sec1 .genres_list li span {
  color: #808080;
  font-size: 12px;
  display: block;
  width: 100%;
}

#campanies .campanies_sec1 .genres_list li:not(:last-child) {
  margin-right: 10px;
}

#campanies .campanies_sec1 .genres_list .cate_list,
#campanies .campanies_sec1 .genres_list li a {
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  width: 214px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
}

#campanies .campanies_sec1 .genres_list .cate_list .checkbox_input + label {
  position: absolute;
  display: flex;
  padding: 0;
  cursor: pointer;
  margin-right: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
}

#campanies
  .campanies_sec1
  .genres_list
  .cate_list
  .checkbox_input:checked
  + label::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 13px;
  height: 5px;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(-45deg);
  width: 100%;
  transform: rotate(0deg);
  width: 100%;
  height: 100%;
  background: var(--key-color-10);
  /*キーカラー*/
  z-index: -1;
}

#campanies
  .campanies_sec1
  .genres_list
  .cate_list
  .checkbox_input:checked
  + label {
  color: var(--key-color-100);
  border: 1px solid var(--key-color-10);
}

#campanies .campanies_sec1 .genres_list li a.active {
  background: var(--key-color-100);
  /*キーカラー*/
  color: #fff;
  border-color: var(--key-color-100);
  /*キーカラー*/
}

#campanies
  .campanies_sec1
  .genres_list
  .cate_list
  .checkbox_input
  + label::before {
  display: none;
}

#campanies .campanies_sec1 .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#campanies .campanies_sec1 .cat_list li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#campanies .campanies_sec1 .akasatana_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 44px;
}

#campanies .campanies_sec1 .akasatana_list .lang,
#campanies .campanies_sec1 .akasatana_list li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 3px;
  margin-left: 3px;
}

#campanies .campanies_sec1 .akasatana_list .lang label {
  margin: 0;
}

#campanies .campanies_sec1 .akasatana_list .lang label,
#campanies .campanies_sec1 .akasatana_list li a {
  font-weight: bold;
  padding: 5px 0 2px;
  border-radius: 3px;
  width: 66px;
  height: 66px;
  line-height: 61px;
  font-size: 22px;
  border: 1px solid #b3b3b3;
}

#campanies .campanies_sec1 .akasatana_list .no_select,
#campanies .campanies_sec1 .akasatana_list li a.no_select {
  color: #e6e6e6;
  pointer-events: none;
}

#campanies .campanies_sec1 .akasatana_list .checkbox_input + label::before {
  display: none;
}

#campanies
  .campanies_sec1
  .akasatana_list
  .checkbox_input:checked
  + label::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: var(--key-color-10);
  /*キーカラー*/
  z-index: -1;
}

#campanies .campanies_sec1 .akasatana_list .checkbox_input:checked + label {
  color: var(--key-color-100);
  border: 1px solid var(--key-color-10);
}

#campanies .campanies_sec1 .akasatana_list li a.active {
  background: var(--key-color-100);
  /*キーカラー*/
  color: #fff;
  border-color: var(--key-color-100);
  /*キーカラー*/
}

#campanies .campanies_sec2 .sec_in {
  max-width: 1140px;
  margin: 0 auto;
}

#campanies .campanies_sec2 .sec_in #booth_list_all .tag,
#campanies .campanies_sec1 .cat_list li a {
  font-weight: 600;
  color: #808080;
  line-height: 32px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
  position: relative;
  margin-right: 5px;
  margin-bottom: 6px;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  .tag
  .checkbox_input
  + label {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin-right: 0;
  padding: 0 7px;
  font-size: 13px;
}

#campanies .campanies_sec1 .cat_list .tag {
  font-weight: 600;
  color: #808080;
  line-height: 19px;
  padding: 0;
  border-radius: 3px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 6px;
}

#campanies .campanies_sec1 .cat_list .tag .checkbox_input + label {
  position: relative;
  display: inline-block;
  padding: 4px 15px;
  font-family: "ヒラギノ角ゴ Pro W6";
  cursor: pointer;
  margin-right: 0;
  font-size: 17px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  .tag
  .checkbox_input
  + label::before,
#campanies .campanies_sec1 .cat_list .tag .checkbox_input + label::before {
  display: none;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  .tag
  .checkbox_input:checked
  + label::after,
#campanies
  .campanies_sec1
  .cat_list
  .tag
  .checkbox_input:checked
  + label::after {
  background: var(--key-color-10);
  /*キーカラー*/
  border: none;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  z-index: -1;
  top: 0;
  left: 0;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  .tag
  .checkbox_input:checked
  + label,
#campanies .campanies_sec1 .cat_list .tag .checkbox_input:checked + label {
  color: var(--key-color-100);
  border: 1px solid var(--key-color-10);
  border-radius: 3px;
}

#campanies .campanies_sec1 .cat_list li:not(:last-child) {
  margin-right: 8px;
}

/*********検索欄*********/
#campanies .user_form_area .left {
  float: left;
  width: calc(100% - 162px);
}

#campanies .user_form_area .search_form {
  position: relative;
}

#campanies .user_form_area .search_form input {
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-size: 20px;
  /*0204北条修正22px→20px(課題管理)*/
  border-radius: 5px;
  height: 63px;
  padding: 14px 23px 12px;
}

#campanies .user_form_area .search_form input::placeholder {
  color: #d8d6d6;
}

#campanies .user_form_area .search_form button {
  position: absolute;
  top: 18px;
  right: 22px;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  background-image: url(../../img/common/search_icon.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
}

#campanies .user_form_area .search_form button:hover {
  opacity: 0.6;
}

#campanies .user_form_area .right {
  float: left;
  margin-left: 14px;
}

#campanies .user_form_area .right a {
  float: left;
  width: 67px;
  height: 63px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  text-align: center;
}

#campanies .user_form_area .right a:hover {
  opacity: 0.6;
}

#campanies .user_form_area .right a + a {
  margin-left: 13px;
}

#campanies .user_form_area .right a svg rect,
#campanies .user_form_area .right a svg rect {
  stroke: #d8d6d6;
  fill: #d8d6d6;
}

#campanies .user_form_area .right a.active svg rect,
#campanies .user_form_area .right a.active svg rect {
  stroke: var(--key-color-100);
  fill: var(--key-color-100);
}

#campanies .user_form_area .right a.btn_list {
  padding: 17px 0;
}

#campanies .user_form_area .right a.btn_list svg {
  width: 33px;
}

#campanies .user_form_area .right a.btn_block {
  padding: 17px 0;
}

#campanies .user_form_area .right a.btn_block svg {
  width: 25px;
}

/* 0301更新 */
#campanies .cls-1 {
  fill: #fff;
}

/*********検索欄*********/
@media only screen and (max-width: 767px) {
  #campanies .campanies_sec1 {
    margin-bottom: 51px;
  }

  #campanies .campanies_sec1 .main_txt {
    margin: 17px 0 30px;
    line-height: 1.8em;
  }

  #campanies .campanies_sec1 h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  #campanies .campanies_sec1 .arrow {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #e6e6e6;
    margin: 25px auto;
  }

  #campanies .campanies_sec1 .arrow + h3 {
    margin-bottom: 5px;
  }

  #campanies .campanies_sec1 .cp_ipselect {
    position: relative;
    border-radius: 2px;
    border: 1px solid #4d4d4d;
    width: 87%;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    height: 49px;
    line-height: 49px;
  }

  #campanies .campanies_sec1 .cp_ipselect:before {
    position: absolute;
    top: calc(50% - 6px / 2);
    right: 18px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
  }

  #campanies .campanies_sec1 .select_area,
  #campanies .campanies_sec1 select {
    width: 100%;
    padding: 0 15px;
    cursor: pointer;
    text-indent: 0.01px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: none;
    font-weight: 600;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 49px;
    font-size: 10px;
    text-align: left;
  }

  #upload_form {
    margin-top: 50px;
  }

  #campanies .campanies_sec1 .genres_list .cate_list,
  #campanies .campanies_sec1 .genres_list li a {
    padding: 0;
    min-height: 25px;
    border-radius: 3px;
    width: 86.6%;
    position: relative;
    margin-right: 0;
    margin-bottom: 6px;
  }

  .cate_area {
    position: relative;
  }

  #campanies .campanies_sec1 .akasatana_list {
    width: 78%;
    margin: 23px auto 0;
    padding-left: 9px;
  }

  #campanies .campanies_sec1 .cat_list .tag,
  #campanies .campanies_sec1 .cat_list li a {
    font-weight: 600;
    color: #808080;
    line-height: 22px;
    padding: 0;
    border-radius: 2px;
    position: relative;
    margin-left: 0px;
    margin-bottom: 6px;
    width: 87%;
  }

  #campanies .campanies_sec1 .cat_list .tag .checkbox_input:checked + label {
    width: 100%;
  }

  #campanies .campanies_sec1 .cat_list .tag .checkbox_input + label {
    width: 100%;
  }

  #campanies .campanies_sec1 .genres_list .cate_list .checkbox_input + label {
    font-size: 12px;
    color: #808080;
    justify-content: flex-start;
    padding-left: 20px;
  }
}
#campanies .campanies_sec1 .cat_list .tag {
  margin-right: 9px;
  margin-bottom: 10px;
  color: #000;
  /*キーカラー*/
}

#campanies .campanies_sec1 .cat_list .tag .checkbox_input + label {
  font-size: 16px;
}

#campanies .campanies_sec1 .vector {
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 18px solid #e6e6e6;
  margin: 21px auto 43px;
}

@media only screen and (max-width: 767px) and (max-width: 320px) {
  #campanies .campanies_sec1 .akasatana_list {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #campanies .campanies_sec1 .akasatana_list li {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 9px;
  }

  #campanies .campanies_sec1 .akasatana_list li a {
    font-weight: bold;
    padding: 5px 0 2px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 12px;
  }

  #campanies .campanies_sec1 .akasatana_list li:not(:last-child) {
    margin-right: 9px;
  }
}
/*common kalor*/
#campanies .campanies_sec2 {
  padding: 30px 0 45px;
  position: relative;
}

#campanies .campanies_sec2 .sec_in #booth_list_all {
  margin: 30px 0 3px;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li:not(:last-child) {
  margin-bottom: 38px;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .campanies_sec2_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .right ul li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b3b3b3;
  font-weight: 600;
  color: #808080;
  line-height: 22px;
  padding: 3px 19px 0;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  li
  .right
  ul
  li:not(:last-child) {
  margin-right: 6px;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .right ul + p {
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: -0.08em;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .gray_btn {
  background: #f3f3f3;
  color: #949494;
  border: none;
  pointer-events: none;
  padding: 12px 10px;
  font-size: 16px;
}

#campanies .campanies_sec2 .sec_in #booth_list_all .tag.cate_tag {
  color: #000;
  /*キーカラー*/
  font-weight: bold;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  li
  .right
  .default_btn:after {
  top: calc(50% - 12px / 2);
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .right .gray_btn {
  /*ボタンの大きさ修正*/
  padding: 14px 10px;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .gray_btn:after {
  content: none;
}

#campanies .campanies_sec2 .sec_in .sort {
  text-align: center;
  margin-top: 42px;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  .tag
  .checkbox_input
  + label {
  pointer-events: none;
  cursor: default;
}

#campanies .campanies_sec2 .sec_in .sort a {
  letter-spacing: 2px;
  font-weight: bold;
  border: 4px solid;
  padding: 18px 40px;
  font-size: 16px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29);
}

#campanies .campanies_sec2 .sec_in #booth_list_all li {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29);
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .campanies_sec2_link {
  background-color: #ffffff;
  display: block;
  padding: 22px;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  li
  .campanies_sec2_link.over {
  cursor: pointer;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  li
  .campanies_sec2_link:visited {
  background-color: #f3f3f3;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  li
  .campanies_sec2_link:visited
  .left {
  border-color: #ffffff;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  li
  .campanies_sec2_link.over:hover
  .default_btn {
  background-color: #fff;
  border-color: var(--key-color-100);
  /*キーカラー*/
  color: var(--key-color-100);
  /*キーカラー*/
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  li
  .campanies_sec2_link.over:hover
  .default_btn:after {
  border-top: 2px solid var(--key-color-100);
  /*キーカラー*/
  border-right: 2px solid var(--key-color-100);
  /*キーカラー*/
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  li
  .campanies_sec2_link.over:hover
  .campanies_sec2_logo {
  opacity: 0.7;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .left {
  width: 350px;
  height: 220px;
  padding: 10px;
  margin-right: 49px;
  background: #ffffff;
  border: 1px solid #efefef;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all
  li
  .left
  .campanies_sec2_logo {
  width: 100%;
  height: 100%;
  display: block;
  cursor: default;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all.block
  li
  .left
  .campanies_sec2_logo {
  height: 160px;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -8px;
  padding-top: 20px;
  position: relative;
  margin-right: 17px;
  /*0204北条追加(課題管理)*/
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .right h4 {
  margin-bottom: 14px;
  font-size: 23px;
  font-family: "ヒラギノ角ゴ Pro W6";
  font-weight: bold;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .right .default_btn {
  margin-left: 0;
  bottom: -23px;
  position: relative;
  padding: 12px 10px 12px 0;
  font-size: 16px;
  bottom: auto;
}

#campanies .campanies_sec2 .sec_in #booth_list_all li .right pre {
  font-size: 14px;
  margin: 0 auto 27px;
  min-height: 51px;
  word-break: break-all;
}

#campanies .campanies_sec2 .sec_in .sort a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--key-color-100);
  /*キーカラー*/
  border-right: 2px solid var(--key-color-100);
  /*キーカラー*/
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 3px 0 0 10px;
  vertical-align: middle;
  position: relative;
  right: -11px;
}

#campanies .campanies_sec2 .sec_in .sort a:hover:after {
  border-top: 2px solid #000;
  /*キーカラー*/
  border-right: 2px solid #000;
  /*キーカラー*/
}

#campanies .campanies_sec2 .vector {
  width: 0;
  height: 0;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 49px solid #fff;
  margin: auto;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
}

#campanies .campanies_sec2 .sec_in #booth_list_all.block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#campanies .campanies_sec2 .sec_in #booth_list_all.block li {
  width: 360px;
  margin: 30px 29px 0 0;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all.block
  li
  .campanies_sec2_link {
  display: block;
  height: 100%;
  padding: 12px 10px 20px;
  border-radius: 4px;
}

#campanies .campanies_sec2 .sec_in #booth_list_all.block li:nth-child(1),
#campanies .campanies_sec2 .sec_in #booth_list_all.block li:nth-child(2),
#campanies .campanies_sec2 .sec_in #booth_list_all.block li:nth-child(3) {
  margin-top: 0;
}

#campanies .campanies_sec2 .sec_in #booth_list_all.block li:nth-child(3n) {
  margin-right: 0;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all.block
  li
  .campanies_sec2_contents {
  display: block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
  height: 100%;
  position: relative;
  border-radius: 4px;
  padding-bottom: 47px;
}

#campanies .campanies_sec2 .sec_in #booth_list_all.block li .left {
  width: 100%;
  height: auto;
  margin-right: 0;
  border: 1px solid #efefef;
}

#campanies .campanies_sec2 .sec_in #booth_list_all.block li .right {
  margin-top: 0;
  padding: 20px 15px 0;
  position: initial;
  margin-right: 0;
}

#campanies .campanies_sec2 .sec_in #booth_list_all.block li .right h4 {
  margin-bottom: 0;
  font-size: 18px;
}

#campanies .campanies_sec2 .sec_in #booth_list_all.block li .right ul {
  margin: 0;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all.block
  li
  .right
  .default_btn {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*カード表示の時の表示調整*/
#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all.block
  li
  .campanies_sec2_link {
  padding: 16px 16px 25px;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all.block
  li
  .campanies_sec2_contents
  .right
  ul {
  margin: 22px 0 14px;
}

#campanies
  .campanies_sec2
  .sec_in
  #booth_list_all.block
  li
  .campanies_sec2_contents
  .right
  pre {
  margin-bottom: 25px;
}

/*ひらがな絞り込みボタン文字の下付き修正*/
#campanies .campanies_sec1 .akasatana_list .lang label {
  padding-top: 2px;
}

#campanies .no_select .checkbox_input_lang {
  pointer-events: none;
}

#campanies .campanies_sec2 .sec_in ul li.no_booth,
#campanies .campanies_sec2 .sec_in ul.block li.no_booth {
  width: 100%;
  margin-right: 0;
  padding: 40px;
  text-align: center;
  color: #999;
  font-size: 20px;
}

#web_booth .content {
  height: 0;
  width: 100%;
  overflow: hidden;
}

#web_booth .content.show {
  height: auto;
  overflow: visible;
}

#web_booth .swiper-button-disabled {
  display: none;
}

#web_booth .edit_modal.front_modal #modal_cont .add .btns.back_btn {
  width: 30%;
  background-color: #ccc;
  margin-right: 10px;
}

#web_booth .form_error_text {
  /*color: #ff0000;*/
}

#web_booth .modal_window.edit_modal.user_edit.front_modal td .label_icon {
  border-radius: 4px;
  padding: 0px;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 48px;
  height: 20px;
  margin: 0 0 0 10px;
  color: #fff;
  /* font-size: 14px; */
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.label_icon {
  /* background-color: #3f86ff; */
  background-color: #717171;
}

.label_icon.required {
  /* background-color: #ff7f3f; */
  background-color: #ff1a35;
}

#web_booth .modal_window.edit_modal.user_edit.front_modal .booth_tr {
  position: relative;
}

.span_td_r {
  position: absolute;
  top: 0px;
  left: 60px;
}

.span_td {
  position: absolute;
  top: 0px;
  left: 110px;
}

.front_modal .booth_info_add {
  border: none;
}

#web_booth .modal_window .upper_table_result_ok,
#web_booth .modal_window .upper_table_result_ng,
#web_booth .modal_window .upper_table_result_ng2 {
  margin-top: 15px;
}

/************************************
登壇スケジュール（schedule.php）
*************************************/

#web_schedule .swiper_func_schedule {
  position: relative;
}
#web_schedule .swiper_func_schedule .swiper-pagination {
  bottom: -25px;
}

#web_schedule .swiper-slide img {
  width: 320px;
}
#web_schedule .swiper-wrapper {
  justify-content: space-between;
}

#web_schedule .swiper-slide {
  width: auto;
}

#web_schedule .advertising_banner_area {
  margin-bottom: 50px;
}

/************************************
FAQ（faq.php）
*************************************/
.main__wrapper .body__content .banner {
  display: flex;
  flex-direction: column;
  background-color: var(--key-color-100);
  /*キーカラー*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main__wrapper .body__content .banner .banner__title {
  text-align: center;
  color: white;
  line-height: 43px;
  padding-top: 12px;
}

.main__wrapper .body__content .banner .banner__title .title__main {
  display: inherit;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.main__wrapper .body__content .banner .banner__title .title__child {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
}

.main__wrapper .body__content .faq__content {
  padding: 50px 210px 80px 210px;
}

.main__wrapper .body__content .faq__content .faq__list .faq__item {
  background-color: #f2f2f2;
  padding: 36px 41px 0 30px;
  margin-bottom: 20px;
}

.main__wrapper .body__content .faq__content .faq__list .faq__item .item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  cursor: pointer;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__title
  .title__text {
  display: flex;
  padding-top: 4px;
  letter-spacing: 2px;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__title
  .title__text
  .text__questions {
  font-size: 25px;
  color: var(--key-color-100);
  /*キーカラー*/
  margin-right: 14px;
  margin-top: -6px;
  padding-left: 1px;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__title
  .title__text
  .text {
  font-size: 18px;
  padding-right: 60px;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__title
  .title__icon {
  width: 33px;
  height: 33px;
  background-color: var(--key-color-100);
  /*キーカラー*/
  color: #fff;
  font-size: 20px;
  padding: 7px 8px;
  border-radius: 3px;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__title.active {
  border-bottom: 1px solid #b3b3b3;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__title.active
  .title__text {
  font-weight: 700;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__content {
  display: flex;
  flex-direction: column;
  padding: 25px 40px 35px 2px;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__content
  .title__answer {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #dd5a54;
  letter-spacing: 2px;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__content
  .title__answer
  .text__answer {
  font-size: 25px;
  color: #dd5a54;
  margin-right: 15px;
}

.main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__content
  .answer__detail {
  font-family: "Pro W3";
  font-size: 14px;
  color: #4d4d4d;
  padding-left: 32px;
}

#web_faq .main {
  margin-top: 60px;
  min-height: 89vh;
}

#web_faq
  .main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__title
  .title__text
  .text {
  font-size: 18px;
  padding-right: 60px;
  color: var(--key-color-100);
  /*キーカラー*/
  font-family: "ヒラギノ角ゴ Pro W6";
  line-height: 23px;
}

#web_faq .main__wrapper .body__content .faq__content .faq__list .faq__item {
  background: var(--key-color-10);
  /*キーカラー*/
  border-radius: 4px;
}

#web_faq .item__content:before {
  content: "";
  position: relative;
  width: 102%;
  height: 1px;
  background: var(--key-color-100);
  margin-top: -30px;
  margin-bottom: 20px;
}

#web_faq
  .main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__content
  .title__answer {
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W6";
  color: var(--key-color-100);
  margin-bottom: 10px;
}

#web_faq
  .main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__content
  .title__answer
  .text__answer {
  color: var(--key-color-100);
}

#web_faq
  .main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__content
  .answer__detail {
  line-height: 18px;
}

#web_faq
  .main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__title
  .title__text {
  align-items: center;
}

#web_faq
  .main__wrapper
  .body__content
  .faq__content
  .faq__list
  .faq__item
  .item__title
  .title__text
  .text__questions {
  font-family: "ヒラギノ角ゴ Pro W6";
}

#web_faq .main__wrapper .body__content .faq__content {
  padding: 50px 210px 80px 210px;
}

@media screen and (min-width: 768px) {
  .main__wrapper .body__content .banner {
    padding: 0;
    height: 134px;
    justify-content: center;
    align-items: center;
  }

  .main__wrapper .body__content .banner .banner__title {
    padding: 0;
  }

  .main__wrapper .body__content .banner .banner__title .title__main {
    display: block;
    padding: 12px 0 0px;
    font-size: 25px;
    line-height: 25px;
  }

  .main__wrapper .body__content .banner .banner__title .title__child {
    display: block;
    font-size: 13px;
    line-height: 13px;
  }

  #web_faq .main__wrapper .body__content .faq__content {
    width: 980px;
    margin: 0 auto;
    padding: 80px 0 70px;
  }

  #web_faq .main__wrapper .body__content .faq__content .faq__list .faq__item {
    margin-bottom: 20px;
    padding: 40px 40px 0 40px;
    background: var(--key-color-5);
    /*キーカラー*/
    border-radius: 4px;
  }

  #web_faq
    .main__wrapper
    .body__content
    .faq__content
    .faq__list
    .faq__item
    .item__title
    .title__text
    .text__questions {
    margin-top: 0px;
    margin-right: 20px;
  }

  #web_faq
    .main__wrapper
    .body__content
    .faq__content
    .faq__list
    .faq__item
    .item__title {
    padding-bottom: 35px;
  }

  #web_faq
    .main__wrapper
    .body__content
    .faq__content
    .faq__list
    .faq__item
    .item__title
    .title__text {
    align-items: start;
    padding: 0;
  }

  #web_faq
    .main__wrapper
    .body__content
    .faq__content
    .faq__list
    .faq__item
    .item__title
    .title__text
    .text {
    line-height: 28px;
  }

  #web_faq
    .main__wrapper
    .body__content
    .faq__content
    .faq__list
    .faq__item
    .accordion {
    padding-right: 0;
  }

  .main__wrapper
    .body__content
    .faq__content
    .faq__list
    .faq__item
    .item__content.item__answer {
    display: none;
    padding: 25px 0 35px;
    border-top: 1px solid var(--key-color-100);
    /*キーカラー*/
  }

  #web_faq
    .main__wrapper
    .body__content
    .faq__content
    .faq__list
    .faq__item
    .item__content
    .title__answer {
    align-items: start;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 34px;
  }

  #web_faq
    .main__wrapper
    .body__content
    .faq__content
    .faq__list
    .faq__item
    .item__content
    .title__answer
    .text__answer {
    margin-top: 5px;
    margin-right: 20px;
  }

  #web_faq
    .main__wrapper
    .body__content
    .faq__content
    .faq__list
    .faq__item
    .item__content
    .answer__detail {
    display: inherit;
    padding-left: 44px;
    font-size: 14px;
    line-height: 24px;
  }
}
/* マイページ */
#my_page .wrapper {
  min-width: 0;
  position: relative;
}

#my_page {
  /* min-width: 320px; */
  min-width: 1200px;
}

#my_page #main .container {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  /* padding: 163px 5px 178px; */
  /*シャドウ用の5pxパディング*/
  /* 20220215追記 */
  padding: 163px 5px 64px;
}

#my_page #main .container .my_page_ttl {
  display: block;
  text-align: center;
  margin: 0 0 45px;
}

#my_page #main .container .my_page_ttl h4 {
  margin: 0 0 62px;
  font-size: 40px;
  line-height: 1;
  color: #4d4d4d;
}

#my_page #main .container .my_page_ttl h4 span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}

#my_page #main .container .my_page_ttl p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
}

#my_page .menu_liset li {
  display: flex;
  align-items: center;
  justify-content: left;
  min-height: 280px;
  margin: 0 0 32px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29);
}

#my_page .menu_liset li:last-child {
  margin: 0;
}

#my_page .menu_liset li .left {
  width: 43.4%;
}

#my_page .menu_liset li:nth-child(1) .left {
  padding: 0 0 0 80px;
}

#my_page .menu_liset li:nth-child(1) .left img {
  width: 230px;
}

#my_page .menu_liset li:nth-child(2) .left {
  padding: 0 0 0 80px;
}

#my_page .menu_liset li:nth-child(2) .left img {
  width: 205px;
}

#my_page .menu_liset li:nth-child(3) .left {
  padding: 0 0 0 95px;
}

#my_page .menu_liset li:nth-child(3) .left img {
  width: 181px;
}

#my_page .menu_liset li .right h5 {
  color: #4d4d4d;
  font-size: 23px;
  line-height: 1;
}

#my_page .menu_liset li .right p {
  margin-top: 15px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
}

#my_page .menu_liset li .right a {
  position: relative;
  width: 250px;
  margin: 27px 0 0;
  padding: 5px 16px 5px 0;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
  background-color: var(--key-color-100);
  /*キーカラー*/
  border: 2px solid var(--key-color-100);
  /*キーカラー*/
  color: #fff;
  border-radius: 4px;
}

#my_page .menu_liset li .right a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 16px / 2);
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#my_page .menu_liset li .right a:hover {
  background-color: #fff;
  color: var(--key-color-100);
  /*キーカラー*/
}

#my_page .menu_liset li .right a:hover:after {
  border-color: var(--key-color-100);
  /*キーカラー*/
}

/*来場者マイページ、ヘッダーに先追加*/
#my_page header {
  border-bottom: #d2d2d2 solid 1px;
}

/************************************
メンテナンス（maintenance.php）
*************************************/
.maintenance .main__wrapper {
  text-align: center;
  margin-top: 220px;
}

.maintenance .company_logo_img {
  margin-bottom: 50px;
}

.maintenance h2 {
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.maintenance p:first-child {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}

.maintenance .mente_ttl {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 35px;
}

.maintenance .mente_info {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 1.7px;
}

.info_link {
  text-decoration: underline;
}

#maintenance {
  background-color: var(--key-color-100);
}

#maintenance .wrapper {
  width: auto;
  min-width: auto;
  max-width: auto;
  display: flex;
  align-items: center;
  height: 100vh;
}

#maintenance .main__wrapper {
  text-align: center;
  margin-top: 0;
}

#maintenance .company_logo_img {
  width: 345px;
  margin: 0 auto 53px;
}

/*トップ 出展企業一覧 矢印修正*/
#top .top_sec_05 .company_list_link:after,
#visitor_offer .top_sec_05 .company_list_link:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px var(--key-color-100);
  border-right: solid 3px var(--key-color-100);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  right: 20px;
  margin-top: -4px;
}

#top .top_sec_05 .company_list_link:hover:after,
#visitor_offer .top_sec_05 .company_list_link:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}

/*トップ 出展企業一覧 矢印修正 -end*/
#web_booth .schedule_tab_content .tab-area:after {
  content: "";
  border-bottom: solid #ccc 5px;
  position: absolute;
  width: 100%;
  top: 27px;
  left: 0;
  z-index: -1;
}

#web_booth .tab-area {
  width: auto;
}

/* 0309更新 */
.sec_booth_list_btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 0;
  border: solid 3px #fff;
  color: #fff;
  border-radius: 28px;
  width: 285px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}

.sec_booth_list_btn a:hover {
  border-color: #000;
  color: #000;
  stroke: #000;
}

.sec_booth_list_btn a svg path,
.sec_booth_list_btn a svg line {
  stroke-width: 2px;
}

.sec_booth_list_btn a svg {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}

.sec_booth_list_btn a:hover svg path,
.sec_booth_list_btn a:hover svg line {
  stroke: #000;
}

.top_sec2 .sec_in .sec_ttl {
  margin-bottom: 40px;
}

.sec_booth_list_btn {
  text-align: center;
  margin-bottom: 40px;
}

.top_sec1 .slide_list .slide_item {
  width: 544px;
}

.top_sec1 .slide_list .slide_item .slide_ttl_area {
  height: 306px;
}

#web_booth .top__image img {
  /* padding: 5% 10%; */
  width: 100%;
  /* height: 100%; */
}

/* 会期前TOPスワイパー調整 */
/* #top #before_open.main_v .slide_list li, #top #before_open.main_v .slide_item a {
  width: 500px;
} */
#top #before_open.main_v .slide_list li,
#top #before_open.main_v .slide_item a {
  width: 480px;
  height: 270px;
  border-radius: 7px;
}

#top #before_open.main_v .slide_list {
  display: flex;
  align-items: center;
}

#top .main_v {
  height: 310px;
  margin-bottom: 10px;
}

#top
  #before_open.main_v.swiper-container-horizontal
  > .swiper-pagination-bullets {
  bottom: 5px;
  padding: 0px;
}

#before_open.top_slider .swiper-button-next,
#before_open.top_slider .swiper-button-prev {
  top: 58%;
}

/* ーーーーーーーーーーーーーーーーーーーーー */
.top_sec4 .sec_in ul li {
  background-size: 80%;
  height: 200px;
  padding: 32px;
  background-color: #fff;
}

/* 3010更新 */
/* ロゴ画像マージン調整 */
/* 個別ブース(企業ブース情報入力前) */
.top__right {
  width: 720px;
  height: 400px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29);
}

.top__right__area {
  width: 720px;
  height: 400px;
  background-color: #fff;
  padding: 32px;
}

#web_booth
  .wrapper
  .main
  .main__wrapper
  .top
  .top__container
  .top__right
  .top__image {
  width: 100%;
  height: 100%;
  box-shadow: none;
}

/* 企業情報一覧 */
#campanies .campanies_sec2 .sec_in #booth_list_all li .left {
  width: 390px;
  height: 260px;
  padding: 32px;
}

/* 展示会TOP-企業一覧 */
.booth_list_fream {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.top_sec4 .sec_in ul li a {
  background-color: transparent;
  padding: 32px;
}

.booth_list_fream a:hover {
  opacity: 0.7;
}

#web_booth .wrapper .main .main__wrapper .top .top__container .top__left {
  border-right: 1px solid #efefef;
}

.top_sec1 .slide_list .slide_item .slide_footer .slide_btn.after {
  color: #949494;
  background-color: #f3f3f3;
  border: none;
}

#sort_area .cate_area_j_noselect {
  text-align: center;
  color: #949494;
  font-size: 16px;
  font-weight: bold;
}

.head_buttonArea {
  position: absolute;
  bottom: 34px;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 47px 47px 0;
}

.header_button,
.upperFooter_button {
  display: block;
  height: 36px;
  width: 100%;
  position: relative;
  font-size: 14px;
  display: block;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.header_button span,
.upperFooter_button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  padding: 5px 43px;
}
.header_button svg,
.upperFooter_button svg {
  margin-right: 10px;
}

.header_button.is-done svg,
.upperFooter_button.is-done svg {
  margin-right: 5px;
}

.header_button--reserve,
.upperFooter_button--reserve {
  color: #fff;
  background-color: var(--key-color-100);
}
.header_button--reserve:hover,
.upperFooter_button--reserve:hover {
  color: #fff;
}
.header_button--reserve svg,
.upperFooter_button--reserve svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.header_button--card,
.upperFooter_button--card {
  color: var(--key-color-100);
  border: 1px solid var(--key-color-100);
}
.header_button--card:hover,
.upperFooter_button--card:hover {
  color: var(--key-color-100);
}
.header_button--card svg,
.upperFooter_button--card svg {
  width: 26px;
  height: 26px;
  fill: var(--key-color-100);
}
.header_button--card.is-done,
.upperFooter_button--card.is-done {
  background-color: var(--key-color-10);
  border: 0;
}
.header_button--card.is-done svg,
.upperFooter_button--card.is-done svg {
  fill: transparent;
}
.header_button--card.is-done svg path,
.upperFooter_button--card.is-done svg path {
  stroke: var(--key-color-100);
}
.header_button--card.is-done:hover,
.upperFooter_button--card.is-done:hover {
  opacity: 1;
}
.header_button:nth-child(n + 2),
.upperFooter_button:nth-child(n + 2) {
  margin-top: 16px;
}
.header_button.arrow::after,
.upperFooter_button.arrow::after {
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 16px;
  top: -3px;
}
.header_button:hover,
.upperFooter_button:hover {
  opacity: 0.5;
}

.card_help {
  margin: 8px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  border: 0;
  color: #4d4d4d;
}
.card_help::before {
  content: "?";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  font-size: 10px;
  height: 18px;
  width: 18px;
  color: #fff;
  background-color: #4d4d4d;
  margin-right: 4px;
}
.card_help:hover {
  opacity: 0.5;
}

.upper_footer {
  z-index: 20;
  position: fixed;
  bottom: 0;
  margin: auto;
  padding: 20px 80px;
  width: 100%;
  min-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
}

.upperFooter_buttonArea {
  margin-left: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
}
.upperFooter_buttonArea > li {
  width: 240px;
}
.upperFooter_buttonArea > li:nth-child(n + 2) {
  margin-left: 20px;
}
.upperFooter_boothName {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  width: 545px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upperFooter_help {
  text-align: center;
  display: block;
  border-radius: 14px;
  font-size: 16px;
  height: 28px;
  width: 28px;
  color: #fff;
  background-color: #4d4d4d;
  margin-left: 8px;
  position: relative;
}
.upperFooter_help > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalCard_image {
  width: 100px;
}
.modalCard_image svg path {
  fill: var(--key-color-100);
}

.modal_window.edit_modal h2.modalCard_title {
  margin-top: 20px;
  border: 0;
}

.modalCard_image {
  text-align: center;
  margin: 0px auto 40px;
}
.modalCard_info {
  padding: 0 40px;
  text-align: left;
}
.modalCard_info strong {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 150%;
}
.modalCard_info p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  font-family: Arial;
  letter-spacing: 0.06em;
  line-height: 150%;
}

.mypage_menuList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mypage_menuItem {
  width: calc(calc(100% - 32px) / 2);
  min-height: 200px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 0 32px;
  display: flex;
  align-items: center;
}
.mypage_menuItem:nth-child(2n) {
  margin-left: 16px;
}
.mypage_menuItem:nth-child(2n + 1) {
  margin-right: 16px;
}
.mypage_menuItem:nth-child(n + 3) {
  margin-top: 32px;
}
.mypage_menuItem__icon {
  width: 120px;
  margin-right: 32px;
  text-align: center;
}
.mypage_menuItem__icon svg {
  fill: var(--key-color-100);
}
.mypage_menuItem__note {
  height: 100%;
  width: 250px;
  text-align: left;
  color: #4b4b4b;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px 0;
}
.mypage_menuItem__note h5 {
  line-height: 150%;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
}
.mypage_menuItem__note p {
  line-height: 150%;
  letter-spacing: 0.06em;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 16px;
}
.button_main {
  display: block;
  position: relative;
  height: 28px;
  width: 120px;
  border-radius: 3px;
  background-color: var(--key-color-100);
}
.button_main span {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  min-width: 120px;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.mypage_menuItem__button a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mypage_menuItem__button a:hover {
  opacity: 0.6;
}

.mypage_menuItem.is-business_id {
  width: 100%;
  margin-right: 0;
}
.mypage_menuItem.is-business_id h5 {
  font-family: "Noto Sans Japanese", "Avenir", sans-serif;
  color: #000000;
  line-height: 15px;
  margin-bottom: 10px;
}
.mypage_menuItem.is-business_id h5 img {
  width: 90px;
  margin-right: 5px;
}
.mypage_menuItem.is-business_id .mypage_menuItem__note {
  width: 100%;
  text-align: center;
}
.mypage_menuItem.is-business_id .button_main {
  width: 180px;
  margin: 0 auto;
}
.mypage_menuItem.is-business_id .button_main svg {
  position: absolute;
  right: 0;
  top: 2px;
  width: 9px;
  height: 9px;
}

/*topバナー*/
.ex_banner_zone {
  height: auto;
}

.ex_banner_zone .sec_in {
  padding: 30px 0;
}

.ex_banner_zone .sec_in .banner_container {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

.ex_banner_zone .sec_in .banner_container:first-child {
  margin-top: 0;
}

.ex_banner_zone .sec_in .banner_container .imgs a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#banner_01 {
  margin-top: 0px;
  margin-bottom: 10px;
}

#banner_02 {
  margin-bottom: 100px;
}

#banner_03 {
  margin-bottom: 70px;
}

#banner_04 {
  margin-bottom: 100px;
}

#banner_05 {
  margin-bottom: 70px;
}
/*topバナー -end*/

/* ロゴパネル */
.top_sec4 .sec_in ul li.logoNum_1 {
  height: 252px;
  padding: 34px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_sec4 .sec_in ul li.logoNum_2 {
  width: calc((100% - 16px) / 2);
  height: 216px;
  padding: 32px 116px;
}
.top_sec4 .sec_in ul li.logoNum_3 {
  width: calc((100% - 32px) / 3);
  height: 184px;
  padding: 32px 59px;
}
.top_sec4 .sec_in ul li.logoNum_4 {
  width: calc((100% - 48px) / 4);
  height: 137px;
  padding: 24px 43px;
}
.top_sec4 .sec_in ul li.logoNum_5 {
  width: calc((100% - 64px) / 5);
  height: 123px;
  padding: 32px 44px;
}

.top_sec4 .sec_in ul li.logoNum_1 a {
  padding: 34px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_sec4 .sec_in ul li.logoNum_2 a {
  padding: 32px 116px;
}
.top_sec4 .sec_in ul li.logoNum_3 a {
  padding: 32px 59px;
}
.top_sec4 .sec_in ul li.logoNum_4 a {
  padding: 24px 43px;
}
.top_sec4 .sec_in ul li.logoNum_5 a {
  padding: 32px 44px;
}

.top_sec4 .sec_in ul li.logoNum_1 .booth_list_fream {
  width: 304px;
}

.top_sec4 .sec_in ul li.logoNum_1 .booth_info {
  width: 532px;
  margin-left: 24px;
}

.top_sec4 .sec_in ul li.logoNum_1 .booth_info h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.top_sec4 .sec_in ul li.logoNum_1 .booth_info p {
  font-size: 16px;
  line-height: 1.5;
}

section.top_sec4 .sec_in .panel_title {
  width: 86.6%;
  margin: 0 auto 32px;
}

section.top_sec4 .sec_in .panel_title h2.logo_title {
  font-size: 28px;
  color: #4d4d4d;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

section.top_sec4 .sec_in .panel_title h2.logo_title::before {
  content: "";
  width: 48px;
  height: 4px;
  background: #000000;
  border-radius: 20px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

section.top_sec4 .sec_in .panel_title p.logo_copy {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: center;
}
/* ロゴパネル -end */

/* ============================= 多言語対応(en) ============================= */
body[data-lang="en"] .top_sec_05 .sec_in .inner a {
  line-height: normal;
  padding: 10px 50px;
}

/*　TOPローディングCSS　*/

.top_sec1_mask,
.before_open_mask {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 11;
}

#slide_contents_area {
  width: 100%;
  font-size: 50px;
}

#top .ball-pulse-sync > div,
.ball-pulse > div,
#top .ball-scale-random > div,
.ball-scale > div {
  background-color: #ccc !important;
}

/* ローディング */
#top #loading.loading {
  /*display: block;*/
  width: 100%;
  height: 100%;
  position: absolute;
  /*z-index: 1000;*/
}

#top #loading.loading .loding_inner,
#web_booth #loading.loading .loding_inner {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*width: 40px;*/
  width: auto;
  /*height: 40px;*/
  display: flex;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* ローディング -end */

/* ブースサブ画像ローディング */
.booth_loading_mask_subimg {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  width: 1040px;
  height: 460px;
  top: 0px;
  left: 0px;
  z-index: 11;
  margin-left: -200px;
  margin-right: -200px;
  background-color: #fff;
}

/* マイページ ログアウトボタン */
.mypage_logout_btn {
  /* margin-top: 88px; */
  margin-top: 48px;
  text-align: center;
}

.mypage_logout_btn a {
  line-height: 1.5;
  font-weight: bold;
  color: var(--key-color-100);
  /* padding: 5px 47px 3px; */
  padding: 5px 73px 3px;
  background-color: #fff;
  /* border: 1px solid var(--key-color-100);
  border-radius: 50px; */
  transition: all 0.2s;
}

.mypage_logout_btn:hover a {
  opacity: 0.6;
}

.no_speaker_txt {
  color: #ccc;
}

/* 同時開催登録モーダル */
@media screen and (min-width: 768px) {
  #top .vis_info_modal .form_section .btn_area {
    display: flex;
  }
}

/* チャット */
/* SPの場合モーダル開いたらスクロールさせなくする */
body.is-noscroll {
  overflow-y: auto;
}

.chat_user {
  position: relative;
  z-index: 99;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 28px;
  bottom: 125px;
}
#top .chat_user {
  z-index: 222;
}
.chat_user .chat_btn {
  position: static;
  z-index: 100;
  height: 80px;
  width: 80px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #0033bb;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}
.chat_user.is-fix {
  bottom: 28px;
}
.chat_user.is-fix .chat_btn {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chat_user .chat_btn:hover {
  background: #ffffff;
  color: #0033bb;
  border: 2px solid #0033bb;
}

.chat_btn .chat_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
}
.wrapper {
  position: relative;
}
.chat_user .balloon_area {
  position: absolute;
  z-index: 2;
  padding: 12px 14px 14px;
  right: 0px;
  min-width: 157px;
  bottom: 94px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 22px rgb(0 0 0 / 16%);
}
.chat_user .balloon_area p {
  font-size: 14px;
  line-height: 150%;
  color: #121212;
}

.chat_user .balloon_area .balloon_inner {
  position: relative;
}
.chat_user .balloon_area .balloon_inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  right: 0;
}
.chat_user .balloon_area .balloon_close {
  position: absolute;
  right: -22px;
  top: -46px;
  cursor: pointer;
}
.chat_user .chat_btn .chat_btn__txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 1px;
}
.chat_user .chat_btn .chat_btn__ico {
  content: "";
  display: block;
  height: 18.7px;
  width: 18.7px;
  background: center no-repeat;
  background-image: url(../../img/chat/chat_btn_icon.svg);
  background-size: contain;
  margin: 20px auto 0;
  transition: 0.5s;
}
.chat_user .chat_btn:hover .chat_btn__ico {
  background-image: url(../../img/chat/chat_btn_icon_blue.svg);
}
.chat_user .chat_btn__new {
  display: none;
  height: 22px;
  width: 22px;
  position: absolute;
  right: -4px;
  top: -3px;
  border-radius: 50%;
  background: #ea6565;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ffffff;
}
.chat_user .chat_btn__new.is-active {
  display: block;
}

.chat_user .chatIframe {
  position: fixed;
  /* width: 420px;
  height: 575px; */
  width: 328px;
  height: 480px;
  bottom: 85px;
  right: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  transition: opacity ease 0.3s, visibility ease 0.3s;
  overflow: hidden;
  background: #ffffff;
  z-index: 1000;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .chat_user .chatIframe {
    max-height: calc(100vh - 120px);
  }
}

.chat_user .chatIframe.isClose {
  opacity: 0;
  visibility: hidden;
}
.chat_user .chatIframe {
  position: fixed;
  bottom: inherit;
  right: 20px;
  top: 76px;
}

.chat_user .chatIframe.is-room {
  top: initial;
  bottom: 20px;
}

@media screen and (min-width: 768px) {
  .chat_user .chatIframe.frame_scaling {
    width: 500px;
    height: 680px;
  }
}
/* チャット -end */

/* ===== 出展カテゴリ一覧 ===== */
.week_nav {
  background-color: #fff;
  overflow: hidden;
}

#top .week_nav {
  margin-top: 0;
}

#my_page .week_nav {
  display: none;
}

#web_booth .week_nav {
  display: none;
}

.week_nav .sec_in {
  padding: 13px 0px;
  flex-wrap: nowrap;
  width: 100%;
  max-width: initial;
  justify-content: flex-start;
  background-color: #fafafa;
}

.week_nav .week_nav_ttl {
  padding: 8px 16px 8px 20px;
}

.week_nav .week_nav_ttl h4 {
  font-size: 14px;
  line-height: 1.3;
  color: #4d4d4d;
  white-space: nowrap;
}

.week_nav .week_nav_cnt {
  position: relative;
  width: calc(100% - 148px);
  padding: 0 25px;
  padding-left: 10px;
}

.week_nav .week_nav_cnt .week_nav_list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* margin-right: 40px; */
  padding: 3px 0px;
}

.week_nav .week_nav_cnt .week_nav_list.mask-right {
  -webkit-mask-image: linear-gradient(
    to right,
    black calc(100% - 78px),
    transparent
  );
}

.week_nav .week_nav_cnt .week_nav_list.mask-left {
  -webkit-mask-image: linear-gradient(
    to left,
    black calc(100% - 78px),
    transparent
  );
}

.week_nav .week_nav_cnt .week_nav_list.mask-right.mask-left {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 78px,
    black calc(100% - 78px),
    transparent
  );
}

.week_nav .week_nav_cnt .week_nav_list::-webkit-scrollbar {
  display: none;
}

.week_nav .week_nav_cnt .arrow_to_left,
.week_nav .week_nav_cnt .arrow_to_right {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  z-index: 10;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(72, 88, 102, 0.2);
}

.week_nav .week_nav_cnt .arrow_to_left {
  left: 12px;
}

.week_nav .week_nav_cnt .arrow_to_right {
  right: 25px;
}

.week_nav .week_nav_cnt .arrow_to_left::before,
.week_nav .week_nav_cnt .arrow_to_right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
}

.week_nav .week_nav_cnt .arrow_to_left::before {
  top: calc(50% - 4px);
  left: 14px;
  transform: rotate(-135deg);
}

.week_nav .week_nav_cnt .arrow_to_right::before {
  top: calc(50% - 4px);
  left: 11px;
  transform: rotate(45deg);
}

.week_nav .week_nav_cnt .week_nav_list .week_nav_item {
  margin-right: 12px;
}

.week_nav .week_nav_cnt .week_nav_list .week_nav_item a {
  font-size: 14px;
  line-height: 1;
  padding: 8px 18px 10px;
  border: 1px solid #0033bb;
  border-radius: 25px;
  white-space: nowrap;
  color: #0033bb;
  font-family: "Noto Sans Japanese", sans-serif;
  transition: all 0.3s;
  background-color: #fff;
}

.week_nav .week_nav_cnt .week_nav_list .week_nav_item a:hover {
  opacity: 0.6 !important;
}

@media only screen and (min-device-width: 640px) and (orientation: portrait) and (max-device-width: 1024px) {
  /* ipad縦向き */
  .week_nav .week_nav_cnt .week_nav_list .week_nav_item a {
    line-height: 1.25;
  }
}

/* ===== 出展カテゴリ一覧 -end ===== */

.push_notification_modal {
  position: fixed;
  top: 72px;
  left: -550px;
  z-index: 1000;
  transition: left 0.3s;
  display: block;
}

.push_notification_modal.active {
  left: 12px;
}

.push_notification_modal h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #121212;
  padding-bottom: 10px;
  background-image: url(../../img/icons/bell.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding-left: 25px;
  background-position: 0 8px;
}

.push_notification_modal_btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 24px;
}

.push_notification_modal_btns a.push_notification_modal_btn_close {
  align-items: center;
  padding: 12px 24px 13px;
  width: 146px;
  height: 46px;
  background: #ffffff;
  border-radius: 83px;
  font-weight: 400;
  font-size: 16px;
  margin-right: 16px;
  cursor: pointer;
}

.push_notification_modal a.push_notification_modal_btn_close_upper {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../../img/icons/close.svg);
  background-repeat: no-repeat;
  background-size: 12.5px auto;
  background-position: 50% 50%;
}

.push_notification_modal_btns a.push_notification_modal_btn_close:hover,
.push_notification_modal_btns a.push_notification_modal_btn_close_upper:hover {
  opacity: 0.5;
}

.push_notification_modal_btns a.push_notification_modal_btn {
  align-items: center;
  padding: 0px;
  width: 224px;
  height: 46px;
  background: #ffffff;
  color: #0034bb;
  line-height: 41px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border: 2px solid #0034bb;
  border-radius: 83px;
  cursor: pointer;
}

.push_notification_modal_btns a.push_notification_modal_btn:hover {
  background-color: #0034bb;
  color: #fff;
}

.push_notification_modal_inner {
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  isolation: isolate;

  position: relative;
  width: 510px;
  height: 185px;

  background: #ffffff;
  border-top: 1px solid #f3f3f3;

  box-shadow: 0px 4px 24px rgba(72, 88, 102, 0.16);
  border-radius: 8px;

  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #121212;
}

#personal .push_toggle_item {
  position: relative;
  padding: 1px 0 16px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 16px;
}

#personal .pfoot_list_item .push_question {
  position: absolute;
  top: 7px;
  right: 20px;
  background-image: url(../../img/icons/question.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  padding: 0;
}

#personal .pfoot_list_item .push_question p {
  position: absolute;
  top: 24px;
  right: -1px;
  background: rgba(18, 18, 18, 0.86);
  border-radius: 4px;
  display: none;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  width: 270px;
  height: 28px;
  line-height: 20px;
  max-height: none;
}

#personal .pfoot_list_item .push_question:hover p {
  display: block;
}

#personal .pfoot_list_item .push_question:hover {
  opacity: 1;
}

#personal .push_toggle_item a.push_toggle {
  text-align: left;
  background-image: url(../../img/icons/check_off.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 12px 50%;
  margin-left: 20px;
  height: 32px;
  line-height: 23px;
  padding: 4px 14px 4px 39px;
  gap: 8px;
  width: 180px;
  cursor: pointer;
}

#personal .push_toggle_item a.push_toggle.active {
  background-image: url(../../img/icons/check_on.svg);
}

#personal .push_toggle_item a.push_toggle.loading {
  opacity: 0.2;
}

.push_loader,
.push_loader:before,
.push_loader:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.push_loader {
  color: #717171;
  font-size: 10px;
  margin: 0px auto;
  position: absolute;
  top: -15px;
  left: 110px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  display: none;
}

.push_loader.loading {
  display: block;
}

.push_loader:before,
.push_loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.push_loader:before {
  left: -20px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.push_loader:after {
  left: 20px;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

#personal .pfoot_list_item a.push_toggle:hover {
  opacity: 1;
  background-color: #d0d0d0;
  border-radius: 35px;
  color: #121212;
}

#personal .push_toggle_item a.push_toggle.loading:hover {
  opacity: 0.2;
}

.push_notification_snackbar {
  position: fixed;
  bottom: -110px;
  left: 50%;
  z-index: 1000;
  margin-left: -125px;
  transition: bottom 0.3s;
}

.push_notification_snackbar.active {
  bottom: 20px;
}

.push_notification_snackbar_inner {
  background: rgba(18, 18, 18, 0.8);
  padding: 8px 16px 10px;
  color: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  text-align: center;
  width: 250px;
}

/************************************
v17以降ヘッダー
*************************************/

/* ヘッダー */
#global_header {
  position: relative;
  background: #fff;
  z-index: 900;
  min-height: 60px;
}
#global_header .ttl_nav {
  display: flex;
  background: #fff;
  justify-content: space-between;
  height: 60px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*min-width:860px;*/
  z-index: 1;
}
#global_header .flex_left {
  display: flex;
}
#global_header .flex_right {
  display: flex;
  padding-right: 4px;
}
#global_header .ttl_1 {
  position: relative;
  padding: 12px 32px 12px 20px;
  margin-right: 32px;
}
#global_header .ttl_1::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #dddddd;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}
#global_header .ttl_1 a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
#global_header .ttl_1 a:hover {
  opacity: 0.6;
}
#global_header .ttl_1 img {
  opacity: 0;
  height: 32px;
  object-fit: contain;
  max-width: 194px;
}
#web_faq #global_header .ttl_1 img {
  opacity: 1;
}
#web_faq #global_header .menu_btn {
  display: none;
}

#global_header .global_menu {
  margin-left: 24px;
  min-width: 140px;
}

#global_header .global_menu ul,
#global_header .grobal_menu ul {
  display: flex;
  align-items: center;
  height: 100%;
}
#global_header .global_menu ul li,
#global_header .grobal_menu ul li {
  font-size: 14px;
  margin-right: 24px;
  font-weight: bold;
  width: fit-content;
  white-space: nowrap;
}
#global_header .global_menu ul li a,
#global_header .grobal_menu ul li a {
  font-size: 14px;
  line-height: 1.2;
  transition: 0.2s;
  width: fit-content;
  white-space: nowrap;
}
#global_header .global_menu ul li a:hover,
#global_header .grobal_menu ul li a:hover {
  transition: 0.2s;
  opacity: 0.6;
}
#global_header .h_ui {
  transition: 0.2s;
  position: relative;
  background: #ffffff;
}
/* #global_header .h_ui:focus-within {
  outline: 1px solid #717171;
} */
#global_header .h_ui:focus-within::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid #717171;
  border-radius: 40px;
}
#global_header .h_ui_tooltip {
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  bottom: -40px;
  left: 50%;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px 12px;
  background: #121212;
  font-size: 14px;
  pointer-events: none;
}
#global_header .h_ui_tooltip::after {
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 4px solid #121212;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: 28px;
  left: calc(50% - 4px);
}
#global_header .h_ui:hover .h_ui_tooltip {
  transition: 0.2s;
  opacity: 1;
}
#global_header .chatbtn {
  position: relative;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
  margin: 6px 0;
}
#global_header .chatbtn svg {
  width: 21px;
  height: 21px;
}
#global_header .chatbtn .chatbtn_new {
  display: none;
  position: absolute;
  top: 2px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: #e83912;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  z-index: 30;
  line-height: 16px;
}
#global_header .chatbtn .chatbtn_new.is-active {
  display: block;
}
#global_header .chatbtn .h_ui_tooltip {
  min-width: 80px;
  left: calc(50% - 40px);
}
#global_header .chatbtn .h_ui_tooltip.h_tooltip_large {
  left: calc(50% - 60px);
  text-align: center;
  white-space: pre;
}
#global_header .notification {
  height: 48px;
  width: 48px;
  border-radius: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
  margin: 6px 0;
}
#global_header .notification svg {
  width: 20px;
  height: 22px;
}
#global_header .notification .count {
  display: none;
  position: absolute;
  position: absolute;
  top: 2px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: #e83912;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  z-index: 30;
  line-height: 16px;
}
#global_header .notification .count.is-active {
  display: block;
}

/* バッジアニメーション */
#global_header .notification .count.is-animate,
.chat_user .chat_btn__new.is-animate,
#global_header .chatbtn .chatbtn_new.is-animate,
#global_header .notification .count.is-animate {
  /* opacity: 0; */
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInAnimeicon;
  animation-name: fadeInAnimeicon;
  transform-origin: center;
}
@keyframes fadeInAnimeicon {
  0% {
    transform: scale(0);
  }
  72% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInAnimeicon {
  0% {
    transform: scale(0);
  }
  72% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* /バッジアニメーション */

#global_header .notification .h_ui_tooltip {
  min-width: 80px;
  left: calc(50% - 40px);
}
#global_header .account {
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  cursor: pointer;
  transition: opacity 0.2s;
  padding: 2px 13px 2px 15px;
  margin: 6px 0;
  max-width: 160px;
}
#global_header .account:hover img {
  opacity: 1;
}
#global_header .account .account_name {
  font-size: 14px;
  line-height: 1.2;
  color: #121212;
  flex: 1;
}
#global_header .account .account_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #f2f2f4;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  max-height: none;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-size: cover;
}
#global_header .account .account_icon img {
  object-fit: cover;
}
#global_header .account .account_icon.no_account_img {
  background-size: cover;
}
#global_header .account .h_ui_tooltip {
  min-width: 130px;
  left: calc(50% - 60px);
}
#global_header .parent_h_nav_wrap {
  position: relative;
}
#global_header .parent_h_nav_wrap::before {
  transition: 1s;
  opacity: 0;
}

#global_header .parent_h_nav.js-h_companies {
  position: relative;
}

#global_header .d_open .parent_h_nav.js-h_companies:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  transform: rotate(180deg);
  z-index: 100;
  transition: 1s;
  opacity: 1;
}

#global_header .head_login,
#global_header .head_register {
  margin-top: 14px;
}
#global_header .head_register {
  margin-right: 16px;
}

#global_header .head_login a,
#global_header .head_register a {
  width: 96px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0033bb;
}
#global_header .head_login {
  margin-right: 9px;
}
#global_header .head_login a {
  color: #0033bb;
  background-color: #ffffff;
}
#global_header .head_login a:hover {
  color: #ffffff;
  background-color: #0033bb;
}
#global_header .head_register a {
  color: #ffffff;
  background-color: #0033bb;
}

.concurrent_hold {
  background: #fafafa;
  display: flex;
  align-items: center;
  height: 64px;
  padding: 12px;
  transition: 0.5s;
}
.concurrent_hold.transparency {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.ch_ttl {
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  min-width: 10em;
}
.ch_swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ch_swiper .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0;
  width: 100%;
  line-height: 1.2;
}
.ch_swiper .swiper-slide a:hover {
  opacity: 0.8;
}

/* /ヘッダー */

/* 検索エンジン */
#global_header .search_engine {
  padding-left: 24px;
  justify-content: right;
  position: relative;
  display: flex;
  align-items: center;
  width: 380px;
  height: 40px;
  border-radius: 40px;
  background: #f3f3f3;
  border: 0 none;
  font-size: 16px;
  margin: 10px 0;
  cursor: text;
}
#global_header #search_engine {
  position: absolute;
  left: 24px;
  height: 100%;
  width: calc(100% - 105px);
}
#global_header .search_engine .search_engine_icon {
  position: relative;
  width: 16px;
  height: 16px;
}
#global_header .search_engine input {
  position: relative;
  height: 100%;
  width: 100%;
  border: none;
  font-size: 14px;
  line-height: 100%;
  color: #717171;
}
#global_header .search_engine input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f3f3f3 inset;
}
#global_header .search_engine.is-open form#search_engine {
  display: flex;
  position: absolute;
  left: 24px;
  height: 100%;
}
#global_header .search_engine.is-open .search_engine_close {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 14px;
  right: 23px;
}

#global_header .search_engine .header_btn_search:hover {
  background: #d0d0d0;
}

#global_header .search_engine .header_btn_search:hover span {
  font-weight: 700;
}
#global_header .search_engine .header_btn_search:hover path {
  fill: #121212;
}

#global_header .search_engine .header_btn_clear {
  position: absolute;
  right: 39px;
  display: none;
  align-items: center;
  height: 64%;
  padding: 0px 13px;
  border-right: 1px solid #d0d0d0;
  cursor: pointer;
}

#global_header .search_engine .header_btn_clear:hover span {
  font-weight: 700;
}
#global_header .search_engine .header_btn_clear:hover path {
  fill: #717171;
}

#global_header .search_engine .header_btn_search {
  display: flex;
  padding: 0 14px 0 10px;
  height: 100%;
  align-items: center;
  background: none;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  cursor: pointer;
  /* width: 100%;
  justify-content: flex-end; */
}

/* /検索エンジン */

/* 検索エリア */
.search_area {
  display: flex;
  height: 56px;
  align-items: center;
}
.search_area input {
  display: block;
  width: 330px;
  height: 40px;
  border-radius: 40px;
  background: #f3f3f3;
  border: 0 none;
  padding-left: 45px;
  margin-left: 42px;
  margin-right: 16px;
  font-size: 16px;
  background: url(../../img/top/search_icon.svg) left 20px center no-repeat
    #f3f3f3;
}
.search_swiper {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.search_swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.search_swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.search_swiper .swiper-slide a {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.search_swiper .swiper-slide a:hover {
  opacity: 0.8;
}
.search_swiper .serch_all a {
  border-radius: 20px;
  background: #121212;
  color: #fff;
  width: calc(3em + 40px);
}
/* /検索エリア */

/* お知らせ */
#news_window {
  width: 350px;
  height: 568px;
  position: fixed;
  top: 76px;
  right: 20px;
  /* z-index: 100; */
  z-index: 899;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
#news_window.is-close {
  display: none;
}
#news_window .news_window_close {
  position: absolute;
  top: 11px;
  right: 16px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
#news_window .news_window_close img {
  width: 17px;
  height: 17px;
}
#news_window .news_window_close:hover {
  opacity: 0.6;
}
#news_window .news_window_ttl {
  height: 40px;
  font-size: 14px;
  line-height: 21px;
  padding: 0 13px 0 16px;
  color: #121212;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  font-weight: 700;
}
#news_window .news_window_ttl .icon {
  margin-right: 4px;
}
#news_window .iframeContainer {
  height: calc(100% - 40px);
  -ms-overflow-style: none;
}
#news_window .newsIframe {
  width: 100%;
  height: 100%;
}
#news_window .news_window_link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #d0d0d0;
}
#news_window .news_window_link a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #121212;
}
#news_window .news_window_link a:hover {
  opacity: 0.6;
}
/* お知らせ */

/* プロフィール */
#profile_modal_bg {
  z-index: 1000;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed !important;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
#personal {
  display: none;
  width: 300px;
  position: fixed;
  top: 73px;
  right: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(72, 88, 102, 0.16);
  border-radius: 8px;
  max-height: calc(100% - 83px);
  overflow-y: scroll;
}
#personal.is-open {
  display: block;
}
#personal.is-open .h_personal_close {
  display: none;
}
#personal .h_personal_head {
  padding: 16px 32px 0 32px;
}
#personal .h_profile {
  display: flex;
}
#personal .h_profile_icon {
  position: relative;
  width: 72px;
  height: 72px;
  border: 1px solid #f2f2f4;
  border-radius: 50%;
  margin-right: 12px;
  /* background-size: contain; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#personal .h_profile_icon.no_account_img {
  background-size: cover;
}

#personal .h_profile_icon_edit {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 28px;
  height: 28px;
  background: #f3f3f3;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#personal .h_profile_icon_edit:hover {
  background: #717171;
}
#personal .h_profile_icon_edit:hover path {
  fill: #ffffff;
}
#personal .h_profile_link {
  display: block;
  color: #121212;
  border: 1px solid #d0d0d0;
  border-radius: 32px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  margin-top: 12px;
}
#personal .h_profile_link:hover {
  background: #d0d0d0;
}

#personal .h_profile_info {
  width: 150px;
}
#personal .h_profile_name {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  margin-top: 13px;
}
#personal .h_profile_company {
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  color: #717171;
  margin-top: 4px;
}
#personal .h_personal_nav {
  padding: 15px 0;
}
#personal .pnav_list {
}
#personal .pnav_list_item {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #121212;
}
#personal .pnav_list_item a {
  display: block;
  padding: 13px 32px 13px 60px;
}
#personal .pnav_list_item a:hover {
  opacity: 0.6;
}
#personal .pnav_list_item .icon {
  position: absolute;
  left: 24px;
}
#personal .pnav_list_item.offer .icon {
  top: 17px;
}
#personal .pnav_list_item.matching .icon {
  top: 15px;
}
#personal .pnav_list_item.qa .icon {
  top: 13px;
}

#personal .h_personal_foot {
  border-top: 1px solid #d0d0d0;
}
#personal .h_personal_foot {
  padding: 15px 0;
}
#personal .pfoot_list_item {
}
#personal .pfoot_list_item a {
  display: block;
  padding: 16px 32px;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  color: #717171;
}
#personal .pfoot_list_item a:hover {
  opacity: 0.6;
}
#modal_bg_sp {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(18, 18, 18, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}
/* /プロフィール */

/* アイコンモーダル */

#profile_modal {
  z-index: 10000;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#profile_modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
#profile_modal .profile_modal_inner {
  position: relative;
  min-height: 443px;
  width: 560px;
  border-radius: 20px;
  background: #ffffff;
}
#profile_modal .profile_modal_head {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid #f3f3f3;
}
#profile_modal .profile_modal_head .close_btn {
  width: 14px;
  height: 14px;
  margin-right: 13px;
  cursor: pointer;
}
#profile_modal .profile_modal_head .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #121212;
}
#profile_modal .profile_modal_head .submit_btn {
  width: 96px;
  height: 32px;
  background: #0033bb;
  border: 1px solid #0033bb;
  border-radius: 34px;
  color: #ffffff;
  position: absolute;
  right: 30px;
  top: 22px;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
}
#profile_modal .profile_modal_content {
  padding: 24px 40px;
}
#profile_modal .profile_modal_content .notice {
  font-size: 12px;
  line-height: 19px;
  color: #717171;
}
#profile_modal .profile_modal_content .error {
  font-size: 16px;
  font-weight: 700;
  color: #d24204;
  margin-top: 10px;
}
#profile_modal .form {
  margin-top: 32px;
}
#profile_modal .form .image {
  box-sizing: border-box;
  position: relative;
  width: 242px;
  height: 242px;
  border: 1px solid #717171;
}
#profile_modal .form .image #preview {
  object-fit: contain;
  width: 240px;
  height: 240px;
}
#profile_modal .form .delete_btn {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 8px;
  top: 8px;
  background: #ffffff;
  border: 1px solid #717171;
  border-radius: 50%;
  padding: 2px;
}
#profile_modal .form .choose_btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 8px 20px;
  background: #ffffff;
  border: 1px solid #717171;
  border-radius: 34px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  color: #000000;
  transition: 0.3s;
}

#profile_modal .form .delete_btn img{
  vertical-align: top;
}

#profile_modal .form .choose_btn:hover {
  opacity: 0.6;
}

.profile_edit_img_btn {
  width: 160px;
  height: auto;
  border: none;
  padding: 8px 0 10px 0;
  display: block;
  border-radius: 34px;
  margin: 0 auto;
  background: #0033bb;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  flex-grow: 0;
  cursor: pointer;
  min-height: 32px;
  text-align: center;
  display: flex;
}

.profile_edit_img_btn svg {
  margin-right: 2px;
  margin-bottom: -2px;
}

.profile_edit_img_btn p {
  display: block;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
/* /アイコンモーダル */

/* カレンダー追加対応 */
.caladd {
  display: flex;
  align-items: center;
  /* width: 158px; */
  margin: 0 auto;
  border: 1px solid #717171;
  border-radius: 8px;
  margin-top: 8px;
  position: relative;
  height: 32px;
  width: 148px;
}

.caladd::after {
  content: "";
  background-image: url(../../img/icons/calender_icon.svg);
  width: 15px;
  height: 17px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.caladd .svg_before {
  margin-right: 6.5px;
}

.caladd .svg_before svg {
  vertical-align: baseline;
  margin-left: 18px;
}

.cal_select {
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  /* padding: 8.5px 14px 7.5px 34px; */
  padding: 8.5px 10px 7.5px 34px;
  border-radius: 8px;
  background: transparent;
  z-index: 2;
}

.cal_select:hover {
  cursor: pointer;
}

.caladd .cls-1 {
  fill: #717171;
}

.caladd select {
  border: none;
}

.shoudan_tb .meeting_date {
  text-align: center;
}

/* カレンダー追加対応ここまで */

.genre_caution_hidden {
  display: none;
}

.b_font_bold {
  font-family: "notosansjp_bold";
  font-weight: 900;
  font-size: 14px;
  color: #000;
  line-height: initial;
}

/* ======================================== SP版 1080px未満に適応 ======================================== */
@media screen and (max-width: 1080px) {
  #global_header .ttl_1 {
    padding: 12px;
    margin-right: 12px;
  }
  #global_header .global_menu ul li,
  #global_header .grobal_menu ul li {
    margin-right: 10px;
  }
  #global_header .global_menu ul li a,
  #global_header .grobal_menu ul li a {
    font-size: 12px;
  }
  #global_header .head_register {
    margin-right: 8px;
  }
  #global_header .account {
    padding: 0;
  }
  #global_header .account .account_icon {
    margin: 0;
  }
  #global_header .account .account_name {
    display: none;
  }
  #global_header .account:hover {
    background: #ffffff;
  }
}

@media screen and (max-width: 960px) {
  #global_header .header_drawer.dropdwn_menu::before {
    /* left: 14.5%; */
    /* left: 17.5%; */
    left: calc(100vw - 400px);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* iPadの縦横両方の記述 */
  #global_header .chatbtn .h_ui_tooltip {
    white-space: nowrap;
  }
  #global_header .notification .h_ui_tooltip {
    white-space: nowrap;
  }

  #global_header .search_engine .header_btn_search {
    width: 100%;
    justify-content: flex-end;
  }
}

@media only screen and (min-device-width: 640px) and (orientation: portrait) and (max-device-width: 1024px) {
  /* ipad縦向き */
  #global_header .account .h_ui_tooltip {
    left: calc(50% - 120px);
  }
  #global_header .account .h_ui_tooltip::after {
    left: calc(50% - -50px);
  }
  #news_window {
    top: 86px;
  }
  #global_header .notification .h_ui_tooltip {
    min-width: 90px;
    left: -40%;
  }
  #global_header .h_ui_tooltip::after {
    bottom: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* iPadが横向きのみの記述 */
}

@media screen and (min-width: 768px) {
  #matter_port {
  }

  .matter_port_area {
    width: 100%;
    position: relative;
    padding: 20px;
    height: 100%;
  }

  #matter_port main.reservation {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
  }

  .matter_port_inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
  }

  #matter_port iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #matter_port header {
    box-shadow: none;
  }

  #matter_port #global_header .ttl_nav {
    box-shadow: 0px 2px 14px -4px rgb(0 0 0 / 40%);
  }

  .matter_port_frame {
    /* height: calc(100vh - 80px - 60px - 0px); */
  }

  #matter_port footer.reservation {
    height: 80px;
  }

  /* --------type2 -------- */
  #matter_port.matter_fix main.reservation {
    min-height: initial;
  }
  #matter_port.matter_fix footer.reservation {
    position: fixed;
    bottom: 0;
  }
  #matter_port.matter_fix .matter_port_area {
    height: calc(100vh - 60px - 80px);
  }
  #matter_port.matter_fix .matter_port_frame {
    min-width: 1100px;
  }
  #matter_port.matter_fix .wrapper,
  #matter_port.matter_fix {
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none !important;
    /*Firefoxへの対応*/
    scrollbar-width: none !important;
  }
  /*Google Chrome、Safariへの対応*/
  #matter_port.matter_fix::-webkit-scrollbar {
    display: none !important;
  }

  @media screen and (max-height: 750px) {
    #matter_port.matter_fix main.reservation {
      max-width: 1000px;
    }
  }
}

@media screen and (max-width: 768px) {
  #matter_port .wrapper .main {
    height: calc(100% - 102px);
  }

  .matter_port_inner {
    height: calc(100vh - 102px - 233px);
  }

  #matter_port .wrapper .main iframe {
    width: 100%;
    height: 100%;
  }
  #matter_port .wrapper .main table div {
    width: 100%;
  }
}




/*リアル展示会フォーム完了画面*/

.form_section .realex_thanks{
  font-size: 16px;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック", sans-serif;
  padding-top: 40px;
}

.form_section .realex_thanks h3{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.form_section .realex_thanks p{
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}
.form_section .realex_thanks span{
  font-weight: bold;
}

.form_section .realex_thanks a{
  text-decoration: underline;
  font-weight: bold;
  color: var(--key-color-100);
}
