@charset "UTF-8";
/* 共通(PC first) */

body {
  margin: 0 auto;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
}

.hide_area {
  position: relative;
}

.box_inner {
  position: relative;
}

h1,h2,a,p {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.no_event {
  pointer-events: none;
}

.avenir {
  font-family: 'Avenir', "Noto Sans Japanese", sans-serif;
}

.arial {
  font-family: Arial,"Noto Sans Japanese", sans-serif;
}

.hiragino {
  font-family: 'Hiragino Kaku Gothic Pro', "Noto Sans Japanese", sans-serif;
}

/* color/background-color */
.btn_green {
  background-color: #34B48F;
}

.bg_wt {
  background-color: #fff;
}

.c_br {
  color: #231815;
}

.c_wt {
  color: #fff;
}

.c_wt_2 {
  color: #C4C4C4!important;
}

.c_gr {
  color: #5F5F5F!important;
}


#main{
  width: 100%;
  margin: 0 auto;
}

.content_inner {
  width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}


/* ヘッダー */
header {
  height: 56px;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  z-index: 33333;
  background: #fff;
  width: 100%;
  min-width: 1180px;
}

.h_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_sp {
  display: none;
}

.header_left {
  align-items: center;
}

.header_logo .imgs {
  justify-content: flex-start;
  align-items: center;
}

.header_logo .imgs h1{
  text-align: center;
}

.header_logo .imgs h1 {
  padding: 10px 20px;
  display: flex;
  height: 55px;
  align-items: center;
}

.header_logo .imgs img {
  max-width: 320px;
  max-height: 100%;
}

.header_icon {
  margin-right: 10px;
}

.header_nav_list {
  display: flex;
  align-items: center;
  height: 25px;
}

.header_nav_list li .imgs {
  display: inline;
  vertical-align: middle;
}

.header_nav_list li .imgs img {
  vertical-align: baseline;
  width: 12px;
  height: 12px;
}

.header_nav_list li a {
  color: var(--key-color-100);
  display: inline-block;
  padding-right: 20px;
  letter-spacing: 3px;
  letter-spacing: 0.02em;
}

.header_nav_list li .is-anker {
}

.header_nav_list li .is-anker::after{
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header_nav_list .schedule a:after,
.slide_cover_nav_list .schedule a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/jump_icon.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -1px;
}

.header_nav_list .no_event {
  color: #cccccc;
}

.header_btn {
  padding-right: 20px;
}

.header_btn .header_btn_registration{
  color: #ffffff;
  background: var(--key-color-100);
  border: 2px solid var(--key-color-100);
  border-radius: 20px;
  margin-left: 10px;
  padding: 2px 16px;
  line-height: 21px;
}

.header_btn .header_btn_login {
  color: var(--key-color-100);
  border: 2px solid var(--key-color-100);
  border-radius: 20px;
  margin-left: 10px;
  padding: 2px 16px;
  line-height: 21px;
}

/* l-headerTarget */
.l-headerTarget {
  border-left: 1px solid #E5E5E5;
}

.l-headerTarget__item {
  font-size: 0;
  border-right: 1px solid #E5E5E5;
}

.l-headerTarget__item a {
  height: 100%;
  font-size: 14px;
  line-height: 55px;
  color: #333333;
  padding: 0 12px;
}

.l-headerTarget__item a.current {
  color: #fff;
  background-color: var(--key-color-100);
  position: relative;
}

.l-headerTarget__item a.current::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--key-color-100);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

/*ヘッダーのカレント処理*/
.l-headerTarget__item a.un_current
{
  color: var(--key-color-100);
}

.l-headerTarget__item .pop_up_icon a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/jump_icon.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -1px;
}

/* メイン */
.main_content {
  /* width: 750px; */
  width: 720px;
  padding-top: 143px;
  padding-bottom: 93px;
}

/* メインビジュアル */
.mainvisual_area {
  padding-bottom: 56px;
}
.mainvisual_area a {
  opacity:1.0;
  transition: opacity 0.5s;
}
.mainvisual_area a:hover {
  opacity:0.6;
  transition: opacity 0.5s;
}

/* セクション */
.section {
  padding-bottom: 56px;
}

.section#merit,
.section#recommend
{
  padding-top: 73px;
}

.section#category
{
  padding-top: 75px;
}


.section#visit_category
{
  padding-top: 80px;
}

.section#process
{
  padding-top: 80px;
}


.section__head h2{
  font-size: 18px;
  letter-spacing: 0.5px;
}
.section__head__under_bar {
  display: block;
  margin-top: 11px;
  height: 2px;
  width: 22px;
}

.section__copy {
  font-size: 16px;
  padding-top: 17px;
  line-height: 1.9;
}


/* テキスト要素 */
.section__data[data-type="text"] {
  line-height: 26px;
}
.section__data[data-type="text"] a {
  color: var(--key-color-100);
}

/* リンク要素 */
.section__data[data-type="link"] a{
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
}
.section__data[data-type="link"] a:hover {
  opacity:0.6;
  transition: opacity 0.5s;
}

/* 箇条書き要素 */
.section__data[data-type="bullets"] .bullets_list {
  margin-top: 17px;
}
.section__data[data-type="bullets"] .bullets_list__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.section__data[data-type="bullets"] .bullets_list__circle_mark {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 5px;
}
.section__data[data-type="bullets"] .bullets_list__text {
  letter-spacing: 1.4px;
  line-height: 1.5;
  font-size: 15px;
  padding-left: 20px;
}


