@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;
  margin-left: 16px;
  width: 8px;
  height: 8px;
}

.co-slide .slick-dots li:first-child {
  margin-left: 0;
}

.co-slide .slick-dots li button {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  text-align: left;
  display: block;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background-color: #E7E7E7;
  display: inline-block;
  vertical-align: middle;
}

.co-slide .slick-dots li button:focus {
  outline: none;
}

.co-slide .slick-dots li.slick-active button {
  background-color: #2470FF;
}

.co-slide .slick-arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  text-align: left;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.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_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_inner {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0 40px 33px;
  }
  .co-slide_item a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-color: #ccc;
  }
  .co-slide_item a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 10%, rgba(0, 0, 0, 0.55) 69%, transparent 100%);
  }
  .co-slide_item_eventinfo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .co-slide_item_place {
    font-size: 1.4rem;
    font-weight: 700;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 12px;
    height: 24px;
    padding: 0 17px;
    line-height: 22px;
    background-color: rgba(255, 255, 255, 0.18);
    margin-right: 14px;
  }
  .co-slide_item_eventdate {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
  }
  .co-slide_item_ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.55;
    margin-top: 5px;
  }
  .co-slide_item_info {
    display: none;
    font-size: 1.4rem;
    letter-spacing: 1.1px;
    margin-top: 10px;
  }
  .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 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 700;
    padding: 12px 0 17px 3%;
    text-align: left;
  }
  /* 開催予定イベント */
  .co-open-plan {
    background-color: #efefef;
  }
  .co-open-plan--inner {
    padding: 5px 0 5px 20px;
    text-align: left;
  }
  .co-open-plan--inner--text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #000;
    font-weight: 400;
  }
  .co-open-plan--inner--blue {
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: 400;
  }
  /* サイドコンテンツ */
  .side-top {
    padding: 23px 20px;
  }
  .side-top a {
    display: block;
    background-color: #53768c;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
  }
  .side-top--text {
    position: relative;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    letter-spacing: 0.6px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
  }
  .side-top--r_arrow {
    width: 9px;
    height: 15px;
    display: inline-block;
    background: url("/assets/images/common/arrow_right_white.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    content: "";
    vertical-align: -1px;
    position: absolute;
    right: 16px;
    top: 14px;
  }
  .side-access {
    background-color: #fff;
  }
  .side-access__inner {
    padding: 0 20px 30px;
  }
  .side-access__inner--text {
    padding: 19px 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #53768c;
    font-weight: normal;
    text-align: center;
  }
  .side-access__list--item {
    margin-top: 25px;
  }
  .side-access__list--item.no-image {
    padding-bottom: 10px;
    margin-top: 15px;
    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 {
    background-color: #fff;
    padding: 15px 20px 24px;
  }
  .side-event__inner--text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    letter-spacing: 0.3px;
    color: #53768c;
    font-weight: normal;
    text-align: center;
  }
  .side-event__list--item {
    border-bottom: 1px solid #d8d8d8;
  }
  .side-event__list--item:last-child {
    border-bottom: none;
  }
  .side-event__morecheck {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
    text-align: center;
    display: block;
    background-color: #f0f0f0;
    height: 44px;
    line-height: 44px;
  }
  .side-event__morecheck > p {
    position: relative;
  }
  .side-event__morecheck--r_arrow {
    width: 9px;
    height: 15px;
    display: inline-block;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    content: "";
    vertical-align: -1px;
    position: absolute;
    right: 12px;
    top: 14px;
  }
  /* アクセス総合ランキングカード */
  .side-access__card--rank {
    width: 28px;
    height: 28px;
    position: absolute;
    background-color: #8aa2b1;
  }
  .side-access__card--rank-text {
    width: 22px;
    height: 22px;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: bold;
  }
  .side-access__card--image {
    float: left;
    width: 39%;
    position: static;
  }
  .side-access__card--title {
    float: right;
    width: 61%;
    padding-left: 17px;
    margin-top: -4px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .side-access__card--remarks {
    clear: both;
    padding-top: 10px;
  }
  .side-access__card--remarks-pankuzu {
    display: inline-block;
    width: calc(100% - 80px);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: normal;
    color: #53768c;
    font-weight: bold;
  }
  .side-access__card--remarks-date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.3px;
    color: #a5a5a5;
    font-weight: normal;
    float: right;
  }
  /* 注目のイベントニュースカード */
  .side-event__card--inner {
    padding: 12px 0;
    overflow: hidden;
  }
  .side-event__card--inner-open {
    width: calc(100% - 28px - 9px);
    height: 28px;
    background-color: rgba(168, 175, 183, 0.16);
    padding: 5px 0 5px 0;
    float: right;
    text-align: center;
  }
  .side-event__card--inner-open_place {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #53768c;
    font-weight: bold;
    float: left;
    padding: 4px 0 4px 2px;
    box-sizing: border-box;
    margin-left: 12px;
  }
  .side-event__card--inner-open_date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    margin-right: 16px;
  }
  .side-event__card--rank {
    width: 28px;
    height: 28px;
    position: absolute;
    background-color: #8aa2b1;
  }
  .side-event__card--rank-text {
    width: 22px;
    height: 22px;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: bold;
  }
  .side-event__card--image {
    width: 100%;
    padding-bottom: 6px;
    position: static;
  }
  .side-event__card--title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20.9px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    width: calc(100% - 28px);
    padding-left: 11px;
    margin-top: 6px;
    margin-bottom: 2px;
    float: right;
  }
  .side-event__card--subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20.9px;
    letter-spacing: normal;
    color: #797979;
    font-weight: normal;
    width: calc(100% - 28px);
    padding-left: 10px;
    margin-top: 2px;
    margin-bottom: 3px;
    float: right;
    display: none;
  }
  .side-event__card--subtitle.is-open {
    display: block;
  }
  .side-event__card--remarks {
    width: calc(100% - 28px);
    padding-left: 8px;
    float: right;
    margin-top: 15px;
  }
  .side-event__card--remarks-pankuzu {
    margin-left: 3px;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: normal;
    color: #53768c;
    font-weight: bold;
  }
  /* 各エリアピックアップニュース */
  .contents_sub--title {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 18px 0 18px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #53768c;
    font-weight: 400;
  }
  .contents_sub--area {
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0 20px 0 20px;
    background-color: #fff;
  }
  .contents_sub--area--text {
    background-color: #f35f18;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .contents_sub--area--other {
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0 20px 0 20px;
    background-color: #fff;
  }
  .contents_sub--area--other--text {
    background-color: #f35f18;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .contents_sub .co-article_cardlists {
    border-bottom: none;
  }
  /* 今週のピックアップニュース */
  .co-pickup-seminar__week {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .this-week__title {
    width: 100%;
    text-align: center;
    background-color: #f35f18;
  }
  .this-week__title--text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .this-week__title--small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .next-week__title {
    width: 100%;
    text-align: center;
    background-color: #6f8d9f;
  }
  .next-week__title--text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .next-week__title--small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .week__seminar--contents {
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
  }
  .week__seminar--container {
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 20px 8px 20px;
  }
  .week__seminar--container:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
  .week__seminar__item {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .week__seminar__item--remarks {
    width: 11em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .week__seminar__item--remarks .remarks--notice {
    display: none;
    text-align: center;
    background-color: rgba(245, 98, 29, 0.8);
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: 700;
  }
  .week__seminar__item--remarks .remarks--notice.is-notice {
    display: block;
  }
  .week__seminar__item--remarks .remarks--date {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: 700;
  }
  .week__seminar__item--area {
    width: 9em;
    height: 3rem;
    margin-left: 10px;
    background-color: #f1f2f4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .week__seminar__item--area .area--name {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #53768c;
    font-weight: 700;
  }
  .week__seminar__item--area.is-online {
    background-color: #fff1eb;
  }
  .week__seminar__item--area.is-online .area--name {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #f4611b;
    font-weight: 700;
  }
  .week__seminar__item--title {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .week__seminar__item--title .title--param {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: 700;
  }
  .co-event_seminar_info {
    background-color: #fff;
    margin: 30px 0;
  }
  .co-event_seminar_info_inner {
    position: relative;
    padding: 20px 15px;
  }
  .co-event_seminar_info_text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #6f8d9f;
    font-weight: normal;
    padding-right: 10px;
  }
  .co-event_seminar_info_btnarea {
    text-align: center;
  }
  .co-event_seminar_info_btn {
    display: inline-block;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.14;
    text-align: center;
    letter-spacing: 0.58px;
    padding: 5px 10px;
    border: 1px solid #53768c;
    width: 100%;
    margin-top: 10px;
  }
  .co-event_seminar_info_btn.is_advisement {
    color: #53768c;
    background-color: #fff;
    margin-right: 8px;
  }
  .co-event_seminar_info_btn.is_register {
    color: #fff;
    background-color: #53768c;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  #menubar-s.event_seminar .contents_main {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #menubar-s.event_seminar .contents_sub section {
    width: 100%;
  }
  .contents_top {
    position: relative;
    height: 425px;
    padding-top: 32px;
  }
  .co-top_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .co-top_bg_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
    transition: opacity .5s;
  }
  .co-top_bg_item.state_current {
    opacity: 1;
  }
  .co-top_bg:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .co-top_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .co-slide {
    width: 587px;
    height: 330px;
    margin: 0 40px;
    background-color: #fff;
  }
  .co-slide_item {
    height: 330px;
  }
  .co-slide_item_inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #fff;
    padding: 0 23px 35px;
  }
  .co-slide_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 330px;
    background-color: #ccc;
  }
  .co-slide_item a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 46%, rgba(0, 0, 0, 0.16) 74%);
  }
  .co-slide_item_eventinfo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 8px 0;
  }
  .co-slide_item_place {
    font-size: 1.4rem;
    font-weight: 700;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 12px;
    height: 24px;
    padding: 0 17px;
    line-height: 22px;
    background-color: rgba(255, 255, 255, 0.18);
    margin-right: 14px;
  }
  .co-slide_item_eventdate {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
  }
  .co-slide_item_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .co-slide_item_info {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .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 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 34.7px;
  }
  .co-bottom-gradation {
    width: 100%;
    height: 30px;
    background: #2F2F2F;
  }
  /* ぱんくずリスト */
  .co-pankuzu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .co-pankuzu-item:not(:last-child):after {
    color: #fff;
  }
  .co-pankuzu-text {
    color: #fff;
  }
  .co-pankuzu-text.is-active {
    color: #fff;
  }
  /* 開催予定イベント */
  .co-open-plan {
    background-color: rgba(255, 255, 255, 0.9);
    height: 40px;
    border-radius: 20px;
  }
  .co-open-plan--inner {
    text-align: center;
  }
  .co-open-plan--inner--text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 400;
    line-height: 40px;
  }
  .co-open-plan--inner--blue {
    margin-left: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #2470ff;
    font-weight: 400;
  }
  .co-open-plan--inner--strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #000;
    font-weight: 700;
  }
  /* 各エリアピックアップニュース */
  .contents_sub--title {
    width: 100%;
    text-align: center;
    margin-bottom: 39.2px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #53768c;
    font-weight: 400;
  }
  .contents_sub--area {
    width: 100%;
    height: 30px;
    text-align: center;
    margin-bottom: 24px;
    background-color: #fff;
  }
  .contents_sub--area--text {
    background-color: #f35f18;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .contents_sub--area--other {
    width: 100%;
    height: 30px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #fff;
  }
  .contents_sub--area--other--text {
    background-color: #f35f18;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  /* 今週のピックアップニュース */
  .co-pickup-seminar__week {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .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 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .this-week__title--small {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .next-week__title {
    width: 17.4%;
    padding: 18px 26px 0 26px;
    background-color: #6f8d9f;
  }
  .next-week__title--text {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .next-week__title--small {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
  }
  .week__seminar--contents {
    width: 82.6%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
  }
  .week__seminar--container {
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 8px 10px 8px 10px;
  }
  .week__seminar--container:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
  .week__seminar__item {
    width: 25%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .week__seminar__item--remarks {
    width: 60%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .week__seminar__item--remarks .remarks--notice {
    display: none;
    text-align: center;
    background-color: rgba(245, 98, 29, 0.8);
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: 700;
  }
  .week__seminar__item--remarks .remarks--notice.is-notice {
    display: block;
  }
  .week__seminar__item--remarks .remarks--date {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: 700;
  }
  .week__seminar__item--area {
    width: 40%;
    height: 3rem;
    margin-left: 10px;
    background-color: #f1f2f4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .week__seminar__item--area .area--name {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #53768c;
    font-weight: 700;
  }
  .week__seminar__item--area.is-online {
    background-color: #fff1eb;
  }
  .week__seminar__item--area.is-online .area--name {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #f4611b;
    font-weight: 700;
  }
  .week__seminar__item--title {
    width: 75%;
    margin-left: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .week__seminar__item--title .title--param {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: 700;
  }
  .co-event_seminar_info {
    background-color: #fff;
    margin-bottom: 35px;
  }
  .co-event_seminar_info_inner {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1360px;
    padding: 11px 20px 11px 20px;
    margin: 0 auto;
  }
  .co-event_seminar_info_text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    letter-spacing: 0.67px;
    color: #6f8d9f;
    font-weight: normal;
  }
  .co-event_seminar_info_btnarea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-event_seminar_info_btn {
    display: inline-block;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.14;
    text-align: center;
    letter-spacing: 0.58px;
    padding: 5px 0;
    border: 1px solid #53768c;
    min-width: 167px;
  }
  .co-event_seminar_info_btn.is_advisement {
    color: #53768c;
    background-color: #fff;
    margin-right: 8px;
  }
  .co-event_seminar_info_btn.is_register {
    color: #fff;
    background-color: #53768c;
  }
}