@charset "UTF-8";
/*==================================
  header
===================================*/
.tooltip {
  top: 23px;
  -webkit-box-shadow: 0px 8px 20px 8px rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.22);
  box-shadow: 0 8px 20px 8px rgb(112 112 112 / 22%);
}
.tooltip:before {
  top: -20px;
  right: 55px;
}
header .header-menu .header-btn .header-btn-register .nikkan-id-link {
  background: none;
  color: #0898cf;
  width: auto;
  height: auto;
  line-height: 1.5;
}
.head-nav-item {
  display: flex;
  align-items: center;
}
.popup .btn-block > * {
  margin: 0 10px 15px;
}
.popup .btn-block .btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  width: 100%;
  max-width: 330px;
  background: #333;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.registration-block .item-choices {
  padding-top: 30px;
  border-top: 1px solid #dddddd;
  display: none;
}
.registration-block .item-choices:not(:first-child) {
  margin-top: 30px;
}
.registration-block .item-choices .check-block:not(:first-child) {
  margin-top: 30px;
}
.registration-block .item-choices .check-block:not(:last-child) {
  margin-bottom: 20px;
}
.registration-block .item-choices .check-block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* border: 1px solid #0898cf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; */
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.registration-block .item-choices .check-block li:nth-child(odd) {
  background-color: #f6f6f6;
}
.registration-block .item-choices .check-block li:not(.show) {
  display: none;
}
.registration-block .item-choices .check-block li .check {
  margin-right: 20px;
}
.registration-block .item-choices .check-block li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  cursor: pointer;
}
.registration-block .item-choices .check-block li .text:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.registration-block .item-choices .check-block li .text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.registration-block .item-choices .check-block li .text h3 span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  background-color: #15a6a3;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-weight: bold;
}
.registration-block .item-choices .check-block li .text h3 span.blue {
  background-color: #0898cf;
}
.registration-block .item-choices .check-block li .text h3 span.red {
  background-color: #e60a16;
}
.registration-block .item-choices .check-block li .text h3 span.red-border {
  border: 1px solid #e60a16;
  color: #e60a16;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.registration-block .item-choices .check-block li .text p {
  font-size: 15px;
}
.registration-block .item-choices .check-block li .sold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(242, 242, 242, 0.8);
  color: #0898cf;
  font-size: 18px;
  font-weight: bold;
}
.registration-block .item-choices .check-block .mrk:nth-child(odd) {
  background: #fff;
}

@media screen and (max-width: 767px) {
  header .header-menu .header-btn .header-btn-register a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-menu .header-btn .header-btn-login a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav#sp-gmenu .translate .current a {
    opacity: 1;
  }
  footer {
    padding-right: 3%;
    padding-left: 3%;
  }
}
/* ------------------------------
  TOP
------------------------------ */
#main-top-bnr .bnr-top ul li:nth-child(5) a {
  background-image: url(/image/axia-expo/img/top-bnr09.jpg);
}
#main-top-bnr .bnr-bottom {
  margin: 60px 0;
}
/* ------------------------------
  出展者一覧
------------------------------ */
#exhibitor-search .search-container .body {
  padding: 0 0 60px 0;
}
#exhibitor-search .search-container .exhibitor-search-box.full-width.detail-search-btn {
  width: 100%;
  max-width: 1180px;
  padding: 30px 0;
  bottom: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1366px) {
  #exhibitor-search .search-container .body {
    padding: 0 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  #exhibitor-search .search-container .exhibitor-search-box.full-width.detail-search-btn {
    width: calc(100% - 75px);
    padding: 30px 0 60px 0;
  }
}