/* テキスト親子要素 */
.parent_child_list {
  margin-top: 27px;
  padding: 7px 24px 30px;
  background-color: #F9F9F9;
}
.parent_child_list__head {
  font-weight: 700;
  margin-top: 23px;
  margin-bottom: 7px;
}
.parent_child_list__data {
  line-height: 1.35;
  margin-inline-start: 0px;
}


/* 画像要素 */
.section__data[data-type="image"] {
  margin-top: 12px;
}
.section__data[data-type="image"] img {
  max-width: 100%;
}
.section__data[data-type="image"] a {
  opacity:1;
  transition: opacity 0.5s;
}
.section__data[data-type="image"] a:hover {
  opacity:0.6;
  transition: opacity 0.5s;
}

/* YouTube動画要素 */
.section__data[data-type="youtube"] .media__movie {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
.section__data[data-type="youtube"] .media__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 出展社ロゴ要素 */
.p-exhibitorScheduleList {
  margin-top: 24px;
  padding-left: 0;
}
.p-exhibitorScheduleList__item:nth-child(odd) {
  background: #f9f9f9;
}
.p-exhibitorScheduleList__item {
  display: flex;
  align-items: center;
  padding: 24px 48px;
  min-height: 72px;
  box-sizing: border-box;
}
.p-exhibitorScheduleList__date {
  width: 300px;
  flex: 0 0 300px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p-exhibitorScheduleList__text {
  font-size: 15.5px;
  line-height: 1.5;
}
.p-exhibitorScheduleList__text .bold{
  font-size: 19px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

/* 出展企業一覧 */
.booth_list {
  padding-top: 25px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.booth_list .booth_inner {
  padding-top: 25px;
}
.booth_list .booth_inner ul {
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.booth_inner .booth_logo .imgs {
  width: 100%;
  height: 100%;
}
.booth_inner .booth_logo .c_logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 72px;
  max-width: 162px;
  margin: 0 auto;
}
.booth_inner .booth_logo.cmp_5 .c_logo {
  max-width: 111px;
}
.booth_list .booth_logo {
  margin-bottom: 30px;
}
.booth_list .booth_logo.cmp_3 {
  /* 3列 */
  width: 33.3%;
}
.booth_list .booth_logo.cmp_4 {
  /* 3列 */
  width: 25%;
}
.booth_list .booth_logo.cmp_5 {
  /* 3列 */
  width: 20%;
}
.booth_list .booth_logo .imgs {
  justify-content: center;
}
/* add_comp */
.add_comp {
  padding-top: 50px;
}
.add_comp .add_comp_inner {
  padding-top: 38px;
}
.add_comp .add_comp_inner ul {
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 auto;
}
.add_comp_inner .company_p {
  width: 33.3%;
  flex-direction: column;
  margin-bottom: 50px;
}
.add_comp_inner .company_p:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.add_comp_inner .company_p_img img {
  width: 100%;
}


/* 来場メリット */
.process_zone {
  margin-top: 24px;
}

.process_zone.process_2_colum {
  justify-content: space-around;
}

.step_cnt {
  width: 30%;
  position: relative;
}

.process_2_colum .step_cnt {
  width: 46%;
}

.step_cnt h4 {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 18px;
}
.step_cnt p {
  line-height: 20px;
  padding-right: 17px;
}
.step_cnt .img_zone {
  height: 170px;
}
.process_2_colum .img_zone {
  max-width: 74%;
}

.step01:before,
.step02:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  border-left: solid 1px #C2C2C2;
  position: absolute;
  top: 0;
  right: -12px;
  left: auto;
}
.process_2_colum .step02:before {
  display: none;
}
.step01:after,
.step02:after {
  /* content: "";
  display: block;
  height: 9px;
  width: 9px;
  border-right: solid 1px #C2C2C2;
  border-bottom: solid 1px #C2C2C2;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  left: auto;
  transform:rotate(-45deg);
  margin: auto; */
}
.merit__privacy_policy {
  margin-top: 20px;
  padding: 24px;
  background-color: #F9F9F9;

}
.merit__privacy_policy p{
  line-height: 20px;
  margin-bottom: 7px;
  font-weight: 700;
}
.merit__privacy_policy li {
  display: inline;
  font-size: 12px;
}
.merit__privacy_policy li::after {
  content: '、';
  display: inline;
  margin-right: -0.5em;
}
.merit__privacy_policy li:last-child::after {
  content: '　等';
}



/* 出展までの流れ */
.time_info {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  background-color: #F9F9F9;
}
.time_info .info_inner {
  height: 100%;
  width: 74%;
  margin: 0 auto;
  align-items: center;
}
.time_info .info_inner .time_data_zone .wave_line {
  line-height: 24px;
  margin: 0 3px;
}
.time_info .info_inner .info_ttl {
  margin-right: 18px;
}
.time_info .info_inner .info_ttl p {
  font-size: 12px;
}
.time_info .info_inner .day_data {
  font-size: 20px;
  line-height: 20px;
}
.time_info .info_inner .day_data .week_data {
  margin-left: -12px;
}
.time_info .info_inner .time_data {
  line-height: 20px;
  margin-left: -7px;
  margin-top: 3px;
}


/* week */
.weeklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}
.weeklist .weeklist__item {
  width: calc(50% - 10px);
  min-height: 234px;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2.79645px 33.5574px rgba(0, 72, 138, 0.12);
  border-radius: 14px;
  overflow: hidden;
}
.weeklist .weeklist__item .week__img {
  overflow: hidden;
}
.weeklist .weeklist__item .week__img img{
  width: 100%;
}
.weeklist .weeklist__item .week__title {
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
  padding: 20px;
}
.allweek {
  text-align: center;
}
.allweek .allweek_link {
  color: var(--key-color-100);
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  padding: 8px 40px;
  border: 2px solid var(--key-color-100);
  border-radius: 50px;
  background: #ffffff;
  position: relative;
}
.allweek .allweek_link::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 17px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* セミナースライダー */
.section__data[data-type="seminar"] {
  position: relative;
  overflow: hidden;
}
.section__data[data-type="seminar"] .loading {
  position: relative;
}
.seminar_list {
  margin-top: 15px;
}
.seminar_list .seminar_list__item {
  width: 100%;
}
.seminar_list__button {
  position: relative;
  margin-top: 10px;
}
.seminar_list__button.is-none_pc {
  display: none;
}
.seminar_list__pagination {
  width: auto;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.seminar_list__pagination span{
  display: flexbox;
  margin: 0 5px;
  cursor: pointer;
}
.seminar_list__pagination::after {
  margin-right: 26px;
}
.seminar_list__button--next,
.seminar_list__button--prev {
  position: absolute;
  height: auto;
  background-color: transparent;
  width: auto;
  transform: none;
  outline: 0!important;
  background-image: none;
  cursor: pointer;
}
.seminar_list__button--next {
  right: 8px;
  top: 3px;
}
.seminar_list__button--prev {
  left: 5px;
  top: 3px;
}
.seminar_list__button--next::after,
.seminar_list__button--prev::after {
  margin-left: 0;
  margin-right: 0;
  content: "";
  border-top: 3px solid var(--key-color-100);
  border-right: 3px solid var(--key-color-100);
  display: block;
  width: 9px;
  height: 9px;
  background-image: none;
  position: static;
  pointer-events: none;
  background-image: none;
  outline: 0!important;
}
.seminar_list__button--next::after {
  transform: rotate(45deg);
}
.seminar_list__button--prev::after {
  transform: rotate(-135deg);
}
.seminar_list__button--next.swiper-button-disabled::after,
.seminar_list__button--prev.swiper-button-disabled::after {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  opacity: .2;
}
.allseminar {
  text-align: center;
}
.allseminar .allseminar_link {
  color: var(--key-color-100);
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  padding: 8px 40px;
  border: 2px solid var(--key-color-100);
  border-radius: 50px;
  background: #ffffff;
  position: relative;
}
.allseminar .allseminar_link::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 17px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-s_seminar-container .swiper-wrapper,
.js-s_seminar-button-next,
.js-s_seminar-button-prev {
  pointer-events: none;
  opacity: 0;
}
.js-s_seminar-container .swiper-wrapper.is-loaded,
.js-s_seminar-button-next.is-loaded,
.js-s_seminar-button-prev.is-loaded {
  pointer-events: auto;
  opacity: 1;
}



/* CTA */
.section__data[data-type="cta"]{
  text-align: center;
}
.section__data[data-type="cta"] .btn {
  display: inline-block;
  min-width: 320px;
  text-align: center;
  border-radius: 37px;
  margin: 0 auto;
  padding: 18px 32px;
  background: var(--key-color-100);
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}


/* voice */
.section__data[data-type="voice"] .voice__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.voicelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}
.voicelist .voicelist__item a{
  height: 100%;
}
.voicelist .voicelist__item {
  width: calc(50% - 10px);
  min-height: 234px;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2.79645px 33.5574px rgba(0, 72, 138, 0.12);
  border-radius: 14px;
  overflow: hidden;
}
.voicelist .voicelist__item .voice_img {
  height: 197px;
  overflow: hidden;
}
.voicelist .voicelist__item .voice_img img{
  width: 100%;
}
.voicelist .voicelist__item .voice__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  padding: 11px;
}
.voicelist .voicelist__item .voice__company {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  padding: 0 11px 11px 36px;
  position: relative;
}
.voicelist .voicelist__item .voice__company::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: 10px;
  left: 11px;
}
.allvoice {
  text-align: center;
}
.allvoice .allvoice__link {
  color: var(--key-color-100);
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  padding: 8px 40px;
  border: 2px solid var(--key-color-100);
  border-radius: 50px;
  background: #ffffff;
  position: relative;
}
.allvoice .allvoice__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 17px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* DMMオンライン展示会とは */
.section__data[data-type="about"] {
  position: relative;
}
.aboutlist {
  margin-top: 15px;
}
.aboutlist .aboutlist__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutlist .aboutlist__item .about__img {
  width: calc(48%);
  box-shadow: 0px 2px 24px 0px #00488A1F;
}
.aboutlist .aboutlist__item .about__img img{
  width: 100%;
}
.aboutlist .aboutlist__item .about__info {
  width: calc(44%);
}
.aboutlist .aboutlist__item .about__title {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.aboutlist .aboutlist__item .about__text {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.aboutlist__button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(44%);
  z-index: 1000;
}
.aboutlist__pagination {
  width: auto;
  display: flex;
  justify-content: center;
}
.aboutlist__pagination span{
  display: flexbox;
  margin: 0 5px;
  cursor: pointer;
}
.aboutlist__pagination::after {
  margin-right: 26px;
}
.aboutlist__button--next,
.aboutlist__button--prev {
  position: absolute;
  height: auto;
  background-color: transparent;
  width: auto;
  transform: none;
  outline: 0!important;
  background-image: none;
  cursor: pointer;
}
.aboutlist__button--next {
  right: 8px;
  bottom: 3px;
}
.aboutlist__button--prev {
  left: 5px;
  bottom: 3px;
}
.aboutlist__button--next::after,
.aboutlist__button--prev::after {
  margin-left: 0;
  margin-right: 0;
  content: "";
  border-top: 3px solid var(--key-color-100);
  border-right: 3px solid var(--key-color-100);
  display: block;
  width: 9px;
  height: 9px;
  background-image: none;
  position: static;
  pointer-events: none;
  background-image: none;
  outline: 0!important;
}
.aboutlist__button--next::after {
  transform: rotate(45deg);
}
.aboutlist__button--prev::after {
  transform: rotate(-135deg);
}
.aboutlist__button--next.swiper-button-disabled::after,
.aboutlist__button--prev.swiper-button-disabled::after {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  opacity: .2;
}
.js-s_about-container .swiper-wrapper,
.js-s_about-button-next,
.js-s_about-button-prev {
  pointer-events: none;
  opacity: 0;
}
.js-s_about-container .swiper-wrapper.is-loaded,
.js-s_about-button-next.is-loaded,
.js-s_about-button-prev.is-loaded {
  pointer-events: auto;
  opacity: 1;
}
.aboutlist__item {
  opacity: 0 !important;
}
.aboutlist__item.swiper-slide-active {
  opacity: 1 !important;
}


/* sub_content */
.sub_box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.sub_content {
  position: sticky;
  top: 0px;
  width: 390px;
  bottom: 300px;
  padding-top: 85px;
  padding-bottom: 177px;
}

.sub_content .dx_logo {
  position: absolute;
  top: 153px;
}

.sub_content .dx_logo p {
  font-size: 12px;
  letter-spacing: 1.2px;
}

.sub_content .dx_logo img {
  width: 61px;
}

.r_content_inner {
  background-color: #fff;
  width: 100%;
  padding: 40px;
  margin-top: 56px;
  border: 2px solid #E5E5E5;
  border-radius: 8px;
}

.r_content_date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.r_content_date img {
  width: 28px;
  margin-right: 10px;
}

.r_content_date p{
  font-size: 18px;
}

.r_content_ttl {
  margin-bottom: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  word-break: normal;
  font-weight: 700;
}

.r_content_ttl img {
  width: 100%;
}

.r_description {
  font-size: 13px;
  padding: 17px 10px 17px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.5;
  margin-left: 5px;
  letter-spacing: 0.5px;
}
.stmt_area p{
  letter-spacing: 0.5px;
}

.sub_border_box{
  position: relative;
  width: 100%;
  height: auto;
  min-height:48px ;
  border: solid 2px #E5E5E5;
  border-radius: 8px;
  padding:11px 32px;
  margin: 8px 0;
}

.sub_border_box a::after{
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 23px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub_border_box a.is-anker::after{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sub_border_box a.doc_dl_icon_vis::after{
  content: none;
}

.dl_icon_svg{
  right: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.press_dl{
  position: relative;
  margin-left: 24px;
}


.start_date .date_txt {
  font-size: 20px;
}

.count_date .date_txt {
  letter-spacing: -0.6px;
}

.count_date .date_txt,
.date_txt span {
  font-size: 17px;
}

.date_txt,
.date_txt span {
  line-height: 1.3;
}

.start_date {
  margin-bottom: 5px;
  padding: 17px 15px 0;
}

.btn_area {
  margin-top: 24px;
}

.btn_area.login_btn
{
  padding-top: 15px;
  padding-bottom: 0;
}

.btn_area .btn {
  display: block;
  text-align: center;
  border-radius: 37px;
  margin: 0 auto;
  padding: 23px 0;
}

.btn_area .btn.events_end {
  background-color: #ccc;
}

.btn_txt p ,
.btn_txt_login p
{
  font-size: 16px;
  letter-spacing: 0.5px;
}

.btn_txt p svg,
.btn_txt_login p svg {
  position: absolute;
  right: -23px;
  top: 2px;
  width: 12px;
  height: 12px;
}

.events_end .btn_txt p svg {
  display: none;
}


.btn_area .btn_txt {
  font-size: 18px;
  line-height: 15px;
  position: relative;
  width: 100%;
}

.btn_area .btn_txt p,
.btn_area .btn_txt_login p {
  position: relative;
  display: inline-block;
}

.btn_area .btn_inner {
  justify-content: center;
  align-items: center;
}


.btn_area .btn_free {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 13px;
}

.btn_area .login_btn {
  display: block;
  text-align: center;
  border-radius: 37px;
  margin: 20px auto 0;
  padding: 21px 0;
  border: solid 2px;
}

.btn_area .btn_txt_login
{
font-size: 18px;
line-height: 15px;
position: relative;
width: 100%;
}

.doc_dl{
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
}
.doc_dl p{
  line-height: 1.5;
}
.doc_dl a{
  text-decoration: underline;
}
.doc_dl__link{
  font-size: 16px;
}



.stmt_area {
  display: none;
}

.stmt_area p {
  text-align: center;
  font-size: 10px;
  margin-top: 14px;
}

.events_end {
  pointer-events: none;
}

.events_end p {
  font-size: 16px;
  text-align: center;
}

.events_end .btn_txt::after {
  content: none;
}

.archive_text {
  text-align: center;
  margin-top: 8px;
  letter-spacing: 0.5px;
}

.archive_text p {
  font-size: 10px;
  line-height: 1.5;
}

/* フッター */
#footer {
  min-width: 1180px;
}

#footer .container {
  border-top: 1px solid #B5B5B5;
  padding-top: 50px;
  padding-bottom: 40px;
}

.f_inner {
  margin: 0 50px;
}

.footer_list {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer_list li {
  margin-right: 24px;
}

.footer_list a {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 6px;
}

.footer_list a p {
  display: inline-block;
  border-bottom: 1px solid #5F5F5F;
  line-height: 0.9;
  margin-right: 6px;
  padding-bottom: 1px;
}

.footer_list li span {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.footer_list li span img {
  margin-bottom: 1px;
}

.footer_list li.press_dl
{
  position: relative;
  margin-left: 22px;
}

.footer_list li.press_dl::before
{
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #cccccc;
  left: -22px;
  top: 0;
}

.footer_logo {
  margin-bottom: 24px;
}

.footer_logo .imgs {
  width: 160px;
  text-align: center;
}

.footer_list li:last-child a {
  margin-bottom: 0px;
}

.btn_box {
  top: 0;
  right: 0;
  bottom: 30px;
  left: 85%;
  position: sticky;
}

.btn_box.fix {
  position: absolute;
  bottom: 220px;
}

.top_btn {
  display: none;
  position: absolute;
  bottom: 0;
  top: initial;
  right: 30px;
  margin: 0 auto;
}

.top_btn_inner {
  position: relative;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-left: auto;
  cursor: pointer;
}

.arrow_top {
  display: inline-block;
  position: absolute;
  top: 54%;
  right: 40%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.open .r_description {
  border-bottom: 0;
  padding-bottom: 10px;
}

.close .btn_area a {
  background-color: #E5E5E5;
}

.close .btn_area .btn_inner {
  margin-right: 0;
}

.events_end p {
  font-size: 16px;
}

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

.loading::after{
  content: '';
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: url('../img/common/loading.png');
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  animation: loading 800ms infinite linear;
}
.loading.is-loading::after{
  opacity: 1;
}
@keyframes loading {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}


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

  .add_comp .add_comp_inner ul {
    width: auto;
  }
}

.header_nav_list li a{
      position: relative;
   }
 .header_nav_list  .arrow::after{
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    right: 14px;
   }
.header_nav_list .no_event {
  pointer-events: none;
}
.header_nav_list .no_event .arrow::after{
  border-top: solid 2px #CCCCCC;
  border-right: solid 2px #CCCCCC;
}
   .header_nav .drop_nav .bold span,
.header_nav .drop_nav .bold{
    font-size: 16px;
    min-width: 79px;
    font-weight: 700;
    font-family: 'Avenir', "Noto Sans Japanese", sans-serif;
}
.header_nav .drop_nav .bold span{
  min-width: initial;
  margin-left:5px;
}
.header_nav_list .drop_nav li p{
    font-size: 12px;
    line-height: 150%;
}
.header_nav li{
   display: block;
   position: relative;
}
.header_nav_list .arrow::after{
    right: 33px;
}
.header_nav_list .parent a{
     padding: 0px 50px 0 29px;
}
.day_area li{
  border: 1px solid #000;
  border-right: none;
  position: relative;
}
.day_area li:last-child{
  border-right: 1px solid #000;

}


.day_area li:last-child:after{
  display: none;
}

 .day_area{
    margin-top: 30px;
}

.day_area li a.arrow::after{
    left: 0;
    right: 0;
    bottom: 14px;
   border-top: solid 2px #000;
    border-right: solid 2px #000;
    top: auto;
    width: 8px;
    height: 8px;
}
.day_area .day:hover a.arrow::after,
.day_area .day_color a.arrow::after{
  border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.day_area li a{
     position: relative;
    padding: 14px 10px 25px;
    text-align: center;
    display: block;
}
.day_area li a h3{
    font-family: 'Avenir', "Noto Sans Japanese", sans-serif;
    line-height: 130%;
    font-size: 16px;
    font-weight: 700;
}
.day_area li a h3 span{
    margin-left: 8px;
    font-size: 15px;
}
.days_1 li{
width: 100%;
}
.days_2 li{
width: calc(100%/2);
}
.days_3 li{
width: calc(100%/3);
}
.days_4 li{
width: calc(100%/4);
}
.days_5 li{
width: calc(100%/5);
}


.sub_ttl{
      background-color: #AF41F8;
      background-color: #000;
    margin-bottom: 47px;
    border-radius: 3px;
   }
.sub_ttl .ttl_inner{
    padding: 11px 35px;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}

.sec_ttl .about_ttl p,
 .sec_ttl .comp_ttl p,
 .sec_ttl .pitch_ttl p{
  font-size: 16px;
}
.sub_ttl .ttl_inner h3,
.sub_ttl .ttl_inner p{
color: #fff;
  font-weight: 700;
font-family: Arial,"Noto Sans Japanese", sans-serif;
letter-spacing: 0.5px;

}
.sub_ttl .ttl_inner h3{
    font-size: 26px;
    line-height: 150%;
    margin-right: 20px;
    min-width: 100px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

 .sub_ttl .ttl_inner h3 span{
    font-size: 18px;
    margin-left: 9px;
}
.sub_ttl .ttl_inner p{
    font-size: 18px;
    line-height: 150%;
    margin-top: 7px;
}


.detile p{
line-height: 1.9;
font-size: 14px;
letter-spacing: 0.5px;
}
.intoro_area{
  margin-bottom:55px;
}
.intoro_area .imgs{
  margin-bottom: 40px;
}
#lineup_0 .intoro_area{
    margin-top: 34px;
}
.lineup_area{
    margin-bottom: 65px;
}
.lineup_area section{
padding: 0;
}
.lineup_area .special_pitch{
    padding-bottom: 96px;
}
.lineup_area section .special_pich_inner{
    padding: 28px 0 0px 0;
}
.arrow_top2::after {
  /* 上 */
  -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s;
}

.lineup_area:last-child{
  margin-bottom: 0;
}
.day_area .day_color,
.day_area .day:hover,
.header_nav_list .drop_nav .curent_color_2,
.header_nav_list .drop_nav .curent_color{
  background-color: #000;
  color: #fff;
}
.day_area .day:hover{
  border-right: none;
  border-left: none;
}
.day_area .day_color:hover{
    border-right: none;
}
.day_area .day:hover:last-child{
  border-right: none;
}

.day_area .day_color:hover:last-child{
    border-right: none;
     border-left: none;
}
.day_area .day:hover a,
.header_nav_list .drop_nav .curent_color_2 a,
.day_area .day_color a h3,
.header_nav_list .drop_nav .curent_color a{
  color: #fff;
}


.subcont_line_under
{
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
}

.time_data_zone
{
  display: flex;
}

.ex_info_data .ex_info_para
{
  font-size: 12px;
  color: #858585;
}

.ex_info_data .info_inner
{
  margin-top: 12px;
  width: 115%;
  margin-left: -7.5%;
  margin-right: -7.5%;
  flex-wrap: nowrap;
  justify-content: center;
}


.ex_info_data .info_inner .day_data .week_data
{
  margin-left: -5px;
}

.ex_info_data .info_inner .time_data
{
  line-height: 27px;
  margin-left: -9px;
}

.ex_info_data .info_inner .wave_line
{
  line-height: 27px;
}

@media screen and (min-width: 768px) {
  .drop_nav{
    position: absolute;
    width: auto;
    right: -1px;
    top: 50px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fff;
    min-width: 283px;
  }
}

.header_nav_list .drop_nav li a{
  display: block;
  padding: 18px 22px;
}
.header_nav_list .drop_nav li{
  border-right: none !important;
  width: 100%;
  display: inline;
  border-bottom: 1px solid #CCCCCC;
  height: auto;
  padding:0px;
  background-color: #fff;
}
.header_nav_list .drop_nav .cnt{
  justify-content: space-between;
  height: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
}


.header_nav_list .drop_nav li p,
.header_nav  .drop_nav .bold{
   letter-spacing: 0.5px;
}
.header_nav_list .drop_nav{
  display: none;
}


.add_comp_inner .company_p{
width: 170px;
    flex-direction: column;
    margin-bottom: 50px;
    margin-right: 107px;
}

.add_comp_inner .company_p:nth-of-type(3n){
  margin-right:0px;
}

.add_comp_inner {
    align-items: start;
}

.stmt_area p span{
  line-height: 150%;
    font-size: 10px;
    margin-bottom: 5px;
    display: inline-block;
}


/*SVG用のクラス*/
/*共通化してphpで読み込んでいるので注意*/
.exhibitor_icon_svg
{
  margin-right: 4px;
}

.visitor_icon_svg
{
  margin-right: 4px;
}

#header .no-link
{
  cursor: default;
}

#header .change_zone .un_current .exhibitor_icon_svg path
{
  fill: #B5B5B5;
}

#header .change_zone .un_current .visitor_icon_svg path,
#header .change_zone .un_current .visitor_icon_svg circle
{
  fill: #B5B5B5;
}

/*出展企業一覧ボタン*/
.bothlist_btn_zone
{
    margin: 40px auto 0;
    width: 245px;
    border: 1px solid #333;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.c-button
{
  text-align: center;
    position: relative;
    align-items: center;
    width: 100%;
    border-radius: 30px;
    box-sizing: border-box;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.1));
}

.c-button::after{
  content: "";
  position: absolute;
  right: 3px;
  left: auto;
  width: 10px;
  height: 10px;
  top: 17%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .change_zone .current_border
{
  background-color: #ffa500;
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  left: 0;
  bottom: -2px;
}

/* 資料請求フォーム要素 */
.p-exhibitor__inner
{
    margin-top: 20px;
}

.p-exhibitorDocument__image {
  width: 300px;
  flex: 0 0 300px;
  margin-right: 20px;
}

.p-exhibitorDocument__image img {
  max-width: 100%;
  max-height: inherit;
  vertical-align: bottom;
}

.p-exhibitorDocument__text {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.6;
}

.p-exhibitorDocument__detail {
  position: relative;
  background: #f9f9f9;
  margin-top: 10px;
  padding: 10px 17px 10px 85px;
  line-height: 1.6;
}

.p-exhibitorDocument__detail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 72px;
  background: url(../img/common/ico_pdf.svg) no-repeat center/contain;
}

.p-exhibitorDocument__content {
width: calc(100% - 320px);
}

.p-exhibitorDocument__form,
.p-exhibitorDocument__form iframe
{
    width: 100%;
    height: 820px;
}

.p-exhibitorDocument__form__note
{
  margin-left: 10px;
  margin-bottom: 10px;
}

.p-exhibitorDocument__form__note span
{
  color: #bf0000;
}

.p-exhibitorDocument__note {
  margin-top: 40px;
}

/*カテゴリー*/
.category .category_zone{
  padding-right: 5px;
}

.category .category_zone .zone_inner
{
  margin-top: 27px;
  padding: 30px 24px 2px;
  background-color: #F9F9F9;
}

.category .category_zone .zone_inner ul li
{
  margin-bottom: 26px;
}

.category .category_zone .zone_inner ul li h4
{
  margin-bottom: 10px;
  font-family:"ヒラギノ角ゴ Pro W6", " HiraKakuPro-W6", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", "HiraKakuProN-W6", "MS Gothic", "Meiryo", sans-serif;
}

.category .category_zone .zone_inner ul li
{
  margin-bottom: 23px;
}

.category .category_zone .zone_inner ul li p>span{
  line-height: 19px;
}

#footer .f_inner
{
  position: relative;
}

#footer .sns_zone
{
  position: absolute;
  right: -20px;
  top: 8px;
  width: 115px;
}

#footer .sns_zone .zone_inner p
{
  margin-bottom: 13px;
}

#footer .sns_zone .zone_inner .btn_zone
{
  padding: 0 4px;
}

#footer .sns_zone .zone_inner .btn_zone a
{
  width: 39%;
}


.privacy_info
{
  margin-bottom: 20px;
}


.privacy_info h4
{
  margin-bottom: 8px;
}

.privacy_info p
{
  line-height: 18px;
}

.doc_dl.doc_ex_acc {
  margin-top: 27px;
}

.doc_dl.doc_ex_acc p {
  font-size: 15px;
  letter-spacing: -1px;
}

.ex_supp {
  margin-top: 28px;
}

.ex_supp_accordion p {
  text-align: center;
}

.ex_supp_accordion span {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}

.ex_supp_accordion span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  position: absolute;
  transform: rotate(45deg);
  right: 5px;
  transition: transform 0.2s ease;
}

.ex_supp_accordion span.show::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.ex_supp_detail {
  display: none;
  padding: 26px 20px 26px 20px;
  margin-top: 20px;
}

.ex_supp_detail .ex_supp_ttl {
  margin-bottom: 5px;
}

.ex_supp_detail .ex_supp_ques {
  margin-bottom: 15px;
}

.ex_supp_detail .ex_supp_ans {
  line-height: 1.5;
  padding-right: 20px;
}

.ex_supp_detail .ex_supp_point p {
  line-height: 1.4;
  letter-spacing: -1px;
}

.doc_dl a,
.doc_dl p {
  font-size: 14px;
}

.ex_supp_point li {
  position: relative;
  padding-left: 14px;
}

.ex_supp_point li:not(:last-child) {
  margin-bottom: 2px;
}

.ex_supp_point li::before {
  content: "・";
  width: 5px;
  height: 5px;
  position: absolute;
  top: -1px;
  left: 0;
}

/* 送信完了 */
.btn_cnt a {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  position: relative;
}
.btn_cnt a.at_arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  right: 23px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.btn_cnt.btn_wt a {
  color: #121212;
  background-color: #fff;
  border: 2px solid #333;
  line-height: 30px;
  letter-spacing: 2px;
}

.btn_cnt a {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  position: relative;
}

.btn_cnt a.at_arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  right: 23px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.btn_cnt.btn_bl a.at_arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.contact_pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  color: #000;
  margin-top: 80px;
  padding: 60px 15px;
  text-align: center;
  font-family: 'Noto Sans Japanese';
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  min-width: 1180px;
}
.sec_contact_complete {
  padding-bottom: 100px;
}
.sec_contact_complete .txt1 {
  margin-top: 56px;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 75px;
  text-align: center;
}
.sec_contact_complete .btn_cnt {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}
.sec_contact_complete .btn_cnt a {
  background: #FCFCFD;
  font-size: 14px;
  line-height: 40px;
}
.sec_contact_complete .btn_cnt a.at_arrow.arrow_left::after {
  right: auto;
  left: 23px;
  top: 30%;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/* ============================= 多言語対応(en) ============================= */
body[data-lang="en"] * {
  word-break: normal;
}

body[data-lang="en"] .ex_info_data .info_inner .day_data {
  font-size: 18px;
}
body[data-lang="en"] .ex_info_data .info_inner .time_data {
  margin-left: 0;
}
body[data-lang="en"] .ex_info_data .info_inner .wave_line {
  font-size: 20px;
}
body[data-lang="en"] .doc_dl.doc_ex_acc p {
  letter-spacing: 0;
}
body[data-lang="en"] .time_info .info_inner .day_data .week_data,
body[data-lang="en"] .time_info .info_inner .time_data {
  margin: 0;
}


/* ============================= Market ============================= */
.mktoMobileShow .mktoForm {
  padding: 0 !important;
}

.lpeCElement {
  left: auto !important;
  top: auto !important;
}

.mktoForm {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.mktoForm p {
  margin: 0;
  padding: 0;
}

.mktoForm .mktoFieldWrap {
  font-size: 15px;
}

.mktoForm .mktoFormRow:not(:nth-child(3)) .mktoFieldWrap {
  width: 100%;
}

.mktoForm .mktoFormRow:not(:nth-child(3)) .mktoFormCol {
  width: 100%;
}

.mktoForm .mktoFieldWrap label {
  font-weight: 700;
  text-align: left;
}

.mktoForm .mktoFieldWrap select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
.mktoForm .mktoFieldWrap select::-ms-expand {
    display: block;
}

.mktoForm .mktoFieldWrap input,
.mktoForm .mktoFieldWrap select,
.mktoForm .mktoFieldWrap textarea {
  font-size: 13px !important;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 5px;
}

.mktoForm .mktoFieldWrap input,
.mktoForm .mktoFieldWrap select {
  height: 32px !important;
}

.mktoForm .mktoFieldWrap textarea {
  height: 70px !important;
}

.mktoForm .mktoFieldWrap label#LblFirstName {
  width: auto !important;
}

.mktoForm .mktoFieldWrap.required label {
  background: none;
}

.mktoForm .mktoFieldWrap.required label::after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border: 1px solid #ff1a35;
  color: #ff1a35;
  font-size: 10px;
  line-height: 1;
}

.mktoForm .mktoButtonRow {
  display: block;
  margin: 0 auto;
}

.mktoForm .mktoButtonWrap {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mktoForm .mktoOffset {
  display: none;
}

.mktoForm .mktoButton[type="submit"] {
  display: block;
  text-align: center;
}

.mktoForm .mktoButton[type="submit"]:hover {
  opacity:0.6;
  transition: opacity 0.5s;
}

.mktoForm .mktoButton[type="submit"] {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #000;
  box-sizing: border-box;
  color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,.1);
}

.mktoForm .mktoHtmlText {
  font-size: 13px;
  width: 100% !important;
  color: #000;
  margin-top: 15px;
}

.mktoForm .mktoHtmlText strong {
  font-weight: 700;
}

.mktoForm .mktoHtmlText p {
  margin-top: 5px;
}


/* error Message */
.mktoForm .errors {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ff0000;
  box-sizing: border-box;
  text-align: center;
}

.mktoForm .mktoFieldWrap.error label {
  color: #ff0000;
  font-weight: 700;
}

.mktoForm .mktoFieldWrap.error input,
.mktoForm .mktoFieldWrap.error select,
.mktoForm .mktoFieldWrap.error textArea {
  border: 2px solid #ff0000;
}

/* complete */
.mktoForm .form_thankMessage {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

/* SP */
@media screen and (max-width: 480px) {
  .mktoForm .form_heading {
      margin-bottom: 15px;
  }

  .mktoForm .mktoFormRow:not(:nth-child(3)) {
      padding-top: 10px;
  }

  .mktoForm .mktoFieldWrap label {
      width: auto !important;
  }

  .mktoForm .mktoFieldWrap input,
  .mktoForm .mktoFieldWrap select,
  .mktoForm .mktoFieldWrap textarea {
      font-size: 13px !important;
      width: 100% !important;
  }

  .mktoForm .mktoFieldWrap input:not(#FirstName),
  .mktoForm .mktoFieldWrap select,
  .mktoForm .mktoFieldWrap textarea {
      margin-top: 12px !important;
  }

  .mktoForm #LblFirstName .mktoAsterix {
      display: none;
  }

  .mktoForm .mktoButton[type="submit"] {
      margin-top: 24px;
  }

  .mktoForm .mktoButton[type="submit"] {
      width: 100% !important;
      height: 48px;
      border-radius: 40px;
      font-size: 16px;
  }

  .mktoForm .form_note {
      font-size: 12px;
  }
}

/* PC */
@media screen and (min-width: 481px) {
  .mktoForm .form_heading {
      margin-bottom: 20px;
  }

  .mktoForm .mktoFieldWrap {
      display: flex;
      align-item: center;
  }

  .mktoForm .mktoFieldWrap #LastName,
  .mktoForm .mktoFieldWrap #FirstName {
      display: inline-block;
  }

  .mktoForm .mktoFieldWrap label:not(#LblFirstName) {
      width: 155px !important;
  }

  .mktoForm .mktoFieldWrap input:not(#LastName, #FirstName),
  .mktoForm .mktoFieldWrap select,
  .mktoForm .mktoFieldWrap textarea {
      width: calc(100% - 155px) !important;
  }

  .mktoForm .mktoFieldWrap #LastName,
  .mktoForm .mktoFieldWrap #FirstName {
      width: 7em !important;
  }

  .mktoForm .mktoButton[type="submit"] {
      margin-top: 30px;
  }

  .mktoForm .mktoButton {
      width: 287px;
      height: 50px;
      border-radius: 30px;
      font-size: 20px;
  }

  .mktoForm .form_note {
      font-size: 13px;
  }
}
