.header.release h1 {
  flex: 0 0 160px;
  max-width: 160px;
}

@media screen and (max-width: 767px) {
  .header.release h1 {
    flex: 0 0 120px;
    max-width: 120px;
  }
}

.footer_logo {
  max-width: 160px;
}

#main .banner_link .banner_link_inner {
  background: linear-gradient(94.93deg, #dd7322 5%, #2e63a2 50%, #dd7322 100%) !important;
  background-size: 200% 100% !important;
  background-position: 0 0 !important;
}

@media (hover) {
  #main .banner_link:hover .banner_link_inner {
    background-position: -100% 0 !important;
  }
}

@media screen and (min-width: 768px) {
  #main .lower_header_inner {
    position: relative;
  }
}

#main .tab_switch {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  width: 440px;
  height: 50px;
  border-radius: 25px;
  background-color: #F2F5F9;
  color: #A6A9C9;
}

@media screen and (min-width: 768px) {
  #main .tab_switch {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  #main .tab_switch {
    width: 100%;
    margin-top: 30px;
  }
}

#main .tab_switch li {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  flex-basis: 50%;
  height: 100%;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
}

#main .tab_switch li:hover {
  opacity: 0.8;
}

#main .tab_switch li.active {
  background-color: #2e63a2;
  color: #fff;
  pointer-events: none;
}

#main .form .items dl>dt span.required,
#main .form .items dl>dd p.question_label span.required {
  height: 100%;
}

#main .form .privacy>.privacy_title span.required {
  display: inline-block;
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #eb126d;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.error-message {
  display: inline-block;
  margin: 6px 0 0 !important;
}

.message-box-wrapper.mypage-form {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .message-box-wrapper.mypage-form {
    padding: 0 15px;
  }
}

.message-box {
  margin: 20px 0;
}

.message-box .notice-message {
  color: #3377ff;
}

.message-box .alert-message {
  color: #f33f3f;
}

main .exhibitor_list>li .card_contents .info .text {
  max-width: 100% !important;
}

#main .login_wrap input[type=text],
#main .login_wrap input[type=password] {
  height: 50px !important;
  font-size: 14px !important;
}

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

  #main .login_wrap input[type=text],
  #main .login_wrap input[type=password] {
    height: 50px !important;
  }
}

form .input_wrap p,
form .input_wrap span {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  #main .modal_body .inner .info .image {
    width: 85px;
  }
}

#main .form .privacy_contents {
  padding: 8px;
  overflow-y: scroll;
}

#main .form .privacy_contents h4 {
  font-weight: bold !important;
}

#main .form .privacy_contents ul,
#main .form .privacy_contents ol {
  margin: 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  list-style: disc;
}

#main .form .privacy_contents *+h4 {
  margin-top: 20px;
}

.header .not-used {
  color: #ccc !important;
}

.header a.not-used::after {
  color: #ccc !important;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

.footer .not-used {
  color: #ccc !important;
}

.button_link.not-used {
  color: #f0f0f0 !important;
  background-color: #ccc !important;
}

.tab_switch .not-used {
  color: #ccc !important;
  cursor: default !important;
}

.button_offer.not-used {
  background: none !important;
  background-color: #ccc !important;
  cursor: default !important;
}

.button_offer.not-used:hover {
  opacity: 1 !important;
}

.settings_list .not-used::after {
  background-color: #ccc !important;
}

.card_contents_wrap.visitor-list {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  #visitor-modal .info .text .company {
    min-height: 0 !important;
    padding-left: 0 !important;
  }

  #visitor-modal .info .text .website {
    padding-left: 0 !important;
  }
}

#main .matching {
  padding: 0 !important;
}

.message_input .words_input textarea {
  padding-right: 105px !important;
}

@media screen and (max-width: 767px) {
  .message_input .words_input textarea {
    padding-right: 75px !important;
  }
}

#main .message_list>li>a.no-image .message {
  flex: 0 1 100% !important;
}