/* ------------------------------
  講演・セミナー
------------------------------ */
.seminar-detail-movie {
  height: auto;
}
.seminar-detail-movie .movie {
  width: 720px;
  height: auto;
}
.seminar-detail-movie .movie figure img {
  object-fit: contain;
}
.seminar-detail-outline .seminar-detail-outline-speaker .body .slider .slider-item .wrap figure img {
  object-position: top;
}
#seminar-list-slider .body .list .list-item.list-item-cat-p {
  border: solid #8a8a8a 2px;
}
@media screen and (max-width: 1366px) {
  #seminar-list-slider .body .list .list-item.list-item-cat-p {
    border: solid #8a8a8a 0.1464128843vw;
  }
}
@media screen and (max-width: 767px) {
  #seminar-list-slider .body .list .list-item.list-item-cat-p {
    border: solid #8a8a8a 0.5333333333vw;
  }
  .seminar-detail-movie .movie {
    width: auto;
  }
}
#seminar-list-slider .body .list .list-item.list-item-cat-p a .capacity {
  background-color: #8a8a8a;
}
#seminar-list-slider .body .list .list-item.list-item-cat-p a .content figure .tag {
  background-color: #8a8a8a;
}
#seminar-list-slider .body .list .list-item.list-item-cat-p a .content .meta span.cat {
  background-color: #8a8a8a;
}
#seminar-list-timeline .seminar-list-timeline-day .list .list-item.list-item-cat-p {
  border: solid #8a8a8a 2px;
}
@media screen and (max-width: 1366px) {
  #seminar-list-timeline .seminar-list-timeline-day .list .list-item.list-item-cat-p {
    border: solid #8a8a8a 0.1464128843vw;
  }
}
@media screen and (max-width: 767px) {
  #seminar-list-timeline .seminar-list-timeline-day .list .list-item.list-item-cat-p {
    border: solid #8a8a8a 0.5333333333vw;
  }
}
#seminar-list-timeline .seminar-list-timeline-day .list .list-item.list-item-cat-p a .capacity {
  background-color: #8a8a8a;
}
#seminar-list-timeline .seminar-list-timeline-day .list .list-item.list-item-cat-p a .content figure .tag {
  background-color: #8a8a8a;
}
#seminar-list-timeline .seminar-list-timeline-day .list .list-item.list-item-cat-p a .content .meta span.cat {
  background-color: #8a8a8a;
}
#seminar-list-calendar .seminar-list-calendar-day .calendar .calendar-table .calendar-table-row .calendar-table-list .calendar-table-items .list-item.list-item-cat-p {
  left: 1010px;
  border: solid #8a8a8a 2px;
}
@media screen and (max-width: 1366px) {
  #seminar-list-calendar .seminar-list-calendar-day .calendar .calendar-table .calendar-table-row .calendar-table-list .calendar-table-items .list-item.list-item-cat-p {
    left: calc((16.6666666667% + 2px) * 5);
  }
}
@media screen and (max-width: 767px) {
  #seminar-list-calendar .seminar-list-calendar-day .calendar .calendar-table .calendar-table-row .calendar-table-list .calendar-table-items .list-item.list-item-cat-p {
    left: 1010px;
  }
}
#seminar-list-calendar .seminar-list-calendar-day .calendar .calendar-table .calendar-table-row .calendar-table-list .calendar-table-items .list-item.list-item-cat-p a .content .meta {
  background-color: #8a8a8a;
}
#seminar-list-calendar .seminar-list-calendar-day .calendar .calendar-table .calendar-table-row .calendar-table-list .calendar-table-items .list-item.list-item-cat-p a .content .tag {
  background-color: #8a8a8a;
}
#main-info-list .main-info-seminar ul li a.cat-p {
  border: solid #8a8a8a 2px;
}
#main-info-list .main-info-seminar ul li a.cat-p .sp-title {
  background-color: #8a8a8a;
}
#main-info-list .main-info-seminar ul li a.cat-p figure span {
  background-color: #8a8a8a;
}
#main-info-list .main-info-seminar ul li a.cat-p .text .meta span.cat {
  background-color: #8a8a8a;
}
/* ------------------------------
  マイページ　下部ページパーツ
------------------------------ */
#breadcrumb {
  padding: 30px 50px 40px;
}
#breadcrumb ul {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: bold;
}
#breadcrumb ul li {
  display: inline;
}
#breadcrumb ul li a {
  color: #8a8a8a;
}
#breadcrumb ul li strong {
  color: #8a8a8a;
}
#breadcrumb ul li:not(:last-child):after {
  content: "";
  width: 7px;
  height: 10px;
  background: no-repeat center/auto;
  background-image: url(/image/axia-expo/common/arrow-bread.svg);
  margin-left: 10px;
  margin-right: 10px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
