@charset "UTF-8";
/* 記事カード */
/* スペシャルコンテンツカード */
/* アクセス総合ランキング */
/* イベントセミナーランキング */
/* SNS周りアイコン色 */
/* 記事詳細(行高) */
/* ---------- PC 記事 start ---------- */
/* ---------- PC 記事 end ---------- */
/* ---------- SP 記事 start ---------- */
/* ---------- SP 記事 end ---------- */
/* ---------- ビジネス+IT特集 記事 start ---------- */
/* pc, spともにデザイン同じため、共通にしている */
/* ---------- ビジネス+IT特集 記事 end ---------- */
/**
* font
* $fv : font-size
* $lv : line-height
* $ls : letter-spacing
* $c  : color
* $fw : font-weight
*/
/**
* icon
* $url   : background-image: url()
* $w     : width, background-size
* $h     : height, background-size
* $align : vertical-align
*/
/**
* select box allow
*/
.co-slide .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.co-slide .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
}
.co-slide .slick-dots li:first-child {
  margin-left: 0;
}
.co-slide .slick-dots li button {
  display: block;
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e7e7e7;
  text-align: left;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
.co-slide .slick-dots li button:focus {
  outline: none;
}
.co-slide .slick-dots li.slick-active button {
  background-color: #2470ff;
}
.co-slide .slick-arrow {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
}
.co-slide .slick-arrow:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .contents_top {
    background-color: #fff;
  }

  .contents_sub .co-event_seminar_cardlists {
    border-bottom: none;
  }

  .co-top_bg {
    display: none;
  }

  .co-top_sumary .co-title {
    padding: 20px 0;
    background-color: #f0f0f0;
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: 29px;
    text-align: center;
  }
  .co-top_sumary .co-title-blackbg {
    background-color: #000;
    color: #fff;
  }

  .co-top_slide {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .co-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .co-slide_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .co-slide_item {
    position: relative;
  }
  .co-slide_item .btn_bit {
    z-index: 9;
    position: absolute;
    top: 15px;
    right: 10px;
  }

  .co-slide_item_inner {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 33px;
    color: #fff;
  }

  .co-slide_item a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .co-slide_item a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 10%, rgba(0, 0, 0, 0.55) 69%, rgba(0, 0, 0, 0) 100%);
    content: "";
  }

  .co-slide_item_eventinfo {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .co-slide_item_place {
    display: inline-block;
    height: 24px;
    margin-right: 14px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.18);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 22px;
  }

  .co-slide_item_eventdate {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
  }

  .co-slide_item_ttl {
    margin-top: 5px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.55;
  }

  .co-slide_item_info {
    display: none;
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: 1.1px;
  }

  .co-slide_item_info--item {
    line-height: 1.57;
  }

  .co-slide .slick-dots {
    bottom: 13px;
  }
  .co-slide .slick-arrow {
    width: 38px;
    height: 44px;
    margin-top: -22px;
    background-color: rgba(47, 47, 47, 0.6);
    background-size: 11px 19px;
  }
  .co-slide .slick-arrow:focus {
    outline: none;
  }
  .co-slide .slick-prev {
    left: 0;
    background-image: url("/assets/images/common/arrow_left_wht_02.png");
  }
  .co-slide .slick-next {
    right: 0;
    background-image: url("/assets/images/common/arrow_right_wht_02.png");
  }

  /* ぱんくずリスト */
  .co-pankuzu {
    padding: 13px 0 0 3%;
  }

  .co-pankuzu-item:not(:last-child):after {
    color: #000;
  }

  .co-pankuzu-text {
    color: #000;
  }
  .co-pankuzu-text.is-active {
    color: #000;
  }

  /* タイトル(スペシャル) */
  .co-title {
    padding: 12px 0 17px 3%;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
  }

  /* 開催予定イベント・セミナー */
  .co-open-plan {
    background-color: #efefef;
  }

  .co-open-plan--inner {
    padding: 5px 0 5px 20px;
    text-align: center;
  }

  .co-open-plan--inner--text {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 24px;
  }

  .co-open-plan--inner--blue {
    margin-left: 10px;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 24px;
  }

  /* サイドコンテンツ */
  .side-top {
    padding: 23px 20px;
  }
  .side-top a {
    display: block;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background-color: #53768c;
  }

  .side-top--text {
    position: relative;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 19px;
    line-height: 40px;
    text-align: center;
  }

  .side-top--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_white.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  .side-access {
    background-color: #fff;
  }

  .side-access__inner {
    padding: 0 20px 30px;
  }

  .side-access__inner--text {
    padding: 19px 0;
    color: #53768c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-align: center;
  }

  .side-access__list--item {
    margin-top: 25px;
  }
  .side-access__list--item.no-image {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-access__list--item.no-image .side-access__card--title {
    width: 100%;
    padding-left: 44px;
  }
  .side-access__list--item.no-image .side-access__card--remarks {
    padding-left: 46px;
  }
  .side-access__list--item:first-child {
    margin-top: 0;
  }
  .side-access__list--item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .side-event {
    padding: 0 20px 36px;
  }

  .side-event__inner {
    padding: 15px 20px 24px;
    background-color: #fff;
  }

  .side-event__inner--text {
    color: #53768c;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 27px;
    text-align: center;
  }

  .side-event__list--item {
    border-bottom: 1px solid #d8d8d8;
  }
  .side-event__list--item:last-child {
    border-bottom: none;
  }

  .side-event__morecheck {
    display: block;
    height: 44px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 13px;
    line-height: 44px;
    text-align: center;
  }
  .side-event__morecheck > p {
    position: relative;
  }

  .side-event__morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* アクセス総合ランキングカード */
  .side-access__card--rank {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
  }

  .side-access__card--rank-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    padding: 3px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: center;
  }

  .side-access__card--image {
    position: static;
    width: 39%;
    float: left;
  }

  .side-access__card--title {
    width: 61%;
    margin-top: -4px;
    padding-left: 17px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 22px;
  }

  .side-access__card--remarks {
    padding-top: 10px;
    clear: both;
  }

  .side-access__card--remarks-pankuzu {
    display: inline-block;
    width: calc(100% - 80px);
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 17px;
  }

  .side-access__card--remarks-date {
    float: right;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 14px;
  }

  /* 注目のイベントセミナーカード */
  .side-event__card--inner {
    padding: 12px 0;
    overflow: hidden;
  }

  .side-event__card--inner-open {
    width: calc(100% - 28px - 9px);
    height: 28px;
    padding: 5px 0 5px 0;
    float: right;
    background-color: rgba(168, 175, 183, 0.16);
    text-align: center;
  }

  .side-event__card--inner-open_place {
    box-sizing: border-box;
    margin-left: 12px;
    padding: 4px 0 4px 2px;
    float: left;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 12px;
  }

  .side-event__card--inner-open_date {
    margin-right: 16px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 21px;
  }

  .side-event__card--rank {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
  }

  .side-event__card--rank-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    padding: 3px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: center;
  }

  .side-event__card--image {
    position: static;
    width: 100%;
    padding-bottom: 6px;
  }

  .side-event__card--title {
    width: calc(100% - 28px);
    margin-top: 6px;
    margin-bottom: 2px;
    padding-left: 11px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 20.9px;
  }

  .side-event__card--subtitle {
    display: none;
    width: calc(100% - 28px);
    margin-top: 2px;
    margin-bottom: 3px;
    padding-left: 10px;
    float: right;
    color: #797979;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 20.9px;
  }
  .side-event__card--subtitle.is-open {
    display: block;
  }

  .side-event__card--remarks {
    width: calc(100% - 28px);
    margin-top: 15px;
    padding-left: 8px;
    float: right;
  }

  .side-event__card--remarks-pankuzu {
    margin-left: 3px;
    float: left;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 17px;
  }

  /* 各エリアピックアップセミナー */
  .contents_sub--title {
    width: 100%;
    padding: 18px 0 18px 0;
    background-color: #fff;
    color: #53768c;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
  }

  .contents_sub--area {
    width: 100%;
    height: 30px;
    padding: 0 20px 0 20px;
    background-color: #fff;
    text-align: center;
  }

  .contents_sub--area--text {
    background-color: #f35f18;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 30px;
  }

  .contents_sub--area--other {
    width: 100%;
    height: 30px;
    padding: 0 20px 0 20px;
    background-color: #fff;
    text-align: center;
  }

  .contents_sub--area--other--text {
    background-color: #f35f18;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 30px;
  }

  .contents_sub .co-article_cardlists {
    border-bottom: none;
  }

  /* 今週のピックアップセミナー */
  .co-pickup-seminar__week {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .this-week__title {
    width: 100%;
    background-color: #f35f18;
    text-align: center;
  }

  .this-week__title--text,
.this-week__title--small {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .next-week__title {
    width: 100%;
    background-color: #6f8d9f;
    text-align: center;
  }

  .next-week__title--text,
.next-week__title--small {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .week__seminar--contents {
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
  }

  .week__seminar--container {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 8px 20px 8px 20px;
    text-decoration: none;
  }
  .week__seminar--container:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }

  .week__seminar__item {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .week__seminar__item--remarks {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 11em;
  }
  .week__seminar__item--remarks .remarks--notice {
    display: none;
    background-color: rgba(245, 98, 29, 0.8);
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }
  .week__seminar__item--remarks .remarks--notice.is-notice {
    display: block;
  }
  .week__seminar__item--remarks .remarks--date {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 23px;
    text-align: left;
  }

  .week__seminar__item--area {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9em;
    height: 3rem;
    margin-left: 10px;
    background-color: #f1f2f4;
  }
  .week__seminar__item--area .area--name {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 14px;
  }
  .week__seminar__item--area.is-online {
    background-color: #fff1eb;
  }
  .week__seminar__item--area.is-online .area--name {
    color: #f4611b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 14px;
  }

  .week__seminar__item--title {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .week__seminar__item--title .title--param {
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-event_seminar_info {
    margin: 30px 0;
    background-color: #fff;
  }

  .co-event_seminar_info_inner {
    position: relative;
    padding: 20px 15px;
  }

  .co-event_seminar_info_text {
    padding-right: 10px;
    color: #6f8d9f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 20px;
  }

  .co-event_seminar_info_btnarea {
    text-align: center;
  }

  .co-event_seminar_info_btn {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid #53768c;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 1.14;
    text-align: center;
  }
  .co-event_seminar_info_btn.is_advisement {
    margin-right: 8px;
    background-color: #fff;
    color: #53768c;
  }
  .co-event_seminar_info_btn.is_register {
    margin-top: 15px;
    background-color: #53768c;
    color: #fff;
  }

  .srch_smn_blck {
    width: 100%;
  }

  .srch_smn_blck_inner {
    width: 100%;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #fff;
  }

  .srch_smn_blck_head {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
    padding: 10px 0;
    border: 1px solid #2470ff;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
  }
  .srch_smn_blck_head:hover {
    opacity: 0.6;
  }
  .srch_smn_blck_head span.icon-search_blue_blk {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("/assets/images/common/icon_search_right_blue.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-size: contain;
    vertical-align: 0px;
    content: "";
  }

  .srch_smn_blck_head_txt {
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: normal;
  }

  .srch_smn_blck_head.has-arrow {
    padding-right: 40px;
    padding-left: 16px;
  }
  .srch_smn_blck_head.has-arrow:after {
    -ms-transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 12px);
    right: 22px;
    width: 12px;
    height: 12px;
    transform: rotate(135deg);
    border-top: 3px solid #2470ff;
    border-right: 3px solid #2470ff;
    content: "";
    transition: transform 0.3s ease, top 0.3s ease;
  }

  .srch_smn_blck_ipt {
    position: relative;
    width: 100%;
  }

  .srch_smn_blck_ttl {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }

  .srch_smn_blck_lst {
    padding: 3px 20px 28px 20px;
    background-color: #ecf2f6;
  }
  .srch_smn_blck_lst > li {
    padding: 12px 0;
  }
  .srch_smn_blck_lst > li:nth-of-type(2), .srch_smn_blck_lst > li:nth-of-type(3), .srch_smn_blck_lst > li:nth-of-type(4) {
    border-bottom: 1px solid #d8d8d8;
  }
  .srch_smn_blck_lst > li .check {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .srch_smn_blck_lst > li .check_inner {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .srch_smn_blck_lst > li .check_main {
    display: none;
  }
  .srch_smn_blck_lst > li .check_main + span {
    display: block;
    position: relative;
    padding-left: 32px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
  }
  .srch_smn_blck_lst > li .check_main + span:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .srch_smn_blck_lst > li .check_main:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .srch_smn_blck_lst > li .check_main:checked + span:after {
    -ms-transform: rotate(40deg);
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 12px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }

  .srch_smn_blck_taglst {
    width: 100%;
    padding: 17px 20px 17px 20px;
    overflow: hidden;
    border-top: 6px solid #fff;
    background-color: #ecf2f6;
  }

  .srch_smn_blck_type_lst {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 5px 5px 5px;
  }
  .srch_smn_blck_type_lst li {
    width: calc(100% / 3);
    padding: 10px 0;
  }

  .srch_smn_blck_area {
    padding: 5px 0;
  }

  .srch_smn_blck_date {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  .srch_smn_blck_date:nth-of-type(1) {
    padding-top: 5px;
  }
  .srch_smn_blck_date:nth-of-type(2) {
    padding-bottom: 5px;
  }

  .srch_smn_blck_date_y {
    width: 40%;
  }

  .srch_smn_blck_date_m,
.srch_smn_blck_date_d {
    width: 30%;
  }

  .srch_smn_blck_date_tilda {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: normal;
    text-align: center;
  }

  .srch_smn_blck_sbmt {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #2e7de8;
    cursor: pointer;
  }
  .srch_smn_blck_sbmt.is-clear {
    background-color: #748393;
  }
  .srch_smn_blck_sbmt button {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
    cursor: pointer;
  }

  .srch_smn_crd.no-itm {
    background-color: #fff;
  }
  .srch_smn_crd.no-itm p {
    padding: 40px 4%;
    color: #6f8d9f;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.67px;
    line-height: normal;
    text-align: center;
  }

  .srch_smn .js-sp_search_smn_bd {
    display: none;
  }
  .srch_smn .crd_lst .crd_itm:last-child .crd_inner {
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }

  #wrapper.is-oepn_srch_smn .srch_smn_blck_inner {
    background-color: #ecf2f6;
  }
  #wrapper.is-oepn_srch_smn .srch_smn_blck_head.has-arrow:after {
    -ms-transform: rotate(-45deg);
    top: calc(50% - 4px);
    transform: rotate(-45deg);
  }

  #contents .cottl_sec-h2 {
    padding: 20px 15px 5px;
  }

  .smn .btn_link_wht {
    padding: 0 16px 25px 16px;
    background-color: #fff;
  }
  .smn .btn_link_wht a {
    background-color: #f0f0f0;
  }

  .c-create_evntsmr {
    margin-top: 0;
  }

  .c-create_evntsmr_inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px 16px 24px 16px;
  }

  .c-create_evntsmr_txt {
    padding-left: 4px;
  }

  .c-create_evntsmr_link,
.c-consul_evntsmr_link {
    width: 100%;
    height: 45px;
    margin-top: 7px;
  }
  .c-create_evntsmr_link.has-arrow:after,
.c-consul_evntsmr_link.has-arrow:after {
    right: 4%;
  }

  .smn .cottl_sec-h1 {
    padding: 20px 16px 8px 20px;
    background-color: #fff;
  }
  .smn .cottl_sec-h1 h1 {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.83px;
    line-height: normal;
  }
  .smn .cottl_sec-h2 {
    padding: 18px 0;
    background-color: #fff;
  }
  .smn .cottl_sec-p {
    background-color: #fff;
  }
  .smn .cottl_sec-p p {
    width: calc(100% - 32px);
    height: 30px;
    margin: 0 auto;
    background-color: #f35f18;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 26px;
    text-align: center;
  }

  .c-pickup.this_week {
    background-color: #fff;
  }
  .c-pickup.this_week .c-pickup_head {
    background-color: #f35f18;
  }
  .c-pickup.next_week {
    padding-top: 25px;
    background-color: #fff;
  }
  .c-pickup.next_week .c-pickup_head {
    background-color: #6f8d9f;
  }

  .c-pickup_head {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .c-pickup_head p.only_pc {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 26px;
  }
  .c-pickup_head p.only_pc span {
    display: block;
    padding-bottom: 4px;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 26px;
  }
  .c-pickup_head p.only_sp {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 30px;
  }
  .c-pickup_head p.only_sp span {
    padding-right: 16px;
  }

  .c-pickup_lst {
    width: 100%;
  }
  .c-pickup_lst li {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-pickup_lst li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
  .c-pickup_lst li a {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .c-pickup_lst_date {
    -ms-flex-direction: column;
    -ms-flex-pack: space-evenly;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 135px;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 23px;
  }
  .c-pickup_lst_date.is-attent:before {
    display: block;
    width: 100%;
    background-color: #f35f18;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.41px;
    line-height: normal;
    text-align: center;
    content: "\6CE8\76EE";
  }

  .c-pickup_lst_place {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 34px;
    margin: auto 0;
    background-color: rgba(168, 175, 183, 0.16);
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.55px;
    line-height: normal;
  }
  .c-pickup_lst_place.is-online {
    background-color: #fff1eb;
    color: #f4611b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: normal;
  }

  .c-pickup_lst_txt {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 2px 15px 2px 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 26px;
  }

  #wrapper.smn_detail #contents {
    padding-top: 0;
    padding-left: 0;
  }
  #wrapper.smn_detail #contents button.is-hold {
    display: block;
  }
  #wrapper.smn_detail #contents button.is-end {
    display: none;
  }
  #wrapper.smn_detail #contents.is-end_event .smn_detail_end_event {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
  }
  #wrapper.smn_detail #contents.is-end_event button.is-hold {
    display: none;
  }
  #wrapper.smn_detail #contents.is-end_event button.is-end {
    display: block;
  }
  #wrapper.smn_detail .contents_main {
    margin-bottom: 10px;
  }
  #wrapper.smn_detail.is-theme_0 .theme_BG {
    background-color: #fff;
  }
  #wrapper.smn_detail.is-theme_0 .theme_HEAD {
    color: #2e7de8;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_0 .theme_BTN {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_0 .theme_BTN.is-end {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_1 .theme_BG {
    background-color: #356083;
  }
  #wrapper.smn_detail.is-theme_1 .theme_HEAD {
    color: #0267bc;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_1 .theme_BTN {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #0267bc;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_1 .theme_BTN.is-end {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_2 .theme_BG {
    background-color: #f0f0f0;
  }
  #wrapper.smn_detail.is-theme_2 .theme_HEAD {
    color: #8b7858;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_2 .theme_BTN {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #8b7858;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_2 .theme_BTN.is-end {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_3 .theme_BG {
    background-color: #f5e0d2;
  }
  #wrapper.smn_detail.is-theme_3 .theme_HEAD {
    color: #cd4b7b;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_3 .theme_BTN {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #cd4b7b;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_3 .theme_BTN.is-end {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_4 .theme_BG {
    background-color: #bcdad8;
  }
  #wrapper.smn_detail.is-theme_4 .theme_HEAD {
    color: #629d33;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_4 .theme_BTN {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #629d33;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_4 .theme_BTN.is-end {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_5 .theme_BG {
    background-color: #515151;
  }
  #wrapper.smn_detail.is-theme_5 .theme_HEAD {
    color: #141414;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_5 .theme_BTN {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #23b1d0;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_5 .theme_BTN.is-end {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_6 .theme_BG {
    background-color: #f0f0f0;
  }
  #wrapper.smn_detail.is-theme_6 .theme_HEAD {
    color: #06257c;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_6 .theme_BTN {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #eab432;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_6 .theme_BTN.is-end {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_7 .theme_BG {
    background-color: #d6c8e6;
  }
  #wrapper.smn_detail.is-theme_7 .theme_HEAD {
    color: #3e3e3e;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_7 .theme_BTN {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #502c79;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_7 .theme_BTN.is-end {
    width: 90%;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }

  .smn_detail_mv {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .smn_detail_mv:before {
    z-index: -1;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: inherit;
    content: "";
    filter: blur(10px);
  }
  .smn_detail_mv.is-only_image:before {
    filter: none;
  }
  .smn_detail_mv.is-only_image .smn_detail_mv_blk {
    display: none;
  }
  .smn_detail_mv.is-online .smn_detail_mv_blk_head {
    background-color: #fff1eb;
  }
  .smn_detail_mv.is-online .smn_detail_mv_blk_head_area {
    color: #f4611b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.55px;
    line-height: normal;
  }

  .smn_detail_mv_blk {
    width: 100%;
    margin: 36px 16px;
    background-color: #ffffff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
    opacity: 0.88;
  }

  .smn_detail_mv_blk_head {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 34px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .smn_detail_mv_blk_head_area {
    margin-left: 34px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.55px;
    line-height: normal;
  }

  .smn_detail_mv_blk_head_type {
    margin-left: 13px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 23px;
  }

  .smn_detail_mv_blk_bd {
    padding: 15px 33px;
  }

  .smn_detail_mv_blk_date {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: normal;
  }
  .smn_detail_mv_blk_date p {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .smn_detail_mv_blk_date_weekday {
    margin-right: 14px;
    margin-left: 7px;
    padding: 2px 5px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.35px;
    line-height: normal;
  }

  .smn_detail_mv_blk_ttl {
    margin-top: 8px;
    color: #333;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 32px;
  }

  .smn_detail_mv_blk_subttl {
    margin-top: 10px;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.52px;
    line-height: 26px;
  }

  .smn_detail_anchr {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
  }

  .smn_detail_anchr_lst {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #333;
  }
  .smn_detail_anchr_lst li {
    margin: 10px 0;
    padding: 0 24px;
    border-right: 1px solid #748393;
  }
  .smn_detail_anchr_lst li:first-child {
    border-left: 1px solid #748393;
  }
  .smn_detail_anchr_lst li a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: 24px;
  }

  .smn_detail_campaign {
    padding: 0 26px;
    text-align: center;
  }

  .smn_detail_campaign_header {
    margin-top: 28px;
  }

  .smn_detail_campaign_header-text {
    color: #fb7800;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 28px;
  }

  .smn_detail_campaign_contents {
    margin: 14px 0 26px;
  }

  .smn_detail_campaign_contents-maintext {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
  }

  .smn_detail_campaign_contents-subtext {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 22px;
  }

  .smn_detail_campaign_contents .text-strong {
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .smn_detail_campaign_contents .img-reward {
    width: 269px;
    height: 47px;
    margin: 12px 0;
  }

  .smn_detail_end_event {
    -ms-flex-pack: center;
    display: none;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background-color: #f0f0f0;
  }

  .smn_detail_end_event_inner {
    -ms-flex-direction: column;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 16px 0 24px 0;
  }

  .smn_detail_end_event_txt {
    width: 100%;
    padding: 0 22px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.49px;
    line-height: 24px;
  }

  .smn_detail_end_event_link {
    width: 90%;
    height: 44px;
    margin-top: 10px;
    background-color: #fff;
  }
  .smn_detail_end_event_link a {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: normal;
  }
  .smn_detail_end_event_link a.has-arrow {
    position: relative;
    cursor: pointer;
  }
  .smn_detail_end_event_link a.has-arrow:after {
    -ms-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 6%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #2470ff;
    border-right: 2px solid #2470ff;
    content: "";
  }

  .smn_detail_lede {
    width: 100%;
    margin: 0 auto 17px auto;
    padding: 27px 24px;
    background-color: #fff;
  }

  .smn_detail_lede_txt {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
  }

  .smn_detail_overview {
    width: 100%;
    margin: 0 auto 17px auto;
    padding: 20px 14px 27px;
    background-color: #fff;
  }

  .smn_detail_overview_lst {
    padding: 17px 0 52px 0;
  }
  .smn_detail_overview_lst li {
    padding: 8px 8px;
    border-top: 1px solid #d8d8d8;
  }
  .smn_detail_overview_lst li:last-child {
    border-bottom: 1px solid #d8d8d8;
  }

  .smn_detail_overview_lst_head {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }

  .smn_detail_overview_lst_bd {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
  }

  .smn_detail_overview_lst_bd_map {
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  .smn_detail_overview_lst_bd_map.is-target_blank:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 18px;
    background-image: url(/assets/images/common/icon_target_blank.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }

  .smn_detail_overview_lst_bd_logo {
    width: auto;
    height: 16px;
  }

  .smn_detail_overview_btn {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 9px 0;
  }

  .smn_detail_speaker {
    width: 100%;
    margin: 0 auto 17px auto;
    padding: 20px 14px 27px;
    background-color: #fff;
  }

  .smn_detail_speaker_lst {
    padding: 17px 0 3px 0;
  }
  .smn_detail_speaker_lst li {
    padding: 12px 0;
    border-top: 1px solid #d8d8d8;
  }
  .smn_detail_speaker_lst li:last-child {
    border-bottom: 1px solid #d8d8d8;
  }
  .smn_detail_speaker_lst li.no-prof .smn_detail_speaker_itm_txt {
    display: none;
  }
  .smn_detail_speaker_lst li.no-img .smn_detail_speaker_itm_inner {
    display: block;
  }
  .smn_detail_speaker_lst li.no-img .smn_detail_speaker_itm_img {
    display: none;
  }
  .smn_detail_speaker_lst li.no-img .smn_detail_speaker_itm_info,
.smn_detail_speaker_lst li.no-img .smn_detail_speaker_itm_txt {
    padding-left: 0;
  }

  .smn_detail_speaker_itm_inner {
    -ms-grid-columns: 88px 1fr;
    -ms-grid-rows: 122px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 88px 1fr;
    grid-template-rows: 122px 1fr;
  }

  .smn_detail_speaker_itm_img {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1/span 2;
    width: 88px;
    height: 114px;
    margin-top: 8px;
    background-color: #d8d8d8;
  }

  .smn_detail_speaker_itm_img_main {
    display: block;
    padding-top: 114px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .smn_detail_speaker_itm_info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1;
    padding-left: 23px;
  }

  .smn_detail_speaker_itm_info_name {
    margin-top: 12px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 27px;
  }

  .smn_detail_speaker_itm_info_com {
    margin-top: 3px;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_speaker_itm_txt {
    -ms-grid-row: 2;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2;
    grid-row: 2;
    padding-top: 16px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .smn_detail_speaker_itm_txt p:not(:last-of-type) {
    margin-bottom: 3px;
  }

  .smn_detail_program {
    width: 100%;
    margin: 0 auto 17px auto;
    padding: 20px 0 27px;
    background-color: #fff;
  }

  .smn_detail_program_date {
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 21px;
    padding: 16px 16px 16px 16px;
    background-color: #333;
  }

  .smn_detail_program_date_head p {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: normal;
  }
  .smn_detail_program_date_head p span {
    margin-left: 7px;
    padding: 0 3px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.35px;
    line-height: normal;
  }

  .smn_detail_program_date_bd {
    margin-top: 8px;
  }

  .smn_detail_program_date_bd_txt {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.42px;
    line-height: 22px;
  }

  .smn_detail_program_date_bd_notice {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.42px;
    line-height: 22px;
  }

  .smn_detail_program_ses_lst {
    background-color: #e4e4e4;
  }
  .smn_detail_program_ses_lst > li {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c3c3c3;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_lst {
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: 1px solid #c3c3c3;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_lst > li {
    width: 100%;
    margin: 0 3px;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_room_ttl {
    width: 100%;
    padding: 2px 0;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check {
    padding: 0 16px;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check_lbl {
    display: inline-block;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 20px;
    margin-right: 10px;
    vertical-align: top;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check_lbl input[type=radio] + span {
    width: 18px;
    height: 18px;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check_lbl input[type=radio] + span::before {
    top: 0;
    left: 0;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check_lbl input[type=radio] + span::after {
    top: 0;
    left: 5px;
  }
  .smn_detail_program_ses_lst .clm-3 .smn_detail_program_ses_itm_lst {
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 11px 13px;
  }
  .smn_detail_program_ses_lst .clm-3 .smn_detail_program_ses_itm_lst > li {
    width: 100%;
    height: auto;
    margin: 6px 0;
  }
  .smn_detail_program_ses_lst .clm-break {
    background-color: #fafafa;
  }
  .smn_detail_program_ses_lst .clm-break .smn_detail_program_ses_head {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 32px 0;
  }
  .smn_detail_program_ses_lst .clm-break .smn_detail_program_ses_head_ttl {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }
  .smn_detail_program_ses_lst .clm-break .smn_detail_program_ses_head_time {
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_program_ses_head {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 0;
  }

  .smn_detail_program_ses_head_time {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_program_ses_itm_lst {
    width: 100%;
    padding: 11px 13px;
  }
  .smn_detail_program_ses_itm_lst > li {
    position: relative;
    background-color: #fff;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_blue .smn_detail_program_ses_itm_check {
    border-top: 8px solid #2d71ba;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_blue > span {
    background-color: #2d71ba;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_orange .smn_detail_program_ses_itm_check {
    border-top: 8px solid #ef8232;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_orange > span {
    background-color: #ef8232;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_green .smn_detail_program_ses_itm_check {
    border-top: 8px solid #bac53f;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_green > span {
    background-color: #bac53f;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_check {
    border: 6px solid rgba(31, 81, 199, 0.3);
    background-color: #f3f6ff;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_blank {
    display: none;
  }

  .smn_detail_program_ses_itm_room {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 22px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
  }

  .smn_detail_program_ses_itm_room_btn {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 16px;
  }

  .smn_detail_program_ses_itm_room_ttl {
    width: 85vw;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
  }

  .smn_detail_program_ses_itm_room_ttl_icon {
    display: inline-block;
    margin-right: 13px;
    padding: 5px 13px;
    background-color: #2d71ba;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 2px;
  }

  .smn_detail_program_ses_itm_room_com {
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 18px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 21px;
    text-align: left;
  }

  .smn_detail_program_ses_itm_room_txt {
    margin-top: 7px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
  }

  .smn_detail_program_ses_itm_room_body {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
  }
  .smn_detail_program_ses_itm_room_body.is-hide {
    display: none;
  }
  .smn_detail_program_ses_itm_room_body:first-of-type {
    margin-top: 18px;
    border-top: 1px solid #d8d8d8;
  }
  .smn_detail_program_ses_itm_room_body:last-of-type {
    border-bottom: none;
  }

  .smn_detail_program_ses_itm_room_body_list {
    padding: 0 4px;
  }

  .smn_detail_program_ses_itm_room_body_item {
    padding: 8px 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .smn_detail_program_ses_itm_room_body_head_status {
    display: inline-block;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 8px;
  }
  .smn_detail_program_ses_itm_room_body_head_status.is-fewleft {
    color: #f5621d;
  }
  .smn_detail_program_ses_itm_room_body_head_status.is-full {
    color: #909090;
  }

  .smn_detail_program_ses_itm_room_body_head_txt {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_program_ses_itm_room_body_head_icon {
    display: inline-block;
    margin-right: 13px;
    padding: 5px 13px;
    background-color: #2d71ba;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_program_ses_itm_room_body_head_description {
    margin-top: 12px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }

  .smn_detail_program_ses_itm_room_body_img {
    -ms-grid-columns: 62px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 62px 1fr;
  }

  .smn_detail_program_ses_itm_room_body_img_role {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1/span 2;
    grid-row: 1;
    margin-bottom: 13px;
    color: #3a3a3a;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 16px;
  }

  .smn_detail_program_ses_itm_room_body_img_inner {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 2;
    width: 44px;
    height: 57px;
    background-color: #d8d8d8;
  }

  .smn_detail_program_ses_itm_room_body_img_fig {
    display: block;
    padding-top: 57px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .smn_detail_program_ses_itm_room_body_img_cap {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 2;
  }
  .smn_detail_program_ses_itm_room_body_img_cap .head {
    margin-bottom: 2px;
    color: #424242;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
  }
  .smn_detail_program_ses_itm_room_body_img_cap .name {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 27px;
  }
  .smn_detail_program_ses_itm_room_body_img_cap .com {
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_program_ses_itm_room_body_img_txt {
    -ms-grid-row: 3;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2;
    grid-row: 3;
    padding-top: 9px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }

  .smn_detail_program_ses_itm_room_body_img.no-img {
    -ms-grid-columns: 1fr;
    display: block;
    grid-template-columns: 1fr;
  }
  .smn_detail_program_ses_itm_room_body_img.no-img .track_body_img_cap {
    padding-left: 0;
  }
  .smn_detail_program_ses_itm_room_body_img.no-img .track_body_img_inner {
    -ms-grid-row: 1;
    grid-row: 1;
    height: 0;
    background-color: transparent;
  }
  .smn_detail_program_ses_itm_room_body_img.no-img .track_body_img_txt {
    display: none;
  }

  .smn_detail_program_ses_itm_room_body_txt {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }

  .smn_detail_program_ses_itm_room_readmore {
    display: block;
    margin-top: -10px;
    padding: 0 16px 4px;
  }

  .smn_detail_program_ses_itm_room_readmore_btn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 13px 0;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-align: right;
  }
  .smn_detail_program_ses_itm_room_readmore_btn::after {
    -ms-transform: rotate(135deg);
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    transform: rotate(135deg);
    border-top: 2px solid #2470ff;
    border-right: 2px solid #2470ff;
    vertical-align: 2px;
    content: "";
  }

  .smn_detail_program_ses_itm_check {
    border-top: 8px solid #2d71ba;
  }

  .smn_detail_program_ses_itm_check_lbl {
    position: relative;
    top: 5px;
    left: 3px;
  }

  .is-full .smn_detail_program_ses_itm_check_lbl {
    pointer-events: none;
  }

  .smn_detail_program_ses_itm_check_lbl > input[type=radio] {
    display: none;
  }
  .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span:before, .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span:after {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 10px;
    border-radius: 2px;
    content: "";
  }
  .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span:before {
    width: 14px;
    height: 14px;
    border: 2px solid #dcdcdc;
  }

  .is-full .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span:before {
    background-color: #f1f1f1;
  }

  .smn_detail_program_ses_itm_check_lbl > input[type=radio]:checked + span:before {
    width: 18px;
    height: 18px;
    border: none;
    background-color: #1f51c7;
  }
  .smn_detail_program_ses_itm_check_lbl > input[type=radio]:checked + span:after {
    -ms-transform: rotate(45deg);
    left: 16px;
    width: 4px;
    height: 12px;
    transform: rotate(45deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

  .smn_detail_program_ses_itm_check_status {
    display: inline-block;
    padding-top: 18px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 8px;
  }
  .smn_detail_program_ses_itm_check_status.is-fewleft {
    color: #f5621d;
  }
  .smn_detail_program_ses_itm_check_status.is-full {
    color: #909090;
  }

  .smn_detail_program_other_txt {
    margin: 24px 0;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 31px;
    text-align: center;
  }

  .smn_detail_program_other_btn {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 24px 0 8px 0;
  }

  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_room_ttl {
    width: 100%;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst {
    padding: 0 26px 18px 26px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li {
    padding: 15px 0;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_inner {
    -ms-grid-columns: 44px 1fr;
    -ms-grid-rows: 57px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 44px 1fr;
    grid-template-rows: 57px 1fr;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_img {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1/span 2;
    width: 44px;
    height: 57px;
    margin-top: 0;
    background-color: #d8d8d8;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_img_main {
    display: block;
    padding-top: 57px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_prof {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1;
    margin-top: -4px;
    padding-left: 18px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_prof_name {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 27px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_prof_com {
    margin-top: 4px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_txt {
    -ms-grid-row: 2;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2;
    grid-row: 2;
    padding-top: 14px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_txt p {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_desc {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_desc.is-sp_all-txt {
    position: relative;
    height: 48px;
    overflow: hidden;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_desc.is-sp_all-txt:after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    padding-left: 12px;
    background-color: #fff;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: normal;
    content: "...\3059\3079\3066\8868\793A";
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li.no-img .smn_detail_program_ses_itm_lst_tracklst_inner {
    -ms-grid-columns: 1fr;
    display: block;
    grid-template-columns: 1fr;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li.no-img .smn_detail_program_ses_itm_lst_tracklst_img {
    display: none;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li.no-img .smn_detail_program_ses_itm_lst_tracklst_prof {
    padding-left: 0;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li.no-txt .smn_detail_program_ses_itm_lst_tracklst_txt {
    display: none;
  }

  .smn_detail_exhibition {
    width: 100%;
    margin: 0 auto 17px auto;
    padding: 20px 24px 27px;
    background-color: #fff;
  }

  .smn_detail_exhibition_lst {
    padding: 19px 0 7px 0;
  }
  .smn_detail_exhibition_lst li {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 11px 15px;
    border-top: 1px solid #d8d8d8;
  }
  .smn_detail_exhibition_lst li:last-child {
    border-bottom: 1px solid #d8d8d8;
  }

  .smn_detail_exhibition_itm_com {
    width: 100%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
  }

  .smn_detail_exhibition_itm_txt {
    width: 100%;
    margin-top: 3px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
  }

  .smn_detail_access {
    width: 100%;
    margin: 0 auto 17px auto;
    padding: 20px 0 27px;
    background-color: #fff;
  }

  .smn_detail_access_iframe {
    width: 100%;
    height: 354px;
    margin-top: 10px;
  }

  .smn_detail_access_place {
    margin-top: 17px;
    padding: 0 24px;
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 28px;
  }

  .smn_detail_access_postcode {
    margin-top: 5px;
    padding: 0 24px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
  }

  .smn_detail_access_access {
    padding: 0 24px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
  }

  .smn_detail_access_btn {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 62px 0 8px 0;
  }

  .js-test-theme-color-debug {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .eventseminarlp_note {
    padding: 13px 15px 0;
  }
  .eventseminarlp_note p {
    color: #393939;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 18px;
  }
  .eventseminarlp_note p a {
    text-decoration: underline;
  }

  .eventseminarlp_vis {
    position: relative;
    background-image: url(/assets/images/partial/evsmn_lp-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }

  .eventseminarlp_vis-cont {
    padding: 58px 15px 203px;
  }

  .eventseminarlp_vis-cont-ttl-sub {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.17px;
    line-height: 28.8px;
  }
  .eventseminarlp_vis-cont-ttl-sub span {
    display: inline-block;
    width: 90px;
    margin-right: 6px;
  }

  .eventseminarlp_vis-cont-ttl-main {
    margin-top: 6px;
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 40px;
  }
  .eventseminarlp_vis-cont-ttl-main span {
    display: inline-block;
    width: 50px;
    height: 22px;
    margin: 0 0 0 8px;
    padding-left: 4px;
    border-radius: 20px;
    background-color: #748393;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 4.02px;
    line-height: 22px;
    vertical-align: middle;
  }

  .eventseminarlp_vis-cont-lead {
    margin-top: 18px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 28px;
  }

  .eventseminarlp_vis-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 185px;
    padding: 29px 15px 0;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .eventseminarlp_vis-links-note {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.05px;
    line-height: 23.94px;
  }
  .eventseminarlp_vis-links-note a {
    color: #fff;
    text-decoration: underline;
  }

  .eventseminarlp_type {
    padding-bottom: 35px;
    background-color: #fff;
  }

  .eventseminarlp_type-ttl {
    padding: 57px 0 0 0;
    text-align: center;
  }

  .eventseminarlp_type-ttl-main {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 37.92px;
  }
  .eventseminarlp_type-ttl-main span {
    color: #0c53da;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 46.08px;
  }

  .eventseminarlp_type-ttl-sub {
    margin-top: 14px;
    padding: 0 15px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 24px;
  }

  .eventseminarlp_step {
    padding: 48px 15px 33px;
    background-color: #f6f6f6;
    text-align: center;
  }

  .eventseminarlp_step-ttl {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
  }

  .eventseminarlp_step-reg {
    margin-top: 14px;
  }

  .eventseminarlp_step-dtl-lead {
    margin-top: 11px;
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 14px;
  }
  .eventseminarlp_step-dtl-lead span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .eventseminarlp_step-dtl-csr {
    display: block;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .eventseminarlp_step-dtl-csr.is-fill {
    background-image: url(/assets/images/common/cursor_down_gry_01.svg);
    background-size: 12px auto;
  }
  .eventseminarlp_step-dtl-csr.is-bdr {
    background-image: url(/assets/images/common/cursor_down_gry_02.svg);
    background-size: 14px auto;
  }
  .eventseminarlp_step-dtl-csr.is-high {
    height: 32px;
  }

  .eventseminarlp_step-dtl-itm {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .eventseminarlp_step-dtl-itm:last-child {
    margin-top: 24px;
  }

  .eventseminarlp_step-dtl-itm-row {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
  }

  .eventseminarlp_step-dtl-itm-rowitm.is-01, .eventseminarlp_step-dtl-itm-rowitm.is-02 {
    -ms-flex: 0 0 calc(50% - 6px);
    -ms-flex-preferred-size: calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .eventseminarlp_step-dtl-itm-rowitm.is-03 {
    -ms-flex: 0 0 calc(55% - 6px);
    -ms-flex-preferred-size: calc(50% - 6px);
    flex: 0 0 calc(55% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .eventseminarlp_step-dtl-itm-rowitm.is-04 {
    -ms-flex: 0 0 calc(45% - 6px);
    -ms-flex-preferred-size: calc(50% - 6px);
    flex: 0 0 calc(45% - 6px);
    flex-basis: calc(50% - 6px);
  }

  .eventseminarlp_step-dtl-itm-blk {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 4px;
    background-color: #fff;
  }
  .eventseminarlp_step-dtl-itm-blk.is-main {
    display: block;
    height: auto;
    padding: 15px 13px 10px;
    border: solid 4px #eff5fe;
  }

  .eventseminarlp_step-dtl-itm-ttl {
    margin-bottom: 15px;
    color: #0c53da;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 24px;
  }

  .eventseminarlp_step-dtl-itm-lbl {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 4px;
    background-color: #f2f7ff;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 26.08px;
  }
  .eventseminarlp_step-dtl-itm-lbl.is-small {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 18.06px;
  }
  .eventseminarlp_step-dtl-itm-lbl.is-sp-high {
    height: 54px;
  }

  .eventseminarlp_step-dtl-itm-cap {
    margin-top: 10px;
    color: #0c53da;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.96px;
    line-height: 14px;
    text-align: right;
  }

  .eventseminarlp_step-dtl-itm-txt {
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 18.06px;
  }

  .eventseminarlp_step-dtl-itm-result {
    color: #393939;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.26px;
    line-height: 16px;
  }

  .eventseminarlp_step .eventseminarlp_note {
    margin-top: 12px;
    text-align: left;
  }

  .eventseminarlp_solution {
    height: 328px;
    padding-top: 72px;
    background-image: url(/assets/images/partial/evsmn_lp-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }

  .eventseminarlp_solution-ttl {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 31.92px;
  }

  .eventseminarlp_solution-reg {
    width: 100%;
    padding: 25px 15px 0;
  }

  .eventseminarlp_solution-note {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.05px;
    line-height: 23.94px;
  }
  .eventseminarlp_solution-note a {
    color: #fff;
    text-decoration: underline;
  }

  .eventseminarlp_support {
    padding: 53px 15px 46px;
    background-color: #fffaed;
    text-align: center;
  }

  .eventseminarlp_support-ttl {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
  }
  .eventseminarlp_support-ttl span {
    color: #927625;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
  }

  .eventseminarlp_support-feature {
    margin-top: 60px;
  }

  .eventseminarlp_support-feature-ttl {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }

  .eventseminarlp_support-feature-list {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .eventseminarlp_support-feature-itm {
    -ms-flex: 0 0 50%;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 50%;
    justify-content: center;
    margin-top: 13px;
  }

  .eventseminarlp_support-feature-itm-inr {
    max-width: 180px;
  }

  .eventseminarlp_support-feature-itm-ico {
    position: relative;
    width: 124px;
    height: 124px;
    margin: 0 auto 13px;
    border-radius: 50%;
    background-color: #fff;
  }
  .eventseminarlp_support-feature-itm-ico span {
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .eventseminarlp_support-feature-itm-ico span.icon-01 {
    width: 63px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-02 {
    width: 84px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-03 {
    width: 55px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-04 {
    width: 62px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-05 {
    width: 63px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-06 {
    width: 60px;
  }

  .eventseminarlp_support-feature-itm-text {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 20px;
  }
  .eventseminarlp_support-feature-itm-text span {
    display: block;
    margin-top: 3px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 12px;
  }

  .eventseminarlp_support-dtl {
    margin-top: 50px;
    border: solid 2px #927625;
  }

  .eventseminarlp_support-dtl-ttl {
    display: inline-block;
    position: relative;
    top: -13px;
    margin: 0 10px;
    padding: 0 20px;
    background-color: #fffaed;
    color: #927625;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 21.96px;
  }

  .eventseminarlp_support-dtl-list {
    padding: 10px 25px 25px;
  }

  .eventseminarlp_support-dtl-itm {
    margin-top: 7px;
    padding: 0 0 0 24px;
    background-image: url(/assets/svg/icon_check_gld.svg);
    background-position: left top 8px;
    background-repeat: no-repeat;
    background-size: 13px auto;
    color: #393939;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 24px;
    text-align: left;
  }

  .eventseminarlp_support-link {
    margin-top: 24px;
  }

  .eventseminarlp_case {
    padding: 40px 12px;
    background-color: #fff;
    text-align: center;
  }

  .eventseminarlp_case-ttl {
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.83px;
    line-height: 20px;
  }

  .eventseminarlp_case-lead {
    margin-top: 30px;
  }

  .eventseminarlp_case-lead-main {
    color: #927625;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
  }
  .eventseminarlp_case-lead-main span {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 40px;
    font-size: 4rem;
  }

  .eventseminarlp_case-lead-sub {
    margin-top: 15px;
    color: #393939;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 30.08px;
  }

  .eventseminarlp_case-img {
    margin-top: 15px;
    border: solid 1px #f2f2f2;
  }
  .eventseminarlp_case-img.is-zoom figure {
    position: relative;
    padding-top: 60px;
  }
  .eventseminarlp_case-img.is-zoom figure:before {
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 11px;
    width: 32px;
    height: 32px;
    padding: 9px;
    border-radius: 4px;
    background: url(/assets/images/common/icon-zoom.png);
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    vertical-align: -1px;
    content: "";
    cursor: pointer;
  }

  .eventseminarlp_case-list {
    margin-top: 45px;
  }

  .eventseminarlp_case-itm {
    margin-top: 24px;
    padding: 15px 12px 13px;
    border: solid 2px #f2f2f2;
    border-radius: 4px;
    background-color: #fff;
  }
  .eventseminarlp_case-itm:first-child {
    margin-top: 0;
  }

  .eventseminarlp_case-itm-catch {
    border: solid 1px #f2f2f2;
  }

  .eventseminarlp_case-itm-lead {
    margin-top: 15px;
    text-align: left;
  }

  .eventseminarlp_case-itm-lead-txt {
    margin-top: 5px;
    color: #393939;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 27.04px;
  }

  .eventseminarlp_case-itm-lead-name {
    margin-top: 5px;
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 14px;
    text-align: right;
  }

  .eventseminarlp_case-link {
    margin-top: 24px;
  }

  .eventseminarlp_reg {
    z-index: 10;
    position: fixed;
    right: 15px;
    bottom: 84px;
  }
}
@media only screen and (min-width: 768px), print {
  #wrapper.event_seminar .contents_main {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #wrapper.event_seminar .contents_sub section {
    width: 100%;
  }

  .contents_top {
    position: relative;
    height: 425px;
    padding-top: 32px;
  }

  .co-top_bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .co-top_bg_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.5s;
  }
  .co-top_bg_item.state_current {
    opacity: 1;
  }

  .co-top_bg:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
  }

  .co-top_inner {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }

  .co-slide {
    width: 587px;
    height: 330px;
    margin: 0 40px;
    background-color: #fff;
  }

  .co-slide_item {
    position: relative;
    height: 330px;
  }
  .co-slide_item .btn_bit {
    z-index: 9;
    position: absolute;
    top: 7px;
    right: 1px;
  }

  .co-slide_item_inner {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 23px 35px;
    color: #fff;
  }

  .co-slide_item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 330px;
  }
  .co-slide_item a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 46%, rgba(0, 0, 0, 0.16) 74%);
    content: "";
  }

  .co-slide_item_eventinfo {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 8px 0;
  }

  .co-slide_item_place {
    display: inline-block;
    height: 24px;
    margin-right: 14px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.18);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 22px;
  }

  .co-slide_item_eventdate {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
  }

  .co-slide_item_ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
  }

  .co-slide_item_info {
    margin-top: 5px;
    font-size: 1.4rem;
  }

  .co-slide_item_info--item {
    line-height: 1.7;
  }

  .co-slide .slick-dots {
    bottom: -32px;
  }
  .co-slide .slick-arrow {
    width: 18px;
    height: 31px;
    margin-top: -16px;
    background-size: cover;
  }
  .co-slide .slick-arrow:focus {
    outline: none;
  }
  .co-slide .slick-prev {
    left: -33px;
    background-image: url("/assets/images/common/arrow_left_wht_01.png");
  }
  .co-slide .slick-next {
    right: -33px;
    background-image: url("/assets/images/common/arrow_right_wht_01.png");
  }

  .co-title p {
    margin-bottom: 34.7px;
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 32px;
    text-align: center;
  }

  .co-bottom-gradation {
    width: 100%;
    height: 30px;
    background: #2f2f2f;
  }

  /* ぱんくずリスト */
  .co-pankuzu {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .co-pankuzu-item:not(:last-child):after {
    color: #fff;
  }

  .co-pankuzu-text {
    color: #fff;
  }
  .co-pankuzu-text.is-active {
    color: #fff;
  }

  /* 開催予定イベント・セミナー */
  .co-open-plan {
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .co-open-plan--inner {
    text-align: center;
  }

  .co-open-plan--inner--text {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
    line-height: 40px;
  }

  .co-open-plan--inner--blue {
    margin-left: 5px;
    color: #2470ff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
  }

  .co-open-plan--inner--strong {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: normal;
  }

  /* 各エリアピックアップセミナー */
  .contents_sub--title {
    width: 100%;
    margin-bottom: 39.2px;
    color: #53768c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  .contents_sub--area {
    width: 100%;
    height: 30px;
    margin-bottom: 24px;
    background-color: #fff;
    text-align: center;
  }

  .contents_sub--area--text {
    background-color: #f35f18;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 30px;
  }

  .contents_sub--area--other {
    width: 100%;
    height: 30px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #fff;
    text-align: center;
  }

  .contents_sub--area--other--text {
    background-color: #f35f18;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 30px;
  }

  /* 今週のピックアップセミナー */
  .co-pickup-seminar__week {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .co-pickup-seminar__week:not(:last-child) {
    margin-bottom: 20px;
  }

  .this-week__title {
    width: 17.4%;
    padding: 18px 26px 0 26px;
    background-color: #f35f18;
  }

  .this-week__title--text {
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .this-week__title--small {
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .next-week__title {
    width: 17.4%;
    padding: 18px 26px 0 26px;
    background-color: #6f8d9f;
  }

  .next-week__title--text {
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .next-week__title--small {
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .week__seminar--contents {
    width: 82.6%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
  }

  .week__seminar--container {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
  }
  .week__seminar--container:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }

  .week__seminar__item {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 25%;
  }

  .week__seminar__item--remarks {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
  }
  .week__seminar__item--remarks .remarks--notice {
    display: none;
    background-color: rgba(245, 98, 29, 0.8);
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }
  .week__seminar__item--remarks .remarks--notice.is-notice {
    display: block;
  }
  .week__seminar__item--remarks .remarks--date {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 23px;
    text-align: center;
  }

  .week__seminar__item--area {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 3rem;
    margin-left: 10px;
    background-color: #f1f2f4;
  }
  .week__seminar__item--area .area--name {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 14px;
  }
  .week__seminar__item--area.is-online {
    background-color: #fff1eb;
  }
  .week__seminar__item--area.is-online .area--name {
    color: #f4611b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 14px;
  }

  .week__seminar__item--title {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 75%;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .week__seminar__item--title .title--param {
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-event_seminar_info {
    margin-bottom: 35px;
    background-color: #fff;
  }

  .co-event_seminar_info_inner {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    max-width: 1612px;
    margin: 0 auto;
    padding: 11px 20px 11px 20px;
  }

  .co-event_seminar_info_text {
    color: #6f8d9f;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.67px;
    line-height: 25px;
  }

  .co-event_seminar_info_btnarea {
    display: -ms-flexbox;
    display: flex;
  }

  .co-event_seminar_info_btn {
    display: inline-block;
    min-width: 167px;
    padding: 5px 0;
    border: 1px solid #53768c;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 1.14;
    text-align: center;
  }
  .co-event_seminar_info_btn.is_advisement {
    margin-right: 8px;
    background-color: #fff;
    color: #53768c;
  }
  .co-event_seminar_info_btn.is_register {
    background-color: #53768c;
    color: #fff;
  }

  .srch_smn {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    height: 1220px;
    margin-bottom: 22px;
  }

  .srch_smn_blck {
    width: calc(100% / 3);
    height: 1215px;
    padding-right: 20px;
  }

  .srch_smn_blck_inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
  }

  .srch_smn_blck_head {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 0 8px 0;
  }
  .srch_smn_blck_head span.icon-search_blue_blk {
    width: 16px;
    height: 16px;
    background-size: contain;
  }

  .srch_smn_blck_head_txt {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.27px;
    line-height: 27px;
  }

  .srch_smn_blck_ipt {
    position: relative;
    width: 100%;
  }

  .srch_smn_blck_ttl {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }

  .srch_smn_blck_lst {
    padding: 3px 20px 13px 20px;
    background-color: #fff;
  }
  .srch_smn_blck_lst > li {
    width: 100%;
    padding: 10px 0;
  }
  .srch_smn_blck_lst > li:nth-of-type(2), .srch_smn_blck_lst > li:nth-of-type(3), .srch_smn_blck_lst > li:nth-of-type(4) {
    border-bottom: 1px solid #d8d8d8;
  }
  .srch_smn_blck_lst > li .check {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .srch_smn_blck_lst > li .check_inner {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .srch_smn_blck_lst > li .check_main {
    display: none;
  }
  .srch_smn_blck_lst > li .check_main + span {
    display: block;
    position: relative;
    padding-left: 32px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
  }
  .srch_smn_blck_lst > li .check_main + span:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .srch_smn_blck_lst > li .check_main:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .srch_smn_blck_lst > li .check_main:checked + span:after {
    -ms-transform: rotate(40deg);
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 12px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }

  .srch_smn_blck_taglst {
    width: 100%;
    height: calc(390px + 7px);
    padding: 30px 20px 30px 20px;
    overflow: hidden;
    border-top: 22px solid #f0f0f0;
    background-color: #fff;
  }

  .srch_smn_blck_type_lst {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 5px 5px 5px;
  }
  .srch_smn_blck_type_lst li {
    width: 50%;
    padding: 4px 0;
  }

  .srch_smn_blck_area {
    padding: 7px 0;
  }

  .srch_smn_blck_date {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  .srch_smn_blck_date:nth-of-type(1) {
    padding-top: 5px;
  }
  .srch_smn_blck_date:nth-of-type(2) {
    padding-bottom: 5px;
  }

  .srch_smn_blck_date_y {
    width: 40%;
  }

  .srch_smn_blck_date_m,
.srch_smn_blck_date_d {
    width: 30%;
  }

  .srch_smn_blck_date_tilda {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: normal;
    text-align: center;
  }

  .srch_smn_blck_sbmt {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    border-radius: 3px;
    background-color: #2e7de8;
    cursor: pointer;
  }
  .srch_smn_blck_sbmt.is-clear {
    background-color: #748393;
  }
  .srch_smn_blck_sbmt button {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
    cursor: pointer;
  }

  .srch_smn_blck_sbmt2 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 3px;
    background-color: #2e7de8;
    cursor: pointer;
  }
  .srch_smn_blck_sbmt2.is-clear {
    background-color: #748393;
  }
  .srch_smn_blck_sbmt2 button {
    width: 150px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
    cursor: pointer;
  }

  .srch_smn_blck_tag {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .srch_smn_blck .is-deleted .srch_smn_blck_tag {
    opacity: 1;
  }

  .srch_smn_crd {
    width: calc(100% / 3 * 2);
  }
  .srch_smn_crd.no-itm {
    width: 100%;
    padding: 37px 138px 82px 138px;
    background-color: #fff;
  }
  .srch_smn_crd.no-itm p {
    margin: 58px 0;
    color: #6f8d9f;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.75px;
    line-height: normal;
    text-align: center;
  }

  .srch_smn .js-sp_search_smn_bd {
    display: block;
  }

  .smn .top_rcmd-ttl {
    margin-bottom: 43px;
  }

  .c-pickup {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  .c-pickup.this_week .c-pickup_head {
    background-color: #f35f18;
  }
  .c-pickup.next_week {
    margin-top: 25px;
  }
  .c-pickup.next_week .c-pickup_head {
    background-color: #6f8d9f;
  }

  .c-pickup_head {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 174px;
    padding-top: 14px;
    padding-right: 22px;
  }
  .c-pickup_head p.only_pc {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 26px;
  }
  .c-pickup_head p.only_pc span {
    display: block;
    padding-bottom: 4px;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 26px;
  }

  .c-pickup_lst {
    width: 826px;
    border: 1px solid #d8d8d8;
    border-left: none;
    background-color: #fff;
  }
  .c-pickup_lst li {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-pickup_lst li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
  .c-pickup_lst li a {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .c-pickup_lst_date {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 135px;
    height: 44px;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 23px;
  }
  .c-pickup_lst_date.is-attent {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-pickup_lst_date.is-attent:before {
    display: block;
    width: 100%;
    background-color: #f35f18;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.41px;
    line-height: normal;
    text-align: center;
    content: "\6CE8\76EE";
  }

  .c-pickup_lst_place {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 44px;
    background-color: rgba(168, 175, 183, 0.16);
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.55px;
    line-height: normal;
  }
  .c-pickup_lst_place.is-online {
    background-color: #fff1eb;
    color: #f4611b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: normal;
  }

  .c-pickup_lst_txt {
    -ms-flex-preferred-size: content;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-basis: content;
    align-items: center;
    justify-content: flex-start;
    width: 610px;
    height: 66px;
    padding: 10px 15px 10px 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 26px;
  }

  #wrapper.smn_detail #contents {
    padding-top: 0;
    padding-left: 0;
  }
  #wrapper.smn_detail #contents button.is-hold {
    display: block;
  }
  #wrapper.smn_detail #contents button.is-end {
    display: none;
  }
  #wrapper.smn_detail #contents.is-end_event .smn_detail_end_event {
    display: -ms-flexbox;
    display: flex;
  }
  #wrapper.smn_detail #contents.is-end_event button.is-hold {
    display: none;
  }
  #wrapper.smn_detail #contents.is-end_event button.is-end {
    display: block;
  }
  #wrapper.smn_detail .contents_main {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #wrapper.smn_detail footer {
    margin-top: 0;
  }
  #wrapper.smn_detail.is-theme_0 .theme_BG {
    background-color: #fff;
  }
  #wrapper.smn_detail.is-theme_0 .theme_HEAD {
    color: #2e7de8;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.97px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_0 .theme_BTN {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_0 .theme_BTN.is-end {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_1 .theme_BG {
    background-color: #356083;
  }
  #wrapper.smn_detail.is-theme_1 .theme_HEAD {
    color: #0267bc;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.97px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_1 .theme_BTN {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #0267bc;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_1 .theme_BTN.is-end {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_2 .theme_BG {
    background-color: #f0f0f0;
  }
  #wrapper.smn_detail.is-theme_2 .theme_HEAD {
    color: #8b7858;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.97px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_2 .theme_BTN {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #8b7858;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_2 .theme_BTN.is-end {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_3 .theme_BG {
    background-color: #f5e0d2;
  }
  #wrapper.smn_detail.is-theme_3 .theme_HEAD {
    color: #cd4b7b;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.97px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_3 .theme_BTN {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #cd4b7b;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_3 .theme_BTN.is-end {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_4 .theme_BG {
    background-color: #bcdad8;
  }
  #wrapper.smn_detail.is-theme_4 .theme_HEAD {
    color: #629d33;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.97px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_4 .theme_BTN {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #629d33;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_4 .theme_BTN.is-end {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_5 .theme_BG {
    background-color: #515151;
  }
  #wrapper.smn_detail.is-theme_5 .theme_HEAD {
    color: #141414;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.97px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_5 .theme_BTN {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #23b1d0;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_5 .theme_BTN.is-end {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_6 .theme_BG {
    background-color: #f0f0f0;
  }
  #wrapper.smn_detail.is-theme_6 .theme_HEAD {
    color: #06257c;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.97px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_6 .theme_BTN {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #eab432;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_6 .theme_BTN.is-end {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }
  #wrapper.smn_detail.is-theme_7 .theme_BG {
    background-color: #d6c8e6;
  }
  #wrapper.smn_detail.is-theme_7 .theme_HEAD {
    color: #3e3e3e;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.97px;
    line-height: normal;
    text-align: center;
  }
  #wrapper.smn_detail.is-theme_7 .theme_BTN {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #502c79;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: normal;
  }
  #wrapper.smn_detail.is-theme_7 .theme_BTN.is-end {
    width: 360px;
    height: 64px;
    border-radius: 3px;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
    cursor: none;
    pointer-events: none;
  }

  .smn_detail_mv {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1360px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .smn_detail_mv:before {
    z-index: -1;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: inherit;
    content: "";
    filter: blur(10px);
  }
  .smn_detail_mv.is-only_image:before {
    filter: none;
  }
  .smn_detail_mv.is-only_image .smn_detail_mv_blk {
    display: none;
  }
  .smn_detail_mv.is-online .smn_detail_mv_blk_head {
    background-color: #fff1eb;
  }
  .smn_detail_mv.is-online .smn_detail_mv_blk_head_area {
    color: #f4611b;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.73px;
    line-height: normal;
  }

  .smn_detail_mv_blk {
    width: 860px;
    height: 256px;
    background-color: #ffffff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
    opacity: 0.88;
  }

  .smn_detail_mv_blk_head {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 44px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .smn_detail_mv_blk_head_area {
    margin-left: 34px;
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.73px;
    line-height: normal;
  }

  .smn_detail_mv_blk_head_type {
    margin-left: 13px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 23px;
  }

  .smn_detail_mv_blk_bd {
    padding: 15px 33px;
  }

  .smn_detail_mv_blk_date {
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: normal;
  }
  .smn_detail_mv_blk_date p {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .smn_detail_mv_blk_date_weekday {
    margin-right: 14px;
    margin-left: 7px;
    padding: 2px 5px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.42px;
    line-height: normal;
  }

  .smn_detail_mv_blk_ttl {
    margin-top: 8px;
    color: #333;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 46px;
  }

  .smn_detail_mv_blk_subttl {
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.63px;
    line-height: normal;
  }

  .smn_detail_anchr {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
  }

  .smn_detail_anchr_lst {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #333;
  }
  .smn_detail_anchr_lst li {
    margin: 10px 0;
    padding: 0 35px;
    border-right: 1px solid #748393;
  }
  .smn_detail_anchr_lst li:first-child {
    border-left: 1px solid #748393;
  }
  .smn_detail_anchr_lst li a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: 24px;
  }

  .smn_detail_campaign {
    text-align: center;
  }

  .smn_detail_campaign_header {
    margin-top: 36px;
  }

  .smn_detail_campaign_header-text {
    color: #fb7800;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 32px;
  }

  .smn_detail_campaign_contents {
    margin: 14px 0 26px;
  }

  .smn_detail_campaign_contents-maintext {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 40px;
  }

  .smn_detail_campaign_contents-subtext {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 40px;
  }

  .smn_detail_campaign_contents .text-strong {
    color: #ff0000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 40px;
  }
  .smn_detail_campaign_contents .img-reward {
    width: 340px;
    height: auto;
    margin: 18px 0;
  }

  .smn_detail_end_event {
    -ms-flex-pack: center;
    display: none;
    justify-content: center;
    width: 100%;
    max-width: 1360px;
    height: 100px;
    margin: 0 auto;
    background-color: #f0f0f0;
  }

  .smn_detail_end_event_inner {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 860px;
  }

  .smn_detail_end_event_txt {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.63px;
    line-height: 30px;
  }

  .smn_detail_end_event_link {
    width: 240px;
    height: 44px;
    background-color: #fff;
  }
  .smn_detail_end_event_link a {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: normal;
  }
  .smn_detail_end_event_link a.has-arrow {
    position: relative;
    cursor: pointer;
  }
  .smn_detail_end_event_link a.has-arrow:after {
    -ms-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 6%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #2470ff;
    border-right: 2px solid #2470ff;
    content: "";
  }

  .smn_detail_lede {
    width: 1000px;
    margin: 0 auto 50px auto;
    padding: 27px 80px;
    background-color: #fff;
  }

  .smn_detail_lede_txt {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 31px;
  }

  .smn_detail_overview {
    width: 1000px;
    margin: 0 auto 50px auto;
    padding: 27px 80px;
    background-color: #fff;
  }

  .smn_detail_overview_lst {
    padding: 17px 0 62px 0;
  }
  .smn_detail_overview_lst li {
    padding: 7px 15px;
    border-top: 1px solid #d8d8d8;
  }
  .smn_detail_overview_lst li:last-child {
    border-bottom: 1px solid #d8d8d8;
  }

  .smn_detail_overview_lst_head {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }

  .smn_detail_overview_lst_bd {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
  }

  .smn_detail_overview_lst_bd_map {
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.67px;
    line-height: normal;
  }
  .smn_detail_overview_lst_bd_map.is-target_blank:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 18px;
    background-image: url(/assets/images/common/icon_target_blank.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }

  .smn_detail_overview_lst_bd_logo {
    width: auto;
    height: 16px;
  }

  .smn_detail_overview_btn {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 9px 0;
  }

  .smn_detail_speaker {
    width: 1000px;
    margin: 0 auto 50px auto;
    padding: 27px 80px;
    background-color: #fff;
  }

  .smn_detail_speaker_lst {
    padding: 17px 0 3px 0;
  }
  .smn_detail_speaker_lst li {
    padding: 12px 15px;
    border-top: 1px solid #d8d8d8;
  }
  .smn_detail_speaker_lst li:last-child {
    border-bottom: 1px solid #d8d8d8;
  }
  .smn_detail_speaker_lst li.no-prof .smn_detail_speaker_itm_txt {
    display: none;
  }
  .smn_detail_speaker_lst li.no-img .smn_detail_speaker_itm_inner {
    display: block;
  }
  .smn_detail_speaker_lst li.no-img .smn_detail_speaker_itm_img {
    display: none;
  }
  .smn_detail_speaker_lst li.no-img .smn_detail_speaker_itm_info,
.smn_detail_speaker_lst li.no-img .smn_detail_speaker_itm_txt {
    padding-left: 0;
  }

  .smn_detail_speaker_itm_inner {
    -ms-grid-columns: 168px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 168px 1fr;
  }

  .smn_detail_speaker_itm_img {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1/span 2;
    width: 168px;
    height: 216px;
    margin-top: 8px;
    background-color: #d8d8d8;
  }

  .smn_detail_speaker_itm_img_main {
    display: block;
    padding-top: 216px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .smn_detail_speaker_itm_info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1;
    padding-left: 31px;
  }

  .smn_detail_speaker_itm_info_name {
    margin-top: 9px;
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 27px;
  }

  .smn_detail_speaker_itm_info_com {
    margin-top: 5px;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_speaker_itm_txt {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 2;
    padding-top: 14px;
    padding-left: 31px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 26px;
  }
  .smn_detail_speaker_itm_txt p:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .smn_detail_program {
    width: 1000px;
    margin: 0 auto 50px auto;
    padding: 27px 0;
    background-color: #fff;
  }

  .smn_detail_program_date {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 72px;
    margin-top: 21px;
    background-color: #333;
  }

  .smn_detail_program_date_head {
    padding-left: 63px;
  }
  .smn_detail_program_date_head p {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.83px;
    line-height: normal;
  }
  .smn_detail_program_date_head p span {
    margin-left: 7px;
    padding: 0 3px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: normal;
  }

  .smn_detail_program_date_bd {
    padding-left: 26px;
  }

  .smn_detail_program_date_bd_txt {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.42px;
    line-height: 22px;
  }

  .smn_detail_program_date_bd_notice {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.42px;
    line-height: 24px;
  }

  .smn_detail_program_ses_lst {
    background-color: #e4e4e4;
  }
  .smn_detail_program_ses_lst > li {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #c3c3c3;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_lst {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_lst > li {
    width: 100%;
    margin: 0 3px;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_room_ttl {
    width: 100%;
    padding: 6px 0 5px;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_room_btn {
    padding-right: 28px;
    padding-left: 28px;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check {
    padding: 0 28px;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check_lbl {
    display: inline-block;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 20px;
    margin-right: 10px;
    vertical-align: top;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check_lbl input[type=radio] + span {
    width: 18px;
    height: 18px;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check_lbl input[type=radio] + span::before {
    top: 0;
    left: 0;
  }
  .smn_detail_program_ses_lst .clm-1 .smn_detail_program_ses_itm_check_lbl input[type=radio] + span::after {
    top: 0;
    left: 5px;
  }
  .smn_detail_program_ses_lst .clm-3 .smn_detail_program_ses_itm_lst {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 6px 3px;
  }
  .smn_detail_program_ses_lst .clm-3 .smn_detail_program_ses_itm_lst > li {
    width: 277px;
    height: auto;
    margin: 6px 3px;
  }
  .smn_detail_program_ses_lst .clm-break {
    background-color: #fafafa;
  }
  .smn_detail_program_ses_lst .clm-break .smn_detail_program_ses_head {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 32px 0;
  }
  .smn_detail_program_ses_lst .clm-break .smn_detail_program_ses_head_ttl {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }
  .smn_detail_program_ses_lst .clm-break .smn_detail_program_ses_head_time {
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_program_ses_head {
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 14.5%;
    padding-top: 12px;
  }

  .smn_detail_program_ses_head_time {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_program_ses_itm_lst {
    width: 85.5%;
    padding: 12px 3px;
  }
  .smn_detail_program_ses_itm_lst > li {
    position: relative;
    background-color: #fff;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_blue .smn_detail_program_ses_itm_check {
    border-top: 8px solid #2d71ba;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_blue > span {
    background-color: #2d71ba;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_orange .smn_detail_program_ses_itm_check {
    border-top: 8px solid #ef8232;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_orange > span {
    background-color: #ef8232;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_green .smn_detail_program_ses_itm_check {
    border-top: 8px solid #bac53f;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_green > span {
    background-color: #bac53f;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_check {
    border: 6px solid rgba(31, 81, 199, 0.3);
    background-color: #f3f6ff;
  }
  .smn_detail_program_ses_itm_lst > li.is-smn_blank {
    border: none;
    background-color: transparent;
  }

  .smn_detail_program_ses_itm_room {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 22px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
  }

  .smn_detail_program_ses_itm_room_btn {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 4px 16px 10px;
    font-family: inherit;
  }

  .smn_detail_program_ses_itm_room_ttl {
    width: 245px;
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 34px;
    text-align: left;
  }

  .smn_detail_program_ses_itm_room_ttl_icon {
    display: inline-block;
    margin-right: 13px;
    padding: 5px 13px;
    background-color: #2d71ba;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 2px;
  }

  .smn_detail_program_ses_itm_room_com {
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 18px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 21px;
    text-align: left;
  }

  .smn_detail_program_ses_itm_room_txt {
    margin-top: 7px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
  }

  .smn_detail_program_ses_itm_room_body {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
  }
  .smn_detail_program_ses_itm_room_body:first-of-type {
    margin-top: 18px;
    border-top: 1px solid #d8d8d8;
  }
  .smn_detail_program_ses_itm_room_body:last-of-type {
    margin-bottom: 12px;
    border-bottom: none;
  }

  .smn_detail_program_ses_itm_room_body_list {
    padding: 0 4px;
  }

  .smn_detail_program_ses_itm_room_body_item {
    padding: 14px 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .smn_detail_program_ses_itm_room_body_head_status {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 8px;
  }
  .smn_detail_program_ses_itm_room_body_head_status.is-fewleft {
    color: #f5621d;
  }
  .smn_detail_program_ses_itm_room_body_head_status.is-full {
    color: #909090;
  }

  .smn_detail_program_ses_itm_room_body_head_txt {
    color: #333;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_program_ses_itm_room_body_head_icon {
    display: inline-block;
    margin-right: 13px;
    padding: 5px 13px;
    background-color: #2d71ba;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 3px;
  }

  .smn_detail_program_ses_itm_room_body_head_description {
    margin-top: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }

  .smn_detail_program_ses_itm_room_body_img {
    -ms-grid-columns: 107px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 107px 1fr;
  }

  .smn_detail_program_ses_itm_room_body_img_role {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1/span 2;
    grid-row: 1;
    margin-bottom: 13px;
    color: #3a3a3a;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 16px;
  }

  .smn_detail_program_ses_itm_room_body_img_inner {
    -ms-grid-row-span: 2;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 2/span 2;
    width: 89px;
    height: 116px;
    background-color: #d8d8d8;
  }

  .smn_detail_program_ses_itm_room_body_img_fig {
    display: block;
    padding-top: 116px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .smn_detail_program_ses_itm_room_body_img_cap {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 2;
  }
  .smn_detail_program_ses_itm_room_body_img_cap .head {
    margin-bottom: 6px;
    color: #424242;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
  }
  .smn_detail_program_ses_itm_room_body_img_cap .name {
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 27px;
  }
  .smn_detail_program_ses_itm_room_body_img_cap .com {
    margin-top: 2px;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .smn_detail_program_ses_itm_room_body_img_txt {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 3;
    padding-top: 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 26px;
  }

  .smn_detail_program_ses_itm_room_body_img.no-img {
    -ms-grid-columns: 1fr;
    display: block;
    grid-template-columns: 1fr;
  }
  .smn_detail_program_ses_itm_room_body_img.no-img .track_body_img_cap {
    padding-left: 0;
  }
  .smn_detail_program_ses_itm_room_body_img.no-img .track_body_img_inner {
    -ms-grid-row: 1;
    grid-row: 1;
    height: 0;
    background-color: transparent;
  }
  .smn_detail_program_ses_itm_room_body_img.no-img .track_body_img_txt {
    display: none;
  }

  .smn_detail_program_ses_itm_room_body_txt {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }

  .smn_detail_program_ses_itm_room_readmore {
    display: none;
  }

  .smn_detail_program_ses_itm_check {
    border-top: 8px solid #2d71ba;
  }

  .smn_detail_program_ses_itm_check_lbl {
    position: relative;
    top: 5px;
    left: 3px;
  }

  .is-full .smn_detail_program_ses_itm_check_lbl {
    pointer-events: none;
  }

  .smn_detail_program_ses_itm_check_lbl > input[type=radio] {
    display: none;
  }
  .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span:before, .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span:after {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 10px;
    border-radius: 2px;
    content: "";
  }
  .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span:before {
    width: 14px;
    height: 14px;
    border: 2px solid #dcdcdc;
  }

  .is-full .smn_detail_program_ses_itm_check_lbl > input[type=radio] + span:before {
    background-color: #f1f1f1;
  }

  .smn_detail_program_ses_itm_check_lbl > input[type=radio]:checked + span:before {
    width: 18px;
    height: 18px;
    border: none;
    background-color: #1f51c7;
  }
  .smn_detail_program_ses_itm_check_lbl > input[type=radio]:checked + span:after {
    -ms-transform: rotate(45deg);
    left: 16px;
    width: 4px;
    height: 12px;
    transform: rotate(45deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

  .smn_detail_program_ses_itm_check_status {
    display: inline-block;
    padding-top: 18px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 8px;
  }
  .smn_detail_program_ses_itm_check_status.is-fewleft {
    color: #f5621d;
  }
  .smn_detail_program_ses_itm_check_status.is-full {
    color: #909090;
  }

  .smn_detail_program_other_txt {
    margin: 25px 0;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 31px;
    text-align: center;
  }

  .smn_detail_program_other_btn {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 58px 0 8px 0;
  }

  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_room_ttl {
    width: 100%;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst {
    padding: 0 26px 18px 26px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li {
    padding: 15px 0;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_inner {
    -ms-grid-columns: 89px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 89px 1fr;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_img {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1/span 2;
    width: 89px;
    height: 116px;
    margin-top: 0;
    background-color: #d8d8d8;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_img_main {
    display: block;
    padding-top: 116px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_prof {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1;
    margin-top: -4px;
    padding-left: 18px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_prof_name {
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 27px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_prof_com {
    margin-top: 4px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_txt {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 2;
    padding-top: 14px;
    padding-left: 18px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_txt p {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst_desc {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li.no-img .smn_detail_program_ses_itm_lst_tracklst_inner {
    -ms-grid-columns: 1fr;
    display: block;
    grid-template-columns: 1fr;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li.no-img .smn_detail_program_ses_itm_lst_tracklst_img {
    display: none;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li.no-img .smn_detail_program_ses_itm_lst_tracklst_prof {
    padding-left: 0;
  }
  .smn_detail_program_ses_lst.single_track .smn_detail_program_ses_itm_lst_tracklst > li.no-txt .smn_detail_program_ses_itm_lst_tracklst_txt {
    display: none;
  }

  .smn_detail_exhibition {
    width: 1000px;
    margin: 0 auto 50px auto;
    padding: 27px 80px;
    background-color: #fff;
  }

  .smn_detail_exhibition_lst {
    padding: 19px 0 7px 0;
  }
  .smn_detail_exhibition_lst li {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 11px 15px;
    border-top: 1px solid #d8d8d8;
  }
  .smn_detail_exhibition_lst li:last-child {
    border-bottom: 1px solid #d8d8d8;
  }

  .smn_detail_exhibition_itm_com {
    width: 30%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
  }

  .smn_detail_exhibition_itm_txt {
    width: 70%;
    margin-top: 3px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 26px;
  }

  .smn_detail_access {
    width: 1000px;
    margin: 0 auto 50px auto;
    padding: 27px 80px;
    background-color: #fff;
  }

  .smn_detail_access_iframe {
    width: 100%;
    height: 354px;
    margin-top: 10px;
  }

  .smn_detail_access_place {
    margin-top: 17px;
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 28px;
  }

  .smn_detail_access_postcode {
    margin-top: 5px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
  }

  .smn_detail_access_access {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
  }

  .smn_detail_access_btn {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 62px 0 8px 0;
  }

  .js-test-theme-color-debug {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #wrapper.eventseminarlp div#contents {
    padding-left: 0;
  }
  #wrapper.eventseminarlp div#contents .contents_main {
    width: auto;
    padding: 0;
  }
  #wrapper.eventseminarlp footer {
    margin-top: 0;
  }

  .eventseminarlp_main {
    width: 100%;
    margin: 34px auto 106px;
  }

  .eventseminarlp_note {
    padding: 16px 0 0 144px;
  }
  .eventseminarlp_note p {
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .eventseminarlp_note p a {
    text-decoration: underline;
  }

  .eventseminarlp_vis {
    position: relative;
    height: 466px;
    background-image: url(/assets/images/partial/evsmn_lp-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }

  .eventseminarlp_vis-cont {
    padding: 80px 0 0;
  }

  .eventseminarlp_vis-cont-ttl-sub {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 28.8px;
  }
  .eventseminarlp_vis-cont-ttl-sub span {
    display: inline-block;
    width: 118px;
    margin-right: 9px;
  }

  .eventseminarlp_vis-cont-ttl-main {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    color: #fff;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 62.16px;
  }
  .eventseminarlp_vis-cont-ttl-main span {
    display: inline-block;
    width: 66px;
    height: 32px;
    margin: 7px 0 0 17px;
    padding-left: 4px;
    border-radius: 20px;
    background-color: #748393;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 4.59px;
    line-height: 32px;
  }

  .eventseminarlp_vis-cont-lead {
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 24.96px;
  }

  .eventseminarlp_vis-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px 0;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .eventseminarlp_vis-links-note {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.05px;
    line-height: 14px;
  }
  .eventseminarlp_vis-links-note a {
    color: #fff;
    text-decoration: underline;
  }

  .eventseminarlp_type {
    padding-bottom: 90px;
    background-color: #fff;
  }

  .eventseminarlp_type-ttl {
    padding: 57px 0 0 0;
    text-align: center;
  }

  .eventseminarlp_type-ttl-main {
    color: #333;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1.33px;
    line-height: 46.08px;
  }
  .eventseminarlp_type-ttl-main span {
    color: #0c53da;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 1.33px;
    line-height: 46.08px;
  }

  .eventseminarlp_type-ttl-sub {
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 23.94px;
  }

  .eventseminarlp_step {
    padding: 74px 0 47px;
    background-color: #f6f6f6;
    text-align: center;
  }

  .eventseminarlp_step-ttl {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
  }

  .eventseminarlp_step-reg {
    margin-top: 40px;
  }

  .eventseminarlp_step-dtl-lead {
    margin-top: 11px;
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 14px;
  }
  .eventseminarlp_step-dtl-lead span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .eventseminarlp_step-dtl-list {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 144px 0;
  }

  .eventseminarlp_step-dtl-csr {
    display: block;
    width: 100%;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .eventseminarlp_step-dtl-csr.is-fill {
    background-image: url(/assets/images/common/cursor_down_gry_01.svg);
    background-size: 12px auto;
  }
  .eventseminarlp_step-dtl-csr.is-bdr {
    background-image: url(/assets/images/common/cursor_down_gry_02.svg);
    background-size: 14px auto;
  }
  .eventseminarlp_step-dtl-csr.is-high {
    height: 34px;
  }

  .eventseminarlp_step-dtl-itm {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .eventseminarlp_step-dtl-itm:first-child {
    padding-right: 8px;
  }
  .eventseminarlp_step-dtl-itm:last-child {
    padding-left: 8px;
  }

  .eventseminarlp_step-dtl-itm-row {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
  }

  .eventseminarlp_step-dtl-itm-rowitm.is-01 {
    -ms-flex: 0 0 calc(45% - 6px);
    -ms-flex-preferred-size: calc(45% - 6px);
    flex: 0 0 calc(45% - 6px);
    flex-basis: calc(45% - 6px);
  }
  .eventseminarlp_step-dtl-itm-rowitm.is-02, .eventseminarlp_step-dtl-itm-rowitm.is-03 {
    -ms-flex: 0 0 calc(55% - 6px);
    -ms-flex-preferred-size: calc(55% - 6px);
    flex: 0 0 calc(55% - 6px);
    flex-basis: calc(55% - 6px);
  }
  .eventseminarlp_step-dtl-itm-rowitm.is-04 {
    -ms-flex: 0 0 calc(45% - 6px);
    -ms-flex-preferred-size: calc(45% - 6px);
    flex: 0 0 calc(45% - 6px);
    flex-basis: calc(45% - 6px);
  }

  .eventseminarlp_step-dtl-itm-blk {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    border-radius: 4px;
    background-color: #fff;
  }
  .eventseminarlp_step-dtl-itm-blk.is-main {
    display: block;
    height: auto;
    padding: 20px 22px 22px;
    border: solid 4px #eff5fe;
  }
  .eventseminarlp_step-dtl-itm-blk.is-pc-high {
    height: 80px;
  }

  .eventseminarlp_step-dtl-itm-ttl {
    height: 76.16px;
    margin-bottom: 10px;
    color: #0c53da;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2.04px;
    line-height: 38.08px;
  }

  .eventseminarlp_step-dtl-itm-lbl {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    border-radius: 4px;
    background-color: #f2f7ff;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 25.92px;
  }
  .eventseminarlp_step-dtl-itm-lbl.is-small {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 22.08px;
  }

  .eventseminarlp_step-dtl-itm-cap {
    margin-top: 13px;
    color: #0c53da;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.96px;
    line-height: 14px;
    text-align: right;
  }

  .eventseminarlp_step-dtl-itm-txt {
    color: #393939;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.67px;
    line-height: 22.08px;
  }

  .eventseminarlp_step-dtl-itm-result {
    color: #393939;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.41px;
    line-height: 18px;
  }

  .eventseminarlp_step .eventseminarlp_note {
    margin-top: 24px;
    text-align: left;
  }

  .eventseminarlp_solution {
    height: 370px;
    padding-top: 72px;
    background-image: url(/assets/images/partial/evsmn_lp-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }

  .eventseminarlp_solution-ttl {
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1.33px;
    line-height: 46.08px;
  }

  .eventseminarlp_solution-reg {
    margin-top: 20px;
  }

  .eventseminarlp_solution-note {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.05px;
    line-height: 14px;
  }
  .eventseminarlp_solution-note a {
    color: #fff;
    text-decoration: underline;
  }

  .eventseminarlp_support {
    padding: 70px 144px 80px;
    background-color: #fffaed;
    text-align: center;
  }

  .eventseminarlp_support-ttl {
    color: #333;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 2.51px;
    line-height: 46.08px;
  }
  .eventseminarlp_support-ttl span {
    color: #927625;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 2.51px;
    line-height: 46.08px;
  }

  .eventseminarlp_support-feature {
    margin-top: 45px;
  }

  .eventseminarlp_support-feature-ttl {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
  }

  .eventseminarlp_support-feature-list {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .eventseminarlp_support-feature-itm {
    -ms-flex: 0 0 33.33%;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 33.33%;
    margin-top: 30px;
  }
  .eventseminarlp_support-feature-itm:nth-of-type(1), .eventseminarlp_support-feature-itm:nth-of-type(4) {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .eventseminarlp_support-feature-itm:nth-of-type(2), .eventseminarlp_support-feature-itm:nth-of-type(5) {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .eventseminarlp_support-feature-itm:nth-of-type(3), .eventseminarlp_support-feature-itm:nth-of-type(6) {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .eventseminarlp_support-feature-itm-inr {
    width: 180px;
  }

  .eventseminarlp_support-feature-itm-ico {
    position: relative;
    width: 164px;
    height: 164px;
    margin: 0 auto 11px;
    border-radius: 50%;
    background-color: #fff;
  }
  .eventseminarlp_support-feature-itm-ico span {
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .eventseminarlp_support-feature-itm-ico span.icon-01 {
    width: 84px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-02 {
    width: 85px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-03 {
    width: 73px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-04 {
    width: 81px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-05 {
    width: 84px;
  }
  .eventseminarlp_support-feature-itm-ico span.icon-06 {
    width: 78px;
  }

  .eventseminarlp_support-feature-itm-text {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.35px;
    line-height: 21.96px;
  }
  .eventseminarlp_support-feature-itm-text span {
    display: block;
    margin-top: 8px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.35px;
    line-height: 12px;
  }

  .eventseminarlp_support-dtl {
    margin-top: 65px;
    border: solid 2px #927625;
    border-radius: 4px;
  }

  .eventseminarlp_support-dtl-ttl {
    display: inline-block;
    position: relative;
    top: -13px;
    padding: 0 30px;
    background-color: #fffaed;
    color: #927625;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 21.96px;
  }

  .eventseminarlp_support-dtl-list {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px 40px;
  }

  .eventseminarlp_support-dtl-itm {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 20px;
    padding: 0 20px 0 24px;
    background-image: url(/assets/svg/icon_check_gld.svg);
    background-position: left top 7px;
    background-repeat: no-repeat;
    background-size: 13px auto;
    color: #393939;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 22.88px;
    text-align: left;
  }
  .eventseminarlp_support-dtl-itm span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .eventseminarlp_support-link {
    margin-top: 43px;
  }

  .eventseminarlp_case {
    padding: 80px 144px;
    background-color: #fff;
    text-align: center;
  }

  .eventseminarlp_case-ttl {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 24px;
  }

  .eventseminarlp_case-lead {
    margin-top: 25px;
  }

  .eventseminarlp_case-lead-main {
    color: #927625;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 46.08px;
  }
  .eventseminarlp_case-lead-main span {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
  }

  .eventseminarlp_case-lead-sub {
    margin-top: 10px;
    color: #393939;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 30.08px;
  }

  .eventseminarlp_case-img {
    margin-top: 22px;
    pointer-events: none;
  }

  .eventseminarlp_case-list {
    margin-top: 80px;
  }

  .eventseminarlp_case-itm {
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    padding: 25px 20px 23px;
    border: solid 2px #f2f2f2;
    border-radius: 4px;
    background-color: #fff;
  }
  .eventseminarlp_case-itm:first-child {
    margin-top: 0;
  }

  .eventseminarlp_case-itm-catch {
    -ms-flex: 0 0 244px;
    flex: 0 0 244px;
    border: solid 1px #f2f2f2;
  }

  .eventseminarlp_case-itm-lead {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 28px;
    text-align: left;
  }

  .eventseminarlp_case-itm-lead-txt {
    margin-top: 9px;
    color: #393939;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 27.04px;
  }

  .eventseminarlp_case-itm-lead-name {
    margin-top: 10px;
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 14px;
    text-align: right;
  }

  .eventseminarlp_case-link {
    margin-top: 42px;
  }

  .eventseminarlp_reg {
    z-index: 10;
    position: fixed;
    right: 15px;
    bottom: 84px;
  }
}