main > section,
main > article {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
main .content {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.registration-block {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
.registration-block .item-hd {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
}
.registration-block .item-hd {
  background: #666;
  /* background: -webkit-gradient(linear, left top, right top, from(rgb(119, 183, 247)), to(rgb(223, 170, 255)));
  background: linear-gradient(90deg, rgb(119, 183, 247) 0%, rgb(223, 170, 255) 100%); */
}
.registration-block .item-content {
  background: #fff;
  padding: 35px 45px;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.registration-block .item-content:not(:last-child) {
  margin-bottom: 30px;
}
.registration-block .item-list-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -18px;
}
.registration-block .item-list-confirm dl {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.registration-block .item-list-confirm dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}
.registration-block .item-list-confirm dl dd {
  color: #808080;
}
.registration-block .item-list-confirm dl.half {
  width: 50%;
}
.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}
.bg-bottom .btn-block > * {
  margin: 0 10px 15px;
}
.bg-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 42px;
  padding-left: 15px;
  padding-right: 15px;
  background: #666;
  /* background: -webkit-gradient(linear, left top, right top, from(rgb(119, 183, 247)), to(rgb(223, 170, 255))); */
  /* background: linear-gradient(90deg, rgb(119, 183, 247) 0%, rgb(223, 170, 255) 100%); */
  border: none;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1.2;
}
.bg-bottom .btn.back {
  border: 1px solid #caccd4;
  background: #fff;
  color: #757882;
  font-weight: normal;
}
.profile_note {
  position: relative;
}
.profile_note::after {
  position: absolute;
  content: "※日刊工IDポータルに遷移します。";
  font-size: 12px;
  line-height: 1;
  bottom: -20px;
  color: rgb(119, 183, 247);
}
.modal .overview-right .company p {
  white-space: break-spaces;
}
.modal .feature-flex div:first-child {
  white-space: break-spaces;
}
.w220 {
  width: 220px;
}
#main-top-bnr .bnr-bottom ul li a {
  height: auto;
}
@media screen and (max-width: 1366px) {
  #main-top-bnr .bnr-bottom ul li {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual .mv-slide .mv-slide01 .wrap .btn a {
    font-size: 1.4vw;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mainvisual .mv-slide .mv-slide03 .wrap .btn a {
    line-height: 12vw;
    height: 12vw;
  }
  #main-top-bnr .bnr-bottom ul li {
    margin: 0 0 2.6666666667vw 0;
  }
  #main-top-bnr .bnr-bottom ul li a {
    height: auto;
  }
}

#seminar-list-timeline .seminar-list-timeline-day .list .list-item a .content .text .meta span.company {
  max-width: 330px;
}
#seminar-list-timeline .seminar-list-timeline-day .list .list-item a .content .text {
  margin-left: 8px;
}
#seminar-list-timeline .seminar-list-timeline-day .list .list-item a .content .text .meta span.cat {
  text-align: center;
}
.seminar-detail-company .box .meta figure img {
  height: auto;
}
.seminar-detail-company .box .info table th span {
  padding: 0 20px 0 0.878477306vw;
}
.seminar-detail-company .box .meta .text .head .title ul li {
  margin: 0 1em 0.1320644217vw 0;
}
.seminar-detail-company .box .meta .text p {
  margin-top: 10px;
}
.seminar-detail-company .box .meta .text .head .btn a {
  width: 16vw;
}
.seminar-detail-company .box .meta .text .head .btn a span {
  padding: 0 1.596193265vw 0 0;
}
.stamp-item:nth-child(9)::before,
.stamp-item:nth-child(10)::before {
  font-size: 13px !important;
  z-index: 1;
}
.stamp-item img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .seminar-detail-company .box .meta .text .head .btn a {
    width: 57.0666666667vw;
  }
  .seminar-detail-company .box .meta .text .head .btn a span {
    padding: 0 8vw 0 0;
  }
}
/* ------------------------------
  展示ブース
------------------------------ */
#mainvisual .mainvisual-top .mainvisual-top-movie figure {
  display: block;
  max-width: 582px;
  max-height: 327px;
  padding: 22px 0;
  background: #2b2b2b;
  overflow: hidden;
}
#mainvisual .mainvisual-top .mainvisual-top-movie figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main-info-list .main-info-list-items {
  justify-content: center;
}
#main-info-list .main-info-list-items .item a figure img {
  object-fit: contain;
}
#main-info-list .main-info-list-items.item-5col .item:nth-child(4n) {
  margin: 0 15px 30px 0;
}
#mainvisual .mainvisual-top .mainvisual-top-movie figure {
  padding: 22px 0;
}
@media screen and (max-width: 1366px) {
  #mainvisual .mainvisual-top .mainvisual-top-movie {
    height: 23.7vw;
    background: none;
  }
  #mainvisual .mainvisual-top .mainvisual-top-movie figure {
    width: 42.60615vw;
    height: 23.7vw;
  }
  #main-info-list .main-info-list-items.item-5col .item:nth-child(4n) {
    margin: 0 1.0981vw 2.19619vw 0;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual .mainvisual-top .mainvisual-top-movie {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
  #mainvisual .mainvisual-top .mainvisual-top-movie figure {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: inherit;
  }
  #main-info-list .main-info-list-items.item-5col .item:nth-child(4n) {
    margin: 0 2.66667vw 0 0;
  }
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  /* main
------------------------------------------------------------*/
  main > section,
  main > article {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .registration-block .item-content {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  main > section,
  main > article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .registration-block .item-list-confirm dl.half {
    width: 100%;
  }
}
.bg-bottom .btn.trade-link {
  max-width: 300px;
  margin: 30px auto 0;
}
.trade {
  padding: 30px 0 60px 0 !important;
}
#stamp_conf .btn-block .btn {
  width: 100%;
  min-width: 150px;
}
/* ------------------------------
  入場登録
------------------------------ */
@media screen and (max-width: 767px) {
  .popup {
    padding: 7vw 3vw;
  }
  .popup .mfp-close {
    right: 3px;
    top: -15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0 rgba(112, 112, 112, 0.6);
  }
}
/* ------------------------------
  入場登録 タブ＋アコーディオン
------------------------------ */
.tab-nikkan {
  margin: 0 auto;
  min-height: 80vh;
  position: relative;
}
.tab-nikkan dl {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.tab-nikkan dl dt {
  top: 0;
  left: 0;
  width: 50%;
  font-weight: bold;
  position: absolute;
  background: #f0f0f0;
  box-sizing: border-box;
}
.tab-nikkan dl:nth-child(2) dt {
  left: 50%;
}
.tab-nikkan dl dt a {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  text-align: center;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #17869b;
  color: #17869b;
  background: #fff;
}
.tab-nikkan dl dt a:hover {
  background: #17869b;
  color: #fff;
}
.tab-nikkan dl dt.btnAcv a {
  background: #17869b;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.tab-nikkan dl dt.btnAcv a:hover {
  background: #17869b;
  color: #fff;
}
.tab-nikkan dl dd {
  top: 50px;
  left: 0;
  padding: 30px 10px 30px 0;
  width: 100%;
  height: 70vh;
  overflow-y: auto;
  display: none;
  position: absolute;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .tab-nikkan {
    width: 100%;
    box-sizing: border-box;
  }
  .tab-nikkan dl {
    width: 100%;
    box-sizing: border-box;
  }
  .tab-nikkan dl dt {
    width: 50%;
  }
  .tab-nikkan dl:nth-child(2) dt {
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .tab-nikkan {
    width: 100%;
    height: auto;
    border: none;
  }
  .tab-nikkan dl {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
  }
  .tab-nikkan dl dt {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    border-bottom: #999 1px solid;
    border-right: none;
  }
  .tab-nikkan dl:first-child dt {
    border-top: #999 1px solid;
  }
  .tab-nikkan dl:nth-child(2) dt {
    left: auto;
  }
  .tab-nikkan dl dt a {
    padding: 20px;
    height: auto;
    line-height: 1em;
    text-align: left;
  }
  .tab-nikkan dl dt a:after {
    content: "";
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .tab-nikkan dl dt.btnAcv {
    border-bottom: #999 1px solid;
    background: #bbb;
  }
  .tab-nikkan dl dt.btnAcv a:after {
    content: none;
  }
  .tab-nikkan dl dd {
    top: auto;
    left: auto;
    padding: 20px;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: #999 1px solid;
  }
}
.is_gray {
  color: #ccc;
  pointer-events: none;
}
.pcHide-block {
  display: none;
}
.pcHide-flex {
  display: none;
}
.spHide-block {
  display: block;
}
.spHide-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pcHide-block {
    display: block;
  }
  .pcHide-flex {
    display: flex;
  }
  .spHide-block {
    display: none;
  }
  .spHide-flex {
    display: none;
  }
}

/*==================================

===================================*/
